.gdps-wrap{--bg:#0d1624;--panel:#152238;--panel2:#1d2d47;--border:#344a68;--text:#f6f9fd;--muted:#aebdd0;--accent:#4d78ff;--danger:#e65361;margin:18px 20px 0 0;color:var(--text)}
        .gdps-wrap *{box-sizing:border-box}.gdps-header{display:flex;justify-content:flex-start;align-items:center;gap:15px;background:var(--bg);border:1px solid #1f314a;border-radius:12px;padding:20px 22px;margin-bottom:12px}.gdps-header h1{color:#fff;margin:0 0 5px;font-size:26px}.gdps-header h1 span{font-size:12px;background:#50a6ff;color:#07111f;padding:4px 8px;border-radius:5px;vertical-align:middle}.gdps-header p{margin:0;color:var(--muted)}.gdps-size{border:1px solid var(--border);background:var(--panel);padding:9px 13px;border-radius:8px;color:#dce8f7;font-weight:700}
        .gdps-tabs{display:flex;gap:8px;background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:7px;margin-bottom:12px}.gdps-tab{border:0;background:transparent;color:var(--muted);font-weight:800;padding:10px 16px;border-radius:7px;cursor:pointer}.gdps-tab.active{background:var(--accent);color:#fff}.gdps-tab-panel{display:none}.gdps-tab-panel.active{display:block}
        .gdps-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px;align-items:start}.gdps-sidebar{display:flex;flex-direction:column;gap:12px}.gdps-card,.gdps-preview-card,.gdps-editor,.gdps-welcome{background:var(--panel);border:1px solid var(--border);border-radius:11px}.gdps-card{padding:15px}.gdps-card h2,.gdps-card-head h2{color:#fff;margin:0 0 12px;font-size:16px}.gdps-drop{min-height:130px;border:2px dashed #526b8d;border-radius:9px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:#101b2c;cursor:pointer}.gdps-drop.drag{border-color:#5ba8ff;background:#13263f}.gdps-drop .dashicons{width:34px;height:34px;font-size:34px;color:#62adff}.gdps-drop small,.gdps-help{color:var(--muted)}.gdps-status{font-size:12px;margin-top:10px;color:#76d8a2;font-weight:700}
        .gdps-assets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:340px;overflow:auto;margin-top:10px}.gdps-asset{position:relative;background:#101b2c;border:1px solid var(--border);border-radius:7px;padding:6px;cursor:pointer}.gdps-asset.active{border-color:#5ba8ff;box-shadow:0 0 0 2px rgba(91,168,255,.2)}.gdps-asset img{width:100%;height:80px;object-fit:contain;background:repeating-conic-gradient(#d9dde3 0 25%,#fff 0 50%) 50%/12px 12px}.gdps-asset b,.gdps-asset small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gdps-asset b{font-size:11px;color:#fff;margin-top:4px}.gdps-asset small{font-size:9px;color:var(--muted)}.gdps-asset button{position:absolute;right:4px;top:4px;width:22px;height:22px;border:0;border-radius:50%;background:var(--danger);color:#fff;cursor:pointer}
        .gdps-field{display:flex;flex-direction:column;gap:6px;margin-bottom:11px;color:#edf4fc;font-weight:650;font-size:12px}.gdps-field span{display:flex;align-items:center;gap:7px}.gdps-field input,.gdps-field select,.gdps-card input[type=number],.gdps-card select,.gdps-inspector input{width:100%;max-width:none;min-height:39px;background:var(--panel2)!important;color:#fff!important;border:1px solid var(--border)!important;border-radius:7px!important;padding:8px 10px!important}.gdps-check{display:flex;align-items:center;gap:8px;color:#e9f1fa;margin:10px 0;font-weight:600}.gdps-check input{width:17px;height:17px}.gdps-size-result{margin:-2px 0 11px;padding:10px 12px;border:1px solid #48617f;border-radius:8px;background:#101b2c;color:#80d6aa;font-size:13px;font-weight:800;text-align:center}.gdps-field input[readonly],.gdps-inspector input[readonly]{background:#101b2c!important;color:#80d6aa!important;font-weight:800;cursor:default}.gdps-full{width:100%;margin-top:8px;text-align:center}
        .gdps-workspace{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.gdps-preview-card{padding:12px}.gdps-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.gdps-card-actions{display:flex;gap:7px;flex-wrap:wrap}.gdps-preview{min-height:520px;background:#0b1320;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:auto;position:relative}.gdps-preview.checker{background:repeating-conic-gradient(#d9dde3 0 25%,#fff 0 50%) 50%/18px 18px}.gdps-silhouette-preview{background:#fff}.gdps-silhouette-preview .gdps-empty{color:#5f6b7a}.gdps-preview canvas{display:none;max-width:100%;max-height:700px;width:auto;height:auto}.gdps-empty{color:var(--muted);text-align:center;padding:20px}
        .gdps-editor{padding:12px}.gdps-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;background:#101b2c;border:1px solid var(--border);border-radius:9px;padding:9px;margin-bottom:12px}.gdps-view-switch{display:flex;border:1px solid var(--border);border-radius:7px;padding:3px}.gdps-view{border:0;background:transparent;color:var(--muted);padding:7px 13px;border-radius:5px;font-size:11px;font-weight:800;cursor:pointer}.gdps-view.active{background:var(--accent);color:#fff}.gdps-page-nav,.gdps-tools{display:flex;align-items:center;gap:6px}.gdps-page-nav strong{min-width:100px;text-align:center}.gdps-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:12px}.gdps-canvas-box{background:#0b1320;border:1px solid var(--border);border-radius:9px;padding:14px;overflow:auto;text-align:center;min-height:620px}.gdps-canvas-box canvas{display:block;max-width:100%;height:auto;margin:auto;background:repeating-conic-gradient(#e7e9ed 0 25%,#fff 0 50%) 50%/18px 18px;box-shadow:0 8px 25px rgba(0,0,0,.45)}.gdps-hint{color:var(--muted);font-size:11px;margin-top:10px}.gdps-inspector{background:#101b2c;border:1px solid var(--border);border-radius:9px;padding:14px}.gdps-inspector h3{margin:0 0 13px}.gdps-inspector label{display:flex;flex-direction:column;gap:5px;margin-bottom:9px}.gdps-inspector button{width:100%;margin-top:7px}.gdps-auto-note{margin:4px 0 8px;color:var(--muted);font-size:11px}.gdps-downloads{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:9px;margin-top:12px}.gdps-download{background:#101b2c;border:1px solid var(--border);border-radius:8px;padding:11px}.gdps-download p{color:var(--muted);margin:4px 0}.gdps-download button{width:100%;margin-top:6px}.gdps-welcome{min-height:650px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.gdps-welcome .dashicons{width:52px;height:52px;font-size:52px;color:#52759f}.gdps-welcome p{color:var(--muted)}.gdps-footer{color:#6f8198;text-align:right;font-size:11px;margin:12px 2px}
        @media(max-width:1200px){.gdps-workspace{grid-template-columns:1fr}.gdps-preview{min-height:320px}.gdps-grid{grid-template-columns:1fr}.gdps-sidebar{display:grid;grid-template-columns:1fr 1fr}.gdps-edit-grid{grid-template-columns:1fr}}@media(max-width:760px){.gdps-sidebar{grid-template-columns:1fr}.gdps-header,.gdps-toolbar{align-items:flex-start;flex-direction:column}}

/* Laser Tools Hub standalone integration */
.tool-photo-production-studio > .container.gdps-page-container{
    width:calc(100% - 32px);
    max-width:1760px;
}
.tool-photo-production-studio .gdps-wrap{margin:0;color:var(--text)}
.tool-photo-production-studio .gdps-wrap .button{min-height:40px;padding:8px 14px}
.tool-photo-production-studio .gdps-upload-icon,
.tool-photo-production-studio .gdps-layout-icon{font-size:34px;line-height:1;color:#62adff}
.tool-photo-production-studio .gdps-output-lock{margin:14px 0;padding:14px 16px;border:1px solid #f3c7cd;border-radius:10px;background:#fff5f6;color:#8f1d2c;font-weight:700}
@media(max-width:700px){.tool-photo-production-studio > .container.gdps-page-container{width:calc(100% - 20px)}}

/* Laser Tools Hub light visual system */
.tool-photo-production-studio .gdps-wrap{
    --bg:#ffffff;
    --panel:#ffffff;
    --panel2:#ffffff;
    --border:#dce4ef;
    --text:#14213a;
    --muted:#65748b;
    --accent:#5b7cff;
    --danger:#d94b5b;
    color:var(--text);
}
.tool-photo-production-studio .gdps-header,
.tool-photo-production-studio .gdps-tabs,
.tool-photo-production-studio .gdps-card,
.tool-photo-production-studio .gdps-preview-card,
.tool-photo-production-studio .gdps-editor,
.tool-photo-production-studio .gdps-welcome{
    border-color:#dce4ef;
    background:#ffffff;
    box-shadow:0 10px 30px rgba(9,28,56,.05);
}
.tool-photo-production-studio .gdps-header h1,
.tool-photo-production-studio .gdps-card h2,
.tool-photo-production-studio .gdps-card-head h2,
.tool-photo-production-studio .gdps-inspector h3,
.tool-photo-production-studio .gdps-asset b{color:#14213a}
.tool-photo-production-studio .gdps-header p,
.tool-photo-production-studio .gdps-help,
.tool-photo-production-studio .gdps-empty,
.tool-photo-production-studio .gdps-hint,
.tool-photo-production-studio .gdps-auto-note,
.tool-photo-production-studio .gdps-download p{color:#65748b}
.tool-photo-production-studio .gdps-tabs{padding:8px}
.tool-photo-production-studio .gdps-tab{color:#65748b}
.tool-photo-production-studio .gdps-tab.active{background:#5b7cff;color:#fff}
.tool-photo-production-studio .gdps-drop,
.tool-photo-production-studio .gdps-toolbar,
.tool-photo-production-studio .gdps-inspector,
.tool-photo-production-studio .gdps-download,
.tool-photo-production-studio .gdps-size-result,
.tool-photo-production-studio .gdps-asset{
    border-color:#dce4ef;
    background:#f8fafc;
    color:#14213a;
}
.tool-photo-production-studio .gdps-drop{border-color:#b7c6d9}
.tool-photo-production-studio .gdps-drop.drag{border-color:#5b7cff;background:#edf1ff}
.tool-photo-production-studio .gdps-field,
.tool-photo-production-studio .gdps-check,
.tool-photo-production-studio .gdps-inspector label{color:#26364f}
.tool-photo-production-studio .gdps-field input,
.tool-photo-production-studio .gdps-field select,
.tool-photo-production-studio .gdps-card input[type=number],
.tool-photo-production-studio .gdps-card select,
.tool-photo-production-studio .gdps-inspector input{
    border-color:#ccd6e4!important;
    background:#fff!important;
    color:#14213a!important;
}
.tool-photo-production-studio .gdps-field input[readonly],
.tool-photo-production-studio .gdps-inspector input[readonly]{background:#f3f6fb!important;color:#4361d8!important}
.tool-photo-production-studio .gdps-preview,
.tool-photo-production-studio .gdps-canvas-box{border-color:#dce4ef;background:#f1f5f9}
.tool-photo-production-studio .gdps-view{color:#65748b}
.tool-photo-production-studio .gdps-view.active{background:#5b7cff;color:#fff}
.tool-photo-production-studio .gdps-status,
.tool-photo-production-studio .gdps-size-result{color:#177752}
.tool-photo-production-studio .gdps-footer{color:#7a8799}
