@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#232321;--muted:#6c6c68;--yellow:#ffda43;--orange:#ed6c25;--line:#deded6;--paper:#fff;--soft:#f4f4ee;font-family:Inter,'Noto Sans SC',system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:26px}body{margin:0}button,input,textarea,select{font:inherit;color:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #a14c06;outline-offset:4px}button{border:0}p,h1,h2{margin:0}[hidden]{display:none!important}.header{height:94px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 4.5%;max-width:1700px;margin:auto}.brand{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:900;line-height:1}.brand-symbol{background:var(--yellow);width:47px;height:47px;border-radius:13px;font-size:43px;text-align:center;line-height:35px}.brand-small{display:block;font-size:10px;letter-spacing:1.2px;margin-top:6px}.header nav{display:flex;gap:30px;font-size:14px;font-weight:600}.header nav a:hover{color:var(--orange)}.header nav span{background:var(--soft);border-radius:6px;padding:3px 6px;font-size:12px}.header-note{font-size:13px;color:var(--muted)}main{max-width:1440px;padding:0 5%;margin:auto}.play-section{padding:40px 0 54px}.intro{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:25px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin-bottom:10px}.intro h1{font-size:clamp(30px,3.7vw,51px);letter-spacing:-1.8px;line-height:1.3;font-weight:900}.intro h1 span{color:var(--orange)}.intro-note{font-size:15px;line-height:1.8;color:var(--muted);padding-bottom:5px}.workspace{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-height:625px}.preview-area{background:var(--soft);padding:22px 32px 18px;display:flex;flex-direction:column;justify-content:center;min-width:0}.preview-top,.preview-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted)}.preview-top{margin-bottom:16px;min-height:20px}.preview-top #selected-title{font-size:13px;text-align:right}.small-label{font-size:11px;font-weight:800;letter-spacing:1.8px;white-space:nowrap}.preview-bottom{margin-top:15px}.canvas-wrap{position:relative;max-width:380px;width:100%;align-self:center;line-height:0;box-shadow:0 14px 35px #17170915;aspect-ratio:4/5;background:#e8e8df;border-radius:7px;overflow:hidden}canvas{display:block;width:100%;height:auto}.image-error{position:absolute;inset:0;line-height:1.7;display:grid;place-content:center;padding:25px;background:var(--soft);text-align:center}.editor{padding:24px 30px;background:white;display:flex;flex-direction:column;min-width:0}.tabs{display:flex;border-bottom:1px solid var(--line);gap:25px;margin-bottom:24px}.tabs button{padding:0 0 13px;background:none;font-size:17px;font-weight:700;color:var(--muted);border-bottom:3px solid transparent;transform:translateY(1px)}.tabs [aria-selected=true]{color:var(--ink);border-bottom-color:var(--orange)}label{font-size:14px;font-weight:600;display:block;margin-bottom:9px}.field-heading{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.field-heading label{font-size:14px}.text-button{background:none;padding:0;font-size:13px;font-weight:500;color:var(--orange);line-height:1.6}.text-button:hover{text-decoration:underline}.quick-picks{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.quick-picks button{padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:var(--soft);aspect-ratio:1}.quick-picks button[aria-pressed=true]{border-color:var(--orange);box-shadow:0 0 0 2px #fff inset}.quick-picks img{width:100%;height:100%;object-fit:cover;display:block}.gallery-link{display:inline-block;font-size:12px;color:var(--muted);margin:10px 0 19px}.gallery-link:hover{text-decoration:underline}.caption-heading{margin-top:0}textarea,input[type=text],select{background:#fff;border:1px solid #d3d3ca;border-radius:8px;width:100%;font-size:16px;padding:11px 13px}textarea{line-height:1.65;resize:vertical;min-height:98px}textarea:focus,input:focus,select:focus{border-color:var(--orange)}.caption-meta{display:flex;justify-content:space-between;margin:5px 0 19px;color:var(--muted);font-size:12px}.muted{color:var(--muted);font-size:12px}.settings{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:16px 0 22px}.settings label{font-size:13px}.settings select{font-size:14px;height:43px;padding:8px 10px}.settings input[type=range]{width:100%;margin:15px 0 0;accent-color:var(--ink)}.settings output{float:right;color:var(--muted)}.primary-button{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:9px;background:var(--yellow);padding:15px 19px;font-size:16px;font-weight:800;transition:background .15s,transform .15s}.primary-button:hover{background:#ffcf1d;transform:translateY(-1px)}.primary-button span{font-size:23px;line-height:1}.small-note{font-size:12px;color:var(--muted);line-height:1.7;margin-top:9px}.small-note a{text-decoration:underline}.character-rule{display:flex;align-items:center;gap:12px;padding-top:19px;margin-top:auto}.rule-symbol{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--ink);display:grid;place-items:center;font-weight:700;flex-shrink:0}.character-rule p{font-size:13px;font-weight:600}.character-rule small{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:4px;line-height:1.6}.suggestions{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 20px}.suggestions button{background:var(--soft);padding:6px 9px;font-size:12px;border-radius:5px}.suggestions button:hover{background:var(--yellow)}.prompt-output{font-size:13px;min-height:170px;background:#fafaf7;margin-bottom:16px}.gallery-section{border-top:1px solid var(--line);padding:44px 0 55px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;gap:20px}h2{font-size:30px;letter-spacing:-.8px;line-height:1.4;font-weight:800}.section-heading>p{font-size:14px;color:var(--muted)}.artwork-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.artwork-card{display:block;text-align:left;padding:0;background:none;min-width:0}.artwork-card .card-image{position:relative;aspect-ratio:4/5;border-radius:10px;overflow:hidden;background:var(--soft)}.artwork-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.artwork-card:hover img{transform:scale(1.035)}.card-use{position:absolute;bottom:12px;right:12px;background:#fff;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:700;box-shadow:0 3px 14px #0001;opacity:0;transition:opacity .2s}.artwork-card:hover .card-use,.artwork-card:focus-visible .card-use{opacity:1}.card-title{display:block;font-size:14px;font-weight:700;margin-top:11px;line-height:1.6}.card-caption{display:block;color:var(--muted);font-size:12px;line-height:1.7;margin-top:3px}.kit{background:var(--yellow);border-radius:15px;padding:35px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.kit h2{font-size:29px;line-height:1.5}.kit p:not(.eyebrow){font-size:14px;line-height:1.7;margin-top:12px}.kit img{width:100%;height:auto;border-radius:12px}.kit-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.dark-button,.outline-button{font-size:13px;padding:12px 14px;border-radius:7px;display:inline-block;font-weight:600}.dark-button{background:var(--ink);color:white}.outline-button{border:1px solid #23232175}.contest{display:flex;gap:25px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line)}.contest-tag{font-size:11px;letter-spacing:1px;border:1px solid var(--line);border-radius:6px;padding:9px;white-space:nowrap}.contest p{font-size:14px;line-height:1.7;flex:1}.contest strong{display:block;font-weight:500}.contest button{white-space:nowrap}footer{max-width:1440px;padding:25px 5% 35px;margin:auto;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.footer-brand{font-weight:600;color:var(--ink)}#toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;border-radius:10px;padding:12px 20px;font-size:14px;opacity:0;transition:.2s;pointer-events:none;z-index:10;max-width:90%;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1500px){.canvas-wrap{max-width:410px}.workspace{min-height:670px}}@media(max-width:950px){.header-note{display:none}.header{height:80px}.header nav{gap:18px}.intro-note{font-size:13px}.preview-area{padding:20px}.editor{padding:22px}.quick-picks{gap:5px}.settings{gap:10px}.tabs{gap:16px}.tabs button{font-size:15px}.kit{padding:27px;gap:20px}.kit h2{font-size:24px}.artwork-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:690px){.header{padding:0 5%;height:76px}.brand{font-size:21px}.brand-small{font-size:8px}.brand-symbol{width:39px;height:39px;font-size:35px;line-height:29px}.header nav{gap:16px;font-size:13px}.header nav a:first-child{display:none}.header nav span{display:none}.intro{display:block;margin-bottom:20px}.intro h1{font-size:34px;letter-spacing:-1px}.intro-note{margin-top:12px;font-size:14px}.intro-note br{display:none}.eyebrow{font-size:11px}.play-section{padding-top:25px}.workspace{grid-template-columns:1fr}.preview-area{padding:18px 22px}.canvas-wrap{max-width:305px}.preview-top{font-size:11px}.editor{padding:23px}.tabs{gap:27px}.tabs button{font-size:16px}.character-rule{padding-top:22px}.quick-picks{gap:10px}.section-heading{display:block}.section-heading>p{margin-top:10px}.gallery-section{padding-top:30px}.artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 12px}.card-title{font-size:13px}.card-caption{font-size:12px}.card-use{display:none}h2{font-size:27px}.kit{grid-template-columns:1fr;padding:25px}.kit img{grid-row:2}.kit-actions{gap:8px}.kit h2{font-size:27px}.contest{flex-wrap:wrap;gap:14px}.contest p{flex-basis:100%}.contest button{font-size:14px}footer{flex-wrap:wrap;font-size:12px;gap:13px}footer>span{display:none}.gallery-link,.small-note,.muted,.caption-meta,.character-rule small{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
