.alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px}.alert-icon{flex-shrink:0}.error-alert,.alert--error{background:#fee2e2;color:#dc2626;border:1px solid #FECACA}.success-alert,.alert--success{background:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.warning-alert,.alert--warning{background:#fef3c7;color:#92400e;border:1px solid #FDE68A}.info-alert,.alert--info{background:#dbeafe;color:#1e40af;border:1px solid #BFDBFE}.field-error{font-size:12px;color:#dc2626;margin-top:4px}.form-input.error,.form-input--error{border-color:#dc2626}.form-input.error:focus,.form-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner--dark{border-color:#0000001a;border-top-color:#0a2463}.spinner--small{width:16px;height:16px}.spinner--large{width:32px;height:32px;border-width:3px}.toast{position:fixed;bottom:24px;right:24px;padding:16px 24px;border-radius:12px;box-shadow:0 4px 12px #00000014;font-size:14px;font-weight:500;z-index:500;animation:slideIn .3s ease}.toast--success{background:#065f46;color:#fff}.toast--error{background:#dc2626;color:#fff}.toast--info{background:#0a2463;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;text-align:center}.empty-state__icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state__title{font-size:18px;font-weight:600;color:#1c1c1c;margin-bottom:8px}.empty-state__description{font-size:14px;color:#5f5f5d;max-width:300px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7fa0f1,#f98d93);position:relative}.auth-page:before{content:"";position:absolute;inset:0;opacity:.05;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.03) 10px,rgba(255,255,255,.03) 20px);pointer-events:none}.auth-form-section{display:flex;flex-direction:column;justify-content:center;padding:48px;background:#fff;border-radius:20px;width:456px;min-height:548px;box-shadow:0 4px 12px #00000014;position:relative;z-index:1}@media (max-width: 768px){.auth-form-section{width:calc(100% - 32px);padding:32px}}@media (max-width: 520px){.auth-form-section{width:calc(100% - 16px);padding:24px}}.auth-form-container{max-width:360px;width:100%;margin:0 auto}.auth-logo{display:block;margin:0 auto 16px;width:93px;height:20px}.auth-title{font-size:21px;font-weight:500;line-height:1;color:#1c1c1c;margin-bottom:24px;margin-top:16px}.auth-subtitle{font-size:16px;color:#5f5f5d;margin-bottom:24px;line-height:1.5}.auth-image-section{display:none}.auth-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.password-input-wrapper{position:relative}.password-input-wrapper .form-input{width:100%;padding-right:48px}.password-input-wrapper .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;color:#5f5f5d;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-input-wrapper .password-toggle:hover{color:#1c1c1c}.password-input-wrapper .password-toggle svg{width:20px;height:20px}.password-strength{display:flex;align-items:center;gap:12px;margin-top:8px}.strength-bars{display:flex;gap:4px}.strength-bar{width:40px;height:4px;background:#eceae4;border-radius:2px;transition:background-color .2s ease}.strength-bar.active.weak{background:#dc2626}.strength-bar.active.fair{background:#f59e0b}.strength-bar.active.good{background:#10b981}.strength-bar.active.strong{background:#059669}.strength-text{font-size:12px;color:#5f5f5d}.form-options{display:flex;justify-content:space-between;align-items:center}.consent-section{display:flex;flex-direction:column;gap:12px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#5f5f5d;cursor:pointer;line-height:1.4}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#0a2463;flex-shrink:0;margin-top:2px}.checkbox-label a{color:#0a2463;text-decoration:underline}.checkbox-label.error span{color:#dc2626}.auth-forgot-link{font-size:14px;font-weight:500;color:#0a2463;text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.auth-divider{position:relative;display:flex;align-items:center;justify-content:center;margin:24px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#eceae4;z-index:0}.auth-divider span{background-color:#fcfbf8;padding:0 16px;z-index:1;position:relative;font-size:14px;color:#5f5f5d}.auth-social-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:39px;border-radius:12px;border:1px solid #eceae4;background:#f7f4ed;font-size:16px;font-weight:400;color:#1c1c1c;cursor:pointer;transition:background-color .2s ease;margin-bottom:16px}.auth-social-btn:hover{background-color:#f2eee2}.auth-social-icon{font-size:18px;font-weight:600;color:#4285f4}.auth-footer{margin-top:24px;text-align:center;font-size:14px;color:#5f5f5d}.auth-footer a{color:#0a2463;font-weight:500;text-decoration:underline}.auth-image-section{background:linear-gradient(135deg,#7fa0f1,#f98d93);display:flex;align-items:center;justify-content:center;padding:48px}@media (max-width: 1024px){.auth-image-section{display:none}}.auth-image-content{text-align:center;color:#fff;max-width:400px}.auth-image-content h2{font-size:32px;font-weight:600;margin:0 0 16px}.auth-image-content p{font-size:18px;opacity:.9;line-height:1.6;margin:0 0 32px}.benefits-list{list-style:none;padding:0;margin:0;text-align:left}.benefits-list li{font-size:16px;padding:8px 0;opacity:.9}.content-container{background:#f6f6f6;border-radius:20px;padding:32px;margin:24px auto;max-width:1408px;width:calc(100% - 46px)}@media (min-width: 768px){.content-container{padding:48px;margin:32px auto}}@media (min-width: 1024px){.content-container{padding:64px}}.content-container--white{background:#fff}.content-container--narrow{max-width:1200px}.nav-header{position:sticky;top:0;z-index:100;height:64px;background-color:transparent;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-header.dark-theme .logo-text,.nav-header.dark-theme .nav-link,.nav-header.dark-theme .language-text,.nav-header.dark-theme .chevron-down,.nav-header.dark-theme .notification-bell,.nav-header.dark-theme .mobile-menu-toggle{color:#fff}.nav-header.dark-theme .nav-link:hover,.nav-header.dark-theme .nav-link.active{color:#7fa0f1}.nav-header.dark-theme .language-selector:hover,.nav-header.dark-theme .notification-bell:hover{background-color:#ffffff1a}.nav-container{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1536px;margin:0 auto;padding:0 32px}.nav-left{display:flex;align-items:center;gap:48px}.nav-logo{display:flex;align-items:center;text-decoration:none}.logo-img{width:80px;height:35px;object-fit:contain}.logo-text{margin-left:-8px;font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#1c1c1c}.nav-links{display:flex;align-items:center;gap:24px}.nav-link{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1c1c1c;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:#0a2463}.nav-right{display:flex;align-items:center;gap:12px}.language-selector{position:relative;display:flex;align-items:center;gap:4px;padding:8px 12px;cursor:pointer;border-radius:8px;transition:background-color .2s}.language-selector:hover{background-color:#0000000a}.language-text{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:21px;color:#1c1c1c}.chevron-down{width:20px;height:20px;color:#1c1c1c}.language-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:80px;background:#fff;border:1px solid #ECEAE4;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100}.language-option{display:block;width:100%;padding:10px 16px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#1c1c1c;text-align:left;background:none;border:none;cursor:pointer;transition:background-color .2s}.language-option:hover{background-color:#f6f6f6}.language-option.active{color:#0a2463;background-color:#f0f4ff}.notification-bell-wrapper{position:relative}.notification-bell{position:relative;width:40px;height:40px;border-radius:10px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1c1c1c}.notification-bell:hover{background:#0000000a}.notification-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ff3a20;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:inherit}.user-widget{position:relative;display:flex;align-items:center;gap:12px;padding:8px 12px 8px 8px;border-radius:12px;cursor:pointer;transition:background-color .2s}.user-widget:hover{background-color:#0000000a}.user-avatar{width:40px;height:40px;border-radius:8px;overflow:hidden;background:#b517a0;display:flex;align-items:center;justify-content:center}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar .avatar-initials{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.user-info{display:flex;flex-direction:column;justify-content:center}.user-name{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#1c1c1c;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-plan{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#3c3c3c}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #ECEAE4;border-radius:12px;box-shadow:0 8px 24px #0000001f;overflow:hidden;z-index:100}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;color:#1c1c1c;text-decoration:none;background:none;border:none;cursor:pointer;transition:background-color .2s;text-align:left}.dropdown-item:hover{background-color:#f6f6f6}.dropdown-item .icon{font-size:16px}.dropdown-item.logout{color:#dc2626}.dropdown-divider{height:1px;background:#eceae4;margin:4px 0}.upgrade-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;background:linear-gradient(112.23deg,#e22e37 .15%,#0a2463 99.85%);font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:22.4px;color:#fff;text-decoration:none;transition:opacity .2s,transform .1s}.upgrade-btn:hover{opacity:.9}.upgrade-btn:active{transform:scale(.98)}.mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;color:#1c1c1c}.mobile-menu{display:none;position:fixed;inset:64px 0 0;background:#fff;z-index:99;padding:24px 16px;overflow-y:auto}.mobile-nav{display:flex;flex-direction:column;gap:8px}.mobile-nav-link{display:block;padding:16px;font-size:18px;color:#1c1c1c;text-decoration:none;background:none;border:none;border-radius:12px;text-align:left;cursor:pointer;transition:background-color .2s}.mobile-nav-link:hover{background-color:#f6f6f6}.mobile-nav-link.primary{background:linear-gradient(135deg,#7fa0f1,#f98d93);color:#fff;text-align:center}.mobile-nav-link.logout{color:#dc2626;width:100%}.mobile-divider{height:1px;background:#eceae4;margin:16px 0}@media (max-width: 1024px){.nav-container{padding:0 16px}.nav-left{gap:24px}.nav-links{gap:16px}.nav-link{font-size:14px}}@media (max-width: 768px){.nav-links,.nav-right{display:none}.mobile-menu-toggle,.mobile-menu{display:block}}.footer{background-color:#f7f4ed;border:1px solid #eceae4;border-radius:16px;padding:57px;margin:64px 16px 16px}.footer.footer--transparent{background-color:#fff6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);padding:32px 16px;margin-top:0}.footer.footer--transparent .copyright-text,.footer.footer--transparent .footer-link,.footer.footer--transparent .footer-tagline,.footer.footer--transparent .social-link{color:#1e293b}.footer.footer--transparent .footer-link:hover,.footer.footer--transparent .social-link:hover{color:#0f172a}.footer.footer--transparent .copyright-text{color:#475569}.footer-nav{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.footer-brand{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;min-width:189px}.footer-logo{display:flex;align-items:center;gap:0;width:fit-content;height:35px;text-decoration:none}.footer-logo img{width:80px;height:35px;object-fit:contain;margin-right:-8px}.footer-copyright{display:flex;gap:4px;align-items:center}.copyright-text{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:21px;color:#5f5f5d}.footer-links{display:flex;gap:64px;align-items:flex-start}.footer-column{display:flex;flex-direction:column;gap:11.5px;min-width:160px}.footer-link{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:21px;color:#1c1c1c;text-decoration:none;transition:color .2s}.footer-link:hover{color:#0a2463}.footer-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;align-self:stretch}.footer-tagline{font-family:Inter,sans-serif;font-weight:500;font-size:32px;line-height:48px;color:#1c1c1c;margin:0;text-align:right}.footer-social{display:flex;gap:16px}.social-link{width:24px;height:24px;color:#1c1c1c;transition:color .2s}.social-link:hover{color:#0a2463}.social-link svg{width:100%;height:100%}@media (max-width: 1024px){.footer{padding:32px;margin:32px 16px 16px}.footer-nav{flex-wrap:wrap;gap:32px}.footer-links{gap:32px}.footer-tagline{font-size:24px;line-height:36px}}@media (max-width: 768px){.footer{padding:24px 16px;margin:32px 8px 8px}.footer-nav{flex-direction:column;align-items:center;text-align:center;gap:24px}.footer-brand{align-items:center;gap:16px}.footer-links{flex-direction:column;gap:24px;align-items:center}.footer-column{align-items:center;min-width:unset}.footer-right{align-items:center;gap:16px}.footer-tagline{text-align:center;font-size:20px;line-height:30px}}.config-panel{background:#f6f6f6;border-radius:20px;padding:24px 32px;display:flex;flex-direction:column;height:100%}.panel-title{font-size:20px;font-weight:600;color:#1c1c1c;margin:0 0 24px}.form-field{margin-bottom:24px}.start-search-btn{margin-top:auto;width:100%;height:48px;background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.start-search-btn:disabled{opacity:.5;cursor:not-allowed;background:#ccc}.start-search-btn:not(:disabled):hover{opacity:.9}.form-field label{display:block;font-size:14px;font-weight:500;color:#1c1c1c;margin-bottom:8px}.form-select{width:280px;height:48px;padding:0 12px;background:#fff;border:1px solid #eceae4;border-radius:12px;font-size:16px;cursor:pointer}.notification-toggles{display:flex;gap:24px}.toggle-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#3b3b3b;cursor:pointer}.toggle-item input[type=checkbox]{width:18px;height:18px;accent-color:#0a2463}.reward-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.switch{position:relative;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;border-radius:12px;transition:.3s}.switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%)}.switch input:checked+.slider:before{transform:translate(20px)}.reward-inputs{display:flex;gap:12px}.currency-select{width:82px;height:48px;padding:0 8px;background:#fff;border:1px solid #eceae4;border-radius:12px;font-size:14px}.amount-input{width:178px;height:48px;padding:0 12px;background:#fff;border:1px solid #eceae4;border-radius:12px;font-size:16px}.chat-conversation-page{height:calc(100vh - 64px);background:transparent;overflow:hidden;display:flex;flex-direction:column}.chat-conversation-page .main-content{display:flex;gap:32px;width:100%;height:100%;max-width:1600px;margin:0 auto;padding:24px}.chat-conversation-page .chat-panel{flex:1;height:100%;background:#f6f6f6;border-radius:20px;padding:24px 32px;display:flex;flex-direction:column;overflow:hidden}.chat-conversation-page .chat-panel .cancel-nav{flex-shrink:0;display:flex;align-items:center;gap:8px;color:#1c1c1c;text-decoration:none;font-size:18px;font-weight:500;margin-bottom:24px;transition:color .2s}.chat-conversation-page .chat-panel .cancel-nav:hover{color:#0a2463}.chat-conversation-page .chat-panel .messages-container{flex:1;overflow-y:auto;padding:16px 0;margin-bottom:24px}.chat-conversation-page .chat-panel .messages-container .load-more-btn{display:block;margin:0 auto 24px;padding:8px 20px;background:#fff;border:1px solid #eceae4;border-radius:20px;font-size:13px;color:#5f5f5d;cursor:pointer}.chat-conversation-page .chat-panel .messages-container .messages-list{display:flex;flex-direction:column;gap:16px}.chat-conversation-page .right-column{width:400px;display:flex;flex-direction:column;gap:24px;height:100%}.chat-conversation-page .right-column .config-wrapper{flex:0 0 auto}.chat-conversation-page .right-column .params-wrapper{flex:1;min-height:0;overflow-y:auto}.chat-conversation-page .loading-state,.chat-conversation-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:16px}.chat-conversation-page .loading-state .loading-message,.chat-conversation-page .error-state .loading-message{margin-top:16px;font-size:14px;color:#5f5f5d;text-align:center}.chat-conversation-page .spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#e22e37;border-radius:50%;animation:spin 1s linear infinite}.chat-conversation-page .spinner-sm{display:inline-block;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#e22e37;border-radius:50%;animation:spin 1s linear infinite}.chat-conversation-page .btn{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none}.chat-conversation-page .btn-secondary{background:#fff;border:1px solid #eceae4;color:#1c1c1c}@media (max-width: 1400px){.chat-conversation-page .main-content{flex-direction:column}.chat-conversation-page .chat-panel,.chat-conversation-page .right-column{width:100%;max-width:842px;margin:0 auto}}@media (max-width: 768px){.chat-conversation-page .chat-panel{padding:16px}}app-chat-input{display:block}app-chat-input .input-area{display:flex;align-items:center;gap:8px;padding-top:16px;border-top:1px solid #eceae4}app-chat-input .input-area .btn-attach{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:1px solid #eceae4;border-radius:24px;font-size:14px;color:#5f5f5d;cursor:pointer;transition:all .2s}app-chat-input .input-area .btn-attach:hover{border-color:#d5d5d5}app-chat-input .input-area .message-input{flex:1;height:48px;padding:0 16px;background:#fff;border:1px solid #eceae4;border-radius:24px;font-size:16px;outline:none}app-chat-input .input-area .message-input:focus{border-color:#0a2463}app-chat-input .input-area .message-input::placeholder{color:#5f5f5d}app-chat-input .input-area .btn-voice,app-chat-input .input-area .btn-send{width:48px;height:48px;border-radius:24px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}app-chat-input .input-area .btn-voice{background:#fff;border:1px solid #eceae4;color:#5f5f5d}app-chat-input .input-area .btn-voice:hover{border-color:#d5d5d5}app-chat-input .input-area .btn-send{background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);color:#fff}app-chat-input .input-area .btn-send:disabled{opacity:.5;cursor:not-allowed}app-chat-input .input-area .spinner-sm{display:inline-block;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#e22e37;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){app-chat-input .input-area{flex-wrap:wrap}app-chat-input .input-area .attach-text{display:none}app-chat-input .input-area .message-input{order:1;width:100%;flex:none}}app-message-bubble{display:flex;flex-direction:column}app-message-bubble .message-row{display:flex;align-items:flex-start;gap:12px}app-message-bubble .message-row.user-row{flex-direction:row-reverse}app-message-bubble .message-row.ai-row{flex-direction:row}app-message-bubble .avatar{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}app-message-bubble .avatar.user-avatar{background:#b517a0;color:#fff;font-size:14px;font-weight:500}app-message-bubble .avatar.ai-avatar{background:#0a2463}app-message-bubble .message-bubble{max-width:min(460px,80vw);padding:10px 14px;font-size:16px;line-height:24px}app-message-bubble .message-bubble.user-bubble{background:#446aa3;color:#fff;border-radius:8px 0 8px 8px}app-message-bubble .message-bubble.ai-bubble{background:#e5eef7;color:#252b37;border-radius:0 8px 8px}app-message-bubble .message-attachments{margin-top:8px;margin-left:52px}app-message-bubble .message-attachments.user-attachments{margin-left:0;margin-right:52px;text-align:right}app-message-bubble .message-attachments .attachment-img{width:148px;height:136px;border-radius:8px;object-fit:cover}app-message-bubble .system-message{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f0f0f0;border-radius:20px;font-size:13px;color:#5f5f5d;align-self:center}.listing-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #eceae4;overflow:hidden;transition:box-shadow .2s,transform .2s;cursor:pointer;text-decoration:none;color:inherit}.listing-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.listing-card .listing-card-image{position:relative;width:100%;aspect-ratio:311/240;overflow:hidden;background:#f6f6f6}.listing-card .listing-card-image img{width:100%;height:100%;object-fit:cover}.listing-card .listing-card-image .listing-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6f6f6,#eceae4)}.listing-card .listing-card-image .listing-card-placeholder .placeholder-icon{font-size:48px;opacity:.5}.listing-card .listing-card-image .listing-card-reward{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:4px 12px;background:#fff;border:1px solid #d9d9d9;border-radius:9999px;font-size:14px;line-height:20px;color:#1c1c1c;box-shadow:0 2px 8px #0000001a}.listing-card .listing-card-image .listing-card-reward .reward-amount{font-weight:600}.listing-card .listing-card-image .listing-card-reward .reward-label{font-weight:400;color:#5f5f5d}.listing-card .listing-card-image .listing-card-status{position:absolute;top:12px;right:12px;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;text-transform:capitalize}.listing-card .listing-card-image .listing-card-status.active{background:#c6e1fb;color:#063b65}.listing-card .listing-card-image .listing-card-status.found{background:#c6fbd6;color:#066523}.listing-card .listing-card-image .listing-card-status.matching{background:#fbe2c6;color:#654806}.listing-card .listing-card-image .relevance-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#000000b3;border-radius:6px;font-size:11px;color:#fff}.listing-card .listing-card-image .relevance-badge.high{background:linear-gradient(135deg,#22c55e,#16a34a)}.listing-card .listing-card-image .relevance-badge.medium{background:linear-gradient(135deg,#f59e0b,#d97706)}.listing-card .listing-card-image .relevance-badge .relevance-score{font-weight:600}.listing-card .listing-card-image .relevance-badge .relevance-label{opacity:.8}.listing-card .listing-card-content{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px}.listing-card .listing-card-content .listing-card-title{font-size:16px;font-weight:500;line-height:24px;color:#1c1c1c;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-card .listing-card-content .listing-card-category{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#5f5f5d}.listing-card .listing-card-content .listing-card-category .category-icon{font-size:14px}.listing-card .listing-card-content .matched-fields{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.listing-card .listing-card-content .matched-fields .matched-field{display:inline-block;padding:2px 6px;background:#faf8f5;border-radius:4px;font-size:10px;color:#0a2463;text-transform:capitalize}.listing-card .listing-card-content .listing-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.listing-card .listing-card-content .listing-card-footer .listing-card-user{display:flex;align-items:center;gap:8px}.listing-card .listing-card-content .listing-card-footer .listing-card-user .listing-card-user-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#7fa0f1,#f98d93);display:flex;align-items:center;justify-content:center}.listing-card .listing-card-content .listing-card-footer .listing-card-user .listing-card-user-avatar img{width:100%;height:100%;object-fit:cover}.listing-card .listing-card-content .listing-card-footer .listing-card-user .listing-card-user-avatar .avatar-initials{color:#fff;font-size:11px;font-weight:600}.listing-card .listing-card-content .listing-card-footer .listing-card-user .listing-card-user-name{font-size:13px;color:#5f5f5d}.listing-card .listing-card-content .listing-card-footer .listing-card-stats{display:flex;align-items:center;gap:8px}.listing-card .listing-card-content .listing-card-footer .listing-card-stats .stat-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#5f5f5d}.listing-card .listing-card-content .listing-card-footer .listing-card-stats .stat-item .stat-icon{font-size:14px}.create-search-page{min-height:calc(100vh - 72px);padding:48px 24px;background:transparent}.create-search-page .container{max-width:720px;margin:0 auto}.create-search-page .create-search-card{background:#f6f6f6;border-radius:20px;padding:32px}.create-search-page .header-section{margin-bottom:32px}.create-search-page .header-section h1{font-size:28px;font-weight:600;color:#1c1c1c;margin:0 0 8px}.create-search-page .back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 0;border:none;background:transparent;font-family:inherit;font-size:14px;color:#5f5f5d;cursor:pointer;margin-bottom:16px}.create-search-page .back-btn:hover{color:#1c1c1c}.create-search-page .text-secondary{color:#5f5f5d;margin:0}.create-search-page .wallet-info{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-radius:12px;margin-bottom:24px}.create-search-page .wallet-info .wallet-label{font-size:14px;color:#5f5f5d}.create-search-page .wallet-info .wallet-amount{font-size:14px;font-weight:600;color:#1c1c1c}.create-search-page .form-group{margin-bottom:24px}.create-search-page .form-group label{display:block;font-size:14px;font-weight:500;color:#1c1c1c;margin-bottom:8px}.create-search-page .form-group label.required:after{content:" *";color:#e22e37}.create-search-page .form-input,.create-search-page .form-select,.create-search-page .form-textarea{width:100%;padding:12px 16px;border:1px solid #eceae4;border-radius:12px;background:#fff;font-family:inherit;font-size:16px;color:#1c1c1c;transition:border-color .2s ease}.create-search-page .form-input:focus,.create-search-page .form-select:focus,.create-search-page .form-textarea:focus{outline:none;border-color:#0a2463}.create-search-page .form-textarea{resize:vertical;min-height:100px}.create-search-page .form-hint{font-size:12px;color:#888;margin-top:4px;display:block}.create-search-page .field-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.create-search-page .char-count{font-size:12px;color:#888}.create-search-page .error-text{font-size:12px;color:#e22e37}.create-search-page .error-message{padding:12px 16px;background:#fee2e2;border-radius:8px;color:#e22e37;font-size:14px;margin-bottom:24px}.create-search-page .form-row{display:grid;grid-template-columns:2fr 1fr;gap:16px}.create-search-page .input-with-suffix{display:flex;align-items:center}.create-search-page .input-with-suffix .form-input{border-radius:12px 0 0 12px;border-right:none}.create-search-page .input-with-suffix .input-suffix{padding:12px 16px;background:#e0e0e0;border:1px solid #eceae4;border-left:none;border-radius:0 12px 12px 0;font-size:14px;color:#5f5f5d}.create-search-page .credit-offer-input{display:flex;align-items:center;gap:8px}.create-search-page .credit-offer-input .form-input{max-width:200px}.create-search-page .credit-offer-input .credit-suffix{font-size:14px;color:#5f5f5d}.create-search-page .image-upload-area{border:2px dashed #eceae4;border-radius:12px;padding:24px;cursor:pointer;transition:border-color .2s ease,background .2s ease;background:#fff}.create-search-page .image-upload-area:hover{border-color:#0a2463;background:#fafafa}.create-search-page .image-upload-area .hidden-input{display:none}.create-search-page .image-upload-area .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#5f5f5d}.create-search-page .image-upload-area .upload-placeholder p{margin:0;font-size:14px}.create-search-page .image-upload-area .upload-placeholder .upload-hint-secondary{font-size:12px;color:#888}.create-search-page .image-upload-area .image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.create-search-page .image-upload-area .image-preview-grid .image-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden}.create-search-page .image-upload-area .image-preview-grid .image-preview-item img{width:100%;height:100%;object-fit:cover}.create-search-page .image-upload-area .image-preview-grid .image-preview-item .remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.create-search-page .image-upload-area .image-preview-grid .add-more-images{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:2px dashed #eceae4;border-radius:8px;color:#888}.create-search-page .tags-input-container{display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px;border:1px solid #eceae4;border-radius:12px;background:#fff;min-height:48px;align-items:center}.create-search-page .tags-input-container .tag-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#e0e0e0;border-radius:16px;font-size:14px;color:#1c1c1c}.create-search-page .tags-input-container .tag-chip .tag-remove{border:none;background:none;font-size:16px;color:#888;cursor:pointer;padding:0 0 0 4px}.create-search-page .tags-input-container .tag-chip .tag-remove:hover{color:#e22e37}.create-search-page .tags-input-container .tags-input{flex:1;min-width:100px;border:none;outline:none;font-family:inherit;font-size:16px;background:transparent}.create-search-page .radio-group{display:flex;flex-direction:column;gap:12px}.create-search-page .radio-group .radio-option{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border-radius:12px;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.create-search-page .radio-group .radio-option:has(input:checked){border-color:#0a2463}.create-search-page .radio-group .radio-option input[type=radio]{margin-top:4px;accent-color:#0a2463}.create-search-page .radio-group .radio-option .radio-label{display:flex;flex-direction:column;gap:2px}.create-search-page .radio-group .radio-option .radio-title{font-size:14px;font-weight:500;color:#1c1c1c}.create-search-page .radio-group .radio-option .radio-desc{font-size:12px;color:#888}.create-search-page .toggle-container{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border-radius:12px;cursor:pointer}.create-search-page .toggle-container .toggle-input{display:none}.create-search-page .toggle-container .toggle-switch{width:48px;height:28px;background:#e0e0e0;border-radius:14px;position:relative;transition:background .2s ease;flex-shrink:0}.create-search-page .toggle-container .toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0000001a}.create-search-page .toggle-container .toggle-input:checked+.toggle-switch{background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%)}.create-search-page .toggle-container .toggle-input:checked+.toggle-switch:after{transform:translate(20px)}.create-search-page .toggle-container .toggle-label{display:flex;flex-direction:column;gap:2px}.create-search-page .toggle-container .toggle-title{font-size:14px;font-weight:500;color:#1c1c1c}.create-search-page .toggle-container .toggle-desc{font-size:12px;color:#888}.create-search-page .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #eceae4}.create-search-page .form-actions .btn{padding:12px 32px;border-radius:20px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.create-search-page .form-actions .btn-primary{background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);color:#fff;border:none}.create-search-page .form-actions .btn-primary:hover:not(:disabled){opacity:.9}.create-search-page .form-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.create-search-page .form-actions .btn-secondary{background:#fff;color:#5f5f5d;border:1px solid #797979}.create-search-page .form-actions .btn-secondary:hover:not(:disabled){background:#f6f6f6}.create-search-page .form-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.create-search-page .form-actions .spinner-sm{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@media (max-width: 768px){.create-search-page,.create-search-page .create-search-card{padding:24px 16px}.create-search-page .form-row{grid-template-columns:1fr}.create-search-page .form-actions{flex-direction:column}.create-search-page .form-actions .btn{width:100%}}.explore-page{min-height:100vh;background:#fff}.listings-panel{margin:23px;padding:32px;background-color:#f6f6f6;border-radius:20px;min-height:calc(100vh - 136px)}.listings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.listings-title{font-family:Inter,sans-serif;font-weight:500;font-size:24px;line-height:36px;color:#1c1c1c;margin:0}.listings-view-all{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#1c1c1c;text-decoration:none;transition:color .2s}.listings-view-all:hover{color:#0a2463;text-decoration:underline}.category-avatars-row{display:flex;gap:24px;overflow-x:auto;padding-bottom:16px;margin-bottom:24px;scrollbar-width:none;-ms-overflow-style:none}.category-avatars-row::-webkit-scrollbar{display:none}.category-avatar-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;cursor:pointer}.category-avatar-item.active .category-avatar-circle{box-shadow:0 0 0 3px #0a2463}.category-avatar-circle{width:87px;height:87px;border-radius:50%;overflow:hidden;background-color:#d9d9d9;transition:transform .2s,box-shadow .2s}.category-avatar-circle:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.category-avatar-circle img{width:100%;height:100%;object-fit:cover}.category-avatar-name{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#1c1c1c;text-align:center;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listings-controls{display:flex;align-items:center;gap:16px;margin-bottom:24px}.listings-search{position:relative;width:295px;height:48px}.listings-search-input{width:100%;height:100%;padding:12px 16px 12px 44px;border:1px solid #d5d5d5;border-radius:12px;background:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#1c1c1c}.listings-search-input::placeholder{color:#5f5f5d}.listings-search-input:focus{outline:none;border-color:#0a2463}.listings-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#1c1c1c}.listings-filter-wrapper{position:relative}.listings-filter{display:flex;align-items:center;gap:8px;padding:12px 16px;width:144px;height:48px;background:#fff;border:1px solid #d5d5d5;border-radius:12px;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#6e6e6e}.listings-filter:hover{border-color:#1c1c1c}.listings-filter.active{border-color:#0a2463;background-color:#e5eef7}.listings-filter-chevron{width:20px;height:20px;color:#1c1c1c;margin-left:auto}.filter-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #d5d5d5;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100}.filter-dropdown-menu button{display:block;width:100%;padding:12px 16px;text-align:left;background:none;border:none;font-family:Inter,sans-serif;font-size:14px;color:#1c1c1c;cursor:pointer;transition:background-color .2s}.filter-dropdown-menu button:hover{background-color:#f6f6f6}.filter-dropdown-menu button.active{background-color:#0a2463;color:#fff}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-count{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#5f5f5d}.clear-filters{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#0a2463;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0}.clear-filters:hover{color:#081d4d}.listings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1200px){.listings-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.listings-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.listings-grid{grid-template-columns:1fr}.listings-controls{flex-direction:column;align-items:stretch}.listings-search,.listings-filter-wrapper,.listings-filter{width:100%}}.explore-page .listing-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #eceae4;overflow:hidden;transition:box-shadow .2s,transform .2s;cursor:pointer}.explore-page .listing-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.explore-page .listing-card-image{position:relative;width:100%;aspect-ratio:311/240;overflow:hidden;background-color:#d9d9d9}.explore-page .listing-card-image img{width:100%;height:100%;object-fit:cover}.explore-page .listing-card-status{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:9999px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:18px;text-transform:capitalize}.explore-page .listing-card-status.status-found{background-color:#10b981;color:#fff}.explore-page .listing-card-status.status-on-hold{background-color:#f59e0b;color:#fff}.explore-page .listing-card-status.status-archived{background-color:#6b7280;color:#fff}.explore-page .listing-card-reward{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:4px 12px;background:#fff;border:1px solid #d9d9d9;border-radius:9999px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:#1c1c1c}.explore-page .reward-amount{font-weight:600}.explore-page .reward-label{font-weight:400;color:#5f5f5d}.explore-page .listing-card-content{padding:12px 16px 16px}.explore-page .listing-card-title{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1c1c1c;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-page .listing-card-user{display:flex;align-items:center;gap:8px}.explore-page .listing-card-user-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background-color:#b517a0;display:flex;align-items:center;justify-content:center}.explore-page .listing-card-user-avatar img{width:100%;height:100%;object-fit:cover}.explore-page .user-initials{font-family:Inter,sans-serif;font-weight:600;font-size:12px;color:#fff}.explore-page .listing-card-user-name{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#5f5f5d}.skeleton-card{background:#fff;border-radius:12px;border:1px solid #eceae4;overflow:hidden}.skeleton-image{aspect-ratio:311/240;background:linear-gradient(90deg,#f6f6f6 25%,#eceae4,#f6f6f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:12px 16px 16px}.skeleton-title{height:20px;background:#f6f6f6;border-radius:4px;margin-bottom:12px}.skeleton-user{height:28px;width:120px;background:#f6f6f6;border-radius:14px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.listings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.listings-empty svg{margin-bottom:16px}.listings-empty p{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:#1c1c1c;margin:0 0 8px}.listings-empty span{font-family:Inter,sans-serif;font-size:14px;color:#5f5f5d}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px;padding-top:24px;border-top:1px solid #eceae4}.pagination-btn{padding:10px 20px;border:1px solid #d0d0d0;background:#fff;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;color:#1c1c1c;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#0a2463;color:#0a2463}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-family:Inter,sans-serif;font-size:14px;color:#5f5f5d}.pre-chat-page{min-height:calc(100vh - 72px);background:transparent;display:flex;align-items:flex-start;padding:120px 24px 48px}.pre-chat-container{max-width:1200px;margin:0 auto;width:100%}.pre-chat-page .hero-section{text-align:center;margin-bottom:40px;max-width:842px;margin-left:auto;margin-right:auto}.pre-chat-page .hero-title{font-size:48px;font-weight:400;color:#1c1c1c;margin:0 0 16px;letter-spacing:-.02em}.pre-chat-page .hero-description{font-size:16px;font-weight:400;color:#3b3b3b;margin:0;line-height:1.6;opacity:.9}.search-box{max-width:842px;margin:0 auto 40px;position:relative}.input-wrapper{position:relative;background:#f6f6f6;border:1px solid rgba(28,28,28,.2);border-radius:20px;padding:16px 20px;display:flex;align-items:center;gap:12px;transition:border-color .2s}.input-wrapper.has-suggestions{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.search-input{flex:1;border:none;background:transparent;font-size:16px;font-weight:400;color:#1c1c1c;outline:none;font-family:inherit}.search-input::placeholder{color:#5f5f5d;opacity:.7}.button-group{display:flex;align-items:center;gap:8px}.attach-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:1px solid #eceae4;border-radius:24px;font-size:14px;font-weight:500;color:#5f5f5d;cursor:pointer;transition:all .2s ease}.attach-button:hover{background:#fafafa;border-color:#ddd}.attach-button svg{width:20px;height:20px}.voice-button{width:48px;height:48px;background:#fff;border:1px solid #eceae4;border-radius:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#5f5f5d;flex-shrink:0}.voice-button:hover{border-color:#ddd}.send-button{width:48px;height:48px;background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);border:none;border-radius:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}.send-button:hover:not(:disabled){opacity:.9}.send-button:disabled{opacity:.5;cursor:not-allowed}.send-button svg{color:#fff;width:20px;height:20px}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#f6f6f6;border:1px solid rgba(28,28,28,.2);border-top:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:8px 0 16px;z-index:100;max-height:320px;overflow-y:auto}.suggestions-section{padding:8px 20px}.suggestions-label{display:block;font-size:12px;font-weight:600;color:#5f5f5d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.suggestion-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;text-align:left;cursor:pointer;transition:background .15s}.suggestion-item:hover{background:#0000000d}.suggestion-icon{font-size:16px;flex-shrink:0}.suggestion-text{flex:1;font-size:14px;color:#1c1c1c}.suggestion-count{font-size:12px;color:#5f5f5d;background:#e0e0e0;padding:2px 8px;border-radius:10px}.trending-section{margin-bottom:40px}.trending-categories{display:flex;gap:12px;flex-wrap:wrap}.trending-category{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #eceae4;border-radius:24px;cursor:pointer;transition:all .2s}.trending-category:hover{border-color:#0a2463;box-shadow:0 2px 8px #00000014}.category-icon{font-size:16px}.category-name{font-size:14px;font-weight:500;color:#1c1c1c}.category-count{font-size:12px;color:#5f5f5d;background:#f6f6f6;padding:2px 8px;border-radius:10px}.recommendations-section{margin-bottom:40px}.example-searches-section{background:#f6f6f6;border-radius:20px;padding:40px 32px;margin-bottom:40px}.filter-row{display:flex;gap:24px;margin-bottom:32px}.filter-search-input{display:flex;align-items:center;gap:12px;width:295px;height:48px;padding:0 16px;background:#fff;border:1px solid #d5d5d5;border-radius:12px}.filter-search-input input{flex:1;border:none;font-size:14px;font-family:inherit;outline:none}.filter-search-input input::placeholder{color:#929292}.filter-search-input svg{color:#929292;flex-shrink:0}.filter-category-dropdown{width:144px;height:48px;padding:0 16px;background:#fff;border:1px solid #d5d5d5;border-radius:12px;font-size:14px;font-family:inherit;cursor:pointer;outline:none}.example-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:33px}.example-card{background:#fff;border-radius:12px;border:1px solid #eceae4;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s}.example-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.example-card-image{position:relative;width:100%;aspect-ratio:311/160;overflow:hidden;background:#f0f0f0}.example-card-image img{width:100%;height:100%;object-fit:cover}.example-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;opacity:.5}.status-badge{position:absolute;bottom:12px;left:12px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge.active{background:#c6e1fb;color:#063b65}.status-badge.found{background:#c6fbd6;color:#066523}.status-badge.matching{background:#fbe2c6;color:#654806}.example-card-content{padding:12px 16px 16px}.example-card-title{font-size:14px;font-weight:600;color:#1c1c1c;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.example-card-reward{font-size:14px;color:#5f5f5d}.example-card-actions{display:flex;gap:12px;margin-top:8px}.action-link{font-size:12px;color:#5f5f5d;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.action-link:hover{color:#0a2463}.examples-loading,.examples-empty{display:flex;align-items:center;justify-content:center;min-height:200px}.examples-empty p{color:#5f5f5d;font-size:14px}.input-content{flex:1;display:flex;flex-direction:column;gap:12px}.input-wrapper.has-attachments{flex-direction:column;align-items:stretch}.input-wrapper.has-attachments .button-group{margin-top:12px;justify-content:flex-end}.attachment-previews{display:flex;gap:8px;flex-wrap:wrap}.attachment-thumbnail{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #eceae4}.attachment-thumbnail img{width:100%;height:100%;object-fit:cover}.remove-attachment{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.remove-attachment:hover{background:#000c}.my-items-section{background:#f6f6f6;border-radius:20px;padding:32px 24px;min-height:400px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-title{font-size:20px;font-weight:600;color:#1c1c1c;margin:0}.view-all-link{font-size:14px;font-weight:500;color:#0a2463;text-decoration:none}.view-all-link:hover{text-decoration:underline}.items-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.placeholder-text{font-size:16px;color:#5f5f5d;opacity:.7;margin:0}.login-btn,.create-btn{padding:12px 24px;border-radius:12px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.login-btn{background:#fff;color:#1c1c1c;border:1px solid #eceae4}.login-btn:hover{background:#fafafa}.create-btn{background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);color:#fff;border:none}.create-btn:hover{opacity:.9}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#e22e37;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1200px){.example-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.pre-chat-page{padding:80px 16px 32px}.pre-chat-page .hero-title{font-size:32px}.pre-chat-page .hero-description{font-size:14px}.pre-chat-page .input-wrapper{flex-direction:column;align-items:stretch;padding:16px}.pre-chat-page .button-group{width:100%;justify-content:space-between}.pre-chat-page .attach-button{flex:1}.pre-chat-page .attach-text{display:none}.pre-chat-page .trending-categories{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.pre-chat-page .example-searches-section{padding:24px 16px}.pre-chat-page .filter-row{flex-direction:column;gap:12px}.pre-chat-page .filter-search-input,.pre-chat-page .filter-category-dropdown{width:100%}.pre-chat-page .example-cards-grid{grid-template-columns:1fr}.pre-chat-page .my-items-section{padding:24px 16px}.pre-chat-page .items-grid{grid-template-columns:1fr}}.subscriptions-page{min-height:100vh;background:#fff}.subscriptions-page .hero-section{text-align:center;padding:48px 24px 32px}.subscriptions-page .hero-title{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:44px;color:#1c1c1c;margin:0 0 12px}.subscriptions-page .hero-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:28px;color:#5f5f5d;margin:0}.content-panel{max-width:1408px;padding:48px 32px;background:#f6f6f6;border-radius:20px;margin:0 16px 32px}.billing-toggle-wrapper{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:48px}.yearly-badge{padding:8px 16px;background:#0f2562;color:#fff;border-radius:20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.billing-toggle{display:flex;padding:8px;background:#e2e8f9;border-radius:32px}.billing-toggle button{padding:12px 32px;border:none;background:transparent;border-radius:24px;font-family:Inter,sans-serif;font-size:16px;color:#5f5f5d;cursor:pointer;transition:all .2s}.billing-toggle button.active{background:#fff;font-weight:500;color:#1c1c1c}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}@media (max-width: 1024px){.pricing-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.pricing-cards{grid-template-columns:1fr}.content-panel{margin-left:8px;margin-right:8px;padding:32px 16px}}.pricing-card{position:relative;background:#fff;border:1px solid #eceae4;border-radius:20px;padding:32px;text-align:center;transition:box-shadow .2s,transform .2s}.pricing-card:hover{box-shadow:0 8px 24px #00000014}.pricing-card.popular{border:2px solid #0a2463;box-shadow:0 4px 20px #0a24631a}.popular-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);padding:8px 24px;background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);color:#fff;border-radius:16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;white-space:nowrap}.plan-name{font-family:Inter,sans-serif;font-weight:600;font-size:24px;color:#1c1c1c;margin:0 0 24px}.price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:32px}.price .currency{font-family:Inter,sans-serif;font-weight:600;font-size:24px;color:#1c1c1c}.price .amount{font-family:Inter,sans-serif;font-weight:700;font-size:48px;line-height:1;color:#1c1c1c}.price .period{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#5f5f5d;margin-left:4px}.features-list{list-style:none;padding:0;margin:0 0 32px;text-align:left}.feature-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-family:Inter,sans-serif;font-size:14px;color:#1c1c1c}.check-icon{flex-shrink:0;color:#0a2463;margin-top:2px}.cta-btn{width:100%;padding:16px 24px;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;background:linear-gradient(116.78deg,#e22e37 .15%,#0a2463 99.85%);color:#fff}.cta-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #e22e374d}.cta-btn.current{background:#f6f6f6;color:#5f5f5d;cursor:not-allowed}.cta-btn:disabled{opacity:.7}.faq-section{max-width:800px;margin:0 auto}.faq-title{font-family:Inter,sans-serif;font-weight:600;font-size:24px;color:#1c1c1c;text-align:center;margin:0 0 32px}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-item{background:#fff;border-radius:12px;padding:24px;border:1px solid #eceae4}.faq-item h4{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#1c1c1c;margin:0 0 12px}.faq-item p{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:#5f5f5d;margin:0}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#1c1c1c;background-color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{margin:0}.text-h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:48px;font-weight:500;line-height:66px}.text-h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:600;line-height:36px}.text-body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px}.text-primary{color:#1c1c1c}.text-secondary{color:#3b3b3b}.text-tertiary{color:#5f5f5d}.text-muted{color:#929292}.gradient-text{background:linear-gradient(135deg,#7fa0f1,#f98d93);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1440px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.container{padding:0 48px}}.container-narrow{max-width:1240px;margin:0 auto;padding:0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;text-align:center;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-weight:500;border:none;cursor:pointer;transition:opacity .2s ease;width:100%;height:40px;border-radius:12px;background:linear-gradient(135deg,#7fa0f1,#f98d93);font-size:16px;line-height:22.4px;color:#fff}.btn-primary:hover:not(:disabled){opacity:.9}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;background:#fff;border:1px solid #eceae4;box-shadow:0 1px 2px #0000000d;font-size:16px;font-weight:500;color:#1c1c1c;cursor:pointer;transition:background-color .2s ease}.btn-secondary:hover:not(:disabled){background-color:#f6f6f6}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:400;line-height:24px;color:#1c1c1c;margin-bottom:4px}.form-input{width:100%;height:36px;padding:0 16px;border:1px solid #eceae4;border-radius:6px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:24px;color:#1c1c1c;transition:border-color .2s ease}.form-input::placeholder{color:#5f5f5d}.form-input:focus{outline:none;border-color:#0a2463}.form-input:disabled{background-color:#f6f6f6;cursor:not-allowed}.form-input.error{border-color:#e22e37}.field-error{font-size:12px;color:#e22e37;margin-top:4px}.card{background-color:#fff;border-radius:20px;padding:32px}.card-light{background-color:#f6f6f6;border-radius:20px;padding:32px}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-weight:500;font-size:12px;line-height:18px;white-space:nowrap}.status-badge--active{background-color:#c6e1fb;color:#0a4f91}.status-badge--found{background-color:#c6fbd6;color:#066523}.status-badge--on-hold{background-color:#fbe2c6;color:#78270d}.status-badge--expired{background-color:#e5e5e5;color:#5f5f5d}.status-badge--premium{background-color:#fef3c7;color:#92400e}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.w-full{width:100%}.text-center{text-align:center}
