.tint-lavender{--tint:var(--app-lavender);--tint-d:var(--app-lav-d);--tint-s:var(--app-lav-s);--tint-text:var(--app-lav-text)}.tint-sage{--tint:var(--app-sage);--tint-d:var(--app-sage-d);--tint-s:var(--app-sage-s);--tint-text:var(--app-sage-text)}.tint-sky{--tint:var(--app-sky);--tint-d:var(--app-sky-d);--tint-s:var(--app-sky-s);--tint-text:var(--app-sky-text)}.tint-butter{--tint:var(--app-butter);--tint-d:var(--app-butter-d);--tint-s:var(--app-butter-s);--tint-text:var(--app-butter-text)}.tint-coral{--tint:var(--app-coral);--tint-d:var(--app-coral-d);--tint-s:var(--app-coral-s);--tint-text:var(--app-coral-text)}.proj-col{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:26px}.proj-col :is(a,button,input):focus-visible{scroll-margin-top:72px;scroll-margin-bottom:84px}.topbar .title-block p{margin:0;font-family:var(--fs-serif);font-weight:360;font-size:30px;letter-spacing:-.018em;color:var(--app-ink);line-height:1.05}.proj-count-chip{display:inline-flex;align-items:center;padding:5px 12px;border-radius:var(--radius-pill);background:var(--app-lav-s);color:var(--app-lav-text);font-size:12px;font-weight:700}.proj-head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.proj-head-text{min-width:0}.proj-h{margin:0;font-size:40px;font-weight:700;letter-spacing:-.025em;line-height:1.05;color:var(--app-ink)}.proj-h-sub{margin:6px 0 0;font-size:16px;color:var(--app-ink-soft)}.proj-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;width:280px;border-radius:14px;background:var(--app-paper);border:1px solid var(--app-hair)}.proj-search-ico{flex:none;color:var(--app-muted-paper);display:block}.proj-search input{flex:1 1;min-width:0;border:0;background:transparent;font:inherit;font-size:15px;color:var(--app-ink)}.proj-search input::placeholder{color:var(--app-muted-paper);opacity:1}.proj-search:focus-within{border-color:var(--app-ink)}.proj-body{display:grid;grid-template-columns:200px minmax(0,1fr);gap:28px;align-items:start}.proj-rail{min-width:0}.proj-rail-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.proj-rail-i{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;padding:12px 14px;border-radius:12px;font:inherit;font-size:15px;font-weight:500;color:var(--app-ink-soft);text-align:left;background:transparent;border:0;cursor:pointer;transition:background var(--motion-instant) var(--ease-standard)}.proj-rail-i:hover{background:color-mix(in srgb,var(--app-cream) 88%,var(--app-ink))}.proj-rail-i.is-on{background:var(--app-ink);color:var(--app-cream);font-weight:600}.proj-rail-name{display:flex;align-items:center;gap:10px;min-width:0}.proj-rail-n{color:var(--app-muted-cream);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.proj-rail-i.is-on .proj-rail-n{color:var(--app-cream);opacity:.7}.proj-swatch{width:10px;height:10px;flex:none;border-radius:3px;background:var(--tint)}.proj-results{min-width:0}.proj-rows{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.proj-row{background:var(--app-paper);border:1px solid var(--app-hair);border-radius:20px}.proj-row.is-featured{border:2px solid var(--app-lav-fill)}.proj-row-link{display:flex;align-items:center;gap:20px;width:100%;padding:18px 22px;border:0;border-radius:inherit;background:transparent;font:inherit;color:inherit;text-align:left;cursor:pointer}.proj-row-link:hover .proj-row-t{text-decoration:underline}.proj-row:active{transform:translateY(1px)}.proj-cover{width:120px;height:84px;flex:none;border-radius:14px;overflow:hidden;background:var(--tint-s);display:block}.proj-cover svg{display:block;width:100%;height:100%}.proj-cover--art{--project-art-bg:var(--project-art-bg-light)}.proj-dethead .proj-cover--hero{width:min(100%,320px);height:auto;aspect-ratio:10/7;margin:0 auto 20px}[data-theme=dark] .proj-cover--art{--project-art-bg:var(--project-art-bg-dark)}.proj-row-main{flex:1 1 260px;min-width:0;display:block}.proj-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.proj-tag{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:700;background:var(--tint-s);color:var(--tint-text)}.proj-tag.is-week{background:var(--app-lav-s);color:var(--app-lav-text)}.proj-row-t{display:block;font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--app-ink)}.proj-row-s{display:block;margin-top:2px;font-size:15px;color:var(--app-ink-soft)}.proj-meta{flex:none;text-align:right;display:flex;flex-direction:column;gap:1px}.proj-time{font-size:14px;font-weight:600;color:var(--app-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.proj-level{font-size:13px;color:var(--app-muted-paper);white-space:nowrap}.proj-go{width:44px;height:44px;flex:none;border-radius:50%;display:grid;place-items:center;font-size:18px;background:var(--app-cream);color:var(--app-ink)}.proj-row.is-featured .proj-go{background:var(--app-lav-fill);color:var(--app-fill-on)}.proj-none{margin:4px 0 0;font-size:15px;color:var(--app-ink-soft)}.proj-clear{min-height:24px;padding:0;border:0;background:none;font:inherit;color:var(--app-lav-text);font-weight:600;text-decoration:underline;cursor:pointer}.proj-dialog{max-width:460px;width:calc(100% - 40px);max-height:86vh;padding:0;border:1px solid var(--app-hair);border-radius:var(--radius-2xl);background:var(--app-paper);color:var(--app-ink);box-shadow:var(--shadow-card);overflow:hidden auto}.proj-dialog::backdrop{background:rgba(0,0,0,.44)}.proj-card{display:grid;gap:0}.proj-dethead{display:grid;gap:8px;justify-items:start;padding:20px;background-color:var(--tint-s);background-image:radial-gradient(color-mix(in srgb,var(--tint-d) 22%,transparent) .8px,transparent .9px);background-size:14px 14px;background-position:7px 7px;border-bottom:1px solid var(--tint)}.proj-detbody{display:grid;gap:12px;padding:20px 24px 24px}.proj-cat{justify-self:start;font-family:var(--fs-mono);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-sm)}.proj-cat--banner{background:color-mix(in srgb,var(--app-paper) 65%,transparent);border:1px solid color-mix(in srgb,var(--tint-text) 30%,transparent);color:var(--tint-text)}.proj-title--modal{margin:0;font-size:24px;font-weight:700;letter-spacing:-.015em;line-height:1.12;color:var(--app-ink)}.proj-sub--modal{font-size:14px;line-height:1.45}.proj-desc,.proj-sub--modal{margin:0;color:var(--app-ink-soft)}.proj-desc{font-size:15px;line-height:1.55}.proj-skills{display:flex;flex-wrap:wrap;gap:6px}.proj-skill{font-family:var(--fs-mono);font-size:11px;padding:3px 9px;border-radius:var(--radius-pill);background:var(--app-cream);border:1px solid var(--app-hair);color:var(--app-ink-soft)}.proj-open{width:100%;text-align:center;text-decoration:none;padding:12px 18px}.proj-kicker{font-family:var(--fs-mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--app-muted-paper)}.proj-papers{display:grid;gap:8px;margin-top:4px}.proj-paper{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:var(--app-paper);border:1px solid var(--app-cream);border-radius:var(--radius-xl);text-decoration:none}.proj-pp-text{flex:1 1;min-width:0;display:block}.proj-pp-arrow{flex:none;font-size:13px;line-height:1.3;color:var(--app-muted-paper)}.proj-pp-title{display:block;font-size:13px;font-weight:600;color:var(--app-ink)}.proj-pp-auth{display:block;font-family:var(--fs-mono);font-size:11px;color:var(--app-muted-paper)}.proj-pp-ann{display:block;font-size:12px;color:var(--app-ink-soft);margin-top:2px}.proj-similar{display:grid;gap:10px}.proj-simrow{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.proj-simrow::-webkit-scrollbar{display:none}.proj-simcard{flex:0 0 160px;display:grid;gap:4px;padding:12px;text-align:left;cursor:pointer;font:inherit;background:var(--tint-s);border:1px solid color-mix(in srgb,var(--tint) 70%,var(--tint-s));border-radius:12px}.proj-simtitle{font-size:13px;font-weight:600;color:var(--tint-text)}.proj-simsub{font-family:var(--fs-mono);font-size:10px;color:var(--tint-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.proj-close{justify-self:start;min-height:24px;padding:0;border:0;background:none;font:inherit;font-size:14px;font-weight:600;color:var(--app-ink-soft);text-decoration:underline;cursor:pointer}.proj-empty{display:grid;justify-items:center;gap:10px;padding-top:48px;text-align:center}.proj-empty h2{margin:0;font-size:24px;font-weight:700;letter-spacing:-.015em;color:var(--app-ink)}.proj-empty-sub{font-size:15px}.proj-empty-kicker,.proj-empty-sub{margin:0;color:var(--app-muted-cream)}.proj-empty-kicker{font-family:var(--fs-mono);font-size:10px;font-weight:600;letter-spacing:1.4px}@media (max-width:1100px){.proj-body{grid-template-columns:minmax(0,1fr);gap:18px}.proj-rail-list{flex-direction:row;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.proj-rail-list::-webkit-scrollbar{display:none}.proj-rail-i{width:auto;flex:0 0 auto}}@media (max-width:860px){.proj-search{width:100%}}@media (max-width:540px){.proj-h{font-size:28px}.proj-row-link{flex-wrap:wrap;align-items:flex-start;gap:14px;padding:14px 16px}.proj-cover{width:88px;height:62px}.proj-row-t{font-size:19px}.proj-row-main{flex:1 1 96px}.proj-meta{flex:1 0 100%;flex-direction:row;gap:10px;text-align:left}.proj-go{display:none}}.alj-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0 20px}.alj-head .al-h1{margin:0}.alj-intro{margin:8px 0 0;color:var(--al-muted);font-size:16px;line-height:1.5}.alj-mascot{display:inline-flex;flex:none;transform:rotate(-5deg)}@media (max-width:720px){.alj-head{padding:4px 0 16px}.alj-mascot{display:none}}.alj-tabs{overflow-x:auto;scrollbar-width:none;white-space:nowrap}.alj-tabs::-webkit-scrollbar{display:none}.alj-tabs .al-tab{flex:0 0 auto;gap:6px;min-height:44px}.alj-tab-n,.alj-tabs .al-tab{display:inline-flex;align-items:center}.alj-tab-n{position:relative;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:20px;background:var(--al-soft);color:var(--al-accent);font-size:11px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.alj-view{display:grid;gap:22px}.alj-resume{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:18px;padding:20px 22px;background:var(--al-paper);border:1px solid var(--al-line);border-radius:var(--al-radius)}.alj-resume-copy{display:grid;gap:5px;min-width:0}.alj-resume-copy .al-h2{margin:0;font-size:20px}.alj-resume-copy p{margin:0;color:var(--al-muted);font-size:13px;line-height:1.5}.alj-resume .al-btn{flex:0 0 auto}.alj-library-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:8px}.alj-library-head .al-h2{margin:0;font-size:22px}@media (max-width:600px){.alj-resume{align-items:stretch;flex-direction:column;padding:18px}.alj-resume .al-btn{width:100%}.alj-library-head{align-items:flex-start;flex-direction:column;gap:5px}}.alj-toolbar{align-items:flex-start;justify-content:space-between;gap:14px}.alj-filters,.alj-toolbar{display:flex;flex-wrap:wrap}.alj-filters{gap:7px}.alj-tools{gap:12px;flex-wrap:wrap;margin-left:auto}.alj-search,.alj-tools{display:flex;align-items:center}.alj-search{gap:8px;min-height:40px;padding:0 12px;width:220px;max-width:100%;border:1px solid var(--al-line);border-radius:9px;background:var(--al-paper);color:var(--al-muted)}.alj-search input{flex:1 1;min-width:0;border:0;background:transparent;font:inherit;font-size:13px;color:var(--al-ink)}.alj-search input::placeholder{color:var(--al-muted);opacity:1}.alj-search:focus-within{border-color:var(--al-accent)}.alj-count{margin:0;white-space:nowrap}@media (max-width:720px){.alj-tools{margin-left:0;width:100%}.alj-search{flex:1 1;width:auto}}.alj-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}@media (max-width:960px){.alj-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.alj-grid{grid-template-columns:1fr}}.alj-card,.alj-card-item{min-width:0;display:flex}.alj-card{flex-direction:column;width:100%;padding:0;text-align:left;font:inherit;color:var(--al-ink);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}button.alj-card{cursor:pointer}.alj-card:has(.alj-card-link:hover),.alj-card:hover{border-color:var(--al-accent);transform:translateY(-3px)}.alj-card:active:not(.alj-card--static){transform:none;box-shadow:none}.alj-card.is-featured{border-color:var(--al-accent);border-width:2px}.alj-card-art{display:block;height:130px;overflow:hidden;border-radius:13px 13px 0 0;background:var(--tint-s,var(--al-soft))}.alj-card-art svg{display:block;width:100%;height:100%}.alj-card-art .proj-cover{width:100%;height:100%;border-radius:0}@media (max-width:720px){.alj-card-art{height:140px}}.alj-card-body{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:18px 20px 20px;min-width:0}.alj-card-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.alj-week{font-size:9px;min-height:18px}.alj-card-t{display:block;margin:2px 0 0;overflow-wrap:anywhere}.alj-card-link{color:inherit;text-decoration:none}.alj-card-link:hover{text-decoration:underline}.alj-card-s{display:block;margin:0;font-size:13px;line-height:1.6;color:var(--al-muted)}.alj-output{margin-top:5px;padding:11px 12px;border:1px solid var(--al-line);border-radius:9px;background:var(--al-bg)}.alj-output>span,.alj-prerequisite>span{display:block;margin-bottom:4px;color:var(--al-muted);font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.alj-output p{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--al-ink);font-size:12px;line-height:1.45}.alj-skills{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:2px 0 0;padding:0}.alj-skill{text-transform:none;letter-spacing:0;font-size:11px;font-weight:500}.alj-card-foot{display:grid;gap:4px;margin-top:auto;padding-top:14px;border-top:1px solid var(--al-line)}.alj-prerequisite{display:block;margin-bottom:5px;font-size:12px;line-height:1.45}.alj-prerequisite a{color:var(--al-accent);text-underline-offset:2px}.alj-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px}.alj-card-meta,.alj-dot{color:var(--al-muted)}.alj-eyebrow-part{white-space:nowrap}.alj-status{color:var(--al-accent);font-weight:600}.alj-card-actions{display:flex;flex-wrap:wrap;gap:4px 16px}.alj-card-cta{display:inline-flex;align-items:center;min-height:44px;font-size:12px;font-weight:500;color:var(--al-accent);text-decoration:none}.alj-card-cta:hover{text-decoration:underline}.alj-none{margin:0;font-size:14px;color:var(--al-muted)}.alj-clear{min-height:44px;font-size:13px}.alj-work{list-style:none;margin:0;padding:0;display:grid;gap:14px}.alj-work-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.alj-work-main{display:grid;gap:6px;min-width:0;flex:1 1 320px}.alj-work-t{margin:0}.alj-work-status{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--al-muted)}.alj-work-artifact{margin:4px 0 0;font-family:var(--fs-mono);font-size:13px;color:var(--al-ink);overflow-wrap:anywhere}.alj-work-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:none}.alj-empty{display:grid;justify-items:center;text-align:center;gap:10px;padding:48px 20px 40px;max-width:460px;margin:0 auto}.alj-empty .al-h2{margin-top:4px}.alj-empty .al-muted{margin:0}.alj-empty .al-btn{margin-top:10px}.alj-dialog.proj-dialog{background:var(--al-bg);color:var(--al-ink);border-color:var(--al-line);border-radius:16px;font-family:var(--fs-sans)}.alj-dialog .proj-pp-title,.alj-dialog .proj-title--modal{color:var(--al-ink)}.alj-dialog .proj-desc,.alj-dialog .proj-pp-ann,.alj-dialog .proj-sub--modal{color:var(--al-muted)}.alj-dialog .proj-skill{color:var(--al-ink);font-family:var(--fs-sans)}.alj-dialog .proj-paper,.alj-dialog .proj-skill{background:var(--al-paper);border-color:var(--al-line)}.alj-dialog .proj-paper{border-radius:10px}.alj-dialog .proj-kicker,.alj-dialog .proj-pp-arrow,.alj-dialog .proj-pp-auth{color:var(--al-muted)}.alj-dialog .proj-close{color:var(--al-accent)}.alj-dialog .proj-open{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:9px;font-size:13px;font-weight:600;background:var(--al-primary);color:var(--al-primary-ink);border:1px solid var(--al-primary-edge);box-shadow:0 3px 0 var(--al-primary-shadow)}.alj-capstone .capstone-page{background:var(--al-bg);color:var(--al-ink);font-family:var(--fs-sans)}.alj-capstone .cap-top{position:sticky;top:0;z-index:5;background:var(--al-paper);border-bottom-color:var(--al-line);padding:14px var(--al-gutter)}.alj-capstone .cap-top-inner{width:100%;max-width:var(--al-max);margin:0 auto;display:flex;align-items:center;gap:16px}.alj-capstone .cap-back{color:var(--al-accent);min-height:44px}.alj-capstone .cap-body{max-width:var(--al-max);padding:28px var(--al-gutter) 80px}.alj-capstone .cap-field span,.alj-capstone .cap-hero .cap-hero-kicker,.alj-capstone .cap-kicker,.alj-capstone .cap-result-label,.alj-capstone .cap-sec-label{font-family:var(--fs-sans);font-size:10px;letter-spacing:1.1px;font-weight:600;color:var(--al-accent)}.alj-capstone .cap-title{font-family:var(--fs-sans);font-weight:600;font-size:34px;letter-spacing:-.6px;line-height:1.15}.alj-capstone .cap-evidence-note,.alj-capstone .cap-sub{color:var(--al-muted)}.alj-capstone .cap-metapill{background:var(--al-paper);border-color:var(--al-line);color:var(--al-muted);border-radius:7px}.alj-capstone .cap-sec-body{font-size:14px;line-height:1.7;color:var(--al-ink)}.alj-capstone .cap-donewhen{background:var(--al-paper);border-color:var(--al-line);border-radius:12px}.alj-capstone .cap-donewhen span{color:var(--al-ink)}.alj-capstone .cap-donewhen svg{stroke:var(--al-accent)}.alj-capstone .cap-hero{border:1px solid var(--al-line);border-radius:16px}.alj-capstone .cap-open,.alj-capstone .cap-submit .al-btn{width:100%}.alj-capstone .cap-hero .cap-hero-text{font-family:var(--fs-sans);font-weight:600;font-size:18px;color:var(--al-ink)}.alj-capstone .cap-hero .cap-hero-done{color:var(--al-ink)}.alj-capstone .cap-resources,.alj-capstone .cap-start{display:grid;gap:10px;padding:18px;background:var(--al-paper);border:1px solid var(--al-line);border-radius:16px}.alj-capstone .cap-resources p,.alj-capstone .cap-start>p{margin:0;color:var(--al-muted);font-size:13px;line-height:1.5}.alj-capstone .cap-rail-title{margin:0;color:var(--al-ink);font-size:18px;line-height:1.25}.alj-capstone .cap-resource{display:grid;gap:5px}.alj-capstone .cap-resource a{color:var(--al-accent);font-size:14px;font-weight:600}.alj-capstone .cap-submit{background:var(--al-paper);border:1px solid var(--al-line);border-radius:16px;box-shadow:none}.alj-capstone .cap-field input{background:var(--al-bg);color:var(--al-ink);border-color:var(--al-line);border-radius:9px;font-size:14px}.alj-capstone .cap-result-val{color:var(--al-ink)}.alj-capstone .cap-colab,.alj-capstone .cap-edit,.alj-capstone .cap-evidence-results summary{color:var(--al-accent)}.alj-capstone .faint{color:var(--al-muted);font-size:13px}.alj-capstone .cap-evidence-matrix td,.alj-capstone .cap-evidence-matrix th{border-color:var(--al-line)}.alj-capstone .cap-error{border-left-color:var(--al-accent);color:var(--al-ink)}.alj-capstone .al-btn:disabled{opacity:1;cursor:not-allowed;background:var(--al-paper);color:var(--al-muted);border-color:var(--al-line);box-shadow:none;transform:none}.alj-capstone .cap-top{position:static;padding-block:18px 8px;background:var(--al-bg);border-bottom:0}.alj-capstone .cap-body{padding-top:30px;grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:clamp(48px,7vw,92px)}.alj-capstone .cap-brief{gap:30px}.alj-capstone .cap-title{font-size:42px;letter-spacing:-.045em}.alj-capstone .cap-sub{font-size:17px}.alj-capstone .cap-sec{gap:12px}.alj-capstone .cap-sec-body{font-size:16px;line-height:1.72}.alj-capstone .cap-output-preview{display:grid;gap:6px;margin:4px 0 0;padding:14px 18px 10px;border:1px solid var(--al-line);border-radius:14px;background:var(--al-paper)}.alj-capstone .cap-output-preview .alj-project-preview{height:140px}.alj-capstone .cap-output-preview figcaption{color:var(--al-muted);font-size:11px}.alj-capstone .cap-rail-inner{gap:0}.alj-capstone .cap-rail-card{overflow:hidden;background:var(--al-paper);border:1px solid var(--al-line);border-radius:20px}.alj-capstone .cap-hero{padding:24px 26px;border:0;border-radius:0;background:var(--al-paper)}.alj-capstone .cap-hero .cap-hero-text{font-size:22px;line-height:1.35}.alj-capstone .cap-resources,.alj-capstone .cap-start,.alj-capstone .cap-submit{padding:24px 26px;border:0;border-radius:0;background:transparent}.alj-capstone .cap-resources,.alj-capstone .cap-submit{border-top:1px solid var(--al-line)}.alj-capstone .cap-rail-title{font-size:21px}@media (max-width:1023px){.alj-capstone .cap-body{grid-template-columns:1fr;gap:36px}.alj-capstone .cap-rail-card{max-width:680px}}@media (max-width:600px){.alj-capstone .cap-body{padding-top:18px;gap:30px}.alj-capstone .cap-title{font-size:36px}.alj-capstone .cap-sub{font-size:16px}.alj-capstone .cap-sec-body{font-size:15px}.alj-capstone .cap-output-preview .alj-project-preview{height:112px}.alj-capstone .cap-hero,.alj-capstone .cap-resources,.alj-capstone .cap-start,.alj-capstone .cap-submit{padding:21px}}@media (prefers-reduced-motion:reduce){.alj-card{transition:none}.alj-card:hover{transform:none}}[data-reduced-motion=true] .alj-card{transition:none;transform:none}.alj-page{padding-top:42px}.alj-head{min-height:126px;padding:0 4px 28px}.alj-head .al-h1{font-size:40px;letter-spacing:-.04em}.alj-intro{font-size:18px}.alj-tabs{border-bottom:1px solid var(--al-line)}.alj-view{gap:26px}.alj-resume{margin-top:20px;padding:24px 28px;border-radius:18px}.alj-resume-copy .al-eyebrow{letter-spacing:.18em}.alj-resume-copy .al-h2{font-size:24px}.alj-library-head{align-items:center;min-width:0;margin-top:4px}.alj-library-head .al-h2{font-size:28px;letter-spacing:-.035em}.alj-capstone-filters{display:flex;align-items:center;justify-content:flex-end;gap:6px;overflow-x:auto;scrollbar-width:none}.alj-capstone-filters::-webkit-scrollbar{display:none}.alj-capstone-filters button{flex:0 0 auto;min-height:40px;padding:8px 18px;white-space:nowrap;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--al-muted);font:inherit;font-size:13px;cursor:pointer}.alj-capstone-filters button:hover{color:var(--al-ink)}.alj-capstone-filters button.is-active{color:var(--al-ink);background:var(--al-paper);border-color:var(--al-line);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--al-accent) 25%,transparent)}.alj-count{justify-self:end;margin-top:-18px;text-align:right}.alj-card--static{border-radius:18px;box-shadow:none}.alj-card--static .alj-card-body{gap:12px;padding:24px}.alj-card-lead{display:grid;grid-template-columns:58px minmax(0,1fr);gap:15px;align-items:center}.alj-card-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:11px;background:linear-gradient(145deg,var(--tint-s,var(--al-soft)),color-mix(in srgb,var(--al-accent) 28%,var(--al-paper)));overflow:hidden}.alj-card-icon .alj-project-preview.is-compact{width:72px;height:48px;transform:scale(.65)}.alj-card--static .alj-card-eyebrow{margin-bottom:4px;font-size:9px;letter-spacing:.14em}.alj-card--static .alj-card-t{margin:0;font-size:20px;line-height:1.15}.alj-card-time{display:block;margin-top:5px;color:var(--al-muted);font-size:12px}.alj-card--static .alj-card-s{min-height:42px;font-size:14px;line-height:1.5}.alj-card--static .alj-output{display:grid;gap:8px;min-height:178px;padding:12px 14px;background:color-mix(in srgb,var(--tint-s,var(--al-soft)) 42%,var(--al-paper));border-radius:12px}.alj-project-preview{display:block;width:100%;height:112px;color:var(--al-ink)}.alj-art-panel{fill:var(--al-paper);stroke:color-mix(in srgb,var(--al-muted) 42%,transparent);stroke-width:1.5}.alj-art-line{fill:none;stroke:var(--al-ink);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.alj-art-soft{fill:color-mix(in srgb,var(--al-muted) 24%,transparent)}.alj-art-accent,.alj-art-grid{fill:var(--al-accent)}.alj-art-success{fill:var(--app-sage)}.alj-art-ink{fill:var(--al-ink)}.alj-art-check{fill:none;stroke:var(--al-paper);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.alj-art-detail{fill:none;stroke:var(--al-ink);stroke-width:4;stroke-linecap:round;opacity:.72}.alj-art-wave{stroke-width:4}.alj-output .alj-output-copy{-webkit-line-clamp:2;font-size:12px;color:var(--al-muted)}.alj-card--static .alj-skills{max-height:48px;overflow:hidden}.alj-card--static .alj-card-foot{gap:8px;padding-top:12px}.alj-card--static .alj-card-actions{justify-content:space-between;align-items:center}.alj-card--static .alj-card-cta:first-child{flex:1 1 auto;justify-content:center;min-height:44px;padding:9px 14px;border:1px solid var(--al-line);border-radius:10px;color:var(--al-ink)}.alj-card--static .alj-card-cta--nb{flex:0 0 auto}@media (max-width:980px){.alj-library-head{align-items:flex-start;flex-direction:column}.alj-capstone-filters{width:100%;justify-content:flex-start}.alj-count{margin-top:-14px}}@media (max-width:600px){.alj-page{padding-top:28px}.alj-head{min-height:104px}.alj-head .al-h1{font-size:34px}.alj-intro{font-size:16px}.alj-library-head .al-h2{font-size:25px}.alj-capstone-filters{align-self:stretch;min-width:0;margin-inline:-18px;width:auto;padding-inline:18px}.alj-count{margin-top:-16px;text-align:left}.alj-card--static .alj-card-body{padding:20px}}