:root{font-family:Segoe UI,Helvetica Neue,sans-serif;color:#0f172a;background:radial-gradient(circle at top,rgba(59,130,246,.2),transparent 34%),radial-gradient(circle at 85% 18%,rgba(14,165,233,.16),transparent 26%),linear-gradient(180deg,#eff6ff,#f8fafc 38%,#e0f2fe);line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface: rgba(255, 255, 255, .84);--surface-strong: #ffffff;--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .14);--text-muted: #475569;--accent: #2563eb;--accent-soft: #dbeafe;--accent-deep: #1d4ed8;--shadow: 0 20px 50px rgba(15, 23, 42, .08);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--max-width: 1180px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh}.topbar{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:1.25rem 0;display:grid;grid-template-columns:1.2fr auto auto;gap:1rem;align-items:center}.brand{display:inline-flex;align-items:center;gap:.875rem}.brand strong,.brand small{display:block}.brand small,.app-card p,.hero__copy,.page-intro__copy,.app-panel__copy,.empty-state p,.info-card p{color:var(--text-muted)}.brand__logo{width:3rem;height:3rem;display:block;flex:0 0 auto;filter:drop-shadow(0 12px 24px rgba(37,99,235,.24))}.nav-links,.auth-panel,.auth-panel__status,.hero__actions,.app-card__meta,.filter-row,.tag-row,.swatch-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.nav-link{padding:.7rem 1rem;border-radius:999px;color:var(--text-muted)}.nav-link--active,.nav-link:hover{background:#ffffffb8;color:#0f172a}.auth-panel{justify-content:flex-end}.auth-panel__status{padding:.55rem .85rem;border-radius:999px;background:#ffffffb3;color:var(--text-muted)}.status-dot{width:.6rem;height:.6rem;border-radius:999px}.status-dot--loading{background:#2563eb}.status-dot--signed-in{background:#22c55e}.status-dot--signed-out{background:#94a3b8}.page-shell{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:1rem 0 4rem}.hero,.filters-panel,.app-panel,.empty-state,.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero{padding:2rem;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:1.5rem}.hero__content h1,.page-intro h1,.app-panel h1,.empty-state h1{margin:0;font-size:clamp(2.1rem,5vw,4.2rem);line-height:.98;letter-spacing:-.04em}.hero__aside,.stack{display:grid}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2.25rem}.eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--accent-deep)}.button,.filter-chip{border:0;border-radius:999px;padding:.8rem 1.1rem;transition:transform .14s ease,background .14s ease,color .14s ease}.button{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;box-shadow:0 16px 30px #2563eb38}.filter-chip{background:#ffffffb3;color:var(--text-muted);border:1px solid var(--border-strong)!important}.filter-chip--active{background:var(--accent-soft);color:var(--accent-deep);font-weight:600;border-color:var(--accent)!important}.button:hover,.filter-chip:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button--ghost{background:#ffffffb3;color:#0f172a;box-shadow:none;border:1px solid var(--border)}.text-link{color:var(--accent-deep);font-weight:600}.info-card,.app-card,.stat-card,.mixer-preview__card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow)}.info-card,.stat-card{padding:1.2rem}.page-intro,.section-heading,.app-panel__header{display:flex;align-items:end;justify-content:space-between;gap:1rem}.card-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.app-card{padding:1.3rem;display:grid;gap:1rem}.app-card h3,.section-heading h2,.empty-state h2{margin:0}.app-card__icon{width:fit-content;padding:.5rem .75rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-weight:700}.app-card__footer{display:grid;gap:1rem}.pill,.tag{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-deep);font-size:.85rem}.pill--muted{background:#e2e8f0;color:var(--text-muted)}.pill--access{font-weight:700}.pill--public{background:#dcfce7;color:#166534}.pill--restricted{background:#e0e7ff;color:#4338ca}.tag{background:#eff6ff;color:#1e3a8a}.filters-panel,.app-panel,.empty-state,.auth-card{padding:1.5rem}.auth-card{width:min(100%,32rem);margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.error-text{margin:0;color:#b91c1c;font-weight:600}.field-label{font-size:.9rem;font-weight:600;color:#334155}.search-input,.notes-input,.color-input{width:100%;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:#ffffffd9;padding:.95rem 1rem;color:#0f172a}.notes-input{resize:vertical;min-height:260px}.stats-grid,.mixer-layout,.payslip-layout,.payslip-form-grid,.payslip-stats-grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.payslip-layout{grid-template-columns:minmax(340px,.95fr) minmax(0,1.25fr);align-items:start}.payslip-form-grid,.payslip-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.payslip-stats-grid--primary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.payslip-section-title{margin:0;font-size:1.2rem}.payslip-section-copy,.payslip-stat-copy,.payslip-inline-note{margin:0;color:var(--text-muted)}.payslip-stat-label{color:var(--text-muted);font-size:.88rem}.payslip-notes{margin:0;padding-left:1.25rem;color:var(--text-muted)}.payslip-highlight-card{background:linear-gradient(180deg,#dbeafedb,#fffffff5)}.stat-card strong{display:block;margin-top:.35rem;font-size:1.8rem}.stat-card--feature{border-color:#2563eb33;background:#fffffff2}.mixer-layout{grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr)}.mixer-preview{min-height:320px;border-radius:var(--radius-md);border:1px solid var(--border);display:grid;place-items:end start;padding:1.25rem}.mixer-preview__card{padding:1rem 1.2rem}.mixer-preview__card strong{display:block;margin-top:.25rem;font-size:1.5rem}.swatch-button{width:2.4rem;height:2.4rem;border-radius:999px;border:2px solid rgba(239,246,255,.95);box-shadow:var(--shadow)}.empty-state{text-align:center;justify-items:center}@media(max-width:920px){.topbar{display:flex;flex-direction:column;align-items:start}.hero,.mixer-layout,.payslip-layout{grid-template-columns:1fr}.page-intro,.section-heading,.app-panel__header{flex-direction:column;align-items:start}.auth-panel{width:100%;justify-content:space-between}}@media(prefers-reduced-motion:no-preference){.hero,.app-card,.filters-panel,.app-panel{animation:rise-in .48s ease both}}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.handover-app{max-width:44rem;margin:0 auto;color:#1c1917;font-family:Segoe UI,Arial,sans-serif}.handover-toolbar{position:sticky;top:.75rem;z-index:10;display:grid;gap:.75rem;padding:1rem;border:2px solid #1c1917;border-radius:8px;background:#fffffff5;box-shadow:0 16px 36px #0f172a1a}.handover-toolbar__header,.handover-progress,.handover-section__toggle,.handover-section__title-row{display:flex;align-items:center;gap:.75rem}.handover-toolbar__header{justify-content:space-between}.handover-toolbar h2{margin:0;font-size:1.25rem}.handover-reset{border:0;background:transparent;color:#57534e;font-size:.85rem;font-weight:700}.handover-progress{direction:ltr}.handover-progress__track{flex:1;height:.55rem;overflow:hidden;border-radius:999px;background:#e7e5e4}.handover-progress__bar{height:100%;border-radius:inherit;background:#1c1917;transition:width .22s ease}.handover-progress__bar--shiran{background:#f59e0b}.handover-filter{width:100%;border:2px solid #d6d3d1;border-radius:8px;background:#f5f5f4;color:#44403c;padding:.75rem;font-weight:800}.handover-filter--active{border-color:#f59e0b;background:#fbbf24;color:#1c1917}.handover-content{display:grid;gap:1rem;padding-top:1rem}.handover-quick-fields,.handover-meter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.handover-quick-fields,.handover-shiran-note{padding:1rem;border:1px solid #d6d3d1;border-radius:8px;background:#fff}.handover-shiran-note{border-width:2px;border-color:#fbbf24;background:#fffbeb;color:#78350f}.handover-quick-fields input,.handover-meter-grid input,.handover-issues textarea{width:100%;border:1px solid #d6d3d1;border-radius:6px;background:#fafaf9;padding:.55rem .65rem;color:#1c1917}.handover-sections{display:grid;gap:.75rem}.handover-section{overflow:hidden;border:2px solid #d6d3d1;border-radius:8px;background:#fff;transition:border-color .16s ease,background .16s ease}.handover-section--done{border-color:#1c1917;background:#fafaf9}.handover-section__toggle{width:100%;justify-content:space-between;border:0;background:transparent;padding:.9rem 1rem;text-align:right}.handover-section__toggle:hover{background:#fafaf9}.handover-section__icon{width:2.4rem;height:2.4rem;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid currentColor;border-radius:8px;font-weight:900}.handover-section__icon--amber{background:#fffbeb;color:#78350f}.handover-section__icon--red{background:#fef2f2;color:#991b1b}.handover-section__icon--violet{background:#f5f3ff;color:#5b21b6}.handover-section__icon--blue{background:#eff6ff;color:#1d4ed8}.handover-section__icon--indigo{background:#eef2ff;color:#4338ca}.handover-section__icon--sky{background:#f0f9ff;color:#0369a1}.handover-section__icon--purple{background:#faf5ff;color:#7e22ce}.handover-section__icon--yellow{background:#fefce8;color:#854d0e}.handover-section__icon--rose{background:#fff1f2;color:#be123c}.handover-section__icon--cyan{background:#ecfeff;color:#0e7490}.handover-section__icon--orange{background:#fff7ed;color:#c2410c}.handover-section__icon--emerald{background:#ecfdf5;color:#047857}.handover-section__icon--pink{background:#fdf2f8;color:#be185d}.handover-section__icon--fuchsia{background:#fdf4ff;color:#a21caf}.handover-section__icon--teal{background:#f0fdfa;color:#0f766e}.handover-section__icon--slate{background:#f8fafc;color:#475569}.handover-section__icon--green{background:#f0fdf4;color:#15803d}.handover-section__text{flex:1;display:grid;gap:.15rem;min-width:0}.handover-section__text>span:last-child{color:#78716c;font-size:.8rem}.handover-section__title-row{flex-wrap:wrap}.handover-person-count{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;background:#fbbf24;color:#1c1917;padding:.15rem .45rem;font-size:.72rem;font-weight:800}.handover-chevron{color:#78716c;font-size:1.25rem;line-height:1}.handover-section__body{display:grid;gap:.55rem;padding:.75rem 1rem 1rem;border-top:1px solid #e7e5e4}.handover-meter-grid{margin-bottom:.35rem;padding:.75rem;border:1px solid #facc15;border-radius:8px;background:#fefce8}.handover-meter-grid label{display:grid;gap:.25rem;color:#713f12;font-size:.78rem;font-weight:800}.handover-item{width:100%;display:flex;align-items:flex-start;gap:.75rem;border:0;border-radius:7px;background:transparent;padding:.45rem .5rem;text-align:right}.handover-item:hover{background:#fafaf9}.handover-item--shiran{background:#fffbeb}.handover-item--shiran:hover{background:#fef3c7}.handover-checkbox{width:1.3rem;height:1.3rem;display:inline-grid;place-items:center;flex:0 0 auto;margin-top:.1rem;border:2px solid #78716c;border-radius:6px;background:#fff;color:#fff;font-size:.8rem;font-weight:900}.handover-item--checked .handover-checkbox{border-color:#1c1917;background:#1c1917}.handover-item__label{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;flex:1;color:#292524;line-height:1.65}.handover-item--checked .handover-item__label{color:#a8a29e;text-decoration:line-through}.handover-person-badge{display:inline-grid;place-items:center;width:1.4rem;height:1.4rem;border-radius:999px;background:#fbbf24;font-size:.8rem;text-decoration:none}.handover-issues{display:grid;gap:.65rem;padding:1rem;border:2px solid #fca5a5;border-radius:8px;background:#fef2f2;color:#991b1b;font-weight:800}.handover-issues textarea{min-height:9rem;resize:vertical;background:#fff;color:#1c1917;font-weight:400}@media(max-width:560px){.handover-app{margin-inline:-.25rem}.handover-toolbar{top:.5rem}.handover-quick-fields,.handover-meter-grid{grid-template-columns:1fr}.handover-section__toggle{padding-inline:.75rem}.handover-section__icon{width:2.1rem;height:2.1rem}}
