.button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:10px 17px;font-size:12px;font-weight:550;line-height:1.5;transition:background .15s;display:inline-flex}.primary{color:#fff;background:#25634d}.primary:hover{background:#1b503c}.secondary{background:var(--surface);border-color:var(--line);color:var(--text)}.secondary:hover{background:var(--hover);border-color:#a8c1af}.text-button{color:var(--green);white-space:nowrap;align-items:center;gap:5px;padding:4px 6px;font-size:11px;display:inline-flex}.text-button:hover{background:var(--hover);border-radius:4px}.back-link{color:var(--muted);margin-bottom:25px;font-size:11px;display:inline-block}.tool-heading{align-items:center;gap:18px;margin-bottom:30px;display:flex}.tool-icon.large{border-radius:16px;width:61px;height:61px}.tool-heading h1{margin:4px 0;font-size:28px}.tool-heading p{color:var(--muted);margin:0;font-size:12px}.heading-favorite{align-self:center;margin-left:auto}.heading-favorite[aria-pressed=true]{color:var(--green);background:var(--green-soft)}.workspace{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.workspace-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.workspace-label{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.toolbar-actions{gap:13px;display:flex}.tool-options{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:20px;min-height:58px;padding:17px 22px;display:flex}.tool-options>label{color:var(--muted);align-items:center;gap:10px;font-size:11px;display:flex}.tool-options select,.tool-options input[type=password]{background:var(--bg);border:1px solid var(--line);color:var(--text);border-radius:6px;max-width:100%;padding:8px 11px;font-size:12px}.tool-options input[type=checkbox]{accent-color:var(--green);width:15px;height:15px}.subtle{color:var(--muted);font-size:11px}.field-note{color:var(--muted);font-size:10px}.password-label{flex-wrap:wrap;flex:1}.password-label input{width:260px}.editor-grid{grid-template-columns:1fr 1fr;display:grid}.editor-panel{flex-direction:column;min-width:0;display:flex}.editor-panel+.editor-panel{border-left:1px solid var(--line);background:color-mix(in srgb,var(--bg) 30%,var(--surface))}.editor-title{justify-content:space-between;align-items:center;padding:16px 20px 10px;font-size:12px;font-weight:550;display:flex}.editor-title>span{color:var(--muted);font-size:10px;font-weight:400}.editor-panel textarea{resize:vertical;color:var(--text);tab-size:2;overflow-wrap:anywhere;background:0 0;border:0;border-radius:0;width:100%;height:305px;min-height:220px;max-height:650px;padding:10px 20px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.9}.editor-panel textarea:focus-visible{outline-offset:-2px;outline:2px solid #85ae92}.editor-panel textarea::placeholder{color:#a4aea6;font-family:inherit;font-size:11px}.editor-bottom{color:var(--muted);justify-content:space-between;align-items:center;gap:5px;min-height:46px;margin-top:auto;padding:11px 20px;font-size:9px;display:flex}.output-actions{gap:8px;display:flex}.workspace-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex}.run-actions{flex-wrap:wrap;gap:10px;display:flex}.tool-status{color:var(--green);overflow-wrap:anywhere;max-height:180px;margin:0;padding:0 22px;font-size:12px;overflow:auto}.tool-status:not(:empty){padding:0 22px 18px}.tool-status.error{color:#bc5147}.help-grid{grid-template-columns:1.4fr 1fr;gap:18px;margin:23px 0 32px;display:grid}.help-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:23px}.help-card h2{align-items:center;gap:8px;margin-bottom:13px;font-size:14px;font-weight:550;display:flex}.help-card h2 svg{color:var(--green)}.help-card p,.help-card ol{color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:2}.help-card ol{margin-bottom:0;padding-left:18px}.help-card a{color:var(--green);font-size:11px}.privacy-help{background:var(--green-soft)}.related .section-heading a{color:var(--muted);font-size:11px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related{margin-bottom:15px}.qr-preview{justify-content:center;align-items:center;height:305px;min-height:220px;padding:20px;display:flex}.qr-preview img{object-fit:contain;background:#fff;width:250px;max-width:100%;height:250px}.qr-preview #qr-placeholder{text-align:center;color:#acb9ad}.qr-preview p{margin-top:14px;font-size:11px}@media (width<=1100px){.password-label .field-note{width:100%}.tool-options,.tool-heading{gap:12px}.heading-favorite{padding:9px}.tool-heading h1{font-size:24px}.editor-bottom{padding:10px 13px}.editor-bottom>span{max-width:55%}.workspace-bottom{padding:15px}.help-grid{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.tool-heading{flex-wrap:wrap;margin-bottom:23px}.tool-heading h1{font-size:23px}.tool-heading p{font-size:11px}.tool-icon.large{width:47px;height:47px}.heading-favorite{margin-left:0;padding:6px 9px;font-size:10px}.back-link{margin-bottom:18px}.workspace-toolbar{padding:11px 13px}.workspace-label{font-size:10px}.toolbar-actions{gap:4px}.toolbar-actions .text-button{font-size:10px}.tool-options{padding:14px}.tool-options>label{flex-wrap:wrap;font-size:10px}.tool-options select{padding:7px;font-size:11px}.editor-grid{grid-template-columns:1fr}.editor-panel+.editor-panel{border-left:0;border-top:1px solid var(--line)}.editor-panel textarea{height:230px;min-height:160px;padding:10px 15px}.editor-title{padding:13px 15px 7px}.editor-bottom{padding:9px 15px}.workspace-bottom{flex-direction:column;align-items:flex-start}.button{padding:9px 12px;font-size:11px}.help-grid{grid-template-columns:1fr;gap:13px}.help-card{padding:19px}.tool-status{font-size:11px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.password-label input{width:100%}.qr-preview{height:280px}.run-actions{gap:7px}}.time-app{margin-bottom:24px}.time-settings{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:19px;font-size:12px;display:flex}.time-settings #time-clear{margin-left:auto}.time-app input,.time-app select,.hash-options input:not([type=checkbox]){border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:7px;min-width:0;max-width:100%;padding:10px 12px;font-size:12px}.clock-grid{grid-template-columns:1fr 1fr 1.35fr;gap:14px;display:grid}.clock-card{background:var(--green-soft);border:1px solid var(--line);border-radius:11px;min-width:0;padding:18px 20px}.clock-card>div{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:11px;display:flex}.clock-card output{letter-spacing:.4px;color:var(--green);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin-top:9px;font-family:Consolas,monospace;font-size:22px;display:block}.clock-card:last-child output{font-size:18px}.clock-foot{color:var(--muted);justify-content:space-between;align-items:center;margin:9px 1px 22px;font-size:10px;display:flex}.time-converters{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.time-panel{background:var(--surface);border:1px solid var(--line);border-radius:11px;min-width:0;overflow:hidden}.time-panel-heading{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:18px 20px;display:flex}.time-panel-heading h2{align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.time-panel-heading h2 svg{color:var(--green)}.time-panel-heading>span{color:var(--muted);font-size:10px}.time-entry{border-bottom:1px solid var(--line);min-height:230px;padding:18px 20px 12px}.time-entry>label,.diff-inputs label{color:var(--muted);margin-bottom:8px;font-size:11px;display:block}.time-entry>input{width:100%}.stamp-field{gap:7px;display:flex}.stamp-field input{flex:1;width:100%}.stamp-field select{width:102px}.time-shortcuts{flex-wrap:wrap;gap:7px;margin:12px 0;display:flex}.time-shortcuts button{background:var(--green-soft);color:var(--green);border-radius:5px;padding:5px 8px;font-size:10px}.time-shortcuts button:hover{outline:1px solid var(--green)}.time-entry .picker-label{align-items:center;gap:9px;margin-top:10px;margin-bottom:0;display:flex}.picker-label input{flex:1;padding:6px 8px}.inline-error{color:#bc5147;overflow-wrap:anywhere;margin:7px 0 0;font-size:11px}.inline-error:empty{display:none}.time-results{padding:0 20px}.time-result-row{border-bottom:1px solid var(--line);grid-template-columns:105px minmax(0,1fr) 36px;align-items:center;gap:9px;padding:12px 0;display:grid}.time-result-row:last-child{border-bottom:0}.time-result-label{color:var(--muted);font-size:11px}.time-result-row output{overflow-wrap:anywhere;user-select:text;font:12px/1.7 Consolas,monospace}.time-result-row button{padding:3px;font-size:10px}.time-empty{color:var(--muted);text-align:center;margin:0;padding:28px 0;font-size:12px}.difference-panel{margin-top:22px}.diff-inputs{grid-template-columns:1fr 1fr;gap:20px;padding:20px;display:grid}.diff-inputs input{width:100%}.diff-controls{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.diff-controls select{padding:6px;font-size:10px}.difference-panel>.inline-error{padding:0 20px}.time-notice{color:var(--muted);margin:15px 0;font-size:11px;line-height:1.9}.hash-options{flex-direction:column;gap:14px;width:100%;display:flex}.hash-option-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hash-options label{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.hash-options .hash-wide{flex:1;min-width:220px}.hash-wide input{flex:1}.hash-formula{background:var(--green-soft);color:var(--green);border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;font-size:12px;display:flex}.hash-compare-label input{flex:1}.hash-match{color:var(--green);margin:0;font-size:12px}.hash-match:empty{display:none}.hash-match.error{color:#bc5147}@media (width<=1200px){.clock-card{padding:14px}.clock-card output{font-size:18px}.clock-card:last-child output{font-size:15px}.time-converters{grid-template-columns:1fr}.time-entry{min-height:0}.time-result-row{grid-template-columns:130px minmax(0,1fr) 36px}.hash-option-row{gap:12px}.hash-options label{flex-wrap:wrap}}@media (width<=700px){.clock-grid{grid-template-columns:1fr 1fr;gap:10px}.clock-card:last-child{grid-column:1/-1}.clock-card output{font-size:17px}.clock-card:last-child output{font-size:20px}.time-settings{gap:8px}.time-settings .subtle{font-size:10px}.time-panel-heading{padding:15px}.time-panel-heading h2{font-size:14px}.time-entry{padding:15px}.time-results{padding:0 15px}.time-result-row{grid-template-columns:83px minmax(0,1fr) 30px;gap:6px}.time-result-label{font-size:10px}.time-result-row output{font-size:11px}.diff-inputs{grid-template-columns:1fr;gap:15px;padding:15px}.hash-options label{font-size:11px}.hash-option-row>label{flex-direction:column;flex:1;align-items:flex-start;min-width:120px}.hash-option-row>label.check-label{flex-direction:row}.hash-option-row select{width:100%}.hash-options .hash-wide{flex-direction:row;align-items:center;min-width:100%}.hash-compare-label{flex-direction:column;align-items:flex-start!important}.hash-compare-label input{width:100%}.hash-formula code{font-size:11px}.hash-formula label{font-size:10px}.time-settings #time-clear{margin-left:0}.time-app input,.time-app select{font-size:12px}}:root{color:#27352f;font-synthesis:none;--bg:#f7f8fa;--surface:#fff;--text:#27352f;--muted:#79827e;--line:#e9edea;--green:#25634d;--green-soft:#eaf3ec;--hover:#f2f6f3;--shadow:0 7px 25px #233b2906;background:#f7f8fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button{color:inherit}svg{vertical-align:middle;flex-shrink:0}button,input,select,textarea{outline:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #79a88b}[hidden]{display:none!important}h1,h2,h3,p{margin-top:0}button{background:0 0;border:0}::selection{background:#d3e8d8}.sidebar{background:var(--surface);border-right:1px solid var(--line);z-index:20;flex-direction:column;width:230px;padding:33px 19px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:1px;align-items:center;gap:11px;padding:0 12px;font-size:23px;font-weight:750;line-height:1.25;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:13px;place-items:center;width:43px;height:43px;display:grid}.brand small{color:var(--muted);letter-spacing:2.3px;margin-top:5px;font-size:9px;font-weight:500;display:block}.nav-label{letter-spacing:1.5px;color:var(--muted);margin:44px 15px 13px;font-size:10px}.nav-item{color:#747e79;white-space:nowrap;border-radius:8px;align-items:center;gap:12px;margin-bottom:5px;padding:12px 14px;font-size:13px;transition:background-color .16s,color .16s;display:flex}.nav-item:hover{background:var(--hover);color:var(--green)}.nav-item.active{background:var(--green-soft);color:var(--green);font-weight:650}.nav-count,.favorite-count{text-align:center;background:#fff9;border-radius:4px;min-width:22px;margin-left:auto;font-size:10px;line-height:20px}.nav-divider{background:var(--line);height:1px;margin:19px 12px}.sidebar-bottom{margin-top:auto;padding-top:45px}.privacy-card{background:linear-gradient(130deg,#f2f7f0,#f7f9f4);border:1px solid #e8eee5;border-radius:10px;padding:18px 15px;font-size:12px}.privacy-symbol{color:var(--green);margin-bottom:10px;display:block}.privacy-card strong{font-size:12px;font-weight:650}.privacy-card p{color:var(--muted);margin:6px 0 13px;font-size:11px;line-height:1.9}.privacy-card a{color:var(--green);justify-content:space-between;font-size:11px;display:flex}.about-link{margin-top:15px;font-size:11px}.sidebar-foot{color:var(--muted);border-top:1px solid var(--line);white-space:nowrap;align-items:center;gap:6px;padding:8px 10px 0;font-size:9px;display:flex}.sidebar-foot>span:last-child{margin-left:auto}.status-dot{background:#6c9b78;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.shell{margin-left:230px}.topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;height:76px;padding:0 44px;display:flex}.breadcrumb{color:var(--muted);gap:13px;font-size:12px;display:flex}.breadcrumb>span:last-child{color:var(--text)}.topbar-right{align-items:center;gap:20px;display:flex}.local-label{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.topbar-line{background:var(--line);width:1px;height:20px}.icon-button{color:#97a09a;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.icon-button:hover{background:var(--hover);color:var(--green)}.avatar{color:#697864;background:#f0f2ec;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;display:grid}main{max-width:1560px;min-height:calc(100vh - 170px);margin:auto;padding:32px 44px 0}.hero{background:#edf3ed;border:1px solid #e3ece3;border-radius:14px;justify-content:space-between;align-items:center;min-height:285px;padding:35px 40px;display:flex;position:relative;overflow:hidden}.eyebrow{letter-spacing:2px;color:#608169;align-items:center;gap:7px;font-size:10px;font-weight:550;display:flex}.eyebrow>span{background:#729a79;border-radius:50%;width:5px;height:5px}.hero h1{letter-spacing:1px;margin:12px 0 13px;font-size:35px;font-weight:650;line-height:1.48}.hero h1>span{color:var(--green)}.hero-copy>p{color:#7b887c;margin-bottom:20px;font-size:12px;line-height:1.9}.hero-tags{color:#608168;gap:23px;font-size:10px;display:flex}.hero-tags>span{align-items:center;gap:5px;display:flex}.hero-art{flex-shrink:0;width:300px;height:235px;margin-right:10px;position:relative}.art-orbit{border:1px solid #dce6d9;border-radius:50%;width:220px;height:220px;position:absolute;top:12px;left:30px;transform:rotate(-25deg)}.orbit-two{border-style:dashed;width:164px;height:164px;top:40px;left:58px}.art-tile{border:1px solid #ffffffb0;border-radius:19px;place-items:center;display:grid;position:absolute;box-shadow:0 12px 22px #435a4510}.tile-code{color:#fff;background:#276249;width:101px;height:101px;top:61px;left:96px;transform:rotate(-10deg)}.tile-braces{color:#7d9081;background:#fff;border-radius:14px;width:62px;height:62px;top:36px;left:25px;transform:rotate(-14deg)}.tile-qr{color:#496652;background:#fbfcf8;border-radius:16px;width:75px;height:75px;top:110px;left:205px;transform:rotate(12deg)}.tile-spark{color:#839d69;background:#e2ebda;border-radius:12px;width:40px;height:40px;top:16px;left:204px;transform:rotate(16deg)}.art-caption{color:#6b806d;background:#ffffffb0;border:1px solid #fff;border-radius:7px;align-items:center;gap:7px;padding:7px 12px;font-size:10px;display:flex;position:absolute;top:192px;left:66px;transform:rotate(-5deg)}.art-plus{color:#b2c7ac;font-size:20px;font-weight:300;position:absolute}.plus-one{top:0;left:140px}.plus-two{top:151px;left:16px}.search-section{align-items:center;gap:25px;margin:29px 0;display:flex}.search-wrap{background:var(--surface);border:1px solid var(--line);height:51px;box-shadow:var(--shadow);color:#9aa49d;border-radius:9px;flex:1;align-items:center;gap:12px;max-width:680px;padding:0 17px;display:flex}.search-wrap:focus-within{border-color:#91b49b}.search-wrap input{min-width:0;color:var(--text);background:0 0;border:0;flex:1;height:100%;font-size:12px}.search-wrap input:focus-visible{outline:none}.search-wrap input::placeholder{color:#a1a9a3}.search-wrap kbd{border:1px solid var(--line);text-align:center;background:var(--bg);border-radius:4px;width:22px;height:24px;font-size:12px}.tool-total{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:11px}.tool-total strong{color:var(--green);font-weight:600}.section-heading{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.section-heading h2{align-items:center;gap:8px;margin:0;font-size:16px;font-weight:650;display:flex}.section-heading h2>svg{color:var(--green)}.section-heading h2>span{letter-spacing:1.5px;color:#a2aaa4;margin-left:3px;font-size:9px;font-weight:400}.section-caption{color:#929c94;font-size:10px}.quick-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.quick-tool{background:var(--surface);border:1px solid var(--line);border-radius:9px;align-items:center;gap:9px;padding:14px 11px;font-size:11px;transition:all .16s;display:flex}.quick-tool:hover{box-shadow:var(--shadow);border-color:#bed2c2;transform:translateY(-2px)}.quick-icon{border-radius:8px;flex-shrink:0;place-items:center;width:31px;height:31px;display:grid}.quick-arrow{color:#b4bdb6;margin-left:auto;font-size:11px}.tone-encoding{color:#8384b6;background:#eff0fa}.tone-development{color:#7794be;background:#edf2fa}.tone-security{color:#bd995e;background:#fcf2e5}.tone-daily{color:#6d9b77;background:#eaf3eb}.directory{margin-top:35px}.directory-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.directory-header .section-heading{margin:0}.directory-header h2>span{letter-spacing:0;color:#808d83;background:#ebeeeb;border-radius:4px;padding:0 6px;line-height:19px}.filter-tabs{align-items:center;gap:5px;display:flex}.filter-tab{color:#8a958d;white-space:nowrap;border-radius:6px;padding:6px 12px;font-size:11px}.filter-tab:hover{background:var(--hover)}.filter-tab.selected{color:var(--green);background:#e8efe9;font-weight:600}.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tool-card{background:var(--surface);border:1px solid var(--line);border-radius:11px;min-width:0;padding:21px 22px 16px;transition:border-color .18s,transform .18s,box-shadow .18s;position:relative}.tool-card:hover{border-color:#b6cebf;transform:translateY(-3px);box-shadow:0 8px 22px #25493008}.card-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.tool-icon{border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:inline-grid}.favorite{z-index:2;position:relative}.favorite[aria-pressed=true]{color:#ba9650}.favorite[aria-pressed=true] svg{fill:#eccc7770}.card-link:after{content:"";border-radius:11px;position:absolute;inset:0}.card-link h3{align-items:center;gap:8px;margin-bottom:7px;font-size:15px;font-weight:600;display:flex}.badge{color:#9d895e;background:#faf3e6;border-radius:3px;padding:0 5px;font-size:9px;font-weight:400}.card-link p{color:var(--muted);min-height:21px;margin:0 0 18px;font-size:11px;line-height:1.9}.card-bottom{color:#9ea9a1;border-top:1px solid #f1f3f1;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.card-bottom>span{letter-spacing:1.3px;font-size:9px}.card-bottom svg{color:#a9b3ac}.bottom-note{color:#7b8c7b;background:#f0f4ef;border:1px solid #e7ede5;border-radius:9px;align-items:center;gap:10px;margin:30px 0 0;padding:17px 20px;font-size:10px;display:flex}.bottom-note p{margin:0}.bottom-note a{white-space:nowrap;color:var(--green);margin-left:auto}.bottom-note a span{margin-left:9px}.footer{color:#9aa49d;justify-content:space-between;align-items:center;max-width:1560px;margin:0 auto;padding:27px 44px;font-size:9px;display:flex}.footer>div{gap:18px;display:flex}.footer-dot{padding:0 7px}.empty-state{text-align:center;color:var(--muted);padding:60px 15px}.empty-state h3{color:var(--text);margin-top:18px}.empty-state p{font-size:13px}.toast{z-index:100;color:#fff;background:#263c31;border-radius:9px;max-width:90vw;padding:11px 20px;font-size:13px;position:fixed;bottom:26px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0002}.skip-link{background:var(--surface);z-index:99;padding:8px;position:fixed;top:-100px;left:15px}.skip-link:focus{top:10px}.prose{max-width:830px;margin:auto;padding:35px 5px 60px}.prose h1{margin:13px 0 20px;font-size:36px}.prose h2{margin-top:38px;font-size:19px}.prose p{color:var(--muted);line-height:2}.prose .lead{font-size:17px}.not-found{text-align:center;padding:100px 0}.not-found .eyebrow{justify-content:center}.not-found h1{margin:20px 0}.not-found p{color:var(--muted)}:root[data-theme=dark]{color-scheme:dark;--bg:#151d19;--surface:#1c2721;--text:#e0e9e2;--muted:#a2b0a6;--line:#304036;--green:#9ac5a9;--green-soft:#293f31;--hover:#293b30}:root[data-theme=dark] .hero{background:#223c2c;border-color:#354e3c}:root[data-theme=dark] .hero h1{color:#e0e9e2}:root[data-theme=dark] .brand-mark{background:#3c7553}:root[data-theme=dark] .privacy-card,:root[data-theme=dark] .bottom-note{background:#24362a;border-color:#344a37}:root[data-theme=dark] .filter-tab.selected{background:#2d4836}:root[data-theme=dark] .card-bottom{border-color:var(--line)}:root[data-theme=dark] .nav-count,:root[data-theme=dark] .favorite-count,:root[data-theme=dark] .avatar{color:#b9cabe;background:#304436}:root[data-theme=dark] .hero-copy>p,:root[data-theme=dark] .hero-tags,:root[data-theme=dark] .eyebrow{color:#b0c4b1}:root[data-theme=dark] .art-orbit{border-color:#47634b}:root[data-theme=dark] .tone-encoding{color:#b6b5e3;background:#303046}:root[data-theme=dark] .tone-development{color:#a2bfe5;background:#29394c}:root[data-theme=dark] .tone-security{color:#e4c18c;background:#443827}:root[data-theme=dark] .tone-daily{color:#b4d5b8;background:#2d4533}@media (width>=1600px){.tools-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero{padding:40px 50px}.hero-art{margin-right:70px}}@media (width<=1200px){.sidebar{width:210px;padding-left:14px;padding-right:14px}.shell{margin-left:210px}.topbar{padding:0 28px}main{padding:27px 28px 0}.footer{padding:25px 28px}.hero{padding:28px}.hero h1{font-size:30px}.hero-art{transform-origin:100%;width:250px;margin-right:0;transform:scale(.9)}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-tool{padding:12px 16px;font-size:12px}.directory-header{flex-direction:column;align-items:flex-start;gap:14px}.tools-grid{gap:13px}.tool-card{padding:18px 17px 14px}.card-link p{min-height:42px}.filter-tab:first-child{margin-left:-9px}}@media (width<=960px){.hero-art{display:none}.hero{min-height:260px}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-total,.footer>div>span,.local-label{display:none}.bottom-note{align-items:flex-start}.bottom-note p{flex:1}.bottom-note>a{display:none}}@media (width<=700px){.sidebar{border-right:0;border-bottom:1px solid var(--line);width:100%;padding:17px 20px 12px;position:relative;inset:auto}.brand{padding:0;font-size:20px}.brand-mark{width:37px;height:37px}.brand small{font-size:8px}.nav-label,.sidebar-bottom,.nav-divider,.nav-count,.favorite-count{display:none}.sidebar nav{scrollbar-width:none;gap:4px;margin-top:18px;display:flex;overflow-x:auto}.nav-item{flex-shrink:0;gap:6px;margin:0;padding:8px 10px;font-size:11px}.nav-item svg{width:16px;height:16px}.shell{margin-left:0}.topbar{height:49px;padding:0 20px}.topbar-right{gap:13px}.topbar-line{display:none}.avatar{width:24px;height:24px}.breadcrumb{font-size:10px}main{padding:20px 18px 0}.hero{border-radius:11px;min-height:270px;padding:26px 25px}.hero h1{font-size:30px;line-height:1.5}.hero-copy>p{font-size:11px}.hero-tags{gap:18px;font-size:9px}.eyebrow{font-size:9px}.search-section{margin:22px 0}.search-wrap{padding:0 13px}.search-wrap input{font-size:11px}.section-heading h2{font-size:15px}.section-heading h2>span{font-size:8px}.section-caption{font-size:9px}.quick-grid{gap:8px}.quick-tool{gap:5px;padding:10px 8px;font-size:10px}.quick-icon{width:25px;height:25px}.quick-icon svg{width:17px}.quick-arrow{display:none}.directory{margin-top:27px}.filter-tabs{gap:2px;width:100%;padding-bottom:3px;overflow-x:auto}.filter-tab{padding:6px 9px;font-size:10px}.filter-tab:first-child{margin-left:0}.tools-grid{gap:10px}.tool-card{border-radius:9px;padding:14px 13px 12px}.tool-icon{border-radius:10px;width:37px;height:37px}.tool-icon svg{width:22px}.card-top{margin-bottom:12px}.card-link h3{gap:4px;font-size:12px}.card-link p{min-height:36px;margin-bottom:13px;font-size:10px;line-height:1.8}.card-bottom>span{letter-spacing:.8px;font-size:7px}.card-bottom{padding-top:10px}.badge{font-size:8px}.favorite svg{width:16px;height:16px}.icon-button{padding:4px}.bottom-note{margin-top:23px;padding:13px;font-size:9px}.footer{flex-wrap:wrap;gap:12px;padding:21px 18px;font-size:8px}.footer>div{gap:13px}.prose{padding:20px 0 45px}.prose h1{font-size:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
