*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050505;--surface: #0f0f1a;--surface-2: #1a1a2e;--surface-3: #22223a;--border: #2a2a3e;--border-2: #3a3a52;--text: #f0f0f8;--text-2: #a0a0b8;--text-muted: #606078;--green: #00ff88;--green-dim: #00cc6a;--purple: #7c3aed;--purple-dim: #6d28d9;--amber: #f59e0b;--red: #ef4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 22px;--font: "Inter", "Geist", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);--glow-green: 0 0 20px rgba(0, 255, 136, .25);--glow-purple: 0 0 20px rgba(124, 58, 237, .3)}[data-theme=light]{--bg: #f4f4f8;--surface: #ffffff;--surface-2: #f0f0f8;--surface-3: #e8e8f0;--border: #d8d8e8;--border-2: #c8c8d8;--text: #0f0f1a;--text-2: #404058;--text-muted: #808098}html{font-family:var(--font);-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);min-width:320px;line-height:1.6}:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}img{max-width:100%;height:auto}a{color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glow-pulse{0%,to{box-shadow:0 0 8px #00ff884d}50%{box-shadow:0 0 24px #0f89}}@keyframes star-drift{0%{opacity:0;transform:translate(0) scale(.5)}50%{opacity:1;transform:translate(8px) scale(1)}to{opacity:0;transform:translate(16px) scale(.5)}}.fade-in{animation:fadeIn .3s ease}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.card-sm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-md);padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:var(--font)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--green);color:#050505}.btn-primary:hover:not(:disabled){background:var(--green-dim);transform:translateY(-1px);box-shadow:var(--glow-green)}.btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-2)}.btn-purple{background:var(--purple);color:#fff}.btn-purple:hover:not(:disabled){background:var(--purple-dim);transform:translateY(-1px);box-shadow:var(--glow-purple)}.btn-danger{background:var(--red);color:#fff}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:13px 28px;font-size:16px}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge-green{background:#00ff881f;color:var(--green)}.badge-amber{background:#f59e0b1f;color:var(--amber)}.badge-red{background:#ef44441f;color:var(--red)}.input-field{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);padding:9px 12px;font-size:14px;font-family:var(--font);width:100%;transition:border-color .15s}.input-field:focus{outline:none;border-color:var(--green)}.input-field::placeholder{color:var(--text-muted)}.select-field{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);padding:9px 12px;font-size:14px;font-family:var(--font);cursor:pointer;transition:border-color .15s}.select-field:focus{outline:none;border-color:var(--green)}.label{font-size:13px;color:var(--text-2);font-weight:500;margin-bottom:6px;display:block}.section-title{font-size:22px;font-weight:700;color:var(--text);margin-bottom:6px}.section-desc{font-size:14px;color:var(--text-2);margin-bottom:24px}.divider{height:1px;background:var(--border);margin:20px 0}.alert{border-radius:var(--radius-md);padding:12px 16px;font-size:13px;display:flex;align-items:flex-start;gap:10}.alert-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:var(--amber)}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--red)}.alert-info{background:#00ff8814;border:1px solid rgba(0,255,136,.2);color:var(--green)}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-option{display:flex;align-items:center;gap:10;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .15s;background:var(--surface)}.radio-option:hover{border-color:var(--border-2);background:var(--surface-2)}.radio-option.selected{border-color:var(--green);background:#00ff880f}.radio-option input[type=radio]{accent-color:var(--green);width:16px;height:16px}.tab-group{display:flex;gap:4px;background:var(--surface-2);padding:4px;border-radius:var(--radius-md)}.tab-btn{flex:1;padding:7px 14px;border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;background:transparent;color:var(--text-2);font-family:var(--font)}.tab-btn.active{background:var(--surface-3);color:var(--text);box-shadow:var(--shadow-sm)}.tab-btn:hover:not(.active){color:var(--text)}.slider-wrap{display:flex;align-items:center;gap:12}.slider-wrap input[type=range]{flex:1;accent-color:var(--green);height:4px;cursor:pointer}.slider-val{font-size:13px;color:var(--green);font-weight:600;min-width:40px;text-align:right}.page-wrap{min-height:100vh;background:var(--bg)}.page-main{max-width:780px;margin:0 auto;padding:28px 20px 64px}.page-main-wide{max-width:1280px;margin:0 auto;padding:0}.editor-shell{display:flex;height:calc(100vh - 56px);overflow:hidden}.editor-sidebar{width:300px;min-width:260px;max-width:340px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.editor-sidebar-header{padding:16px 20px 12px;border-bottom:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.editor-sidebar-body{padding:16px;display:flex;flex-direction:column;gap:14px;flex:1}.editor-sidebar-footer{padding:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.editor-canvas{flex:1;background:var(--bg);overflow:auto;display:flex;flex-direction:column;align-items:center;padding:24px;gap:16px}.editor-canvas-toolbar{width:100%;max-width:900px;display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap}.editor-page-wrap{position:relative;background:#fff;box-shadow:var(--shadow-lg);border-radius:4px;overflow:visible;cursor:crosshair}.editor-page-wrap img{display:block;max-width:100%}.editor-overlay-item{position:absolute;cursor:move;-webkit-user-select:none;user-select:none;border:2px dashed transparent;transition:border-color .15s}.editor-overlay-item:hover,.editor-overlay-item.selected{border-color:var(--green)}.editor-overlay-item .resize-handle{position:absolute;bottom:-5px;right:-5px;width:10px;height:10px;background:var(--green);border-radius:2px;cursor:se-resize}@media(max-width:768px){.editor-shell{flex-direction:column;height:auto;overflow:visible;min-height:calc(100vh - 56px)}.editor-sidebar{width:100%;min-width:unset;max-width:unset;border-right:none;border-bottom:none;overflow-y:visible;flex-shrink:unset;display:contents}.editor-sidebar-header{order:1;display:flex;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 16px}.editor-sidebar-body{order:2;flex:unset;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.editor-canvas{order:3;overflow:visible;padding:16px 12px;align-items:stretch;background:var(--bg)}.editor-sidebar-pages{order:4;padding:12px 16px;background:var(--surface);border-top:1px solid var(--border)}.editor-sidebar-footer{order:5;background:var(--surface);border-top:1px solid var(--border)}.editor-shell{display:flex!important;flex-direction:column!important}.editor-canvas-toolbar{max-width:100%}.editor-page-wrap{width:100%}.editor-page-wrap img{width:100%;height:auto}}.tool-header{margin-bottom:28px}.tool-header h1{font-size:26px;font-weight:800;color:var(--text);margin-bottom:4px}.tool-header p{font-size:14px;color:var(--text-2)}.file-info-strip{display:flex;align-items:center;gap:12;padding:12px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:20px}.file-info-strip .file-icon{font-size:24px}.file-info-strip .file-name{font-size:14px;font-weight:600;color:var(--text)}.file-info-strip .file-size{font-size:12px;color:var(--text-muted)}.stats-card{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-bottom:20px}.stat-item{text-align:center}.stat-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.stat-value{font-size:20px;font-weight:700;color:var(--text)}.stat-value.green{color:var(--green)}.preview-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.preview-panel-header{padding:12px 16px;border-bottom:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:8}.preview-panel-body{padding:16px}.thumb-grid{display:flex;flex-wrap:wrap;gap:10}.thumb-item{position:relative;border:2px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;cursor:grab;transition:border-color .15s;background:var(--surface-2)}.thumb-item:hover{border-color:var(--border-2)}.thumb-item.drag-over{border-color:var(--green);box-shadow:var(--glow-green)}.thumb-item img{display:block;width:90px;height:120px;object-fit:contain}.thumb-num{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:10px;color:var(--text-2);background:#00000080;padding:2px 0}.thumb-del{position:absolute;top:3px;right:3px;background:var(--red);border:none;border-radius:4px;color:#fff;font-size:10px;padding:2px 5px;cursor:pointer;opacity:0;transition:opacity .15s}.thumb-item:hover .thumb-del{opacity:1}.sig-canvas{background:#fff;border-radius:var(--radius-md);cursor:crosshair;display:block;touch-action:none}@media(max-width:600px){.page-main{padding:16px 12px 48px}.stats-card{grid-template-columns:1fr}.tab-group{flex-wrap:wrap}}.nav-drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,100vw);background:var(--surface);border-left:1px solid var(--border);z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 32px #0006}.nav-drawer.open{transform:translate(0)}.nav-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease}.nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.nav-drawer-links{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:2px}.nav-drawer-link{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:var(--radius-md);text-decoration:none;font-size:14px;font-weight:500;color:var(--text-2);transition:all .15s}.nav-drawer-link:hover,.nav-drawer-link.active{background:#00ff8814;color:var(--green)}.nav-drawer-footer{padding:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.hamburger-btn{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;cursor:pointer;color:var(--text);font-size:18px;line-height:1;display:none}@media(max-width:768px){.hamburger-btn{display:flex;align-items:center;justify-content:center}.desktop-nav,.nav-right-desktop{display:none!important}}@media(min-width:769px){.nav-drawer,.nav-drawer-backdrop{display:none!important}}.desktop-nav::-webkit-scrollbar{display:none}@media(max-width:768px){footer>div:first-child{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){footer>div:first-child{grid-template-columns:1fr!important}}
