:root{--bg:#f4f5f7;--panel:#fff;--ink:#1d2430;--muted:#667085;--line:#d9dde5;--blue:#1f6feb;--green:#138a52;--red:#c2410c;--amber:#b7791f}*{box-sizing:border-box}body{min-height:100vh;color:var(--ink);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#111827;padding:24px 18px}.brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.brand-mark{color:#0f172a;background:#2dd4bf;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.nav{gap:8px;display:grid}.nav a{color:#cbd5e1;border-radius:8px;padding:12px 14px}.nav a:hover{color:#fff;background:#ffffff1a}.main{min-width:0;padding:28px}.header{justify-content:space-between;align-items:start;gap:20px;margin-bottom:22px;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:800}h1{margin:0;font-size:1.8rem}h2{margin:0 0 14px;font-size:1rem}p{line-height:1.55}.button{background:var(--blue);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;padding:11px 14px;font-weight:800;display:inline-flex}.grid{gap:14px;display:grid}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.two-col{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.panel,.metric,.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 12px 30px #1d243014}.metric span,.card span{color:var(--muted);font-size:.84rem;display:block}.metric strong{margin-top:8px;font-size:1.5rem;display:block}.card strong{margin:6px 0;font-size:1.1rem;display:block}.meta{color:var(--muted);font-size:.9rem}.status{color:#713f12;background:#fef3c7;border-radius:999px;margin-top:10px;padding:4px 8px;font-size:.78rem;font-weight:800;display:inline-flex}.status.active{color:#14532d;background:#dcfce7}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:.78rem}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{width:min(420px,100%)}.form{gap:12px;display:grid}label{gap:6px;font-weight:700;display:grid}input{border:1px solid var(--line);border-radius:8px;width:100%;padding:10px 11px}@media (max-width:980px){.app-shell,.metrics,.cards,.two-col{grid-template-columns:1fr}}.sidebar-footer{gap:10px;margin-top:28px;display:grid}.setup-pill{color:#713f12;background:#fef3c7;border-radius:999px;width:fit-content;padding:4px 8px;font-size:.78rem;font-weight:800;display:inline-flex}.ghost-dark{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;width:100%;padding:10px 12px}.ghost-dark:hover{color:#fff;background:#ffffff1a}.notice{color:#713f12;background:#fefce8;border:1px solid #facc15;border-radius:8px;padding:10px;font-size:.9rem}.error-text{color:var(--red);margin:0;font-weight:700}button:disabled{opacity:.65;cursor:not-allowed}.positive{color:var(--green)}.negative{color:var(--red)}.landing{background:#f7f8fb;min-height:100vh}.landing-nav{justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:22px 28px;display:flex}.landing-brand{align-items:center;gap:10px;display:inline-flex}.landing-nav nav{color:var(--muted);align-items:center;gap:14px;font-weight:700;display:flex}.landing-hero,.landing-section{max-width:1180px;margin:0 auto;padding:54px 28px}.landing-hero{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);align-items:center;gap:34px;padding-top:72px;display:grid}.hero-copy h1{letter-spacing:0;max-width:760px;font-size:3rem;line-height:1.02}.hero-copy p{color:#475467;max-width:680px;font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.secondary-button{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:11px 14px;font-weight:800;display:inline-flex}.product-preview{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 24px 60px #1d243024}.preview-topbar{border-bottom:1px solid var(--line);background:#111827;gap:6px;padding:14px;display:flex}.preview-topbar span{background:#cbd5e1;border-radius:999px;width:10px;height:10px}.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:18px;display:grid}.preview-grid article{border:1px solid var(--line);border-radius:8px;padding:12px}.preview-grid small,.preview-table span,.preview-table em{color:var(--muted);font-style:normal}.preview-grid strong{margin-top:6px;font-size:1.2rem;display:block}.preview-table{padding:0 18px 18px;display:grid}.preview-table div{border-bottom:1px solid var(--line);grid-template-columns:1fr .8fr .5fr;gap:10px;padding:11px 0;display:grid}.preview-table div:last-child{border-bottom:0}.section-heading{max-width:760px;margin-bottom:20px}.section-heading h2,.split-feature h2,.tech-band h2{font-size:2rem;line-height:1.15}.split-feature,.tech-band{grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);align-items:center;gap:28px;display:grid}.feature-list{gap:10px;display:grid}.feature-list span{border:1px solid var(--line);background:#fff;border-radius:8px;padding:13px 14px;font-weight:700}.tech-band{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:44px}@media (max-width:980px){.landing-hero,.split-feature,.tech-band{grid-template-columns:1fr}.hero-copy h1{font-size:2.25rem}.landing-nav{flex-direction:column;align-items:flex-start}}.form-wide{max-width:720px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:10px 11px}textarea{resize:vertical}.success-text{color:var(--green);margin:0;font-weight:700}@media (max-width:720px){.form-row{grid-template-columns:1fr}}.header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.notice{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:0;padding:10px 12px}.section-title-row{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.section-title-row h2,.section-title-row p{margin-bottom:4px}.alert-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:.76rem;font-weight:800;display:inline-flex}.alert-pill.overdue{color:#991b1b;background:#fee2e2}.alert-pill.today{color:#92400e;background:#fef3c7}.alert-pill.week{color:#1e40af;background:#dbeafe}.alert-pill.later{color:#166534;background:#dcfce7}.alert-pill.no_date{color:#475569;background:#f1f5f9}.planner-cards{margin-top:16px}@media (max-width:720px){.section-title-row{display:grid}}.business-profit-cards{align-items:stretch}.business-profit-card{align-content:start;gap:10px;display:grid}.statement-mini,.statement-table{gap:8px;display:grid}.statement-mini div,.statement-table div{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding-bottom:7px;display:flex}.statement-mini div:last-child,.statement-table div:last-child{border-bottom:0}.statement-mini span,.statement-table span{color:var(--muted)}.statement-highlight,.statement-subtotal,.statement-total{background:#f8fafc;border-radius:8px;padding:9px 10px 8px}.statement-total{background:#eff6ff;border:1px solid #bfdbfe}.metric small{color:var(--muted);margin-top:5px;font-size:.78rem;display:block}.monitor-grid{margin-bottom:16px}.insight-list{gap:10px;display:grid}.insight-list p{border:1px solid var(--line);background:#f8fafc;border-radius:8px;margin:0;padding:12px}.bar-chart{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:12px;min-height:230px;display:grid}.bar-item{text-align:center;grid-template-rows:auto 1fr auto;gap:8px;min-height:220px;display:grid}.bar-value{color:var(--muted);font-size:.78rem;font-weight:800}.bar-track{background:#eef2ff;border-radius:999px;justify-content:center;align-items:end;min-height:160px;display:flex;position:relative;overflow:hidden}.bar-fill{border-radius:999px 999px 0 0;width:100%;min-height:6px}.bar-fill.sales{background:linear-gradient(#2dd4bf,#1f6feb)}.bar-item span{color:var(--muted);text-transform:capitalize;font-size:.8rem;font-weight:800}.cost-chart{gap:12px;display:grid}.cost-row{grid-template-columns:58px 1fr;align-items:center;gap:10px;display:grid}.cost-row>span{color:var(--muted);text-transform:capitalize;font-size:.8rem;font-weight:800}.cost-bars{gap:6px;display:grid}.cost-line{grid-template-columns:52px 1fr 52px;align-items:center;gap:8px;display:grid}.cost-line em{color:var(--muted);font-size:.76rem;font-style:normal}.cost-line div{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden}.cost-line strong{color:var(--muted);text-align:right;font-size:.76rem}.cost-fill{border-radius:999px;height:100%;display:block}.cost-fill.direct{background:#f97316}.cost-fill.expense{background:#ef4444}@media (max-width:720px){.bar-chart{grid-template-columns:repeat(3,minmax(0,1fr))}.cost-line{grid-template-columns:48px 1fr}.cost-line strong{text-align:left;grid-column:2}}.password-field{display:block;position:relative}.password-field input{padding-right:46px}.password-toggle{cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover{background:#e2e8f0}.dashboard-header-tools{flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:12px;display:flex}.realtime-clock{border:1px solid var(--line);text-align:right;background:#fff;border-radius:10px;min-width:210px;padding:12px 14px;box-shadow:0 12px 30px #1d243014}.realtime-clock span,.realtime-clock small{color:var(--muted);font-size:.78rem;display:block}.realtime-clock strong{color:var(--ink);letter-spacing:.02em;margin:4px 0;font-size:1.25rem;display:block}.realtime-clock small{text-transform:capitalize}@media (max-width:720px){.dashboard-header-tools{justify-content:stretch}.dashboard-header-tools .button,.realtime-clock{width:100%}.realtime-clock{text-align:left}}.filters-form{grid-template-columns:repeat(3,minmax(160px,1fr)) auto auto;align-items:end;gap:12px;display:grid}@media (max-width:980px){.filters-form{grid-template-columns:1fr}}.task-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.task-actions form{margin:0}.tiny-link,.tiny-button{border:1px solid var(--line);min-height:28px;color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.tiny-link:hover,.tiny-button:hover{background:#f8fafc}.positive-action{color:#14532d;background:#dcfce7;border-color:#bbf7d0}.danger-action{color:#991b1b;background:#fee2e2;border-color:#fecaca}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.icon-action{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:900;line-height:1;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.icon-action:hover{background:#f8fafc;transform:translateY(-1px)}.icon-action.edit-action{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.icon-action.process-action{color:#92400e;background:#fef3c7;border-color:#fde68a}.icon-action.positive-action{color:#14532d;background:#dcfce7;border-color:#bbf7d0}.icon-action.danger-action{color:#991b1b;background:#fee2e2;border-color:#fecaca}.control-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.control-matrix-card{align-content:start;gap:8px;min-height:170px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;position:relative}.control-matrix-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 16px 34px #1d24301f}.control-matrix-card:after{content:"Abrir detalle >";color:var(--blue);margin-top:auto;font-size:.78rem;font-weight:800}.matrix-metric{color:var(--ink);font-size:1.35rem;font-weight:900}.control-matrix-card p{color:var(--muted);margin:0;font-size:.86rem}.control-matrix-card em{color:#475569;background:#f1f5f9;border-radius:999px;width:fit-content;padding:4px 8px;font-size:.74rem;font-style:normal;font-weight:800;display:inline-flex}.control-matrix-card.positive em{color:#14532d;background:#dcfce7}.control-matrix-card.warning em{color:#92400e;background:#fef3c7}.control-matrix-card.negative em{color:#991b1b;background:#fee2e2}@media (max-width:980px){.control-matrix-grid{grid-template-columns:1fr}}.landing{background:linear-gradient(#f7f9fcdb,#fffffffa),url(/brand/landing-pattern.svg) top/cover no-repeat;position:relative;overflow-x:hidden}.landing:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 22%,#0ea5e92e,#0000 30%),radial-gradient(circle at 82% 18%,#14b8a638,#0000 34%);height:520px;position:absolute;inset:0 0 auto}.landing-nav,.landing-hero,.landing-section{z-index:1;position:relative}.landing-logo{width:min(236px,62vw);height:auto;display:block}.landing-nav nav a{border-radius:999px;padding:9px 12px}.landing-nav nav a:hover{color:#1d4ed8;background:#2563eb14}.landing-hero{isolation:isolate;position:relative}.hero-copy{z-index:2;position:relative}.hero-copy h1{color:#0f172a;letter-spacing:-.04em}.hero-visual{align-items:end;min-height:500px;display:grid;position:relative}.hero-ai-background{object-fit:cover;opacity:.82;border-radius:28px;width:min(680px,112%);height:430px;position:absolute;inset:-44px -34px auto auto;box-shadow:0 34px 90px #0f172a2e;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 18% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 18% 100%)}.hero-visual .product-preview{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-color:#cbd5e1cc;border-radius:22px;margin-top:190px;position:relative;box-shadow:0 28px 80px #0f172a33}.hero-visual .preview-topbar{background:linear-gradient(135deg,#0f172a,#1d4ed8 52%,#0f766e)}.hero-visual .preview-grid article{background:linear-gradient(#fff,#f8fafc)}.cards .card{background:linear-gradient(#fffffff0,#f8fafce6);box-shadow:0 18px 50px #0f172a12}.split-feature,.tech-band{border-radius:26px}.split-feature{background:#ffffff9e;border:1px solid #e2e8f0db;box-shadow:0 20px 60px #0f172a0f}.feature-list span{border-radius:16px;box-shadow:0 10px 30px #0f172a0d}.tech-band{color:#fff;background:linear-gradient(135deg,#0f172af0,#1e40afeb),url(/brand/landing-hero-ai.png) 50%/cover no-repeat;overflow:hidden}.tech-band p,.tech-band .eyebrow{color:#ffffffbd}.tech-band .button{color:#1d4ed8;background:#fff}@media (max-width:980px){.hero-visual{min-height:420px}.hero-ai-background{width:100%;height:300px;inset:0 auto auto 0;-webkit-mask-image:linear-gradient(#000 0% 75%,#0000 100%);mask-image:linear-gradient(#000 0% 75%,#0000 100%)}.hero-visual .product-preview{margin-top:220px}}.pricing-section{padding-top:34px}.pricing-heading{text-align:center;max-width:820px;margin:0 auto 26px}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.pricing-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #cbd5e1e6;border-radius:24px;flex-direction:column;gap:14px;min-height:100%;padding:26px;display:flex;position:relative;box-shadow:0 22px 60px #0f172a14}.pricing-card.highlighted{background:linear-gradient(#eff6fff5,#fffffff0);border-color:#2563ebb8;transform:translateY(-8px);box-shadow:0 28px 80px #2563eb2e}.plan-badge{color:#14532d;text-transform:uppercase;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;position:absolute;top:18px;right:18px}.pricing-card h3{margin:0;font-size:1.35rem}.plan-price{align-items:baseline;gap:8px;display:flex}.plan-price strong{letter-spacing:-.05em;color:#0f172a;font-size:2.7rem;line-height:1}.plan-price span,.plan-local-price{color:#64748b;font-weight:800}.plan-local-price{margin:-6px 0 0;font-size:.86rem}.pricing-card ul{gap:10px;margin:4px 0 0;padding:0;list-style:none;display:grid}.pricing-card li{color:#334155;align-items:center;gap:9px;font-weight:700;display:flex}.pricing-card li:before{content:"✓";color:#1d4ed8;background:#dbeafe;border-radius:999px;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:.76rem;font-weight:900;display:inline-grid}.pricing-note{text-align:center;color:#64748b;max-width:760px;margin:22px auto 0;font-weight:700}@media (max-width:980px){.pricing-grid{grid-template-columns:1fr}.pricing-card.highlighted{transform:none}}.template-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.template-choice-card{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:12px}.template-choice-card strong{margin-bottom:4px;display:block}.template-choice-card p{color:var(--muted);margin:0;font-size:.85rem}.operation-panel{background:linear-gradient(135deg,#eff6ffeb,#fffffffa);border-color:#2563eb38}.operation-profile-stack{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.operation-profile-stack span,.operation-pill{color:#1d4ed8;text-transform:uppercase;background:#dbeafe;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.operation-pill{color:#0f766e;background:#ecfeff;margin-top:8px}.operation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.operation-grid article{background:#ffffffc7;border:1px solid #cbd5e1c7;border-radius:16px;padding:14px}.operation-grid article>strong{margin-bottom:10px;display:block}.chip-list{flex-wrap:wrap;gap:8px;display:flex}.chip-list span{color:#334155;background:#f1f5f9;border-radius:999px;padding:6px 9px;font-size:.78rem;font-weight:800}.flow-list,.clean-list{color:#334155;gap:8px;margin:0;padding-left:18px;display:grid}.clean-list{list-style:outside}@media (max-width:980px){.operation-grid,.template-choice-grid{grid-template-columns:1fr}.operation-profile-stack{justify-content:flex-start}}.annual-price-box{background:linear-gradient(135deg,#ecfdf5f2,#eff6ffe6);border:1px solid #14b8a647;border-radius:16px;gap:4px;padding:12px;display:grid}.annual-price-box span{color:#0f766e;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:900}.annual-comparison{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.annual-comparison del{color:#94a3b8;font-weight:900}.annual-price-box strong{color:#0f172a;font-size:1.35rem;line-height:1}.annual-price-box small{color:#64748b;font-weight:800}.brand-official{background:#fff;border-radius:16px;justify-content:center;padding:10px}.sidebar-logo{width:100%;max-width:210px;height:auto;display:block}.landing-logo{width:min(320px,72vw)}.documents-intro{background:linear-gradient(135deg,#eff6fff5,#ecfdf5e0);justify-content:space-between;align-items:center;gap:18px;display:flex}.documents-intro h2{margin:0 0 8px}.documents-intro p{max-width:780px;color:var(--muted);margin:0}.document-flow{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.document-flow span,.document-status{text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.document-flow span{color:#1d4ed8;background:#dbeafe}.document-status.pending{color:#92400e;background:#fef3c7}.document-status.ready{color:#14532d;background:#dcfce7}.file-capture-box{background:#f8fafc;border:1px dashed #2563eb61;border-radius:18px;padding:14px}.file-capture-box input{margin-top:10px}.file-capture-box span{color:var(--muted);margin-top:8px;font-size:.84rem;font-weight:700;display:block}@media (max-width:980px){.documents-intro{flex-direction:column;align-items:flex-start}.document-flow{justify-content:flex-start}}.document-link{color:#075985;text-transform:uppercase;background:#e0f2fe;border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:.72rem;font-weight:900;text-decoration:none;display:inline-flex}.document-link:hover{background:#bae6fd}.import-help-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.import-help-grid article{background:#f8fafc;border:1px solid #cbd5e1c7;border-radius:16px;padding:12px}.import-help-grid strong,.import-help-grid span{display:block}.import-help-grid span{color:var(--muted);margin-top:6px;font-size:.82rem;font-weight:700}@media (max-width:980px){.import-help-grid{grid-template-columns:1fr}}.report-alert-panel{background:linear-gradient(135deg,#fff7ede0,#fffffffa);border-color:#f871713d}.report-alert-list{gap:10px;margin-top:14px;display:grid}.report-alert{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.report-alert>span{text-transform:uppercase;border-radius:999px;justify-content:center;padding:6px 9px;font-size:.72rem;font-weight:900;display:inline-flex}.report-alert strong,.report-alert p{margin:0;display:block}.report-alert p{color:var(--muted);margin-top:4px;font-weight:700}.report-alert a{color:#1d4ed8;font-weight:900;text-decoration:none}.report-alert.high{border-color:#fecaca}.report-alert.high>span{color:#991b1b;background:#fee2e2}.report-alert.medium>span{color:#92400e;background:#fef3c7}.report-alert.low>span{color:#1d4ed8;background:#dbeafe}@media (max-width:760px){.report-alert{grid-template-columns:1fr}}.production-score-panel{background:linear-gradient(135deg,#eff6fff2,#ecfdf5eb);justify-content:space-between;align-items:center;gap:18px;display:flex}.production-score-panel h2{margin:0 0 6px}.production-score-panel>strong{color:#1d4ed8;background:#fff;border-radius:999px;place-items:center;width:118px;height:118px;font-size:2rem;display:inline-grid;box-shadow:0 18px 36px #2563eb24}.readiness-section table td{vertical-align:top}.readiness-pill{text-transform:uppercase;border-radius:999px;width:fit-content;padding:6px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.readiness-pill.ok{color:#14532d;background:#dcfce7}.readiness-pill.warning{color:#92400e;background:#fef3c7}.readiness-pill.pending{color:#991b1b;background:#fee2e2}@media (max-width:760px){.production-score-panel{flex-direction:column;align-items:flex-start}}.inline-goal-form{grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:12px;margin-bottom:12px;display:grid}.daily-bar-chart{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));align-items:end;gap:8px;min-height:240px;display:grid}.daily-bar-item{text-align:center;grid-template-rows:auto 1fr auto;gap:6px;min-height:210px;display:grid}.daily-bar-item span{color:var(--muted);font-size:.7rem;font-weight:800}.daily-bar-track{background:#eef2ff;border-radius:999px;justify-content:center;align-items:end;min-height:160px;display:flex;overflow:hidden}.daily-bar-track div{background:linear-gradient(#2dd4bf,#1f6feb);border-radius:999px 999px 0 0;width:100%;min-height:0}.daily-bar-item strong{color:var(--muted);font-size:.78rem}.breakdown-list{gap:12px;display:grid}.breakdown-row{grid-template-columns:minmax(130px,.8fr) minmax(140px,1fr) 92px;align-items:center;gap:10px;display:grid}.breakdown-row strong,.breakdown-row span,.breakdown-row em{display:block}.breakdown-row span{color:var(--muted);font-size:.76rem}.breakdown-row em{color:var(--ink);text-align:right;font-style:normal;font-weight:900}.breakdown-track{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.breakdown-track span{border-radius:inherit;background:linear-gradient(90deg,#1f6feb,#2dd4bf);min-width:4px;height:100%}@media (max-width:720px){.inline-goal-form,.breakdown-row{grid-template-columns:1fr}.breakdown-row em{text-align:left}}.professional-chart{width:100%;min-width:0}.tall-chart{height:320px}.compact-chart{height:230px;margin-top:10px}.breakdown-chart{height:300px}.pie-chart-wrap{grid-template-columns:minmax(180px,.8fr) minmax(180px,1fr);align-items:center;gap:12px;height:300px;display:grid}.chart-card-content{gap:10px;display:grid}.goal-chart-wrap{min-height:220px;position:relative}.goal-chart-center{pointer-events:none;place-items:center;display:grid;position:absolute;inset:44% 0 auto}.goal-chart-center strong{color:var(--ink);font-size:2.2rem;line-height:1}.goal-chart-center span,.chart-summary-line,.chart-legend-list span{color:var(--muted);font-size:.82rem;font-weight:800}.chart-summary-line{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.chart-legend-list{align-content:center;gap:8px;display:grid}.chart-legend-list span{align-items:center;gap:8px;display:flex}.chart-legend-list i{border-radius:999px;flex:none;width:10px;height:10px}.recharts-default-tooltip{border:1px solid var(--line)!important;border-radius:10px!important;box-shadow:0 12px 30px #1d24301f!important}.recharts-tooltip-label{color:var(--ink)!important;font-weight:900!important}.chart-label{fill:var(--ink);font-size:.75rem;font-weight:900}@media (max-width:720px){.pie-chart-wrap{grid-template-columns:1fr;height:auto}.pie-chart-wrap>.recharts-responsive-container{height:230px!important}.tall-chart{height:280px}}
