:root {
    --bg: #f4f7fb;
    --panel: #ffffff;
    --panel-soft: #f8fafd;
    --line: #dfe6f0;
    --line-strong: #c8d4e4;
    --ink: #101828;
    --muted: #667085;
    --brand: #1178bd;
    --brand-dark: #075f98;
    --brand-soft: #e8f4fc;
    --good: #14945f;
    --warn: #b76a05;
    --bad: #c93434;
    --shadow: 0 20px 60px rgba(30, 55, 90, .11);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0; }
.brand-mark {
    width: 30px; height: 30px; border-radius: 8px; background: var(--brand);
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px; padding: 5px; flex: 0 0 auto;
}
.brand-mark i { display: block; background: #fff; border-radius: 2px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(3) { opacity: .55; }

.btn {
    min-height: 40px; border-radius: 10px; border: 1px solid transparent;
    padding: 9px 15px; display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; gap: 8px; transition: .15s ease; white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 26px -16px var(--brand); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-ghost { background: #fff; color: #23324a; border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-danger { color: var(--bad); border-color: #f0c8c8; background: #fff; }
.btn-lg { min-height: 50px; padding: 12px 20px; border-radius: 12px; }
.btn-wide { width: 100%; }
.hidden { display: none !important; }
.muted { color: var(--muted); }
.fineprint { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.topbar {
    position: sticky; top: 0; z-index: 20; height: 68px; padding: 0 32px;
    display: flex; align-items: center; gap: 26px; background: rgba(255,255,255,.88);
    border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.site-nav { display: flex; gap: 24px; margin-left: auto; color: #344054; font-weight: 600; font-size: 14px; }
.hero { max-width: 1180px; margin: 0 auto; padding: 70px 28px 40px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--brand); font-weight: 800; background: var(--brand-soft); padding: 6px 10px; border-radius: 999px; font-size: 13px; }
.hero h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.02; margin: 18px 0; letter-spacing: 0; max-width: 780px; }
.hero p { font-size: 19px; color: var(--muted); max-width: 620px; }
.hero-actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; color: #344054; font-size: 13px; }
.hero-facts span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; }
.hero-panel, .auth-card, .panel, .price-card, .feature-grid article {
    background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow);
}
.hero-panel { padding: 22px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); margin-bottom: 16px; }
.panel-head b { color: var(--ink); font-size: 18px; }
.mini-generator { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 7px; font-weight: 700; color: #344054; font-size: 14px; }
input, select {
    width: 100%; min-height: 42px; border: 1px solid var(--line-strong); border-radius: 10px;
    padding: 9px 11px; color: var(--ink); background: #fff;
}
input:focus, select:focus { outline: 2px solid rgba(17,120,189,.18); border-color: var(--brand); }
.mini-result { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.mini-result div { background: var(--panel-soft); border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.mini-result span { display: block; color: var(--muted); font-size: 13px; }
.mini-result b { display: block; font-size: 24px; margin-top: 4px; }
.calendar-strip { display: grid; grid-template-columns: repeat(14, 1fr); gap: 5px; margin-top: 18px; }
.calendar-strip i { height: 28px; border-radius: 6px; background: var(--brand-soft); border: 1px solid #cbe4f6; }
.calendar-strip i.off { background: #f1f3f6; border-color: #e2e6ec; }
.band, .pricing { max-width: 1180px; margin: 0 auto; padding: 54px 28px; }
.section-title { margin-bottom: 24px; }
.section-title span { color: var(--brand); font-weight: 800; }
.section-title h2 { font-size: clamp(28px, 3.5vw, 42px); margin: 6px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: transparent; border: 0; box-shadow: none; }
.feature-grid article { padding: 22px; box-shadow: none; }
.feature-grid b { font-size: 18px; }
.feature-grid p, .price-card p { color: var(--muted); margin-bottom: 0; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 860px; }
.price-card { padding: 24px; display: grid; gap: 12px; align-content: start; }
.price-card strong { font-size: 36px; }
.price-card.featured { border-color: var(--brand); background: linear-gradient(180deg, #eef8ff, #fff); }
.footer { border-top: 1px solid var(--line); padding: 28px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); max-width: 1180px; margin: 30px auto 0; }
.footer nav { display: flex; gap: 18px; }

.auth-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.auth-shell { width: min(840px, 100%); }
.auth-brand { margin-bottom: 18px; }
.auth-card { overflow: hidden; }
.auth-blue { background: var(--brand); color: #fff; padding: 32px 42px; }
.auth-blue span { font-size: 18px; opacity: .9; }
.auth-blue h1 { margin: 8px 0 0; font-size: clamp(30px, 5vw, 40px); }
.auth-body { padding: 36px 42px; }
.auth-body form { display: grid; gap: 16px; }
.form-message { min-height: 22px; margin-top: 16px; font-weight: 700; }
.form-message.ok { color: var(--good); }
.form-message.bad { color: var(--bad); }
.link-button { color: var(--brand); background: none; border: 0; padding: 0; font-weight: 700; justify-self: center; }

.dashboard-page { overflow: hidden; }
.app-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.sidebar { background: #fff; border-right: 1px solid var(--line); padding: 18px 14px; display: flex; flex-direction: column; gap: 8px; }
.sidebar .brand { padding: 6px 8px 18px; }
.side-item {
    border: 0; background: transparent; color: #344054; min-height: 42px; border-radius: 9px;
    display: flex; align-items: center; padding: 0 12px; font-weight: 700; text-align: left;
}
.side-item:hover, .side-item.active { background: var(--brand-soft); color: var(--brand); }
.side-link { margin-top: auto; }
.app-main { min-width: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; }
.app-header { height: 76px; background: #fff; border-bottom: 1px solid var(--line); padding: 0 28px; display: flex; align-items: center; gap: 18px; }
.app-header h1 { margin: 0; font-size: 26px; }
.app-header p { margin: 2px 0 0; color: var(--muted); }
.app-header .btn { margin-left: auto; }
.menu-btn { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.app-content { padding: 24px 28px 70px; overflow: auto; }
.loader { color: var(--muted); padding: 40px; text-align: center; }
.grid { display: grid; gap: 16px; }
.grid.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.panel { padding: 20px; box-shadow: none; }
.stat b { display: block; font-size: 30px; margin-top: 8px; }
.stat span { color: var(--muted); font-weight: 700; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 16px; align-items: start; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; background: var(--panel-soft); }
tr:last-child td { border-bottom: 0; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.notice { background: var(--brand-soft); border: 1px solid #cae5f6; color: #124c73; border-radius: 8px; padding: 14px; }
.pill { display: inline-flex; min-height: 26px; align-items: center; padding: 3px 9px; border-radius: 999px; background: var(--panel-soft); border: 1px solid var(--line); font-weight: 700; font-size: 12px; }
.pill.good { color: var(--good); background: #ebf8f2; border-color: #bfe8d6; }
.pill.warn { color: var(--warn); background: #fff4df; border-color: #f3d49d; }
.schedule-tools { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.schedule-tools .wide { grid-column: span 2; }
.schedule-grid { overflow: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.schedule-grid table { min-width: 980px; }
.day-cell { text-align: center; min-width: 44px; }
.shift { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; color: #fff; font-weight: 800; font-size: 12px; }
.shift.day { background: var(--brand); }
.shift.night { background: #5b3db7; }
.shift.evening { background: #b85d1a; }
.shift.off { background: #eef1f5; color: #98a2b3; }
.empty-state { padding: 28px; text-align: center; color: var(--muted); }
.doc-page { min-height: 100vh; padding: 32px; }
.doc { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 34px; }
.doc h1 { margin-top: 28px; font-size: 34px; }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; padding-top: 42px; }
    .feature-grid, .grid.stats, .price-grid, .two-col { grid-template-columns: 1fr; }
    .app-shell { grid-template-columns: 1fr; }
    .sidebar { position: fixed; inset: 0 auto 0 0; width: 270px; transform: translateX(-100%); z-index: 50; transition: transform .18s ease; box-shadow: var(--shadow); }
    .sidebar.open { transform: translateX(0); }
    .menu-btn { display: inline-grid; place-items: center; }
    .schedule-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .schedule-tools .wide { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
    .topbar { padding: 0 16px; }
    .site-nav { display: none; }
    .hero, .band, .pricing { padding-left: 16px; padding-right: 16px; }
    .mini-generator, .mini-result, .form-grid { grid-template-columns: 1fr; }
    .footer { flex-direction: column; padding: 22px 16px; }
    .app-header { padding: 0 16px; }
    .app-content { padding: 18px 16px 60px; }
    .auth-body, .auth-blue { padding-left: 24px; padding-right: 24px; }
}

/* Claude Design landing restoration */
.claude-site {
    --bg: #ffffff;
    --bg-soft: #f6f8fc;
    --bg-tint: #eef3fb;
    --line: #e4e9f2;
    --line-strong: #d3dbe8;
    --ink: #0e1729;
    --ink-2: #2a3550;
    --muted: #5b6781;
    --muted-2: #8693ad;
    --brand: #2474cc;
    --brand-2: #175ba8;
    --brand-soft: #e8f1fd;
    --brand-tint: #f3f7fe;
    --accent: #f2d66b;
    --accent-ink: #5b470c;
    --good: #28a26d;
    --bad: #c94c4c;
    background: var(--bg);
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.55;
}
.claude-site h1,
.claude-site h2,
.claude-site h3,
.claude-site h4 {
    font-family: 'Inter Tight', 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.1;
}
.claude-site p { margin: 0; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,0.85);
    backdrop-filter: saturate(160%) blur(12px);
    border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 32px; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 18px; }
.logo-mark { width: 28px; height: 28px; border-radius: 7px; background: var(--brand); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px; padding: 4px; }
.logo-mark span { background: white; border-radius: 1.5px; }
.logo-mark span:nth-child(2), .logo-mark span:nth-child(3) { background: rgba(255,255,255,0.55); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.nav-links a:hover { color: var(--brand); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.claude-site .btn { border-radius: 10px; font-weight: 600; font-size: 14.5px; box-shadow: none; }
.claude-site .btn-primary { background: var(--brand); color: white; box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 6px 18px -8px var(--brand); }
.claude-site .btn-primary:hover { background: var(--brand-2); }
.claude-site .btn-ghost { background: transparent; color: var(--ink-2); border-color: var(--line-strong); }
.claude-site .btn-ghost:hover { background: var(--bg-soft); border-color: var(--brand); color: var(--brand); }
.claude-site .btn-lg { padding: 14px 22px; font-size: 15.5px; border-radius: 12px; }
.claude-site .hero {
    position: relative;
    padding: 56px 0 80px;
    background:
        radial-gradient(1200px 500px at 80% -10%, var(--brand-soft), transparent 60%),
        radial-gradient(800px 400px at -10% 60%, var(--brand-tint), transparent 60%);
    overflow: hidden;
    max-width: none;
    margin: 0;
    display: block;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1.15fr; gap: 56px; align-items: center; }
.claude-site .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px; border-radius: 999px;
    background: white; border: 1px solid var(--line);
    font-size: 13px; color: var(--ink-2); font-weight: 500;
    box-shadow: 0 1px 2px rgba(20,30,60,0.04);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 4px rgba(40,162,109,.16); }
.claude-site .hero h1 { font-size: clamp(36px, 5.2vw, 60px); font-weight: 700; margin-top: 18px; letter-spacing: 0; }
.claude-site .hero h1 em { font-style: normal; color: var(--brand); position: relative; white-space: nowrap; }
.claude-site .hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px; background: var(--accent); opacity: .45; border-radius: 2px; z-index: -1; }
.hero-sub { font-size: 18px; color: var(--muted); margin-top: 18px; max-width: 520px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 26px; }
.hero-meta div { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-2); }
.hero-cta-row { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-trust { margin-top: 22px; font-size: 13px; color: var(--muted-2); }
.claude-illustration {
    aspect-ratio: 5 / 4;
    border-radius: 20px;
    background: linear-gradient(180deg, var(--brand-tint), white);
    border: 1px solid var(--line);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(20,40,90,.18);
}
.illu-head { display: flex; justify-content: space-between; align-items: center; }
.illu-head b { font-family: 'Inter Tight', sans-serif; font-size: 22px; }
.illu-avatars { display: flex; }
.illu-avatars span { width: 32px; height: 32px; border-radius: 50%; color: white; display: grid; place-items: center; font-size: 11px; font-weight: 700; border: 2px solid white; margin-left: -9px; }
.illu-avatars span:nth-child(1) { background: #2474cc; margin-left: 0; }
.illu-avatars span:nth-child(2) { background: #28a26d; }
.illu-avatars span:nth-child(3) { background: #c07a2b; }
.illu-avatars span:nth-child(4) { background: #904fc7; }
.illu-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; flex: 1; }
.illu-calendar i { border-radius: 8px; background: var(--bg-tint); border: 1px solid var(--line); color: var(--muted-2); display: grid; place-items: center; font-style: normal; font-family: 'Inter Tight'; font-weight: 600; }
.illu-calendar i.on { background: var(--brand); border-color: var(--brand); color: white; }
.illu-stats { display: flex; gap: 10px; flex-wrap: wrap; }
.illu-stats div { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; flex: 1; min-width: 170px; }
.illu-stats span { font-size: 11px; color: var(--muted); }
.illu-stats b { display: block; font-family: 'Inter Tight'; font-size: 18px; margin-top: 2px; }
.claude-site section { padding: 88px 0; }
.generator-band { background: var(--bg-soft); padding-top: 72px !important; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.sec-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--brand); letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.sec-head h2 { font-size: clamp(30px, 3.5vw, 44px); font-weight: 700; margin-top: 12px; }
.sec-head p { color: var(--muted); font-size: 17px; margin-top: 14px; }
.gen { background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 30px 60px -30px rgba(20,40,90,.18), 0 8px 24px -16px rgba(20,40,90,.1); overflow: hidden; max-width: 1080px; margin: 0 auto; }
.gen-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.gen-head-title { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--muted); font-weight: 500; }
.gen-head-title b { color: var(--ink-2); font-weight: 600; }
.gen-cal-nav { display: flex; gap: 4px; }
.gen-cal-nav button { width: 30px; height: 30px; border-radius: 7px; border: 1px solid var(--line); background: white; color: var(--ink-2); }
.gen-tabs { display: flex; gap: 4px; padding: 14px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.gen-tab { padding: 8px 14px; border-radius: 8px; border: 1px solid var(--line); background: white; color: var(--ink-2); font-size: 13.5px; font-weight: 600; }
.gen-tab.active { background: var(--brand); border-color: var(--brand); color: white; }
.emp-row { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 14px 14px; }
.emp-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-tint); border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px 5px 5px; font-size: 13px; }
.emp-chip .av { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 10px; font-weight: 600; }
.av.c1 { background: #2474cc; } .av.c2 { background: #28a26d; } .av.c3 { background: #c07a2b; } .av.c4 { background: #904fc7; } .av.c5 { background: #2390b7; } .av.c6 { background: #b25a5a; }
.emp-chip button { background: transparent; border: 0; color: var(--muted); font-size: 14px; padding: 0 4px; }
.emp-add { background: white; border: 1px dashed var(--line-strong); border-radius: 999px; padding: 5px 12px; font-size: 13px; color: var(--muted); }
.gen-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 14px; border-bottom: 1px solid var(--line); }
.gen-field label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.gen-field input { width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid var(--line-strong); background: white; font-size: 14px; color: var(--ink); }
.gen-cal { padding: 14px; }
.gen-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 20px; flex-wrap: wrap; }
.gen-cal-month { font-family: 'Inter Tight'; font-weight: 600; font-size: 15px; }
.demo-matrix { display: grid; grid-template-columns: 96px repeat(14, minmax(28px, 1fr)); gap: 4px; overflow-x: auto; }
.demo-name { font-size: 13px; display: flex; align-items: center; gap: 7px; color: var(--ink-2); min-height: 30px; }
.demo-day, .demo-head { min-height: 30px; border-radius: 6px; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.demo-head { color: var(--muted-2); background: transparent; }
.demo-day.on { color: white; background: var(--brand); }
.demo-day.night { color: white; background: #4b367c; }
.demo-day.off { color: var(--muted-2); background: var(--bg-tint); border: 1px solid var(--line); }
.gen-legend { display: flex; gap: 14px; font-size: 12px; color: var(--muted); margin-top: 12px; flex-wrap: wrap; }
.gen-legend span { display: inline-flex; align-items: center; gap: 6px; }
.gen-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.gen-foot { padding: 14px; background: var(--bg-soft); border-top: 1px solid var(--line); display: flex; gap: 10px; flex-wrap: wrap; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card { border: 1px solid var(--line); border-radius: 14px; padding: 18px; background: white; display: flex; flex-direction: column; gap: 12px; transition: border-color .15s, transform .15s, box-shadow .15s; }
.cat-card:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 18px 40px -24px rgba(20,40,90,.2); }
.cat-name { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.cat-name b { font-family: 'Inter Tight'; font-weight: 700; font-size: 22px; }
.cat-popular { background: var(--accent); color: var(--accent-ink); padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.cat-desc { font-size: 13.5px; color: var(--muted); }
.cat-mini { display: grid; grid-template-columns: repeat(14, 1fr); gap: 2px; margin-top: auto; }
.cat-mini i { aspect-ratio: 1; border-radius: 2px; background: var(--bg-tint); display: block; }
.cat-mini i.on { background: var(--brand); }
.cat-meta { display: flex; gap: 14px; font-size: 12px; color: var(--muted-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 24px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--line); }
.step-num { font-family: 'JetBrains Mono'; font-size: 12px; color: var(--brand); font-weight: 500; }
.step h3 { font-size: 18px; font-weight: 600; margin: 8px 0 6px; }
.step p { font-size: 14px; color: var(--muted); }
.step-icon { width: 38px; height: 38px; border-radius: 10px; background: white; border: 1px solid var(--line); display: grid; place-items: center; color: var(--brand); margin-bottom: 14px; font-weight: 800; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; display: flex; flex-direction: column; gap: 10px; box-shadow: none; }
.feat-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-weight: 800; }
.feat h3 { font-size: 17px; font-weight: 600; }
.feat p { font-size: 14px; color: var(--muted); }
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; display: flex; align-items: center; gap: 12px; }
.ind-ico { width: 36px; height: 36px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.ind-name { font-weight: 600; font-size: 14.5px; }
.ind-desc { font-size: 12.5px; color: var(--muted); }
.calc { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(20,40,90,.18); }
.calc-form { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.calc-result { padding: 28px; background: linear-gradient(180deg, var(--brand-tint), var(--bg-soft)); border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.calc-label { font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; }
.calc-label b { color: var(--ink); font-weight: 600; }
.calc input[type="range"] { width: 100%; accent-color: var(--brand); }
.calc-big { font-family: 'Inter Tight'; font-size: 44px; font-weight: 700; color: var(--brand); }
.calc-line { display: flex; justify-content: space-between; font-size: 14px; padding: 10px 0; border-top: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 880px; margin: 0 auto; }
.price { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; display: flex; flex-direction: column; gap: 14px; box-shadow: none; }
.price.featured { border-color: var(--brand); background: linear-gradient(180deg, var(--brand-tint), white); position: relative; }
.price-badge { position: absolute; top: -12px; right: 20px; background: var(--brand); color: white; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.price-name { font-family: 'Inter Tight'; font-weight: 600; font-size: 20px; }
.price-amount { font-family: 'Inter Tight'; font-size: 40px; font-weight: 700; }
.price-amount small { font-size: 15px; font-weight: 500; color: var(--muted); }
.price ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.price li { display: flex; gap: 10px; font-size: 14px; }
.price li.muted { color: var(--muted-2); }
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; padding: 22px 0; background: transparent; border: 0; font-size: 17px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.faq-q:hover { color: var(--brand); }
.faq-a { padding: 0 0 22px; font-size: 15px; color: var(--muted); max-width: 720px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; color: var(--ink-2); transition: transform .15s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--brand); color: white; }
.final-cta { background: var(--ink); color: white; border-radius: 24px; padding: 64px 48px; text-align: center; background-image: radial-gradient(600px 300px at 80% 20%, rgba(36,116,204,.45), transparent 70%), radial-gradient(600px 300px at 20% 80%, rgba(36,116,204,.28), transparent 70%); overflow: hidden; }
.final-cta h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; }
.final-cta p { color: rgba(255,255,255,.7); margin-top: 14px; font-size: 17px; }
.final-cta .btn-primary { background: white; color: var(--brand); }
.final-cta .btn-ghost { color: white; border-color: rgba(255,255,255,.25); }
.claude-site footer { padding: 48px 0 32px; border-top: 1px solid var(--line); margin-top: 48px; }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.foot h4 { font-size: 13px; font-weight: 600; color: var(--ink-2); margin: 0 0 14px; }
.foot a { display: block; font-size: 14px; color: var(--muted); padding: 4px 0; }
.foot a:hover { color: var(--brand); }
.foot-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 28px; margin-top: 32px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted-2); flex-wrap: wrap; }
.stat-row { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.stat b { font-family: 'Inter Tight', 'Inter', system-ui, sans-serif; font-size: 26px; font-weight: 700; display: block; color: var(--ink); }
.stat span { font-size: 13px; color: var(--muted); }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .catalog-grid, .ind-grid { grid-template-columns: repeat(2, 1fr); }
    .features-grid, .steps { grid-template-columns: repeat(2, 1fr); }
    .calc { grid-template-columns: 1fr; }
    .calc-result { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 720px) {
    .wrap { padding: 0 20px; }
    .nav-links { display: none; }
    .nav-inner { gap: 12px; }
    .nav-cta { margin-left: auto; }
    .nav-cta .btn-primary { display: none; }
    .catalog-grid, .features-grid, .steps, .ind-grid, .price-grid, .foot { grid-template-columns: 1fr; }
    .gen-row { grid-template-columns: 1fr; }
    .demo-matrix { grid-template-columns: 80px repeat(14, 30px); }
    .final-cta { padding: 42px 24px; }
}

/* Claude Design dashboard restoration */
.claude-dashboard {
    --bg: #ffffff;
    --bg-soft: #f6f8fc;
    --bg-tint: #eef3fb;
    --line: #e4e9f2;
    --line-strong: #d3dbe8;
    --ink: #0e1729;
    --ink-2: #2a3550;
    --muted: #5b6781;
    --muted-2: #8693ad;
    --brand: #2474cc;
    --brand-2: #175ba8;
    --brand-soft: #e8f1fd;
    --good: #28a26d;
    --bad: #c94c4c;
    --sidebar-w: 248px;
    background: var(--bg-soft);
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--ink);
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
.claude-dashboard .app-shell { display: grid; grid-template-columns: var(--sidebar-w) 1fr; min-height: 100vh; }
.claude-dashboard .sidebar {
    background: var(--bg);
    border-right: 1px solid var(--line);
    padding: 18px 14px;
    gap: 14px;
    height: 100vh;
    overflow-y: auto;
    z-index: 40;
    box-shadow: none;
}
.claude-dashboard .db-logo { padding: 4px 8px; font-family: 'Inter Tight', 'Inter', system-ui, sans-serif; font-weight: 700; font-size: 18px; }
.claude-dashboard .db-loc {
    display: flex; align-items: center; gap: 9px; padding: 10px 12px; border-radius: 10px;
    border: 1px solid var(--line); background: var(--bg-soft); color: var(--ink);
    font-size: 13.5px; font-weight: 500; width: 100%;
}
.loc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }
.db-loc-name { flex: 1; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.claude-dashboard .db-nav { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.claude-dashboard .db-nav-group { display: flex; flex-direction: column; gap: 2px; }
.claude-dashboard .db-nav-title {
    font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
    color: var(--muted-2); padding: 6px 12px 4px;
}
.claude-dashboard .side-item {
    display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 9px;
    border: 0; background: transparent; color: var(--ink-2); font-size: 14px; font-weight: 500;
    width: 100%; text-align: left; transition: all .12s; min-height: auto;
}
.claude-dashboard .side-item svg { color: var(--muted); flex-shrink: 0; transition: color .12s; }
.claude-dashboard .side-item:hover { background: var(--bg-soft); }
.claude-dashboard .side-item.active { background: var(--brand-soft); color: var(--brand); font-weight: 600; }
.claude-dashboard .side-item.active svg { color: var(--brand); }
.claude-dashboard .side-item span { flex: 1; }
.claude-dashboard .side-link { margin-top: 0; }
.db-plan { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: var(--bg-soft); }
.db-plan-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-size: 13px; color: var(--muted); }
.db-plan-head b { color: var(--ink); }
.db-plan-bar { height: 6px; border-radius: 999px; background: var(--line); overflow: hidden; }
.db-plan-bar i { display: block; height: 100%; background: var(--brand); border-radius: 999px; }
.claude-dashboard .app-main { height: 100vh; overflow: hidden; display: flex; flex-direction: column; background: var(--bg-soft); }
.claude-dashboard .app-header {
    height: auto; min-height: 68px; padding: 14px 28px;
    background: rgba(255,255,255,.85); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30;
    display: flex; align-items: center; gap: 16px;
}
.claude-dashboard .app-header h1 { font-family: 'Inter Tight', 'Inter', system-ui, sans-serif; font-size: 21px; font-weight: 700; margin: 0; }
.claude-dashboard .app-header p { font-size: 13px; color: var(--muted); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.claude-dashboard .db-search {
    display: flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 9px;
    border: 1px solid var(--line); background: var(--bg-soft); color: var(--muted); width: 200px; margin-left: auto;
}
.claude-dashboard .db-search input { border: 0; background: transparent; outline: none; font-size: 14px; width: 100%; color: var(--ink); min-height: 0; padding: 0; }
.claude-dashboard .db-role { display: flex; gap: 2px; padding: 3px; border-radius: 9px; background: var(--bg-tint); }
.claude-dashboard .db-role button { border: 0; background: transparent; padding: 6px 13px; border-radius: 7px; font-size: 13px; font-weight: 600; color: var(--muted); }
.claude-dashboard .db-role button.active { background: var(--bg); color: var(--brand); box-shadow: 0 1px 2px rgba(20,40,90,.1); }
.claude-dashboard .db-icon-btn {
    width: 38px; height: 38px; border-radius: 9px; border: 1px solid var(--line);
    background: var(--bg); color: var(--ink-2); display: grid; place-items: center; position: relative;
}
.claude-dashboard .db-dot { position: absolute; top: 8px; right: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--bad); border: 1.5px solid var(--bg); }
.db-avatar { width: 38px; height: 38px; border-radius: 50%; background: #081125; color: white; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.claude-dashboard .app-content { padding: 24px 28px 40px; display: flex; flex-direction: column; gap: 20px; max-width: 1320px; width: 100%; overflow: auto; }
.claude-dashboard .panel {
    background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: none;
}
.claude-dashboard .panel h2 { font-size: 16px; font-weight: 600; margin: 0 0 16px; }
.claude-dashboard .two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.claude-dashboard .grid.stats { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.claude-dashboard .stat { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.claude-dashboard .stat b { font-family: 'Inter Tight', 'Inter', system-ui, sans-serif; font-size: 28px; font-weight: 700; letter-spacing: 0; }
.claude-dashboard .stat span { color: var(--ink-2); font-weight: 500; }
.claude-dashboard .panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.claude-dashboard .panel-head b { font-size: 16px; font-weight: 600; color: var(--ink); }
.claude-dashboard .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: white; }
.claude-dashboard table { width: 100%; border-collapse: collapse; font-size: 14px; }
.claude-dashboard th {
    text-align: left; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
    color: var(--muted-2); padding: 10px 16px; background: var(--bg-soft); border-bottom: 1px solid var(--line);
}
.claude-dashboard td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
.claude-dashboard tbody tr:hover { background: var(--bg-soft); }
.claude-dashboard .notice { background: var(--brand-soft); border: 1px solid #c8ddfb; color: #174c7e; border-radius: 14px; padding: 14px; }
.claude-dashboard .schedule-tools { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.claude-dashboard .schedule-grid { overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: white; }
.claude-dashboard .shift { border-radius: 6px; font-size: 11px; }
.claude-dashboard .shift.day { background: var(--brand); }
.claude-dashboard .shift.night { background: #4b367c; }
.claude-dashboard .shift.evening { background: #b86b24; }
.claude-dashboard .shift.off { background: var(--bg-tint); color: var(--muted-2); border: 1px solid var(--line); }
.claude-dashboard .shift.vacation { background: #8cc7f4; color: #073b66; }
.claude-dashboard .shift.blocked { background: #e779ad; color: white; }
.claude-dashboard .schedule-editor { padding: 0; overflow: hidden; }
.claude-dashboard .schedule-editor > .panel-head { padding: 18px 20px 0; margin-bottom: 14px; }
.claude-dashboard .schedule-editor-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 14px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: var(--bg-soft); flex-wrap: wrap;
}
.claude-dashboard .schedule-tools-row { display: flex; gap: 6px; flex-wrap: wrap; }
.claude-dashboard .schedule-tool {
    display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 7px 11px;
    border-radius: 9px; border: 1px solid var(--line); background: var(--bg); color: var(--ink-2);
    font-size: 13.5px; font-weight: 600; transition: all .12s;
}
.claude-dashboard .schedule-tool span {
    min-width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center;
    background: var(--brand-soft); color: var(--brand); font-size: 11px;
}
.claude-dashboard .schedule-tool:hover,
.claude-dashboard .schedule-tool.active { border-color: var(--brand); background: var(--brand-tint); color: var(--brand); }
.claude-dashboard .schedule-secondary-actions { padding: 14px 20px; margin-bottom: 0; align-items: center; }
.claude-dashboard .schedule-save-state { color: var(--muted); font-size: 13px; font-weight: 600; }
.claude-dashboard .schedule-edit-grid { border-left: 0; border-right: 0; border-bottom: 0; border-radius: 0; }
.claude-dashboard .schedule-edit-grid table { min-width: 1180px; }
.claude-dashboard .schedule-edit-grid th,
.claude-dashboard .schedule-edit-grid td { padding: 7px 8px; }
.claude-dashboard .schedule-edit-grid th:first-child,
.claude-dashboard .schedule-edit-grid td:first-child {
    position: sticky; left: 0; z-index: 2; background: var(--bg); border-right: 1px solid var(--line);
}
.claude-dashboard .schedule-edit-grid thead th:first-child { background: var(--bg-soft); z-index: 4; }
.claude-dashboard .day-head { min-width: 42px; padding: 0 !important; }
.claude-dashboard .day-head button {
    width: 100%; min-height: 42px; border: 0; background: transparent; color: var(--ink-2);
    display: grid; place-items: center; gap: 0; padding: 4px 2px;
}
.claude-dashboard .day-head button:hover { background: var(--brand-soft); color: var(--brand); }
.claude-dashboard .day-head b { font-size: 13px; line-height: 1; font-variant-numeric: tabular-nums; }
.claude-dashboard .day-head span { font-size: 10px; color: var(--muted-2); line-height: 1; }
.claude-dashboard .schedule-employee-cell { min-width: 190px; }
.claude-dashboard .schedule-employee-cell button {
    width: 100%; border: 0; background: transparent; color: var(--ink); display: grid;
    text-align: left; gap: 2px; padding: 4px; border-radius: 8px;
}
.claude-dashboard .schedule-employee-cell button:hover { background: var(--brand-soft); color: var(--brand); }
.claude-dashboard .schedule-employee-cell b { font-size: 13.5px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.claude-dashboard .schedule-employee-cell span { font-size: 12px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.claude-dashboard .sch-edit-cell {
    min-width: 42px; height: 40px; text-align: center; cursor: pointer; transition: outline .1s, background .1s;
}
.claude-dashboard .sch-edit-cell:hover { outline: 2px solid rgba(36,116,204,.35); outline-offset: -2px; }
.claude-dashboard .sch-edit-cell.selected { outline: 2px solid var(--brand); outline-offset: -2px; background: var(--brand-tint); }
.claude-dashboard .sch-edit-cell.is-day { background: rgba(36,116,204,.06); }
.claude-dashboard .sch-edit-cell.is-night { background: rgba(75,54,124,.08); }
.claude-dashboard .sch-edit-cell.is-evening { background: rgba(184,107,36,.08); }
.claude-dashboard .sch-edit-cell.is-vacation { background: rgba(140,199,244,.18); }
.claude-dashboard .sch-edit-cell.is-blocked { background: rgba(231,121,173,.12); }
.claude-dashboard .coverage-row td {
    background: #fff6cf; color: #2a3550; font-size: 12.5px; font-weight: 600; text-align: center;
}
.claude-dashboard .coverage-row td:first-child { text-align: right; color: var(--ink-2); background: #fff6cf; }
.claude-dashboard .coverage-count.is-ok,
.claude-dashboard .need-cell.is-ok { background: #e9f8f1; color: var(--good); }
.claude-dashboard .coverage-count.is-under,
.claude-dashboard .need-cell.is-under { background: #fde8e8; color: var(--bad); }
.claude-dashboard .need-cell input {
    min-height: 30px; width: 38px; padding: 4px; border-radius: 7px; text-align: center;
    border-color: transparent; background: transparent; font-size: 12.5px; font-weight: 700;
}
.claude-dashboard .need-cell input:focus { background: var(--bg); border-color: var(--brand); }
.claude-dashboard input,
.claude-dashboard select {
    border-radius: 9px;
    border-color: var(--line-strong);
}
.claude-dashboard .btn { border-radius: 9px; font-weight: 600; font-size: 14px; }
.claude-dashboard .btn-primary { background: var(--brand); }
.claude-dashboard .btn-primary:hover { background: var(--brand-2); }
.claude-dashboard .btn-ghost { background: var(--bg); color: var(--ink-2); border-color: var(--line-strong); }
.claude-dashboard .db-link {
    display: inline-flex; align-items: center; gap: 3px; border: 0; background: transparent;
    color: var(--brand); font-size: 13.5px; font-weight: 600; padding: 0;
}
.claude-dashboard .db-link:hover { text-decoration: underline; }
.claude-dashboard .db-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.claude-dashboard .db-stat { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.claude-dashboard .db-stat-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.claude-dashboard .db-stat-icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; }
.claude-dashboard .db-stat-trend { display: inline-flex; align-items: center; gap: 2px; font-size: 12.5px; font-weight: 600; }
.claude-dashboard .db-stat-value {
    font-family: 'Inter Tight', 'Inter', system-ui, sans-serif;
    font-size: 28px; font-weight: 700; letter-spacing: 0; font-variant-numeric: tabular-nums;
}
.claude-dashboard .db-stat-label { font-size: 13.5px; color: var(--ink-2); font-weight: 500; margin-top: 2px; }
.claude-dashboard .db-stat-sub { font-size: 12.5px; color: var(--muted-2); margin-top: 3px; }
.claude-dashboard .today-list,
.claude-dashboard .activity-list { display: flex; flex-direction: column; }
.claude-dashboard .today-row {
    display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line);
}
.claude-dashboard .today-row:last-child { border-bottom: 0; padding-bottom: 0; }
.claude-dashboard .today-row > div { flex: 1; min-width: 0; }
.claude-dashboard .today-row b { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.claude-dashboard .today-row span { display: block; font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.claude-dashboard .today-row em {
    font-style: normal; font-size: 12px; font-weight: 600; color: var(--brand);
    background: var(--brand-soft); border-radius: 999px; padding: 3px 9px; white-space: nowrap;
}
.claude-dashboard .today-avatar,
.claude-dashboard .db-avatar-sm {
    width: 36px; height: 36px; border-radius: 50%; color: white; display: inline-grid; place-items: center;
    font-family: 'Inter Tight', 'Inter', system-ui, sans-serif; font-size: 13px; font-weight: 600; flex-shrink: 0;
}
.claude-dashboard .c1 { background: var(--brand); }
.claude-dashboard .c2 { background: var(--good); }
.claude-dashboard .c3 { background: #c07a2b; }
.claude-dashboard .c4 { background: #904fc7; }
.claude-dashboard .c5 { background: #2390b7; }
.claude-dashboard .c6 { background: #b25a5a; }
.claude-dashboard .coverage-mini {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; align-items: end; height: 140px;
}
.claude-dashboard .cov-col {
    display: flex; flex-direction: column; align-items: center; gap: 6px; height: 100%; justify-content: flex-end;
}
.claude-dashboard .cov-bar {
    flex: 1; width: 100%; min-height: 70px; display: flex; align-items: flex-end;
    background: var(--bg-tint); border: 1px dashed var(--line-strong); border-radius: 6px; overflow: hidden;
}
.claude-dashboard .cov-bar i {
    display: block; width: 100%; border-radius: 0 0 5px 5px;
    background: var(--good); transition: height .3s;
}
.claude-dashboard .cov-col:nth-child(6) .cov-bar i,
.claude-dashboard .cov-col:nth-child(7) .cov-bar i { background: var(--bad); }
.claude-dashboard .cov-col b { font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.claude-dashboard .cov-col span { font-size: 12px; color: var(--muted); }
.claude-dashboard .quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.claude-dashboard .quick-btn {
    display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 11px;
    border: 1px solid var(--line); background: var(--bg); color: var(--ink-2);
    text-align: left; transition: all .12s; min-height: 60px;
}
.claude-dashboard .quick-btn:hover { border-color: var(--brand); background: var(--brand-tint); }
.claude-dashboard .quick-btn span {
    width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
    flex-shrink: 0; color: var(--brand); background: var(--brand-soft);
}
.claude-dashboard .quick-btn:nth-child(2) span { color: var(--good); background: #e9f8f1; }
.claude-dashboard .quick-btn:nth-child(3) span { color: #ad6b12; background: #fff4dc; }
.claude-dashboard .quick-btn:nth-child(4) span { color: #904fc7; background: #f5ecfb; }
.claude-dashboard .quick-btn b { font-size: 13.5px; font-weight: 600; line-height: 1.25; }
.claude-dashboard .activity-list > div {
    display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line);
    font-size: 13.5px; color: var(--muted);
}
.claude-dashboard .activity-list > div:last-child { border-bottom: 0; }
.claude-dashboard .activity-list i { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: var(--brand); }
.claude-dashboard .activity-list > div:nth-child(2) i { background: var(--good); }
.claude-dashboard .activity-list > div:nth-child(3) i { background: #c07a2b; }
.claude-dashboard .activity-list span { flex: 1; }
.claude-dashboard .db-badge {
    display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 999px;
    font-size: 12px; font-weight: 600; color: var(--muted); background: var(--bg-soft); white-space: nowrap;
}
@media (max-width: 1100px) {
    .claude-dashboard .grid.stats { grid-template-columns: repeat(2, 1fr); }
    .claude-dashboard .db-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .claude-dashboard .two-col { grid-template-columns: 1fr; }
    .claude-dashboard .db-search { display: none; }
}
@media (max-width: 900px) {
    .claude-dashboard .app-shell { grid-template-columns: 1fr; }
    .claude-dashboard .sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: var(--sidebar-w); transform: translateX(-100%); transition: transform .25s; box-shadow: 0 0 60px rgba(0,0,0,.15); }
    .claude-dashboard .sidebar.open { transform: none; }
    .claude-dashboard .menu-btn { display: grid; place-items: center; }
    .claude-dashboard .schedule-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .claude-dashboard .schedule-tools .wide { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .claude-dashboard .grid.stats { grid-template-columns: 1fr; }
    .claude-dashboard .db-stats { grid-template-columns: 1fr; }
    .claude-dashboard .quick-grid { grid-template-columns: 1fr; }
    .claude-dashboard .coverage-mini { gap: 6px; }
    .claude-dashboard .app-content { padding: 16px; }
    .claude-dashboard .app-header { padding: 12px 16px; }
    .claude-dashboard .db-role { display: none; }
}
