@charset "UTF-8";
:root{--paper:#f8f9f5;--ink:#20392e;--mute:#68776e;--edge:#dee5db;--green:#32664c;--sage:#e7eedf;--peach:#fae6d8;--butter:#f4edca;--grid:#e6ebe2;--shadow:0 12px 32px #1f3c2810}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}
button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:wait;opacity:.65}
img{display:block;max-width:100%}svg{flex-shrink:0}[hidden]{display:none!important}:focus-visible{outline:3px solid #d59d40;outline-offset:4px}::selection{background:#d9e8c9;color:#20392e}
h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.35;letter-spacing:-.035em}h2{font-size:28px}
main{max-width:1160px;margin:auto;padding:0 28px 70px}
.top{position:sticky;top:0;z-index:20;background:#f8f9f5f5;border-bottom:1px solid var(--edge);backdrop-filter:blur(14px)}
.top-inner{max-width:1216px;margin:auto;min-height:79px;display:flex;align-items:center;gap:26px;padding:12px 28px}
.brand{display:flex;align-items:center;gap:11px;white-space:nowrap}.logoimg{height:44px;width:44px;object-fit:contain}.brand-wordmark{width:126px;height:auto}.footer-wordmark{width:112px;height:auto}.bt{font-size:20px;letter-spacing:.05em;font-weight:750;line-height:1}
.brand small{display:block;font-size:8px;font-weight:600;line-height:1.4;letter-spacing:.08em;color:var(--mute);margin-top:4px}
.top nav{display:flex;margin-left:auto;align-items:center;gap:8px}.top nav a{padding:8px 14px;font-size:14px;border-radius:30px;white-space:nowrap;transition:background .18s}.top nav a:hover{background:#eaf0e4}.top nav a.on{background:var(--ink);color:#fff}
.nav-community{font-size:13px;color:var(--green);border-left:1px solid var(--edge);padding-left:22px;white-space:nowrap}
.skip{position:fixed;left:-9999px;top:8px;background:var(--green);color:#fff;padding:10px 18px;border-radius:8px;z-index:50}.skip:focus{left:8px}
.sr-only{position:absolute;clip:rect(0,0,0,0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}.icon{width:21px;height:21px;vertical-align:middle}
.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:650;color:var(--mute);display:block;margin-bottom:13px}
.home-hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center;padding:56px 0 38px}
.hero-copy{padding-bottom:5px}.hero-copy .eyebrow{display:flex;gap:9px;align-items:center;font-size:12px;letter-spacing:.08em;margin-bottom:22px}.little-spark{font-size:24px;color:var(--green);line-height:1}
.hero-copy h1{font-size:clamp(32px,3.7vw,48px);font-weight:760;line-height:1.32;letter-spacing:-.045em;margin:0 0 23px}.hero-copy h1 span{color:var(--green);background:linear-gradient(transparent 77%,#dee8c8 77%,#dee8c8 96%,transparent 96%)}
.hero-description{color:var(--mute);max-width:31em;font-size:15px;line-height:1.95;margin-bottom:25px}.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:10px 20px;border-radius:11px;border:1px solid transparent;font-size:14px;font-weight:600;line-height:1.5;transition:background .18s,transform .18s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#244f3a}.button.light{background:#fff;border-color:var(--edge)}.button.light:hover{background:#f1f4ed}
.hero-note{margin:19px 0 0;font-size:11px;color:var(--mute);display:flex;align-items:center;gap:7px}.status-dot{height:6px;width:6px;background:#6d9360;border-radius:50%;display:inline-block}
.hero-feature{background:#fff;border:1px solid var(--edge);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1deg);transition:transform .22s;min-width:0}.hero-feature:hover{transform:rotate(0)}
.hero-image{position:relative;background:#e7ecdd}.hero-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.image-label{position:absolute;left:17px;top:16px;border-radius:7px;padding:4px 10px;background:#fffc;color:#2e4328;font-size:11px;font-weight:600;backdrop-filter:blur(8px)}
.hero-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 21px}.hero-caption span{font-size:11px;color:var(--mute)}.hero-caption h2{font-size:21px;margin:3px 0 0}.round-arrow{width:39px;height:39px;border-radius:50%;background:var(--sage);display:grid;place-items:center;color:var(--green)!important;flex-shrink:0}
.service-row{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--edge);border-radius:15px;background:#fff;overflow:hidden}.service-link{display:flex;align-items:center;gap:14px;padding:21px 22px;min-width:0;transition:background .2s}.service-link+.service-link{border-left:1px solid var(--edge)}.service-link:hover{background:#fafbf7}.service-link>span:nth-child(2){min-width:0;flex:1}.service-link strong{display:block;font-size:15px;font-weight:650}.service-link small{font-size:11px;color:var(--mute);display:block;margin-top:2px}.service-link>.icon{width:16px;color:#95a48c}
.service-icon{display:grid;place-items:center;width:43px;height:43px;flex-shrink:0;border-radius:12px;color:var(--green)}.peach{background:var(--peach);color:#a26b46}.sage{background:var(--sage)}.butter{background:var(--butter);color:#8b7b38}
.home-section{margin-top:57px;scroll-margin-top:96px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:22px}.section-heading .eyebrow{font-size:9px;margin-bottom:8px;letter-spacing:.18em}.section-heading h2{font-size:27px;margin:0}
.text-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--green)}.text-link .icon{width:17px;height:17px}.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.card{background:#fff;border:1px solid var(--edge);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:13px;min-width:0;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.cardtop{display:flex;gap:13px;align-items:center;min-width:0}.card .head{min-width:0;flex:1}.card .art{width:58px;height:58px;flex-shrink:0;border-radius:13px;object-fit:cover;background:var(--sage)}.card .art.mono{display:grid;place-items:center;font-size:26px;font-family:serif;color:var(--green);border:1px solid #dbe4d1}.card h3{font-size:17px;margin:0 0 7px;letter-spacing:-.025em}.card h3 a:hover{color:var(--green);text-decoration:underline;text-underline-offset:4px}.card .sum{font-size:13px;line-height:1.8;color:var(--mute);margin:0;flex:1}
.meta{display:flex;align-items:center;gap:8px;font-size:10px;flex-wrap:wrap;color:var(--mute)}.tag,.badge{display:inline-block;padding:2px 8px;background:#edf4e8;color:#487544;border-radius:5px;font-size:10px;font-weight:600;white-space:nowrap}.tag.reserve,.tag.upcoming,.badge.amber{background:#f8efd9;color:#956c31}
.card .acts{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;margin-top:3px;padding-top:14px;border-top:1px solid #eef0eb}.acts .play{color:var(--green);font-weight:650;display:inline-flex;align-items:center;gap:5px}.acts .g{color:var(--mute)}.acts a:hover{text-decoration:underline;text-underline-offset:4px}.acts .icon{width:15px;height:15px}
.feature-card{padding:0;gap:0;overflow:hidden}.feature-card .cover{display:block;aspect-ratio:16/9;background:#eaf0e4;overflow:hidden}.feature-card .cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.feature-card:hover .cover img{transform:scale(1.035)}.feature-card .card-content{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.feature-card .cardtop{align-items:flex-start}.feature-card .cardtop .art{width:44px;height:44px;border-radius:10px}.feature-card .cardtop .mono{font-size:20px}.feature-card h3{font-size:16px;margin-bottom:7px}.feature-card.without-cover{background:#eff3e9;justify-content:center}.feature-card.without-cover .card-content{padding:26px 22px;gap:18px}.feature-card.without-cover .art{width:68px;height:68px;border-radius:14px}.feature-card.without-cover .cardtop{align-items:center}
.gift-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px}.gift-card{padding:26px;border:1px solid #e6e4d9;background:#fffef9;border-radius:17px;display:flex;flex-direction:column;height:100%;min-width:0}.gift-meta{display:flex;align-items:center;justify-content:space-between;gap:9px;flex-wrap:wrap;font-size:11px;color:var(--mute);margin-bottom:16px}.gift-card h2,.gift-card h3{font-size:21px;margin:0 0 9px}.gift-reward{color:var(--mute);font-size:13px;line-height:1.8;margin-bottom:18px;flex:1}
.code-box{border:1px dashed #c7cfb8;background:#f3f5ea;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;border-radius:9px;padding:8px 9px 8px 16px;margin-bottom:15px}.code-box code{font:600 18px/1.5 ui-monospace,Consolas,monospace;letter-spacing:.025em;background:none;user-select:all;overflow-wrap:anywhere;min-width:0}.copy-btn{display:flex;align-items:center;justify-content:center;gap:6px;border:0;background:#fff;color:var(--green);padding:8px 12px;border-radius:7px;font-size:12px;flex-shrink:0;min-height:36px}.copy-btn:hover{background:#e5ecd9}.copy-btn .icon{width:14px;height:14px}.gift-rule{font-size:12px;color:var(--mute);margin:0 0 19px}.gift-bottom{display:flex;gap:15px;align-items:center;justify-content:space-between;border-top:1px solid var(--edge);padding-top:15px;font-size:12px}.gift-bottom small{color:var(--mute);font-size:10px}.gift-bottom .text-link{white-space:nowrap;font-size:12px}.gift-anchor{scroll-margin-top:100px}.is-upcoming{background:#f6f6f0}.is-upcoming .code-box{background:#eeeee7;border-color:#d8dace;color:#707568}
.community-section{background:#eaf0e1;padding:38px 40px;border-radius:22px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.community-section h2{font-size:29px;line-height:1.5;margin:0 0 15px}.community-section p{color:var(--mute);font-size:13px;max-width:28em;margin-bottom:20px}.community-section .eyebrow{font-size:11px;letter-spacing:.06em}.group-number{display:block;color:var(--mute);font-size:11px;margin-top:12px}.community-notes{padding:22px 25px;background:#ffffffb8;border:1px solid #fff;border-radius:14px}.community-notes h3{font-size:14px;margin:0 0 9px}.community-notes>a:not(.text-link){display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid var(--edge)}.community-notes a small{display:block;font-size:10px;color:var(--mute);margin-bottom:2px}.community-notes a strong{font-size:13px}.community-notes>a>.icon{height:16px;width:16px}.community-notes>.text-link{margin-top:15px;font-size:11px}
.page-heading{padding:46px 0 30px}.page-heading h1{font-size:36px;margin:0 0 13px}.page-heading p{font-size:14px;color:var(--mute);max-width:55em;margin-bottom:0}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{border:1px solid var(--edge);background:#fff;color:var(--mute);font-size:12px;border-radius:24px;min-height:38px;padding:7px 16px}.filter-chip.active{background:var(--green);color:#fff;border-color:var(--green)}.search-field{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--edge);border-radius:10px;padding:8px 12px;max-width:290px;width:100%}.search-field .icon{width:17px;height:17px;color:var(--mute)}.search-field input{border:0;background:transparent;min-width:0;width:100%;font-size:13px;color:var(--ink);outline:0}.search-field:focus-within{outline:2px solid #96b386;outline-offset:1px}.catalog-count{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px;color:var(--mute);margin:21px 0 17px}.catalog-count p{margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}
.howto-strip{list-style:none;padding:18px 26px;display:flex;justify-content:space-between;gap:20px;border:1px solid var(--edge);border-radius:13px;background:#fff;margin:0 0 22px}.howto-strip li{display:flex;align-items:center;gap:12px;font-size:13px}.howto-strip b{font-family:Georgia,serif;font-size:24px;font-weight:400;color:#8a9c76}.notice{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:11px;background:#eef2e8;color:var(--mute);font-size:12px;margin-bottom:23px}.notice p{margin:0}.notice.warm{background:#f6efdf;color:#806840}.notice>.icon{width:19px;height:19px;margin-top:1px}.faq-section{margin-top:40px;max-width:850px}.faq-section h2{font-size:23px;margin-bottom:18px}details{border-bottom:1px solid var(--edge);padding:15px 0}summary{cursor:pointer;font-size:14px;font-weight:600}details p{font-size:13px;color:var(--mute);margin:12px 0 0}
.player-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:40px;align-items:start}.player-panel{background:#fff;border:1px solid var(--edge);border-radius:19px;padding:28px;min-width:0}.panel-heading{display:flex;gap:14px;align-items:center;margin-bottom:28px}.panel-heading h2{font-size:21px;margin:0 0 4px}.panel-heading p{font-size:12px;color:var(--mute);margin:0}#player-form>label{display:block;font-size:13px;font-weight:600;margin-bottom:10px}.secret-field{display:flex;border:1px solid #cbd6c6;border-radius:10px;overflow:hidden}.secret-field:focus-within{outline:2px solid #93ad84;outline-offset:2px}.secret-field input{min-width:0;flex:1;width:100%;border:0;background:#fbfcf9;font:13px/1.6 ui-monospace,Consolas,monospace;padding:14px;color:var(--ink);outline:0}.secret-field button{border:0;background:#fbfcf9;font-size:12px;color:var(--green);padding:0 15px;white-space:nowrap}.field-hint{font-size:11px;line-height:1.8;color:var(--mute);margin:10px 0 18px}.query-button{width:100%;margin:4px 0 13px}.privacy-hint{font-size:11px;color:var(--mute);line-height:1.85;margin:0}.privacy-hint a{text-decoration:underline;text-underline-offset:3px}.player-help{padding:20px 0}.player-help h2{font-size:23px;margin:0 0 25px}.help-steps{list-style:none;margin:0 0 26px;padding:0}.help-steps li{display:flex;gap:14px;margin-bottom:20px}.help-steps li>span{width:27px;height:27px;flex-shrink:0;background:var(--sage);border-radius:50%;display:grid;place-items:center;font-size:12px;color:var(--green)}.help-steps strong{font-size:13px;display:block;margin-bottom:4px}.help-steps p{font-size:12px;line-height:1.8;color:var(--mute);margin:0}
.form-message{font-size:13px;color:var(--green);line-height:1.8;overflow-wrap:anywhere}.form-message:not(:empty){margin:18px 0 0;padding:12px 14px;background:#f0f5e9;border-radius:9px}.form-message.error{background:#fbefe7;color:#915437}.empty-state{text-align:center;padding:35px 20px;color:var(--mute);font-size:13px}.empty-state h2,.empty-state h3{font-size:19px;color:var(--ink);margin-bottom:9px}.result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:24px 0 12px}.result-toolbar h2{font-size:23px;margin:0}.result-toolbar .eyebrow{margin:0 0 7px;font-size:10px}.result-toolbar .field-hint{margin:6px 0 0}.result-toolbar .button{font-size:11px;white-space:nowrap;min-height:36px;padding:8px 12px}.result-notice{font-size:11px;line-height:1.9;padding:13px 15px;background:#f4f5ef;color:var(--mute);border-radius:8px}.data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}.data-cell{border:1px solid var(--edge);border-radius:10px;padding:14px;min-width:0}.data-cell span{display:block;font-size:10px;color:var(--mute);margin-bottom:6px}.data-cell strong{font-size:17px;line-height:1.5;display:block;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}#player-data h3{font-size:15px;margin:24px 0 10px}#player-data .mute{font-size:12px}.gift-record{display:flex;gap:12px;align-items:baseline;justify-content:space-between;font-size:12px;margin:9px 0}.gift-record span{font-size:10px;color:var(--mute)}.history-list{list-style:none;margin:0;padding:0}.history-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--edge)}.history-list strong{font-size:12px}.history-list small{display:block;font-size:10px;color:var(--mute);overflow-wrap:anywhere;margin-top:3px}.text-button{border:0;background:none;padding:10px 0;color:var(--green);font-size:12px;text-decoration:underline;text-underline-offset:4px;margin-top:16px}
.foot{border-top:1px solid var(--edge);padding:38px 28px 26px;background:#f0f3eb}.foot-inner{max-width:1104px;margin:auto;display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}.foot-brand{font-size:18px;font-weight:700;letter-spacing:.05em;margin:0 0 8px}.foot p{font-size:11px;color:var(--mute);margin:4px 0}.foot-links{display:flex;gap:19px;flex-wrap:wrap;align-items:flex-start;font-size:12px}.foot-links a:hover{text-decoration:underline;text-underline-offset:4px}.foot-bottom{max-width:1104px;margin:26px auto 0;padding-top:17px;border-top:1px solid var(--edge);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.foot .legal{display:flex;gap:16px;font-size:10px;color:var(--mute)}
.qqbox{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#eef3e6;border:1px solid var(--edge);padding:16px 18px;border-radius:11px;margin:22px 0}.qqlead{font-size:13px;font-weight:650}.qqnum{font:600 15px/1.6 ui-monospace,monospace;letter-spacing:.02em;user-select:all}.qqhow{font-size:11px;color:var(--mute)}
.page,.detail{margin:36px auto 0;background:#fff;padding:35px 40px;border:1px solid var(--edge);border-radius:18px;max-width:960px;overflow-wrap:anywhere}.page h1,.detail h1{font-size:31px;margin:0 0 14px}.page h2,.detail h2{font-size:23px;margin:30px 0 12px}.page h3,.detail h3{font-size:18px;margin:23px 0 10px}.page p,.detail p{line-height:1.95;font-size:14px}.page .lead{color:var(--mute);font-size:15px;max-width:58em}.page a:not(.button):hover,.detail a:hover{text-decoration:underline;text-underline-offset:4px}.page ul,.page ol,.detail ul,.detail ol{padding-left:22px;font-size:14px}.page li,.detail li{margin:5px 0}.page .note,.detail .note{padding:14px 17px;background:#f5f4e8;border-left:3px solid #c9b979;font-size:13px;color:var(--mute)}.detail .crumb{font-size:12px;color:var(--mute);margin-bottom:16px}.detail .stat{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:11px;margin-bottom:18px;color:var(--mute)}.detail .links{list-style:none;display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:16px 0}.links a{display:block;padding:7px 12px;border:1px solid var(--edge);background:var(--sage);border-radius:7px;font-size:12px}.game-intro{font-size:16px!important;color:var(--mute);margin:18px 0}.detail-cover{max-width:720px;max-height:360px;object-fit:cover;width:100%;border-radius:12px;margin:20px 0}.detail .toc{border:1px solid var(--edge);border-radius:10px;padding:13px 17px;background:#f7f9f3;margin:20px 0}.toc ul{columns:2}.toc li{font-size:12px;break-inside:avoid}.detail>.guide-body h1{font-size:25px;margin-top:34px}
blockquote{border-left:3px solid #b3c78f;background:#f4f6ed;padding:12px 18px;margin:18px 0;color:var(--mute)}blockquote p{margin:0}code{font:12px/1.6 ui-monospace,Consolas,monospace;background:#eff2e9;padding:2px 5px;border-radius:4px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f3f5ee;border:1px solid var(--edge);border-radius:10px;padding:17px}pre code{padding:0;background:none}hr{border:0;border-top:1px solid var(--edge);margin:28px 0}.tablewrap{overflow-x:auto;margin:17px 0}table{border-collapse:collapse;width:100%;font-size:12px}th,td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid var(--edge)}th{background:#f0f4e9;color:var(--green);font-weight:600}.tablewrap table{min-width:520px}.facts th{min-width:95px}.facts .src{font-size:10px;color:var(--mute)}.wordmark{max-width:450px;margin:22px 0}.wordmark img{height:auto;max-height:170px;object-fit:contain}.wordmark figcaption,.pressgrid figcaption{font-size:11px;color:var(--mute)}.pressgrid{display:flex;gap:25px;flex-wrap:wrap}.pressgrid figure{margin:0;flex:1 1 240px;min-width:0}.pressgrid figure:first-child{flex:0 1 170px}.pressgrid img{height:150px;width:100%;object-fit:contain;object-position:left center}.story p{padding-left:16px;border-left:2px solid #b9cba4}.newsgroup{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gnews{border:1px solid var(--edge);border-radius:11px;padding:15px}.gnews h3{margin:0 0 8px;font-size:15px}.gnews ul{margin:0;font-size:12px}table.rank .num{text-align:right}.rank .rk{font-variant-numeric:tabular-nums;color:var(--green);font-weight:700}.mute,.cnt{color:var(--mute)}.cnt{font-size:12px;font-weight:400;margin-left:8px}
@media(max-width:1000px){.top-inner{gap:16px;padding-left:22px;padding-right:22px}.nav-community{display:none}.top nav{gap:1px}.top nav a{padding:7px 11px}.home-hero{gap:28px}.hero-copy h1{font-size:37px}.service-link{padding:19px 16px;gap:10px}.service-link small{font-size:10px}.service-icon{width:37px;height:37px}.service-link>.icon{display:none}.card{padding:17px}.community-section{gap:35px;padding:31px}.player-layout{gap:26px}}
@media(max-width:760px){main{padding:0 20px 48px}.top-inner{min-height:70px;padding:12px 20px;flex-wrap:wrap;gap:10px}.brand .bt{font-size:18px}.logoimg{width:36px;height:36px}.brand-wordmark{width:116px}.top nav{gap:4px}.top nav a{padding:7px 10px;font-size:12px}.home-hero{padding-top:32px;gap:22px}.hero-copy h1{font-size:30px}.hero-description{font-size:12px;line-height:1.85;margin-bottom:18px}.hero-copy .eyebrow{font-size:10px;margin-bottom:14px}.hero-caption{padding:14px}.hero-caption h2{font-size:17px}.hero-caption span{font-size:10px}.round-arrow{width:32px;height:32px}.hero-actions{gap:8px}.hero-actions .button{padding:9px 12px;font-size:12px;min-height:40px}.hero-note{font-size:9px}.service-row{grid-template-columns:1fr}.service-link{padding:15px 20px;gap:15px}.service-link+.service-link{border-left:0;border-top:1px solid var(--edge)}.service-link>.icon{display:block}.service-link strong{font-size:14px}.service-link small{font-size:11px}.featured-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-section{margin-top:38px}.section-heading h2{font-size:24px}.community-section{gap:28px;padding:26px}.community-section h2{font-size:24px}.community-notes{padding:18px}.page-heading{padding:33px 0 25px}.page-heading h1{font-size:30px}.catalog-tools{align-items:stretch;flex-direction:column;gap:14px}.search-field{max-width:none}.gift-card{padding:21px}.gift-meta{font-size:10px}.gift-card h2,.gift-card h3{font-size:19px}.code-box{padding-left:11px}.code-box code{font-size:15px}.copy-btn{padding:7px 9px}.gift-bottom{flex-wrap:wrap}.player-layout{grid-template-columns:1fr;gap:16px}.player-panel{padding:23px}.player-help{padding:18px 3px;max-width:600px}.page,.detail{padding:27px 25px;margin-top:25px}.page h1,.detail h1{font-size:26px}.page-heading p{font-size:13px}.qqbox{gap:9px}}
@media(max-width:560px){html{scroll-padding-top:124px}.top-inner{padding:10px 16px 8px;gap:7px}.brand small{font-size:8px}.top nav{width:100%;margin:0;justify-content:space-between;gap:2px}.top nav a{font-size:12px;padding:6px 11px}.home-hero{grid-template-columns:1fr;padding-top:29px;gap:25px;padding-bottom:25px}.hero-copy{padding:0 1px}.hero-copy .eyebrow{font-size:11px;margin-bottom:15px}.hero-copy h1{font-size:39px;line-height:1.33;margin-bottom:17px}.hero-description{font-size:13px;line-height:1.95;max-width:31em;margin-bottom:19px}.hero-actions .button{min-height:43px;font-size:13px;padding:10px 18px}.hero-note{font-size:10px;margin-top:15px}.hero-feature{transform:none;border-radius:17px}.hero-caption{padding:15px 18px}.hero-caption h2{font-size:19px}.hero-caption span{font-size:10px}.image-label{font-size:10px;padding:3px 9px;top:12px;left:12px}.service-row{border-radius:14px}.service-link{padding:14px 17px}.service-link small{font-size:10px}.featured-grid{gap:13px}.feature-card .card-content{padding:14px 12px}.feature-card .cardtop>.art{display:none}.feature-card .cardtop{gap:0}.feature-card h3{font-size:14px;line-height:1.55;margin-bottom:5px}.feature-card .sum{font-size:11px;line-height:1.8}.feature-card .meta{font-size:9px;gap:4px}.tag{font-size:9px;padding:1px 5px}.feature-card .acts{font-size:10px;gap:4px;padding-top:10px;margin-top:1px}.feature-card .acts .icon{display:none}.feature-card.without-cover .card-content{padding:18px 14px;gap:12px}.feature-card.without-cover .cardtop{display:block}.feature-card.without-cover .art{display:block;width:50px;height:50px;margin-bottom:11px}.section-heading h2{font-size:23px}.section-heading .text-link{font-size:11px;white-space:nowrap}.section-heading .eyebrow{font-size:8px;letter-spacing:.12em}.section-heading{margin-bottom:17px;gap:9px}.home-section{margin-top:35px}.gift-grid{grid-template-columns:1fr;gap:15px}.gift-card{padding:23px}.gift-card h2,.gift-card h3{font-size:21px}.gift-meta{font-size:11px}.code-box code{font-size:18px}.gift-bottom{flex-wrap:nowrap}.gift-bottom .text-link{font-size:11px}.community-section{grid-template-columns:1fr;gap:25px;padding:27px 24px}.community-section h2{font-size:29px}.community-notes{padding:19px}.community-section .button{font-size:13px}.page-heading .eyebrow{font-size:9px}.page-heading p{font-size:12px}.catalog-grid{grid-template-columns:1fr;gap:13px}.catalog-grid .card{padding:20px}.catalog-count{font-size:10px;margin:18px 0 14px;flex-wrap:wrap;gap:4px}.filter-chips{gap:6px}.filter-chip{font-size:11px;padding:7px 13px;min-height:36px}.howto-strip{gap:7px;padding:14px 17px}.howto-strip li{font-size:11px;gap:8px}.howto-strip b{font-size:21px}.notice{font-size:11px;padding:14px}.faq-section h2{font-size:21px}.faq-section summary{font-size:13px}.faq-section details p{font-size:12px}.player-panel{padding:22px 18px}.panel-heading{gap:11px;margin-bottom:23px}.panel-heading h2{font-size:19px}.panel-heading p{font-size:11px}.secret-field input{font-size:11px;padding:13px 11px}.secret-field button{font-size:11px;padding:0 11px}.field-hint{font-size:10px}.data-cell{padding:12px}.data-cell strong{font-size:15px}.result-toolbar{align-items:flex-start}.result-toolbar h2{font-size:21px}.result-toolbar .button{padding:7px 9px;font-size:10px}.result-toolbar .field-hint{font-size:10px}.history-list li{gap:8px}.history-list strong{font-size:11px}.history-list small{font-size:9px}.foot{padding:29px 20px 22px}.foot-inner{gap:24px}.foot-links{font-size:11px;gap:17px}.foot-bottom{margin-top:23px;gap:12px}.foot p{font-size:10px}.foot .legal{font-size:9px}.page,.detail{padding:22px 18px;border-radius:14px}.page h1,.detail h1{font-size:25px}.page h2,.detail h2{font-size:21px}.page p,.detail p{font-size:13px}.page li,.detail li{font-size:12px}.facts th,.facts td{font-size:11px;padding:8px}.facts .src{display:none}.toc ul{columns:1}.newsgroup{grid-template-columns:1fr}.qqnum{font-size:14px}.gift-anchor{scroll-margin-top:125px}}
@media(max-width:360px){main{padding-left:15px;padding-right:15px}.top nav a{padding:6px 8px;font-size:11px}.hero-copy h1{font-size:35px}.hero-actions .button{padding:10px 15px}.section-heading h2{font-size:21px}.filter-chip{padding:7px 10px}.code-box{gap:6px}.code-box code{font-size:16px}.gift-card{padding:20px}.howto-strip{padding:13px 14px}.howto-strip li{font-size:10px}.gift-bottom{gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
