.photobook-wrap{align-self:stretch;width:100%;box-sizing:border-box;max-width:1100px;margin:0 auto;padding:24px 16px 64px;font-family:inherit;color:#222}.photobook-editor-wrap{max-width:none;padding-left:24px;padding-right:24px}.photobook-status-wrap{text-align:center;padding-top:80px}.photobook-header,.photobook-editor-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.photobook-back{text-decoration:none;color:#2f6fed;font-weight:600}.photobook-editor-topbar-actions{display:flex;gap:8px}.photobook-book-name-input{flex:1 1 240px;max-width:420px;text-align:center;border:1px solid transparent;background:0 0;border-radius:6px;padding:6px 12px;font-size:15px;font-weight:600;color:#1d2327}.photobook-book-name-input:hover{border-color:#dcdcde;background:#f7f7f7}.photobook-book-name-input:focus{outline:none;border-color:#c3c4c7;background:#fff}.photobook-editor-topbar-collapsible{display:contents}.photobook-topbar-icon-group{display:flex;gap:8px;margin-left:auto;flex-shrink:0}.photobook-topbar-toggle-btn,.photobook-fullscreen-btn{display:none;box-sizing:border-box;padding:0 !important;width:34px !important;height:34px !important;align-items:center;justify-content:center;background:#eee;color:#222;border:none;border-radius:6px;cursor:pointer;flex-shrink:0}.photobook-topbar-toggle-btn svg,.photobook-fullscreen-btn svg{width:18px !important;height:18px !important;flex-shrink:0}.photobook-fullscreen-btn{display:inline-flex}.photobook-topbar-toggle-btn svg{transition:transform .15s ease}.photobook-topbar-toggle-btn[aria-expanded=true] svg{transform:rotate(180deg)}.photobook-fullscreen-icon-compress{display:none}.photobook-fullscreen-btn[aria-pressed=true] .photobook-fullscreen-icon-expand{display:none}.photobook-fullscreen-btn[aria-pressed=true] .photobook-fullscreen-icon-compress{display:block}.photobook-fullscreen-btn[hidden]{display:none}.photobook-editor-wrap:fullscreen,.photobook-editor-wrap:-webkit-full-screen{background:#fff;width:100vw;height:100vh;overflow-y:auto;padding:16px;box-sizing:border-box}.photobook-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.photobook-modal-overlay[hidden]{display:none}.photobook-modal{background:#fff;border-radius:10px;padding:24px;max-width:480px;width:100%;max-height:85vh;overflow-y:auto}.photobook-modal--wide{max-width:720px}.photobook-modal--wide .photobook-wizard-steps{margin-bottom:12px}.photobook-modal h3{margin-top:0}.photobook-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.photobook-modal-error{color:#c0392b;font-size:13px}.photobook-modal-error[hidden]{display:none}.photobook-format-option.is-disabled,.photobook-cover-option.is-disabled{opacity:.45;cursor:not-allowed}.photobook-preview-overlay{position:fixed;inset:0;background:#1b1b1b;z-index:999999;display:flex;flex-direction:column;align-items:center;justify-content:center}.photobook-preview-overlay[hidden]{display:none}.photobook-preview-topbar{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:center;z-index:2}.photobook-preview-topbar-btn{background:rgba(255,255,255,.12);color:#fff;border:none;border-radius:6px;padding:10px 18px;font-size:14px;cursor:pointer;display:inline-block;text-decoration:none}.photobook-preview-topbar-btn:hover{background:rgba(255,255,255,.22)}.photobook-preview-title{position:absolute;top:16px;left:50%;transform:translateX(-50%);color:#fff;font-size:15px;font-weight:600;line-height:37px;z-index:2;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.photobook-preview-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:2200px;padding:72px 96px;box-sizing:border-box}.photobook-preview-card{position:absolute;inset:0;margin:auto;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;max-width:100%;max-height:100%;backface-visibility:hidden;transition:transform .6s cubic-bezier(.45,.05,.15,1)}.photobook-preview-card .photobook-cover-unit,.photobook-preview-card .photobook-spread-unit,.photobook-preview-half .photobook-cover-unit,.photobook-preview-half .photobook-spread-unit,.photobook-preview-flip-face .photobook-cover-unit,.photobook-preview-flip-face .photobook-spread-unit{border:none;padding:0;box-shadow:0 12px 48px rgba(0,0,0,.5);background:#fff}.photobook-preview-half{position:absolute;z-index:2;overflow:hidden}.photobook-preview-flip{position:absolute;z-index:3;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.45,.05,.15,1)}.photobook-preview-flip-face{position:absolute;inset:0;overflow:hidden;backface-visibility:hidden}.photobook-preview-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);color:#fff;border:none;border-radius:50%;box-sizing:border-box;padding:0;width:52px !important;height:52px !important;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;cursor:pointer;z-index:2}.photobook-preview-nav:hover{background:rgba(255,255,255,.22)}.photobook-preview-nav:disabled{opacity:.3;cursor:not-allowed}.photobook-preview-nav-prev{left:16px}.photobook-preview-nav-next{right:16px}.photobook-preview-toast{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);color:#222;padding:8px 16px;border-radius:6px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .3s}.photobook-preview-toast.is-visible{opacity:1}.photobook-muted{color:#777;font-size:14px}.photobook-list{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.photobook-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #eee;border-radius:8px}.photobook-list-item-actions{display:flex;align-items:center;gap:12px}.photobook-status{display:block;font-size:13px;color:#777}.photobook-status-locked{color:#2f8b2f;font-weight:600}.photobook-btn{background:#2f6fed;color:#fff;border:none;border-radius:6px;padding:10px 18px;font-size:14px;cursor:pointer;text-decoration:none;display:inline-block}.photobook-btn:disabled{opacity:.5;cursor:not-allowed}.photobook-btn[hidden]{display:none}.photobook-btn-secondary.is-active{background:#cfe8cf;color:#1f5c1f}.photobook-btn-secondary{background:#eee;color:#222}.photobook-btn-link{background:0 0;border:none;color:#2f6fed;cursor:pointer;font-size:13px;padding:4px 8px}.photobook-format-list,.photobook-cover-list{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.photobook-format-option{border:1px solid #ddd;border-radius:8px;padding:12px;display:flex;align-items:center;gap:8px;cursor:pointer}.photobook-format-option img{width:40px;height:40px;object-fit:contain;border-radius:4px;cursor:zoom-in;flex-shrink:0}.photobook-cover-option{border:1px solid #ddd;border-radius:8px;padding:14px;display:flex;flex-direction:column;align-items:stretch;text-align:center;gap:8px;cursor:pointer;width:220px;min-height:300px}.photobook-cover-option:has(input:checked){border-color:#2f6fed;box-shadow:0 0 0 2px rgba(47,111,237,.25)}.photobook-cover-option input[type=radio]{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.photobook-cover-option img,.photobook-cover-option-noimg{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;background:#f0f0f0}.photobook-cover-option-name{font-weight:600}.photobook-cover-option-desc{font-size:12px;color:#666;line-height:1.4;flex:1 1 auto;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.photobook-format-price{margin-left:auto;font-weight:600}.photobook-cover-option .photobook-format-price{margin-left:0;margin-top:auto}.photobook-cover-option img{cursor:zoom-in}.photobook-wizard-group-filter{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 12px}.photobook-wizard-group-btn{border:1px solid #ddd;border-radius:5px;padding:5px 12px;font-size:12px;background:#fff;color:#555;cursor:pointer}.photobook-wizard-group-btn.is-active{background:#2f6fed;border-color:#2f6fed;color:#fff}.photobook-zoom-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:10000;display:flex;align-items:center;justify-content:center;padding:40px}.photobook-zoom-overlay[hidden]{display:none}.photobook-zoom-overlay img{max-width:100%;max-height:100%;border-radius:6px;object-fit:contain}.photobook-zoom-close{position:absolute;top:20px;right:24px;width:40px;height:40px;border-radius:6px;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:24px;line-height:1;cursor:pointer}.photobook-price{font-size:20px;font-weight:700}.photobook-price-line{display:inline-flex;align-items:center;gap:4px}.photobook-info-wrap{position:relative;display:inline-flex}.photobook-info-btn{width:18px;height:18px;border-radius:50%;border:1px solid #999;background:#fff;color:#666;font-size:11px;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.photobook-info-tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:6px;width:220px;background:#333;color:#fff;font-size:12px;font-weight:400;line-height:1.4;padding:8px 10px;border-radius:6px;z-index:20;text-align:left}.photobook-info-tooltip[hidden]{display:none}.photobook-wizard-steps{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.photobook-wizard-step{padding:6px 14px;border-radius:6px;background:#eee;color:#666;font-size:13px;font-weight:600}.photobook-wizard-step.is-active{background:#2f6fed;color:#fff}.photobook-wizard-nav{display:flex;gap:10px;margin-top:16px;position:sticky;bottom:0;z-index:3;background:#fff;padding:12px 0;box-shadow:0 -2px 6px rgba(0,0,0,.08)}.photobook-wizard-summary p{margin:4px 0}.photobook-editor-body{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.photobook-sidebar-col{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;max-height:80vh;position:sticky;top:16px}.photobook-sidebar{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;overflow-y:auto}.photobook-upload-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#eee;color:#222;border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-size:14px;cursor:pointer;flex-shrink:0}.photobook-upload-btn:hover{background:#e2e2e2}.photobook-upload-progress{width:100%;height:3px;background:#e2e2e2;border-radius:2px;overflow:hidden;flex-shrink:0}.photobook-upload-progress-fill{height:100%;width:0;background:#2f6fed}.photobook-upload-status{font-size:12px;color:#b02a2a;background:#fdeaea;border:1px solid #f3c6c6;border-radius:6px;padding:8px 10px;flex-shrink:0}.photobook-sidebar-item{position:relative}.photobook-sidebar-thumb{width:100%;height:210px;object-fit:cover;border-radius:6px;cursor:grab;border:1px solid #ddd}@media (pointer:coarse){.photobook-sidebar-thumb{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}}.photobook-sidebar-delete-btn{position:absolute;top:8px;right:8px;width:26px !important;height:26px !important;min-width:26px !important;min-height:26px !important;padding:0 !important;border-radius:5px;border:none;background:rgba(214,54,56,.9);color:#fff;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.photobook-sidebar-delete-btn:hover{background:#d63638}.photobook-sidebar-delete-btn:disabled{opacity:.5;cursor:not-allowed}.photobook-sidebar-empty{width:100%;height:210px;display:flex;align-items:center;justify-content:center;text-align:center;background:#ccc;color:#666;border-radius:6px;border:1px solid #bbb;font-size:13px;padding:12px}.photobook-sidebar-source-toggle{display:flex;flex-shrink:0;border:1px solid #ddd;border-radius:6px;overflow:hidden}.photobook-sidebar-source-btn{flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:#666;border:none;padding:8px 0;cursor:pointer}.photobook-sidebar-source-btn svg{pointer-events:none}.photobook-sidebar-source-btn:not(:first-child){border-left:1px solid #ddd}.photobook-sidebar-source-btn.is-active{background:#222;color:#fff}.photobook-guestbook-panel{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;overflow-y:auto}.photobook-guestbook-item{display:flex;flex-direction:column;gap:4px;width:100%;background:#fff;border:1px solid #ddd;border-radius:6px;padding:10px 12px;text-align:left;cursor:pointer}.photobook-guestbook-item:hover{background:#f7f7f7;border-color:#ccc}.photobook-guestbook-item-author{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#999}.photobook-guestbook-item-text{font-size:13px;line-height:1.4;color:#222;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.photobook-active-unit{flex:1 1 auto;min-width:280px;max-height:80vh;overflow-y:auto}.photobook-cover-unit,.photobook-spread-unit{border:1px solid #ddd;border-radius:8px;padding:12px}.photobook-active-unit .photobook-cover-unit,.photobook-active-unit .photobook-spread-unit{max-width:100%;margin:0 auto}.photobook-unit-title{font-weight:600;margin-bottom:8px;text-align:center}.photobook-bleed-overlay{position:absolute;pointer-events:none;background:rgba(143,217,143,.55);z-index:5}.photobook-unit-canvas{position:relative;width:100%;background:#fff;border:1px solid #eee;border-radius:4px;overflow:hidden}.photobook-filmstrip{display:flex;gap:10px;overflow-x:auto;padding:8px 4px 16px;margin-bottom:16px;border-bottom:1px solid #eee}.photobook-filmstrip-thumb{position:relative;flex-shrink:0;cursor:pointer;text-align:center;opacity:.7}.photobook-filmstrip-thumb:hover,.photobook-filmstrip-thumb.is-active{opacity:1}.photobook-filmstrip-remove{position:absolute;top:-6px;right:-6px;box-sizing:border-box;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;width:22px;height:22px;padding:0;margin:0;line-height:1;font-size:13px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;z-index:4}.photobook-filmstrip-thumb:hover .photobook-filmstrip-remove{opacity:1;visibility:visible}.photobook-filmstrip-thumb.is-active .photobook-cover-unit,.photobook-filmstrip-thumb.is-active .photobook-spread-unit{border-color:#2f6fed;box-shadow:0 0 0 1px #2f6fed}.photobook-filmstrip-thumb .photobook-cover-unit{width:50px;padding:0;border-width:1px}.photobook-filmstrip-thumb .photobook-spread-unit{width:100px;padding:0;border-width:1px}.photobook-filmstrip-thumb .photobook-unit-canvas{border-radius:2px}.photobook-filmstrip-label{font-size:11px;color:#777;margin-top:2px}.photobook-fold-line{position:absolute;left:50%;top:0;bottom:0;width:0;border-left:1px dashed #999;pointer-events:none;z-index:2}.photobook-slot{position:absolute;overflow:hidden;box-sizing:border-box;z-index:1}.photobook-slot.is-swap-source{outline:3px solid #d63638;outline-offset:-3px;z-index:5}.photobook-slot-empty{background:repeating-linear-gradient(45deg,#eee,#eee 10px,#f7f7f7 10px,#f7f7f7 20px);border:1px dashed #ccc}.photobook-endpaper-lock{position:absolute;top:0;bottom:0;width:50%;display:flex;align-items:center;justify-content:center;text-align:center;padding:10%;box-sizing:border-box;background:repeating-linear-gradient(-45deg,#f6f6f6,#f6f6f6 10px,#fbfbfb 10px,#fbfbfb 20px);pointer-events:none;z-index:1}.photobook-endpaper-lock-text{font-size:12px;color:#999;line-height:1.4}.photobook-filmstrip-thumb .photobook-endpaper-lock{padding:4%}.photobook-slot img{width:100%;height:100%;object-fit:cover;display:block}.photobook-slot-imgbox{position:relative;width:100%;height:100%;overflow:hidden;cursor:grab}.photobook-slot-imgbox:active{cursor:grabbing}.photobook-slot .photobook-slot-imgbox img{position:absolute;left:50%;top:50%;width:auto;height:auto;max-width:none;object-fit:fill;display:block;user-select:none;-webkit-user-drag:none}.photobook-slot-controls{position:absolute;top:4px;right:4px;display:flex;flex-wrap:wrap;justify-content:flex-end;max-width:152px;gap:4px;z-index:3;opacity:0;visibility:hidden;pointer-events:none}.photobook-slot:hover .photobook-slot-controls,.photobook-slot:focus-within .photobook-slot-controls,.photobook-free-el:hover .photobook-slot-controls,.photobook-free-el.is-selected .photobook-slot-controls{opacity:1;visibility:visible;pointer-events:auto}.photobook-slot-corner{position:absolute;display:flex;gap:4px;z-index:3;opacity:0;visibility:hidden;pointer-events:none}.photobook-slot-corner-tl{top:4px;left:4px}.photobook-slot-corner-tr{top:4px;right:4px}.photobook-slot-corner-br{bottom:4px;right:4px}.photobook-slot-corner-bl{bottom:4px;left:4px}.photobook-slot:hover .photobook-slot-corner,.photobook-slot:focus-within .photobook-slot-corner{opacity:1;visibility:visible;pointer-events:auto}.photobook-free-el{position:absolute;box-sizing:border-box;cursor:grab;z-index:2}.photobook-free-el.is-selected{outline:2px dashed #2f6fed;outline-offset:2px}.photobook-text-content{width:100%;height:100%;display:flex;overflow:hidden;white-space:pre-wrap;word-break:break-word;line-height:1.25;user-select:none}.photobook-sticker-el img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;user-select:none;-webkit-user-drag:none}.photobook-text-resize-handle{position:absolute;right:-6px;bottom:-6px;width:14px;height:14px;background:#fff;border:2px solid #2f6fed;border-radius:3px;cursor:nwse-resize;opacity:0;visibility:hidden;box-sizing:border-box}.photobook-free-el:hover .photobook-text-resize-handle,.photobook-free-el.is-selected .photobook-text-resize-handle,.photobook-slot:hover .photobook-text-resize-handle,.photobook-slot:focus-within .photobook-text-resize-handle{opacity:1;visibility:visible}.photobook-sticker-lib-grid{display:grid;grid-template-columns:1fr;gap:8px}.photobook-sticker-lib-item{position:relative;border:1px solid #ddd;border-radius:6px;padding:6px;background:#fff;cursor:pointer;text-align:center}.photobook-sticker-lib-favorite-btn{position:absolute;top:4px;right:4px;z-index:1;box-sizing:border-box;width:22px;height:22px;padding:0;line-height:20px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#ccc;font-size:13px;cursor:pointer}.photobook-sticker-lib-favorite-btn.is-active{color:#fff;background:#dba617;border-color:#dba617}.photobook-sticker-lib-item:hover{border-color:#2f6fed}.photobook-sticker-lib-item img{width:100%;height:56px;object-fit:contain;display:block}.photobook-sticker-lib-name{font-size:11px;color:#777;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photobook-sticker-cat-filter{position:sticky;top:0;z-index:2;background:#fff;display:flex;flex-wrap:wrap;gap:6px;padding:6px 0 10px}.photobook-sticker-cat-btn{border:1px solid #ddd;border-radius:5px;padding:4px 10px;font-size:11px;background:#fff;color:#555;cursor:pointer}.photobook-sticker-cat-btn.is-active{background:#2f6fed;border-color:#2f6fed;color:#fff}.photobook-layout-cat-filter{position:sticky;top:0;z-index:2;background:#fff;display:flex;flex-wrap:wrap;gap:6px;padding:6px 0 10px}.photobook-layout-cat-btn{border:1px solid #ddd;border-radius:5px;padding:4px 10px;font-size:11px;background:#fff;color:#555;cursor:pointer}.photobook-layout-cat-btn.is-active{background:#2f6fed;border-color:#2f6fed;color:#fff}.photobook-text-layer-list{display:flex;flex-direction:column;gap:4px;margin:10px 0}.photobook-text-layer-item{border:1px solid #ddd;border-radius:4px;padding:6px 8px;font-size:12px;color:#444;background:#fff;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photobook-text-layer-item:hover{border-color:#bbb}.photobook-text-layer-item.is-active{border-color:#2f6fed;color:#2f6fed;box-shadow:0 0 0 1px #2f6fed}.photobook-text-editor textarea{width:100%;min-height:90px;box-sizing:border-box;resize:vertical;font-family:inherit;margin-bottom:10px}.photobook-text-editor-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.photobook-text-editor-row label{font-size:12px;color:#555;display:flex;align-items:center;gap:4px}.photobook-text-editor-row input[type=number]{width:56px}.photobook-font-preview{font-size:20px;line-height:1.3;padding:10px 12px;margin-bottom:10px;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:4px;word-break:break-word}.photobook-align-buttons{display:flex;gap:4px}.photobook-align-btn{width:28px;height:28px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer}.photobook-align-btn.is-active{border-color:#2f6fed;color:#2f6fed}.photobook-slot-remove,.photobook-slot-rotate,.photobook-slot-zoom,.photobook-slot-mirror,.photobook-slot-replace,.photobook-slot-swap{box-sizing:border-box;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;width:34px;height:34px;padding:0;margin:0;line-height:1;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer}.photobook-layout-picker{width:180px;flex-shrink:0;max-height:80vh;display:flex;flex-direction:column;position:sticky;top:16px}.photobook-layout-picker h3{font-size:14px;margin:0 0 12px}.photobook-tabbar{display:flex;gap:6px;margin-bottom:8px;flex-shrink:0}.photobook-tab{flex:1 1 0;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:6px;background:#fff;color:#555;cursor:pointer;padding:0}.photobook-tab svg{width:18px;height:18px}.photobook-tab:hover{border-color:#bbb}.photobook-tab.is-active{border-color:#2f6fed;color:#2f6fed;box-shadow:0 0 0 1px #2f6fed}.photobook-tab-panel{flex:1 1 auto;min-height:0;overflow-y:auto}.photobook-tab-panel[hidden]{display:none}.photobook-layout-option{position:relative;border:1px solid #ddd;border-radius:6px;padding:8px;margin-bottom:10px;cursor:pointer;background:#fff}.photobook-layout-option.is-active{border-color:#2f6fed;box-shadow:0 0 0 1px #2f6fed}.photobook-layout-favorite-btn{position:absolute;top:4px;right:4px;z-index:1;box-sizing:border-box;width:22px;height:22px;padding:0;line-height:20px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#ccc;font-size:13px;cursor:pointer}.photobook-layout-favorite-btn.is-active{color:#fff;background:#dba617;border-color:#dba617}.photobook-layout-preview{position:relative;width:100%;background:#fff;border:1px solid #eee}.photobook-layout-preview-rect{position:absolute;background:#ccc;border:1px solid #bbb;box-sizing:border-box}.photobook-layout-preview-fold{position:absolute;left:50%;top:0;bottom:0;width:0;border-left:1px dashed #999}.photobook-layout-preview-text-hint{position:absolute;background:rgba(47,111,237,.35);border:1px solid rgba(47,111,237,.6);box-sizing:border-box;pointer-events:none}.photobook-layout-preview-sticker-hint{position:absolute;background:rgba(214,54,56,.35);border:1px solid rgba(214,54,56,.6);border-radius:3px;box-sizing:border-box;pointer-events:none}.photobook-editor-footer{position:sticky;bottom:0;background:#fff;padding:16px 0;display:flex;align-items:center;justify-content:center;gap:16px;border-top:1px solid #eee;margin-top:24px}.photobook-pick-bar{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:10000;display:flex;align-items:center;gap:14px;background:#d63638;color:#fff;padding:12px 18px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.photobook-pick-bar[hidden]{display:none}.photobook-pick-bar-label{font-size:14px;font-weight:600}.photobook-pick-bar-cancel{box-sizing:border-box;background:#fff;color:#d63638;border:none;border-radius:4px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer}.photobook-direct-gate{display:flex;flex-direction:column;justify-content:center;min-height:100vh}.photobook-direct-gate-inner{width:100%}.photobook-direct-gate h1{margin-bottom:8px}.photobook-direct-gate-columns{display:flex;gap:32px;flex-wrap:wrap;margin-top:24px}.photobook-direct-gate-col{flex:1 1 320px;min-width:280px;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:6px;padding:24px}.photobook-direct-gate-col h2{margin-top:0}.photobook-social-login{margin-top:24px;max-width:480px}.photobook-social-login-divider{display:flex;align-items:center;text-align:center;color:#646970;font-size:12px;margin:4px 0 16px}.photobook-social-login-divider:before,.photobook-social-login-divider:after{content:"";flex:1;border-bottom:1px solid #dcdcde}.photobook-social-login-divider span{padding:0 10px}.photobook-social-login-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;padding:10px 16px;margin-bottom:10px;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none}.photobook-social-login-btn-google{background:#fff;color:#3c4043;border:1px solid #dcdcde}.photobook-social-login-btn-google:hover{background:#f8f8f8;color:#3c4043}.photobook-social-login-btn-facebook{background:#1877f2;color:#fff;border:1px solid #1877f2}.photobook-social-login-btn-facebook:hover{background:#166fe0;color:#fff}@media (max-width:899px){.photobook-topbar-toggle-btn{display:inline-flex}.photobook-editor-topbar-collapsible{display:none;flex-basis:100%;order:1}.photobook-editor-topbar-collapsible.is-open{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.photobook-editor-topbar-collapsible.is-open .photobook-book-name-input{flex:1 1 140px;max-width:none;padding:4px 8px;text-align:left}.photobook-editor-topbar-actions{flex-wrap:wrap}.photobook-editor-footer{flex-wrap:wrap;justify-content:flex-end;gap:6px}.photobook-editor-footer-actions{order:1;flex:1 1 100%;display:flex;align-items:stretch;gap:8px}.photobook-editor-footer-actions .photobook-btn{flex:1 1 0;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px 6px;font-size:11px;line-height:1.2}.photobook-price{order:-1;flex:0 0 auto;font-size:12px;font-weight:600}}@media (max-width:899px) and (orientation:portrait){.photobook-editor-body{flex-direction:column;gap:12px}.photobook-active-unit{order:1;width:100%;max-height:52vh}.photobook-layout-picker{order:2;width:100%;max-height:40vh;position:static}.photobook-sidebar-col{width:100%;max-height:none;position:static;gap:8px}.photobook-sidebar,#photobook-layout-picker-options,.photobook-sticker-lib-grid,.photobook-text-layer-list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:10px;-webkit-overflow-scrolling:touch}.photobook-sidebar-item,.photobook-layout-option,.photobook-sticker-lib-item,.photobook-text-layer-item{flex:0 0 auto}.photobook-sidebar-thumb,.photobook-sidebar-empty{width:120px;height:120px}.photobook-layout-option{width:140px;margin-bottom:0}.photobook-sticker-lib-item{width:90px}.photobook-text-layer-item{width:200px}}@media (max-width:899px) and (orientation:landscape){.photobook-editor-body{flex-direction:row;align-items:stretch}.photobook-layout-picker{order:1;width:240px;max-height:100vh}.photobook-sidebar-col{width:100%;max-height:none;position:static}.photobook-active-unit{order:2;max-height:100vh}.photobook-editor-topbar{margin-bottom:6px}.photobook-editor-topbar-actions .photobook-btn{padding:4px 8px;font-size:12px}.photobook-filmstrip{padding:4px 4px 6px;margin-bottom:6px}.photobook-filmstrip-thumb .photobook-cover-unit{width:32px}.photobook-filmstrip-thumb .photobook-spread-unit{width:64px}.photobook-filmstrip-label{font-size:9px}.photobook-unit-title{margin-bottom:2px;font-size:13px}.photobook-editor-footer{padding:6px 0;margin-top:4px}}#photobook-tab-panel-image:not([hidden]){display:flex;flex-direction:column}.photobook-mobile-block-message{display:none;max-width:480px;margin:48px auto;padding:32px 24px;text-align:center;background:#f7f7f7;border-radius:10px}.photobook-mobile-block-icon{color:#888;margin-bottom:12px}.photobook-mobile-block-message h2{margin:0 0 12px;font-size:18px}.photobook-mobile-block-message p{margin:0 0 20px;color:#555}@media (max-device-width:767px),(max-device-height:767px){.photobook-mobile-block-message{display:block}.photobook-editor-wrap{display:none}.photobook-new{display:none}.photobook-delete-btn,.photobook-duplicate-btn,.photobook-reopen-btn,.photobook-continue-edit-btn{display:none}}