@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #0d9488;--color-primary-dark: #0f766e;--color-accent: #ea580c;--color-accent-light: #fb923c;--color-text: #1a1a1a;--color-text-muted: #666666;--color-text-light: #999999;--color-border: #e5e5e5;--color-bg: #ffffff;--color-bg-muted: #faf9f7;--color-success: #2e7d32;--color-warning: #e65100}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:var(--color-text);text-decoration:none}a:hover{color:var(--color-primary-dark)}h1,h2,h3{font-weight:500;line-height:1.3}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:15px;font-weight:400;border-radius:6px;cursor:pointer;transition:all .2s ease;border:none;min-height:48px;font-family:inherit}.btn-primary{background:var(--color-primary);color:#000}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-primary);background:#0d94880d}.btn-large{padding:16px 32px;font-size:17px}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent:hover{background:#c2410c;transform:translateY(-1px)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}@media(max-width:768px){.section{padding:48px 0}}.input{width:100%;padding:14px 16px;font-size:16px;border:1px solid var(--color-border);border-radius:6px;transition:border-color .2s ease;font-family:inherit}.input:focus{outline:none;border-color:var(--color-primary)}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:32px;transition:all .2s ease}.card:hover{border-color:var(--color-primary)}@media(max-width:768px){h1{font-size:28px!important}h2{font-size:22px!important}.btn-large{width:100%}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:100}.header-container{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:10px}.logo-text{font-size:20px;font-weight:500;color:var(--color-text)}.nav{display:flex;align-items:center;gap:32px}.nav-link{font-size:15px;color:var(--color-text-muted);transition:color .2s}.nav-link:hover{color:var(--color-text)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--color-text);transition:all .2s}.hero{padding:160px 0 100px;text-align:center;background:#faf9f7}.hero-title{font-size:48px;font-weight:300;line-height:1.2;margin-bottom:24px}.hero-highlight{color:var(--color-primary-dark);font-weight:400}.hero-subtitle{font-size:20px;color:var(--color-text-muted);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px}.hero-features{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--color-text-muted)}.section-title{font-size:36px;font-weight:300;text-align:center;margin-bottom:16px}.section-subtitle{font-size:18px;color:var(--color-text-muted);text-align:center;margin-bottom:48px}.steps-section{background:var(--color-bg)}.steps{display:flex;align-items:flex-start;justify-content:center;gap:24px}.step{text-align:center;max-width:280px}.step-icon{margin-bottom:16px}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-primary);color:#000;font-weight:500;border-radius:50%;margin-bottom:16px}.step-title{font-size:20px;font-weight:400;margin-bottom:12px}.step-desc{font-size:15px;color:var(--color-text-muted);line-height:1.6}.step-arrow{font-size:32px;color:var(--color-primary);margin-top:60px}.features-section{background:var(--color-bg-muted)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{text-align:center}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:500;margin-bottom:12px}.feature-card p{font-size:15px;color:var(--color-text-muted);line-height:1.6}.pricing-section{background:var(--color-bg)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.pricing-card{text-align:center;position:relative}.pricing-popular{border-color:var(--color-accent);box-shadow:0 4px 24px #ea580c26}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-accent);color:#fff;font-size:12px;font-weight:500;padding:4px 16px;border-radius:20px}.pricing-name{font-size:24px;font-weight:400;margin-bottom:16px}.pricing-price{margin-bottom:24px}.price-amount{font-size:42px;font-weight:300}.price-period{font-size:16px;color:var(--color-text-muted)}.pricing-features{list-style:none;margin-bottom:32px}.pricing-features li{padding:12px 0;border-bottom:1px solid var(--color-border);font-size:15px}.pricing-features li:last-child{border-bottom:none}.pricing-card .btn{width:100%}.cta-section{background:#faf9f7;text-align:center}.cta-section h2{font-size:36px;font-weight:300;margin-bottom:16px}.cta-section p{font-size:18px;color:var(--color-text-muted);margin-bottom:32px}.footer{background:#1a1a1a;color:#fff;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .logo-text{color:#fff}.footer-tagline{color:#999;font-size:14px;margin-top:16px}.footer-links h4{font-size:14px;font-weight:500;margin-bottom:16px;color:#fff}.footer-links a,.footer-links p{display:block;color:#999;font-size:14px;margin-bottom:12px;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}.footer-bottom{padding-top:32px;border-top:1px solid #333;text-align:center}.footer-bottom p{color:#666;font-size:14px}@media(max-width:1024px){.features-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav{display:none}.mobile-menu-btn{display:flex}.hero{padding:120px 0 60px}.hero-title{font-size:32px}.hero-subtitle{font-size:17px}.hero-buttons{flex-direction:column;padding:0 20px}.hero-buttons .btn{width:100%}.hero-features{flex-direction:column;gap:16px}.steps{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);margin:16px 0}.features-grid,.pricing-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.section-title{font-size:28px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#f8fffe,#fff)}.auth-container{width:100%;max-width:420px}.auth-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px}.auth-logo .logo-text{font-size:24px;font-weight:500;color:var(--color-text)}.auth-card{padding:40px}.auth-title{font-size:28px;font-weight:400;text-align:center;margin-bottom:8px}.auth-subtitle{font-size:15px;color:var(--color-text-muted);text-align:center;margin-bottom:32px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;font-size:14px;margin-bottom:24px}.auth-success-message{font-size:15px;color:var(--color-text-muted);text-align:center;line-height:1.6;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:var(--color-text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkbox-group{margin-top:8px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--color-text-muted);cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--color-primary);cursor:pointer}.checkbox-label a{color:var(--color-primary-dark)}.checkbox-label a:hover{text-decoration:underline}.auth-submit{width:100%;margin-top:8px}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-link{display:block;text-align:center;margin-top:16px;font-size:14px;color:var(--color-text-muted)}.auth-link:hover{color:var(--color-primary-dark)}.auth-divider{display:flex;align-items:center;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth-divider span{padding:0 16px;font-size:13px;color:var(--color-text-light)}.auth-switch{text-align:center;font-size:15px;color:var(--color-text-muted)}.auth-switch a{color:var(--color-primary-dark);font-weight:500}.auth-switch a:hover{text-decoration:underline}@media(max-width:480px){.auth-card{padding:24px}.form-row{grid-template-columns:1fr}.auth-title{font-size:24px}}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:var(--color-text-muted)}.loading-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{display:flex;min-height:100vh}.sidebar{width:260px;background:#fff;border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:24px 16px;position:fixed;top:0;left:0;bottom:0}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:0 12px;margin-bottom:32px}.sidebar-logo span{font-size:18px;font-weight:500;color:var(--color-text)}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;font-size:15px;color:var(--color-text-muted);transition:all .2s}.sidebar-link:hover{background:var(--color-bg-muted);color:var(--color-text)}.sidebar-link.active{background:#0d94881a;color:var(--color-text)}.sidebar-link svg{flex-shrink:0}.sidebar-footer{border-top:1px solid var(--color-border);padding-top:16px;margin-top:16px}.user-menu{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:8px}.user-avatar{width:40px;height:40px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;color:#000}.user-info{display:flex;flex-direction:column}.user-name{font-size:14px;font-weight:500;color:var(--color-text)}.user-plan{font-size:12px;color:var(--color-text-muted)}.logout-link{color:var(--color-text-muted);background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.logout-link:hover{color:#dc2626;background:#fef2f2}.dashboard-main{flex:1;margin-left:260px;background:var(--color-bg-muted);min-height:100vh}.dashboard-content{max-width:900px;margin:0 auto;padding:48px 32px}.dashboard-greeting{font-size:32px;font-weight:300;margin-bottom:32px}.new-meeting-card{display:flex;align-items:center;gap:24px;padding:32px;margin-bottom:48px;cursor:pointer;border:2px dashed var(--color-border);background:#fff}.new-meeting-card:hover{border-color:var(--color-primary);border-style:solid}.new-meeting-icon{flex-shrink:0}.new-meeting-text h2{font-size:20px;font-weight:500;margin-bottom:4px}.new-meeting-text p{font-size:15px;color:var(--color-text-muted)}.recent-meetings{margin-bottom:32px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h2{font-size:18px;font-weight:500}.view-all-link{font-size:14px;color:var(--color-text-muted)}.view-all-link:hover{color:var(--color-primary-dark)}.meetings-list{display:flex;flex-direction:column;gap:12px}.meeting-card{display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.meeting-info h3{font-size:16px;font-weight:500;margin-bottom:4px}.meeting-info p{font-size:14px;color:var(--color-text-muted)}.meeting-status{font-size:13px;padding:6px 12px;border-radius:20px;white-space:nowrap}.status-completed{background:#dcfce7;color:#166534}.status-transcribed{background:#e0f2fe;color:#0369a1}.status-processing{background:#fef3c7;color:#92400e}.plan-usage{padding:24px;display:flex;align-items:center;gap:24px}.plan-info{display:flex;flex-direction:column;gap:4px}.plan-name{font-size:15px;font-weight:500}.plan-count{font-size:13px;color:var(--color-text-muted)}.usage-bar{flex:1;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.usage-fill{height:100%;background:var(--color-primary);border-radius:4px;transition:width .3s ease}.usage-percent{font-size:14px;font-weight:500;color:var(--color-primary-dark);min-width:40px;text-align:right}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-border);padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom));z-index:100}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;font-size:11px;color:var(--color-text-muted);background:none;border:none;cursor:pointer;font-family:inherit}.mobile-nav-item.active{color:var(--color-primary-dark)}.mobile-nav-add{margin-top:-20px}@media(max-width:768px){.sidebar{display:none}.dashboard-main{margin-left:0;padding-bottom:80px}.dashboard-content{padding:24px 16px}.dashboard-greeting{font-size:24px;margin-bottom:24px}.new-meeting-card{flex-direction:column;text-align:center;padding:24px}.meeting-card{flex-direction:column;align-items:flex-start;gap:12px}.plan-usage{flex-direction:column;align-items:stretch;gap:16px}.plan-info{flex-direction:row;justify-content:space-between}.usage-percent{text-align:center}.mobile-nav{display:flex;justify-content:space-around}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-header{border-bottom:1px solid var(--color-border);padding:20px 0}.legal-header .logo{display:flex;align-items:center;gap:10px}.legal-header .logo-text{font-size:20px;font-weight:500;color:var(--color-text)}.legal-content{flex:1;padding:60px 0}.legal-content .container{max-width:800px}.legal-content h1{font-size:36px;font-weight:500;margin-bottom:8px}.legal-date{color:var(--color-text-muted);font-size:14px;margin-bottom:48px}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:22px;font-weight:500;margin-bottom:16px;color:var(--color-text)}.legal-content h3{font-size:17px;font-weight:500;margin-top:24px;margin-bottom:12px;color:var(--color-text)}.legal-content p{margin-bottom:16px;line-height:1.7;color:var(--color-text-muted)}.legal-content ul{margin-bottom:16px;padding-left:24px}.legal-content li{margin-bottom:8px;line-height:1.6;color:var(--color-text-muted)}.legal-content a{color:var(--color-primary)}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:var(--color-text);font-weight:500}.legal-footer{border-top:1px solid var(--color-border);padding:24px 0;background:var(--color-bg-muted)}.legal-footer .container{display:flex;justify-content:space-between;align-items:center}.legal-footer p{font-size:14px;color:var(--color-text-muted)}.legal-footer nav{display:flex;gap:24px}.legal-footer nav a{font-size:14px;color:var(--color-text-muted)}.legal-footer nav a:hover{color:var(--color-primary)}@media(max-width:768px){.legal-content{padding:40px 0}.legal-content h1{font-size:28px}.legal-content h2{font-size:20px}.legal-footer .container{flex-direction:column;gap:16px;text-align:center}}
