:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101828}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;background:radial-gradient(circle at top left,rgba(99,102,241,.18),transparent 34%),linear-gradient(180deg,#f7f8fc,#eef2ff)}body{min-height:100vh}button{font:inherit}.page{max-width:1460px;min-height:100vh;margin:0 auto;padding:34px 46px 42px;background:transparent}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:15px;background:#111827;color:#fff;box-shadow:0 12px 30px #0f172a29}.brand strong{display:block;font-size:15px;letter-spacing:-.02em}.brand span{display:block;margin-top:2px;color:#667085;font-size:13px;font-weight:700}.status{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#fff;box-shadow:0 10px 30px #0f172a14;font-size:14px;font-weight:800;white-space:nowrap}.status span{width:10px;height:10px;border-radius:50%}.status.online span{background:#22c55e}.status.offline span{background:#ef4444}.app-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px;padding:8px;width:fit-content;border-radius:20px;background:#ffffffb8;border:1px solid rgba(15,23,42,.07);box-shadow:0 18px 60px #0f172a0f}.app-nav button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:14px;padding:10px 13px;background:transparent;color:#475467;font-weight:800;cursor:pointer}.app-nav button.active{background:#111827;color:#fff}.hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.eyebrow{margin:0 0 10px;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#4f46e5}h1{margin:0;max-width:680px;font-size:clamp(30px,3.8vw,54px);line-height:1.03;letter-spacing:-.055em}.subtitle{max-width:620px;margin:14px 0 0;color:#475467;font-size:15px;line-height:1.5}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.toolbar button,.wide{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(15,23,42,.08);background:#ffffffd1;padding:10px 14px;border-radius:14px;color:#1d2939;cursor:pointer;font-size:14px;box-shadow:0 8px 22px #0f172a0d}.primary{background:#111827!important;color:#fff!important}.grid{display:grid;gap:20px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#ffffffdb;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 24px 70px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.kpi{padding:18px 20px}.icon,.sparkle{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#eef2ff;color:#4f46e5;margin-bottom:14px}.kpi span,.card-head span,.insight-card>span{display:block;color:#667085;font-weight:800;font-size:12.5px}.kpi strong{display:block;margin-top:8px;font-size:24px;line-height:1.1;letter-spacing:-.04em}.kpi small{display:block;margin-top:8px;color:#078930;font-size:12.5px;font-weight:800}.main-grid{grid-template-columns:1.45fr .65fr;margin-top:20px}.chart-card,.insight-card{padding:22px 24px}.card-head{display:flex;justify-content:space-between;margin-bottom:26px}.card h2{margin:6px 0 0;font-size:20px;line-height:1.15;letter-spacing:-.04em}.bars{display:grid;gap:18px}.bar-row{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;font-size:14px;font-weight:800;color:#475467}.bar-track{position:relative;height:34px;background:#f2f4f7;border-radius:999px;overflow:hidden}.bar{position:absolute;left:0;height:50%;border-radius:999px}.bar.revenue{top:0;background:linear-gradient(90deg,#4f46e5,#7c3aed)}.bar.expenses{bottom:0;background:linear-gradient(90deg,#fb7185,#f97316)}.legend{display:flex;gap:18px;margin-top:18px;color:#667085;font-size:14px;font-weight:800}.legend span{display:inline-flex;align-items:center;gap:8px}.legend i{width:12px;height:12px;border-radius:50%}.legend .rev{background:#4f46e5}.legend .exp{background:#f97316}.insight-card p,.report-preview p{color:#475467;line-height:1.65;font-size:14px;margin-bottom:24px}.wide{justify-content:center;width:100%}.panel-page{display:grid;gap:18px}.page-title h1{max-width:780px;font-size:clamp(30px,3.4vw,48px)}.page-title .subtitle{max-width:780px}.page-toolbar{margin-bottom:0}.table-card{overflow:hidden}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;padding:16px 18px;color:#667085;background:#f8fafcd9;font-size:12px;letter-spacing:.04em;text-transform:uppercase}td{padding:16px 18px;border-top:1px solid rgba(15,23,42,.07);color:#344054;font-weight:650}td.strong{color:#101828;font-weight:900}.right{text-align:right}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.pill.revenue{color:#067647;background:#dcfae6}.pill.expense{color:#b42318;background:#fee4e2}.customer-grid,.settings-grid{display:grid;gap:16px}.customer-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px}.customer-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#eef2ff;color:#4f46e5;font-weight:950;font-size:20px}.customer-info h3,.settings-card h3{margin:0;font-size:17px;letter-spacing:-.03em}.customer-info p,.settings-card p{margin:5px 0 0;color:#667085;font-weight:650}.customer-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:9px;color:#475467;font-size:13px;font-weight:800}.customer-card>strong{font-size:18px}.report-preview{max-width:620px;padding:26px}.report-preview h2{margin-top:0}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-card{padding:22px}@media(min-width:1600px){.page{max-width:1500px}}@media(max-width:1200px){.page{max-width:100%;padding:24px 22px 30px}h1{max-width:100%;font-size:clamp(30px,5vw,48px)}.subtitle{max-width:100%}.kpi-grid,.main-grid{grid-template-columns:1fr}}@media(max-width:980px){.topbar{align-items:flex-start;flex-direction:column}.app-nav{width:100%}.app-nav button{flex:1;justify-content:center}.table-card{overflow-x:auto}table{min-width:860px}.customer-card{grid-template-columns:auto 1fr}.customer-card>strong{grid-column:1 / -1}.settings-grid{grid-template-columns:1fr}}.integration-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:22px}.integration-summary span{display:block;color:#667085;font-size:13px;font-weight:900}.integration-summary strong{display:block;margin-top:8px;font-size:32px;line-height:1;letter-spacing:-.04em}.integration-summary p{margin:9px 0 0;color:#475467;font-size:14px;line-height:1.55;font-weight:650}.integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.integration-card{padding:20px}.integration-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.integration-category{display:block;color:#4f46e5;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.integration-card h3{margin:6px 0 0;font-size:18px;letter-spacing:-.04em}.integration-card p{min-height:70px;margin:0;color:#475467;font-size:14px;line-height:1.55;font-weight:650}.integration-badge{flex:0 0 auto;border-radius:999px;padding:7px 10px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:950}.integration-badge.connected{background:#dcfae6;color:#067647}.integration-badge.ready{background:#eef2ff;color:#4f46e5}.integration-badge.custom{background:#fff6db;color:#9a6700}.integration-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.integration-meta span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f8fafce6;color:#667085;font-size:12px;font-weight:850}.integration-actions{display:flex;gap:10px;margin-top:18px}.integration-actions button{flex:1;border:1px solid rgba(15,23,42,.08);background:#ffffffd1;padding:10px 12px;border-radius:14px;color:#1d2939;cursor:pointer;font-size:14px;font-weight:850}.integration-actions button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:1200px){.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.integration-summary,.integration-grid{grid-template-columns:1fr}}.integration-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.integration-logo-bubble{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;border-radius:17px;font-size:12px;font-weight:950;letter-spacing:-.03em;color:#fff;box-shadow:0 14px 34px #0f172a1f}.integration-logo-bubble.csv{background:linear-gradient(135deg,#16a34a,#22c55e)}.integration-logo-bubble.fic{background:linear-gradient(135deg,#2563eb,#38bdf8)}.integration-logo-bubble.woo{background:linear-gradient(135deg,#7c3aed,#a855f7)}.integration-logo-bubble.shopify{background:linear-gradient(135deg,#16a34a,#84cc16);font-size:18px}.integration-logo-bubble.stripe{background:linear-gradient(135deg,#4f46e5,#6366f1);font-size:11px}.integration-logo-bubble.paypal{background:linear-gradient(135deg,#0f4c81,#38bdf8)}.integration-logo-bubble.bank{background:linear-gradient(135deg,#111827,#475467);font-size:20px}.integration-logo-bubble.ga{background:linear-gradient(135deg,#f59e0b,#f97316)}.integration-logo-bubble.meta{background:linear-gradient(135deg,#2563eb,#06b6d4);font-size:11px}.integration-logo-bubble.crm{background:linear-gradient(135deg,#0f766e,#14b8a6)}.integration-logo-bubble.fork{background:linear-gradient(135deg,#0f172a,#10b981);font-size:11px}.integration-logo-bubble.custom{background:linear-gradient(135deg,#334155,#64748b)}.integration-logo-bubble.default{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.import-card{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:flex-start;padding:26px}.import-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:22px;background:#111827;color:#fff;box-shadow:0 18px 42px #0f172a29}.import-card h2{margin:0;font-size:24px;letter-spacing:-.04em}.import-card p{max-width:760px;margin:10px 0 0;color:#475467;font-size:14px;line-height:1.65;font-weight:650}.import-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.secondary-link,.file-picker,.import-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid rgba(15,23,42,.08);background:#ffffffd1;padding:10px 14px;border-radius:14px;color:#1d2939;cursor:pointer;font-size:14px;font-weight:850;text-decoration:none;box-shadow:0 8px 22px #0f172a0d}.file-picker input{display:none}.import-result{grid-column:1 / -1;padding:16px;border-radius:18px;font-weight:750}.import-result strong{display:block;margin-bottom:4px}.import-result p{margin:0}.import-result.success{background:#dcfae6;color:#067647}.import-result.error{background:#fee4e2;color:#b42318}.import-errors{display:grid;gap:6px;margin-top:12px;font-size:13px}.import-help{padding:24px}.import-help h3{margin:0 0 16px;font-size:20px;letter-spacing:-.04em}.format-grid{display:grid;grid-template-columns:160px 1fr;gap:10px 16px}.format-grid span{color:#4f46e5;font-weight:950}.format-grid p{margin:0;color:#475467;font-weight:650}@media(max-width:760px){.import-card,.format-grid{grid-template-columns:1fr}}.import-history-card{padding:24px}.compact-head{margin-bottom:14px}.empty-text{margin:0;color:#667085;font-weight:700}.import-history-list{display:grid;gap:10px}.import-history-row{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid rgba(15,23,42,.07);border-radius:18px;background:#f8fafcb8}.import-history-row strong{display:block;color:#101828;font-size:14px}.import-history-row span{color:#667085;font-size:13px;font-weight:750}.import-history-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.import-history-stats span{padding:7px 9px;border-radius:999px;background:#fff;color:#475467;font-size:12px;font-weight:900;box-shadow:0 6px 18px #0f172a0d}@media(max-width:760px){.import-history-row{grid-template-columns:1fr}.import-history-stats{justify-content:flex-start}}.dashboard-alerts-preview{padding:22px 24px;margin-top:20px}.dashboard-alerts-list{display:grid;gap:10px}.mini-alert{padding:14px 16px;border-radius:18px;border:1px solid rgba(15,23,42,.07);background:#f8fafcc7}.mini-alert strong{display:block;font-size:14px;color:#101828}.mini-alert span{display:block;margin-top:5px;color:#475467;font-size:13px;font-weight:700;line-height:1.45}.mini-alert.warning{background:#fff7ed;border-color:#fb923c40}.mini-alert.danger{background:#fef2f2;border-color:#f8717140}.mini-alert.success{background:#ecfdf3;border-color:#22c55e38}.mini-alert.info{background:#eef2ff;border-color:#4f46e52e}.alerts-grid{display:grid;gap:14px}.alert-card{padding:22px}.alert-top,.alert-footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.alert-top span,.alert-footer span{color:#667085;font-size:13px;font-weight:850}.alert-level{padding:7px 10px;border-radius:999px;text-transform:uppercase;font-size:11px!important;font-weight:950!important}.alert-level.warning{background:#fff7ed;color:#c2410c}.alert-level.danger{background:#fee2e2;color:#b42318}.alert-level.success{background:#dcfae6;color:#067647}.alert-level.info{background:#eef2ff;color:#4f46e5}.alert-card h3,.empty-alert-card h3{margin:16px 0 8px;font-size:20px;letter-spacing:-.04em}.alert-card p,.empty-alert-card p{margin:0;color:#475467;font-size:14px;line-height:1.6;font-weight:650}.alert-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(15,23,42,.07)}.alert-footer button{border:1px solid rgba(15,23,42,.08);background:#fff;padding:9px 12px;border-radius:12px;color:#1d2939;cursor:pointer;font-size:13px;font-weight:850}.empty-alert-card{padding:24px}@media(min-width:1100px){.alerts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.report-download-link{text-decoration:none}.goals-grid{display:grid;grid-template-columns:1fr .8fr;gap:18px}.goals-form-card,.goals-preview-card{padding:26px}.goal-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:22px;background:#111827;color:#fff;box-shadow:0 18px 42px #0f172a29;margin-bottom:18px}.goals-form-card h2,.goals-preview-card h2{margin:0;font-size:24px;letter-spacing:-.04em}.goals-form-card p,.goal-note{margin:10px 0 22px;color:#475467;font-size:14px;line-height:1.65;font-weight:650}.goals-form-card label{display:grid;gap:8px;margin-top:16px}.goals-form-card label span{color:#344054;font-size:13px;font-weight:900}.goals-form-card input{width:100%;border:1px solid rgba(15,23,42,.12);background:#ffffffe0;border-radius:15px;padding:13px 14px;color:#101828;font-size:15px;font-weight:750;outline:none}.goals-form-card input:focus{border-color:#4f46e573;box-shadow:0 0 0 4px #4f46e517}.goals-form-card button{margin-top:20px;border:0;padding:12px 16px;border-radius:15px;font-size:15px;font-weight:900;cursor:pointer}.goals-status{margin:14px 0 0!important;color:#067647!important;font-weight:850!important}.goals-preview-card>span{display:block;color:#4f46e5;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.goal-preview-list{display:grid;gap:12px;margin-top:18px}.goal-preview-list div{padding:16px;border-radius:18px;background:#f8fafccc;border:1px solid rgba(15,23,42,.07)}.goal-preview-list strong{display:block;font-size:24px;letter-spacing:-.04em;color:#101828}.goal-preview-list p{margin:5px 0 0;color:#667085;font-size:13px;font-weight:800}@media(max-width:980px){.goals-grid{grid-template-columns:1fr}}:root{--orienta-orange: #f28c28;--orienta-orange-dark: #e66f00;--orienta-orange-soft: #ffe7cc;--orienta-purple: #5b4bff;--orienta-purple-dark: #3730a3;--orienta-purple-soft: #eef2ff;--orienta-green: #16a34a;--orienta-green-dark: #067647;--orienta-green-soft: #dcfce7;--orienta-ink: #1f2937;--orienta-muted: #667085;--orienta-bg: #f8f7f4;--orienta-card: #ffffff;--orienta-border: #ece8e1;--orienta-gradient: linear-gradient( 135deg, #f7b267 0%, #f28c28 52%, #e66f00 100% );--orienta-gradient-soft: radial-gradient( circle at top left, rgba(242, 140, 40, .18), transparent 34% ), linear-gradient(180deg, #faf8f4 0%, #f4f0ea 100%)}html,body,#root{background:var(--orienta-gradient-soft)!important}body{color:var(--orienta-ink)}.brand-logo-wrap{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#ffffffdb;border:1px solid rgba(236,232,225,.95);box-shadow:0 14px 36px #1f29371a;overflow:hidden}.brand-logo{width:38px;height:38px;object-fit:contain;display:block}.brand strong{color:var(--orienta-ink)}.brand span,.subtitle,.customer-info p,.settings-card p,.import-card p,.goals-form-card p,.goal-note,.alert-card p,.empty-alert-card p,.report-preview p{color:var(--orienta-muted)}.eyebrow,.integration-category,.goals-preview-card>span,.format-grid span{color:var(--orienta-orange-dark)!important}.primary,.app-nav button.active{background:var(--orienta-gradient)!important;color:#fff!important;border:0!important}.primary,.app-nav button.active,.goal-icon,.import-icon{box-shadow:0 16px 36px #e66f0033!important}.icon,.sparkle{background:var(--orienta-purple-soft)!important;color:var(--orienta-purple)!important}.brand-mark,.import-icon,.goal-icon{background:var(--orienta-gradient)!important}.card{border-color:#ece8e1f2!important;background:#ffffffe0!important}.app-nav{border-color:#ece8e1f2!important}.status.online span{background:var(--orienta-green)!important}.kpi small{color:var(--orienta-green-dark)!important}.import-result.success,.alert-level.success,.mini-alert.success{background:var(--orienta-green-soft)!important;color:var(--orienta-green-dark)!important}.bar.revenue{background:linear-gradient(90deg,var(--orienta-purple),var(--orienta-orange))!important}.bar.expenses{background:linear-gradient(90deg,#fb7185,#f28c28)!important}.legend .rev{background:var(--orienta-purple)!important}.legend .exp{background:var(--orienta-orange)!important}.integration-logo-bubble.csv,.integration-logo-bubble.fic,.integration-logo-bubble.woo,.integration-logo-bubble.shopify,.integration-logo-bubble.stripe,.integration-logo-bubble.paypal,.integration-logo-bubble.bank,.integration-logo-bubble.ga,.integration-logo-bubble.meta,.integration-logo-bubble.crm,.integration-logo-bubble.fork,.integration-logo-bubble.custom,.integration-logo-bubble.default{background:var(--orienta-gradient)!important}.toolbar button,.toolbar-link,.secondary-link,.file-picker,.import-actions button,.alert-footer button,.integration-actions button,.wide,.goals-form-card input{border-color:#ece8e1f2!important}.goals-form-card input:focus{border-color:#f28c288c!important;box-shadow:0 0 0 4px #f28c281f!important}.report-download-link.primary{background:var(--orienta-gradient)!important}.secondary-report-link{background:#ffffffdb!important;color:var(--orienta-ink)!important}.orienta-brand{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.brand-logo-large{width:94px;height:auto;display:block;object-fit:contain}.brand-subtitle-only{font-size:13px;line-height:1.2;font-weight:800;color:var(--orienta-muted);margin-left:2px}.hero h1,.page-title h1,h1{font-size:clamp(30px,3.5vw,52px)!important;line-height:1.04!important;letter-spacing:-.05em!important;max-width:760px}.card-head h2,.panel-page h2,.goals-form-card h2,.goals-preview-card h2,.report-preview h2,.alert-card h3,.empty-alert-card h3,.dashboard-alerts-preview h2{font-size:clamp(20px,1.9vw,28px)!important;line-height:1.15!important;letter-spacing:-.035em!important}.eyebrow,.dashboard-alerts-preview .card-head span,.card-head span{font-size:12px!important;letter-spacing:.12em!important}.subtitle,.page-title p,.card p,.alert-card p,.empty-alert-card p,.goal-note,.goals-form-card p{font-size:14px!important}.hero{gap:18px;margin-bottom:18px}.orienta-brand{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:240px}.brand-logo-wrap{display:none!important}.brand-logo-large{width:210px;max-width:100%;height:auto;display:block;object-fit:contain}.brand-subtitle-only{font-size:13px;line-height:1.2;font-weight:800;color:var(--orienta-muted);margin-left:4px;margin-top:-2px}.brand strong{display:none!important}.hero h1,.page-title h1,h1{font-size:clamp(26px,3vw,44px)!important;line-height:1.05!important;letter-spacing:-.05em!important;max-width:760px}.card-head h2,.panel-page h2,.goals-form-card h2,.goals-preview-card h2,.report-preview h2,.dashboard-alerts-preview h2,.alerts-grid h3,.alert-card h3,.empty-alert-card h3{font-size:clamp(18px,1.5vw,24px)!important;line-height:1.16!important;letter-spacing:-.035em!important}.eyebrow,.card-head span,.dashboard-alerts-preview .card-head span{font-size:11px!important;letter-spacing:.12em!important}.subtitle,.page-title p,.card p,.alert-card p,.empty-alert-card p,.goal-note,.goals-form-card p,.goals-preview-card p{font-size:14px!important;line-height:1.55!important}.hero{gap:16px;margin-bottom:16px}.hero.compact,.hero{margin-top:10px!important;margin-bottom:34px!important}.hero .eyebrow{margin-bottom:14px!important}.hero h1,.page-title h1,h1{max-width:820px!important;font-size:clamp(25px,2.65vw,40px)!important;line-height:1.14!important;letter-spacing:-.038em!important;font-weight:760!important}.hero .subtitle,.subtitle{margin-top:18px!important;max-width:680px!important;font-size:15px!important;line-height:1.68!important;font-weight:560!important}.hero+.toolbar,.toolbar{margin-top:8px!important;margin-bottom:30px!important}.page-title{margin-bottom:8px!important}.page-title h1{max-width:760px!important;font-size:clamp(25px,2.4vw,38px)!important;line-height:1.16!important;font-weight:740!important}.page-title .subtitle{margin-top:14px!important;font-size:15px!important;line-height:1.65!important}.card h2,.card-head h2,.dashboard-alerts-preview h2,.panel-page h2,.goals-form-card h2,.goals-preview-card h2,.report-preview h2,.import-card h2{font-size:clamp(18px,1.35vw,22px)!important;line-height:1.22!important;letter-spacing:-.025em!important;font-weight:760!important}.alert-card h3,.empty-alert-card h3,.customer-info h3,.settings-card h3,.integration-card h3{font-size:clamp(16px,1.15vw,19px)!important;line-height:1.25!important;letter-spacing:-.02em!important;font-weight:760!important}.eyebrow,.card-head span,.dashboard-alerts-preview .card-head span,.kpi span,.insight-card>span{font-size:11px!important;letter-spacing:.14em!important;font-weight:850!important}.kpi-grid{margin-top:2px!important}.dashboard-alerts-preview{margin-top:30px!important;margin-bottom:24px!important}.kpi strong{font-size:23px!important;letter-spacing:-.025em!important;font-weight:780!important}.kpi{padding:22px 24px!important}.app-nav button{font-weight:760!important}@media(min-width:1500px){.hero h1,.page-title h1,h1{font-size:40px!important}}@media(max-width:760px){.hero h1,.page-title h1,h1{font-size:32px!important}.hero{margin-bottom:24px!important}}.period-select-wrap{display:inline-flex;align-items:center;gap:9px;min-height:44px;border:1px solid rgba(236,232,225,.95);background:#ffffffdb;padding:0 12px;border-radius:14px;color:#1d2939;box-shadow:0 8px 22px #0f172a0d}.period-select-wrap select{border:0;background:transparent;color:#1d2939;font:inherit;font-size:14px;font-weight:800;outline:none;cursor:pointer;min-width:140px}.period-select-wrap svg{color:#344054}.dashboard-visual-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;margin:28px 0 24px}.chart-card{padding:24px;overflow:hidden}.pie-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;align-items:center}.animated-pie{width:220px;height:220px;border-radius:50%;display:grid;place-items:center;background:var(--pie-gradient);position:relative;box-shadow:0 22px 48px #1f29371f;animation:piePop .7s ease both}.animated-pie:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:inherit;background:linear-gradient(135deg,#f28c282e,#5b4bff1f);z-index:-1;filter:blur(2px)}.pie-hole{width:118px;height:118px;border-radius:50%;background:#fffffff0;display:grid;place-items:center;align-content:center;box-shadow:inset 0 0 0 1px #ece8e1f2}.pie-hole strong{font-size:32px;line-height:1;letter-spacing:-.05em;color:var(--orienta-ink)}.pie-hole span{margin-top:5px;font-size:12px;font-weight:850;color:var(--orienta-muted)}.pie-legend-list{display:grid;gap:10px}.pie-legend-item{display:grid;grid-template-columns:13px 1fr auto;align-items:center;gap:10px;padding:11px 12px;border-radius:15px;background:#f8f7f4d1;border:1px solid rgba(236,232,225,.9);animation:fadeUp .52s ease both}.pie-legend-item i{width:10px;height:10px;border-radius:50%;background:var(--dot-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--dot-color) 18%,transparent)}.pie-legend-item span{color:var(--orienta-muted);font-size:13px;font-weight:800}.pie-legend-item strong{color:var(--orienta-ink);font-size:13px;font-weight:900}.goal-ring-layout{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center}.goal-ring{width:178px;height:178px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(255,255,255,0) 0 57%,transparent 58%),conic-gradient(#f28c28 0 var(--goal-progress),#eef2ff var(--goal-progress) 100%);box-shadow:0 22px 48px #1f29371c;animation:piePop .7s ease both}.goal-ring-inner{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;align-content:center;background:#fffffff0;box-shadow:inset 0 0 0 1px #ece8e1f2}.goal-ring-inner strong{font-size:30px;line-height:1;color:var(--orienta-ink);letter-spacing:-.05em}.goal-ring-inner span,.goal-ring-copy span{margin-top:5px;color:var(--orienta-muted);font-size:12px;font-weight:850}.goal-ring-copy strong{display:block;color:var(--orienta-ink);font-size:26px;letter-spacing:-.045em}.goal-ring-copy p{margin:14px 0 0;color:var(--orienta-muted);font-size:14px;line-height:1.55;font-weight:650}@keyframes piePop{0%{opacity:0;transform:scale(.92) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1120px){.dashboard-visual-grid,.pie-layout,.goal-ring-layout{grid-template-columns:1fr}.animated-pie,.goal-ring{margin:0 auto}}@media(max-width:620px){.animated-pie{width:190px;height:190px}.goal-ring{width:160px;height:160px}.pie-layout,.goal-ring-layout{gap:18px}}.orienta-brand{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:18px!important;min-width:auto!important}.brand-logo-large{width:210px!important;height:auto!important;display:block!important;object-fit:contain!important}.brand-subtitle-only{position:relative;top:5px;margin:0!important;padding-left:18px;border-left:1px solid rgba(31,41,55,.14);font-size:14px!important;line-height:1;font-weight:850!important;color:var(--orienta-muted)!important;white-space:nowrap}@media(max-width:760px){.orienta-brand{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.brand-logo-large{width:170px!important}.brand-subtitle-only{top:0;padding-left:0;border-left:0;font-size:13px!important}}.app-header,.topbar,.header{padding-top:26px!important;padding-bottom:22px!important}.brand.orienta-brand,.orienta-brand{margin-bottom:18px!important}.page:before{content:"";display:block;height:1px;width:100%;margin:4px 0 22px;background:linear-gradient(90deg,rgba(242,140,40,.22),rgba(31,41,55,.08),rgba(91,75,255,.12),transparent)}.app-nav{margin-top:6px!important;margin-bottom:34px!important}.hero{margin-top:8px!important;padding-top:4px!important}.status{margin-top:8px!important}.brand-subtitle-only{top:3px!important}.brand-logo-large{margin-left:0!important}.hero+.toolbar{margin-bottom:34px!important}.kpi-grid{margin-top:6px!important}@media(max-width:760px){.page:before{margin:0 0 18px}.app-nav{margin-bottom:24px!important}.brand.orienta-brand,.orienta-brand{margin-bottom:12px!important}}.page:before{display:none!important}.orienta-brand{margin-bottom:26px!important}.app-nav{position:relative!important;margin-top:0!important;margin-bottom:34px!important}.app-nav:before{content:"";position:absolute;left:0;right:0;top:-24px;height:1px;background:linear-gradient(90deg,rgba(242,140,40,.26),rgba(31,41,55,.08),rgba(91,75,255,.12),transparent)}.brand-subtitle-only{border-left:0!important;padding-left:24px!important;position:relative!important}.brand-subtitle-only:before{content:"";position:absolute;left:0;top:50%;width:1px;height:34px;transform:translateY(-50%);background:linear-gradient(180deg,transparent,rgba(31,41,55,.22),transparent)}.brand-subtitle-only{top:2px!important}@media(max-width:760px){.app-nav:before{top:-18px}.brand-subtitle-only:before{display:none}.brand-subtitle-only{padding-left:0!important}}.orienta-brand{margin-bottom:18px!important}.app-nav{position:relative!important;margin-top:0!important;margin-bottom:46px!important}.app-nav:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-18px!important;height:1px!important;background:linear-gradient(90deg,rgba(242,140,40,.24),rgba(31,41,55,.08),rgba(91,75,255,.1),transparent)!important}.hero{margin-top:0!important;padding-top:2px!important;margin-bottom:32px!important}.hero .eyebrow{margin-bottom:16px!important}.hero h1{margin-top:0!important}.hero+.toolbar{margin-top:22px!important;margin-bottom:34px!important}.kpi-grid{margin-top:8px!important}@media(max-width:760px){.orienta-brand{margin-bottom:14px!important}.app-nav{margin-bottom:30px!important}.app-nav:before{top:-14px!important}.hero+.toolbar{margin-top:16px!important;margin-bottom:24px!important}}.page:before,.app-nav:before{display:none!important;content:none!important}.orienta-brand{position:relative!important;margin-bottom:42px!important}.orienta-brand:after{content:""!important;position:absolute!important;left:0!important;bottom:-22px!important;width:min(1320px,calc(100vw - 96px))!important;height:1px!important;display:block!important;background:linear-gradient(90deg,rgba(242,140,40,.28),rgba(31,41,55,.08),rgba(91,75,255,.12),transparent)!important}.app-nav{margin-top:0!important;margin-bottom:58px!important}.hero{margin-top:0!important;padding-top:0!important;margin-bottom:34px!important}.hero+.toolbar{margin-top:24px!important;margin-bottom:36px!important}@media(max-width:760px){.orienta-brand{margin-bottom:32px!important}.orienta-brand:after{bottom:-16px!important;width:100%!important}.app-nav{margin-bottom:34px!important}}@media(max-width:760px){.top-actions{flex-direction:column;align-items:flex-end}.login-card{padding:26px;border-radius:24px}.login-logo{width:180px}}.login-shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:var(--orienta-gradient-soft)}.login-card{width:min(460px,100%);display:grid;gap:18px;padding:34px;border-radius:32px;background:#ffffffe6;border:1px solid rgba(236,232,225,.95);box-shadow:0 30px 80px #1f293724}.login-logo{width:210px;height:auto;display:block}.login-eyebrow{display:block;color:var(--orienta-orange-dark);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.login-card h1{margin:0;font-size:34px!important;line-height:1.08!important;letter-spacing:-.04em}.login-card p{margin:10px 0 0;color:var(--orienta-muted);font-size:15px;line-height:1.6;font-weight:650}.login-card label{display:grid;gap:8px}.login-card label span{color:#344054;font-size:13px;font-weight:900}.login-card input{width:100%;border:1px solid rgba(236,232,225,.95);background:#fffffff0;border-radius:16px;padding:14px 15px;color:var(--orienta-ink);font-size:15px;font-weight:750;outline:none}.login-card input:focus{border-color:#f28c288c;box-shadow:0 0 0 4px #f28c281f}.login-card button{min-height:48px;border-radius:16px;font-size:15px;font-weight:900;border:0;cursor:pointer}.login-card button:disabled{opacity:.7;cursor:not-allowed}.login-error{padding:12px 14px;border-radius:14px;background:#fef2f2;color:#b42318;font-size:13px;font-weight:850}.top-actions{display:inline-flex;align-items:center;gap:10px}.auth-pill{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 8px 0 14px;border-radius:999px;background:#ffffffdb;border:1px solid rgba(236,232,225,.95);box-shadow:0 12px 30px #1f293714}.auth-pill span{color:var(--orienta-ink);font-size:13px;font-weight:850}.auth-pill button{border:0;border-radius:999px;padding:8px 10px;background:var(--orienta-gradient);color:#fff;font-size:12px;font-weight:900;cursor:pointer}.login-card{justify-items:center!important;text-align:center!important}.login-logo{margin:0 auto 4px!important;width:230px!important}.login-card>div{width:100%;display:grid;justify-items:center}.login-eyebrow,.login-card h1{text-align:center!important}.login-card p{max-width:330px;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.login-card label{width:100%;text-align:left!important}.login-card input{text-align:left!important}.login-card button{width:100%}.login-error{width:100%;text-align:center}.password-card{align-content:start}.password-form{display:grid;gap:14px;margin-top:18px}.password-form label{display:grid;gap:7px}.password-form label span{color:#344054;font-size:13px;font-weight:900}.password-form input{width:100%;border:1px solid rgba(236,232,225,.95);background:#fffffff0;border-radius:15px;padding:13px 14px;color:var(--orienta-ink);font-size:14px;font-weight:750;outline:none}.password-form input:focus{border-color:#f28c288c;box-shadow:0 0 0 4px #f28c281f}.password-form button{min-height:44px;border-radius:15px;border:0;cursor:pointer;font-weight:900}.password-status{padding:11px 13px;border-radius:14px;background:#ffe7ccbf;color:#92400e;font-size:13px;font-weight:850}.topbar-actions{display:flex;align-items:center;gap:12px}.logout-button{border:1px solid rgba(124,58,237,.22);background:#ffffffdb;color:#3f2a56;border-radius:999px;padding:9px 15px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #1f143514;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.logout-button:hover{transform:translateY(-1px);background:#fff;box-shadow:0 12px 26px #1f14351f}@media(max-width:720px){.topbar-actions{width:100%;justify-content:space-between}.logout-button{padding:8px 13px;font-size:13px}}.onboarding-page{display:grid;gap:24px}.onboarding-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:center;padding:34px}.onboarding-hero h1{margin:8px 0 12px;max-width:780px;font-size:clamp(2rem,4vw,4.2rem);line-height:.98;letter-spacing:-.06em}.onboarding-hero p{max-width:760px;color:#667085;font-size:1.02rem;line-height:1.7}.onboarding-hero-box{border:1px solid rgba(120,89,255,.18);background:linear-gradient(135deg,#ffffffe6,#f8f4ffe0);border-radius:28px;padding:24px;display:grid;gap:10px;color:#1f2937;box-shadow:0 22px 50px #261f4e14}.onboarding-hero-box svg,.onboarding-icon svg,.checklist-items svg{color:#6d5dfc}.onboarding-hero-box span{color:#667085;line-height:1.5}.onboarding-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.onboarding-step{padding:26px;display:grid;gap:14px;align-content:start}.onboarding-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#6d5dfc14}.onboarding-step h3{margin:0;font-size:1.05rem;color:#1f2937}.onboarding-step p{margin:0 0 8px;color:#667085;line-height:1.55}.onboarding-checklist{padding:30px;display:grid;gap:22px}.checklist-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checklist-items div{display:flex;gap:10px;align-items:center;color:#374151;background:#ffffffad;border:1px solid rgba(31,41,55,.08);border-radius:18px;padding:14px 16px}.onboarding-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:1100px){.onboarding-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-hero{grid-template-columns:1fr}}@media(max-width:720px){.onboarding-grid,.checklist-items{grid-template-columns:1fr}.onboarding-hero{padding:24px}}.welcome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:22px;background:#1518266b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.welcome-modal{position:relative;width:min(560px,100%);border-radius:34px;padding:34px;background:radial-gradient(circle at top left,rgba(255,138,76,.18),transparent 34%),radial-gradient(circle at top right,rgba(109,93,252,.18),transparent 34%),#fff;border:1px solid rgba(31,41,55,.08);box-shadow:0 34px 90px #181c2d38;animation:welcomePop .28s ease-out both}@keyframes welcomePop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.welcome-close{position:absolute;top:18px;right:18px;width:38px;height:38px;border:0;border-radius:999px;background:#1118270f;color:#111827;font-size:26px;line-height:1;cursor:pointer}.welcome-modal h2{margin:10px 0 12px;font-size:clamp(1.9rem,4vw,3rem);line-height:1;letter-spacing:-.055em;color:#181b2a}.welcome-modal p{margin:0;color:#667085;line-height:1.65;font-size:1rem}.welcome-mini-list{display:grid;gap:10px;margin:22px 0}.welcome-mini-list div{padding:13px 15px;border-radius:18px;background:#f8fafce6;border:1px solid rgba(31,41,55,.08);color:#374151;font-weight:700}.welcome-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:640px){.welcome-modal{padding:26px;border-radius:28px}.welcome-actions button{width:100%}}.import-guide-card{margin-bottom:18px}.import-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.import-guide-item{border:1px solid rgba(37,43,66,.1);border-radius:18px;padding:16px;background:#ffffffb8}.import-guide-item strong{display:block;margin-bottom:8px;color:#26233f}.import-guide-item p{margin:0;color:#6b6780;font-size:.92rem;line-height:1.45}@media(max-width:1100px){.import-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.import-guide-grid{grid-template-columns:1fr}}.import-history,.import-history-card,.import-history-table,.table-card{max-width:100%;overflow-x:auto}.import-history table,.import-history-card table,.import-history-table table,.table-card table{width:100%;min-width:760px;border-collapse:collapse}.import-history td,.import-history th,.import-history-card td,.import-history-card th,.import-history-table td,.import-history-table th,.table-card td,.table-card th{white-space:nowrap}.import-history td,.import-history-card td,.import-history-table td,.table-card td{max-width:220px;overflow:hidden;text-overflow:ellipsis}.import-history td:nth-child(2),.import-history-card td:nth-child(2),.import-history-table td:nth-child(2),.table-card td:nth-child(2){max-width:260px}@media(max-width:760px){.import-history,.import-history-card,.import-history-table,.table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.import-history table,.import-history-card table,.import-history-table table,.table-card table{min-width:720px}}.import-guide-card{padding:34px 34px 32px!important;margin-top:26px;margin-bottom:28px;overflow:visible!important}.import-guide-card .section-title{margin:0 0 22px!important;padding:0!important;display:block}.import-guide-card .section-title span{display:block;margin:0 0 8px;color:#d96800;font-size:.82rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.import-guide-card .section-title h2{margin:0!important;font-size:1.55rem;line-height:1.15;color:#202435}.import-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.import-guide-item{min-height:132px;padding:22px 22px 20px!important;border-radius:20px;overflow:hidden}.import-guide-item strong{font-size:1.02rem;line-height:1.25;margin-bottom:12px}.import-guide-item p{font-size:.94rem;line-height:1.5;overflow-wrap:anywhere}@media(max-width:1450px){.import-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.import-guide-item{min-height:120px}}@media(max-width:760px){.import-guide-card{padding:24px 18px 22px!important;margin-top:18px}.import-guide-grid{grid-template-columns:1fr}.import-guide-item{min-height:auto}}.import-rules-card{margin-bottom:28px;padding:30px 32px!important}.import-rules-card .compact-head p{margin:8px 0 0;color:#6b6780;max-width:780px}.import-rule-form{display:grid;grid-template-columns:1.2fr 1.2fr .8fr auto;gap:12px;margin:22px 0 20px;align-items:center}.import-rule-form input,.import-rule-form select{width:100%;border:1px solid rgba(37,43,66,.12);border-radius:16px;padding:13px 15px;background:#fffc;color:#26233f;font-weight:700;outline:none}.import-rules-list{display:flex;flex-wrap:wrap;gap:10px}.import-rule-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(37,43,66,.1);border-radius:999px;padding:10px 13px;background:#ffffffc2;color:#26233f}.import-rule-pill strong{font-weight:900}.import-rule-pill em{font-style:normal;font-weight:800;color:#f28a1a}.import-rule-pill small{padding:4px 8px;border-radius:999px;background:#f28a1a1f;color:#8a4b00;font-weight:900}@media(max-width:1000px){.import-rule-form{grid-template-columns:1fr 1fr}}@media(max-width:680px){.import-rules-card{padding:24px 18px!important}.import-rule-form{grid-template-columns:1fr}}.import-rule-delete{width:24px;height:24px;border:0;border-radius:999px;background:#782d2d14;color:#9a3434;font-size:18px;line-height:1;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.import-rule-delete:hover{background:#782d2d29}.import-rule-pill.disabled{opacity:.52;filter:grayscale(.35)}.import-rule-toggle{border:0;border-radius:999px;padding:5px 9px;background:#252b4214;color:#6b6780;font-size:.72rem;font-weight:900;cursor:pointer}.import-rule-toggle.active{background:#2e966224;color:#247b50}.import-rule-toggle:hover{transform:translateY(-1px)}.import-rule-pill.disabled-soft{opacity:.72;filter:grayscale(.12)}.import-rule-switch{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;cursor:pointer;padding:0;margin:0 2px}.import-rule-switch-track{position:relative;width:44px;height:24px;border-radius:999px;background:#d7d7de;transition:background .2s ease;flex:0 0 auto}.import-rule-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .2s ease}.import-rule-switch.active .import-rule-switch-track{background:#34c759}.import-rule-switch.active .import-rule-switch-thumb{transform:translate(20px)}.import-rule-switch-text{font-size:.78rem;font-weight:800;color:#6f6b82;min-width:76px;text-align:left}.import-rule-switch.active .import-rule-switch-text{color:#247b50}.import-rule-delete{margin-left:4px}@media(max-width:900px){.import-rule-switch-text{min-width:auto;font-size:.72rem}}.import-rule-edit{border:0;border-radius:999px;padding:6px 10px;background:#f28a1a1c;color:#9a5700;font-size:.74rem;font-weight:900;cursor:pointer}.import-rule-edit:hover{background:#f28a1a2e;transform:translateY(-1px)}.secondary-button{border:1px solid rgba(37,43,66,.12);border-radius:16px;padding:13px 18px;background:#ffffffbd;color:#5f5a72;font-weight:900;cursor:pointer}.secondary-button:hover{background:#fffffff0}.import-rules-card .import-rule-pill .import-rule-edit,.import-rule-pill .import-rule-edit,button.import-rule-edit{background:#7c5cff24!important;color:#5b3fd6!important;border:1px solid rgba(124,92,255,.26)!important;box-shadow:none!important}.import-rules-card .import-rule-pill .import-rule-edit:hover,.import-rule-pill .import-rule-edit:hover,button.import-rule-edit:hover{background:#7c5cff3d!important;color:#4328b8!important;border-color:#7c5cff61!important}.integration-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:center;padding:34px!important;margin-bottom:24px}.integration-hero h2{margin:8px 0 10px;font-size:1.65rem;line-height:1.12;color:#202435}.integration-hero p{margin:0;color:#6b6780;max-width:780px;line-height:1.55}.integration-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.integration-hero-stats div{border:1px solid rgba(37,43,66,.1);border-radius:22px;background:#ffffffb8;padding:18px;text-align:center}.integration-hero-stats strong{display:block;font-size:1.8rem;color:#f28a1a;line-height:1}.integration-hero-stats span{display:block;margin-top:8px;color:#6b6780;font-size:.84rem;font-weight:800}.connected-sources-card{margin-bottom:24px;padding:28px 30px!important}.connected-source-list{display:grid;gap:12px}.connected-source-row{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid rgba(37,43,66,.1);border-radius:18px;padding:14px 16px;background:#ffffffb8}.connected-source-row strong,.connected-source-row span,.connected-source-row em,.connected-source-row small{display:block}.connected-source-row strong{color:#202435}.connected-source-row span,.connected-source-row small{color:#6b6780;font-size:.86rem}.connected-source-row em{color:#247b50;font-style:normal;font-weight:900;text-align:right}.integration-grid.v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.integration-card.v2{padding:24px!important;display:flex;flex-direction:column;gap:16px}.integration-card.v2 p{margin:0;color:#6b6780;line-height:1.5}.integration-logo-bubble.type-invoicing{background:#f28a1a24;color:#a35b00}.integration-logo-bubble.type-file,.integration-logo-bubble.type-banking{background:#2e966224;color:#247b50}.integration-logo-bubble.type-ecommerce,.integration-logo-bubble.type-payments{background:#5b52d621;color:#4f46c8}.integration-logo-bubble.type-analytics,.integration-logo-bubble.type-advertising{background:#1d77d421;color:#1c64b7}.integration-logo-bubble.type-restaurant{background:#db4e701f;color:#a93355}.integration-badge.available,.integration-badge.ready{background:#2e966224;color:#247b50}.integration-badge.demo{background:#5b52d621;color:#4f46c8}.integration-badge.roadmap,.integration-badge.custom{background:#252b4214;color:#6b6780}.integration-badge.connected{background:#2e966229;color:#247b50}@media(max-width:1050px){.integration-hero,.integration-grid.v2{grid-template-columns:1fr}}@media(max-width:680px){.integration-hero{padding:24px 18px!important}.integration-hero-stats{grid-template-columns:1fr}.connected-source-row{align-items:flex-start;flex-direction:column}.connected-source-row em{text-align:left}}.integration-badge.requested{background:#7c5cff24;color:#5b3fd6}.integration-actions button:disabled{opacity:.62;cursor:not-allowed}.integration-config-card{margin-bottom:24px;padding:30px 32px!important;border:1px solid rgba(124,92,255,.18)!important}.integration-config-card .compact-head p{margin:8px 0 0;color:#6b6780;max-width:780px;line-height:1.5}.integration-config-form{display:grid;gap:18px;margin-top:22px}.integration-config-form label{display:grid;gap:8px}.integration-config-form label span{font-weight:900;color:#302b45}.integration-config-form input[type=url]{width:100%;border:1px solid rgba(37,43,66,.12);border-radius:16px;padding:14px 16px;background:#ffffffd1;color:#26233f;font-weight:700;outline:none}.integration-sync-toggle{display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px!important}.integration-sync-toggle input{width:18px;height:18px}.integration-config-actions{display:flex;gap:12px;flex-wrap:wrap}.integration-config-actions button{border-radius:16px;padding:13px 18px;font-weight:900}@media(max-width:680px){.integration-config-card{padding:24px 18px!important}}.integration-grid.v2{gap:16px!important}.integration-card.v2{min-height:auto!important;padding:22px 24px!important;gap:12px!important}.integration-card.v2 p{min-height:44px;margin-bottom:4px!important}.integration-card.v2 .integration-meta{margin-top:4px!important;gap:8px!important}.integration-card.v2 .integration-actions{margin-top:10px!important;display:flex!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:wrap!important}.integration-card.v2 .integration-actions button{width:auto!important;min-width:190px!important;max-width:260px!important;padding:12px 22px!important;border-radius:16px!important}.integration-card.v2 .integration-actions button.primary{width:auto!important}.integration-card.v2 .integration-actions button+button{min-width:130px!important}@media(max-width:680px){.integration-card.v2 .integration-actions button{width:100%!important;max-width:none!important}}.woocommerce-test-box{display:grid;gap:14px;padding:18px;border:1px solid rgba(124,92,255,.16);border-radius:20px;background:#7c5cff0b}.integration-config-note{color:#6b6780;font-size:.9rem;line-height:1.5;font-weight:700}.integration-config-form input[type=text],.integration-config-form input[type=password]{width:100%;border:1px solid rgba(37,43,66,.12);border-radius:16px;padding:14px 16px;background:#ffffffd1;color:#26233f;font-weight:700;outline:none}.connection-test-result{border-radius:16px;padding:12px 14px;font-weight:800;line-height:1.45}.connection-test-result.success{background:#2e96621f;color:#247b50}.connection-test-result.error{background:#db4e701f;color:#a93355}.woocommerce-credential-actions{display:flex;gap:10px;flex-wrap:wrap}.woocommerce-credential-actions button{width:auto!important;min-width:190px}@media(max-width:680px){.woocommerce-credential-actions button{width:100%!important}}.integration-status-panel{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 4px}.integration-status-panel span{border-radius:999px;padding:8px 12px;background:#252b420f;color:#4f4a63;font-size:.82rem;font-weight:850}.integration-status-panel .status-ok{background:#2e966221;color:#247b50}.integration-status-panel .status-error,.integration-meta-error{background:#db4e701f!important;color:#a93355!important}.integration-meta span{word-break:break-word}.integration-meta-error{border:1px solid rgba(219,78,112,.18)}.integration-status-panel .status-error{border:1px solid rgba(219,78,112,.2)}.integration-status-panel .status-ok{border:1px solid rgba(46,150,98,.18)}.connection-test-result.error{white-space:normal;overflow-wrap:anywhere}.woocommerce-test-box{background:linear-gradient(180deg,#7c5cff0e,#f28c2809)}.woocommerce-credential-actions{align-items:center}.woocommerce-credential-actions .primary{min-width:180px}.integration-config-note{color:#56506a}.integration-status-panel span{max-width:100%}.integration-status-panel .status-error{white-space:normal;overflow-wrap:anywhere}.mobile-nav-toggle,.pie-mobile-toggle{display:none}@media(max-width:760px){html,body{overflow-x:hidden}.page{width:100%;max-width:100%;padding-left:18px!important;padding-right:18px!important}.topbar{align-items:center!important;gap:18px!important;padding-top:18px!important;margin-bottom:14px!important}.brand.orienta-brand,.orienta-brand{width:100%!important;align-items:center!important;text-align:center!important;margin-bottom:4px!important}.brand-logo-large{max-width:230px!important;width:72vw!important;height:auto!important}.brand-subtitle-only{font-size:.95rem!important;letter-spacing:.16em!important;text-align:center!important;margin-top:8px!important}.topbar-actions{width:100%;justify-content:center}.logout-button{min-width:92px;padding:11px 18px!important}.mobile-nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid rgba(37,43,66,.1);border-radius:24px;padding:14px 16px;background:#ffffffd1;box-shadow:0 18px 42px #19182d14;color:#26233f;font-weight:900;margin:12px 0 16px!important}.mobile-nav-toggle span{display:inline-flex;align-items:center;gap:10px;font-size:1rem}.mobile-nav-toggle strong{color:#d96c00;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.app-nav{display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;margin:0 0 22px!important;border-radius:26px!important;width:100%!important;overflow:visible!important}.app-nav.mobile-open{display:grid!important}.app-nav:before{display:none!important}.app-nav button{width:100%!important;min-height:52px!important;justify-content:center!important;padding:11px 12px!important;border-radius:18px!important;font-size:.9rem!important;line-height:1.15!important;white-space:normal!important}.app-nav button.active{box-shadow:0 16px 30px #f28c2847!important}.hero.compact h1,.panel-page h1,.page-title h1{font-size:clamp(2rem,9vw,3rem)!important;line-height:1.05!important;max-width:100%!important;word-break:normal!important;overflow-wrap:anywhere!important}.hero.compact .subtitle,.page-title p,.panel-page>p{max-width:100%!important;font-size:1rem!important;line-height:1.6!important}.dashboard-visual-grid,.grid,.kpi-grid,.main-grid{grid-template-columns:1fr!important}.chart-card,.card{max-width:100%!important;overflow:hidden}.pie-layout{grid-template-columns:1fr!important;gap:18px!important}.animated-pie{width:min(72vw,310px)!important;height:min(72vw,310px)!important;margin:0 auto!important}.pie-mobile-toggle{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid rgba(37,43,66,.1);border-radius:18px;padding:13px 16px;background:#ffffffdb;color:#26233f;font-weight:900;margin-top:4px}.pie-legend-list{display:none!important;margin-top:12px!important}.pie-legend-list.mobile-open{display:grid!important;gap:10px!important}.pie-legend-item{min-height:58px!important;padding:13px 14px!important;border-radius:18px!important}.pie-legend-item span,.pie-legend-item strong{font-size:.95rem!important}.import-guide-card{padding:22px 18px!important;border-radius:24px!important;margin-top:22px!important}.import-guide-card .section-title{margin-bottom:16px!important}.import-guide-card .section-title h2{font-size:1.35rem!important;line-height:1.15!important}.import-guide-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.import-guide-item{padding:18px 16px!important;border-radius:18px!important;min-height:auto!important}.import-guide-item strong{font-size:1rem!important;line-height:1.2!important}.import-guide-item p{font-size:.93rem!important;line-height:1.5!important;margin-top:8px!important}.import-card,.import-history-card,.import-rules-card{padding:22px 18px!important;border-radius:24px!important}.import-actions,.woocommerce-credential-actions{width:100%;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.import-actions button,.import-actions a,.file-picker,.woocommerce-credential-actions button{width:100%!important;min-width:0!important}}@media(max-width:760px){html,body,.page,.panel-page,.card{overflow-x:hidden!important}.topbar{padding-top:14px!important;margin-bottom:26px!important;gap:8px!important}.orienta-brand,.brand.orienta-brand{align-items:center!important;text-align:center!important;margin-bottom:26px!important;padding-bottom:8px!important}.brand-logo-large{width:60vw!important;max-width:200px!important;height:auto!important}.brand-subtitle-only{margin-top:10px!important;padding-bottom:10px!important;font-size:.92rem!important;letter-spacing:.24em!important}.orienta-brand:after{bottom:-10px!important;left:0!important;right:0!important;opacity:.9}.topbar-actions{display:none!important}.mobile-logout-wrap{display:block;width:100%;margin:26px 0 8px;padding-bottom:8px}.mobile-logout-button{width:100%;min-height:56px;border-radius:20px!important;font-size:1rem!important;font-weight:900!important}.mobile-nav-toggle{margin:8px 0 18px!important;min-height:58px;border-radius:22px!important}.app-nav{margin-bottom:26px!important}.app-nav button{min-height:62px!important;border-radius:20px!important;font-size:.95rem!important;padding:14px 12px!important}.hero.compact h1,.panel-page h1,.page-title h1{font-size:clamp(1.9rem,8.4vw,2.8rem)!important;line-height:1.06!important}.pie-layout{grid-template-columns:1fr!important;gap:14px!important}.animated-pie{width:min(58vw,245px)!important;height:min(58vw,245px)!important;margin:0 auto!important}.pie-hole strong{font-size:2.8rem!important}.pie-hole span{font-size:.95rem!important}.pie-mobile-toggle{display:flex!important;align-items:center;justify-content:space-between;width:100%;min-height:58px;padding:0 18px!important;border-radius:20px!important;border:1px solid rgba(37,43,66,.08);background:#fffffff2;color:#23233e;font-weight:900;box-shadow:0 12px 28px #19182d0f;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.pie-mobile-toggle:active{transform:scale(.995)}.pie-mobile-toggle span:first-child{font-size:1rem}.pie-mobile-toggle-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#f28c281f;color:#d96c00;font-size:1.2rem;line-height:1;transition:transform .22s ease,background .22s ease}.pie-mobile-toggle.open .pie-mobile-toggle-arrow{transform:rotate(180deg);background:#f28c282e}.pie-legend-list{display:none!important;margin-top:10px!important}.pie-legend-list.mobile-open{display:grid!important;gap:10px!important;animation:fadeSlideDown .22s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.import-guide-card{padding:20px 16px!important;border-radius:22px!important}.import-guide-grid{grid-template-columns:1fr!important;gap:10px!important}.import-guide-item{padding:16px 14px!important;border-radius:16px!important}.import-guide-item strong{font-size:.98rem!important;line-height:1.2!important}.import-guide-item p{font-size:.92rem!important;line-height:1.45!important}.import-card,.import-history-card,.import-rules-card,.rules-card,.rule-list-card{overflow-x:hidden!important}.rule-row,.rule-item,.rules-row,.rules-item,.import-rule-row,.import-rule-item,.automation-rule-row,.automation-rule-item,.classification-rule-row,.classification-rule-item{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;gap:10px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.rule-row>*,.rule-item>*,.rules-row>*,.rules-item>*,.import-rule-row>*,.import-rule-item>*,.automation-rule-row>*,.automation-rule-item>*,.classification-rule-row>*,.classification-rule-item>*{min-width:0!important;max-width:100%!important}.rule-actions,.rules-actions,.import-rule-actions,.automation-rule-actions,.classification-rule-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important}.rule-actions button,.rules-actions button,.import-rule-actions button,.automation-rule-actions button,.classification-rule-actions button{flex:1 1 calc(50% - 8px);min-width:0!important}.rule-badges,.rule-meta,.rule-controls,.rules-controls,.import-rule-meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important}input,select,textarea,button{max-width:100%}}@media(max-width:760px){.topbar{margin-bottom:16px!important;padding-bottom:0!important}.orienta-brand,.brand.orienta-brand{margin-bottom:14px!important;padding-bottom:0!important}.brand-logo-large{width:56vw!important;max-width:190px!important}.brand-subtitle-only{margin-top:8px!important;padding-bottom:8px!important;font-size:.9rem!important;letter-spacing:.22em!important}.orienta-brand:after{bottom:-8px!important}.mobile-nav-toggle{margin:18px 0 24px!important;min-height:58px!important;padding:14px 18px!important}.mobile-nav-toggle strong{display:inline-flex;align-items:center;gap:8px}.mobile-nav-arrow{display:inline-flex;transform:translateY(-1px);font-size:1rem;transition:transform .22s ease}.mobile-nav-toggle.open .mobile-nav-arrow{transform:rotate(180deg) translateY(1px)}.app-nav.mobile-open{animation:orientaMenuDrop .24s ease both;transform-origin:top center}@keyframes orientaMenuDrop{0%{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-nav-toggle+.app-nav,.app-nav.mobile-open{margin-bottom:26px!important}.hero.compact,.panel-page>.page-title,.panel-page>.section-title{margin-top:8px!important}.hero.compact{padding-top:8px!important}.pie-card .card-head{margin-bottom:18px!important}.pie-layout{gap:18px!important}.animated-pie{width:min(58vw,238px)!important;height:min(58vw,238px)!important;margin-top:6px!important;margin-bottom:8px!important}.pie-hole strong{font-size:2.25rem!important;line-height:1!important}.pie-hole span{font-size:.82rem!important;letter-spacing:.02em!important}.pie-mobile-toggle{min-height:56px!important;padding:0 20px!important}.pie-mobile-toggle span:first-child{font-size:1rem!important}.pie-mobile-toggle-arrow{width:auto!important;height:auto!important;background:transparent!important;border-radius:0!important;color:#d96c00!important;font-size:1.35rem!important;font-weight:900!important;box-shadow:none!important}.pie-mobile-toggle.open .pie-mobile-toggle-arrow{background:transparent!important}.import-rules-card{overflow:hidden!important}.import-rule-form{grid-template-columns:1fr!important;gap:10px!important}.import-rule-form input,.import-rule-form select,.import-rule-form button{width:100%!important;min-width:0!important}.import-rules-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;overflow:hidden!important}.import-rule-pill{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:16px!important;border-radius:20px!important;overflow:hidden!important}.import-rule-pill strong,.import-rule-pill em,.import-rule-pill small{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}.import-rule-pill strong{font-size:1.05rem!important;line-height:1.18!important}.import-rule-pill em{font-size:.95rem!important}.import-rule-edit,.import-rule-delete,.import-rule-switch{width:100%!important;justify-content:center!important}.import-rule-switch{min-height:46px!important;display:flex!important}.import-rule-switch-track{flex:0 0 auto!important}.import-rule-switch-text{white-space:nowrap!important}}@media(max-width:760px){.table-card,.transactions-card,.movements-card,.payments-card,.report-table-card,.history-table-card{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;position:relative}.table-card table,.transactions-card table,.movements-card table,.payments-card table,.report-table-card table,.history-table-card table,table{min-width:720px}table th,table td{white-space:nowrap}table td:nth-child(3),table td:nth-child(4),table td:nth-child(5){max-width:220px;overflow:hidden;text-overflow:ellipsis}.table-card:after,.transactions-card:after,.movements-card:after,.payments-card:after,.report-table-card:after,.history-table-card:after{content:"";position:sticky;right:0;top:0;float:right;width:28px;height:1px;pointer-events:none}.table-card:before,.transactions-card:before,.movements-card:before,.payments-card:before,.report-table-card:before,.history-table-card:before{content:"Scorri lateralmente →";display:block;margin:0 0 12px;color:#d96c00;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.toolbar button,.toolbar select,.period-select-wrap{width:100%!important;min-width:0!important}.period-select-wrap{justify-content:flex-start!important}}.integration-logo-bubble{overflow:hidden}.integration-logo-img{display:block;width:78%;height:78%;object-fit:contain;object-position:center}.integration-logo-bubble.stripe .integration-logo-img,.integration-logo-bubble.paypal .integration-logo-img,.integration-logo-bubble.shopify .integration-logo-img,.integration-logo-bubble.thefork .integration-logo-img,.integration-logo-bubble.fatture .integration-logo-img,.integration-logo-bubble.meta .integration-logo-img{width:88%;height:72%}.integration-logo-bubble.woo .integration-logo-img,.integration-logo-bubble.analytics .integration-logo-img{width:86%;height:86%}.integration-logo-bubble.excel .integration-logo-img{width:74%;height:74%}@media(max-width:760px){.integration-logo-bubble{width:52px!important;height:52px!important;min-width:52px!important}.integration-logo-img{width:82%;height:82%}}.integration-logo-bubble{overflow:hidden!important;background:#fff!important;border:1px solid rgba(37,43,66,.08)}.integration-logo-bubble.stripe .integration-logo-img,.integration-logo-bubble.paypal .integration-logo-img,.integration-logo-bubble.shopify .integration-logo-img,.integration-logo-bubble.fatture .integration-logo-img,.integration-logo-bubble.meta .integration-logo-img{width:92%!important;height:74%!important}.integration-logo-bubble.woo .integration-logo-img,.integration-logo-bubble.analytics .integration-logo-img{width:88%!important;height:88%!important}.integration-logo-bubble{overflow:hidden!important;background:#fff!important;border:1px solid rgba(37,43,66,.08)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.integration-logo-img{display:block!important;width:84%!important;height:84%!important;object-fit:contain!important;object-position:center!important}.integration-logo-bubble.provider-stripe .integration-logo-img,.integration-logo-bubble.provider-paypal .integration-logo-img,.integration-logo-bubble.provider-shopify .integration-logo-img,.integration-logo-bubble.provider-fatture_in_cloud .integration-logo-img,.integration-logo-bubble.provider-meta_ads .integration-logo-img,.integration-logo-bubble.provider-thefork .integration-logo-img{width:92%!important;height:72%!important}.integration-logo-bubble.provider-woocommerce .integration-logo-img,.integration-logo-bubble.provider-google_analytics .integration-logo-img,.integration-logo-bubble.provider-csv_excel .integration-logo-img,.integration-logo-bubble.provider-bank_csv .integration-logo-img{width:82%!important;height:82%!important}@media(max-width:760px){.integration-logo-bubble{width:54px!important;height:54px!important;min-width:54px!important}}.integration-logo-bubble{background:transparent!important;border:none!important;box-shadow:none!important;overflow:visible!important;width:86px!important;height:54px!important;min-width:86px!important;border-radius:0!important;padding:0!important}.integration-logo-img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.integration-logo-bubble.provider-woocommerce{width:92px!important;height:44px!important}.integration-logo-bubble.provider-stripe{width:92px!important;height:42px!important}.integration-logo-bubble.provider-paypal{width:96px!important;height:42px!important}.integration-logo-bubble.provider-shopify{width:94px!important;height:42px!important}.integration-logo-bubble.provider-thefork{width:96px!important;height:42px!important}.integration-logo-bubble.provider-fatture_in_cloud{width:112px!important;height:42px!important}.integration-logo-bubble.provider-meta_ads{width:96px!important;height:42px!important}.integration-logo-bubble.provider-google_analytics,.integration-logo-bubble.provider-csv_excel,.integration-logo-bubble.provider-bank_csv{width:58px!important;height:58px!important}.integration-title-wrap{align-items:center!important;gap:18px!important}@media(max-width:760px){.integration-logo-bubble{width:78px!important;height:44px!important;min-width:78px!important}.integration-logo-bubble.provider-woocommerce,.integration-logo-bubble.provider-stripe,.integration-logo-bubble.provider-paypal,.integration-logo-bubble.provider-shopify,.integration-logo-bubble.provider-thefork,.integration-logo-bubble.provider-meta_ads{width:82px!important;height:40px!important}.integration-logo-bubble.provider-fatture_in_cloud{width:96px!important;height:40px!important}.integration-logo-bubble.provider-google_analytics,.integration-logo-bubble.provider-csv_excel,.integration-logo-bubble.provider-bank_csv{width:50px!important;height:50px!important}.integration-title-wrap{gap:14px!important}}.stripe-test-box{background:linear-gradient(180deg,#5b4bff0e,#6366f109)}.paypal-test-box{background:linear-gradient(180deg,#0070ba0f,#00308709)}.integration-guide-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:18px;align-items:start;margin:18px 0;padding:20px;border-radius:24px;background:radial-gradient(circle at top left,rgba(242,140,40,.14),transparent 34%),linear-gradient(135deg,#fffffff0,#faf7f2eb);border:1px solid rgba(37,43,66,.08);box-shadow:0 18px 45px #19182d0f}.integration-guide-panel span{display:inline-flex;margin-bottom:8px;color:#d96c00;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.integration-guide-panel h3{margin:0;color:#23233e;font-size:1.2rem;line-height:1.18;letter-spacing:-.03em}.integration-guide-panel p{margin:10px 0 0;color:#615d70;font-size:.96rem;line-height:1.55}.integration-guide-panel ol{margin:0;padding:0;list-style:none;display:grid;gap:8px;counter-reset:integration-step}.integration-guide-panel li{counter-increment:integration-step;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;color:#4f4a63;font-size:.9rem;line-height:1.35;font-weight:700}.integration-guide-panel li:before{content:counter(integration-step);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f28c2824;color:#d96c00;font-size:.78rem;font-weight:950}.integration-config-note{font-size:.94rem!important;line-height:1.55!important}@media(max-width:760px){.integration-guide-panel{grid-template-columns:1fr;gap:16px;padding:18px 16px;border-radius:22px;margin:16px 0}.integration-guide-panel h3{font-size:1.08rem}.integration-guide-panel p{font-size:.92rem}.integration-guide-panel li{font-size:.88rem}}.connection-overview-card{margin-top:18px}.connection-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.connection-overview-item{display:grid;gap:14px;padding:16px;border-radius:22px;background:#ffffffd1;border:1px solid rgba(37,43,66,.08);box-shadow:0 14px 32px #19182d0e}.connection-overview-main{display:flex;align-items:center;gap:13px;min-width:0}.connection-overview-logo{display:block;width:58px;height:36px;object-fit:contain;object-position:center;flex:0 0 auto}.connection-overview-main strong{display:block;color:#23233e;font-size:.98rem;letter-spacing:-.02em}.connection-overview-main span{display:block;margin-top:2px;color:#777187;font-size:.78rem;font-weight:800}.connection-overview-state{display:grid;gap:7px}.connection-overview-state em{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-style:normal;font-size:.78rem;font-weight:950}.connection-overview-state small{color:#625d70;font-size:.82rem;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.connection-overview-item.ok .connection-overview-state em{background:#2e966221;color:#247b50}.connection-overview-item.warning .connection-overview-state em{background:#f28c2826;color:#b85d00}.connection-overview-item.error .connection-overview-state em{background:#db4e701f;color:#a93355}.connection-overview-item.neutral .connection-overview-state em{background:#252b4212;color:#625d70}@media(max-width:920px){.connection-overview-grid{grid-template-columns:1fr}.connection-overview-item{padding:15px}.connection-overview-logo{width:64px;height:38px}}.connection-overview-card{margin-top:24px;padding:26px 28px;border-radius:28px;background:linear-gradient(180deg,#f9f6f0fa,#f4f0e9f5);border:1px solid rgba(242,140,40,.1);box-shadow:0 18px 44px #23233e0d}.connection-overview-header{margin-bottom:18px}.connection-overview-eyebrow{display:inline-block;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#d96f00}.connection-overview-header h2{margin:8px 0 10px;font-size:2rem;line-height:1.08;color:#20233b;letter-spacing:-.03em}.connection-overview-header p{margin:0;max-width:900px;color:#5f5a70;font-size:1rem;line-height:1.5;font-weight:600}.connection-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.connection-overview-item{position:relative;padding:20px 20px 18px;border-radius:22px;background:#fffffff0;border:1px solid rgba(37,43,66,.08);box-shadow:0 10px 28px #23233e0a;min-height:168px;overflow:hidden}.connection-overview-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.connection-overview-item.ok:before{background:linear-gradient(90deg,#2e9662,#6ac18f)}.connection-overview-item.warning:before{background:linear-gradient(90deg,#f28c28,#ffb257)}.connection-overview-item.error:before{background:linear-gradient(90deg,#d84d70,#f08ca2)}.connection-overview-item.neutral:before{background:linear-gradient(90deg,#8b8798,#b4b0bc)}.connection-overview-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.connection-overview-main{display:flex;align-items:center;gap:14px;min-width:0}.connection-overview-logo{width:76px;height:40px;object-fit:contain;object-position:left center;flex:0 0 auto}.connection-overview-text{min-width:0}.connection-overview-text strong{display:block;color:#23233e;font-size:1.15rem;line-height:1.1;letter-spacing:-.02em}.connection-overview-text span{display:block;margin-top:4px;color:#7a7588;font-size:.92rem;font-weight:800}.connection-overview-badge{flex:0 0 auto;display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:900;line-height:1;white-space:nowrap}.connection-overview-badge.ok{background:#2e96621f;color:#247b50}.connection-overview-badge.warning{background:#f28c2821;color:#b86400}.connection-overview-badge.error{background:#d84d701f;color:#aa3555}.connection-overview-badge.neutral{background:#585e761a;color:#666274}.connection-overview-message{margin:0;color:#5b5668;font-size:1rem;line-height:1.45;font-weight:700;overflow-wrap:anywhere}.connected-sources-card{margin-top:26px!important}@media(max-width:1180px){.connection-overview-grid{grid-template-columns:1fr}.connection-overview-item{min-height:auto}}@media(max-width:760px){.connection-overview-card{padding:20px 18px;border-radius:24px}.connection-overview-header h2{font-size:1.45rem}.connection-overview-header p{font-size:.95rem}.connection-overview-top{flex-direction:column;align-items:flex-start}.connection-overview-logo{width:72px;height:36px}.connection-overview-text strong{font-size:1.03rem}.connection-overview-text span{font-size:.84rem}.connection-overview-message{font-size:.94rem}}.connection-overview-config-btn{width:fit-content;margin-top:14px;border:0;border-radius:999px;padding:10px 14px;background:#f28c281f;color:#c46400;font-size:.86rem;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.connection-overview-config-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ffb35b,#f27c00);color:#fff;box-shadow:0 12px 26px #f27c002e}@media(max-width:760px){.connection-overview-config-btn{width:100%;justify-content:center;padding:12px 14px}}.integration-grid.v2{margin-top:24px!important}.integration-card.v2{padding:20px 22px!important;border-radius:24px!important;background:linear-gradient(180deg,#fffffff5,#fffcf7eb)!important;border:1px solid rgba(37,43,66,.07)!important;box-shadow:0 12px 34px #23233e0b!important}.integration-card.v2 .integration-card-head,.integration-card.v2 .integration-title-wrap{gap:14px!important}.integration-card.v2 .integration-logo-bubble{width:78px!important;height:42px!important;min-width:78px!important}.integration-card.v2 .integration-logo-img{width:100%!important;height:100%!important}.integration-card.v2 h3{font-size:1.15rem!important;line-height:1.12!important}.integration-card.v2 .integration-category{font-size:.72rem!important;letter-spacing:.11em!important}.integration-card.v2 p{min-height:0!important;margin-top:8px!important;color:#625d70!important;font-size:.94rem!important;line-height:1.45!important}.integration-card.v2 .integration-meta{margin-top:10px!important;display:flex!important;flex-wrap:wrap!important;gap:7px!important}.integration-card.v2 .integration-meta span{display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:6px 10px!important;background:#252b420e!important;color:#625d70!important;font-size:.76rem!important;font-weight:850!important}.integration-card.v2 .integration-actions{margin-top:14px!important;padding-top:12px!important;border-top:1px solid rgba(37,43,66,.065)!important}.integration-card.v2 .integration-actions button{min-width:0!important;max-width:none!important;padding:11px 16px!important;border-radius:999px!important;font-size:.86rem!important}.integration-card.v2 .integration-actions button.primary{background:linear-gradient(135deg,#f28c28,#f97316)!important;box-shadow:0 12px 24px #f27c0026!important}.integration-card.v2 .integration-actions button:not(.primary){background:#252b420e!important;color:#625d70!important}.integration-badge{white-space:nowrap!important}@media(max-width:760px){.integration-card.v2{padding:18px 16px!important}.integration-card.v2 .integration-card-head{align-items:flex-start!important}.integration-card.v2 .integration-logo-bubble{width:70px!important;height:38px!important;min-width:70px!important}.integration-card.v2 .integration-actions{gap:8px!important}.integration-card.v2 .integration-actions button{width:100%!important}}.integration-card.v2 .integration-actions{justify-content:flex-start!important;align-items:center!important}.integration-card.v2 .integration-actions button{width:auto!important;min-width:170px!important;max-width:230px!important;flex:0 0 auto!important;padding:11px 20px!important;text-align:center!important}.integration-card.v2 .integration-actions button.primary{width:auto!important;min-width:180px!important;max-width:240px!important}.integration-card.v2 .integration-actions button:not(.primary){min-width:130px!important;max-width:180px!important}@media(min-width:761px){.integration-card.v2 .integration-actions button{width:fit-content!important}}@media(max-width:760px){.integration-card.v2 .integration-actions button{width:100%!important;min-width:0!important;max-width:none!important}}@property --pie-reveal{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.animated-pie{position:relative!important;overflow:hidden!important;background:#ece8e1d1!important;isolation:isolate}.animated-pie:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--pie-gradient);-webkit-mask:conic-gradient(#000 0 var(--pie-reveal),transparent var(--pie-reveal) 360deg);mask:conic-gradient(#000 0 var(--pie-reveal),transparent var(--pie-reveal) 360deg);animation:orientaPieReveal 1.15s cubic-bezier(.22,1,.36,1) forwards;z-index:1}.animated-pie:before{z-index:0!important}.pie-hole{position:relative!important;z-index:2!important}@keyframes orientaPieReveal{0%{--pie-reveal: 0deg;transform:scale(.985)}to{--pie-reveal: 360deg;transform:scale(1)}}.growth-advice-card{margin-top:22px;padding:26px 28px;border-radius:30px;background:radial-gradient(circle at top left,rgba(242,140,40,.16),transparent 34%),linear-gradient(135deg,#fffffff5,#faf6eff0);border:1px solid rgba(37,43,66,.07);box-shadow:0 22px 58px #23233e0f}.growth-advice-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.growth-advice-head span{display:inline-block;color:#d96f00;font-size:.78rem;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.growth-advice-head h2{margin:8px 0;color:#20233b;font-size:1.9rem;line-height:1.08;letter-spacing:-.04em}.growth-advice-head p{margin:0;max-width:760px;color:#625d70;font-size:1rem;line-height:1.5;font-weight:650}.growth-advice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.growth-advice-item{position:relative;display:grid;gap:12px;padding:20px;border-radius:24px;background:#ffffffeb;border:1px solid rgba(37,43,66,.07);overflow:hidden}.growth-advice-item:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;opacity:.95}.growth-advice-item.good:before{background:linear-gradient(180deg,#2e9662,#9ad9b4)}.growth-advice-item.warn:before{background:linear-gradient(180deg,#f28c28,#ffd08a)}.growth-advice-item.alert:before{background:linear-gradient(180deg,#d84d70,#f0a0b2)}.growth-advice-item.neutral:before{background:linear-gradient(180deg,#7c6cff,#b8b0ff)}.growth-advice-item span{color:#d96f00;font-size:.74rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.growth-advice-item h3{margin:7px 0 0;color:#23233e;font-size:1.08rem;line-height:1.18;letter-spacing:-.025em}.growth-advice-item strong{color:#20233b;font-size:1.55rem;line-height:1;letter-spacing:-.04em}.growth-advice-item p{margin:0;color:#625d70;font-size:.92rem;line-height:1.45;font-weight:650}@media(max-width:980px){.growth-advice-grid{grid-template-columns:1fr}}@media(max-width:760px){.growth-advice-card{margin-top:18px;padding:22px 18px;border-radius:26px}.growth-advice-head h2{font-size:1.45rem}.growth-advice-head p{font-size:.94rem}.growth-advice-item{padding:18px 16px 18px 18px}.growth-advice-item strong{font-size:1.35rem}}@media(prefers-reduced-motion:reduce){.animated-pie:after{animation:none!important;--pie-reveal: 360deg}}.animated-pie{animation:orientaPieIntro .95s cubic-bezier(.22,1,.36,1) both!important;will-change:transform,opacity}@keyframes orientaPieIntro{0%{opacity:0;transform:scale(.88) rotate(-14deg);filter:blur(2px)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}.pie-card .pie-layout{margin-top:12px}.goal-progress-card{padding-bottom:30px!important}.goal-progress-layout{display:grid;grid-template-columns:minmax(280px,420px) minmax(320px,1fr);gap:34px;align-items:center;margin-top:12px}.goal-progress-summary strong{display:block;color:#1f2a3c;font-size:clamp(2.2rem,3.5vw,4rem);line-height:1;letter-spacing:-.05em;font-weight:900}.goal-progress-summary span{display:block;margin-top:8px;color:#667085;font-size:1.05rem;font-weight:800}.goal-progress-summary p{margin-top:24px;max-width:520px;color:#6b7280;font-size:1.06rem;line-height:1.6;font-weight:700}.goal-progress-topline{display:flex;align-items:baseline;gap:12px}.goal-progress-topline strong{color:#1f2a3c;font-size:clamp(2.2rem,3.5vw,3.6rem);line-height:1;letter-spacing:-.05em;font-weight:900}.goal-progress-topline span{color:#667085;font-size:1rem;font-weight:800}.goal-progress-track{position:relative;width:100%;height:24px;border-radius:999px;background:linear-gradient(180deg,#e9e2d7f2,#f3eee6f2);overflow:hidden;box-shadow:inset 0 1px 2px #0f172a0f}.goal-progress-fill{position:absolute;inset:0 auto 0 0;width:100%;transform:scaleX(0);transform-origin:left center;border-radius:inherit;background:linear-gradient(90deg,#f1a145,#f28c28 45%,#f97316);box-shadow:0 10px 24px #f28c2842,inset 0 1px #ffffff47;animation:orientaGoalGrow 1.2s cubic-bezier(.22,1,.36,1) forwards}.goal-progress-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#fff0,#ffffff2e 30%,#ffffff57 48%,#fff0 70%);transform:translate(-120%);animation:orientaGoalShine 1.35s ease-out .45s forwards}.goal-progress-fill.is-over{background:linear-gradient(90deg,#f1a145,#f28c28 38%,#ea580c)}.goal-progress-labels{display:flex;justify-content:space-between;color:#7a8293;font-size:.88rem;font-weight:800}.goal-progress-over{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#f28c281f;color:#cc6f0a;font-size:.88rem;font-weight:900;letter-spacing:.01em}@keyframes orientaGoalGrow{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalShine{0%{transform:translate(-120%)}to{transform:translate(120%)}}@media(max-width:980px){.goal-progress-layout{grid-template-columns:1fr;gap:24px}.goal-progress-summary p{margin-top:16px;max-width:none}}@media(max-width:680px){.goal-progress-track{height:20px}.goal-progress-topline{gap:10px;flex-wrap:wrap}.goal-progress-summary strong,.goal-progress-topline strong{font-size:2.5rem}.goal-progress-summary p{font-size:.98rem;line-height:1.55}}.dashboard-growth-after-alerts{margin-top:18px!important;margin-bottom:24px!important;padding:22px 24px!important;border-radius:28px!important}.dashboard-growth-after-alerts .growth-advice-head{margin-bottom:14px!important}.dashboard-growth-after-alerts .growth-advice-head h2{font-size:clamp(18px,1.35vw,22px)!important;line-height:1.2!important}.dashboard-growth-after-alerts .growth-advice-head p{font-size:.92rem!important;line-height:1.5!important}.dashboard-growth-after-alerts .growth-advice-grid{gap:12px!important}.dashboard-growth-after-alerts .growth-advice-item{gap:9px!important;padding:16px 18px 16px 20px!important;border-radius:22px!important;min-height:0!important}.dashboard-growth-after-alerts .growth-advice-item span{font-size:.68rem!important;letter-spacing:.16em!important}.dashboard-growth-after-alerts .growth-advice-item h3{font-size:.98rem!important;line-height:1.22!important}.dashboard-growth-after-alerts .growth-advice-item strong{font-size:1.32rem!important}.dashboard-growth-after-alerts .growth-advice-item p{font-size:.84rem!important;line-height:1.42!important}.goal-progress-card{padding:24px 26px 28px!important}.goal-progress-layout{display:grid!important;grid-template-columns:minmax(130px,.55fr) minmax(300px,1.45fr)!important;gap:30px!important;align-items:center!important;min-height:215px;margin-top:10px!important}.goal-progress-summary strong{display:block;color:#1f2a3c;font-size:clamp(2.7rem,4.4vw,4.45rem)!important;line-height:.95;letter-spacing:-.065em;font-weight:900}.goal-progress-summary span{display:block;margin-top:10px;color:#667085;font-size:1rem;font-weight:850}.goal-progress-visual{display:grid;gap:14px;align-content:center}.goal-progress-copy strong{display:block;color:#1f2a3c;font-size:clamp(1.75rem,2.3vw,2.35rem)!important;line-height:1;letter-spacing:-.045em;font-weight:880}.goal-progress-copy span{display:block;margin-top:7px;color:#667085;font-size:.9rem;font-weight:850}.goal-progress-copy p{max-width:520px;margin:12px 0 4px!important;color:#667085!important;font-size:.92rem!important;line-height:1.48!important;font-weight:650!important}.goal-progress-track{position:relative;width:100%;height:22px!important;margin-top:10px;border-radius:999px;overflow:visible!important;background:linear-gradient(180deg,#e9e2d7f2,#f5f0e8f2)!important;box-shadow:inset 0 1px 2px #0f172a12,0 14px 34px #1f29370d}.goal-progress-fill{position:absolute;inset:0 auto 0 0;width:100%;border-radius:inherit;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,#f5a64a,#f28c28 48%,#f97316)!important;box-shadow:0 12px 28px #f28c2847,inset 0 1px #ffffff57;animation:orientaGoalFinalGrow 1.25s cubic-bezier(.22,1,.36,1) forwards}.goal-progress-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(120deg,#fff0,#ffffff29 28%,#ffffff5c 48%,#fff0 70%);transform:translate(-120%);animation:orientaGoalFinalShine 1.3s ease-out .45s forwards}.goal-progress-fill.is-over{background:linear-gradient(90deg,#f5a64a,#f28c28 42%,#ea580c)!important}.goal-progress-marker{position:absolute;left:100%;top:-11px;bottom:-24px;width:0;border-left:1px dashed rgba(31,41,55,.28);pointer-events:none}.goal-progress-labels{display:flex;justify-content:space-between;gap:12px;color:#7a8293;font-size:.82rem;font-weight:850}.goal-progress-labels span:nth-child(2){color:#4b5563}.goal-progress-labels span:last-child{color:#d96f00}.goal-progress-over{display:inline-flex;align-items:center;width:fit-content;margin-top:2px;padding:8px 12px;border-radius:999px;background:#f28c281f;color:#cc6f0a;font-size:.84rem;font-weight:900}.animated-pie{background:#ece8e1d1!important;animation:orientaPieFinalBase .85s cubic-bezier(.22,1,.36,1) both!important}.animated-pie:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;background:var(--pie-gradient);-webkit-mask:none!important;mask:none!important;clip-path:circle(0% at 50% 50%);animation:orientaPieFinalFill 1.35s cubic-bezier(.22,1,.36,1) .08s forwards!important}.pie-hole{z-index:2!important}@keyframes orientaGoalFinalGrow{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalFinalShine{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes orientaPieFinalBase{0%{opacity:0;transform:scale(.94);filter:blur(1.5px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes orientaPieFinalFill{0%{clip-path:circle(0% at 50% 50%);transform:rotate(-8deg)}to{clip-path:circle(75% at 50% 50%);transform:rotate(0)}}@media(max-width:980px){.goal-progress-layout{grid-template-columns:1fr!important;gap:22px!important}.dashboard-growth-after-alerts .growth-advice-grid{grid-template-columns:1fr!important}}@media(max-width:680px){.goal-progress-card{padding:22px 18px 24px!important}.goal-progress-layout{min-height:auto}.goal-progress-summary strong{font-size:2.55rem!important}.goal-progress-track{height:20px!important}.goal-progress-labels{font-size:.76rem}}@media(prefers-reduced-motion:reduce){.goal-progress-fill,.goal-progress-fill:after,.animated-pie,.animated-pie:after{animation:none!important}.goal-progress-fill{transform:scaleX(var(--goal-progress-scale))!important}.animated-pie:after{clip-path:circle(75% at 50% 50%)!important}}.goal-progress-card{padding:24px 28px 28px!important}.goal-progress-card .compact-head,.goal-progress-card .card-head{margin-bottom:18px!important}.goal-progress-layout{display:grid!important;grid-template-columns:minmax(190px,230px) minmax(0,1fr)!important;gap:30px!important;align-items:start!important;margin-top:8px!important}.goal-progress-summary{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important}.goal-progress-summary strong{display:block!important;margin:0!important;font-size:clamp(4.2rem,6vw,5.4rem)!important;line-height:.92!important;letter-spacing:-.07em!important;font-weight:900!important;color:#1f2a44!important}.goal-progress-summary span{display:block!important;margin:0!important;font-size:1.05rem!important;line-height:1.15!important;font-weight:850!important;color:#566074!important}.goal-progress-visual{display:grid!important;gap:16px!important;align-content:start!important;min-width:0!important}.goal-progress-copy{display:grid!important;gap:10px!important;min-width:0!important}.goal-progress-topline{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;min-width:0!important}.goal-progress-topline strong{display:block!important;margin:0!important;font-size:clamp(2.6rem,3vw,4rem)!important;line-height:.98!important;letter-spacing:-.06em!important;font-weight:900!important;color:#1f2a44!important}.goal-progress-topline span{display:block!important;margin:0!important;font-size:1rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.goal-progress-copy p,.goal-progress-visual p{margin:0!important;max-width:560px!important;font-size:1rem!important;line-height:1.52!important;font-weight:700!important;color:#667085!important}.goal-progress-track{position:relative!important;width:100%!important;height:24px!important;margin-top:4px!important;border-radius:999px!important;overflow:hidden!important;background:linear-gradient(180deg,#ece7dff5,#f5f1ebf5)!important;box-shadow:inset 0 1px 2px #0f172a0f!important}.goal-progress-fill{border-radius:inherit!important;box-shadow:0 8px 20px #f28c2838,inset 0 1px #ffffff3d!important}.goal-progress-labels{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-top:2px!important;font-size:.92rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.goal-progress-over{margin-top:6px!important;padding:9px 14px!important;border-radius:999px!important;background:#f28c2824!important;color:#cc6f0a!important;font-size:.92rem!important;font-weight:900!important;width:fit-content!important}.pie-card .pie-layout{margin-top:14px!important}.animated-pie{background:var(--pie-gradient)!important;position:relative!important;overflow:hidden!important;isolation:isolate!important;will-change:transform;transform:rotate(0) scale(1);transition:transform 2.8s cubic-bezier(.22,1,.36,1),box-shadow .35s ease!important}.animated-pie:after{content:"";position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;border-radius:50%;background:conic-gradient(from 0deg,#fff0,#fff0 285deg,#ffffff47 322deg,#ffffff0d 344deg,#fff0 360deg);opacity:0;transform:rotate(0);pointer-events:none}.pie-hole{position:relative!important;z-index:2!important;transition:transform 2.8s cubic-bezier(.22,1,.36,1)!important}.pie-card:hover .animated-pie{transform:rotate(360deg) scale(1.02)!important;box-shadow:0 26px 54px #1f293729!important}.pie-card:hover .animated-pie:after{opacity:1;animation:orientaPieSweepSlow 2.8s cubic-bezier(.22,1,.36,1) forwards}.pie-card:hover .pie-hole{transform:rotate(-360deg)!important}@keyframes orientaPieSweepSlow{0%{opacity:0;transform:rotate(0)}12%{opacity:.95}to{opacity:0;transform:rotate(360deg)}}.animated-pie,.animated-pie:after,.pie-hole{animation-duration:unset!important}@media(max-width:980px){.goal-progress-layout{grid-template-columns:1fr!important;gap:20px!important}.goal-progress-summary strong{font-size:clamp(3.6rem,13vw,4.8rem)!important}.goal-progress-topline strong{font-size:clamp(2.2rem,8vw,3.3rem)!important}.goal-progress-copy p,.goal-progress-visual p{max-width:none!important}}@media(max-width:760px){.goal-progress-card{padding:22px 18px 24px!important}.goal-progress-summary strong{font-size:clamp(3.2rem,14vw,4.3rem)!important}.goal-progress-summary span{font-size:1rem!important}.goal-progress-topline strong{font-size:clamp(2rem,9vw,2.9rem)!important}.goal-progress-copy p,.goal-progress-visual p{font-size:.95rem!important;line-height:1.48!important}.goal-progress-track{height:20px!important}.goal-progress-labels{font-size:.84rem!important}}.goal-progress-card{padding:26px 30px 30px!important}.goal-progress-card .card-head,.goal-progress-card .compact-head{margin-bottom:20px!important}.goal-progress-layout{display:grid!important;grid-template-columns:minmax(150px,210px) minmax(0,1fr)!important;gap:34px!important;align-items:center!important;min-height:250px!important;margin-top:2px!important}.goal-progress-summary{align-self:center!important;display:grid!important;gap:8px!important}.goal-progress-summary strong{font-size:clamp(3.1rem,4.2vw,4.25rem)!important;line-height:.92!important;letter-spacing:-.065em!important;font-weight:900!important;color:#1f2a44!important}.goal-progress-summary span{font-size:.98rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.goal-progress-visual{display:grid!important;gap:13px!important;align-content:center!important}.goal-progress-copy{display:grid!important;gap:8px!important}.goal-progress-copy strong{font-size:clamp(2rem,2.65vw,3rem)!important;line-height:1!important;letter-spacing:-.055em!important;font-weight:890!important;color:#1f2a44!important}.goal-progress-copy span{margin-top:0!important;font-size:.95rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.goal-progress-copy p{max-width:520px!important;margin:6px 0 10px!important;font-size:.95rem!important;line-height:1.48!important;font-weight:680!important;color:#667085!important}.goal-progress-track{height:22px!important;margin-top:2px!important;border-radius:999px!important;overflow:hidden!important;background:linear-gradient(180deg,#e8e2d8f5,#f6f1eaf5)!important}.goal-progress-fill{border-radius:inherit!important;background:linear-gradient(90deg,#f5a64a,#f28c28 48%,#f97316)!important;box-shadow:0 9px 20px #f28c2838,inset 0 1px #ffffff47!important}.goal-progress-labels{margin-top:0!important;font-size:.82rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.goal-progress-labels span:last-child{color:#d96c00!important;font-weight:950!important}.goal-progress-over{margin-top:4px!important;padding:7px 12px!important;font-size:.82rem!important;line-height:1.2!important;border-radius:999px!important;background:#f28c2821!important;color:#c76605!important;font-weight:900!important}.animated-pie{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:#ece8e1d1!important;transform:scale(1)!important;transition:transform .35s ease,box-shadow .35s ease!important;animation:none!important}.animated-pie:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;z-index:1!important;background:var(--pie-gradient)!important;filter:none!important;transform:none!important;opacity:1!important;clip-path:circle(75% at 50% 50%)!important;animation:none!important}.animated-pie:after{content:""!important;position:absolute!important;top:-10%!important;right:-10%!important;bottom:-10%!important;left:-10%!important;border-radius:50%!important;z-index:2!important;pointer-events:none!important;opacity:0!important;background:conic-gradient(from 0deg,transparent 0deg,transparent 258deg,rgba(255,255,255,.34) 300deg,rgba(255,255,255,.08) 332deg,transparent 360deg)!important;transform:rotate(0)!important;animation:none!important}.pie-hole{position:relative!important;z-index:4!important;transform:none!important;animation:none!important}.pie-card:hover .animated-pie{transform:scale(1.018)!important;box-shadow:0 28px 58px #1f293726!important}.pie-card:hover .animated-pie:before{animation:orientaPieHoverRevealSlow 3.2s cubic-bezier(.22,1,.36,1) both!important}.pie-card:hover .animated-pie:after{animation:orientaPieHoverLightSlow 3.2s cubic-bezier(.22,1,.36,1) both!important}.pie-card:hover .pie-hole{transform:none!important;animation:none!important}@keyframes orientaPieHoverRevealSlow{0%{clip-path:circle(0% at 50% 50%);opacity:.55}18%{opacity:1}to{clip-path:circle(75% at 50% 50%);opacity:1}}@keyframes orientaPieHoverLightSlow{0%{opacity:0;transform:rotate(0)}14%{opacity:.85}to{opacity:0;transform:rotate(360deg)}}.mobile-logout-wrap,.mobile-logout-button{display:none!important}@media(max-width:980px){.goal-progress-layout{grid-template-columns:1fr!important;min-height:auto!important;gap:22px!important}.goal-progress-summary strong{font-size:clamp(3rem,12vw,4rem)!important}.goal-progress-copy strong{font-size:clamp(2rem,8vw,2.8rem)!important}}@media(max-width:760px){.goal-progress-card{padding:22px 18px 24px!important}.goal-progress-summary strong{font-size:clamp(2.7rem,13vw,3.7rem)!important}.goal-progress-track{height:20px!important}}.page .goal-progress-card{padding:28px 34px 32px!important}.page .goal-progress-card .goal-progress-layout{display:grid!important;grid-template-columns:minmax(150px,190px) minmax(430px,1fr)!important;gap:30px!important;align-items:center!important;min-height:230px!important;margin-top:0!important}.page .goal-progress-card .goal-progress-summary strong{margin:0!important;font-size:clamp(2.15rem,2.55vw,2.9rem)!important;line-height:.95!important;letter-spacing:-.055em!important;font-weight:900!important;color:#1f2a44!important}.page .goal-progress-card .goal-progress-summary span{margin:0!important;font-size:.82rem!important;line-height:1.18!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-visual{display:grid!important;gap:12px!important;align-content:center!important;max-width:680px!important;min-width:0!important}.page .goal-progress-card .goal-progress-copy{display:grid!important;gap:6px!important}.page .goal-progress-card .goal-progress-copy strong{display:block!important;margin:0!important;font-size:clamp(1.75rem,2.25vw,2.65rem)!important;line-height:1!important;letter-spacing:-.05em!important;font-weight:900!important;color:#1f2a44!important}.page .goal-progress-card .goal-progress-copy span{margin:0!important;font-size:.86rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-copy p{margin:6px 0 8px!important;max-width:540px!important;font-size:.86rem!important;line-height:1.45!important;font-weight:680!important;color:#667085!important}.page .goal-progress-card .goal-progress-track{position:relative!important;width:100%!important;height:19px!important;border-radius:999px!important;overflow:visible!important;background:linear-gradient(180deg,#e9e2d7f5,#f4efe7f5)!important;box-shadow:inset 0 1px 2px #0f172a0f!important}.page .goal-progress-card .goal-progress-track:before{content:""!important;position:absolute!important;left:95.238%!important;top:-9px!important;bottom:-9px!important;width:1px!important;background:repeating-linear-gradient(to bottom,rgba(31,41,68,.34) 0 4px,transparent 4px 8px)!important;opacity:.55!important}.page .goal-progress-card .goal-progress-fill{position:absolute!important;inset:0 auto 0 0!important;width:100%!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:left center!important;background:linear-gradient(90deg,#f3ab54,#f28c28 48%,#f97316)!important;box-shadow:0 10px 24px #f28c2838,inset 0 1px #ffffff47!important;animation:orientaGoalBarGrowV6 2.15s cubic-bezier(.22,1,.36,1) .18s forwards!important}.page .goal-progress-card:hover .goal-progress-fill{animation:orientaGoalBarGrowV6Hover 2.15s cubic-bezier(.22,1,.36,1) forwards!important}.page .goal-progress-card .goal-progress-fill:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;background:linear-gradient(120deg,#fff0,#ffffff24 30%,#ffffff52 48%,#fff0 70%)!important;transform:translate(-120%)!important;animation:orientaGoalBarShineV6 1.15s ease-out 1.25s forwards!important}@keyframes orientaGoalBarGrowV6{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalBarGrowV6Hover{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalBarShineV6{0%{transform:translate(-120%)}to{transform:translate(120%)}}.page .pie-card .animated-pie{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:#ece8e1e0!important;transform:none!important;animation:orientaPieShellV6 .45s ease-out both!important}.page .pie-card .animated-pie:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;background:var(--pie-gradient)!important;z-index:1!important;-webkit-mask:conic-gradient(from -90deg,#000 0deg var(--pie-reveal-angle),transparent var(--pie-reveal-angle) 360deg)!important;mask:conic-gradient(from -90deg,#000 0deg var(--pie-reveal-angle),transparent var(--pie-reveal-angle) 360deg)!important;animation:orientaPieRevealV6 3.4s cubic-bezier(.22,1,.36,1) .18s forwards!important}.page .pie-card:hover .animated-pie:before{animation:orientaPieRevealV6Hover 3.4s cubic-bezier(.22,1,.36,1) forwards!important}.page .pie-card .animated-pie:after{content:""!important;position:absolute!important;top:-8%!important;right:-8%!important;bottom:-8%!important;left:-8%!important;border-radius:50%!important;z-index:2!important;pointer-events:none!important;opacity:0!important;background:conic-gradient(from -90deg,transparent 0deg,transparent 292deg,rgba(255,255,255,.32) 322deg,rgba(255,255,255,.06) 346deg,transparent 360deg)!important;animation:orientaPieGlossV6 1.25s ease-out 2.85s forwards!important}.page .pie-card:hover .animated-pie:after{animation:orientaPieGlossV6Hover 1.25s ease-out 2.75s forwards!important}.page .pie-card:hover .pie-hole,.page .pie-card:hover .animated-pie{transform:none!important}@keyframes orientaPieShellV6{0%{opacity:0;transform:scale(.965)}to{opacity:1;transform:scale(1)}}@keyframes orientaPieRevealV6{0%{--pie-reveal-angle: 0deg}to{--pie-reveal-angle: 360deg}}@keyframes orientaPieRevealV6Hover{0%{--pie-reveal-angle: 0deg}to{--pie-reveal-angle: 360deg}}@keyframes orientaPieGlossV6{0%{opacity:0;transform:rotate(0)}25%{opacity:.85}to{opacity:0;transform:rotate(20deg)}}@keyframes orientaPieGlossV6Hover{0%{opacity:0;transform:rotate(0)}25%{opacity:.85}to{opacity:0;transform:rotate(20deg)}}.page .growth-advice-grid{gap:16px!important}.page .growth-advice-item{padding:20px 20px 18px!important}.page .growth-advice-item .growth-advice-copy h3{margin:3px 0 0!important}@media(max-width:760px){.page .goal-progress-card{padding:22px 18px 24px!important}.page .goal-progress-card .goal-progress-summary strong{font-size:clamp(2.25rem,11vw,3rem)!important}.page .goal-progress-card .goal-progress-copy strong{font-size:clamp(1.8rem,8vw,2.45rem)!important}.page .goal-progress-card .goal-progress-track{height:18px!important}.page .growth-advice-item{padding:18px 16px!important}}@property --pie-reveal-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.page .goal-progress-card{padding:28px 34px 32px!important;overflow:hidden!important}.page .goal-progress-card .card-head,.page .goal-progress-card .compact-head{margin-bottom:18px!important}.page .goal-progress-card .goal-progress-layout{display:grid!important;grid-template-columns:minmax(145px,185px) minmax(0,1fr)!important;gap:28px!important;align-items:center!important;min-height:224px!important;margin-top:0!important}.page .goal-progress-card .goal-progress-summary{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:100%!important}.page .goal-progress-card .goal-progress-numberline{display:grid!important;gap:6px!important}.page .goal-progress-card .goal-progress-summary strong{margin:0!important;font-size:clamp(2.05rem,2.35vw,2.65rem)!important;line-height:.96!important;letter-spacing:-.052em!important;font-weight:900!important;color:#1f2a44!important}.page .goal-progress-card .goal-progress-summary span{margin:0!important;font-size:.8rem!important;line-height:1.18!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-visual{display:grid!important;gap:12px!important;align-content:center!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.page .goal-progress-card .goal-progress-copy{display:grid!important;gap:6px!important;min-width:0!important}.page .goal-progress-card .goal-progress-copy strong{display:block!important;margin:0!important;font-size:clamp(1.65rem,2.05vw,2.35rem)!important;line-height:1!important;letter-spacing:-.046em!important;font-weight:900!important;color:#1f2a44!important}.page .goal-progress-card .goal-progress-copy span{margin:0!important;font-size:.84rem!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-copy p{margin:6px 0 8px!important;max-width:520px!important;font-size:.84rem!important;line-height:1.45!important;font-weight:680!important;color:#667085!important}.page .goal-progress-card .goal-progress-track{position:relative!important;width:100%!important;max-width:100%!important;height:19px!important;border-radius:999px!important;overflow:hidden!important;background:linear-gradient(180deg,#e9e2d7f5,#f4efe7f5)!important;box-shadow:inset 0 1px 2px #0f172a0f!important}.page .goal-progress-card .goal-progress-fill{position:absolute!important;inset:0 auto 0 0!important;width:100%!important;height:100%!important;border-radius:inherit!important;transform:none!important;transform-origin:left center!important;background:transparent!important;overflow:hidden!important;box-shadow:none!important}.page .goal-progress-card .goal-progress-fill:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,#f3ab54,#f28c28 48%,#f97316)!important;box-shadow:0 10px 24px #f28c2838,inset 0 1px #ffffff47!important;animation:orientaGoalBarGrowV7 2.2s cubic-bezier(.22,1,.36,1) .18s forwards!important}.page .goal-progress-card .goal-progress-fill:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;transform:translate(-120%);background:linear-gradient(120deg,#fff0,#ffffff29 30%,#ffffff57 48%,#fff0 70%)!important;animation:orientaGoalBarShineV7 1.15s ease-out 1.25s forwards!important}.page .goal-progress-card .goal-progress-labels{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:1px!important;color:#667085!important;font-size:.76rem!important;line-height:1.2!important;font-weight:850!important}.page .goal-progress-card .goal-progress-over{display:inline-flex!important;align-items:center!important;width:fit-content!important;margin-top:4px!important;padding:7px 12px!important;border-radius:999px!important;background:#f28c281f!important;color:#cc6f0a!important;font-size:.78rem!important;line-height:1.2!important;font-weight:900!important}@keyframes orientaGoalBarGrowV7{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalBarShineV7{0%{transform:translate(-120%)}to{transform:translate(120%)}}.page .pie-card .animated-pie{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:#ece8e1e0!important;transform:none!important;animation:none!important}.page .pie-card .animated-pie:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;background:var(--pie-gradient)!important;z-index:1!important;--pie-reveal-angle: 0deg;-webkit-mask:conic-gradient(from -90deg,#000 0deg var(--pie-reveal-angle),transparent var(--pie-reveal-angle) 360deg)!important;mask:conic-gradient(from -90deg,#000 0deg var(--pie-reveal-angle),transparent var(--pie-reveal-angle) 360deg)!important;animation:none!important}.page .pie-card .animated-pie.is-visible:before{--pie-reveal-angle: 360deg;animation:orientaPieRevealV7 3.3s cubic-bezier(.22,1,.36,1) .1s both!important}.page .pie-card .animated-pie:after{content:""!important;position:absolute!important;top:-8%!important;right:-8%!important;bottom:-8%!important;left:-8%!important;border-radius:50%!important;z-index:2!important;pointer-events:none!important;opacity:0!important;background:conic-gradient(from -90deg,transparent 0deg,transparent 292deg,rgba(255,255,255,.32) 322deg,rgba(255,255,255,.06) 346deg,transparent 360deg)!important;animation:none!important}.page .pie-card .animated-pie.is-visible:after{animation:orientaPieGlossV7 1.25s ease-out 2.75s forwards!important}.page .pie-card:hover .animated-pie,.page .pie-card:hover .pie-hole,.page .pie-card:hover .animated-pie:before,.page .pie-card:hover .animated-pie:after{transform:none!important}.page .pie-card .pie-hole{position:relative!important;z-index:4!important;transform:none!important;animation:none!important}@keyframes orientaPieRevealV7{0%{--pie-reveal-angle: 0deg}to{--pie-reveal-angle: 360deg}}@keyframes orientaPieGlossV7{0%{opacity:0;transform:rotate(0)}25%{opacity:.85}to{opacity:0;transform:rotate(20deg)}}.page .growth-advice-item .growth-advice-top{display:flex!important;align-items:flex-start!important;gap:12px!important}.page .growth-advice-item .growth-advice-icon{width:38px!important;height:38px!important;border-radius:14px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;background:#fffffff5!important;border:1px solid rgba(37,43,66,.08)!important;box-shadow:0 8px 18px #19182d0d!important}.page .growth-advice-item.good .growth-advice-icon{color:#238a58!important}.page .growth-advice-item.warn .growth-advice-icon{color:#d96f00!important}.page .growth-advice-item.alert .growth-advice-icon{color:#c64568!important}.page .growth-advice-item.neutral .growth-advice-icon{color:#5b4bff!important}.page .growth-advice-item .growth-advice-copy{display:grid!important;gap:4px!important}.page .dashboard-alerts-list{gap:12px!important}.page .mini-alert{position:relative!important;display:grid!important;grid-template-columns:38px 1fr!important;column-gap:12px!important;align-items:center!important}.page .mini-alert:before{content:"!"!important;width:34px!important;height:34px!important;border-radius:13px!important;display:grid!important;place-items:center!important;grid-row:1 / span 2!important;font-size:.9rem!important;font-weight:950!important;background:#ffffffd1!important;box-shadow:0 8px 18px #19182d0d!important}.page .mini-alert.success:before{content:"✓"!important;color:#238a58!important}.page .mini-alert.info:before{content:"i"!important;color:#5b4bff!important}.page .mini-alert.warning:before{content:"!"!important;color:#d96f00!important}.page .mini-alert.danger:before{content:"!"!important;color:#c64568!important}.page .mini-alert strong,.page .mini-alert span{grid-column:2!important}.page .bar-row{grid-template-columns:28px 42px 1fr!important}.page .bar-row:before{content:"↗"!important;width:24px!important;height:24px!important;border-radius:9px!important;display:grid!important;place-items:center!important;color:#f28c28!important;background:#f28c281c!important;font-size:.82rem!important;font-weight:950!important}.page .bar-row:nth-child(2n):before{content:"↘"!important;color:#5b4bff!important;background:#5b4bff1a!important}.page .mobile-logout-wrap,.page .mobile-logout-button{display:none!important}@media(max-width:1100px){.page .goal-progress-card .goal-progress-layout{grid-template-columns:1fr!important;gap:22px!important;min-height:auto!important}.page .goal-progress-card .goal-progress-summary{min-height:auto!important}}@media(max-width:760px){.page .goal-progress-card{padding:22px 18px 24px!important}.page .goal-progress-card .goal-progress-summary strong{font-size:clamp(2.25rem,11vw,3rem)!important}.page .goal-progress-card .goal-progress-copy strong{font-size:clamp(1.8rem,8vw,2.45rem)!important}.page .goal-progress-card .goal-progress-track{height:18px!important}.page .mini-alert{grid-template-columns:34px 1fr!important}.page .bar-row{grid-template-columns:26px 40px minmax(180px,1fr)!important}}.page .pie-card .animated-pie{animation:none!important;transform:none!important}.page .pie-card .animated-pie:before{--pie-reveal-angle: 0deg;animation:none!important}.page .pie-card .animated-pie.is-visible:before{animation:orientaPieRevealV8 2.65s cubic-bezier(.22,1,.36,1) 0s both!important}.page .pie-card .animated-pie.is-visible:after{animation:orientaPieGlossV8 1.1s ease-out 2.05s forwards!important}.page .pie-card:hover .animated-pie,.page .pie-card:hover .pie-hole{transform:none!important;animation:none!important}.page .pie-card:hover .animated-pie:before,.page .pie-card .animated-pie.is-visible:hover:before{--pie-reveal-angle: 360deg !important;animation:none!important}.page .pie-card:hover .animated-pie:after,.page .pie-card .animated-pie.is-visible:hover:after{opacity:0!important;animation:none!important;transform:none!important}@keyframes orientaPieRevealV8{0%{--pie-reveal-angle: 0deg}to{--pie-reveal-angle: 360deg}}@keyframes orientaPieGlossV8{0%{opacity:0;transform:rotate(0)}25%{opacity:.75}to{opacity:0;transform:rotate(18deg)}}.page .goal-progress-card .goal-progress-fill:before{transform:scaleX(0)!important;animation:none!important}.page .goal-progress-card .goal-progress-track.is-visible .goal-progress-fill:before{animation:orientaGoalBarGrowV8 2.05s cubic-bezier(.22,1,.36,1) .45s forwards!important}.page .goal-progress-card .goal-progress-track.is-visible .goal-progress-fill:after{animation:orientaGoalBarShineV8 1.05s ease-out 1.55s forwards!important}.page .goal-progress-card:hover .goal-progress-fill,.page .goal-progress-card:hover .goal-progress-fill:before,.page .goal-progress-card:hover .goal-progress-fill:after{animation-play-state:running!important}@keyframes orientaGoalBarGrowV8{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale))}}@keyframes orientaGoalBarShineV8{0%{transform:translate(-120%)}to{transform:translate(120%)}}@media(prefers-reduced-motion:reduce){.page .pie-card .animated-pie:before{--pie-reveal-angle: 360deg !important;animation:none!important}.page .goal-progress-card .goal-progress-fill:before{transform:scaleX(var(--goal-progress-scale))!important;animation:none!important}}.page .pie-card .animated-pie.or-pie-play:before{animation:orientaPieRevealSafeV11 2.55s cubic-bezier(.22,1,.36,1) forwards!important}.page .pie-card .animated-pie.or-pie-done:before,.page .pie-card:hover .animated-pie.or-pie-done:before{--or-pie-angle: 360deg !important;animation:none!important}@keyframes orientaPieRevealSafeV11{0%{--or-pie-angle: 0deg}to{--or-pie-angle: 360deg}}.page .goal-progress-card .goal-progress-fill{position:absolute!important;inset:0 auto 0 0!important;width:100%!important;height:100%!important;max-width:100%!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:left center!important;animation:none!important;background:linear-gradient(90deg,#f3ab54,#f28c28 48%,#f97316)!important}.page .goal-progress-card .goal-progress-track.or-goal-play .goal-progress-fill{animation:orientaGoalFillSafeV11 2.05s cubic-bezier(.22,1,.36,1) .25s forwards!important}.page .goal-progress-card .goal-progress-track.or-goal-done .goal-progress-fill,.page .goal-progress-card:hover .goal-progress-track.or-goal-done .goal-progress-fill{transform:scaleX(var(--goal-progress-scale, 1))!important;animation:none!important}@keyframes orientaGoalFillSafeV11{0%{transform:scaleX(0)}to{transform:scaleX(var(--goal-progress-scale, 1))}}.page .pie-card .animated-pie,.page .pie-card:hover .animated-pie{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:#ece8e1e0!important;transform:none!important;animation:none!important}.page .pie-card .animated-pie:before,.page .pie-card:hover .animated-pie:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;z-index:1!important;background:var(--pie-gradient)!important;--or-pie-angle: 0deg;-webkit-mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;animation:none!important;transform:none!important}.page .pie-card .animated-pie:after,.page .pie-card:hover .animated-pie:after{content:none!important;display:none!important;animation:none!important;transform:none!important}.page .pie-card .animated-pie.or-pie-js-done:before,.page .pie-card:hover .animated-pie.or-pie-js-done:before{--or-pie-angle: 360deg !important;animation:none!important}.page .goal-progress-card .goal-progress-track{position:relative!important;overflow:visible!important;isolation:isolate!important}.page .goal-progress-card .goal-progress-track:after{content:""!important;position:absolute!important;left:95.238%!important;top:-8px!important;bottom:-8px!important;width:2px!important;border-radius:999px!important;background:repeating-linear-gradient(to bottom,rgba(31,42,68,.42) 0 4px,transparent 4px 8px)!important;z-index:4!important;pointer-events:none!important}.page .goal-progress-card .goal-progress-fill{position:absolute!important;inset:0 auto 0 0!important;width:100%!important;max-width:100%!important;height:100%!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:left center!important;animation:none!important;transition:none!important;background:linear-gradient(90deg,#f3ab54,#f28c28 48%,#f97316)!important;box-shadow:0 10px 24px #f28c2833,inset 0 1px #ffffff47!important;z-index:2!important}.page .pie-card:hover .animated-pie.or-pie-play:before,.page .pie-card:hover .animated-pie.or-pie-done:before,.page .pie-card:hover .animated-pie.is-visible:before,.page .goal-progress-card:hover .goal-progress-fill{animation:none!important}.page .pie-card .animated-pie,.page .pie-card .animated-pie:hover,.page .pie-card .animated-pie.is-visible,.page .pie-card:hover .animated-pie.is-visible{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:#ece8e1e0!important;transform:none!important;animation:none!important}.page .pie-card .animated-pie:before,.page .pie-card .animated-pie.is-visible:before,.page .pie-card .animated-pie.or-pie-play:before,.page .pie-card .animated-pie.or-pie-done:before,.page .pie-card:hover .animated-pie:before,.page .pie-card:hover .animated-pie.is-visible:before,.page .pie-card:hover .animated-pie.or-pie-play:before,.page .pie-card:hover .animated-pie.or-pie-done:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;z-index:1!important;background:var(--pie-gradient)!important;--or-pie-angle: 0deg;-webkit-mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;animation:none!important;transform:none!important}.page .pie-card .animated-pie.or-pie-js-done:before,.page .pie-card .animated-pie.is-visible.or-pie-js-done:before,.page .pie-card:hover .animated-pie.or-pie-js-done:before,.page .pie-card:hover .animated-pie.is-visible.or-pie-js-done:before{--or-pie-angle: 360deg !important;animation:none!important}.page .goal-progress-card .goal-progress-track{position:relative!important;overflow:hidden!important}.page .goal-progress-card .goal-progress-track:after{content:""!important;position:absolute!important;left:95.238%!important;top:3px!important;bottom:3px!important;width:2px!important;border-radius:999px!important;background:repeating-linear-gradient(to bottom,rgba(31,42,68,.48) 0 3px,transparent 3px 6px)!important;z-index:5!important;pointer-events:none!important}.page .goal-progress-card .goal-progress-fill,.page .goal-progress-card:hover .goal-progress-fill{position:absolute!important;inset:0 auto 0 0!important;width:100%!important;max-width:100%!important;height:100%!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:left center!important;animation:none!important;transition:none!important;background:linear-gradient(90deg,#f3ab54,#f28c28 48%,#f97316)!important;box-shadow:0 10px 24px #f28c2833,inset 0 1px #ffffff47!important;z-index:2!important}.page .goal-progress-card .goal-progress-fill:before,.page .goal-progress-card .goal-progress-fill:after,.page .goal-progress-card:hover .goal-progress-fill:before,.page .goal-progress-card:hover .goal-progress-fill:after{content:none!important;display:none!important;animation:none!important;transform:none!important}.page .goal-progress-card .goal-progress-track.or-goal-js-done .goal-progress-fill{transform:scaleX(var(--goal-progress-scale, 1))!important}.page .pie-card .animated-pie,.page .pie-card .animated-pie:hover,.page .pie-card .animated-pie.is-visible,.page .pie-card:hover .animated-pie.is-visible{--or-pie-angle: 0deg;position:relative!important;overflow:hidden!important;isolation:isolate!important;background:#ece8e1e0!important;transform:none!important;animation:none!important}.page .pie-card .animated-pie:before,.page .pie-card .animated-pie.is-visible:before,.page .pie-card .animated-pie.or-pie-play:before,.page .pie-card .animated-pie.or-pie-done:before,.page .pie-card .animated-pie.or-pie-js-done:before,.page .pie-card .animated-pie.or-pie-js-done-v14:before,.page .pie-card:hover .animated-pie:before,.page .pie-card:hover .animated-pie.is-visible:before,.page .pie-card:hover .animated-pie.or-pie-play:before,.page .pie-card:hover .animated-pie.or-pie-done:before,.page .pie-card:hover .animated-pie.or-pie-js-done:before,.page .pie-card:hover .animated-pie.or-pie-js-done-v14:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;z-index:1!important;background:var(--pie-gradient)!important;--or-pie-angle: inherit !important;-webkit-mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;mask:conic-gradient(from -90deg,#000 0deg var(--or-pie-angle),transparent var(--or-pie-angle) 360deg)!important;animation:none!important;transform:none!important}.page .pie-card .animated-pie:after,.page .pie-card .animated-pie.is-visible:after,.page .pie-card:hover .animated-pie:after,.page .pie-card:hover .animated-pie.is-visible:after{content:none!important;display:none!important;animation:none!important;transform:none!important}.page .pie-card .pie-hole,.page .pie-card:hover .pie-hole{position:relative!important;z-index:4!important;transform:none!important;animation:none!important}.orienta-footer-v1{margin:46px 0 4px;padding:22px 4px 0;border-top:1px solid rgba(31,41,55,.1);color:#475467d1;font-size:11.5px;line-height:1.65;font-weight:650}.orienta-footer-v1-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.orienta-footer-v1 p{margin:0;max-width:860px}.orienta-footer-v1 strong{color:#1f2937eb;font-weight:850}.orienta-footer-v1-links{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;min-width:fit-content}.orienta-footer-v1 a{color:#1f2937d1;text-decoration:none;font-weight:800}.orienta-footer-v1 a:hover{color:#d96c00;text-decoration:underline}.orienta-footer-v1-dot{color:#6670858c}@media(max-width:760px){.orienta-footer-v1{margin-top:34px;padding-top:18px;font-size:11px}.orienta-footer-v1-inner{display:grid;gap:12px}.orienta-footer-v1-links{justify-content:flex-start}}.page .pie-legend-item.has-children{align-items:start!important}.page .pie-legend-expand{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;text-align:left;cursor:pointer;display:grid;gap:2px;color:inherit;font:inherit;min-width:0}.page .pie-legend-expand span{color:var(--orienta-muted);font-size:13px;font-weight:850}.page .pie-legend-expand small{color:#d96c00;font-size:11px;font-weight:900;letter-spacing:.02em}.page .pie-legend-expand:hover span{color:var(--orienta-ink)}.page .pie-legend-children{grid-column:2 / -1;display:grid;gap:7px;margin-top:4px;padding-top:10px;border-top:1px dashed rgba(31,41,55,.13)}.page .pie-legend-child{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:7px 9px;border-radius:12px;background:#ffffff94}.page .pie-legend-child span{color:#667085;font-size:12.5px;font-weight:800}.page .pie-legend-child strong{color:#20233b;font-size:12.5px;font-weight:900}@media(max-width:760px){.page .pie-legend-expand span{font-size:.95rem}.page .pie-legend-expand small{font-size:.78rem}.page .pie-legend-child{padding:9px 10px}}.page .pie-card,.page .pie-card.chart-card,.page .goal-progress-card,.page .goal-progress-card.chart-card{align-self:start!important;height:auto!important;min-height:0!important}.page .goal-progress-card .goal-progress-layout{display:grid!important;grid-template-columns:minmax(170px,210px) minmax(0,1fr)!important;gap:34px!important;align-items:start!important;margin-top:22px!important}.page .goal-progress-card .goal-progress-summary{width:100%!important;max-width:210px!important;min-width:0!important;margin:0!important;padding:8px 0 0!important;align-self:start!important;justify-self:start!important;text-align:left!important}.page .goal-progress-card .goal-progress-numberline{display:block!important;margin:0!important;padding:0!important;text-align:left!important}.page .goal-progress-card .goal-progress-numberline>strong{display:block!important;margin:0!important;padding:0!important;font-size:clamp(70px,4.9vw,88px)!important;line-height:.92!important;letter-spacing:-.06em!important;font-weight:950!important;text-align:left!important;background:linear-gradient(135deg,#f7b45f,#f39a34 38%,#f28c28 66%,#df6f16)!important;color:transparent!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;text-shadow:0 8px 18px rgba(242,140,40,.1)!important}.page .goal-progress-card .goal-progress-numberline>span{display:block!important;margin-top:8px!important;font-size:17px!important;line-height:1.12!important;letter-spacing:-.015em!important;font-weight:850!important;color:#667085!important;text-align:left!important}.page .goal-progress-card .goal-progress-visual{min-width:0!important;max-width:100%!important;padding-top:14px!important;align-self:start!important}.page .goal-progress-card .goal-progress-copy{display:block!important;max-width:470px!important}.page .goal-progress-card .goal-progress-copy>strong{display:block!important;margin:0 0 8px!important;padding:0!important;font-size:clamp(48px,3.35vw,62px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:930!important;color:#1f2d50!important;-webkit-text-fill-color:#1f2d50!important;background:none!important;text-shadow:none!important}.page .goal-progress-card .goal-progress-copy>span{display:block!important;margin:0 0 18px!important;font-size:16px!important;line-height:1.2!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-copy>p{max-width:450px!important;margin:0 0 20px!important;font-size:16px!important;line-height:1.48!important;font-weight:740!important;color:#667085!important}.page .goal-progress-card .goal-progress-track{width:100%!important;max-width:100%!important;height:24px!important;margin-top:16px!important}.page .goal-progress-card .goal-progress-labels{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:10px!important;font-size:14px!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-labels span:last-child{color:#d96c00!important;font-weight:950!important}.page .goal-progress-card .goal-progress-over{margin-top:14px!important;width:fit-content!important;font-size:14px!important;font-weight:900!important}@media(max-width:1180px){.page .goal-progress-card .goal-progress-layout{grid-template-columns:1fr!important;gap:20px!important}.page .goal-progress-card .goal-progress-summary{max-width:100%!important}.page .goal-progress-card .goal-progress-visual{padding-top:0!important}.page .goal-progress-card .goal-progress-numberline>strong{font-size:clamp(64px,13vw,82px)!important}.page .goal-progress-card .goal-progress-copy>strong{font-size:clamp(44px,10vw,58px)!important}}.page .goal-progress-card .goal-progress-layout{display:grid!important;grid-template-columns:170px minmax(0,1fr)!important;gap:28px!important;align-items:start!important;margin-top:20px!important}.page .goal-progress-card .goal-progress-summary{width:170px!important;max-width:170px!important;padding-top:8px!important;margin:0!important}.page .goal-progress-card .goal-progress-numberline>strong{display:block!important;margin:0!important;padding:0!important;font-size:clamp(48px,3.35vw,62px)!important;line-height:.95!important;letter-spacing:-.055em!important;font-weight:950!important;background:linear-gradient(135deg,#f7b45f,#f39a34 38%,#f28c28 66%,#df6f16)!important;color:transparent!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;text-shadow:0 6px 14px rgba(242,140,40,.09)!important}.page .goal-progress-card .goal-progress-numberline>span{display:block!important;margin-top:6px!important;font-size:14px!important;line-height:1.12!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-visual{padding-top:12px!important;min-width:0!important}.page .goal-progress-card .goal-progress-copy>strong{display:block!important;margin:0 0 6px!important;padding:0!important;font-size:clamp(38px,2.65vw,49px)!important;line-height:1!important;letter-spacing:-.052em!important;font-weight:930!important;color:#1f2d50!important;-webkit-text-fill-color:#1f2d50!important;background:none!important;text-shadow:none!important}.page .goal-progress-card .goal-progress-copy>span{display:block!important;margin:0 0 14px!important;font-size:14px!important;line-height:1.18!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-copy>p{max-width:390px!important;margin:0 0 16px!important;font-size:14.5px!important;line-height:1.48!important;font-weight:740!important;color:#667085!important}.page .goal-progress-card .goal-progress-labels{margin-top:8px!important;font-size:12.5px!important;font-weight:850!important}.page .goal-progress-card .goal-progress-over{margin-top:12px!important;padding:7px 13px!important;font-size:12.5px!important;font-weight:900!important}.page .pie-card{align-self:start!important;height:auto!important;min-height:0!important}@media(max-width:1180px){.page .goal-progress-card .goal-progress-layout{grid-template-columns:1fr!important;gap:18px!important}.page .goal-progress-card .goal-progress-summary{width:100%!important;max-width:100%!important}.page .goal-progress-card .goal-progress-visual{padding-top:0!important}.page .goal-progress-card .goal-progress-numberline>strong{font-size:clamp(52px,12vw,64px)!important}.page .goal-progress-card .goal-progress-copy>strong{font-size:clamp(38px,9vw,48px)!important}}.page .goal-progress-card{padding:24px 28px 26px!important}.page .goal-progress-card .goal-progress-layout{grid-template-columns:185px minmax(0,1fr)!important;gap:26px!important;align-items:start!important}.page .goal-progress-card .goal-progress-summary{width:185px!important;max-width:185px!important;min-width:185px!important;padding-top:8px!important;overflow:visible!important}.page .goal-progress-card .goal-progress-numberline{overflow:visible!important}.page .goal-progress-card .goal-progress-numberline>strong{display:block!important;overflow:visible!important;margin:0!important;padding:0 .08em 0 0!important;font-size:clamp(45px,3.05vw,56px)!important;line-height:.98!important;letter-spacing:-.04em!important;font-weight:950!important;background:linear-gradient(135deg,#f7b45f,#f39a34 40%,#f28c28 68%,#df6f16)!important;color:transparent!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;text-shadow:0 6px 14px rgba(242,140,40,.08)!important}.page .goal-progress-card .goal-progress-numberline>span{margin-top:7px!important;font-size:14px!important;line-height:1.12!important;font-weight:850!important;color:#667085!important}.page .goal-progress-card .goal-progress-visual{padding-top:12px!important}.page .goal-progress-card .goal-progress-copy>strong{display:block!important;margin:0 0 6px!important;font-size:clamp(34px,2.45vw,43px)!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:930!important;color:#1f2d50!important;-webkit-text-fill-color:#1f2d50!important;background:none!important;text-shadow:none!important}.page .goal-progress-card .goal-progress-copy>span{margin:0 0 12px!important;font-size:14px!important;line-height:1.18!important;font-weight:850!important}.page .goal-progress-card .goal-progress-copy>p{max-width:380px!important;margin:0 0 16px!important;font-size:14.5px!important;line-height:1.46!important}.page .goal-progress-card .goal-progress-track{height:20px!important;margin-top:14px!important}.page .goal-progress-card .goal-progress-labels{margin-top:8px!important;font-size:12.5px!important}.page .goal-progress-card .goal-progress-over{margin-top:12px!important;font-size:12.5px!important}.page .pie-card,.page .pie-card.chart-card{padding-bottom:20px!important}.page .pie-card .pie-layout{grid-template-columns:280px minmax(0,520px)!important;gap:22px!important;align-items:center!important;justify-content:start!important}.page .pie-card .animated-pie,.page .pie-card .pie-visual,.page .pie-card .svg-pie-wrap,.page .pie-card .pie-chart-wrap{width:242px!important;height:242px!important;min-width:242px!important;min-height:242px!important;margin:0 auto!important;justify-self:center!important;align-self:center!important}.page .pie-card .pie-legend-list{width:100%!important;max-width:520px!important;justify-self:start!important;align-self:center!important;margin:0!important}.page .pie-card .pie-legend-item{width:100%!important;padding:12px 16px!important}.page .pie-card .pie-legend-item>span,.page .pie-card .pie-legend-item>strong,.page .pie-card .pie-legend-expand{font-size:13px!important}.page .pie-card .pie-legend-expand small{font-size:11px!important}.page .dashboard-visual-grid{align-items:start!important}@media(max-width:1180px){.page .goal-progress-card .goal-progress-layout,.page .pie-card .pie-layout{grid-template-columns:1fr!important}.page .goal-progress-card .goal-progress-summary{width:100%!important;max-width:100%!important;min-width:0!important}.page .goal-progress-card .goal-progress-numberline>strong{font-size:clamp(48px,12vw,58px)!important}.page .goal-progress-card .goal-progress-copy>strong{font-size:clamp(34px,8vw,42px)!important}.page .pie-card .animated-pie,.page .pie-card .pie-visual,.page .pie-card .svg-pie-wrap,.page .pie-card .pie-chart-wrap{width:228px!important;height:228px!important;min-width:228px!important;min-height:228px!important}.page .pie-card .pie-legend-list{max-width:100%!important}}.page .dashboard-visual-grid{align-items:stretch!important}.page .dashboard-visual-grid>.pie-card,.page .dashboard-visual-grid>.goal-progress-card,.page .dashboard-visual-grid>article.chart-card{align-self:stretch!important;height:100%!important;min-height:100%!important}.page .dashboard-visual-grid>.goal-progress-card{display:flex!important;flex-direction:column!important}.page .dashboard-visual-grid>.goal-progress-card .goal-progress-layout{flex:1 1 auto!important}.page .dashboard-visual-grid>.pie-card,.page .dashboard-visual-grid>.goal-progress-card{padding-bottom:28px!important}@media(max-width:1180px){.page .dashboard-visual-grid>.pie-card,.page .dashboard-visual-grid>.goal-progress-card,.page .dashboard-visual-grid>article.chart-card{height:auto!important;min-height:0!important}.page .dashboard-visual-grid>.goal-progress-card{display:block!important}}
