@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sidebar-width:224px;--sidebar-collapsed-width:60px}*{box-sizing:border-box}html,body{min-height:100%}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.block{display:block}.contents{display:contents}.table{display:table}.min-h-screen{min-height:100vh}.lowercase{text-transform:lowercase}}.auth-page{background-color:#f1f5f9;background-image:radial-gradient(circle at top,#2563eb1a,#0000 40%);place-items:center;min-height:100dvh;padding:1.5rem;display:grid}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:400px;padding:2.25rem 2rem;box-shadow:0 4px 24px #0f172a14}.auth-logo{align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.auth-logo-icon{color:#1d4ed8;width:28px;height:28px}.auth-logo-name{letter-spacing:-.025em;color:#0f172a;font-size:1.25rem;font-weight:700}.auth-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .375rem;font-size:1.375rem;font-weight:700}.auth-subtitle{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.auth-tabs{background:#f1f5f9;border-radius:10px;gap:.25rem;margin-bottom:1.5rem;padding:3px;display:flex}.auth-tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;flex:1;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.auth-tab.active{color:#0f172a;background:#fff;box-shadow:0 1px 4px #0f172a1a}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-label{color:#374151;font-size:.8125rem;font-weight:500}.form-input{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;outline:none;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:#94a3b8}.form-hint{color:#94a3b8;margin:0;font-size:.75rem}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.8125rem}.form-submit{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:9px;width:100%;margin-top:.25rem;padding:.7rem;font-size:.9375rem;font-weight:600;transition:background .15s,transform .1s}.form-submit:hover:not(:disabled){background:#1e40af}.form-submit:active:not(:disabled){transform:scale(.99)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.auth-success{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:1rem;padding:1.25rem}.auth-success-title{color:#166534;margin:0 0 .375rem;font-weight:600}.auth-success-body{color:#15803d;margin:0;font-size:.875rem}.auth-footer{text-align:center;color:#64748b;margin:1.25rem 0 0;font-size:.8125rem}.auth-link{color:#2563eb;font-weight:500}.auth-link:hover{text-decoration:underline}.app-shell{min-height:100dvh;display:flex}.app-content{background:#f1f5f9;flex-direction:column;flex:1;min-width:0;display:flex}.app-main{flex:1;overflow-y:auto}.sidebar{width:var(--sidebar-width);background:#0f172a;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;height:100dvh;min-height:100dvh;transition:width .2s;display:flex;position:sticky;top:0;overflow:hidden}.sidebar[data-collapsed=true]{width:var(--sidebar-collapsed-width)}.sidebar-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem .875rem .875rem;display:flex}.sidebar-brand{align-items:center;gap:.5rem;min-width:0;display:flex}.sidebar-brand-icon{color:#60a5fa;flex-shrink:0;width:20px;height:20px}.sidebar-brand-name{color:#f8fafc;letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:700}.sidebar-collapse-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,color .15s;display:flex}.sidebar-collapse-btn:hover{color:#e2e8f0;background:#ffffff14}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:.75rem .5rem;display:flex;overflow-y:auto}.sidebar-nav-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.sidebar-nav-item{color:#94a3b8;white-space:nowrap;border-radius:8px;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.8125rem;font-weight:500;transition:background .12s,color .12s;display:flex;overflow:hidden}.sidebar-nav-item:hover{color:#e2e8f0;background:#ffffff0f}.sidebar-nav-item.active{color:#93c5fd;background:#3b82f626}.sidebar-nav-icon{flex-shrink:0;width:16px;height:16px}.sidebar-nav-label{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.sidebar-nav-badge{color:#bfdbfe;background:#1e40af;border-radius:99px;padding:1px 6px;font-size:.6875rem;font-weight:600}.sidebar-divider{background:#ffffff0f;height:1px;margin:.5rem .25rem}.sidebar-ai-item{color:#a78bfa}.sidebar-ai-item:hover{color:#c4b5fd;background:#8b5cf61f}.sidebar-ai-item.active{color:#c4b5fd;background:#8b5cf62e}.sidebar-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding:.75rem .5rem;display:flex}.sidebar-user{align-items:center;gap:.625rem;min-width:0;padding:.25rem .375rem;display:flex}.sidebar-user-avatar{color:#bfdbfe;background:#1e40af;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;font-weight:600;overflow:hidden}.sidebar-user-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.6875rem;overflow:hidden}.sidebar-signout-btn{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.4375rem .625rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-signout-btn:hover{color:#94a3b8;background:#ffffff0d}.dashboard-page{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;padding:2.5rem 2rem 4rem;display:flex}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-greeting{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.75rem;font-weight:700}.dashboard-subheading{color:#64748b;margin:.25rem 0 0;font-size:.9375rem}.dashboard-header-badge{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:99px;flex-shrink:0;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:flex}.stat-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.stat-grid{grid-template-columns:1fr 1fr}}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.125rem 1.25rem}.stat-card-top{align-items:center;gap:.5rem;margin-bottom:.625rem;display:flex}.stat-icon{color:#94a3b8;width:15px;height:15px}.stat-label{color:#64748b;letter-spacing:.01em;font-size:.75rem;font-weight:500}.stat-value{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:700}.section-title{color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .875rem;font-size:.875rem;font-weight:600}.module-grid{grid-template-columns:repeat(3,1fr);gap:.875rem;display:grid}@media (max-width:900px){.module-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.module-grid{grid-template-columns:1fr}}.module-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.5rem;padding:1.25rem;text-decoration:none;transition:box-shadow .15s,border-color .15s,transform .12s;display:flex}.module-card:not(.module-card-coming):hover{border-color:#bfdbfe;transform:translateY(-1px);box-shadow:0 4px 20px #0f172a14}.module-card-coming{opacity:.65;cursor:default}.module-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;display:flex}.module-icon-wrap{background:#f1f5f9;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.module-card.module-blue .module-icon-wrap{background:#eff6ff}.module-card.module-green .module-icon-wrap{background:#f0fdf4}.module-card.module-amber .module-icon-wrap{background:#fffbeb}.module-card.module-purple .module-icon-wrap{background:#faf5ff}.module-card.module-indigo .module-icon-wrap{background:#eef2ff}.module-card.module-slate .module-icon-wrap{background:#f8fafc}.module-icon{color:#64748b;width:17px;height:17px}.module-card.module-blue .module-icon{color:#2563eb}.module-card.module-green .module-icon{color:#16a34a}.module-card.module-amber .module-icon{color:#d97706}.module-card.module-purple .module-icon{color:#7c3aed}.module-card.module-indigo .module-icon{color:#4f46e5}.module-card.module-slate .module-icon{color:#475569}.module-coming-badge{color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;padding:2px 8px;font-size:.6875rem;font-weight:600}.module-title{color:#0f172a;margin:0;font-size:.9375rem;font-weight:600}.module-description{color:#64748b;flex:1;margin:0;font-size:.8125rem;line-height:1.5}.module-cta{color:#2563eb;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.8125rem;font-weight:600;display:flex}
