:root{--bg: #0b0d10;--panel: #14171c;--panel-2: #191d24;--border: #262b33;--text: #e7eaee;--text-dim: #8b93a1;--accent: #ff6b1a;--ok: #7fd9a8;--danger: #ff6b6b;--info: #7ec2ff;--topbar-bg: rgba(20, 23, 28, .85);--mono: "JetBrains Mono", monospace;--display: "Space Grotesk", sans-serif;--body: "Inter", sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background:radial-gradient(circle at 30% 15%,#12151a,#08090b 65%);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased}button{font-family:var(--display);font-weight:600;cursor:pointer}input,select{font-family:var(--body)}.m3d-mono{font-family:var(--mono)}.m3d-page{min-height:100vh;width:100%;display:flex;flex-direction:column}.m3d-container{width:min(1180px,100%);margin:0 auto;padding:0 24px}.m3d-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border);background:var(--topbar-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:40}.m3d-brand{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:.02em;display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.m3d-brand-mark{color:var(--accent);font-size:16px}.m3d-brand-sub{font-family:var(--body);font-weight:400;font-size:11.5px;color:var(--text-dim);border-left:1px solid var(--border);padding-left:10px}.m3d-topbar-actions{display:flex;align-items:center;gap:10px}.m3d-btn{font-size:13px;padding:10px 18px;border-radius:8px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);transition:border-color .15s ease,background .15s ease,opacity .15s ease,transform .08s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.m3d-btn:hover:not(:disabled){border-color:var(--accent)}.m3d-btn:active:not(:disabled){transform:translateY(1px)}.m3d-btn:disabled{opacity:.35;cursor:not-allowed}.m3d-btn.primary{background:var(--accent);border-color:var(--accent);color:#1a0d02}.m3d-btn.primary:hover:not(:disabled){filter:brightness(1.08)}.m3d-btn.ghost{background:transparent}.m3d-btn.large{font-family:var(--display);font-size:15px;padding:14px 24px;border-radius:10px}.m3d-section{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px}.m3d-section-label{font-family:var(--display);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:14px}.m3d-stat-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0;color:var(--text-dim)}.m3d-stat-row .m3d-mono{color:var(--text)}.m3d-footer{border-top:1px solid var(--border);background:var(--panel);margin-top:auto}.m3d-footer-inner{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;font-size:12.5px;color:var(--text-dim)}.m3d-footer-inner span:first-child{font-family:var(--display);font-weight:600;color:var(--text)}.m3d-footer-dim{font-size:11px}.m3d-btn.toolbar-toggle{min-width:38px;padding:8px 10px;font-family:var(--display);font-size:12px;letter-spacing:.04em}[data-theme=light]{--bg: #eef0f3;--panel: #f7f8fa;--panel-2: #ededf1;--border: #d7dae0;--text: #171a1f;--text-dim: #5c6370;--accent: #e85d0a;--ok: #1f9d61;--danger: #d64545;--info: #2f6fae;--topbar-bg: rgba(247, 248, 250, .85);color-scheme:light}[data-theme=light] body{background:radial-gradient(circle at 30% 15%,#f5f6f8,#e6e8ec 65%)}.topbar-desktop{display:contents}.m3d-topbar-cart{white-space:nowrap}.topbar-cart-icon{width:16px;height:16px;flex-shrink:0}.topbar-burger{display:none}.user-menu-wrap{position:relative}.topbar-user{min-height:40px}.user-menu-caret{color:var(--text-dim);font-size:10px}.user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:230px;background:var(--panel);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #00000073;padding:6px;z-index:50;display:flex;flex-direction:column}.user-menu-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;padding:8px 12px;border:none;border-radius:7px;background:transparent;color:var(--text);font-family:var(--body);font-size:13.5px;text-align:left;text-decoration:none;cursor:pointer;transition:background .12s ease}.user-menu-item:hover{background:var(--panel-2);color:var(--text)}.user-menu-sep{height:1px;background:var(--border);margin:6px 8px}.user-menu-hint{font-family:var(--body);font-size:11px;color:var(--text-dim)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:59}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(300px,84vw);background:var(--panel);border-left:1px solid var(--border);z-index:60;display:flex;flex-direction:column;overflow-y:auto;animation:m3d-drawer-in .18s ease}@keyframes m3d-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-head{display:flex;align-items:center;gap:10px;padding:14px 20px;font-family:var(--display);font-weight:700}.drawer-close{margin-left:auto}.drawer-greeting{padding:0 20px 4px;font-size:12.5px;color:var(--text-dim)}.drawer-cart{display:flex;align-items:center;gap:6px;margin:8px 20px 12px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);color:var(--text);font-size:13px;text-decoration:none}.drawer-cart:hover{border-color:var(--accent)}.drawer-nav{display:flex;flex-direction:column}.drawer-link,.drawer-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:48px;padding:12px 20px;border:none;background:transparent;color:var(--text);font-family:var(--body);font-size:14px;text-align:left;text-decoration:none;cursor:pointer}.drawer-link:hover,.drawer-toggle-row:hover{background:var(--panel-2);color:var(--text)}.drawer-cta{margin:14px 20px 8px}.drawer-toggles{display:flex;flex-direction:column;margin-top:10px}.drawer-foot{margin-top:auto;padding-top:10px;border-top:1px solid var(--border);display:flex;flex-direction:column;padding-bottom:12px}.m3d-footer-inner{flex-wrap:wrap;gap:8px 20px}.m3d-footer-links{display:flex;gap:18px}.m3d-footer-links a{color:var(--text-dim);text-decoration:none;font-size:12.5px;transition:color .12s ease}.m3d-footer-links a:hover{color:var(--accent)}.m3d-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:36px 20px}.m3d-empty-icon{font-size:30px;line-height:1}.m3d-empty h2{margin:0;font-family:var(--display);font-size:16px;font-weight:600}.m3d-empty p{margin:0;max-width:420px;font-size:13.5px;color:var(--text-dim)}.m3d-empty .m3d-empty-action{margin-top:6px}.m3d-btn.primary.mp-brand-btn{background:#ffe600;border-color:#ffe600;color:#111}.m3d-btn.primary.mp-brand-btn:hover:not(:disabled){background:#f5d500;border-color:#f5d500;filter:none}.mp-brand-logo{height:20px;width:auto;flex-shrink:0}.m3d-alert{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:13px;line-height:1.45}.m3d-alert-error{border-color:var(--danger);color:var(--danger)}.m3d-alert-success{border-color:var(--ok);color:var(--ok)}.m3d-alert-info{border-color:var(--border);color:var(--text-dim);background:var(--panel-2)}@media (max-width: 768px){.topbar-desktop,.topbar-order-cta{display:none}.topbar-burger{display:inline-flex}.m3d-topbar{height:56px;padding:0 16px}.m3d-brand-sub{display:none}.m3d-topbar-actions{gap:8px}.m3d-topbar .m3d-btn.toolbar-toggle,.m3d-topbar .topbar-burger{min-width:40px;min-height:40px}.m3d-topbar-cart{padding:8px 12px;font-size:12px}}@media (max-width: 480px){.m3d-footer-inner{flex-direction:column;align-items:center;text-align:center}}.landing-hero{padding:72px 0 56px;border-bottom:1px solid var(--border);background:radial-gradient(ellipse at 20% 0%,rgba(255,107,26,.06),transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(90,120,200,.05),transparent 50%)}.landing-hero-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:start}.landing-title{font-family:var(--display);font-weight:700;font-size:clamp(34px,5vw,52px);line-height:1.08;margin:0 0 20px;letter-spacing:-.02em;display:flex;flex-direction:column}.landing-accent{color:var(--accent)}.landing-subtitle{font-size:15.5px;line-height:1.7;color:var(--text-dim);max-width:560px;margin:0 0 36px}.landing-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.landing-card{display:flex;gap:14px;padding:20px;border-radius:12px;border:1px solid var(--border);background:var(--panel);text-decoration:none;color:var(--text);transition:border-color .15s ease,transform .1s ease,background .15s ease}.landing-card-active:hover{border-color:var(--accent);background:#ff6b1a0d;transform:translateY(-1px)}.landing-card-icon{font-size:24px;color:var(--accent);flex-shrink:0}.landing-card h2{font-family:var(--display);font-size:16px;margin:0 0 8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.landing-card p{font-size:12.5px;line-height:1.6;color:var(--text-dim);margin:0 0 14px}.landing-card-button{font-size:12.5px;padding:8px 14px}.landing-coming-soon{font-family:var(--body);font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);border:1px solid var(--border);padding:3px 8px;border-radius:20px}.landing-card-disabled{opacity:.55;cursor:not-allowed}.landing-card-disabled .landing-card-button{cursor:not-allowed}.landing-banners{display:flex;flex-direction:column;gap:16px}.landing-banner{border:1px solid var(--border);border-radius:12px;padding:22px;background:var(--panel)}.landing-banner-orange{border-color:#ff6b1a73;background:linear-gradient(160deg,#ff6b1a1f,#ff6b1a05)}.landing-banner-label{font-family:var(--body);font-size:10px;letter-spacing:.14em;color:var(--accent);margin-bottom:10px}.landing-banner h3{font-family:var(--display);font-size:20px;margin:0 0 8px}.landing-banner p{font-size:12.5px;color:var(--text-dim);line-height:1.6;margin:0 0 12px}.landing-banner span{font-size:12px;color:var(--text-dim)}.landing-trust{border-bottom:1px solid var(--border);background:var(--panel)}.landing-trust-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:26px;padding-bottom:26px}.landing-trust-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.landing-trust-value{font-size:24px;color:var(--text)}.landing-trust-label{font-size:11.5px;color:var(--text-dim)}.landing-steps{padding:64px 0 32px}.landing-section-title{font-family:var(--display);font-size:26px;font-weight:700;letter-spacing:-.01em;margin:0 0 28px}.landing-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.landing-step{border:1px solid var(--border);border-radius:12px;padding:20px;background:var(--panel)}.landing-step-num{font-size:13px;color:var(--accent)}.landing-step h3{font-family:var(--display);font-size:15px;margin:12px 0 8px}.landing-step p{font-size:12.5px;line-height:1.6;color:var(--text-dim);margin:0}.landing-features{padding:40px 0}.landing-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.landing-feature{margin:0}.landing-feature h3{font-family:var(--display);font-size:15.5px;margin:0 0 8px}.landing-feature p{font-size:13px;line-height:1.65;color:var(--text-dim);margin:0}.landing-cta{padding:72px 0;margin-bottom:60px;border-top:1px solid var(--border);background:radial-gradient(ellipse at 50% 100%,rgba(255,107,26,.07),transparent 60%)}.landing-cta-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.landing-cta h2{font-family:var(--display);font-size:30px;margin:0;letter-spacing:-.01em}.landing-cta p{color:var(--text-dim);font-size:14px;margin:0 0 24px}@media (max-width: 960px){.landing-hero-inner,.landing-cards,.landing-features-grid{grid-template-columns:1fr}.landing-steps-grid{grid-template-columns:1fr 1fr}.landing-trust-inner{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width: 600px){.landing-steps-grid{grid-template-columns:1fr}}.studio-page{padding:24px;min-height:calc(100vh - 64px)}.studio-shell{display:grid;grid-template-columns:260px 1fr 320px;gap:16px;margin:0 auto;width:min(1440px,100%)}.studio-left{display:flex;flex-direction:column;gap:14px;align-self:start}.stl-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:28px 16px;border:1.5px dashed var(--border);border-radius:12px;cursor:pointer;text-align:center;background:var(--panel);transition:border-color .15s ease,background .15s ease}.stl-upload:hover,.stl-upload.over{border-color:var(--accent);background:#ff6b1a0f}.stl-upload.compact{padding:18px 12px}.stl-upload-input{display:none}.stl-upload-icon{font-size:22px;color:var(--accent)}.stl-upload-title{font-family:var(--display);font-weight:600;font-size:14px}.stl-upload-hint{font-size:11.5px;color:var(--text-dim);line-height:1.5}.studio-status-section{flex-shrink:0}.studio-status{font-size:12.5px;line-height:1.55;padding:10px 12px;border-radius:8px;border:1px solid var(--border)}.studio-status.success{color:var(--ok);border-color:#7fd9a84d;background:#7fd9a80f}.studio-status.error{color:var(--danger);border-color:#ff6b6b4d;background:#ff6b6b0f}.studio-status-placeholder{font-size:12px;color:var(--text-dim);line-height:1.55}.studio-status-added{margin-top:10px;font-size:11.5px;color:var(--ok);padding-top:8px;border-top:1px dashed var(--border)}.studio-info-list{margin:0;padding-left:18px;font-size:12px;line-height:1.9;color:var(--text-dim)}.studio-center{min-width:0;display:flex;flex-direction:column;gap:14px;position:relative;align-self:start}.transform-toolbar{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:14px;flex-shrink:0}.studio-viewer-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(circle at 50% 30%,#191d24,#0e1013 75%);height:calc(100vh - 280px);min-height:420px;max-height:720px}.viewer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(circle at 50% 30%,#191d24,#0e1013 75%)}.viewer-canvas-host{position:absolute;top:0;right:0;bottom:0;left:0}.viewer-canvas-host canvas{display:block}.viewer-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-dim);font-size:13px;pointer-events:none}.viewer-empty-icon{font-size:28px;color:var(--border)}.viewer-hud-corner{position:absolute;width:26px;height:26px;pointer-events:none;opacity:.55}.viewer-hud-corner.tl{top:14px;left:14px;border-top:2px solid var(--accent);border-left:2px solid var(--accent)}.viewer-hud-corner.tr{top:14px;right:14px;border-top:2px solid var(--accent);border-right:2px solid var(--accent)}.viewer-hud-corner.bl{bottom:14px;left:14px;border-bottom:2px solid var(--accent);border-left:2px solid var(--accent)}.viewer-hud-corner.br{bottom:14px;right:14px;border-bottom:2px solid var(--accent);border-right:2px solid var(--accent)}.viewer-hud-readout{position:absolute;top:14px;left:50%;transform:translate(-50%);font-size:12px;color:var(--text);background:#14171ccc;border:1px solid var(--border);padding:6px 14px;border-radius:20px;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);white-space:nowrap}.viewer-hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%);font-size:10.5px;color:var(--text-dim);pointer-events:none;letter-spacing:.02em;white-space:nowrap}.studio-right{display:flex;flex-direction:column;gap:14px;align-self:start}.tf-panel{display:flex;flex-direction:column;gap:14px}.tf-section{padding:14px}.tf-field-row{display:grid;grid-template-columns:48px 1fr 34px;align-items:center;gap:8px;margin-bottom:8px}.tf-field-label{font-family:var(--display);font-size:11.5px;font-weight:600;color:var(--text-dim)}.tf-num-input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:12.5px;padding:6px 8px}.tf-num-input:disabled{opacity:.4}.tf-unit{font-size:11px;color:var(--text-dim)}.tf-rot-row{display:grid;grid-template-columns:20px 1fr 38px 46px;align-items:center;gap:6px;margin-bottom:8px}.tf-rot-row input[type=range]{accent-color:var(--accent);width:100%}.tf-rot-val{font-size:11px;color:var(--text-dim);text-align:right}.tf-tiny{padding:4px 8px;font-size:10.5px}.tf-reset-btn{width:100%;margin-top:4px;font-size:12px;padding:8px}.tf-bed-info{display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px dashed var(--border);font-size:12px;color:var(--text-dim)}.tf-bed-info .m3d-mono{color:var(--text)}.order-summary{min-width:0}.order-summary-card{display:flex;flex-direction:column;padding:16px}.order-summary-empty{font-size:12px;color:var(--text-dim);line-height:1.6;padding:8px 0 14px}.order-summary-list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:10px}.order-summary-item{display:grid;grid-template-columns:64px 1fr;gap:10px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:var(--panel-2)}.order-summary-details{min-width:0}.order-summary-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.order-summary-item-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.order-summary-edit{background:transparent;border:none;color:var(--text-dim);cursor:pointer;font-size:12px;padding:2px 4px;border-radius:4px}.order-summary-edit:hover{color:var(--accent)}.order-summary-item-name{font-family:var(--display);font-weight:600;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-summary-remove{background:transparent;border:none;color:var(--text-dim);cursor:pointer;font-size:12px;padding:2px 4px;border-radius:4px}.order-summary-remove:hover{color:var(--danger)}.order-summary-item-meta{font-size:10.5px;color:var(--text-dim);margin-top:4px}.order-summary-item-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:10.5px;color:var(--text-dim)}.order-summary-price{color:var(--text)}.order-summary-total{border-top:1px dashed var(--border);padding-top:10px;margin-bottom:12px}.order-summary-total-row{display:flex;justify-content:space-between;font-size:12px;color:var(--text-dim);padding:4px 0}.order-summary-total-grand{color:var(--text);font-family:var(--display);font-weight:600;font-size:13.5px;border-top:1px dashed var(--border);margin-top:4px;padding-top:8px}.order-summary-total-grand .m3d-mono{color:var(--accent)}.order-summary-add{width:100%;margin-bottom:8px}.order-summary-checkout{width:100%}.order-summary-qty{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:11px;color:var(--text-dim)}.order-summary-qty-label{flex-shrink:0}.order-summary-qty-controls{display:flex;align-items:center;gap:4px}.order-summary-qty-btn{width:22px;height:22px;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:4px;font-size:13px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.order-summary-qty-btn:hover:not(:disabled){border-color:var(--accent)}.order-summary-qty-btn:disabled{opacity:.35;cursor:not-allowed}.order-summary-qty-input{width:48px;background:var(--bg);border:1px solid var(--border);border-radius:4px;color:var(--text);font-size:11.5px;padding:3px 6px;text-align:center}.order-summary-qty-total{margin-left:auto;color:var(--text);font-size:11.5px}.order-summary-price-unit{font-size:9.5px;color:var(--text-dim);margin-left:2px}.studio-download-stl,.studio-cancel-edit{width:100%;margin-top:10px;font-size:12px;padding:8px}.tf-check-row{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-dim);margin-bottom:10px;cursor:pointer}.tf-check-row input{accent-color:var(--accent)}.tf-select{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:12.5px;padding:6px 8px}.tf-select:disabled{opacity:.4}.tf-swatch-row{display:flex;align-items:center;gap:10px;margin-top:8px;padding-top:10px;border-top:1px dashed var(--border)}.tf-swatch{width:22px;height:22px;border-radius:50%;border:1px solid var(--border);flex-shrink:0}.tf-swatch-label{font-size:11.5px;color:var(--text-dim)}.order-summary-material{font-size:10.5px;color:var(--text-dim);margin-top:4px}.order-summary-thumb{border-radius:6px;overflow:hidden;border:1px solid var(--border);background:var(--bg);height:64px;width:64px;align-self:start}.order-summary-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.order-summary-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--border)}.post-description{font-size:11.5px;color:var(--text-dim);line-height:1.5;margin-top:6px;margin-bottom:10px}.post-photos{border-top:1px dashed var(--border);padding-top:10px}.post-photos-hint{font-size:11px;color:var(--text-dim);margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.post-photos-hint .m3d-mono{color:var(--accent)}.post-photos-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.post-photo-slot{position:relative;border:1px dashed var(--border);border-radius:8px;overflow:hidden;height:72px;cursor:pointer;display:flex;align-items:center;justify-content:center}.post-photo-slot:hover:not(:disabled){border-color:var(--accent)}.post-photo-slot.filled{border-style:solid}.post-photo-input{display:none}.post-photo-placeholder{font-size:18px;color:var(--text-dim)}.post-photo-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.post-photo-label{position:absolute;bottom:0;left:0;right:0;background:#0000008c;color:#e7eaee;font-size:9.5px;text-align:center;padding:2px 0;letter-spacing:.05em}.post-warning{margin-top:8px;font-size:11px;color:var(--danger);line-height:1.5}@media (max-width: 1200px){.studio-shell{grid-template-columns:220px 1fr 280px}.transform-toolbar{grid-template-columns:1fr;grid-template-rows:auto auto auto}}@media (max-width: 960px){.studio-page{padding:12px}.studio-shell{grid-template-columns:1fr;grid-template-rows:auto auto auto}.studio-left{order:1}.studio-right{order:2}.studio-center{order:3;flex-direction:column}.studio-viewer-wrap,.viewer{position:relative;height:520px}}.viewer-canvas-host:focus-visible{outline:2px solid var(--accent);outline-offset:2px}[data-theme=light] .studio-viewer-wrap,[data-theme=light] .viewer{border-color:var(--border);background:radial-gradient(circle at 50% 30%,#2a3038,#1b1f26 75%)}[data-theme=light] .viewer-hud-readout{background:#181c22d9;color:#e7eaee;border-color:#3a4250}[data-theme=light] .viewer-hint,[data-theme=light] .viewer-empty{color:#9aa4b2}[data-theme=light] .viewer-empty-icon{color:#3a4250}.tf-num-input{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.tf-num-input::-webkit-outer-spin-button,.tf-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.studio-photo-link{color:inherit;text-decoration:none;text-align:center}.order-page{padding:48px 0 72px}.order-container{max-width:900px}.order-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px}.order-title{font-family:var(--display);font-size:34px;font-weight:700;letter-spacing:-.02em;margin:0}.order-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.order-card{padding:20px}.order-card-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.order-index{font-size:12px;color:var(--accent)}.order-card-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.order-card-head h2{font-family:var(--display);font-size:17px;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-edit{background:transparent;border:1px solid var(--border);color:var(--text-dim);font-size:11.5px;cursor:pointer;padding:5px 10px;border-radius:6px;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.order-edit:hover{color:var(--accent);border-color:var(--accent)}.order-remove{background:transparent;border:none;color:var(--text-dim);font-size:13px;cursor:pointer;padding:4px 6px;border-radius:4px}.order-remove:hover{color:var(--danger)}.order-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.order-card-stat{display:flex;flex-direction:column;gap:4px}.order-card-label{font-family:var(--display);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.order-card-stat .m3d-mono{font-size:12px}.order-card-photos{margin-top:16px;padding-top:14px;border-top:1px dashed var(--border)}.order-photos-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.order-photo-item{display:flex;flex-direction:column;align-items:center;gap:4px;width:64px}.order-photo-img{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1px solid var(--border);display:block}.order-photo-label{font-size:10px;color:var(--text-dim);letter-spacing:.03em}.order-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px dashed var(--border)}.order-card-rate{font-size:11.5px;color:var(--text-dim)}.order-card-total{font-size:16px;color:var(--accent)}.order-manufacturer{padding:20px;margin-bottom:24px}.order-manufacturer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.order-manufacturer-input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--body);font-size:13.5px;line-height:1.6;padding:10px 12px;box-sizing:border-box;transition:border-color .15s ease}.order-manufacturer-input:focus{border-color:var(--accent)}.order-manufacturer-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.order-manufacturer-input.valid{border-color:#2d9e3f}.order-manufacturer-input.invalid{border-color:var(--danger)}.order-manufacturer-status{font-size:12px;line-height:1.6;margin:8px 0 0}.order-manufacturer-status.checking{color:var(--text-dim)}.order-manufacturer-status.not-found,.order-manufacturer-status.error{color:var(--danger)}.order-manufacturer-status.pricing{color:var(--text-dim)}.order-manufacturer-status.incompatible-block{color:var(--danger)}.order-paint-not-offered{margin-top:12px;padding:10px 12px;border:1px solid var(--danger);border-radius:8px;background:#e02d2d0f;color:var(--danger);font-size:12px;line-height:1.5}.order-manufacturer-input::placeholder{color:var(--text-dim)}.order-comment{padding:20px;margin-bottom:24px}.order-comment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.order-comment-edit{background:transparent;border:1px solid var(--border);color:var(--text-dim);font-size:11.5px;cursor:pointer;padding:5px 10px;border-radius:6px;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.order-comment-edit:hover{color:var(--accent);border-color:var(--accent)}.order-comment-add{background:transparent;border:1px dashed var(--border);color:var(--text-dim);font-size:12.5px;cursor:pointer;padding:10px 14px;border-radius:8px;width:100%;text-align:left;transition:border-color .15s ease,color .15s ease}.order-comment-add:hover{color:var(--accent);border-color:var(--accent)}.order-comment-editor{display:flex;flex-direction:column;gap:12px}.order-comment-textarea{width:100%;min-height:96px;resize:vertical;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--body);font-size:13.5px;line-height:1.6;padding:10px 12px;box-sizing:border-box;transition:border-color .15s ease}.order-comment-textarea:focus{border-color:var(--accent)}.order-comment-textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.order-comment-textarea::placeholder{color:var(--text-dim)}.order-comment-actions{display:flex;gap:10px}.order-comment-text{margin:0;font-size:13.5px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word}.order-manufacturer-text.valid{color:#2d9e3f}.order-manufacturer-text.valid:before{content:"✓ "}.order-manufacturer-text.invalid{color:var(--danger)}.order-manufacturer-text.invalid:before{content:"✕ "}.order-summary-job,.order-card-job{margin-top:8px}.order-job-badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:999px;border:1px solid transparent}.order-job-badge.calculating{background:#f2c7111f;border-color:#f2c71166;color:#f2c511}.order-job-badge.completed{background:#2d9e3f1f;border-color:#2d9e3f66;color:#2d9e3f}.order-job-badge.failed{background:#e02d2d1f;border-color:#e02d2d66;color:#ff6b6b}.order-job-badge.pending{background:#ffffff0f;border-color:#ffffff24;color:var(--text-dim)}.order-totals{padding:24px}.order-totals-inner{max-width:480px;margin:0 auto}.order-total-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13.5px;color:var(--text-dim)}.order-total-grand{color:var(--text);font-family:var(--display);font-weight:600;font-size:17px;border-top:1px dashed var(--border);margin-top:8px;padding-top:14px}.order-total-price{color:var(--accent);font-size:20px}.order-total-note{font-size:11.5px;color:var(--text-dim);line-height:1.6;margin:14px 0 0}.order-total-actions{display:flex;gap:10px;margin-top:22px;justify-content:center}.order-empty{text-align:center;padding:56px 24px}.order-empty-icon{font-size:34px;color:var(--border);margin-bottom:12px}.order-empty h2{font-family:var(--display);font-size:22px;margin:0 0 8px}.order-empty p{color:var(--text-dim);font-size:13.5px;margin:0 0 24px}@media (max-width: 640px){.order-card-grid{grid-template-columns:1fr 1fr}.order-header{flex-direction:column;align-items:flex-start}.order-total-actions{flex-direction:column}.order-total-actions .m3d-btn{width:100%}.order-card-thumb{display:none}}.order-qty-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-qty-controls{display:flex;align-items:center;gap:4px}.order-card-price{font-size:12px;color:var(--text-dim);margin-left:auto}@media (max-width: 640px){.order-card-price{margin-left:0;width:100%}}.order-stepper{display:flex;align-items:flex-start;gap:12px;margin-bottom:32px}.order-stepper-step{display:flex;align-items:center;gap:10px;flex:1;position:relative}.order-stepper-indicator{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);color:var(--text-dim);font-family:var(--mono);font-size:12px;display:flex;align-items:center;justify-content:center;background:var(--surface, var(--bg));flex-shrink:0;transition:border-color .15s ease,color .15s ease,background .15s ease}.order-stepper-label{font-size:12.5px;font-weight:600;color:var(--text-dim);white-space:nowrap}.order-stepper-step.current .order-stepper-indicator{border-color:var(--accent);color:var(--accent)}.order-stepper-step.current .order-stepper-label{color:var(--text)}.order-stepper-step.done .order-stepper-indicator{background:var(--accent);border-color:var(--accent);color:#0b0d10}.order-stepper-step.done .order-stepper-label{color:var(--text-dim)}.order-stepper-connector{flex:1;height:1px;background:var(--border);margin:0 2px}.checkout-page{padding-bottom:72px}.checkout-step{display:flex;flex-direction:column;gap:20px}.checkout-card{padding:24px;margin-bottom:0}.order-container>.checkout-card+.checkout-card{margin-top:16px}.checkout-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.checkout-card-badge{font-size:11.5px;color:var(--accent);border:1px solid var(--border);padding:4px 10px;border-radius:999px;letter-spacing:.04em;white-space:nowrap}.checkout-address{margin:0;font-size:13.5px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word}.checkout-address-missing{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.checkout-address-missing p{margin:0;font-size:13px;color:var(--text-dim);line-height:1.6}.checkout-address-missing .m3d-btn{font-size:12.5px}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;font-size:13px;color:var(--text-dim)}.checkout-summary-row .m3d-mono{font-size:12.5px;text-align:right}.checkout-summary-grand{border-top:1px dashed var(--border);margin-top:8px;padding-top:14px;color:var(--text);font-family:var(--display);font-weight:600;font-size:16px}.checkout-summary-total{color:var(--accent);font-size:18px!important}.checkout-summary-note{margin:10px 0 0;font-size:11.5px;line-height:1.5;color:var(--text-dim);opacity:.85}.checkout-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.shipping-methods{display:flex;flex-direction:column;gap:12px}.shipping-method{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.shipping-method:hover{border-color:var(--accent)}.shipping-method.active{border-color:var(--accent);background:#ff8a3d0f}.shipping-method input[type=radio]{accent-color:var(--accent);flex-shrink:0}.shipping-method-body{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.shipping-method-name{font-family:var(--display);font-size:14px;font-weight:600;color:var(--text)}.shipping-method-delivery{font-size:11.5px;color:var(--accent)}.shipping-method-price{font-size:14px;color:var(--text);white-space:nowrap}.shipping-type-cards{display:flex;flex-direction:column}.shipping-type-prompt{margin:0 0 12px;font-size:12px;color:var(--text-dim);line-height:1.5}.shipping-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shipping-type-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:22px 16px 18px;border:1px solid var(--border);border-radius:12px;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}.shipping-type-card:hover{border-color:var(--accent)}.shipping-type-card:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px #ff8a3d40}.shipping-type-card.active{border-color:var(--accent);background:#ff8a3d0f}.shipping-type-card input[type=radio]{position:absolute;opacity:0;pointer-events:none}.shipping-type-icon{width:34px;height:34px;color:var(--accent);margin-bottom:6px;flex-shrink:0}.shipping-type-name{font-family:var(--display);font-size:13.5px;font-weight:600;color:var(--text)}.shipping-type-desc{font-size:11.5px;color:var(--text-dim);line-height:1.5}.shipping-type-options{display:flex;flex-direction:column}.shipping-type-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--panel-2);margin-bottom:14px}.shipping-type-summary-info{display:flex;align-items:center;gap:10px;min-width:0}.shipping-type-summary-icon{width:22px;height:22px;color:var(--accent);flex-shrink:0}.shipping-type-summary-name{font-family:var(--display);font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shipping-type-summary-check{color:var(--accent);font-size:13px;flex-shrink:0}.shipping-type-summary .m3d-btn{flex-shrink:0;font-size:12.5px;padding:7px 12px}.shipping-type-options .order-total-note{margin:14px 2px 2px}.order-detail-comment-row{align-items:flex-start}.order-detail-comment{word-break:break-word;text-align:right;line-height:1.5}.payment-intro{font-size:13px;color:var(--text-dim);line-height:1.7;margin:0 0 14px}.payment-creating{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 0 12px;text-align:center}.payment-creating p{margin:0;font-size:13.5px;color:var(--text-dim)}.m3d-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:m3d-spin .8s linear infinite}@keyframes m3d-spin{to{transform:rotate(360deg)}}.payment-option-browser{text-align:center}.payment-option-browser .mp-brand-btn{margin:12px 0}.payment-option-browser-desc{margin:10px 0 0;font-size:12px;color:var(--text-dim);line-height:1.6}.payment-error{padding:6px 0 2px}.payment-error-message{margin:0;font-size:13.5px;color:var(--danger);line-height:1.7}.auth-error{margin-top:4px}.orders-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:var(--text-dim)}.orders-loading p{margin:0;font-size:13px}.orders-error{padding:28px 20px;text-align:center}.orders-error p{margin:0 0 14px;font-size:13.5px;color:var(--text-dim)}.orders-list{display:flex;flex-direction:column;gap:16px}.orders-card{padding:18px 20px}.orders-card-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.orders-card-id{font-size:11.5px;color:var(--text-dim);word-break:break-all}.orders-card-date{margin-left:auto;font-size:12px;color:var(--text-dim)}.orders-badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:999px;border:1px solid transparent}.orders-badge.pending_payment{background:#f2c7111f;border-color:#f2c71166;color:#f2c711}.orders-badge.created{background:#7ec2ff1f;border-color:#7ec2ff66;color:#7ec2ff}.orders-badge.paid{background:#2d9e3f1f;border-color:#2d9e3f66;color:#2d9e3f}.orders-badge.failed{background:#e02d2d1f;border-color:#e02d2d66;color:#ff6b6b}.orders-items{list-style:none;margin:0 0 12px;padding:0;border:1px solid var(--border);border-radius:8px}.orders-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:12.5px}.orders-item+.orders-item{border-top:1px dashed var(--border)}.orders-item-kind{flex-shrink:0;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim)}.orders-item-desc{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-item-total{font-size:12px}.order-detail-items{display:flex;flex-direction:column;gap:10px}.order-item{border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px}.order-item-head{display:flex;align-items:center;gap:10px}.order-item-desc{margin:0;font-size:13px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word}.order-item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.order-item-total-value{font-weight:600}.order-item-photos{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.orders-item-more{color:var(--text-dim);justify-content:center}.orders-card-foot{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.orders-method{font-size:12px;color:var(--text-dim)}.orders-total{font-size:14px;font-weight:600}.orders-view{margin-top:14px}.order-detail-head{margin-bottom:14px}.order-detail-banner{margin-bottom:16px;padding:12px 16px;border-radius:10px;border:1px solid transparent}.order-detail-banner p{margin:0;font-size:13.5px;line-height:1.6}.order-detail-banner.ok{background:#2d9e3f1f;border-color:#2d9e3f66;color:#2d9e3f}.order-detail-banner.pending{background:#f2c7111f;border-color:#f2c71166;color:#f2c711}.order-detail-banner.failed{background:#e02d2d1f;border-color:#e02d2d66;color:#ff6b6b}.order-detail-retry{margin-bottom:0}.order-detail-footer{display:flex;justify-content:center;margin-top:20px}@media (max-width: 640px){.order-stepper{flex-direction:column;gap:8px}.order-stepper-connector{display:none}.order-stepper-label{white-space:normal}.checkout-actions{flex-direction:column}.checkout-actions .m3d-btn{width:100%}.shipping-method{flex-wrap:wrap}.shipping-method-price{width:100%;text-align:right}.shipping-type-grid{grid-template-columns:1fr}.shipping-type-summary{flex-wrap:wrap}}.auth-page{padding-top:32px;padding-bottom:48px}.auth-container{max-width:480px}.auth-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:32px}.auth-title{font-size:1.5rem;font-weight:700;margin:0 0 8px;font-family:var(--display)}.auth-subtitle{color:var(--text-dim);font-size:.92rem;margin:0 0 24px}.auth-error{background:#e02d2d1f;border:1px solid rgba(224,45,45,.45);color:var(--danger, #ff6b6b);border-radius:8px;padding:10px 14px;font-size:.85rem;margin-bottom:16px}.auth-info{background:#50a0ff1a;border:1px solid rgba(80,160,255,.3);color:var(--info);border-radius:8px;padding:10px 14px;font-size:.85rem;margin-bottom:16px;word-break:break-word}.auth-form{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:.78rem;color:var(--text-dim);margin-top:12px}.auth-input{width:100%;background:var(--panel-2);border:1px solid var(--border);border-radius:8px;color:var(--text, #e8e8e8);padding:11px 14px;font-size:.95rem;font-family:var(--body)}.auth-input:focus{border-color:var(--accent)}.auth-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-password-wrap{position:relative}.auth-password-wrap .auth-input{padding-right:44px}.auth-password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1rem;opacity:.75;padding:4px}.auth-password-toggle:hover{opacity:1}.auth-hint{font-size:.75rem;color:var(--text-dim);margin:4px 0 0}.auth-submit{margin-top:20px;width:100%;justify-content:center}.auth-links{display:flex;flex-direction:column;gap:8px;margin-top:24px;text-align:center}.auth-link{color:var(--accent);font-size:.85rem;text-decoration:none}.auth-link:hover{text-decoration:underline}.topbar-profile{display:inline-flex;align-items:center;gap:8px}.topbar-avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#131313;font-size:.7rem;font-weight:700;letter-spacing:.03em}.topbar-profile-label{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card{max-width:100%}.profile-identity{display:flex;align-items:center;gap:14px;margin-bottom:24px}.profile-avatar{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--accent);color:#131313;font-size:1.2rem;font-weight:700;letter-spacing:.04em}.profile-email{font-size:.9rem}.profile-username{font-size:.85rem;color:var(--accent)}.profile-verified{font-size:.78rem;color:var(--text-dim)}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-created{margin-top:20px;border-top:1px solid var(--border);padding-top:16px}.profile-field{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.profile-field-label{color:var(--text-dim)}.profile-field-value{color:var(--text, #e8e8e8)}.profile-marketplace{margin-top:0;border-top:none;padding-top:0}.profile-marketplace-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-marketplace-title{font-size:.95rem;font-weight:700}.profile-marketplace-badge{font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:999px;background:#2d9e3f1f;border:1px solid rgba(45,158,63,.4);color:#2d9e3f}.profile-marketplace-subtitle{margin:6px 0 14px;font-size:.8rem;color:var(--text-dim)}.profile-marketplace-note{margin:0 0 12px;font-size:.8rem;color:var(--text-dim);line-height:1.6}.profile-marketplace .profile-field+.profile-field{margin-top:8px}.profile-marketplace-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.profile-sales-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.profile-sales-filter{font-size:.75rem;padding:5px 12px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-dim);cursor:pointer}.profile-sales-filter:hover,.profile-sales-filter.active{border-color:var(--accent);color:var(--accent)}.profile-sales-list{display:flex;flex-direction:column;gap:10px}.profile-sales-card{display:block;width:100%;text-align:left;background:var(--panel-2);border:1px solid var(--border);border-radius:10px;padding:14px 16px;cursor:pointer;color:var(--body)}.profile-sales-card:hover{border-color:var(--accent)}.profile-sales-card-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-sales-card-id{font-size:.78rem}.profile-sales-card-date{margin-left:auto;font-size:.75rem;color:var(--text-dim)}.profile-sales-card-comment{display:block;margin:8px 0 0;font-size:.8rem;color:var(--text-dim);line-height:1.6}.profile-sales-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;font-size:.8rem}.profile-sales-card-total{font-weight:600}.profile-sales-back{margin-bottom:14px}.profile-sales-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:16px;margin-bottom:22px}.profile-sales-actions .m3d-alert{width:100%}.profile-sales-fulfillment.preparing{background:#7ec2ff1f;border-color:#7ec2ff66;color:#7ec2ff}.profile-sales-fulfillment.delayed{background:#f2c7111f;border-color:#f2c71166;color:#f2c711}.profile-sales-fulfillment.shipped{background:#4dd0e11f;border-color:#4dd0e166;color:#4dd0e1}.profile-sales-fulfillment.in_transit{background:#b284ff1f;border-color:#b284ff66;color:#b284ff}.profile-sales-fulfillment.delivered{background:#2d9e3f1f;border-color:#2d9e3f66;color:#2d9e3f}.order-summary-total-note{font-size:.76rem;color:var(--text-dim);margin-top:6px}.material-catalog-hint{font-size:.74rem;color:var(--text-dim);margin:-4px 0 10px}[data-theme=light] .auth-card{background:#fff;border-color:#0000001a}[data-theme=light] .auth-input{background:#f5f5f5;border-color:#00000026;color:#1a1a1a}[data-theme=light] .auth-title,[data-theme=light] .profile-email{color:#1a1a1a}[data-theme=light] .auth-subtitle,[data-theme=light] .profile-verified{color:#0000008c}.profile-container{max-width:900px}.profile-shell{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:start}.profile-nav{display:flex;flex-direction:column;gap:6px;position:sticky;top:80px}.profile-nav-item{display:flex;align-items:center;min-height:44px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-dim);font-family:var(--body);font-size:13.5px;text-align:left;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.profile-nav-item:hover{border-color:var(--accent);color:var(--text)}.profile-nav-item.active{background:var(--panel-2);border-color:var(--accent);color:var(--text);font-weight:600}.profile-panel{min-width:0}.profile-required-hint{margin-bottom:12px}.auth-required{color:var(--accent)}.auth-textarea{resize:vertical;min-height:72px;font-family:var(--body);line-height:1.5}.m3d-btn.primary.mp-brand-btn.mp-connect-btn{font-size:15px;padding:14px 24px;border-radius:10px}.mp-connect-logo{height:26px;width:auto;flex-shrink:0}.auth-inline-action{background:none;border:none;padding:4px 0 0;font:inherit;cursor:pointer;display:block;text-align:left}.auth-inline-action:disabled{cursor:default;opacity:.6}.profile-verify-hint{margin-top:2px}.country-select{position:relative}.country-select-trigger{display:flex;align-items:center;gap:8px;width:100%;cursor:pointer;text-align:left}.country-select-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-select-caret{color:var(--text-dim);font-size:.7rem}.country-flag{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}.country-flag-empty{display:inline-block;background:var(--panel-2)}.country-select-menu{position:absolute;z-index:40;top:calc(100% + 4px);left:0;right:0;max-height:280px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:var(--panel);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #00000047}.country-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:none;border:none;border-radius:6px;color:var(--text);font:inherit;font-size:.85rem;text-align:left;cursor:pointer}.country-option:hover:not(:disabled){background:var(--panel-2)}.country-option.selected{color:var(--accent)}.country-option:disabled{color:var(--text-dim);opacity:.55;cursor:not-allowed}.geo-gate-page{display:flex;align-items:center;justify-content:center;min-height:100vh}.geo-gate-container{max-width:560px}.geo-gate-card{padding:48px 32px;text-align:center;background:var(--panel);border:1px solid var(--border);border-radius:16px}.geo-gate-brand{font-family:var(--display);font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.geo-gate-title{font-family:var(--display);font-size:1.6rem;margin:0 0 12px}.geo-gate-desc{color:var(--text-dim);line-height:1.6;margin:0 0 28px}@media (max-width: 640px){.auth-card{padding:20px}.profile-shell{grid-template-columns:1fr}.profile-nav{flex-direction:row;overflow-x:auto;position:static}.profile-nav-item{flex:1 0 auto;justify-content:center;text-align:center;padding:10px 12px}.profile-form-grid{grid-template-columns:1fr}.profile-identity{flex-wrap:wrap}.profile-field{flex-direction:column;align-items:flex-start;gap:2px}.profile-marketplace-actions .m3d-btn{width:100%}.profile-sales-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.profile-sales-filter{flex:0 0 auto}.profile-sales-card-foot{flex-wrap:wrap}}.figure-page{padding-bottom:72px}.figure-wizard{max-width:920px;padding-top:36px}.figure-home-link{display:inline-block;color:var(--text-dim);text-decoration:none;font-size:12.5px;margin-bottom:14px;transition:color .15s ease}.figure-home-link:hover{color:var(--text)}.figure-title{font-family:var(--display);font-size:26px;margin:0 0 8px}.figure-subtitle{color:var(--text-dim);font-size:14px;margin:0 0 26px;max-width:640px}.figure-step-card{padding:24px}.figure-step-body{display:flex;flex-direction:column;gap:12px}.figure-step-head h2{font-family:var(--display);font-size:19px;margin:0 0 6px}.figure-step-subtitle{color:var(--text-dim);font-size:13.5px;line-height:1.55;margin:0 0 10px}.figure-step-error{margin:10px 0 0}.figure-step-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.figure-step-nav .figure-next{margin-left:auto}.figure-photos-drop{border:1px dashed var(--border);border-radius:12px;padding:16px;background:var(--panel-2)}.figure-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:12px}.figure-photo-card{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;background:var(--bg);border:1px solid var(--border)}.figure-photo-img{width:100%;height:100%;object-fit:cover;display:block}.figure-photo-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;border:1px solid var(--border);background:#0b0d10cc;color:var(--text);font-size:11px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.figure-photo-add{aspect-ratio:1;border-radius:10px;border:1px dashed var(--border);background:transparent;color:var(--text-dim);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:12px;transition:border-color .15s ease,color .15s ease}.figure-photo-add:hover{border-color:var(--accent);color:var(--text)}.figure-photo-add-icon{font-size:22px;line-height:1}.figure-photo-input{display:none}.figure-photos-empty{color:var(--text-dim);font-size:13px;margin:12px 0 0}.figure-photos-count{color:var(--text-dim);font-size:11.5px;margin:10px 0 0}.figure-photos-error{margin-top:10px}.figure-tips{margin-top:4px}.figure-tips-list{margin:8px 0 0;padding-left:20px;color:var(--text-dim);font-size:13px;line-height:1.7}.figure-prompt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}.figure-prompt-card{text-align:left;display:flex;flex-direction:column;gap:5px;padding:14px;border-radius:12px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);transition:border-color .15s ease,background .15s ease}.figure-prompt-card:hover{border-color:var(--text-dim)}.figure-prompt-card.selected{border-color:var(--accent);background:#ff6b1a14}.figure-prompt-card-title{font-family:var(--display);font-weight:600;font-size:14px}.figure-prompt-card-desc{color:var(--text-dim);font-size:12px;line-height:1.45}.figure-prompt-or{text-align:center;color:var(--text-dim);font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin:4px 0}.figure-prompt-textarea{resize:vertical;min-height:84px}.figure-preset-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.figure-preset-chip{border:1px solid var(--border);background:var(--panel-2);color:var(--text);border-radius:999px;padding:8px 18px;font-size:13.5px;transition:border-color .15s ease,background .15s ease}.figure-preset-chip:hover{border-color:var(--text-dim)}.figure-preset-chip.selected{border-color:var(--accent);background:#ff6b1a14}.figure-preset-custom{display:inline-flex;align-items:center;gap:8px;padding:4px 6px 4px 14px}.figure-preset-custom-label{color:var(--text-dim);font-size:12.5px}.figure-preset-input{width:74px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:7px 8px;font-size:13px}.figure-preset-input:focus{outline:none;border-color:var(--accent)}.figure-preset-custom-unit{color:var(--text-dim);font-size:12.5px;padding-right:8px}.figure-size-error{margin-top:10px}.figure-size-tip{color:var(--text-dim);font-size:12.5px;line-height:1.6;margin:16px 0 0}.figure-size-tip-label{color:var(--accent);font-size:11px;margin-right:8px}.figure-finish-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}@media (max-width: 720px){.figure-finish-grid{grid-template-columns:1fr}}.figure-result{display:flex;flex-direction:column;gap:16px}.figure-generate-area{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:10px}.figure-generate-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;width:100%}.figure-credits{border:1px solid var(--border);border-radius:10px;padding:10px 14px;background:var(--panel-2);width:100%}.figure-credits-highlight{border-color:var(--accent);background:#ff6b1a0f}.figure-credits-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.figure-credits-balance{color:var(--text);font-size:13px}.figure-credits-balance strong{color:var(--accent);font-size:16px}.figure-credits-label{color:var(--text-dim)}.figure-credits-toggle{padding:6px 14px;font-size:12px}.figure-credits-packs{margin-top:14px;padding-top:12px;border-top:1px dashed var(--border)}.figure-credits-packs-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:10px}.figure-credits-pack-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}.figure-credits-pack{border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;background:var(--panel)}.figure-credits-pack-info{display:flex;align-items:baseline;gap:6px}.figure-credits-pack-amount{color:var(--accent);font-size:20px}.figure-credits-pack-label{color:var(--text-dim);font-size:12px}.figure-credits-pack-buy{justify-content:center}.figure-credits-simulated{color:var(--text-dim);font-size:11.5px;line-height:1.5;margin:10px 0 0}.figure-credits-message{font-size:12.5px;margin-top:10px}.figure-credits-message.ok{color:var(--ok)}.figure-generating{align-items:flex-start}.figure-progress{width:100%;height:8px;border-radius:999px;background:var(--panel-2);border:1px solid var(--border);overflow:hidden;margin-top:8px}.figure-progress-bar{height:100%;background:linear-gradient(90deg,var(--accent),#ffb27a);border-radius:999px;transition:width 1.1s ease}.figure-progress-stage{color:var(--text-dim);font-size:12.5px;margin:10px 0 0}.figure-preview{margin-top:6px}.figure-viewer-wrap{position:relative;height:430px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(circle at 50% 35%,#161a20,#0b0d10 70%)}@media (max-width: 720px){.figure-viewer-wrap{height:330px}}.figure-preview-dims{color:var(--text-dim);font-size:12px;margin:10px 0 0;text-align:center}.figure-saved-flash{display:inline-block;color:var(--ok);font-size:12.5px;margin-top:8px}.figure-saved-flash.ok{display:block;margin:6px 0 14px}.figure-preview-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;flex-wrap:wrap}.figure-preview-actions-left{display:flex;gap:10px;flex-wrap:wrap}.figure-confirm-btn{padding:12px 22px}.figure-pricing{align-items:flex-start;min-height:120px;justify-content:center}.figure-pricing-spinner{width:26px;height:26px;margin:10px 0;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:figure-spin .9s linear infinite}@keyframes figure-spin{to{transform:rotate(360deg)}}.figure-pricing-done{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.figure-auth-card{text-align:center}.figure-auth-card h2{font-family:var(--display);font-size:20px;margin:0 0 8px}.figure-auth-card p{color:var(--text-dim);font-size:13.5px;line-height:1.6;margin:0 auto;max-width:520px}.figure-auth-actions{display:flex;justify-content:center;gap:12px;margin-top:18px;flex-wrap:wrap}.figure-choice-summary{list-style:none;margin:4px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.figure-choice-summary li{border:1px solid var(--border);background:var(--panel-2);border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:3px}.figure-choice-label{color:var(--text-dim);font-size:10.5px;text-transform:uppercase;letter-spacing:.06em}.figure-choice-thumb{width:112px;height:112px;object-fit:cover;border-radius:8px;border:1px solid var(--border);margin-top:2px}.figure-library-header{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.figure-library-header h2{font-family:var(--display);font-size:18px;margin:0}.figure-library-subtitle{color:var(--text-dim);font-size:13px;line-height:1.55;margin:0}.figure-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.figure-library-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--panel-2);display:flex;flex-direction:column}.figure-library-thumb{aspect-ratio:1;width:100%;object-fit:cover;background:var(--bg);border-bottom:1px solid var(--border)}.figure-library-thumb-empty{aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:34px;background:var(--bg);border-bottom:1px solid var(--border)}.figure-library-body{padding:12px 14px;display:flex;flex-direction:column;gap:5px;flex:1}.figure-library-title{font-family:var(--display);font-weight:600;font-size:14px}.figure-library-meta{color:var(--text-dim);font-size:11.5px;line-height:1.5}.figure-library-meta .m3d-mono{color:var(--text)}.figure-library-actions{display:flex;flex-direction:column;gap:8px;padding:10px 14px 14px;border-top:1px solid var(--border);margin-top:auto}.figure-library-status{font-size:12.5px;color:var(--text-dim)}.figure-library-status.ok{color:var(--ok)}.figure-library-status.error{color:var(--danger)}.figure-library-remove-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.figure-library-remove-ask{color:var(--danger);font-size:12.5px}.figure-library-remove-btn{background:none;border:none;color:var(--text-dim);font-size:12px;cursor:pointer;padding:0;text-decoration:underline}.figure-library-remove-btn:hover{color:var(--danger)}.figure-library-empty{padding:10px 0}.figure-prompt-card{cursor:pointer}.figure-prompt-radio{position:absolute;opacity:0;pointer-events:none}.figure-page-panel{padding:16px 18px;margin-bottom:18px}.figure-credits-custom{gap:8px}.figure-credits-custom-title{font-family:var(--display);font-weight:600;font-size:13.5px}.figure-credits-custom-row{display:flex;align-items:baseline;gap:6px}.figure-credits-custom-input{width:110px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:7px 8px;font-size:14px}.figure-credits-custom-input:focus{outline:none;border-color:var(--accent)}.figure-credits-custom-hint{color:var(--text-dim);font-size:11px;line-height:1.4}.figure-credits-error{margin-top:10px}.figure-credits-packs-error{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--danger)}.figure-buy-actions{display:flex;gap:12px;margin-top:10px}.figure-buy-note{color:var(--text-dim);font-size:12.5px;line-height:1.5;margin:6px 0 0}
