/* Tokens — Smartisan-inspired, fixed light theme. */
:root{color-scheme:light;--page:#f2f2f0;--surface:#fff;--surface-soft:#fafaf9;--ink:#303133;--text:#57595c;--muted:#6d7073;--line:#e5e5e2;--line-strong:#d7d8d4;--header:#28292c;--accent:#b64b42;--accent-hover:#a33e36;--link:#506b9d;--success:#658771;--focus:#4f75b3;--radius:10px;--shadow:0 2px 4px #25262a04,0 8px 18px #25262a03;--button-shadow:inset 0 1px 0 #fff,0 1px 2px #22222208;--font:"Source Han Sans SC","Noto Sans CJK SC","Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;--ease:cubic-bezier(.4,0,.2,1);--art-dark:#333638;--art-cream:#eae5db;--art-green:#e6ece8;--paper:#fffdf6;--paper-ink:#776b55;--terminal-text:#e1e5df;--terminal-muted:#939b93;--terminal-success:#a4c9a1}
/* Foundations */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--page);color:var(--text);font:14px/1.6 var(--font);-webkit-font-smoothing:antialiased}body.has-dialog{overflow:hidden}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin:0}svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}button{border:0}button:disabled{opacity:.5;cursor:not-allowed}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}::selection{background:#b64b4226;color:var(--ink)}.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}.skip-link{position:fixed;top:8px;left:12px;padding:10px 16px;background:var(--surface);color:var(--ink);z-index:10;transform:translateY(-160%);border-radius:6px}.skip-link:focus{transform:translateY(0)}
/* Shared layout and controls */
.container{width:min(1120px,calc(100% - 64px));margin-inline:auto}.button{min-height:40px;padding:9px 17px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:12px;font-weight:600;border-radius:7px;transition:background .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease)}.button-secondary{background:linear-gradient(var(--surface),var(--surface-soft));border:1px solid var(--line-strong);box-shadow:var(--button-shadow);color:var(--text)}.button-primary{background:var(--accent);color:var(--surface);border:1px solid var(--accent-hover)}.button:active{transform:translateY(1px);box-shadow:inset 0 1px 3px #22222210}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-heading h2{color:var(--ink);font-size:17px;font-weight:650}.section-heading>span{color:var(--muted);font-size:12px}
/* Header and introduction */
.site-header{height:76px;background:linear-gradient(#303134,var(--header));border-bottom:1px solid #18191c;box-shadow:inset 0 1px 0 #ffffff05}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:13px;color:#f1efeb;font-size:19px;font-weight:600;letter-spacing:2px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;letter-spacing:0;font-size:23px;font-family:Georgia,"Songti SC",serif;color:#fff8ed;background:linear-gradient(#d26a5e,#af433b);border:1px solid #d87a6e;box-shadow:inset 0 1px 0 #ffffff30,0 2px 3px #00000028}.header-inner nav{display:flex;align-items:center;gap:35px;height:100%}.nav-link{display:flex;align-items:center;gap:8px;position:relative;height:100%;background:none;color:#bbbcc0;font-size:13px;padding:0 2px;transition:color .2s var(--ease)}.nav-link.is-current{color:#f7f6f3}.nav-link.is-current:after{position:absolute;content:"";bottom:17px;width:14px;height:2px;border-radius:2px;left:calc(50% - 7px);background:#c67569}.nav-dot{width:5px;height:5px;background:#a4a59d;border-radius:50%}.intro{min-height:228px;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:38px 0 34px}.eyebrow{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:9px;margin-bottom:13px;letter-spacing:1px}.tiny-line{width:17px;height:2px;background:var(--accent);border-radius:2px}h1{font-size:38px;line-height:1.35;color:var(--ink);font-weight:650}h1 span{color:#70706e}.intro-description{font-size:13px;color:var(--muted);margin-top:14px}.search{width:368px;flex-shrink:0;padding-top:24px}.search-field{position:relative;display:flex;align-items:center;height:52px;padding:0 16px;gap:11px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);box-shadow:inset 0 2px 3px #25262a03,0 2px 3px #ffffff99;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.search-field:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px #4f75b318}.search-field>svg{width:19px;height:19px;color:var(--muted);flex-shrink:0}.search input{width:100%;min-width:0;border:0;outline:0;background:none;color:var(--ink);font-size:13px;height:100%;padding:0}.search input::placeholder{color:var(--muted)}.search input::-webkit-search-cancel-button{display:none}.search kbd{border:1px solid var(--line);border-radius:4px;width:22px;flex-shrink:0;text-align:center;font:12px/23px var(--font);color:var(--muted);background:var(--surface-soft)}.search-clear{background:none;flex-shrink:0;min-width:32px;height:40px;font-size:23px;color:var(--muted);padding:0}.search-hint{font-size:11px;color:var(--muted);margin-top:11px;padding-left:3px}
/* Featured cards and locally rendered artwork */
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.feature-card{overflow:hidden;min-width:0;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);transition:box-shadow .25s var(--ease),border-color .25s var(--ease)}.feature-art{height:189px;position:relative;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate}.art-kicker{position:absolute;top:21px;left:23px;font-size:10px;letter-spacing:2px;z-index:2}.feature-caption{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:86px;padding:19px 22px}.feature-caption h3{font-size:15px;color:var(--ink);font-weight:650;line-height:1.5}.feature-caption p{font-size:11px;color:var(--muted);margin-top:4px}.round-arrow{width:29px;height:29px;flex-shrink:0;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:15px;color:var(--muted);background:var(--surface-soft);transition:color .2s var(--ease),border-color .2s var(--ease)}.code-art{background:radial-gradient(ellipse at 75% 80%,#51584e55,transparent 70%),var(--art-dark);color:#c3c8c0}.terminal{position:absolute;left:10%;top:58px;width:81%;height:145px;transform:rotate(-3deg);border:1px solid #717670;border-radius:7px;background:linear-gradient(145deg,#3c413c,#242826);box-shadow:0 14px 25px #00000030,inset 0 1px 0 #ffffff0c;z-index:1}.terminal-top{height:27px;border-bottom:1px solid #ffffff12;display:flex;align-items:center;gap:4px;padding:0 11px}.terminal-top i{width:5px;height:5px;background:#737d70;border-radius:50%}.terminal-top i:first-child{background:#b47c6e}.terminal-top i:nth-child(2){background:#b5a16e}.terminal-top span{font-size:8px;color:#aeb6ac;margin-left:auto;margin-right:auto;padding-right:16px}.terminal-body{padding:17px 14px;font-size:11px;line-height:1.6;color:var(--terminal-text)}.terminal-prompt{color:var(--terminal-success);margin-right:8px}.terminal-result{display:block;margin:11px 0 9px;color:var(--terminal-muted);font-size:10px}.terminal-result>span{color:var(--terminal-success);margin-right:8px}.terminal-cursor{display:block;width:6px;height:11px;background:var(--terminal-success);opacity:.7}.code-orbit{position:absolute;border:1px solid #b7c4ab12;border-radius:50%;width:280px;height:280px;right:-140px;top:-130px;z-index:0}.orbit-two{width:335px;height:335px;right:-160px;top:-145px}.paper-art{background:radial-gradient(ellipse at 40% 90%,#f9f6ed,var(--art-cream));color:var(--paper-ink)}.paper{position:absolute;width:180px;height:190px;left:calc(50% - 82px);border:1px solid #ddd6c7;background:var(--paper);border-radius:3px;box-shadow:0 6px 15px #6e5f4213}.paper-back{top:67px;transform:rotate(10deg);background:#f7f2e8}.paper-front{top:52px;transform:rotate(-7deg);padding:20px 20px}.paper-label{font-size:8px;color:#89795e;letter-spacing:2px}.paper strong{display:block;color:#574c3c;font-size:17px;margin-top:6px}.paper-rule{height:1px;background:#e5ddcd;margin-top:13px;margin-bottom:9px}.paper-check{display:flex;align-items:center;gap:8px;font-size:10px;margin-top:7px;color:#86927b}.paper-check i{display:block;height:3px;background:#e5dfd2;width:82px;border-radius:1px}.paper-check:nth-last-of-type(2) i{width:60px}.paper-seal{position:absolute;right:28px;bottom:20px;width:45px;height:45px;border-radius:50%;border:1px solid #a68c6580;display:grid;align-content:center;text-align:center;font-size:9px;line-height:1.5;letter-spacing:2px;transform:rotate(12deg);color:#8b7251;background:#eae0ccba;box-shadow:inset 0 0 0 3px #eee7da}.flow-art{background:radial-gradient(ellipse at 65% 90%,#f5f7f3,var(--art-green));color:#677970}.flow-lines{position:absolute;inset:0;width:100%;height:100%;stroke:#9cafa0;stroke-width:1.3}.flow-node{position:absolute;border-radius:5px;border:1px solid #bac7bc;box-shadow:0 7px 13px #3f654818,inset 0 1px 0 #fff;background:#f4f7f2;color:#627063;font-size:9px;padding:8px}.node-light{display:inline-block;width:4px;height:4px;background:#8da18a;border-radius:50%;margin-right:5px}.node-input{left:8%;top:101px;width:75px;transform:rotate(-6deg);height:64px}.node-input i{display:block;height:4px;background:#d9e1d6;border-radius:2px;margin-top:7px;width:40px}.node-input i:last-child{width:29px}.node-main{left:38%;top:51px;width:103px;transform:rotate(4deg);height:112px}.node-landscape{position:relative;overflow:hidden;height:64px;background:linear-gradient(#d5e2d2,#e8ebd9);border-radius:3px;margin-top:6px}.node-landscape:before{content:"";position:absolute;top:11px;right:14px;width:14px;height:14px;background:#f9f6db;border-radius:50%}.node-landscape:after{content:"";position:absolute;width:90px;height:70px;background:#9bab91;transform:rotate(35deg);top:33px;left:-27px;border-radius:8px}.node-landscape span{position:absolute;width:80px;height:80px;background:#bdc6a9;transform:rotate(45deg);top:40px;left:25px;border-radius:8px}.node-output{right:5%;top:107px;width:65px;transform:rotate(7deg);height:64px}.node-spark{display:block;font-size:28px;line-height:1.2;text-align:center;color:#829575}
/* Directory */
.directory{margin-top:39px;scroll-margin-top:24px}.directory-heading{margin-bottom:17px}.directory-heading h2{display:flex;align-items:center;gap:12px}.count-label{font-size:11px;font-weight:400;color:var(--muted);padding-top:2px}.directory-panel{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.filter-bar{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:12px 22px;gap:12px;background:linear-gradient(var(--surface),var(--surface-soft));border-bottom:1px solid var(--line)}.filters{display:flex;flex-wrap:wrap;gap:7px}.filter{padding:7px 14px;min-height:36px;border:1px solid transparent;border-radius:6px;background:none;font-size:12px;white-space:nowrap;transition:background .2s var(--ease),color .2s var(--ease),box-shadow .2s var(--ease)}.filter.is-active{background:linear-gradient(#faf7f5,#f2ebe7);color:#9c4c42;border:1px solid #dfcfc7;box-shadow:inset 0 1px 0 #fff,0 1px 2px #46352c06;font-weight:600}.filter span{font-size:10px;margin-left:7px;opacity:.8}.filter-decoration svg{width:17px;height:17px;color:#aaaead;stroke-width:1.4}.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:var(--surface)}.resource-card{min-width:0;background:var(--surface);box-shadow:inset -1px -1px 0 var(--line);transition:background .2s var(--ease)}.resource-link{display:block;width:100%;height:100%;text-align:left;padding:25px 23px 20px;background:none;border-radius:0}.resource-top{display:flex;align-items:center;gap:12px}.resource-icon{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;border-radius:11px;color:var(--icon-ink);background:linear-gradient(145deg,var(--icon-top),var(--icon-bottom));border:1px solid var(--icon-border);box-shadow:inset 0 1px 0 #ffffff50,0 2px 3px #25262a08}.resource-icon svg{width:23px;height:23px;stroke-width:1.65}.tone-charcoal{--icon-top:#494d50;--icon-bottom:#2c3033;--icon-ink:#f4f4ef;--icon-border:#2e3335}.tone-green{--icon-top:#659585;--icon-bottom:#487967;--icon-ink:#fff;--icon-border:#4a7d6a}.tone-terracotta{--icon-top:#f3e0d4;--icon-bottom:#ead3c3;--icon-ink:#a76446;--icon-border:#e4c9b7}.tone-sage{--icon-top:#e4ecd9;--icon-bottom:#d5e1c9;--icon-ink:#5d7452;--icon-border:#cedac3}.tone-stone{--icon-top:#fbfaf7;--icon-bottom:#efeee8;--icon-ink:#5f665e;--icon-border:#dddcd4}.tone-purple{--icon-top:#eae4fa;--icon-bottom:#d9cff1;--icon-ink:#795ba8;--icon-border:#d4c7ec}.tone-coral{--icon-top:#e77868;--icon-bottom:#d95d53;--icon-ink:#fff6ee;--icon-border:#d25d53}.tone-ochre{--icon-top:#f2e9d5;--icon-bottom:#eadebf;--icon-ink:#9c7d43;--icon-border:#e4d5b5}.tone-blue{--icon-top:#e3ecf4;--icon-bottom:#d7e2ed;--icon-ink:#63809e;--icon-border:#cfdae4}.tone-brown{--icon-top:#ede7dd;--icon-bottom:#e4daca;--icon-ink:#8d795d;--icon-border:#dcd1bf}.tone-red{--icon-top:#d97468;--icon-bottom:#bb5148;--icon-ink:#fffaf2;--icon-border:#b4554b}.resource-title-wrap{min-width:0}.resource-top h3{font-size:14px;font-weight:650;line-height:1.4;color:var(--ink);overflow-wrap:anywhere}.pricing{display:block;font-size:10px;color:var(--muted);margin-top:4px}.resource-description{font-size:12px;color:var(--text);line-height:1.85;min-height:44.4px;margin-top:15px;overflow-wrap:anywhere}.resource-foot{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-top:18px;font-size:10px}.resource-tag{color:var(--muted);background:#f5f5f2;border-radius:3px;padding:2px 6px;white-space:nowrap}.resource-cta{color:var(--muted);white-space:nowrap;transition:color .2s var(--ease)}.directory-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line);padding:13px 23px;font-size:10px;color:var(--muted);background:var(--surface-soft)}.directory-bottom>span:first-child{display:flex;align-items:center;gap:7px}.status-dot{width:5px;height:5px;background:var(--success);border-radius:50%;display:inline-block}.empty-state{text-align:center;padding:56px 20px}.empty-state>svg{width:46px;height:46px;margin:0 auto 16px;color:#acb1ac;stroke-width:1.2}.empty-state h3{font-size:17px;color:var(--ink);margin-bottom:8px}.empty-state p{font-size:13px;color:var(--muted);margin-bottom:22px}.noscript-message{padding:28px}.noscript-message a{color:var(--link);text-decoration:underline}
/* About and footer */
.about-strip{display:flex;align-items:center;gap:18px;margin-top:32px;border:1px solid var(--line-strong);border-radius:var(--radius);padding:25px 28px;background:linear-gradient(110deg,#eaeae6,#f8f8f5);box-shadow:inset 0 1px 0 #ffffffb3}.avatar{position:relative;display:grid;place-items:center;flex-shrink:0;width:49px;height:49px;font-family:"Songti SC",serif;font-size:27px;color:#777d70;background:linear-gradient(#f3f3e9,#dce0d2);border:1px solid #c4cabc;border-radius:50%;box-shadow:inset 0 1px 0 #fff,0 2px 4px #323a250b}.avatar>span{position:absolute;width:11px;height:11px;right:-1px;bottom:1px;background:var(--success);border:2px solid #efefeb;border-radius:50%}.about-copy{flex:1;min-width:0}.about-copy h2{font-size:14px;line-height:1.6;font-weight:600;color:var(--ink)}.about-copy p{font-size:12px;color:var(--muted);margin-top:4px}.site-footer{display:flex;align-items:center;justify-content:space-between;padding-block:28px 32px;color:var(--muted);font-size:10px}.site-footer>div{display:flex;align-items:center;gap:12px}.footer-brand{font-size:11px;color:var(--text);font-weight:600;letter-spacing:1px}.footer-divider{color:#b9bcb5}.site-footer p{letter-spacing:1px}
/* Dialogs */
.dialog{width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:0;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);box-shadow:0 24px 80px #171a2330;color:var(--text)}.dialog::backdrop{background:#24272973;backdrop-filter:blur(3px)}.dialog[open]{animation:dialog-in .18s var(--ease)}.dialog-top{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 28px;border-bottom:1px solid var(--line);background:var(--surface-soft);font-size:12px;color:var(--muted)}.dialog-close{width:40px;height:40px;background:none;border-radius:6px;color:var(--muted);font-size:25px}.dialog-content{padding:28px 32px 32px}.dialog-content h2{font-size:25px;color:var(--ink);line-height:1.5;margin-bottom:22px}.dialog-content h3{font-size:15px;color:var(--ink);margin-top:22px;margin-bottom:7px}.dialog-content p{line-height:1.95;margin-bottom:16px}.dialog-callout{padding:17px 20px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:4px;background:var(--surface-soft);margin:24px 0;font-size:13px}.dialog-muted{font-size:12px;color:var(--muted)}.dialog-content .button{margin-top:8px}.dialog-content strong{font-weight:600;color:var(--ink)}
@keyframes dialog-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(hover:hover){.nav-link:hover{color:#fff}.feature-card:hover{border-color:#bfc2ba;box-shadow:0 4px 7px #25262a07,0 12px 24px #25262a08}.feature-card:hover .round-arrow{color:var(--accent);border-color:#d8beb5}.button-secondary:hover{background:#f1f1ee}.button-primary:hover{background:var(--accent-hover)}.filter:not(.is-active):hover{background:#f0f0ed;color:var(--ink)}.resource-card:hover{background:#fcfcfa}.resource-link:hover .resource-cta{color:var(--accent)}.dialog-close:hover{background:#eeeeea}}
/* Responsive, one canonical breakpoint set */
@media(min-width:1400px){.intro{min-height:245px}.feature-art{height:200px}.terminal{top:66px}.paper-front{top:62px}.paper-back{top:77px}}
@media(max-width:1050px){.container{width:calc(100% - 48px)}.intro{gap:24px}h1{font-size:34px}.search{width:320px}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-caption{padding:17px}.feature-caption h3{font-size:13px}.feature-caption p{font-size:10px}.feature-art{height:175px}.terminal-body{font-size:10px;padding:14px 10px}.paper-seal{right:13px}.art-kicker{left:19px}.node-main{left:36%}.node-input{left:6%;width:62px}.node-output{right:3%;width:55px}.about-copy h2{font-size:13px}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.site-header{height:66px}.brand{font-size:17px;gap:10px}.brand-mark{height:32px;width:32px;font-size:21px}.header-inner nav{gap:23px}.nav-link{font-size:12px}.nav-link.is-current:after{bottom:12px}.intro{display:block;padding:30px 0 29px;min-height:auto}.eyebrow{font-size:11px;margin-bottom:10px}h1{font-size:32px}.intro-description{font-size:12px;margin-top:10px}.search{width:100%;padding-top:25px}.search-field{height:49px}.search-hint{display:none}.search kbd{display:none}.featured-grid{grid-template-columns:1fr;gap:12px}.feature-card{display:flex;flex-direction:row-reverse;min-height:116px}.feature-art{width:38%;max-width:190px;flex-shrink:0;height:116px;border-bottom:0;border-left:1px solid var(--line)}.feature-caption{flex:1;min-width:0;padding:19px 20px;align-items:flex-start;position:relative}.feature-caption h3{font-size:14px;margin-top:0}.feature-caption p{font-size:10px;margin-top:5px;padding-right:0}.round-arrow{position:absolute;left:20px;bottom:14px;width:23px;height:23px;font-size:12px}.art-kicker{display:none}.terminal{width:147px;top:25px;left:16px;height:120px;transform:rotate(-7deg)}.terminal-top{height:22px}.terminal-body{font-size:8px;padding:11px 8px}.terminal-result{font-size:8px;margin-top:8px}.terminal-cursor{height:8px;width:4px}.paper{width:102px;height:132px;left:22px}.paper-front{top:17px;padding:12px}.paper-back{top:22px;left:24px}.paper-label{font-size:6px;letter-spacing:1px}.paper strong{font-size:10px;margin-top:4px;white-space:nowrap}.paper-rule{margin:8px 0 4px}.paper-check{margin-top:4px;font-size:7px;gap:5px}.paper-check i{height:2px;width:49px}.paper-seal{width:29px;height:29px;font-size:6px;right:8px;bottom:10px;letter-spacing:1px}.flow-lines{width:220px;height:116px;left:-47px}.node-input{left:-19px;top:58px;width:52px;height:50px;padding:6px;font-size:6px}.node-input i{width:25px;margin-top:6px;height:3px}.node-main{left:32px;top:15px;width:76px;height:83px;padding:6px;font-size:7px}.node-landscape{height:44px;margin-top:5px}.node-landscape:after{top:26px}.node-landscape span{top:29px}.node-output{right:-31px;top:64px;width:52px;height:50px;padding:6px;font-size:6px}.node-spark{font-size:20px}.section-heading{margin-bottom:13px}.section-heading h2{font-size:16px}.section-heading>span{font-size:11px}.directory{margin-top:29px}.directory-note{display:none}.directory-panel{border-radius:9px}.filter-bar{padding:11px 12px;min-height:60px}.filters{gap:4px}.filter{min-height:40px;font-size:11px;padding:7px 11px}.filter-decoration{display:none}.filter span{font-size:9px;margin-left:4px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-link{padding:20px 17px 17px}.resource-top{gap:10px}.resource-icon{width:37px;height:37px;border-radius:10px}.resource-icon svg{width:21px;height:21px}.resource-top h3{font-size:13px}.pricing{font-size:9px}.resource-description{font-size:11px;margin-top:13px;min-height:40.7px;line-height:1.85}.resource-foot{margin-top:16px;font-size:9px;gap:4px}.resource-tag{padding:2px 4px}.directory-bottom{padding:13px 15px;font-size:9px;gap:8px}.about-strip{display:grid;grid-template-columns:41px minmax(0,1fr);padding:20px;gap:13px;margin-top:24px}.avatar{width:41px;height:41px;font-size:24px}.about-copy h2{font-size:12px}.about-copy p{font-size:10px}.about-strip>.button{grid-column:2;justify-self:start;margin-left:0;min-height:36px;font-size:11px;padding:7px 13px;gap:16px}.site-footer{font-size:9px;padding:24px 0;gap:12px}.site-footer>div{gap:8px}.site-footer p{font-size:9px;letter-spacing:0}.footer-brand{font-size:10px;letter-spacing:0}.dialog-content{padding:24px}.dialog-content h2{font-size:22px}.dialog-top{padding-left:24px}}
@media(max-width:400px){.container{width:calc(100% - 32px)}.header-inner nav{gap:18px}.brand{font-size:16px;letter-spacing:1px}.nav-dot{display:none}h1{font-size:30px}.intro-description{font-size:11px}.feature-caption{padding:18px 15px}.feature-caption h3{font-size:13px}.feature-caption p{font-size:9px}.round-arrow{left:15px}.feature-art{width:35%}.filters{gap:3px;justify-content:space-between;width:100%}.filter{padding:7px 6px;font-size:10px}.filter span{display:none}.filter-bar{padding:10px}.resource-link{padding:18px 12px 15px}.resource-top{gap:8px}.resource-icon{width:32px;height:32px;border-radius:9px}.resource-icon svg{width:19px;height:19px}.resource-top h3{font-size:12px}.resource-description{font-size:11px;min-height:61.05px}.resource-foot{font-size:9px;gap:3px}.resource-tag{padding:2px 3px}.directory-bottom{flex-direction:column;align-items:flex-start;gap:5px}.about-strip{padding:18px 15px}.about-copy h2{font-size:12px}.site-footer{align-items:flex-start;gap:8px}.site-footer>div{flex-wrap:wrap;gap:6px}.site-footer p{white-space:nowrap}}
@media(max-width:480px){.resource-grid{grid-template-columns:1fr}.resource-link{padding:18px 20px 17px}.resource-top{gap:12px}.resource-icon{width:40px;height:40px;border-radius:10px}.resource-icon svg{width:22px;height:22px}.resource-top h3{font-size:14px}.pricing{font-size:10px;margin-top:3px}.resource-description{margin:8px 0 0 52px;min-height:0;font-size:12px;line-height:1.85}.resource-foot{margin:12px 0 0 52px;font-size:10px}.resource-tag{padding:2px 6px}.filter{font-size:11px}.about-copy p{font-size:11px}.about-strip>.button{min-height:40px}.directory-bottom{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* WordPress patterns */
+.wp-nav{display:flex;gap:30px;list-style:none;margin:0;padding:0;color:#ecebe7;font-size:13px}.reading-layout{max-width:850px;padding-block:36px 56px;min-height:70vh}.back-link{font-size:12px;color:var(--muted);display:inline-block;margin-bottom:22px}.reading-panel{border:1px solid var(--line-strong);background:var(--surface);border-radius:var(--radius);padding:44px 48px;box-shadow:var(--shadow);margin-bottom:24px}.reading-header{border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:30px}.reading-header h1{font-size:30px;line-height:1.5}.article-content{font-size:15px;line-height:1.95;overflow-wrap:anywhere}.article-content p{margin-bottom:20px}.article-content h2,.article-content h3{color:var(--ink);margin:30px 0 12px;line-height:1.5}.article-content h2{font-size:22px}.article-content h3{font-size:18px}.article-content a:not(.button){color:var(--link);text-decoration:underline;text-underline-offset:3px}.article-content img{max-width:100%;height:auto;border-radius:8px}.article-content pre{overflow:auto;padding:20px;background:var(--surface-soft);font-size:13px;border-radius:8px}.article-content blockquote{margin:24px 0;padding:16px 22px;background:var(--surface-soft);border-left:3px solid var(--accent)}.article-content blockquote p:last-child{margin-bottom:0}.resource-card:has(.resource-video) .resource-link{height:auto}.resource-video{display:block;color:var(--link);font-size:11px;margin:0 23px 17px}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-caption p{overflow-wrap:anywhere}.resource-link:focus-visible{outline-offset:-4px}.filter{color:var(--text)}.filter.is-active{color:#9c4c42}.search input{font-size:16px}.article-content .wp-block-file__button{background:var(--accent);color:var(--surface)}
+@media(max-width:760px){.featured-grid{grid-template-columns:1fr}.reading-layout{padding-block:25px 35px}.reading-panel{padding:26px 22px}.reading-header h1{font-size:25px}.article-content{font-size:14px}.wp-nav{gap:16px;font-size:12px}.resource-video{margin-left:17px}.article-content h2{font-size:20px}}
+@media(max-width:480px){.resource-video{margin-left:72px}}
+CSS
ssh -S /tmp/lixiang-ssh-control root@45.78.72.67 'curl -fsSL https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -o /opt/1panel/apps/local/lixiangzhuyi/wp-cli.phar; docker exec lixiangzhuyi-wordpress-1 php -v | head -2; curl -s -o /dev/null -w "WP backend: %{http_code}\n" http://127.0.0.1:18081/'
.uploaded-art img{width:100%;height:100%;object-fit:cover;display:block}
