:root{--paper:#f5f5f1;--ink:#20211f;--muted:#6b6c66;--line:#c9cac4;--red:#e43b2b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,p{margin:0}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--red);outline-offset:5px}::selection{background:var(--red);color:#fff}.red{color:var(--red)}header,main,footer{width:92%;max-width:1660px;margin:auto}header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{font-size:30px;font-weight:700;letter-spacing:-1.8px}.github{font-size:14px;display:inline-flex;align-items:center;gap:25px}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.small-label{display:flex;align-items:center;gap:8px;font-size:12px}.dot{display:inline-block;width:7px;height:7px;background:var(--red);border-radius:50%}.serif{font-family:Georgia,Times New Roman,serif;font-style:italic}.section-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 0 26px;font-size:12px;color:var(--muted)}.section-heading h1{font-weight:400;font-size:14px;color:var(--ink);margin:0;letter-spacing:0;line-height:normal}sup{font-size:10px;margin-left:7px;color:var(--red)}.mobile-hint{display:none}.workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.22fr);gap:8%;align-items:start}.preview-column{position:sticky;top:28px;min-width:0}.preview{background:var(--paper)}.preview-media{position:relative;background:var(--preview-bg,#e8e9e2);height:clamp(235px,27vw,425px);display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-media img{display:block;max-width:100%;width:100%;height:100%;object-fit:contain}.preview-media.app img{width:auto;height:88%;max-width:85%;object-fit:contain;filter:drop-shadow(0 9px 14px #20211f1a)}.preview-media.web{padding:24px}.preview-media.web img{height:auto;max-height:100%;box-shadow:0 8px 30px #20211f16}.preview h3{font-size:35px;font-weight:400;letter-spacing:-.055em;margin:22px 0 12px}.preview-description{font-size:15px;line-height:1.65;color:#55574f;max-width:420px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;min-height:4.8em}.preview-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.visit{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--ink);color:var(--paper);font-size:13px;padding:15px 18px;min-width:150px}.visit:hover{background:var(--red)}.visit.secondary{background:transparent;color:var(--ink);border:1px solid var(--line)}.visit.secondary:hover{border-color:var(--ink)}.visit span{font-size:18px}.preview-note{margin-top:12px;color:var(--muted);font-size:11px;line-height:1.5}.project-list{padding-left:28px;padding-bottom:0;overflow-anchor:none}.project-item{margin-bottom:8px}.project-button{position:relative;border:0;width:100%;min-height:99px;background:#ecece6;color:var(--ink);display:grid;grid-template-columns:1fr 28px;align-items:center;gap:18px;text-align:left;padding:20px 22px;cursor:pointer;transition:transform .32s cubic-bezier(.2,.75,.2,1),background .25s,color .25s;border-radius:0}.project-button:after{content:"";position:absolute;width:4px;left:0;top:-1px;bottom:0;background:var(--accent);opacity:0;transition:opacity .2s}.project-button[aria-expanded=true]{transform:translate(-28px);background:var(--selected-bg)}.project-button[aria-expanded=true]:after{opacity:1}.project-title{display:block;font-weight:400;font-size:clamp(24px,2.65vw,39px);letter-spacing:-.055em;line-height:1.1}.project-category{display:block;font-size:11px;margin-top:9px;color:#65665e;letter-spacing:.015em}.project-arrow{width:26px;height:26px;transition:transform .25s;color:#74756c}.project-button[aria-expanded=true] .project-arrow{color:var(--accent);transform:rotate(-135deg)}.project-item:nth-child(3n+2) .project-button:not([aria-expanded=true]){background:#e8e9e2}.project-item:nth-child(3n) .project-button:not([aria-expanded=true]){background:#efeee8}.mobile-preview{display:none}footer{margin-top:70px;padding:27px 0 32px;display:flex;justify-content:space-between;align-items:center;gap:24px}footer>.wordmark{font-size:25px}footer>span,footer>a:not(.wordmark){font-size:12px;display:inline-flex;align-items:center;gap:8px}footer>span{color:var(--muted)}.skip{position:fixed;left:16px;top:-80px;padding:15px;background:var(--ink);color:#fff;z-index:10}.skip:focus{top:16px}.no-script{padding:30px}.preview-content{animation:reveal .24s ease-out}@keyframes reveal{0%{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1700px){.workbench{gap:110px}.preview-media{height:425px}}@media(max-width:950px){.workbench{gap:5%;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.project-button{padding:18px 14px;gap:9px;min-height:90px}.project-title{font-size:27px}.preview-media.web{padding:12px}.preview h3{font-size:30px}}@media(max-width:700px){header,main,footer{width:88%}header{height:77px}.wordmark{font-size:27px}.small-label{font-size:11px}.section-heading{padding:19px 0 21px;font-size:10px}.desktop-hint{display:none}.mobile-hint,.workbench{display:block}.preview-column{display:none}.project-list{padding-left:10px}.project-button{min-height:88px;padding:17px 16px;grid-template-columns:1fr 21px;gap:9px}.project-title{font-size:clamp(22px,6vw,31px)}.project-category{font-size:10px}.project-button[aria-expanded=true]{transform:translate(-10px)}.project-arrow{width:23px;height:23px}.project-button[aria-expanded=true] .project-arrow{transform:rotate(135deg)}.project-item{margin-bottom:7px}.mobile-preview:not([hidden]){display:block;padding:17px 10px 26px 0}.mobile-preview[hidden]{display:none}.preview-media{height:260px}.preview-media.web{padding:15px}.preview h3{font-size:28px}.preview-description{font-size:14px;line-height:1.6}.preview-links{margin-top:17px}.visit{padding:14px 16px}.preview-note{font-size:11px}footer{margin-top:36px;flex-wrap:wrap;gap:23px}footer>span{order:3;width:100%;font-size:11px}footer>a:not(.wordmark){margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}@media(max-width:700px){.preview-column{display:block;position:sticky;top:77px;z-index:3;height:340px;padding:12px 0 20px;background:var(--paper);isolation:isolate}.preview-column:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line);pointer-events:none}.preview{height:100%}.preview-content{display:grid;grid-template-columns:38% minmax(0,1fr);grid-template-rows:auto auto auto auto auto auto;gap:8px 14px;height:100%;overflow:hidden;animation:mobile-reveal .28s cubic-bezier(.2,.7,.2,1)}.preview-media{grid-column:1;grid-row:1/5;height:100%;min-height:168px;max-height:210px}.preview-media.web{padding:7px}.preview h3{grid-column:2;grid-row:1;margin:0;font-size:23px;line-height:1.08}.preview-category{grid-column:2;grid-row:2;margin:0}.preview-description{grid-column:2;grid-row:3;margin:0;font-size:12px;line-height:1.5;align-self:start;-webkit-line-clamp:4;min-height:6em}.preview-tags{grid-column:2;grid-row:4;margin:0;font-size:11px}.preview-links{grid-column:1/-1;grid-row:6;gap:8px;margin:0}.preview-note{grid-column:1/-1;grid-row:5;margin:0;font-size:10px;line-height:1.4}.visit{padding:11px 13px;min-height:44px;min-width:0;gap:20px;font-size:12px}.project-list{padding-left:10px;padding-top:82px;padding-bottom:0;overflow-anchor:none}.project-button{scroll-margin-top:360px}.project-button[aria-expanded=true] .project-arrow{transform:rotate(-45deg)}}@keyframes mobile-reveal{0%{opacity:0}to{opacity:1}}@keyframes mobile-fade-out{0%{opacity:1}to{opacity:0}}@media(max-width:700px)and (max-height:650px){.preview-column{height:280px}.preview-media{min-height:130px;max-height:190px}.preview-description{font-size:11px;-webkit-line-clamp:3;min-height:4.5em}}@media(max-width:700px){header{position:sticky;top:0;z-index:5;background:var(--paper)}#desktop-preview{position:relative}.preview-content.preview-outgoing{position:absolute;inset:0;z-index:2;pointer-events:none;animation:mobile-fade-out .2s ease-out forwards}.project-button{scroll-margin-top:437px}}html{overflow-anchor:none}html,body{overscroll-behavior-y:none}.preview-content{overscroll-behavior-y:contain}.preview-category{font-size:12px;color:var(--muted);margin-top:9px;letter-spacing:.02em}.preview-tags{font-size:12px;color:var(--muted);margin-top:14px;letter-spacing:.015em}.header-links{display:flex;align-items:center;gap:25px}.header-link{font-size:14px;display:inline-flex;align-items:center;gap:8px}.intro{padding:6px 0 52px}.intro h1{font-size:clamp(36px,4.6vw,56px);font-weight:400;letter-spacing:-.055em;margin:0}.intro-role{font-size:18px;color:var(--muted);margin-top:10px}.intro-tagline{font-size:15px;line-height:1.6;color:#55574f;margin-top:18px;max-width:520px}.section-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:400;color:var(--muted);letter-spacing:.03em;margin:0;padding:0 0 20px}.featured,.work,.more,.contact{margin-top:70px}.featured .section-title{max-width:1060px}@media(min-width:701px)and (hover:hover)and (pointer:fine){.featured{--project-hover-offset:-28px}.featured.story-enabled{--project-hover-offset:-10px}.featured .project-list .project-item .project-button:hover{background:color-mix(in srgb,var(--selected-bg) 65%,white);transform:translate(var(--project-hover-offset))}.featured .project-button:hover .project-arrow{color:var(--accent);transform:translate(-4px) rotate(-135deg)}}.work-employer{border-top:1px solid var(--line);padding:18px 0 28px;margin-bottom:8px}.work-employer-head{margin-bottom:22px}.work-employer-name{display:block;font-size:clamp(24px,2.3vw,34px);letter-spacing:-.045em}.work-employer-role{display:block;font-size:13px;color:var(--muted);margin-top:8px}.work-selector{--work-sticky-top:94px;position:relative}.work-entry{position:relative;margin-bottom:8px;background:var(--paper)}.work-entry-open{box-shadow:0 1px 0 var(--line)}.work-detail{min-width:0;padding:22px 20px 28px}.work-detail[hidden]{display:none}.work-entry-open .work-button{position:sticky;top:var(--work-sticky-top);z-index:4}.work-detail-lede{font-size:15px;line-height:1.65;color:#55574f;max-width:520px}.work-detail-body{font-size:14px;line-height:1.65;color:#55574f;margin-top:12px;max-width:520px}.work-detail-tags{font-size:12px;color:var(--muted);margin-top:16px}.work-detail-items{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:15px;max-width:520px}.work-detail-item h4{font-size:15px;font-weight:400;letter-spacing:-.01em;color:var(--ink)}.work-detail-item p{font-size:13px;color:#65665e;line-height:1.6;margin-top:4px}.work-button{--selected-bg:#e8e9e2;--accent:var(--red);position:relative;border:0;width:100%;min-height:72px;background:#ecece6;color:var(--ink);display:grid;grid-template-columns:34px 1fr 26px;align-items:center;gap:12px;text-align:left;padding:16px 20px;cursor:pointer;transition:transform .32s cubic-bezier(.2,.75,.2,1),background .25s;border-radius:0;margin-bottom:0}.work-button:after{content:"";position:absolute;width:4px;left:0;top:-1px;bottom:0;background:var(--accent);opacity:0;transition:opacity .2s}.work-button[aria-expanded=true]{background:var(--selected-bg)}.work-button[aria-expanded=true]:after{opacity:1}.work-number{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.work-button[aria-expanded=true] .work-number{color:var(--red)}.work-label{min-width:0}.work-title{display:block;font-weight:400;font-size:clamp(19px,1.9vw,26px);letter-spacing:-.03em;line-height:1.15}.work-arrow{width:22px;height:22px;transition:transform .25s;color:#74756c}.work-button[aria-expanded=true] .work-arrow{color:var(--accent);transform:rotate(-135deg)}.work-metric{margin:18px 0 0;font-size:13px;color:var(--muted)}.work-stack{margin-top:28px;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.7;max-width:900px}.more .section-title{max-width:1060px}.archive{display:flex;flex-direction:column;max-width:1060px}.archive-row{display:flex;flex-direction:column;gap:5px;padding:16px 6px;border-top:1px solid var(--line);transition:background .2s}.archive-row:hover{background:#ecece6}.archive-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.archive-name{font-size:19px;letter-spacing:-.02em;color:var(--ink);text-decoration:none}a.archive-name:hover{color:var(--red);text-decoration:underline}.archive-tag{display:inline-block;font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:#55574f;border:1px solid #c9c7bd;border-radius:20px;padding:2px 9px}.archive-private{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:transparent;cursor:pointer}.archive-private:hover{border-color:var(--ink)}.archive-private-action{font-size:9px;text-transform:none;letter-spacing:0;border-left:1px solid var(--line);padding-left:6px}.access-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100svh - 32px);overflow-y:auto;margin:auto;padding:24px;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink);box-shadow:0 20px 80px #20211f30}.access-dialog::backdrop{background:#20211f66}.access-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.access-dialog-heading h2{font-size:20px;font-weight:400;letter-spacing:-.03em;margin:0}.access-close{border:0;background:transparent;color:var(--muted);font-size:24px;line-height:1;cursor:pointer;padding:0 4px}.access-dialog .contact-form{width:100%}.access-dialog .contact-textarea{min-height:110px;font-size:13px}.access-submit{border:0;cursor:pointer;margin-top:6px;min-width:0}.access-submit:disabled{opacity:.5;cursor:default}.archive-tag.private{color:#7a4a00;border-color:#e4b66c;background:#fff4e0}.archive-tag.missing{color:#8a2f2f;border-color:#e48f8f;background:#fdeeee}.archive-info{min-width:0;display:flex;flex-direction:column;gap:4px}.archive-category{font-size:11px;color:var(--muted)}.archive-description{font-size:12px;color:#55574f;max-width:600px;line-height:1.5}.archive-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:2px}.archive-detail,.archive-request{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.archive-detail:hover,.archive-request:hover{color:var(--red)}.archive-request .icon{width:13px;height:13px;color:var(--red)}.contact{padding:6px 0 26px}.contact-copy{color:#55574f;font-size:15px;margin-bottom:20px}.contact-cta{max-width:220px}.contact-form{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:520px}.contact-label{font-size:12px;color:var(--muted);letter-spacing:.03em;text-transform:uppercase}.contact-textarea{width:100%;min-height:110px;resize:vertical;font:inherit;font-size:14px;line-height:1.5;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid #c9c7bd;border-radius:8px}.contact-textarea:focus-visible{outline:2px solid var(--red);outline-offset:1px;border-color:transparent}.contact-cta[disabled]{opacity:.5;cursor:default}.contact-sent{font-size:13px;color:#25603a;margin:0}.contact-frame{display:none}.contact-alternative{color:#55574f;font-size:14px;margin-top:18px}.contact-email{color:var(--red);font-weight:600}.contact-email:hover{text-decoration:underline}@media(min-width:701px){header{position:sticky;top:0;z-index:5;background:var(--paper)}html{scroll-padding-top:118px}.preview-column{top:118px}.project-list{padding-bottom:0;padding-left:34px}}@media(max-width:700px){html{scroll-padding-top:88px}.intro h1{font-size:36px}.intro-tagline{font-size:14px}.intro{padding-bottom:36px}.featured,.work,.more,.contact{margin-top:46px}.work-detail{padding:18px 16px 22px}.work-selector{--work-sticky-top:77px}.work-button{scroll-margin-top:96px;min-height:76px;padding:16px;grid-template-columns:28px 1fr 22px;gap:8px}.work-stack{font-size:11px}.archive-row{padding:13px 2px;gap:5px}.archive-name{font-size:17px}.archive-category,.archive-description{font-size:11px}.contact-cta{width:100%}}.detail{max-width:820px;padding:44px 44px 88px}.detail-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:26px}.detail-back:hover{color:var(--red)}.detail-back .icon{width:14px;height:14px}.detail-title{font-size:44px;letter-spacing:-.03em;line-height:1.02;margin-bottom:14px}.detail-tagline{font-size:17px;color:var(--muted);max-width:620px;line-height:1.5}.detail-copy{font-size:15px;line-height:1.7;color:#3c3e38;max-width:640px}.detail-overview{display:grid;gap:16px;margin-bottom:32px}.detail-copy strong{font-weight:600;color:var(--ink)}.detail-copy code{font-size:.88em;background:#e8e9e2;padding:2px 4px;border-radius:3px;overflow-wrap:anywhere}.detail-smart{list-style:none;display:flex;flex-direction:column;gap:14px;margin:0;padding:0}.detail-smart li{font-size:14px;line-height:1.6;color:#3c3e38;padding-left:22px;position:relative;max-width:640px}.detail-smart li:before{content:"›";position:absolute;left:2px;color:var(--red);font-weight:600}.detail-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:38px;padding-top:22px;border-top:1px solid var(--line)}.detail-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.detail-link:hover{color:var(--red)}.detail-link .icon{width:14px;height:14px}.detail-request{color:var(--red);font-weight:600}@media(max-width:700px){.detail{padding:34px 22px 64px}.detail-title{font-size:34px}.detail-tagline{font-size:15px}.detail-copy,.detail-smart li{font-size:14px}}@media(prefers-reduced-motion:reduce){.portfolio-preview *,.detail *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.detail-hero{padding:26px 0 44px}.detail-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:34px}.detail-missing{text-align:center;max-width:520px}.carousel-stage{width:100%;height:100%;display:flex;min-height:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}.carousel-stage::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 100%;width:100%;height:100%;min-width:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always}.preview-media video{display:block;width:100%;height:100%;object-fit:contain}.preview-media.app video{width:auto;height:88%;max-width:85%}.preview-media.web video{height:auto;max-height:100%}.preview-media:has(.carousel-controls){padding-bottom:32px}.carousel-controls{position:absolute;bottom:4px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:0}.carousel-controls button{border:0;background:transparent;color:var(--ink);cursor:pointer;width:12px;height:24px;padding:9px 3px;display:grid;place-items:center;border-radius:50%}.carousel-controls button:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.25}.carousel-controls button[aria-current=true]:before{opacity:1}.carousel-controls button:focus-visible{outline:1px solid var(--ink);outline-offset:1px}.detail-demo{margin:32px 0;max-width:900px}.detail-demo video{display:block;width:100%;max-height:560px;object-fit:contain;background:#20211f}.detail-demo-original{display:inline-block;margin-top:12px;font-size:12px;text-decoration:underline;text-underline-offset:3px}.story-heading{display:flex;align-items:center;gap:20px;margin-bottom:22px}.story-heading .section-title{flex:1;padding:0}.story-counter,.story-skip,.story-hint{font-size:11px;color:var(--muted)}.story-counter{font-variant-numeric:tabular-nums}.story-skip:hover{color:var(--red)}.story-hint{margin-top:16px;display:flex;justify-content:space-between}.story-enabled{height:calc(var(--story-height) + var(--story-distance))}.story-enabled .story-stage{position:sticky;top:var(--story-top);height:var(--story-height);display:flex;flex-direction:column;background:var(--paper);padding:16px 0 8px;overflow:clip}.story-enabled .workbench{flex:1;min-height:0;grid-template-columns:minmax(0,1.3fr) minmax(240px,1fr);gap:5%;padding:0}.story-enabled .preview-column{position:relative;top:auto;height:100%;padding:0;min-height:0;background:transparent}.story-enabled .preview-column:after{display:none}.story-enabled .preview{height:100%;position:relative;overflow:clip}.story-enabled .preview-content{height:100%;display:flex;flex-direction:column;gap:0;overflow:visible;overscroll-behavior:auto;animation:none;padding:0 5px 4px 0}.story-enabled .preview-media{height:clamp(110px,calc(100svh - 480px),360px);min-height:110px;max-height:none;flex-shrink:0;background:var(--preview-bg)}.story-enabled .preview h3{font-size:clamp(24px,2.5vw,35px);margin:16px 0 8px}.story-enabled .preview-category{margin:0 0 8px}.story-enabled .preview-description{font-size:14px;line-height:1.55;min-height:0;max-width:560px;flex-shrink:0}.story-enabled .preview-tags{margin:10px 0 0}.story-enabled .preview-note{margin:8px 0 0}.story-enabled .preview-links{margin-top:16px;gap:8px}.story-enabled .visit{padding:12px 14px;min-width:0;gap:24px;font-size:12px}.story-enabled .project-list{height:100%;overflow:hidden;overscroll-behavior:auto;padding:0 0 0 10px;scrollbar-width:thin}.story-enabled .project-item{margin-bottom:5px}.story-enabled .project-button{min-height:0;padding:12px 14px;scroll-margin:12px}.story-enabled .project-title{font-size:clamp(19px,2vw,28px)}.story-enabled .project-category{font-size:10px;margin-top:6px}.story-enabled .project-button[aria-expanded=true]{transform:translate(-10px)}@media(max-width:700px){.story-enabled .story-stage{padding-top:12px}.story-heading{gap:10px;margin-bottom:16px}.story-heading .section-title{font-size:12px}.story-enabled .workbench{display:flex;flex-direction:column;align-items:stretch;gap:18px}.story-enabled .preview-column{flex:0 0 300px;height:300px;min-height:0;padding-bottom:14px;border-bottom:1px solid var(--line)}.story-enabled .preview-content{display:grid;grid-template-columns:38% minmax(0,1fr);grid-template-rows:auto auto auto auto auto auto;gap:8px 14px;padding:0;overflow:visible}.story-enabled .preview-media{height:100%;min-height:130px;max-height:195px}.story-enabled .preview h3{font-size:23px;line-height:1.08;margin:0}.story-enabled .preview-description{font-size:12px;line-height:1.5;-webkit-line-clamp:4;min-height:0}.story-enabled .preview-category,.story-enabled .preview-tags{font-size:10px;margin:0}.story-enabled .preview-links,.story-enabled .preview-note{margin:0}.story-enabled .preview-note{font-size:10px}.story-enabled .visit{padding:10px 12px;font-size:11px;gap:12px}.story-enabled .project-list{display:block;flex:1;min-height:0;height:auto;width:100%;overflow:hidden;padding:0 0 0 10px}.story-enabled .project-item{margin-bottom:7px}.story-enabled .project-button{min-height:78px;padding:14px 16px;gap:10px}.story-enabled .project-title{font-size:24px}.story-enabled .project-category{font-size:10px;margin-top:7px}.story-enabled .project-arrow{width:23px;height:23px}.story-hint{margin-top:8px}}@media(max-width:700px)and (max-height:650px){.story-enabled .preview-column{flex-basis:250px;height:250px}.story-enabled .preview-media{min-height:110px;max-height:165px}.story-enabled .preview-description{font-size:11px;-webkit-line-clamp:3}}@media(min-width:701px){.story-enabled .project-list{display:flex;flex-direction:column}.story-enabled .project-item{flex:1;min-height:50px}.story-enabled .project-button{height:100%;padding:7px 12px}.story-enabled .project-title{font-size:clamp(18px,1.8vw,24px)}.story-enabled .project-category{font-size:9px;margin-top:4px}}@media(max-width:700px){.story-enabled .workbench{align-items:stretch}.story-enabled .project-list,.story-enabled .preview-column{width:100%;min-width:0}}.story-enabled .project-button{isolation:isolate}.story-enabled .project-button:before{content:"";position:absolute;inset:0;background:var(--accent);opacity:0;transform:scaleX(var(--chapter-progress,0));transform-origin:left;pointer-events:none;z-index:0}.story-enabled .project-button[aria-expanded=true]:before{opacity:.16}.story-enabled .project-button>.project-label,.story-enabled .project-button>.project-arrow{position:relative;z-index:1}.story-enabled .project-button:after{z-index:2}.story-hint{gap:12px;align-items:center;min-height:2.5em;flex-shrink:0}.story-hint-copy{min-width:0;line-height:1.4}
