:root{--bg0: #05060a;--bg1: #0c0f16;--surface: rgba(255, 255, 255, .035);--surface2: rgba(255, 255, 255, .055);--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .14);--text: rgba(255, 255, 255, .94);--muted: rgba(255, 255, 255, .58);--faint: rgba(255, 255, 255, .38);--amber: #e5bc5c;--amber-dim: rgba(229, 188, 92, .15);--teal: #3ee8d0;--teal-dim: rgba(62, 232, 208, .12);--danger: #f87171;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--shadow: 0 24px 80px rgba(0, 0, 0, .45);--font-display: "Syne", ui-sans-serif, system-ui, sans-serif;--font-body: "DM Sans", ui-sans-serif, system-ui, sans-serif;--space: clamp(1.25rem, 3vw, 2.5rem);--max: 1120px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-size:17px;line-height:1.6;color:var(--text);background:var(--bg0);min-height:100vh;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 90% 60% at 15% -10%,rgba(229,188,92,.12),transparent 50%),radial-gradient(ellipse 70% 50% at 95% 10%,rgba(62,232,208,.08),transparent 45%),radial-gradient(ellipse 60% 40% at 50% 100%,rgba(62,100,200,.06),transparent 50%),linear-gradient(180deg,var(--bg0) 0%,var(--bg1) 45%,var(--bg0) 100%)}#root{position:relative;z-index:1}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--amber);color:var(--bg0)}:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.site{min-height:100vh}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);display:flex;align-items:center;border-bottom:1px solid var(--border);background:#05060ab8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--space);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:flex;flex-direction:column;gap:.05rem}.brand-mark{font-family:var(--font-display);font-weight:800;font-size:1.05rem;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text) 0%,var(--muted) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-sub{font-size:.7rem;text-transform:uppercase;letter-spacing:.22em;color:var(--faint)}.nav-desktop{display:none;align-items:center;gap:.35rem}@media(min-width:860px){.nav-desktop{display:flex}}.nav-btn{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;color:var(--muted);transition:color .2s,background .2s}.nav-btn:hover{color:var(--text);background:var(--surface)}.nav-btn.is-active{color:var(--bg0);background:linear-gradient(135deg,var(--amber) 0%,#c9a03a 100%)}.header-actions{display:flex;align-items:center;gap:.75rem}.link-pill{display:none;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:var(--text);border:1px solid var(--border);border-radius:999px;transition:border-color .2s,background .2s}@media(min-width:520px){.link-pill{display:inline-flex}}.link-pill:hover{border-color:var(--border-strong);background:var(--surface)}.menu-toggle{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text)}@media(min-width:860px){.menu-toggle{display:none}}.menu-toggle svg{width:22px;height:22px}.nav-mobile{display:none;flex-direction:column;gap:.25rem;padding:.75rem var(--space) 1.25rem;border-bottom:1px solid var(--border);background:#05060af5}.nav-mobile.is-open{display:flex}@media(min-width:860px){.nav-mobile{display:none!important}}.nav-mobile .nav-btn{border-radius:var(--radius-sm);padding:.65rem 1rem}main>section{scroll-margin-top:calc(var(--header-h) + 1rem)}.section-inner{max-width:var(--max);margin:0 auto;padding:clamp(3.5rem,8vw,6rem) var(--space)}.section-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--teal);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,4vw,2.35rem);letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.section-lead{color:var(--muted);max-width:38rem;font-size:1.05rem}.hero{padding-top:clamp(2rem,5vw,3.5rem)}.hero-grid{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:end}@media(min-width:900px){.hero-grid{grid-template-columns:1.15fr .85fr;align-items:stretch}}.hero-copy h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,6.5vw,3.75rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:1.25rem}.hero-copy h1 span{display:block;background:linear-gradient(105deg,var(--amber),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{color:var(--muted);font-size:1.1rem;max-width:34rem;margin-bottom:1rem}.hero-copy>p:last-of-type{margin-bottom:1.75rem}.hero-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:500;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:var(--surface)}.pill svg{width:16px;height:16px;opacity:.85}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;font-weight:600;font-size:.95rem;border-radius:var(--radius-md);color:var(--bg0);background:linear-gradient(135deg,var(--amber) 0%,#cfa24a 100%);box-shadow:0 12px 40px #e5bc5c40;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px #e5bc5c52}.btn-primary svg{width:18px;height:18px}.btn-ghost{padding:.85rem 1.25rem;font-weight:500;font-size:.95rem;border-radius:var(--radius-md);border:1px solid var(--border);color:var(--text);transition:background .2s,border-color .2s}.btn-ghost:hover{background:var(--surface);border-color:var(--border-strong)}.hero-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(145deg,var(--surface2) 0%,transparent 55%),var(--surface);padding:1.35rem 1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem;height:100%}.hero-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0}.hero-location{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--faint)}.hero-live{display:inline-flex;align-items:center;gap:.45rem;font-size:.72rem;font-weight:500;color:var(--teal)}.hero-live .status-dot{margin-top:0;width:7px;height:7px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;flex-shrink:0}.stat{padding:.75rem .5rem;border-radius:var(--radius-md);background:var(--bg0);border:1px solid var(--border);text-align:center}.stat b{font-family:var(--font-display);font-size:1.25rem;display:block;line-height:1.2}.stat small{font-size:.65rem;color:var(--faint);text-transform:uppercase;letter-spacing:.1em}.hero-jobs{flex:1;display:flex;flex-direction:column;gap:.65rem;min-height:0}.hero-job{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg0)}.hero-job.is-featured{border-color:#3ee8d047;background:linear-gradient(135deg,rgba(62,232,208,.07) 0%,var(--bg0) 65%)}.hero-job-copy strong{display:block;font-family:var(--font-display);font-size:.95rem;font-weight:600;line-height:1.3;margin-bottom:.15rem}.hero-job-copy span{display:block;font-size:.78rem;color:var(--muted);line-height:1.35}.hero-job time{flex-shrink:0;font-size:.72rem;color:var(--faint);white-space:nowrap;padding-top:.1rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.45rem;flex-shrink:0;padding-top:.15rem;border-top:1px solid var(--border)}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--teal);box-shadow:0 0 12px var(--teal);flex-shrink:0}.tag{font-size:.72rem;font-weight:500;padding:.35rem .65rem;border-radius:6px;background:var(--teal-dim);color:var(--teal);border:1px solid rgba(62,232,208,.25)}.bento{display:grid;gap:1rem;margin-top:2.25rem}@media(min-width:700px){.bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.bento{grid-template-columns:repeat(12,1fr)}.bento .card:nth-child(1){grid-column:span 7}.bento .card:nth-child(2){grid-column:span 5}.bento .card:nth-child(3){grid-column:span 5}.bento .card:nth-child(4){grid-column:span 7}}.card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:1.35rem 1.5rem;transition:border-color .25s,transform .25s}.card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.card-icon{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:var(--amber-dim);margin-bottom:1rem}.card-icon img{width:28px;height:28px}.card h3{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.5rem}.card p{color:var(--muted);font-size:.95rem}.resume-layout{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:800px){.resume-layout{grid-template-columns:1fr 1fr}}.timeline-block h3{font-family:var(--font-display);font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--teal)}.timeline-block h3 svg{width:20px;height:20px;opacity:.9}.job{padding:1.25rem 1.35rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);margin-bottom:.85rem}.job:last-child{margin-bottom:0}.job h4{font-size:1rem;font-weight:600;margin-bottom:.35rem}.job time{font-size:.8rem;color:var(--amber);font-weight:500;display:block;margin-bottom:.35rem}.job-meta{color:var(--faint);font-size:.82rem;margin-bottom:.65rem}.job p{color:var(--muted);font-size:.92rem}.stack-grid{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:640px){.stack-grid{grid-template-columns:repeat(2,1fr)}}.stack-group{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:1.25rem 1.5rem}.stack-group h3{font-family:var(--font-display);font-size:.95rem;margin-bottom:.85rem;color:var(--muted)}.stack-tags{display:flex;flex-wrap:wrap;gap:.5rem}.contact-grid{margin-top:2.5rem;display:grid;gap:1.5rem}@media(min-width:880px){.contact-grid{grid-template-columns:1fr 1fr;align-items:start}}.map-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);aspect-ratio:4/3;min-height:280px;background:var(--surface)}.map-frame iframe{width:100%;height:100%;border:0;filter:saturate(.85) contrast(1.05)}.form-panel{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:1.5rem}.form-panel h3{font-family:var(--font-display);font-size:1.1rem;margin-bottom:1.25rem}.form-row{display:grid;gap:.85rem;margin-bottom:.85rem}@media(min-width:480px){.form-row.split{grid-template-columns:1fr 1fr}}.form-panel input,.form-panel textarea{width:100%;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg0);color:var(--text);font:inherit;transition:border-color .2s}.form-panel input::placeholder,.form-panel textarea::placeholder{color:var(--faint)}.form-panel input:focus,.form-panel textarea:focus{outline:none;border-color:var(--teal)}.form-panel textarea{min-height:140px;resize:vertical}.form-panel button[type=submit]{width:100%;margin-top:.5rem}.form-panel button[type=submit]:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.form-hint{font-size:.8rem;color:var(--faint);margin-top:.75rem}.inline-link{color:var(--teal);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--teal) 45%,transparent);text-underline-offset:.15em;transition:color .2s,text-decoration-color .2s}.inline-link:hover{color:var(--amber);text-decoration-color:color-mix(in srgb,var(--amber) 55%,transparent)}.site-footer{border-top:1px solid var(--border);padding:2rem var(--space)}.footer-inner{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-inner p{color:var(--muted);font-size:.9rem}.social-row{display:flex;gap:.5rem}.social-row a{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--muted);transition:color .2s,border-color .2s,background .2s}.social-row a:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface)}.social-row svg{width:18px;height:18px}.tools-layout{display:grid;gap:1.25rem;margin-top:2.5rem}@media(min-width:900px){.tools-layout{grid-template-columns:minmax(240px,280px) 1fr;align-items:start}}.tools-sidebar-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--teal);margin-bottom:.65rem}.tools-sidebar-label--muted{color:var(--faint);margin-top:1.25rem}.tools-list{display:flex;flex-direction:column;gap:.45rem}.tools-list-btn{width:100%;text-align:left;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,background .2s}.tools-list-btn:hover:not(.tools-list-btn--disabled){border-color:var(--border-strong);background:var(--surface2)}.tools-list-btn.is-active{border-color:#e5bc5c73;background:var(--amber-dim)}.tools-list-btn--disabled{opacity:.55;cursor:default}.tools-list-name{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;font-weight:600;font-size:.92rem;margin-bottom:.25rem}.tools-list-desc{display:block;font-size:.82rem;color:var(--muted);line-height:1.45}.tools-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .45rem;border-radius:4px;background:var(--teal-dim);color:var(--teal);border:1px solid rgba(62,232,208,.25)}.tools-workspace{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:1.35rem 1.5rem}.tools-workspace-head{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.tools-workspace-head h3{font-family:var(--font-display);font-size:1.2rem}.tool-panel-desc{color:var(--muted);font-size:.95rem;margin-bottom:1.25rem}.tool-panel-desc strong{color:var(--text);font-weight:600}.tool-panel-desc--inline{margin-top:-.5rem;margin-bottom:.5rem;font-size:.85rem}.tool-dropzone-wrap{margin-bottom:1rem}.tool-dropzone{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:2rem 1.25rem;border-radius:var(--radius-md);border:2px dashed var(--border);background:var(--bg0);text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.tool-dropzone:hover,.tool-dropzone.is-dragover{border-color:var(--teal);background:var(--teal-dim)}.tool-dropzone-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface2);font-size:1.25rem;color:var(--teal);margin-bottom:.25rem}.tool-dropzone strong{font-size:.95rem}.tool-dropzone-hint{font-size:.8rem;color:var(--faint)}.tool-dropzone-action{font-size:.82rem;color:var(--muted);margin-top:.25rem}.tool-file-hint{font-size:.8rem;color:var(--faint);margin-bottom:.65rem}.tool-file-list{margin-bottom:1.25rem}.tool-file-item{position:relative;display:grid;grid-template-columns:auto auto 1fr auto auto;gap:.65rem;align-items:center;padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg0);margin-bottom:.45rem;transition:border-color .2s,background .2s}.tool-file-item:hover,.tool-file-item.is-preview-open,.tool-file-item:focus-within{border-color:#3ee8d059;background:var(--surface)}.tool-file-thumb{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-size:.55rem;font-weight:700;letter-spacing:.04em;color:var(--teal);background:var(--teal-dim);border:1px solid rgba(62,232,208,.25)}.tool-file-index{font-size:.75rem;font-weight:600;color:var(--amber);min-width:1.25rem}.tool-file-name{font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-file-size{font-size:.75rem;color:var(--faint);font-variant-numeric:tabular-nums}.tool-file-actions{display:flex;gap:.25rem}.tool-file-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--border);color:var(--muted);font-size:.85rem;transition:color .2s,border-color .2s}.tool-file-btn:hover{color:var(--text);border-color:var(--border-strong)}.tool-file-btn--danger:hover{color:var(--danger);border-color:#f8717166}.file-preview-popover{position:absolute;left:50%;z-index:20;pointer-events:auto;transform:translate(-50%);animation:preview-in .18s ease-out}.file-preview-popover--above{bottom:calc(100% - 6px);padding-bottom:10px}.file-preview-popover--below{top:calc(100% + 10px)}@keyframes preview-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.file-preview-popover-inner{width:min(240px,70vw);border-radius:var(--radius-md);border:1px solid var(--border-strong);background:#0c0f16f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);overflow:hidden}.file-preview-frame{aspect-ratio:3 / 4;background:#fff;display:flex;align-items:center;justify-content:center}.file-preview-frame img{width:100%;height:100%;object-fit:contain;display:block}.file-preview-state{padding:1rem;text-align:center;font-size:.82rem;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:.65rem}.file-preview-spinner{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--teal);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.file-preview-meta{padding:.75rem .85rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}.file-preview-meta strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-preview-meta span{font-size:.72rem;color:var(--faint)}.crop-canvas-wrap{margin-bottom:1.25rem}.crop-canvas{position:relative;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg0);overflow:hidden;cursor:crosshair;-webkit-user-select:none;user-select:none;touch-action:none}.crop-canvas img{width:100%;display:block;pointer-events:none}.crop-canvas-state{padding:3rem 1rem;text-align:center;color:var(--muted);font-size:.9rem}.crop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.crop-box{position:absolute;pointer-events:auto;cursor:move;border:2px solid var(--teal);box-shadow:0 0 0 9999px #00000085;box-sizing:border-box}.crop-box-label{position:absolute;top:-1.55rem;left:0;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--teal);background:#05060ad9;padding:.15rem .4rem;border-radius:4px;white-space:nowrap}.crop-handle{position:absolute;width:10px;height:10px;background:var(--teal);border:2px solid var(--bg0);border-radius:2px;pointer-events:auto}.crop-handle--nw{top:-5px;left:-5px;cursor:nwse-resize}.crop-handle--n{top:-5px;left:50%;margin-left:-5px;cursor:ns-resize}.crop-handle--ne{top:-5px;right:-5px;cursor:nesw-resize}.crop-handle--e{top:50%;right:-5px;margin-top:-5px;cursor:ew-resize}.crop-handle--se{bottom:-5px;right:-5px;cursor:nwse-resize}.crop-handle--s{bottom:-5px;left:50%;margin-left:-5px;cursor:ns-resize}.crop-handle--sw{bottom:-5px;left:-5px;cursor:nesw-resize}.crop-handle--w{top:50%;left:-5px;margin-top:-5px;cursor:ew-resize}.crop-canvas-hint{margin-top:.65rem;font-size:.82rem;color:var(--faint)}.crop-canvas-hint strong{color:var(--muted);font-weight:600}.crop-presets{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.crop-presets-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--faint);margin-right:.25rem}.crop-presets .btn-ghost{padding:.45rem .75rem;font-size:.82rem}@media(prefers-reduced-motion:reduce){.file-preview-popover{animation:none}.file-preview-spinner{animation:none;border-top-color:var(--border)}}.tool-options{display:grid;gap:1rem;margin-bottom:1.25rem}@media(min-width:640px){.tool-options{grid-template-columns:repeat(2,1fr)}.tool-options .tool-field:last-child{grid-column:1 / -1}}.tool-field{display:flex;flex-direction:column;gap:.45rem}.tool-field span{font-size:.82rem;font-weight:500;color:var(--muted)}.tool-field select,.tool-field input[type=range]{width:100%}.tool-field select{padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg0);color:var(--text);font:inherit}.tool-field select:focus{outline:none;border-color:var(--teal)}.tool-actions{display:flex;flex-wrap:wrap;gap:.75rem}.tool-error{color:var(--danger);font-size:.9rem;margin-bottom:1rem}.tool-success{color:var(--teal);font-size:.9rem;margin-bottom:1rem}.tools-page .section-inner{padding-top:clamp(2.5rem,6vw,4rem)}.tools-page--narrow{max-width:820px}.tools-search-bar{margin-top:2rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.tools-search{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.tools-search svg{width:20px;height:20px;color:var(--faint);flex-shrink:0}.tools-search input{flex:1;border:none;background:transparent;color:var(--text);font:inherit;font-size:1rem}.tools-search input:focus{outline:none}.tools-search input::placeholder{color:var(--faint)}.tools-filters{display:flex;flex-wrap:wrap;gap:.45rem}.tools-filter-btn{padding:.4rem .85rem;border-radius:999px;font-size:.82rem;font-weight:500;color:var(--muted);border:1px solid var(--border);background:var(--surface);transition:color .2s,border-color .2s,background .2s}.tools-filter-btn:hover{color:var(--text);border-color:var(--border-strong)}.tools-filter-btn.is-active{color:var(--bg0);background:linear-gradient(135deg,var(--amber) 0%,#c9a03a 100%);border-color:transparent}.tools-index-grid{display:grid;gap:1rem}@media(min-width:640px){.tools-index-grid{grid-template-columns:repeat(2,1fr)}}.tools-index-card{display:flex;flex-direction:column;height:100%;padding:1.25rem 1.35rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,transform .2s,background .2s}a.tools-index-card:hover{border-color:#e5bc5c73;background:var(--surface2);transform:translateY(-2px)}.tools-index-card--soon{opacity:.6}.tools-index-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.65rem}.tools-index-card-head h2{font-family:var(--font-display);font-size:1.05rem;line-height:1.25}.tools-index-card p{color:var(--muted);font-size:.92rem;flex:1;margin-bottom:1rem}.tools-index-card-cta{font-size:.82rem;font-weight:600;color:var(--teal)}.tools-badge--muted{background:var(--surface2);color:var(--faint);border-color:var(--border)}.tools-empty{color:var(--muted);padding:2rem;text-align:center;border-radius:var(--radius-md);border:1px dashed var(--border)}.tools-back{display:inline-block;font-size:.88rem;color:var(--muted);margin-bottom:1.25rem;transition:color .2s}.tools-back:hover{color:var(--teal)}.tools-workspace-head--page{margin-bottom:1.5rem;padding-bottom:0;border-bottom:none}.tools-workspace-head--page .section-title{margin-bottom:0}.tools-workspace--solo{margin-top:0}
