.property-card{min-width:300px;max-width:340px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s,box-shadow .3s;cursor:pointer}@media (max-width: 1024px){.property-card{min-width:280px;max-width:320px}}@media (max-width: 768px){.property-card{min-width:260px;max-width:300px}}@media (max-width: 480px){.property-card{min-width:100%;max-width:100%}}.property-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.property-card-image{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}@media (max-width: 768px){.property-card-image{height:160px}}@media (max-width: 480px){.property-card-image{height:140px}}.property-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.property-card:hover .property-card-image img{transform:scale(1.05)}.property-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;background:#00b98e;color:#fff}.property-type-badge{position:absolute;top:.75rem;left:.75rem;background:#fff9!important;padding:.3rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;display:flex;align-items:center;color:#333!important;gap:.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000001a}.available-for-badge{position:absolute;top:.75rem;right:.75rem;background:#fffffff2;padding:.3rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000001a}.available-for-badge.sale{background:#00b98e;color:#fff}.available-for-badge.rent{background:#4caf50f2;color:#fff}.favorite-button{position:absolute;bottom:.75rem;right:.75rem;background:#fffffff2;border:none;border-radius:50%;width:36px;height:36px;font-size:1.3rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000001a}.favorite-button:hover{background:#fff;transform:scale(1.1)}.favorite-button.favorited{color:gold}.property-card-content{padding:1.1rem;background:linear-gradient(to bottom,#fff,#f9fafb);display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.property-card-content{padding:1.25rem;gap:.5rem}}@media (max-width: 480px){.property-card-content{padding:1rem;gap:.625rem}}.property-card-title{font-size:1.15rem;font-weight:700;margin:0;color:#0e2e50;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.3px}@media (max-width: 768px){.property-card-title{font-size:1.05rem;line-height:1.4}}@media (max-width: 480px){.property-card-title{font-size:1rem}}.property-card-location{font-size:.875rem;color:#64748b;margin:0;display:flex;align-items:center;gap:.375rem;font-weight:500}.property-card-details{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:.875rem 0;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0}.property-card-details:last-child{gap:0rem}.property-detail-item{display:flex;align-items:center;gap:0rem;background:#f0f4f8;padding:.5rem .55rem;border-radius:6px;font-size:.8rem;font-weight:500;color:#334155}.property-detail-icon{font-size:.65rem;opacity:.8;margin-right:3px}.property-detail-value{font-weight:600;color:#1e293b}.property-features{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;margin-top:.5rem}.feature-tag{background:linear-gradient(135deg,#00b98e20,#764ba220);color:#00b98e;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.property-card-highlight{font-size:.825rem;color:#0f766e;margin:0;padding:.875rem 1rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:8px;border-left:4px solid #00B98E;font-weight:500;line-height:1.5}.property-card-actions{display:flex;gap:.75rem;margin-top:.5rem}.property-card-button{flex:1;padding:.65rem .5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;letter-spacing:.3px}.property-card-button.primary{background:#00b98e;color:#fff;box-shadow:0 2px 8px #00b98e33}.property-card-button.primary:hover{background:#00a67b;transform:translateY(-2px);box-shadow:0 6px 16px #00b98e59}.property-card-button.secondary{background:#fff;color:#00b98e;border:1.5px solid #00B98E}.property-card-button.secondary:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 12px #00b98e26}@media (max-width: 768px){.property-card{min-width:287px;max-width:100%}.property-card-image{height:180px}.property-card-content{padding:1rem}.property-card-actions{flex-direction:column;gap:.5rem}.property-card-button{width:100%}}.property-card-price-section{margin-bottom:0rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.property-card-price{font-size:1.4rem;font-weight:700;color:#00b98e;margin:0}@media (max-width: 768px){.property-card-price{font-size:1.2rem}.property-detail-item{padding:.5rem .45rem}}@media (max-width: 480px){.property-card-price{font-size:1.2rem;line-height:1!important}}.property-card-price-per-unit{font-size:.85rem;color:#666;margin:0 0 0 auto;font-weight:500;text-align:right}.property-card-budget-per-unit{font-size:.85rem;color:#ff6b6b;margin:0 0 0 auto;font-weight:600;background:#ffeaea;padding:.25rem .5rem;border-radius:4px;display:inline-block}.property-card{cursor:pointer}.property-card:hover{box-shadow:0 4px 14px #00000014;transform:translateY(-1px);transition:.15s ease}.chat-container{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden;flex:1}@media (max-width: 1024px){.chat-container{max-width:100%}}@media (max-width: 768px){.chat-container{max-width:100%;border-radius:8px}}@media (max-width: 480px){.chat-container{height:100%;border-radius:0;max-width:100%}.search-input-wrapper{width:100%!important}.header-search-input{padding-left:40px}}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f5f7fa}@media (max-width: 768px){.chat-messages{padding:1rem;gap:.75rem}}@media (max-width: 480px){.chat-messages{padding:.75rem;gap:.5rem}}.message{display:flex;flex-direction:column;max-width:100%;animation:fadeIn .3s ease-in}@media (max-width: 768px){.message{max-width:85%}}@media (max-width: 480px){.message{max-width:95%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end}.message.bot{align-self:flex-start}.message-content{padding:.75rem 1rem;border-radius:12px;word-wrap:break-word}.message.user .message-content{background:#00b98e;color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background:#f0f0f0;color:#333;border-bottom-left-radius:4px}.message-content p{margin:0;line-height:1.5}.message-time{font-size:.75rem;color:#999;margin-top:.25rem;padding:0 .5rem}.property-cards{margin-top:1rem;display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.property-cards::-webkit-scrollbar{height:6px}.property-cards::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.property-cards::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.property-cards::-webkit-scrollbar-thumb:hover{background:#555}.follow-up{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1)}.message.user .follow-up{border-top-color:#ffffff4d}.follow-up-text{font-style:italic;font-size:.9rem;opacity:.8}.typing-indicator{display:flex;gap:.5rem;padding:.5rem 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#999;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chat-input-container{display:flex;padding-top:10px;border-top:1px solid #e0e0e0;gap:.5rem;background:#fafafa;flex-wrap:nowrap;align-items:center;border-radius:0 0 6px 6px;position:relative}@media (max-width: 768px){.chat-input-container{padding:.75rem;gap:.375rem}}@media (max-width: 480px){.chat-input-container{padding:.5rem;gap:.25rem;flex-wrap:nowrap;position:sticky;bottom:0;width:100%;z-index:100}}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:24px;font-size:1rem;outline:none;transition:border-color .2s;min-width:0}@media (max-width: 768px){.chat-input{padding:.6rem .8rem;font-size:.95rem;min-width:0}}@media (max-width: 480px){.chat-input{padding:.5rem .75rem;font-size:.9rem;min-width:0}}.chat-input:focus{border-color:#667eea}.chat-input:disabled{background:#f5f5f5;cursor:not-allowed}.send-button{width:44px;height:44px;min-width:44px;background:#00b98e;color:#fff;border:none;border-radius:50%;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.send-button{width:40px;height:40px;min-width:40px;font-size:.9rem}}@media (max-width: 480px){.send-button{width:36px;height:36px;min-width:36px;font-size:.85rem}}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00b98e66}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{opacity:.5;cursor:not-allowed}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f9fa;color:#374151;border-bottom:1px solid #e5e7eb;border-radius:6px 6px 0 0;flex-shrink:0;position:relative;z-index:5}.chat-title{margin:0;font-size:16px;font-weight:600;color:#1f2937}@media (max-width: 768px){.chat-title{font-size:15px}}@media (max-width: 480px){.chat-title{font-size:14px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.chat-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.chat-actions{gap:.375rem}}@media (max-width: 480px){.chat-actions{gap:.25rem;justify-content:flex-end}}.history-button,.clear-button{padding:4px 10px;font-size:.75rem;font-weight:500;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:background .15s ease;white-space:nowrap;display:flex;align-items:center;gap:.4rem;justify-content:center}@media (max-width: 480px){.history-button,.clear-button{padding:4px 8px;font-size:.7rem}.history-button{margin-left:auto}}.history-button:hover,.clear-button:hover{background:#f3f4f6}.clear-button{background:#fff3;color:#374151;border:1px solid #d1d5db}.clear-button:hover{background:#ffffff4d}.search-history-panel{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:1rem;max-height:200px;overflow-y:auto;margin-top:30px}.search-history-panel h4{margin:0 0 .75rem;color:#333;font-size:.9rem;font-weight:600}.history-items{display:flex;flex-direction:column;gap:.5rem}.history-item{padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;cursor:pointer;transition:all .2s}.history-item:hover{border-color:#667eea;transform:translate(4px);box-shadow:0 2px 8px #667eea1a}.history-query{font-weight:500;color:#333;margin-bottom:.25rem}.history-info{display:flex;justify-content:space-between;font-size:.8rem;color:#666}.chat-messages{padding-top:1rem}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.history-header h4{margin:0;color:#333;font-size:.9rem;font-weight:600}.hide-history-button{background:#00b98e;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;cursor:pointer;transition:all .2s}.hide-history-button:hover{background:#009872;transform:translateY(-1px)}.chat-container{margin-top:2px;background:#fff;padding:12px}.voice-button{width:44px;height:44px;min-width:44px;background:#f1f1f1;border:none;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}@media (max-width: 768px){.voice-button{width:40px;height:40px;min-width:40px;font-size:16px}}@media (max-width: 480px){.voice-button{width:36px;height:36px;min-width:36px;font-size:14px}}.voice-button:hover{background:#e0e0e0}.voice-button.recording{background:#f44;color:#fff;animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.filter-chat-button{width:44px;height:44px;min-width:44px;background:#667eea;color:#fff;border:none;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}@media (max-width: 768px){.filter-chat-button{width:40px;height:40px;min-width:40px;font-size:16px}}@media (max-width: 480px){.filter-chat-button{width:36px;height:36px;min-width:36px;font-size:14px}}.filter-chat-button:hover{background:#5a67d8;transform:translateY(-2px)}.filter-options-dropdown{position:absolute;bottom:100%;left:10px;width:300px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;margin-bottom:10px;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.filter-options-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:12px 12px 0 0}.filter-options-header span{font-weight:600;color:#333;font-size:14px}.close-filters{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.close-filters:hover{background:#f0f0f0}.filter-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:16px;max-height:300px;overflow-y:auto}.filter-option{padding:10px 12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;color:#333;cursor:pointer;transition:all .2s;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-option:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-1px)}.message-row{display:flex;align-items:flex-start;margin-bottom:10px}.user-row{justify-content:flex-end}.bot-row{justify-content:flex-start}.wa-forward-icon{width:28px;height:28px;min-width:28px;border-radius:50%;background-color:#f1f3f4;display:flex;align-items:center;justify-content:center;margin-right:6px;margin-top:6px;cursor:pointer;color:#6b7280;font-size:13px;transition:background-color .2s ease,color .2s ease}.wa-forward-icon:hover{background-color:#e5e7eb;color:#111827}@media (max-width: 480px){.chat-header{padding:8px 10px;background:#fff;border-bottom:2px solid #00B98E;box-shadow:0 2px 4px #0000000d}.chat-title{font-size:15px;font-weight:700;color:#1a202c;max-width:140px}.history-button,.clear-button{padding:5px 8px;font-size:.7rem;background:#f8f9fa;border:1px solid #d1d5db;border-radius:4px}.history-button i,.clear-button i{font-size:11px}}@media (max-width: 768px){.chat-container{display:flex!important;flex-direction:column!important;height:100%!important;position:relative!important}.chat-messages{flex:1!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;min-height:0!important;padding-bottom:80px!important;padding-top:50px}.chat-input-container{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fafafa!important;border-top:1px solid #e0e0e0!important;z-index:1000!important;padding:.75rem!important;margin:0!important;box-shadow:0 -2px 10px #0000001a!important}}@media (max-width: 360px){.chat-input-container{padding:.5rem!important}.chat-input{padding:.5rem .75rem!important;font-size:.9rem!important}}@media (max-width: 768px){.chat-messages{-webkit-overflow-scrolling:touch}}.ai-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ai-loading-box{background:#fff;padding:20px 26px;border-radius:14px;text-align:center;box-shadow:0 10px 25px #00000040}.ai-loading-gif{width:70px;height:70px;object-fit:contain;margin-bottom:10px}.ai-loading-text{font-weight:600}.verified-panel{padding:16px;height:100%;overflow-y:auto}.no-agents{display:flex;align-items:center;justify-content:center;height:100%;padding:20px;color:#6b7280;font-size:14px;text-align:center}.verified-header{font-size:16px;font-weight:600;margin-bottom:16px;color:#1f2937;padding-bottom:8px}.verified-list{display:flex;flex-direction:column;gap:0}.provider-card{display:flex;align-items:flex-start;gap:12px;padding:12px;cursor:pointer;transition:background .2s ease;background:#fff;background:#f7f7f7;position:relative;border-radius:20px;border:1px solid #eaeaea;margin-bottom:15px}.provider-card:hover{background:#f9fafb}.provider-avatar{width:50px;height:50px;min-width:50px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.provider-avatar img{width:100%;height:100%;object-fit:cover}.provider-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.provider-name{font-size:15px;font-weight:600;display:flex;align-items:center;gap:4px;color:#1f2937}.verified-icon{width:16px;height:16px;flex-shrink:0}.provider-meta,.provider-location{font-size:12px;color:#6b7280;line-height:1.4}.contact-button{padding:3px 12px;background:#d9d9d9;border:1px solid #d9d9d9;border-radius:6px;font-size:11px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap;align-self:flex-start;margin-top:4px;position:absolute;right:8px;bottom:10px}.contact-button:hover{background:#d6d8dd;border-color:#d1d5db}@media (max-width: 1024px){.verified-panel{padding:12px}.provider-card{padding:12px 10px}.provider-avatar{width:45px;height:45px;min-width:45px}}@media (max-width: 768px){.verified-panel{padding:10px}.verified-header{font-size:15px}.provider-card{padding:10px 8px;gap:10px}.provider-avatar{width:40px;height:40px;min-width:40px}.provider-name{font-size:13px}.provider-meta,.provider-location{font-size:11px}.contact-button{padding:5px 12px;font-size:11px}}@media (max-width: 480px){.verified-panel{padding:8px}.verified-header{font-size:14px;margin-bottom:12px}.provider-card{padding:8px 6px;gap:8px}.provider-avatar{width:35px;height:35px;min-width:35px}.provider-name{font-size:12px}.verified-icon{width:14px;height:14px}.provider-meta,.provider-location{font-size:10px}.contact-button{padding:4px 10px;font-size:10px}}.chat-layout{display:flex;flex-direction:column;height:100%;width:100%;background:#f5f7fa;position:relative}.layout-content{display:flex;flex:1;overflow:hidden;border:1px solid #e5e7eb;border-radius:15px;height:100%;min-height:0}.chat-main{flex:1;min-width:0;border-right:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;min-height:0}.chat-side{width:320px;background:#fff;overflow-y:auto;border-left:1px solid #e5e7eb}@media (max-width: 1024px){.chat-side{width:280px}}@media (max-width: 768px){.chat-layout{height:100%;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.layout-content{border:none;border-radius:0;height:100%;min-height:0}.chat-side{display:none}.chat-main{border-right:none;width:100%;min-height:0}}@media (max-width: 480px){.chat-layout{height:100%}.layout-content{border-radius:0}.chat-main{height:100%}}@supports (padding: max(0px)){@media (max-width: 768px){.chat-layout{padding-bottom:env(safe-area-inset-bottom)}}}.App-header{background:#fff;height:56px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center}.app-logo{height:40px;width:auto}.sendbird-header-middle{display:flex;align-items:center;gap:8px}.sendbird-header-title{font-size:.95rem;font-weight:600;color:#111827}.beta-badge{font-size:.65rem;font-weight:600;padding:2px 8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:999px;cursor:default}.layout-header{flex:1;display:flex;justify-content:center;margin:0 20px}.header-right{display:flex;align-items:center;width:100%;max-width:500px}.search-input-wrapper{position:relative;flex:1}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666;font-size:14px;z-index:1}.header-search-input{width:100%;padding:8px 15px 8px 40px;border:1px solid #ddd;border-radius:24px 0 0 24px;font-size:14px;outline:none;transition:border-color .2s;background:#f8f9fa}.header-search-input:focus{border-color:#00b98e;background:#fff}.search-button{padding:8px 20px;background:#00b98e;color:#fff;border:1px solid #00B98E;border-left:none;border-radius:0 24px 24px 0;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:80px}.search-button:hover{background:#009872;border-color:#009872}.search-button:active{transform:translateY(1px)}.header-title{font-size:.95rem;font-weight:500;color:#374151}main{display:flex;justify-content:center;align-items:flex-start;padding:1rem;width:100%;flex:1;min-height:0}@media (max-width: 1024px){.App-header{height:auto;padding:.75rem 12px}.sendbird-header-title,.header-title{font-size:.85rem}.header-right{max-width:400px}}@media (max-width: 768px){.App-header{position:fixed!important;top:0;left:0;right:0;height:56px;display:flex;align-items:center;justify-content:space-between;background:#fff;z-index:9999;box-shadow:0 1px 4px #0000001a}main{margin-top:56px}.chat-header{position:sticky;top:38px;background:#fff;z-index:9998;border-bottom:1px solid #e5e7eb}.layout-header{display:flex!important;width:100%;margin:0 8px}.header-right{max-width:100%}.header-search-input{font-size:12px;padding:6px 12px 6px 34px}.search-button{padding:6px 12px;font-size:12px;min-width:60px}}@media (max-width: 480px){.App-header{padding:8px 10px}.app-logo{height:34px}.sendbird-header-title{font-size:.85rem}.beta-badge{font-size:.6rem;padding:2px 6px}}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}.App{height:100vh;display:flex;flex-direction:column}.chat-container{overflow-y:auto}.mobile-logo{display:none}@media (max-width: 768px){.desktop-logo{display:none}.mobile-logo{display:block;height:34px}}.mobile-profile{display:none}@media (max-width: 768px){.desktop-title{display:none}.mobile-profile{display:block}.profile-icon{font-size:26px;color:#374151}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;overflow:hidden}#root{min-height:100vh;display:flex;flex-direction:column}
