.dtf-prep-studio{--bg: #ffffff;--sidebar: #f7f8f9;--panel: #ffffff;--panel-2: #f4f6f7;--ink: #111111;--muted: #6b7280;--line: #e6e8eb;--accent: #00a19a;--accent-2: #33ebc0;--accent-ink: #ffffff;--danger: #d6453d;--shadow: rgba(17, 17, 17, .1);--radius: 14px;color-scheme:light;display:block;width:100%;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.dtf-prep-studio,.dtf-prep-studio *{box-sizing:border-box}.dtf-prep-studio [hidden]{display:none!important}.dtf-prep-studio button,.dtf-prep-studio input,.dtf-prep-studio select{font:inherit}.dtf-prep-studio h1,.dtf-prep-studio h2,.dtf-prep-studio p{margin:0}.dtf-prep-studio .app-shell{display:grid;grid-template-columns:312px minmax(0,1fr);height:min(86vh,840px);min-height:600px;max-width:100%}.dtf-prep-studio .sidebar{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--sidebar);border-right:1px solid var(--line);min-height:0;overflow-y:auto}.dtf-prep-studio .brand{display:flex;align-items:center;gap:10px;min-height:50px}.dtf-prep-studio .brand-logo{width:44px;height:44px;object-fit:contain;flex:none}.dtf-prep-studio h1{font-size:19px;line-height:1.12;font-weight:800;letter-spacing:-.01em}.dtf-prep-studio .brand p{margin-top:3px;color:var(--muted);font-size:12px}.dtf-prep-studio .drop-zone{position:relative;display:grid;place-items:center;gap:6px;min-height:92px;padding:12px;border:1.5px dashed #c7ccd2;border-radius:12px;background:var(--panel-2);cursor:pointer;text-align:center;transition:border-color .14s ease,background .14s ease}.dtf-prep-studio .drop-zone:hover,.dtf-prep-studio .drop-zone.dragover{border-color:var(--accent);background:#eefaf8}.dtf-prep-studio .drop-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dtf-prep-studio .drop-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e6f5f1;color:var(--accent);font-size:22px;line-height:1}.dtf-prep-studio .drop-zone strong{color:var(--ink);font-size:14px}.dtf-prep-studio .drop-zone small{color:var(--muted);font-size:11.5px}.dtf-prep-studio .panel{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:0 6px 18px var(--shadow)}.dtf-prep-studio .panel-head,.dtf-prep-studio .switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.dtf-prep-studio .panel-head{flex-wrap:wrap}.dtf-prep-studio h2,.dtf-prep-studio .switch-row span{font-size:14px;font-weight:750;color:var(--ink)}.dtf-prep-studio .panel-note{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}.dtf-prep-studio select,.dtf-prep-studio input[type=number],.dtf-prep-studio input[type=color]{min-height:36px;width:100%;min-width:0;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--ink)}.dtf-prep-studio select:focus,.dtf-prep-studio input:focus{outline:2px solid rgba(0,161,154,.35);outline-offset:0;border-color:var(--accent)}.dtf-prep-studio input[type=color]{padding:3px;cursor:pointer;height:36px}.dtf-prep-studio .panel-head select{width:auto;min-width:150px;flex:1 1 150px}.dtf-prep-studio .metric-grid{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:10px}.dtf-prep-studio .metric-grid label,.dtf-prep-studio .swatch-row label,.dtf-prep-studio .single-field label{display:grid;gap:6px;color:var(--muted);font-size:12px}.dtf-prep-studio .swatch-row{display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:10px}.dtf-prep-studio .single-field{display:grid;gap:6px}.dtf-prep-studio .panel output{color:var(--accent);font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.dtf-prep-studio output{display:inline-block}.dtf-prep-studio .switch{position:relative;display:inline-flex;width:42px;height:24px;flex:none}.dtf-prep-studio .switch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;margin:0;cursor:pointer}.dtf-prep-studio .switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#dfe3e7;border:1px solid var(--line);transition:.16s ease;pointer-events:none}.dtf-prep-studio .switch span:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:.16s ease}.dtf-prep-studio .switch input:checked+span{background:var(--accent);border-color:var(--accent)}.dtf-prep-studio .switch input:checked+span:after{transform:translate(18px)}.dtf-prep-studio .slider-row{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:6px;color:var(--muted);font-size:12px;font-weight:600}.dtf-prep-studio .slider-row output{margin-left:auto}.dtf-prep-studio .slider-row input[type=range]{order:3;flex:1 1 100%;width:100%}.dtf-prep-studio input[type=range]{-webkit-appearance:none;appearance:none;height:6px;border-radius:999px;background:#e3e6e9;accent-color:var(--accent)}.dtf-prep-studio input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent);border:2px solid #ffffff;box-shadow:0 1px 3px #0000004d;cursor:pointer}.dtf-prep-studio input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);border:2px solid #ffffff;cursor:pointer}.dtf-prep-studio .check-row{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:600}.dtf-prep-studio .check-row input{width:16px;height:16px;accent-color:var(--accent);flex:none}.dtf-prep-studio .mini-segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--panel-2)}.dtf-prep-studio .mini-segmented button{min-height:30px}.dtf-prep-studio button{min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--ink);cursor:pointer;white-space:nowrap;font-weight:600;transition:border-color .12s ease,background .12s ease}.dtf-prep-studio button:hover{border-color:#c2c8cf}.dtf-prep-studio .wide-button{width:100%;white-space:normal}.dtf-prep-studio button.active,.dtf-prep-studio button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:750}.dtf-prep-studio button.active:hover,.dtf-prep-studio button.primary:hover{border-color:var(--accent);background:#00908a}.dtf-prep-studio .workspace{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto 38px;min-width:0;min-height:0;background:var(--panel-2)}.dtf-prep-studio .order-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 16px;border-top:1px solid var(--line);background:var(--panel)}.dtf-prep-studio .order-approve{display:flex;align-items:flex-start;gap:9px;padding:13px 14px;border:2px solid #f0c75e;border-radius:12px;background:#fff7d8;font-size:13px;line-height:1.4;color:var(--ink);font-weight:600;max-width:470px;cursor:pointer}.dtf-prep-studio .order-approve input{margin-top:1px;min-height:0;width:16px;height:16px;flex:0 0 auto;accent-color:#d6336c;cursor:pointer}.dtf-prep-studio .order-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dtf-prep-studio .order-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.12;white-space:nowrap}.dtf-prep-studio .order-price strong{font-weight:850;font-size:22px;color:var(--ink);letter-spacing:-.01em;display:inline-block}.dtf-prep-studio .order-price small{font-size:11.5px;font-weight:650;color:var(--muted)}.dtf-prep-studio .order-price .up-add{color:var(--accent)}.dtf-prep-studio .order-price.bumped strong{animation:dtfPriceBump .52s ease}@keyframes dtfPriceBump{0%{transform:scale(1);color:var(--ink)}30%{transform:scale(1.2);color:var(--accent)}to{transform:scale(1)}}.dtf-prep-studio .upscale-progress{position:relative;height:8px;border-radius:999px;background:var(--line);overflow:hidden;margin-top:8px}.dtf-prep-studio .upscale-progress[hidden]{display:none}.dtf-prep-studio .upscale-progress-fill{height:100%;width:0%;border-radius:999px;background-color:var(--accent);background-image:linear-gradient(45deg,rgba(255,255,255,.28) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.28) 75%,transparent 75%,transparent);background-size:16px 16px;transition:width .18s ease;animation:dtfBarStripes .6s linear infinite}@keyframes dtfBarStripes{0%{background-position:0 0}to{background-position:16px 0}}.dtf-prep-studio .upscale-progress.indeterminate .upscale-progress-fill{width:35%;position:absolute;left:0;transition:none;animation:dtfBarStripes .6s linear infinite,dtfBarSweep 1.2s ease-in-out infinite}@keyframes dtfBarSweep{0%{left:-35%}to{left:100%}}.dtf-prep-studio button.ghost{background:transparent;border-color:var(--line);color:var(--muted);font-weight:650}.dtf-prep-studio button.ghost:hover{border-color:#c2c8cf;color:var(--ink)}.dtf-prep-studio button.primary[disabled]{opacity:.5;cursor:not-allowed;background:var(--accent);border-color:var(--accent)}.dtf-prep-studio .toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--panel);min-width:0}.dtf-prep-studio .segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--panel-2);min-width:0;flex:1 1 280px;max-width:440px}.dtf-prep-studio .segmented button{min-height:30px;padding:0 6px;font-size:13px;border:0;background:transparent;color:var(--muted)}.dtf-prep-studio .segmented button.active{background:var(--accent);color:var(--accent-ink)}.dtf-prep-studio .toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:0}.dtf-prep-studio .icon-button{min-width:38px;padding:0 10px}.dtf-prep-studio .export-control{display:flex;align-items:center;gap:6px;min-width:0}.dtf-prep-studio .export-control label{color:var(--muted);font-size:12px;font-weight:700}.dtf-prep-studio .export-control select{min-height:36px;width:auto;min-width:140px}.dtf-prep-studio #exportPngBtn{min-width:92px}.dtf-prep-studio .preview-bg-control{display:flex;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid var(--line);background:var(--panel);color:var(--muted);font-size:12px;font-weight:600;flex-wrap:wrap}.dtf-prep-studio .preview-bg-control .switch{width:38px;height:22px}.dtf-prep-studio .preview-bg-control .switch span:after{width:16px;height:16px}.dtf-prep-studio .preview-bg-control input[type=color]{width:46px;height:30px;min-height:30px;padding:2px}.dtf-prep-studio .preview-bg-control input[type=color]:disabled{opacity:.4;cursor:not-allowed}.dtf-prep-studio .preview-bg-spacer{flex:1 1 auto}.dtf-prep-studio .stage-wrap{position:relative;display:grid;place-items:center;margin:14px;min-height:0;overflow:auto;border:1px solid var(--line);border-radius:10px;background-color:#fff;background-image:linear-gradient(45deg,#eceff1 25%,transparent 25%),linear-gradient(-45deg,#eceff1 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eceff1 75%),linear-gradient(-45deg,transparent 75%,#eceff1 75%);background-position:0 0,0 11px,11px -11px,-11px 0;background-size:22px 22px}.dtf-prep-studio .stage-wrap.has-preview-bg{background-image:none;background-color:var(--preview-bg, #ffffff)}.dtf-prep-studio canvas{display:block;width:auto;height:auto;border:1px solid rgba(17,17,17,.12);box-shadow:0 16px 40px #1111112e;image-rendering:auto;box-sizing:content-box}.dtf-prep-studio canvas.fit-preview{max-width:calc(100% - 32px);max-height:calc(100% - 32px)}.dtf-prep-studio .empty-state{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:8px;pointer-events:none;color:var(--muted);text-align:center;padding:20px}.dtf-prep-studio .empty-state strong{color:var(--ink);font-size:20px}.dtf-prep-studio .statusbar{display:flex;align-items:center;gap:16px;padding:0 16px;border-top:1px solid var(--line);background:var(--panel);color:var(--muted);font-size:12px;justify-content:flex-start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dtf-prep-studio #plateStats{display:none}@media(max-width:980px){.dtf-prep-studio{overflow:visible}.dtf-prep-studio .app-shell{grid-template-columns:1fr;height:auto;min-height:0}.dtf-prep-studio .sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start;border-right:0;border-bottom:1px solid var(--line);overflow:visible}.dtf-prep-studio .brand,.dtf-prep-studio .drop-zone,.dtf-prep-studio .wide-button{grid-column:1 / -1}.dtf-prep-studio .workspace{grid-template-rows:auto auto minmax(340px,56vh) auto 38px;min-height:480px}.dtf-prep-studio .toolbar{justify-content:stretch}.dtf-prep-studio .segmented{max-width:none;flex-basis:100%}.dtf-prep-studio .toolbar-actions{justify-content:flex-start}}@media(max-width:560px){.dtf-prep-studio .sidebar{grid-template-columns:1fr}.dtf-prep-studio .toolbar-actions{width:100%}.dtf-prep-studio .export-control{flex:1 1 100%}.dtf-prep-studio .export-control select{flex:1 1 auto}.dtf-prep-studio .order-bar{flex-direction:column;align-items:stretch;gap:12px}.dtf-prep-studio .order-approve{max-width:none}.dtf-prep-studio .order-actions{width:100%;justify-content:space-between;gap:10px}.dtf-prep-studio .order-price{align-items:flex-start}.dtf-prep-studio .order-actions .ghost,.dtf-prep-studio .order-actions .primary{flex:1 1 auto;min-height:44px}.dtf-prep-studio .order-price{flex:1 1 100%;order:-1}}.dtf-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118168c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999999;padding:20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dtf-gate[hidden]{display:none!important}.dtf-gate *{box-sizing:border-box}.dtf-gate-card{position:relative;width:min(820px,100%);background:#fff;border:1px solid #e6e8eb;border-radius:18px;padding:32px 28px 24px;color:#111;box-shadow:0 30px 80px #11111147}.dtf-gate-card h2{margin:0 0 4px;font-size:22px;font-weight:800;letter-spacing:-.01em}.dtf-gate-lead{margin:0 0 20px!important;color:#6b7280;font-size:14px!important}.dtf-gate-dismiss{position:absolute;top:14px;right:16px;background:transparent;border:none;font-size:18px;cursor:pointer;color:#9ca3af;line-height:1;padding:4px 8px}.dtf-gate-dismiss:hover{color:#111}.dtf-gate-plans{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:18px}.dtf-gate-plan{position:relative;border:1.5px solid #e6e8eb;border-radius:14px;padding:18px 16px 16px;display:flex;flex-direction:column;gap:6px}.dtf-gate-plan--highlight{border-color:#00a19a;background:#f0fdfb}.dtf-gate-plan--free{background:#fafafa}.dtf-gate-plan-badge{display:inline-block;background:#00a19a;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:2px 8px;border-radius:99px;margin-bottom:4px;align-self:flex-start}.dtf-gate-plan strong{font-size:15px;font-weight:800;color:#111}.dtf-gate-plan p{font-size:12.5px!important;color:#6b7280!important;line-height:1.45!important;margin:0 0 4px!important;flex:1}.dtf-gate-plan-price{font-size:22px;font-weight:900;color:#00a19a;letter-spacing:-.02em;margin:4px 0 8px}.dtf-gate-plan button{width:100%;border:none;border-radius:10px;padding:11px 14px;cursor:pointer;font-weight:700;font-size:13.5px;transition:background .12s}.dtf-gate-plan .primary{background:#00a19a;color:#fff}.dtf-gate-plan .primary:hover{background:#00908a}.dtf-gate-plan .primary[disabled]{opacity:.6;cursor:progress}.dtf-gate-plan .ghost{background:transparent;border:1.5px solid #d1d5db;color:#6b7280}.dtf-gate-plan .ghost:hover{border-color:#9ca3af;color:#374151}.dtf-gate-perk{margin:0!important;font-size:12px!important;color:#9ca3af!important;text-align:center}.dtf-gate-perk a{color:#00a19a}@media(max-width:680px){.dtf-gate-plans{grid-template-columns:1fr}.dtf-gate-card{padding:24px 18px 20px}}.dtf-seo{background:#fff;color:#1a1d22;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:48px 20px 8px}.dtf-seo *{box-sizing:border-box}.dtf-seo-inner{max-width:1040px;margin:0 auto;display:grid;gap:40px}.dtf-seo-head h2{margin:0 0 12px;font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#111}.dtf-seo-head p{margin:0;font-size:16px;line-height:1.6;color:#4b5159;max-width:760px}.dtf-seo a{color:#00807a;text-decoration:underline;text-underline-offset:2px}.dtf-seo a:hover{color:#00a19a}.dtf-seo h3{margin:0 0 16px;font-size:19px;font-weight:750;color:#111}.dtf-seo-steps ol{margin:0;padding:0;list-style:none;display:grid;gap:14px;counter-reset:dtf-step}.dtf-seo-steps li{position:relative;padding-left:44px;font-size:15px;line-height:1.55;color:#4b5159;counter-increment:dtf-step}.dtf-seo-steps li:before{content:counter(dtf-step);position:absolute;left:0;top:-2px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e6f5f1;color:#00807a;font-weight:800;font-size:14px}.dtf-seo-steps li strong{color:#1a1d22}.dtf-seo-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.dtf-seo-card{display:flex;flex-direction:column;gap:8px;padding:22px 20px;border:1px solid #e6e8eb;border-radius:14px;background:#f9fafb;text-decoration:none!important;color:inherit;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.dtf-seo-card:hover{border-color:#00a19a;box-shadow:0 12px 30px #00a19a1f;transform:translateY(-2px)}.dtf-seo-card h3{margin:0;font-size:17px;color:#111}.dtf-seo-card p{margin:0;font-size:14px;line-height:1.5;color:#4b5159;flex:1}.dtf-seo-cta{margin-top:4px;font-weight:750;font-size:14px;color:#00807a}.dtf-seo-faq details{border:1px solid #e6e8eb;border-radius:12px;padding:2px 18px;margin-bottom:10px;background:#fff}.dtf-seo-faq details[open]{border-color:#cdd2d8;box-shadow:0 6px 18px #1111110f}.dtf-seo-faq summary{list-style:none;cursor:pointer;padding:14px 0;font-weight:700;font-size:15px;color:#1a1d22;display:flex;align-items:center;justify-content:space-between;gap:12px}.dtf-seo-faq summary::-webkit-details-marker{display:none}.dtf-seo-faq summary:after{content:"+";font-size:20px;font-weight:400;color:#00a19a;line-height:1;transition:transform .16s ease}.dtf-seo-faq details[open] summary:after{transform:rotate(45deg)}.dtf-seo-faq details p{margin:0 0 16px;font-size:14.5px;line-height:1.6;color:#4b5159}@media(max-width:560px){.dtf-seo{padding:36px 16px 4px}.dtf-seo-inner{gap:32px}}.dtf-prep-studio .bg-pick-btn.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.dtf-prep-studio .bg-pick-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.dtf-prep-studio .bg-pick-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 8px;font-size:12px;font-weight:700;color:var(--muted);border:1px solid var(--line);border-radius:999px;background:var(--panel)}.dtf-prep-studio .bg-pick-chip:hover{border-color:var(--danger);color:var(--danger)}.dtf-prep-studio .bg-pick-chip .sw{width:16px;height:16px;border-radius:50%;border:1px solid var(--line);background:var(--swatch, #fff)}.dtf-prep-studio .stage-wrap.picking,.dtf-prep-studio .stage-wrap.picking canvas{cursor:crosshair}.dtf-prep-studio .dtf-plus5{display:inline-block;margin-left:4px;font-size:11px;font-weight:800;color:#fff;background:var(--accent);border-radius:999px;padding:2px 8px;vertical-align:middle}
/*# sourceMappingURL=/cdn/shop/t/146/assets/dtf-prep-studio.css.map */
