:root{color-scheme:light;--ink:#221f1a;--muted:#68625a;--line:#ddd6ca;--paper:#fffdf9;--cream:#f6f1e8;--surface:rgba(255,253,249,.88);--field:#fffdf9;--soft:#eee6d9;--preview:#dcd5ca;--gold:#f0b83f;--gold-dark:#9a6710;--danger:#b43c32;--shadow:rgba(65,48,25,.12);font-family:Nunito,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}:root[data-theme=dark]{color-scheme:dark;--ink:#f8f4ec;--muted:#bcb5aa;--line:#3d3a43;--paper:#fff;--cream:#111018;--surface:rgba(31,29,40,.9);--field:#292631;--soft:#34303b;--preview:#25232c;--gold:#f0b83f;--gold-dark:#f3c65f;--danger:#ff8579;--shadow:rgba(0,0,0,.32)}*{box-sizing:border-box}body{margin:0;padding-top:16px;min-width:320px;background:radial-gradient(circle at 8% 5%,rgba(240,184,63,.14),transparent 28rem),var(--cream);color:var(--ink);transition:background-color .2s,color .2s}button,input,select{font:inherit}.upload,button{cursor:pointer}.upload:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:rgba(212,175,55,.45) solid 3px;outline-offset:2px}.topbar{min-height:76px;margin:0 clamp(14px,3vw,36px);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--ink);box-shadow:0 12px 30px var(--shadow);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:900;letter-spacing:-.035em}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border:2px solid rgba(34,31,26,.18);border-radius:13px;background:var(--gold);color:#221f1a;box-shadow:0 4px 0 rgba(126,83,12,.3)}.brand-mark svg{width:21px}.topbar h1{margin:0 auto;font-size:clamp(16px,2vw,24px);line-height:1.1;letter-spacing:-.035em}.top-actions{display:flex;align-items:center;gap:14px}.theme-toggle{width:44px;min-height:44px;padding:0;display:grid;place-items:center;border-color:var(--line);border-radius:13px;background:var(--field);color:var(--ink)}.theme-toggle:hover{border-color:var(--gold-dark);background:var(--soft)}.theme-toggle svg{width:20px;height:20px}.moon{display:block}.sun,[data-theme=dark] .moon{display:none}[data-theme=dark] .sun{display:block}main{width:min(1440px,100%);margin:auto;padding:20px clamp(16px,3vw,40px) 48px}.eyebrow{display:inline-flex;margin-bottom:12px;padding:6px 10px;border:1px solid rgba(154,103,16,.24);border-radius:999px;background:rgba(240,184,63,.16);color:var(--gold-dark);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.workspace{display:grid;grid-template-columns:minmax(280px,370px) minmax(0,1fr);gap:24px;align-items:start}.panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 16px 38px var(--shadow);overflow:hidden;backdrop-filter:blur(14px)}.controls{position:sticky;top:18px}.section{padding:20px;border-bottom:1px solid var(--line)}.section:last-child{border-bottom:0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}h2,h3{margin:0;letter-spacing:-.025em}h2{font-size:18px}h3{font-size:14px}.step{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:var(--gold);color:#221f1a;box-shadow:0 3px 0 rgba(126,83,12,.25);font-size:12px;font-weight:900}.upload{min-height:150px;padding:20px;display:grid;place-items:center;align-content:center;gap:7px;border:1.5px dashed var(--muted);border-radius:18px;text-align:center;background:var(--field);transition:.2s}.upload:hover{border-color:var(--gold-dark);background:var(--soft)}.upload svg{width:30px;color:var(--gold-dark)}.upload strong{font-size:14px}.hint,.upload small{color:var(--muted);font-size:12px;line-height:1.5}#fileInput{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}label{font-size:12px;font-weight:800;color:var(--muted)}input[type=color],input[type=number],input[type=range],select{width:100%}input[type=number],select{min-height:44px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:var(--field);color:var(--ink)}input[type=range]{accent-color:var(--gold-dark)}input[type=color]{height:44px;padding:5px;border:1px solid var(--line);border-radius:12px;background:var(--field)}.custom-size{display:none;grid-template-columns:1fr 1fr;gap:12px;grid-column:1/-1}.custom-size.visible{display:grid}.option-toggle{grid-column:1/-1;display:flex;align-items:center;gap:8px;color:var(--ink);cursor:pointer}.option-toggle input{width:17px;height:17px;accent-color:var(--gold-dark)}.option-settings{display:none;grid-template-columns:1fr 1fr;gap:12px;grid-column:1/-1}.option-settings.visible{display:grid}.position-field{grid-column:1/-1;margin:0;padding:0;border:0}.position-field legend{margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:800}.position-grid{width:116px;padding:7px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border:1px solid var(--line);border-radius:12px;background:var(--field)}.position-grid label{min-height:29px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:var(--soft);cursor:pointer}.position-grid input{position:absolute;opacity:0;pointer-events:none}.position-grid span{width:7px;height:7px;border-radius:50%;background:var(--muted)}.position-grid label:has(input:checked){border-color:var(--gold-dark);background:var(--gold);box-shadow:0 2px 0 rgba(126,83,12,.25)}.position-grid label:has(input:focus-visible){outline:rgba(212,175,55,.45) solid 3px;outline-offset:2px}.position-grid label:has(input:checked) span{background:#221f1a}.button-row{display:flex;gap:9px}button{min-height:44px;padding:10px 14px;border:1px solid transparent;border-radius:12px;font-weight:850;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.primary{flex:1;background:var(--gold);color:#221f1a;box-shadow:0 4px 0 rgba(126,83,12,.3)}.primary:hover{background:#f5c65f;box-shadow:0 2px 0 rgba(126,83,12,.3)}.secondary{background:var(--field);border-color:var(--line);color:var(--ink)}.secondary:hover{border-color:var(--gold-dark);background:var(--soft)}.secondary:disabled{cursor:not-allowed;opacity:.5}.preview-panel{padding:22px;min-height:720px;background:var(--preview)}.preview-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.preview-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pill{padding:7px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--ink);font-size:11px;font-weight:800}.sheet-wrap{overflow:auto;padding:8px;scrollbar-width:thin;scrollbar-color:#aaa transparent}.sheet-wrap::-webkit-scrollbar{width:7px;height:7px}.sheet-wrap::-webkit-scrollbar-button{display:none;width:0;height:0}.sheet-wrap::-webkit-scrollbar-track{margin:12px}.sheet-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:#aaa}.sheet{position:relative;width:min(100%,794px);aspect-ratio:210/297;margin:auto;padding:var(--preview-margin,30px);display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;gap:var(--photo-gap,11px);background:#fff;box-shadow:0 10px 30px rgba(35,31,22,.18);overflow:hidden}.sheet.f4{aspect-ratio:210/330}.sheet.landscape{width:1123px;max-width:none;aspect-ratio:297/210}.sheet.f4.landscape{width:1247px;aspect-ratio:330/210}.photo{position:relative;flex:none;overflow:hidden;background:var(--photo-bg,#fff)}.photo::after,.photo::before{content:"";position:absolute;inset:0;pointer-events:none}.photo::before{z-index:2;border:var(--photo-margin,0) solid #fff}.photo::after{z-index:3;box-shadow:inset 0 0 0 var(--stroke-width,0) var(--stroke-color,#bbb)}.photo img{width:var(--image-width,100%);height:var(--image-height,100%);position:absolute;inset:50% auto auto 50%;display:block;object-fit:cover;transform:translate(calc(-50% + var(--offset-x,0%)),calc(-50% + var(--offset-y,0%))) rotate(var(--rotation,0deg)) scale(var(--zoom,1));transform-origin:center}.position-button{display:flex;align-items:center;justify-content:center;gap:8px}.position-button svg{width:18px}.crop-dialog{width:min(520px,calc(100% - 28px));max-height:calc(100dvh - 28px);padding:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--ink);box-shadow:0 24px 80px rgba(0,0,0,.38);overflow:auto}.crop-dialog::backdrop{background:rgba(10,9,14,.72);backdrop-filter:blur(5px)}.dialog-head{padding:18px 18px 6px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-head .eyebrow{margin-bottom:8px}.icon-button{width:42px;min-height:42px;padding:0;display:grid;place-items:center;flex:none;border-color:var(--line);background:var(--field);color:var(--ink)}.icon-button:hover{border-color:var(--gold-dark);background:var(--soft)}.icon-button svg{width:20px}.dialog-hint{margin:0;padding:0 18px 14px;color:var(--muted);font-size:12px}.crop-stage-wrap{padding:0 18px}.crop-stage{position:relative;width:min(100%,300px);max-height:calc(100dvh - 310px);aspect-ratio:var(--crop-ratio,3/4);margin:auto;overflow:hidden;border:3px solid var(--gold);border-radius:16px;background:#dad6cf;box-shadow:0 0 0 999px rgba(0,0,0,.08);cursor:grab;touch-action:none;user-select:none}.crop-stage.dragging{cursor:grabbing}.crop-stage::after,.crop-stage::before{content:"";position:absolute;z-index:2;pointer-events:none}.crop-stage::before{inset:33.333% 0;border-top:1px solid rgba(255,255,255,.65);border-bottom:1px solid rgba(255,255,255,.65)}.crop-stage::after{inset:0 33.333%;border-left:1px solid rgba(255,255,255,.65);border-right:1px solid rgba(255,255,255,.65)}.crop-stage img{width:var(--image-width,100%);height:var(--image-height,100%);position:absolute;inset:50% auto auto 50%;display:block;object-fit:cover;transform:translate(calc(-50% + var(--offset-x,0%)),calc(-50% + var(--offset-y,0%))) rotate(var(--rotation,0deg)) scale(var(--zoom,1));transform-origin:center;pointer-events:none;will-change:transform}.crop-controls{position:sticky;bottom:0;z-index:3;padding:14px 18px 18px;border-top:1px solid var(--line);background:var(--surface);backdrop-filter:blur(16px)}.rotate-controls{margin-top:12px;display:flex;align-items:center;gap:8px}.rotate-controls>span{margin-right:auto;color:var(--muted);font-size:12px;font-weight:800}.rotate-controls button{min-height:32px;padding:4px 7px;display:flex;align-items:center;gap:4px;font-size:12px}.rotate-controls input{min-width:70px;flex:1}.rotate-controls svg{width:16px;height:16px}.rotate-controls strong{min-width:36px;text-align:center;font-size:12px}.dialog-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.dialog-actions button{min-height:34px;padding:5px 9px;font-size:12px}.dialog-actions .primary{flex:0 0 auto}.empty-state{position:absolute;inset:10% 0 auto;display:grid;place-items:start center;padding:32px;text-align:center;color:#777269}.empty-state[hidden]{display:none}.empty-state div{max-width:290px}.empty-state svg{width:42px;margin-bottom:12px;color:#aaa399}.empty-state strong{display:block;margin-bottom:6px;color:#4e4a43}.status{min-height:18px;margin:10px 0 0;color:var(--muted);font-size:12px}.status.error{color:var(--danger)}.photo-list{display:grid;gap:8px;margin-top:10px}.photo-item{min-width:0;padding:8px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--line);border-radius:10px;background:var(--field)}.photo-item.active{border-color:var(--gold-dark);box-shadow:inset 3px 0 var(--gold)}.photo-item>img{width:44px;height:52px;border-radius:7px;object-fit:cover;background:var(--soft)}.photo-item>div{min-width:0;display:grid;gap:5px}.photo-item strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.photo-item label{display:flex;align-items:center;gap:6px}.photo-item input{width:58px;min-height:32px;padding:4px 7px}.photo-item button{min-height:32px;padding:5px 8px;font-size:11px}.photo-remove{border-color:transparent;background:0 0;color:var(--danger)}.photo-remove:hover{background:var(--soft)}@media (min-width:901px){body{height:100dvh;overflow:hidden}main{height:calc(100dvh - 92px);display:flex;flex-direction:column;padding-bottom:24px}.workspace{flex:1;min-height:0}.controls{position:static;height:100%;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--gold) transparent}.controls::-webkit-scrollbar{width:12px}.controls::-webkit-scrollbar-button,.controls::-webkit-scrollbar-button:single-button{display:none;width:0;height:0;background:0 0}.controls::-webkit-scrollbar-track{margin-block:16px;background:0 0}.controls::-webkit-scrollbar-thumb{min-height:44px;border:3px solid transparent;border-radius:999px;background:var(--gold) content-box}.controls::-webkit-scrollbar-thumb:hover{background:var(--gold-dark) content-box}.controls::-webkit-scrollbar-corner{background:0 0}.preview-panel{height:100%;min-height:0;display:flex;flex-direction:column}.preview-head{flex:none}.sheet-wrap{flex:1;min-height:0}}@media (max-width:900px){body{overflow:auto}.workspace{grid-template-columns:1fr}.controls{position:static}.preview-panel{min-height:500px}}@media (max-width:560px){.topbar h1{display:none}.form-grid{grid-template-columns:1fr}.custom-size,.field.full{grid-column:auto}.preview-head{align-items:flex-start;flex-direction:column}.stats{justify-content:flex-start}.preview-panel,.section{padding:16px}.sheet{padding:14px;gap:6px}.crop-dialog{max-height:calc(100dvh - 16px);border-radius:20px}.dialog-head{padding:16px 16px 6px}.dialog-hint{padding:0 16px 12px}.crop-stage-wrap{padding:0 16px}.crop-stage{max-height:calc(100dvh - 350px)}.crop-controls{padding:14px 16px 16px}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:12px}.dialog-actions .primary{grid-column:1/-1;grid-row:1}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{body,html{width:auto;height:auto;margin:0!important;padding:0!important;background:#fff;overflow:visible!important}.controls,.intro,.preview-head,.topbar{display:none!important}.panel,.preview-panel,.sheet-wrap,.workspace,main{width:auto;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;background:#fff;overflow:visible}.workspace{display:block}.sheet{width:210mm!important;height:297mm!important;aspect-ratio:auto;padding:var(--print-margin,8mm)!important;gap:var(--print-gap,3mm)!important;box-shadow:none}.sheet.f4{width:210mm!important;height:330mm!important}.sheet.landscape{width:297mm!important;height:210mm!important}.sheet.f4.landscape{width:330mm!important;height:210mm!important}.photo{width:var(--print-photo-width)!important;height:var(--print-photo-height)!important;border:0;background:var(--photo-bg,#fff)!important;print-color-adjust:exact;-webkit-print-color-adjust:exact;break-inside:avoid;cursor:default}.photo::before{border-width:var(--print-photo-margin,0)}.photo::after{border:0;box-shadow:inset 0 0 0 var(--print-stroke-width,0) var(--stroke-color,#bbb);print-color-adjust:exact;-webkit-print-color-adjust:exact}}