.alb-story-root{--ease:cubic-bezier(.2,0,.2,1)}.alb-story-root *{box-sizing:border-box;margin:0;padding:0}.alb-story-root{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-feature-settings:"cv02","cv03","cv04","cv11","ss01"}.alb-story-root h1,.alb-story-root h2,.alb-story-root h3{font-family:var(--font-serif);letter-spacing:-.015em;font-weight:400}.alb-story-root .num{font-variant-numeric:tabular-nums}.alb-story-root #journey{height:1400svh}.alb-story-root .stage{isolation:isolate;background:repeating-linear-gradient(0deg,transparent 0 47px,oklch(24% .02 255/.03) 47px 48px), repeating-linear-gradient(90deg,transparent 0 47px,oklch(24% .02 255/.03) 47px 48px), var(--background-sunken);height:calc(100svh - 4rem);position:sticky;top:4rem;overflow:hidden}.alb-story-root .board{transform-origin:0 0;will-change:transform;width:1600px;height:1000px;position:absolute;top:0;left:0}.alb-story-root .sea{background:repeating-linear-gradient(0deg,transparent 0 47px,oklch(24% .02 255/.035) 47px 48px), repeating-linear-gradient(90deg,transparent 0 47px,oklch(24% .02 255/.035) 47px 48px), var(--background);border:1px solid var(--border);position:absolute;inset:0}.alb-story-root .island{position:absolute;transform:translate(-50%,-50%)}.alb-story-root .tiles{gap:2px;display:grid}.alb-story-root .tiles span{background:var(--border-strong);width:9px;height:9px;transition:background .45s var(--ease);border-radius:1px}.alb-story-root .tiles span[data-s=up]{background:var(--attractive)}.alb-story-root .tiles span[data-s=dn]{background:var(--unattractive)}.alb-story-root .island-plate{border:1px solid var(--border);background:var(--surface);z-index:-1;transition:border-color .4s var(--ease),opacity .4s var(--ease);border-radius:3px;position:absolute;inset:-12px}.alb-story-root .island[data-focus] .island-plate{border-color:var(--burgundy-line)}.alb-story-root .island[data-dim] .island-plate{opacity:.45}.alb-story-root .island[data-dim] .tiles{opacity:.35}.alb-story-root .pin{transform-origin:50% 100%;background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--tone);white-space:nowrap;z-index:4;border-radius:2px;padding:6px 9px;position:absolute;translate:-50% -100%;box-shadow:0 2px 12px oklch(0% 0 0/.05)}.alb-story-root .pin b{font-family:var(--font-mono);color:var(--tone);letter-spacing:.1em;margin-right:6px;font-size:8.5px}.alb-story-root .pin em{font-size:12.5px;font-style:normal;font-weight:500}.alb-story-root .pin i{font-style:normal;font-family:var(--font-mono);color:var(--muted-foreground);letter-spacing:.06em;margin-top:3px;font-size:9px;display:block}.alb-story-root .pin[data-compact]{padding:3px 6px}.alb-story-root .pin[data-compact] em,.alb-story-root .pin[data-compact] i{display:none}.alb-story-root .pin[data-compact] b{margin-right:0;font-size:11px;font-weight:500}.alb-story-root .veil{z-index:3;pointer-events:none;background:linear-gradient(oklch(98.5% .003 90/.94) 0%,oklch(98.5% .003 90/.8) 17%,oklch(98.5% .003 90/.4) 32%,#0000 48%,oklch(98.5% .003 90/.22) 78%,oklch(98.5% .003 90/.88) 100%);position:absolute;inset:0}.alb-story-root .interior{z-index:5;opacity:0;pointer-events:none;will-change:opacity;background:var(--background-sunken);place-items:center;display:grid;position:absolute;inset:0}.alb-story-root .interior .inner{text-align:center;width:min(560px,86vw);margin-top:24vh}.alb-story-root .cells{grid-template-columns:repeat(14,minmax(0,1fr));gap:4px;max-width:380px;margin:0 auto;display:grid}.alb-story-root .cells span{aspect-ratio:1;background:var(--burgundy);border-radius:1px}.alb-story-root .fams{text-align:left;flex-direction:column;gap:4px;max-width:400px;margin:0 auto;display:flex}.alb-story-root .fams li{border:1px solid var(--border);background:var(--surface);font-family:var(--font-mono);border-radius:2px;padding:6px 10px;font-size:10px;list-style:none}.alb-story-root .header{z-index:15;justify-content:space-between;align-items:center;display:flex;position:absolute;top:22px;left:4vw;right:4vw}.alb-story-root .brand{font-family:var(--font-serif);align-items:center;gap:9px;font-size:19px;display:flex}.alb-story-root .brand span{background:var(--burgundy);border-radius:1px;width:9px;height:16px;display:block}.alb-story-root .header small,.alb-story-root .footer span{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);font-size:9px}.alb-story-root .footer{left:4vw;right:4vw;bottom:max(22px,env(safe-area-inset-bottom));z-index:20;justify-content:space-between;align-items:center;gap:16px;display:flex;position:absolute}.alb-story-root .progress-track{z-index:21;background:oklch(24% .02 255/.07);height:2px;position:absolute;bottom:0;left:0;right:0}.alb-story-root .progress{background:var(--burgundy);transform-origin:0;height:100%;transform:scaleX(0)}.alb-story-root[data-end] .brand{color:var(--navy-foreground)}.alb-story-root[data-end] .header small,.alb-story-root[data-end] .footer span{color:var(--navy-muted)}.alb-story-root[data-end] .progress-track{background:oklch(100% 0 0/.12)}.alb-story-root .brand,.alb-story-root .header small,.alb-story-root .footer span,.alb-story-root .progress-track{transition:color .35s var(--ease),background-color .35s var(--ease)}.alb-story-root .copy{z-index:10;text-align:center;pointer-events:none;will-change:opacity,transform;position:absolute;top:11%;left:6%;right:6%}.alb-story-root .copy:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(58% 54% at 50% 44%,oklch(98.5% .003 90/.97) 0%,oklch(98.5% .003 90/.9) 42%,oklch(98.5% .003 90/.55) 66%,#0000 82%);position:absolute;inset:-9% -10% -16%}.alb-story-root .eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--burgundy);margin-bottom:13px;font-size:10px}.alb-story-root .copy h1{text-wrap:balance;font-size:clamp(28px,4.2vw,52px);line-height:1.05}.alb-story-root .copy h1 em{color:var(--burgundy);font-style:normal}.alb-story-root .copy p{color:var(--muted-foreground);text-wrap:balance;max-width:50ch;margin:14px auto 0;font-size:13.5px;line-height:1.6}.alb-story-root .copy[data-tight] h1{font-size:clamp(24px,3.2vw,38px)}.alb-story-root .copy[data-tight]{top:7%}.alb-story-root .hero{pointer-events:auto;margin-top:26px;position:relative}.alb-story-root .hero:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(64% 62% at 50% 46%,oklch(98.5% .003 90/.96) 0%,oklch(98.5% .003 90/.88) 44%,oklch(98.5% .003 90/.5) 68%,#0000 84%);position:absolute;inset:-16% -18% -34%}.alb-story-root .herostats{border-top:1px solid var(--border);justify-content:center;gap:0;max-width:540px;margin-inline:auto;padding-top:16px;display:flex}.alb-story-root .herostats>div{flex:1;padding-inline:14px}.alb-story-root .herostats>div+div{border-left:1px solid var(--border)}.alb-story-root .herostats b{font-family:var(--font-serif);font-size:26px;font-weight:400;line-height:1;display:block}.alb-story-root .herostats span{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);margin-top:6px;font-size:9px;line-height:1.3;display:block}.alb-story-root .herocta{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;display:flex}.alb-story-root .btn{min-height:var(--touch-min);border-radius:var(--radius,.375rem);background:var(--burgundy);color:oklch(98% .005 60);transition:background .15s var(--ease);align-items:center;padding:0 20px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.alb-story-root .btn:hover{background:var(--burgundy-deep)}.alb-story-root .btn.ghost{color:var(--foreground);border:1px solid var(--border-strong);background:0 0}.alb-story-root .btn.ghost:hover{background:var(--surface);border-color:var(--burgundy)}@media (width<=900px){.alb-story-root .hero{margin-top:18px}.alb-story-root .herostats{padding-top:12px}.alb-story-root .herostats b{font-size:20px}.alb-story-root .herostats span{font-size:8px}.alb-story-root .herocta{flex-direction:column;margin-top:16px}.alb-story-root .btn{justify-content:center}}.alb-story-root .sheet{z-index:12;background:var(--surface);border:1px solid var(--border);opacity:0;will-change:opacity,transform;border-radius:4px;flex-direction:column;display:flex;position:absolute;left:50%;overflow:hidden;box-shadow:0 20px 70px oklch(0% 0 0/.1)}.alb-story-root .sheet-head{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:13px 16px;display:flex}.alb-story-root .sheet-body{flex:1;min-height:0;padding:0;overflow:hidden}.alb-story-root .label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);font-size:9px}.alb-story-root .note{color:var(--text-faint);font-size:11.5px;line-height:1.5}.alb-story-root .note b{color:var(--foreground);font-weight:500}.alb-story-root #studio{width:min(420px,88vw);padding:19px 21px;display:block;top:56%;left:27%}.alb-story-root .regimes{flex-wrap:wrap;gap:5px;margin:10px 0 4px;display:flex}.alb-story-root .regimes button{all:unset;cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted-foreground);transition:all .15s var(--ease);border-radius:2px;padding:5px 9px;font-size:9.5px}.alb-story-root .regimes button[aria-pressed=true]{border-color:var(--burgundy);color:var(--burgundy);background:var(--burgundy-soft)}.alb-story-root .regimes button:hover{border-color:var(--border-strong)}.alb-story-root .wrow{margin-top:11px}.alb-story-root .whead{justify-content:space-between;align-items:baseline;display:flex}.alb-story-root .whead b{font-size:13px;font-weight:500}.alb-story-root .whead s{font-family:var(--font-mono);color:var(--burgundy);font-size:13px;text-decoration:none}.alb-story-root input[type=range]{appearance:none;cursor:grab;background:0 0;width:100%;height:28px;display:block}.alb-story-root input[type=range]:active{cursor:grabbing}.alb-story-root input[type=range]::-webkit-slider-runnable-track{background:var(--border);border-radius:99px;height:5px}.alb-story-root input[type=range]::-moz-range-track{background:var(--border);border-radius:99px;height:5px}.alb-story-root input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--burgundy);border:2px solid var(--surface);border-radius:99px;width:18px;height:18px;margin-top:-6.5px;box-shadow:0 1px 4px oklch(0% 0 0/.2)}.alb-story-root input[type=range]::-moz-range-thumb{background:var(--burgundy);border:2px solid var(--surface);border-radius:99px;width:18px;height:18px;box-shadow:0 1px 4px oklch(0% 0 0/.2)}.alb-story-root input[type=range]:focus-visible{outline:2px solid var(--burgundy);outline-offset:2px;border-radius:6px}.alb-story-root #audit{border-top:1px solid var(--border);min-height:2.6em;margin-top:12px;padding-top:11px}.alb-story-root #list{width:min(1120px,96vw);height:min(470px,58svh);top:57%}.alb-story-root .ctl{font-family:var(--font-sans);border:1px solid var(--border);background:var(--surface);color:var(--foreground);border-radius:3px;min-height:30px;padding:6px 9px;font-size:12px}.alb-story-root .ctl:focus-visible{outline:2px solid var(--burgundy);outline-offset:1px}.alb-story-root .seg{border:1px solid var(--border);border-radius:3px;display:flex;overflow:hidden}.alb-story-root .seg button{all:unset;cursor:pointer;color:var(--muted-foreground);transition:background .15s var(--ease);padding:6px 11px;font-size:11.5px}.alb-story-root .seg button[aria-pressed=true]{background:var(--burgundy);color:oklch(98% .005 60)}.alb-story-root .scroller{height:100%;overflow:auto}.alb-story-root table{border-collapse:collapse;width:100%;font-size:11.5px}.alb-story-root thead th{z-index:1;background:var(--surface);text-align:left;font-weight:500;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);white-space:nowrap;cursor:pointer;box-shadow:inset 0 -1px 0 var(--border);padding:8px 9px;font-size:8.5px;position:sticky;top:0}.alb-story-root thead th[data-num]{text-align:right}.alb-story-root thead th[aria-sort]{color:var(--burgundy)}.alb-story-root tbody tr{border-bottom:1px solid var(--border);cursor:pointer}.alb-story-root tbody tr:hover{background:var(--background-sunken)}.alb-story-root tbody tr[data-sel]{background:var(--burgundy-soft)}.alb-story-root td{white-space:nowrap;padding:6px 9px}.alb-story-root td.ind span,.alb-story-root td.nm span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.alb-story-root td.nm span{max-width:190px}.alb-story-root td.ind span{max-width:150px}.alb-story-root td[data-num]{text-align:right;font-variant-numeric:tabular-nums}.alb-story-root .tk{font-family:var(--font-mono);font-weight:500}.alb-story-root .lst{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);font-size:9px}.alb-story-root .dim{color:var(--muted-foreground)}.alb-story-root .bar{align-items:center;gap:5px;min-width:58px;display:flex}.alb-story-root .bar i{background:var(--border);border-radius:99px;flex:1;height:4px;display:block;position:relative;overflow:hidden}.alb-story-root .bar i em{background:var(--burgundy);display:block;position:absolute;inset:0 auto 0 0}.alb-story-root .bar s{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;width:2.1em;font-size:9.5px;text-decoration:none}.alb-story-root .grp{all:unset;cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 11px;display:flex}.alb-story-root .grp:hover{background:var(--background-sunken)}.alb-story-root .grp b{font-size:12px;font-weight:500}.alb-story-root .grp i{color:var(--muted-foreground);margin-top:2px;font-size:9.5px;font-style:normal;display:block}.alb-story-root .grp s{font-family:var(--font-mono);color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:9.5px;text-decoration:none}.alb-story-root .pager{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:7px 12px;display:flex}.alb-story-root .pager button{all:unset;cursor:pointer;color:var(--burgundy);border-radius:3px;padding:4px 8px;font-size:11px}.alb-story-root .pager button[disabled]{color:var(--border-strong);cursor:default}.alb-story-root #card{width:min(900px,94vw);height:min(500px,62svh);top:56%}.alb-story-root .card-grid{grid-template-columns:1fr;gap:0;height:100%;display:grid;overflow-y:auto}@media (width>=840px){.alb-story-root .card-grid{grid-template-columns:1fr 1fr;overflow:hidden}.alb-story-root .card-grid>div{height:100%;overflow-y:auto}.alb-story-root .card-grid>div:first-child{border-right:1px solid var(--border)}}.alb-story-root .card-sec{border-bottom:1px solid var(--border);padding:14px 16px}.alb-story-root .card-sec:last-child{border-bottom:0}.alb-story-root .kv{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.alb-story-root .kv div span{display:block}.alb-story-root .kv b{font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.alb-story-root .dec{align-items:baseline;gap:10px;display:flex}.alb-story-root .dec b{font-family:var(--font-serif);font-size:34px;font-weight:400;line-height:1}.alb-story-root .legend{gap:2px;margin-top:7px;display:flex}.alb-story-root .legend i{background:var(--border);border-radius:1px;flex:1;height:6px}.alb-story-root .legend i[data-w]{background:var(--unattractive)}.alb-story-root .legend i[data-b]{background:var(--attractive)}.alb-story-root .legend i[data-here]{background:var(--burgundy);border-radius:2px;height:11px;margin-top:-2.5px}.alb-story-root .mrow{grid-template-columns:minmax(96px,1.1fr) 1fr 2em;align-items:center;gap:8px;margin-bottom:5px;display:grid}.alb-story-root .mrow span:first-child{font-family:var(--font-mono);letter-spacing:.04em;text-overflow:ellipsis;font-size:8.5px;overflow:hidden}.alb-story-root .mrow i{background:var(--border);border-radius:99px;height:5px;display:block;position:relative;overflow:hidden}.alb-story-root .mrow i em{background:var(--burgundy);display:block;position:absolute;inset:0 auto 0 0}.alb-story-root .mrow s{font-family:var(--font-mono);text-align:right;font-variant-numeric:tabular-nums;font-size:10px;text-decoration:none}.alb-story-root .inport{border-left:2px solid var(--burgundy-line);padding-left:10px;font-size:12px;line-height:1.5}.alb-story-root #shortpane thead th{cursor:default}.alb-story-root #shortpane td:nth-child(2){text-overflow:ellipsis;max-width:230px;overflow:hidden}.alb-story-root #shortpane td,.alb-story-root #shortpane thead th{padding:6px 7px}.alb-story-root #shortpane .dim{font-size:11px}.alb-story-root #build{width:min(1000px,96vw);height:min(500px,62svh);top:56%}.alb-story-root .build-grid{grid-template-columns:1fr;height:100%;display:grid;overflow-y:auto}@media (width>=840px){.alb-story-root .build-grid{grid-template-columns:250px 1fr;overflow:hidden}.alb-story-root .build-grid>div{height:100%;overflow-y:auto}.alb-story-root .build-grid>div:first-child{border-right:1px solid var(--border)}}.alb-story-root .ind{all:unset;cursor:pointer;border-bottom:1px solid var(--border);box-sizing:border-box;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:7px 12px;display:flex}.alb-story-root .ind:hover{background:var(--background-sunken)}.alb-story-root .ind[aria-pressed=true]{background:var(--burgundy-soft)}.alb-story-root .ind b{font-size:11.5px;font-weight:400}.alb-story-root .ind s{font-family:var(--font-mono);color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:10px;text-decoration:none}.alb-story-root .ind[data-swapped] b:after{content:"·";color:var(--burgundy);margin-left:5px;font-weight:700}.alb-story-root .slot{border-bottom:1px solid var(--border);grid-template-columns:1.6em 1fr auto;align-items:center;gap:9px;padding:7px 13px;display:grid}.alb-story-root .slot[data-kind=proposal]{background:oklch(55% .09 145/.05)}.alb-story-root .slot[data-armed]{background:var(--burgundy-soft);box-shadow:inset 2px 0 0 var(--burgundy)}.alb-story-root .slot em{font-style:normal;font-family:var(--font-mono);color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:10px}.alb-story-root .slot .nm{text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.alb-story-root .slot .nm i{color:var(--muted-foreground);margin-left:6px;font-size:10px;font-style:normal}.alb-story-root .act{all:unset;cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted-foreground);white-space:nowrap;border-radius:2px;padding:4px 8px;font-size:9px}.alb-story-root .act:hover,.alb-story-root .act[data-primary]{border-color:var(--burgundy);color:var(--burgundy)}.alb-story-root .subhead{background:var(--background-sunken);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--border);z-index:1;padding:7px 13px;font-size:8.5px;position:sticky;top:0}.alb-story-root .ledger{z-index:11;opacity:0;pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:13%;left:0;right:0}.alb-story-root .ledger>div{border:1px solid var(--border);text-align:center;background:oklch(98.5% .003 90/.95);border-radius:3px;max-width:min(640px,88vw);padding:14px 26px;box-shadow:0 8px 34px oklch(0% 0 0/.06)}.alb-story-root .ledger .k{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);font-size:9.5px}.alb-story-root .ledger .v{font-family:var(--font-serif);font-variant-numeric:tabular-nums;margin-top:7px;font-size:clamp(22px,3.2vw,36px)}.alb-story-root .ledger .v .b4{color:var(--text-faint);font-size:.62em}.alb-story-root .ledger .v .ar{color:var(--border-strong);padding:0 13px;font-size:.5em}.alb-story-root .ledger .n{color:var(--muted-foreground);margin-top:8px;font-size:11.5px;line-height:1.5}.alb-story-root .finish{z-index:14;text-align:center;opacity:0;pointer-events:none;background:var(--navy);color:var(--navy-foreground);flex-direction:column;justify-content:center;align-items:center;padding:26px;display:flex;position:absolute;inset:0}.alb-story-root .finish h2{max-width:18ch;font-size:clamp(26px,4vw,50px);line-height:1.08}.alb-story-root .finish h2 em{color:var(--burgundy-soft);font-style:normal}.alb-story-root .finish .tools{flex-wrap:wrap;justify-content:center;gap:5px;max-width:720px;margin-top:22px;display:flex}.alb-story-root .finish .tools span{border:1px solid var(--navy-border);font-family:var(--font-mono);color:var(--navy-muted);border-radius:2px;padding:3px 7px;font-size:9px}.alb-story-root .finish .tools span[data-w]{border-color:var(--burgundy-soft);color:var(--burgundy-soft)}.alb-story-root .finish .outs{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:22px;display:flex}.alb-story-root .finish .outs div{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--navy-muted);font-size:10px}.alb-story-root .finish .note{color:var(--navy-muted);max-width:58ch;margin-top:20px}.alb-story-root .finish .cta{min-height:var(--touch-min);background:var(--navy-foreground);color:var(--navy);pointer-events:auto;border-radius:5px;align-items:center;margin-top:22px;padding:0 22px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.alb-story-root .finish .sig{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--navy-muted);margin-top:18px;font-size:9px}.alb-story-root .dock{z-index:13;border:1px solid var(--border);border-left:2px solid var(--burgundy);opacity:0;pointer-events:none;background:oklch(98.5% .003 90/.94);border-radius:3px;align-items:center;gap:14px;max-width:min(460px,86vw);padding:8px 13px;display:flex;position:absolute;bottom:54px;left:4vw;box-shadow:0 4px 20px oklch(0% 0 0/.06)}.alb-story-root .dock .who{min-width:0}.alb-story-root .dock .who b{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:500;display:block;overflow:hidden}.alb-story-root .dock .who i{font-style:normal;font-family:var(--font-mono);letter-spacing:.06em;color:var(--muted-foreground);margin-top:2px;font-size:9px;display:block}.alb-story-root .dock .st{text-align:right;border-left:1px solid var(--border);white-space:nowrap;padding-left:13px}.alb-story-root .dock .st b{font-family:var(--font-serif);font-variant-numeric:tabular-nums;font-size:20px;line-height:1;display:block}.alb-story-root .dock .st i{font-style:normal;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);margin-top:3px;font-size:8px;display:block}.alb-story-root .tiles span[data-me]{box-shadow:0 0 0 2px var(--burgundy);z-index:2;position:relative}.alb-story-root .footer .mid{align-items:center;gap:18px;display:flex}.alb-story-root .ticks{align-items:center;gap:4px;display:flex}.alb-story-root .ticks button{all:unset;cursor:pointer;place-items:center;width:16px;padding:6px 0;display:grid}.alb-story-root .ticks i{background:var(--border-strong);width:12px;height:2px;transition:all .2s var(--ease);display:block}.alb-story-root .ticks button[aria-current=true] i{background:var(--burgundy);width:16px}.alb-story-root[data-end] .ticks i{background:var(--navy-border)}.alb-story-root[data-end] .ticks button[aria-current=true] i{background:var(--burgundy-soft)}.alb-story-root .nav{gap:5px;display:flex}.alb-story-root .nav button{all:unset;cursor:pointer;border:1px solid var(--border);width:26px;height:26px;color:var(--muted-foreground);border-radius:3px;place-items:center;font-size:12px;display:grid}.alb-story-root .nav button:hover{border-color:var(--burgundy);color:var(--burgundy)}.alb-story-root[data-end] .nav button{border-color:var(--navy-border);color:var(--navy-muted)}@media (width<=900px){.alb-story-root .ticks{display:none}.alb-story-root .footer .mid{gap:0}.alb-story-root .dock{gap:10px;padding:6px 10px;bottom:50px;left:18px}.alb-story-root .dock .who b{font-size:11.5px}.alb-story-root .dock .st b{font-size:17px}}.alb-story-root [hidden]{display:none!important}.alb-story-root .sr-only{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}@media (width<=900px){.alb-story-root .copy{top:8%}.alb-story-root .copy h1{font-size:clamp(24px,7.6vw,32px)}.alb-story-root .copy p{max-width:34ch;margin-top:10px;font-size:12px}.alb-story-root .eyebrow{letter-spacing:.12em;margin-bottom:9px;font-size:9px}.alb-story-root #studio{width:min(340px,92vw);padding:15px 16px;top:62%;left:50%}.alb-story-root .whead b,.alb-story-root .whead s{font-size:12px}.alb-story-root .wrow{margin-top:8px}.alb-story-root input[type=range]{height:24px}.alb-story-root #list,.alb-story-root #card,.alb-story-root #build{width:96vw;height:min(420px,54svh);top:60%}.alb-story-root #listbody thead th:nth-child(2),.alb-story-root #listbody tbody td:nth-child(2),.alb-story-root #listbody thead th:nth-child(4),.alb-story-root #listbody tbody td:nth-child(4),.alb-story-root #listbody thead th:nth-child(5),.alb-story-root #listbody tbody td:nth-child(5){display:none}.alb-story-root table{font-size:10.5px}.alb-story-root td,.alb-story-root thead th{padding:5px 6px}.alb-story-root td.nm span{max-width:112px}.alb-story-root .bar{gap:4px;min-width:44px}.alb-story-root .bar s{font-size:9px}.alb-story-root .sheet-head{gap:7px;padding:10px 12px}.alb-story-root .ctl{padding:5px 7px;font-size:11px}.alb-story-root .ledger{bottom:10%}.alb-story-root .ledger .v{font-size:23px}.alb-story-root .finish h2{font-size:27px}.alb-story-root .finish .outs{gap:13px}.alb-story-root .header,.alb-story-root .footer{left:18px;right:18px}}@media (height<=680px){.alb-story-root .copy{top:5%}.alb-story-root .copy h1{font-size:25px}.alb-story-root .copy p{margin-top:7px;font-size:11px}.alb-story-root #studio{padding:12px 14px;top:60%}.alb-story-root .wrow{margin-top:6px}.alb-story-root input[type=range]{height:21px}.alb-story-root #list,.alb-story-root #card,.alb-story-root #build{height:52svh;top:58%}.alb-story-root .finish h2{font-size:24px}}@media (prefers-reduced-motion:reduce){.alb-story-root .tiles span,.alb-story-root .island-plate,.alb-story-root .bar i em,.alb-story-root .mrow i em{transition:none!important}}
