@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.theme-toggle:hover{background:var(--color-bg-muted);color:var(--color-text);border-color:var(--color-border-hover)}.theme-toggle svg{width:15px;height:15px}.app{min-height:100vh;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius);font-family:var(--font-sans);font-weight:500;font-size:.875rem;line-height:1.25rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s;border:1px solid transparent;text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-secondary{background:var(--color-bg-card);color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover{background:var(--color-bg-muted);border-color:var(--color-border-hover)}.btn-accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-accent:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.btn-lg{padding:.625rem 1.5rem;font-size:.9375rem;border-radius:var(--radius)}.btn-ghost{background:transparent;color:var(--color-text-secondary);border-color:transparent}.btn-ghost:hover{background:var(--color-bg-muted);color:var(--color-text)}.header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:56px;background:var(--color-bg-card);border-bottom:1px solid var(--color-border)}.header-left{display:flex;align-items:center;gap:.75rem}.logo{font-size:.9375rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.header-separator{width:1px;height:20px;background:var(--color-border)}.header-org-name{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500}.header-nav{display:flex;align-items:center;gap:.5rem}.main{flex:1;padding:2rem 1.5rem;max-width:1120px;margin:0 auto;width:100%}.landing{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-card)}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:56px;border-bottom:1px solid var(--color-border)}.landing-header-actions{display:flex;align-items:center;gap:.5rem}.landing-main{flex:1;display:flex;flex-direction:column}.hero{padding:6rem 1.5rem 5rem;text-align:center;max-width:640px;margin:0 auto}.hero-eyebrow{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background:var(--color-accent-subtle);color:var(--color-accent);border-radius:999px;font-size:.8125rem;font-weight:500;margin-bottom:1.5rem}.hero-eyebrow-dot{width:6px;height:6px;background:var(--color-accent);border-radius:50%}.hero-title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--color-text);margin-bottom:1rem}.hero-description{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:.75rem;justify-content:center}.features-section{padding:0 1.5rem 6rem;max-width:960px;margin:0 auto;width:100%}.features-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.feature-cell{background:var(--color-bg-card);padding:1.5rem}.feature-cell-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);margin-bottom:.875rem;background:var(--color-bg-muted);color:var(--color-text-secondary)}.feature-cell-icon svg{width:18px;height:18px}.feature-cell h3{font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:var(--color-text)}.feature-cell p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.landing-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);text-align:center;font-size:.8125rem;color:var(--color-text-muted)}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem}.page-header p{font-size:.875rem;color:var(--color-text-secondary)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.stat-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.stat-card-header{display:flex;align-items:center;justify-content:space-between}.stat-card-label{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500}.stat-card-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--color-bg-muted);color:var(--color-text-muted)}.stat-card-icon svg{width:16px;height:16px}.stat-card-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text);line-height:1}.stat-card-footer{font-size:.75rem;color:var(--color-text-muted)}.create-org-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-bg)}.create-org-container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.create-org-header{text-align:center}.create-org-header h2{font-size:1.25rem;font-weight:600;margin-top:.75rem;margin-bottom:.25rem}.create-org-header p{color:var(--color-text-secondary);font-size:.875rem}.create-org-back{font-size:.8125rem;color:var(--color-text-muted);text-decoration:none;cursor:pointer;background:none;border:none;font-family:var(--font-sans)}.create-org-back:hover{color:var(--color-text-secondary)}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-text-muted);font-size:.875rem}.loading-spinner{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-text-muted);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.hero{padding:4rem 1.5rem 3rem}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.landing-header-actions .btn span{display:none}}:root{--color-bg: #fafafa;--color-bg-card: #ffffff;--color-bg-muted: #f4f4f5;--color-border: #e4e4e7;--color-border-hover: #d4d4d8;--color-text: #18181b;--color-text-secondary: #52525b;--color-text-muted: #a1a1aa;--color-primary: #18181b;--color-primary-hover: #27272a;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-subtle: #eff6ff;--color-success: #16a34a;--color-success-subtle: #f0fdf4;--color-warning: #ca8a04;--color-warning-subtle: #fefce8;--color-error: #dc2626;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1)}[data-theme=dark]{--color-bg: #111113;--color-bg-card: #18181b;--color-bg-muted: #27272a;--color-border: #3f3f46;--color-border-hover: #52525b;--color-text: #fafafa;--color-text-secondary: #a1a1aa;--color-text-muted: #71717a;--color-primary: #fafafa;--color-primary-hover: #e4e4e7;--color-accent: #3b82f6;--color-accent-hover: #60a5fa;--color-accent-subtle: #172554;--color-success: #22c55e;--color-success-subtle: #14532d;--color-warning: #eab308;--color-warning-subtle: #422006;--color-error: #ef4444}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s,color .2s}#root{min-height:100vh;display:flex;flex-direction:column}
