*{box-sizing:border-box;margin:0;padding:0}:root{--red:#d01020;--red-dark:#a90d1b;--black:#0c0c0c;--white:#fafaf8;--off:#f2f1eb;--off2:#e5e4de;--muted:#777;--sidebar:286px}body{font-family:Arial,Helvetica,sans-serif;background:var(--black);color:var(--black);height:100vh;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,.editable:focus-visible{outline:2px solid var(--red);outline-offset:2px}
#sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:var(--white);border-right:2px solid var(--black);display:flex;flex-direction:column;z-index:20}.sidebar-head{background:var(--black);color:var(--white);padding:14px 16px 12px;border-bottom:2px solid var(--black)}.brand-row{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:baseline;gap:7px}.brand-main{font-weight:900;font-size:29px;letter-spacing:.08em}.brand-sub{color:var(--red);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sidebar-subtitle{margin-top:6px;color:#aaa;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.icon-btn{width:32px;height:32px;border:0;background:transparent;color:#bbb;display:none;align-items:center;justify-content:center}.icon-btn:hover{background:#222;color:#fff}.language-switch{display:grid;grid-template-columns:1fr 1fr;margin-top:12px;border:1px solid #444}.language-btn{height:29px;border:0;background:#1d1d1d;color:#aaa;font-size:10px;font-weight:800;letter-spacing:.08em}.language-btn+.language-btn{border-left:1px solid #444}.language-btn.active{background:#fff;color:var(--black)}
.panel-scroll{overflow:auto;flex:1}.panel-section{padding:15px;border-bottom:1px solid var(--off2)}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-label{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.field-label{display:block;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#666;margin:10px 0 5px}.text-input{width:100%;height:34px;border:1px solid #bbb;background:#fff;color:var(--black);padding:0 9px;outline:none;font-size:11px}.text-input:focus{border-color:var(--black);box-shadow:0 0 0 1px var(--black)}.canvas-tip{width:100%;border:0;background:var(--off);color:#777;padding:9px 10px;margin-bottom:10px;display:flex;align-items:center;gap:8px;text-align:left;font-size:9px;line-height:1.4}.canvas-tip i{font-size:12px}.count-badge{background:var(--off2);font-size:9px;font-weight:800;padding:3px 7px;border-radius:12px}.panel-btn{width:100%;height:37px;border:1px solid var(--black);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:var(--white);display:flex;align-items:center;justify-content:center;gap:7px}.panel-btn.primary{background:var(--red);border-color:var(--red);color:#fff}.panel-btn:hover{filter:brightness(.94)}
.advanced-section{padding:0}.advanced-toggle{width:100%;height:48px;border:0;background:var(--white);display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.advanced-toggle span{display:flex;align-items:center;gap:8px}.advanced-toggle:hover{background:var(--off)}.toggle-chevron{transition:transform .15s}.advanced-toggle[aria-expanded="true"] .toggle-chevron{transform:rotate(180deg)}.advanced-panel{padding:0 15px 15px}.choice-count{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #bbb}.choice-count button{height:30px;border:0;background:#fff;font-size:10px;font-weight:800;color:#555}.choice-count button+button{border-left:1px solid #bbb}.choice-count button.active{background:var(--black);color:#fff}.option-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid var(--off2)}.option-row div{display:flex;flex-direction:column;gap:3px}.option-row strong{font-size:10px}.option-row span{font-size:9px;color:#888;line-height:1.35}.switch{position:relative;width:34px;height:20px;flex:0 0 auto}.switch input{position:absolute;opacity:0;width:0;height:0}.switch-track{position:absolute;inset:0;background:#ccc;border-radius:20px}.switch-track:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.15s}.switch input:checked+.switch-track{background:var(--red)}.switch input:checked+.switch-track:before{transform:translateX(14px)}.color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:12px}.color-item{position:relative;display:flex;flex-direction:column;gap:4px;padding:7px;border:1px solid #bbb;background:#fff;font-size:9px;font-weight:800;text-transform:uppercase;color:#666;cursor:pointer}.color-item:hover{border-color:#777}.color-item input{position:absolute;inset:0;opacity:0;cursor:pointer}.color-value{font:700 8px monospace;color:#333;text-transform:none}.help-row{display:flex;align-items:flex-start;gap:8px;padding:12px 15px;color:#888;font-size:9px;line-height:1.5}.help-row i{margin-top:1px}.sidebar-actions{border-top:2px solid var(--black)}.action-btn{height:42px;width:100%;border:0;background:var(--white);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;gap:7px}.action-btn:hover{background:var(--off)}
#workspace{margin-left:var(--sidebar);height:100vh;display:flex;flex-direction:column;background:#111;overflow:hidden}#toolbar{height:54px;flex-shrink:0;background:#171717;color:#fff;border-bottom:1px solid #2b2b2b;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.toolbar-brand{font-size:14px;font-weight:900;letter-spacing:.1em}.toolbar-brand small{font-size:9px;color:var(--red);letter-spacing:.18em;margin-left:5px}.toolbar-actions{display:flex;gap:7px}.toolbar-btn{height:32px;min-width:32px;border:1px solid #444;background:#292929;color:#ccc;padding:0 10px;font-size:10px;font-weight:800;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:7px}.toolbar-btn:hover{background:#3a3a3a;color:#fff}.toolbar-btn.primary{background:var(--red);border-color:var(--red);color:#fff}.toolbar-btn.primary:hover{background:var(--red-dark)}.toolbar-btn:disabled{opacity:.35;cursor:not-allowed}.toolbar-btn:disabled:hover{background:#292929;color:#ccc}
#canvas-wrap{flex:1;overflow:auto;background:#202020;padding:30px;display:flex;justify-content:center;align-items:flex-start}#canvas-paper{background:var(--off);padding:30px;min-width:720px;box-shadow:0 15px 45px rgba(0,0,0,.35)}#poster{width:900px;min-height:1120px;background:var(--white);padding:54px 52px 45px;position:relative;color:var(--black)}.poster-heading{text-align:center;margin-bottom:42px}.editable{cursor:text;border-radius:4px}.editable:hover{background:rgba(0,0,0,.025)}.poster-title-editable h1{font-size:42px}.poster-heading h1{font-size:42px;line-height:1.03;font-weight:900;letter-spacing:-.045em}.poster-heading h2{font-size:25px;line-height:1.1;margin-top:6px;font-weight:800;letter-spacing:-.03em}.side-row{position:relative;display:grid;grid-template-columns:225px 1fr 225px;align-items:center;min-height:94px;padding-bottom:10px}.side-row+.side-row{margin-top:14px}.side{display:flex;align-items:center;gap:12px;min-width:0;cursor:text;border-radius:5px;padding:3px}.side:hover{background:rgba(0,0,0,.025)}.side.right{flex-direction:row-reverse;text-align:right}.side-image,.side-placeholder{width:72px;height:72px;object-fit:contain;flex:0 0 72px}.side-image{cursor:pointer}.side-placeholder{border:1px dashed #aaa;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:20px;cursor:pointer}.side-placeholder:hover{border-color:#777;color:#777}.side-placeholder i{font-size:18px}.side-text{min-width:0;flex:1}.side-label,.side-detail{cursor:text}.side-label{font-size:15px;font-weight:900;line-height:1.05;overflow-wrap:anywhere;min-height:16px}.side-detail{font-size:9px;color:#777;margin-top:4px;overflow-wrap:anywhere;min-height:11px}.placeholder-text{color:#aaa;font-weight:700}.boxes{display:flex;justify-content:center;gap:8px}.choice-box{width:54px;height:54px;border:3px solid var(--black);background:transparent;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}.choice-box:hover{background:var(--off)}.row-divider{position:absolute;left:225px;right:225px;bottom:-1px;height:1px;background:#ddd}.row-controls{position:absolute;right:-42px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px;opacity:0;transition:opacity .12s}.side-row:hover .row-controls{opacity:1}.mini-btn{width:28px;height:28px;border:1px solid #bbb;background:#fff;font-size:12px;color:#444;display:flex;align-items:center;justify-content:center}.mini-btn:hover{border-color:var(--black);color:var(--black)}.mini-btn.delete:hover{border-color:var(--red);color:var(--red)}
.empty-state-hidden{display:none!important}#empty-state{height:500px;border:1px dashed #ccc;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;text-align:center}.empty-icon{width:44px;height:44px;border:1px solid #cfcfcf;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#999}.empty-icon i{font-size:18px}.empty-state strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.empty-state span{font-size:10px;margin-top:5px}.empty-action{margin-top:14px;height:34px;padding:0 13px;border:1px solid #bbb;background:#fff;color:#555;font-size:10px;font-weight:800;display:flex;align-items:center;gap:6px}.empty-action:hover{border-color:var(--black);color:var(--black)}#watermark{position:absolute;right:24px;bottom:18px;font-size:9px;font-weight:800;letter-spacing:.1em;color:#c4c4c4}.export-status{position:fixed;right:18px;bottom:18px;background:#171717;color:#fff;border:1px solid #333;padding:9px 12px;font-size:10px;font-weight:700;z-index:100;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s}.export-status.show{opacity:1;transform:translateY(0)}
@media(max-width:850px){#sidebar{transform:translateX(-100%);transition:transform .2s;box-shadow:10px 0 30px rgba(0,0,0,.35)}#sidebar.mobile-open{transform:translateX(0)}#sidebar-close{display:flex}#workspace{margin-left:0}#mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10;display:none}#mobile-overlay.open{display:block}#canvas-wrap{padding:12px}#canvas-paper{padding:10px;min-width:0;width:max-content}#poster{width:900px}.toolbar-btn span{display:none}.toolbar-btn.primary{padding:0 11px}.toolbar-btn.primary span{display:inline}.row-controls{right:-36px;opacity:1}.side-row{grid-template-columns:170px 1fr 170px}.row-divider{left:170px;right:170px}.side-label{font-size:13px}.choice-box{width:48px;height:48px}.side-image,.side-placeholder{width:62px;height:62px;flex-basis:62px}}@media(max-width:480px){:root{--sidebar:300px}.toolbar-actions{gap:4px}#toolbar{padding:0 10px}.toolbar-brand{font-size:13px}#canvas-wrap{padding:8px}.poster-heading h1{font-size:36px}.poster-heading h2{font-size:21px}}
