.landing{min-height:100vh;background:linear-gradient(135deg,#f0f5ff,#f8fafc 40%,#eef4ff);background-attachment:fixed;position:relative}.landing:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(99,102,241,.08),transparent 50%),radial-gradient(circle at 80% 60%,rgba(52,211,153,.08),transparent 50%);z-index:0}.landing>*{position:relative;z-index:1}.landing-float{position:absolute;width:140px;height:140px;border-radius:32px;background:linear-gradient(180deg,#4f46e5,#2563eb);opacity:.09;filter:blur(50px);animation:float 8s ease-in-out infinite alternate}.landing-float-two{background:linear-gradient(180deg,#10b981,#059669);left:60%;top:300px;animation-delay:2.5s}@keyframes float{0%{transform:translateY(0) translate(0)}to{transform:translateY(25px) translate(-15px)}}.landing-nav{border-bottom:1px solid #e5e7eb;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.landing-nav-inner{max-width:1100px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-logo{display:flex;align-items:center;gap:8px}.landing-logo-mark{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#10b981);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff}.landing-logo-text{font-weight:700;font-size:1rem}.landing-links{display:flex;gap:16px;font-size:.9rem;color:#4b5563}.landing-links a:hover{color:#111827}.landing-auth-buttons{display:flex;gap:8px}.landing-btn-small{padding-inline:10px}.landing-main{max-width:1100px;margin:0 auto;padding:24px 16px 40px}.landing-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:20px;align-items:center;margin-bottom:36px}.landing-hero-text{max-width:520px}.landing-kicker{margin:0 0 4px;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#6366f1}.landing-title{margin:0 0 8px;font-size:2.7rem;line-height:1.05;font-weight:800;background:linear-gradient(135deg,#2563eb,#4f46e5,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-subtitle{margin:0 0 16px;font-size:.98rem;color:#4b5563}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.landing-footnote{font-size:.8rem;color:#6b7280}.landing-hero-people{margin-top:14px;display:flex;flex-direction:column;gap:4px}.landing-hero-avatars{display:flex;align-items:center;gap:6px}.landing-hero-avatars img{width:40px;height:40px;border-radius:999px;object-fit:cover;box-shadow:0 4px 12px #0f172a38;border:2px solid #ffffff}.landing-hero-people-text{margin:0;font-size:.8rem;color:#4b5563}.landing-hero-card{display:flex;justify-content:flex-end}.landing-hero-card-inner{background:#fff;border-radius:20px;padding:22px;box-shadow:0 20px 55px #0f172a38;border:1px solid rgba(99,102,241,.14);max-width:360px;transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease}.landing-hero-card-inner:hover{transform:translateY(-4px);box-shadow:0 30px 65px #0f172a47}.landing-hero-card-inner h2{margin:0 0 8px;font-size:1rem}.landing-chat{margin:8px 0 12px;display:flex;flex-direction:column;gap:8px}.chat-row{display:flex;align-items:flex-end;gap:6px}.chat-row.left{justify-content:flex-start}.chat-row.right{justify-content:flex-end}.chat-avatar{width:30px;height:30px;border-radius:999px;object-fit:cover;box-shadow:0 2px 8px #0f172a40}.chat-bubble{max-width:220px;padding:8px 10px;border-radius:12px;font-size:.8rem;line-height:1.4}.chat-bubble-left{background:#eef2ff;border-bottom-left-radius:4px}.chat-bubble-right{background:#dcfce7;border-bottom-right-radius:4px}.chat-name{font-weight:600;font-size:.75rem;margin-bottom:2px;color:#374151}.chat-text{font-size:.8rem;color:#111827}.landing-hero-card-stats{display:flex;gap:14px;margin-top:4px}.stat-big{font-weight:700;font-size:1rem}.stat-label{font-size:.78rem;color:#6b7280}.landing-section{margin-top:32px}.landing-section h2{margin:0 0 12px;font-size:1.3rem}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.landing-card{background:#fff;border-radius:12px;padding:14px 14px 12px;box-shadow:0 1px 3px #0f172a14;font-size:.9rem;color:#4b5563}.landing-card h3{margin:0 0 6px;font-size:1rem;color:#111827}.landing-card-wide{grid-column:1 / -1}.landing-subtext{margin-top:6px;font-size:.82rem;color:#6b7280}.landing-footer{border-top:1px solid #e5e7eb;background:#f9fafb}.landing-footer-inner{max-width:1100px;margin:0 auto;padding:12px 16px 16px;display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280}.landing-footer-links{display:flex;gap:12px}@media(max-width:800px){.landing-hero{grid-template-columns:1fr}.landing-hero-card{justify-content:flex-start}.landing-links{display:none}}.forgot-page{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background:#f5f7fb;padding-top:80px}.forgot-container{width:min(1000px,95%);display:flex;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #0f235f26,0 3px 10px #0f235f12}.forgot-left{flex:1;padding:48px;background:linear-gradient(135deg,#2563eb,#7c3aed,#0ea5e9);color:#fff;display:flex;flex-direction:column;justify-content:center}.forgot-brand{font-size:2rem;font-weight:700;margin-bottom:16px}.forgot-text-1{font-size:1.1rem;font-weight:600;margin-bottom:12px}.forgot-text-2{font-size:.95rem;opacity:.9;line-height:1.5}.forgot-right{flex:1;background:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center}.forgot-title{font-size:1.6rem;font-weight:700;color:#111827;margin:0 0 10px}.forgot-caption{font-size:.9rem;color:#6b7280;margin-bottom:24px}.forgot-form{display:flex;flex-direction:column;gap:14px}.forgot-label{display:flex;flex-direction:column;font-size:.85rem;font-weight:600;color:#374151}.forgot-input{margin-top:6px;height:44px;border-radius:8px;border:1px solid #e5e7eb;padding:0 12px;font-size:.95rem;background:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease}.forgot-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40}.forgot-button{height:48px;border:none;border-radius:999px;font-size:.95rem;font-weight:600;color:#fff;background:#2563eb;cursor:pointer;transition:.15s ease;margin-top:12px}.forgot-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}.forgot-success{margin-top:10px;color:#065f46;font-size:.95rem}@media(max-width:850px){.forgot-container{flex-direction:column}.forgot-left{padding:32px;text-align:center}.forgot-right{padding:32px}}.reset-page{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background:#f5f7fb;padding-top:80px}.reset-container{width:min(1000px,95%);display:flex;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #0f235f26,0 3px 10px #0f235f12}.reset-left{flex:1;padding:48px;background:linear-gradient(135deg,#2563eb,#7c3aed,#0ea5e9);color:#fff;display:flex;flex-direction:column;justify-content:center}.reset-brand{font-size:2rem;font-weight:700;margin-bottom:16px}.reset-text-1{font-size:1.1rem;font-weight:600;margin-bottom:12px}.reset-text-2{font-size:.95rem;opacity:.9;line-height:1.5}.reset-right{flex:1;background:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center}.reset-title{font-size:1.6rem;font-weight:700;margin:0 0 10px;color:#111827}.reset-caption{font-size:.9rem;color:#6b7280;margin-bottom:24px}.reset-form{display:flex;flex-direction:column;gap:14px}.reset-label{display:flex;flex-direction:column;font-size:.85rem;font-weight:600;color:#374151}.reset-input{margin-top:6px;height:44px;border-radius:8px;border:1px solid #e5e7eb;padding:0 12px;font-size:.95rem;background:#f9fafb;transition:border-color .2s ease,box-shadow .2s ease}.reset-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb40}.reset-button{height:48px;border:none;border-radius:999px;font-size:.95rem;font-weight:600;color:#fff;background:#2563eb;cursor:pointer;transition:.15s ease;margin-top:12px}.reset-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}@media(max-width:850px){.reset-container{flex-direction:column}.reset-left{padding:32px;text-align:center}.reset-right{padding:32px}}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#f5f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:#f5f7fb}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.app{min-height:100vh}.top-nav{background:#fff;border-bottom:1px solid #e5e7eb}.top-nav-inner{max-width:1100px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between}.top-nav-left{display:flex;align-items:center;gap:20px}.top-nav-brand{font-weight:700;font-size:1rem;color:#111827}.top-nav-links{display:flex;align-items:center;gap:16px}.top-nav-link{text-decoration:none;font-size:.9rem;color:#4b5563}.top-nav-link:hover{color:#111827}.top-nav-link.active{font-weight:600;color:#2563eb}.top-nav-logout{border:none;background:#fee2e2;color:#b91c1c;font-size:.85rem;padding:6px 12px;border-radius:999px;cursor:pointer}.top-nav-logout:hover{background:#fecaca}@media(max-width:640px){.top-nav-inner{flex-direction:column;align-items:stretch;gap:8px}.top-nav-left{justify-content:space-between}.top-nav-links{gap:12px}}.btn{border:none;cursor:pointer;border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:500}.btn.primary{background:#2563eb;color:#fff}.btn.secondary{background:#e5e7eb;color:#111827}.btn.small{padding:6px 10px}.btn:disabled{opacity:.6;cursor:not-allowed}.dashboard{max-width:1100px;margin:0 auto;padding:16px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.dashboard-title{font-size:1.6rem;font-weight:700;margin:0}.dashboard-subtitle{margin:4px 0 0;color:#555}.dashboard-actions{display:flex;gap:8px;flex-wrap:wrap}.dashboard-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.stat-card{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px #0f172a14}.stat-label{font-size:.8rem;color:#6b7280;margin-bottom:4px}.stat-value{font-size:1.4rem;font-weight:700}.dashboard-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:16px}.dashboard-column{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0f172a14;display:flex;flex-direction:column}.dashboard-section-title{font-size:1rem;font-weight:600;margin:0 0 10px}.list{list-style:none;margin:0;padding:0}.list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #e5e7eb}.list-item:last-child{border-bottom:none}.list-item-main{flex:1}.list-item-title{font-size:.95rem;font-weight:600}.list-item-subtitle{font-size:.8rem;color:#6b7280}.list-item-subtext{font-size:.8rem;color:#4b5563;margin-top:2px}.list-item-pill{font-size:.75rem;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5}.list-item.clickable{cursor:pointer}.list-item.clickable:hover{background:#f9fafb}.muted{font-size:.85rem;color:#6b7280}.dashboard-loading{padding:32px;text-align:center;color:#4b5563}.page-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px}.page-title{font-size:1.5rem;font-weight:700;margin:0}.page-subtitle{margin:4px 0 0;font-size:.9rem;color:#6b7280}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-stats,.dashboard-main{grid-template-columns:1fr}}.profile-card{background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 1px 3px #0f172a14}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;margin-bottom:8px}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:.8rem;color:#6b7280}.form-input,.form-textarea{border-radius:8px;border:1px solid #d1d5db;padding:8px 10px;font-size:.9rem;outline:none;background:#fff}.form-input:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb4d}.form-textarea{min-height:80px;resize:vertical}.form-input-disabled{background:#f9fafb;color:#9ca3af}.form-group-inline{align-items:center}.form-label-inline{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:#374151}.form-label-inline input[type=checkbox]{width:16px;height:16px}.form-label-inline-text{-webkit-user-select:none;user-select:none}.profile-actions{margin-top:16px;display:flex;justify-content:flex-end}.hero-card{background:linear-gradient(135deg,#2563eb,#4f46e5 40%,#10b981);border-radius:16px;padding:18px 20px;color:#eef2ff;margin-bottom:18px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;box-shadow:0 8px 20px #0f172a38}.hero-main{display:flex;flex-direction:column;gap:8px}.hero-kicker{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;opacity:.85;margin:0}.hero-title{margin:0;font-size:1.6rem;font-weight:700}.hero-subtitle{margin:4px 0 0;font-size:.95rem;color:#e5e7eb}.hero-tags{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.hero-pill{background:#0f172a2e;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:500}.hero-pill-secondary{background:#0f172a1f}.hero-actions{display:flex;align-items:flex-end;gap:8px}.empty-card{border-radius:12px;border:1px dashed #d1d5db;padding:14px 12px;background:#f9fafb}.empty-title{margin:0 0 4px;font-weight:600;font-size:.95rem}.empty-text{margin:0 0 10px;font-size:.85rem;color:#6b7280}@media(max-width:640px){.hero-card{align-items:flex-start}.hero-actions{width:100%;justify-content:flex-start}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fb;padding:24px 16px}.auth-card{max-width:880px;width:100%;background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a29;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);overflow:hidden}.auth-left{padding:28px 28px 28px 30px;background:radial-gradient(circle at top left,#2563eb 0,#4f46e5 35%,#0f766e);color:#e5e7eb;display:flex;flex-direction:column;justify-content:center}.auth-brand{margin:0 0 10px;font-size:1.6rem;font-weight:800}.auth-tagline{margin:0 0 8px;font-size:1rem;font-weight:500}.auth-small{margin:0;font-size:.85rem;line-height:1.5;color:#e5e7eb}.auth-right{padding:26px;display:flex;flex-direction:column;justify-content:center}.auth-title{margin:0 0 4px;font-size:1.4rem;font-weight:700}.auth-subtitle{margin:0 0 16px;font-size:.9rem;color:#6b7280}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-button{margin-top:6px;width:100%}.auth-footer{margin-top:16px;font-size:.85rem;color:#4b5563}.auth-link{color:#2563eb;text-decoration:none}.auth-link:hover{text-decoration:underline}@media(max-width:720px){.auth-card{grid-template-columns:1fr}.auth-left{padding:20px}.auth-right{padding:18px 18px 22px}}
