:root{--bg: #f3f4f6;--surface: #ffffff;--surface-soft: #f9fafb;--text: #0f172a;--muted: #6b7280;--primary: #4f46e5;--primary-2: #4338ca;--accent: #f59e0b;--accent-soft: #fff7ed;--border: #e5e7eb;--shadow-sm: 0 2px 8px rgba(2, 6, 23, .06);--shadow-lg: 0 6px 18px rgba(2, 6, 23, .08);--radius-lg: 14px;--radius-md: 10px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Aptos,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg)}.center-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.loading-indicator{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid #c7d2fe;background:linear-gradient(180deg,#eef2ff,#f8fafc);color:#312e81;font-weight:700;font-size:.92rem}.loading-indicator.centered{margin:0 auto}.loading-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(79,70,229,.22);border-top-color:#4f46e5;animation:spin-360 .8s linear infinite}@keyframes spin-360{to{transform:rotate(360deg)}}.login-bg{background:radial-gradient(circle at 12% 15%,#c7d2fe 0,transparent 35%),radial-gradient(circle at 95% 5%,#cffafe 0,transparent 32%),#f8fafc}.auth-card{width:min(460px,100%);background:var(--surface);border-radius:22px;padding:30px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d}.auth-card h1{margin:0;font-size:2.1rem;letter-spacing:-.03em}.auth-card p{margin:8px 0 18px;color:var(--muted)}.auth-card form{display:grid;gap:12px}.auth-card label{display:grid;gap:6px;font-size:.92rem;color:#334155}.auth-card input{border:1px solid var(--border);border-radius:10px;padding:11px 12px}.auth-card input:focus{outline:none;border-color:#5eead4;box-shadow:0 0 0 4px #14b8a626}.auth-card button{border:0;border-radius:10px;padding:11px 14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff}.auth-card .link-btn{margin-top:8px;width:100%;background:transparent;color:var(--primary)}.error{color:#dc2626!important;margin:0!important}.info{color:#92400e!important;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:9px}.top-user{position:fixed;top:14px;right:14px;display:flex;gap:8px;align-items:center;background:#0f172af0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f9fafb;border-radius:999px;padding:8px 12px;z-index:50;font-size:.8rem}.top-user button{border:0;background:#334155;color:#fff;border-radius:999px;padding:4px 10px;cursor:pointer}.app-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:256px 1fr;overflow:hidden}.sidebar{position:relative;background:#312e81;color:#fff;padding:20px 14px;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(99,102,241,.15),transparent 35%);pointer-events:none}.brand{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:8px}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-weight:900;color:#1e1b4b;background:linear-gradient(135deg,#a5b4fc,#818cf8);box-shadow:0 8px 16px #4f46e540}.brand h2{margin:0;font-size:1.18rem}.brand p{margin:2px 0 0;color:#c7d2fe;font-size:.75rem}.sidebar nav{position:relative;z-index:1;display:grid;gap:8px;margin-bottom:auto}.nav-item{color:#e0e7ff;text-decoration:none;font-weight:600;border-radius:12px;padding:10px 12px;border:1px solid transparent;display:flex;align-items:center;gap:10px;transition:all .18s ease}.nav-badge{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-size:.66rem;letter-spacing:.04em;font-weight:800;border:1px solid rgba(199,210,254,.25);background:#c7d2fe2e}.nav-badge svg{width:16px;height:16px}.nav-item:hover{background:#3730a3;border-color:#c7d2fe40;transform:translate(2px)}.nav-item.active{background:#3730a3;color:#fff;border-color:#c7d2fe52;border-left:4px solid #818cf8;box-shadow:none}.nav-item.active .nav-badge{background:#ffffff29;border-color:#ffffff59}.nav-group{border:1px solid transparent;border-radius:12px}.nav-group.active{background:#3730a359;border-color:#c7d2fe33}.nav-group-trigger{width:100%;border:0;background:transparent;color:#e0e7ff;text-align:left;font-weight:600;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer}.nav-group-trigger:hover{background:#3730a3}.nav-group-chevron{margin-left:auto;color:#c7d2fe;font-size:.82rem}.nav-submenu{display:grid;gap:4px;padding:0 8px 8px 44px}.nav-subitem{text-decoration:none;color:#dbeafe;font-size:.82rem;padding:7px 8px;border-radius:8px;border:1px solid transparent}.nav-subitem:hover{background:#ffffff14}.nav-subitem.active{background:#818cf83d;border-color:#c7d2fe40;color:#fff}.sidebar-foot{position:relative;z-index:1;margin-top:14px;border:1px solid rgba(199,210,254,.24);background:#c7d2fe1f;border-radius:12px;padding:12px}.sidebar-foot p{margin:0;font-weight:700;font-size:.84rem}.sidebar-foot small{color:#9fb1ca;font-size:.74rem}.content{min-height:100vh;padding:24px;overflow:auto;overflow-x:hidden}.topbar{margin-bottom:14px;padding:16px 18px;border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:space-between;gap:12px}.topbar h1{margin:0;font-size:1.23rem}.topbar p{margin:4px 0 0;color:#6b7280;font-size:.9rem}.top-actions{display:flex;align-items:center;gap:8px}.top-actions button{border-radius:10px;padding:10px 13px;cursor:pointer;font-weight:700}.ghost-btn{border:1px solid var(--border);color:#334155;background:#fff}.primary-btn{border:0;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 8px 16px #4f46e540}.topbar .ghost-btn{border:1px solid #d1d5db;color:#374151;background:#fff}.page,.dashboard-stack{background:var(--surface);border-radius:var(--radius-lg);padding:22px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d;width:100%}.page h2{margin:0;font-size:1.35rem}.page-text{margin:10px 0 0;color:var(--muted);line-height:1.5}.dashboard-stack{display:grid;gap:14px}.hero-card.premium{display:grid;grid-template-columns:1.4fr .8fr;gap:14px;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border);padding:18px}.hero-left h2{margin:0;font-size:1.52rem;line-height:1.15}.hero-left p{margin:10px 0 0;color:#334155}.hero-cta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hero-right{position:relative;border-radius:12px;border:1px dashed #d1d5db;background:#f9fafb;display:grid;align-content:center;gap:8px;padding:14px;overflow:hidden}.pulse-ring{position:absolute;width:170px;height:170px;border-radius:999px;border:2px solid rgba(99,102,241,.2);right:-40px;top:-45px}.hero-chip{position:relative;z-index:1;display:inline-flex;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #d8dde6;color:#0f172a;font-weight:700;font-size:.78rem}.eyebrow{margin:0 0 8px!important;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:#4338ca!important;font-weight:800}.kpi-grid{display:grid;gap:10px}.kpi-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.kpi-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:14px}.kpi-card.elevated{box-shadow:0 1px 2px #0000000d}.kpi-card p{margin:0;color:var(--muted);font-size:.82rem}.kpi-card strong{display:block;margin-top:8px;font-size:1.32rem}.kpi-card span{display:inline-block;margin-top:6px;font-size:.82rem;font-weight:700}.kpi-up{color:#16a34a}.kpi-warn{color:#b45309}.ops-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ops-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px}.ops-card h3{margin:0;font-size:1rem}.ops-card p{color:var(--muted);margin:8px 0 0}.bars{margin-top:14px;height:120px;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end}.bars i{display:block;border-radius:8px;background:linear-gradient(180deg,#6366f1,#4338ca)}.task-list{margin:12px 0 0;padding-left:18px;color:var(--muted);display:grid;gap:8px}.primary-link{display:inline-block;text-decoration:none;color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border-radius:10px;padding:10px 13px;font-weight:700}.ghost-link{display:inline-block;text-decoration:none;color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;padding:10px 13px;font-weight:700}.soft-panel{margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.soft-panel p{margin:0 0 8px;font-weight:700}.soft-panel ul{margin:0;padding-left:18px;color:var(--muted)}.products-head{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:14px}.products-search{width:min(320px,100%);border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#fff}.products-search:focus{outline:none;border-color:#5eead4;box-shadow:0 0 0 4px #14b8a626}.products-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;text-align:left;padding:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}.product-thumb{position:relative;height:150px;border-bottom:1px solid var(--border);background:#f8fafc}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-noimg{height:100%;display:grid;place-items:center;color:#64748b;font-size:.9rem}.kit-pill{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:800;letter-spacing:.03em}.product-body{padding:12px}.product-body h3{margin:0;font-size:.98rem}.product-price{margin:7px 0;font-size:1.15rem;font-weight:800}.product-meta{display:grid;gap:4px;font-size:.82rem;color:var(--muted)}.profit-up{color:#16a34a;font-weight:700}.profit-down,.error-text{color:#b91c1c;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061794;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;z-index:60;padding:18px}.product-modal{width:min(980px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:0 1px 2px #0000000d;padding:16px}.product-modal-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}.product-modal-head h3{margin:0}.product-modal-head button{border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px 10px;cursor:pointer;font-weight:700}.product-modal-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px}.ml-page{display:grid;gap:12px;width:100%;max-width:100%;overflow-x:hidden}.ml-v2 .kpi-card{background:#fff}.ml-kpi-grid{gap:12px}.ml-analysis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ml-analysis-card{border-radius:14px;padding:16px 18px;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 18px #0f172a1f;min-height:132px;display:grid;align-content:start;gap:8px}.ml-analysis-card h4{margin:0;font-size:1.02rem;display:flex;align-items:center;justify-content:space-between;gap:10px}.ml-analysis-icon{font-size:1.45rem;line-height:1;opacity:.95;filter:drop-shadow(0 1px 0 rgba(0,0,0,.2))}.ml-analysis-card strong{font-size:1.56rem;line-height:1.05;letter-spacing:-.01em}.ml-analysis-row{display:flex;flex-wrap:wrap;gap:10px 18px}.ml-analysis-row span{font-size:.97rem;font-weight:700;color:#ffffffed}.ml-analysis-help{margin:0;font-size:.77rem;line-height:1.35;color:#ffffffd6}.ml-analysis-card.a-sales{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.ml-analysis-card.a-costs{background:linear-gradient(135deg,#be123c,#831843)}.ml-analysis-card.a-shipping{background:linear-gradient(135deg,#6b7280,#374151)}.ml-analysis-card.a-margin{background:linear-gradient(135deg,#1e40af,#1d4ed8)}.ml-analysis-card.a-ads{background:linear-gradient(135deg,#7e22ce,#6b21a8)}.ml-analysis-card.a-margin-ads{background:linear-gradient(135deg,#65a30d,#4d7c0f)}.ml-more-info{border:1px solid #d8e0ef;border-radius:12px;background:#fff;padding:8px 10px 12px}.ml-more-info summary{cursor:pointer;font-weight:800;color:#334155;list-style:none;display:flex;align-items:center;gap:8px}.ml-more-info summary::-webkit-details-marker{display:none}.ml-more-info summary:before{content:"◉";color:#4f46e5;font-size:.86rem}.ml-more-info .ml-kpi-grid{margin-top:10px}.ml-kpi-grid .kpi-card{border:0;border-radius:14px;min-height:120px;padding:16px 16px 14px;box-shadow:0 10px 18px #0f172a1f}.ml-kpi-grid .kpi-card p,.ml-kpi-grid .kpi-card span{color:#ffffffe6}.ml-kpi-grid .kpi-card .ml-kpi-help{display:block;margin-top:5px;font-size:.72rem;line-height:1.3;color:#ffffffc7;font-weight:600}.ml-kpi-grid .kpi-card strong{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.15);font-size:1.2rem}.ml-v2-hero{border:1px solid #111827;border-radius:14px;background:radial-gradient(circle at 85% 12%,rgba(20,184,166,.2),transparent 35%),linear-gradient(145deg,#03051c,#101a46 60%,#1a1457);color:#eef2ff;padding:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.ml-v2-hero .page-text{color:#cbd5e1;margin-top:8px}.ml-connection-pill{margin-top:10px;display:inline-flex;flex-direction:column;gap:3px;border-radius:10px;padding:7px 10px;border:1px solid rgba(148,163,184,.5);background:#0f172a59}.ml-connection-pill span{font-size:.8rem;font-weight:800;color:#e2e8f0}.ml-connection-pill small{font-size:.72rem;color:#cbd5e1}.ml-connection-pill.ok{border-color:#10b9818c;background:#10b98126}.ml-connection-pill.sync{border-color:#3b82f68c;background:#3b82f626}.ml-connection-pill.error{border-color:#ef44448c;background:#ef444429}.ml-v2-periods{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.ml-pill{border:1px solid rgba(226,232,240,.5);border-radius:999px;background:transparent;color:#e2e8f0;padding:6px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.ml-pill.active{border-color:#22c55e;color:#22c55e;box-shadow:inset 0 0 0 1px #22c55e59}.ml-v2-hero .primary-btn{background:linear-gradient(135deg,#5b58eb,#3f37c9)}.ml-v2-hero .ghost-btn{background:#fff}.ml-summary-head{border:1px solid #dbe4ff;border-radius:12px;background:linear-gradient(90deg,#eef2ff,#ecfeff);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}.ml-summary-label{margin:0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#475569;display:inline-flex;align-items:center;gap:6px}.ml-help{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;color:#64748b;font-size:.66rem;font-weight:900;cursor:help;line-height:1}.ml-summary-head strong{display:block;margin-top:4px;font-size:1.18rem}.ml-summary-sub{display:inline-block;margin-top:4px;font-size:.76rem;color:#64748b}.ml-profit-insight{margin-top:8px;border-radius:10px;border:1px solid #d1d5db;background:#fff;padding:7px 9px;display:grid;gap:4px;width:fit-content;max-width:100%}.ml-profit-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.75rem;font-weight:800;width:fit-content}.ml-profit-text{font-size:.76rem;font-weight:700;line-height:1.3}.ml-profit-insight.positive{border-color:#86efac;background:#f0fdf4}.ml-profit-insight.positive .ml-profit-badge{background:#dcfce7;color:#166534}.ml-profit-insight.positive .ml-profit-text{color:#166534}.ml-profit-insight.warning{border-color:#facc15;background:#fefce8}.ml-profit-insight.warning .ml-profit-badge{background:#fef08a;color:#854d0e}.ml-profit-insight.warning .ml-profit-text{color:#854d0e}.ml-profit-insight.negative{border-color:#fca5a5;background:#fef2f2}.ml-profit-insight.negative .ml-profit-badge{background:#fee2e2;color:#991b1b}.ml-profit-insight.negative .ml-profit-text{color:#991b1b}.ml-profit-insight.neutral{border-color:#cbd5e1;background:#f8fafc}.ml-profit-insight.neutral .ml-profit-badge{background:#e2e8f0;color:#334155}.ml-profit-insight.neutral .ml-profit-text{color:#334155}.ml-kpi-grid .kpi-card:nth-child(1){background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.ml-kpi-grid .kpi-card:nth-child(2){background:linear-gradient(135deg,#7c3aed,#5b21b6)}.ml-kpi-grid .kpi-card:nth-child(3){background:linear-gradient(135deg,#059669,#166534)}.ml-kpi-grid .kpi-card:nth-child(4){background:linear-gradient(135deg,#dc2626,#991b1b)}.ml-kpi-grid .kpi-card:nth-child(5){background:linear-gradient(135deg,#be123c,#9f1239)}.ml-kpi-grid .kpi-card:nth-child(6){background:linear-gradient(135deg,#334155,#111827)}.ml-kpi-grid .kpi-card:nth-child(7){background:linear-gradient(135deg,#4b5563,#1f2937)}.ml-kpi-grid .kpi-card:nth-child(8){background:linear-gradient(135deg,#65a30d,#3f6212)}.ml-alerts-board{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px}.ml-alerts-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.ml-alerts-head h3{margin:0;font-size:1rem}.ml-alerts-head span{color:#64748b;font-size:.8rem;font-weight:700}.ml-alerts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ml-alert-item{border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;padding:9px 10px}.ml-alert-item strong{display:block;font-size:.86rem}.ml-alert-item p{margin:5px 0 0;font-size:.78rem;line-height:1.35}.ml-alert-action-btn{margin-top:8px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:8px;padding:5px 9px;font-size:.74rem;font-weight:800;cursor:pointer}.ml-alert-item.high{border-color:#fca5a5;background:#fef2f2}.ml-alert-item.high strong{color:#991b1b}.ml-alert-item.medium{border-color:#fcd34d;background:#fffbeb}.ml-alert-item.medium strong{color:#92400e}.ml-alert-item.low{border-color:#bfdbfe;background:#eff6ff}.ml-alert-item.low strong{color:#1d4ed8}.ml-ads-strip{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ml-ads-strip p{margin:0;font-size:.82rem;color:#64748b}.ml-ads-strip strong{display:block;margin-top:4px;font-size:1.12rem}.ml-ops-grid{grid-template-columns:1.1fr .9fr}.ml-top-item-v2{align-items:stretch}.ml-share{min-width:112px;display:grid;align-content:center;justify-items:end;gap:5px}.ml-share span{font-size:.78rem;color:#0f172a}.ml-share i{display:block;height:8px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#22c55e)}.ml-orders-table-wrap{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;width:100%;max-width:100%;overflow:hidden}.ml-orders-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ml-orders-head h3{margin:0}.ml-orders-head span{color:#64748b;font-size:.82rem}.ml-order-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.ml-order-filter-chip{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:5px 10px;font-size:.76rem;font-weight:700;cursor:pointer}.ml-order-filter-chip.active{border-color:#4f46e5;color:#4f46e5;background:#eef2ff}.ml-pagination{margin-top:10px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.ml-pagination span{font-size:.82rem;color:#475569;font-weight:700}.ml-col-title{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ml-v2-hero,.ml-summary-head,.ml-alerts-board,.ml-ads-strip,.ml-ops-grid,.ml-orders-table-wrap,.ml-orders-table-wrap .table-wrap,.ml-orders-table-wrap .table.clean{min-width:0}.ml-orders-table-wrap .table-wrap{overflow-x:hidden}.ml-orders-table-wrap .table.clean{min-width:0;table-layout:auto}.ml-orders-table-wrap .table.clean th,.ml-orders-table-wrap .table.clean td{white-space:normal;word-break:normal;overflow-wrap:anywhere;padding:7px 6px;font-size:.8rem;vertical-align:middle}.ml-orders-table-wrap .ml-col-title{max-width:none;white-space:normal;word-break:normal;overflow-wrap:anywhere;line-height:1.25;overflow:visible;text-overflow:initial}.ml-orders-table-wrap .ml-col-order-id{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}.ml-thumb{width:34px;height:34px;object-fit:cover;border-radius:6px;border:1px solid #d1d5db;background:#fff}.ml-thumb-fallback{width:34px;height:34px;border-radius:6px;border:1px dashed #cbd5e1;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;font-size:.72rem}.assistant-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061780;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:120;display:grid;place-items:center;padding:16px}.assistant-modal{width:min(760px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #dbe3ef;border-radius:14px;box-shadow:0 22px 44px #0206174d;padding:16px}.assistant-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.assistant-modal-head h3{margin:0;font-size:1.08rem}.assistant-tips{margin:10px 0 0;padding-left:18px;display:grid;gap:8px;color:#334155;line-height:1.45}.ml-cost-cell{display:grid;gap:4px;min-width:0;width:100%;max-width:220px}.ml-cost-cell strong{font-size:.85rem}.ml-cost-select{border:1px solid #d1d5db;border-radius:6px;background:#fff;padding:4px 6px;font-size:.74rem;width:100%;max-width:220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-hero{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:center}.ml-hero h2{margin:0}.ml-hero-actions{display:flex;flex-wrap:wrap;gap:8px}.ml-connection-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:14px}.ml-connection-card h3{margin:0}.ml-token-row{margin-top:10px;display:grid;gap:8px;grid-template-columns:1fr auto auto}.ml-top-list{display:grid;gap:8px}.ml-top-item{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);border-radius:10px;background:#f8fafc;padding:10px;gap:10px}.ml-top-item strong{font-size:.9rem}.ml-top-item p{margin:3px 0 0;color:var(--muted);font-size:.8rem}.ml-top-item span{font-weight:800;color:#16a34a}@media(max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:25}.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.content{padding:16px}.topbar{flex-direction:column}.hero-card.premium,.ops-grid,.kpi-grid-4,.products-grid,.product-modal-grid,.ml-token-row{grid-template-columns:1fr}.products-head{flex-direction:column;align-items:stretch}.products-search{width:100%}.product-modal{width:100%;max-height:calc(100vh - 18px)}.ml-hero{flex-direction:column;align-items:stretch}.ml-v2-hero,.ml-summary-head,.ml-analysis-grid,.ml-alerts-grid,.ml-ads-strip,.ml-ops-grid{grid-template-columns:1fr}}@media(max-width:820px){.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.top-actions{width:100%}.top-actions button{flex:1}.content{padding:12px}.page,.dashboard-stack{padding:14px}}.section-head{display:grid;gap:4px}.section-head.row-between{display:flex;justify-content:space-between;align-items:center}.form-grid{margin-top:12px;display:grid;gap:10px}.form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:grid;gap:6px}.field.full{grid-column:1 / -1}.field span{font-size:.78rem;font-weight:700;color:#4b5563}.field input,.field select{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px}.field textarea{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;resize:vertical;min-height:120px;font-family:inherit}.field input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.field select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.field textarea:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.actions-row{margin-top:12px;display:flex;gap:8px;justify-content:flex-end}.table-wrap{margin-top:10px;overflow-x:auto}.table.clean{width:100%;border-collapse:collapse;min-width:680px}.table.clean th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:9px 8px;border-bottom:1px solid var(--border)}.table.clean td{padding:9px 8px;border-bottom:1px solid #f3f4f6;font-size:.85rem}.table.clean input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px 9px;background:#fff}.danger-btn{border:1px solid #fecaca;background:#fff5f5;color:#b91c1c;border-radius:8px;padding:8px 10px;font-weight:700;cursor:pointer}.mini-list{display:grid;gap:6px}.mini-list-item{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fff}.filter-row{margin-top:12px;display:flex;gap:8px}.chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:7px 12px;font-weight:700;font-size:.8rem;cursor:pointer;color:#4b5563}.chip.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.task-board{margin-top:12px;display:grid;gap:10px}.task-card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px;display:flex;justify-content:space-between;gap:10px}.task-card h3{margin:0;font-size:1rem}.task-card p{margin:4px 0 0;color:#6b7280;font-size:.86rem}.task-card small{display:block;margin-top:6px;color:#6b7280}.task-actions{display:flex;align-items:flex-start;gap:8px}.nf-settings-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;margin-bottom:10px}.nf-settings-card h3{margin:0 0 10px}.nf-chip{border-radius:999px;padding:5px 10px;font-size:.74rem;font-weight:800;border:1px solid #cbd5e1;color:#334155;background:#f8fafc}.nf-chip.authorized,.nf-chip.autorizada{border-color:#86efac;color:#166534;background:#f0fdf4}.nf-chip.pending_provider,.nf-chip.pending,.nf-chip.draft_pending_provider{border-color:#fcd34d;color:#92400e;background:#fffbeb}.nf-chip.error{border-color:#fca5a5;color:#991b1b;background:#fef2f2}@media(max-width:1180px){.form-grid.two-col,.form-grid.three-col{grid-template-columns:1fr}}@media(max-width:820px){.actions-row{justify-content:stretch}.actions-row button{flex:1}.task-card{flex-direction:column}.task-actions{width:100%}.task-actions button{flex:1}}.pricing-mirror{padding:0;overflow:hidden}.pricing-header-row{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);background:#f3f4f6}.pricing-header-row h2{margin:0;font-size:2rem}.pricing-header-actions{display:flex;gap:8px}.pricing-link-btn{text-decoration:none;display:inline-flex;align-items:center;padding:10px 16px;border-radius:10px;background:#c7d2fe;border:1px solid #c7d2fe;color:#3730a3;font-weight:700}.pricing-kit-box{margin:12px;border:1px solid #f4d16b;background:#fefce8;border-radius:10px;padding:12px}.pricing-kit-box p{margin:0 0 6px;font-weight:700;color:#92400e}.pricing-kit-box label{display:flex;align-items:center;gap:8px}.pricing-kit-box input{width:100px;border:1px solid #d1d5db;border-radius:8px;padding:8px}.pricing-kit-box small{color:#6b7280}.pricing-product-head{display:grid;grid-template-columns:1fr 280px;gap:14px;padding:12px 18px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-product-name label,.pricing-product-image label{display:block;font-weight:700;color:#1f2937;margin-bottom:8px}.pricing-product-name input{width:100%;border:0;border-bottom:2px solid #c7d2fe;background:transparent;padding:10px 6px;font-size:1.9rem;color:#6b7280}.pricing-product-name input:focus{outline:none;border-color:#818cf8}.pricing-image-drop{border:2px dashed #cbd5e1;border-radius:12px;min-height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#64748b;cursor:pointer;background:#f8fafc;overflow:hidden}.pricing-image-drop input{display:none}.pricing-image-icon{width:30px;height:30px;display:inline-flex;place-items:center;color:#94a3b8}.pricing-image-icon svg{width:100%;height:100%}.pricing-image-text{font-size:.86rem;color:#64748b;line-height:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pricing-image-preview-wrap{padding:0 18px 12px}.pricing-image-preview{max-width:220px;max-height:140px;object-fit:contain;border:1px solid var(--border);border-radius:10px;padding:6px;background:#fff}.pricing-step-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:10px 18px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#4f46e5;font-weight:700}.pricing-step-line span:nth-child(2){text-align:center;color:#64748b}.pricing-materials-block{padding:16px 18px}.pricing-materials-block h3{margin:0;font-size:2rem}.pricing-tip-box{margin-top:10px;background:#f3f4f6;border-left:4px solid #818cf8;border-radius:10px;padding:12px;color:#475569}.pricing-rows{margin-top:12px;display:grid;gap:8px}.pricing-row{display:grid;grid-template-columns:1fr 80px 120px 90px auto;gap:8px;align-items:center}.pricing-item-input,.pricing-small-input,.pricing-total-input{border:1px solid #d1d5db;border-radius:10px;padding:9px 10px;background:#fff}.pricing-total-input{background:#f3f4f6}.pricing-trash{border:0;background:transparent;color:#ef4444;font-weight:700;cursor:pointer}.pricing-lib-title{margin:18px 0 8px;font-size:.74rem;letter-spacing:.06em;font-weight:800;color:#64748b}.pricing-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.pricing-chip{border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:999px;padding:7px 11px;font-weight:700;font-size:.84rem;cursor:pointer}.pricing-add-line{margin-top:14px;border:0;background:transparent;color:#4f46e5;font-weight:800;cursor:pointer}.pricing-total-row{margin-top:14px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.pricing-marketplace-inline{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:8px}.pricing-marketplace-inline label{display:grid;gap:4px;font-size:.78rem;font-weight:700;color:#4b5563}.pricing-marketplace-inline input{border:1px solid var(--border);border-radius:8px;padding:8px}@media(max-width:980px){.pricing-product-head,.pricing-row,.pricing-marketplace-inline{grid-template-columns:1fr}.pricing-total-row{flex-direction:column;align-items:stretch;gap:8px}.pricing-total-row button{width:100%}}.pricing-step-line{display:flex;align-items:center;padding:10px 12px;background:#f8fafc;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#4338ca;font-weight:700;font-size:.9rem}.pricing-stage{margin:14px 18px 10px}.pricing-stage h3{margin:0;font-size:1.5rem}.materials-manager-modal{width:min(1120px,100%)}.materials-actions-cell{display:flex;gap:8px;justify-content:flex-end}.materials-actions-cell .ghost-btn,.materials-actions-cell .danger-btn{min-height:34px;padding:7px 10px;font-size:.8rem}.table-input{width:100%;min-width:84px;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:7px 8px;font-size:.84rem}.table-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.mobile-menu-btn{display:none;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.mobile-overlay{display:none}@media(max-width:1024px){.app-shell{grid-template-columns:1fr;min-height:100dvh;height:auto;overflow:visible}.sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,320px);transform:translate(-100%);transition:transform .22s ease;z-index:120;max-height:100dvh;overflow:auto}.sidebar.open{transform:translate(0)}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#02061766;z-index:110}.content{min-height:100dvh;padding:12px}.topbar{position:sticky;top:8px;z-index:90;display:grid;grid-template-columns:auto 1fr;gap:8px 10px;align-items:center;padding:10px 12px}.topbar>div:first-of-type{grid-column:2}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;grid-column:1;grid-row:1}.top-actions{grid-column:1 / -1;width:100%}.top-actions button{flex:1}.page,.dashboard-stack{padding:14px}.table.clean{min-width:560px}.pricing-header-row{padding:10px 12px;gap:10px;align-items:flex-start;flex-direction:column}.pricing-header-row h2{font-size:1.4rem}.pricing-header-actions{width:100%}.pricing-header-actions .ghost-btn,.pricing-link-btn{flex:1;justify-content:center}.pricing-kit-box{margin:10px}.pricing-kit-box label{flex-wrap:wrap}.pricing-product-head{padding:10px 12px;grid-template-columns:1fr}.pricing-product-name input{font-size:1.25rem;padding:8px 4px}.pricing-image-preview-wrap,.pricing-materials-block,.pricing-stage{padding-left:12px;padding-right:12px;margin-left:0;margin-right:0}.pricing-step-line{padding:10px 12px;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap}.pricing-step-chip{flex:0 0 auto}.pricing-row{grid-template-columns:1fr 70px 110px 90px}.pricing-trash{grid-column:1 / -1;justify-self:end}.pricing-chip-grid{max-height:150px;overflow:auto;padding-right:4px}.pricing-marketplace-inline{grid-template-columns:1fr}.task-card{flex-direction:column}.task-actions{width:100%}.task-actions button{flex:1}}@media(max-width:640px){.topbar h1{font-size:1rem}.topbar p{font-size:.78rem}.hero-left h2{font-size:1.2rem}.kpi-card strong{font-size:1.05rem}.products-grid{grid-template-columns:1fr}.product-thumb{height:130px}.pricing-row{grid-template-columns:1fr}.pricing-item-input,.pricing-small-input,.pricing-total-input{width:100%}.pricing-total-row{flex-direction:column;align-items:stretch}.pricing-total-row button{width:100%}}@media(min-width:1025px){.topbar h1{font-size:1.1rem}.topbar p{font-size:.84rem;max-width:60ch}.top-actions button,.pricing-header-actions .ghost-btn,.pricing-link-btn,.primary-btn,.ghost-btn{min-height:40px;padding:10px 16px;font-size:.9rem;line-height:1;white-space:nowrap}.nav-item{white-space:nowrap;font-size:.92rem}.pricing-header-row h2{font-size:1.6rem}.pricing-product-name input{font-size:1.35rem}.pricing-materials-block h3{font-size:1.55rem}.pricing-step-chip,.pricing-chip,.table.clean th,.table.clean td{white-space:nowrap}}.calendar-flow-page{background:#f2f4f7;border:1px solid var(--border);border-radius:12px;padding:0}.calendar-flow-header{background:#fff;border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.calendar-flow-header h2{margin:0;font-size:2.15rem;letter-spacing:-.01em;color:#10213f;line-height:1.1;display:inline-flex;align-items:center;gap:10px}.calendar-flow-header p{margin:4px 0 0;color:#64748b;font-size:.95rem}.calendar-title-icon{color:#e03b8b;width:28px;height:28px;display:inline-flex}.calendar-title-icon svg{width:100%;height:100%;line-height:1}.calendar-flow-header-actions{display:flex;gap:10px;align-items:center}.calendar-btn-dark,.calendar-btn-pink{border:0;min-height:50px;padding:10px 18px;border-radius:9px;color:#fff;font-weight:800;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.calendar-btn-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.calendar-btn-icon svg{width:100%;height:100%}.calendar-btn-dark{background:#0f1f3c;box-shadow:0 5px 12px #0f1f3c2e}.calendar-btn-pink{background:linear-gradient(135deg,#ef3a8d,#d61f6c);box-shadow:0 5px 12px #d61f6c29}.print-test-page{display:grid;gap:14px}.print-driver-guide{border:1px solid #dbe3ef;border-left:4px solid #4f46e5;border-radius:10px;background:#fff;padding:10px 12px}.print-driver-guide-title{margin:0 0 6px;font-size:.9rem;font-weight:800;color:#1e293b}.print-driver-guide ol{margin:0;padding-left:18px;color:#475569;font-size:.84rem;display:grid;gap:4px}.print-test-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;border:1px solid #dbe4ff;border-radius:12px;background:linear-gradient(90deg,#eef2ff,#ecfeff)}.print-test-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.print-upload-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.print-upload-btn input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.print-source-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px;width:min(260px,100%)}.print-source-card p{margin:0 0 8px;font-size:.82rem;color:#64748b;font-weight:700}.print-source-card img{width:100%;max-height:260px;object-fit:contain;border-radius:8px;border:1px solid #dbe3ef;background:#f8fafc}.print-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.print-tile{border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px}.print-tile.best{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.print-tile img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.print-tile p{margin:7px 0 0;text-align:center;font-size:.78rem;font-weight:800;color:#1f2937}.print-reco-box{border:1px solid #c7d2fe;background:#eef2ff;border-radius:12px;padding:10px}.print-reco-title{margin:0 0 8px;font-size:.9rem;font-weight:800;color:#3730a3}.print-reco-list{display:grid;gap:6px}.print-reco-item{display:flex;gap:8px;align-items:center;border:1px solid #dbe3ef;background:#fff;border-radius:8px;padding:7px 9px}.print-reco-item strong{color:#4f46e5}.calendar-flow-tabs{display:flex;gap:14px;align-items:flex-end;border-bottom:1px solid #d8dde6;padding:12px 20px 0}.calendar-flow-tabs .tab-item{border:0;background:transparent;color:#344764;padding:10px 2px 12px;font-weight:800;font-size:1.05rem;cursor:pointer;border-bottom:2px solid transparent}.calendar-flow-tabs .tab-item.active{color:#de2f79;border-bottom-color:#de2f79}.calendar-flow-grid{padding:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,380px));gap:14px;justify-content:flex-start;align-items:start}.calendar-empty{border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:#64748b;padding:26px}.calendar-card{border:1px solid #d5d8de;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 1px #0f172a05;width:100%;max-width:380px}.calendar-card-head{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf0f4}.calendar-card-head strong{color:#1f3553;font-size:.95rem}.calendar-card-head span{color:#94a3b8;font-size:.82rem}.calendar-thumb-wrap{background:#f8fafc;height:235px;display:grid;place-items:center;padding:10px;overflow:hidden}.calendar-thumb{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block}.calendar-mark-btn{margin:10px 10px 8px;border:1px solid #cfe8db;border-radius:8px;background:#edf8f1;color:#0f7b47;min-height:38px;font-weight:800;font-size:.93rem;cursor:pointer;width:calc(100% - 20px);display:inline-flex;align-items:center;justify-content:center;gap:6px}.calendar-mark-icon{width:13px;height:13px;display:inline-flex}.calendar-mark-icon svg{width:100%;height:100%}.calendar-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 10px}.calendar-pdf-btn,.calendar-mockup-btn{border:0;min-height:38px;border-radius:8px;font-weight:800;font-size:.92rem;color:#fff;cursor:pointer}.calendar-pdf-btn{background:linear-gradient(135deg,#5f62ed,#464bd8)}.calendar-mockup-btn{background:#0f1f3c}.calendar-delete-link{display:block;width:100%;border:0;background:transparent;color:#f25555;text-align:center;font-weight:700;padding:10px 8px;font-size:.8rem;cursor:pointer}.calendar-modal{width:min(860px,100%)}.calendar-modal-preview{margin-top:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;min-height:240px;display:grid;place-items:center;padding:12px}.calendar-modal-preview img{max-width:100%;max-height:320px;object-fit:contain}.mockup-config-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.mockup-config-left,.mockup-config-right{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px}.mockup-marker-toolbar{display:flex;gap:8px;margin-top:8px}.mockup-marker-surface{position:relative;margin-top:8px;border:1px dashed #cbd5e1;border-radius:10px;min-height:220px;background:#f8fafc;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:crosshair}.mockup-template-preview{width:100%;height:100%;object-fit:fill;display:block;background:#fff}.mockup-template-empty{min-height:280px;display:grid;place-items:center;color:#64748b;font-size:.9rem}.mockup-marker{position:absolute;border:2px solid;border-radius:0;font-size:.72rem;font-weight:800;padding:2px 4px;line-height:1;pointer-events:auto;cursor:move;display:flex;align-items:flex-start;justify-content:space-between;transform-origin:center center}.mockup-marker.left{border-color:#ec4899;color:#be185d;background:#f472b624}.mockup-marker.right{border-color:#3b82f6;color:#1d4ed8;background:#3b82f621}.mockup-resize-handle{position:absolute;border:0;background:currentColor;border-radius:0;width:10px;height:10px;padding:0}.mockup-resize-handle.right{right:-6px;top:calc(50% - 5px);cursor:ew-resize}.mockup-resize-handle.left{left:-6px;top:calc(50% - 5px);cursor:ew-resize}.mockup-resize-handle.bottom{bottom:-6px;left:calc(50% - 5px);cursor:ns-resize}.mockup-resize-handle.top{top:-6px;left:calc(50% - 5px);cursor:ns-resize}.mockup-rotate-handle{position:absolute;top:-18px;left:calc(50% - 6px);width:12px;height:12px;border:2px solid currentColor;border-radius:0;background:#fff;cursor:grab;padding:0}.mockup-points-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.mockup-guide-line{position:absolute;pointer-events:none;opacity:.65}.mockup-guide-line.vertical{top:0;bottom:0;width:1px;border-left:1px dashed #22c55e}.mockup-guide-line.horizontal{left:0;right:0;height:1px;border-top:1px dashed #22c55e}.mockup-json-label{margin:0 0 8px;font-size:.82rem;font-weight:800;color:#334155}.mockup-json{width:100%;min-height:360px;border:1px solid var(--border);border-radius:8px;padding:8px;font-family:Consolas,Courier New,monospace;font-size:.78rem;color:#0f172a;resize:vertical;background:#f8fafc}@media(max-width:980px){.calendar-flow-header{padding:14px;flex-direction:column;align-items:stretch}.calendar-flow-header h2{font-size:1.4rem}.calendar-title-icon{width:18px;height:18px}.calendar-flow-header-actions{width:100%}.calendar-btn-dark,.calendar-btn-pink{flex:1;min-height:38px;font-size:.84rem;padding:8px 10px}.calendar-flow-tabs{padding:10px 14px 0;gap:14px}.calendar-flow-tabs .tab-item{font-size:.88rem}.calendar-flow-grid{padding:14px;grid-template-columns:1fr}.calendar-thumb-wrap{height:200px}.mockup-config-layout{grid-template-columns:1fr}.mockup-json{min-height:220px}}
