@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink: #111827;--muted: #5f6b7a;--surface: #ffffff;--surface-alt: #f3f4f6;--accent: #111827;--accent-strong: #0f172a;--border: #ededed;--shadow: 0 20px 60px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f5f5;color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 8vw;background:#fff;border-bottom:1px solid #ececec;min-height:72px}.app-shell.has-sidebar .top-bar{margin-left:260px;width:calc(100% - 260px);padding-left:8vw}.brand{display:flex;align-items:center;gap:16px}.brand-button{padding:0;background:transparent;color:inherit;text-align:left}.brand-mark{background:#f4f4f4;color:#111;font-weight:700;padding:10px 14px;border-radius:14px;letter-spacing:.08em;border:1px solid #e6e6e6}.brand-title{margin:0;font-size:1.1rem;font-weight:700}.brand-sub{margin:2px 0 0;color:var(--muted);font-size:.85rem}.user-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.user-email{margin:0;font-weight:600}.user-role{margin:0;color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.main-content{padding:32px 8vw 56px;flex:1}.home-page{display:grid;gap:28px}.home-hero{min-height:560px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:stretch;gap:28px}.home-copy{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:32px 0}.home-copy h1{max-width:720px;margin:0;color:#111827;font-size:clamp(2.3rem,5vw,4.8rem);line-height:1;letter-spacing:0}.home-copy p{max-width:620px;margin:0;color:#4b5563;font-size:1.08rem;line-height:1.7}.home-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}.home-actions span{color:#6b7280;font-size:.92rem}.home-visual{min-height:420px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.home-visual img{width:100%;height:100%;display:block;object-fit:cover}.home-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px;border:1px solid #e5e7eb;background:#fff;border-radius:8px}.home-strip div{padding:10px}.label{display:inline-block;font-size:.75rem;color:#047857;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-strip p{margin:8px 0 0;color:#374151;line-height:1.5}.dashboard{position:relative;min-height:70vh}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;display:grid;gap:18px;padding:20px 18px;background:#fff;border-right:1px solid #ececec;overflow:hidden}.sidebar-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.sidebar-logo{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#14b8a6,#2563eb);color:#fff;display:grid;place-items:center;font-weight:700}.sidebar-brand{margin:0;font-weight:700}.sidebar-sub{margin:0;font-size:.85rem;color:#6b7280}.sidebar-group{display:grid;gap:10px}.sidebar-title{margin:0;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em}.side-link{text-align:left;background:transparent;border:1px solid transparent;border-radius:10px;padding:10px 12px;font-size:.95rem;color:#374151;text-transform:capitalize}.side-link.active{background:#f3f4f6;color:#111827;border-color:#e5e7eb;font-weight:600}.content{display:grid;gap:20px;margin-left:284px}.grid.two{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 30px #0f172a14;border:1px solid #ededed}.card.accent{background:var(--surface-alt)}h2,h3{margin-top:0;font-weight:600}.muted{color:#6b7280;margin-top:4px}.stack{display:grid;gap:16px;margin-top:16px}label{display:grid;gap:8px;font-size:.9rem;color:var(--muted)}input,select,textarea{padding:10px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:var(--ink)}textarea{resize:vertical}button{border:none;padding:12px 16px;border-radius:12px;font-weight:600;cursor:pointer}button.primary{background:#111827;color:#fff}button.primary:hover{background:#0f172a}button.ghost{background:transparent;border:1px solid var(--border)}.status{padding:12px 16px;border-radius:12px;background:#f3f4f6;color:#111827;margin-bottom:16px}.error{padding:12px 16px;border-radius:12px;background:#ef44441f;color:#991b1b;margin-bottom:16px}.table{display:grid;gap:8px;margin-top:16px}.table-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px 10px;border-radius:12px;background:#fff;border:1px solid #ededed;font-size:.9rem}.table-row.header{font-weight:600;background:transparent;border:none}.divider{height:1px;background:#ededed;margin:24px 0}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f3f4f6;color:#111827;font-size:.85rem}.meeting-page,.policy-page{display:grid;gap:20px}.policy-card .policy-content{margin-top:16px}.policy-back-button{margin-top:12px}.policy-sections{display:grid;gap:18px;margin-top:24px}.policy-bullets{margin:8px 0 14px;padding-left:22px;color:#1f2933;line-height:1.6}.policy-list{display:grid;gap:16px;padding-left:20px;color:#1f2933;line-height:1.6}.policy-list li{background:#fff;border:1px solid #ededed;border-radius:14px;padding:16px}.policy-list strong{display:block;font-size:.95rem;margin-bottom:8px}.policy-subpoints{display:grid;gap:10px;margin-top:12px}.policy-subpoints p strong{display:inline;margin-bottom:0}.policy-heading{margin:24px 0 12px;font-size:1.05rem}.policy-paragraph{color:#1f2933;line-height:1.6}.policy-blocks{display:grid;gap:14px;color:#1f2933;line-height:1.6}.site-footer{border-top:1px solid #ececec;background:#fff;padding:24px 8vw 32px}.app-shell.has-sidebar .site-footer{margin-left:260px;width:calc(100% - 260px)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-title{margin:0;font-weight:700}.footer-sub{margin:6px 0 0;color:var(--muted);font-size:.9rem}.footer-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footer-links .link-button{margin-left:0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:8px}.contact-card{padding:16px;border-radius:14px;border:1px solid #ededed;background:#f9fafb}.settings-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.meeting-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.meeting-body{margin-top:16px;display:grid;gap:20px}.meeting-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:16px;border-radius:16px;background:#f9fafb;border:1px solid #ededed}.meeting-meta .label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.meeting-actions{display:flex;flex-wrap:wrap;gap:12px}.recording-panel{display:grid;gap:12px;padding:16px;border-radius:16px;border:1px solid #e5e7eb;background:#fff7ed}.recording-status{display:flex;align-items:center;justify-content:space-between;gap:12px}.recording-chip{padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:600;color:#78350f;background:#ffedd5;border:1px solid #fed7aa}.recording-chip.live{color:#991b1b;background:#fee2e2;border-color:#fecaca}.recording-chip.paused{color:#92400e;background:#fef3c7;border-color:#fde68a}.recording-actions{display:flex;flex-wrap:wrap;gap:10px}.zoom-status{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:12px;background:#f9fafb;border:1px solid #ededed;font-size:.9rem;margin:16px 0}.link-button{margin-left:10px;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.8rem}.link-button.danger{border-color:#fecaca;color:#b91c1c;background:#fee2e2}.link-button:disabled{opacity:.6;cursor:not-allowed}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-radius:18px;padding:24px;border:1px solid #ededed}.page-kicker{margin:0 0 6px;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af}.page-title{margin:0;font-size:2rem;font-weight:700}.page-sub{margin:6px 0 0;color:#6b7280}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{display:flex;align-items:center;gap:16px;padding:18px;border-radius:16px;background:#fff;border:1px solid #ededed;box-shadow:0 8px 20px #0f172a0f}.stat-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-weight:700;color:#fff}.stat-icon.teal{background:#2dd4bf}.stat-icon.gold{background:#f59e0b}.stat-icon.emerald{background:#22c55e}.stat-label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.stat-value{margin:4px 0 0;font-size:1.6rem;font-weight:700;color:#111827}@media(max-width:720px){.top-bar{flex-direction:column;align-items:flex-start;gap:16px}.home-hero{min-height:auto;grid-template-columns:1fr}.home-copy{padding:12px 0 0}.home-visual{min-height:300px}.home-strip{grid-template-columns:1fr}.user-meta{width:100%;justify-content:space-between}.table-row{grid-template-columns:1fr}.dashboard{min-height:unset}.sidebar{position:fixed;top:0;left:0;width:220px;height:100vh;max-height:none;border-right:1px solid #ececec;border-radius:0;overflow:hidden}.content{margin-left:236px}}
