.app{min-height:100vh;display:flex;flex-direction:column;background:#f3f4f6;padding-top:74px}.page-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:3rem}.hero-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 24px #00000014;text-align:center;max-width:560px;width:100%}.hero-icon{font-size:4rem;margin-bottom:1rem}.hero-icon-img{width:4rem;height:4rem}.hero-title{font-size:2rem;font-weight:700;color:#1e3a5f;margin-bottom:1rem}.hero-text{font-size:1.15rem;color:#374151;line-height:1.6;margin-bottom:1.5rem}.hero-subtext{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.signup-form{width:100%}.input-row{display:flex;gap:.75rem}.email-input{flex:1;padding:.875rem 1.25rem;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;outline:none;background:#fff;color:#1f2937}.email-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.email-input::placeholder{color:#9ca3af}.submit-button{padding:.875rem 1.5rem;background:#f97316;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.submit-button:hover{background:#ea580c}.error-text{color:#dc2626;font-size:.85rem;margin-top:.5rem;text-align:left}.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#166534;font-size:.95rem}.success-message svg{width:24px;height:24px;flex-shrink:0;color:#16a34a}.maintenance-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:.95rem}.maintenance-info svg{width:24px;height:24px;flex-shrink:0}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;width:100%}.feature{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000000f}.feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.feature-icon--img{width:2rem;height:2rem;margin-left:auto;margin-right:auto;font-size:0}.feature h3{font-size:1rem;font-weight:600;color:#1e3a5f;margin-bottom:.5rem}.feature p{font-size:.85rem;color:#6b7280;line-height:1.5}.footer{background:#1e3a5f;color:#fff;padding:2.5rem 1.5rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.footer-logo{width:1.5rem;height:1.5rem}.footer-name{font-size:1.25rem;font-weight:700}.footer-tagline{font-size:.95rem;opacity:.8;margin-bottom:1.5rem}.footer-copyright{font-size:.85rem;opacity:.6;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:#fff;border-radius:16px;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 8px 40px #0003}.modal-title{font-size:1.4rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.modal-text{font-size:.95rem;color:#6b7280;margin-bottom:1.75rem;line-height:1.5}.code-inputs{display:flex;justify-content:center;gap:.6rem;margin-bottom:1.25rem}.code-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #e5e7eb;border-radius:10px;outline:none;color:#1e3a5f;transition:border-color .2s}.code-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.modal .submit-button{width:100%;margin-bottom:.75rem}.modal-cancel{background:none;border:none;color:#9ca3af;font-size:.9rem;cursor:pointer;padding:.25rem;transition:color .2s}.modal-cancel:hover{color:#6b7280}@media(max-width:640px){.hero-card{padding:2rem 1.5rem}.hero-icon{font-size:3rem}.hero-title{font-size:1.5rem}.hero-text{font-size:1rem}.input-row{flex-direction:column}.features{grid-template-columns:1fr}}.header{background:linear-gradient(135deg,#1e3a5f,#2d5a87);padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.logo-icon{width:2rem;height:2rem}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.5px}.search-container{flex:1;max-width:600px;display:flex;position:relative}.search-input{width:100%;padding:.75rem 5.5rem .75rem 1rem;border:none;border-radius:8px;font-size:1rem;outline:none;background:#fff}.search-input:focus{box-shadow:0 0 0 3px #ffffff4d}.search-buttons{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.35rem}.search-button{background:#f97316;border:none;padding:.5rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.search-button:hover{background:#ea580c}.search-button svg{width:20px;height:20px;color:#fff}.ai-search-button{position:relative;background:transparent;border:1.5px solid #9ca3af;padding:.4rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.ai-search-button:hover{border-color:#6366f1;background:#6366f11a}.ai-search-button svg{width:18px;height:18px;color:#6b7280;transition:color .2s}.ai-search-button:hover svg{color:#6366f1}.ai-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.55rem;font-weight:700;padding:1px 3px;border-radius:3px;line-height:1}.header-actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.create-ad-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.create-ad-button:hover{background:#ea580c}.create-ad-icon{font-size:1.2rem}.icon-button{width:42px;height:42px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-button:hover{background:#fff3;border-color:#ffffff80}.icon-button svg{width:20px;height:20px}.icon-button.user-logged-in{background:#f97316;border-color:#f97316}.icon-button.user-logged-in:hover{background:#ea580c;border-color:#ea580c}.messages-button{position:relative}.unread-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid #1e3a5f;line-height:1}.settings-menu-container{position:relative}.settings-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;overflow:hidden;z-index:200}.dropdown-section{padding:1rem}.dropdown-label{display:block;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.language-options{display:flex;flex-direction:column;gap:.5rem}.language-option{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem;color:#374151}.language-option:hover{background:#f3f4f6;border-color:#d1d5db}.language-option.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.language-option .flag{font-size:1.1rem}.user-menu-container{position:relative}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:180px;overflow:hidden;z-index:200}.dropdown-user-info{padding:.75rem 1rem;background:#f9fafb}.dropdown-user-name{font-weight:600;color:#1f2937;font-size:.95rem}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;color:#374151;text-decoration:none;background:none;border:none;font-size:.9rem;cursor:pointer;transition:background .2s}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.logout{color:#dc2626}.dropdown-item.admin-item{background:linear-gradient(135deg,#f5f3ff,#ede9fe);padding:.5rem 1rem}.dropdown-item.admin-item:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.admin-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;font-size:.8rem;font-weight:600;border-radius:4px}.user-dropdown hr{margin:0;border:none;border-top:1px solid #e5e7eb}@media(max-width:768px){.header{padding:.75rem 1rem}.header-content{gap:.75rem}.header-actions{gap:.5rem}.create-ad-button{padding:0;width:42px;height:42px;border-radius:50%;justify-content:center}.create-ad-text{display:none}.create-ad-icon{font-size:1.4rem;margin:0}.logo-text{font-size:1.2rem}.logo-icon{width:1.5rem;height:1.5rem}.icon-button{width:38px;height:38px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;max-width:none;margin:0;padding:0}
