*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:#1a1a1a;background-color:#f8fafc;overflow-x:hidden}a{color:inherit}.container{max-width:1200px;padding:0 24px;margin:0 auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:white;border-bottom:1px solid #e5e7eb}.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{font-weight:800;letter-spacing:-.02em}.navlinks{display:flex;gap:12px;align-items:center}.chip{border:1px solid #e5e7eb;background:white;padding:8px 12px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none}.chip-primary{border-color:#2563eb;background:#2563eb;color:white}.page{padding:24px 0 64px}.card{background:white;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.card+.card{margin-top:16px}.muted{color:#6b7280}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.btn{border:1px solid #e5e7eb;background:white}.btn,.btn-primary{padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:1px solid #2563eb;background:#2563eb;color:white}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn-secondary{border:1px solid #e5e7eb;background:white;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer;color:#2563eb;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-secondary:hover{background:#f8fafc;border-color:#2563eb}.btn-danger{border-color:#ef4444;background:#ef4444;color:white}.btn-ghost{background:none;border:1px solid #e5e7eb;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer;color:#6b7280}.btn-ghost:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.show{display:flex}.modal{background:white;border-radius:12px;width:calc(100% - 48px);max-width:520px;padding:28px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:nota-modal-slide-up .25s ease-out}@keyframes nota-modal-slide-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.modal-header h2{font-size:20px;font-weight:800;margin:0;letter-spacing:-.01em}.close-modal{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;line-height:1;border-radius:8px}.close-modal:hover{background:#f3f4f6}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;flex-wrap:wrap}.modal-error{margin-top:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600}.field{width:100%;border:1px solid #e5e7eb;background:white;padding:10px 12px;border-radius:10px}.divider{height:1px;background:#e5e7eb;margin:16px 0}.list{flex-direction:column}.list,.list-item{display:flex;gap:10px}.list-item{align-items:flex-start;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.badge{font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;white-space:nowrap}.checkbox{width:18px;height:18px;margin-top:2px}header{background:white;border-bottom:1px solid #e5e7eb;padding:12px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}nav{justify-content:space-between}.logo,nav{display:flex;align-items:center}.logo{gap:12px}.app-logo{height:120px;width:auto;display:block}.menu-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.menu-btn:hover{background:#f3f4f6}.side-menu{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:white;z-index:1001;box-shadow:4px 0 12px rgba(0,0,0,.1);transition:left .3s ease;display:flex;flex-direction:column}.side-menu.active{left:0}.side-menu-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.side-menu-header img{height:120px;width:auto}.close-menu{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px}.side-menu-content{padding:24px 0;flex:1 1;overflow-y:auto}.menu-item{display:flex;align-items:center;gap:12px;padding:12px 24px;text-decoration:none;color:#374151;font-size:15px;font-weight:500;transition:all .2s}.menu-item.active,.menu-item:hover{background:#eff6ff;color:#2563eb}.menu-item.active{border-right:4px solid #2563eb}.menu-item.menu-item-cta{margin:6px 16px;border:1px solid #bfdbfe;background:#eff6ff;border-radius:12px;font-weight:700}.menu-item.menu-item-cta:hover{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.menu-item.menu-item-cta.active{border-right:none;background:#dbeafe}.menu-item img{width:20px;height:20px;object-fit:contain}.menu-divider{height:1px;background:#e5e7eb;margin:16px 24px}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.menu-overlay.active{display:block}.nav-right{display:flex;align-items:center;gap:16px}.header-report-btn{padding:10px 14px}.header-report-text{display:inline}.upload-btn{display:flex;align-items:center;gap:8px;background:#2563eb;color:white;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.upload-btn:hover{background:#1d4ed8}.user-avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#374151}.shell-avatar-btn{border:none;padding:0;cursor:pointer}.shell-avatar-btn img{width:100%;height:100%;border-radius:50%;display:block}.shell-account-wrap{position:relative;display:inline-flex;align-items:center}.shell-account-menu{position:absolute;top:calc(100% + 10px);right:0;width:240px;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);padding:8px 8px calc(8px + env(safe-area-inset-bottom, 0px));display:none;z-index:2000;max-height:60vh;max-height:60dvh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.shell-account-menu.show{display:flex;flex-direction:column;gap:4px}.shell-account-summary{padding:10px;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb;margin-bottom:4px}.shell-account-name{font-size:13px;font-weight:800;color:#111827}.shell-account-email{font-size:12px;color:#6b7280;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-account-menu-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:10px;border-radius:10px;border:none;background:transparent;color:#111827;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;text-align:left;min-height:40px;line-height:1;box-sizing:border-box}.shell-account-menu-item:hover{background:#eff6ff;color:#2563eb}.shell-account-menu-item.danger{color:#dc2626}.shell-account-menu-item.danger:hover{background:#fef2f2;color:#b91c1c}.shell-account-menu-divider{height:1px;background:#e5e7eb;margin:6px}.dashboard{padding:40px 0}.dashboard-header{margin-bottom:32px}.dashboard-header h1{font-size:28px;font-weight:700;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px;margin-bottom:32px}.stat-card{background:white;border-radius:10px;padding:16px 24px;gap:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}.stat-card,.stat-icon{display:flex;align-items:center}.stat-icon{width:24px;height:24px;justify-content:center}.stat-text{font-size:14px;font-weight:600;color:#374151}.stat-number{font-size:18px;font-weight:700;color:#2563eb;margin-right:4px}.filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px;padding:16px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.filter-select{padding:8px 16px;background:white;cursor:pointer}.filter-select,.search-input{border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.search-input{padding:8px 16px 8px 40px;background:white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%236b7280" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>') no-repeat 12px;min-width:200px}.dashboard-main-content{display:grid;grid-template-columns:1fr 300px;grid-gap:32px;gap:32px}.meetings-section h2{font-size:22px;font-weight:700;margin-bottom:20px}.meetings-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.meetings-section-header h2{margin-bottom:0}.meetings-section-actions{display:flex;align-items:center;gap:10px}.meetings-action-btn{border:1px solid #e5e7eb;background:white;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.meetings-action-btn:hover{background:#f9fafb}.meetings-action-btn:disabled{opacity:.6;cursor:not-allowed}.meetings-action-btn-danger{border-color:#fecaca;color:#dc2626}.meetings-action-btn-danger:hover{background:#fef2f2}.meetings-table{background:white;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.table-header{background:#f9fafb;font-weight:600;font-size:14px;color:#374151}.meeting-row,.table-header{display:grid;grid-template-columns:2fr 1fr 1fr;padding:16px 20px;border-bottom:1px solid #e5e7eb}.meeting-row{align-items:center}.meeting-row:last-child{border-bottom:none}.meeting-info{gap:12px}.meeting-icon,.meeting-info{display:flex;align-items:center}.meeting-icon{width:40px;height:40px;border-radius:8px;justify-content:center;font-size:14px;font-weight:800;color:white;overflow:hidden}.meeting-details h3{font-size:15px;font-weight:600;margin-bottom:2px}.meeting-platform{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.meeting-time{color:#6b7280}.meeting-status,.meeting-time{font-size:13px}.status-processing{color:#2563eb}.status-completed{background:#2563eb;color:white;padding:4px 16px;border-radius:6px;font-weight:500;display:inline-block}.meeting-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.see-summary-btn{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.action-badge{background:#2563eb;color:white;font-size:11px;padding:2px 8px;border-radius:4px;font-weight:600}.sidebar{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.stats-sidebar{background:white;border-radius:12px;border:1px solid #e5e7eb;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.stats-sidebar h3{font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.sidebar-stat{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.sidebar-stat:last-child{border-bottom:none}.sidebar-stat-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.sidebar-stat-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#2563eb}.sidebar-stat-number{font-size:18px;font-weight:700;color:#2563eb}@media (max-width:968px){.dashboard-main-content{grid-template-columns:1fr}.sidebar{position:static}}@media (max-width:640px){.stats-grid{grid-template-columns:1fr}.meeting-row,.table-header{grid-template-columns:1fr;gap:12px}.table-header{display:none}.meeting-row{padding:14px;align-items:flex-start}.meeting-details h3{font-size:14px}.meeting-time{margin-bottom:6px}.meeting-actions{justify-content:flex-start}.status-completed{padding:4px 12px}}.pricing-page{background-color:#ffffff;min-height:100vh}.pricing-page .container{max-width:1000px;margin:0 auto;padding:0 32px}.pricing-page header{padding:24px 0;background:#ffffff;position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:none}.pricing-page nav{display:flex;justify-content:space-between;align-items:center}.pricing-page .logo{font-size:20px;font-weight:800;color:#2563eb;letter-spacing:-.5px;display:flex;align-items:center}.pricing-page .logo img{height:180px;width:auto;max-width:300px}.pricing-page .nav-links{display:flex;gap:32px;align-items:center}.pricing-page .nav-links a{text-decoration:none;color:#6b7280;font-size:14px;font-weight:500;transition:color .2s}.pricing-page .nav-links a:hover{color:#2563eb}.pricing-page .nav-auth-skeleton{width:120px;height:34px;border-radius:10px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb 45%,#f3f4f6 85%);background-size:240% 100%;animation:pricing-navsk 1.1s ease-in-out infinite}@keyframes pricing-navsk{0%{background-position:0 0}to{background-position:-200% 0}}.pricing-page .pricing-user-pill{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;color:#111827;background:white;text-decoration:none}.pricing-page button.pricing-user-pill{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit}.pricing-page .pricing-user-pill:hover{border-color:#cbd5e1;background:#f9fafb}.pricing-page .pricing-user-avatar{width:26px;height:26px;border-radius:50%;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex:none}.pricing-page .pricing-user-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#111827}.pricing-page .account-menu-wrap{position:relative;display:inline-flex;align-items:center}.pricing-page .account-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);padding:8px 8px calc(8px + env(safe-area-inset-bottom, 0px));display:none;z-index:2000;max-height:60vh;max-height:60dvh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.pricing-page .account-menu.show{display:flex;flex-direction:column;gap:4px}.pricing-page .account-menu .account-menu-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:10px;border-radius:10px;border:none;background:transparent;color:#111827!important;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;text-align:left;min-height:40px;line-height:1;box-sizing:border-box}.pricing-page .account-menu .account-menu-item:hover{background:#eff6ff;color:#2563eb}.pricing-page .account-menu .account-menu-item.danger{color:#dc2626}.pricing-page .account-menu .account-menu-item.danger:hover{background:#fef2f2;color:#b91c1c}.pricing-page .account-menu button.account-menu-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit}.pricing-page .account-menu-divider{height:1px;background:#e5e7eb;margin:6px}.pricing-page a.btn-primary{display:inline-block;padding:10px 20px;background:#2563eb;color:white!important;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s}.pricing-page a.btn-primary:hover{background:#1d4ed8}.pricing-page a.btn-secondary{display:inline-block;padding:10px 20px;background:white;color:#2563eb;border:2px solid #2563eb;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s}.pricing-page a.btn-secondary:hover{background:#eff6ff}.pricing-page .pricing-hero{padding:60px 0 40px;text-align:center}.pricing-page .pricing-hero h1{font-size:36px;font-weight:700;margin-bottom:12px}.pricing-page .pricing-hero p{font-size:16px;color:#6b7280;margin-bottom:32px}.pricing-page .pricing-section{padding:40px 0 80px}.pricing-page .pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;max-width:520px;margin:0 auto}.pricing-page .pricing-card{background:white;border-radius:16px;padding:32px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.05)}.pricing-page .pricing-card h3{font-size:20px;font-weight:700;margin-bottom:8px}.pricing-page .pricing-card .description{font-size:14px;color:#6b7280;margin-bottom:24px}.pricing-page .price{margin-bottom:24px}.pricing-page .price .amount{font-size:36px;font-weight:700}.pricing-page .price .period{font-size:14px;color:#6b7280}.pricing-page .pricing-features{list-style:none;margin-bottom:32px}.pricing-page .pricing-features li{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;color:#374151}.pricing-page .pricing-features li:before{content:"✓";color:#2563eb;font-weight:700}.pricing-page .pricing-card a.btn-primary,.pricing-page .pricing-card a.btn-secondary{width:100%;text-align:center}.pricing-page footer{padding:40px 0;background:#f9fafb;text-align:center}.pricing-page .footer-links{display:flex;justify-content:center;gap:32px}.pricing-page .footer-links a{font-size:12px;color:#6b7280;text-decoration:none}@media (max-width:768px){.pricing-page .container{padding:0 16px}.pricing-page header{padding:14px 0}.pricing-page nav{flex-wrap:wrap;gap:12px}.pricing-page .logo img{height:120px;max-width:100%}.pricing-page .nav-links{gap:14px;flex-wrap:wrap;justify-content:flex-end}.pricing-page .nav-links a{font-size:13px}.pricing-page .pricing-grid{grid-template-columns:1fr}}img,video{max-width:100%;height:auto}body{overflow-x:hidden}.modal{max-height:calc(100dvh - 48px);overflow:auto}@media (max-width:640px){.container{padding:0 16px}header{padding:10px 0}.nav-right{gap:10px}.upload-btn{padding:10px 12px}.header-report-text,.upload-btn-text{display:none}.header-report-btn{padding:10px 12px;gap:0}.user-avatar{width:34px;height:34px}.app-logo{height:108px}.shell-account-menu{width:min(320px,calc(100vw - 32px));right:0}.modal{padding:20px}.meetings-section-actions{flex-wrap:wrap;width:100%}.search-input{min-width:0;width:100%}.pricing-page nav{flex-direction:column;align-items:stretch}.pricing-page .logo{justify-content:center}.pricing-page .logo img{height:108px;max-width:100%}.pricing-page .nav-links{width:100%;justify-content:space-between;gap:12px}.pricing-page .nav-links a[href="/"],.pricing-page .pricing-user-name{display:none}.pricing-page .account-menu{width:min(320px,calc(100vw - 32px));right:0}}