html,body{height:100%}body{overflow:hidden;display:flex;flex-direction:column;background:var(--surface-0)}@supports (height: 100dvh){body{height:100dvh}}.site-nav{flex-shrink:0;position:static}.app{flex:1;min-height:0;display:flex;flex-direction:column}.app-head{display:flex;align-items:baseline;gap:16px;padding:12px 24px 8px;flex-shrink:0}.app-title{font-family:var(--font-display);font-weight:600;font-size:1.375rem;line-height:1.2;color:var(--ink);margin:0}.app-sub{font-size:.875rem;color:var(--ink-soft);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stage-zone{flex:1;min-height:0;padding:0 24px}.stage{position:relative;width:100%;height:100%;background:var(--canvas);border-radius:var(--radius-l);overflow:hidden;display:flex;align-items:center;justify-content:center}.stage .zoom-wrap{max-height:100%;overflow:hidden;touch-action:none}.fabric-card{position:relative;background:var(--canvas-soft);border-radius:var(--radius-m);overflow:hidden;background-size:cover;background-position:center}.fabric-card img{width:100%;height:100%;object-fit:cover;display:block}@keyframes fabric-fade{0%{opacity:0}}.fabric-card.fabric-switch{animation:fabric-fade .3s var(--ease)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fabric-strip{position:absolute;left:12px;top:12px;bottom:12px;width:64px;display:flex;flex-direction:column;gap:6px;z-index:3}.fabric-strip-label{margin:0 0 2px;font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:var(--ink-on-dark);text-align:center}.fabric-strip-thumbs{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px;scrollbar-width:none}.fabric-strip-thumbs::-webkit-scrollbar{display:none}.fabric-thumb{position:relative;width:56px;height:56px;flex-shrink:0;border-radius:12px;overflow:hidden;border:2px solid transparent;background:var(--canvas-soft);background-size:cover;background-position:center;padding:0;cursor:pointer}.fabric-thumb.active{border-color:var(--accent)}.fabric-thumb-color{border-radius:50%;border:2px solid rgba(255,255,255,.25)}.fabric-thumb-color.active{border-color:var(--accent)}.fabric-swatch-badge{position:absolute;right:2px;bottom:2px;width:16px;height:16px;border-radius:50%;border:2px solid #fff;pointer-events:none}.fabric-swatch-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border-radius:50%}.fabric-strip-divider{height:1px;background:#ffffff1f;flex-shrink:0;margin:2px 6px}.strip-more-btn{width:56px;min-height:44px;flex-shrink:0;border-radius:12px;border:none;background:var(--canvas-soft);color:var(--ink-on-dark);font-size:.75rem;font-weight:600;cursor:pointer}.stage-toolbar{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;z-index:3;max-width:calc(100% - 90px)}.tb-btn{height:44px;padding:0 16px 0 14px;border-radius:var(--radius-full);border:none;background:var(--canvas-soft);color:var(--ink-on-dark);font-size:.8125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.tb-btn:disabled{opacity:.4;cursor:default}.tb-primary{background:var(--accent);color:#fff}.tb-primary:hover{background:var(--accent-hover)}.tb-btn .tb-icon{display:inline-flex;align-items:center}.zoom-cluster{display:flex;align-items:center;gap:8px;height:44px;padding:0 14px;border-radius:var(--radius-full);background:var(--canvas-soft)}.zoom-cluster .tb-icon{display:inline-flex;align-items:center;color:var(--ink-on-dark);flex-shrink:0}.zoom-cluster input[type=range]{width:100px;accent-color:var(--accent)}.zoom-cluster span{font-size:.75rem;color:var(--ink-on-dark);width:38px;text-align:right;font-variant-numeric:tabular-nums}.thread-panel{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:8px;background:var(--canvas-soft);border-radius:var(--radius-m);box-shadow:var(--shadow-2);padding:12px;max-height:calc(100% - 136px);overflow-y:auto;scrollbar-width:none;width:116px}.thread-panel::-webkit-scrollbar{display:none}.thread-panel .panel-label{margin:0;font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:var(--ink-on-dark)}.thread-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.thread-swatch{width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer}.thread-swatch:hover{background:#ffffff14}.thread-swatch.active{box-shadow:inset 0 0 0 2px var(--accent);background:#ffffff14}.thread-spool{width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:block}.stitch-toggle{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--ink-faint);cursor:pointer;min-height:32px}.stitch-toggle input{accent-color:var(--accent);width:15px;height:15px}.thread-utility-row{display:flex;flex-direction:column;gap:4px;margin-top:2px}.thread-utility-row .text-btn{background:#ffffff14;color:var(--ink-on-dark);font-size:.6875rem;padding:6px 10px;min-height:30px;text-align:center}.thread-utility-row .text-btn:hover{background:#ffffff29}.thread-utility-row .text-btn.active{background:var(--accent);color:#fff}.stage-intro{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;padding:24px;overflow-y:auto;background:#101012d1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.stage-intro[hidden]{display:none}.stage-intro-inner{margin:auto;display:flex;flex-direction:column;align-items:center;gap:14px;max-width:600px;padding:32px 36px;background:var(--canvas-soft);border-radius:var(--radius-l);box-shadow:var(--shadow-2);text-align:center}.stage-intro-heading{font-family:var(--font-display);font-weight:600;font-size:1.5rem;line-height:1.2;color:var(--ink-on-dark);margin:0}.stage-intro-sub{font-size:.9375rem;color:var(--ink-faint);margin:0}.stage-intro-demo{display:flex;gap:24px;margin-top:6px}.intro-pair{margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}.intro-swatch{width:108px;height:108px;border-radius:var(--radius-m);background-size:cover;background-position:center;display:grid;place-items:center;box-shadow:var(--shadow-1)}.intro-swatch img{width:56px;height:56px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.intro-pair figcaption{font-size:.8125rem;font-weight:600;color:var(--ink-on-dark)}.stage-intro-cta{margin-top:8px}.stage-intro-skip{font-size:.75rem;color:var(--ink-faint);margin:0}.stage.intro-open .fabric-strip{z-index:6;background:var(--canvas-soft);border-radius:var(--radius-m);padding:8px 6px;left:8px;top:8px;bottom:8px;box-shadow:0 0 0 2px var(--accent),var(--shadow-2)}.rail-zone{flex-shrink:0;display:flex;align-items:center;gap:14px;padding:8px 24px 10px}.rail-head{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;flex-shrink:0}.match-toggle{display:flex;height:40px;padding:3px;border-radius:var(--radius-full);background:var(--surface-2);gap:2px}.match-toggle-btn{height:100%;padding:0 14px;border-radius:var(--radius-full);border:none;background:transparent;color:var(--ink-soft);font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap}.match-toggle-btn.active{background:var(--accent);color:#fff}.match-hint{font-size:.75rem;color:var(--ink-soft);margin:0}.match-hint[hidden]{display:none}.rail-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.chip-btn{height:40px;padding:0 16px;border-radius:var(--radius-full);border:none;background:var(--surface-2);color:var(--ink);font-size:.8125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap}.chip-btn:hover{background:var(--line)}.chip-btn.has-filters:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;margin-left:8px}.filter-summary-chip{display:flex;align-items:center;gap:4px;height:40px;padding:0 6px 0 14px;border-radius:var(--radius-full);background:var(--accent-soft);color:var(--accent);font-size:.8125rem;font-weight:600;min-width:0;max-width:220px}.filter-summary-chip .filter-summary-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-summary-chip button{width:26px;height:26px;border-radius:50%;border:none;background:transparent;color:var(--accent);font-size:.8125rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.filter-summary-chip button:hover{background:#3b4cca1f}.rail{flex:1;min-width:0;display:flex;align-items:flex-start;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:12px 2px 8px}.rail::-webkit-scrollbar{height:8px}.rail::-webkit-scrollbar-thumb{background:var(--line);border-radius:var(--radius-full)}.rail-items{display:flex;gap:10px}.cat-chip{display:flex;flex-direction:column;align-items:center;gap:5px;width:84px;flex-shrink:0;padding:6px 4px 8px;border-radius:var(--radius-m);scroll-snap-align:center;position:relative}.own-select-btn{border:none;background:none;padding:0;border-radius:50%;cursor:pointer;display:block;line-height:0}.cat-chip:hover .cat-chip-swatch{box-shadow:var(--shadow-2)}.cat-chip-swatch{display:block;width:56px;height:56px;border-radius:50%;border:2px solid var(--surface-1);box-shadow:var(--shadow-1);flex-shrink:0;background-size:cover;background-position:center;transition:transform .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)}.cat-chip-name{font-size:.75rem;font-weight:600;color:var(--ink);max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-chip-shop{position:absolute;top:2px;right:4px;width:20px;height:20px;border-radius:50%;background:var(--surface-1);color:var(--accent);box-shadow:var(--shadow-1);display:flex;align-items:center;justify-content:center;font-size:.6875rem;text-decoration:none}.cat-chip-shop:hover{background:var(--accent);color:#fff}.rail-group-own{display:flex;align-items:flex-start;gap:10px;padding-right:16px;border-right:1px solid var(--line)}.own-chip{position:relative}.own-chip:before{content:"Yours";position:absolute;top:-8px;left:50%;transform:translate(-50%);font-size:.625rem;font-weight:600;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-full);padding:1px 7px;z-index:1}.own-name-input{font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--ink);background:transparent;border:none;outline:none;text-align:center;width:76px;min-width:0;padding:1px 0}.own-name-input:focus{box-shadow:0 0 0 2px var(--accent);border-radius:4px}.own-chip-edit,.own-chip-remove{position:absolute;top:14px;width:20px;height:20px;border-radius:50%;border:none;background:var(--surface-1);color:var(--ink-soft);box-shadow:var(--shadow-1);font-size:.75rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.own-chip-edit{right:2px;top:32px}.own-chip-remove{right:2px;top:8px}.own-chip-edit:hover{background:var(--accent);color:#fff}.own-chip-remove:hover{background:var(--danger);color:#fff}.rail-add-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:84px;flex-shrink:0;padding:6px 4px 8px;border:none;background:none;font:inherit;cursor:pointer}.rail-add-plus{width:56px;height:56px;border-radius:50%;border:1.5px dashed var(--line);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--ink-soft)}.rail-add-tile:hover .rail-add-plus{border-color:var(--accent);color:var(--accent)}.rail-add-label{font-size:.75rem;font-weight:600;color:var(--ink-soft)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#17171a00;z-index:55;display:flex;transition:background .25s var(--ease)}.sheet-backdrop.open{background:#17171a73}.sheet-backdrop[hidden]{display:none}.sheet{background:var(--surface-1);box-shadow:var(--shadow-2);padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;opacity:0;transform:translateY(16px);transition:transform .25s var(--ease),opacity .25s var(--ease);width:380px;max-width:calc(100vw - 48px);max-height:80vh;border-radius:var(--radius-l);margin:auto}.sheet-backdrop.open .sheet{opacity:1;transform:none}.sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheet-title{font-size:1rem;font-weight:600;color:var(--ink);margin:0}.sheet-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-2);color:var(--ink-soft);font-size:.875rem;cursor:pointer;flex-shrink:0}.sheet-close:hover{background:var(--line);color:var(--ink)}.sheet-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.accent-btn{height:40px;padding:0 20px;border-radius:var(--radius-full);border:none;background:var(--accent);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.accent-btn:hover{background:var(--accent-hover)}.fabric-sheet{opacity:1;transform:translate(-100%);width:340px;max-width:86vw;height:100%;margin:0 auto 0 0;border-radius:0 var(--radius-l) var(--radius-l) 0}.sheet-backdrop.open .fabric-sheet{transform:none}.fabric-drawer-section{display:flex;flex-direction:column;gap:8px}.fabric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.fabric-grid-item{display:flex;flex-direction:column;align-items:center;gap:5px;background:var(--surface-2);border:2px solid transparent;border-radius:var(--radius-m);padding:6px;cursor:pointer}.fabric-grid-item:hover{border-color:var(--line)}.fabric-grid-item.active{border-color:var(--accent);background:var(--accent-soft)}.fabric-grid-item img{width:100%;height:56px;object-fit:cover;border-radius:var(--radius-s);background:var(--surface-1)}.fabric-grid-item span{font-size:.75rem;font-weight:500;color:var(--ink);text-align:center;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.fabric-color-row{display:flex;flex-wrap:wrap;gap:10px}.fabric-color-swatch{width:40px;height:40px;padding:0;border-radius:50%;border:2px solid var(--line);cursor:pointer;position:relative}.fabric-color-swatch.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.fabric-upload-btn{align-self:flex-start}.catalog-filters{display:flex;flex-direction:column}.filter-group{padding:12px 0;border-bottom:1px solid var(--line)}.filter-group:last-of-type{border-bottom:none}summary.filter-group-label{display:flex;align-items:center;gap:8px;cursor:pointer;list-style:none;font-size:.875rem;font-weight:600;color:var(--ink)}summary.filter-group-label::-webkit-details-marker{display:none}summary.filter-group-label:before{content:"▸";font-size:.625rem;color:var(--ink-soft);transition:transform .15s ease}.filter-group[open] summary.filter-group-label:before{transform:rotate(90deg)}.filter-group[open] summary.filter-group-label{margin-bottom:10px}.filter-group-count{color:var(--accent);font-size:.75rem}.filter-group-count:empty{display:none}.filter-chip-row{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{min-height:32px;padding:5px 13px;border-radius:var(--radius-full);border:none;background:var(--surface-2);color:var(--ink);font-size:.8125rem;font-weight:500;cursor:pointer}.filter-chip:hover{background:var(--line)}.filter-chip.active{background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1.5px var(--accent);font-weight:600}.adjust-group{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;border-bottom:1px solid var(--line)}.adjust-group:last-of-type{border-bottom:none;padding-bottom:0}.control-label{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:600;color:var(--ink-soft)}.adjust-group input[type=number]{font-family:var(--font-body);font-size:.9375rem;font-weight:600;color:var(--ink);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-s);padding:8px 10px;outline:none;width:100px}.adjust-group input[type=number]:focus{border-color:var(--accent)}.field-hint{font-size:.75rem;color:var(--ink-soft);line-height:1.4;margin:0}.panel-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--ink-faint);margin:0 0 8px}.spools{display:flex;gap:8px;flex-wrap:wrap}.spool{display:flex;align-items:center;gap:6px;background:var(--surface-2);border-radius:var(--radius-full);padding:4px 10px 4px 4px}.spool-dot{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.spool-hex{font-size:.75rem;color:var(--ink-soft);font-variant-numeric:tabular-nums}.mode-toggle-check{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--ink);cursor:pointer}.mode-toggle-check input{accent-color:var(--accent);width:16px;height:16px}.fabric-overlay{position:absolute;width:60px;height:60px;border-radius:50%;background-size:cover;background-position:center;border:2px solid #fff;box-shadow:var(--shadow-2);cursor:grab;z-index:5;touch-action:none}.fabric-overlay.dragging{cursor:grabbing}.fabric-overlay.no-border{border:none;box-shadow:none}.fabric-overlay.pop-in{animation:overlay-settle .25s var(--ease) both}@keyframes overlay-settle{0%{transform:scale(.85);opacity:.3}70%{transform:scale(1.04);opacity:1}to{transform:scale(1);opacity:1}}.overlay-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:var(--danger);color:#fff;border-radius:50%;font-size:11px;line-height:18px;text-align:center;cursor:pointer}.overlay-resize{position:absolute;right:-5px;bottom:-5px;width:16px;height:16px;background:var(--accent);border:2px solid #fff;border-radius:50%;cursor:se-resize;box-shadow:0 1px 3px #00000059}.dropcard.hide-controls .overlay-remove,.fabric-card.hide-controls .overlay-remove,.fabric-card.hide-controls .overlay-resize,.fabric-card.hide-controls .stitch-handle{display:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tb-btn:focus-visible,.fabric-thumb:focus-visible,.strip-more-btn:focus-visible,.thread-swatch:focus-visible,.own-select-btn:focus-visible,.fabric-grid-item:focus-visible,.fabric-color-swatch:focus-visible{outline-color:var(--ink-on-dark)}.tb-btn,.match-toggle-btn,.text-btn,.sheet-close,.fabric-thumb,.strip-more-btn,.own-select-btn,.thread-swatch,.rail-add-tile,.own-chip-edit,.own-chip-remove,.cat-chip-shop,.chip-btn,.accent-btn,.filter-chip,.filter-summary-chip button,.fabric-grid-item,.fabric-color-swatch{transition:transform .1s var(--ease),background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease),box-shadow .15s var(--ease)}.tb-btn:not(:disabled):active,.match-toggle-btn:active,.text-btn:active,.sheet-close:active,.fabric-thumb:active,.strip-more-btn:active,.own-select-btn:active,.thread-swatch:active,.rail-add-tile:active,.chip-btn:active,.accent-btn:active,.filter-chip:active,.filter-summary-chip button:active,.fabric-grid-item:active,.fabric-color-swatch:active{transform:scale(.97)}@media (prefers-reduced-motion: reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0ms!important}.tb-btn:active,.match-toggle-btn:active,.own-select-btn:active,.thread-swatch:active{transform:none}}.text-btn,.modal-title,.field-label,.step-label,.mode-toggle,.tool-btn,.site-nav a,.beta-badge,.feedback-fab,.cookie-cat-toggle,.eyebrow{text-transform:none;letter-spacing:.01em}.text-btn{font-size:.8125rem;font-weight:600;border:none;background:var(--surface-2);color:var(--ink);padding:8px 14px;border-radius:var(--radius-full);min-height:36px}.text-btn:hover{background:var(--line);color:var(--ink)}.export-btn{font-size:.8125rem;font-weight:600;min-height:40px}.export-btn.primary{background:var(--accent)}.export-btn.primary:hover{background:var(--accent-hover)}.modal-title{font-size:.9375rem;font-weight:600;color:var(--ink)}.field-label,.step-label{font-size:.75rem;font-weight:600}.edit-modal-inner{background:var(--surface-1);border-radius:var(--radius-l);box-shadow:var(--shadow-2)}.site-nav a{font-size:.8125rem;font-weight:500}.site-nav .nav-brand{color:var(--ink)}.beta-badge{font-size:.6875rem;font-weight:600}.feedback-fab{border:none;box-shadow:var(--shadow-1)}@media (max-width: 900px){.app-head{display:none}.site-nav{min-height:40px}.nav-toggle{width:28px;height:28px}.stage-zone{padding:0 12px}.fabric-strip{top:28px;bottom:auto;max-height:60%;width:52px}.stage.intro-open .fabric-strip{top:8px;bottom:auto;left:8px;padding:6px 4px}.stage-intro{padding:12px}.stage-intro-inner{margin-left:56px;max-width:calc(100% - 56px);padding:22px 18px}.stage-intro-heading{font-size:1.25rem}.stage-intro-sub{font-size:.875rem}.intro-swatch{width:88px;height:88px}.intro-swatch img{width:46px;height:46px}.fabric-strip-label{font-size:.6875rem;margin-bottom:1px}.fabric-thumb{width:48px;height:48px}.strip-more-btn{width:48px;min-height:44px}.stage-toolbar{flex-direction:column;align-items:flex-end;top:12px;right:12px;width:112px;max-width:112px;gap:6px}.zoom-cluster{height:40px;padding:0 8px;gap:4px}.zoom-cluster .tb-icon svg{width:14px;height:14px}.zoom-cluster input[type=range]{width:40px}.zoom-cluster span{font-size:.6875rem;width:auto}#infoBtn,#shareBtn,#downloadBtn{width:52px;height:auto;min-height:44px;padding:6px 4px 5px;flex-direction:column;gap:3px;background:var(--canvas-soft);color:var(--ink-on-dark);border-radius:14px}#infoBtn .tb-label,#shareBtn .tb-label,#downloadBtn .tb-label{display:block;font-size:.5625rem;font-weight:600;line-height:1;white-space:nowrap}.thread-panel{left:12px;right:12px;top:auto;bottom:12px;transform:none;flex-direction:row;align-items:center;gap:2px;max-height:none;width:auto;padding:4px 8px;overflow-x:auto;overflow-y:hidden}.thread-panel .panel-label{display:block;flex-shrink:0;font-size:.6875rem;margin-right:2px}.thread-grid{display:flex;gap:2px}.thread-swatch{width:44px;height:44px;flex-shrink:0}.stitch-toggle{flex-shrink:0;font-size:.6875rem;padding-left:6px;min-height:44px}.thread-utility-row{flex-direction:row;flex-shrink:0}.rail-zone{flex-direction:column;align-items:stretch;padding:8px 12px;gap:8px}.rail-head{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.rail-filter-row{flex-shrink:0}.cat-chip,.rail-add-tile{width:72px}.sheet-close{width:44px;height:44px}.match-toggle-btn{padding:0 10px;font-size:.75rem}.chip-btn,.filter-summary-chip{height:36px}.chip-btn{padding:0 12px}.filter-summary-chip{max-width:120px}.own-name-input{font-size:16px}.own-chip-edit,.own-chip-remove{width:26px;height:26px;font-size:.875rem}.own-chip-edit{top:38px}.sheet,.fabric-sheet{width:100%;max-width:none;height:auto;max-height:78vh;margin:auto 0 0;border-radius:var(--radius-l) var(--radius-l) 0 0;transform:translateY(100%);opacity:1}.sheet-backdrop.open .sheet,.sheet-backdrop.open .fabric-sheet{transform:none}.fabric-grid-item img{height:64px}}
