.alb-view{gap:18px}.alb-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.alb-count{margin:0}.alb-new{white-space:nowrap}.alb-note{margin:0;padding:12px 14px;border-radius:10px;background:var(--al-soft);color:var(--al-ink);font-size:13px;line-height:1.6}.alb-note--err{background:var(--al-paper);border:1px solid var(--al-line);border-left:3px solid var(--al-accent)}.alb-flash{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.alb-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}@media (max-width:960px){.alb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.alb-grid{grid-template-columns:1fr}}.alb-card,.alb-card-item{min-width:0;display:flex}.alb-card{position:relative;width:100%;background:var(--al-paper);border:1px solid var(--al-line);border-radius:14px;box-shadow:0 4px 0 var(--al-line);transition:transform .15s ease,border-color .15s ease}.alb-card:hover{border-color:var(--al-accent);transform:translateY(-3px)}.alb-card-link{display:flex;flex:1 1;gap:16px;align-items:flex-start;min-width:0;padding:20px 56px 20px 20px;color:inherit;text-decoration:none;border-radius:14px}.alb-card-link:hover .alb-card-t{text-decoration:underline}.alb-card-glyphs{flex:none;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:var(--al-soft);font-size:22px;letter-spacing:-2px}.alb-card-body{display:grid;gap:6px;min-width:0}.alb-card-t{margin:0;overflow-wrap:anywhere}.alb-card-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:var(--al-muted)}.alb-card>.alb-card-menu{position:absolute;top:12px;right:12px}.alb-empty{display:grid;justify-items:center;text-align:center;gap:10px;padding:36px 20px 40px;max-width:480px;margin:0 auto}.alb-empty .al-h2{margin-top:6px}.alb-empty .al-muted{margin:0;line-height:1.6}.alb-empty .al-btn{margin-top:10px}.alb-empty-art{position:relative;width:220px;height:150px}.alb-empty-art svg{display:block;width:100%;height:100%;overflow:visible}.alb-empty-tensor{position:absolute;right:-6px;bottom:-4px;transform:rotate(8deg)}.alb-menu-root{position:relative;display:inline-flex}.alb-menu-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 8px;border-radius:9px;border:1px solid transparent;background:none;color:var(--al-muted);font:inherit;font-size:18px;font-weight:600;cursor:pointer}.alb-menu-btn:hover,.alb-menu-btn[aria-expanded=true]{background:var(--al-soft);color:var(--al-ink)}.alb-menu{position:absolute;top:calc(100% + 4px);z-index:20;min-width:180px;display:grid;padding:6px;background:var(--al-bg);border:1px solid var(--al-line);border-radius:10px;box-shadow:0 8px 24px rgba(42,45,58,.16)}.alb-menu--end{right:0}.alb-menu--start{left:0}.alb-menu-item{display:block;width:100%;min-height:40px;padding:8px 12px;border-radius:7px;border:0;background:none;color:var(--al-ink);text-align:left;font:inherit;font-size:13px;cursor:pointer}.alb-menu-item:focus-visible,.alb-menu-item:hover{background:var(--al-soft)}.alb-menu-item--danger{color:#7A2E1E}[data-theme=dark] .alb-menu-item--danger{color:#F2A98C}.alb-scrim{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:18px;background:rgba(42,45,58,.45)}.alb-modal{width:min(560px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;padding:22px 24px 24px;background:var(--al-bg);color:var(--al-ink);border:1px solid var(--al-line);border-radius:16px;box-shadow:0 18px 48px rgba(42,45,58,.22)}.alb-modal--narrow{width:min(420px,100%)}.alb-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.alb-modal-close{flex:none;width:44px;height:44px;margin-right:-10px;border-radius:10px;border:0;background:none;color:var(--al-accent);font:inherit;font-size:26px;line-height:1;cursor:pointer}.alb-modal-close:hover{background:var(--al-soft)}.alb-modal-lede{margin:6px 0 16px;font-size:14px;line-height:1.6}.alb-templates{list-style:none;margin:0;padding:0;display:grid;gap:8px}.alb-template{display:flex;align-items:flex-start;gap:14px;width:100%;min-height:64px;padding:12px 14px;border-radius:12px;text-align:left;background:var(--al-paper);border:1px solid var(--al-line);color:var(--al-ink);font:inherit;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.alb-template:hover{border-color:var(--al-accent);transform:translateY(-1px)}.alb-template:disabled{opacity:.6;cursor:progress;transform:none}.alb-template-glyphs{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--al-soft);font-size:19px;letter-spacing:-2px}.alb-template-body{display:grid;gap:3px;min-width:0}.alb-template-t{font-weight:600;font-size:15px}.alb-template-s{font-size:13px;color:var(--al-muted);line-height:1.5}.alb-template-meta{font-family:var(--fs-mono);font-size:11px;color:var(--al-muted);overflow-wrap:anywhere}.alb-template-pkg{color:var(--al-accent)}.alb-form{display:grid;gap:10px}.alb-label{font-size:12px;font-weight:600;color:var(--al-muted)}.alb-input{width:100%;min-height:44px;padding:8px 12px;border-radius:9px;border:1px solid var(--al-line);background:var(--al-paper);color:var(--al-ink);font:inherit;font-size:14px}.alb-input:focus{border-color:var(--al-accent)}.alb-form-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:8px}.alb-btn-danger{background:#F3D9D2;border-color:#E4B8AC;color:#5C2417;box-shadow:0 3px 0 #B47B6B}.alb-btn-danger:hover{background:#F7E4DF}[data-theme=dark] .alb-btn-danger{background:#5A2E24;border-color:#7A4436;color:#FBE3DA;box-shadow:0 3px 0 #3A1B14}[data-theme=dark] .alb-btn-danger:hover{background:#6A382C}.alb-page{--app-cream:var(--al-bg);--app-paper:var(--al-paper)}.alb-workspace{display:flex;flex-direction:column;min-height:calc(100dvh - 76px);background:var(--al-bg);color:var(--al-ink)}.alb-workspace--wait{align-items:center;justify-content:center;padding:48px 18px;text-align:center}.alb-missing{display:grid;justify-items:center;gap:10px;max-width:460px}.alb-missing .al-muted{margin:0}.alb-top{justify-content:space-between;gap:16px;flex-wrap:wrap;padding:10px 28px;border-bottom:1px solid var(--al-line);background:var(--al-paper)}.alb-crumbs,.alb-top{display:flex;align-items:center}.alb-crumbs{gap:8px;min-width:0;flex:1 1 320px}.alb-crumb{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0 8px;margin-left:-8px;border-radius:9px;font-size:13px;font-weight:500;color:var(--al-ink);text-decoration:none;white-space:nowrap}.alb-crumb:hover{background:var(--al-soft)}.alb-crumb-sep{color:var(--al-muted)}.alb-title{min-width:0;max-width:100%;min-height:44px;padding:0 8px;border-radius:9px;border:1px solid transparent;background:transparent;color:var(--al-ink);font:inherit;font-size:15px;font-weight:600}.alb-title:hover{border-color:var(--al-line)}.alb-title:focus{border-color:var(--al-accent);background:var(--al-bg)}.alb-top-tools{display:flex;align-items:center;gap:14px}.alb-save{font-size:12px;color:var(--al-muted);white-space:nowrap}.alb-save--failed{color:#7A2E1E;font-weight:600}[data-theme=dark] .alb-save--failed{color:#F2A98C}.alb-save-note{font-weight:400}.alb-top-tools .alb-download{min-width:0;font-size:13px}.alb-workspace>.alb-note{margin:12px 28px 0}.alb-body{display:grid;grid-template-columns:220px minmax(0,1fr);flex:1 1;align-items:stretch}.alb-rail{display:flex;flex-direction:column;gap:8px;padding:18px 14px;border-right:1px solid var(--al-line);background:var(--al-paper)}.alb-rail-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-left:8px}.alb-file-add{min-height:36px;padding:0 10px;font-size:12px}.alb-files{list-style:none;margin:0;padding:0;display:grid;gap:2px}.alb-file{position:relative;display:flex}.alb-file,.alb-file-btn{align-items:center;min-width:0}.alb-file-btn{flex:1 1;display:inline-flex;gap:9px;min-height:40px;padding:0 36px 0 10px;border-radius:8px;border:0;background:none;color:var(--al-ink);font-family:var(--fs-mono);font-size:12.5px;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alb-file-btn:hover{background:var(--al-soft)}.alb-file--on .alb-file-btn{background:var(--al-soft);font-weight:600}.alb-file-dot{flex:none;width:7px;height:7px;border-radius:50%;background:#B6A1D6}.alb-file>.alb-file-menu{position:absolute;right:0;top:50%;transform:translateY(-50%)}.alb-file-menu .alb-menu-btn{min-width:36px;min-height:36px;font-size:15px}.alb-file-rename{display:grid;gap:4px;width:100%;padding:2px 0}.alb-input--file{min-height:40px;font-family:var(--fs-mono);font-size:12.5px}.alb-file-err{font-size:11.5px;color:#7A2E1E;padding:0 4px;line-height:1.4}[data-theme=dark] .alb-file-err{color:#F2A98C}.alb-rail-note{margin:auto 0 0;padding:12px 8px 0;font-size:11.5px;line-height:1.5;color:var(--al-muted);border-top:1px solid var(--al-line)}.alb-main{display:flex;flex-direction:column;min-width:0;background:var(--al-bg)}.alb-filebar{--alb-chrome-bg:#E9ECF2;--alb-chrome-line:#CBD1DC;--alb-chrome-ink:#50586A;display:flex;align-items:stretch;gap:14px;min-height:51px;padding:0 20px 0 0;background:var(--alb-chrome-bg);border-bottom:1px solid var(--alb-chrome-line);font-family:var(--fs-mono);font-size:12px;color:var(--alb-chrome-ink)}[data-theme=dark] .alb-filebar{--alb-chrome-bg:#293347;--alb-chrome-line:#46536C;--alb-chrome-ink:#C6D1E3}.alb-filebar-file{display:inline-flex;align-items:center;gap:9px;padding:0 22px;margin-bottom:-1px;background:var(--al-paper);color:var(--al-ink);border-right:1px solid var(--alb-chrome-line);border-bottom:2px solid #a28abd}.alb-filebar-lang{margin-left:auto;align-self:center;font-size:11px}.alb-warmstrip{height:3px;background:var(--al-line);overflow:hidden}.alb-warmstrip i{display:block;height:100%;width:0;background:var(--al-accent);transition:width .25s linear}.alb-warmstrip--cpu i{width:100%;animation:alb-breathe 1.6s ease-in-out infinite}@keyframes alb-breathe{0%,to{opacity:.35}50%{opacity:1}}.alb-editor{display:flex;flex-direction:column;flex:1 1;min-height:260px;background:var(--al-paper)}.alb-editor .prac-editor-workspace{flex:1 1;min-height:0;display:flex;flex-direction:column}.alb-editor .prac-editor{flex:1 1;min-height:260px;border-radius:0}.alb-editor .prac-editor .cm-editor{border-radius:0;height:100%}.alb-editor .prac-editor:after{border-radius:0}.alb-status{padding:7px 20px;border-top:1px solid var(--al-line);border-bottom:1px solid var(--al-line);background:var(--al-paper);font-family:var(--fs-mono);font-size:11px;color:var(--al-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.alb-status,.alb-term-head{display:flex;justify-content:space-between;gap:15px}.alb-term-head{align-items:center;padding:11px 22px;background:#E9ECF2;border-bottom:1px solid #cbd1dc;font-family:var(--fs-mono);font-size:11px;letter-spacing:.4px;color:#50586A}[data-theme=dark] .alb-term-head{background:#222C3D;border-color:#46536C;color:#C6D1E3}.alb-runtime{display:inline-flex;align-items:center;gap:7px}.alb-runtime-dot{width:7px;height:7px;border-radius:50%;background:#9AA4B8}.alb-runtime--ready{color:#3E704B}.alb-runtime--ready .alb-runtime-dot{background:#7DBE8C}.alb-runtime--failed{color:#A6432D}.alb-runtime--failed .alb-runtime-dot{background:#E08A6C}.alb-runtime--loading .alb-runtime-dot{animation:alb-breathe 1.2s ease-in-out infinite}[data-theme=dark] .alb-runtime--ready{color:#A8D9B3}[data-theme=dark] .alb-runtime--failed{color:#F2A98C}.alb-console{--alb-console-bg:#0F141D;--alb-console-ink:#E3EAF5;--alb-console-label:#A3AFC3;--alb-console-out:#BCE4C7;--alb-console-err:#F0A67A;--alb-console-value:#D9C7F5;flex:1 1;min-height:200px;padding:18px 24px;background:var(--alb-console-bg);color:var(--alb-console-ink);font-family:var(--fs-mono);font-size:13px;line-height:1.7;overflow:auto;overscroll-behavior:contain;color-scheme:dark}[data-theme=dark] .alb-console{--alb-console-bg:#0B111B}.alb-console-muted{margin:0;color:var(--alb-console-label)}.alb-console-out{margin:0 0 8px;color:var(--alb-console-out)}.alb-console-out,.alb-console-value{white-space:pre-wrap;overflow-wrap:anywhere}.alb-console-value{margin:0;color:var(--alb-console-value)}.alb-console-err{margin:0 0 6px;color:var(--alb-console-err);white-space:pre-wrap}.alb-console-cause{margin:0 0 8px;color:var(--alb-console-label);white-space:pre-wrap;overflow-wrap:anywhere}.alb-console-trace{margin-top:8px;color:var(--alb-console-label)}.alb-console-trace summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.alb-console-trace pre{margin:6px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}.alb-console-grid{--app-ink:var(--alb-console-ink);--app-ink-soft:var(--alb-console-label);--app-paper:#182030;--app-cream:#202A3D;--app-field-line:#3A4660;--app-hair:#2C3750;margin-top:4px}.alb-console-grid .alq-grid{margin-top:0;border-width:1px;border-color:#3A4660;box-shadow:none}.alb-console-grid .alq-table{font-size:12.5px}.alb-wait{display:grid;gap:8px;max-width:560px;margin-bottom:14px;color:var(--alb-console-label)}.alb-wait p{margin:0}.alb-wait-title{color:var(--alb-console-ink);font-weight:600;font-size:14px}.alb-wait-bar{height:4px;border-radius:2px;background:rgba(227,234,245,.16);overflow:hidden}.alb-wait-bar i{display:block;height:100%;width:0;background:var(--alb-console-out);transition:width .25s linear}.alb-wait-bar i.is-sliding{width:40%;animation:alb-slide 1.4s ease-in-out infinite}@keyframes alb-slide{0%{transform:translateX(-100%)}to{transform:translateX(260%)}}.alb-wait .al-btn{justify-self:start}.alb-foot{position:sticky;bottom:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;min-height:76px;padding:12px 28px;background:var(--al-paper);border-top:1px solid var(--al-line)}.alb-runtime-info{font-size:12px;color:var(--al-muted);max-width:520px}.alb-runtime-info summary{cursor:pointer;min-height:44px;display:inline-flex;align-items:center;gap:4px}.alb-runtime-info p{margin:4px 0 0;line-height:1.5}.alb-foot-actions{display:flex;gap:10px;margin-left:auto}.alb-run,.alb-stop{min-width:140px}.alb-run[aria-disabled=true]{opacity:.55;box-shadow:none;transform:none;cursor:default}.alb-run-key{font-size:11px;font-weight:500;color:var(--al-primary-ink);opacity:.9}.alb-tabs{display:none;gap:10px;padding:8px 16px;border-bottom:1px solid var(--al-line)}.alb-tab{flex:1 1;min-height:44px;padding:10px;border:1px solid var(--al-line);border-radius:8px;background:var(--al-paper);font:inherit;font-size:13px;font-weight:500;color:var(--al-ink);cursor:pointer}.alb-tab[aria-selected=true]{background:var(--al-soft);border-color:var(--al-accent)}@media (max-width:860px){.alb-workspace{min-height:0}.alb-top{padding:8px 16px}.alb-workspace>.alb-note{margin:10px 16px 0}.alb-tabs{display:flex}.alb-body{display:block}.alb-body>[data-on=false]{display:none}.alb-rail{border-right:0;border-bottom:1px solid var(--al-line);padding:14px 12px}.alb-rail-note{margin-top:8px}.alb-filebar{padding-right:12px}.alb-filebar-file{padding:0 14px}.alb-editor .prac-editor{min-height:215px}.alb-status{padding:6px 12px;font-size:10px}.alb-term-head{padding:10px 16px}.alb-console{padding:14px 16px;min-height:160px}.alb-foot{padding:10px 16px;min-height:68px}.alb-runtime-info{display:none}.alb-foot-actions{width:100%;margin-left:0}.alb-run,.alb-stop{flex:1 1;min-width:0}.alb-run-key{display:none}.alb-title{font-size:14px}}@media (prefers-reduced-motion:reduce){.alb-card,.alb-template,.alb-wait-bar i,.alb-warmstrip i{transition:none}.alb-card:hover,.alb-template:hover{transform:none}.alb-runtime--loading .alb-runtime-dot,.alb-wait-bar i.is-sliding,.alb-warmstrip--cpu i{animation:none}.alb-wait-bar i.is-sliding{width:100%;opacity:.6}}[data-reduced-motion=true] .alb-card,[data-reduced-motion=true] .alb-template{transition:none;transform:none}[data-reduced-motion=true] .alb-runtime--loading .alb-runtime-dot,[data-reduced-motion=true] .alb-wait-bar i.is-sliding,[data-reduced-motion=true] .alb-warmstrip--cpu i{animation:none}