:root{--bg:#0f1419;--surface:#1a2332;--border:#2d3a4f;--text:#e8edf4;--muted:#8b9cb3;--accent:#3b82f6;--accent-hover:#2563eb;--danger:#ef4444;--warning:#f59e0b;--success:#22c55e;--brand-accent:#e85d04}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;background:var(--accent);color:white}.btn:hover:not(:disabled){background:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-danger{background:var(--danger)}.form-group{margin-bottom:1rem}.form-group>label:not(.checkbox-option){display:block;margin-bottom:.35rem;font-size:.875rem;color:var(--muted)}.form-group input:not([type=checkbox]),.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text)}.banner{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;background:rgba(245,158,11,.15);border:1px solid var(--warning);color:#fcd34d}.banner-error{background:rgba(239,68,68,.15);border-color:var(--danger);color:#fca5a5}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface)}.header h1{margin:0;font-size:1.25rem}.app-brand-accent,.header h1 span{color:var(--brand-accent)}.badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;background:var(--border)}.badge-warning{background:rgba(245,158,11,.25);color:#fcd34d}.badge-stub{background:rgba(239,68,68,.25);color:#fca5a5}.badge-print{background:rgba(34,197,94,.15);color:var(--success)}.badge-pro{background:rgba(232,93,4,.2);color:var(--brand-accent)}.field-hint{margin:.35rem 0 0;font-size:.8125rem;color:var(--muted);line-height:1.45}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.gallery-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--bg)}.gallery-card-body{padding:.75rem;font-size:.875rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.chip{padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;font-size:.8rem}.chip.active{border-color:var(--accent);background:rgba(59,130,246,.2)}.form-group .checkbox-option{display:flex;align-items:flex-start;gap:.65rem;width:100%;margin-bottom:0;padding:.75rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);cursor:pointer;text-align:left;font-size:inherit;color:inherit}.checkbox-option input[type=checkbox]{width:1rem;height:1rem;margin-top:.15rem;flex-shrink:0;cursor:pointer}.checkbox-option-content{flex:1 1;min-width:0}.checkbox-option-title{font-weight:500;line-height:1.4}.checkbox-option-desc{margin:.25rem 0 0;font-size:.875rem;color:var(--muted);line-height:1.45}.suggested-label-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.35rem;font-size:.875rem;color:var(--muted)}.color-pair-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:768px){.color-pair-row{grid-template-columns:1fr}}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.tab{padding:.5rem 1rem;background:none;color:var(--muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:var(--surface);border:1px solid var(--border);border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem}.dropzone{border:2px dashed var(--border);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;color:var(--muted)}.dropzone:hover{border-color:var(--accent)}.preview-img{max-width:100%;max-height:300px;object-fit:contain;border-radius:4px;background:var(--bg)}.error-text{color:#fca5a5;font-size:.875rem;margin-top:.5rem}.tutorial-modal{max-width:560px}.tutorial-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.tutorial-eyebrow{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.tutorial-close{padding:.35rem .6rem;min-width:2rem}.tutorial-dots{display:flex;gap:.4rem;margin-bottom:1.25rem;flex-wrap:wrap}.tutorial-dot{width:.55rem;height:.55rem;border-radius:999px;border:none;padding:0;cursor:pointer;background:var(--border)}.tutorial-dot.active{background:var(--accent);width:1.25rem}.tutorial-body{color:var(--text);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.tutorial-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.btn-help{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;font-weight:600;font-size:.875rem}.btn-help:hover{color:var(--text);border-color:var(--accent)}.tour-root{inset:0;z-index:200}.tour-highlight,.tour-root{position:fixed;pointer-events:none}.tour-highlight{border-radius:8px;box-shadow:0 0 0 9999px rgba(0,0,0,.72);border:2px solid var(--accent);z-index:201}.tour-tooltip{position:fixed;z-index:202;pointer-events:auto;box-shadow:0 12px 40px rgba(0,0,0,.45);width:min(420px,calc(100vw - 2rem));max-height:min(70vh,calc(100vh - 2rem));overflow-y:auto;overscroll-behavior:contain}.tour-tooltip--docked{box-shadow:0 -8px 32px rgba(0,0,0,.5)}.tour-section{margin-bottom:.75rem}.tour-section strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.25rem}.tour-section p{margin:0;font-size:.9rem;line-height:1.55}.success-text{color:#86efac;font-size:.875rem}