.studio-modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:1rem;background:#6160607d}.studio-modal{display:flex;flex-direction:column;align-items:flex-end;box-sizing:border-box;width:min(40rem,calc(100vw - 2rem));max-width:1030px;max-height:min(80vh,calc(100dvh - 2rem));min-height:min(30rem,calc(100dvh - 2rem))}.studio-modal--wide{width:min(1030px,calc(100vw - 2rem))}.studio-modal-close{display:grid;flex:0 0 auto;place-items:center;width:40px;height:40px;padding:0;border:0;background:transparent;cursor:pointer}.studio-modal-close-icon{display:block;width:32px;height:32px;overflow:clip}.studio-modal-close-icon img{width:100%;height:100%;object-fit:contain}.studio-modal-panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;width:100%;overflow:hidden;border-radius:4px;background:#fff}.studio-modal-header{display:flex;flex:0 0 auto;align-items:center;justify-content:center;margin:0;padding:16px 24px;border-bottom:1px solid var(--studio-color-border-gray, #c0c7d1)}.studio-modal-title{margin:0;color:var(--studio-color-text, #292d30);font-size:20px;font-weight:600;line-height:1.5;text-align:center}.studio-modal-content{flex:1 1 auto;min-height:0;overflow:auto;padding:24px}.studio-modal-footer{flex:0 0 auto;padding:16px 24px;border-top:1px solid var(--studio-color-border-gray, #c0c7d1)}.studio-modal-actions{display:flex;align-items:center;justify-content:center;gap:16px}.studio-modal-actions--split{justify-content:space-between;max-width:872px;margin:0 auto}.studio-modal-actions--split .studio-modal-btn--primary{margin-left:auto}.studio-modal-btn{display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;gap:4px;width:144px;height:48px;padding:0 12px;border:2px solid transparent;border-radius:4px;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap;cursor:pointer}.studio-modal-btn-icon{display:block;flex:0 0 16px;width:16px;height:16px;overflow:clip}.studio-modal-btn-icon img{width:100%;height:100%;object-fit:contain}.studio-modal-btn--with-icon{width:auto;min-width:142px;padding:12px;font-size:14px;line-height:21px}.studio-modal-btn--danger{width:auto;min-width:0;padding:8px 12px;border-color:#d93a38;background:#fff;color:#d93a38;font-size:14px;line-height:21px}.studio-modal-btn--danger:hover,.studio-modal-btn--danger:focus-visible{background:#fff5f5}.studio-modal-btn--outline{border-color:var(--studio-color-border-gray, #c0c7d1);background:#fff;color:var(--studio-color-text-gray, #3c4247)}.studio-modal-btn--outline:hover,.studio-modal-btn--outline:focus-visible{border-color:var(--studio-color-text-secondary, #50575e);background:var(--studio-color-bg, #f7f7f9)}.studio-modal-btn--primary{border-color:var(--studio-color-primary, #0264bf);background:var(--studio-color-primary, #0264bf);color:#fff}.studio-modal-btn--primary:hover,.studio-modal-btn--primary:focus-visible{filter:brightness(.96)}.studio-modal-btn:disabled{cursor:not-allowed;opacity:.5}.studio-modal-steps{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:872px;margin:0 auto}.studio-modal-step{display:flex;gap:20px;align-items:stretch}.studio-modal-step-rail{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;width:32px}.studio-modal-step-no{display:grid;flex:0 0 auto;place-items:center;width:32px;height:32px;border-radius:16px;background:#646c75;color:#fff;font-size:17px;font-weight:700;line-height:1}.studio-modal-step-line{flex:1 1 auto;width:5px;min-height:24px;margin:0;background:#646c75}.studio-modal-step-body{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-width:0;padding-bottom:24px}.studio-modal-step:last-child .studio-modal-step-body{padding-bottom:0}.studio-modal-step-title{margin:0;color:var(--studio-color-text-secondary, #50575e);font-size:20px;font-weight:600;line-height:1.2}.studio-modal-size-row{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.studio-modal-size-label{margin:0;color:var(--studio-color-text-gray, #3c4247);font-size:16px;font-weight:600;line-height:24px}.studio-modal-select{position:relative;display:block;width:360px;max-width:100%;margin:0}.studio-modal-select select{width:100%;height:46px;padding:0 40px 0 12px;border:1px solid var(--studio-color-border-gray, #c0c7d1);border-radius:4px;background:#fff;color:var(--studio-color-text-gray, #3c4247);font-size:16px;line-height:24px;appearance:none}.studio-modal-select:after{content:"";position:absolute;top:50%;right:12px;width:18px;height:11px;background:url(/ui/icon-chevron-down.svg) no-repeat center / contain;transform:translateY(-50%);pointer-events:none}.studio-modal-uploads{display:flex;flex-direction:column;gap:12px}.studio-modal-upload-name{margin:0;color:var(--studio-color-text-secondary, #50575e);font-size:14px;font-weight:600}.studio-modal-size-guide{box-sizing:border-box;width:100%;padding:16px;border:1px solid var(--studio-color-border, #dee2e8)}.studio-modal-size-guide-title{margin:0 0 8px;color:var(--studio-color-text, #292d30);font-size:14px;font-weight:600;line-height:21px}.studio-modal-size-guide-image{display:block;width:100%;height:auto;aspect-ratio:2234 / 768;object-fit:contain}.studio-modal-layouts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%;max-width:936px;margin:0 auto}.studio-modal-layout{display:flex;flex-direction:column;gap:16px;align-items:center;box-sizing:border-box;margin:0;padding:16px;border:1px solid transparent;border-radius:2px;cursor:pointer}.studio-modal-layout--checked{border-color:#00a0e8;background:#f2fafe}.studio-modal-layout:has(input:focus-visible){outline:2px solid var(--studio-color-primary, #0264bf);outline-offset:2px}.studio-modal-layout-thumb{display:block;flex:0 0 auto;width:200px;max-width:100%;aspect-ratio:200 / 137;overflow:clip;background:#ada5a3}.studio-modal-layout-thumb img{width:100%;height:100%;object-fit:cover}.studio-modal-layout-body{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}.studio-modal-layout-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.studio-modal-layout-radio{display:block;flex:0 0 auto;width:20px;height:20px;overflow:clip}.studio-modal-layout-radio img{width:100%;height:100%}.studio-modal-layout-name{color:var(--studio-color-text, #292d30);font-size:16px;font-weight:600;line-height:1.5}.studio-modal-layout-badge{display:inline-flex;align-items:center;height:21px;padding:0 7px;background:var(--studio-color-cta, #f4671e);color:#fff;font-size:12px;line-height:18px;white-space:nowrap}@media(max-width:1025px){.studio-modal-backdrop{top:var(--studio-header-height, 56px);padding:0;place-items:start center}.studio-modal,.studio-modal--wide{width:100%;height:90%;min-height:0;max-height:90%}.studio-modal-size-row{flex-direction:column;align-items:stretch;gap:12px}.studio-modal-select{width:100%}.studio-modal-uploads,.studio-modal-uploads>*,.studio-modal-uploads .image-slot-wrap,.studio-modal-uploads .image-slot{width:100%}.studio-modal-btn{width:auto;min-width:120px;flex:1 1 0}.studio-modal-layouts{grid-template-columns:1fr;gap:12px}.studio-modal-layout{flex-direction:row;align-items:flex-start;padding:12px}.studio-modal-layout-thumb{width:120px}}.studio{--studio-header-height: 56px;--studio-sheet-collapsed: 50px;--studio-sheet-handle-expanded: 80px;--studio-sidebar-width: 384px;--studio-color-text: #292d30;--studio-color-text-secondary: #50575e;--studio-color-text-tertiary: #8b94a0;--studio-color-text-gray: #3c4247;--studio-color-primary: #0264bf;--studio-color-primary-border: #208be9;--studio-color-cta: #f4671e;--studio-color-bg: #f7f7f9;--studio-color-bg-secondary: #eef0f4;--studio-color-bg-blue: #f2faff;--studio-color-blue-600: #0c77d8;--studio-color-border: #dee2e8;--studio-color-border-blue: #99d6fd;--studio-color-border-gray: #c0c7d1;display:flex;flex-direction:column;box-sizing:border-box;height:100dvh;overflow:hidden;background:#fff;color:var(--studio-color-text)}.studio-header{position:relative;z-index:6;display:flex;flex:0 0 var(--studio-header-height);align-items:center;justify-content:space-between;gap:1rem;box-sizing:border-box;height:var(--studio-header-height);margin:0;padding:0 20px;border-bottom:1px solid var(--studio-color-border);background:#fff}.studio-brand{display:flex;min-width:0;align-items:center;gap:12px}.studio-brand-title,.studio-brand-sub{margin:0;white-space:nowrap}.studio-brand-title{color:var(--studio-color-text);font-size:18px;font-weight:700;line-height:1.2}.studio-brand-rule{flex:0 0 1px;width:1px;height:20px;background:var(--studio-color-border)}.studio-brand-sub{overflow:hidden;color:var(--studio-color-text-secondary);font-size:14px;text-overflow:ellipsis}.studio-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.studio-btn{display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;min-width:144px;height:32px;padding:0 12px;border:2px solid transparent;border-radius:4px;font-size:14px;font-weight:600;line-height:21px;white-space:nowrap}.studio-btn--outline{border-color:var(--studio-color-border-gray);background:#fff;color:var(--studio-color-text-gray)}.studio-btn--outline:hover,.studio-btn--outline:focus-visible{border-color:var(--studio-color-text-secondary);background:var(--studio-color-bg)}.studio-btn--cta{min-width:160px;border-color:var(--studio-color-cta);background:var(--studio-color-cta);color:#fff}.studio-btn--cta:hover,.studio-btn--cta:focus-visible{filter:brightness(.96)}.studio-body{display:flex;flex:1;min-height:0}.studio-stage{position:relative;flex:1;min-width:0;background:var(--studio-color-bg)}.studio-stage-tags{position:absolute;top:21px;left:29px;z-index:3;display:flex;flex-wrap:wrap;gap:8px;pointer-events:none}.studio-tag{padding:3px 10px;border-radius:999px;background:var(--studio-color-border);color:var(--studio-color-text-secondary);font-size:12px;font-weight:700;line-height:1.4}.studio-tag--primary{background:var(--studio-color-bg-blue);color:var(--studio-color-primary)}.studio-stage-background{position:absolute;top:16px;right:20px;z-index:3;display:flex;flex-wrap:nowrap;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #292d3014;white-space:nowrap}.studio-stage-background--compact{display:block;padding:0;border-radius:8px}.background-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:7.5rem;margin:0;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--studio-color-text);font-size:12px;font-weight:700}.background-dropdown-chevron{display:block;width:6px;height:6px;border-right:1.5px solid var(--studio-color-text-secondary);border-bottom:1.5px solid var(--studio-color-text-secondary);transform:rotate(45deg) translateY(-1px)}.background-dropdown-chevron--open{transform:rotate(225deg) translateY(-1px)}.background-dropdown-list{position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:4;margin:0;padding:4px;list-style:none;border-radius:8px;background:#fff;box-shadow:0 8px 24px #292d301f}.background-dropdown-option{display:block;width:100%;margin:0;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:var(--studio-color-text-secondary);font-size:12px;font-weight:700;text-align:left}.background-dropdown-option--active{background:var(--studio-color-bg-blue);color:var(--studio-color-primary)}.background-segment-button{flex:0 0 auto;margin:0;padding:6px 12px;border:0;border-radius:999px;background:transparent;color:var(--studio-color-text-secondary);font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.background-segment-button--active{background:var(--studio-color-bg-blue);color:var(--studio-color-primary)}.studio-stage-guide{position:absolute;right:0;bottom:56px;left:0;z-index:2;margin:0;color:var(--studio-color-text-secondary);font-size:12px;text-align:center;pointer-events:none;text-shadow:0 0 8px rgb(247 247 249 / 90%)}.studio-stage-empty,.studio-stage-status{position:absolute;inset:0;z-index:1;display:grid;place-items:center;margin:0;padding:1rem;color:var(--studio-color-text-secondary);font-size:14px;text-align:center;pointer-events:none}.studio-stage-status{background:#f7f7f99e}.studio-stage-hint{position:absolute;top:56px;left:50%;z-index:3;max-width:min(24rem,calc(100% - 2rem));margin:0;padding:8px 12px;border-radius:8px;background:#fff;box-shadow:0 8px 24px #292d301f;transform:translate(-50%);color:var(--studio-color-text);font-size:12px;text-align:center;pointer-events:none}.studio-stage-error{position:absolute;top:56px;left:50%;z-index:3;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;max-width:min(22rem,calc(100% - 2rem));margin:0;padding:8px 12px;border-radius:8px;background:#fff;box-shadow:0 8px 24px #292d301f;transform:translate(-50%);font-size:12px}.studio-stage-retry{padding:4px 10px;border:1px solid var(--studio-color-border);border-radius:4px;background:var(--studio-color-bg);color:var(--studio-color-text-gray);font-size:12px}.studio-panel{display:flex;flex:0 0 var(--studio-sidebar-width);flex-direction:column;box-sizing:border-box;width:var(--studio-sidebar-width);overflow:auto;padding:20px 0;background:#fff}.studio-sheet-handle{display:none}.studio-panel-body{display:flex;flex-direction:column;gap:16px;min-height:0}.studio-status{margin:0;color:var(--studio-color-text-secondary);font-size:13px}.studio-panel [role=alert]{margin:0;font-size:13px}.layout-card,.panel-card{box-sizing:border-box;padding:20px;border:1px solid var(--studio-color-border);background:var(--studio-color-bg-secondary)}.layout-card{display:flex;flex-direction:column;width:calc(100% - 40px);gap:8px;padding:16px;margin:0 20px}.layout-card-name{margin:0;color:var(--studio-color-text);font-size:14px;font-weight:700;line-height:1.4}.layout-card-button{display:inline-flex;align-items:center;justify-content:center;gap:2px;box-sizing:border-box;width:100%;height:30px;padding:0 12px;border:0;border-radius:4px;background:var(--studio-color-primary);color:#fff;font-size:14px;font-weight:600;line-height:21px;white-space:nowrap;cursor:pointer}.layout-card-button:hover,.layout-card-button:focus-visible{filter:brightness(.96)}.layout-card-button:disabled{cursor:not-allowed;opacity:.5}.layout-card-button-icon{display:block;flex:0 0 auto;width:14px;height:14px;overflow:clip}.layout-card-button-icon img{width:100%;height:100%}.panel-card{display:flex;flex-direction:column;width:100%;gap:16px}.panel-card--placed{border:0;background:#fff}.panel-section-title{display:flex;align-items:center;gap:8px;margin:0;color:var(--studio-color-text);font-size:16px;font-weight:700;line-height:1.4}.panel-section-icon{display:block;flex:0 0 24px;width:24px;height:24px;overflow:clip}.panel-section-icon img{width:100%;height:100%;object-fit:contain}.panel-empty{margin:0;color:var(--studio-color-text-secondary);font-size:12px}.catalog-group{display:flex;flex-direction:column;gap:8px;min-width:0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.added-card,.catalog-card{display:flex;flex-direction:column;gap:8px;box-sizing:border-box;width:100%;min-width:0;min-height:200px;margin:0;padding:12px;border:2px solid var(--studio-color-border);border-radius:8px;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer}.added-card--active,.added-card:hover,.added-card:focus-visible{border-color:var(--studio-color-blue-600)}.catalog-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:100%}.tile-heading{display:flex;align-items:center;gap:8px;min-width:0;line-height:1.3;white-space:nowrap}.tile-heading--stacked{flex-direction:column;align-items:flex-start;gap:0;white-space:normal}.tile-heading-name{overflow:hidden;color:var(--studio-color-text-gray);font-size:14px;font-weight:700;text-overflow:ellipsis}.tile-heading-meta{flex:0 0 auto;color:var(--studio-color-text-gray);font-size:12px;font-weight:400}.tile-heading--stacked .tile-heading-name,.tile-heading--stacked .tile-heading-meta{white-space:normal}.added-card-frame,.catalog-card-frame{position:relative;display:block;width:100%;height:120px;overflow:hidden;background:var(--studio-color-bg)}.added-card-frame{border:0;border-radius:0}.catalog-card-frame{border:1px solid var(--studio-color-border);border-radius:8px}.catalog-card-image,.added-card-image{width:100%;height:100%;object-fit:contain}.added-card-edit{position:absolute;top:50%;left:50%;z-index:1;display:flex;align-items:center;justify-content:center;gap:4px;box-sizing:border-box;width:106px;height:32px;padding:8px 12px;border:0;border-radius:4px;background:var(--studio-color-primary);color:#fff;font-size:14px;font-weight:600;line-height:21px;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,-50%)}.added-card-edit img{display:block;flex:0 0 16px;width:16px;height:16px}.added-card--active .added-card-edit,.added-card:hover .added-card-edit,.added-card:focus-visible .added-card-edit{opacity:1}.catalog-card-add{display:grid;flex:0 0 24px;place-items:center;width:24px;height:24px;border-radius:999px;background:var(--studio-color-primary);color:#fff;font-size:14px;font-weight:700;line-height:1;pointer-events:none}.continue-device{position:absolute;bottom:48px;left:31px;z-index:3;display:flex;flex-direction:column;box-sizing:border-box;width:236px;padding:16px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #292d301a}.continue-device-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.continue-device-title{margin:0;color:var(--studio-color-text);font-size:16px;font-weight:700;line-height:19px}.continue-device-chevron{display:flex;flex:0 0 16px;align-items:center;justify-content:center;width:16px;height:16px;overflow:hidden;transform:rotate(0);transition:transform .36s cubic-bezier(.4,0,.2,1)}.continue-device:not(.continue-device--open) .continue-device-chevron{transform:rotate(180deg)}.continue-device-chevron img{display:block;width:16px;height:16px;object-fit:contain}.continue-device-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.continue-device--open .continue-device-body{grid-template-rows:1fr}.continue-device-body-inner{display:flex;flex-direction:column;gap:12px;min-height:0;overflow:hidden;padding-top:8px;opacity:0;transition:opacity .16s ease}.continue-device--open .continue-device-body-inner{opacity:1;transition:opacity .28s ease .08s}@media(prefers-reduced-motion:reduce){.continue-device-chevron,.continue-device-body,.continue-device-body-inner,.continue-device--open .continue-device-body-inner{transition:none}}.continue-device-help{margin:0;color:var(--studio-color-text-secondary);font-size:12px;line-height:1.5}.continue-device-qr-wrap{display:grid;place-items:center;height:156px;border-radius:8px;background:var(--studio-color-bg)}.continue-device-qr{display:grid;place-items:center;width:132px;height:132px;overflow:hidden;border:1px solid var(--studio-color-border);border-radius:4px;background:#fff}.continue-device-qr svg{width:122px;height:122px}.continue-device-copy{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:0;border:0;background:transparent;color:var(--studio-color-primary);font-size:14px;font-weight:600;line-height:21px}.continue-device-copy-icon{display:block;width:16px;height:16px;overflow:hidden}.continue-device-copy-icon img{width:100%;height:100%;object-fit:contain}.studio-stage .model-viewer-ar-button{display:block}.edit-modal-meta{margin:0 0 12px;color:var(--studio-color-text-secondary);font-size:12px}.edit-modal-field{display:flex;flex-direction:column;gap:4px;margin:0 0 12px;font-size:13px}.edit-modal-field select{width:100%;padding:8px 10px;border:1px solid var(--studio-color-border);border-radius:4px;background:#fff}.edit-modal-print{margin:0 0 12px;padding:0;border:0}.edit-modal-print legend{padding:0;margin-bottom:8px;font-size:13px}.edit-modal-print-options{display:flex;flex-wrap:wrap;gap:8px 12px}.edit-modal-print-option{display:flex;flex-direction:row;align-items:center;gap:6px;margin:0;font-size:13px}.edit-modal-print-option input{width:auto}.choose-wall-groups{display:grid;gap:12px}.choose-wall-group-label{margin:0 0 6px;color:var(--studio-color-text-secondary);font-size:12px}.choose-wall-button{min-width:6.5rem;padding:10px 14px;border:1px solid var(--studio-color-border);border-radius:4px;background:var(--studio-color-bg);color:var(--studio-color-text);font-size:14px;font-weight:600}.choose-wall-button:hover,.choose-wall-button:focus-visible{border-color:var(--studio-color-primary-border);background:var(--studio-color-bg-blue)}.edit-modal-slots{display:grid;gap:12px}.edit-modal-slot-name{margin:0 0 6px;color:var(--studio-color-text-secondary);font-size:12px}.image-slot-wrap{min-width:0}.image-slot-wrap [role=alert]{margin:4px 0 0;font-size:12px}.image-slot{position:relative;display:grid;place-items:center;width:4.4rem;height:4.4rem;margin:0;overflow:hidden;border:0;border-radius:8px;background:var(--studio-color-bg);color:var(--studio-color-text-secondary);cursor:pointer}.image-slot--wide{width:100%;height:2.85rem}.image-slot--dashed{width:100%;height:120px;border:1px dashed #a6afba;background:var(--studio-color-bg)}.image-slot--dashed .image-slot-plus{color:var(--studio-color-text-secondary);font-size:22px;line-height:1.2}.image-slot--dashed .image-slot-label,.image-slot--dashed .image-slot-hint,.image-slot--dashed .image-slot-status{color:var(--studio-color-text-gray);font-size:14px;font-weight:600;line-height:21px}.image-slot--dashed.image-slot--filled .image-slot-label,.image-slot--dashed.image-slot--filled .image-slot-status{color:#fff}.image-slot--dashed .image-slot-content{gap:4px}.image-slot--selected{display:flex;align-items:center;justify-content:center;gap:16px;padding:15px 24px;overflow:hidden;cursor:default}.image-slot-thumb{display:grid;flex:0 0 auto;place-items:center;width:91px;height:91px;overflow:hidden;background:#d9d9d9}.image-slot-thumb img{width:100%;height:100%;object-fit:contain}.image-slot-selected{display:flex;flex:0 1 auto;flex-direction:column;gap:14px;min-width:0;align-items:flex-start}.image-slot-selected-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:center}.image-slot-selected-label{margin:0;color:#8f8f90;font-size:14px;font-weight:400;line-height:21px}.image-slot-selected-name{display:flex;align-items:center;gap:8px;margin:0;color:var(--studio-color-text-gray);font-size:14px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.image-slot-check{position:relative;display:block;flex:0 0 auto;width:16px;height:16px;overflow:clip}.image-slot-check-circle{width:16px;height:16px;object-fit:contain}.image-slot-check-mark{position:absolute;top:50%;left:50%;width:12px;height:9px;object-fit:contain;transform:translate(-50%,-50%)}.image-slot-delete{display:inline-flex;align-items:center;gap:4px;margin:0;padding:0;border:0;background:transparent;color:#d93a38;font-size:14px;font-weight:400;line-height:21px;cursor:pointer}.image-slot-delete-icon{display:block;width:16px;height:16px;overflow:clip}.image-slot-delete-icon img{width:100%;height:100%;object-fit:contain}.image-slot--busy{cursor:progress}.image-slot--over{outline:2px dashed var(--studio-color-primary);outline-offset:2px}.image-slot-clear{margin-top:6px;padding:4px 10px;border:1px solid var(--studio-color-border);border-radius:4px;background:#fff;font-size:12px}.edit-modal-slots .image-slot{width:100%;height:6.5rem}.edit-modal-slots--wide .image-slot{min-height:8.5rem;height:auto}.image-slot-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.image-slot-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-slot--filled:after{content:"";position:absolute;inset:0;background:#00000047}.image-slot-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px;pointer-events:none}.image-slot--filled .image-slot-content{color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / 55%)}.image-slot-plus{font-size:18px;font-weight:300;line-height:1}.image-slot-label,.image-slot-status{font-size:12px}@media(max-width:1025px){.studio-header{flex:0 0 auto;height:auto;min-height:var(--studio-header-height);padding:8px 12px}.studio-brand-rule,.studio-brand-sub{display:none}.studio-btn{min-width:0;padding:0 10px;font-size:12px}.studio-btn--cta{min-width:0}.studio-body{position:relative;display:block;overflow:hidden}.studio-stage{position:absolute;inset:0;transition:top .28s ease,height .28s ease}.studio-body--sheet-open .studio-stage{top:50%;height:50%}.studio-body--sheet-dragging .studio-stage{top:var(--studio-sheet-offset, 0px);height:calc(100% - var(--studio-sheet-offset, 0px));transition:none}.studio-panel{position:absolute;inset:0 0 auto;z-index:5;width:100%;height:var(--studio-sheet-collapsed);max-height:none;overflow:hidden;padding:0;border-bottom:0;border-left:0;border-radius:0;box-shadow:0 4px 16px #292d3014;transition:height .28s ease,box-shadow .28s ease}.studio-panel--expanded{height:50%;box-shadow:0 8px 24px #292d301f}.studio-panel--dragging{transition:none}.studio-panel:not(.studio-panel--expanded):not(.studio-panel--dragging) .studio-panel-body{display:none}.studio-sheet-handle{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:0;min-height:var(--studio-sheet-collapsed);padding:6px 0 8px;border-top:1px solid transparent;background:#fff;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;transition:min-height .28s ease,padding .28s ease,gap .28s ease,border-color .28s ease}.studio-panel--expanded .studio-sheet-handle{gap:6px;min-height:var(--studio-sheet-handle-expanded);padding:12px 0 16px;border-top-color:var(--studio-color-border)}.studio-sheet-handle:active{cursor:grabbing}.studio-sheet-grabber{display:block;width:36px;height:0;margin:0;overflow:hidden;border-radius:999px;background:var(--studio-color-border-gray);opacity:0;transition:height .28s ease,opacity .2s ease,margin .28s ease}.studio-panel--expanded .studio-sheet-grabber{height:4px;opacity:1}.studio-sheet-toggle{display:grid;place-items:center;width:44px;height:32px;padding:0;border:0;border-radius:999px;background:var(--studio-color-bg);color:var(--studio-color-text-secondary);transition:width .28s ease,height .28s ease}.studio-panel--expanded .studio-sheet-toggle{width:48px;height:40px}.studio-sheet-chevron{display:block;transition:transform .28s ease}.studio-panel--expanded .studio-sheet-chevron{transform:rotate(180deg)}.studio-stage{--model-viewer-ar-bottom: .85rem;--model-viewer-ar-hint-bottom: 4.7rem}.studio-stage .model-viewer-ar-button{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;left:16px!important;right:16px;width:calc(100% - 32px)!important;height:56px;padding:0 16px!important;border-radius:12px!important;background:var(--studio-color-cta)!important;color:#fff!important;font-size:17px!important;font-weight:700;line-height:1;transition:transform .28s ease,opacity .28s ease}.studio-body--sheet-open .studio-stage .model-viewer-ar-button,.studio-body--sheet-dragging .studio-stage .model-viewer-ar-button,.studio-body--sheet-open .studio-stage .model-viewer-ar-hint,.studio-body--sheet-dragging .studio-stage .model-viewer-ar-hint{transform:translateY(calc(100% + 1.5rem));opacity:0!important;pointer-events:none}.studio-stage .model-viewer-ar-button:disabled{opacity:.72}.studio-stage .model-viewer-ar-icon{display:block;flex:0 0 24px;width:24px;height:24px}.studio-stage .model-viewer-ar-hint{display:block!important;left:16px!important;right:16px;max-width:none;transition:transform .28s ease,opacity .28s ease}.continue-device{bottom:.85rem;left:12px;width:min(236px,calc(100% - 24px))}.studio-stage-guide{display:none}.studio-panel-body{flex:1;overflow:auto;padding:20px 16px;overscroll-behavior:contain}.studio-stage-error,.studio-stage-hint{top:calc(var(--studio-sheet-collapsed) + 12px);left:50%}.studio-stage-tags{top:calc(var(--studio-sheet-collapsed) + 12px);left:12px}.studio-stage-background{top:calc(var(--studio-sheet-collapsed) + 12px);right:12px}.studio-body--sheet-open .studio-stage-tags,.studio-body--sheet-open .studio-stage-background,.studio-body--sheet-open .studio-stage-error,.studio-body--sheet-open .studio-stage-hint,.studio-body--sheet-dragging .studio-stage-tags,.studio-body--sheet-dragging .studio-stage-background,.studio-body--sheet-dragging .studio-stage-error,.studio-body--sheet-dragging .studio-stage-hint{top:12px}}@media(max-width:420px){.image-slot:not(.image-slot--wide):not(.image-slot--dashed){width:4rem;height:4rem}}.quote{--quote-header-height: 56px;--quote-color-text: #292d30;--quote-color-text-secondary: #50575e;--quote-color-text-tertiary: #8b94a0;--quote-color-primary: #0264bf;--quote-color-cta: #f4671e;--quote-color-bg: #f7f7f9;--quote-color-border: #dee2e8;display:flex;flex-direction:column;box-sizing:border-box;min-height:100dvh;background:var(--quote-color-bg);color:var(--quote-color-text)}.quote-header{display:flex;flex:0 0 var(--quote-header-height);align-items:center;justify-content:space-between;gap:1rem;box-sizing:border-box;height:var(--quote-header-height);padding:0 20px;border-bottom:1px solid var(--quote-color-border);background:#fff}.quote-brand{display:flex;min-width:0;align-items:center;gap:12px}.quote-brand-title,.quote-brand-sub{margin:0;white-space:nowrap}.quote-brand-title{font-size:18px;font-weight:700;line-height:1.2}.quote-brand-rule{flex:0 0 1px;width:1px;height:20px;background:var(--quote-color-border)}.quote-brand-sub{overflow:hidden;color:var(--quote-color-text-secondary);font-size:14px;text-overflow:ellipsis}.quote-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.quote-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:6px;color:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer}.quote-btn--outline{border-color:var(--quote-color-border);background:#fff}.quote-btn--outline:hover,.quote-btn--outline:focus-visible{border-color:var(--quote-color-primary);color:var(--quote-color-primary)}.quote-btn--cta{border-color:var(--quote-color-cta);background:var(--quote-color-cta);color:#fff}.quote-btn--cta:hover,.quote-btn--cta:focus-visible{filter:brightness(.96)}.quote-main{flex:1 1 auto;width:min(960px,100%);margin:0 auto;padding:24px 20px 48px}.quote-status{margin:48px 0;color:var(--quote-color-text-secondary);text-align:center}.quote-empty{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:48px;color:var(--quote-color-text-secondary);text-align:center}.quote-panel{display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--quote-color-border);border-radius:10px;background:#fff}.quote-table{width:100%;border-collapse:collapse;font-size:14px}.quote-table th,.quote-table td{padding:12px 10px;border-bottom:1px solid var(--quote-color-border);text-align:left;vertical-align:top}.quote-table th{color:var(--quote-color-text-secondary);font-weight:600;white-space:nowrap}.quote-table-num{text-align:right!important;font-variant-numeric:tabular-nums;white-space:nowrap}.quote-total{display:flex;align-items:baseline;justify-content:flex-end;gap:16px;padding-top:8px}.quote-total-label{margin:0;color:var(--quote-color-text-secondary);font-size:14px;font-weight:600}.quote-total-value{margin:0;font-size:24px;font-weight:700;font-variant-numeric:tabular-nums}.quote-note{margin:0;color:var(--quote-color-text-tertiary);font-size:12px;text-align:right}@media(max-width:1025px){.quote-brand-sub,.quote-brand-rule{display:none}.quote-panel{padding:12px;overflow-x:auto}.quote-table{min-width:560px}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{line-height:1.5;color:#292d30;font-family:Noto Sans JP,system-ui,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1{margin:0 0 .5rem;font-size:1.25rem;font-weight:650}p{margin:0 0 1rem}.page{max-width:28rem;margin:0 auto;padding:1.5rem 1rem}label{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin:.75rem 0}input{width:100%;padding:.4rem .5rem;border:1px solid #ccc;border-radius:4px}button{padding:.4rem .75rem;border:1px solid #ccc;border-radius:4px;background:#f4f4f4;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}[role=alert]{color:#b00020}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
