html,body{width:100%;max-width:100%;overflow-x:hidden!important}.awp-page{box-sizing:border-box;max-width:1000px;color:var(--text);width:100%;margin:40px auto;padding:20px;font-family:Inter,system-ui,sans-serif;animation:.25s ease-out fadeIn;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.awp-title{text-align:center;margin-bottom:6px;font-size:32px;font-weight:800}.awp-desc{max-width:650px;color:var(--muted);text-align:center;margin:0 auto 36px;font-size:16px;line-height:1.6}.awp-upload-wrap{justify-content:center;width:100%;margin-top:20px;display:flex}.awp-upload{border:2px dashed var(--border);text-align:center;background:var(--surface);cursor:pointer;box-sizing:border-box;border-radius:18px;width:100%;max-width:460px;padding:34px;transition:all .25s}.awp-upload:hover{background:var(--surface-2);border-color:var(--accent);transform:translateY(-2px)}.awp-upload input{display:none}.awp-upload span{font-size:16px;font-weight:700}.awp-layout{box-sizing:border-box;grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:flex-start;gap:32px;width:100%;display:grid}.awp-controls{background:var(--card);width:100%;max-width:420px;box-shadow:var(--shadow-md);box-sizing:border-box;border-radius:18px;flex-direction:column;gap:22px;padding:22px;display:flex}.awp-section{border:1px solid var(--border);box-sizing:border-box;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.awp-section>label{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.awp-section input,.awp-section select{background:var(--surface);width:100%;min-width:0;max-width:100%;color:var(--text);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;padding:10px 14px;font-size:15px}.awp-section input[type=range]{appearance:none;background:var(--surface-2);border-radius:6px;height:6px}.awp-section input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--surface);border:2px solid var(--accent);cursor:pointer;border-radius:50%;width:18px;height:18px}.awp-section input[type=range]{background:linear-gradient(to right, var(--accent) 0%, var(--accent) var(--range-progress,50%), var(--surface-2) var(--range-progress,50%))}html[data-theme=dark] .awp-section input[type=range]::-webkit-slider-thumb{background:var(--card)}.awp-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.awp-grid button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;height:34px}.awp-grid button.active{background:var(--accent);border-color:#0000}.awp-pages{align-items:center;gap:10px;display:flex}.awp-page-mode{gap:14px;font-size:14px;font-weight:600;display:flex}.awp-actions{gap:14px;display:flex}.awp-actions button{cursor:pointer;border-radius:14px;flex:1;padding:14px 16px;font-weight:700}.awp-actions button:disabled{opacity:.6;cursor:not-allowed}.awp-actions button:first-child{background:linear-gradient(90deg, var(--accent), var(--accent-2,#6366f1));color:#fff;border:none}.awp-actions .ghost{background:var(--surface);border:1px solid var(--border);font-weight:600}.awp-preview{background:var(--card);width:100%;min-width:0;box-shadow:var(--shadow-md);box-sizing:border-box;border-radius:18px;padding:24px;overflow:hidden}.awp-preview .spp-canvas-container{border-radius:12px;max-height:420px;padding-right:6px;overflow:hidden auto}.awp-preview canvas{max-width:100%;height:auto;margin:0 auto 18px;display:block}@media (min-width:1200px){.awp-layout{grid-template-columns:420px minmax(0,1fr)}.awp-preview .spp-canvas-container{max-height:520px}}@media (max-width:1024px){.awp-page{padding:16px}.awp-layout{grid-template-columns:380px minmax(0,1fr);gap:24px}.awp-controls{max-width:380px}.awp-preview{padding:20px}}@media (max-width:820px){.awp-layout{grid-template-columns:1fr}.awp-controls,.awp-preview{max-width:100%}.awp-preview .spp-canvas-container{max-height:360px}.awp-actions{flex-direction:column}}@media (max-width:480px){.awp-title{font-size:26px}.awp-desc{margin-bottom:28px;font-size:14px}.awp-upload{padding:24px}.awp-section{padding:12px}.awp-add-btn{width:100%}.awp-grid button{height:32px}.awp-preview{padding:16px}}.awp-add-btn{background:linear-gradient(90deg, var(--accent), var(--accent-2,#6366f1));color:#fff;cursor:pointer;border:none;border-radius:12px;width:-moz-fit-content;width:fit-content;margin-top:6px;padding:10px 16px;font-weight:700}.awp-add-btn:disabled{opacity:.5;cursor:not-allowed}*,:before,:after{box-sizing:border-box}button,input,select{touch-action:manipulation}@media (max-width:1024px){.awp-layout{grid-template-columns:minmax(320px,360px) 1fr}.awp-controls{gap:18px;padding:18px}.awp-section>label{font-size:13px}}@media (max-width:900px){.awp-layout{grid-template-columns:1fr}.awp-preview{order:-1}.awp-preview .spp-canvas-container{max-height:320px}}@media (max-width:600px){.awp-page{margin:24px auto;padding:14px}.awp-title{font-size:24px}.awp-desc{font-size:14px}.awp-controls{border-radius:16px;padding:16px}.awp-section{gap:10px;padding:12px}.awp-section>label{gap:10px;line-height:1.4}.awp-section input[type=checkbox],.awp-section input[type=radio]{transform:scale(1.15)}.awp-grid{gap:8px}.awp-grid button{height:38px}.awp-section input[type=range]{height:8px}.awp-section input[type=range]::-webkit-slider-thumb{width:20px;height:20px}.awp-pages{flex-wrap:wrap}.awp-pages input{width:100%}.awp-actions{flex-direction:column;gap:10px}.awp-actions button{width:100%}}@media (max-width:380px){.awp-title{font-size:22px}.awp-upload{padding:20px}.awp-preview{padding:14px}.awp-preview .spp-canvas-container{max-height:260px}}.awp-section>label{align-items:flex-start;gap:10px;line-height:1.4;display:flex}.awp-section>label input[type=checkbox],.awp-section>label input[type=radio]{flex-shrink:0;width:16px;height:16px;margin-top:2px}.awp-section>label span,.awp-section>label{word-break:break-word}@media (max-width:600px){.awp-section>label{font-size:13px}.awp-section>label input[type=checkbox],.awp-section>label input[type=radio]{width:18px;height:18px;margin-top:3px}}
