:root{--font-sans: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, -apple-system, sans-serif;--tracking-wide: .08em;--tracking-tight: -.015em;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 14px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--background: 0 0% 100%;--foreground: 20 14.3% 4.1%;--muted: 60 4.8% 95.9%;--muted-foreground: 25 5.3% 44.7%;--popover: 0 0% 100%;--popover-foreground: 20 14.3% 4.1%;--card: 0 0% 100%;--card-foreground: 20 14.3% 4.1%;--border: 20 5.9% 90%;--input: 20 5.9% 90%;--primary: 207 90% 54%;--primary-foreground: 211 100% 99%;--secondary: 60 4.8% 95.9%;--secondary-foreground: 24 9.8% 10%;--accent: 60 4.8% 95.9%;--accent-foreground: 24 9.8% 10%;--destructive: 0 62.8% 50.6%;--destructive-foreground: 60 9.1% 97.8%;--ring: 207 90% 54%;--radius: .5rem;--azure-blue: 207 90% 54%;--azure-dark: 207 78% 39%;--azure-light: 190 100% 47%;--success: 120 60% 40%;--warning: 30 100% 50%;--error: 355 65% 50%;--neutral-dark: 24 9.8% 19.6%;--neutral-medium: 24 5.3% 37.6%;--neutral-light: 60 9.1% 97.8%;--surface: 0 0% 100%;--neutral-surface: 0 0% 96.5%;--brand-red: 0 82% 53%;--brand-red-deep: 356 83% 43%;--brand-red-bright: 354 90% 61%;--brand-red-foreground: 0 0% 100%;--brand-red-soft-foreground: 0 0% 98%;--hero-border: 356 82% 47%;--hero-hover: 356 56% 58%;--tint-red: 0 30% 95%;--tint-red-border: 0 65% 88%;--tint-blue: 216 55% 94%;--tint-blue-border: 216 67% 85%;--tint-green: 142 28% 92%;--tint-green-border: 142 42% 79%;--tint-purple: 270 33% 93%;--tint-purple-border: 270 40% 83%}.dark{--background: 0 0% 7%;--foreground: 0 0% 98%;--muted: 0 0% 12%;--muted-foreground: 0 0% 64.9%;--popover: 0 0% 7%;--popover-foreground: 0 0% 98%;--card: 0 0% 9%;--card-foreground: 0 0% 98%;--border: 0 0% 15%;--input: 0 0% 12%;--primary: 207 90% 54%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 12%;--secondary-foreground: 0 0% 98%;--accent: 0 0% 15%;--accent-foreground: 0 0% 98%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--ring: 0 0% 83.9%;--azure-blue: 207 90% 54%;--azure-dark: 207 78% 39%;--azure-light: 190 100% 47%;--success: 120 60% 50%;--warning: 35 91% 62%;--error: 0 84% 60%;--neutral-dark: 0 0% 98%;--neutral-medium: 0 0% 64.9%;--neutral-light: 0 0% 7%;--surface: 0 0% 9%;--neutral-surface: 0 0% 10%;--brand-red: 356 83% 53%;--brand-red-deep: 356 84% 43%;--brand-red-bright: 354 90% 62%;--brand-red-foreground: 0 0% 100%;--brand-red-soft-foreground: 0 0% 95%;--hero-border: 356 74% 40%;--hero-hover: 356 64% 47%;--tint-red: 356 32% 14%;--tint-red-border: 356 51% 28%;--tint-blue: 216 28% 16%;--tint-blue-border: 216 34% 30%;--tint-green: 142 26% 15%;--tint-green-border: 142 33% 28%;--tint-purple: 270 24% 16%;--tint-purple-border: 270 32% 30%}.ms-bg{background:hsl(var(--background));color:hsl(var(--foreground))}.ms-card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius)}.ms-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ms-text-muted{color:hsl(var(--muted-foreground))}.ms-status-success{color:hsl(var(--success))}.ms-status-warning{color:hsl(var(--warning))}.ms-status-error{color:hsl(var(--error))}.ms-text-emphasis{color:hsl(var(--foreground))}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-sans);background:hsl(var(--background));color:hsl(var(--foreground))}.q-app-shell{min-height:100vh;background:hsl(var(--neutral-surface));color:hsl(var(--foreground))}.q-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-5);border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));position:sticky;top:0;z-index:50}.q-topbar-brand{display:flex;align-items:center;gap:var(--space-3);font-size:20px;font-weight:600;letter-spacing:var(--tracking-tight)}.q-topbar-left{display:flex;align-items:center;gap:var(--space-3)}.q-brand-title{font-size:20px;line-height:1}.q-brand-mark{width:32px;height:32px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--brand-red));color:hsl(var(--brand-red-foreground));font-weight:700}.q-brand-logo{width:32px;height:32px;border-radius:2px;object-fit:cover}.q-topbar-nav{display:none;gap:22px;font-size:14px}.q-topbar-nav-item{color:hsl(var(--neutral-medium));text-decoration:none;font-weight:500}.q-topbar-nav-item.is-active{color:hsl(var(--foreground));font-weight:600}.q-topbar-right{display:flex;align-items:center;gap:10px}.q-topbar-icon-btn{border:1px solid transparent;background:transparent;color:hsl(var(--muted-foreground));width:36px;height:36px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .14s ease,background-color .14s ease}.q-topbar-icon-btn:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.q-mobile-menu-btn{display:none}.q-notification-btn{position:relative}.q-notification-dot{width:8px;height:8px;border-radius:999px;background:hsl(var(--error));position:absolute;top:6px;right:7px}.q-user-menu{position:relative}.q-user-menu-trigger{border:1px solid transparent;background:transparent;color:hsl(var(--foreground));border-radius:var(--radius-md);height:38px;padding:0 var(--space-2) 0 6px;display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer}.q-user-menu-trigger:hover{background:hsl(var(--accent))}.q-user-avatar{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:hsl(var(--primary-foreground));background:hsl(var(--azure-blue))}.q-user-name{font-size:14px;font-weight:500;color:hsl(var(--foreground))}.q-user-meta{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.1}.q-user-role{font-size:11px;font-weight:500;color:hsl(var(--muted-foreground))}.q-chevron{width:14px;height:14px;color:hsl(var(--muted-foreground))}.q-user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:190px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);box-shadow:0 16px 28px hsl(var(--foreground) / .08);padding:8px;z-index:80}.q-user-menu-item{width:100%;border:0;background:transparent;border-radius:var(--radius-sm);padding:9px 10px;font-size:13px;text-align:left;color:hsl(var(--foreground));cursor:pointer}.q-user-menu-item:hover{background:hsl(var(--accent))}.q-user-menu-divider{border-top:1px solid hsl(var(--border));margin:6px 0}.q-layout{display:grid;grid-template-columns:298px minmax(0,1fr);min-height:calc(100vh - 64px)}.q-sidebar{border-right:1px solid hsl(var(--border));background:hsl(var(--card));padding:var(--space-6);overflow-y:auto}.q-sidebar-section{margin-bottom:var(--space-8)}.q-sidebar-title{margin:0 0 var(--space-4);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;color:hsl(var(--muted-foreground))}.q-sidebar-item{display:flex;align-items:center;gap:var(--space-3);border-radius:6px;padding:var(--space-2) var(--space-3);margin-bottom:var(--space-1);font-size:16px;line-height:1.4;font-weight:400;letter-spacing:normal;color:hsl(var(--foreground));text-decoration:none;transition:background-color .16s ease,color .16s ease}.q-sidebar-item:hover{background:hsl(var(--accent))}.q-sidebar-item.is-active{background:hsl(var(--brand-red));color:hsl(var(--brand-red-foreground));font-weight:500}.q-sidebar-item.is-soft{background:hsl(var(--muted))}.q-sidebar-item.is-soft:hover{background:hsl(var(--accent))}.q-sidebar-item:last-child{margin-bottom:0}.q-sidebar-item-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));flex-shrink:0}.q-sidebar-item.is-active .q-sidebar-item-icon{color:hsl(var(--brand-red-foreground))}.q-icon{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.q-sidebar-item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.q-content{min-width:0;padding:var(--space-6);background:hsl(var(--neutral-surface))}.q-breadcrumb{margin:0 0 var(--space-3);font-size:13px;color:hsl(var(--muted-foreground))}@media (min-width: 1100px){.q-topbar-nav{display:flex}}@media (max-width: 980px){.q-mobile-menu-btn{display:inline-flex}.q-brand-title,.q-user-name,.q-user-role{display:none}.q-layout{grid-template-columns:1fr;position:relative}.q-sidebar{position:fixed;top:64px;left:0;width:298px;height:calc(100vh - 64px);transform:translate(-100%);transition:transform .22s ease;z-index:70;box-shadow:0 24px 34px hsl(var(--foreground) / .14)}.q-sidebar.is-open{transform:translate(0)}.q-sidebar-overlay{position:fixed;top:64px;right:0;bottom:0;left:0;background:#0000006b;z-index:65}}.q-theme-toggle{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:var(--radius-md);padding:8px 12px;font-size:12px;font-weight:600;letter-spacing:.01em;cursor:pointer}.q-theme-toggle:hover{background:hsl(var(--accent))}.q-hero{border-radius:var(--radius-xl);border:1px solid hsl(var(--hero-border));background:linear-gradient(135deg,hsl(var(--brand-red-deep)),hsl(var(--brand-red)) 60%,hsl(var(--brand-red-bright)));color:hsl(var(--brand-red-foreground));padding:28px;box-shadow:0 8px 22px hsl(var(--hero-border) / .22);position:relative;overflow:hidden}.q-hero:before,.q-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.q-hero:before{width:280px;height:280px;right:-78px;top:-120px;background:radial-gradient(circle,#ffffff40,#fff0 70%)}.q-hero:after{width:210px;height:210px;right:130px;bottom:-138px;background:radial-gradient(circle,#fff3,#fff0 72%)}.q-hero-content{position:relative;z-index:1}.q-hero h1{margin:0;font-size:46px;line-height:1.03;letter-spacing:var(--tracking-tight)}.q-hero p{margin:10px 0 0;font-size:20px;max-width:900px;color:hsl(var(--brand-red-soft-foreground))}.q-hero-actions{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}.q-hero-meta{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.q-hero-chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid hsl(0 0% 100% / .4);background:#ffffff29;color:hsl(var(--brand-red-foreground));padding:6px 12px;font-size:12px;font-weight:600;letter-spacing:.01em}.q-hero-chip .q-icon{width:14px;height:14px}.q-btn-primary{border:1px solid transparent;background:hsl(var(--card));color:hsl(var(--brand-red));border-radius:var(--radius-md);padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.q-btn-primary:hover{background:hsl(var(--accent))}.q-btn-secondary{border:1px solid hsl(var(--hero-border));background:transparent;color:hsl(var(--brand-red-foreground));border-radius:var(--radius-md);padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.q-btn-secondary:hover{background:hsl(var(--hero-hover))}.q-btn-outline{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:var(--radius-md);padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.q-btn-outline:hover{background:hsl(var(--accent))}.q-grid-4{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.q-card{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:var(--radius-lg);padding:18px;box-shadow:0 2px 10px hsl(var(--foreground) / .04)}.q-card .q-card-icon{width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.q-card .q-card-icon .q-icon{width:20px;height:20px}.q-card-tint-red .q-card-icon{background:#f9d7d7;color:hsl(var(--brand-red-deep))}.q-card-tint-blue .q-card-icon{background:#d3e1f8;color:#1c5eca}.q-card-tint-green .q-card-icon{background:#ceeedb;color:#1d904d}.q-card-tint-purple .q-card-icon{background:#e5d7f4;color:#7027be}.q-card h3{margin:0;font-size:17px;line-height:1.25;letter-spacing:-.01em}.q-card p{margin:10px 0 0;font-size:14px;line-height:1.45;color:hsl(var(--muted-foreground))}.q-card-tint-red{background:hsl(var(--tint-red));border-color:hsl(var(--tint-red-border))}.q-card-tint-blue{background:hsl(var(--tint-blue));border-color:hsl(var(--tint-blue-border))}.q-card-tint-green{background:hsl(var(--tint-green));border-color:hsl(var(--tint-green-border))}.q-card-tint-purple{background:hsl(var(--tint-purple));border-color:hsl(var(--tint-purple-border))}.q-stat-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.q-stat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.q-stat-icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.q-stat-icon.is-red{background:#fbe0e0;color:hsl(var(--brand-red-deep))}.q-stat-icon.is-green{background:#d5f0e1;color:#1d904d}.q-stat-icon.is-blue{background:#d7e4f9;color:#1c5eca}.q-stat-value{margin-top:10px;font-size:42px;line-height:1;font-weight:700;letter-spacing:-.02em}.q-stat-trend{margin-top:8px;font-size:13px;color:hsl(var(--success))}.q-stat-trend.is-negative{color:hsl(var(--error))}.q-mini-chart{margin-top:12px;width:100%;height:34px}.q-mini-chart polyline{fill:none;stroke:hsl(var(--brand-red));stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.q-mini-chart path{fill:hsl(var(--brand-red) / .14)}.q-panels{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.q-work-page{display:grid;gap:16px}.q-work-header{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:var(--radius-lg);padding:18px}.q-work-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--brand-red))}.q-work-title{margin:6px 0 0;font-size:30px;line-height:1.1;letter-spacing:var(--tracking-tight)}.q-work-description{margin:10px 0 0;max-width:940px;color:hsl(var(--muted-foreground));font-size:15px;line-height:1.55}.q-work-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:14px}.q-card-header{display:grid;gap:6px}.q-card-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.q-form-stack{margin-top:14px;display:grid;gap:12px}.q-form-field{display:grid;gap:6px}.q-form-label{font-size:13px;font-weight:600}.q-form-help{margin:0;color:hsl(var(--muted-foreground));font-size:13px}.q-upload-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.q-status-chip{display:inline-flex;align-items:center;border:1px solid hsl(var(--border));background:hsl(var(--muted));color:hsl(var(--muted-foreground));border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.q-textarea{width:100%;border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--background));color:hsl(var(--foreground));font-family:inherit;font-size:14px;line-height:1.45;padding:12px;resize:vertical}.q-textarea::placeholder{color:hsl(var(--muted-foreground))}.q-textarea:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.q-list{display:grid;gap:12px;margin-top:12px}.q-list-item{border:1px solid hsl(var(--border));border-radius:var(--radius-md);padding:13px;display:flex;justify-content:space-between;gap:10px}.q-list-item-left{display:flex;align-items:flex-start;gap:10px}.q-list-badge{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.q-list-badge.is-purple{background:#e5d7f4;color:#7027be}.q-list-badge.is-blue{background:#d7e4f9;color:#1c5eca}.q-list-badge.is-amber{background:#feeec3;color:#c66906}.q-list-item-main{font-size:15px;font-weight:600}.q-list-item-sub{margin-top:4px;font-size:13px;color:hsl(var(--muted-foreground))}@media (max-width: 1200px){.q-grid-4,.q-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.q-hero h1{font-size:30px}.q-hero p{font-size:16px}.q-grid-4,.q-stat-grid,.q-panels,.q-work-grid{grid-template-columns:1fr}.q-work-title{font-size:24px}}:root{font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--ms-text-primary);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit}.ms-text-muted{color:var(--ms-text-muted)}.q-auth-gate{min-height:100vh;display:grid;place-items:center;padding:2rem;background:linear-gradient(135deg,#f7f9fc,#e6edf7)}.q-auth-card{width:min(560px,100%);background:#fff;border:1px solid #d9e2ef;border-radius:16px;padding:2rem;box-shadow:0 20px 36px #1018281f}.q-auth-card h1{margin:0 0 .75rem;font-size:1.5rem}.q-auth-card p{margin:0 0 1rem}.q-auth-card ul{margin:0 0 1rem;padding-left:1.25rem}.q-auth-error{color:#b42318}.q-signout-btn{border:0;border-radius:10px;padding:.45rem .8rem;background:#f0f4f9;color:#0f172a;cursor:pointer}.q-auth-status{margin-top:1rem;font-size:.9rem;color:var(--ms-text-muted)}
