@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700;750;800;900;1000&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap";:root{font-family:DM Sans,Noto Sans KR,sans-serif;color:#26373c;background:#f8f9f6;font-synthesis:none;font-weight:400;--ink:#26373c;--muted:#7d898d;--line:#e8ece9;--blue:#a0caec;--radius:18px}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{cursor:default;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #6cace0;outline-offset:3px}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}svg{flex-shrink:0}button{transition:background .16s,box-shadow .16s,transform .16s}button:hover:not(:disabled){filter:brightness(.98)}.app-shell{max-width:1700px;margin:auto;padding:0 48px}.header{height:94px;display:flex;align-items:center;border-bottom:1px solid #e2e7e4;gap:56px}.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.brand-name{font-size:25px;font-weight:1000;letter-spacing:-1.5px}.brand-dot{color:#78abd3;font-size:25px;margin-left:3px;display:inline-block}.brand-studio{font-size:10px;letter-spacing:5.5px;font-weight:750;margin-top:7px}.header nav{display:flex;height:100%;gap:32px}.header nav button{font-size:14px;font-weight:600;color:#7d878b;position:relative;padding:3px 0 0}.header nav .nav-active{color:var(--ink)}.nav-active:after{content:"";position:absolute;width:17px;height:3px;bottom:22px;left:50%;transform:translate(-50%);border-radius:10px;background:var(--ink)}.saved-button{margin-left:auto;display:flex;gap:8px;align-items:center;font-size:14px;border:1px solid #dce2de;border-radius:30px;padding:10px 16px;background:#fff}.saved-button span{color:#788589;font-size:12px;margin-left:2px}.intro{display:flex;align-items:center;justify-content:space-between;padding:35px 0 30px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:1.7px;color:#758992;display:flex;gap:7px;align-items:center}.eyebrow>span{width:6px;height:6px;border-radius:50%;background:#9cc6e4}.intro h1{font-size:34px;line-height:1.5;letter-spacing:-1.8px;font-weight:800;margin-top:6px}.intro h1 span{position:relative;z-index:1}.intro h1 span:after{content:"";position:absolute;height:10px;left:0;right:0;bottom:3px;background:#f1df93;z-index:-1;transform:rotate(-1deg)}.intro p{font-size:14px;color:#7a8587;margin-top:8px}.intro-note{display:flex;align-items:center;gap:12px;transform:rotate(-4deg);padding-right:16px;color:#7b8c92}.intro-note>svg{align-self:flex-start;margin-top:12px;color:#8baec7}.intro-note span{font-size:13px;line-height:1.8}.intro-note img{width:76px;height:87px;object-fit:contain;transform:rotate(4deg);margin-left:7px}.workspace-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.category-tabs{display:flex;gap:8px}.category-tabs button{border:1px solid #e2e7e4;border-radius:10px;padding:12px 17px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;background:#fff}.category-tabs button.active{background:#263c46;color:#fff;border-color:#263c46}.category-tabs button span{display:none;font-weight:400;font-size:11px;color:#afc5cf;margin-left:6px}.category-tabs button.active span{display:inline}.local-save{display:flex;align-items:center;gap:6px;color:#929a98;font-size:11px}.local-save>span{width:5px;height:5px;border-radius:50%;background:#85a395}.editor{display:grid;grid-template-columns:290px minmax(300px,1fr) 276px;border:1px solid #e0e6e2;border-radius:var(--radius);overflow:hidden;background:#fff;min-height:685px;box-shadow:0 10px 45px #22393204}.asset-panel{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--line);max-height:720px}.tool-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:9px 10px 0;gap:3px}.tool-tabs button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:12px;color:#8a9394;height:70px;position:relative}.tool-tabs button.active{color:#38668a}.tool-tabs button.active:after{content:"";height:3px;background:#9fc9eb;position:absolute;bottom:0;left:12px;right:12px;border-radius:3px}.asset-panel-body{padding:24px 20px 16px;overflow:auto;flex:1;scrollbar-width:thin;scrollbar-color:#dce5e2 transparent}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.panel-title h2{font-size:16px;font-weight:750;letter-spacing:-.5px}.panel-title>span{font-size:11px;color:#9a9f9b;white-space:nowrap}.panel-description{font-size:12px;color:#8b9594;line-height:1.8;margin-top:7px}.filter-tabs{display:flex;gap:5px;margin:21px 0 15px}.filter-tabs button{font-size:12px;border-radius:20px;padding:7px 11px;color:#7c8888;white-space:nowrap}.filter-tabs button.active{background:#eaf2f7;color:#456b86;font-weight:700}.asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.asset-card{border:1px solid #edf0ed;border-radius:11px;min-height:102px;display:flex;align-items:center;flex-direction:column;padding:12px 5px 9px;position:relative;background:#fff}.asset-card:hover{border-color:#a4c8e1;background:#f7fbfe}.asset-card img{height:60px;width:62px;object-fit:contain;pointer-events:none}.asset-card>span{font-size:10px;line-height:1.3;color:#7a8587;margin-top:7px;word-break:keep-all}.asset-card.selected{border-color:#93bbda;background:#f1f7fb;box-shadow:inset 0 0 0 .5px #93bbda}.asset-card i{position:absolute;right:5px;top:5px;width:15px;height:15px;border-radius:50%;background:#92b8d5;color:#fff;display:grid;place-items:center}.panel-tip{display:flex;align-items:flex-start;gap:8px;margin-top:20px;color:#8b999c}.panel-tip>svg{margin-top:3px}.panel-tip p{font-size:11px;line-height:1.75}.guide-link{border-top:1px solid var(--line);font-size:11px;display:flex;align-items:center;gap:6px;padding:17px 19px;color:#8a9697;background:#fdfefd}.guide-link svg:last-child{margin-left:auto}.canvas-panel{background:#f1f4f2;min-width:0;display:flex;flex-direction:column}.canvas-toolbar{height:51px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5ebe6;padding:0 21px;background:#f7f9f6}.canvas-title{font-size:12px;color:#84918e;display:flex;align-items:center;gap:7px}.status-dot{width:5px;height:5px;background:#94ae9e;border-radius:50%}.canvas-toolbar>div{display:flex;align-items:center;gap:3px}.canvas-toolbar button{display:grid;place-items:center;width:29px;height:30px;color:#7f8a87}.canvas-toolbar button:disabled{opacity:.23}.toolbar-divider{height:15px;width:1px;background:#dbe2dd;margin:0 5px}.canvas-stage{position:relative;min-height:554px;flex:1;display:flex;align-items:center;justify-content:center;padding:64px 26px 55px;background-image:radial-gradient(#c4cfc666 .65px,transparent .65px);background-size:13px 13px;overflow:hidden}.stage-topline,.stage-bottomline{position:absolute;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#929e98}.stage-topline{top:20px}.stage-topline>span{font-weight:650;color:#7a8981}.stage-topline button{border-radius:20px;padding:6px 9px;font-size:10px;display:flex;gap:5px;align-items:center}.stage-topline button.active{background:#e5ebe5;color:#77887b}.stage-bottomline{bottom:19px;font-size:10px}.stage-bottomline>span{display:flex;align-items:center;gap:5px}.artboard-wrap{position:relative;flex-shrink:0;width:min(100%,calc(428px * var(--ratio)));filter:drop-shadow(0 14px 20px #22382a15)}.artboard{position:relative;width:100%;container-type:inline-size;overflow:hidden;touch-action:none;background-image:none}.artboard.transparent,.saved-mini.transparent{background-image:conic-gradient(#e8ece8 25%,#fff 0,#fff 50%,#e8ece8 0,#e8ece8 75%,#fff 0);background-size:20px 20px}.mock-phone{border:6px solid #fdfefd;border-radius:34px;box-shadow:0 0 0 1px #d5dcd7,0 0 0 2px #e9ede9;background:#fdfefd;width:min(100%,calc(430px * var(--ratio)))}.mock-phone .artboard{border-radius:27px}.phone-island{position:absolute;left:34%;right:34%;height:4.5%;top:2%;background:#24353bd9;border-radius:20px;pointer-events:none;z-index:5}.device-clock{position:absolute;top:13%;left:0;width:100%;text-align:center;color:#294b609c;pointer-events:none;z-index:1}.device-clock span{display:block;font-size:4.3cqw;font-weight:500;letter-spacing:-.2px}.device-clock strong{display:block;font-size:23cqw;line-height:1.2;font-weight:650;letter-spacing:-1cqw}.home-indicator{position:absolute;bottom:1.7%;left:33%;right:33%;height:1%;background:#32566a70;border-radius:6px;pointer-events:none}.mock-desktop{border:7px solid #edf0ed;border-radius:10px;box-shadow:0 0 0 1px #cbd3cd;max-width:510px}.mock-desktop .artboard{border-radius:4px}.desktop-base{position:absolute;bottom:-14px;left:-5%;right:-5%;height:14px;background:linear-gradient(#e0e5df,#c3cbc3);border-radius:1px 1px 15px 15px}.mock-tablet{border:9px solid #eff1ed;border-radius:23px;box-shadow:0 0 0 1px #c8d1c9;width:min(90%,calc(408px * var(--ratio)))}.mock-tablet .artboard{border-radius:13px}.mock-watch{width:220px;border:10px solid #d8dfd9;box-shadow:0 0 0 1px #b8c3bb;border-radius:52px;background:#d8dfd9}.mock-watch .artboard{border-radius:41px}.watch-strap{position:absolute;width:66%;height:95px;left:17%;background:#bccac0;z-index:-1;border-radius:16px}.watch-strap.top{top:-80px}.watch-strap.bottom{bottom:-80px}.watch-clock{top:5%}.watch-clock span{font-size:6cqw}.watch-clock strong{font-size:25cqw}.mock-profile{border:7px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d4ddd4;max-width:325px}.mock-profile .artboard{border-radius:50%}.mock-keyring{max-width:300px;border:11px solid #ffffff99;border-radius:34px;box-shadow:0 0 0 1px #c9d1c9}.mock-keyring .artboard{border-radius:23px}.mock-mousepad{border:5px solid #e4e8e2;border-radius:23px;max-width:480px;box-shadow:0 3px #a6b4a8}.mock-mousepad .artboard{border-radius:18px}.mock-square,.mock-portrait,.mock-tshirt,.flat{border:1px solid #ffffff99;max-width:450px}.canvas-layer{position:absolute;transform:translate(-50%,-50%);padding:0;cursor:grab;touch-action:none;line-height:1.2;display:block;-webkit-user-select:none;user-select:none;outline:none;font-weight:700;white-space:nowrap;background:none;border:none;z-index:2}.canvas-layer:hover:not(:disabled){filter:none}.canvas-layer:active{cursor:grabbing}.canvas-layer img{width:100%;display:block;height:auto;pointer-events:none}.canvas-layer.selected{outline:1px dashed #4d8aba;outline-offset:6px}.canvas-layer.text-layer{font-family:Arial,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.selection-handle{display:none;position:absolute;width:5px;height:5px;background:#fff;border:1px solid #528fbc}.selected>.selection-handle{display:block}.selection-handle.tl{left:-9px;top:-9px}.selection-handle.tr{right:-9px;top:-9px}.selection-handle.bl{left:-9px;bottom:-9px}.selection-handle.br{right:-9px;bottom:-9px}.safe-area{position:absolute;top:6%;right:6%;bottom:6%;left:6%;border:1px dashed #5c668b9c;pointer-events:none;z-index:7}.safe-area.circle{top:0;right:0;bottom:0;left:0;border-radius:50%}.safe-area>span{position:absolute;bottom:4px;left:0;width:100%;text-align:center;color:#526575;font-size:3cqw}.canvas-actions{height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 22px;gap:8px;border-top:1px solid #e3e9e2;background:#f7f9f6}.canvas-actions>span{display:flex;align-items:center;gap:5px;color:#9ba69e;font-size:10px}.canvas-actions button{display:flex;align-items:center;gap:5px;font-size:11px;background:#fff;padding:9px 10px;border-radius:7px;border:1px solid #e0e7dd;white-space:nowrap}.settings-panel{border-left:1px solid var(--line);display:flex;flex-direction:column;max-height:720px}.settings-body{padding:25px 21px 14px;flex:1;overflow:auto;scrollbar-width:thin}.field-label{display:block;font-size:12px;font-weight:600;margin:22px 0 9px;color:#616f72}.select-wrap{position:relative}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid #dfe6e0;border-radius:8px;padding:12px 30px 12px 12px;background:#fff;color:#394a4d;font-size:13px;font-weight:600}.select-wrap>svg{position:absolute;right:11px;top:15px;pointer-events:none;color:#84908b}.format-dimensions{display:flex;align-items:center;justify-content:space-between;font-size:11px;margin-top:12px;color:#8c9690}.format-dimensions>span:first-child{display:flex;align-items:center;gap:6px}.format-dimensions>span:last-child{color:#6f9984;font-size:9px;background:#eff5ef;padding:4px 6px;border-radius:4px;font-weight:600}.custom-toggle{font-size:11px;color:#909c95;margin-top:14px;display:flex;align-items:center;gap:4px;width:100%;padding:0}.custom-toggle svg:last-child{margin-left:auto}.custom-size{margin-top:12px}.custom-size>div{display:flex;gap:6px;align-items:center;margin-bottom:7px}.custom-size input{min-width:0;width:50%;border:1px solid #e2e7e2;border-radius:5px;padding:6px}.custom-size p{font-size:11px;color:#b4534e;margin-bottom:8px}.settings-divider{height:1px;background:var(--line);margin:23px 0}.section-label{display:flex;align-items:center;gap:6px;color:#63756f}.section-label h3{font-size:12px;font-weight:650}.section-label>span{margin-left:auto;font-size:10px;color:#99a298}.selection-hint{font-size:11px;color:#9aa39b;line-height:1.9;background:#f8faf6;border-radius:7px;padding:12px;margin-top:12px}.selected-layer{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin:13px 0 14px;padding:8px 10px;background:#f4f7f2;border-radius:7px}.selected-layer>div{display:flex;gap:6px}.selected-layer button{padding:2px;display:grid;place-items:center;color:#8d9a8d}.range-label{font-size:11px;color:#83917f;display:flex;justify-content:space-between}.range-label span{color:#536c52}input[type=range]{width:100%;accent-color:#7ba7c7;height:4px;margin:16px 0 18px;cursor:pointer}.position-controls{display:flex;gap:7px}.position-controls button{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #e3e8df;border-radius:6px;font-size:10px;padding:8px;flex:1}.position-values{display:flex;gap:8px;margin-top:9px}.position-values label{display:flex;align-items:center;gap:8px;color:#9da79d;font-size:10px;flex:1}.position-values input{width:100%;min-width:0;padding:5px;border:1px solid #e3e8df;border-radius:5px;font-size:11px;color:#6a7b68}.layer-list{max-height:125px;overflow:auto;margin-top:12px;scrollbar-width:thin}.layer-list>button{display:flex;align-items:center;gap:7px;width:100%;padding:6px 7px;font-size:11px;border-radius:5px;color:#86907d}.layer-list>button.active{background:#edf3f6;color:#4b728d}.layer-list img{width:19px;height:20px;object-fit:contain}.layer-list>button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-list>button>svg:last-child{margin-left:auto}.toggle-label{display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:11px;color:#72816e;cursor:pointer;position:relative;margin-top:14px}.toggle-label input{position:absolute;width:34px;height:20px;right:0;opacity:0;cursor:pointer}.toggle-label i{width:30px;height:17px;border-radius:12px;background:#dfe5dc;pointer-events:none;position:relative;transition:background .2s}.toggle-label i:after{content:"";position:absolute;left:3px;top:3px;width:11px;height:11px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 2px #0001}.toggle-label input:checked+i{background:#86adca}.toggle-label input:checked+i:after{transform:translate(13px)}.toggle-label input:focus-visible+i{outline:2px solid #6cace0;outline-offset:3px}.format-note{font-size:10px;color:#9aa393;line-height:1.8;margin-top:14px;word-break:keep-all}.export-panel{padding:20px 18px 13px;border-top:1px solid var(--line);background:#fff}.export-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.export-meta strong{font-size:12px}.export-meta select{font-size:10px;color:#7c8976;border:0;background:none;max-width:105px}.download-button{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:650;padding:14px 13px;border-radius:9px;background:#a0caec;color:#284a60;width:100%;box-shadow:0 2px #8bb5d7}.download-button>svg:last-child{margin-left:auto}.download-button:hover{background:#8dbddd}.save-design{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;padding:13px 4px 5px;width:100%;color:#798775}.export-panel>p{font-size:9px;color:#a2aaa0;text-align:center;margin-top:7px;line-height:1.5}.control-heading{font-size:12px;margin-top:26px;margin-bottom:13px}.color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.color-grid button{width:100%;aspect-ratio:1;border:1px solid #172c3110;border-radius:50%;display:grid;place-items:center}.color-grid button.selected{outline:2px solid #709bbb;outline-offset:3px}.custom-color{display:flex;align-items:center;gap:10px;margin-top:20px;border:1px solid var(--line);border-radius:8px;padding:8px 9px;font-size:12px}.custom-color input{width:25px;height:25px;border:0;padding:0;background:none;cursor:pointer}.custom-color code{font-size:10px;margin-left:auto;color:#919994}.pattern-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pattern-grid button{padding:0 0 7px;border:1px solid var(--line);border-radius:8px;font-size:11px;overflow:hidden}.pattern-grid button>span{display:block;aspect-ratio:1;margin-bottom:7px}.pattern-grid button.selected{border-color:#79a7ca;box-shadow:0 0 0 1px #79a7ca}.elements-grid{margin-top:20px}.asset-panel textarea{resize:vertical;width:100%;border:1px solid #dce4dc;border-radius:8px;padding:12px;font-size:14px;color:var(--ink);line-height:1.8;min-height:90px}.text-count{text-align:right;font-size:10px;color:#9da69c;margin:6px 0 12px}.soft-button{background:#edf3f6;color:#4d6d83;font-size:12px;padding:9px 13px;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:6px}.full{width:100%}.text-suggestions{display:flex;flex-direction:column;gap:8px}.text-suggestions button{font-size:12px;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;text-align:left;gap:5px;padding:11px 8px;border-radius:7px}.text-suggestions svg{color:#a1aca0}.inspiration{padding:45px 0 38px;scroll-margin-top:20px}.inspiration-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.inspiration .eyebrow{font-size:9px;color:#8f9c96}.inspiration h2{font-size:22px;letter-spacing:-.8px;margin-top:7px;font-weight:750}.inspiration-heading>p{font-size:12px;color:#8c968d}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}.template-card{text-align:left;padding:0}.template-art{height:180px;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.template-art>img{width:88px;height:110px;object-fit:contain;margin-top:-15px;transition:transform .25s}.template-card:hover img{transform:translateY(-5px)}.template-number{position:absolute;top:13px;left:15px;font-size:11px;font-weight:700;opacity:.35}.template-caption{position:absolute;bottom:27px;font-size:11px;letter-spacing:.3px;font-weight:650;color:#435453c9}.template-use{position:absolute;top:0;right:0;bottom:0;left:0;background:#26373cbb;display:flex;gap:7px;align-items:center;justify-content:center;color:#fff;font-size:14px;opacity:0;transition:opacity .2s}.template-card:hover .template-use,.template-card:focus-visible .template-use{opacity:1}.template-info{display:flex;justify-content:space-between;align-items:center;padding:14px 1px}.template-info h3{font-size:13px;font-weight:650}.template-info p{font-size:11px;color:#9aa198;margin-top:5px}.template-info>svg{color:#909e91}footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e4e9df;padding:25px 0 35px}.footer-brand{font-size:11px;font-weight:900;letter-spacing:.5px}.footer-brand>span{font-size:10px;color:#a0a89a;font-weight:400;margin-left:18px;letter-spacing:0}footer button{display:flex;align-items:center;gap:6px;font-size:10px;color:#8d9a86}.toast{position:fixed;z-index:30;bottom:30px;left:50%;transform:translate(-50%);border:1px solid #44544c;background:#293f39;color:#fff;padding:14px 18px;border-radius:12px;display:flex;align-items:center;gap:10px;font-size:13px;box-shadow:0 5px 30px #1f36252a;max-width:calc(100% - 32px);width:max-content;animation:toast-in .2s ease-out}.toast>svg{color:#b4d5c2}.toast button{display:grid;place-items:center;margin-left:8px;color:#b6c9b6}.modal{border:1px solid #e1e7db;border-radius:20px;padding:0;max-width:680px;width:calc(100% - 32px);max-height:85dvh;color:var(--ink);box-shadow:0 30px 90px #10281833}.modal::backdrop{background:#1f332b50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-title{display:flex;align-items:center;justify-content:space-between;padding:23px 26px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}.modal-title h2{font-size:20px;letter-spacing:-.7px}.modal-title button{display:grid;place-items:center;padding:5px;color:#8c9987}.modal-body{padding:25px 28px 30px}.modal-body>h3{font-size:16px;margin:27px 0 13px}.story-header{display:flex;align-items:center;gap:27px;background:#edf5fb;border-radius:12px;padding:23px}.story-header>img{width:85px;height:105px;object-fit:contain}.story-header h3{font-size:20px;margin:9px 0;line-height:1.5}.story-header p{font-size:12px;line-height:1.9;color:#748b99}.guide-rules{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.guide-rules li{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.8;color:#6b7b6d}.guide-rules svg{margin-top:3px;color:#87afc7}.guide-source{font-size:10px;color:#9eab9d;margin-top:20px}.guide-copy{font-size:12px;line-height:1.9;color:#869480}.modal details{font-size:12px;margin-top:19px;color:#71836c}.modal summary{cursor:pointer}.source-links{display:flex;flex-direction:column;gap:9px;font-size:11px;margin-top:15px}.empty-saved{text-align:center;padding:50px 15px;color:#93a18e}.empty-saved>svg{margin:auto}.empty-saved h3{font-size:17px;color:#677d61;margin-top:20px}.empty-saved p{font-size:13px;line-height:1.8;margin-top:12px}.saved-list{margin-top:20px;display:flex;flex-direction:column;gap:15px}.saved-item{display:flex;align-items:center;gap:14px;padding-bottom:15px;border-bottom:1px solid var(--line)}.saved-mini{width:58px;height:72px;border-radius:7px;display:grid;place-items:center;flex-shrink:0}.saved-mini img{width:35px;height:45px;object-fit:contain}.saved-item>div:nth-child(2){flex:1}.saved-item strong{display:block;font-size:13px}.saved-item span{display:block;font-size:10px;color:#9ba894;margin-top:7px}.icon-button{padding:6px;display:grid;place-items:center}.empty-state{font-size:13px;line-height:1.9;padding:25px 0}.empty-state button{display:block;padding:7px 0;color:#578db4}@keyframes toast-in{0%{opacity:0;bottom:20px}to{opacity:1;bottom:30px}}@media(min-width:1500px){.editor{grid-template-columns:310px minmax(300px,1fr) 295px}.asset-card{min-height:113px}.asset-card img{height:68px;width:70px}.canvas-stage{min-height:574px}.artboard-wrap{width:min(100%,calc(445px * var(--ratio)))}.artboard-wrap.wide{width:90%}.mock-watch{width:240px}.mock-profile{width:340px}.mock-keyring{width:310px}}@media(max-width:1250px){.app-shell{padding:0 28px}.editor{grid-template-columns:255px minmax(260px,1fr) 250px}.asset-panel-body{padding:21px 14px 14px}.settings-body{padding:23px 15px 12px}.canvas-actions{padding:0 14px}.canvas-actions>span{max-width:115px;line-height:1.5}.canvas-actions>span>svg{display:none}.category-tabs button.active span{display:none}.local-save{font-size:10px}.intro h1{font-size:31px}.asset-grid{gap:6px}.asset-card img{width:57px;height:59px}.asset-card>span{font-size:9px}}@media(max-width:1050px){.app-shell{padding:0 22px}.header{gap:30px}.header nav{gap:23px}.editor{grid-template-columns:225px minmax(260px,1fr)}.settings-panel{grid-column:1/-1;max-height:none;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 260px}.settings-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;padding:23px}.settings-body>.panel-title,.settings-body>.panel-description,.settings-body>.field-label,.settings-body>.select-wrap,.settings-body>.format-dimensions,.settings-body>.custom-toggle,.settings-body>.custom-size{grid-column:1}.settings-body>.section-label{grid-column:2;grid-row:1}.settings-body>.selection-hint{grid-column:2;grid-row:2/6}.settings-body>.selected-layer{grid-column:2;grid-row:2/4}.settings-body>.range-label{grid-column:2;grid-row:4}.settings-body>input[type=range]{grid-column:2;grid-row:5}.settings-body>.position-controls{grid-column:2;grid-row:6}.settings-body>.position-values{grid-column:2;grid-row:7}.settings-body>.layer-list{grid-column:2;grid-row:8/11}.settings-divider{display:none}.settings-body>.toggle-label,.settings-body>.format-note{grid-column:1}.export-panel{border-top:0;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;padding:22px}.asset-panel{max-height:664px}.canvas-stage{min-height:510px}.artboard-wrap{width:min(100%,calc(390px * var(--ratio)))}.artboard-wrap.wide{width:85%}.mock-watch{width:215px}.mock-profile,.mock-keyring{width:285px}.template-grid{gap:14px}.template-art{height:155px}.template-art>img{width:75px;height:95px}.template-caption{font-size:10px;bottom:20px}.intro-note{padding-right:0}.intro-note>svg{display:none}.intro-note img{width:65px}.local-save{display:none}}@media(max-width:700px){.app-shell{padding:0 16px}.header{height:78px;gap:20px}.brand-name{font-size:22px}.brand-studio{font-size:8px;letter-spacing:4.7px}.header nav{display:none}.saved-button{padding:9px 12px;font-size:12px}.intro{padding:27px 0 25px}.intro h1{font-size:25px;letter-spacing:-1.4px;margin-top:9px}.intro p{font-size:12px;max-width:250px;line-height:1.8;margin-top:10px}.intro .eyebrow{font-size:8px;letter-spacing:1.3px}.intro-note{position:relative;align-self:flex-end}.intro-note span{display:none}.intro-note img{width:54px;height:77px;margin:0}.category-tabs{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:7px}.category-tabs button{font-size:12px;justify-content:center;padding:12px 7px;gap:6px;border-radius:8px}.category-tabs button svg{width:16px;height:16px}.workspace-top{margin-bottom:12px}.editor{display:flex;flex-direction:column;border-radius:13px}.canvas-panel{order:1}.asset-panel{order:2;border-right:0;border-top:1px solid var(--line);max-height:none}.settings-panel{order:3;display:flex}.canvas-toolbar{height:46px;padding:0 16px}.canvas-stage{min-height:500px;padding:54px 22px 46px}.artboard-wrap{width:min(100%,calc(382px * var(--ratio)))}.artboard-wrap.wide{width:90%}.mock-watch{width:210px}.mock-profile,.mock-keyring{width:270px}.stage-topline,.stage-bottomline{left:17px;right:17px}.stage-topline{top:16px}.canvas-actions{height:54px}.canvas-actions>span{max-width:none;font-size:10px}.canvas-actions>span>svg{display:block}.tool-tabs{padding-top:0}.tool-tabs button{height:67px;font-size:12px}.asset-panel-body{padding:21px 18px 16px;max-height:355px}.asset-grid{grid-template-columns:repeat(4,1fr);gap:9px}.asset-card img{height:65px;width:60px}.asset-card>span{font-size:10px}.asset-card{min-height:105px}.filter-tabs{margin:16px 0 12px}.filter-tabs button{font-size:12px}.panel-title h2{font-size:16px}.panel-description{font-size:12px}.guide-link{font-size:11px;padding:13px 18px}.panel-tip{margin-top:15px}.color-grid{grid-template-columns:repeat(8,1fr);gap:9px}.custom-color{max-width:320px}.pattern-grid{grid-template-columns:repeat(5,1fr)}.pattern-grid button>span{aspect-ratio:1.3}.settings-body{padding:22px 18px;gap:0 17px}.settings-body>.section-label h3{font-size:12px}.export-panel{border-top:1px solid var(--line);border-left:0;padding:21px 18px 18px}.export-meta strong{font-size:14px}.export-meta select{font-size:12px}.download-button{font-size:15px;padding:15px 17px}.save-design{font-size:12px;padding-top:17px}.export-panel>p{font-size:10px}.inspiration{padding:33px 0 24px}.inspiration h2{font-size:20px}.inspiration-heading>p{display:none}.template-grid{grid-template-columns:repeat(2,1fr);gap:15px}.template-art{height:172px}.template-art>img{width:80px;height:100px}.template-info{padding:11px 0 6px}.template-info h3{font-size:12px}.template-info p{font-size:10px}.template-info>svg{width:15px}.template-use{font-size:12px}.footer-brand{font-size:10px}.footer-brand>span{display:block;margin:8px 0 0;font-size:9px}.modal-title{padding:20px}.modal-title h2{font-size:18px}.modal-body{padding:20px}.story-header{padding:20px 15px;gap:16px}.story-header>img{width:60px;height:80px}.story-header h3{font-size:16px}.story-header p{font-size:11px}.story-header p br{display:none}.story-header .eyebrow{font-size:8px}.saved-item{gap:9px}.saved-item strong{font-size:11px}.saved-item .soft-button{font-size:11px;padding:7px}.saved-mini{width:42px;height:60px}.toast{font-size:12px;bottom:16px;padding:13px}.intro-note{margin-left:5px}.format-note{font-size:11px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.brand-name{display:flex;align-items:center;gap:3px}.brand-name img{width:147px;height:33px;object-fit:contain}.brand-studio{letter-spacing:6.7px;padding-left:2px;font-size:10px}.header nav button,.saved-button,.category-tabs button{font-size:14px}.intro p{font-size:15px}.tool-tabs button,.filter-tabs button{font-size:14px}.asset-card>span{font-size:12px;line-height:1.5}.asset-card{min-height:111px}.panel-description,.field-label,.section-label h3,.selected-layer,.range-label,.toggle-label,.position-controls button,.save-design{font-size:13px}.select-wrap select{font-size:14px}.canvas-title{font-size:13px}.canvas-actions>span,.stage-topline,.stage-bottomline,.format-dimensions,.format-note,.guide-link{font-size:12px}.canvas-actions button{font-size:12px}.download-button{font-size:14px}.panel-tip p,.custom-toggle,.template-info p{font-size:12px}.template-info h3{font-size:14px}.inspiration-heading>p{font-size:14px}.layer-list>button{font-size:12px}.layer-list{max-height:102px}.export-panel>p{font-size:10px}.control-heading{font-size:14px}.text-suggestions button{font-size:13px}.settings-body{scrollbar-gutter:stable}.format-note{line-height:1.85}.empty-state,.guide-copy,.modal-body .panel-description,.guide-rules li,.story-header p{font-size:14px}.source-links{font-size:12px}.intro-note span{font-size:14px}.local-save{font-size:12px}@media(max-width:1250px){.filter-tabs{gap:1px}.filter-tabs button{padding:7px 8px;font-size:12px}.canvas-actions>span{font-size:11px}.canvas-title{font-size:12px}.canvas-stage{padding-left:23px;padding-right:23px}.asset-card>span{font-size:11px}.stage-topline{font-size:11px}.settings-body{padding-left:14px;padding-right:14px}.format-note{font-size:11px}}@media(max-width:1050px){.settings-body{padding:23px}.asset-card>span{font-size:12px}.asset-grid{grid-template-columns:repeat(2,1fr)}.asset-card img{width:65px;height:70px}.asset-card{min-height:115px}.filter-tabs{flex-wrap:wrap}.settings-body>.layer-list{max-height:100px}.format-note{font-size:12px}}@media(max-width:700px){.brand-name img{width:127px;height:28px}.brand-studio{font-size:9px;letter-spacing:5.5px}.brand-dot{font-size:21px}.intro p,.category-tabs button{font-size:13px}.asset-grid{grid-template-columns:repeat(3,1fr);gap:10px}.asset-card img{height:65px;width:65px}.asset-card>span{font-size:12px}.filter-tabs button{font-size:14px;padding:7px 11px}.tool-tabs button{font-size:14px}.canvas-actions>span{font-size:10px}.settings-body{padding:22px 18px}.position-controls button{font-size:11px;padding:8px 5px}.panel-description{font-size:13px}.intro-note span{display:none}.template-info h3{font-size:13px}.template-info p{font-size:11px}.story-header p,.saved-button,.guide-link{font-size:12px}}.tool-tabs{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:4px}.tool-tabs button{height:61px;gap:6px;font-size:13px}.tool-tabs button:nth-child(5),.tool-tabs button:nth-child(6){color:#507ca0}.tool-tabs button.active{background:#f5f9fc}.artwork-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.pattern-shortcut{display:flex;align-items:center;gap:7px;background:#eaf2f7;color:#507b9a;border:1px solid #dbe8f0;border-radius:9px;padding:11px 12px;font-size:12px;white-space:nowrap}.pattern-shortcut:hover{background:#dcecf6}.new-badge{color:#507faa!important;background:#e7f1f8;padding:4px 6px;border-radius:4px;font-size:10px!important;letter-spacing:.8px}.repeat-toggle{padding:13px 12px;background:#f0f6fa;border:1px solid #ddeaf3;border-radius:8px;margin:18px 0}.repeat-toggle input{right:12px}.repeat-settings{border:0;padding:0;margin:0}.repeat-settings legend{margin:4px 0 11px}.layout-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.layout-options button{display:flex;align-items:center;flex-direction:column;gap:4px;border:1px solid #e3e9e5;border-radius:8px;padding:8px 3px;font-size:12px}.layout-options button>span{font-size:25px;line-height:1.2;color:#8da7b8}.layout-options button.active{background:#edf5fb;border-color:#9ec0da;color:#477391}.layout-options button.active>span{color:#517e9e}.repeat-sliders{margin-top:21px}.repeat-sliders>label{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#697d82}.repeat-sliders>label>span{font-size:12px;color:#7e9aab}.repeat-sliders input[type=range]{margin:12px 0 20px}.repeat-panel>.soft-button{font-size:13px;padding:11px}.motif-heading{display:flex;align-items:center;justify-content:space-between;margin:24px 0 10px}.motif-heading h3{font-size:14px}.motif-heading>span{font-size:11px;color:#8b9da4}.selected-motifs{display:flex;flex-wrap:wrap;gap:6px;min-height:45px}.selected-motifs button{position:relative;border:1px solid #dfe9ef;border-radius:7px;padding:6px;width:38px;height:42px;background:#f6f9fb}.selected-motifs img{width:26px;height:29px;object-fit:contain}.selected-motifs button>svg{position:absolute;right:-3px;top:-4px;padding:1px;background:#fff;border:1px solid #d3e0e6;border-radius:50%;width:13px;height:13px;color:#879ca7}.selected-motifs>p{font-size:12px;line-height:1.8;color:#899b9e}.motif-tabs{display:flex;border-bottom:1px solid #e2e9ec;gap:4px;margin:19px 0 14px}.motif-tabs>button{flex:1;padding:11px 1px;font-size:10px;font-weight:700;letter-spacing:.1px;white-space:nowrap;border-bottom:2px solid transparent;color:#91a0a6}.motif-tabs>button>span{margin-left:3px;font-size:10px;font-weight:400}.motif-tabs>button[aria-selected=true]{color:#487698;border-bottom-color:#88b4d5}.repeat-assets .asset-card{min-height:96px;padding-top:9px}.repeat-assets .asset-card img{height:53px;width:55px}.repeat-assets .asset-card>span{font-size:11px}.motif-plus{position:absolute;top:5px;right:5px;color:#acbbc3}.pattern-layer-summary{display:flex;width:100%;align-items:center;gap:6px;border:1px solid #dceaf3;background:#f3f8fc;border-radius:7px;padding:10px 8px;color:#688ba3;font-size:12px;margin-top:12px}.pattern-layer-summary>svg:last-child{margin-left:auto}.theme-filters{gap:3px}.theme-filters button{padding:7px 10px;font-size:12px}.theme-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.theme-card{padding:0;text-align:left;min-width:0}.theme-thumbnail{position:relative;aspect-ratio:300/190;border-radius:8px;overflow:hidden;box-shadow:inset 0 0 0 1px #25453409}.theme-thumbnail .theme-foreground{position:absolute;transform:translate(-50%,-50%);height:auto;object-fit:contain}.theme-card-name{display:flex;align-items:center;justify-content:space-between;gap:4px;padding-top:9px}.theme-card-name>strong{font-size:12px;letter-spacing:-.4px;line-height:1.65}.theme-card-name>svg{color:#89a0a7;width:11px}.theme-kind{display:block;color:#698da6;font-size:10px;margin-top:3px}.theme-card>p{font-size:10px;line-height:1.7;color:#98a49f;margin-top:5px;word-break:keep-all}.theme-card:hover .theme-thumbnail{outline:2px solid #a3c5df;outline-offset:2px}.scene-picker{border-top:1px solid #e7ede6;margin-top:25px;padding-top:21px}.scene-picker h3{display:flex;gap:6px;align-items:center;font-size:14px}.scene-picker>p{font-size:11px;color:#97a19a;line-height:1.8;margin:8px 0 13px}.scene-picker>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.scene-picker>div>button{padding:0 0 7px;border:1px solid #e0e8e3;border-radius:8px;overflow:hidden;font-size:12px}.scene-picker>div>button[aria-pressed=true]{outline:2px solid #89b2ce;outline-offset:1px}.scene-picker img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;margin-bottom:7px}.scene-remove{display:flex;align-items:center;gap:5px;font-size:12px;color:#8b9992;margin:13px 0 20px}.saved-mini{position:relative;overflow:hidden}.saved-mini>img{position:relative;z-index:1}.theme-cards+.panel-tip{margin-top:25px}@media(max-width:1050px){.theme-cards{grid-template-columns:1fr}.theme-card-name>strong{font-size:14px}.theme-kind,.theme-card>p{font-size:12px}.layout-options button{font-size:11px}.motif-tabs>button{font-size:9px}.pattern-shortcut{font-size:11px}.settings-body>.pattern-layer-summary{grid-column:2}.settings-body>.pattern-layer-summary+.layer-list{grid-row:auto}}@media(max-width:700px){.workspace-top{flex-direction:column;align-items:stretch;gap:10px}.pattern-shortcut{justify-content:center;font-size:12px;padding:9px}.tool-tabs{grid-template-columns:repeat(6,minmax(0,1fr));padding:0 5px;gap:0}.tool-tabs button{font-size:11px;height:68px}.tool-tabs button>svg{width:18px}.tool-tabs button.active:after{left:8px;right:8px}.asset-panel-body:has(.repeat-panel),.asset-panel-body:has(.themes-panel){max-height:560px}.theme-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 14px}.theme-card-name>strong{font-size:13px}.theme-kind,.theme-card>p{font-size:11px}.layout-options button{font-size:13px;padding:10px}.motif-tabs>button{font-size:12px}.repeat-assets .asset-card{min-height:102px}.repeat-assets .asset-card img{height:60px}.repeat-assets .asset-card>span{font-size:12px}.repeat-sliders>label{font-size:14px}.scene-picker>p{font-size:12px}.theme-filters button{font-size:14px}.selected-motifs button{width:42px;height:46px}.selected-motifs img{width:29px;height:32px}.new-badge{font-size:11px!important}}.pattern-only-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;font-size:12px;color:#698ba4;padding:9px 6px;margin:-7px 0 13px;border:1px dashed #cddde8;border-radius:7px}.pattern-only-button:hover{background:#f3f8fb}.studio-header{gap:30px}.header-tagline{font-size:13px;color:#81908e}.studio-page-tabs{display:flex;gap:6px;padding:18px 0 0;border-bottom:1px solid #dfe6e1}.studio-page-tabs>button{display:flex;align-items:center;gap:9px;padding:16px 24px;font-size:14px;font-weight:700;color:#7b898a;border-radius:12px 12px 0 0;border:1px solid transparent;border-bottom:0;position:relative}.studio-page-tabs>button[aria-selected=true]{background:#e8f2f9;color:#365d7a;border-color:#d8e7f2}.studio-page-tabs>button[aria-selected=true]:after{content:"";position:absolute;height:3px;background:#7aafd5;bottom:-1px;left:20px;right:20px;border-radius:4px}.open-creator{display:flex;align-items:center;gap:6px;width:100%;border:1px solid #dbe8ec;border-radius:9px;background:#f1f8fa;color:#426c7f;padding:12px 10px;font-size:12px;line-height:1.5;margin-bottom:22px}.open-creator svg:last-child{margin-left:auto}.filter-tabs{flex-wrap:wrap}.editor-footer{display:flex;justify-content:space-between;gap:15px;padding:25px 0;color:#7d8e8d;font-size:12px}.editor-footer button{display:flex;align-items:center;gap:6px}.page-heading{padding:38px 0 30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.page-heading h1{font-size:34px;line-height:1.5;letter-spacing:-1.4px;margin:8px 0}.page-heading p{font-size:14px;color:#7a8988;line-height:1.8}.page-heading .eyebrow{color:#7194a8}.step-pills{display:flex;align-items:center;gap:9px;color:#91a4a8}.step-pills span{background:#fff;border:1px solid #e0e8e3;padding:10px 15px;border-radius:30px;font-size:12px;white-space:nowrap}.page-heading+.creator-layout{margin-bottom:38px}.goods-catalog{background:#fff;border:1px solid #e0e7e1;border-radius:16px;padding:23px;margin-bottom:15px}.goods-catalog-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.goods-catalog-header h2{font-size:18px;letter-spacing:-.5px}.goods-catalog-header h2 span{display:inline-block;font-size:11px;color:#5682a2;background:#e9f3fa;border-radius:20px;padding:4px 8px;vertical-align:middle;margin-left:5px}.goods-catalog-header p{font-size:12px;color:#83908d;margin-top:7px;line-height:1.7}.goods-search{display:flex;align-items:center;gap:8px;border:1px solid #dfe6e0;border-radius:9px;padding:10px 12px;color:#8c9a98;background:#fafbf9}.goods-search input{background:none;border:0;outline-offset:7px;min-width:0;width:215px;font-size:12px;color:var(--ink)}.goods-family-tabs{display:flex;gap:5px;flex-wrap:wrap;margin:19px 0 15px}.goods-family-tabs button{font-size:12px;padding:9px 13px;border-radius:25px;color:#81908d}.goods-family-tabs button[aria-selected=true]{background:#2d4752;color:#fff}.goods-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.goods-grid>button{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid #e6ebe5;background:#fcfdfb;border-radius:10px;padding:14px 12px;min-height:83px}.goods-grid>button>svg:first-child{color:#96aea9}.goods-grid>button>div{min-width:0;flex:1}.goods-grid strong{font-size:13px;display:block;line-height:1.5;word-break:keep-all}.goods-grid span{font-size:10px;color:#8d9791;display:block;line-height:1.6;margin-top:5px}.goods-grid>button>svg:last-child{color:#a5b7b3}.goods-grid>button[aria-pressed=true]{border-color:#8eb9d7;background:#f0f7fc;box-shadow:inset 0 0 0 .5px #8eb9d7}.goods-grid>button[aria-pressed=true]>svg{color:#5488aa}.goods-pagination{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px;color:#8a9791;font-size:11px}.goods-pagination>span{display:flex;align-items:center;gap:8px;line-height:1.7}.goods-pagination i{display:inline-block;width:3px;height:3px;background:#afbbb6;border-radius:50%}.goods-pagination>div{display:flex;align-items:center;gap:10px;white-space:nowrap}.goods-pagination button{border:1px solid #e1e7e1;border-radius:6px;width:29px;height:29px;display:grid;place-items:center}.goods-empty{padding:30px;text-align:center;color:#8a9590;font-size:13px}.goods-format-notice{display:flex;align-items:center;gap:12px;background:#eaf3f7;border:1px solid #dde9ed;padding:15px 20px;border-radius:10px;margin-bottom:25px;color:#557783}.goods-format-notice strong{font-size:13px}.goods-format-notice p{font-size:12px;line-height:1.7;margin-top:4px}.goods-format-notice.concept{background:#f8f0df;border-color:#ece3cd;color:#8a744c}.creator-layout{display:grid;grid-template-columns:300px minmax(270px,1fr) 290px;border:1px solid #dfe6e0;border-radius:18px;overflow:hidden;background:#fff;min-height:620px}.creator-choices{border-right:1px solid #e3eae5;display:flex;flex-direction:column;min-width:0}.creator-tabs{display:flex;gap:6px;border-bottom:1px solid #e3eae5;padding:12px 10px 0}.creator-tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:16px 5px;font-size:13px;color:#94a09e;border-bottom:3px solid transparent}.creator-tabs button[aria-selected=true]{color:#477492;border-bottom-color:#9bc3df;background:#f7fafc;border-radius:7px 7px 0 0}.creator-choice-body{padding:22px;max-height:610px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d4e2df transparent}.creator-choice-body h2{font-size:17px;letter-spacing:-.4px}.creator-choice-body>p,.creator-choice-body>*>p{color:#879592;font-size:11px;line-height:1.8;margin-top:7px}.creator-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:20px}.creator-asset-grid button{position:relative;border:1px solid #e7ede7;border-radius:10px;padding:9px 4px;background:#fdfefc;min-width:0}.creator-asset-grid img{width:100%;height:65px;object-fit:contain;display:block}.creator-asset-grid button>span{display:block;font-size:11px;color:#81918c;margin-top:7px;line-height:1.4}.creator-asset-grid button>svg{position:absolute;top:6px;right:6px;color:#7eabc9}.creator-asset-grid button[aria-pressed=true]{background:#eef7fc;border-color:#8fb9d5;box-shadow:inset 0 0 0 .5px #8fb9d5}.creator-preview{background:#e1f0f8;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:25px;position:relative;overflow:hidden;background-image:radial-gradient(#b6d2e54a 1px,transparent 1px);background-size:19px 19px}.creator-preview-label{display:flex;justify-content:space-between;gap:10px;width:100%;font-size:11px;color:#7c9aad;margin-bottom:10px}.creator-preview-label span:last-child{font-size:10px}.custom-preview-art{width:100%;max-width:400px;aspect-ratio:400/440;flex-shrink:1;overflow:hidden;touch-action:none}.custom-preview-art image:focus-visible{outline:2px dashed #6492b0;outline-offset:3px}.custom-name{display:flex;align-items:center;gap:8px;background:#ffffff8c;border:1px solid #fff;border-radius:30px;padding:11px 19px;font-size:14px;color:#55768c;max-width:100%;overflow-wrap:anywhere}.creator-preview>p{font-size:11px;color:#84a0b1;text-align:center;line-height:1.7;margin-top:18px}.creator-finish{padding:30px 23px;border-left:1px solid #e3eae5;min-width:0}.creator-finish h2{font-size:18px;margin:12px 0 25px;letter-spacing:-.5px}.creator-finish>input{border:1px solid #dce5de;background:#fdfefb;border-radius:8px;padding:12px;width:100%;font-size:13px;color:var(--ink)}.recipe-summary{margin:21px 0;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid #e8eee8;padding-bottom:22px}.recipe-summary span{display:flex;justify-content:space-between;font-size:12px;color:#8d9994}.recipe-summary b{color:#526b65;font-weight:500}.creator-finish>.download-button{margin-top:18px;min-height:46px;font-size:13px}.creator-use-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dce6df;border-radius:8px;padding:12px;margin-top:9px;font-size:12px;background:#fff}.creator-note{font-size:11px;line-height:1.8;color:#8a9891;margin-top:17px}.creator-accessory-list{display:flex;flex-direction:column;gap:5px}.creator-accessory-list>div{display:flex;background:#f7f9f4;border-radius:5px;font-size:12px}.creator-accessory-list button:first-child{padding:8px 9px;flex:1;text-align:left;border-radius:5px;color:#8a9992}.creator-accessory-list button.selected{background:#e9f3fa;color:#537c96}.creator-accessory-list button:last-child{padding:8px}.custom-accessory-controls{margin-top:15px;padding:12px;background:#f8faf6;border-radius:8px}.my-character-shelf{padding:5px 0 20px}.my-character-shelf h2{font-size:22px;letter-spacing:-.7px}.my-character-shelf h2 span{font-size:13px;color:#779daf;margin-left:5px}.my-character-shelf>div>p{font-size:13px;color:#8b9893;line-height:1.8;margin-top:7px}.my-character-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:22px}.my-character-grid article{background:#fff;border:1px solid #e1e8df;position:relative;border-radius:14px;padding:15px;display:flex;flex-direction:column;align-items:center;min-width:0}.my-character-grid article>img{width:100%;height:150px;object-fit:contain;background:#f4f8f8;border-radius:9px}.my-character-grid strong{font-size:13px;line-height:1.6;padding:12px 0;overflow-wrap:anywhere}.my-character-grid article>div{display:flex;gap:5px;width:100%}.my-character-grid article>div>button{flex:1;background:#eaf3f8;border-radius:7px;padding:10px 3px;color:#5c8298;font-size:11px;white-space:nowrap}.edit-character{font-size:11px;color:#93a199;margin-top:12px}.delete-character{position:absolute;right:10px;top:10px;background:#ffffffd9;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#8e9e96}.empty-character-shelf{display:flex;flex-direction:column;align-items:center;padding:45px;background:#eff4ec;border:1px dashed #dce6d5;border-radius:13px;margin-top:22px;color:#98ad98}.empty-character-shelf p{font-size:13px;color:#819480;text-align:center;line-height:1.8}.game-local-best{display:flex;gap:9px;align-items:center;color:#92a091;font-size:12px}.game-picker{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.game-pick{display:block;text-align:left;overflow:hidden;background:#fff;border:1px solid #dce6df;border-radius:18px;padding:0 30px 25px;min-width:0}.game-pick-art{height:250px;background:#e0f0fa;position:relative;margin:0 -30px 27px;display:flex;align-items:center;justify-content:center;gap:15px;overflow:hidden}.game-pick-art>img{height:190px;width:180px;object-fit:contain;position:relative}.game-pick-art>svg{position:absolute;color:#5183a5;right:calc(50% - 125px);top:55px;transform:rotate(-22deg)}.beat-decoration{border:1px solid #b4d8ed;width:235px;height:235px;border-radius:50%;position:absolute;box-shadow:0 0 0 22px #c8e2f240,0 0 0 50px #c8e2f230}.outfit-pick-art{background:#f7edcf;gap:4px}.outfit-pick-art>img{width:29%;height:160px}.outfit-pick-art>img:nth-child(2){height:200px;background:#fffbef;border:1px dashed #d7cba1;border-radius:20px;padding:16px}.game-pick h2{font-size:25px;letter-spacing:-.8px;margin-top:11px;line-height:1.4}.game-pick p{font-size:14px;line-height:1.9;color:#80918b;margin-top:13px}.game-pick>div:last-child{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e9eee5;padding-top:20px;margin-top:23px}.game-pick>div:last-child span{display:flex;align-items:center;gap:7px;font-size:12px;color:#96a58f}.game-pick b{display:flex;align-items:center;gap:8px;font-size:13px;color:#50778e}.game-reference{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:22px 0;color:#91a19b;font-size:11px;line-height:1.8}.game-reference a{color:#7193a3;text-decoration:underline;text-underline-offset:3px}.game-back-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.game-back-row>button{display:flex;align-items:center;gap:7px;font-size:13px;color:#7c928b}.game-back-row label{display:flex;align-items:center;gap:12px;font-size:12px;color:#81958d}.game-back-row select{padding:9px 12px;border:1px solid #dce5dd;border-radius:7px;background:#fff;max-width:220px;font-size:12px;color:#49665a}.play-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);gap:25px;max-width:1120px;margin:0 auto}.game-board{background:#e3f1fa;border:1px solid #cedfe9;border-radius:18px;padding:24px 35px;min-width:0;overflow:hidden}.game-scorebar{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #c9e0ed;padding-bottom:17px;color:#6f91a6}.game-scorebar>span{display:flex;align-items:center;gap:7px;font-size:12px}.game-scorebar>b{margin-left:auto;font-size:23px;font-weight:700;color:#365e79}.game-scorebar small{font-size:12px;font-weight:400}.game-scorebar button{display:grid;place-items:center;border:1px solid #c1dbe9;background:#eef8fe;border-radius:8px;height:32px;width:32px}.pet-scene{height:310px;position:relative;display:flex;align-items:center;justify-content:center}.pet-scene>img{height:225px;max-width:85%;position:relative;object-fit:contain;margin-top:30px}.pet-ring{position:absolute;top:83px;width:195px;height:195px;border:2px solid #a7cde4;border-radius:50%;pointer-events:none;will-change:transform}.pet-judgement{position:absolute;top:20px;font-size:13px;color:#6c92a8;text-align:center;line-height:1.7}.pet-judgement.perfect{color:#357588;font-weight:700}.pet-judgement.good{color:#789650}.rhythm-track{height:26px;background:#f9fcfe;border:1px solid #c6ddeb;border-radius:15px;position:relative;margin:5px 12px 0}.rhythm-good-zone{position:absolute;left:33%;width:34%;height:100%;background:#cee3ef}.rhythm-perfect-zone{position:absolute;left:42%;width:16%;height:100%;background:#a1c7e1}.rhythm-track>svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.rhythm-marker{position:absolute;top:-5px;bottom:-5px;width:6px;background:#335e7d;border-radius:6px;transform:translate(-50%);z-index:1;box-shadow:0 0 0 3px #fff9}.beat-dots{display:flex;justify-content:center;gap:9px;padding:24px 0}.beat-dots>span{width:10px;height:10px;border:1px solid #bdd6e5;background:#eaf7fd;border-radius:50%}.beat-dots>span.current{border:2px solid #688fac}.beat-dots>span.perfect{background:#679eae;border-color:#679eae}.beat-dots>span.good{background:#afc384;border-color:#afc384}.beat-dots>span.miss{background:#e9c6bd;border-color:#d9aca2}.game-primary{display:flex;align-items:center;justify-content:center;gap:10px;background:#2f5268;color:#fff;border-radius:10px;min-height:49px;padding:12px 25px;font-size:14px;font-weight:600;width:100%;box-shadow:0 4px #d1e1ea}.game-primary[aria-disabled=true]{background:#86a6b8;cursor:default}.game-result{text-align:center;display:flex;flex-direction:column;gap:13px}.game-result>strong{font-size:17px;color:#446f86}.game-instructions{border:1px solid #e0e8de;border-radius:16px;background:#fff;padding:35px 28px;align-self:start}.game-instructions h2{font-size:24px;letter-spacing:-.8px;line-height:1.65;margin-top:12px}.game-instructions ol{padding-left:19px;margin:24px 0 16px;font-size:13px;color:#6f867c;line-height:2.1}.game-instructions>p{font-size:12px;line-height:1.9;color:#91a094}.game-difficulty{border-top:1px solid #e7ede3;margin-top:25px;padding-top:20px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.game-difficulty>span{width:100%;font-size:12px;color:#88978b;margin-bottom:5px}.game-difficulty button{padding:9px 15px;border:1px solid #e1e9db;font-size:12px;border-radius:8px}.game-difficulty button[aria-pressed=true]{background:#edf4e7;border-color:#bdcea9;color:#667e50}.game-best{display:flex;gap:12px;align-items:center;background:#f7f5e9;border:1px solid #eeead3;border-radius:10px;padding:18px;margin-top:25px;color:#ae9a65}.game-best>div{font-size:11px}.game-best strong{display:block;color:#827752;font-size:17px;margin-top:5px}.game-instructions>.game-small-note{font-size:11px;margin-top:18px}.outfit-board{background:#f8f0d9;border-color:#e5ddc5}.outfit-board .game-scorebar{border-color:#e3d9bb;color:#9c8e65}.outfit-board .game-scorebar>b{color:#81724b}.outfit-board .game-scorebar button{background:#fffaf0;border-color:#e5dab7}.outfit-target{display:flex;align-items:center;justify-content:center;gap:12px;padding:17px 0;font-size:12px;color:#9c8d60}.outfit-target img{width:55px;height:60px;object-fit:contain}.outfit-target strong{font-size:14px;color:#7a6d45}.outfit-carousel{position:relative;overflow:hidden;height:260px;margin:0 -35px;background:#fff8e7;border-top:1px solid #ede3c9;border-bottom:1px solid #ede3c9}.outfit-carousel>img{position:absolute;left:50%;top:50%;width:100px;height:173px;object-fit:contain;pointer-events:none}.outfit-window{position:absolute;width:120px;left:50%;top:15px;bottom:15px;transform:translate(-50%);background:#f8e7b775;border:2px dashed #beaa6f;border-radius:15px}.outfit-center-mark{position:absolute;left:50%;transform:translate(-50%);bottom:26px;font-size:10px;color:#a18d51;white-space:nowrap}.outfit-feedback{font-size:13px;color:#9a8c68;text-align:center;line-height:1.8;padding:22px 0 8px;min-height:57px}.outfit-feedback.perfect{color:#788c52;font-weight:700}.round-indicators{display:flex;justify-content:center;gap:10px;padding:10px 0 21px}.round-indicators>span{width:25px;height:25px;display:grid;place-items:center;font-size:10px;border:1px solid #e0d4b4;border-radius:50%;color:#baad8a}.round-indicators>span.current{background:#dfc988;border-color:#cbb26c;color:#7d692f}.round-indicators>span.complete{background:#e7e9c9;color:#8c9861;border-color:#c8ce9f}.outfit-board .game-primary{background:#8a7950;box-shadow:0 4px #e9dfc3}.outfit-board .game-result>strong{color:#938156}@media(min-width:1450px){.creator-layout{grid-template-columns:340px minmax(300px,1fr) 310px}.creator-choice-body{padding:26px}.creator-asset-grid img{height:79px}.creator-asset-grid button>span{font-size:12px}}@media(max-width:1150px){.creator-layout{grid-template-columns:260px minmax(240px,1fr) 255px}.creator-choice-body{padding:18px 14px}.creator-finish{padding:25px 18px}.creator-preview{padding:20px}.creator-preview-label{font-size:10px}.goods-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.my-character-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.game-pick h2{font-size:23px}.game-instructions{padding:30px 23px}.game-instructions h2{font-size:22px}}@media(max-width:1000px){.studio-page-tabs>button{padding:15px 18px}.creator-layout{grid-template-columns:250px minmax(0,1fr)}.creator-finish{grid-column:1/-1;border-left:0;border-top:1px solid #e3eae5;display:grid;grid-template-columns:1fr 1fr;gap:12px 25px}.creator-finish>.eyebrow,.creator-finish>h2,.creator-finish>.field-label,.creator-finish>input,.recipe-summary,.creator-accessory-list,.custom-accessory-controls{grid-column:1}.creator-finish>.eyebrow{grid-row:1}.creator-finish>h2{grid-row:2;margin:0 0 5px}.creator-finish>.field-label{grid-row:3;margin:0}.creator-finish>input{grid-row:4}.recipe-summary{margin:8px 0;grid-row:5}.creator-finish>.download-button{grid-column:2;grid-row:2;margin:0;align-self:center}.creator-finish>.creator-use-button{grid-column:2;margin:0;align-self:start}.creator-finish>.creator-use-button:nth-last-of-type(2){grid-row:3/5;align-self:center}.creator-finish>.creator-use-button:nth-last-of-type(1){grid-row:5}.creator-finish>.creator-note{grid-column:2;grid-row:6;margin:0}.creator-choice-body{max-height:520px}.step-pills{display:none}.header-tagline{font-size:12px}.page-heading{gap:20px}.game-local-best{max-width:210px;line-height:1.8}.game-board{padding:22px}.outfit-carousel{margin-left:-22px;margin-right:-22px}.play-layout{grid-template-columns:minmax(0,1.5fr) minmax(245px,1fr);gap:18px}}@media(max-width:760px){.header-tagline{display:none}.studio-page-tabs{padding-top:10px;gap:3px}.studio-page-tabs>button{flex:1;flex-direction:column;gap:7px;padding:12px 4px;font-size:12px;white-space:nowrap}.studio-page-tabs>button[aria-selected=true]:after{left:10px;right:10px}.page-heading{padding:26px 0 23px;display:block}.page-heading h1{font-size:27px;letter-spacing:-1px}.page-heading p{font-size:13px;word-break:keep-all}.goods-catalog{padding:18px 14px}.goods-catalog-header{align-items:stretch;flex-direction:column;gap:14px}.goods-catalog-header h2{font-size:16px}.goods-search input{width:100%}.goods-family-tabs{flex-wrap:nowrap;overflow-x:auto;margin:17px -3px 14px;padding:3px}.goods-family-tabs button{flex-shrink:0;padding:8px 12px;font-size:11px}.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.goods-grid>button{padding:10px 8px;gap:7px}.goods-grid>button>svg:first-child{display:none}.goods-grid strong{font-size:12px}.goods-grid>button>svg:last-child{width:13px}.goods-grid span{font-size:9px}.goods-pagination{align-items:flex-start}.goods-pagination>span{display:block;max-width:230px;font-size:10px}.goods-pagination i{display:none}.goods-pagination>div{font-size:10px;gap:6px}.goods-format-notice{padding:13px;align-items:flex-start}.goods-format-notice strong{font-size:12px}.goods-format-notice p{font-size:11px}.creator-layout{display:flex;flex-direction:column}.creator-preview{order:0;padding:18px 25px 23px;border-bottom:1px solid #d7e5ed}.custom-preview-art{max-height:340px;width:auto;max-width:100%;min-height:260px}.creator-preview>p{margin-top:12px}.creator-choices{order:1;border-right:0}.creator-choice-body{max-height:390px;padding:20px}.creator-asset-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.creator-asset-grid img{height:62px}.creator-choice-body>p{font-size:12px}.creator-tabs{padding:7px 12px 0}.creator-finish{order:2;display:block;padding:25px}.creator-finish h2{margin:12px 0 24px}.creator-finish>.field-label{margin-bottom:9px}.recipe-summary{margin:20px 0}.creator-finish>.download-button{margin-top:20px}.creator-finish>.creator-use-button{margin-top:10px}.creator-finish>.creator-note{margin-top:16px}.my-character-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.my-character-grid article{padding:10px}.my-character-grid article>div{flex-direction:column}.my-character-grid article>img{height:130px}.my-character-shelf h2{font-size:20px}.game-local-best{max-width:none;font-size:11px;margin-top:15px}.game-picker{gap:15px}.game-pick{padding:0 20px 20px}.game-pick-art{height:190px;margin:0 -20px 23px}.game-pick-art>img{height:145px;width:130px}.game-pick-art>svg{right:calc(50% - 90px);top:35px;width:30px}.outfit-pick-art>img{width:27%;height:110px}.outfit-pick-art>img:nth-child(2){height:140px;padding:7px}.game-pick h2{font-size:20px}.game-pick p{font-size:12px}.game-pick b{font-size:11px}.game-pick .eyebrow{font-size:8px;letter-spacing:1px}.game-pick>div:last-child{gap:8px;flex-wrap:wrap}.play-layout{grid-template-columns:1fr;gap:16px}.game-instructions{padding:25px}.game-instructions h2{font-size:22px}.game-instructions h2 br{display:none}.game-instructions ol{margin-top:18px}.game-instructions p{font-size:13px}.game-difficulty>span{width:auto;margin:0 10px 0 0}.game-back-row{align-items:flex-start;flex-direction:column}.game-back-row select{max-width:200px}.game-board{padding:20px 25px}.outfit-carousel{margin-left:-25px;margin-right:-25px}.game-reference{font-size:10px;gap:8px}.editor-footer{font-size:10px;align-items:flex-start}.editor-footer button{text-align:left}}@media(max-width:480px){.studio-header{height:80px}.saved-button{padding:9px 12px;gap:6px}.page-heading h1{font-size:24px}.goods-catalog-header h2{font-size:15px}.goods-pagination>span{max-width:175px}.creator-asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.my-character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-picker{grid-template-columns:1fr}.game-pick-art{height:210px}.game-pick-art>img{height:170px;width:155px}.outfit-pick-art>img{width:27%;height:145px}.outfit-pick-art>img:nth-child(2){height:170px}.game-pick h2{font-size:23px}.game-pick p{font-size:13px}.game-pick>div:last-child{flex-wrap:nowrap}.game-pick b{font-size:12px}.game-pick .eyebrow{font-size:10px}.game-scorebar{gap:10px}.game-scorebar>span{font-size:11px}.pet-scene{height:280px}.pet-scene>img{height:210px}.pet-ring{width:180px;height:180px}.game-board{padding:20px}.outfit-carousel{margin-left:-20px;margin-right:-20px}.game-instructions{padding:23px}.game-reference>span{max-width:260px}.empty-character-shelf{padding:28px 20px}}@media(prefers-reduced-motion:reduce){.pet-ring{transform:none!important;opacity:.4!important}.studio-page-tabs button{transition:none}}.reel-section-label{display:flex;align-items:center;gap:17px;margin:4px 0 17px}.reel-section-label>span{font-size:16px;font-weight:700;letter-spacing:-.4px}.reel-section-label>p{font-size:12px;color:#87968c}.reel-section-label:not(:first-child){margin-top:32px}.game-quick-nav{display:flex;justify-content:center;gap:7px;margin:0 0 24px;flex-wrap:wrap}.game-quick-nav button{font-size:11px;padding:9px 13px;border:1px solid #dfe7de;border-radius:22px;color:#8a9c91;background:#fff}.game-quick-nav button[aria-current=page]{color:#547486;background:#e9f4fa;border-color:#bcd7e7}.follow-pick-art{background:#f5e5e8}.follow-pick-art>svg{color:#ce8f9f}.reel-new-badge{position:absolute;left:22px;top:20px;border:1px solid #fffc;background:#fff9;border-radius:22px;font-size:10px;color:#af7986;padding:8px 12px;letter-spacing:.4px;z-index:1}.dressup-pick-art{background:#e9eddb}.dressup-pick-art>svg{color:#90a276}.dressup-card-composite{width:360px;height:100%;position:relative;flex-shrink:1}.dressup-card-composite>img{position:absolute;width:100%;height:100%;object-fit:contain;left:0;top:0;transform:scale(1.25)}.dressup-pick-art .reel-new-badge{color:#8c9c69}.follow-board{background:#fbf1f2;border-color:#ead6dc}.follow-board .game-scorebar{border-color:#ead9de;color:#ac7f90}.follow-board .game-scorebar>b{color:#977284;font-size:19px}.follow-board .game-scorebar button{background:#fff7f8;border-color:#e6cad3}.follow-board .game-primary{background:#997282;box-shadow:0 4px #ecdbe1}.follow-stage{height:395px;position:relative;margin:15px -10px 0;overflow:hidden;border:1px solid #efe2e3;border-radius:13px;background:#fffafb;touch-action:none;-webkit-user-select:none;user-select:none}.follow-stage.is-playing{cursor:grab}.follow-stage.is-playing:active{cursor:grabbing}.follow-cue{position:absolute;top:24px;left:15px;right:15px;display:flex;align-items:center;justify-content:center;gap:8px;color:#ac7e91;font-size:13px;line-height:1.7;pointer-events:none}.follow-character{position:absolute;height:240px;width:85%;object-fit:contain;left:7.5%;top:87px;pointer-events:none;z-index:1}.follow-ground{position:absolute;width:170px;height:14px;background:#eedce36b;border-radius:50%;left:50%;top:330px;transform:translate(-50%)}.follow-demo,.follow-hand{position:absolute;color:#bc7d93;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:#f4cad994;border:1px solid #e5b5c582}.follow-hand{transform:translate(-50%,-50%)}.follow-demo{left:calc(50% - 34px);top:275px;animation:follow-right 2s ease-in-out infinite}.direction-left .follow-demo{animation-name:follow-left}.direction-up .follow-demo{animation-name:follow-up}.direction-down .follow-demo{animation-name:follow-down}.reel-game-message{font-size:12px;color:#998395;text-align:center;line-height:1.8;min-height:52px;padding:16px 4px 7px}.follow-progress{display:flex;justify-content:center;gap:10px;margin:8px 0 21px}.follow-progress>span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #e4cdd5;border-radius:50%;font-size:10px;color:#b6a0aa}.follow-progress>span.current{background:#f3d4e0;border-color:#cc9bac;color:#9a687b}.follow-progress>span.complete{background:#dbe6ce;border-color:#c7d8b3;color:#8b9e78}.follow-direction-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.follow-direction-buttons button{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e3ccd5;background:#fffbfd;color:#9c778a;border-radius:9px;min-height:47px;font-size:12px}.reel-friendly-note{display:flex;align-items:center;gap:13px;margin:25px 0;padding:19px 15px;background:#f5f6ee;border:1px solid #e8ebda;border-radius:11px;color:#8a9a7d;font-size:12px;line-height:1.8}.reel-source-link{display:inline-block;color:#859ea6;font-size:11px;text-decoration:underline;text-underline-offset:4px;line-height:1.8}.reel-play-layout .game-instructions{min-height:unset}.reel-play-layout .game-scorebar>span{font-size:12px}.dressup-board{background:#f6f3e6;border-color:#e6dfc9}.dressup-board .game-scorebar{border-color:#e4dcc6;color:#a19773}.dressup-board .game-scorebar>b{color:#8d8059;font-size:20px}.dressup-board .game-scorebar button{background:#fffdf4;border-color:#e3dbc2}.dressup-board .game-primary{background:#8d8860;box-shadow:0 4px #e3ddc5}.dressup-stage{height:420px;background:#fffdf5;margin:16px -10px 0;border:1px solid #ece5d2;border-radius:13px;position:relative;overflow:hidden}.dressup-stage-label{position:absolute;top:23px;left:10px;right:10px;font-size:13px;text-align:center;color:#a79973;z-index:1;pointer-events:none}.dressup-art{width:100%;height:100%;display:block;overflow:hidden}.dressup-stage.look-complete{background:#f8fbf0;border-color:#d3dfbc}.look-complete .dressup-stage-label{color:#8b9f6b}.dressup-center-guide{position:absolute;bottom:23px;left:15%;right:15%;display:flex;align-items:center;justify-content:center;gap:10px;color:#baab7f;font-size:10px;pointer-events:none}.dressup-center-guide>span:first-child,.dressup-center-guide>span:last-child{height:1px;background:#e1d5b4;flex:1}.dressup-center-guide>span:nth-child(2){display:flex;align-items:center;gap:5px;white-space:nowrap}.look-complete .dressup-center-guide{color:#8f9f72}.dressup-loading{position:absolute;left:30px;right:30px;top:46%;text-align:center;color:#ad9b72;font-size:13px;line-height:1.8}.dressup-board .reel-game-message{color:#9a8e70}.dressup-result-actions{display:flex;flex-direction:column;gap:12px}.dressup-download{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d4dabb;border-radius:9px;background:#fcfdf5;color:#8a9870;padding:13px;font-size:13px}.dressup-download-message{font-size:12px;color:#9c9377;text-align:center;line-height:1.8;margin-top:13px}@keyframes follow-right{0%,15%{transform:translate(-55px);opacity:.25}60%,80%{transform:translate(55px);opacity:.85}to{transform:translate(55px);opacity:0}}@keyframes follow-left{0%,15%{transform:translate(55px);opacity:.25}60%,80%{transform:translate(-55px);opacity:.85}to{transform:translate(-55px);opacity:0}}@keyframes follow-up{0%,15%{transform:translateY(15px);opacity:.25}60%,80%{transform:translateY(-80px);opacity:.85}to{transform:translateY(-80px);opacity:0}}@keyframes follow-down{0%,15%{transform:translateY(-80px);opacity:.25}60%,80%{transform:translateY(15px);opacity:.85}to{transform:translateY(15px);opacity:0}}@media(max-width:760px){.reel-section-label{display:block}.reel-section-label>p{margin-top:7px;font-size:11px;line-height:1.8}.game-quick-nav{justify-content:flex-start;gap:6px}.game-quick-nav button{font-size:10px;padding:8px 11px}.reel-new-badge{left:15px;top:13px;font-size:9px;padding:6px 9px}.dressup-card-composite{width:300px}.follow-stage{height:360px;margin-left:0;margin-right:0}.follow-character{height:215px;top:84px}.follow-ground{top:300px}.follow-demo{top:250px}.follow-cue{font-size:12px;top:22px}.dressup-stage{margin-left:0;margin-right:0;height:380px}.reel-play-layout .game-scorebar>span{font-size:11px}.reel-play-layout .game-scorebar>b{font-size:18px}.follow-direction-buttons{gap:5px}.follow-direction-buttons button{font-size:11px;gap:4px}.follow-direction-buttons button svg{width:16px}.reel-game-message,.dressup-stage-label{font-size:12px}}@media(max-width:400px){.reel-play-layout .game-scorebar{gap:7px}.reel-play-layout .game-scorebar>span{font-size:10px}.reel-play-layout .game-scorebar>span>svg{width:14px}.reel-play-layout .game-scorebar>b{font-size:17px}.reel-play-layout .game-scorebar small{font-size:10px}.follow-cue{font-size:11px;gap:5px}.follow-stage{height:335px}.follow-character{height:195px}.follow-demo{top:230px}.follow-ground{top:280px}.dressup-stage{height:360px}.follow-direction-buttons button{flex-direction:column;padding:7px;gap:2px}}@media(prefers-reduced-motion:reduce){.follow-demo{animation:none;opacity:.65}}.photo-booth-page .page-heading h1{font-size:33px}.booth-local-note{display:flex;align-items:center;gap:13px;color:#b28c9c;font-size:12px;line-height:1.9}.booth-local-note>svg{width:24px;height:24px}.booth-workspace-bar{display:flex;align-items:center;gap:18px;margin-bottom:18px;flex-wrap:wrap}.booth-cut-selector,.booth-layout-selector{display:flex;align-items:center;gap:5px}.booth-cut-selector{padding:5px;background:#f0e9ed;border:1px solid #e9dde3;border-radius:11px}.booth-cut-selector button{padding:10px 18px;font-size:13px;font-weight:700;color:#a6979e;border-radius:7px}.booth-cut-selector button[aria-pressed=true]{background:#fff;color:#a4778a;box-shadow:0 2px 7px #6840510d}.booth-layout-selector button{display:flex;align-items:center;gap:7px;padding:12px 14px;font-size:12px;border:1px solid #e5e9e0;border-radius:9px;background:#fff;color:#83928b}.booth-layout-selector button[aria-pressed=true]{background:#ecf4f8;border-color:#c6dce7;color:#65869a}.booth-save-state{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:10px;color:#94a195}.booth-save-state i{width:5px;height:5px;border-radius:50%;background:#a6bba0}.booth-editor{display:grid;grid-template-columns:285px minmax(260px,1fr) 275px;background:#fff;border:1px solid #e1e7df;border-radius:18px;overflow:hidden;min-height:780px;box-shadow:0 12px 45px #34432904}.booth-tools{display:flex;flex-direction:column;min-width:0;border-right:1px solid #e7ece5;max-height:850px}.booth-tool-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:8px 10px 0;border-bottom:1px solid #e7ece5}.booth-tool-tabs button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;min-height:68px;font-size:12px;color:#97a29c;border-bottom:3px solid transparent}.booth-tool-tabs button[aria-selected=true]{color:#b58d9c;background:#fff9fb;border-bottom-color:#dcb5c3;border-radius:7px 7px 0 0}.booth-tool-content{padding:24px 20px;overflow:auto;scrollbar-width:thin;scrollbar-color:#dedad8 transparent;flex:1}.booth-fieldset{padding:0;border:0;min-width:0;margin:0}.booth-fieldset:disabled{opacity:.65}.booth-fieldset h2,.booth-adjust-body h2{font-size:17px;letter-spacing:-.5px;line-height:1.65}.booth-fieldset h3{font-size:12px;letter-spacing:-.2px;margin:22px 0 12px;font-weight:650}.booth-hint{font-size:11px;color:#9aa39a;line-height:1.9;margin:9px 0 16px}.booth-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 11px;margin:20px 0 25px}.booth-theme-grid button{display:flex;flex-direction:column;align-items:center;gap:9px;padding:0}.booth-theme-grid button>span{position:relative;width:100%;height:126px;display:flex;flex-direction:column;gap:6px;padding:10px 15px 32px;border:1px solid;border-radius:6px;overflow:hidden}.booth-theme-grid i{display:block;flex:1;background:#fff;border-radius:2px}.booth-theme-grid img{position:absolute;width:30px;height:34px;object-fit:contain;bottom:1px;right:7px}.booth-theme-grid strong{font-size:11px;font-weight:500;color:#829188}.booth-theme-grid button:hover>span{box-shadow:0 0 0 3px #eaf2f5}.booth-colors{display:flex;gap:10px}.booth-colors label{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#8c9b91}.booth-colors input{width:29px;height:29px;padding:0;border:1px solid #e4e9e1;border-radius:50%;background:none;overflow:hidden;cursor:pointer}.booth-colors input::-webkit-color-swatch-wrapper{padding:0}.booth-colors input::-webkit-color-swatch{border:0;border-radius:50%}.booth-segmented{display:flex;gap:6px}.booth-segmented button{flex:1;border:1px solid #e6ebe3;border-radius:7px;padding:10px 6px;font-size:11px;color:#96a18f}.booth-segmented button[aria-pressed=true]{background:#f7edf1;border-color:#dfc8d1;color:#b38799}.booth-field{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#849385;margin:23px 0}.booth-field input{width:100%;padding:12px 10px;font-size:12px;line-height:1.6;border:1px solid #dfe6dc;border-radius:7px;background:#fcfdf9;color:#5b6e5f}.booth-fieldset .range-label{font-size:12px;margin-top:18px}.booth-upload-button{display:flex;width:100%;align-items:center;justify-content:center;gap:9px;background:#f7e9ef;border:1px solid #e8ceda;border-radius:9px;padding:15px 9px;font-size:13px;color:#af8497;margin:22px 0 10px}.booth-upload-button>svg:last-child{margin-left:auto}.booth-camera-button{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;border:1px solid #e0e9e3;background:#f9fbf7;padding:13px 10px;border-radius:8px;font-size:12px;color:#8b9b8e}.booth-device-camera{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;font-size:11px;color:#9aac9a;padding:14px 5px}.booth-photo-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:23px 0}.booth-photo-list>button{position:relative;background:#f8faf7;border:1px solid #e7ece3;border-radius:9px;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:9px;color:#b3c1af}.booth-photo-list>button[aria-pressed=true]{background:#f4f8fb;border-color:#a8c6db;box-shadow:inset 0 0 0 .5px #a8c6db}.booth-photo-list button>span{position:absolute;z-index:1;top:5px;left:5px;display:grid;place-items:center;border-radius:50%;background:#fffdf8e8;width:19px;height:19px;font-size:9px;color:#91a08b}.booth-photo-list img{width:100%;height:65px;object-fit:cover;border-radius:4px}.booth-photo-list small{font-size:10px;color:#95a08e}.booth-sticker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.booth-sticker-grid button{background:#fdfefb;border:1px solid #e8eee3;border-radius:9px;padding:9px 4px;display:flex;align-items:center;flex-direction:column;gap:7px;min-width:0}.booth-sticker-grid button img{width:100%;height:58px;object-fit:contain}.booth-sticker-grid button span{font-size:10px;color:#8b9c89;line-height:1.5;text-align:center;word-break:keep-all}.booth-tools .open-creator{font-size:11px;line-height:1.7;padding:12px 9px;gap:6px}.booth-preview-panel{display:flex;flex-direction:column;position:relative;background:#f1f3f0;min-width:0;max-height:850px}.booth-preview-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:21px;border-bottom:1px solid #e3e8df;font-size:11px;color:#94a08f;background:#f7f9f4}.booth-preview-top>span:first-child{display:flex;align-items:center;gap:7px}.booth-preview-top i{width:5px;height:5px;border-radius:50%;background:#a3b59b}.booth-preview-scroll{flex:1;overflow:auto;padding:35px 22px;scrollbar-width:thin;scrollbar-color:#cfd9cb transparent;background-image:radial-gradient(#c9d2c762 .8px,transparent .8px);background-size:15px 15px;min-height:0}.booth-artwork{width:min(100%,var(--frame-width));aspect-ratio:var(--frame-ratio);position:relative;margin:0 auto;container-type:inline-size;box-shadow:0 8px 24px #4f5c4224;line-height:0;-webkit-user-select:none;user-select:none}.booth-svg{width:100%;height:100%;pointer-events:none;position:relative}.booth-svg>svg,.booth-frame-overlay>svg{display:block;width:100%;height:auto}.booth-frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.booth-photo-hit,.booth-sticker-hit{position:absolute;padding:0;z-index:2;touch-action:none;border:2px solid transparent;border-radius:0;cursor:grab}.booth-photo-hit:active,.booth-sticker-hit:active{cursor:grabbing}.booth-photo-hit>span{position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:#ffffffe8;color:#91a38e;font-size:9px;display:grid;place-items:center;opacity:0}.booth-photo-hit:hover{border-color:#7aa9c499}.booth-photo-hit.is-selected{border-color:#79a6c3;box-shadow:inset 0 0 0 1px #ffffffb3}.booth-photo-hit.is-selected>span,.booth-photo-hit:focus-visible>span{opacity:1}.booth-sticker-hit{border-style:dashed;z-index:3}.booth-sticker-hit.is-selected{border-color:#719eb9;background:#b6d5e317}.booth-sticker-hit:hover{border-color:#acc7d6}.booth-photo-hit:focus-visible,.booth-sticker-hit:focus-visible{outline-offset:1px}.booth-preview-bottom{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#91a28d;padding:18px 10px;background:#f7f9f4;border-top:1px solid #e3e8df}.booth-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;background:#fbfbf0c9;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);font-size:14px;color:#92a181}.drop-over:after{content:"여기에 사진을 놓아주세요";position:absolute;top:12px;right:12px;bottom:12px;left:12px;display:grid;place-items:center;border:2px dashed #bd96a7;background:#fef0f5e8;border-radius:12px;color:#a77e91;font-size:16px;z-index:9;pointer-events:none}.booth-adjustments{border-left:1px solid #e7ece5;display:flex;flex-direction:column;min-width:0;max-height:850px}.booth-adjust-body{padding:27px 22px;flex:1;overflow:auto;scrollbar-width:thin;scrollbar-color:#d8dfd2 transparent}.booth-adjust-body .eyebrow{font-size:10px;color:#a8b79c}.booth-adjust-body h2{margin:9px 0 22px;font-size:17px}.booth-photo-filename{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;color:#a0ab99;line-height:1.8;margin-top:-12px;margin-bottom:18px}.booth-photo-actions{display:flex;gap:7px;margin-top:15px}.booth-photo-actions button{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 7px;flex:1;white-space:nowrap;font-size:11px;border:1px solid #e1e7dd;border-radius:7px;background:#fbfcf8;color:#8e9a86}.booth-filter-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.booth-filter-grid button{padding:11px 5px;font-size:11px;border:1px solid #e3e9df;border-radius:7px;color:#95a08c}.booth-filter-grid button[aria-pressed=true]{background:#edf4e6;color:#7e916a;border-color:#c7d7b8}.booth-secondary{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;border:1px solid #dbe4d4;border-radius:8px;padding:12px;color:#8c9a7e;background:#fff;margin-top:20px}.booth-text-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;font-size:11px;color:#a2ac9c;padding:12px 5px;line-height:1.8}.booth-selected-sticker{display:block;width:100%;height:135px;object-fit:contain;background:#f6f8f2;border-radius:10px;margin-bottom:20px;padding:10px}.booth-empty-photo{display:flex;align-items:center;flex-direction:column;padding:25px 0 15px;color:#b2c1a4}.booth-empty-photo p{font-size:12px;color:#9caa91;line-height:1.8;text-align:center;margin-top:17px}.booth-empty-photo>.booth-secondary{width:100%;margin-top:20px}.booth-import-errors{border:1px solid #ecd9c3;border-radius:8px;background:#fcf6ed;padding:13px 25px 13px 12px;position:relative;margin-top:18px}.booth-import-errors p{font-size:11px;color:#aa9070;line-height:1.8;overflow-wrap:anywhere}.booth-import-errors>button{position:absolute;top:8px;right:4px;color:#bda589}.booth-export-panel{border-top:1px solid #e7ece5;padding:23px 20px;background:#fdfefb}.booth-export-panel>div{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.booth-export-panel strong{font-size:14px;letter-spacing:-.3px}.booth-export-panel>div>span{font-size:10px;color:#9fa899}.booth-export-panel .download-button{background:#b08b9c;font-size:13px;justify-content:center;gap:8px}.booth-frame-only{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:#8fa18c;padding:14px 0;width:100%;line-height:1.7}.booth-export-panel>p{font-size:10px;color:#a6afa0;text-align:center;line-height:1.8}.booth-footer-note{display:flex;align-items:center;justify-content:center;gap:9px;padding:25px 0;font-size:11px;color:#9aaa93;line-height:1.8}.booth-camera-modal{max-width:640px;width:calc(100% - 32px)}.booth-camera-body{padding:20px 25px 24px}.camera-viewport{width:100%;aspect-ratio:4/3;background:#253331;border-radius:12px;position:relative;overflow:hidden}.camera-viewport video,.camera-viewport>img{width:100%;height:100%;object-fit:contain;display:block}.camera-viewport>img{position:absolute;top:0;right:0;bottom:0;left:0}.camera-count{display:grid;place-items:center;position:absolute;top:0;right:0;bottom:0;left:0;background:#1a282f44;color:#fff;font-size:76px;font-weight:700;text-shadow:0 3px 18px #0003}.camera-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#bac6c6;font-size:13px}.camera-options{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:11px;color:#8fa08a;margin:19px 0}.camera-options>button{display:flex;align-items:center;gap:7px;font-size:12px;border:1px solid #e1e8dc;border-radius:8px;padding:10px}.camera-options label{display:flex;align-items:center;gap:5px}.camera-options input{accent-color:#a7b794}.camera-error{font-size:12px;line-height:1.8;color:#b18c7c;padding:13px;background:#fff5f0;border-radius:7px;margin-top:14px}.camera-result-actions{display:flex;gap:12px;margin-top:20px}.camera-result-actions>.soft-button{flex:1;justify-content:center;white-space:nowrap}.camera-result-actions>.download-button{flex:2;width:auto;justify-content:center}.camera-footnote{font-size:11px;color:#a0ae99;line-height:1.8;margin-top:15px;text-align:center}@media(min-width:1450px){.booth-editor{grid-template-columns:310px minmax(300px,1fr) 300px}.booth-tool-content{padding:26px}.booth-theme-grid>button>span{height:135px}.booth-sticker-grid button img{height:66px}.booth-adjust-body{padding:28px 25px}.booth-fieldset h2{font-size:18px}.booth-hint,.booth-theme-grid strong{font-size:12px}}@media(max-width:1100px){.booth-editor{grid-template-columns:260px minmax(270px,1fr)}.booth-adjustments{grid-column:1/-1;border-left:0;border-top:1px solid #e7ece5;display:grid;grid-template-columns:1fr 280px;max-height:none}.booth-adjust-body{padding:25px}.booth-export-panel{border-top:0;border-left:1px solid #e7ece5;display:flex;flex-direction:column;justify-content:center}.booth-tools,.booth-preview-panel{max-height:760px}.booth-adjust-body .booth-fieldset{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px}.booth-adjust-body .booth-fieldset>.eyebrow,.booth-adjust-body .booth-fieldset>h2,.booth-adjust-body .booth-fieldset>.booth-photo-filename{grid-column:1/-1}.booth-adjust-body h2{margin:0}.booth-adjust-body .booth-fieldset>.range-label{margin:10px 0 0}.booth-adjust-body .booth-fieldset>input[type=range]{margin-top:8px;align-self:center}.booth-adjust-body .booth-fieldset>h3{margin:12px 0 0;grid-column:1}.booth-adjust-body .booth-photo-actions,.booth-adjust-body .booth-filter-grid{margin-top:8px}.booth-adjust-body .booth-fieldset>.booth-secondary{margin-top:9px}.booth-adjust-body .booth-fieldset>.booth-empty-photo{grid-column:1/-1;max-width:300px;margin:auto;padding:10px}.booth-selected-sticker{height:110px;grid-row:3/6}.booth-save-state{font-size:10px}.booth-local-note{max-width:205px;font-size:11px}.photo-booth-page .page-heading h1{font-size:29px}}@media(max-width:760px){.photo-booth-page .page-heading h1{font-size:26px}.booth-local-note{display:none}.booth-workspace-bar{gap:12px;margin-bottom:15px}.booth-cut-selector{padding:4px;gap:3px}.booth-cut-selector button{padding:10px 15px;font-size:12px}.booth-layout-selector{gap:4px}.booth-layout-selector button{padding:11px 9px;font-size:11px;gap:5px}.booth-layout-selector button>svg{width:14px}.booth-save-state{display:none}.booth-editor{display:flex;flex-direction:column}.booth-preview-panel{order:0;height:580px;max-height:65vh;min-height:330px}.booth-preview-top{padding:16px 18px;font-size:10px}.booth-preview-scroll{padding:25px 20px}.booth-preview-bottom{font-size:10px;padding:13px 7px}.booth-tools{order:1;border:0;border-top:1px solid #e1e6dc;max-height:none}.booth-tool-content{max-height:570px;padding:22px}.booth-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;gap:15px 10px}.booth-theme-grid>button>span{height:126px;max-width:120px}.booth-tool-tabs button{min-height:63px;flex-direction:row;gap:8px;font-size:13px}.booth-photo-list{grid-template-columns:repeat(4,minmax(0,1fr))}.booth-photo-list>button{min-height:95px;padding:6px}.booth-photo-list img{height:57px}.booth-sticker-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.booth-sticker-grid button img{height:63px}.booth-sticker-grid button>span{font-size:11px}.booth-fieldset h2{font-size:18px}.booth-hint{font-size:12px}.booth-colors{max-width:370px}.booth-field input,.booth-fieldset h3{font-size:13px}.booth-adjustments{order:2;display:block;border-left:0;max-height:none}.booth-adjust-body{padding:25px 22px}.booth-adjust-body .booth-fieldset{display:block}.booth-adjust-body h2{margin:9px 0 20px}.booth-adjust-body .booth-fieldset>.range-label{margin-top:18px}.booth-adjust-body .booth-fieldset>h3{margin:23px 0 10px}.booth-photo-actions button,.booth-filter-grid button{font-size:12px;padding:12px 9px}.booth-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.booth-photo-actions{margin-top:16px}.booth-adjust-body .booth-fieldset>.booth-secondary{margin-top:20px}.booth-export-panel{border-left:0;border-top:1px solid #e7ece5;padding:25px 22px}.booth-export-panel .download-button{font-size:14px;min-height:49px}.booth-export-panel>div{flex-direction:row;justify-content:space-between;align-items:center}.booth-export-panel>p{font-size:11px}.booth-frame-only{font-size:12px}.booth-footer-note{font-size:10px;align-items:flex-start;padding:22px 6px}.booth-footer-note>svg{margin-top:2px}.booth-upload-button{font-size:14px}.booth-camera-button{font-size:13px}.booth-device-camera{font-size:12px}.booth-selected-sticker{width:160px;height:160px;margin:0 auto 20px}.booth-camera-body{padding:15px 18px 20px}.camera-options{align-items:flex-start;flex-wrap:wrap}.camera-options label{font-size:11px;padding:9px 0}.camera-result-actions{gap:8px}.camera-result-actions>.download-button{font-size:12px}}@media(max-width:430px){.photo-booth-page .page-heading h1{font-size:24px}.booth-workspace-bar{display:grid;grid-template-columns:1fr;gap:10px}.booth-cut-selector{justify-content:space-between}.booth-cut-selector button{flex:1}.booth-layout-selector button{flex:1;justify-content:center}.booth-preview-panel{min-height:340px;height:500px}.booth-tool-tabs button{font-size:12px;gap:6px}.booth-theme-grid>button>span{height:115px;padding:9px 11px 30px}.booth-tool-content{padding:22px 17px}.booth-photo-list{grid-template-columns:repeat(2,minmax(0,1fr))}.booth-photo-list img{height:90px}.booth-sticker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.booth-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booth-export-panel>div{flex-direction:column;align-items:flex-start;gap:8px}.booth-adjust-body{padding:24px 18px}.camera-result-actions{flex-direction:column}.camera-result-actions>.download-button{width:100%}}
