:root{--ink:#101214;--paper:#f3f3f0;--mist:#e7e7e3;--line:#c9c9c4;--muted:#6d6e6e;--white:#fff;--red:#c33;--radius:24px;--ease:cubic-bezier(.16,1,.3,1);font-family:Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.kicker{font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.wordmark{font-size:22px;font-weight:900;letter-spacing:-.06em}.art-page{background:#d9d9d6;overflow:hidden}.approved-art{--px:50%;--py:38%;position:relative;isolation:isolate;margin:auto;height:100svh;max-width:100vw}.approved-art img{display:block;width:100%;height:100%;object-fit:contain}.approved-art::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;opacity:0;background:radial-gradient(circle 18vw at var(--px) var(--py),rgba(255,255,255,.16),rgba(255,255,255,.03) 38%,transparent 70%);transition:opacity .6s}.approved-art:hover::after{opacity:1}.art-hotspot{position:absolute;z-index:4;overflow:hidden;border-radius:22px;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.art-hotspot span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.art-hotspot::after{content:"";position:absolute;inset:-30% -80%;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.35) 50%,transparent 58%);transform:translateX(-50%);animation:sweep 8s ease-in-out infinite}.art-hotspot:hover{transform:translateY(-5px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 24px 50px rgba(0,0,0,.22)}.home-art{aspect-ratio:1238/1151}.home-plugin{left:6.5%;top:11.1%;width:42.4%;height:76.3%}.home-workshop{left:51.3%;top:11.1%;width:42.4%;height:76.3%}.plugins-art{aspect-ratio:1122/1402}.plugins-logo{left:5%;top:2.4%;width:14%;height:4%}.plugins-home{left:83%;top:2.4%;width:11%;height:4%}.layout-detail{left:15.8%;top:43%;width:35%;height:17%}.layout-version{left:59.3%;top:52.3%;width:14.5%;height:4.8%}.layout-guide{left:74%;top:52.3%;width:17.3%;height:4.8%}.lib-detail{left:15.8%;top:69%;width:35%;height:17%}.lib-version{left:59.3%;top:78.25%;width:14.5%;height:4.8%}.lib-guide{left:74%;top:78.25%;width:17.3%;height:4.8%}.mobile-gateway,.mobile-catalog{display:none}.site-header{height:88px;padding:0 clamp(22px,5vw,78px);display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line);position:relative;z-index:5}.header-rule{height:1px;background:var(--line);flex:1}.back-link{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.content-page{padding:0 clamp(22px,7vw,112px) 90px}.product-hero,.page-intro,.workshop-hero{padding:clamp(70px,10vw,150px) 0;max-width:1100px}.product-hero h1,.page-intro h1,.workshop-hero h1{font-size:clamp(54px,9vw,144px);line-height:.84;letter-spacing:-.075em;margin:.2em 0}.hero-subtitle{font-size:clamp(22px,3vw,42px);margin:28px 0 16px;letter-spacing:-.035em}.hero-copy,.page-intro>p:last-child,.workshop-hero>p{max-width:760px;font-size:17px;line-height:1.65;color:#4e5050}.hero-actions{display:flex;gap:12px;margin-top:38px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border:1px solid var(--ink);border-radius:999px;padding:15px 22px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform .15s,background .25s,color .25s}.button.primary{background:var(--ink);color:white}.button.ghost{background:transparent}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.98)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-card{--rx:0deg;--ry:0deg;position:relative;min-height:270px;padding:28px;border-right:1px solid var(--line);transform-style:preserve-3d;transition:transform .5s var(--ease),background .4s}.feature-card:last-child{border-right:0}.feature-card span{font-size:11px;color:var(--muted)}.feature-card h2{font-size:24px;letter-spacing:-.04em;margin:90px 0 12px}.feature-card p{font-size:13px;line-height:1.5;color:var(--muted)}.feature-card:hover{background:white;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-5px)}.split-callouts{display:grid;grid-template-columns:1fr 1fr;margin-top:64px;gap:1px;background:var(--line)}.split-callouts a{background:var(--ink);color:white;padding:38px;min-height:200px;display:flex;flex-direction:column;gap:18px}.split-callouts a.muted{background:#e6e6e1;color:var(--ink)}.split-callouts strong{font-size:24px;max-width:500px;letter-spacing:-.03em}.versions-page{max-width:1500px;margin:auto}.page-intro{padding-bottom:70px}.latest-release{background:var(--ink);color:white;border-radius:var(--radius);padding:clamp(26px,4vw,60px);box-shadow:0 25px 80px rgba(0,0,0,.15)}.release-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.release-top h2{font-size:clamp(52px,7vw,104px);letter-spacing:-.07em;line-height:.9;margin:10px 0}.release-top>div>p:last-child{color:#bfc0c0}.release-meta{display:flex;gap:10px;flex-wrap:wrap;margin:35px 0;padding:18px 0;border-top:1px solid #444;border-bottom:1px solid #444}.release-meta span{padding-right:16px;font-size:12px;color:#c9c9c9}.notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.notes-grid h3{font-size:11px;letter-spacing:.13em;text-transform:uppercase}.notes-grid ul{padding-left:18px;line-height:1.7;color:#ddd}.notes-grid p{color:#777}.install-note{padding-top:24px;border-top:1px solid #444;color:#ccc}.history{padding-top:80px}.section-heading h2{font-size:42px;letter-spacing:-.05em}.release-row{border-top:1px solid var(--line)}.release-row:last-child{border-bottom:1px solid var(--line)}.release-row summary{padding:25px 4px;display:flex;justify-content:space-between;cursor:pointer;list-style:none}.release-row summary span:first-child{display:flex;gap:25px;align-items:baseline}.release-row summary b{font-size:26px}.release-row summary small{color:var(--muted)}.release-details{padding:0 4px 30px}.release-details .notes-grid{border-top:1px solid var(--line);padding-top:25px}.release-details .text-link{display:inline-block;margin-top:20px;font-weight:800;text-decoration:underline}.empty-state{padding:80px 30px;border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:rgba(255,255,255,.45)}.empty-state>span{display:grid;place-items:center;margin:auto;width:48px;height:48px;border-radius:50%;background:var(--ink);color:white}.empty-state h2{font-size:30px;letter-spacing:-.04em}.empty-state p{color:var(--muted);max-width:560px;margin:0 auto 25px;line-height:1.6}.guide-search{display:grid;grid-template-columns:140px 1fr auto;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;margin-bottom:40px}.guide-search input{border:0;background:transparent;font-size:20px;outline:0}.guide-search span{font-size:12px;color:var(--muted)}.purchase-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.purchase-card{border:1px solid var(--line);border-radius:var(--radius);padding:40px;min-height:350px;display:flex;flex-direction:column}.purchase-card.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.purchase-card h2{font-size:46px;letter-spacing:-.055em;margin:55px 0 12px}.purchase-card p{color:var(--muted);line-height:1.6}.purchase-card button{margin-top:auto;border:0;border-radius:999px;padding:14px;background:#ddd;color:#777}.purchase-card>span{font-size:11px;color:var(--muted);margin-top:12px}.workshop-page{display:grid;grid-template-columns:1.3fr 1fr;gap:70px}.service-list{padding-top:120px}.service-list article{border-top:1px solid var(--line);display:flex;gap:40px;align-items:center;padding:28px 0}.service-list article:last-child{border-bottom:1px solid var(--line)}.service-list span{font-size:11px;color:var(--muted)}.service-list h2{font-size:30px;letter-spacing:-.04em}.site-footer{min-height:110px;border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;padding:0 clamp(22px,5vw,78px);font-size:11px;letter-spacing:.14em}.site-footer span:last-child{margin-left:auto}.login-page{min-height:100svh;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 70% 20%,#fff,transparent 40%),var(--mist)}.login-panel{background:#fff;border:1px solid var(--line);border-radius:28px;width:min(480px,100%);padding:44px;box-shadow:0 30px 90px rgba(0,0,0,.12)}.login-panel h1{font-size:55px;letter-spacing:-.06em;margin:38px 0}.login-panel form{display:grid;gap:18px;margin-bottom:24px}.login-panel label,.form-grid>label{display:grid;gap:8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.login-panel input,.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#f7f7f4}.form-error{background:#ffe8e8;color:#8c2020;padding:12px;border-radius:10px}.text-link{text-decoration:underline;font-size:12px}.admin-body{background:#ededE9}.admin-header{height:72px;background:var(--ink);color:white;display:flex;align-items:center;gap:28px;padding:0 34px}.admin-header>span,.admin-header>a:not(.wordmark){font-size:11px;letter-spacing:.14em}.admin-header>div{margin-left:auto;display:flex;gap:15px;align-items:center}.admin-header form{display:inline}.admin-header button{color:white;background:transparent;border:0;text-decoration:underline;cursor:pointer}.admin-page{padding:45px clamp(20px,4vw,65px)}.admin-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:35px}.admin-title h1,.preview-page h1{font-size:68px;letter-spacing:-.065em;margin:8px 0}.admin-title>div>p:last-child{color:var(--muted)}.admin-warning{background:#fff0c7;border:1px solid #d5b04d;padding:16px;border-radius:12px;margin-bottom:20px}.admin-table-wrap{background:white;border:1px solid var(--line);border-radius:18px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:1050px}th,td{text-align:left;padding:16px;border-bottom:1px solid #e4e4e0;font-size:12px}th{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:#f7f7f4}td strong,td small{display:block}td small{color:var(--muted);margin-top:5px}.status{display:inline-flex;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;background:#eee}.status.published{background:#d8f3df;color:#17632d}.status.draft{background:#fff0c7;color:#755400}.status.withdrawn{background:#ffe1e1;color:#8c2020}.table-actions{white-space:nowrap}.table-actions a,.table-actions button{border:0;background:transparent;text-decoration:underline;cursor:pointer;margin-right:10px;font-size:11px}.danger{color:#a22}.table-empty{text-align:center;padding:60px;color:var(--muted)}dialog{width:min(900px,calc(100% - 30px));max-height:90svh;border:0;border-radius:24px;padding:0;box-shadow:0 35px 120px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(0,0,0,.55);backdrop-filter:blur(6px)}#release-form{padding:32px}.dialog-head{display:flex;justify-content:space-between}.dialog-head h2{font-size:38px;letter-spacing:-.05em;margin:5px 0 25px}.icon-button{border:0;background:transparent;font-size:34px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .wide{grid-column:1/-1}.form-grid fieldset{border:1px solid var(--line);border-radius:12px}.form-grid legend{font-size:11px;font-weight:800}.checks{display:flex;gap:16px;flex-wrap:wrap}.checks label{font-size:12px}.file-drop{border:1px dashed #888;border-radius:16px;padding:30px;text-align:center;background:#f7f7f4;cursor:pointer}.file-drop input{border:0;padding:0;margin-bottom:12px}.file-drop strong,.file-drop span{display:block}.file-drop span{font-weight:400;color:var(--muted);margin-top:6px}.dialog-actions,.preview-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.message{padding:12px;margin-top:16px;border-radius:10px}.message.success{background:#ddf4e3;color:#17632d}.message.error{background:#ffe1e1;color:#8c2020}.preview-page{max-width:1200px;margin:auto}.preview-page .latest-release{margin-top:35px}.page-curtain{position:fixed;inset:0;background:#111;z-index:999;opacity:0;pointer-events:none;transition:opacity .22s}.page-leaving .page-curtain{opacity:.36}.motion-ready .reveal{opacity:0;transform:translateY(26px)}.motion-ready .reveal.visible,.page-entered .reveal.visible{opacity:1;transform:none;transition:opacity .7s,transform .8s var(--ease)}@keyframes sweep{0%,20%{transform:translateX(-48%);opacity:0}30%{opacity:.5}52%{transform:translateX(48%);opacity:.8}64%,100%{transform:translateX(48%);opacity:0}}
@media(max-width:900px){.art-page{overflow:auto}.approved-art{display:none}.mobile-gateway,.mobile-catalog{display:block;min-height:100svh;padding:28px 20px}.mobile-gateway h1,.mobile-catalog h1{font-size:64px;letter-spacing:-.07em;margin:8px 0 30px}.gateway-card{--rx:0deg;--ry:0deg;position:relative;display:flex;min-height:285px;border-radius:24px;padding:28px;margin:14px 0;flex-direction:column;overflow:hidden;transition:transform .5s var(--ease)}.gateway-card::after{content:"";position:absolute;inset:0;background:radial-gradient(circle 240px at var(--px,50%) var(--py,38%),rgba(255,255,255,.18),transparent 65%);pointer-events:none}.gateway-card.dark{background:#121416;color:white}.gateway-card.light{background:#e7e7e2;border:1px solid #cacac4}.gateway-card strong{font-size:33px;letter-spacing:-.05em;margin:auto 0 8px}.gateway-card b{position:absolute;right:25px;top:25px;font-size:22px}.mobile-catalog>.wordmark{display:block;margin-bottom:70px}.mobile-plugin{border-top:1px solid #aaa;padding:30px 0}.mobile-plugin:last-child{border-bottom:1px solid #aaa}.mobile-plugin h2{font-size:42px;letter-spacing:-.055em;margin:15px 0}.mobile-plugin p{color:#666;line-height:1.5}.mobile-plugin nav{display:flex;gap:8px;flex-wrap:wrap}.mobile-plugin nav a{border:1px solid #333;border-radius:999px;padding:10px 14px;font-size:10px;font-weight:800}.feature-grid{grid-template-columns:1fr 1fr}.feature-card:nth-child(2){border-right:0}.feature-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.notes-grid{grid-template-columns:1fr}.purchase-grid,.workshop-page{grid-template-columns:1fr}.service-list{padding-top:0}.guide-search{grid-template-columns:1fr;gap:12px}.guide-search span{display:none}.release-top{flex-direction:column}.site-footer{flex-wrap:wrap;padding-top:30px;padding-bottom:30px}.site-footer span:last-child{margin-left:0}.admin-title{align-items:flex-start;flex-direction:column;gap:20px}}
@media(max-width:560px){.site-header{height:70px}.header-rule{display:none}.back-link{margin-left:auto}.content-page{padding-bottom:55px}.product-hero,.page-intro,.workshop-hero{padding:60px 0}.product-hero h1,.page-intro h1,.workshop-hero h1{font-size:48px}.feature-grid{grid-template-columns:1fr}.feature-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.split-callouts,.purchase-grid{grid-template-columns:1fr}.notes-grid{gap:8px}.latest-release{border-radius:18px}.release-row summary span:first-child{display:grid;gap:4px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.admin-title h1,.preview-page h1{font-size:48px}.admin-header>span,.admin-header small{display:none}.admin-header>div{margin-left:auto}}
@media(hover:none),(pointer:coarse){.approved-art::after{display:none}.interactive-surface:hover,.art-hotspot:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.motion-ready .reveal{opacity:1;transform:none}.page-curtain{display:none}}

/* Hai artboard được chủ sở hữu duyệt: ảnh là giao diện, CSS chỉ tạo vùng tương tác. */
body.art-page{min-height:100svh;background:#1d1e20;overflow:auto}
body.plugins-art-page{background:#efefed}
.exact-art{--px:50%;--py:38%;display:block!important;position:relative;height:auto;max-width:none;isolation:isolate}
.exact-art>img{display:block;width:100%;height:auto;object-fit:fill;user-select:none;-webkit-user-drag:none}
.home-art{width:100vw;aspect-ratio:1672/941;overflow:hidden}
.plugins-art{width:min(100%,1122px);aspect-ratio:1122/1402;margin:0 auto;overflow:hidden}
.art-hotspot{z-index:5;border-radius:18px;transform:none!important;box-shadow:none!important;outline:0;transition:background-color 160ms ease,box-shadow 160ms ease}
.art-hotspot::after{animation:none;opacity:0;transform:translateX(-48%)}
.art-hotspot:hover::after{animation:sweep 1.15s ease-out 1}
.art-hotspot:focus-visible{box-shadow:inset 0 0 0 2px rgba(255,255,255,.9),0 0 0 3px rgba(45,122,255,.85)!important}
.card-hotspot:hover{box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)!important}
.action-hotspot{z-index:8;border-radius:999px}
.action-hotspot:hover{background:rgba(255,255,255,.07);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 7px 18px rgba(0,0,0,.16)!important}
.home-plugin{left:10.29%;top:20.4%;width:39.83%;height:64.61%}
.home-workshop{left:52.69%;top:20.51%;width:36.96%;height:64.51%}
.plugins-logo{left:5.1%;top:2.75%;width:12%;height:3.3%}
.plugins-home{left:84%;top:2.75%;width:10%;height:3.3%}
.layout-detail{left:5.2%;top:35%;width:89.6%;height:28.2%}
.layout-purchase{left:60.5%;top:48.1%;width:7.2%;height:3%}
.layout-update{left:82.2%;top:48.1%;width:10.2%;height:3%}
.layout-version{left:60.4%;top:53.25%;width:14.2%;height:4.9%}
.layout-guide{left:75.2%;top:53.25%;width:17.2%;height:4.9%}
.lib-detail{left:5.2%;top:66.05%;width:89.6%;height:23.7%}
.lib-purchase{left:60.5%;top:75.35%;width:7.2%;height:3%}
.lib-update{left:82.2%;top:75.35%;width:10.2%;height:3%}
.lib-version{left:60.4%;top:80.05%;width:14.2%;height:4.9%}
.lib-guide{left:75.2%;top:80.05%;width:17.2%;height:4.9%}

/* WANDA release studio — visual language shared with the two approved art pages */
.release-body{--silver:#d7d7d2;--silver-hi:#f8f8f5;--graphite:#0d0f10;--graphite-2:#17191a;background:radial-gradient(circle at 82% 12%,#fff 0,transparent 28%),linear-gradient(145deg,#deded9 0,#f5f5f2 48%,#d0d0cb 100%);min-height:100vh}
.release-body .site-header{background:rgba(242,242,238,.72);backdrop-filter:blur(18px);border-color:rgba(17,19,20,.18)}
.release-body .content-page{padding-bottom:0}
.versions-page{max-width:1500px;padding-left:clamp(22px,6vw,96px);padding-right:clamp(22px,6vw,96px)}
.release-masthead{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:clamp(40px,8vw,130px);align-items:end;padding:clamp(72px,9vw,130px) 0 68px}
.release-masthead h1{font-size:clamp(58px,9.5vw,150px);line-height:.78;letter-spacing:-.085em;margin:.22em 0 .3em;text-transform:uppercase}
.release-masthead h1 em{font-family:Georgia,serif;font-weight:400;color:#8b8d8c}
.release-masthead>div>p:last-child{max-width:720px;font-size:clamp(17px,2vw,26px);line-height:1.5;color:#4b4d4d}
.release-masthead aside{border-top:1px solid #949692;padding-top:20px;display:grid;grid-template-columns:90px 1fr;gap:15px 18px;align-items:baseline}
.release-masthead aside span{font-size:9px;letter-spacing:.17em;color:#6e706e}
.release-masthead aside strong{font-size:11px;letter-spacing:.08em;text-align:right}
.release-empty{position:relative;overflow:hidden;min-height:480px;border-radius:36px;padding:clamp(30px,5vw,72px);display:grid;grid-template-columns:110px minmax(0,1fr);gap:clamp(24px,4vw,70px);align-items:center;background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.16),transparent 28%),linear-gradient(145deg,#17191a,#070809 70%);color:#fff;box-shadow:0 45px 100px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.22)}
.release-empty::after,.latest-release::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(112deg,transparent 25%,rgba(255,255,255,.07) 44%,transparent 58%);transform:translateX(-60%);animation:releaseSheen 9s ease-in-out infinite}
.release-empty-mark{width:96px;height:96px;display:grid;place-items:center;border:1px solid #636667;border-radius:50%;background:linear-gradient(145deg,#2b2e30,#090a0b);box-shadow:inset 0 1px 2px rgba(255,255,255,.35),0 18px 45px rgba(0,0,0,.45)}
.release-empty-mark span{font-size:34px;font-weight:900}
.release-empty h2{font-size:clamp(42px,6vw,84px);line-height:.92;letter-spacing:-.065em;margin:14px 0 24px}
.release-empty>div:nth-child(2)>p:last-child{max-width:680px;color:#b8b9b9;font-size:17px;line-height:1.65}
.release-empty-spec{grid-column:2;display:flex;gap:8px;flex-wrap:wrap}
.release-empty-spec span{border:1px solid #484b4c;border-radius:999px;padding:10px 13px;font-size:9px;letter-spacing:.14em;color:#c8c9c9;background:rgba(255,255,255,.035)}
.latest-release{position:relative;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 80% 0,rgba(255,255,255,.18),transparent 24%),linear-gradient(145deg,#1b1d1f,#08090a 74%);box-shadow:0 45px 100px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.18)}
.latest-release .button.primary{background:linear-gradient(180deg,#fafafa,#c8c8c4);color:#111;border:0;box-shadow:inset 0 1px #fff,0 12px 28px rgba(0,0,0,.25)}
.latest-release .release-meta{border-color:#454849}
.notes-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid #444;border-bottom:1px solid #444}
.notes-grid section{min-height:220px;padding:24px;border-right:1px solid #444}
.notes-grid section:last-child{border-right:0}
.notes-grid section>span{font-size:9px;color:#777;letter-spacing:.12em}
.notes-grid h3{margin:52px 0 14px}
.notes-grid ul{margin:0;padding-left:16px}
.notes-grid p{font-size:12px}
.release-guide{padding:clamp(90px,11vw,170px) 0}
.release-guide .section-heading{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:50px}
.release-guide .section-heading h2{font-size:clamp(45px,7vw,94px);line-height:.9;letter-spacing:-.07em;margin:0}
.release-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #a6a7a3;border-bottom:1px solid #a6a7a3}
.release-guide-grid article{min-height:270px;padding:24px;border-right:1px solid #a6a7a3;background:rgba(255,255,255,.12);transition:background .35s,transform .35s}
.release-guide-grid article:last-child{border-right:0}
.release-guide-grid article:hover{background:rgba(255,255,255,.65);transform:translateY(-5px)}
.release-guide-grid span{font-size:10px;color:#777}
.release-guide-grid h3{font-size:22px;line-height:1.1;letter-spacing:-.035em;margin:90px 0 12px}
.release-guide-grid p{font-size:13px;line-height:1.55;color:#5f6160}
.release-body .site-footer{background:#0d0f10;color:#d9d9d5;border:0}

.admin-body{background:radial-gradient(circle at 78% 3%,#4a4d4f 0,transparent 25%),#101213;color:#f3f3ef;min-height:100vh}
.admin-header{height:86px;padding:0 clamp(24px,4vw,62px);background:rgba(8,9,10,.82);backdrop-filter:blur(18px);border-bottom:1px solid #373a3b;position:sticky;top:0;z-index:20}
.admin-header .wordmark{font-size:27px}.admin-header>span{color:#9b9d9c}.admin-header>div small{color:#b9bbba}
.admin-page{max-width:1600px;margin:auto;padding:clamp(46px,6vw,94px) clamp(22px,5vw,80px) 110px}
.admin-title{align-items:end;gap:50px;margin-bottom:58px}
.admin-title h1{font-size:clamp(66px,9vw,142px);line-height:.78;color:#f7f7f4;text-shadow:0 1px rgba(255,255,255,.18);margin:.18em 0 .24em}
.admin-title>div>p:last-child{max-width:680px;color:#aeb0af;font-size:17px;line-height:1.55}
.admin-title .button.primary{flex:0 0 auto;background:linear-gradient(180deg,#fff,#c9cac6);color:#0c0e0f;border:0;box-shadow:0 18px 50px rgba(0,0,0,.38),inset 0 1px #fff}
.admin-title .button.primary span{font-size:20px}
.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #3d4041;border-radius:22px;overflow:hidden;margin-bottom:26px;background:rgba(255,255,255,.035)}
.admin-metrics article{min-height:135px;padding:24px;border-right:1px solid #3d4041;display:flex;flex-direction:column;justify-content:space-between}
.admin-metrics article:last-child{border-right:0}.admin-metrics span{font-size:9px;letter-spacing:.15em;color:#858887}.admin-metrics strong{font-size:42px;letter-spacing:-.05em}
.admin-warning{display:flex;justify-content:space-between;gap:24px;background:#e0d9b7;color:#17191a;border:0;padding:18px 22px;margin:24px 0;border-radius:14px}.admin-warning strong{font-size:11px;letter-spacing:.1em}.admin-warning span{font-size:12px}
.admin-table-head{display:grid;grid-template-columns:1fr minmax(260px,480px);gap:30px;align-items:end;margin:75px 0 22px}
.admin-table-head h2{font-size:clamp(38px,5vw,70px);letter-spacing:-.055em;margin:7px 0}.admin-table-head>p{color:#929594;line-height:1.6}
.admin-table-wrap{background:#17191a;border-color:#3e4142;border-radius:22px;box-shadow:0 32px 80px rgba(0,0,0,.25)}
.admin-table-wrap th{background:#242627;color:#929594;border-color:#3b3e3f}.admin-table-wrap td{color:#dededb;border-color:#303334}.admin-table-wrap td small{color:#8f9291}.table-empty{padding:80px!important}.table-empty strong,.table-empty span{display:block}.table-empty strong{font-size:28px;letter-spacing:-.035em}.table-empty span{margin-top:12px;color:#858887}
.status{background:#343738;color:#ddd}.status.published{background:#264d36;color:#b8f0cc}.status.draft{background:#5a4a22;color:#f5dda1}.status.withdrawn{background:#552c2c;color:#ffc1c1}
.table-actions a,.table-actions button{color:#e4e4e1}.table-actions .danger{color:#ff9d9d}
dialog{width:min(1080px,calc(100% - 28px));max-height:94svh;border:1px solid #4b4e4f;border-radius:30px;background:linear-gradient(145deg,#202224,#0c0e0f);color:#f5f5f2;box-shadow:0 45px 160px rgba(0,0,0,.65)}
#release-form{padding:clamp(24px,4vw,52px)}
.dialog-head{align-items:flex-start;border-bottom:1px solid #3e4142;padding-bottom:30px;margin-bottom:8px}.dialog-head h2{font-size:clamp(45px,6vw,76px);line-height:.9;margin:8px 0 12px}.dialog-head p:last-child{color:#969998}.icon-button{color:white}
.form-section{padding:34px 0;border-bottom:1px solid #3e4142}.form-step{display:flex;gap:18px;align-items:flex-start;margin-bottom:25px}.form-step>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #5b5e5f;border-radius:50%;font-size:10px;color:#aaa}.form-step strong,.form-step small{display:block}.form-step strong{font-size:19px}.form-step small{margin-top:5px;color:#929594}
.form-grid{gap:20px}.form-grid>label{color:#c9cac8}.form-grid input,.form-grid select,.form-grid textarea{color:#f5f5f2;background:#17191a;border-color:#494c4d;outline:none;transition:border-color .2s,box-shadow .2s}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#d9d9d5;box-shadow:0 0 0 3px rgba(255,255,255,.08)}.form-grid select option{background:#17191a}.form-grid fieldset{border-color:#494c4d}.checks label{color:#d6d7d4}
.file-drop{display:block;border:1px dashed #6e7172;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.08),transparent 40%),#141617;padding:44px;transition:border-color .25s,background .25s}.file-drop:hover{border-color:#fff;background-color:#1c1f20}.file-drop input{width:min(420px,100%);margin:0 auto 20px;color:#bbb}.file-drop-icon{display:grid!important;width:58px;height:58px;place-items:center;margin:0 auto 18px!important;border:1px solid #646768;border-radius:50%;font-size:23px!important;color:white!important}
.dialog-actions{position:sticky;bottom:-52px;margin:0 -52px -52px;padding:20px 52px;background:rgba(12,14,15,.92);backdrop-filter:blur(14px);border-top:1px solid #353839}.dialog-actions .button.ghost{color:#eee;border-color:#6c6f70}.dialog-actions .button.primary{background:#efefeb;color:#101213}
@keyframes releaseSheen{0%,22%{transform:translateX(-65%);opacity:0}36%{opacity:1}58%,100%{transform:translateX(65%);opacity:0}}

@media(max-width:900px){.release-masthead{grid-template-columns:1fr}.release-masthead aside{max-width:420px}.release-empty{grid-template-columns:1fr}.release-empty-spec{grid-column:1}.notes-grid{grid-template-columns:1fr 1fr}.notes-grid section{border-bottom:1px solid #444}.release-guide .section-heading{grid-template-columns:1fr}.release-guide-grid{grid-template-columns:1fr 1fr}.release-guide-grid article:nth-child(2){border-right:0}.admin-title,.admin-table-head{display:block}.admin-title .button{margin-top:25px}.admin-metrics{grid-template-columns:1fr 1fr}.admin-metrics article:nth-child(2){border-right:0}.admin-metrics article:nth-child(-n+2){border-bottom:1px solid #3d4041}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}
@media(max-width:560px){.release-masthead h1{font-size:56px}.release-empty{border-radius:24px}.release-guide-grid,.notes-grid{grid-template-columns:1fr}.release-guide-grid article,.notes-grid section{border-right:0}.admin-title h1{font-size:64px}.admin-metrics{grid-template-columns:1fr 1fr}.admin-warning{display:block}.admin-warning span{display:block;margin-top:8px}.dialog-actions{margin:0 -24px -24px;padding:16px 24px}.dialog-actions .button{padding:12px 14px;gap:12px}}

.admin-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(145px,1fr)) auto auto;gap:12px;align-items:end;margin:0 0 20px;padding:18px;border:1px solid #3e4142;border-radius:18px;background:#17191a}
.admin-filters label{display:grid;gap:7px;color:#929594;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.admin-filters input,.admin-filters select{min-height:44px;border:1px solid #454849;border-radius:10px;padding:10px 12px;background:#242627;color:#f1f1ed;outline:0}
.admin-filters input:focus,.admin-filters select:focus{border-color:#d7d8d4;box-shadow:0 0 0 2px rgba(255,255,255,.08)}
.admin-filters .button{min-height:44px;padding:10px 16px;gap:10px}
.file-drop.has-file{border-style:solid;border-color:#338a51;background:#e4f3e8}.file-drop.has-file [data-file-status]{color:#17632d;font-weight:800}
.draft-edit{margin-top:34px;padding:32px;border:1px solid #3e4142;border-radius:22px;background:#17191a}
.draft-edit .admin-table-head{margin:0 0 28px}.draft-edit .admin-table-head h2{font-size:42px}.draft-edit .form-grid input,.draft-edit .form-grid textarea{background:#242627;border-color:#454849;color:#f3f3ef}.draft-edit .form-grid fieldset{border-color:#454849}.draft-edit .preview-actions{margin-bottom:0}
@media(max-width:1100px){.admin-filters{grid-template-columns:1fr 1fr 1fr}.admin-filters label:first-child{grid-column:1/-1}}
@media(max-width:650px){.admin-filters{grid-template-columns:1fr 1fr}.admin-filters label:first-child{grid-column:1/-1}.admin-filters .button{justify-content:center}.draft-edit{padding:22px}}
@media(max-width:900px){.exact-art{display:block!important}.home-art,.plugins-art{width:100%;height:auto}.approved-art::after{display:none}.art-hotspot{border-radius:10px}}

/* Mobile-first artwork: the desktop compositions above remain untouched. */
@media(max-width:900px){
  html{scroll-padding-top:24px}
  body.art-page{overflow-x:hidden;background:#141617}
  .art-page .approved-art.exact-art{display:none!important}
  .mobile-gateway,.mobile-catalog{display:block;min-height:100svh;width:100%;padding:0 clamp(18px,5vw,28px);overflow:hidden}
  .mobile-topbar{min-height:76px;padding-top:env(safe-area-inset-top);display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.22)}
  .mobile-topbar .wordmark{font-size:24px;letter-spacing:-.065em}
  .mobile-topbar>span,.mobile-topbar>a:not(.wordmark){font-size:9px;font-weight:800;letter-spacing:.13em;text-align:right}
  .mobile-gateway{color:#f5f5f2;background:radial-gradient(circle at 12% 9%,rgba(255,255,255,.13),transparent 22%),linear-gradient(155deg,#2b2e30 0,#111315 42%,#1e2022 100%)}
  .mobile-gateway-intro,.mobile-catalog-intro{padding:48px 2px 32px}
  .mobile-gateway-intro .kicker,.mobile-catalog-intro .kicker{margin:0 0 15px;color:#afb1b0}
  .mobile-gateway h1,.mobile-catalog h1{font-size:clamp(49px,15vw,72px);line-height:.82;letter-spacing:-.075em;margin:0 0 24px}
  .mobile-gateway-intro>p:last-child,.mobile-catalog-intro>p:last-child{max-width:34ch;margin:0;font-size:14px;line-height:1.55;color:#b7b9b8}
  .mobile-metal-card{position:relative;isolation:isolate;overflow:hidden}
  .mobile-metal-card::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:repeating-linear-gradient(100deg,rgba(255,255,255,.025) 0 1px,transparent 1px 5px);mix-blend-mode:screen}
  .mobile-metal-card::after{content:"";position:absolute;inset:-40% -55%;z-index:-1;pointer-events:none;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.16) 50%,transparent 58%);transform:translateX(-45%);animation:sweep 9s ease-in-out infinite}
  .gateway-card{display:flex;min-height:350px;margin:0 0 16px;padding:22px;border-radius:28px;flex-direction:column;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 52px rgba(0,0,0,.26);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
  .gateway-card:active{transform:scale(.985)}
  .gateway-card.dark{color:#f7f7f4;background:radial-gradient(circle at 82% 12%,#4a4e50 0,transparent 24%),linear-gradient(145deg,#242729,#090b0c 64%,#1b1e20)}
  .gateway-card.light{color:#111315;background:radial-gradient(circle at 90% 12%,#fff 0,transparent 26%),linear-gradient(145deg,#f2f2ef,#bfc1c0 58%,#e7e7e3);border-color:#dfe0dd}
  .mobile-card-number{font-size:11px;font-weight:800;letter-spacing:.12em}
  .mobile-card-line{display:block;width:100%;height:1px;margin:16px 0;background:currentColor;opacity:.3}
  .mobile-card-copy{margin-top:auto;position:relative;z-index:1}
  .mobile-card-copy small{display:block;margin-bottom:14px;font-size:9px;font-weight:800;letter-spacing:.17em;opacity:.7}
  .gateway-card strong{display:block;margin:0;font-size:clamp(34px,10.5vw,48px);line-height:.87;letter-spacing:-.065em}
  .gateway-card.light strong{font-size:clamp(29px,8.5vw,40px)}
  .gateway-card p{max-width:31ch;margin:18px 42px 0 0;font-size:12px;line-height:1.5;opacity:.68}
  .gateway-card b{display:grid;place-items:center;right:21px;bottom:21px;top:auto;width:42px;height:42px;border:1px solid currentColor;border-radius:50%;font-size:18px}
  .mobile-mini-footer{display:flex;justify-content:space-between;gap:20px;padding:34px 2px calc(28px + env(safe-area-inset-bottom));font-size:9px;font-weight:800;letter-spacing:.12em;opacity:.7}

  body.plugins-art-page{background:#e8e8e4}
  .mobile-catalog{color:#101214;background:radial-gradient(circle at 90% 2%,#fff,transparent 21%),#e8e8e4}
  .mobile-light-topbar{border-bottom-color:#babcba}
  .mobile-catalog-intro{padding-bottom:42px}
  .mobile-catalog-intro .kicker{color:#6d6f6e}
  .mobile-catalog-intro>p:last-child{color:#545655}
  .mobile-plugin{min-height:520px;margin:0 0 18px;padding:24px;border:1px solid #3b3e3f;border-radius:28px;color:#f4f4f1;background:radial-gradient(circle at 88% 10%,#414547 0,transparent 22%),linear-gradient(155deg,#25282a,#0b0d0e 68%,#1b1e20);box-shadow:0 24px 50px rgba(0,0,0,.18)}
  .mobile-plugin:last-of-type{border-bottom:1px solid #3b3e3f}
  .mobile-plugin-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #555859}
  .mobile-plugin-head span{font-size:11px;font-weight:800}
  .mobile-plugin-head small{font-size:9px;font-weight:800;letter-spacing:.14em;color:#b8bab9}
  .mobile-plugin-icon{display:grid;place-items:center;width:54px;height:54px;margin:42px 0 24px;border:1px solid #777a7b;border-radius:16px;background:linear-gradient(145deg,#f7f7f3,#969998);color:#101214;font-size:31px;box-shadow:inset 0 1px white,0 14px 25px rgba(0,0,0,.32)}
  .mobile-plugin h2{margin:0 0 18px;font-size:clamp(43px,13vw,60px);line-height:.83;letter-spacing:-.07em}
  .mobile-plugin p{max-width:34ch;margin:0;color:#b7b9b8;font-size:13px;line-height:1.55}
  .mobile-plugin nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:34px}
  .mobile-plugin nav a{min-height:48px;padding:12px 14px;display:flex;align-items:center;justify-content:center;border:1px solid #616465;border-radius:999px;color:#f2f2ef;font-size:9px;font-weight:900;letter-spacing:.08em;text-align:center}
  .mobile-plugin nav .mobile-download{background:linear-gradient(180deg,#fff,#cfd0cc);border-color:#fff;color:#111315}
  .mobile-plugin nav .mobile-detail-link{grid-column:1/-1;border:0;min-height:36px;padding:8px;text-decoration:underline;text-underline-offset:4px;color:#b8bab9}
  .mobile-catalog .mobile-mini-footer{border-top:1px solid #babcba}
  .mobile-gateway a:focus-visible,.mobile-catalog a:focus-visible{outline:3px solid #fff;outline-offset:3px}
  .mobile-catalog a:focus-visible{outline-color:#111315}
}
@media(max-width:380px){
  .mobile-gateway,.mobile-catalog{padding-left:14px;padding-right:14px}
  .mobile-gateway-intro,.mobile-catalog-intro{padding-top:38px}
  .gateway-card{min-height:325px;padding:19px;border-radius:24px}
  .mobile-plugin{padding:20px;border-radius:24px}
  .mobile-plugin nav{grid-template-columns:1fr}
  .mobile-plugin nav .mobile-detail-link{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){.mobile-metal-card::after{animation:none}.gateway-card{transition:none}}

/* Approved mobile artwork — exact 3-page designs with functional HTML hotspots. */
.mobile-design-page{display:none}
@media(max-width:900px){
  .mobile-design-page{position:relative;display:block;width:min(100%,430px);margin:0 auto;isolation:isolate;box-shadow:0 30px 80px rgba(0,0,0,.48)}
  .mobile-design-page>img{display:block;width:100%;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none}
  .mobile-design-hotspot{position:absolute;z-index:6;display:block;overflow:hidden;border-radius:14px;-webkit-tap-highlight-color:rgba(255,255,255,.13)}
  .mobile-design-hotspot span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .mobile-design-hotspot:focus-visible{outline:3px solid #df2039;outline-offset:-5px;box-shadow:inset 0 0 0 2px #fff}
  .mobile-home-design{background:#1c1f20}
  .plugins-art-page{background:radial-gradient(circle at 50% 5%,#f6f6f4,#aeb0b0 70%)}
  .m-home-plugin{left:10.8%;top:11.4%;width:77%;height:34.7%}
  .m-home-workshop{left:10.8%;top:60.5%;width:77%;height:33.1%}
  .m-plugins-home{left:69%;top:1.1%;width:24%;height:4.9%}
  .m-layout-detail{left:7.8%;top:33.1%;width:84.5%;height:25.4%}
  .m-lib-detail{left:7.8%;top:68%;width:84.5%;height:16.8%}
  .m-layout-purchase{left:26.3%;top:58.6%;width:9.7%;height:3.1%}
  .m-layout-download-text{left:41.2%;top:58.6%;width:11.7%;height:3.1%}
  .m-layout-update{left:58.4%;top:58.6%;width:17%;height:3.1%}
  .m-layout-download{left:13.5%;top:61.4%;width:33%;height:4.9%;border-radius:999px}
  .m-layout-guide{left:49.5%;top:61.4%;width:35.5%;height:4.9%;border-radius:999px}
  .m-lib-purchase{left:26.3%;top:85.4%;width:9.7%;height:3%}
  .m-lib-download-text{left:41.2%;top:85.4%;width:11.7%;height:3%}
  .m-lib-update{left:58.4%;top:85.4%;width:17%;height:3%}
  .m-lib-download{left:13.5%;top:88%;width:33%;height:4.7%;border-radius:999px}
  .m-lib-guide{left:49.5%;top:88%;width:35.5%;height:4.7%;border-radius:999px}
  .mobile-layout-release{background:radial-gradient(circle at 50% 5%,#f8f8f6,#aeb0b0 72%)}
  .mobile-layout-release>.site-header,.mobile-layout-release>.content-page,.mobile-layout-release>.site-footer{display:none}
  .m-versions-back{left:67.8%;top:1.2%;width:27%;height:4.7%}
  .m-version-draft{left:11.7%;top:77.5%;width:37.2%;height:4.6%;border-radius:14px}
  .m-version-preview{left:51.4%;top:77.5%;width:37.2%;height:4.6%;border-radius:14px}
  .m-version-publish{left:11.7%;top:83.2%;width:37.2%;height:4.4%;border-radius:14px}
  .m-version-history{left:51.4%;top:83.2%;width:37.2%;height:4.4%;border-radius:14px}
}
@media(max-width:500px){.mobile-design-page{width:100%;box-shadow:none}}
