:root{--bg:#f6f9ff;--card:#fff;--text:#07153d;--muted:#7b8498;--line:#e8edf6;--blue:#2563ff;--coral:#ff6b5f;--green:#16a34a;--red:#ef4444;--dark:#101b3f;--soft:#f2f6ff;--shadow:0 18px 50px rgba(37,99,255,.08);--glow:0 0 0 1px rgba(37,99,255,.05),0 18px 55px rgba(37,99,255,.13);--blueGlow:0 0 0 1px rgba(37,99,255,.12),0 18px 55px rgba(37,99,255,.16);--rentlyFont:"Airbnb Cereal VF","Airbnb Cereal App","Airbnb Cereal","Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",system-ui,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,button,input,select,textarea{font-family:var(--rentlyFont)!important}body{margin:0;background:radial-gradient(circle at top right,rgba(37,99,255,.16),transparent 34%),radial-gradient(circle at 15% 15%,rgba(91,140,255,.1),transparent 28%),linear-gradient(180deg,#fbfdff,#eef4ff);font-family:var(--rentlyFont);color:var(--text);padding-bottom:125px}html.rentlyLandingBoot body>*{visibility:hidden!important}html.rentlyLandingBoot body{background:linear-gradient(180deg,#fbfdff,#eef4ff)!important}html.rentlyColdBootV74 body section:not(#authScreen),html.rentlyColdBootV74 body .bottomNav,html.rentlyColdBootV74 body .pageHead,html.rentlyColdBootV74 body .docsBar{visibility:hidden!important;opacity:0!important;pointer-events:none!important}html.rentlyV89Booting body section:not(#authScreen),html.rentlyV89Booting body .bottomNav,html.rentlyV89Booting body .docsBar{visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.modalOpen{overflow:hidden}.hide{display:none!important}.wrap{max-width:1120px;margin:auto;padding:16px 22px 22px}.card,.aCard{background:#fffffff5;border-radius:32px;padding:26px;box-shadow:var(--shadow);margin-bottom:22px;border:1px solid rgba(37,99,255,.08)}.blueGlow{box-shadow:var(--blueGlow)}.top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.topActions{display:flex;gap:9px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.brand{font-size:36px;font-weight:900;letter-spacing:-1.8px;line-height:.95;color:var(--text)}.sub{color:var(--muted);font-size:14px;margin-top:5px}.title{font-size:31px;font-weight:850;letter-spacing:-1px;margin-bottom:22px;color:var(--text)}.smallTitle{font-size:23px;font-weight:850;margin-bottom:15px;color:var(--text)}.headRow{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.headRow .title{margin:0}.incomeHistoryHead{flex-wrap:wrap}.incomeHistoryHead .title{margin-right:auto}.incomeHistoryHead #incomeHistPeriod{flex:0 1 240px;width:min(240px,100%)}.incomeHistoryHead #bulkDeleteIncomeBtn{flex:0 0 auto}.row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}input,select,textarea{width:100%;border:0;background:var(--soft);padding:17px;border-radius:21px;font-size:17px;outline:none;color:var(--text)}textarea{min-height:95px;resize:none}select{appearance:none!important;-webkit-appearance:none!important;background-color:var(--soft)!important;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%237b8498' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:calc(100% - 18px) 50%!important;background-size:18px!important;padding-right:50px!important}.dateCompact{width:190px;max-width:100%;background:var(--soft);padding:13px 15px;border-radius:17px;font-size:15px;color:var(--text);text-align:left;border:0;min-height:46px;appearance:auto;-webkit-appearance:auto}.dateLine{display:flex;align-items:flex-start;justify-content:flex-start}.dateLine .dateCompact{flex:none}button{font-family:inherit;cursor:pointer}.btn{border:0;background:var(--blue);color:#fff;padding:17px 24px;border-radius:21px;font-size:17px;font-weight:800;box-shadow:0 12px 30px #2563ff33}.btnDark{background:var(--dark)}.btnSoft{background:#eef4ff;color:var(--text);box-shadow:none}.btnRed{background:#fee2e2;color:#991b1b;box-shadow:none}.pill{background:#fff;border:0;padding:11px 15px;border-radius:999px;font-weight:800;box-shadow:var(--glow);color:var(--text);display:flex;align-items:center;gap:7px;min-height:44px}.avatarPill{width:44px;height:44px;padding:0;border-radius:50%;justify-content:center}.avatarPill svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.3}.refreshIcon{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.3}.refreshIcon.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bottomNav{position:fixed;left:50%;bottom:18px;transform:translate(-50%);width:min(940px,calc(100% - 22px));background:#ffffffe6;backdrop-filter:blur(24px);border-radius:32px;display:flex;gap:8px;padding:10px;box-shadow:0 20px 60px #2563ff29;z-index:999}.navBtn{flex:1;border:0;background:transparent;padding:12px 6px;border-radius:23px;font-size:12px;font-weight:850;color:#6c7488}.navBtn.active{background:var(--dark);color:#fff}.navBtn.dashboardPulse.active{box-shadow:0 0 0 1px #2563ff40,0 0 34px #2563ff7a;animation:pulseDash 2.7s infinite ease-in-out}.operationSwitch{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#eaf0fb;border-radius:20px;padding:5px;margin-bottom:18px;min-height:54px}.operationSwitch button{border:0;border-radius:16px;background:transparent;color:#6c7488;font-size:16px;font-weight:850;padding:12px 18px}.operationSwitch button.active{background:#fff;color:var(--text);box-shadow:0 8px 24px #0f172a1a}.objectsIntro{margin-bottom:18px}.objectsIntro .title{margin-bottom:8px}.objectsIntro .sub{max-width:680px;line-height:1.5}@keyframes pulseDash{0%,to{box-shadow:0 0 0 1px #2563ff38,0 0 24px #2563ff59}50%{box-shadow:0 0 0 1px #2563ff59,0 0 42px #2563ff94}}.ico{width:23px;height:23px;stroke:currentColor;stroke-width:2.35;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block;margin:0 auto 5px}.iconBtn{width:34px;height:34px;border:0;border-radius:13px;background:#eef4ff;color:var(--text);display:flex;align-items:center;justify-content:center;flex:none}.iconBtn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.catIcon{width:24px;height:24px;stroke:var(--text);fill:none;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;flex:none}.catLabel{display:flex;align-items:center;gap:10px;min-width:0}.catLabel span{overflow:hidden;text-overflow:ellipsis;color:var(--text);font-weight:850}.loginScreen{position:fixed;inset:0;z-index:99999;background:radial-gradient(circle at top right,rgba(37,99,255,.18),transparent 36%),linear-gradient(180deg,#fbfdff,#eef4ff);display:flex;align-items:center;justify-content:center;padding:22px}.loginBox{width:min(520px,100%);background:#fff;border-radius:38px;padding:30px;box-shadow:var(--blueGlow)}.switch{display:flex;background:#f2f6ff;border-radius:20px;padding:5px;margin:18px 0}.switch button{flex:1;border:0;background:transparent;padding:12px;border-radius:16px;font-weight:850;color:var(--blue)}.switch button.active{background:#fff;box-shadow:var(--shadow)}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:14px 18px;border-radius:18px;z-index:999999;display:none;max-width:85%;font-size:15px}.historyItem,.settingRow{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.historyTitle{font-size:19px;font-weight:850;color:var(--text)}.historyMeta{font-size:14px;color:var(--muted);margin-top:5px}.money{font-size:21px;font-weight:900;white-space:nowrap;color:var(--text)}.moneyPlus{color:var(--green)}.moneyMinus{color:var(--red)}.actionRow{display:flex;gap:7px;justify-content:flex-end;margin-top:8px}.descriptionWrap{position:relative}.descriptionWrap textarea{padding-right:86px}.micSmall{position:absolute;right:14px;top:39px;width:46px;height:46px;border-radius:50%;border:0;background:var(--dark);display:flex;align-items:center;justify-content:center;box-shadow:0 0 25px #2563ff40}.voiceIcon{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2.4}.voiceMiniBars{position:absolute;right:68px;top:50px;display:none;gap:3px;align-items:center;height:32px}.voiceMiniBars span{width:4px;border-radius:99px;background:#2563ff;animation:voice 1s infinite ease-in-out}.voiceMiniBars span:nth-child(1){height:10px}.voiceMiniBars span:nth-child(2){height:20px}.voiceMiniBars span:nth-child(3){height:28px}.voiceMiniBars span:nth-child(4){height:16px}@keyframes voice{50%{transform:scaleY(.35);opacity:.55}}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.filters.one{grid-template-columns:minmax(180px,260px)}.filter{background:#fff!important;box-shadow:var(--shadow);font-size:15px;font-weight:800;padding:15px 44px 15px 17px;border-radius:21px;border:0;color:var(--text)!important}.applyFilters{width:100%;margin-bottom:22px}.kpiGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.kpi{background:linear-gradient(145deg,#fff,#f7faff);border-radius:30px;padding:22px;box-shadow:0 0 0 1px #2563ff12,0 18px 50px #2563ff1f;position:relative;border:1px solid rgba(37,99,255,.07);min-height:154px}.kpiTop{display:flex;justify-content:space-between;gap:10px;margin-bottom:14px}.kpiName{font-size:14px;color:#8a94a8}.kpiVal{font-size:clamp(23px,3vw,34px);font-weight:900;letter-spacing:-1.2px;line-height:1;white-space:nowrap;color:var(--text)}.kpiPlan,.kpiBot{font-size:13px;color:#8a94a8;margin-top:8px}.infoBtn{width:22px;height:22px;border:0;border-radius:50%;background:#eef4ff;color:var(--text);font-weight:850;font-size:13px}.kpi.ownerKpi{background:linear-gradient(135deg,#06143a,#14347a 58%,#2453bd)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 24px 70px #14347a57,0 0 0 1px #2563ff33!important}.kpi.ownerKpi .kpiName,.kpi.ownerKpi .kpiPlan,.kpi.ownerKpi .kpiBot{color:#dbeafe!important}.kpi.ownerKpi .kpiVal{color:#fff!important;text-shadow:0 8px 26px rgba(0,0,0,.16)}.kpi.ownerKpi .infoBtn{background:#ffffff29!important;color:#fff!important}.tooltipBox{position:fixed;z-index:9999;max-width:310px;background:#fffffffc;border:1px solid rgba(37,99,255,.09);border-radius:18px;padding:14px 38px 14px 14px;box-shadow:0 18px 40px #0f172a29;display:none;color:#667085;font-size:14px;line-height:1.42}.tooltipTitle{color:var(--text);font-size:15px;font-weight:800;margin-bottom:6px}.tooltipClose{position:absolute;top:8px;right:10px;border:0;background:#eef4ff;border-radius:50%;width:22px;height:22px;font-weight:900;color:var(--text)}.donutWrap{display:flex;gap:34px;align-items:center;flex-wrap:wrap}.donut{width:250px;height:250px;position:relative;filter:drop-shadow(0 14px 26px rgba(37,99,255,.1))}.donut svg{width:100%;height:100%;overflow:visible}.donut path{fill:none;stroke-width:12;stroke-linecap:round}.donutCenter{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.donutBig{font-size:36px;font-weight:900;color:var(--text)}.donutSmall{font-size:14px;color:#8a94a8}.legend{display:flex;flex-direction:column;gap:13px;font-size:16px;color:var(--text)}.legendItem{display:flex;gap:12px;align-items:center}.dot{width:15px;height:15px;border-radius:50%;flex:none}.ownerChart{display:flex;align-items:flex-end;gap:18px;overflow-x:auto;padding:8px 4px 2px;min-height:210px}.ownerMonth{min-width:66px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px}.ownerBarWrap{width:34px;height:125px;background:#eef4ff;border-radius:999px;display:flex;align-items:flex-end;justify-content:center;padding:4px;overflow:hidden}.ownerBar{width:100%;border-radius:999px;min-height:6px;background:linear-gradient(180deg,#2563ff,#8db0ff);box-shadow:0 12px 28px #2563ff2e}.ownerBar.neg{background:linear-gradient(180deg,#ff6b5f,#ffb0a8)}.ownerMonthName{font-size:13px;color:#7b8498;font-weight:800}.ownerMonthVal{font-size:12px;font-weight:900;color:var(--text);white-space:nowrap}.objectCard{padding:23px;border-radius:28px;margin-bottom:16px}.olive{background:linear-gradient(135deg,#f6fbf2,#eef9e8)}.cyan{background:linear-gradient(135deg,#f3fbff,#eaf7ff)}.amber{background:linear-gradient(135deg,#fff8ef,#fff1dc)}.objectTop{display:flex;justify-content:space-between;align-items:center;font-size:19px;font-weight:850;margin-bottom:12px;color:var(--text)}.objectStats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.objLabel{font-size:13px;color:#8a94a8;margin-bottom:6px}.objValue{font-size:20px;font-weight:850;color:var(--text)}.metricInput{background:#fff;border:1px solid #e8edf6;padding:8px;border-radius:12px;font-size:16px;font-weight:850}.stackedBar{height:14px;background:#e8eef8;border-radius:999px;overflow:hidden;display:flex;margin-bottom:18px}.stay{background:linear-gradient(90deg,#2563ff,#82a8ff)}.extra{background:linear-gradient(90deg,#ff6b5f,#ffb0a8)}.bar{height:10px;background:#e8eef8;border-radius:999px;overflow:hidden;margin-top:8px;margin-bottom:16px}.bar div{height:100%;border-radius:999px}.cleanExpenseRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;font-size:18px;font-weight:850;margin-bottom:10px;color:var(--text)}.cleanExpenseRow span{min-width:0;overflow:hidden;text-overflow:ellipsis}.summaryGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.summaryBox{background:#f6f8fd;border-radius:24px;padding:18px}.summaryName{font-size:14px;color:#8a94a8}.summaryVal{font-size:23px;font-weight:850;margin-top:8px;color:var(--text)}.customSelect{position:relative;width:100%}.customSelectBtn{width:100%;border:0;background:var(--soft);padding:17px 50px 17px 17px;border-radius:21px;font-size:17px;outline:none;color:var(--text);font-weight:750;text-align:left;display:flex;align-items:center;gap:10px;position:relative}.customSelectBtn:after{content:"";position:absolute;right:18px;top:50%;width:18px;height:18px;transform:translateY(-50%);background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%237b8498' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat}.customSelectMenu{position:fixed;left:20px;right:20px;bottom:20px;max-height:68vh;overflow:auto;background:#fff;border:1px solid rgba(37,99,255,.1);box-shadow:0 24px 70px #0f172a38;border-radius:28px;padding:10px;z-index:100000;display:none}.customSelectMenu.show{display:block}.customOption{border:0;background:#fff;width:100%;padding:16px 18px;border-radius:18px;display:flex;align-items:center;gap:14px;text-align:left;font-size:22px;font-weight:800;color:var(--text)}.customOption svg{width:26px;height:26px;stroke:var(--text);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.customOption.active{background:#eef4ff}.customBackdrop{position:fixed;inset:0;background:#0f172a2e;z-index:99999;display:none}.customBackdrop.show{display:block}.settingBox{background:#f6f8fd;border-radius:24px;padding:18px;margin-bottom:14px}.settingHead{display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer}.settingBoxTitle{font-weight:850;font-size:20px;color:var(--text)}.settingContent{display:none;margin-top:16px}.settingBox.open .settingContent{display:block}.editLine{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:16px;padding:12px 14px;margin-bottom:8px;color:var(--text);font-weight:800}.securityNote{background:#fff7ed;color:#9a3412;border-radius:18px;padding:14px;font-size:14px;margin-top:12px}.modal{position:fixed;inset:0;background:#0f172a52;z-index:99998;display:none;align-items:flex-end;justify-content:center;padding:16px}.modal.show{display:flex}.modalBox{width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:32px;padding:0 24px 24px;box-shadow:0 30px 90px #0f172a47}.modalTop{display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:0;background:#fff;z-index:5;padding:24px 0 16px}.modalTop .title{margin:0}.xBtn{border:0;background:#eef4ff;border-radius:50%;width:34px;height:34px;font-weight:900;color:var(--text)}.channelBlurWrap{position:relative;border-radius:28px;overflow:hidden}.channelGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;filter:blur(5px);opacity:.55;pointer-events:none}.channelCard{background:#f6f8fd;border-radius:24px;padding:20px}.lockOverlay{position:absolute;inset:0;background:#ffffff94;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:22px}.lockTitle{font-size:24px;font-weight:850;color:var(--text)}.lockSub{color:var(--muted);font-size:15px;margin-top:6px}#dashboardTab{background:radial-gradient(circle at 18% 0%,rgba(34,211,238,.14),transparent 30%),radial-gradient(circle at 92% 8%,rgba(37,99,255,.2),transparent 28%),linear-gradient(180deg,#061126,#07142c 58%,#08142a);color:#f8fafc;border-radius:36px;padding:22px;margin:-2px -6px 24px;box-shadow:inset 0 0 0 1px #94a3b81f,0 28px 80px #0307122e}#dashboardTab .dashHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}#dashboardTab .dashEyebrow{color:#22d3ee;font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:6px}#dashboardTab .dashTitle{font-size:42px;line-height:.95;font-weight:900;letter-spacing:-1.8px;color:#fff;margin:0}#dashboardTab .dashSub{color:#8ea4c8;font-size:15px;margin-top:10px}#dashboardTab .dashPeriod{min-width:220px}.dashSectionTitle{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dashSectionTitle .title{margin:0!important;color:#f8fafc!important}.dashHint{font-size:13px;color:#8ea4c8}#dashboardTab .filter,#dashboardTab select{background:#ffffff14!important;color:#f8fafc!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:inset 0 1px #ffffff0d,0 18px 50px #0208172e!important}#dashboardTab .kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}#dashboardTab .kpi{background:linear-gradient(145deg,#0f1f43f5,#08152ff0);border:1px solid rgba(148,163,184,.16);box-shadow:0 22px 60px #0000003d,inset 0 1px #ffffff0d;border-radius:28px;min-height:148px;overflow:hidden;animation:dashFade .55s ease both}#dashboardTab .kpi:before{content:"";position:absolute;inset:-35% auto auto -20%;width:150px;height:150px;background:radial-gradient(circle,rgba(34,211,238,.18),transparent 65%);pointer-events:none}#dashboardTab .kpi.ownerKpi{grid-column:span 2;background:linear-gradient(135deg,#0b1d48,#1247a8 62%,#22d3ee)!important;box-shadow:0 30px 80px #2563ff47,0 0 0 1px #22d3ee38!important}#dashboardTab .kpiName,#dashboardTab .kpiPlan,#dashboardTab .kpiBot{color:#8ea4c8!important;font-weight:500}#dashboardTab .kpiVal{color:#fff!important;text-shadow:0 12px 28px rgba(0,0,0,.2)}#dashboardTab .infoBtn,#dashboardTab .iconBtn{background:#ffffff14!important;color:#dbeafe!important;border:1px solid rgba(148,163,184,.14)}#dashboardTab .aCard,#dashboardTab .card{background:linear-gradient(145deg,#0a1836f0,#07122af0);border:1px solid rgba(148,163,184,.15);box-shadow:0 22px 70px #0000003d,inset 0 1px #ffffff0a;color:#f8fafc}.dashGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.span12{grid-column:span 12}.span8{grid-column:span 8}.span7{grid-column:span 7}.span6{grid-column:span 6}.span5{grid-column:span 5}.span4{grid-column:span 4}#dashboardTab .title,#dashboardTab .smallTitle,#dashboardTab .objectTop,#dashboardTab .historyTitle,#dashboardTab .money,#dashboardTab .summaryVal,#dashboardTab .objValue,#dashboardTab .donutBig{color:#f8fafc!important}#dashboardTab .sub,#dashboardTab .historyMeta,#dashboardTab .objLabel,#dashboardTab .summaryName,#dashboardTab .donutSmall,#dashboardTab .legend,#dashboardTab .kpiBot{color:#8ea4c8!important}#dashboardTab .donut path{stroke-width:13;filter:drop-shadow(0 0 12px rgba(34,211,238,.14));stroke-dasharray:620;stroke-dashoffset:620;animation:dashDonut 1s ease forwards}#dashboardTab .dot{box-shadow:0 0 16px currentColor}.dashLineChart{width:100%;height:250px;position:relative}.dashLineChart svg{width:100%;height:100%;overflow:visible}.dashAxis{stroke:#94a3b821;stroke-width:1}.dashArea{fill:url(#dashAreaGrad);opacity:.82}.dashLine{fill:none;stroke:#22d3ee;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(34,211,238,.45));stroke-dasharray:900;stroke-dashoffset:900;animation:dashLineDraw 1.15s ease forwards}.dashPoint{fill:#22d3ee;stroke:#07142c;stroke-width:3}.dashMonthLabels{display:flex;justify-content:space-between;color:#8ea4c8;font-size:12px;margin-top:8px}.dashCompare{display:flex;flex-direction:column;gap:14px}.dashCompareRow{display:grid;grid-template-columns:minmax(120px,1fr) minmax(180px,2fr) auto;gap:12px;align-items:center;color:#f8fafc}.dashCompareName{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashCompareTrack{height:13px;border-radius:999px;background:#94a3b824;overflow:hidden}.dashCompareFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563ff,#22d3ee);box-shadow:0 0 22px #22d3ee47;transform-origin:left center;animation:dashBar .9s ease both}.dashCompareVal{font-size:13px;color:#dbeafe;font-weight:800;white-space:nowrap}.dashMiniMeta{font-size:12px;color:#8ea4c8;margin-top:3px}.dashStatGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dashStat{background:#ffffff0e;border:1px solid rgba(148,163,184,.12);border-radius:22px;padding:15px}.dashStatName{color:#8ea4c8;font-size:13px}.dashStatVal{color:#fff;font-weight:850;font-size:22px;margin-top:7px}.bar div,#dashboardTab .ownerBar{transform-origin:left center;animation:dashBar .9s ease both}#dashboardTab .objectCard{background:#ffffff0e!important;border:1px solid rgba(148,163,184,.12);box-shadow:none}#dashboardTab .metricInput{background:#ffffff14!important;border:1px solid rgba(148,163,184,.16)!important;color:#f8fafc!important}#dashboardTab .btnSoft{background:#2563ff2e!important;border:1px solid rgba(56,189,248,.28)!important;color:#f8fafc!important;box-shadow:none!important}#dashboardTab .summaryBox{background:#ffffff0e;border:1px solid rgba(148,163,184,.12)}#dashboardTab .channelCard{background:#ffffff0e;color:#f8fafc}#dashboardTab .lockOverlay{background:#07122ab3;color:#f8fafc}#dashboardTab .lockTitle{color:#f8fafc}#dashboardTab .securityNote{background:#22d3ee14;color:#bfdbfe;border:1px solid rgba(34,211,238,.12)}#dashboardTab .cleanExpenseRow{font-weight:600;color:#f8fafc}#dashboardTab .catIcon{stroke:#dbeafe}.dashTopList{display:flex;flex-direction:column;gap:12px}.dashTopItem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.dashTopLabel{color:#f8fafc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashTopValue{color:#dbeafe;font-weight:850}.dashTopBar{grid-column:1/3;height:9px;background:#94a3b824;border-radius:999px;overflow:hidden}.dashTopBar div{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#2563ff);animation:dashBar .9s ease both}@keyframes dashFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes dashBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes dashDonut{to{stroke-dashoffset:0}}@keyframes dashLineDraw{to{stroke-dashoffset:0}}@media (max-width:767px){#dashboardTab{margin:0 -10px 18px;padding:18px 12px;border-radius:28px}#dashboardTab .dashHead{display:block}#dashboardTab .dashTitle{font-size:32px}#dashboardTab .dashPeriod{min-width:0;margin-top:14px}#dashboardTab .kpiGrid{grid-template-columns:1fr 1fr}#dashboardTab .kpi.ownerKpi{grid-column:span 2}.dashGrid{grid-template-columns:1fr}.span12,.span8,.span7,.span6,.span5,.span4{grid-column:span 1}.dashCompareRow{grid-template-columns:1fr;gap:7px}.dashCompareTrack{width:100%}.dashStatGrid{grid-template-columns:1fr 1fr}}@media (min-width:768px) and (max-width:1199px){#dashboardTab .kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr))}#dashboardTab .kpi.ownerKpi{grid-column:span 2}.dashGrid{grid-template-columns:repeat(8,1fr)}.span12,.span8,.span7{grid-column:span 8}.span6,.span5,.span4{grid-column:span 4}}@media (max-width:900px){.wrap{padding:12px 20px 18px}.top{margin-bottom:12px}.brand{font-size:28px;letter-spacing:-1.3px}.sub{font-size:13px;line-height:1.35}.title{font-size:27px}.row,.row3{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.filters.one{grid-template-columns:1fr}.kpiGrid,.objectStats,.channelGrid,.summaryGrid{grid-template-columns:1fr 1fr}.aCard,.card{padding:24px;border-radius:30px}.donut{width:220px;height:220px}.navBtn{font-size:12px}.topActions{flex-direction:column;align-items:flex-end;gap:8px}.pill{min-height:40px;padding:9px 13px}.avatarPill{width:40px;height:40px}.dateCompact{width:175px}.customOption{font-size:20px}}#dashboardTab .dashPoint{cursor:pointer;transition:transform .18s ease,filter .18s ease}#dashboardTab .dashPoint:hover{transform:scale(1.25);filter:drop-shadow(0 0 12px rgba(34,211,238,.65))}.dashChartTip{position:fixed;z-index:99999;display:none;min-width:210px;max-width:300px;background:#050e21f5;border:1px solid rgba(34,211,238,.35);box-shadow:0 18px 50px #00000059,0 0 28px #22d3ee29;border-radius:18px;padding:14px;color:#f8fafc;backdrop-filter:blur(18px);font-size:13px;line-height:1.42}.dashChartTipRow{display:flex;justify-content:space-between;gap:14px;color:#a8b8d8;margin-top:5px}.dashChartTipRow b{color:#fff}#dashboardTab .bar,#dashboardTab .stackedBar,#dashboardTab .dashCompareTrack,#dashboardTab .dashTopBar,#dashboardTab .objectCard .stackedBar{background:#94a3b829!important}#dashboardTab .stackedBar{height:13px;border-radius:999px;overflow:hidden}#dashboardTab .stay{background:linear-gradient(90deg,#2563ff,#65a3ff)!important}#dashboardTab .extra{background:linear-gradient(90deg,#ff6b5f,#ffb0a8)!important}#dashboardTab .dashCompareTrack{position:relative;display:flex}.dashCompareStay{height:100%;background:linear-gradient(90deg,#2563ff,#65a3ff);box-shadow:0 0 18px #2563ff38}.dashCompareExtra{height:100%;background:linear-gradient(90deg,#ff6b5f,#ffb0a8);box-shadow:0 0 18px #ff6b5f33}.dashClickable{cursor:pointer}.dashClickable:hover{border-color:#22d3ee57!important;box-shadow:0 22px 70px #00000040,0 0 34px #22d3ee1f!important}#dashboardTab .dashTopLabel,#dashboardTab .cleanExpenseRow,#dashboardTab .catLabel span{color:#f8fafc!important}#dashboardTab .legendItem,#dashboardTab .dashMiniMeta,#dashboardTab .objLabel{color:#a8b8d8!important}#dashboardTab .dashTopValue,#dashboardTab .objValue{color:#f8fafc!important}#dashboardTab .donut svg circle.donutTrack{stroke:#94a3b829!important}#dashboardTab .donut path{stroke-linecap:butt!important}.houseMonthChart{width:100%;overflow-x:auto;padding:4px 0 2px}.houseMonthGrid{min-width:760px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:end}.houseMonthCol{height:230px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.houseMonthBars{height:176px;display:flex;align-items:flex-end;justify-content:center;gap:7px;border-bottom:1px solid rgba(148,163,184,.16);padding:0 7px}.houseMonthBar{width:17px;min-height:5px;border-radius:999px 999px 4px 4px;box-shadow:0 0 18px #22d3ee1f;cursor:pointer;transition:.18s}.houseMonthBar:hover{transform:translateY(-4px);filter:brightness(1.12)}.houseMonthName{text-align:center;color:#a8b8d8;font-size:13px}.houseMonthLegend{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#a8b8d8}.objectModalGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.objectIncomeList{margin-top:14px}.objectIncomeRow{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(148,163,184,.14);padding:12px 0}.objectIncomeRow span{color:#8ea4c8}.objectIncomeRow b{color:#f8fafc}.modal .summaryBox{background:#f6f8fd}@media (max-width:767px){.houseMonthGrid{min-width:620px}.houseMonthBar{width:14px}.objectModalGrid{grid-template-columns:1fr}}html,body{overflow-x:hidden!important;max-width:100%!important;touch-action:pan-y!important}*{max-width:100%}#dashboardTab{overflow:hidden!important;max-width:100%!important}#dashboardTab .dashPanel,#dashboardTab .dashCard,#dashboardTab .kpi,#dashboardTab .objectCard{min-width:0!important;max-width:100%!important}#dashboardTab .btnSoft{background:#2563ff2e!important;color:#f8fafc!important;border:1px solid rgba(56,189,248,.28)!important;box-shadow:0 12px 34px #2563ff1f!important}#dashboardTab .stackedBar,.dashCompareTrack,.dashTopBar,.bar,#dashboardTab .bar{background:#94a3b829!important}#dashboardTab .legendItem,#dashboardTab .dashMiniMeta,#dashboardTab .donutSmall,#dashboardTab .objLabel,#dashboardTab .kpiPlan,#dashboardTab .kpiBot{color:#a8b8d8!important}#dashboardTab .cleanExpenseRow span,#dashboardTab .dashTopLabel,#dashboardTab .catLabel span{color:#f8fafc!important}#dashboardTab svg{max-width:100%;display:block}.dashLineChart{position:relative;touch-action:manipulation}.dashPointHit{fill:transparent;cursor:pointer;pointer-events:all}.dashPointHit:hover+.dashPoint,.dashPoint.active{filter:drop-shadow(0 0 12px rgba(34,211,238,.9))}.dashChartTip{position:fixed;z-index:1000000;display:none;background:#061126f5;border:1px solid rgba(34,211,238,.36);box-shadow:0 24px 70px #00000052,0 0 34px #22d3ee1f;color:#f8fafc;border-radius:18px;padding:13px 14px;min-width:210px;font-size:13px;backdrop-filter:blur(18px)}.dashChartTipTitle{font-weight:850;font-size:15px;margin-bottom:8px}.dashChartTipRow{display:flex;justify-content:space-between;gap:18px;color:#a8b8d8;margin-top:5px}.dashChartTipRow b{color:#fff;white-space:nowrap}.houseMonthChart{width:100%;overflow:hidden!important;padding:4px 0 2px}.houseLineWrap{width:100%;position:relative;touch-action:manipulation}.houseLineWrap svg{width:100%;height:270px;overflow:visible}.houseLineAxis{stroke:#94a3b821;stroke-width:1}.houseLine{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(34,211,238,.22));stroke-dasharray:900;stroke-dashoffset:900;animation:dashLineDraw 1.1s ease forwards}.houseLinePoint{stroke:#07142c;stroke-width:3;cursor:pointer}.houseLineHit{fill:transparent;cursor:pointer;pointer-events:all}.houseLineLabels{display:flex;justify-content:space-between;color:#a8b8d8;font-size:13px;margin-top:8px;padding:0 4px}.houseMonthLegend{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#a8b8d8;position:static!important}.houseMonthLegendItem{display:flex;align-items:center;gap:8px;font-size:14px}.houseMonthDot{width:12px;height:12px;border-radius:50%;box-shadow:0 0 16px currentColor}.houseMonthEmpty{color:#a8b8d8;padding:16px;border:1px solid rgba(148,163,184,.13);border-radius:18px;background:#ffffff0a}.houseSticker{display:inline-flex;margin-right:7px;align-items:center;justify-content:center;width:20px;height:20px}.dashCompareSegment{display:flex;height:100%;border-radius:999px;overflow:hidden}.dashCompareStay{height:100%;background:linear-gradient(90deg,#2563ff,#65a3ff);border-radius:999px 0 0 999px}.dashCompareExtra{height:100%;background:linear-gradient(90deg,#ff7a67,#22d3ee);border-radius:0 999px 999px 0}.stackedBar .stay{background:linear-gradient(90deg,#2563ff,#65a3ff)!important}.stackedBar .extra{background:linear-gradient(90deg,#ff7a67,#22d3ee)!important}@media (max-width:767px){.houseLineWrap svg{height:240px}.houseLineLabels{font-size:12px}#dashboardTab .dashGrid,.dashCard{overflow:hidden}}html,body{max-width:100%!important;overflow-x:hidden!important;touch-action:pan-y!important}.wrap,#dashboardTab,.dashShell,.dashGrid,.dashCard,.card,.aCard{max-width:100%!important;min-width:0!important}#dashboardTab{display:flex;flex-direction:column;align-items:center;width:100%}#dashboardTab .dashShell{width:100%;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}#dashboardTab svg{max-width:100%}.customSelectMenu{left:14px!important;right:14px!important;bottom:14px!important;max-height:54vh!important;border-radius:24px!important;padding:8px!important}.customOption{font-size:17px!important;font-weight:650!important;color:#0f1b4c!important;padding:12px 14px!important;border-radius:16px!important;gap:10px!important;min-height:52px!important}.customOption svg{width:22px!important;height:22px!important;stroke:#0f1b4c!important;stroke-width:2.15!important}.customSelectBtn{color:#0f1b4c!important;font-weight:650!important}.customSelectBtn svg{width:22px!important;height:22px!important;stroke:#0f1b4c!important}.dashLineChart,.houseMonthChart{position:relative;touch-action:manipulation!important;user-select:none;-webkit-user-select:none;min-height:285px;overflow:visible!important}.dashLineChart svg,.houseLineWrap svg{width:100%;height:250px;display:block;overflow:visible!important;touch-action:manipulation!important}.chartOverlayLine{position:absolute;top:76px;bottom:44px;width:1px;background:#22d3ee80;box-shadow:0 0 20px #22d3ee59;pointer-events:none;z-index:6}.chartOverlayPoint{position:absolute;width:13px;height:13px;border-radius:50%;background:#22d3ee;border:3px solid #07142c;box-shadow:0 0 20px #22d3eebf;transform:translate(-50%,-50%);pointer-events:none;z-index:7}.chartOverlayBox{position:absolute;z-index:8;min-width:190px;max-width:min(270px,calc(100% - 24px));background:#061126f5;border:1px solid rgba(34,211,238,.36);box-shadow:0 24px 70px #00000052,0 0 34px #22d3ee1f;color:#f8fafc;border-radius:18px;padding:13px 14px;font-size:13px;line-height:1.35;backdrop-filter:blur(18px);pointer-events:none}.chartOverlayBox .dashChartTipTitle{font-weight:850;font-size:15px;margin-bottom:8px}.chartOverlayBox .dashChartTipRow{display:flex;justify-content:space-between;gap:14px;color:#a8b8d8;margin-top:5px}.chartOverlayBox .dashChartTipRow b{color:#fff;white-space:nowrap}.dashYLabel{fill:#8ea4c8;font-size:12px;font-weight:600}.dashForecast{fill:none;stroke-dasharray:8 8!important;opacity:.75}.dashForecastLabel{fill:#8ea4c8;font-size:11px}.dashLineSolid{fill:none;stroke:#22d3ee;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(34,211,238,.45))}.dashAreaSolid{fill:url(#dashAreaGrad);opacity:.8}.houseLineSolid{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(34,211,238,.22))}.houseLineForecast{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:8 8;opacity:.72}.dashCompareTrack,.bar,.stackedBar{background:#94a3b829!important}.dashCompareExtra,.extra{background:linear-gradient(90deg,#ff6b5f,#ff9b8f)!important;box-shadow:none!important}#expenseHistoryTab .aCard{background:linear-gradient(180deg,#0f1f44f5,#08132bfa)!important;color:#f8fafc!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:0 20px 60px #0000002e!important}#expenseHistoryTab .aCard .title,#expenseHistoryTab .aCard .smallTitle{color:#f8fafc!important}#expenseHistoryTab .aCard .legend,#expenseHistoryTab .aCard .legendItem{color:#a8b8d8!important}#expenseHistoryTab .aCard .donutBig{color:#f8fafc!important}#expenseHistoryTab .aCard .donutSmall{color:#a8b8d8!important}@media (max-width:767px){.wrap{padding-left:14px!important;padding-right:14px!important}.dashShell{border-radius:30px!important;padding-left:16px!important;padding-right:16px!important}.dashCard{border-radius:28px!important}.dashLineChart,.houseMonthChart{min-height:265px}.dashLineChart svg,.houseLineWrap svg{height:230px}.dashYLabel{font-size:11px}.chartOverlayBox{font-size:12px;min-width:168px}.customOption{font-size:16px!important;min-height:48px!important}.customOption svg{width:20px!important;height:20px!important}}.chartOverlayPoint{display:none!important}#dashboardTab .dashShell{width:min(1120px,calc(100vw - 28px))!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}#dashboardTab{align-items:center!important;box-sizing:border-box!important}body{width:100%!important;overflow-x:hidden!important}#expenseHistoryTab .card,#expenseHistoryTab .aCard{background:linear-gradient(180deg,#0f1f44f5,#08132bfa)!important;color:#f8fafc!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:0 20px 60px #00000029!important}#expenseHistoryTab .title,#expenseHistoryTab .smallTitle,#expenseHistoryTab .historyTitle,#expenseHistoryTab .summaryVal,#expenseHistoryTab .cleanExpenseRow,#expenseHistoryTab .cleanExpenseRow span,#expenseHistoryTab .catLabel span{color:#f8fafc!important}#expenseHistoryTab .sub,#expenseHistoryTab .historyMeta,#expenseHistoryTab .summaryName,#expenseHistoryTab .legend,#expenseHistoryTab .legendItem{color:#a8b8d8!important}#expenseHistoryTab .catIcon{stroke:#dbeafe!important}#expenseHistoryTab .bar,#expenseHistoryTab .stackedBar{background:#94a3b829!important}@media (max-width:767px){#dashboardTab .dashShell{width:calc(100vw - 28px)!important;padding-left:16px!important;padding-right:16px!important}.dashLineChart,.houseMonthChart{min-height:300px!important}.dashLineChart svg,.houseLineWrap svg{height:245px!important}.dashYLabel{font-size:18px!important;font-weight:700!important}.dashForecastLabel{font-size:15px!important}.dashMonthLabels,.houseLineLabels{font-size:16px!important}.chartOverlayBox{font-size:13px!important;min-width:180px!important}}#dashboardTab{margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}#dashboardTab .dashShell,#dashboardTab .dashGrid{width:100%!important;box-sizing:border-box!important}.dashInsightList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashInsightMini{background:#ffffff0e;border:1px solid rgba(148,163,184,.13);border-radius:22px;padding:15px;min-height:96px}.dashInsightMiniName{font-size:13px;color:#8ea4c8;margin-bottom:8px}.dashInsightMiniVal{font-size:22px;line-height:1.05;font-weight:900;color:#f8fafc}.dashInsightMiniText{margin-top:8px;font-size:13px;color:#a8b8d8;line-height:1.35}.dashInsightAccent{background:linear-gradient(135deg,#2563ff2e,#22d3ee1f)}#expenseHistoryTab .expenseListWhite{background:#fff!important;color:#0f1b4c!important;border:1px solid rgba(37,99,255,.08)!important;box-shadow:0 18px 50px #2563ff1a!important}#expenseHistoryTab .expenseListWhite .title,#expenseHistoryTab .expenseListWhite .historyTitle,#expenseHistoryTab .expenseListWhite .money{color:#0f1b4c!important}#expenseHistoryTab .expenseListWhite .historyMeta,#expenseHistoryTab .expenseListWhite .sub{color:#7b8498!important}#expenseHistoryTab .expenseListWhite .historyItem{border-bottom:1px solid #e8edf6!important}#expenseHistoryTab .expenseListWhite .moneyMinus{color:#ef4444!important}#expenseHistoryTab .expenseListWhite .iconBtn{background:#eef4ff!important;color:#0f1b4c!important;border:0!important}.jsDashMotion #dashboardTab .dashMotion{opacity:0;transform:translateY(18px);filter:blur(5px)}.jsDashMotion #dashboardTab .dashMotion.dashIn{opacity:1;transform:translateY(0);filter:blur(0);transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1),filter .72s cubic-bezier(.16,1,.3,1);transition-delay:var(--dly,0ms)}#dashboardTab .kpi,#dashboardTab .aCard{will-change:transform,opacity,filter}#dashboardTab .kpi:active,#dashboardTab .aCard:active{transform:scale(.995)}#dashboardTab .dashLineSolid,#dashboardTab .houseLineSolid,#dashboardTab .houseLineForecast{stroke-dasharray:1000;stroke-dashoffset:1000}#dashboardTab .dashIn .dashLineSolid,#dashboardTab .dashIn .houseLineSolid,#dashboardTab .dashIn .houseLineForecast{animation:dashLineDraw 1.15s cubic-bezier(.16,1,.3,1) forwards}#dashboardTab .dashIn .dashPoint,#dashboardTab .dashIn .houseLinePoint{animation:dashPop .42s ease both;animation-delay:.55s}@keyframes dashPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (max-width:767px){.wrap{width:100%!important;overflow:hidden!important}#dashboardTab{width:calc(100vw - 28px)!important;margin-left:calc(50% - 50vw + 14px)!important;margin-right:0!important;padding-left:14px!important;padding-right:14px!important}.dashInsightList{grid-template-columns:1fr}.dashInsightMini{min-height:auto}.dashLineChart,.houseMonthChart{min-height:300px!important}.dashLineChart svg,.houseLineWrap svg{height:255px!important}.dashYLabel{font-size:14px!important}.dashMonthLabels,.houseLineLabels{font-size:15px!important}.dashForecastLabel{font-size:12px!important}.chartOverlayBox{font-size:13px!important;min-width:190px!important}.dashSectionTitle{align-items:flex-start!important}.dashSectionTitle .title{font-size:26px!important;line-height:1.08}.dashHint{font-size:13px!important}.bottomNav{width:calc(100% - 18px)!important;bottom:10px!important}.navBtn{font-size:11px!important}}html,body{overflow-x:hidden!important;width:100%!important;max-width:100%!important}.wrap{width:100%;max-width:1120px;margin-left:auto!important;margin-right:auto!important;overflow-x:hidden!important}#dashboardTab{max-width:1120px;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}#dashboardTab .kpi.ownerKpi{background:linear-gradient(135deg,#0b1d4b,#153a7c 62%,#1f8fb4)!important}#dashboardTab .dashTopBar div{background:linear-gradient(90deg,#22d3eef5,#2563ffdb)!important;box-shadow:none!important}#dashboardTab .btn,#dashboardTab .btnSoft{background:#2563ff24!important}.dashCompareFill,.stay{background:linear-gradient(90deg,#2f6dff,#72a5ff)!important;box-shadow:none!important}.extra,.dashCompareExtra{background:linear-gradient(90deg,#ff756e,#ffa39d)!important;box-shadow:none!important}#serviceLegend,#expenseLegend{display:none!important}.dashMonthlyMini{margin-top:22px;padding-top:18px;border-top:1px solid rgba(148,163,184,.12)}.dashMiniLineTitle{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#f8fafc;font-size:18px;font-weight:850;margin-bottom:12px}.dashMiniLineTitle span{color:#a8b8d8;font-size:13px;font-weight:650}.dashMiniLineChart{height:190px;position:relative;touch-action:manipulation}.dashMiniLineChart svg{width:100%;height:160px;display:block;overflow:visible}.dashMiniLineChart .dashMonthLabels{font-size:13px;margin-top:4px}.dashMiniLineChart .dashYLabel{font-size:12px}.dashMiniLine{fill:none;stroke:#22d3ee;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(34,211,238,.25))}.dashMiniLineForecast{fill:none;stroke:#22d3ee;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:7 7;opacity:.7}.customSelectBtn svg{width:24px!important;height:24px!important;stroke:#0f1b4c!important;fill:none!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important}.customSelectBtn{color:#0f1b4c!important}.customOption svg{stroke:#0f1b4c!important;fill:none!important}.settingActions{display:flex;gap:8px;margin-top:10px}.settingAddBtn{width:100%;border:0;background:#fff;color:#0f1b4c;border-radius:16px;padding:13px 14px;font-weight:850}.editLineActions{display:flex;gap:8px;align-items:center}.dangerMini{background:#fff1f2!important;color:#be123c!important}.editLine .catLabel span{font-weight:850!important;color:#0f1b4c!important}@media (max-width:767px){body{padding-bottom:118px!important}.wrap{padding-left:12px!important;padding-right:12px!important}.card,.aCard{border-radius:28px!important;padding:20px!important}#dashboardTab{width:calc(100vw - 24px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:12px!important;padding-right:12px!important;border-radius:30px!important}#dashboardTab .dashCard{padding:22px!important;border-radius:28px!important;min-height:auto!important}.dashSectionTitle{display:flex!important;align-items:flex-start!important;gap:10px!important}.dashSectionTitle .title{font-size:34px!important;line-height:1.06!important;letter-spacing:-1.4px!important;max-width:70%}.dashHint{font-size:19px!important;line-height:1.25!important;max-width:28%}.dashLineChart,.houseMonthChart{min-height:360px!important}.dashLineChart svg,.houseLineWrap svg{height:255px!important;margin-top:6px!important}.dashYLabel{font-size:19px!important;font-weight:800!important}.dashForecastLabel{font-size:16px!important}.dashMonthLabels,.houseLineLabels{font-size:24px!important;font-weight:700!important;margin-top:16px!important}.dashLineSolid,.houseLineSolid,.houseLineForecast,.dashForecast{stroke-width:5.5!important}.dashPoint,.houseLinePoint{r:6!important}.houseMonthLegend{font-size:20px!important;gap:18px 24px!important}.houseMonthLegendItem{font-size:20px!important}.houseMonthDot{width:18px!important;height:18px!important}.donutWrap{gap:14px!important}.donut{width:220px!important;height:220px!important}.legend{font-size:18px!important;gap:10px!important}.cleanExpenseRow{font-size:18px!important;grid-template-columns:minmax(0,1fr) auto auto!important}.customOption{font-size:20px!important;min-height:58px!important}.customOption svg{width:24px!important;height:24px!important}.customSelectMenu{max-height:62vh!important}.dashMonthlyMini{margin-top:18px}.dashMiniLineTitle{font-size:20px}.dashMiniLineTitle span{font-size:14px}.dashMiniLineChart{height:230px}.dashMiniLineChart svg{height:185px}.dashMiniLineChart .dashMonthLabels{font-size:18px!important}.dashMiniLineChart .dashYLabel{font-size:15px!important}}.chartScroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;padding-bottom:4px}.chartScroll::-webkit-scrollbar{display:none}.chartWide{width:100%;min-width:0;position:relative}#dashboardTab .dashLineSolid{stroke-width:4.2px!important}#dashboardTab .dashForecast,#dashboardTab .houseLineForecast,#dashboardTab .dashMiniLineForecast{stroke-dasharray:8 8!important;stroke-dashoffset:0!important;animation:none!important}#dashboardTab .dashCompareFill,#dashboardTab .stay{background:linear-gradient(90deg,#3d74f6,#7ba8f8)!important;box-shadow:none!important}#dashboardTab .extra,#dashboardTab .dashCompareExtra{background:linear-gradient(90deg,#f37973,#f6aaa2)!important;box-shadow:none!important}#dashboardTab .dashTopBar div,#dashboardTab .bar div{filter:saturate(.82);box-shadow:none!important}#serviceLegend,#expenseLegend{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.dashMonthlyMini{border-top:1px solid rgba(148,163,184,.14)!important}.dashMiniLineChart{height:auto!important;min-height:190px!important;overflow:visible!important}.dashMiniLineChart svg{height:165px!important}.dashMonthLabels span,.houseLineLabels span{white-space:nowrap;display:inline-block;text-align:center}@media (max-width:767px){#dashboardTab .dashCard{overflow:hidden!important}.dashLineChart,.houseMonthChart{min-height:auto!important;overflow:visible!important}.dashLineChart .chartWide,.houseMonthChart .chartWide,.dashMiniLineChart .chartWide{min-width:760px!important;width:760px!important}.dashLineChart svg,.houseLineWrap svg{width:760px!important;height:270px!important;max-width:none!important;margin-top:0!important}.dashMiniLineChart svg{width:760px!important;height:190px!important;max-width:none!important}.dashYLabel{font-size:15px!important;font-weight:750!important}.dashForecastLabel{font-size:13px!important}.dashMonthLabels,.houseLineLabels{font-size:18px!important;font-weight:650!important;margin-top:12px!important;gap:0!important}.dashLineSolid,.houseLineSolid,.houseLineForecast,.dashForecast,.dashMiniLine,.dashMiniLineForecast{stroke-width:4.6px!important}.dashPoint,.houseLinePoint{r:5.5!important}.houseMonthLegend{font-size:16px!important;gap:12px 16px!important;margin-top:14px!important}.houseMonthLegendItem{font-size:16px!important;gap:7px!important}.houseMonthDot{width:14px!important;height:14px!important}.dashMiniLineTitle{font-size:18px!important;line-height:1.15!important}.dashMiniLineTitle span{font-size:13px!important}}.objectsToolbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin-bottom:18px}.objectsPeriodControls{display:grid;grid-template-columns:160px minmax(150px,1fr) minmax(150px,1fr);gap:10px}.objectCard.stage3{background:#fff;border:1px solid #e7edf8;box-shadow:0 18px 45px #16387014}.objectMetaLine{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}.objectChip{background:#f1f5ff;color:#66718a;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.objectActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.objectMetricForm{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.objectMetricForm .metricInput{width:100%}.objectsEmpty{padding:22px;border-radius:22px;background:#f5f8ff;color:#68748a;line-height:1.45}.objectFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.objectFormGrid .wide{grid-column:1/-1}.objectMetricsNote{font-size:13px;color:#7b879c;line-height:1.45;margin-top:10px}.helpIntro{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.helpCard{background:#fff;border:1px solid #e7edf8;border-radius:18px;padding:15px}.helpCard b{display:block;color:var(--text);font-size:16px;margin-bottom:6px}.helpCard span{display:block;color:#758196;font-size:14px;line-height:1.45}.helpSteps{counter-reset:step;display:grid;gap:10px}.helpStep{background:#fff;border-radius:16px;padding:13px 14px;color:#68748a;line-height:1.45}.helpStep:before{counter-increment:step;content:counter(step);display:inline-grid;place-items:center;width:24px;height:24px;margin-right:9px;border-radius:50%;background:#2563ff;color:#fff;font-weight:900;font-size:12px}.helpTerm{display:grid;grid-template-columns:150px 1fr;gap:10px;background:#fff;border-radius:16px;padding:12px 14px;margin-bottom:8px}.helpTerm b{color:var(--text)}.helpTerm span{color:#758196;line-height:1.4}.fieldHelp{margin-top:8px;background:#f5f8ff;border:1px solid #e6edf9;color:#6f7b91;border-radius:15px;padding:10px 12px;font-size:13px;line-height:1.4}.quickHelpBtn{margin-top:12px;width:100%}.onboardingOverlay{position:fixed;inset:0;background:#e8effde0;backdrop-filter:blur(16px);z-index:90;display:none;overflow:auto;padding:22px}.onboardingOverlay.show{display:block}.onboardingShell{max-width:980px;margin:0 auto 40px;background:#fff;border:1px solid rgba(37,99,255,.1);border-radius:34px;box-shadow:0 30px 90px #0f172a2e;padding:26px;transition:opacity .24s ease,transform .24s ease,filter .24s ease}.onboardingShell.isBusy{opacity:.82;transform:scale(.992);filter:saturate(.9)}.onboardingTop{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.onboardingTitle{font-size:34px;font-weight:950;color:var(--text);letter-spacing:-1px}.onboardingSub{color:#758196;line-height:1.45;margin-top:6px}.onboardingProgress{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:18px 0}.onboardingStepDot{height:9px;border-radius:999px;background:#e8eef8}.onboardingStepDot.active,.onboardingStepDot.done{background:#2563ff}.onboardingGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.onboardingGrid .wide{grid-column:1/-1}.onboardingOptions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.onboardingOption{border:1px solid #e4ebf7;background:#f8fbff;border-radius:18px;padding:13px;text-align:left;font-weight:850;color:var(--text)}.onboardingOption.active{background:#eaf1ff;border-color:#2563ff;color:#123c9c}.onboardingList{display:grid;gap:10px;margin-top:12px}.onboardingRow{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(130px,.7fr) auto;gap:10px;align-items:center;background:#f6f8fd;border-radius:18px;padding:12px}.onboardingField{display:grid;gap:6px}.onboardingFieldNote{color:#78849a;font-size:12px;line-height:1.35}.onboardingActions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:20px}.onboardingTip{background:#fff7ed;color:#9a3412;border-radius:18px;padding:13px 14px;line-height:1.45;margin:12px 0}.onboardingTemplateGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.onboardingCheck{display:flex;gap:9px;align-items:flex-start;background:#f6f8fd;border-radius:16px;padding:11px 12px;color:var(--text);font-weight:750}.onboardingCheck input{width:auto;margin-top:2px}.onboardingCheck.withPrice{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(110px,.42fr);align-items:center}.onboardingInlineAdd{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:12px;background:#f6f8fd;border-radius:18px;padding:12px}.btn.loading{position:relative;overflow:hidden;pointer-events:none;color:transparent!important}.btn.loading:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.26) 42%,transparent 72%);transform:translate(-100%);animation:rentlyShimmer .95s ease infinite}.btn.loading:after{content:attr(data-loading);position:absolute;inset:0;display:grid;place-items:center;color:inherit;color:#fff}.btnSoft.loading:after{color:var(--text)}@keyframes rentlyShimmer{to{transform:translate(100%)}}.tourOverlay{position:fixed;inset:0;background:#0f172a5c;backdrop-filter:blur(3px);z-index:95;display:none}.tourOverlay.show{display:block}.tourCard{position:fixed;left:16px;right:16px;bottom:24px;max-width:460px;margin:auto;background:#fff;border-radius:24px;padding:18px;box-shadow:0 24px 70px #0f172a40;color:var(--text)}.tourTitle{font-size:20px;font-weight:900;margin-bottom:6px}.tourText{color:#6f7b91;line-height:1.45}.dateRangePanel{display:flex;align-items:end;justify-content:space-between;gap:14px;background:#ffffffdb;border:1px solid rgba(37,99,255,.1);box-shadow:0 18px 50px #2563ff1a;border-radius:24px;padding:14px 16px;margin:0 0 16px}.dateRangeTitle{font-weight:900;color:var(--text)}.dateRangeSub{font-size:13px;color:#78849a;margin-top:3px}.dateRangeInputs{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.dateRangeInputs label{display:grid;gap:5px;font-size:12px;color:#78849a;font-weight:800}.rangePill{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;background:#eef4ff;color:#07153d;font-weight:900;padding:12px 16px;box-shadow:0 12px 34px #2563ff1f}.rangePill small{font-weight:800;color:#758196}.rangeModalGrid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:12px}.rangeDayName{font-size:12px;color:#7b8498;text-align:center;font-weight:850}.rangeDay{border:0;background:#f6f8fd;border-radius:14px;min-height:42px;font-weight:850;color:#07153d}.rangeDay.muted{opacity:.35}.rangeDay.inRange{background:#dbeafe}.rangeDay.edge{background:#2563ff;color:#fff}.rangeModalTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.rangeModalTitle{font-weight:950;font-size:20px}.roleChoice{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;background:#f6f8fd;border:1px solid #e4ebf7;border-radius:18px;padding:10px 12px}.roleChoice select{border:0;background:transparent!important;box-shadow:none!important;padding:0!important}.roleInfoBtn{width:34px;height:34px;border:0;border-radius:50%;background:#eaf1ff;color:#123c9c;font-weight:950}.roleMatrix{display:grid;gap:8px;margin-top:12px}.roleMatrixRow{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;background:#f6f8fd;border-radius:14px;padding:10px 12px;color:#0f1b4c;font-weight:750}.roleMatrixIcon{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:950}.roleMatrixIcon.yes{background:#dff7ef;color:#047857}.roleMatrixIcon.no{background:#ffe8e8;color:#dc2626}.roleCardSub{color:#758196;line-height:1.45;margin-top:4px}.settingsKpiDeprecated{display:none!important}.onboardingRow.roomGrid{grid-template-columns:minmax(0,1.25fr) minmax(150px,.75fr) auto}.roomFields{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.roomFields .onboardingFieldNote{display:none}.roomMetaNote{grid-column:1/-1;color:#7b8498;font-size:12px;line-height:1.35}@media (max-width:900px){.objectsToolbar{grid-template-columns:1fr}.objectsPeriodControls,.objectMetricForm{grid-template-columns:1fr 1fr}.objectFormGrid{grid-template-columns:1fr}}@media (max-width:560px){.objectsPeriodControls,.objectMetricForm{grid-template-columns:1fr}.objectActions .btn,.objectActions .btnSoft,.objectActions .btnRed{width:100%}.helpIntro{grid-template-columns:1fr}.helpTerm{grid-template-columns:1fr;gap:4px}.onboardingOverlay{padding:10px}.onboardingShell{border-radius:24px;padding:18px}.onboardingTop{display:block}.onboardingTitle{font-size:27px}.onboardingGrid,.onboardingOptions,.onboardingTemplateGrid,.onboardingRow{grid-template-columns:1fr}.onboardingActions .btn,.onboardingActions .btnSoft,.onboardingActions .btnRed{width:100%}}@media (max-width:700px){.roomFields{grid-template-columns:1fr 1fr}.dateRangePanel{display:block}.rangePill{width:100%;justify-content:center}}.top.topHidden{display:none!important}.rangePill{background:linear-gradient(135deg,#f8fbff,#edf4ff);border:1px solid rgba(37,99,255,.1);box-shadow:0 14px 34px #2563ff1a;padding:11px 15px}.rangePill span{letter-spacing:.01em}.rangePill small{font-size:11px;text-transform:none}.rangeModalGrid{gap:0;background:#f7faff;border-radius:20px;padding:6px}.rangeDayName{padding:7px 0}.rangeDay{border-radius:0;background:transparent;position:relative;z-index:1}.rangeDay.inRange{background:linear-gradient(90deg,#dbeafe8c,#dbeafe,#dbeafe8c);box-shadow:inset 0 10px 18px #2563ff08,inset 0 -10px 18px #2563ff08}.rangeDay.edge{border-radius:14px;background:#2563ff;color:#fff;box-shadow:0 10px 24px #2563ff3d}.rangeDay.edge+.rangeDay.inRange{background:linear-gradient(90deg,#dbeafe,#dbeafe99)}.rentlyLoadingOverlay{position:fixed;inset:0;z-index:100001;display:none;align-items:center;justify-content:center;background:#08122a61;backdrop-filter:blur(10px)}.rentlyLoadingOverlay.show{display:flex}.rentlyLoaderCard{width:min(330px,calc(100% - 42px));background:#fffffff0;border:1px solid rgba(37,99,255,.12);border-radius:28px;padding:24px;text-align:center;box-shadow:0 30px 90px #0f172a40}.rentlyLoaderMark{height:74px;position:relative;margin:0 auto 14px;width:150px}.rentlyLoaderMark:before,.rentlyLoaderMark:after{content:"";position:absolute;top:22px;width:48px;height:28px;border-radius:999px;background:linear-gradient(90deg,#2563ff,#22d3ee);filter:drop-shadow(0 10px 18px rgba(37,99,255,.22));animation:rentlyPulseTrain 1.15s ease-in-out infinite}.rentlyLoaderMark:before{left:18px}.rentlyLoaderMark:after{right:18px;animation-delay:.2s}.rentlyLoaderDot{position:absolute;left:50%;top:14px;width:44px;height:44px;margin-left:-22px;border-radius:50%;background:#07153d;box-shadow:0 14px 34px #07153d47;animation:rentlyLoaderBob 1.15s ease-in-out infinite}.rentlyLoaderDot:after{content:"";position:absolute;inset:13px;border-radius:50%;background:#fff;opacity:.95}.rentlyLoaderTitle{font-size:20px;font-weight:950;color:#07153d}.rentlyLoaderSub{font-size:14px;color:#758196;margin-top:6px}.objectsToolbar.compactAdd{display:flex!important;justify-content:flex-start!important;align-items:center!important}.objectsToolbar.compactAdd .btn{width:auto!important;border-radius:999px!important;padding:13px 17px!important;box-shadow:0 14px 34px #2563ff24!important}.objectsToolbar.compactAdd .btn:before{content:"+";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:8px;border-radius:50%;background:#ffffff38;font-weight:950}@media (max-width:1199px){#dashboardTab .dashGrid{grid-template-columns:1fr!important}#dashboardTab .dashGrid>.aCard{grid-column:1/-1!important}}@keyframes rentlyPulseTrain{0%,to{transform:translateY(0) scaleX(.9);opacity:.72}50%{transform:translateY(8px) scaleX(1.12);opacity:1}}@keyframes rentlyLoaderBob{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(10px) rotate(4deg)}}#rentlyStableStartup{position:fixed;inset:0;z-index:1000002;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 78% 16%,rgba(37,99,255,.18),transparent 32%),radial-gradient(circle at 18% 82%,rgba(34,211,238,.12),transparent 30%),linear-gradient(180deg,#fbfdff,#edf4ff);opacity:1;transition:opacity .18s ease}html.rentlyLandingBoot #rentlyStableStartup{display:none!important}#rentlyStableStartup.rentlyReady{opacity:0;pointer-events:none}.rentlyStartupScene{width:min(390px,calc(100vw - 38px));padding:27px 26px 24px;border:1px solid rgba(37,99,255,.1);border-radius:30px;background:#ffffffeb;box-shadow:0 28px 80px #07153d26;text-align:center;color:#07153d}.rentlyStartupLogo{font-size:31px;font-weight:950;letter-spacing:-1.3px}.rentlyStartupStage{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;height:94px;margin:9px 0 4px}.rentlyStartupTile{width:62px;height:62px;border-radius:19px;display:grid;place-items:center;background:#f4f7ff;border:1px solid #e6edff;color:#2563ff;box-shadow:0 13px 30px #2563ff1a;animation:rentlyStartupTile 1.2s ease-in-out infinite}.rentlyStartupTile:nth-child(2){animation-delay:.12s;color:#0e7490;background:#ecfeff}.rentlyStartupTile:nth-child(3){animation-delay:.24s;color:#07153d;background:#f6f8fd}.rentlyStartupTile svg{width:27px;height:27px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rentlyStartupPulse{position:absolute;left:50%;bottom:5px;width:166px;height:3px;transform:translate(-50%);overflow:hidden;border-radius:99px;background:#e5ecfa}.rentlyStartupPulse i{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563ff,#22d3ee);animation:rentlyStartupPulse 1.2s ease-in-out infinite}.rentlyStartupTitle{font-size:17px;font-weight:850;letter-spacing:-.2px}.rentlyStartupSub{margin-top:5px;color:#758196;font-size:13px}.rentlyMessageSkeleton{padding:6px 0}.rentlySkeletonTitle{margin:0 0 18px;color:#758196;font-size:13px;font-weight:750}.rentlySkeletonRow{display:grid;grid-template-columns:48px minmax(0,1fr) 54px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eef1f5}.rentlySkeletonRow i{width:48px;height:48px;border-radius:50%;background:#eef2f7}.rentlySkeletonRow span,.rentlySkeletonRow b{display:block;height:12px;border-radius:99px;background:#eef2f7}.rentlySkeletonRow b{height:9px}.rentlySkeletonRow>*{background-image:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.9) 46%,transparent 72%);background-size:220% 100%;animation:rentlySkeleton 1.15s linear infinite}@keyframes rentlyStartupTile{0%,to{transform:translateY(2px);opacity:.76}50%{transform:translateY(-5px);opacity:1}}@keyframes rentlyStartupPulse{0%{transform:translate(-15%)}50%{transform:translate(150%)}to{transform:translate(-15%)}}@keyframes rentlySkeleton{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.rentlyStartupTile,.rentlyStartupPulse i,.rentlySkeletonRow>*{animation:none!important}}.publicLegalBody{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#eef5ff;color:#07153d}.pubWrap{max-width:1080px;margin:0 auto;padding:22px 18px 42px}.pubTop{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.pubLogo{font-size:27px;font-weight:950;letter-spacing:-1px}.pubNav{display:flex;gap:8px;flex-wrap:wrap}.pubNav a,.pubBtn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 15px;background:#fff;color:#07153d;text-decoration:none;font-weight:850;box-shadow:0 12px 30px #2563ff1a}.pubBtn{background:#2563ff;color:#fff;padding:13px 18px}.pubBtn.ghost{background:#e7eefb;color:#07153d}.pubHero,.pubSection{background:#fff;border:1px solid rgba(37,99,255,.1);border-radius:30px;padding:30px;margin:16px 0;box-shadow:0 24px 70px #2563ff1a}.pubHero{background:radial-gradient(circle at 82% 0,rgba(34,211,238,.2),transparent 32%),linear-gradient(145deg,#07153d,#0b2f72);color:#fff}.pubHero h1,.pubSection h1{font-size:clamp(34px,7vw,62px);line-height:.98;margin:0 0 14px;letter-spacing:-1.5px}.pubHero p,.pubSection p{font-size:17px;line-height:1.55;color:#667085}.pubHero p{color:#cbdaf5;max-width:740px}.pubEyebrow{color:#22d3ee!important;text-transform:uppercase;letter-spacing:.14em;font-size:13px!important;font-weight:900;margin:0 0 10px!important}.pubActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.pubSection h2{font-size:26px;margin:0 0 18px}.pubGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pubGrid>div,.pubPlan{background:#f4f8ff;border:1px solid rgba(37,99,255,.08);border-radius:22px;padding:18px}.pubGrid b{display:block;font-size:18px;margin-bottom:8px}.pubGrid span,.pubPlan p,.pubDetails dd,.pubText p{color:#667085;line-height:1.45}.pubTariffs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pubPlan h3{font-size:25px;margin:8px 0}.pubPlan strong{font-size:30px}.pubPlan small{font-weight:850;color:#2563ff;text-transform:uppercase;letter-spacing:.05em}.pubPlan.accent{background:linear-gradient(145deg,#eef5ff,#e5f8ff);border-color:#93c5fd}.pubDetails{display:grid;grid-template-columns:minmax(160px,260px) 1fr;gap:0;border:1px solid rgba(37,99,255,.1);border-radius:22px;overflow:hidden}.pubDetails dt,.pubDetails dd{margin:0;padding:14px 16px;border-bottom:1px solid rgba(37,99,255,.08)}.pubDetails dt{font-weight:900;background:#f4f8ff}.pubDetails dd{background:#fff}.pubText h2{margin:22px 0 8px}.pubNotice{margin-top:16px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:18px;padding:14px 16px;font-weight:750}.pubFoot{margin-top:18px;color:#667085;font-size:13px}@media (max-width:760px){.pubTop{align-items:flex-start;flex-direction:column}.pubGrid,.pubTariffs,.pubDetails{grid-template-columns:1fr}.pubHero,.pubSection{padding:22px;border-radius:24px}}:root{--v36Dark:#07153d;--v36Blue:#2563ff;--v36Cyan:#22d3ee;--v36Text:#101828;--v36Muted:#667085;--v36Line:rgba(7,21,61,.1)}.v36LandingBody{margin:0;background:#f6f9ff;color:var(--v36Text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.v36Page{max-width:1180px;margin:0 auto;padding:22px 18px 46px}.v36Nav{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:34px}.v36Logo{font-weight:950;font-size:28px;letter-spacing:-1px;color:var(--v36Dark)}.v36NavLinks{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.v36NavLinks a,.v36Btn{border:0;border-radius:999px;padding:12px 16px;background:#fff;color:var(--v36Dark);font-weight:900;text-decoration:none;box-shadow:0 16px 42px #2563ff14;display:inline-flex;align-items:center;justify-content:center}.v36Btn.primary,.v36NavLinks a.primary{background:var(--v36Dark);color:#fff}.v36Btn.blue{background:var(--v36Blue);color:#fff}.v36Hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:28px;align-items:center;padding:28px 0 40px}.v36Eyebrow{font-size:13px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;color:var(--v36Blue);margin:0 0 12px}.v36Hero h1{font-size:clamp(48px,8vw,96px);line-height:.9;letter-spacing:-3.4px;margin:0;color:var(--v36Dark)}.v36HeroText{font-size:20px;line-height:1.45;color:var(--v36Muted);max-width:710px;margin:22px 0}.v36HeroActions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.v36Proofs{display:flex;gap:10px;flex-wrap:wrap}.v36Proofs span{background:#fff;border:1px solid var(--v36Line);border-radius:999px;padding:10px 13px;color:var(--v36Dark);font-weight:850}.v36Panel,.v36Section{background:#fff;border:1px solid var(--v36Line);border-radius:34px;box-shadow:0 26px 80px #2563ff17}.v36Panel{padding:22px}.v36Section{padding:34px;margin:18px 0}.v36TypeWrap{margin-top:8px}.v36TypeHead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.v36TypeHead h2,.v36Section h2{font-size:clamp(32px,5vw,58px);letter-spacing:-1.8px;line-height:.98;margin:0;color:var(--v36Dark)}.v36TypeHead p,.v36Lead{color:var(--v36Muted);font-size:17px;line-height:1.5;margin:10px 0 0;max-width:720px}.v36Types{display:flex;gap:10px;overflow:auto;padding:5px 0 14px;scroll-snap-type:x mandatory}.v36TypeBtn{min-width:max-content;border:1px solid var(--v36Line);background:#f4f8ff;border-radius:999px;padding:13px 18px;font-weight:950;color:var(--v36Dark);scroll-snap-align:start}.v36TypeBtn.active{background:var(--v36Dark);color:#fff;box-shadow:0 14px 36px #07153d2e}.v36Scenario{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;margin-top:10px}.v36ScenarioCard{background:#f4f8ff;border:1px solid var(--v36Line);border-radius:28px;padding:22px}.v36ScenarioCard h3{font-size:32px;line-height:1;margin:0 0 12px;color:var(--v36Dark);letter-spacing:-1px}.v36ScenarioCard p{color:var(--v36Muted);line-height:1.5}.v36Tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.v36Tags span{background:#fff;border-radius:999px;padding:9px 12px;font-weight:850;color:var(--v36Dark)}.v36ProductMock{background:radial-gradient(circle at 88% 0,rgba(34,211,238,.25),transparent 34%),linear-gradient(145deg,#07153d,#0b2f72);border-radius:32px;padding:24px;color:#fff;min-height:390px;box-shadow:0 28px 80px #07153d3d;overflow:hidden}.v36MockTop{display:flex;align-items:center;justify-content:space-between;color:#a9c7ff;text-transform:uppercase;font-size:12px;letter-spacing:.14em}.v36MockTop b{color:#fff;letter-spacing:0;text-transform:none;font-size:14px}.v36MockGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.v36MockGrid div{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:16px}.v36MockGrid small{display:block;color:#a9c7ff}.v36MockGrid b{display:block;font-size:28px;margin-top:8px}.v36MockChart{height:126px;border-radius:22px;background:linear-gradient(180deg,rgba(34,211,238,.14),transparent);display:flex;align-items:flex-end;gap:10px;padding:18px;margin-bottom:16px}.v36MockChart i{flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#22d3ee,#2563ff);min-height:20px}.v36MockChart i:nth-child(1){height:34%}.v36MockChart i:nth-child(2){height:48%}.v36MockChart i:nth-child(3){height:42%}.v36MockChart i:nth-child(4){height:74%}.v36MockChart i:nth-child(5){height:92%}.v36MockChart i:nth-child(6){height:66%}.v36MockList p{display:flex;justify-content:space-between;margin:8px 0;color:#dbeafe}.v36MockList b{color:#fff}.v36Grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.v36Feature{background:#f4f8ff;border:1px solid var(--v36Line);border-radius:28px;padding:22px}.v36Feature b{font-size:22px;color:var(--v36Dark)}.v36Feature p{color:var(--v36Muted);line-height:1.45}.v36Compare{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.v36Compare>div{border-radius:28px;padding:24px;border:1px solid var(--v36Line)}.v36Old{background:#fff7ed}.v36New{background:#eff6ff}.v36Compare h3{margin:0 0 12px;font-size:28px}.v36Compare li{margin:9px 0;color:#475467}.v36Ai{display:grid;grid-template-columns:.88fr 1.12fr;gap:16px;align-items:stretch}.v36AiBox{background:var(--v36Dark);color:#fff;border-radius:32px;padding:28px}.v36AiBox h3{font-size:38px;line-height:1;margin:0 0 14px}.v36AiBox p{color:#dbeafe;line-height:1.55}.v36AiReport{background:#f4f8ff;border:1px solid var(--v36Line);border-radius:32px;padding:26px}.v36AiReport small{color:var(--v36Blue);font-weight:950;text-transform:uppercase;letter-spacing:.1em}.v36AiReport p{font-size:19px;line-height:1.55;color:#344054}.v36AiReport ul{padding-left:18px}.v36AiReport li{margin:9px 0;color:#475467}.v36Steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.v36Step{background:#f4f8ff;border-radius:26px;padding:20px;border:1px solid var(--v36Line)}.v36Step span{display:inline-flex;width:34px;height:34px;border-radius:50%;background:var(--v36Dark);color:#fff;align-items:center;justify-content:center;font-weight:950}.v36Step b{display:block;margin:15px 0 8px;color:var(--v36Dark);font-size:19px}.v36Step p{color:var(--v36Muted);line-height:1.4}.v36Plans{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.v36Plan{border:1px solid var(--v36Line);border-radius:28px;padding:22px;background:#f8fbff}.v36Plan.accent{background:linear-gradient(145deg,#eff6ff,#e5f8ff);border-color:#93c5fd}.v36Plan h3{font-size:28px;margin:0 0 8px}.v36Plan strong{font-size:32px;color:var(--v36Dark)}.v36Plan p,.v36Plan li{color:var(--v36Muted)}.v36Faq{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.v36Faq div{background:#f4f8ff;border-radius:24px;padding:20px;border:1px solid var(--v36Line)}.v36Faq b{color:var(--v36Dark)}.v36Faq p{color:var(--v36Muted);line-height:1.45}.v36Final{background:radial-gradient(circle at 80% 0,rgba(34,211,238,.2),transparent 34%),linear-gradient(145deg,#07153d,#0b2f72);color:#fff;text-align:center}.v36Final h2{color:#fff}.v36Final p{color:#dbeafe;margin:14px auto 24px;max-width:700px;font-size:18px;line-height:1.5}.v36Footer{padding:20px 0;color:#667085;display:flex;gap:12px;flex-wrap:wrap}.v36Footer a{color:var(--v36Blue);font-weight:850;text-decoration:none}@media (max-width:900px){.v36Hero,.v36Scenario,.v36Ai,.v36Compare{grid-template-columns:1fr}.v36Grid3,.v36Steps,.v36Plans,.v36Faq{grid-template-columns:1fr 1fr}.v36Hero{padding-top:10px}.v36Hero h1{letter-spacing:-2.2px}}@media (max-width:620px){.v36Page{padding:16px 12px 32px}.v36Nav{align-items:flex-start}.v36NavLinks{justify-content:flex-end}.v36NavLinks a:not(.primary){display:none}.v36Hero{gap:18px}.v36HeroText{font-size:17px}.v36Section,.v36Panel{border-radius:26px;padding:22px}.v36Grid3,.v36Steps,.v36Plans,.v36Faq{grid-template-columns:1fr}.v36MockGrid{grid-template-columns:1fr 1fr}.v36HeroActions .v36Btn{width:100%}.v36TypeHead{display:block}.v36Compare ul{padding-left:18px}}:root{--v37Ink:#07143a;--v37Blue:#2563ff;--v37Sky:#21d4ff;--v37Mint:#22c55e;--v37Red:#ff5d6c;--v37Soft:#f3f7ff;--v37Line:rgba(7,20,58,.1);--v37Muted:#667085}body.v37LandingBody,body.v37LandingBody.dashboardTheme{margin:0!important;background:linear-gradient(180deg,#f8fbff,#eef5ff 48%,#f8fbff)!important;color:var(--v37Ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.v37Page{max-width:1160px;margin:0 auto;padding:18px 18px 52px}.v37Nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.v37Logo{font-weight:950;font-size:30px;letter-spacing:-1.2px;color:var(--v37Ink);text-decoration:none}.v37NavLinks{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.v37NavLinks a,.v37Btn{border:0;border-radius:999px;padding:12px 16px;background:#fff;color:var(--v37Ink);font-weight:900;text-decoration:none;box-shadow:0 18px 44px #2563ff17;display:inline-flex;align-items:center;justify-content:center}.v37NavLinks a.primary,.v37Btn.primary{background:var(--v37Ink);color:#fff}.v37Btn.blue{background:var(--v37Blue);color:#fff}.v37Hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:36px;align-items:center;min-height:720px;padding:18px 0 42px}.v37Eyebrow{margin:0 0 12px;color:var(--v37Blue);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.15em}.v37Hero h1{font-size:clamp(48px,8vw,96px);line-height:.9;letter-spacing:-3.8px;margin:0;color:var(--v37Ink)}.v37HeroText{font-size:21px;line-height:1.45;color:var(--v37Muted);max-width:730px;margin:22px 0}.v37HeroActions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 18px}.v37Proofs{display:flex;gap:10px;flex-wrap:wrap}.v37Proofs span{background:#fff;border:1px solid var(--v37Line);border-radius:999px;padding:10px 13px;color:var(--v37Ink);font-weight:850;box-shadow:0 12px 30px #2563ff0f}.v37Choice{background:#fff;border:1px solid var(--v37Line);border-radius:34px;padding:22px;box-shadow:0 26px 82px #2563ff1a;margin-top:22px}.v37ChoiceHead{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:16px}.v37ChoiceHead h2,.v37Section h2{margin:0;color:var(--v37Ink);font-size:clamp(32px,5vw,58px);letter-spacing:-2px;line-height:.96}.v37ChoiceHead p,.v37Lead{margin:8px 0 0;color:var(--v37Muted);font-size:17px;line-height:1.5;max-width:740px}.v37Segment{position:relative;display:grid;gap:0;background:#eaf1ff;border:1px solid rgba(37,99,255,.08);border-radius:999px;padding:5px;box-shadow:inset 0 1px #ffffffb3}.v37Segment i{position:absolute;left:5px;top:5px;bottom:5px;width:calc((100% - 10px)/var(--v37Count));border-radius:999px;background:var(--v37Ink);box-shadow:0 16px 32px #07143a33;transform:translate(calc(var(--v37Index) * 100%));transition:transform .34s cubic-bezier(.2,.9,.2,1)}.v37Segment button{position:relative;z-index:1;border:0;background:transparent;border-radius:999px;min-height:46px;padding:0 12px;font-weight:950;color:#58657b;cursor:pointer}.v37Segment button.active{color:#fff}.v37ScenarioNote{margin-top:14px;border-radius:26px;background:linear-gradient(135deg,#f4f8ff,#fff);border:1px solid var(--v37Line);padding:18px;display:grid;gap:8px}.v37ScenarioNote b{font-size:22px;letter-spacing:-.5px}.v37ScenarioNote span{color:var(--v37Muted);line-height:1.45}.v37ScenarioNote p{margin:0;color:var(--v37Ink);font-weight:900}.v37PhoneFrame{position:relative;width:min(380px,88vw);margin:0 auto;padding:12px;border-radius:58px;background:linear-gradient(135deg,#eff5ff,#7c8fb2 22%,#f9fcff 42%,#5f7197 70%,#eaf1ff);box-shadow:0 44px 110px #07143a42}.v37Phone{position:relative;min-height:705px;border-radius:47px;overflow:hidden;background:radial-gradient(circle at 74% 18%,rgba(33,212,255,.28),transparent 29%),linear-gradient(160deg,#07143a,#0a2254,#07102c);color:#fff;border:1px solid rgba(255,255,255,.28)}.v37Island{position:absolute;left:50%;top:14px;width:120px;height:34px;border-radius:999px;background:#030817;transform:translate(-50%);z-index:3;box-shadow:inset 0 0 0 1px #ffffff0d}.v37Camera{position:absolute;right:91px;top:26px;width:9px;height:9px;border-radius:50%;background:#1b2d50;z-index:4}.v37Screen{padding:64px 20px 24px}.v37ScreenTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.v37ScreenTop b{font-size:25px;letter-spacing:-.8px}.v37ScreenTop span{font-size:11px;color:#aebdec;font-weight:900}.v37ScreenCard,.v37ScreenGrid div{background:#ffffff1a;border:1px solid rgba(255,255,255,.13);border-radius:26px;padding:18px;box-shadow:inset 0 1px #ffffff14}.v37ScreenCard.hero{background:linear-gradient(135deg,#2563ff59,#21d4ff29);margin-bottom:12px}.v37ScreenCard small{display:block;color:#8be7ff;font-weight:950;text-transform:uppercase;letter-spacing:.13em}.v37ScreenCard h3{font-size:32px;line-height:.98;letter-spacing:-1.2px;margin:8px 0}.v37ScreenCard p{color:#c8d6ff;line-height:1.35;margin:0}.v37InputLine,.v37PhoneRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.v37InputLine:last-child,.v37PhoneRow:last-child{border-bottom:0}.v37InputLine span,.v37PhoneRow span{color:#b9c7ee}.v37InputLine b,.v37PhoneRow b{color:#fff}.v37BlueBtn{width:100%;border:0;border-radius:18px;background:linear-gradient(90deg,var(--v37Blue),var(--v37Sky));color:#fff;font-weight:950;padding:15px;margin-top:14px}.v37ScreenGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.v37ScreenGrid span{display:block;color:#adc0ec;font-size:12px}.v37ScreenGrid b{font-size:22px}.v37Float{position:absolute;z-index:5;background:#fff;color:var(--v37Ink);border-radius:22px;padding:12px 14px;font-weight:950;box-shadow:0 20px 50px #07143a2e;display:flex;align-items:center;gap:8px}.v37Float span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--v37Blue)}.v37Float.two span{background:var(--v37Mint)}.v37Float.three span{background:var(--v37Red)}.v37Float.one{left:-34px;top:132px}.v37Float.two{right:-38px;top:294px}.v37Float.three{left:-24px;bottom:94px}.v37Section{background:#fff;border:1px solid var(--v37Line);border-radius:36px;padding:34px;margin:18px 0;box-shadow:0 28px 90px #2563ff17}.v37Split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.v37CompareCard{border-radius:28px;padding:24px;background:#f6f8fc;border:1px solid var(--v37Line)}.v37CompareCard.good{background:linear-gradient(135deg,#eef7ff,#f6fff9);border-color:#2563ff2e}.v37CompareCard h3{font-size:28px;letter-spacing:-.8px;margin:0 0 14px}.v37CompareCard ul{padding:0;margin:0;list-style:none;display:grid;gap:12px}.v37CompareCard li{display:flex;gap:10px;align-items:center}.v37Mark{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:950}.v37Mark.good{background:#dcfce7;color:#11974a}.v37Mark.bad{background:#ffe4e6;color:#e11d48}.v37Steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.v37Step{border-radius:26px;background:#f4f8ff;border:1px solid var(--v37Line);padding:20px}.v37Step b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--v37Ink);color:#fff;margin-bottom:14px}.v37Step h3{margin:0 0 8px;font-size:21px;letter-spacing:-.5px}.v37Step p{margin:0;color:var(--v37Muted);line-height:1.45}.v37PhoneGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.v37PhoneGrid .v37PhoneFrame{width:100%;max-width:310px;padding:9px;border-radius:46px}.v37PhoneGrid .v37Phone{min-height:530px;border-radius:38px}.v37PhoneGrid .v37Screen{padding:54px 15px 18px}.v37PhoneGrid .v37Float{display:none}.v37PhoneGrid .v37ScreenCard h3{font-size:25px}.v37Ai{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:22px;align-items:center}.v37Chat{border-radius:30px;background:#eef4ff;border:1px solid var(--v37Line);padding:24px}.v37Bubble{background:#fff;border-radius:26px;padding:20px;box-shadow:0 18px 45px #2563ff14;line-height:1.5}.v37Bubble b{display:block;font-size:22px;margin-bottom:8px}.v37AiList{display:grid;gap:10px}.v37AiList div{border-radius:22px;background:#fff;border:1px solid var(--v37Line);padding:16px;font-weight:900}.v37AiList span{display:block;color:var(--v37Muted);font-size:14px;font-weight:700;margin-top:4px}.v37PriceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.v37Price{border:1px solid var(--v37Line);border-radius:30px;background:#f7faff;padding:24px;display:flex;flex-direction:column;gap:12px}.v37Price.featured{background:linear-gradient(145deg,#07143a,#11347b);color:#fff}.v37Price small{font-weight:950;color:var(--v37Blue);text-transform:uppercase;letter-spacing:.12em}.v37Price.featured small{color:#8be7ff}.v37Price h3{font-size:30px;margin:0;letter-spacing:-.8px}.v37Price strong{font-size:34px}.v37Price p{margin:0;color:var(--v37Muted);line-height:1.4}.v37Price.featured p{color:#cbd7ff}.v37Price ul{padding:0;margin:4px 0 0;list-style:none;display:grid;gap:9px}.v37Price li:before{content:"\2713";color:var(--v37Mint);font-weight:950;margin-right:8px}.v37Cta{background:linear-gradient(135deg,#07143a,#0f347a);color:#fff;border-radius:38px;padding:44px;margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;box-shadow:0 36px 100px #07143a38}.v37Cta h2{margin:0;font-size:clamp(34px,5vw,64px);letter-spacing:-2px;line-height:.95}.v37Cta p{margin:10px 0 0;color:#cbd7ff;font-size:18px}.v37Footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#7a8599;font-weight:800;margin:28px 0 0}.v37Footer a{color:#7a8599;text-decoration:none}.v37PhoneFrame,.v37Float,.v37CompareCard,.v37Step,.v37Price{animation:v37Rise .55s ease both}.v37PhoneFrame{animation-delay:.04s}.v37Float.one{animation-delay:.18s}.v37Float.two{animation-delay:.28s}.v37Float.three{animation-delay:.38s}@keyframes v37Rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media (max-width:900px){.v37Hero,.v37Ai,.v37Split,.v37Cta{grid-template-columns:1fr}.v37Steps,.v37PriceGrid{grid-template-columns:1fr 1fr}.v37PhoneGrid{grid-template-columns:1fr}.v37PhoneGrid .v37PhoneFrame{margin:auto}.v37Float{display:none}.v37ChoiceHead{display:block}.v37Hero{min-height:auto}.v37Cta{padding:30px}}@media (max-width:620px){.v37Page{padding:14px 12px 36px}.v37Hero h1{letter-spacing:-2.4px}.v37HeroText{font-size:18px}.v37Nav{align-items:flex-start}.v37NavLinks a:not(.primary){display:none}.v37Segment{grid-template-columns:1fr!important;border-radius:24px}.v37Segment i{display:none}.v37Segment button{background:#f3f7ff;margin:2px;color:var(--v37Ink)}.v37Segment button.active{background:var(--v37Ink);color:#fff}.v37PhoneFrame{width:min(330px,88vw)}.v37Phone{min-height:610px}.v37Section,.v37Choice{border-radius:28px;padding:22px}.v37Steps,.v37PriceGrid{grid-template-columns:1fr}.v37ChoiceHead h2,.v37Section h2{font-size:34px}.v37HeroActions .v37Btn{width:100%}}:root{--v40Ink:#06143a;--v40Navy:#071b46;--v40Blue:#2563ff;--v40Cyan:#27d4ee;--v40Mint:#24c77a;--v40Coral:#ff7868;--v40Soft:#f3f7ff;--v40Card:#ffffff;--v40Muted:#667085;--v40Line:rgba(6,20,58,.11)}body.v40LandingBody,body.v40LandingBody.dashboardTheme{margin:0!important;background:#f7faff!important;color:var(--v40Ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}body.v40LandingBody *{box-sizing:border-box;letter-spacing:0!important}.v40Page{max-width:1180px;margin:0 auto;padding:18px 18px 56px}.v40Nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0 22px}.v40Logo{font-size:30px;font-weight:950;color:var(--v40Ink);text-decoration:none}.v40Links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.v40Links a,.v40Btn{border:1px solid var(--v40Line);background:#fff;color:var(--v40Ink);border-radius:999px;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;box-shadow:0 14px 34px #2563ff12}.v40Links .primary,.v40Btn.primary{background:var(--v40Navy);color:#fff;border-color:var(--v40Navy)}.v40Btn.blue{background:var(--v40Blue);border-color:var(--v40Blue);color:#fff}.v40Hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);gap:48px;align-items:center;padding:34px 0 44px}.v40Eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px 12px;border-radius:999px;background:#fff;color:var(--v40Blue);font-size:13px;font-weight:950;text-transform:uppercase}.v40Hero h1{font-size:82px;line-height:.92;margin:0;color:var(--v40Ink);font-weight:950}.v40HeroText{font-size:22px;line-height:1.45;color:var(--v40Muted);max-width:720px;margin:24px 0}.v40HeroActions{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 18px}.v40Proofs{display:flex;gap:10px;flex-wrap:wrap}.v40Proofs span{background:#fff;border:1px solid var(--v40Line);border-radius:999px;padding:10px 13px;font-weight:900;color:var(--v40Ink)}.v40PersonaCard{margin-top:28px;background:#fff;border:1px solid var(--v40Line);border-radius:34px;padding:18px;box-shadow:0 28px 90px #2563ff1a}.v40PersonaHead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.v40PersonaHead b{font-size:24px}.v40PersonaHead span{color:var(--v40Muted);font-weight:800}.v40Persona{position:relative;display:grid;grid-template-columns:repeat(var(--v40Count),1fr);gap:0;background:#eaf1ff;border:1px solid rgba(37,99,255,.08);border-radius:999px;padding:5px;overflow:hidden}.v40Persona i{position:absolute;left:5px;top:5px;bottom:5px;width:calc((100% - 10px)/var(--v40Count));border-radius:999px;background:var(--v40Navy);box-shadow:0 16px 34px #071b4638;transform:translate(calc(var(--v40Index) * 100%));transition:transform .34s cubic-bezier(.2,.9,.2,1)}.v40Persona button{position:relative;z-index:1;border:0;background:transparent;border-radius:999px;min-height:46px;padding:0 12px;font-weight:950;color:#5f6d86;cursor:pointer}.v40Persona button.active{color:#fff}.v40ScenarioText{margin-top:14px;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid var(--v40Line);padding:16px}.v40ScenarioText b{display:block;font-size:22px;margin-bottom:6px}.v40ScenarioText p{margin:0;color:var(--v40Muted);line-height:1.45}.v40HeroVisual{position:relative;min-height:760px;display:grid;place-items:center}.v40HeroVisual .v40Device.light{position:relative;z-index:2}.v40HeroVisual .v40Device.dark{position:absolute;right:0;bottom:12px;transform:scale(.76);transform-origin:right bottom;z-index:1}.v40Float{position:absolute;z-index:4;background:#fff;border:1px solid var(--v40Line);border-radius:22px;padding:12px 14px;box-shadow:0 24px 60px #06143a29;font-weight:950;display:flex;align-items:center;gap:8px}.v40Float i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--v40Mint);color:#fff;font-style:normal}.v40Float.one{left:0;top:118px}.v40Float.two{right:4px;top:250px}.v40Float.three{left:42px;bottom:130px}.v40Float.three i{background:var(--v40Coral)}.v40Device{position:relative;width:360px;min-height:720px;padding:12px;border-radius:58px;background:linear-gradient(145deg,#eef4ff,#8090ad 28%,#f8fbff 50%,#5b6d91 80%,#e8f0ff);box-shadow:0 42px 110px #06143a40}.v40Device:before{content:"";position:absolute;inset:7px;border-radius:51px;border:1px solid rgba(255,255,255,.65);pointer-events:none}.v40Button{position:absolute;width:4px;border-radius:6px;background:#60708e}.v40Button.left{left:-2px;top:130px;height:66px}.v40Button.right{right:-2px;top:176px;height:92px}.v40Island{position:absolute;left:50%;top:25px;width:118px;height:34px;border-radius:999px;background:#030817;transform:translate(-50%);z-index:3}.v40Screen{position:relative;min-height:696px;border-radius:47px;overflow:hidden;background:#fff;color:var(--v40Ink);border:1px solid rgba(255,255,255,.34)}.v40Device.dark .v40Screen{background:radial-gradient(circle at 76% 14%,rgba(39,212,238,.2),transparent 30%),linear-gradient(160deg,#071b46,#08132e);color:#fff}.v40PhoneTop,.v40DashTop,.v40AiTop{padding:76px 22px 12px}.v40PhoneTop{display:flex;align-items:flex-end;justify-content:space-between}.v40PhoneTop b{font-size:28px}.v40PhoneTop span,.v40DashTop small,.v40AiTop span{color:#8a95aa;font-weight:800}.v40Switch{margin:0 22px 14px;background:#eef3ff;border-radius:18px;padding:4px;display:grid;grid-template-columns:1fr 1fr}.v40Switch b,.v40Switch span{min-height:42px;border-radius:15px;display:grid;place-items:center;font-weight:950}.v40Switch b{background:#fff;box-shadow:0 10px 24px #2563ff14}.v40WhitePanel{margin:0 18px 20px;background:#fff;border-radius:26px;padding:20px;box-shadow:0 22px 70px #2563ff1c;border:1px solid var(--v40Line)}.v40WhitePanel h3{font-size:28px;margin:0 0 16px}.v40WhitePanel label{display:block;color:#8a95aa;font-size:13px;font-weight:800;margin:12px 0 7px}.v40Field{min-height:48px;border-radius:17px;background:#eef4ff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-weight:850;color:#34415a}.v40Field.big{min-height:76px}.v40Field em{width:34px;height:34px;border-radius:50%;background:var(--v40Navy);color:#fff;font-style:normal;display:grid;place-items:center}.v40Checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.v40Checks span{border:1px solid var(--v40Line);border-radius:16px;padding:12px;font-weight:900;background:#f4f7ff}.v40Checks .checked{background:#eaf1ff;color:var(--v40Blue)}.v40WhitePanel button{width:100%;border:0;border-radius:18px;background:var(--v40Blue);color:#fff;font-weight:950;font-size:17px;padding:15px}.v40DashTop span{display:block;color:#3bd7ef;text-transform:uppercase;font-size:12px;font-weight:950}.v40DashTop b,.v40AiTop b{display:block;font-size:34px;line-height:1.02;margin:8px 0 6px}.v40KpiGrid{display:grid;grid-template-columns:1.15fr 1fr;gap:10px;padding:0 18px}.v40KpiGrid div{min-height:112px;border-radius:22px;padding:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.1)}.v40KpiGrid .hot{background:linear-gradient(135deg,#2563ff6b,#27d4ee33)}.v40KpiGrid small{display:block;color:#aebde5;font-weight:850}.v40KpiGrid b{display:block;font-size:28px;margin-top:12px}.v40ChartCard{margin:14px 18px 20px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:16px}.v40ChartCard b{font-size:20px}.v40MiniChart{display:block;width:100%;height:150px;margin-top:8px}.v40MiniChart .grid{stroke:#ffffff1f;stroke-width:1}.v40MiniChart .area{fill:#27d4ee1a}.v40MiniChart .line{fill:none;stroke:var(--line);stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.v40MiniChart .dash{fill:none;stroke:#78a8ff;stroke-width:7;stroke-linecap:round;stroke-dasharray:14 13}.v40MiniChart circle{fill:#29d4ee;stroke:#071b46;stroke-width:4}.v40AiBubble{margin:0 18px 14px;border-radius:26px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:18px}.v40AiBubble b{font-size:22px}.v40AiBubble p{color:#cbd7ff;line-height:1.45;margin:10px 0 0}.v40AiList{display:grid;gap:10px;margin:0 18px}.v40AiList div{border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:14px}.v40AiList span{display:block;color:#9fb0dc;font-size:13px;font-weight:800}.v40AiList b{font-size:19px}.v40Section{background:#fff;border:1px solid var(--v40Line);border-radius:34px;padding:36px;margin:18px 0;box-shadow:0 28px 90px #2563ff14}.v40Section.dark{background:linear-gradient(160deg,#071b46,#08142f);color:#fff;border-color:#ffffff1a}.v40Section h2{font-size:52px;line-height:.98;margin:0 0 12px}.v40Lead{font-size:18px;line-height:1.5;color:var(--v40Muted);max-width:780px;margin:0}.v40Section.dark .v40Lead{color:#cbd7ff}.v40Compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.v40CompareCard{border-radius:28px;padding:24px;background:#f5f8ff;border:1px solid var(--v40Line)}.v40CompareCard.good{background:linear-gradient(180deg,#eff8ff,#f7fff9)}.v40CompareCard h3{font-size:28px;margin:0 0 14px}.v40CompareCard ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.v40CompareCard li{display:flex;gap:10px;align-items:center}.v40Mark{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:950}.v40Mark.good{background:#dcfce7;color:#138a43}.v40Mark.bad{background:#ffe4e6;color:#e11d48}.v40Steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.v40Step{background:#f4f8ff;border:1px solid var(--v40Line);border-radius:24px;padding:20px}.v40Step i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--v40Navy);color:#fff;font-style:normal;font-weight:950;margin-bottom:14px}.v40Step h3{font-size:21px;margin:0 0 8px}.v40Step p{color:var(--v40Muted);line-height:1.45;margin:0}.v40Phones{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.v40Phones .v40Device{width:100%;max-width:318px;min-height:604px;margin:auto;border-radius:48px}.v40Phones .v40Screen{min-height:580px;border-radius:38px}.v40Phones .v40DashTop,.v40Phones .v40AiTop{padding-top:64px}.v40Phones .v40WhitePanel h3{font-size:24px}.v40Phones .v40KpiGrid{grid-template-columns:1fr 1fr}.v40Phones .v40KpiGrid div{min-height:92px}.v40Phones .v40KpiGrid b{font-size:23px}.v40AiBlock{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center}.v40Prompt{background:#eef4ff;border:1px solid var(--v40Line);border-radius:30px;padding:24px}.v40Prompt p{margin:0;color:var(--v40Muted);line-height:1.5}.v40Prompt b{font-size:24px}.v40Answer{background:#fff;border:1px solid var(--v40Line);border-radius:30px;padding:24px;box-shadow:0 20px 60px #2563ff14}.v40Answer h3{font-size:30px;margin:0 0 12px}.v40Answer ul{padding:0;margin:0;list-style:none;display:grid;gap:10px}.v40Answer li{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;color:var(--v40Muted);line-height:1.45}.v40Answer li span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#128a43;font-weight:950}.v40PriceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v40Price{min-height:360px;border-radius:30px;border:1px solid var(--v40Line);background:#f7faff;padding:24px;display:flex;flex-direction:column}.v40Price.featured{background:linear-gradient(160deg,#071b46,#102f72);color:#fff}.v40Price small{font-size:12px;color:var(--v40Blue);font-weight:950;text-transform:uppercase}.v40Price.featured small{color:#8be7ff}.v40Price h3{font-size:31px;margin:10px 0}.v40Price strong{font-size:34px}.v40Price p{color:var(--v40Muted);line-height:1.45;margin:10px 0 14px}.v40Price.featured p{color:#cbd7ff}.v40Price ul{padding:0;margin:0;list-style:none;display:grid;gap:9px}.v40Price li:before{content:"\2713";color:var(--v40Mint);font-weight:950;margin-right:8px}.v40Price .v40Btn{margin-top:auto;width:100%}.v40Legal{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v40Legal div{border-radius:24px;background:#f5f8ff;border:1px solid var(--v40Line);padding:18px}.v40Legal b{display:block;font-size:20px;margin-bottom:8px}.v40Legal p{margin:0;color:var(--v40Muted);line-height:1.45}.v40Cta{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:linear-gradient(160deg,#071b46,#0e3278);color:#fff;border-radius:34px;padding:42px;margin-top:18px;box-shadow:0 36px 90px #071b4638}.v40Cta h2{font-size:52px;line-height:1;margin:0}.v40Cta p{margin:12px 0 0;color:#cbd7ff;font-size:18px}.v40Cta .v40Btn{border-color:#ffffff24}.v40Footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#788398;font-weight:800;margin-top:28px}.v40Footer a{color:#788398;text-decoration:none}.v40Device,.v40Float,.v40Section,.v40PersonaCard{animation:v40Rise .55s ease both}.v40Float.one{animation-delay:.14s}.v40Float.two{animation-delay:.22s}.v40Float.three{animation-delay:.3s}@keyframes v40Rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){body.v40LandingBody *{animation:none!important;transition:none!important}}@media (max-width:980px){.v40Hero,.v40AiBlock,.v40Compare,.v40Cta{grid-template-columns:1fr}.v40HeroVisual{min-height:680px}.v40HeroVisual .v40Device.dark{right:8%;bottom:0}.v40Steps,.v40PriceGrid{grid-template-columns:1fr 1fr}.v40Phones,.v40Legal{grid-template-columns:1fr}.v40Cta{padding:30px}.v40Hero h1{font-size:62px}.v40Section h2,.v40Cta h2{font-size:42px}}@media (max-width:660px){.v40Page{padding:14px 12px 42px}.v40Nav{align-items:flex-start}.v40Links a:not(.primary){display:none}.v40Hero{padding-top:18px;gap:24px}.v40Hero h1{font-size:43px;line-height:.98}.v40HeroText{font-size:18px}.v40HeroActions .v40Btn{width:100%}.v40Persona{grid-template-columns:1fr!important;border-radius:24px}.v40Persona i{display:none}.v40Persona button{background:#f3f7ff;margin:2px;color:var(--v40Ink)}.v40Persona button.active{background:var(--v40Navy);color:#fff}.v40HeroVisual{min-height:650px}.v40Device{width:min(330px,92vw);min-height:650px}.v40Screen{min-height:626px}.v40HeroVisual .v40Device.dark,.v40Float{display:none}.v40Section{border-radius:28px;padding:22px}.v40Section h2,.v40Cta h2{font-size:34px}.v40Compare,.v40Steps,.v40PriceGrid{grid-template-columns:1fr}.v40Phones .v40Device{max-width:330px}.v40Proofs span{font-size:14px}.v40Cta{display:block}}.v42Hero h1,.v42HeroText,.v42HeroActions,.v42Signals,.v42Choice{max-width:100%;box-sizing:border-box}@media (max-width:660px){.v42Hero{grid-template-columns:minmax(0,1fr)!important}.v42Hero h1{font-size:38px;line-height:1}.v42HeroText{font-size:17px}.v42HeroActions{display:grid;grid-template-columns:1fr}.v42Stage,.v42PhoneRail{max-width:100%;box-sizing:border-box}.v42PhoneRail{margin-left:0;margin-right:0}}.v43StoryDemo{--story-duration:11.6s;position:relative;touch-action:pan-y;cursor:pointer;user-select:none}.v43StoryDemo:focus-visible{outline:3px solid rgba(40,100,255,.26);outline-offset:8px;border-radius:28px}.v42StoryPlay{position:absolute;left:50%;top:48%;width:82px;height:82px;border-radius:50%;background:#071a45bd;box-shadow:0 22px 70px #06143a47;backdrop-filter:blur(12px);opacity:0;transform:translate(-50%,-50%) scale(.86);transition:opacity .2s ease,transform .2s ease;pointer-events:none;z-index:12}.v42StoryPlay:before{content:"";position:absolute;left:34px;top:25px;border-left:25px solid #fff;border-top:16px solid transparent;border-bottom:16px solid transparent}.v43StoryDemo.is-paused .v42StoryPlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.v43StoryDemo.is-paused .v42StoryProgress span.is-active i,.v43StoryDemo.is-paused .v42StoryCard.is-playing .v42StoryScreen *,.v43StoryDemo.is-paused .v42StoryCard.is-playing .v42Tap{animation-play-state:paused!important}.v43StoryDemo .v42StoryProgress i{will-change:width}.v43StoryDemo .v42StoryCard{will-change:transform,opacity}.v43StoryDemo .v42StoryCard.is-prev{opacity:.36}.v43StoryDemo .v42StoryCard.is-next{opacity:.48}.tap-expense{left:78px;top:142px;animation-delay:1.12s!important}.tap-category{right:40px;top:306px;animation-delay:2.35s!important}.tap-salary{left:55px;top:378px;animation-delay:4.32s!important}.tap-description{right:44px;top:430px;animation-delay:5.7s!important}.tap-amount{right:44px;top:516px;animation-delay:7.18s!important}.tap-type{left:58px;top:544px;animation-delay:8.95s!important}.tap-add{left:156px;top:651px;animation-delay:10.28s!important}.tap-pulse-tab{left:158px;bottom:18px;animation-delay:.82s!important}.tap-pulse-q1{left:142px;top:518px;animation-delay:4.45s!important}.tap-pulse-q2{left:142px;top:560px;animation-delay:8.55s!important}.tap-ai{left:132px;top:170px;animation-delay:1.55s!important}.v42StoryCard.is-playing .v43OpsStory .v42OpsSegment b:first-child{animation:v43FocusRing .9s .35s both}.v42StoryCard.is-playing .v43OpsStory .v42OpsCategory{animation:v43FocusRing .9s 1.55s both}.v42StoryCard.is-playing .v43OpsStory .v42Dropdown{animation:v43Drop 2.55s 2.55s ease both}.v42StoryCard.is-playing .v43OpsStory .v42Dropdown span:first-child{animation:v43ListFocus .95s 3.34s both}.v42StoryCard.is-playing .v43OpsStory .v42OpsCategory>span{animation:v42FadeOut .2s 4.9s forwards}.v42StoryCard.is-playing .v43OpsStory .v42OpsCategory b{animation:v42FadeIn .25s 4.9s forwards}.v42StoryCard.is-playing .v43OpsStory .v42TypedField{animation:v43FocusRing .72s 5.18s both}.v42StoryCard.is-playing .v43OpsStory .v42TypedField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal 1.15s steps(19) 5.92s forwards}.v42StoryCard.is-playing .v43OpsStory .v42AmountField{animation:v43FocusRing .72s 6.78s both}.v42StoryCard.is-playing .v43OpsStory .v42AmountField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal .82s steps(8) 7.42s forwards}.v42StoryCard.is-playing .v43OpsStory .v42TypePick span:first-child{animation:v43FocusRing .82s 8.18s both,v42TypePick .35s 9.18s forwards}.v42StoryCard.is-playing .v43OpsStory .v43AddExpense{animation:v43FocusRing .82s 9.62s both}.v42StoryCard.is-playing .v43OpsStory .v42OpsCard button span{animation:v43ButtonText 11.6s ease-in-out forwards}.v42StoryCard.is-playing .v43OpsStory .v42OpsCard button em{animation:v43ButtonDone 11.6s ease-in-out forwards}.v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q1{animation:v43PulseQ1 11.6s ease forwards}.v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q2{animation:v43PulseQ2 11.6s ease forwards}.v42StoryCard.is-playing .v43PulseStory .v42PulseDone{animation:v43PulseDone 11.6s ease forwards}.v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q1 button:first-of-type{animation:v43FocusRing .92s 3.55s both}.v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q2 button:last-child{animation:v43FocusRing .92s 7.7s both}.v42StoryCard.is-playing .v43PulseStory~.v42PhoneNav span:nth-child(3):after{animation:v43BadgeFlow 11.6s step-end forwards}.v43DashStory .v43DashScroll{padding:72px 18px 130px;display:grid;gap:12px;transform:translateY(0)}.v43DashStory .v42DashHead{padding:0 0 4px!important}.v43DashStory .v42DashHead b{font-size:34px}.v42StoryCard.is-playing .v43DashStory .v43DashScroll{animation:v43DashAutoScroll 11.6s cubic-bezier(.45,0,.2,1) forwards!important}.v43MoneyGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v43DashMetric{border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:10px}.v43DashMetric.good{grid-column:1/-1;background:linear-gradient(135deg,#2864ff57,#22d4ee24)}.v43DashMetric span,.v43DashMetric em{display:block;color:#aebde5;font-size:11px;font-style:normal;font-weight:850}.v43DashMetric b{display:block;margin:5px 0 3px;font-size:22px}.v43ServiceBars{display:grid;gap:10px}.v43ServiceBars span{display:grid;grid-template-columns:84px 1fr 42px;align-items:center;gap:8px;color:#cbd7ff;font-weight:900}.v43ServiceBars em{font-style:normal;font-size:12px}.v43ServiceBars i{height:8px;border-radius:99px;background:linear-gradient(90deg,var(--v42Blue),var(--v42Cyan));width:var(--w);display:block}.v43ServiceBars b{text-align:right;margin:0}.v43DashList p{display:grid;gap:8px}.v43DashList span{display:block;padding:9px 10px;border-radius:13px;background:#ffffff14;color:#dbe6ff}.v43Forecast{border-radius:18px;background:#fff;color:var(--v42Ink);padding:13px}.v43Forecast strong{display:block;font-size:28px;color:var(--v42Blue)}.v43Forecast span{display:block;color:#66728a;font-weight:850;margin-top:3px}.v43ExpensePanel p{font-size:12px}.v42StoryCard.is-playing .v43AiStory .v42AiGenerate{animation:v43FocusRing .92s .62s both}.v42StoryCard.is-playing .v43AiStory .v42AiLoader{animation:v43LoaderShow 11.6s ease forwards}.v42StoryCard.is-playing .v43AiStory .v42AiStoryReport{animation:v42ReportShow .45s 3.75s ease forwards}.v42StoryCard.is-playing .v43AiStory .v42AiStoryReport span{animation:v42AiType 1.18s steps(var(--chars)) forwards;animation-delay:var(--d,4.1s)}@keyframes v43FocusRing{0%,to{box-shadow:none;filter:none}20%,82%{box-shadow:0 0 0 5px #ffd5607a,0 16px 34px #ffd56033;filter:brightness(1.04)}}@keyframes v43ListFocus{0%,to{background:#edf4ff;color:var(--v42Blue)}18%,84%{background:#fff3bf;color:#071a45;box-shadow:inset 0 0 0 1px #f5b42347}}@keyframes v43Drop{0%{opacity:0;transform:translateY(-8px) scale(.98)}12%,78%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-5px) scale(.98)}}@keyframes v43ButtonText{0%,88%{opacity:1;transform:translateY(0)}93%,to{opacity:0;transform:translateY(-12px)}}@keyframes v43ButtonDone{0%,88%{opacity:0;transform:translateY(12px)}93%,to{opacity:1;transform:translateY(0)}}@keyframes v43PulseQ1{0%,9%{opacity:0;transform:translate(22px)}13%,45%{opacity:1;transform:translate(0)}52%,to{opacity:0;transform:translate(-22px)}}@keyframes v43PulseQ2{0%,48%{opacity:0;transform:translate(22px)}53%,79%{opacity:1;transform:translate(0)}84%,to{opacity:0;transform:translate(-22px)}}@keyframes v43PulseDone{0%,82%{opacity:0;transform:translateY(14px)}88%,to{opacity:1;transform:translateY(0)}}@keyframes v43BadgeFlow{0%,48%{content:"2";opacity:1}49%,83%{content:"1";opacity:1}84%,to{content:"";opacity:0}}@keyframes v43DashAutoScroll{0%,10%{transform:translateY(0)}30%{transform:translateY(-190px)}50%{transform:translateY(-390px)}70%{transform:translateY(-590px)}90%,to{transform:translateY(-760px)}}@keyframes v43LoaderShow{0%,14%{opacity:0}19%,34%{opacity:1}42%,to{opacity:0}}@media (max-width:660px){.v43StoryDemo .v42StoryViewport{height:850px}.tap-add{left:136px}.tap-description,.tap-amount{right:34px}.tap-pulse-q1,.tap-pulse-q2{left:124px}.tap-ai{left:112px}.v43MoneyGrid{grid-template-columns:1fr}.v43ServiceBars span{grid-template-columns:72px 1fr 36px}.v43DashStory .v42DashHead b{font-size:30px}.v42StoryPlay{width:70px;height:70px}.v42StoryPlay:before{left:29px;top:21px;border-left-width:22px;border-top-width:14px;border-bottom-width:14px}}.v44StoryDemo{--story-duration:13.8s}.v44StoryDemo .v42StoryMeta{background:linear-gradient(180deg,#f8fbff,#fff)}.v44StoryDemo .v42StoryProgress span{height:7px}.v44StoryDemo .v42StoryCard.is-next{opacity:.5}.v44StoryDemo .v42StoryCard.is-prev{opacity:.32}.v44StoryDemo .tap-expense{left:78px;top:142px;animation-delay:1.35s!important}.v44StoryDemo .tap-category{right:40px;top:306px;animation-delay:2.9s!important}.v44StoryDemo .tap-salary{left:55px;top:378px;animation-delay:5.15s!important}.v44StoryDemo .tap-description{right:44px;top:430px;animation-delay:6.55s!important}.v44StoryDemo .tap-amount{right:44px;top:516px;animation-delay:8.55s!important}.v44StoryDemo .tap-type{left:58px;top:544px;animation-delay:10.95s!important}.v44StoryDemo .tap-add{left:156px;top:651px;animation-delay:12.65s!important}.v44StoryDemo .tap-pulse-tab{left:158px;bottom:18px;animation-delay:1s!important}.v44StoryDemo .tap-pulse-q1{left:142px;top:518px;animation-delay:5.65s!important}.v44StoryDemo .tap-pulse-q2{left:142px;top:560px;animation-delay:11.05s!important}.v44StoryDemo .tap-ai{left:132px;top:170px;animation-delay:1.9s!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsSegment b:first-child{animation:v44FocusPrimary 1.15s .55s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsCategory{animation:v44FocusField 1.15s 2s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42Dropdown{animation:v44Drop 3.75s 3.05s ease both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42Dropdown span:first-child{animation:v44ListFocus 1.25s 4.55s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsCategory>span{animation:v42FadeOut .25s 5.95s forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsCategory b{animation:v42FadeIn .25s 5.95s forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42TypedField{animation:v44FocusField 1.05s 6.12s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42TypedField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal 1.45s steps(19) 6.9s forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42AmountField{animation:v44FocusField 1s 8.05s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42AmountField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal 1.05s steps(8) 8.85s forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42TypePick span:first-child{animation:v44FocusPrimary 1s 10.1s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42TypePick span:first-child{animation:v44FocusPrimary 1s 10.1s both,v42TypePick .35s 11.32s forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v43AddExpense{animation:v44FocusButton 1.05s 11.78s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsCard button span{animation:v44ButtonText 13.8s ease-in-out forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43OpsStory .v42OpsCard button em{animation:v44ButtonDone 13.8s ease-in-out forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q1{animation:v44PulseQ1 13.8s ease forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q2{animation:v44PulseQ2 13.8s ease forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory .v42PulseDone{animation:v44PulseDone 13.8s ease forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q1 button:first-of-type{animation:v44FocusButton 1.15s 4.82s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory .v42PulseAsk.q2 button:last-child{animation:v44FocusButton 1.15s 10.25s both!important}.v44StoryDemo .v42StoryCard.is-playing .v43PulseStory~.v42PhoneNav span:nth-child(3):after{animation:v44BadgeFlow 13.8s step-end forwards!important}.v44DashStory .v44DashScroll{padding:70px 16px 132px;display:grid;gap:10px;transform:translateY(0)}.v44DashStory .v42DashHead{padding:0!important}.v44DashStory .v42DashHead b{font-size:33px}.v44DashHero{border-radius:24px;background:linear-gradient(135deg,#2864ff9e,#22d4ee2e);border:1px solid rgba(255,255,255,.14);padding:16px}.v44DashHero span,.v44DashHero em{display:block;color:#cbd7ff;font-weight:900;font-style:normal}.v44DashHero strong{display:block;font-size:34px;line-height:1;margin:8px 0;color:#fff}.v44KpiGrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.v44KpiGrid div,.v44Panel{border-radius:20px;background:#ffffff16;border:1px solid rgba(255,255,255,.12);padding:12px;color:#fff}.v44KpiGrid span,.v44KpiGrid em{display:block;color:#aebde5;font-size:11px;font-weight:850;font-style:normal}.v44KpiGrid b{display:block;font-size:21px;margin:7px 0 3px}.v44PanelTop{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.v44PanelTop b,.v44Panel>b{font-size:16px}.v44PanelTop span{color:#9fb0db;font-size:12px;font-weight:900}.v44Panel .v42Chart{height:120px;margin-top:2px}.v44Rooms p,.v44Services p,.v44Expense p,.v44Tasks p{display:grid;gap:8px;margin:0}.v44Rooms p span{display:grid;grid-template-columns:74px 1fr 42px;gap:8px;align-items:center}.v44Rooms em{font-style:normal;color:#dbe6ff;font-weight:900;font-size:12px}.v44Rooms i{display:block;width:var(--w);height:8px;border-radius:99px;background:linear-gradient(90deg,var(--v42Blue),var(--v42Cyan))}.v44Rooms b{text-align:right;margin:0}.v44Services p{grid-template-columns:1fr 1fr}.v44Services p span,.v44Expense p span,.v44Tasks p span{border-radius:14px;background:#ffffff13;padding:9px 10px;color:#dbe6ff;font-weight:900}.v44Services b,.v44Expense b{float:right}.v44Expense{display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:center}.v44Expense .pie{display:block;width:78px;height:78px;border-radius:50%;background:conic-gradient(#22d4ee 0 30%,#2864ff 30% 66%,#fff3bf 66% 82%,#ffffff2e 82% 100%);margin-top:8px}.v44Tasks p span:before{content:"\2713  ";color:#63f6c8}.v44Forecast{background:linear-gradient(135deg,#ffffff1f,#22d4ee1f)}.v44Forecast strong{display:block;font-size:32px;color:#8cf7ff;margin:7px 0}.v44Forecast span{color:#cbd7ff;font-weight:850}.v44StoryDemo .v42StoryCard.is-playing .v44DashStory .v44DashScroll{animation:v44DashScroll 13.8s cubic-bezier(.45,0,.2,1) forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v44AiStory .v42AiGenerate{animation:v44FocusButton 1.15s .82s both!important}.v44StoryDemo .v42StoryCard.is-playing .v44AiStory .v42AiLoader{animation:v44LoaderShow 13.8s ease forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v44AiStory .v42AiStoryReport{animation:v42ReportShow .55s 4.35s ease forwards!important}.v44StoryDemo .v42StoryCard.is-playing .v44AiStory .v42AiStoryReport span{animation:v42AiType 1.35s steps(var(--chars)) forwards!important;animation-delay:var(--d,4.8s)!important}@keyframes v44FocusPrimary{0%,to{background:inherit;box-shadow:none;transform:none}18%,82%{background:#fff2b8;color:#071a45;box-shadow:0 0 0 4px #ffd5608c,0 16px 34px #ffd56038;transform:scale(1.025)}}@keyframes v44FocusField{0%,to{background:#eef4ff;box-shadow:none;transform:none}18%,82%{background:#fff2b8;box-shadow:0 0 0 4px #ffd5608c,0 16px 34px #ffd56033;transform:scale(1.018)}}@keyframes v44FocusButton{0%,to{box-shadow:0 18px 38px #2864ff47;transform:none;filter:none}18%,82%{box-shadow:0 0 0 5px #ffd56094,0 22px 46px #2864ff42;transform:scale(1.025);filter:brightness(1.05)}}@keyframes v44ListFocus{0%,to{background:#edf4ff;color:var(--v42Blue)}16%,84%{background:#fff2b8;color:#071a45;box-shadow:inset 0 0 0 2px #f5b42357}}@keyframes v44Drop{0%{opacity:0;transform:translateY(-8px) scale(.98)}12%,86%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-5px) scale(.98)}}@keyframes v44ButtonText{0%,90%{opacity:1;transform:translateY(0)}95%,to{opacity:0;transform:translateY(-12px)}}@keyframes v44ButtonDone{0%,90%{opacity:0;transform:translateY(12px)}95%,to{opacity:1;transform:translateY(0)}}@keyframes v44PulseQ1{0%,10%{opacity:0;transform:translate(22px)}15%,47%{opacity:1;transform:translate(0)}52%,to{opacity:0;transform:translate(-22px)}}@keyframes v44PulseQ2{0%,51%{opacity:0;transform:translate(22px)}56%,83%{opacity:1;transform:translate(0)}88%,to{opacity:0;transform:translate(-22px)}}@keyframes v44PulseDone{0%,87%{opacity:0;transform:translateY(14px)}92%,to{opacity:1;transform:translateY(0)}}@keyframes v44BadgeFlow{0%,51%{content:"2";opacity:1}52%,88%{content:"1";opacity:1}89%,to{content:"";opacity:0}}@keyframes v44DashScroll{0%,9%{transform:translateY(0)}24%{transform:translateY(-150px)}42%{transform:translateY(-335px)}60%{transform:translateY(-520px)}78%{transform:translateY(-700px)}94%,to{transform:translateY(-870px)}}@keyframes v44LoaderShow{0%,13%{opacity:0}18%,33%{opacity:1}41%,to{opacity:0}}@media (max-width:660px){.v44StoryDemo .v42StoryViewport{height:870px}.v44StoryDemo .tap-add{left:136px}.v44StoryDemo .tap-description,.v44StoryDemo .tap-amount{right:34px}.v44StoryDemo .tap-pulse-q1,.v44StoryDemo .tap-pulse-q2{left:124px}.v44StoryDemo .tap-ai{left:112px}.v44DashStory .v44DashScroll{padding-left:14px;padding-right:14px}.v44DashHero strong{font-size:30px}.v44KpiGrid b{font-size:19px}.v44Services p,.v44Expense{grid-template-columns:1fr}.v44Expense .pie{width:68px;height:68px}.v44Rooms p span{grid-template-columns:66px 1fr 38px}}.v45StoryNav{width:min(560px,100%);margin:16px auto 0;border:1px solid rgba(6,20,58,.08);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 70px #2864ff1f;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:7px;backdrop-filter:blur(16px)}.v45Heat i:nth-child(3n){animation-delay:.25s}.v45Heat i:nth-child(4n){animation-delay:.45s}.v45StoryDemo .v42StoryProgress{max-width:620px}.v45StoryDemo .v42StoryCard.is-prev{opacity:.28}.v45StoryDemo .v42StoryCard.is-next{opacity:.38}.v45StoryNav{width:min(560px,100%);margin:16px auto 0;border:1px solid rgba(6,20,58,.08);border-radius:28px;background:#fffffff0;box-shadow:0 24px 70px #2864ff1f;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:7px;backdrop-filter:blur(16px)}.v45StoryNav span{height:62px;border-radius:22px;display:grid;place-items:center;color:#727f97;font-weight:950;font-size:11px;position:relative;transition:background .28s ease,color .28s ease,transform .28s ease,box-shadow .28s ease}.v45StoryNav em{font-style:normal;font-size:10px}.v45Tap{position:absolute;width:48px;height:48px;border-radius:50%;background:#ffffffd1;border:2px solid rgba(40,100,255,.42);box-shadow:0 0 #2864ff3d;opacity:0;z-index:12;pointer-events:none}.v45StoryCard.is-playing .v45DashScroll{animation:v45DashboardMove 13s cubic-bezier(.45,0,.18,1) forwards}@media (max-width:980px){.v45StoryDemo .v42StoryViewport{height:890px}.v45StoryNav{width:min(520px,100%)}}@media (max-width:660px){.v45StoryDemo .v42StoryViewport{height:835px;margin-left:-22px;margin-right:-22px}.v45StoryDemo .v42StoryCard,.v45StoryDemo .v42StoryMeta,.v45StoryDemo .v42StoryCard .v42Device{width:318px}.v45StoryNav{grid-template-columns:repeat(5,1fr);gap:3px;padding:5px;border-radius:24px}.v45StoryNav span{height:56px;border-radius:19px}.v45OpsCard h3{font-size:23px}.v45DashPanel{padding:12px}.v45LineChart{height:128px}.v45Bars{height:136px}.v45Donut{width:126px;height:126px}.v45Tap{width:42px;height:42px}.v45StoryDemo .tap-add{left:136px}.v45StoryDemo .tap-pulse-q1,.v45StoryDemo .tap-pulse-q2,.v45StoryDemo .tap-pulse-q3{left:124px}.v45StoryDemo .tap-ai,.v45StoryDemo .tap-ai-deep{left:112px}}:root{--v41Ink:#06143a;--v41Navy:#071a45;--v41Deep:#06102d;--v41Blue:#2864ff;--v41Cyan:#22d4ee;--v41Mint:#21c783;--v41Coral:#ff776d;--v41Soft:#f4f7ff;--v41Line:rgba(6,20,58,.1);--v41Muted:#667085}body.v41LandingBody,body.v41LandingBody.dashboardTheme{margin:0!important;background:#f7faff!important;color:var(--v41Ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}body.v41LandingBody *{box-sizing:border-box;letter-spacing:0!important}.v41Page{max-width:1200px;margin:0 auto;padding:18px 18px 58px}.v41Nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0 20px}.v41Logo{font-size:31px;font-weight:950;color:var(--v41Ink);text-decoration:none}.v41Links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.v41Links a,.v41Btn{border:1px solid var(--v41Line);background:#fff;color:var(--v41Ink);border-radius:999px;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;box-shadow:0 14px 34px #2864ff12}.v41Links .primary,.v41Btn.primary{background:var(--v41Navy);color:#fff;border-color:var(--v41Navy)}.v41Btn.blue{background:var(--v41Blue);border-color:var(--v41Blue);color:#fff}.v41Btn.ghost{background:#ffffff1a;color:#fff;border-color:#ffffff2e}.v41Hero{min-height:760px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:48px;align-items:center;padding:28px 0 42px}.v41Pill{display:inline-flex;gap:8px;align-items:center;border-radius:999px;background:#fff;border:1px solid var(--v41Line);padding:8px 12px;color:var(--v41Blue);font-size:13px;font-weight:950;text-transform:uppercase}.v41Pill i{width:8px;height:8px;border-radius:50%;background:var(--v41Mint);box-shadow:0 0 0 6px #21c7831f}.v41Hero h1{font-size:84px;line-height:.9;margin:18px 0 0;font-weight:950;color:var(--v41Ink)}.v41HeroText{font-size:23px;line-height:1.43;color:var(--v41Muted);margin:24px 0;max-width:740px}.v41HeroActions{display:flex;gap:10px;flex-wrap:wrap}.v41Signals{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.v41Signals div{background:#fff;border:1px solid var(--v41Line);border-radius:24px;padding:15px;box-shadow:0 18px 46px #2864ff12}.v41Signals b{display:block;font-size:22px}.v41Signals span{display:block;color:var(--v41Muted);font-weight:800;margin-top:4px}.v41Choice{margin-top:26px;background:#fff;border:1px solid var(--v41Line);border-radius:32px;padding:18px;box-shadow:0 28px 90px #2864ff1a}.v41ChoiceHead{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.v41ChoiceHead b{font-size:23px}.v41ChoiceHead span{color:var(--v41Muted);font-weight:850}.v41Tabs{position:relative;display:grid;grid-template-columns:repeat(var(--v41Count),1fr);border-radius:999px;background:#eaf1ff;padding:5px;overflow:hidden}.v41Tabs i{position:absolute;top:5px;bottom:5px;left:5px;width:calc((100% - 10px)/var(--v41Count));border-radius:999px;background:var(--v41Navy);transform:translate(calc(var(--v41Index) * 100%));transition:transform .42s cubic-bezier(.16,1,.3,1);box-shadow:0 18px 34px #071a4538}.v41Tabs button{position:relative;z-index:1;border:0;background:transparent;min-height:46px;border-radius:999px;color:#5f6d86;font-weight:950;cursor:pointer}.v41Tabs button.active{color:#fff}.v41Scenario{margin-top:14px;border-radius:24px;background:linear-gradient(180deg,#f9fbff,#fff);border:1px solid var(--v41Line);padding:16px}.v41Scenario b{display:block;font-size:22px}.v41Scenario p{margin:7px 0 0;color:var(--v41Muted);line-height:1.45}.v41Stage{position:relative;min-height:770px;display:grid;place-items:center}.v41Stage .v41Device.light{position:relative;z-index:3}.v41Stage .v41Device.dark{position:absolute;right:0;bottom:24px;transform:scale(.74);transform-origin:right bottom;z-index:2}.v41Orbit{position:absolute;border-radius:999px;background:#fff;border:1px solid var(--v41Line);box-shadow:0 24px 60px #06143a26;padding:12px 14px;font-weight:950;z-index:5}.v41Orbit.one{left:8px;top:122px}.v41Orbit.two{right:8px;top:250px}.v41Orbit.three{left:54px;bottom:126px}.v41Orbit em{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;margin-right:8px;background:var(--v41Mint);color:#fff;font-style:normal}.v41Orbit.three em{background:var(--v41Coral)}.v41Device{position:relative;width:360px;min-height:720px;padding:12px;border-radius:58px;background:linear-gradient(145deg,#eef4ff,#8190ae 28%,#fbfdff 50%,#5c6e92 80%,#e8f0ff);box-shadow:0 46px 116px #06143a40}.v41Device:before{content:"";position:absolute;inset:7px;border-radius:51px;border:1px solid rgba(255,255,255,.65);pointer-events:none}.v41Island{position:absolute;left:50%;top:25px;width:118px;height:34px;border-radius:999px;background:#030817;transform:translate(-50%);z-index:3}.v41Screen{min-height:696px;border-radius:47px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.34);color:var(--v41Ink)}.v41Device.dark .v41Screen{background:radial-gradient(circle at 76% 14%,rgba(34,212,238,.22),transparent 31%),linear-gradient(160deg,#071a45,#06102d);color:#fff}.v41AppTop,.v41DashHead{padding:76px 22px 12px}.v41AppTop{display:flex;align-items:flex-end;justify-content:space-between}.v41AppTop b{font-size:29px}.v41AppTop span,.v41DashHead span{color:#8a95aa;font-weight:850}.v41Segment{margin:0 22px 14px;background:#eef3ff;border-radius:18px;padding:4px;display:grid;grid-template-columns:1fr 1fr}.v41Segment b,.v41Segment span{min-height:42px;border-radius:15px;display:grid;place-items:center;font-weight:950}.v41Segment b{background:#fff;box-shadow:0 10px 24px #2864ff14}.v41Form{margin:0 18px 20px;background:#fff;border:1px solid var(--v41Line);border-radius:26px;padding:20px;box-shadow:0 22px 70px #2864ff1c}.v41Form h3{font-size:28px;margin:0 0 15px}.v41Form label{display:block;color:#8a95aa;font-size:13px;font-weight:850;margin:12px 0 7px}.v41Field{min-height:48px;border-radius:17px;background:#eef4ff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-weight:850;color:#34415a}.v41Field.big{min-height:76px}.v41Field em{width:34px;height:34px;border-radius:50%;background:var(--v41Navy)}.v41Form button{margin-top:15px;width:100%;border:0;border-radius:18px;background:var(--v41Blue);color:#fff;font-weight:950;font-size:17px;padding:15px}.v41DashHead small{display:block;color:#49dcef;text-transform:uppercase;font-weight:950}.v41DashHead b{display:block;font-size:35px;margin:7px 0 5px}.v41Kpis{display:grid;grid-template-columns:1.12fr 1fr;gap:10px;padding:0 18px}.v41Kpis div{min-height:108px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:15px}.v41Kpis .hot{background:linear-gradient(135deg,#2864ff6b,#22d4ee2e)}.v41Kpis span{display:block;color:#aebde5;font-weight:850}.v41Kpis b{display:block;font-size:27px;margin-top:12px}.v41PhoneChart{margin:14px 18px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:15px}.v41Chart{width:100%;height:155px;display:block;margin-top:8px}.v41Chart .grid{stroke:#ffffff1f}.v41Chart .area{fill:#22d4ee1c}.v41Chart .line{fill:none;stroke:#22d4ee;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.v41Chart .forecast{fill:none;stroke:#78a8ff;stroke-width:7;stroke-linecap:round;stroke-dasharray:13 12}.v41Chart circle{fill:#22d4ee;stroke:#071a45;stroke-width:4}.v41Typing{margin:0 18px 14px;border-radius:25px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:18px}.v41Typing p{margin:0;color:#d8e1ff;line-height:1.48}.v41AiCards{display:grid;gap:10px;margin:0 18px}.v41AiCards div{border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:13px}.v41AiCards span{display:block;color:#9fb0dc;font-size:13px;font-weight:850}.v41AiCards b{font-size:19px}.v41Section{background:#fff;border:1px solid var(--v41Line);border-radius:34px;padding:38px;margin:18px 0;box-shadow:0 28px 90px #2864ff14}.v41Section.dark{background:linear-gradient(160deg,#071a45,#06102d);border-color:#ffffff1a;color:#fff}.v41Section h2{font-size:54px;line-height:.98;margin:0 0 12px}.v41Lead{font-size:18px;line-height:1.52;color:var(--v41Muted);max-width:790px;margin:0}.v41Section.dark .v41Lead{color:#cbd7ff}.v41Benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v41Benefit{background:#f5f8ff;border:1px solid var(--v41Line);border-radius:26px;padding:22px;min-height:190px}.v41Benefit small{display:inline-flex;border-radius:999px;background:#fff;color:var(--v41Blue);font-weight:950;padding:7px 10px;margin-bottom:14px}.v41Benefit b{display:block;font-size:24px;line-height:1.08}.v41Benefit p{color:var(--v41Muted);line-height:1.45;margin:10px 0 0}.v41Showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.v41AiMachine{position:relative;min-height:450px;border-radius:34px;background:radial-gradient(circle at 20% 20%,rgba(34,212,238,.18),transparent 34%),linear-gradient(160deg,#071a45,#06102d);border:1px solid rgba(255,255,255,.1);padding:28px;overflow:hidden}.v41Bars{position:absolute;left:28px;bottom:30px;display:flex;align-items:end;gap:10px;height:170px}.v41Bars i{width:28px;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,var(--v41Cyan),var(--v41Blue));animation:v41Grow 2.8s ease-in-out infinite;box-shadow:0 0 26px #22d4ee47}.v41Bars i:nth-child(2){animation-delay:.2s}.v41Bars i:nth-child(3){animation-delay:.4s}.v41Bars i:nth-child(4){animation-delay:.6s}.v41Bars i:nth-child(5){animation-delay:.8s}.v41Beam{position:absolute;left:26px;right:26px;top:210px;height:3px;background:linear-gradient(90deg,transparent,var(--v41Cyan),#9b7bff,transparent);animation:v41Beam 2.8s linear infinite}.v41AiReport{position:absolute;right:26px;top:30px;width:54%;border-radius:26px;background:#fff;color:var(--v41Ink);padding:20px;box-shadow:0 28px 80px #00000038}.v41AiReport b{font-size:23px}.v41AiReport p{color:#59667d;line-height:1.45}.v41TypeLine{display:block;white-space:nowrap;overflow:hidden;border-right:2px solid var(--v41Blue);animation:v41Type 4.6s steps(36,end) infinite}@keyframes v41Grow{0%,to{height:48px}35%{height:150px}60%{height:90px}}@keyframes v41Beam{0%{transform:translate(-60%)}to{transform:translate(60%)}}@keyframes v41Type{0%{width:0}55%,to{width:100%}}.v41Compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.v41CompareCard{border-radius:28px;background:#f5f8ff;border:1px solid var(--v41Line);padding:24px}.v41CompareCard.good{background:linear-gradient(180deg,#eff8ff,#f7fff9)}.v41CompareCard h3{font-size:28px;margin:0 0 14px}.v41CompareCard ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.v41CompareCard li{display:flex;gap:10px;align-items:center}.v41Mark{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:950}.v41Mark.good{background:#dcfce7;color:#138a43}.v41Mark.bad{background:#ffe4e6;color:#e11d48}.v41Phones{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.v41Phones .v41Device{width:100%;max-width:318px;min-height:602px;margin:auto;border-radius:48px}.v41Phones .v41Screen{min-height:578px;border-radius:38px}.v41Phones .v41DashHead{padding-top:64px}.v41Phones .v41Form h3{font-size:24px}.v41Phones .v41Kpis{grid-template-columns:1fr 1fr}.v41Phones .v41Kpis div{min-height:92px}.v41Phones .v41Kpis b{font-size:23px}.v41PriceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v41Price{min-height:350px;border-radius:30px;border:1px solid var(--v41Line);background:#f7faff;padding:24px;display:flex;flex-direction:column}.v41Price.featured{background:linear-gradient(160deg,#071a45,#102f72);color:#fff}.v41Price small{font-size:12px;color:var(--v41Blue);font-weight:950;text-transform:uppercase}.v41Price.featured small{color:#8be7ff}.v41Price h3{font-size:31px;margin:10px 0}.v41Price strong{font-size:34px}.v41Price p{color:var(--v41Muted);line-height:1.45;margin:10px 0 14px}.v41Price.featured p{color:#cbd7ff}.v41Price ul{padding:0;margin:0;list-style:none;display:grid;gap:9px}.v41Price li:before{content:"\2713";color:var(--v41Mint);font-weight:950;margin-right:8px}.v41Price .v41Btn{margin-top:auto;width:100%}.v41FaqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.v41Faq{border-radius:24px;border:1px solid var(--v41Line);background:#f7faff;padding:0;overflow:hidden}.v41Faq summary{cursor:pointer;padding:18px 20px;font-weight:950;font-size:19px;list-style:none}.v41Faq summary::-webkit-details-marker{display:none}.v41Faq p{margin:0;padding:0 20px 20px;color:var(--v41Muted);line-height:1.48}.v41Cta{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:linear-gradient(160deg,#071a45,#0e3278);color:#fff;border-radius:34px;padding:44px;margin-top:18px;box-shadow:0 36px 90px #071b4638}.v41Cta h2{font-size:54px;line-height:1;margin:0}.v41Cta p{margin:12px 0 0;color:#cbd7ff;font-size:18px}.v41Footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#788398;font-weight:800;margin-top:28px}.v41Footer a{color:#788398;text-decoration:none}.v41Device,.v41Orbit,.v41Section,.v41Choice{animation:v41Rise .7s ease both}@keyframes v41Rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){body.v41LandingBody *{animation:none!important;transition:none!important}}@media (max-width:980px){.v41Hero,.v41Showcase,.v41Compare,.v41Cta{grid-template-columns:1fr}.v41Hero h1{font-size:62px}.v41Stage{min-height:680px}.v41Stage .v41Device.dark{right:8%;bottom:0}.v41Benefits,.v41PriceGrid{grid-template-columns:1fr 1fr}.v41Phones{grid-template-columns:1fr}.v41Section h2,.v41Cta h2{font-size:42px}.v41AiReport{position:relative;right:auto;top:auto;width:auto}.v41AiMachine{min-height:540px}.v41Bars{bottom:34px}}@media (max-width:660px){.v41Page{padding:14px 12px 42px}.v41Links a:not(.primary){display:none}.v41Hero{min-height:auto;gap:22px}.v41Hero h1{font-size:43px;line-height:.98}.v41HeroText{font-size:18px}.v41HeroActions .v41Btn{width:100%}.v41Signals,.v41Benefits,.v41Compare,.v41PriceGrid,.v41FaqGrid{grid-template-columns:1fr}.v41Tabs{grid-template-columns:1fr!important;border-radius:24px}.v41Tabs i{display:none}.v41Tabs button{background:#f3f7ff;margin:2px;color:var(--v41Ink)}.v41Tabs button.active{background:var(--v41Navy);color:#fff}.v41Stage{min-height:650px}.v41Stage .v41Device.dark,.v41Orbit{display:none}.v41Device{width:min(330px,92vw);min-height:650px}.v41Screen{min-height:626px}.v41Section{border-radius:28px;padding:22px}.v41Section h2,.v41Cta h2{font-size:34px}.v41Phones .v41Device{max-width:330px}.v41AiMachine{min-height:620px;padding:20px}.v41AiReport{padding:18px}.v41Bars{left:20px;right:20px}.v41Cta{display:block;padding:30px}}:root{--v42Ink:#06143a;--v42Navy:#061a44;--v42Deep:#050d25;--v42Blue:#2864ff;--v42Cyan:#22d4ee;--v42Mint:#1fc77d;--v42Coral:#ff776d;--v42Soft:#f4f7ff;--v42Line:rgba(6,20,58,.1);--v42Muted:#667085;--v42Font:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",system-ui,sans-serif}body.v42LandingBody,body.v42LandingBody.dashboardTheme{margin:0!important;background:#f7faff!important;color:var(--v42Ink);font-family:var(--v42Font)!important;padding-bottom:0!important}body.v42LandingBody *{box-sizing:border-box;letter-spacing:0!important;font-family:var(--v42Font)!important}.v42Page{max-width:1200px;margin:0 auto;padding:18px 18px 64px}.v42Nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0 18px}.v42Logo{font-size:32px;font-weight:950;color:var(--v42Ink);text-decoration:none}.v42Links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.v42Links a,.v42Btn{border:1px solid var(--v42Line);background:#fff;color:var(--v42Ink);border-radius:999px;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;box-shadow:0 14px 34px #2864ff12;position:relative;overflow:hidden;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease}.v42Links a:hover,.v42Btn:hover{transform:translateY(-1px);box-shadow:0 18px 42px #2864ff21}.v42Btn:after{content:"";position:absolute;inset:-40% auto -40% -65%;width:44%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-18deg);animation:v42Sheen 4.4s ease-in-out infinite;pointer-events:none;opacity:.78}.v42Links .primary,.v42Btn.primary{background:var(--v42Navy);color:#fff;border-color:var(--v42Navy)}.v42Btn.blue{background:var(--v42Blue);border-color:var(--v42Blue);color:#fff}.v42Btn.ghost{background:#ffffff1a;color:#fff;border-color:#ffffff2e}.v42Hero{min-height:760px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:50px;align-items:center;padding:24px 0 42px}.v42Pill{display:inline-flex;gap:8px;align-items:center;border-radius:999px;background:#fff;border:1px solid var(--v42Line);padding:8px 12px;color:var(--v42Blue);font-size:13px;font-weight:950;text-transform:uppercase}.v42Pill i{width:8px;height:8px;border-radius:50%;background:var(--v42Mint);box-shadow:0 0 0 6px #1fc77d21}.v42Hero h1{font-size:84px;line-height:.9;margin:18px 0 0;font-weight:950;color:var(--v42Ink)}.v42HeroText{font-size:23px;line-height:1.43;color:var(--v42Muted);margin:24px 0;max-width:735px}.v42HeroActions{display:flex;gap:10px;flex-wrap:wrap}.v42Signals{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.v42Signals div{background:#fff;border:1px solid var(--v42Line);border-radius:24px;padding:15px;box-shadow:0 18px 46px #2864ff12;position:relative;overflow:hidden}.v42Signals div:before{content:"";position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:14px;background:linear-gradient(135deg,#eef5ff,#fff);box-shadow:0 12px 30px #2864ff1f}.v42Signals div:after{content:"";position:absolute;right:25px;top:24px;width:12px;height:12px;border-radius:50%;background:var(--v42Mint);animation:v42Tiny 2.8s ease-in-out infinite}.v42Signals div:nth-child(2):after{background:var(--v42Blue);animation-delay:.25s}.v42Signals div:nth-child(3):after{background:var(--v42Cyan);animation-delay:.5s}.v42Signals b{display:block;font-size:22px;padding-right:42px}.v42Signals span{display:block;color:var(--v42Muted);font-weight:800;margin-top:4px}.v42Choice{margin-top:26px;background:#fff;border:1px solid var(--v42Line);border-radius:32px;padding:18px;box-shadow:0 28px 90px #2864ff1a}.v42ChoiceHead{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.v42ChoiceHead b{font-size:23px}.v42ChoiceHead span{color:var(--v42Muted);font-weight:850}.v42Tabs{position:relative;display:grid;grid-template-columns:repeat(var(--v42Count),1fr);border-radius:999px;background:#eaf1ff;padding:5px;overflow:hidden}.v42Tabs i{position:absolute;top:5px;bottom:5px;left:5px;width:calc((100% - 10px)/var(--v42Count));border-radius:999px;background:var(--v42Navy);transform:translate(calc(var(--v42Index) * 100%));transition:transform .42s cubic-bezier(.16,1,.3,1);box-shadow:0 18px 34px #071a4538}.v42Tabs button{position:relative;z-index:1;border:0;background:transparent;min-height:46px;border-radius:999px;color:#5f6d86;font-weight:950;cursor:pointer}.v42Tabs button.active{color:#fff}.v42Scenario{margin-top:14px;border-radius:24px;background:linear-gradient(180deg,#f9fbff,#fff);border:1px solid var(--v42Line);padding:16px}.v42Scenario b{display:block;font-size:22px}.v42Scenario p{margin:7px 0 0;color:var(--v42Muted);line-height:1.45}.v42Stage{position:relative;min-height:770px;display:grid;place-items:center}.v42Stage .v42Device.light{position:relative;z-index:3}.v42Stage .v42Device.dark{position:absolute;right:0;bottom:24px;transform:scale(.74);transform-origin:right bottom;z-index:2}.v42Orbit{position:absolute;border-radius:999px;background:#fff;border:1px solid var(--v42Line);box-shadow:0 24px 60px #06143a26;padding:12px 14px;font-weight:950;z-index:5}.v42Orbit.one{left:4px;top:122px}.v42Orbit.two{right:8px;top:250px}.v42Orbit.three{left:54px;bottom:126px}.v42Orbit em{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;margin-right:8px;background:var(--v42Mint);color:#fff;font-style:normal}.v42Orbit.three em{background:var(--v42Coral)}.v42Device{position:relative;width:360px;aspect-ratio:393/852;padding:12px;border-radius:58px;background:linear-gradient(145deg,#eef4ff,#8190ae 28%,#fbfdff 50%,#5c6e92 80%,#e8f0ff);box-shadow:0 46px 116px #06143a40;flex:none}.v42Device:before{content:"";position:absolute;inset:7px;border-radius:51px;border:1px solid rgba(255,255,255,.65);pointer-events:none}.v42Island{position:absolute;left:50%;top:25px;width:118px;height:34px;border-radius:999px;background:#030817;transform:translate(-50%);z-index:3}.v42Screen{height:100%;border-radius:47px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.34);color:var(--v42Ink);position:relative;padding-bottom:78px}.v42Device.dark .v42Screen{background:radial-gradient(circle at 76% 14%,rgba(34,212,238,.22),transparent 31%),linear-gradient(160deg,#071a45,#06102d);color:#fff}.v42PhoneNav{position:absolute;left:12px;right:12px;bottom:12px;height:58px;background:#ffffffed;border:1px solid rgba(6,20,58,.08);border-radius:24px;display:grid;grid-template-columns:repeat(5,1fr);gap:3px;padding:5px;box-shadow:0 16px 38px #06143a1f;backdrop-filter:blur(14px)}.v42Device.dark .v42PhoneNav{background:#06122deb;border-color:#ffffff1a}.v42PhoneNav span{display:grid;place-items:center;border-radius:18px;color:#7b8498;font-size:10px;font-weight:900}.v42PhoneNav b{font-size:15px;line-height:1}.v42PhoneNav em{font-style:normal;font-size:9px}.v42PhoneNav .active{background:#071a45;color:#fff;box-shadow:0 10px 26px #2864ff40}.v42Device.dark .v42PhoneNav .active{background:#2864ff}.v42AppTop,.v42DashHead{padding:76px 22px 12px}.v42AppTop{display:flex;align-items:flex-end;justify-content:space-between}.v42AppTop b{font-size:29px}.v42AppTop span,.v42DashHead span{color:#8a95aa;font-weight:850}.v42Segment{margin:0 22px 14px;background:#eef3ff;border-radius:18px;padding:4px;display:grid;grid-template-columns:1fr 1fr}.v42Segment b{min-height:42px;border-radius:15px;display:grid;place-items:center;font-weight:950}.v42Segment b:first-child{background:#fff;box-shadow:0 10px 24px #2864ff14}.v42Form{margin:0 18px 20px;background:#fff;border:1px solid var(--v42Line);border-radius:26px;padding:20px;box-shadow:0 22px 70px #2864ff1c}.v42Form h3{font-size:28px;margin:0 0 15px}.v42Form label{display:block;color:#8a95aa;font-size:13px;font-weight:850;margin:12px 0 7px}.v42Field{min-height:48px;border-radius:17px;background:#eef4ff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-weight:850;color:#34415a}.v42Field.big{min-height:76px}.v42Field em{width:34px;height:34px;border-radius:50%;background:var(--v42Navy)}.v42Form button{margin-top:15px;width:100%;border:0;border-radius:18px;background:var(--v42Blue);color:#fff;font-weight:950;font-size:17px;padding:15px}.v42DashHead small{display:block;color:#49dcef;text-transform:uppercase;font-weight:950}.v42DashHead b{display:block;font-size:35px;margin:7px 0 5px}.v42Kpis{display:grid;grid-template-columns:1.12fr 1fr;gap:10px;padding:0 18px}.v42Kpis div{min-height:108px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:15px}.v42Kpis .hot{background:linear-gradient(135deg,#2864ff6b,#22d4ee2e)}.v42Kpis span{display:block;color:#aebde5;font-weight:850}.v42Kpis b{display:block;font-size:27px;margin-top:12px}.v42PhoneChart{margin:14px 18px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:15px}.v42Chart{width:100%;height:155px;display:block;margin-top:8px}.v42Chart .grid{stroke:#ffffff1f}.v42Chart .area{fill:#22d4ee1c}.v42Chart .line{fill:none;stroke:#22d4ee;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600;animation:v42Line 1.8s ease forwards}.v42Chart .forecast{fill:none;stroke:#78a8ff;stroke-width:7;stroke-linecap:round;stroke-dasharray:13 12}.v42Chart circle{fill:#22d4ee;stroke:#071a45;stroke-width:4}@keyframes v42Line{to{stroke-dashoffset:0}}.v42AiText{margin:0 18px 14px;border-radius:25px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:18px}.v42AiText b{font-size:18px;color:#fff}.v42AiText p{margin:6px 0 14px;color:#d8e1ff;line-height:1.42;font-size:14px}.v42PulsePhoneHero{margin:0 18px 12px;border-radius:26px;background:linear-gradient(135deg,#2864ff61,#22d4ee2e);border:1px solid rgba(255,255,255,.14);padding:16px;display:flex;align-items:center;gap:13px}.v42PulseMascot{width:54px;height:72px;border-radius:24px;background:linear-gradient(180deg,#8af5ff,#2864ff 72%,#1737b4);box-shadow:0 0 34px #22d4ee57;display:flex;align-items:center;justify-content:center;gap:8px;flex:none}.v42PulseMascot i{width:8px;height:18px;border-radius:99px;background:#fff;box-shadow:0 0 14px #ffffffb3}.v42PulsePhoneHero b{font-size:22px}.v42PulsePhoneHero p{margin:4px 0 0;color:#d8e1ff;line-height:1.34;font-weight:800}.v42PulseQuestion{margin:0 18px;border-radius:25px;background:#fff;color:var(--v42Ink);padding:18px;box-shadow:0 24px 60px #0003}.v42PulseQuestion small{display:block;text-transform:uppercase;color:var(--v42Blue);font-weight:950;margin-bottom:8px}.v42PulseQuestion b{display:block;font-size:20px;line-height:1.18}.v42PulseQuestion button{width:100%;border:0;border-radius:17px;background:var(--v42Blue);color:#fff;font-weight:950;padding:13px;margin-top:12px}.v42PulseQuestion button.soft{background:#eef4ff;color:var(--v42Ink)}.v42PulseChecklist{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 18px 0}.v42PulseChecklist span{border-radius:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.11);color:#d8e1ff;padding:10px;font-size:12px;font-weight:900;text-align:center}.v42PulseGrid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center;margin-top:26px}.v42PulsePanel{border-radius:34px;background:radial-gradient(circle at 20% 20%,rgba(34,212,238,.28),transparent 34%),linear-gradient(160deg,#071a45,#102f72);color:#fff;padding:28px;min-height:430px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.v42PulsePanel:after{content:"";position:absolute;right:-80px;bottom:-90px;width:250px;height:250px;border-radius:50%;border:34px solid rgba(255,255,255,.08)}.v42PulsePanel .v42PulseMascot{width:82px;height:108px;border-radius:34px}.v42PulsePanel h3{font-size:42px;line-height:1;margin:18px 0 10px}.v42PulsePanel p{color:#dbe7ff;line-height:1.52;font-size:18px;position:relative}.v42PulseAbilityGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v42PulseAbility{border:1px solid var(--v42Line);background:#f7faff;border-radius:24px;padding:18px;min-height:158px}.v42PulseAbility span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#138a43;font-weight:950;margin-bottom:10px}.v42PulseAbility b{display:block;font-size:20px;line-height:1.1}.v42PulseAbility p{margin:8px 0 0;color:var(--v42Muted);line-height:1.42}.v42Section{background:#fff;border:1px solid var(--v42Line);border-radius:34px;padding:38px;margin:18px 0;box-shadow:0 28px 90px #2864ff14}.v42Section.dark{background:linear-gradient(160deg,#071a45,#06102d);border-color:#ffffff1a;color:#fff}.v42Section h2{font-size:54px;line-height:.98;margin:0 0 12px}.v42Lead{font-size:18px;line-height:1.52;color:var(--v42Muted);max-width:820px;margin:0}.v42Section.dark .v42Lead{color:#cbd7ff}.v42LossGrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;margin-top:26px}.v42LossHero{border-radius:32px;background:radial-gradient(circle at 70% 20%,rgba(34,212,238,.28),transparent 34%),linear-gradient(160deg,#071a45,#0b2a68);color:#fff;padding:30px;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.v42LossHero:before{content:"";position:absolute;right:-80px;bottom:-80px;width:260px;height:260px;border-radius:50%;border:34px solid rgba(34,212,238,.14)}.v42LossHero small{color:#9feeff;font-weight:950;text-transform:uppercase}.v42LossHero strong{font-size:118px;line-height:.85;letter-spacing:-6px;position:relative}.v42LossHero p{font-size:18px;line-height:1.45;color:#dbe7ff;position:relative}.v42LossTable{display:grid;gap:10px}.v42LossHeader,.v42LossRow{display:grid;grid-template-columns:1fr 1fr 1.55fr;gap:10px;align-items:center}.v42LossHeader{padding:0 16px 2px;color:#7b879b;font-size:12px;font-weight:950;text-transform:uppercase}.v42LossRow{border:1px solid var(--v42Line);border-radius:24px;background:#f7faff;padding:16px}.v42LossRow b{font-size:22px}.v42LossRow span{color:var(--v42Muted);line-height:1.35}.v42LossRow em{font-style:normal;color:#e5484d;font-weight:950}.v42Benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v42Benefit{background:#f5f8ff;border:1px solid var(--v42Line);border-radius:26px;padding:22px;min-height:210px;position:relative;overflow:hidden}.v42BenefitIcon{width:44px;height:44px;border-radius:16px;background:#fff;display:grid;place-items:center;font-weight:950;color:var(--v42Blue);box-shadow:0 12px 30px #2864ff1a;margin-bottom:14px}.v42Benefit small{display:inline-flex;border-radius:999px;background:#fff;color:var(--v42Blue);font-weight:950;padding:7px 10px;margin-bottom:12px}.v42Benefit b{display:block;font-size:24px;line-height:1.08}.v42Benefit p{color:var(--v42Muted);line-height:1.45;margin:10px 0 0}.v42CompareWrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:18px;align-items:stretch;margin-top:26px}.v42CompareWrap.single{display:block;overflow-x:auto;padding-bottom:4px}.v42OldStack{border-radius:30px;background:#f6f9ff;border:1px solid var(--v42Line);padding:24px;display:grid;gap:14px;align-content:center}.v42Notebook,.v42Excel,.v42RentlyCard{border-radius:24px;padding:18px;border:1px solid var(--v42Line);box-shadow:0 16px 36px #06143a0f}.v42Notebook{background:#fff}.v42Notebook i{display:block;height:12px;margin:10px 0;border-radius:99px;background:#d7deea}.v42Excel{background:linear-gradient(135deg,#e6fff2,#f8fffb)}.v42ExcelGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:10px}.v42ExcelGrid span{height:18px;border-radius:5px;background:#b9ead1}.v42ExcelGrid span:nth-child(odd){background:#d9f7e8}.v42RentlyCard{background:linear-gradient(145deg,#071a45,#123477);color:#fff}.v42RentlyCard b{font-size:23px}.v42CompareTable{border:1px solid var(--v42Line);border-radius:30px;overflow:hidden;background:#fff;min-width:760px}.v42CompareHead,.v42CompareRow{display:grid;grid-template-columns:1.48fr .68fr .68fr .68fr;gap:0}.v42CompareHead{background:#f4f7ff;font-weight:950;color:var(--v42Ink)}.v42CompareHead div,.v42CompareRow div{padding:14px;border-bottom:1px solid var(--v42Line)}.v42CompareHead div:nth-child(n+2){display:flex;align-items:center;justify-content:center;gap:7px}.v42CompareHead div:nth-child(2):before{content:"\270e"}.v42CompareHead div:nth-child(3):before{content:"\25a6";color:#139d65}.v42CompareHead div:nth-child(4):before{content:"\25c6";color:var(--v42Blue)}.v42CompareRow:last-child div{border-bottom:0}.v42CompareRow div:not(:first-child),.v42CompareHead div:not(:first-child){text-align:center}.v42CompareRow div:first-child{font-weight:850;color:#27344e}.v42Mark{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;font-weight:950}.v42Mark.yes{background:#dcfce7;color:#138a43}.v42Mark.no{background:#eef2f7;color:#9aa4b2}.v42Mark.warn{background:#fff7df;color:#b87900}.v42Showcase{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center}.v42AiMachine{position:relative;min-height:520px;border-radius:34px;background:radial-gradient(circle at 20% 20%,rgba(34,212,238,.18),transparent 34%),linear-gradient(160deg,#071a45,#06102d);border:1px solid rgba(255,255,255,.1);padding:28px;overflow:hidden}.v42DataFlow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.v42DataFlow span{border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:9px 10px;text-align:center;color:#cbd7ff;font-weight:850;font-size:12px;animation:v42Pulse 3s ease-in-out infinite}.v42DataFlow span:nth-child(2){animation-delay:.2s}.v42DataFlow span:nth-child(3){animation-delay:.4s}.v42DataFlow span:nth-child(4){animation-delay:.6s}.v42DataFlow span:nth-child(5){animation-delay:.8s}.v42Core{width:132px;height:132px;border-radius:42px;background:linear-gradient(135deg,var(--v42Blue),var(--v42Cyan));display:grid;place-items:center;color:#fff;font-size:36px;font-weight:950;margin:46px auto 24px;box-shadow:0 0 64px #22d4ee59;animation:v42Core 4s ease-in-out infinite;position:relative}.v42Core:before,.v42Core:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.28);inset:-18px;animation:v42Radar 3.6s ease-in-out infinite}.v42Core:after{inset:-34px;animation-delay:.55s}.v42Core span{position:relative;z-index:2}.v42Core em{position:absolute;width:34px;height:34px;border-radius:50%;right:16px;top:16px;background:#fff;color:var(--v42Blue);font-style:normal;display:grid;place-items:center;font-size:15px}.v42Core em:before{content:"\2197"}.v42AiReport{border-radius:26px;background:#fff;color:var(--v42Ink);padding:22px;box-shadow:0 28px 80px #00000038}.v42AiReport b{font-size:24px}.v42AiReport .v42ReportBlock{margin-top:13px}.v42AiReport strong{display:block;color:var(--v42Blue);font-size:15px;margin-bottom:4px}.v42AiReport p{margin:0;color:#59667d;line-height:1.43}.v42Type.typing{border-right:2px solid var(--v42Blue);animation:v42Blink 1s step-end infinite}@keyframes v42Pulse{50%{transform:translateY(-4px);background:#22d4ee2e}}@keyframes v42Core{50%{transform:scale(1.05);box-shadow:0 0 86px #22d4ee7a}}@keyframes v42Radar{50%{transform:scale(1.06);opacity:.55}}@keyframes v42Blink{50%{border-color:transparent}}@keyframes v42Tiny{50%{transform:scale(1.45);opacity:.56}}@keyframes v42Sheen{0%,58%{left:-65%}74%,to{left:125%}}.v42Phones{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.v42Phones .v42Device{width:100%;max-width:318px;margin:auto;border-radius:48px}.v42Phones .v42Screen{border-radius:38px}.v42Phones .v42DashHead{padding-top:64px}.v42Phones .v42Form h3{font-size:24px}.v42Phones .v42Kpis{grid-template-columns:1fr 1fr}.v42Phones .v42Kpis div{min-height:92px}.v42Phones .v42Kpis b{font-size:23px}.v42PriceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.v42Price{min-height:350px;border-radius:30px;border:1px solid var(--v42Line);background:#f7faff;padding:24px;display:flex;flex-direction:column;box-shadow:0 20px 58px #2864ff12}.v42Price.featured{background:radial-gradient(circle at 80% 0%,rgba(34,212,238,.2),transparent 34%),linear-gradient(160deg,#071a45,#102f72);color:#fff}.v42Price small{font-size:12px;color:var(--v42Blue);font-weight:950;text-transform:uppercase}.v42Price.featured small{color:#8be7ff}.v42Price h3{font-size:31px;margin:10px 0}.v42Price strong{font-size:34px}.v42Price p{color:var(--v42Muted);line-height:1.45;margin:10px 0 14px}.v42Price.featured p{color:#cbd7ff}.v42Price ul{padding:0;margin:0;list-style:none;display:grid;gap:9px}.v42Price li:before{content:"\2713";color:var(--v42Mint);font-weight:950;margin-right:8px}.v42Price .v42Btn{margin-top:auto;width:100%;border:0;cursor:pointer}.v42TariffDrawer{display:grid;gap:8px;margin:14px 0 0;max-height:0;opacity:0;overflow:hidden;transition:max-height .36s ease,opacity .26s ease}.v42Price.open .v42TariffDrawer{max-height:260px;opacity:1}.v42TariffOption{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.16);background:#ffffff14;border-radius:18px;padding:12px}.v42TariffOption b{font-size:16px}.v42TariffOption span{color:#cbd7ff;font-weight:850}.v42TariffOption strong{font-size:16px;color:#fff}.v42FaqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.v42Faq{border-radius:24px;border:1px solid var(--v42Line);background:#f7faff;padding:0;overflow:hidden}.v42Faq summary{cursor:pointer;padding:18px 20px;font-weight:950;font-size:19px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.v42Faq summary::-webkit-details-marker{display:none}.v42Faq summary em{font-style:normal;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--v42Blue);display:grid;place-items:center;box-shadow:0 10px 26px #2864ff1a;transition:transform .22s ease}.v42Faq[open] summary em{transform:rotate(45deg)}.v42Faq p{margin:0;padding:0 20px 20px;color:var(--v42Muted);line-height:1.48}.v42Cta{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:linear-gradient(160deg,#071a45,#0e3278);color:#fff;border-radius:34px;padding:44px;margin-top:18px;box-shadow:0 36px 90px #071b4638}.v42Cta h2{font-size:54px;line-height:1;margin:0}.v42Cta p{margin:12px 0 0;color:#cbd7ff;font-size:18px}.v42Footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#788398;font-weight:800;margin-top:28px}.v42Footer a{color:#788398;text-decoration:none}.v42Device,.v42Orbit,.v42Section,.v42Choice{animation:v42Rise .7s ease both}@keyframes v42Rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){body.v42LandingBody *{animation:none!important;transition:none!important}}@media (max-width:980px){.v42Hero,.v42Showcase,.v42CompareWrap,.v42LossGrid,.v42PulseGrid,.v42Cta{grid-template-columns:1fr}.v42Hero h1{font-size:62px}.v42Stage{min-height:680px}.v42Stage .v42Device.dark{right:8%;bottom:0}.v42Benefits{grid-template-columns:1fr 1fr}.v42PriceGrid{grid-template-columns:repeat(3,1fr)}.v42Phones{grid-template-columns:1fr}.v42Section h2,.v42Cta h2{font-size:42px}.v42AiMachine{min-height:560px}.v42LossHero strong{font-size:96px}}@media (max-width:660px){.v42Page{padding:14px 12px 42px}.v42Links a:not(.primary){display:none}.v42Hero{min-height:auto;gap:22px}.v42Hero h1{font-size:43px;line-height:.98}.v42HeroText{font-size:18px}.v42HeroActions .v42Btn{width:100%}.v42Signals,.v42Benefits,.v42PriceGrid,.v42FaqGrid,.v42PulseAbilityGrid{grid-template-columns:1fr}.v42Tabs{grid-template-columns:1fr!important;border-radius:24px}.v42Tabs i{display:none}.v42Tabs button{background:#f3f7ff;margin:2px;color:var(--v42Ink)}.v42Tabs button.active{background:var(--v42Navy);color:#fff}.v42Stage{min-height:650px}.v42Stage .v42Device.dark,.v42Orbit{display:none}.v42Device{width:min(330px,92vw)}.v42Section{border-radius:28px;padding:22px}.v42Section h2,.v42Cta h2{font-size:34px}.v42PulsePanel{padding:24px;min-height:360px}.v42PulsePanel h3{font-size:34px}.v42LossHeader{display:none}.v42LossRow{grid-template-columns:1fr}.v42CompareWrap.single{margin-left:-4px;margin-right:-4px}.v42CompareWrap.single .v42CompareHead,.v42CompareWrap.single .v42CompareRow{grid-template-columns:1.55fr .7fr .7fr .7fr;min-width:720px}.v42CompareWrap.single .v42CompareHead div:nth-child(n+2){display:flex}.v42CompareWrap.single .v42CompareRow div:not(:first-child){text-align:center}.v42CompareWrap.single .v42CompareRow div:not(:first-child):before{display:none}.v42CompareRow div{padding:12px 14px}.v42Phones .v42Device{max-width:330px}.v42AiMachine{padding:20px}.v42DataFlow{grid-template-columns:1fr 1fr}.v42Cta{display:block;padding:30px}.v42LossHero strong{font-size:84px}}.v42Hero h1{max-width:820px}.v42Microcopy{margin:12px 0 0;color:#7b879b;font-weight:850}.v42Signals div{min-height:126px}.v42Signals .sticker{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:14px;background:#eef5ff;display:grid;place-items:center;color:var(--v42Blue);font-weight:950;animation:v42Tiny 3.4s ease-in-out infinite}.v42LossNote{margin:14px 0 0;color:#7b879b;font-weight:850;line-height:1.45}.v42SwipeHint{display:flex;align-items:center;justify-content:flex-end;gap:9px;color:#6f7c93;font-size:13px;font-weight:950;margin:16px 4px 8px}.v42SwipeHint i{width:72px;height:4px;border-radius:999px;background:linear-gradient(90deg,#2864ff26,#2864ffad,#22d4ee3d);position:relative;overflow:hidden}.v42SwipeHint i:after{content:"";position:absolute;inset:0;width:26px;border-radius:999px;background:#fff;opacity:.8;animation:v42Swipe 2.8s ease-in-out infinite}.v42PhoneRail{display:flex;gap:22px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px 8px 34px;scrollbar-width:none}.v42PhoneRail::-webkit-scrollbar{display:none}.v42PhoneRail>.v42Device,.v42StepCard{scroll-snap-align:center}.v42Stage{display:block;min-height:auto;padding:10px 0 18px}.v42Stage .v42PhoneRail{align-items:center}.v42Stage .v42PhoneRail .v42Device.light,.v42Stage .v42PhoneRail .v42Device.dark{position:relative;right:auto;bottom:auto;transform:none;z-index:auto}.v42Stage .v42PhoneRail .v42Device{width:min(360px,86vw)}.v42Stage .v42Orbit{display:none}.v42StepRail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:14px 4px 30px;scrollbar-width:none}.v42StepRail::-webkit-scrollbar{display:none}.v42StepCard{min-width:360px;max-width:380px;position:relative}.v42StepCard .v42Device{width:100%}.v42StepMeta{border:1px solid var(--v42Line);border-radius:26px;background:#f7faff;padding:16px;margin-bottom:14px}.v42StepMeta span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--v42Navy);color:#fff;font-weight:950}.v42StepMeta b{display:block;font-size:22px;margin-top:10px}.v42StepMeta p{margin:6px 0 0;color:var(--v42Muted);line-height:1.42}.v42StepArrow{display:grid;place-items:center;min-width:44px;color:var(--v42Blue);font-size:28px;font-weight:950;scroll-snap-align:center}.v42Benefit{isolation:isolate;transition:transform .28s ease,box-shadow .28s ease}.v42Benefit:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.74) 44%,transparent 72%);transform:translate(-120%);animation:v42CardSweep 6.8s ease-in-out infinite;z-index:-1}.v42Benefit:nth-child(2):after{animation-delay:.5s}.v42Benefit:nth-child(3):after{animation-delay:1s}.v42Benefit:nth-child(4):after{animation-delay:1.5s}.v42Benefit:nth-child(5):after{animation-delay:2s}.v42Benefit:nth-child(6):after{animation-delay:2.5s}.v42Benefit:hover{transform:translateY(-3px);box-shadow:0 24px 64px #2864ff1f}.v42BenefitIcon{animation:v42Float 4.6s ease-in-out infinite}.v42AiMachine{overflow:hidden}.v42AiBuddy{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;border-radius:24px;padding:12px 14px;margin-bottom:16px}.v42AiBuddy span{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,var(--v42Blue),var(--v42Cyan));position:relative;box-shadow:0 0 34px #22d4ee4d}.v42AiBuddy span:before,.v42AiBuddy span:after{content:"";position:absolute;top:16px;width:8px;height:8px;border-radius:50%;background:#fff}.v42AiBuddy span:before{left:14px}.v42AiBuddy span:after{right:14px}.v42AiBuddy b{display:block}.v42AiBuddy em{display:block;color:#b8c8f8;font-style:normal;font-weight:850;font-size:13px}.v42AiDone{display:inline-flex;margin-top:14px;padding:10px 13px;border-radius:999px;background:#e8fff3;color:#0f8f54;font-weight:950;opacity:0;transform:translateY(8px);transition:opacity .26s ease,transform .26s ease}.v42AiDone.show{opacity:1;transform:translateY(0)}.v42PriceGrid{align-items:stretch}.v42Price{height:100%}.v42FaqGrid{align-items:start}.v42Faq summary em:before{content:"\2304";font-size:18px}.v42Faq summary em{font-size:0}.v42Faq[open] summary em{transform:rotate(180deg)}@keyframes v42Swipe{0%,25%{transform:translate(-20px)}70%,to{transform:translate(72px)}}@keyframes v42CardSweep{0%,52%{transform:translate(-120%)}66%,to{transform:translate(120%)}}@keyframes v42Float{50%{transform:translateY(-4px) scale(1.03)}}@media (max-width:980px){.v42Stage .v42PhoneRail .v42Device{width:min(340px,82vw)}.v42PriceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.v42StepCard{min-width:340px}.v42Tabs{min-width:760px}.v42Choice{overflow:hidden}.v42Choice .v42Tabs{overflow:visible}.v42Choice{position:relative}.v42Tabs{display:grid}}@media (max-width:660px){.v42Stage{min-height:auto}.v42Stage .v42Device.dark{display:block}.v42Stage .v42PhoneRail .v42Device{width:min(318px,82vw)}.v42PhoneRail{padding-left:0;padding-right:0}.v42StepCard{min-width:min(318px,82vw)}.v42StepArrow{min-width:28px;font-size:22px}.v42Tabs{min-width:640px;grid-template-columns:repeat(var(--v42Count),1fr)!important;border-radius:999px}.v42Tabs i{display:block}.v42Tabs button{background:transparent;margin:0;color:#5f6d86}.v42Tabs button.active{background:transparent;color:#fff}.v42Choice{overflow-x:auto}.v42ChoiceHead{display:block}.v42ChoiceHead span{display:block;margin-top:5px}.v42Signals div{min-height:108px}.v42Signals b{font-size:20px}.v42CompareWrap.single:before{content:"\41b\438\441\442\430\439\442\435  \442\430\431\43b\438\446\443  \2192";display:block;margin:0 4px 10px;color:#6f7c93;font-weight:950}.v42PriceGrid{grid-template-columns:1fr}.v42SwipeHint{justify-content:flex-start}.v42Hero h1{font-size:42px}.v42Microcopy{font-size:14px}}.v42Page{overflow-x:hidden}.v42Hero>*{min-width:0}.v42Hero h1,.v42HeroText,.v42HeroActions,.v42Signals,.v42Choice,.v42Audience{max-width:100%;box-sizing:border-box}.v42HeroActions .v42Btn{justify-content:center;text-align:center}@media (max-width:660px){.v42Hero{grid-template-columns:minmax(0,1fr)!important}.v42Hero h1{font-size:38px!important;line-height:1!important}.v42HeroText{font-size:17px!important}.v42HeroActions{display:grid!important;grid-template-columns:1fr;width:100%}.v42HeroActions .v42Btn{width:100%;min-width:0}.v42Stage,.v42PhoneRail{max-width:100%;box-sizing:border-box}.v42PhoneRail{margin-left:0;margin-right:0}}.v42Signals .v42Signal{min-height:132px;padding:18px 72px 18px 18px}.v42Signals .v42Signal:before,.v42Signals .v42Signal:after{content:none!important}.v42Signals .v42Signal b{padding-right:0}.v42ClockIcon,.v42AiIcon,.v42Signal>.v42MiniPulse{position:absolute;right:16px;top:16px}.v42ClockIcon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--v42Blue);font-weight:950;background:#f4f8ff;box-shadow:0 16px 36px #2864ff1f;animation:v42Float 4.6s ease-in-out infinite}.v42ClockIcon b{font-size:22px!important;padding:0!important;position:relative;z-index:2}.v42ClockIcon i{position:absolute;left:50%;top:50%;width:2px;height:8px;border-radius:99px;background:#2864ff47;transform:rotate(calc(var(--i)*30deg)) translateY(-22px);transform-origin:center 22px;animation:v42ClockTick 1.9s linear infinite;animation-delay:calc(var(--i)*-.13s)}.v42AiIcon{width:48px;height:48px;border-radius:17px;background:linear-gradient(135deg,var(--v42Blue),var(--v42Cyan));color:#fff;display:grid;place-items:center;font-size:16px;font-weight:950;box-shadow:0 0 34px #22d4ee4d;animation:v42AiGlow 3.2s ease-in-out infinite}.v42MiniPulse{width:48px;height:58px;border-radius:22px;background:linear-gradient(180deg,#8af5ff,#2f72ff 62%,#1737b4);box-shadow:0 0 32px #22d4ee47;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px;position:relative;flex:none;animation:v42PulseBody 4.6s ease-in-out infinite}.v42MiniPulse i{width:7px;height:18px;border-radius:99px;background:#fff;box-shadow:0 0 14px #ffffffb8;animation:v42PulseEye 7.4s ease-in-out infinite}.v42MiniPulse i:nth-child(2){animation-delay:.08s}.v42MiniPulse.signal{width:42px;height:52px}.v42MiniPulse.nav{width:18px!important;height:20px!important;border-radius:9px!important;gap:3px;box-shadow:0 0 16px #22d4ee3d}.v42MiniPulse.nav i{width:3px!important;height:7px!important}.v42MiniPulse.compare{width:28px!important;height:32px!important;border-radius:13px!important;gap:4px}.v42MiniPulse.compare i{width:4px!important;height:10px!important}@keyframes v42ClockTick{0%,to{background:#2864ff2e;height:7px}30%{background:var(--v42Blue);height:12px}}@keyframes v42AiGlow{50%{transform:scale(1.08);box-shadow:0 0 44px #22d4ee8a}}@keyframes v42PulseBody{50%{transform:translateY(-2px) scale(1.04)}}@keyframes v42PulseEye{0%,18%,to{transform:translate(0) scaleY(1) rotate(0)}22%,30%{transform:translate(3px) scaleY(1) rotate(0)}36%,42%{transform:translate(-3px) scaleY(1) rotate(0)}55%,58%{transform:translate(0) scaleY(.08) rotate(0)}70%,76%{height:8px;border-radius:99px 99px 6px 6px;transform:translate(0) scaleY(.72) rotate(18deg)}}.v42Audience{margin-top:26px;background:#fff;border:1px solid var(--v42Line);border-radius:32px;padding:18px;box-shadow:0 28px 90px #2864ff1a}.v42AudienceHead{display:flex;justify-content:space-between;gap:14px;align-items:flex-end;margin-bottom:14px}.v42AudienceHead b{font-size:23px}.v42AudienceHead span{color:var(--v42Muted);font-weight:850;text-align:right}.v42AudienceGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.v42AudienceCard{border:1px solid var(--v42Line);border-radius:22px;background:linear-gradient(180deg,#f9fbff,#fff);padding:14px;min-height:148px;overflow:hidden}.v42AudienceCard b{display:block;font-size:16px;line-height:1.12;margin-top:10px}.v42AudienceCard p{margin:6px 0 0;color:var(--v42Muted);font-size:12px;line-height:1.35;font-weight:800}.v42AudienceIcon{height:48px;border-radius:18px;background:#edf4ff;display:flex;align-items:flex-end;gap:4px;padding:8px;position:relative}.v42AudienceIcon i{display:block;background:linear-gradient(180deg,#fff,#dbe8ff);border:1px solid rgba(40,100,255,.12);box-shadow:0 10px 22px #2864ff1a}.v42AudienceIcon.apartments i{width:18px;height:30px;border-radius:5px}.v42AudienceIcon.apartments i:nth-child(2){height:38px}.v42AudienceIcon.apartments i:nth-child(3){height:24px}.v42AudienceIcon.house i{width:34px;height:28px;border-radius:8px}.v42AudienceIcon.house i:nth-child(1){position:absolute;width:30px;height:30px;left:15px;top:8px;transform:rotate(45deg);border-radius:6px}.v42AudienceIcon.house i:nth-child(n+2){display:none}.v42AudienceIcon.resort i{width:22px;height:24px;border-radius:8px}.v42AudienceIcon.resort i:nth-child(2){height:34px}.v42AudienceIcon.hotel i{width:34px;height:38px;border-radius:8px}.v42AudienceIcon.hotel i:nth-child(2),.v42AudienceIcon.hotel i:nth-child(3){width:7px;height:7px;border-radius:2px;position:absolute;top:14px}.v42AudienceIcon.hotel i:nth-child(2){left:22px}.v42AudienceIcon.hotel i:nth-child(3){left:34px}.v42AudienceIcon.mixed i{width:18px;height:22px;border-radius:7px}.v42AudienceIcon.mixed i:nth-child(2){width:24px;height:32px}.v42AudienceIcon.mixed i:nth-child(3){width:14px;height:38px}.v42PhoneNav span{gap:2px}.v42PhoneNav .v42NavIcon{font-size:0!important;width:18px;height:18px;border-radius:7px;display:grid;place-items:center;position:relative;color:inherit}.v42NavIcon:before,.v42NavIcon:after,.v42NavIcon i:before,.v42NavIcon i:after{content:"";position:absolute;display:block}.v42NavIcon.ops{border:2px solid currentColor}.v42NavIcon.ops i:before{width:8px;height:4px;border:2px solid currentColor;border-radius:3px;left:3px;top:5px}.v42NavIcon.rooms:before{width:14px;height:12px;border:2px solid currentColor;border-top:0;border-radius:0 0 3px 3px;left:2px;bottom:2px}.v42NavIcon.rooms:after{width:12px;height:12px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);left:3px;top:0}.v42NavIcon.dash i,.v42NavIcon.dash:before,.v42NavIcon.dash:after{bottom:2px;width:3px;border-radius:99px;background:currentColor}.v42NavIcon.dash i{height:11px;left:3px}.v42NavIcon.dash:before{height:16px;left:8px}.v42NavIcon.dash:after{height:8px;left:13px}.v42NavIcon.settings{border:2px solid currentColor;border-radius:50%}.v42NavIcon.settings:before{width:4px;height:4px;border-radius:50%;background:currentColor;left:5px;top:5px}.v42PhoneNav .active .v42MiniPulse.nav{background:linear-gradient(180deg,#9bfbff,#fff 50%,#59a2ff)}.v42PulseMascot{padding:0}.v42PulseMascot>.v42MiniPulse{width:100%;height:100%;border-radius:inherit;background:transparent;box-shadow:none}.v42PulseMascot>.v42MiniPulse i{width:8px;height:18px}.v42PulsePanel .v42PulseMascot>.v42MiniPulse i{width:10px;height:22px}.v42FieldCheck{width:30px;height:30px;border-radius:50%;background:#dcfce7;color:#128447;display:grid;place-items:center;font-weight:950;opacity:0;transform:scale(.6);animation:v42CheckIn 4.8s ease-in-out infinite}.v42CategoryField strong{font-size:12px;border-radius:999px;background:#fff;color:var(--v42Blue);padding:7px 9px;opacity:0;transform:translateY(6px);animation:v42CategoryIn 4.8s ease-in-out infinite}.v42FlowForm button{position:relative;overflow:hidden}.v42FlowForm button span,.v42FlowForm button em{display:block;transition:opacity .24s ease,transform .24s ease}.v42FlowForm button em{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;opacity:0;transform:translateY(12px)}.v42FlowForm button{animation:v42ButtonPulse 4.8s ease-in-out infinite}.v42FlowKpis b{animation:v42NumberPop 4.8s ease-in-out infinite}.v42FlowKpis div:nth-child(2) b{animation-delay:.18s}.v42FlowKpis div:nth-child(3) b{animation-delay:.36s}.v42FlowKpis div:nth-child(4) b{animation-delay:.54s}@keyframes v42CheckIn{0%,28%,to{opacity:0;transform:scale(.6)}40%,76%{opacity:1;transform:scale(1)}}@keyframes v42CategoryIn{0%,34%,to{opacity:0;transform:translateY(6px)}46%,78%{opacity:1;transform:translateY(0)}}@keyframes v42ButtonPulse{0%,42%,to{box-shadow:none}52%,72%{box-shadow:0 0 0 6px #2864ff21}}@keyframes v42NumberPop{0%,38%,to{transform:none}48%,70%{transform:scale(1.08)}}.v42FlowForm button span{animation:v42ButtonText 4.8s ease-in-out infinite}.v42FlowForm button em{animation:v42ButtonDone 4.8s ease-in-out infinite}@keyframes v42ButtonText{0%,46%,to{opacity:1;transform:translateY(0)}55%,76%{opacity:0;transform:translateY(-12px)}}@keyframes v42ButtonDone{0%,46%,to{opacity:0;transform:translateY(12px)}55%,76%{opacity:1;transform:translateY(0)}}.v42FlowSection{margin-top:0;overflow:hidden}.v42StoryDemo{--story-duration:7.2s;margin-top:28px}.v42StoryProgress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-width:560px;margin:0 auto 18px}.v42StoryProgress span{height:6px;border-radius:999px;background:#e7eefc;overflow:hidden}.v42StoryProgress i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--v42Blue),var(--v42Cyan))}.v42StoryProgress span.is-done i{width:100%}.v42StoryProgress span.is-active i{animation:v42StoryFill var(--story-duration) linear forwards}.v42StoryViewport{height:990px;position:relative;overflow:hidden;margin:0 auto;display:grid;place-items:start center}.v42StoryCard{position:absolute;top:0;left:50%;width:390px;opacity:0;pointer-events:none;transform:translate(-50%) scale(.78);transition:transform .78s cubic-bezier(.16,1,.3,1),opacity .48s ease,filter .48s ease;filter:saturate(.82) blur(.2px)}.v42StoryCard.is-active{opacity:1;pointer-events:auto;transform:translate(-50%) scale(1);filter:none;z-index:4}.v42StoryCard.is-prev{opacity:.42;transform:translate(calc(-50% - 350px)) scale(.86);z-index:2}.v42StoryCard.is-next{opacity:.42;transform:translate(calc(-50% + 350px)) scale(.86);z-index:2}.v42StoryCard.is-far{opacity:0;transform:translate(-50%) scale(.74);z-index:1}.v42StoryCard .v42Device{width:360px;margin:0 auto}.v42StoryMeta{border:1px solid var(--v42Line);border-radius:26px;background:#f7faff;padding:16px;margin:0 auto 14px;width:360px}.v42StoryMeta span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--v42Navy);color:#fff;font-weight:950}.v42StoryMeta b{display:block;font-size:22px;line-height:1.08;margin-top:10px}.v42StoryMeta p{margin:6px 0 0;color:var(--v42Muted);line-height:1.42}.v42StoryScreen{position:relative;height:100%;overflow:hidden}.v42StoryScreen .v42AppTop.compact{padding:74px 22px 8px}.v42Tap{position:absolute;width:48px;height:48px;border-radius:50%;background:#ffffffb8;border:2px solid rgba(40,100,255,.36);box-shadow:0 0 #2864ff47;opacity:0;z-index:8;pointer-events:none}.v42StoryCard.is-playing .v42Tap{animation:v42Tap .58s ease-out both}.tap-expense{left:78px;top:142px;animation-delay:.35s!important}.tap-category{right:40px;top:306px;animation-delay:1.05s!important}.tap-salary{left:55px;top:378px;animation-delay:1.9s!important}.tap-type{left:58px;top:544px;animation-delay:4.45s!important}.tap-add{left:156px;top:651px;animation-delay:5.35s!important}.tap-pulse-tab{left:158px;bottom:18px;animation-delay:.35s!important}.tap-pulse-q1{left:142px;top:518px;animation-delay:2.25s!important}.tap-pulse-q2{left:142px;top:560px;animation-delay:4.55s!important}.tap-ai{left:132px;top:170px;animation-delay:.72s!important}@keyframes v42Tap{0%{opacity:0;transform:scale(.55);box-shadow:0 0 #2864ff47}35%{opacity:1}to{opacity:0;transform:scale(1.2);box-shadow:0 0 0 22px #2864ff00}}@keyframes v42StoryFill{to{width:100%}}.v42OpsCard{margin:0 18px 18px;border:1px solid var(--v42Line);border-radius:26px;background:#fff;padding:18px;box-shadow:0 22px 70px #2864ff1a;position:relative}.v42OpsCard h3{font-size:26px;line-height:1.05;margin:0 0 12px}.v42OpsCard label{display:block;color:#8a95aa;font-size:12px;font-weight:900;margin:10px 0 6px}.v42OpsCard .v42Field{min-height:44px}.v42OpsCategory b,.v42TypedField span,.v42AmountField span{opacity:0}.v42OpsCategory>span{transition:opacity .24s ease}.v42StoryCard.is-playing .v42OpsCategory>span{animation:v42FadeOut .2s 2.1s forwards}.v42StoryCard.is-playing .v42OpsCategory b{animation:v42FadeIn .25s 2.1s forwards}.v42Dropdown{position:absolute;left:18px;right:18px;top:126px;border-radius:18px;background:#fff;border:1px solid var(--v42Line);box-shadow:0 22px 56px #06143a24;padding:8px;display:grid;gap:4px;opacity:0;transform:translateY(-8px) scale(.98);z-index:4}.v42Dropdown span{padding:9px 11px;border-radius:12px;font-weight:900;color:#26344f}.v42Dropdown span:first-child{background:#edf4ff;color:var(--v42Blue)}.v42StoryCard.is-playing .v42Dropdown{animation:v42Drop .95s 1.2s ease both}.v42StoryCard.is-playing .v42TypedField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal 1.15s steps(19) 2.75s forwards}.v42StoryCard.is-playing .v42AmountField span{display:inline-block;white-space:nowrap;overflow:hidden;animation:v42TextReveal .72s steps(8) 3.85s forwards}.v42TypePick{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v42TypePick span{min-height:40px;border-radius:15px;background:#eef4ff;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:950;color:#3c4962;border:1px solid transparent}.v42StoryCard.is-playing .v42TypePick span:first-child{animation:v42TypePick .4s 4.6s forwards}.v42OpsCard button{margin-top:13px;width:100%;border:0;border-radius:17px;background:var(--v42Blue);color:#fff;font-weight:950;font-size:15px;padding:14px;position:relative;overflow:hidden}.v42OpsCard button em{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;opacity:0;transform:translateY(12px)}.v42StoryCard.is-playing .v42OpsCard button span{animation:v42ButtonText 7.2s ease-in-out forwards}.v42StoryCard.is-playing .v42OpsCard button em{animation:v42ButtonDone 7.2s ease-in-out forwards}@keyframes v42Drop{0%{opacity:0;transform:translateY(-8px) scale(.98)}22%,72%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-5px) scale(.98)}}@keyframes v42FadeOut{to{opacity:0}}@keyframes v42FadeIn{to{opacity:1}}@keyframes v42TextReveal{0%{opacity:1;width:0}to{opacity:1;width:100%}}@keyframes v42TypePick{to{background:#071a45;color:#fff;border-color:#071a45;box-shadow:0 12px 24px #071a4529}}.v42PulseStory .v42DashHead{padding-bottom:8px}.v42PulseStoryTop{margin:0 18px 12px;border-radius:24px;background:linear-gradient(135deg,#2864ff61,#22d4ee2e);border:1px solid rgba(255,255,255,.14);padding:13px;display:flex;align-items:center;gap:12px}.v42PulseStoryTop .v42PulseMascot{width:48px;height:58px;border-radius:20px}.v42PulseStoryTop b{font-size:20px}.v42PulseStoryTop p{margin:4px 0 0;color:#d8e1ff;font-weight:850;line-height:1.3}.v42PulseAsk,.v42PulseDone{position:absolute;left:18px;right:18px;top:306px;border-radius:24px;background:#fff;color:var(--v42Ink);padding:17px;box-shadow:0 22px 64px #0000002e;opacity:0;transform:translate(22px)}.v42PulseAsk small{display:block;color:var(--v42Blue);text-transform:uppercase;font-weight:950;margin-bottom:8px}.v42PulseAsk b,.v42PulseDone b{display:block;font-size:19px;line-height:1.18}.v42PulseAsk button{width:100%;border:0;border-radius:16px;background:var(--v42Blue);color:#fff;font-weight:950;padding:12px;margin-top:12px}.v42PulseAsk button.soft{background:#eef4ff;color:var(--v42Ink)}.v42PulseDone{text-align:left}.v42PulseDone p{margin:8px 0 0;color:#59667d;line-height:1.4;font-weight:800}.v42StoryCard.is-playing .v42PulseAsk.q1{animation:v42PulseQ1 7.2s ease forwards}.v42StoryCard.is-playing .v42PulseAsk.q2{animation:v42PulseQ2 7.2s ease forwards}.v42StoryCard.is-playing .v42PulseDone{animation:v42PulseDone 7.2s ease forwards}.v42PulseStory~.v42PhoneNav span:nth-child(3):after{content:"2";position:absolute;right:9px;top:2px;width:16px;height:16px;border-radius:50%;background:#f43f5e;color:#fff;font-size:10px;font-weight:950;display:grid;place-items:center}.v42StoryCard.is-playing .v42PulseStory~.v42PhoneNav span:nth-child(3):after{animation:v42BadgeFlow 7.2s step-end forwards}@keyframes v42PulseQ1{0%,10%{opacity:0;transform:translate(22px)}16%,42%{opacity:1;transform:translate(0)}50%,to{opacity:0;transform:translate(-22px)}}@keyframes v42PulseQ2{0%,46%{opacity:0;transform:translate(22px)}54%,75%{opacity:1;transform:translate(0)}83%,to{opacity:0;transform:translate(-22px)}}@keyframes v42PulseDone{0%,78%{opacity:0;transform:translateY(14px)}88%,to{opacity:1;transform:translateY(0)}}@keyframes v42BadgeFlow{0%,47%{content:"2";opacity:1}48%,80%{content:"1";opacity:1}81%,to{content:"";opacity:0}}.v42DashStory .v42DashHead{padding-bottom:10px}.v42DashScroll{padding:0 18px 92px;display:grid;gap:12px;transform:translateY(0)}.v42StoryCard.is-playing .v42DashScroll{animation:v42DashAutoScroll 7.2s ease-in-out forwards}.v42DashStory .v42Kpis{padding:0;grid-template-columns:1fr 1fr}.v42DashStory .v42Kpis div{min-height:92px}.v42DashStory .v42Kpis b{font-size:23px}.v42DashPanel{border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:14px;color:#fff}.v42DashPanel b{display:block;margin-bottom:8px}.v42DashMiniGrid{display:grid;gap:8px}.v42DashMiniGrid div{border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);padding:12px}.v42DashMiniGrid b{display:block}.v42DashMiniGrid span{display:block;color:#aebde5;font-weight:850;font-size:12px;margin:3px 0 8px}.v42DashMiniGrid i{display:block;height:7px;border-radius:99px;background:linear-gradient(90deg,var(--v42Blue),var(--v42Cyan));width:var(--w)}.v42DashPanel.split{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}.v42DashPanel .pie{display:block;width:86px;height:86px;border-radius:50%;background:conic-gradient(var(--v42Cyan) 0 38%,var(--v42Blue) 38% 72%,rgba(255,255,255,.18) 72% 100%);margin:auto}.v42DashPanel p{margin:0;color:#cbd7ff;font-weight:850;line-height:1.38}.v42DashPanel.aiHint{background:linear-gradient(135deg,#2864ff5c,#22d4ee1f)}@keyframes v42DashAutoScroll{0%,16%{transform:translateY(0)}52%,68%{transform:translateY(-230px)}to{transform:translateY(-370px)}}.v42AiStory .v42DashHead{padding-bottom:12px}.v42AiGenerate{margin:0 18px;width:calc(100% - 36px);border:0;border-radius:18px;background:var(--v42Blue);color:#fff;font-weight:950;padding:14px;box-shadow:0 18px 38px #2864ff47}.v42AiLoader{margin:14px 18px 0;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);display:flex;gap:10px;align-items:center;padding:12px;color:#cbd7ff;font-weight:900;opacity:0}.v42AiLoader i{width:18px;height:18px;border-radius:50%;border:3px solid rgba(255,255,255,.22);border-top-color:#22d4ee;animation:v42Spin 1s linear infinite}.v42AiStoryReport{margin:14px 18px 0;border-radius:24px;background:#fff;color:var(--v42Ink);padding:17px;box-shadow:0 24px 64px #0003;opacity:0;transform:translateY(10px)}.v42AiStoryReport b{display:block;color:var(--v42Blue);font-size:14px;margin:10px 0 4px}.v42AiStoryReport b:first-child{margin-top:0}.v42AiStoryReport p{margin:0;color:#59667d;line-height:1.35;font-weight:850}.v42AiStoryReport span{display:inline-block;white-space:nowrap;overflow:hidden;width:0;max-width:100%;vertical-align:bottom}.v42StoryCard.is-playing .v42AiLoader{animation:v42LoaderShow 7.2s ease forwards}.v42StoryCard.is-playing .v42AiStoryReport{animation:v42ReportShow .45s 2s ease forwards}.v42StoryCard.is-playing .v42AiStoryReport span{animation:v42AiType 1.05s steps(var(--chars)) forwards;animation-delay:var(--d,2.3s)}@keyframes v42LoaderShow{0%,10%{opacity:0}18%,36%{opacity:1}44%,to{opacity:0}}@keyframes v42ReportShow{to{opacity:1;transform:translateY(0)}}@keyframes v42AiType{to{width:100%}}@keyframes v42Spin{to{transform:rotate(360deg)}}.v45StoryDemo{--story-duration:13s;position:relative;touch-action:pan-y;cursor:pointer;user-select:none}.v45StoryDemo .v42StoryViewport{height:920px}.v45StoryDemo .v42StoryCard.is-prev,.v45StoryDemo .v42StoryCard.is-next{pointer-events:auto;cursor:pointer}.v45StoryDemo .v42StoryCard.is-prev{opacity:.26}.v45StoryDemo .v42StoryCard.is-next{opacity:.36}.v45StoryDemo .v42StoryCard.is-active{cursor:pointer}.v45Device{box-shadow:0 42px 104px #06143a3d}.v45Device .v42Screen{padding-bottom:0}.v45StoryDemo.is-paused .v42StoryPlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.v45StoryDemo.is-paused .v42StoryProgress span.is-active i,.v45StoryDemo.is-paused .v45StoryCard.is-playing .v45StoryScreen *{animation-play-state:paused!important}.v45StoryNav{width:min(560px,100%);margin:16px auto 0;border:1px solid rgba(6,20,58,.08);border-radius:28px;background:#fffffff0;box-shadow:0 24px 70px #2864ff1f;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding:7px;backdrop-filter:blur(16px)}.v45StoryNav span{height:62px;border-radius:22px;display:grid;place-items:center;gap:2px;color:#727f97;font-weight:950;font-size:11px;position:relative;transition:background .28s ease,color .28s ease,transform .28s ease,box-shadow .28s ease}.v45StoryNav span.active{background:#071a45;color:#fff;box-shadow:0 14px 34px #2864ff42;transform:translateY(-2px)}.v45StoryNav em{font-style:normal;font-size:10px;line-height:1.05}.v45StoryNav .v42NavIcon{font-size:0!important;width:18px;height:18px;border-radius:7px;display:grid;place-items:center;position:relative;color:inherit}.v45StoryNav .v42MiniPulse.nav{width:18px!important;height:20px!important;border-radius:9px!important}.v45StoryNav span.active .v42MiniPulse.nav{background:linear-gradient(180deg,#9bfbff,#fff 50%,#59a2ff)}.v45StoryNav [data-v45-nav=pulse] .v45Badge{position:absolute;right:13px;top:7px;width:19px;height:19px;border-radius:50%;background:#f43f5e;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:950;box-shadow:0 8px 18px #f43f5e47}.v45StoryDemo[data-pulse-badge="0"] .v45Badge{display:none}.v45StoryScreen{height:100%;position:relative;overflow:hidden}.v45Tap{position:absolute;width:48px;height:48px;border-radius:50%;background:#ffffffd6;border:2px solid rgba(40,100,255,.42);box-shadow:0 0 #2864ff3d;opacity:0;z-index:12;pointer-events:none}.v45StoryDemo .tap-expense{left:78px;top:142px}.v45StoryDemo .tap-category{right:38px;top:305px}.v45StoryDemo .tap-salary{left:55px;top:378px}.v45StoryDemo .tap-description{right:42px;top:428px}.v45StoryDemo .tap-amount{right:42px;top:514px}.v45StoryDemo .tap-type{left:58px;top:546px}.v45StoryDemo .tap-add{left:156px;top:652px}.v45StoryDemo .tap-pulse-q1{left:142px;top:520px}.v45StoryDemo .tap-pulse-q2{left:142px;top:560px}.v45StoryDemo .tap-pulse-q3{left:130px;top:592px}.v45StoryDemo .tap-ai{left:132px;top:170px}.v45StoryDemo .tap-ai-deep{left:128px;top:648px}@keyframes v45TapPulse{0%{opacity:0;transform:scale(.58);box-shadow:0 0 #2864ff40}35%{opacity:1}to{opacity:0;transform:scale(1.2);box-shadow:0 0 0 22px #2864ff00}}.v45OpsCard{margin:0 18px;border:1px solid var(--v42Line);border-radius:26px;background:#fff;padding:18px;box-shadow:0 22px 70px #2864ff1a;position:relative}.v45OpsCard h3{font-size:26px;line-height:1.05;margin:0 0 12px}.v45OpsCard label{display:block;color:#8a95aa;font-size:12px;font-weight:900;margin:10px 0 6px}.v45OpsCard .v42Field{min-height:44px}.v45Category b,.v45Description span,.v45Amount span,.v45AddExpense em{opacity:0}.v45Dropdown{position:absolute;left:18px;right:18px;top:126px;border-radius:18px;background:#fff;border:1px solid var(--v42Line);box-shadow:0 22px 56px #06143a24;padding:8px;display:grid;gap:4px;opacity:0;transform:translateY(-8px) scale(.98);z-index:5;transition:opacity .25s ease,transform .25s ease}.v45Dropdown span{padding:9px 11px;border-radius:12px;font-weight:900;color:#26344f}.v45Dropdown span:first-child{background:#edf4ff;color:var(--v42Blue)}.v45TypePick{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v45TypePick span{min-height:40px;border-radius:15px;background:#eef4ff;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:950;color:#3c4962;border:1px solid transparent}.v45AddExpense{margin-top:13px;width:100%;border:0;border-radius:17px;background:var(--v42Blue);color:#fff;font-weight:950;font-size:15px;padding:14px;position:relative;overflow:hidden}.v45AddExpense em{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;transform:translateY(12px)}.v45s-expense-focus .v45OpsSegment b:first-child,.v45s-category-focus .v45Category,.v45s-desc-focus .v45Description,.v45s-amount-focus .v45Amount,.v45s-type-focus .v45TypePick span:first-child,.v45s-add-focus .v45AddExpense{animation:v45Focus 1.05s ease both}.v45s-expense-tap .tap-expense,.v45s-category-tap .tap-category,.v45s-salary-tap .tap-salary,.v45s-desc-tap .tap-description,.v45s-amount-tap .tap-amount,.v45s-type-tap .tap-type,.v45s-add-tap .tap-add{animation:v45TapPulse .62s ease-out both}.v45s-dropdown .v45Dropdown,.v45s-salary-focus .v45Dropdown,.v45s-salary-tap .v45Dropdown{opacity:1;transform:translateY(0) scale(1)}.v45s-salary-focus .v45Dropdown span:first-child,.v45s-salary-tap .v45Dropdown span:first-child{animation:v45FocusList 1.05s ease both}.v45s-category-picked .v45Category>span{opacity:0}.v45s-category-picked .v45Category b{opacity:1}.v45s-desc-filled .v45Description span,.v45s-amount-filled .v45Amount span{opacity:1;display:inline-block;white-space:nowrap;overflow:hidden}.v45s-desc-type .v45Description span{animation:v45TypeText 1.45s steps(19) both}.v45s-amount-type .v45Amount span{animation:v45TypeText 1.05s steps(8) both}.v45s-type-picked .v45TypePick span:first-child{background:#071a45;color:#fff;border-color:#071a45}.v45s-added .v45AddExpense span{opacity:0;transform:translateY(-12px)}.v45s-added .v45AddExpense em{opacity:1;transform:translateY(0)}@keyframes v45Focus{0%,to{box-shadow:none;transform:none}18%,82%{background:#fff2b8!important;color:#071a45!important;box-shadow:0 0 0 5px #ffd5608a,0 18px 38px #ffd56033;transform:scale(1.025)}}@keyframes v45FocusList{0%,to{background:#edf4ff;color:var(--v42Blue)}18%,82%{background:#fff2b8;color:#071a45;box-shadow:inset 0 0 0 2px #f5b42352}}@keyframes v45TypeText{0%{width:0;opacity:1}to{width:100%;opacity:1}}.v45PulseHero{margin:0 18px 12px;border-radius:24px;background:linear-gradient(135deg,#2864ff61,#22d4ee2e);border:1px solid rgba(255,255,255,.14);padding:13px;display:flex;align-items:center;gap:12px}.v45PulseHero .v42PulseMascot{width:48px;height:58px;border-radius:20px}.v45PulseHero b{font-size:20px}.v45PulseHero p{margin:4px 0 0;color:#d8e1ff;font-weight:850;line-height:1.3}.v45PulseAsk,.v45PulseDone{position:absolute;left:18px;right:18px;top:306px;border-radius:24px;background:#fff;color:var(--v42Ink);padding:17px;box-shadow:0 22px 64px #0000002e;opacity:0;transform:translate(22px);transition:opacity .35s ease,transform .35s ease}.v45PulseAsk small{display:block;color:var(--v42Blue);text-transform:uppercase;font-weight:950;margin-bottom:8px}.v45PulseAsk b,.v45PulseDone b{display:block;font-size:19px;line-height:1.18}.v45PulseAsk button{width:100%;border:0;border-radius:16px;background:var(--v42Blue);color:#fff;font-weight:950;padding:12px;margin-top:12px}.v45PulseAsk button.soft{background:#eef4ff;color:var(--v42Ink)}.v45PulseDone p{margin:8px 0 0;color:#59667d;line-height:1.4;font-weight:800}.v45s-q1-show .v45PulseAsk.q1,.v45s-q1-focus .v45PulseAsk.q1,.v45s-q1-tap .v45PulseAsk.q1,.v45s-q2-show .v45PulseAsk.q2,.v45s-q2-focus .v45PulseAsk.q2,.v45s-q2-tap .v45PulseAsk.q2,.v45s-q3-show .v45PulseAsk.q3,.v45s-q3-focus .v45PulseAsk.q3,.v45s-q3-tap .v45PulseAsk.q3{opacity:1;transform:translate(0)}.v45s-pulse-done .v45PulseDone{opacity:1;transform:translateY(0)}.v45s-q1-focus .v45PulseAsk.q1 button:first-of-type,.v45s-q2-focus .v45PulseAsk.q2 button:last-child,.v45s-q3-focus .v45PulseAsk.q3 button.soft{animation:v45Focus .95s ease both}.v45s-q1-tap .tap-pulse-q1,.v45s-q2-tap .tap-pulse-q2,.v45s-q3-tap .tap-pulse-q3{animation:v45TapPulse .62s ease-out both}.v45DashStory .v42DashHead{padding:76px 18px 8px}.v45DashScroll{height:100%;display:grid;gap:12px;padding:0 16px 120px;transform:translateY(0)}.v45StoryCard.is-playing .v45DashScroll{animation:v45DashboardMove 15s cubic-bezier(.45,0,.18,1) forwards}.v45DashBoardGrid{display:grid;gap:12px}.v45DashPanel{border-radius:22px;background:#ffffff16;border:1px solid rgba(255,255,255,.12);padding:14px;color:#fff;overflow:hidden}.v45DashPanel b{display:block;margin-bottom:8px;font-size:17px}.v45DashPanel.hero{background:linear-gradient(135deg,#2864ff5c,#22d4ee1f)}.v45LineChart{width:100%;height:150px}.v45LineChart .grid{stroke:#ffffff1f}.v45LineChart .area{fill:#22d4ee1f}.v45LineChart .line{fill:none;stroke:#22d4ee;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:560;stroke-dashoffset:560;animation:v45LineDraw 3.8s ease forwards}.v45LineChart circle{fill:#8cf7ff}.v45Bars{height:158px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:end}.v45Bars span{height:100%;display:grid;align-items:end;gap:8px}.v45Bars i{display:block;height:var(--h);border-radius:14px 14px 8px 8px;background:linear-gradient(180deg,#8cf7ff,#2864ff);transform-origin:bottom;animation:v45BarGrow 3.6s ease forwards}.v45Bars b{text-align:center;color:#cbd7ff;font-size:11px}.v45Donut{width:150px;height:150px;margin:4px auto;border-radius:50%;background:conic-gradient(#22d4ee 0 0,#2864ff 0 0,#fff2b8 0 0,#ffffff29 0 100%);animation:v45DonutFill 4.2s ease forwards;position:relative}.v45Donut:after{content:"";position:absolute;inset:34px;border-radius:50%;background:#071a45}.v45MiniLine{width:100%;height:86px}.v45MiniLine path{fill:none;stroke:#22d4ee;stroke-width:7;stroke-linecap:round;stroke-dasharray:260;stroke-dashoffset:260;animation:v45LineDraw 3.6s ease forwards}.v45MiniLine.blue path{stroke:#78a8ff}.v45DashPanel.service p{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:4px 0 0}.v45DashPanel.service span{border-radius:12px;background:#ffffff14;padding:8px;text-align:center;color:#dbe6ff;font-weight:900;font-size:12px}.v45Heat{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.v45Heat i{height:28px;border-radius:9px;background:#ffffff24;animation:v45Heat 3.8s ease forwards}.v45DashPanel.compare div{display:grid;gap:12px}.v45DashPanel.compare span{display:block;height:16px;width:var(--w);border-radius:99px;background:linear-gradient(90deg,var(--v42Blue),var(--v42Cyan));transform-origin:left;animation:v45ScaleX 3.2s ease forwards}.v45DashPanel.insight p,.v45DashPanel.aiHint p{color:#d5e0ff;font-weight:850;line-height:1.45;margin:0}.v45DashPanel.aiHint{background:linear-gradient(135deg,#2864ff52,#22d4ee1f)}@keyframes v45DashboardMove{0%,10%{transform:translateY(0)}32%{transform:translateY(-220px)}55%{transform:translateY(-455px)}78%{transform:translateY(-690px)}to{transform:translateY(-840px)}}@keyframes v45LineDraw{to{stroke-dashoffset:0}}@keyframes v45BarGrow{0%{transform:scaleY(.08)}to{transform:scaleY(1)}}@keyframes v45ScaleX{0%{transform:scaleX(.12)}to{transform:scaleX(1)}}@keyframes v45DonutFill{0%{background:conic-gradient(#22d4ee 0 0,#2864ff 0 0,#fff2b8 0 0,#ffffff29 0 100%)}to{background:conic-gradient(#22d4ee 0 34%,#2864ff 34% 72%,#fff2b8 72% 84%,#ffffff29 84% 100%)}}@keyframes v45Heat{50%,to{background:linear-gradient(135deg,#22d4eeb8,#2864ff8a)}}.v45AiGenerate{margin:0 18px;width:calc(100% - 36px);border:0;border-radius:18px;background:var(--v42Blue);color:#fff;font-weight:950;padding:14px;box-shadow:0 18px 38px #2864ff47}.v45AiLoader{margin:14px 18px 0;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);display:flex;gap:10px;align-items:center;padding:12px;color:#cbd7ff;font-weight:900;opacity:0}.v45AiLoader i{width:18px;height:18px;border-radius:50%;border:3px solid rgba(255,255,255,.22);border-top-color:#22d4ee;animation:v42Spin 1s linear infinite}.v45AiReport{margin:14px 18px 0;border-radius:24px;background:#fff;color:var(--v42Ink);padding:17px;box-shadow:0 24px 64px #0003;opacity:0;transform:translateY(10px);transition:opacity .32s ease,transform .32s ease}.v45AiReport b{display:block;color:var(--v42Blue);font-size:14px;margin-bottom:8px}.v45AiReport p{margin:8px 0;color:#59667d;line-height:1.35;font-weight:850;opacity:0;transform:translateY(8px)}.v45AiReport button{margin-top:10px;width:100%;border:0;border-radius:16px;background:#071a45;color:#fff;font-weight:950;padding:12px;opacity:0}.v45AiReport em{display:block;margin-top:10px;color:var(--v42Blue);font-style:normal;font-weight:950;opacity:0}.v45s-ai-focus .v45AiGenerate{animation:v45Focus .95s ease both}.v45s-ai-tap .tap-ai,.v45s-ai-deep-tap .tap-ai-deep{animation:v45TapPulse .62s ease-out both}.v45s-ai-loading .v45AiLoader{opacity:1}.v45s-ai-report .v45AiReport,.v45s-ai-l1 .v45AiReport,.v45s-ai-l2 .v45AiReport,.v45s-ai-l3 .v45AiReport,.v45s-ai-l4 .v45AiReport,.v45s-ai-button .v45AiReport,.v45s-ai-deep .v45AiReport,.v45s-ai-l1 .v45AiReport .l1,.v45s-ai-l2 .v45AiReport .l1,.v45s-ai-l2 .v45AiReport .l2,.v45s-ai-l3 .v45AiReport .l1,.v45s-ai-l3 .v45AiReport .l2,.v45s-ai-l3 .v45AiReport .l3,.v45s-ai-l4 .v45AiReport p,.v45s-ai-button .v45AiReport p,.v45s-ai-deep .v45AiReport p{opacity:1;transform:translateY(0)}.v45s-ai-button .v45AiReport button,.v45s-ai-deep .v45AiReport button{opacity:1}.v45s-ai-button .v45AiReport button{animation:v45Focus .95s ease both}.v45s-ai-deep .v45AiReport em{opacity:1}@media (max-width:980px){.v42StoryViewport{height:920px}.v42StoryCard.is-prev{transform:translate(calc(-50% - 300px)) scale(.84)}.v42StoryCard.is-next{transform:translate(calc(-50% + 300px)) scale(.84)}.v45StoryDemo .v42StoryViewport{height:890px}.v45StoryNav{width:min(520px,100%)}}@media (max-width:660px){.v42StoryViewport{height:830px;margin-left:-22px;margin-right:-22px}.v42StoryCard,.v42StoryMeta,.v42StoryCard .v42Device{width:318px}.v42StoryCard.is-prev{opacity:.34;transform:translate(calc(-50% - 246px)) scale(.82)}.v42StoryCard.is-next{opacity:.34;transform:translate(calc(-50% + 246px)) scale(.82)}.v42StoryMeta{padding:13px}.v42StoryMeta b{font-size:19px}.v42StoryMeta p{font-size:14px}.v42OpsCard h3{font-size:23px}.v42Tap{width:42px;height:42px}.tap-add{left:136px}.tap-pulse-q1,.tap-pulse-q2{left:124px}.tap-ai{left:112px}.v42DashPanel.split{grid-template-columns:1fr}.v42AiStoryReport{padding:14px}.v42AiStoryReport p{font-size:13px}.v45StoryDemo .v42StoryViewport{height:835px}.v45StoryDemo .v42StoryCard,.v45StoryDemo .v42StoryMeta,.v45StoryDemo .v42StoryCard .v42Device{width:318px}.v45StoryNav{grid-template-columns:repeat(5,1fr);gap:3px;padding:5px;border-radius:24px}.v45StoryNav span{height:56px;border-radius:19px}.v45OpsCard h3{font-size:23px}.v45DashPanel{padding:12px}.v45LineChart{height:128px}.v45Bars{height:136px}.v45Donut{width:126px;height:126px}.v45Tap{width:42px;height:42px}.v45StoryDemo .tap-add{left:136px}.v45StoryDemo .tap-pulse-q1,.v45StoryDemo .tap-pulse-q2,.v45StoryDemo .tap-pulse-q3{left:124px}.v45StoryDemo .tap-ai,.v45StoryDemo .tap-ai-deep{left:112px}}.v45StoryNav span{justify-items:center;align-content:center;text-align:center}.v45LucideIcon{width:23px;height:23px;display:block;overflow:visible}.v45StoryNav [data-v45-nav=settings] .v45LucideIcon{transform:translate(0)}.v45StoryNav .v42MiniPulse.nav{width:34px!important;height:34px!important;border-radius:999px!important;background:radial-gradient(circle at 32% 28%,#7dd3fc 0 18%,#2563ff 46%,#061642)!important;box-shadow:0 10px 24px #2563eb4d,inset 0 1px #ffffff6b!important;gap:4px!important}.v45StoryNav .v42MiniPulse.nav i{width:5px!important;height:7px!important;border-radius:99px!important;background:#fff!important}.v45StoryNav [data-v45-nav=pulse] .v45Badge{right:20px;top:8px;width:20px;height:20px;min-width:20px;padding:0;border-radius:999px;font-family:var(--v42Font);font-size:11px;font-weight:950;line-height:20px;text-align:center;font-variant-numeric:tabular-nums}.v45PulseHero .v42PulseMascot{width:54px;height:54px;border-radius:999px;background:radial-gradient(circle at 32% 28%,#7dd3fc 0 18%,#2563ff 46%,#061642);box-shadow:0 14px 30px #2563eb57,inset 0 1px #ffffff6b}.v45PulseHero .v42PulseMascot>.v42MiniPulse{width:100%!important;height:100%!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}.v45StoryScreen:after{content:"";position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;background:#ffffffeb;border:2px solid rgba(40,100,255,.42);box-shadow:0 12px 28px #06143a2e,0 0 0 5px #2864ff1a;opacity:0;z-index:16;pointer-events:none;transform:translate(var(--cx,0),var(--cy,0));transition:transform .24s cubic-bezier(.16,1,.3,1),opacity .12s ease}.v45StoryCard[class*=v45s-] .v45StoryScreen:after{opacity:1}.v45StoryDemo .v45Tap{width:34px;height:34px;background:#ffffffd1;border-color:#2864ff5c}.v45StoryDemo .tap-expense{left:77px;top:118px}.v45StoryDemo .tap-category{left:250px;top:252px}.v45StoryDemo .tap-salary{left:54px;top:298px}.v45StoryDemo .tap-description{left:245px;top:368px}.v45StoryDemo .tap-amount{left:245px;top:456px}.v45StoryDemo .tap-type{left:62px;top:544px}.v45StoryDemo .tap-add{left:150px;top:617px}.v45StoryDemo .tap-pulse-q1{left:156px;top:488px}.v45StoryDemo .tap-pulse-q2{left:158px;top:530px}.v45StoryDemo .tap-pulse-q3{left:162px;top:622px}.v45StoryDemo .tap-ai{left:134px;top:165px}.v45StoryDemo .tap-ai-deep{left:126px;top:646px}.v45s-expense-focus .v45StoryScreen:after,.v45s-expense-tap .v45StoryScreen:after{--cx:79px;--cy:120px}.v45s-category-focus .v45StoryScreen:after,.v45s-category-tap .v45StoryScreen:after,.v45s-dropdown .v45StoryScreen:after{--cx:252px;--cy:254px}.v45s-salary-focus .v45StoryScreen:after,.v45s-salary-tap .v45StoryScreen:after{--cx:56px;--cy:300px}.v45s-desc-focus .v45StoryScreen:after,.v45s-desc-tap .v45StoryScreen:after{--cx:247px;--cy:370px}.v45s-amount-focus .v45StoryScreen:after,.v45s-amount-tap .v45StoryScreen:after{--cx:247px;--cy:458px}.v45s-type-focus .v45StoryScreen:after,.v45s-type-tap .v45StoryScreen:after{--cx:64px;--cy:546px}.v45s-add-focus .v45StoryScreen:after,.v45s-add-tap .v45StoryScreen:after,.v45s-added .v45StoryScreen:after{--cx:152px;--cy:619px}.v45s-q1-focus .v45StoryScreen:after,.v45s-q1-tap .v45StoryScreen:after{--cx:158px;--cy:490px}.v45s-q2-focus .v45StoryScreen:after,.v45s-q2-tap .v45StoryScreen:after{--cx:160px;--cy:532px}.v45s-q3-focus .v45StoryScreen:after,.v45s-q3-tap .v45StoryScreen:after{--cx:164px;--cy:624px}.v45s-ai-focus .v45StoryScreen:after,.v45s-ai-tap .v45StoryScreen:after{--cx:136px;--cy:167px}.v45s-ai-button .v45StoryScreen:after,.v45s-ai-deep-tap .v45StoryScreen:after,.v45s-ai-deep .v45StoryScreen:after{--cx:128px;--cy:648px}.v45StoryDemo .v45StoryCard[class*=v45s-] .v45StoryScreen:after{opacity:0}.v45s-expense-focus .v45StoryScreen:after,.v45s-expense-tap .v45StoryScreen:after,.v45s-category-focus .v45StoryScreen:after,.v45s-category-tap .v45StoryScreen:after,.v45s-salary-focus .v45StoryScreen:after,.v45s-salary-tap .v45StoryScreen:after,.v45s-desc-focus .v45StoryScreen:after,.v45s-desc-tap .v45StoryScreen:after,.v45s-amount-focus .v45StoryScreen:after,.v45s-amount-tap .v45StoryScreen:after,.v45s-type-focus .v45StoryScreen:after,.v45s-type-tap .v45StoryScreen:after,.v45s-add-focus .v45StoryScreen:after,.v45s-add-tap .v45StoryScreen:after,.v45s-q1-focus .v45StoryScreen:after,.v45s-q1-tap .v45StoryScreen:after,.v45s-q2-focus .v45StoryScreen:after,.v45s-q2-tap .v45StoryScreen:after,.v45s-q3-focus .v45StoryScreen:after,.v45s-q3-tap .v45StoryScreen:after,.v45s-ai-focus .v45StoryScreen:after,.v45s-ai-tap .v45StoryScreen:after,.v45s-ai-button .v45StoryScreen:after,.v45s-ai-deep-tap .v45StoryScreen:after{opacity:1!important}.v45StoryDemo .v45s-expense-focus .v45OpsSegment b:first-child,.v45StoryDemo .v45s-category-focus .v45Category,.v45StoryDemo .v45s-desc-focus .v45Description,.v45StoryDemo .v45s-amount-focus .v45Amount,.v45StoryDemo .v45s-type-focus .v45TypePick span:first-child,.v45StoryDemo .v45s-add-focus .v45AddExpense,.v45StoryDemo .v45s-salary-focus .v45Dropdown span:first-child,.v45StoryDemo .v45s-q1-focus .v45PulseAsk.q1 button:first-of-type,.v45StoryDemo .v45s-q2-focus .v45PulseAsk.q2 button:last-child,.v45StoryDemo .v45s-q3-focus .v45PulseAsk.q3 button.soft,.v45StoryDemo .v45s-ai-focus .v45AiGenerate,.v45StoryDemo .v45s-ai-button .v45AiReport button{animation:none!important;box-shadow:none!important;transform:none!important}.v45PulseProgress{margin:13px 0 2px;display:grid;gap:7px}.v45PulseProgress span{height:9px;border-radius:999px;background:#e8effc;overflow:hidden}.v45PulseProgress i{display:block;width:60%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#8df7c1)}.v45PulseProgress em{font-style:normal;color:#647089;font-weight:900;font-size:13px}.v45PulseDone{padding-left:82px;background:linear-gradient(180deg,#fff,#f7fff9)!important;border:1px solid rgba(34,197,94,.22)}.v45PulseDone:before{content:"\2713";position:absolute;left:20px;top:21px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#fff;font-size:28px;font-weight:950;box-shadow:0 16px 32px #22c55e47}.v45PulseDone b{color:#128447}.v45PulseDone p{color:#445168}.v45StoryDemo .v45s-category-picked .v45Dropdown{opacity:0!important;transform:translateY(-5px) scale(.98)!important;pointer-events:none}.v45StoryDemo .v45s-dropdown .v45Dropdown,.v45StoryDemo .v45s-salary-focus .v45Dropdown,.v45StoryDemo .v45s-salary-tap .v45Dropdown{opacity:1!important}.v45StoryCard.is-playing .v45DashScroll{animation-duration:10s!important}.v45AiLoader{min-height:48px}.v45AiLoader span{display:none}.v45s-ai-loading .v45AiLoader,.v45s-ai-report .v45AiLoader,.v45s-ai-l1 .v45AiLoader,.v45s-ai-l2 .v45AiLoader,.v45s-ai-l3 .v45AiLoader,.v45s-ai-l4 .v45AiLoader{opacity:1}.v45s-ai-loading .v45AiLoader .m1,.v45s-ai-report .v45AiLoader .m1,.v45s-ai-l1 .v45AiLoader .m2,.v45s-ai-l2 .v45AiLoader .m3,.v45s-ai-l3 .v45AiLoader .m4,.v45s-ai-l4 .v45AiLoader .m4{display:inline}.v45s-ai-button .v45AiLoader,.v45s-ai-deep .v45AiLoader{opacity:0}.v45s-ai-report .v45AiReport,.v45s-ai-l1 .v45AiReport,.v45s-ai-l2 .v45AiReport,.v45s-ai-l3 .v45AiReport,.v45s-ai-l4 .v45AiReport{margin-top:10px}@keyframes v45DashboardMove{0%,8%{transform:translateY(0)}30%{transform:translateY(-170px)}52%{transform:translateY(-335px)}75%{transform:translateY(-500px)}to{transform:translateY(-640px)}}@media (max-width:660px){.v45LucideIcon{width:22px;height:22px}.v45StoryNav [data-v45-nav=pulse] .v45Badge{right:16px;top:7px}.v45StoryDemo .tap-category{left:222px}.v45s-category-focus .v45StoryScreen:after,.v45s-category-tap .v45StoryScreen:after,.v45s-dropdown .v45StoryScreen:after{--cx:224px}.v45StoryDemo .tap-description,.v45StoryDemo .tap-amount{left:216px}.v45s-desc-focus .v45StoryScreen:after,.v45s-desc-tap .v45StoryScreen:after{--cx:218px}.v45s-amount-focus .v45StoryScreen:after,.v45s-amount-tap .v45StoryScreen:after{--cx:218px}.v45StoryDemo .tap-pulse-q3{left:128px}.v45s-q3-focus .v45StoryScreen:after,.v45s-q3-tap .v45StoryScreen:after{--cx:130px}}.v42CompareHead div:nth-child(2):before,.v42CompareHead div:nth-child(3):before,.v42CompareHead div:nth-child(4):before{content:none!important}.v42CompareHead div:nth-child(n+2){gap:9px}.v42CompareIcon{width:30px;height:30px;border-radius:11px;display:inline-grid;place-items:center;position:relative;flex:none}.v42CompareIcon.notebook{background:#f4f1ff;border:1px solid #ded7ff}.v42CompareIcon.notebook:before{content:"";position:absolute;width:17px;height:22px;border-radius:4px;background:#fff;border:2px solid #7b6fc6;left:6px;top:4px;box-shadow:inset 4px 0 #7b6fc624}.v42CompareIcon.notebook:after{content:"";position:absolute;width:14px;height:3px;border-radius:99px;background:#7b6fc6;transform:rotate(42deg);right:2px;bottom:5px}.v42CompareIcon.excel{background:#e6fff2;border:1px solid #b9ead1}.v42CompareIcon.excel:before{content:"";position:absolute;inset:6px;border-radius:4px;background:#23a565;box-shadow:inset 8px 0 #14834e}.v42CompareIcon.excel:after{content:"";position:absolute;left:11px;right:7px;top:12px;height:2px;background:#bff5d7;box-shadow:0 5px #bff5d7,5px -3px #bff5d7}.v42CompareIcon.rently{background:#eef5ff;border:1px solid rgba(40,100,255,.16)}.v42PulseAbility{border-radius:22px;border:1px solid var(--v42Line);background:#f7faff;overflow:hidden;min-height:0}.v42PulseAbility summary{list-style:none;cursor:pointer;padding:17px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.v42PulseAbility summary::-webkit-details-marker{display:none}.v42PulseAbility summary span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#138a43;font-weight:950}.v42PulseAbility summary b{font-size:20px;line-height:1.1}.v42PulseAbility summary em{width:28px;height:28px;border-radius:50%;background:#fff;box-shadow:0 10px 24px #2864ff1a;position:relative}.v42PulseAbility summary em:before{content:"\2304";position:absolute;inset:0;display:grid;place-items:center;color:var(--v42Blue);font-style:normal;font-weight:950}.v42PulseAbility[open] summary em{transform:rotate(180deg)}.v42PulseAbility p{margin:0;padding:0 17px 17px 59px;color:var(--v42Muted);line-height:1.46}.v42Signals .v42Signal{padding-right:92px}.v42Signals .v42Signal:before,.v42Signals .v42Signal:after{display:none!important}.v42ClockIcon,.v42AiIcon,.v42Signal .v42MiniPulse.signal{position:absolute;right:16px;top:16px;width:58px;height:58px;border-radius:999px}.v42ClockIcon{display:grid;place-items:center;background:linear-gradient(180deg,#f8fbff,#eef5ff);border:1px solid rgba(40,100,255,.12);box-shadow:0 16px 34px #2864ff1f}.v42ClockIcon b{font-size:18px!important;padding:0!important;position:relative;z-index:2}.v42ClockIcon i{position:absolute;left:50%;top:50%;width:2px;height:7px;border-radius:99px;background:#8aa7e8;transform:translate(-50%,-50%) rotate(calc(var(--i)*30deg)) translateY(-22px);transform-origin:center}.v42ClockIcon:after{content:"";position:absolute;left:50%;top:50%;width:2px;height:22px;border-radius:99px;background:linear-gradient(180deg,var(--v42Blue),var(--v42Cyan));transform-origin:50% 100%;animation:v42ClockHand 8s linear infinite}.v42AiIcon{display:grid;place-items:center;background:linear-gradient(135deg,#2864ff,#22d4ee);color:#fff!important;font-size:18px;font-weight:950;box-shadow:0 16px 34px #2864ff38}.v42Signal .v42MiniPulse.signal{display:inline-flex!important;align-items:center;justify-content:center;gap:5px;background:radial-gradient(circle at 32% 28%,#8af5ff 0 18%,#2864ff 48%,#061642)!important;box-shadow:0 16px 34px #2563eb42,inset 0 1px #ffffff70!important}.v42Signal .v42MiniPulse.signal i{width:7px!important;height:12px!important;border-radius:999px!important;background:#fff!important}.v42Iconoir{width:38px;height:38px;display:block;color:var(--v42Blue)}.v42AudienceIcon{height:58px;border-radius:20px;background:linear-gradient(180deg,#eef5ff,#f8fbff)!important;display:grid!important;place-items:center!important;padding:0!important;align-items:center!important}.v42AudienceIcon i{display:none!important}.v42AudienceIcon.resort .v42Iconoir{color:#0f9f7a}.v42AudienceIcon.hotel .v42Iconoir{color:#4758d6}.v42AudienceIcon.mixed .v42Iconoir{color:#0f7abf}.v42AudienceCard{transition:transform .24s ease,box-shadow .24s ease}.v42AudienceCard:hover{transform:translateY(-2px);box-shadow:0 18px 48px #2864ff1a}.v42MiniPulse,.pulseNavMascot,.pulseBigMascot,.v42PulseMascot{border-radius:999px!important}.v42MiniPulse,.pulseNavMascot,.pulseBigMascot{overflow:hidden}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{transition:transform .12s ease,height .12s ease;border-radius:999px;transform-origin:center}.pulse-look-left i,.pulse-look-left span{transform:translate(-3px)}.pulse-look-right i,.pulse-look-right span{transform:translate(3px)}.pulse-blink i,.pulse-blink span{transform:scaleY(.16)!important}.pulse-smile i,.pulse-smile span{height:4px!important;transform:translateY(3px) rotate(7deg)}.pulse-smile i:first-child,.pulse-smile span:first-child{transform:translateY(3px) rotate(-7deg)}.v42PulseMascot>.v42MiniPulse{width:100%!important;height:100%!important;background:transparent!important;box-shadow:none!important}.v42PulsePanel .v42PulseMascot{width:82px!important;height:82px!important}.v42PulsePhoneHero .v42PulseMascot,.v42PulseStoryTop .v42PulseMascot,.v45PulseHero .v42PulseMascot{width:56px!important;height:56px!important;background:radial-gradient(circle at 32% 28%,#8af5ff 0 18%,#2864ff 48%,#061642)!important}.v45StoryCaption{max-width:620px;margin:0 auto 16px;border:1px solid rgba(40,100,255,.12);border-radius:999px;background:#ffffffeb;box-shadow:0 16px 42px #2864ff14;padding:12px 16px;text-align:center;color:#263553;font-weight:950;line-height:1.25}.v45StoryDemo .v45Device{aspect-ratio:auto;height:740px;overflow:hidden}.v45StoryDemo .v42StoryCard.is-active{transform:translate(-50%) scale(.94)}.v45StoryDemo .v42StoryCard.is-prev{transform:translate(calc(-50% - 320px)) scale(.78)}.v45StoryDemo .v42StoryCard.is-next{transform:translate(calc(-50% + 320px)) scale(.78)}.v45StoryNav [data-v45-nav=pulse] .v45Badge{left:calc(50% + 17px)!important;right:auto!important;top:2px!important;transform:none}.v45StoryNav [data-v45-nav=settings]{justify-items:center}.v45StoryNav [data-v45-nav=settings] .v45LucideIcon{margin-inline:auto}@keyframes v42ClockHand{0%{transform:translate(-50%,-100%) rotate(0)}to{transform:translate(-50%,-100%) rotate(360deg)}}@media (max-width:660px){.v45StoryCaption{border-radius:20px;margin-bottom:12px;text-align:left;font-size:14px}.v45StoryDemo .v42StoryViewport{height:655px!important;margin-left:-12px!important;margin-right:-12px!important}.v45StoryDemo .v42StoryCard,.v45StoryDemo .v42StoryMeta,.v45StoryDemo .v42StoryCard .v42Device{width:318px!important}.v45StoryDemo .v42StoryCard.is-active{transform:translate(-50%) scale(.8)!important}.v45StoryDemo .v42StoryCard.is-prev{opacity:.24!important;transform:translate(calc(-50% - 205px)) scale(.7)!important}.v45StoryDemo .v42StoryCard.is-next{opacity:.3!important;transform:translate(calc(-50% + 205px)) scale(.7)!important}.v45StoryDemo .v42StoryMeta{padding:12px!important;margin-bottom:10px!important}.v45StoryDemo .v45Device{height:635px!important}.v45StoryNav{margin-top:4px!important;width:100%!important}.v45StoryNav span{height:52px!important}.v45StoryNav [data-v45-nav=pulse] .v45Badge{left:calc(50% + 15px)!important;top:0!important}.v42Signals .v42Signal{padding-right:84px!important}.v42ClockIcon,.v42AiIcon,.v42Signal .v42MiniPulse.signal{width:54px;height:54px;right:14px;top:14px}.v42AudienceIcon{width:58px;height:58px}.v42Iconoir{width:36px;height:36px}}@media (max-width:980px){.v42Hero>.v42Stage{display:none}.v42AudienceGrid{grid-template-columns:repeat(3,1fr)}.v42Signals{grid-template-columns:1fr 1fr 1fr}}@media (max-width:660px){.v42Signals{grid-template-columns:1fr}.v42Signals .v42Signal{padding-right:68px}.v42AudienceHead{display:block}.v42AudienceHead span{display:block;text-align:left;margin-top:4px}.v42AudienceGrid{grid-template-columns:1fr}.v42AudienceCard{min-height:auto;display:grid;grid-template-columns:64px 1fr;column-gap:12px;align-items:center}.v42AudienceCard p{grid-column:2}.v42AudienceIcon{grid-row:1 / span 2}.v42PulseAbility p{padding-left:17px}.v42CompareIcon{width:26px;height:26px}.v42CompareHead div:nth-child(n+2){font-size:13px}}@media (max-width:660px){.v45StoryDemo{margin-top:18px!important}.v45StoryDemo .v42StoryProgress{margin-bottom:10px!important}.v45StoryCaption{padding:10px 12px!important;margin-bottom:10px!important;font-size:13px!important}.v45StoryDemo .v42StoryMeta{display:grid!important;grid-template-columns:34px 1fr!important;gap:6px 9px!important;align-items:center!important;padding:11px!important;margin-bottom:8px!important}.v45StoryDemo .v42StoryMeta b{font-size:18px!important;margin-top:0!important}.v45StoryDemo .v42StoryMeta p{display:none!important}.v45StoryDemo .v42StoryViewport{height:610px!important}.v45StoryDemo .v45Device{height:600px!important}.v45StoryNav{transform:translateY(-10px)!important}}.v42AiProofs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;max-width:620px}.v42AiProofs span{border:1px solid rgba(255,255,255,.16);background:#ffffff17;border-radius:18px;padding:12px 14px;color:#fff;font-weight:950;line-height:1.25}.v42AiProofs span:before{content:"\2713";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#22d4ee29;color:#8cf7ff;margin-right:8px}.v42Price.trial .v42Btn.blue{background:#fff!important;border-color:#fff!important;color:#071a45!important}.v42Price:not(.featured) .v42TariffOption{border-color:var(--v42Line);background:#fff}.v42Price:not(.featured) .v42TariffOption span{color:var(--v42Muted)}.v42Price:not(.featured) .v42TariffOption strong{color:var(--v42Ink)}.v42AiIcon{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;padding:0!important}.v42ClockIcon b{display:none!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{transition:transform .07s steps(1,end),height .07s steps(1,end)!important;rotate:0deg!important}.pulse-look-left i,.pulse-look-left span{transform:translate(-3px)!important}.pulse-look-right i,.pulse-look-right span{transform:translate(3px)!important}.pulse-blink i,.pulse-blink span{transform:scaleY(.04)!important}.v42BenefitIcon .v42Iconoir{width:25px;height:25px}.v42AudienceIcon.house .v42Iconoir{color:#2864ff}.v42AudienceIcon.hotel .v42Iconoir{color:#3450c8}.v42PulseQuestion{font-size:30px;line-height:1.05;margin:0 0 16px;color:var(--v42Ink)}.v42PulseAbility summary{padding:13px 15px!important;min-height:74px}.v42PulseAbility summary b{font-size:18px!important}.v42PulseAbility summary span{width:28px!important;height:28px!important}.v42PulseAbility summary em{width:24px!important;height:24px!important}.v42PulseAbility p{font-size:14px;line-height:1.4!important;padding:0 15px 15px 55px!important}.v42LossHero{background:radial-gradient(circle at 72% 22%,rgba(255,196,130,.3),transparent 35%),linear-gradient(155deg,#3b0711,#8f1d2d 55%,#e5484d)!important}.v42LossHero:before{border-color:#ffffff29!important}.v42LossHero small{color:#ffd6d6!important}.v42LossHero strong{font-size:86px!important;letter-spacing:-4px!important;max-width:620px}.v42LossHero p{color:#ffe9e9!important}.v45AiReport p strong{color:#061432;font-weight:950}.v42ShowcaseClean{align-items:start}.v42AiMachineClean{min-height:0!important;padding:28px!important;display:grid;gap:22px;align-content:center}.v42AiMachineClean .v42Core{margin:0 auto}.v42AiMachineClean .v42AiReport{margin:0}.v42AiMachineClean .v42ReportBlock:nth-child(n+4){display:none}.v42ShowcaseClean .v42Lead{max-width:620px}.v46PatchLoaded{display:contents}.v42Signals .v42Signal{background:linear-gradient(180deg,#fff,#f1f7ff)!important;border-color:#2864ff24!important}.v42Signals .v42Signal.time{background:linear-gradient(135deg,#fff,#eef6ff 68%,#e7f3ff)!important}.v42Signals .v42Signal.pulse{background:linear-gradient(135deg,#fff,#eef8ff 58%,#e9fbff)!important}.v42Signals .v42Signal.ai{background:linear-gradient(135deg,#fff,#eef7ff 54%,#e8fff9)!important}.v42Signals .v42Signal{box-shadow:0 18px 46px #2864ff1a!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{animation:none!important;rotate:0deg!important;transform-origin:center center!important;transition:transform .22s ease,height .08s linear!important}.pulse-blink i,.pulse-blink span{transform:scaleY(.06)!important}.pulse-smile i,.pulse-smile span{height:inherit!important;transform:none!important;rotate:0deg!important}.v42LossHero{isolation:isolate}.v42LossHero:after{content:"";position:absolute;right:16px;top:42px;width:74%;height:56%;opacity:.22;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 220'%3E%3Cpath d='M20 54 C100 56 130 84 190 102 C260 123 310 148 410 168' fill='none' stroke='white' stroke-width='22' stroke-linecap='round' stroke-linejoin='round' opacity='.9'/%3E%3Cpath d='M365 135 L414 170 L355 182' fill='none' stroke='white' stroke-width='18' stroke-linecap='round' stroke-linejoin='round' opacity='.9'/%3E%3C/svg%3E") center/contain no-repeat;pointer-events:none;z-index:0}.v45StoryDemo .v45s-expense-tap .v45OpsSegment b:first-child,.v45StoryDemo .v45s-category-tap .v45Category,.v45StoryDemo .v45s-salary-tap .v45Dropdown span:first-child,.v45StoryDemo .v45s-desc-tap .v45Description,.v45StoryDemo .v45s-amount-tap .v45Amount,.v45StoryDemo .v45s-type-tap .v45TypePick span:first-child,.v45StoryDemo .v45s-add-tap .v45AddExpense,.v45StoryDemo .v45s-q1-tap .v45PulseAsk.q1 button:first-of-type,.v45StoryDemo .v45s-q2-tap .v45PulseAsk.q2 button:last-child,.v45StoryDemo .v45s-q3-tap .v45PulseAsk.q3 button.soft,.v45StoryDemo .v45s-ai-tap .v45AiGenerate,.v45StoryDemo .v45s-ai-deep-tap .v45AiReport button{animation:v46Press .42s ease both!important}@keyframes v46Press{0%,to{filter:none;transform:none}45%{filter:brightness(.88) saturate(1.06);transform:scale(.965)}}.v45AiLoader{height:54px!important;min-height:54px!important;position:relative;display:grid!important;grid-template-columns:22px 1fr;align-items:center;overflow:hidden}.v45AiLoader span{display:block!important;position:absolute;left:44px;right:12px;top:50%;transform:translateY(-50%);opacity:0;white-space:normal;line-height:1.15}.v45AiLoader i{grid-column:1;grid-row:1}.v45s-ai-loading .v45AiLoader .m1,.v45s-ai-report .v45AiLoader .m1,.v45s-ai-l1 .v45AiLoader .m2,.v45s-ai-l2 .v45AiLoader .m3,.v45s-ai-l3 .v45AiLoader .m4,.v45s-ai-l4 .v45AiLoader .m4,.v45s-ai-l5 .v45AiLoader .m4,.v45s-ai-l6 .v45AiLoader .m4{opacity:1}.v45s-ai-done .v45AiLoader,.v45s-ai-button .v45AiLoader,.v45s-ai-deep .v45AiLoader{opacity:1!important}.v45s-ai-done .v45AiLoader i,.v45s-ai-button .v45AiLoader i,.v45s-ai-deep .v45AiLoader i{border-color:#22c55e!important;background:#22c55e!important;animation:none!important;position:relative}.v45s-ai-done .v45AiLoader i:after,.v45s-ai-button .v45AiLoader i:after,.v45s-ai-deep .v45AiLoader i:after{content:"\2713";position:absolute;inset:-3px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:15px}.v45s-ai-done .v45AiLoader span,.v45s-ai-button .v45AiLoader span,.v45s-ai-deep .v45AiLoader span{opacity:0}.v45s-ai-done .v45AiLoader .mDone,.v45s-ai-button .v45AiLoader .mDone,.v45s-ai-deep .v45AiLoader .mDone{opacity:1;color:#dfffea}.v45AiReport{max-height:390px;overflow:hidden}.v45AiReport p{margin:7px 0!important;line-height:1.28!important}.v45AiReport p span{display:inline-block;opacity:0;transform:translateY(4px)}.v45s-ai-l1 .v45AiReport .l1 span,.v45s-ai-l2 .v45AiReport .l2 span,.v45s-ai-l3 .v45AiReport .l3 span,.v45s-ai-l4 .v45AiReport .l4 span,.v45s-ai-l5 .v45AiReport .l5 span,.v45s-ai-l6 .v45AiReport .l6 span{animation:v46Word .24s ease forwards;animation-delay:calc(var(--w)*55ms)}.v45s-ai-l2 .v45AiReport .l1 span,.v45s-ai-l3 .v45AiReport .l1 span,.v45s-ai-l3 .v45AiReport .l2 span,.v45s-ai-l4 .v45AiReport .l1 span,.v45s-ai-l4 .v45AiReport .l2 span,.v45s-ai-l4 .v45AiReport .l3 span,.v45s-ai-l5 .v45AiReport .l1 span,.v45s-ai-l5 .v45AiReport .l2 span,.v45s-ai-l5 .v45AiReport .l3 span,.v45s-ai-l5 .v45AiReport .l4 span,.v45s-ai-l6 .v45AiReport p span,.v45s-ai-done .v45AiReport p span,.v45s-ai-button .v45AiReport p span,.v45s-ai-deep .v45AiReport p span{opacity:1;transform:none}.v45AiReport .l5,.v45AiReport .l6{opacity:0;transform:translateY(8px)}.v45s-ai-l5 .v45AiReport .l5,.v45s-ai-l6 .v45AiReport .l5,.v45s-ai-l6 .v45AiReport .l6,.v45s-ai-done .v45AiReport .l5,.v45s-ai-done .v45AiReport .l6,.v45s-ai-button .v45AiReport .l5,.v45s-ai-button .v45AiReport .l6,.v45s-ai-deep .v45AiReport .l5,.v45s-ai-deep .v45AiReport .l6{opacity:1;transform:translateY(0)}@keyframes v46Word{to{opacity:1;transform:translateY(0)}}.v42AiMachineClean .v42ReportBlock:nth-child(n){display:block}.v42AiMachineClean .v42ReportBlock p{margin-bottom:10px}.v42AiMachineClean .v42AiReport{max-height:none}@media (max-width:660px){.v42LossHero{min-height:250px!important;padding:22px!important}.v42LossHero strong{font-size:44px!important;letter-spacing:-1px!important;line-height:.95!important;white-space:nowrap!important}.v42LossHero p{font-size:15px!important;line-height:1.38!important}.v42LossHero:after{right:8px;top:48px;width:82%;height:42%;opacity:.18}.v42Signals .v42Signal{min-height:118px!important}.v45AiReport{max-height:390px}.v45AiReport p{font-size:12.4px!important}.v45AiReport button{padding:10px!important}.v42AiMachineClean .v42ReportBlock:nth-child(n+5){display:none}}@media (max-width:660px){.v42AiProofs{grid-template-columns:1fr}.v42HeroActions{max-width:260px}.v42HeroActions .v42Btn{width:auto!important;min-width:0}.v42LossHero{min-height:300px!important;padding:24px!important}.v42LossHero strong{font-size:56px!important;letter-spacing:-2px!important;line-height:.95!important}.v42LossHero p{font-size:16px!important}.v42LossRow{padding:18px!important;gap:8px!important}.v42LossRow b:before,.v42LossRow em:before,.v42LossRow span:before{display:block;margin-bottom:4px;color:#8792a6;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.v42LossRow b:before{content:"\41f\440\438  \43e\431\43e\440\43e\442\435"}.v42LossRow em:before{content:"\41f\43e\442\435\43d\446\438\430\43b\44c\43d\430\44f  \43f\43e\442\435\440\44f"}.v42LossRow span:before{content:"\427\442\43e  \43c\43e\436\43d\43e  \441\434\435\43b\430\442\44c"}.v42CompareWrap.single{overflow:visible!important}.v42CompareWrap.single:before{content:"\421\440\430\432\43d\435\43d\438\435  \43f\43e  \442\440\435\43c  \441\43f\43e\441\43e\431\430\43c";display:block;margin:0 4px 10px;color:#6f7c93;font-weight:950}.v42CompareTable{min-width:0!important;width:100%!important;border-radius:24px!important}.v42CompareHead,.v42CompareRow{grid-template-columns:minmax(0,1.65fr) 48px 48px 54px!important;min-width:0!important}.v42CompareHead div,.v42CompareRow div{padding:10px 7px!important}.v42CompareHead div:first-child{font-size:13px}.v42CompareHead div:nth-child(n+2){display:grid!important;gap:3px!important;justify-items:center;font-size:10px!important;line-height:1.05}.v42CompareHead div:nth-child(2) span{font-size:0}.v42CompareHead div:nth-child(2) span:after{content:"\422\435\442\440\430\434\44c";font-size:10px}.v42CompareHead div:nth-child(3) span{font-size:10px}.v42CompareHead div:nth-child(4) span{font-size:10px}.v42CompareRow div:first-child{font-size:13px!important;line-height:1.22!important}.v42Mark{width:22px!important;height:22px!important;font-size:12px!important}.v42PulseQuestion{font-size:24px;margin-top:8px}.v42PulseAbility summary{min-height:64px!important}.v42PulseAbilityGrid{gap:10px!important}.v42AiMachineClean{padding:20px!important}.v42AiMachineClean .v42ReportBlock:nth-child(n+3){display:none}.v42Core{width:112px!important;height:112px!important;border-radius:32px!important}}.v47PatchLoaded{display:contents}.v42Signals .v42Signal.time{background:linear-gradient(135deg,#fff,#eef6ff 58%,#dff0ff)!important}.v42Signals .v42Signal.pulse{background:linear-gradient(135deg,#fff,#eff8ff 52%,#e5fbff)!important}.v42Signals .v42Signal.ai{background:linear-gradient(135deg,#fff,#eff7ff 52%,#e7fff7)!important}.v42LossHero:before{display:none!important}.v42LossHero:after{content:""!important;position:absolute;right:14px;top:82px;width:78%;height:34%;opacity:.24;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 220'%3E%3Cpath d='M28 52 L95 84 L150 66 L214 112 L270 96 L342 144 L418 166' fill='none' stroke='white' stroke-width='13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M374 145 L420 166 L382 196' fill='none' stroke='white' stroke-width='13' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;transform:none!important;pointer-events:none;z-index:0}.v42LossHero>*{position:relative;z-index:1}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{animation:none!important;rotate:0deg!important;transform-origin:center center!important;transition:transform .16s ease,height 55ms steps(1,end)!important}.pulse-look-left i,.pulse-look-left span{transform:translate(-4px)!important}.pulse-look-right i,.pulse-look-right span{transform:translate(4px)!important}.pulse-blink i,.pulse-blink span{transform:scaleY(.05)!important}.pulse-smile i,.pulse-smile span{transform:none!important;rotate:0deg!important}.v45AiLoader{height:56px!important;min-height:56px!important;position:relative!important;display:grid!important;grid-template-columns:24px 1fr!important;align-items:center!important;overflow:hidden!important}.v45AiLoader span{display:block!important;position:absolute!important;left:46px!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;line-height:1.12!important;white-space:normal!important;opacity:0!important;visibility:hidden!important}.v45AiLoader i{grid-column:1!important;grid-row:1!important}.v45StoryCard.v45s-ai-loading:not(.v45s-ai-report) .v45AiLoader .m1,.v45StoryCard.v45s-ai-report:not(.v45s-ai-l1) .v45AiLoader .m1,.v45StoryCard.v45s-ai-l1:not(.v45s-ai-l2) .v45AiLoader .m2,.v45StoryCard.v45s-ai-l2:not(.v45s-ai-l3) .v45AiLoader .m3,.v45StoryCard.v45s-ai-l3:not(.v45s-ai-done) .v45AiLoader .m4,.v45StoryCard.v45s-ai-done .v45AiLoader .mDone,.v45StoryCard.v45s-ai-button .v45AiLoader .mDone,.v45StoryCard.v45s-ai-deep .v45AiLoader .mDone{opacity:1!important;visibility:visible!important}.v45StoryCard.v45s-ai-done .v45AiLoader i,.v45StoryCard.v45s-ai-button .v45AiLoader i,.v45StoryCard.v45s-ai-deep .v45AiLoader i{border-color:#22c55e!important;background:#22c55e!important;animation:none!important;position:relative!important}.v45StoryCard.v45s-ai-done .v45AiLoader i:after,.v45StoryCard.v45s-ai-button .v45AiLoader i:after,.v45StoryCard.v45s-ai-deep .v45AiLoader i:after{content:"\2713";position:absolute;inset:-3px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:15px}.v45AiReport p span{display:inline-block;opacity:0;transform:translateY(4px);margin-right:.24em}.v45s-ai-l1 .v45AiReport .l1 span,.v45s-ai-l2 .v45AiReport .l2 span,.v45s-ai-l3 .v45AiReport .l3 span,.v45s-ai-l4 .v45AiReport .l4 span,.v45s-ai-l5 .v45AiReport .l5 span,.v45s-ai-l6 .v45AiReport .l6 span{animation:v46Word .22s ease forwards;animation-delay:calc(var(--w)*.05s)}.v42AiMachineClean .v42AiReport{max-height:none!important;padding:30px!important;border-radius:34px!important;box-shadow:0 28px 80px #0000002e!important}.v42AiMachineClean .v42ReportBlock:nth-child(n){display:block!important}.v42AiMachineClean .v42ReportBlock{padding-bottom:13px!important;margin-bottom:13px!important;border-bottom:1px solid rgba(6,20,50,.08)}.v42AiMachineClean .v42ReportBlock:last-of-type{border-bottom:0}.v47CompareCards{display:none}.v42Price.featured.trial{position:relative;overflow:hidden!important;border-radius:34px!important;padding:30px!important;gap:10px!important}.v42Price.featured.trial h3{line-height:1!important;margin:12px 0 8px!important}.v42Price.featured.trial strong{display:block!important;line-height:1!important;margin:6px 0 12px!important}.v42Price.featured.trial p{margin:8px 0 12px!important}.v42Faq summary{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;align-items:center!important;gap:14px!important;min-height:76px!important}.v42Faq summary span{min-width:0!important}.v42Faq summary em{justify-self:end!important;width:36px!important;height:36px!important;flex:none!important}@media (max-width:660px){.v42Hero h1{font-size:40px!important;line-height:1!important}.v42LossHero{min-height:250px!important;padding:22px!important}.v42LossHero strong{font-size:42px!important;letter-spacing:-1.2px!important;line-height:1!important;white-space:nowrap!important}.v42LossHero p{font-size:15px!important;line-height:1.36!important}.v42LossHero:after{right:10px!important;top:92px!important;width:80%!important;height:74px!important;opacity:.24!important}.v42Benefits{gap:10px!important}.v42Benefit{min-height:0!important;padding:14px!important;border-radius:20px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;grid-template-areas:"icon tag" "icon title" "icon text"!important;column-gap:12px!important;align-items:center!important}.v42Benefit:nth-child(1){background:#f4f8ff!important}.v42Benefit:nth-child(2){background:#f1fbff!important}.v42Benefit:nth-child(3){background:#f4fff8!important}.v42Benefit:nth-child(4){background:#fff8ef!important}.v42Benefit:nth-child(5){background:#f7f5ff!important}.v42Benefit:nth-child(6){background:#effbff!important}.v42BenefitIcon{grid-area:icon!important;width:42px!important;height:42px!important;margin:0!important;border-radius:14px!important}.v42Benefit small{grid-area:tag!important;margin:0 0 4px!important;width:max-content!important;font-size:11px!important;padding:5px 8px!important}.v42Benefit b{grid-area:title!important;font-size:20px!important;line-height:1.08!important}.v42Benefit p{grid-area:text!important;font-size:14px!important;line-height:1.35!important;margin:5px 0 0!important}.v42CompareWrap.single{display:none!important}.v47CompareCards{display:grid!important;gap:12px!important;margin-top:18px!important}.v47CompareCard{border:1px solid var(--v42Line);border-radius:24px;padding:16px;background:#f7faff;box-shadow:0 16px 40px #2864ff12}.v47CompareCard.notebook{background:linear-gradient(135deg,#fffaf0,#f7faff)}.v47CompareCard.excel{background:linear-gradient(135deg,#f0fff8,#f7faff)}.v47CompareCard.rently{background:linear-gradient(135deg,#edf7ff,#f2fffb)}.v47CompareTop{display:flex;align-items:center;gap:12px;margin-bottom:12px}.v47CompareTop b{display:block;font-size:22px}.v47CompareTop span{color:var(--v42Muted);font-weight:850}.v47CompareTop .v42CompareIcon{width:42px;height:42px}.v47CompareCard ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.v47CompareCard li{position:relative;padding-left:25px;color:#5f6d86;font-weight:850;line-height:1.34}.v47CompareCard li:before{content:"\d7";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#edf1f7;color:#8792a6;font-size:13px}.v47CompareCard li.ok:before{content:"\2713";background:#dcffe9;color:#0c9958}.v42AiMachineClean{padding:20px!important}.v42AiMachineClean .v42AiReport{padding:22px!important;border-radius:28px!important}.v42AiMachineClean .v42ReportBlock:nth-child(n){display:block!important}.v42AiMachineClean .v42ReportBlock p{font-size:15px!important;line-height:1.42!important}.v42Price.featured.trial{padding:24px!important;border-radius:30px!important}.v42Price.featured.trial h3{font-size:34px!important}.v42Price.featured.trial strong{font-size:42px!important}.v42Price.featured.trial ul{gap:8px!important}.v42Faq summary{min-height:70px!important;padding:16px 18px!important;font-size:23px!important}.v42Faq summary em{width:34px!important;height:34px!important}}.v42LossHero{isolation:isolate!important;overflow:hidden!important}.v42LossHero:after{content:""!important;position:absolute!important;right:28px!important;top:34px!important;width:48%!important;height:58%!important;opacity:.36!important;background:url("data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20520%20260%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20x2%3D%221%22%20y1%3D%220%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%22.05%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%22.18%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20d%3D%22M36%2048H492M36%20112H492M36%20176H492%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20opacity%3D%22.12%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M62%2058L128%2082L188%2068L254%20122L315%20106L386%20166L460%20198L460%20224L62%20224Z%22%20fill%3D%22url(%23g)%22%20opacity%3D%22.75%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M62%2058L128%2082L188%2068L254%20122L315%20106L386%20166L460%20198%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.54%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M418%20174L462%20199L415%20220%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.54%22%2F%3E%0A%20%20%3Cg%20fill%3D%22white%22%20opacity%3D%22.48%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2262%22%20cy%3D%2258%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%22128%22%20cy%3D%2282%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%22188%22%20cy%3D%2268%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%22254%22%20cy%3D%22122%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%22315%22%20cy%3D%22106%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%22386%22%20cy%3D%22166%22%20r%3D%226%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center/contain no-repeat!important;transform:none!important;pointer-events:none!important;z-index:0!important}.v42LossHero>*{position:relative!important;z-index:1!important}.v45OpsCard{display:grid!important;justify-items:center!important;align-content:start!important;padding:20px 14px 18px!important}.v45OpsCard h3,.v45OpsCard label,.v45OpsCard .v42Field,.v45OpsCard .v45Dropdown,.v45OpsCard .v45TypePick,.v45OpsCard .v45AddExpense{width:min(100%,252px)!important;box-sizing:border-box!important}.v45OpsCard h3,.v45OpsCard label{justify-self:center!important;text-align:left!important}.v45OpsCard .v42Field,.v45OpsCard .v45Dropdown,.v45OpsCard .v45TypePick,.v45OpsCard .v45AddExpense{margin-left:auto!important;margin-right:auto!important}.v45OpsCard .v45Dropdown{left:50%!important;right:auto!important;transform:translate(-50%,-8px) scale(.98)!important}.v45StoryDemo .v45s-dropdown .v45Dropdown,.v45StoryDemo .v45s-salary-focus .v45Dropdown,.v45StoryDemo .v45s-salary-tap .v45Dropdown{transform:translate(-50%) scale(1)!important}.v45StoryDemo .v45s-category-picked .v45Dropdown{transform:translate(-50%,-5px) scale(.98)!important}.v45OpsCard .v45Category{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.v45OpsCard .v45Category span{min-width:0!important}.v45OpsCard .v45TypePick{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.v45OpsCard .v45AddExpense{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{animation:none!important;rotate:0deg!important;transform-origin:center center!important;will-change:transform,height!important;backface-visibility:hidden!important;transition:transform .72s cubic-bezier(.16,1,.3,1),height .07s steps(1,end),opacity .2s ease!important}.pulse-blink i,.pulse-blink span{transition:transform .06s steps(1,end),height .06s steps(1,end)!important;transform:scaleY(.05)!important}.pulse-smile i,.pulse-smile span{transform:translateZ(0)!important;rotate:0deg!important}.v42Benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.v42Benefit{min-height:0!important;padding:16px!important;border-radius:22px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-areas:"icon tag" "icon title" "icon text"!important;column-gap:14px!important;align-items:center!important}.v42Benefit:nth-child(1){background:#f4f8ff!important}.v42Benefit:nth-child(2){background:#f1fbff!important}.v42Benefit:nth-child(3){background:#f4fff8!important}.v42Benefit:nth-child(4){background:#fff8ef!important}.v42Benefit:nth-child(5){background:#f7f5ff!important}.v42Benefit:nth-child(6){background:#effbff!important}.v42BenefitIcon{grid-area:icon!important;width:44px!important;height:44px!important;margin:0!important;border-radius:15px!important}.v42Benefit small{grid-area:tag!important;margin:0 0 5px!important;width:max-content!important;max-width:100%!important;font-size:11px!important;padding:5px 9px!important}.v42Benefit b{grid-area:title!important;font-size:21px!important;line-height:1.08!important}.v42Benefit p{grid-area:text!important;font-size:15px!important;line-height:1.38!important;margin:6px 0 0!important}.v42AiMachineClean{contain:layout paint!important}.v42AiMachineClean .v42AiReport{min-height:500px!important;overflow:hidden!important}.v42AiMachineClean .v42ReportBlock{min-height:76px!important}.v45AiStory{overflow:hidden!important}.v45AiReport{min-height:356px!important;max-height:356px!important;overflow:hidden!important}.v45AiReport p{min-height:35px!important}.v45AiLoader{height:56px!important;min-height:56px!important;max-height:56px!important}.v42PriceGrid{align-items:stretch!important}.v42Price{display:flex!important;min-width:0!important;padding:24px!important}.v42Price.featured.trial{padding:24px!important}.v42Price h3{font-size:clamp(27px,3vw,34px)!important;line-height:1.05!important;overflow-wrap:anywhere!important}.v42Price strong{font-size:clamp(24px,2.5vw,34px)!important;line-height:1.08!important;overflow-wrap:anywhere!important}.v42Price .v42Btn,.v42Price button.v42Btn,.v42Price a.v42Btn{width:100%!important;align-self:stretch!important;box-sizing:border-box!important;height:52px!important;min-height:52px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:15px!important;line-height:1.1!important;padding:0 18px!important;white-space:normal!important}.v48CompareCards{display:none}.v48CompareCard .v42CompareIcon{width:54px!important;height:54px!important;border-radius:18px!important;overflow:hidden!important}.v48CompareCard.notebook .v42CompareIcon{background:#f6f2ff!important;border-color:#ddd5ff!important}.v48CompareCard.notebook .v42CompareIcon:before{content:""!important;position:absolute!important;inset:6px!important;background:url(data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%0A%20%20%3Crect%20x%3D%2214%22%20y%3D%2210%22%20width%3D%2231%22%20height%3D%2240%22%20rx%3D%227%22%20fill%3D%22white%22%20stroke%3D%22%237667c9%22%20stroke-width%3D%223%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M20%2010v40%22%20stroke%3D%22%23c9c0ff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M29%2018h9M29%2026h9M29%2034h7%22%20stroke%3D%22%23d9d4ff%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M35%2036l13%2013%22%20stroke%3D%22%237667c9%22%20stroke-width%3D%225%22%20stroke-linecap%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2048l4%205-6-2%22%20fill%3D%22%237667c9%22%2F%3E%0A%3C%2Fsvg%3E) center/contain no-repeat!important}.v48CompareCard.notebook .v42CompareIcon:after,.v48CompareCard.notebook .v42CompareIcon i{display:none!important}.v48CompareCard ul{display:grid!important;gap:9px!important;margin:12px 0 0!important;padding:0!important;list-style:none!important}.v48CompareCard li{position:relative!important;padding-left:28px!important;color:#6f7c93!important;font-weight:880!important;line-height:1.25!important}.v48CompareCard li:before{content:"\d7";position:absolute;left:0;top:-1px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f1f4f8;color:#9aa6b7;font-weight:950}.v48CompareCard li.ok:before{content:"\2713";background:#dcffed;color:#11a46a}.v42Faq summary{font-weight:780!important;font-size:18px!important;line-height:1.18!important}.v42Faq summary span{font-weight:780!important}@media (min-width:661px){.v42Benefit{grid-template-columns:52px minmax(0,1fr)!important;padding:18px!important}.v42BenefitIcon{width:46px!important;height:46px!important}.v42Benefit b{font-size:22px!important}.v42Benefit p{font-size:15px!important}.v42FaqGrid{gap:14px!important}.v42Faq summary{min-height:62px!important;padding:14px 18px!important}}@media (max-width:980px){.v42Benefits{grid-template-columns:1fr!important}.v42AiMachineClean .v42AiReport{min-height:560px!important}.v42PriceGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.v42Price,.v42Price.featured.trial{min-height:auto!important;padding:22px!important}}@media (max-width:660px){.v42LossHero{min-height:244px!important}.v42LossHero:after{right:12px!important;top:78px!important;width:56%!important;height:88px!important;opacity:.22!important}.v42LossHero strong{font-size:40px!important;letter-spacing:-.8px!important;white-space:nowrap!important}.v45OpsCard h3,.v45OpsCard label,.v45OpsCard .v42Field,.v45OpsCard .v45Dropdown,.v45OpsCard .v45TypePick,.v45OpsCard .v45AddExpense{width:min(100%,236px)!important}.v42Benefit{grid-template-columns:46px minmax(0,1fr)!important;column-gap:12px!important;padding:14px!important;border-radius:20px!important}.v42BenefitIcon{width:42px!important;height:42px!important}.v42Benefit b{font-size:20px!important}.v42Benefit p{font-size:14px!important}.v42CompareWrap.single,.v47CompareCards{display:none!important}.v48CompareCards{display:grid!important;gap:12px!important;margin-top:18px!important}.v48CompareCard{border:1px solid var(--v42Line)!important;border-radius:24px!important;padding:16px!important;background:#fff!important;box-shadow:0 18px 48px #2864ff12!important}.v48CompareCard.excel{background:#f1fff8!important}.v48CompareCard.rently{background:linear-gradient(135deg,#f1ffff,#eef6ff)!important;border-color:#22d4ee3d!important}.v48CompareTop{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important}.v48CompareTop b{display:block!important;font-size:24px!important;line-height:1!important}.v48CompareTop span{display:block!important;color:var(--v42Muted)!important;font-weight:850!important;margin-top:3px!important}.v42AiMachineClean .v42AiReport{min-height:660px!important}.v42PriceGrid{grid-template-columns:1fr!important}.v42Price,.v42Price.featured.trial{padding:24px!important}.v42Faq summary{font-size:20px!important;min-height:64px!important;padding:15px 17px!important}.v42Faq summary em{width:32px!important;height:32px!important}}.v42Signal.pulse span{max-width:230px}.v42Signal.ai span{max-width:250px}.v42AudienceIcon{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;width:58px!important;height:58px!important;filter:none!important}.v42AudienceIcon .v42Iconoir{width:44px!important;height:44px!important;filter:drop-shadow(0 14px 24px rgba(40,100,255,.14))}.v42AudienceCard{grid-auto-flow:column}.v42LossHero{overflow:hidden!important}.v42LossHero:after{content:""!important;position:absolute!important;left:5%!important;top:23%!important;width:90%!important;height:56%!important;background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 820 300%22 fill%3D%22none%22%3E%0A  %3Cpath d%3D%22M34 72 C132 56 176 118 258 104 C348 89 393 158 476 148 C574 136 637 216 777 231%22 stroke%3D%22white%22 stroke-width%3D%2215%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.20%22%2F%3E%0A  %3Cpath d%3D%22M721 198 L777 231 L719 253%22 stroke%3D%22white%22 stroke-width%3D%2215%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.20%22%2F%3E%0A  %3Cpath d%3D%22M34 72 C132 56 176 118 258 104 C348 89 393 158 476 148 C574 136 637 216 777 231%22 stroke%3D%22%23ffd7d7%22 stroke-width%3D%225%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.16%22%2F%3E%0A%3C%2Fsvg%3E") center/100% 100% no-repeat!important;opacity:1!important;pointer-events:none!important;mix-blend-mode:screen!important}.v42LossHero strong,.v42LossHero p,.v42LossHero small{position:relative;z-index:2}.v42LossRow em{color:#d94a58!important}.v42LossNote{display:none!important}.v45StoryDemo{contain:layout paint!important}.v45StoryDemo .v42StoryViewport{height:760px!important;min-height:760px!important;max-height:760px!important;overflow:hidden!important}.v45StoryDemo .v45Device{height:740px!important;min-height:740px!important;max-height:740px!important}.v45StoryCaption{min-height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.v45StoryCard,.v42StoryMeta,.v45Device,.v45StoryNav{backface-visibility:hidden!important;transform-style:preserve-3d!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{transition:transform 1.25s cubic-bezier(.16,1,.3,1)!important;height:12px!important;rotate:0deg!important;will-change:transform!important}.pulse-look-left i,.pulse-look-left span{transform:translate3d(-4px,0,0)!important}.pulse-look-right i,.pulse-look-right span{transform:translate3d(4px,0,0)!important}.pulse-blink i,.pulse-blink span,.pulse-smile i,.pulse-smile span{transform:translateZ(0)!important;height:12px!important;rotate:0deg!important}.v42CompareIcon{width:52px!important;height:52px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:18px!important;overflow:visible!important;display:inline-grid!important;place-items:center!important}.v42CompareIcon.notebook:before{content:""!important;position:absolute!important;inset:0!important;background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 80 80%22%3E%0A  %3Crect x%3D%2217%22 y%3D%2212%22 width%3D%2239%22 height%3D%2252%22 rx%3D%2210%22 fill%3D%22%23fbfaff%22 stroke%3D%22%237969c9%22 stroke-width%3D%223%22%2F%3E%0A  %3Cpath d%3D%22M27 13v50%22 stroke%3D%22%23d7ceff%22 stroke-width%3D%224%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M34 25h13M34 35h13M34 45h9%22 stroke%3D%22%23c7bfff%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M49 46l14 14%22 stroke%3D%22%237969c9%22 stroke-width%3D%226%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M63 60l-2 8 8-2%22 fill%3D%22%237969c9%22%2F%3E%0A%3C%2Fsvg%3E") center/contain no-repeat!important}.v42CompareIcon.excel:before{content:""!important;position:absolute!important;inset:0!important;background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 80 80%22%3E%0A  %3Crect x%3D%2212%22 y%3D%2214%22 width%3D%2256%22 height%3D%2252%22 rx%3D%2214%22 fill%3D%22%23e9fff3%22 stroke%3D%22%2398e6bd%22 stroke-width%3D%222%22%2F%3E%0A  %3Crect x%3D%2222%22 y%3D%2222%22 width%3D%2238%22 height%3D%2236%22 rx%3D%228%22 fill%3D%22%2322a866%22%2F%3E%0A  %3Cpath d%3D%22M22 31h38M22 40h38M22 49h38M35 22v36M48 22v36%22 stroke%3D%22%23b8f6d2%22 stroke-width%3D%223%22 opacity%3D%22.95%22%2F%3E%0A  %3Cpath d%3D%22M18 24h20v32H18z%22 rx%3D%226%22 fill%3D%22%23138a52%22%2F%3E%0A  %3Cpath d%3D%22M24 34l8 12M32 34l-8 12%22 stroke%3D%22%23eafff4%22 stroke-width%3D%224%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") center/contain no-repeat!important}.v42CompareIcon.notebook:after,.v42CompareIcon.excel:after,.v42CompareIcon.notebook i,.v42CompareIcon.excel i{display:none!important}.v42CompareIcon.rently .v42MiniPulse.compare{width:48px!important;height:48px!important;border-radius:17px!important;background:radial-gradient(circle at 32% 24%,#8af5ff 0 18%,#2864ff 50%,#061642)!important;box-shadow:0 14px 28px #2864ff33,inset 0 1px #ffffff5c!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important}.v42CompareIcon.rently .v42MiniPulse.compare i{display:block!important;width:6px!important;height:11px!important;background:#fff!important;border-radius:999px!important}.v48CompareCard .v42CompareIcon{width:58px!important;height:58px!important;flex:0 0 58px!important}.v42AiMachineClean{min-height:1160px!important;align-content:start!important}.v42AiMachineClean .v42AiReport{min-height:860px!important;max-height:860px!important;overflow:hidden!important;box-sizing:border-box!important}.v42AiMachineClean .v42ReportBlock{min-height:106px!important}.v42PriceGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.v42PriceGrid .v42Price.featured.trial{order:2!important;transform:translateY(-8px);min-height:430px!important}.v42PriceGrid .v42Price:nth-child(2){order:1!important}.v42PriceGrid .v42Price:nth-child(3){order:3!important}.v42Price{overflow:hidden!important;min-width:0!important}.v42Price h3,.v42Price strong,.v42Price p,.v42Price li{overflow-wrap:anywhere}@media (max-width:980px){.v42AudienceGrid{grid-template-columns:1fr 1fr!important}.v42PriceGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.v42Price{padding:20px!important}.v42Price h3{font-size:28px!important}.v42Price strong{font-size:27px!important}.v42PriceGrid .v42Price.featured.trial{order:2!important}.v42AiMachineClean{min-height:1120px!important}}@media (max-width:660px){.v42Signal.pulse span,.v42Signal.ai span{max-width:none}.v42AudienceGrid{grid-template-columns:1fr!important}.v42AudienceCard{grid-template-columns:58px 1fr!important}.v42AudienceIcon{background:transparent!important}.v42LossHero:after{left:6%!important;top:31%!important;width:88%!important;height:44%!important;opacity:.78!important}.v42LossHero strong{font-size:43px!important;letter-spacing:-1px!important}.v45StoryDemo .v42StoryViewport{height:655px!important;min-height:655px!important;max-height:655px!important}.v45StoryDemo .v45Device{height:635px!important;min-height:635px!important;max-height:635px!important}.v42AiMachineClean{min-height:1280px!important}.v42AiMachineClean .v42AiReport{min-height:980px!important;max-height:980px!important}.v42PriceGrid{grid-template-columns:1fr!important}.v42PriceGrid .v42Price,.v42PriceGrid .v42Price.featured.trial{order:initial!important;transform:none!important;min-height:auto!important}}.v42AudienceCard{grid-auto-flow:initial!important}.v42AudienceText{min-width:0;display:grid;gap:6px;align-content:center}.v42AudienceText b,.v42AudienceText p{display:block;margin:0!important}@media (max-width:660px){.v42AudienceCard{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-areas:"icon text"!important;column-gap:14px!important;align-items:center!important}.v42AudienceIcon{grid-area:icon!important}.v42AudienceText{grid-area:text!important}.v42AudienceText b{font-size:23px!important;line-height:1.08!important;color:var(--v42Ink)!important}.v42AudienceText p{font-size:15px!important;line-height:1.28!important;color:var(--v42Muted)!important}}.v42LossHero:after{left:4%!important;top:19%!important;width:92%!important;height:62%!important;background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 860 310%22 fill%3D%22none%22%3E%0A  %3Cpath d%3D%22M36 68 C122 70 164 98 232 112 C308 128 356 104 426 142 C504 184 558 170 632 205 C700 236 742 252 818 260%22 stroke%3D%22white%22 stroke-width%3D%2234%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.08%22%2F%3E%0A  %3Cpath d%3D%22M748 220 L820 260 L739 287%22 stroke%3D%22white%22 stroke-width%3D%2234%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.08%22%2F%3E%0A  %3Cpath d%3D%22M36 68 C122 70 164 98 232 112 C308 128 356 104 426 142 C504 184 558 170 632 205 C700 236 742 252 818 260%22 stroke%3D%22%23fff2f2%22 stroke-width%3D%2212%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.06%22%2F%3E%0A%3C%2Fsvg%3E") center/100% 100% no-repeat!important;opacity:1!important;mix-blend-mode:screen!important}@media (max-width:660px){.v42LossHero:after{left:4%!important;top:34%!important;width:92%!important;height:42%!important;opacity:1!important}}.v42MiniPulse,.pulseNavMascot,.pulseBigMascot,.v42PulseMascot{border-radius:999px!important;overflow:hidden!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{animation:none!important;rotate:0deg!important;transform-origin:center center!important;transition:transform .62s cubic-bezier(.16,1,.3,1)!important;will-change:transform!important}.pulse-look-left i,.pulse-look-left span,.pulse-look-right i,.pulse-look-right span,.pulse-blink i,.pulse-blink span,.pulse-smile i,.pulse-smile span{transform:none!important;rotate:0deg!important}.v42CompareIcon,.v48CompareCard .v42CompareIcon,.v42CompareHead .v42CompareIcon{width:58px!important;height:58px!important;border:0!important;background-color:transparent!important;border-radius:999px!important;box-shadow:none!important;overflow:visible!important;display:inline-grid!important;place-items:center!important;flex:0 0 58px!important}.v42CompareIcon.notebook,.v42CompareIcon.excel,.v48CompareCard.notebook .v42CompareIcon,.v48CompareCard.excel .v42CompareIcon{background-position:center!important;background-repeat:no-repeat!important;background-size:58px 58px!important}.v42CompareIcon.notebook,.v48CompareCard.notebook .v42CompareIcon{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 96 96%22 fill%3D%22none%22%3E%0A  %3Crect x%3D%2221%22 y%3D%2216%22 width%3D%2244%22 height%3D%2260%22 rx%3D%2212%22 fill%3D%22%23fbfaff%22 stroke%3D%22%237969c9%22 stroke-width%3D%224%22%2F%3E%0A  %3Cpath d%3D%22M32 18v56%22 stroke%3D%22%23d8d0ff%22 stroke-width%3D%225%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M42 31h13M42 43h13M42 55h9%22 stroke%3D%22%23c8bfff%22 stroke-width%3D%224%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M58 57l16 16%22 stroke%3D%22%237969c9%22 stroke-width%3D%227%22 stroke-linecap%3D%22round%22%2F%3E%0A  %3Cpath d%3D%22M74 73l-3 10 10-3%22 fill%3D%22%237969c9%22%2F%3E%0A%3C%2Fsvg%3E")!important}.v42CompareIcon.excel,.v48CompareCard.excel .v42CompareIcon{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 96 96%22 fill%3D%22none%22%3E%0A  %3Crect x%3D%2214%22 y%3D%2216%22 width%3D%2268%22 height%3D%2264%22 rx%3D%2218%22 fill%3D%22%23eafff4%22 stroke%3D%22%2398e6bd%22 stroke-width%3D%223%22%2F%3E%0A  %3Crect x%3D%2230%22 y%3D%2225%22 width%3D%2242%22 height%3D%2246%22 rx%3D%2210%22 fill%3D%22%2323a565%22%2F%3E%0A  %3Cpath d%3D%22M30 37h42M30 49h42M30 61h42M44 25v46M58 25v46%22 stroke%3D%22%23bff5d7%22 stroke-width%3D%224%22 opacity%3D%22.95%22%2F%3E%0A  %3Crect x%3D%2218%22 y%3D%2229%22 width%3D%2230%22 height%3D%2238%22 rx%3D%229%22 fill%3D%22%23138a52%22%2F%3E%0A  %3Cpath d%3D%22M27 41l12 15M39 41L27 56%22 stroke%3D%22%23f1fff7%22 stroke-width%3D%225%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E")!important}.v42CompareIcon.notebook:before,.v42CompareIcon.notebook:after,.v42CompareIcon.excel:before,.v42CompareIcon.excel:after,.v42CompareIcon.notebook i,.v42CompareIcon.excel i,.v48CompareCard .v42CompareIcon:before,.v48CompareCard .v42CompareIcon:after,.v48CompareCard .v42CompareIcon i{content:none!important;display:none!important}.v42CompareIcon.rently{background:transparent!important}.v42CompareIcon.rently .v42MiniPulse.compare{width:58px!important;height:58px!important;border-radius:999px!important;background:radial-gradient(circle at 34% 24%,#8af5ff 0 17%,#2864ff 50%,#061642)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;box-shadow:0 16px 32px #2864ff33,inset 0 1px #fff6!important}.v42CompareIcon.rently .v42MiniPulse.compare i{display:block!important;width:7px!important;height:12px!important;background:#fff!important;border-radius:999px!important}.v42Core em{display:none!important}.v42AiMachineClean{min-height:auto!important;overflow:visible!important;align-content:start!important;contain:none!important}.v42AiMachineClean .v42AiReport{min-height:0!important;max-height:none!important;overflow:visible!important}.v42AiMachineClean .v42ReportBlock{min-height:auto!important}@media (max-width:660px){.v42AiMachineClean{padding:20px!important}.v42AiMachineClean .v42AiReport{padding:24px!important}.v42AiMachineClean .v42ReportBlock:nth-child(n){display:block!important}.v42AiMachineClean .v42ReportBlock p{font-size:15px!important;line-height:1.42!important}}.v45StoryCard.is-playing .v45DashScroll{animation-duration:6.7s!important}.v50PulseExamplesBlock{position:relative;margin-top:24px;z-index:2}.v50PulseExamplesHead{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#bfefff;font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.v50PulseExamplesHead i{height:4px;flex:1;border-radius:999px;background:linear-gradient(90deg,#ffffff2e,#8bf5ffb8,#ffffff2e);position:relative;overflow:hidden}.v50PulseExamplesHead i:after{content:"";position:absolute;top:0;bottom:0;width:42px;border-radius:inherit;background:#fff;opacity:.72;animation:v50PulseSwipe 2.7s ease-in-out infinite}.v50PulseExamples{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 0 8px;scrollbar-width:none}.v50PulseExamples::-webkit-scrollbar{display:none}.v50PulseExamples article{scroll-snap-align:start;min-width:min(260px,78vw);border-radius:22px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);padding:15px;box-shadow:inset 0 1px #ffffff24}.v50PulseExamples small{display:block;color:#8bf5ff;text-transform:uppercase;font-weight:950;font-size:11px;margin-bottom:8px}.v50PulseExamples b{display:block;color:#fff;font-size:16px;line-height:1.25}.v50PulseExamples em{display:inline-flex;margin-top:12px;border-radius:999px;background:#ffffff24;padding:8px 10px;color:#eaf4ff;font-style:normal;font-weight:950;font-size:12px}@keyframes v50PulseSwipe{0%,18%{transform:translate(-46px)}72%,to{transform:translate(100vw)}}.v42AudienceCard{grid-auto-flow:initial!important;min-width:0!important}.v42AudienceText{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:5px!important}.v42AudienceText b,.v42AudienceText p{max-width:100%!important;min-width:0!important;text-align:left!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.v42AudienceText b{order:1!important}.v42AudienceText p{order:2!important}.v42LossHero:after{content:""!important;position:absolute!important;left:6%!important;top:18%!important;width:88%!important;height:62%!important;background:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 860 310%22 fill%3D%22none%22%3E%3Cpath d%3D%22M42 66 C126 76 172 112 238 104 C306 96 352 128 414 151 C490 178 538 165 606 196 C680 230 738 248 812 265 M744 222 L812 265 L735 287%22 stroke%3D%22white%22 stroke-width%3D%2220%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 opacity%3D%22.13%22%2F%3E%3C%2Fsvg%3E") center/100% 100% no-repeat!important;opacity:1!important;mix-blend-mode:normal!important;pointer-events:none!important;z-index:0!important}.v42LossHero strong,.v42LossHero p,.v42LossHero small{position:relative!important;z-index:2!important}.v45StoryDemo{isolation:isolate!important}.v45StoryDemo .v42StoryViewport{position:relative!important;z-index:1!important}.v45StoryDemo .v42StoryCard{z-index:2!important}.v45StoryDemo .v42StoryCard.is-active{z-index:4!important}.v45StoryNav{position:relative!important;z-index:90!important;isolation:isolate!important;background:#fffffffa!important;box-shadow:0 24px 70px #2864ff29,0 0 0 1px #06143a0a!important}.v42MiniPulse,.pulseNavMascot,.pulseBigMascot,.v42PulseMascot{border-radius:999px!important;overflow:hidden!important;transform:translateZ(0)!important}.v42MiniPulse i,.pulseNavMascot span,.pulseBigMascot span,.v42PulseMascot i{animation:none!important;rotate:0deg!important;transform-origin:center center!important;will-change:transform!important;backface-visibility:hidden!important;transition:transform .98s cubic-bezier(.22,.61,.36,1),opacity .12s ease!important}.pulse-look-left i,.pulse-look-left span,.pulse-look-right i,.pulse-look-right span,.pulse-blink i,.pulse-blink span,.pulse-smile i,.pulse-smile span{rotate:0deg!important}.v51PulseLayout{align-items:start!important}.v51PulseCarousel{position:relative;min-width:0}.v51PulseProgress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 6px 12px}.v51PulseProgress span{height:4px;border-radius:999px;background:#2864ff29;overflow:hidden}.v51PulseProgress span:before{content:"";display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#2864ff,#22d4ee);transition:width .24s ease}.v51PulseProgress span.active:before{width:100%}.v51PulseRail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 8px}.v51PulseRail::-webkit-scrollbar{display:none}.v51PulseSlide{scroll-snap-align:center;min-width:100%;box-sizing:border-box;border-radius:34px;background:radial-gradient(circle at 16% 12%,rgba(34,212,238,.26),transparent 36%),linear-gradient(160deg,#071a45,#102f72);color:#fff;padding:28px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 26px 78px #06143a2e}.v51PulseSlide:after{content:"";position:absolute;right:-96px;bottom:-96px;width:280px;height:280px;border-radius:50%;border:34px solid rgba(255,255,255,.07)}.v51PulseSlide>*{position:relative;z-index:2}.v51PulseSlide small{display:inline-flex;text-transform:uppercase;letter-spacing:.04em;color:#8bf5ff;font-weight:950;font-size:12px;margin-bottom:18px}.v51PulseSlide h3{font-size:36px;line-height:1.03;margin:10px 0 12px;color:#fff}.v51PulseSlide p{font-size:20px;line-height:1.42;color:#eef5ff;margin:0}.v51PulseIntro .v42PulseMascot{width:96px!important;height:96px!important;border-radius:999px!important;margin-bottom:28px;background:radial-gradient(circle at 35% 24%,#8af5ff 0 18%,#2864ff 55%,#061642)!important}.v51PulseIntro .v42PulseMascot .v42MiniPulse{width:96px!important;height:96px!important}.v51PulseIntro strong{display:inline-flex;margin-top:34px;text-transform:uppercase;color:#c6f7ff;font-weight:950;font-size:14px;letter-spacing:.05em}.v51PulseMiniTop{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#dbe7ff;font-weight:950;margin-bottom:10px}.v51PulseMiniTop b{font-size:18px}.v51PulseMiniTop span{font-size:13px;color:#b9c9f8}.v51PulseSlide>i{display:block;height:7px;border-radius:999px;background:#ffffff29;margin:0 0 22px;overflow:hidden}.v51PulseSlide>i:before{content:"";display:block;height:100%;width:62%;border-radius:inherit;background:linear-gradient(90deg,#2864ff,#22d4ee)}.v51PulseButtons{display:grid;gap:10px;margin-top:22px}.v51PulseButtons em{display:grid;place-items:center;min-height:46px;border-radius:17px;background:#ffffff24;border:1px solid rgba(255,255,255,.12);font-style:normal;font-weight:950;color:#f7fbff}.v51PulseButtons em:first-child{background:#2864ff;border-color:#2864ff}.v51PulseArrow{position:absolute;z-index:8;top:50%;width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#fffffff0;color:#071a45;font-size:28px;font-weight:950;box-shadow:0 18px 42px #06143a2e;cursor:pointer}.v51PulseArrow.prev{left:-12px}.v51PulseArrow.next{right:-12px}.v51PulseArrow:active{transform:scale(.96)}.v48CompareCard .v42CompareIcon{width:66px!important;height:66px!important;flex:0 0 66px!important;background-size:66px 66px!important}.v48CompareCard.rently .v42CompareIcon{width:44px!important;height:44px!important;flex:0 0 44px!important}.v48CompareCard.rently .v42MiniPulse.compare{width:44px!important;height:44px!important;border-radius:999px!important;gap:5px!important}.v48CompareCard.rently .v42MiniPulse.compare i{width:6px!important;height:11px!important}.v48CompareCard.notebook .v42CompareIcon,.v42CompareIcon.notebook{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 96 96%22 fill%3D%22none%22%3E%3Crect x%3D%2220%22 y%3D%2214%22 width%3D%2245%22 height%3D%2263%22 rx%3D%2212%22 fill%3D%22%23fbfaff%22 stroke%3D%22%237969c9%22 stroke-width%3D%224%22%2F%3E%3Cpath d%3D%22M32 17v57%22 stroke%3D%22%23d8d0ff%22 stroke-width%3D%225%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M42 31h13M42 43h13M42 55h9%22 stroke%3D%22%23c8bfff%22 stroke-width%3D%224%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M57 52l18 18%22 stroke%3D%22%237969c9%22 stroke-width%3D%227%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M74 69l-3 12 12-3z%22 fill%3D%22%237969c9%22%2F%3E%3C%2Fsvg%3E")!important}.v42AiMachineClean{height:1260px!important;min-height:1260px!important;overflow:hidden!important;align-content:start!important;contain:layout paint!important}.v42AiMachineClean .v42AiReport{min-height:900px!important;max-height:none!important;overflow:visible!important;box-sizing:border-box!important}.v42AiMachineClean .v42ReportBlock{min-height:118px!important}.v42AiMachineClean .v42ReportBlock p{font-size:16px!important;line-height:1.46!important}@media (max-width:660px){.v42AudienceCard{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-areas:"icon copy"!important;gap:0 14px!important;align-items:center!important;padding:18px!important;min-height:auto!important}.v42AudienceIcon{grid-area:icon!important;align-self:center!important;justify-self:center!important}.v42AudienceText{grid-area:copy!important;display:flex!important;flex-direction:column!important;gap:6px!important;align-items:flex-start!important}.v42AudienceText b{font-size:21px!important;line-height:1.08!important;margin:0!important}.v42AudienceText p{font-size:14px!important;line-height:1.3!important;margin:0!important}.v42LossHero:after{left:4%!important;top:34%!important;width:92%!important;height:42%!important}.v51PulseSlide{min-height:560px;padding:24px}.v51PulseSlide h3{font-size:31px}.v51PulseSlide p{font-size:18px}.v51PulseArrow{top:auto;bottom:18px}.v51PulseArrow.prev{left:18px}.v51PulseArrow.next{right:18px}.v48CompareCard .v42CompareIcon{width:62px!important;height:62px!important;flex-basis:62px!important;background-size:62px 62px!important}.v48CompareCard.rently .v42CompareIcon{width:42px!important;height:42px!important;flex-basis:42px!important}.v48CompareCard.rently .v42MiniPulse.compare{width:42px!important;height:42px!important}.v42AiMachineClean{height:1380px!important;min-height:1380px!important;overflow:hidden!important}.v42AiMachineClean .v42AiReport{min-height:1040px!important}.v42AiMachineClean .v42ReportBlock{min-height:126px!important}}.v42AiMachineClean{height:1520px!important;min-height:1520px!important;overflow:hidden!important;padding-bottom:38px!important}.v42AiMachineClean .v42AiReport{min-height:1160px!important;background:radial-gradient(circle at 12% 0%,rgba(34,212,238,.16),transparent 34%),linear-gradient(180deg,#102b69,#071a45)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:0 26px 80px #00000038,inset 0 1px #ffffff14!important}.v42AiMachineClean .v42AiReport>b{display:block!important;color:#fff!important}.v42AiMachineClean .v42AiReport strong{color:#8bf5ff!important}.v42AiMachineClean .v42AiReport p{color:#dce9ff!important}.v42AiMachineClean .v42ReportBlock{min-height:132px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.v42AiMachineClean .v42ReportBlock:last-of-type{border-bottom:0!important}.v42AiMachineClean .v42Type.typing{border-right-color:#8bf5ff!important}.v42AiMachineClean .v42AiDone{background:#dcfce721!important;color:#a9ffd4!important;border:1px solid rgba(169,255,212,.28)!important}.v42Cta{gap:30px!important}.v42Cta .v42Btn{margin-top:24px!important}.v48CompareCard.notebook .v42CompareIcon,.v42CompareIcon.notebook{background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 96 96%22 fill%3D%22none%22%3E%3Crect x%3D%2222%22 y%3D%2212%22 width%3D%2252%22 height%3D%2270%22 rx%3D%2214%22 fill%3D%22%23fbfaff%22 stroke%3D%22%237969c9%22 stroke-width%3D%224%22%2F%3E%3Cpath d%3D%22M36 16v62%22 stroke%3D%22%23d8d0ff%22 stroke-width%3D%225%22 stroke-linecap%3D%22round%22%2F%3E%3Cpath d%3D%22M47 31h14M47 43h14M47 55h12%22 stroke%3D%22%23c8bfff%22 stroke-width%3D%224%22 stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E")!important}.v48CompareCard ul{gap:10px!important}.v48CompareCard li{line-height:1.22!important}.v51PulseCarousel:after{content:"\41b\438\441\442\430\439\442\435";position:absolute;left:50%;bottom:28px;transform:translate(-50%);z-index:10;color:#dffbff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950;text-shadow:0 8px 20px rgba(0,0,0,.24);animation:v52SwipeLabel 1.9s ease-in-out infinite;pointer-events:none}.v51PulseArrow{animation:v52ArrowPulse 1.9s ease-in-out infinite!important}.v51PulseArrow.prev{animation-name:v52ArrowPulseLeft!important}.v51PulseArrow.next{animation-name:v52ArrowPulseRight!important}.v51PulseIntro .v42PulseMascot{width:78px!important;height:78px!important;border-radius:999px!important;margin-bottom:28px!important}.v51PulseIntro .v42PulseMascot .v42MiniPulse,.v51PulseIntro .v42MiniPulse.hero{width:78px!important;height:78px!important;border-radius:999px!important}.v51PulseIntro .v42MiniPulse i{width:7px!important;height:12px!important}.v52PulseDayReport .v51PulseButtons em:first-child{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important}@keyframes v52SwipeLabel{0%,to{opacity:.72;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(-3px)}}@keyframes v52ArrowPulseLeft{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-5px) scale(1.04)}}@keyframes v52ArrowPulseRight{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5px) scale(1.04)}}@media (max-width:660px){.v42AiMachineClean{height:1760px!important;min-height:1760px!important;padding:20px!important}.v42AiMachineClean .v42AiReport{min-height:1360px!important;padding:24px!important}.v42AiMachineClean .v42ReportBlock{min-height:142px!important}.v42AiMachineClean .v42ReportBlock p{font-size:15px!important;line-height:1.42!important}.v42Cta .v42Btn{margin-top:28px!important}.v51PulseCarousel:after{bottom:30px}.v51PulseIntro .v42PulseMascot,.v51PulseIntro .v42PulseMascot .v42MiniPulse,.v51PulseIntro .v42MiniPulse.hero{width:70px!important;height:70px!important}}.v42Links a[href="#pulse"]{min-width:104px}.v42Signals{align-items:stretch!important}.v42Signal{background:radial-gradient(circle at 84% 15%,rgba(34,212,238,.2),transparent 32%),linear-gradient(145deg,#071a45,#0d2b68 68%,#123c8a)!important;border-color:#ffffff21!important;color:#fff!important;box-shadow:0 26px 68px #06143a2e,inset 0 1px #ffffff14!important;min-height:166px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.v42Signal:before,.v42Signal:after{display:none!important}.v42Signal b{color:#fff!important;font-size:23px!important;line-height:1.04!important;padding-right:80px!important}.v42Signal span{color:#dce8ff!important;line-height:1.22!important;max-width:210px!important}.v42Signal svg{position:absolute!important;right:24px!important;top:28px!important;filter:drop-shadow(0 18px 28px rgba(34,212,238,.18));opacity:.96}.v42Signal .v42MiniPulse.signal{position:absolute!important;right:28px!important;top:30px!important;width:66px!important;height:66px!important;border-radius:999px!important;box-shadow:0 18px 38px #22d4ee2e,inset 0 1px #ffffff52!important}.v42Signal .v42AiIcon{position:absolute!important;right:26px!important;top:30px!important;width:66px!important;height:66px!important;border-radius:24px!important;background:linear-gradient(145deg,#2864ff,#22d4ee)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:25px!important;box-shadow:0 18px 38px #22d4ee2e,inset 0 1px #ffffff47!important}.v45StoryNav [data-v45-nav=pulse] em{font-size:9px!important;line-height:1.05!important;max-width:46px!important;text-align:center!important;white-space:normal!important}.v45OpsCard .v42Field,.v43OpsStory .v42Field{justify-content:center!important;text-align:center!important}.v45OpsCard .v42Field span,.v45OpsCard .v42Field b,.v43OpsStory .v42Field span,.v43OpsStory .v42Field b{width:100%!important;text-align:center!important}.v45Dropdown span,.v43OpsStory .v42Dropdown span{text-align:center!important}.v45TypePick span,.v43OpsStory .v42TypePick span{justify-content:center!important;text-align:center!important}.v45AddExpense,.v43AddExpense{display:grid!important;place-items:center!important;text-align:center!important}.v51PulseIntro{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding-top:40px!important;padding-bottom:112px!important}.v51PulseIntro h3{margin-top:18px!important}.v51PulseIntro p{max-width:780px!important}.v51PulseIntro strong{margin-top:30px!important}.v42PulseAbility{min-height:112px!important;padding:13px 16px!important;border-radius:22px!important}.v42PulseAbility summary{min-height:54px!important;display:flex!important;align-items:center!important;gap:10px!important}.v42PulseAbility summary span{width:26px!important;height:26px!important;margin:0!important;flex:0 0 26px!important}.v42PulseAbility summary b{font-size:18px!important;line-height:1.05!important}.v42PulseAbility summary em{margin-left:auto!important}.v42PulseAbility p{font-size:14px!important;line-height:1.34!important;margin:8px 0 0 36px!important}.v42CompareWrap.single{overflow-x:visible!important;max-width:100%!important}.v42CompareTable{min-width:0!important;width:100%!important}.v42CompareHead,.v42CompareRow{grid-template-columns:minmax(244px,1.58fr) minmax(112px,.56fr) minmax(98px,.5fr) minmax(104px,.52fr)!important}.v42CompareHead div,.v42CompareRow div{min-width:0!important;padding:12px 10px!important}.v42CompareHead div:nth-child(2):before,.v42CompareHead div:nth-child(3):before,.v42CompareHead div:nth-child(4):before{display:none!important}.v42CompareHead div:nth-child(n+2){gap:7px!important}.v42CompareHead span{font-size:15px!important;white-space:nowrap!important}.v42CompareHead .v42CompareIcon{width:42px!important;height:42px!important;flex:0 0 42px!important;background-size:42px 42px!important}.v42CompareHead .v42CompareIcon.rently{width:42px!important;height:42px!important;flex:0 0 42px!important}.v42CompareHead .v42CompareIcon.rently .v42MiniPulse.compare{width:42px!important;height:42px!important;border-radius:999px!important}.v42CompareHead .v42CompareIcon.rently .v42MiniPulse.compare i{width:5px!important;height:9px!important}.v42AiMachineClean .v53AiLoader{width:min(430px,88%)!important;height:112px!important;border-radius:30px!important;margin:36px auto 28px!important;padding:0 24px!important;background:radial-gradient(circle at 12% 8%,rgba(139,245,255,.18),transparent 32%),linear-gradient(145deg,#173784f5,#071a45fa)!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;box-shadow:0 28px 80px #0000002e,inset 0 1px #ffffff1f!important;animation:none!important;color:#fff!important}.v42AiMachineClean .v53AiLoader:before,.v42AiMachineClean .v53AiLoader:after{content:""!important;display:none!important}.v42AiMachineClean .v53AiLoader em{position:relative!important;display:block!important;inset:auto!important;width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:999px!important;background:transparent!important;border:3px solid rgba(139,245,255,.22)!important;border-top-color:#8bf5ff!important;color:transparent!important;animation:v53AiSpin 1s linear 0s 6,v53AiDoneIcon .45s 6.15s forwards!important}.v42AiMachineClean .v53AiLoader em:before{content:""!important}.v42AiMachineClean .v53AiLoader span{position:relative!important;z-index:2!important;display:block!important;min-width:0!important;flex:1!important;height:28px!important;font-size:0!important}.v53AiStatus i{position:absolute!important;left:0!important;top:0!important;font-style:normal!important;white-space:nowrap!important;color:#fff!important;font-size:18px!important;line-height:28px!important;font-weight:950!important;opacity:0!important}.v53AiStatus i:nth-child(1){animation:v53StatusOne 7.2s linear forwards!important}.v53AiStatus i:nth-child(2){animation:v53StatusTwo 7.2s linear forwards!important}.v53AiStatus i:nth-child(3){animation:v53StatusThree 7.2s linear forwards!important}.v53AiStatus i:nth-child(4){animation:v53StatusFour 7.2s linear forwards!important;color:#a9ffd4!important}.v42AiMachineClean .v53AiLoader .v53AiStatus:after{content:"";position:absolute;left:0;right:0;bottom:-24px;height:5px;border-radius:999px;background:linear-gradient(90deg,#2864ff,#22d4ee);transform-origin:left;animation:v53AiProgress 6s ease forwards!important;box-shadow:0 0 20px #22d4ee38}@keyframes v53AiSpin{to{transform:rotate(360deg)}}@keyframes v53AiDoneIcon{to{transform:rotate(0);border-color:#a9ffd4;background:#1bbf73;box-shadow:0 0 0 6px #1bbf7321}}@keyframes v53AiProgress{0%{transform:scaleX(0)}78%{transform:scaleX(1)}to{transform:scaleX(1);opacity:.18}}@keyframes v53StatusOne{0%,25%{opacity:1}28%,to{opacity:0}}@keyframes v53StatusTwo{0%,27%{opacity:0}30%,52%{opacity:1}55%,to{opacity:0}}@keyframes v53StatusThree{0%,54%{opacity:0}57%,80%{opacity:1}83%,to{opacity:0}}@keyframes v53StatusFour{0%,82%{opacity:0}86%,to{opacity:1}}@media (max-width:980px){.v42CompareHead,.v42CompareRow{grid-template-columns:minmax(220px,1.5fr) minmax(96px,.52fr) minmax(92px,.48fr) minmax(98px,.5fr)!important}.v42CompareHead div,.v42CompareRow div{padding:10px 8px!important}.v42CompareRow div:first-child{font-size:14px!important;line-height:1.22!important}.v42CompareHead span{font-size:13px!important}.v42CompareHead .v42CompareIcon{width:34px!important;height:34px!important;flex-basis:34px!important;background-size:34px 34px!important}.v42CompareHead .v42CompareIcon.rently,.v42CompareHead .v42CompareIcon.rently .v42MiniPulse.compare{width:34px!important;height:34px!important;flex-basis:34px!important}}@media (max-width:660px){.v42Signal{min-height:146px!important;padding:20px!important}.v42Signal b{padding-right:76px!important}.v42Signal span{max-width:250px!important}.v42Signal .v42MiniPulse.signal,.v42Signal .v42AiIcon{right:20px!important;top:28px!important;width:62px!important;height:62px!important}.v42Signal svg{right:20px!important;top:28px!important}.v51PulseIntro{padding:30px 28px 108px!important;min-height:520px!important}.v51PulseIntro p{font-size:18px!important;line-height:1.45!important}.v42PulseAbility{min-height:84px!important;padding:12px 14px!important}.v42PulseAbility summary{min-height:48px!important}.v42PulseAbility summary b{font-size:17px!important}.v42PulseAbility p{margin-left:34px!important}.v42AiMachineClean .v53AiLoader{width:100%!important;height:102px!important;border-radius:26px!important;padding:0 18px!important}.v53AiStatus i{font-size:15px!important}}.v42Signals .v42Signal.time,.v42Signals .v42Signal.pulse,.v42Signals .v42Signal.ai{background:radial-gradient(circle at 86% 16%,rgba(34,212,238,.28),transparent 30%),linear-gradient(145deg,#071a45,#0a235a 58%,#113b87)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important;box-shadow:0 26px 70px #06143a38,inset 0 1px #ffffff1a!important;min-height:160px!important;padding:22px 92px 22px 22px!important}.v42Signals .v42Signal b{color:#fff!important;font-size:23px!important;line-height:1.04!important;padding-right:0!important;text-shadow:0 1px 0 rgba(0,0,0,.12)}.v42Signals .v42Signal span{color:#dce8ff!important;font-size:16px!important;line-height:1.25!important;font-weight:850!important;max-width:230px!important}.v42Signals .v42Signal.time{background:radial-gradient(circle at 82% 20%,rgba(139,245,255,.22),transparent 30%),linear-gradient(145deg,#061638,#0a285f 60%,#134390)!important}.v42Signals .v42Signal.pulse{background:radial-gradient(circle at 82% 20%,rgba(139,245,255,.26),transparent 31%),linear-gradient(145deg,#061638,#0a2c64 58%,#095a8d)!important}.v42Signals .v42Signal.ai{background:radial-gradient(circle at 82% 20%,rgba(91,238,219,.24),transparent 31%),linear-gradient(145deg,#061638,#0a2860 54%,#086c79)!important}.v42Signals .v42Signal .v42ClockIcon,.v42Signals .v42Signal .v42MiniPulse.signal,.v42Signals .v42Signal .v42AiIcon{right:22px!important;top:28px!important;width:62px!important;height:62px!important}.v42Signals .v42Signal .v42ClockIcon{background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 18px 38px #00000029,inset 0 1px #ffffff1f!important;color:#dff8ff!important}.v42Signals .v42Signal .v42ClockIcon i{background:#bee1ff80!important}.v45OpsCard .v45Category{display:flex!important;align-items:center!important;justify-content:flex-start!important}.v45OpsCard .v45Dropdown span{text-align:left!important}.v45OpsCard .v45Amount,.v45OpsCard .v45Description{justify-content:flex-start!important}.v51PulseIntro{justify-content:center!important;align-items:flex-start!important;padding:56px 48px!important;min-height:500px!important}.v51PulseIntro h3{margin:18px 0 12px!important}.v51PulseIntro p{max-width:760px!important}.v51PulseIntro strong{margin-top:26px!important}.v42PulseAbility{min-height:76px!important;padding:8px 12px!important;border-radius:20px!important}.v42PulseAbility summary{min-height:42px!important;padding:0!important;gap:9px!important}.v42PulseAbility summary span{width:24px!important;height:24px!important;flex:0 0 24px!important;font-size:13px!important}.v42PulseAbility summary b{font-size:16px!important;line-height:1.05!important}.v42PulseAbility summary em{width:24px!important;height:24px!important;flex:0 0 24px!important}.v42PulseAbility p{font-size:13px!important;line-height:1.32!important;margin:8px 0 0 33px!important;padding:0!important}.v42AiMachineClean .v53AiLoader em{animation:v54AiSpin 1s linear infinite!important}.v53AiStatus i:nth-child(1){animation:v54StatusOne 9.6s linear infinite!important}.v53AiStatus i:nth-child(2){animation:v54StatusTwo 9.6s linear infinite!important}.v53AiStatus i:nth-child(3){animation:v54StatusThree 9.6s linear infinite!important}.v53AiStatus i:nth-child(4){animation:v54StatusFour 9.6s linear infinite!important;color:#a9ffd4!important}.v42AiMachineClean .v53AiLoader .v53AiStatus:after{animation:v54AiProgress 9.6s ease-in-out infinite!important}@keyframes v54AiSpin{to{transform:rotate(360deg)}}@keyframes v54AiProgress{0%{transform:scaleX(0);opacity:1}72%{transform:scaleX(1);opacity:1}86%,to{transform:scaleX(1);opacity:.24}}@keyframes v54StatusOne{0%,20%{opacity:1}23%,to{opacity:0}}@keyframes v54StatusTwo{0%,24%{opacity:0}27%,47%{opacity:1}50%,to{opacity:0}}@keyframes v54StatusThree{0%,51%{opacity:0}54%,74%{opacity:1}77%,to{opacity:0}}@keyframes v54StatusFour{0%,78%{opacity:0}82%,to{opacity:1}}@media (max-width:660px){.v42Signals .v42Signal.time,.v42Signals .v42Signal.pulse,.v42Signals .v42Signal.ai{min-height:128px!important;padding:20px 88px 20px 20px!important}.v42Signals .v42Signal b{font-size:22px!important}.v42Signals .v42Signal span{font-size:15px!important;max-width:210px!important}.v51PulseIntro{padding:38px 28px 72px!important;min-height:460px!important}.v42PulseAbility{min-height:68px!important}.v42PulseAbility summary b{font-size:15px!important}.v45OpsCard h3,.v45OpsCard label,.v45OpsCard .v42Field,.v45OpsCard .v45Dropdown,.v45OpsCard .v45TypePick,.v45OpsCard .v45AddExpense{width:min(100%,242px)!important}}.v42Signals .v42Signal.time,.v42Signals .v42Signal.pulse,.v42Signals .v42Signal.ai{background:radial-gradient(circle at 86% 16%,rgba(139,245,255,.22),transparent 30%),linear-gradient(145deg,#061532,#08245a 58%,#103a86)!important;border:1px solid rgba(205,232,255,.16)!important;color:#fff!important;box-shadow:0 28px 76px #0512343d,inset 0 1px #ffffff24!important;min-height:154px!important;padding:22px 96px 22px 22px!important;display:grid!important;align-content:center!important;overflow:hidden!important}.v42Signals .v42Signal.time:before,.v42Signals .v42Signal.time:after,.v42Signals .v42Signal.pulse:before,.v42Signals .v42Signal.pulse:after,.v42Signals .v42Signal.ai:before,.v42Signals .v42Signal.ai:after{display:none!important;content:none!important}.v42Signals .v42Signal b{position:relative!important;z-index:2!important;color:#fff!important;font-size:23px!important;line-height:1.05!important;font-weight:950!important;padding:0!important;opacity:1!important;text-shadow:0 1px 0 rgba(0,0,0,.14)}.v42Signals .v42Signal span{position:relative!important;z-index:2!important;color:#dce9ff!important;font-size:16px!important;line-height:1.22!important;font-weight:850!important;max-width:235px!important;opacity:1!important}.v42Signals .v42Signal.time{background:radial-gradient(circle at 84% 20%,rgba(139,245,255,.2),transparent 31%),linear-gradient(145deg,#061532,#09255d 58%,#123f91)!important}.v42Signals .v42Signal.pulse{background:radial-gradient(circle at 84% 20%,rgba(98,236,255,.25),transparent 32%),linear-gradient(145deg,#061532,#08275e 58%,#085d93)!important}.v42Signals .v42Signal.ai{background:radial-gradient(circle at 84% 20%,rgba(91,238,219,.24),transparent 32%),linear-gradient(145deg,#061532,#08245b 55%,#08717e)!important}.v42Signals .v42Signal .v42ClockIcon,.v42Signals .v42Signal .v42MiniPulse.signal,.v42Signals .v42Signal .v42AiIcon{position:absolute!important;right:22px!important;top:28px!important;width:62px!important;height:62px!important;z-index:2!important;opacity:1!important}.v42Signals .v42Signal .v42ClockIcon{background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 18px 38px #00000029,inset 0 1px #ffffff24!important}.v42Signals .v42Signal .v42ClockIcon i{background:#d2eaff94!important}.v42Signals .v42Signal .v42ClockIcon:after{background:linear-gradient(180deg,#8bf5ff,#fff)!important}.v45OpsCard{justify-items:start!important;padding-left:18px!important;padding-right:18px!important}.v45OpsCard h3,.v45OpsCard label,.v45OpsCard .v42Field,.v45OpsCard .v45Dropdown,.v45OpsCard .v45TypePick,.v45OpsCard .v45AddExpense{justify-self:start!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.v45OpsCard .v42Field,.v43OpsStory .v42Field{justify-content:flex-start!important;text-align:left!important;padding-left:14px!important}.v45OpsCard .v42Field span,.v45OpsCard .v42Field b,.v43OpsStory .v42Field span,.v43OpsStory .v42Field b{width:auto!important;text-align:left!important}.v45OpsCard .v45Dropdown{left:18px!important;right:auto!important;transform:translateY(-8px) scale(.98)!important}.v45s-dropdown .v45OpsCard .v45Dropdown,.v45s-salary-focus .v45OpsCard .v45Dropdown,.v45s-salary-tap .v45OpsCard .v45Dropdown{transform:translateY(0) scale(1)!important}.v42PulseAbilityGrid{align-items:start!important;gap:10px!important}.v42PulseAbility{align-self:start!important;min-height:0!important;padding:7px 10px!important;border-radius:18px!important}.v42PulseAbility summary{min-height:34px!important;padding:0!important;gap:8px!important}.v42PulseAbility summary span{width:22px!important;height:22px!important;flex:0 0 22px!important;font-size:12px!important;margin:0!important}.v42PulseAbility summary b{font-size:15px!important;line-height:1.05!important}.v42PulseAbility summary em{width:22px!important;height:22px!important;flex:0 0 22px!important}.v42PulseAbility p{font-size:12.5px!important;line-height:1.3!important;margin:7px 0 0 30px!important;padding:0!important}.v42AiMachineClean .v53AiLoader{position:relative!important;overflow:hidden!important;width:min(440px,88%)!important;height:116px!important;animation:v55AiBreath 2.7s ease-in-out infinite!important}.v42AiMachineClean .v53AiLoader:before{content:""!important;display:block!important;position:absolute!important;left:24px!important;right:76px!important;bottom:28px!important;height:5px!important;border-radius:999px!important;background:#8bf5ff1f!important;overflow:hidden!important}.v42AiMachineClean .v53AiLoader:after{content:""!important;display:block!important;position:absolute!important;left:24px!important;bottom:28px!important;width:46%!important;height:5px!important;border-radius:999px!important;background:linear-gradient(90deg,#2864ff,#22d4ee,#8bf5ff)!important;box-shadow:0 0 22px #22d4ee57!important;animation:v55AiBar 2.2s ease-in-out infinite!important}.v42AiMachineClean .v53AiLoader em{animation:v55AiSpin .9s linear infinite!important}.v53AiStatus i:nth-child(1){animation:v55StatusOne 8.8s linear infinite!important}.v53AiStatus i:nth-child(2){animation:v55StatusTwo 8.8s linear infinite!important}.v53AiStatus i:nth-child(3){animation:v55StatusThree 8.8s linear infinite!important}.v53AiStatus i:nth-child(4){animation:v55StatusFour 8.8s linear infinite!important;color:#a9ffd4!important}.v42AiMachineClean .v53AiLoader .v53AiStatus:after{display:none!important}@keyframes v55AiSpin{to{transform:rotate(360deg)}}@keyframes v55AiBar{0%{transform:translate(0) scaleX(.22);opacity:.72}48%{transform:translate(72%) scaleX(1);opacity:1}to{transform:translate(165%) scaleX(.28);opacity:.7}}@keyframes v55AiBreath{50%{box-shadow:0 34px 86px #00000038,0 0 32px #22d4ee24,inset 0 1px #ffffff29}}@keyframes v55StatusOne{0%,20%{opacity:1}24%,to{opacity:0}}@keyframes v55StatusTwo{0%,25%{opacity:0}28%,48%{opacity:1}52%,to{opacity:0}}@keyframes v55StatusThree{0%,53%{opacity:0}56%,74%{opacity:1}78%,to{opacity:0}}@keyframes v55StatusFour{0%,79%{opacity:0}83%,to{opacity:1}}@media (max-width:660px){.v42Signals .v42Signal.time,.v42Signals .v42Signal.pulse,.v42Signals .v42Signal.ai{min-height:124px!important;padding:18px 86px 18px 18px!important}.v42Signals .v42Signal b{font-size:21px!important}.v42Signals .v42Signal span{font-size:14.5px!important;max-width:210px!important}.v42Signals .v42Signal .v42ClockIcon,.v42Signals .v42Signal .v42MiniPulse.signal,.v42Signals .v42Signal .v42AiIcon{width:56px!important;height:56px!important;right:16px!important;top:24px!important}.v42PulseAbility{padding:7px 10px!important}.v42PulseAbility summary{min-height:32px!important}.v42PulseAbility summary b{font-size:14.5px!important}.v42AiMachineClean .v53AiLoader{width:100%!important;height:104px!important}.v53AiStatus i{font-size:14px!important;white-space:normal!important;line-height:1.25!important}}.v42Hero h1{max-width:980px!important}.v42HeroText{max-width:820px!important;color:#6f7b91!important}.v42HeroText strong{display:block;color:#5f6d86!important;font-size:30px!important;line-height:1.16!important;font-weight:850!important}.v45OpsCard .v42Field{display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;padding-left:14px!important}.v45OpsCard .v42Field span,.v45OpsCard .v42Field b{width:auto!important;max-width:100%!important;text-align:left!important;margin:0!important}.v45s-category-picked .v45Category>span{display:none!important}.v45s-category-picked .v45Category b,.v45s-desc-filled .v45Description span,.v45s-amount-filled .v45Amount span{opacity:1!important}.v45OpsCard .v45TypePick span{justify-content:flex-start!important;text-align:left!important;padding-left:12px!important}.v51PulseCarousel[data-v51-index="0"] .v51PulseArrow.prev,.v51PulseCarousel[data-v51-index="4"] .v51PulseArrow.next{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.v51PulseProgress{height:8px!important;align-items:center!important}.v51PulseProgress span{height:5px!important;background:#2864ff1f!important}.v51PulseProgress span:before{transition:none!important}.v51PulseProgress span.active:not(.current):before{width:100%!important}.v51PulseProgress span.current:before{width:100%!important;animation:v56PulseStoryBar 3.4s ease-in-out infinite!important}.v51PulseProgress span:not(.active):before{width:0!important;animation:none!important}.v51PulseIntro strong{display:inline-flex!important;align-items:center!important;gap:12px!important}.v51PulseIntro strong:after{content:"";width:126px;height:5px;border-radius:999px;background:linear-gradient(90deg,#8bf5ff38,#8bf5ff,#8bf5ff1f);position:relative;overflow:hidden;box-shadow:0 0 22px #22d4ee2e;animation:v56SwipeNudge 1.9s ease-in-out infinite}.v42AiMachineClean .v53AiLoader em{border-color:#8bf5ff3d!important;border-top-color:#8bf5ff!important;animation:v56AiIcon 10.5s linear infinite!important}.v42AiMachineClean .v53AiLoader em:before,.v42AiMachineClean .v53AiLoader em:after{content:""!important;position:absolute!important;display:block!important;border-radius:999px!important;background:#fff!important;opacity:0!important;transform-origin:left center!important}.v42AiMachineClean .v53AiLoader em:before{width:12px!important;height:4px!important;left:8px!important;top:17px!important;transform:rotate(45deg)!important}.v42AiMachineClean .v53AiLoader em:after{width:21px!important;height:4px!important;left:15px!important;top:21px!important;transform:rotate(-48deg)!important}.v53AiStatus i:nth-child(1){animation:v56StatusOne 10.5s linear infinite!important}.v53AiStatus i:nth-child(2){animation:v56StatusTwo 10.5s linear infinite!important}.v53AiStatus i:nth-child(3){animation:v56StatusThree 10.5s linear infinite!important}.v53AiStatus i:nth-child(4){animation:v56StatusFour 10.5s linear infinite!important;color:#b9ffd8!important}.v42AiMachineClean .v53AiLoader:after{animation:v56AiBar 10.5s ease-in-out infinite!important}@keyframes v56PulseStoryBar{0%{transform:translate(-70%) scaleX(.35);opacity:.65}45%{transform:translate(0) scaleX(1);opacity:1}to{transform:translate(70%) scaleX(.35);opacity:.65}}@keyframes v56SwipeNudge{0%,to{transform:translate(0);opacity:.58}50%{transform:translate(14px);opacity:1}}@keyframes v56AiIcon{0%,68%{transform:rotate(360deg);background:transparent;border-color:#8bf5ff3d;border-top-color:#8bf5ff}72%,to{transform:rotate(0);background:#19c37d;border-color:#19c37d;border-top-color:#19c37d}}@keyframes v56AiBar{0%{transform:translate(0) scaleX(.16);opacity:.78}58%{transform:translate(92%) scaleX(1);opacity:1}70%,to{transform:translate(165%) scaleX(.22);opacity:0}}@keyframes v56StatusOne{0%,19%{opacity:1}23%,to{opacity:0}}@keyframes v56StatusTwo{0%,25%{opacity:0}29%,45%{opacity:1}49%,to{opacity:0}}@keyframes v56StatusThree{0%,50%{opacity:0}54%,68%{opacity:1}72%,to{opacity:0}}@keyframes v56StatusFour{0%,74%{opacity:0}78%,to{opacity:1}}@keyframes v56AiCheckOne{0%,74%{opacity:0}78%,to{opacity:1}}.v42AiMachineClean .v53AiLoader em:before,.v42AiMachineClean .v53AiLoader em:after{animation:v56AiCheckOne 10.5s linear infinite!important}.v42Cta p strong{display:inline;color:#fff;font-weight:950}@media (max-width:660px){.v42Hero h1{font-size:41px!important;line-height:.98!important}.v42HeroText strong{font-size:22px!important;line-height:1.18!important}.v51PulseIntro strong:after{width:88px!important}}.v42AiMachineClean .v53AiLoader .v53AiStatus{display:block!important;position:relative!important;z-index:5!important;flex:1 1 auto!important;height:42px!important;min-width:0!important;overflow:hidden!important;font-size:18px!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i{display:block!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:100%!important;max-width:100%!important;color:#fff!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:0!important;text-align:left!important;white-space:normal!important;text-shadow:0 8px 24px rgba(0,0,0,.22)!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i:nth-child(1){animation:v57StatusOne 10.5s linear infinite!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i:nth-child(2){animation:v57StatusTwo 10.5s linear infinite!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i:nth-child(3){animation:v57StatusThree 10.5s linear infinite!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i:nth-child(4){animation:v57StatusFour 10.5s linear infinite!important;color:#b9ffd8!important}@keyframes v57StatusOne{0%,24.9%{opacity:1}25%,to{opacity:0}}@keyframes v57StatusTwo{0%,24.9%{opacity:0}25%,49.9%{opacity:1}50%,to{opacity:0}}@keyframes v57StatusThree{0%,49.9%{opacity:0}50%,74.9%{opacity:1}75%,to{opacity:0}}@keyframes v57StatusFour{0%,74.9%{opacity:0}75%,to{opacity:1}}@media (max-width:660px){.v42AiMachineClean .v53AiLoader .v53AiStatus{height:38px!important}.v42AiMachineClean .v53AiLoader .v53AiStatus i{font-size:15px!important;line-height:1.2!important}}html,body,button,input,select,textarea{font-family:var(--rentlyFont)!important;font-synthesis-weight:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0!important}body *{letter-spacing:0!important}body{font-weight:400!important;color:#222!important}.brand,.title,.smallTitle,.dashTitle,h1,h2,h3,.guestColTitle,.bc48Title,.settingBoxTitle,.onboardingTitle,.modalTop .title{font-weight:700!important;letter-spacing:0!important;color:#222}.sub,.historyMeta,.guestSub,.guestMeta,.fieldHelp,.onboardingSub,.objectMetricsNote,.helpCard span,.helpTerm span,.dateRangeSub{font-weight:400!important;color:#717171!important;letter-spacing:0!important}.btn,.btnSoft,.btnRed,.pill,.navBtn,.operationSwitch button,.guestTab,.filter,.customSelectBtn,.customOption,.settingHead,.editLine,.guestCount,.guestMiniAdd,.bc48Chip,.bc48Btn,.bc48Field label,.guestField label{font-weight:600!important;letter-spacing:0!important}.money,.moneyPlus,.moneyMinus,.kpiVal,.donutBig,.summaryVal,.objValue,.objectTop,.historyTitle,.guestName,.guestMoney,.guestTaskTitle,.rangeModalTitle,.dateRangeTitle{font-weight:700!important;letter-spacing:0!important;color:#222}input,select,textarea{font-weight:500!important;color:#222!important}.bottomNav{box-shadow:0 8px 28px #0000001f!important}.navBtn{color:#6b6b6b!important}.navBtn.active{font-weight:700!important}.card,.aCard,.guestCard,.bc48Shell,.settingBox,.modalBox{color:#222}#dashboardTab,#dashboardTab *{letter-spacing:0!important}#dashboardTab .dashTitle,#dashboardTab .title,#dashboardTab .smallTitle,#dashboardTab .kpiVal,#dashboardTab .dashStatVal,#dashboardTab .dashTopValue,#dashboardTab .objValue,#dashboardTab .money{font-weight:700!important}#dashboardTab .kpiName,#dashboardTab .kpiPlan,#dashboardTab .kpiBot,#dashboardTab .dashSub,#dashboardTab .dashHint,#dashboardTab .dashMiniMeta{font-weight:400!important}.channelBadge{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;border-radius:999px;padding:4px 8px;background:#f7f7f7;color:#222;font-size:10px;font-weight:700;line-height:1;white-space:nowrap;vertical-align:middle;box-shadow:none}.channelIcon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 15px;width:15px;height:15px;border-radius:50%;font-size:6px;font-weight:800;line-height:1;color:#fff;overflow:hidden}.channelIcon.avito{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1.4px;background:transparent;border-radius:0;color:transparent}.channelIcon.avito i{display:block;border-radius:50%}.channelIcon.avito i:nth-child(1){background:#0af}.channelIcon.avito i:nth-child(2){background:#97cf26}.channelIcon.avito i:nth-child(3){background:#ff6163}.channelIcon.avito i:nth-child(4){background:#a169f7}.channelIcon.vk,.channelIcon.vk_market{background:#2787f5;font-size:6px;letter-spacing:0}.channelIcon.instagram{background:radial-gradient(circle at 28% 95%,#ffd76f 0 18%,#f77737 28%,#e1306c 52%,#833ab4 78%,#405de6)}.channelIcon.instagram:after{content:"";width:6px;height:6px;border:1.4px solid #fff;border-radius:50%}.channelIcon.telegram{background:#2aabee;font-size:9px}.channelIcon.telegram:before{content:"\203a";transform:rotate(-35deg);font-size:15px;margin-top:-1px}.channelIcon.whatsapp{background:#25d366;font-size:9px}.channelIcon.whatsapp:before{content:"\260e";font-size:9px}.channelIcon.bnovo{background:#16a085;font-size:8px}.channelIcon.amocrm{background:#0f172a;font-size:8px}.channelIcon.site{background:#64748b;font-size:6px}.channelIcon.manual{background:#94a3b8;font-size:7px}.channelIcon.other{background:#94a3b8}.channelBadge.avito{background:#eef9ff;color:#0369a1}.channelBadge.vk,.channelBadge.vk_market{background:#eef6ff;color:#1d4ed8}.channelBadge.instagram{background:#fff1f7;color:#be185d}.channelBadge.telegram{background:#edf8ff;color:#0369a1}.channelBadge.whatsapp{background:#ecfdf3;color:#047857}.channelBadge.bnovo{background:#ecfdf5;color:#047857}.channelBadge.amocrm{background:#f1f5f9;color:#334155}.channelBadge.site,.channelBadge.manual,.channelBadge.other{background:#f5f5f5;color:#525252}.channelIcon.facebook{background:#1877f2;font-size:10px}.channelIcon.google{background:#fff;color:#4285f4;border:1px solid #e5e7eb;font-size:8px}.channelIcon.yandex{background:#fc3f1d;font-size:9px}.channelIcon.cian{background:#0468ff;font-size:8px}.channelIcon.booking{background:#003b95;font-size:8px}.channelIcon.ostrovok{background:#00a3ff;font-size:8px}.channelIcon.sutochno{background:#ff6b00;font-size:8px}.channelIcon.email{background:#475569;font-size:9px}.channelIcon.phone{background:#0f766e;font-size:9px}.channelBadge.facebook{background:#eff6ff;color:#1d4ed8}.channelBadge.google{background:#f8fafc;color:#334155}.channelBadge.yandex{background:#fff1f2;color:#b91c1c}.channelBadge.cian{background:#eff6ff;color:#1d4ed8}.channelBadge.booking{background:#eef2ff;color:#3730a3}.channelBadge.ostrovok{background:#e0f2fe;color:#0369a1}.channelBadge.sutochno{background:#fff7ed;color:#c2410c}.channelBadge.email,.channelBadge.phone{background:#f1f5f9;color:#334155}.guestPill{font-weight:700!important}.guestPills .channelBadge{margin-right:0}.bc48Bar .channelBadge{font-size:9px;padding:2px 5px;gap:3px;background:#ffffffc7!important;color:#1f2937!important}.bc48Bar .channelIcon{width:11px;height:11px;flex-basis:11px;font-size:5px}.bc48Bar small{display:flex;justify-content:flex-end;min-width:0}.channelIcon.vk:before,.channelIcon.vk_market:before{content:"VK";font-size:5.4px;font-weight:800;color:#fff}.channelIcon.bnovo:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.channelIcon.amocrm:before{content:"a";font-size:8px;font-weight:800;color:#fff}.channelIcon.facebook:before{content:"f";font-size:10px;font-weight:800;color:#fff}.channelIcon.google:before{content:"G";font-size:8px;font-weight:800}.channelIcon.yandex:before{content:"\42f";font-size:9px;font-weight:800;color:#fff}.channelIcon.cian:before{content:"C";font-size:8px;font-weight:800;color:#fff}.channelIcon.booking:before{content:"B";font-size:8px;font-weight:800;color:#fff}.channelIcon.ostrovok:before{content:"O";font-size:8px;font-weight:800;color:#fff}.channelIcon.sutochno:before{content:"S";font-size:8px;font-weight:800;color:#fff}.channelIcon.email:before{content:"@";font-size:9px;font-weight:800;color:#fff}.channelIcon.phone:before{content:"\260e";font-size:9px;color:#fff}.channelIcon.site:before{content:"www";font-size:5px;font-weight:800;color:#fff}.channelIcon.manual:before{content:"R";font-size:7px;font-weight:800;color:#fff}.channelIcon.other:before{content:"";width:5px;height:5px;border-radius:50%;background:#fff}.bnovoMatchToast{position:fixed;left:50%;top:86px;z-index:1200;width:min(430px,calc(100vw - 32px));transform:translate(-50%,-16px) scale(.98);opacity:0;border:1px solid rgba(37,99,255,.16);border-radius:24px;background:#fffffff5;box-shadow:0 24px 70px #0f172a38;padding:16px 18px;color:#222;animation:bnovoMatchIn .22s ease forwards,bnovoMatchOut .24s ease forwards 4.2s}.bnovoMatchToast b{display:block;font-size:17px;font-weight:700;margin-bottom:5px}.bnovoMatchToast span{display:block;color:#717171;font-size:13px;font-weight:500;line-height:1.35}@keyframes bnovoMatchIn{to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes bnovoMatchOut{to{opacity:0;transform:translate(-50%,-12px) scale(.98)}}.rentlyNavIcon svg,.ico{stroke-width:2!important}#guestsTab .card{border-radius:24px!important;box-shadow:0 18px 42px #0f172a14!important;border:1px solid rgba(15,23,42,.06)!important}#guestsTab .guestToolbar h2{font-size:34px!important;line-height:1.05!important;letter-spacing:0!important}#guestsTab .guestSub{font-weight:500!important;color:#6f7480!important}#guestsTab .guestTab{border-radius:999px!important;padding:11px 17px!important;background:#fff!important;border:1px solid #e6e8ec!important;color:#30343b!important;box-shadow:none!important}#guestsTab .guestTab.active{background:#08aeea!important;border-color:#08aeea!important;color:#fff!important;box-shadow:0 10px 24px #08aeea38!important}#guestsTab .guestProcess{gap:10px!important;padding-bottom:104px!important}#guestsTab .guestCol{border-radius:16px!important;background:#f8fafc!important;border:1px solid #e9edf3!important;padding:10px!important;min-height:430px!important}#guestsTab .guestColTitle{font-size:18px!important;line-height:1.08!important;color:#202124!important}#guestsTab .guestColHint{font-weight:500!important;color:#70757d!important}#guestsTab .guestCount{background:#eef8ff!important;color:#0088bd!important;border-radius:999px!important}#guestsTab .guestMiniAdd{border-radius:12px!important;box-shadow:none!important}#guestsTab .guestCard{border-radius:14px!important;border:1px solid #edf0f4!important;box-shadow:0 6px 18px #0f172a0f!important;padding:13px!important}#guestsTab .guestCard:hover{box-shadow:0 10px 26px #0f172a1a!important;border-color:#dbeafe!important}#guestsTab .guestName{font-size:17px!important;color:#202124!important}#guestsTab .guestMeta{font-weight:600!important;color:#6f7480!important}#guestsTab .guestMoney{font-weight:700!important}#guestsTab .guestPills{gap:7px!important;align-items:center!important}#guestsTab .guestPill{border-radius:999px!important;padding:4px 8px!important;font-weight:700!important}#guestsTab .channelBadge,.bc48Bar .channelBadge{background:transparent!important;color:#2f343b!important;padding:0!important;gap:5px!important;box-shadow:none!important;font-size:12px!important;font-weight:600!important}#guestsTab .channelBadge>span:last-child,.bc48Bar .channelBadge>span:last-child{font-size:12px!important;font-weight:600!important;letter-spacing:0!important}.channelIcon{width:18px!important;height:18px!important;flex-basis:18px!important;border-radius:50%!important}.channelIcon.avito{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#fff!important;padding:3px!important;gap:2px!important;box-shadow:inset 0 0 0 1px #1118271a!important}.channelIcon.avito i{border-radius:50%!important}.channelIcon.vk,.channelIcon.vk_market{background:#2787f5!important}.channelIcon.vk:before,.channelIcon.vk_market:before{font-size:6px!important}.channelIcon.bnovo{background:#0abf86!important}.channelIcon.bnovo:before{content:"B"!important;width:auto!important;height:auto!important;background:transparent!important;color:#fff!important;font-size:8px!important;font-weight:800!important}.channelIcon.amocrm{background:#0f172a!important}.channelIcon.amocrm:before{content:"a"!important;font-size:9px!important}.bc48GuestMinimal{border-radius:18px!important;border:1px solid #e8eaef!important;box-shadow:none!important}#guestBoardHost .bc48TodayPanel,#guestBoardHost .bc48ClosePanel,#guestBoardHost .bc48Filters,#guestBoardHost .bc48Stats{display:none!important}#guestBoardHost .bc48Toolbar{grid-template-columns:1fr auto!important;padding:12px!important;border-bottom:1px solid #eceff3!important;background:#fff!important}#guestBoardHost .bc48Right .bc48Btn:not(.bc48Add){display:none!important}#guestBoardHost .bc48Segment{border-radius:999px!important;background:#f5f6f7!important}#guestBoardHost .bc48Segment button,#guestBoardHost .bc48Btn,#guestBoardHost .bc48Icon{border-radius:999px!important;box-shadow:none!important}#guestBoardHost .bc48Title{font-size:20px!important;color:#202124!important;min-width:auto!important}#guestBoardHost .bc48BoardWrap{min-height:560px!important;max-height:calc(100dvh - 285px)!important;padding-bottom:92px!important;border-top:0!important}#guestBoardHost .bc48Board{--bc48-left:190px;--bc48-col:78px}#guestBoardHost .bc48Sticky{z-index:20!important;background:#fff!important;box-shadow:6px 0 12px #0f172a0a!important}#guestBoardHost .bc48Corner{z-index:30!important}#guestBoardHost .bc48Date{z-index:6!important}#guestBoardHost .bc48CategoryRow .bc48Sticky,#guestBoardHost .bc48RoomName{font-size:15px!important}#guestBoardHost .bc48Bar{border-radius:10px!important;box-shadow:0 7px 16px #0ea5e92b!important}#guestBoardHost .bc48Bar .channelIcon{width:14px!important;height:14px!important;flex-basis:14px!important}#guestsTab.guestBoardMode>.guestShell>.guestToolbar{display:none!important}#guestsTab.guestBoardMode>.guestShell{padding-top:18px!important}#guestsTab.guestBoardMode .guestTabs{margin-bottom:12px!important}#guestsTab.guestBoardMode #guestBoardHost{margin-top:0!important}.bcDrawer{overflow-y:auto!important;overflow-x:hidden!important;width:min(560px,100vw)!important}.bcDrawerInner{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.bcDrawerInner *{box-sizing:border-box!important;max-width:100%}.guestDrawerGrid,.bc48DrawerGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;min-width:0!important}.guestField input,.guestField select,.guestField textarea,.bc48Field input,.bc48Field select,.bc48Field textarea{min-width:0!important;border-radius:12px!important}.bcDrawerFoot{min-width:0!important}.amoWriteBtn{display:inline-flex!important;align-items:center!important;gap:8px!important;border-radius:999px!important;background:#111827!important;color:#fff!important;padding:10px 14px!important}.amoWriteIcon{width:18px;height:18px;border-radius:50%;display:inline-grid;place-items:center;background:#ffffff29;position:relative;flex:0 0 18px}.amoWriteIcon:before{content:"";width:10px;height:7px;border:1.8px solid #fff;border-radius:2px}.guestTask{border-radius:14px!important;box-shadow:none!important}.guestTaskCheck{transition:background .15s ease,border-color .15s ease,color .15s ease!important}.guestTaskCheck:hover{background:#eaf8ff!important}@media (max-width:767px){#guestsTab .card{border-radius:22px!important;padding:20px 14px 96px!important}#guestsTab .guestToolbar h2{font-size:30px!important}#guestsTab .guestProcess{grid-template-columns:repeat(7,82vw)!important}#guestBoardHost .bc48Toolbar{display:flex!important;flex-wrap:wrap!important;gap:8px!important}#guestBoardHost .bc48Left,#guestBoardHost .bc48Right{display:flex!important;gap:6px!important;flex-wrap:wrap!important;width:100%!important}#guestBoardHost .bc48Title{order:10;width:100%!important;font-size:18px!important}#guestBoardHost .bc48Board{--bc48-left:124px!important;--bc48-col:66px!important}#guestBoardHost .bc48BoardWrap{min-height:510px!important;max-height:calc(100dvh - 250px)!important}#guestBoardHost .bc48RoomName{font-size:13px!important;padding-left:10px!important}#guestBoardHost .bc48Corner{padding-left:10px!important}.bcDrawer{width:100vw!important}.bcDrawerInner{padding:18px 14px 112px!important}.guestDrawerGrid,.bc48DrawerGrid{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:1100px){#guestBoardHost .bc48Board{--bc48-left:172px!important;--bc48-col:74px!important}#guestBoardHost .bc48BoardWrap{max-height:calc(100dvh - 300px)!important}}#guestsTab>.card>.guestToolbar{display:none!important}#guestsTab .guestTabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important;flex-wrap:nowrap!important;padding:8px 2px 0!important;margin-bottom:14px!important}#guestsTab .guestTab{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;min-height:44px!important;padding:10px 6px!important;border-radius:14px!important;white-space:nowrap!important;overflow:visible!important;font-size:12px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.015em!important;text-align:center!important;box-shadow:none!important}#guestsTab .guestTabShort{display:none}#guestsTab .guestTab.active{background:#20242b!important;border-color:#20242b!important;box-shadow:0 4px 12px #1118271a!important}#guestsTab .guestTabBadge{position:absolute!important;top:-8px!important;right:5px!important;z-index:5!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:99px!important;background:#ff385c!important;color:#fff!important;box-shadow:0 0 0 3px #fff!important;font-size:10px!important;line-height:19px!important;overflow:visible!important}#guestsTab .guestCard[data-booking-stage]{border:1px solid var(--stage-border)!important;border-radius:14px!important;background:var(--stage-bg)!important;box-shadow:0 2px 8px #1118270f,0 1px 2px #11182709!important}#guestsTab .guestCard[data-booking-stage=new]{--stage-bg:#fff4e5;--stage-border:#eed6b0}#guestsTab .guestCard[data-booking-stage=confirm]{--stage-bg:#eaf3ff;--stage-border:#cbdcf4}#guestsTab .guestCard[data-booking-stage=prepaid]{--stage-bg:#f3eeff;--stage-border:#dcd0f4}#guestsTab .guestCard[data-booking-stage=paid]{--stage-bg:#e9f7ef;--stage-border:#c8e5d2}#guestsTab .guestCard[data-booking-stage=stay]{--stage-bg:#e8f1ec;--stage-border:#cadcce}#guestsTab .guestCard[data-booking-stage=checkout]{--stage-bg:#eef2f7;--stage-border:#d7dee8}#guestsTab .guestCard[data-booking-stage=deposit]{--stage-bg:#f2f6ec;--stage-border:#d6e2c5}#guestsTab .guestCard[data-booking-stage=completed]{--stage-bg:#f2f3f3;--stage-border:#dde1e4}#guestsTab .guestCard:hover{border-color:var(--stage-border)!important;box-shadow:0 4px 12px #11182713,0 1px 2px #1118270a!important}#guestBoardHost .bc48Bar,#bookingCalendarPane .bc48Bar{border:1px solid transparent!important;border-radius:8px!important;color:#293241!important;box-shadow:0 2px 7px #11182712,0 1px 2px #1118270a!important;font-weight:700!important}#guestBoardHost .bc48Bar[data-booking-stage=new],#bookingCalendarPane .bc48Bar[data-booking-stage=new]{background:#fff4e5!important;border-color:#eed6b0!important}#guestBoardHost .bc48Bar[data-booking-stage=confirm],#bookingCalendarPane .bc48Bar[data-booking-stage=confirm]{background:#eaf3ff!important;border-color:#cbdcf4!important}#guestBoardHost .bc48Bar[data-booking-stage=prepaid],#bookingCalendarPane .bc48Bar[data-booking-stage=prepaid]{background:#f3eeff!important;border-color:#dcd0f4!important}#guestBoardHost .bc48Bar[data-booking-stage=paid],#bookingCalendarPane .bc48Bar[data-booking-stage=paid]{background:#e9f7ef!important;border-color:#c8e5d2!important}#guestBoardHost .bc48Bar[data-booking-stage=stay],#bookingCalendarPane .bc48Bar[data-booking-stage=stay]{background:#e8f1ec!important;border-color:#cadcce!important}#guestBoardHost .bc48Bar[data-booking-stage=checkout],#bookingCalendarPane .bc48Bar[data-booking-stage=checkout]{background:#eef2f7!important;border-color:#d7dee8!important}#guestBoardHost .bc48Bar[data-booking-stage=deposit],#bookingCalendarPane .bc48Bar[data-booking-stage=deposit]{background:#f2f6ec!important;border-color:#d6e2c5!important}#guestBoardHost .bc48Bar[data-booking-stage=completed],#bookingCalendarPane .bc48Bar[data-booking-stage=completed]{background:#f2f3f3!important;border-color:#dde1e4!important}#guestBoardHost .bc48Bar[data-booking-stage=blocked],#bookingCalendarPane .bc48Bar[data-booking-stage=blocked]{background:#e6e9ed!important;border-color:#d7dce2!important;color:#5f6771!important}#guestBoardHost .bc48Bar[data-booking-stage=new],#bookingCalendarPane .bc48Bar[data-booking-stage=new]{--stage-text:#77532d}#guestBoardHost .bc48Bar[data-booking-stage=confirm],#bookingCalendarPane .bc48Bar[data-booking-stage=confirm]{--stage-text:#315d8f}#guestBoardHost .bc48Bar[data-booking-stage=prepaid],#bookingCalendarPane .bc48Bar[data-booking-stage=prepaid]{--stage-text:#634c88}#guestBoardHost .bc48Bar[data-booking-stage=paid],#bookingCalendarPane .bc48Bar[data-booking-stage=paid]{--stage-text:#356b50}#guestBoardHost .bc48Bar[data-booking-stage=stay],#bookingCalendarPane .bc48Bar[data-booking-stage=stay]{--stage-text:#3e6855}#guestBoardHost .bc48Bar[data-booking-stage=checkout],#bookingCalendarPane .bc48Bar[data-booking-stage=checkout]{--stage-text:#4d607a}#guestBoardHost .bc48Bar[data-booking-stage=deposit],#bookingCalendarPane .bc48Bar[data-booking-stage=deposit]{--stage-text:#566b3c}#guestBoardHost .bc48Bar[data-booking-stage=completed],#bookingCalendarPane .bc48Bar[data-booking-stage=completed]{--stage-text:#5c646b}#guestBoardHost .bc48Bar[data-booking-stage]>span:not(.bc48Avatar),#guestBoardHost .bc48Bar[data-booking-stage] .bc48BarAmount,#bookingCalendarPane .bc48Bar[data-booking-stage]>span:not(.bc48Avatar),#bookingCalendarPane .bc48Bar[data-booking-stage] .bc48BarAmount{color:var(--stage-text)!important}#guestBoardHost .bc48Bar.hasTasks,#bookingCalendarPane .bc48Bar.hasTasks{box-shadow:0 2px 7px #11182712,0 1px 2px #1118270a!important}#guestBoardHost .bc48Cell,#bookingCalendarPane .bc48Cell{border-color:#e9edf1!important;background:#fff!important}#guestBoardHost .bc48Date.weekend,#bookingCalendarPane .bc48Date.weekend,#guestBoardHost .bc48Cell:nth-child(7n),#bookingCalendarPane .bc48Cell:nth-child(7n){background:#fafbfc!important}.tasksHero{position:relative;min-height:190px;margin:0 0 14px;padding:22px 210px 20px 22px;border:1px solid #ece9e2;border-radius:24px;background:linear-gradient(145deg,#fff,#fbfaf7);box-shadow:0 8px 26px #1f242c0e;overflow:hidden;box-sizing:border-box}.tasksHero>div{position:relative;z-index:2}.tasksEyebrow{display:block;margin-bottom:5px;color:#8a8175;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.tasksHero h2{margin:0;color:#22252a;font-size:31px;line-height:1.05;letter-spacing:-.035em}.tasksHero p{max-width:310px;margin:7px 0 15px;color:#737983;font-size:14px;line-height:1.38}.tasksHero>img{position:absolute;right:8px;bottom:-8px;width:205px;height:205px;object-fit:contain;pointer-events:none}.tasksHeroActions{display:flex;gap:8px;align-items:center}.tasksHeroActions button{border:1px solid #e5e2dc;border-radius:12px;background:#fff;color:#262a30;padding:9px 13px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.tasksHeroActions .primary{border-color:#20242b;background:#20242b;color:#fff}.tasksFilters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0 0 12px;padding:4px;border-radius:15px;background:#f2f3f4}.tasksFilters button{position:relative;min-width:0;border:0;border-radius:11px;background:transparent;color:#747b84;padding:9px 4px;font:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.tasksFilters button.active{background:#fff;color:#22262c;box-shadow:0 2px 8px #11182712}.tasksFilters i{position:absolute;top:-5px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#ff385c;color:#fff;font-size:9px;font-style:normal;line-height:17px;box-shadow:0 0 0 2px #f2f3f4}.tasksList{gap:10px!important;overflow-anchor:none}.tasksList .guestTask{position:relative;grid-template-columns:40px minmax(0,1fr) 28px;gap:11px;min-height:78px;margin:0 2px;padding:13px 14px;border:1px solid #e8e7e3;border-radius:16px;background:#fff;box-shadow:0 3px 12px #1118270e;cursor:pointer}.tasksList .guestTask.today{background:#eef6ff;border-color:#d6e6f8}.tasksList .guestTask.overdue{background:#fff4f1;border-color:#f3ddd7}.tasksList .guestTask.done{background:#f5f6f5;border-color:#e5e8e5}.tasksList .guestTaskCheck{width:38px;height:38px;border:1px solid #cfd7df;background:#fff;color:#6b7786;font-size:17px}.tasksList .guestTaskCheck.done{background:#e7f2ea;border-color:#cbded0;color:#497559}.tasksList .guestTaskIdentity{min-width:0}.tasksList .guestTaskIdentity>div{min-width:0}.tasksList .guestTaskTitle{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#272b31;font-size:15px;font-weight:650!important;line-height:1.25}.tasksList .guestTaskMeta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d848d;font-size:11px}.guestTaskChevron{align-self:center;color:#a0a6ae;font-size:24px;font-weight:400}.tasksEmpty{min-height:260px;display:grid;place-content:center;justify-items:center;text-align:center;color:#7d848d}.tasksEmpty img{width:112px;height:112px;object-fit:contain;margin-bottom:2px}.tasksEmpty b{color:#2b2f35;font-size:17px}.tasksEmpty span{margin-top:4px;font-size:13px}.tasksLoading{display:grid;gap:10px;margin:0 2px}.tasksLoadingHero,.tasksLoadingFilters,.tasksLoadingRow{position:relative;overflow:hidden;background:#f0f1f2}.tasksLoadingHero:after,.tasksLoadingFilters:after,.tasksLoadingRow:after{content:"";position:absolute;inset:-40% auto -40% -55%;width:44%;transform:skew(-14deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:rentlyV97Wave 1.5s ease-in-out infinite}.tasksLoadingHero{height:190px;border-radius:24px;padding:24px}.tasksLoadingHero b,.tasksLoadingHero span,.tasksLoadingHero i{display:block;border-radius:8px;background:#e2e4e6}.tasksLoadingHero b{width:110px;height:28px}.tasksLoadingHero span{width:190px;height:12px;margin-top:10px}.tasksLoadingHero i{position:absolute;right:28px;top:25px;width:138px;height:138px;border-radius:44px}.tasksLoadingFilters{height:46px;border-radius:15px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:5px}.tasksLoadingFilters i{border-radius:10px;background:#e1e3e5}.tasksLoadingRow{height:78px;border-radius:16px;background:#f5f5f4}.tasksLoadingRow i{position:absolute;left:14px;top:22px;width:32px;height:32px;border-radius:50%;background:#e0e2e4}.tasksLoadingRow span,.tasksLoadingRow b{position:absolute;left:58px;height:12px;border-radius:8px;background:#e0e2e4}.tasksLoadingRow span{top:20px;width:48%}.tasksLoadingRow b{top:43px;width:65%}.bc48ModernToolbar .bc48Add{width:38px!important;height:38px!important;min-height:38px!important;border:1px solid #e5e8ec!important;border-radius:12px!important;background:#20242b!important;color:#fff!important;font-size:20px!important;font-weight:300!important;line-height:1!important;box-shadow:0 2px 6px #11182714!important}.v101HouseArt{width:63px!important;height:63px!important;filter:drop-shadow(0 9px 7px rgba(22,28,36,.2))!important;margin-bottom:-3px!important}.v101Itinerary{grid-template-columns:72px minmax(14px,1fr) 126px minmax(14px,1fr) 72px!important}.v101Service{width:100%!important;margin:0!important;padding:0!important;border-top:6px solid #f6f7f8!important;box-sizing:border-box!important}.v101CompactSection{width:100%!important;box-sizing:border-box!important;padding-left:0!important;padding-right:0!important}.v101BookingTasks{display:grid!important;gap:8px!important;margin-top:11px!important}.v101BookingTask{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;min-height:58px!important;padding:10px 11px!important;border:1px solid #dce8f2!important;border-radius:13px!important;background:#f2f8fd!important;box-shadow:0 2px 8px #2948650e!important;box-sizing:border-box!important}.v101BookingTaskText{display:block!important;min-width:0!important;padding:7px 0 4px!important}.v101BookingTaskText b{display:-webkit-box!important;min-width:0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;overflow-wrap:anywhere!important;color:#27313b!important;font-size:14px!important;font-weight:650!important;line-height:1.3!important}.v101BookingTaskMeta{display:flex!important;min-width:0!important;min-height:36px!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important}.v101BookingTaskDate{flex:none!important;margin:0!important;white-space:nowrap!important;color:#74808c!important;font-size:11px!important}.v101BookingTaskCheck{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border:1px solid #bfd0df!important;border-radius:50%!important;background:#fff!important;color:#5e7d98!important;font-size:16px!important;font-weight:650!important;cursor:pointer!important;transition:.18s ease!important}.v101BookingTaskCheck:active{transform:scale(.92)!important}.v101BookingTaskCheck:disabled{opacity:.55!important}.v101BookingTask.expanded .v101BookingTaskText b{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important}.v101BookingTaskExpand{display:grid!important;place-items:center!important;width:24px!important;height:32px!important;padding:0!important;border:0!important;background:transparent!important;color:#6f7b86!important;cursor:pointer!important;transition:transform .18s ease!important}.v101BookingTaskExpand svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.v101BookingTaskExpandSpace{display:block!important;width:24px!important;height:32px!important}.v101BookingTask.expanded .v101BookingTaskExpand{transform:rotate(180deg)}@media (max-width:767px){#guestsTab .guestTabs{gap:5px!important;margin:0 8px 12px!important;padding-top:9px!important}#guestsTab .guestTab{min-height:42px!important;padding:9px 3px!important;font-size:10.5px!important;border-radius:12px!important}#guestsTab .guestTabFull{display:none!important}#guestsTab .guestTabShort{display:inline!important}#guestStage .tasksHero,#guestStage .tasksFilters,#guestStage .tasksList,#guestStage>.guestBulkBar{width:auto!important;margin-left:10px!important;margin-right:10px!important}.tasksHero{min-height:168px!important;padding:18px 132px 17px 17px!important;border-radius:20px!important}.tasksHero h2{font-size:27px!important}.tasksHero p{font-size:12px!important;margin:6px 0 12px!important}.tasksHero>img{right:-11px!important;bottom:-5px!important;width:158px!important;height:158px!important}.tasksHeroActions{gap:6px!important}.tasksHeroActions button{padding:8px 10px!important;font-size:11px!important}.tasksFilters{gap:3px!important}.tasksFilters button{padding:8px 2px!important;font-size:10px!important}.tasksFilters i{right:-1px!important}.tasksList .guestTask{margin:0!important;min-height:74px!important;padding:12px!important;border-radius:15px!important}.tasksList .guestAvatar{width:32px!important;height:32px!important}.v101Itinerary{grid-template-columns:64px minmax(8px,1fr) 116px minmax(8px,1fr) 64px!important}.v101HouseArt{width:60px!important;height:60px!important}#guestStage .tasksLoading{width:auto!important;margin-left:10px!important;margin-right:10px!important}.tasksLoadingHero{height:168px!important;border-radius:20px!important}.tasksLoadingHero i{right:18px!important;width:112px!important;height:112px!important}}:root{--rently-wave:rgba(255,255,255,.22)}.rentlyImageShell{position:relative;display:inline-block;overflow:hidden;border-radius:18px;background:#e8ebee;isolation:isolate}.rentlyImageShell:after{content:"";position:absolute;z-index:1;top:-35%;bottom:-35%;left:-55%;width:42%;pointer-events:none;background:linear-gradient(105deg,transparent 5%,rgba(215,220,225,.09) 30%,rgba(255,255,255,.24) 50%,rgba(215,220,225,.09) 70%,transparent 95%);transform:skew(-9deg);animation:rentlyV97Wave 1.5s ease-in-out infinite}.rentlyImageShell>img{position:relative;z-index:2;opacity:0;transition:opacity .18s ease}.rentlyImageShell.is-loaded{background:transparent}.rentlyImageShell.is-loaded:after{display:none}.rentlyImageShell.is-loaded>img{opacity:1}.v101HouseShell{width:63px;height:63px;border-radius:18px;margin-bottom:-3px}.v101HouseShell .v101HouseArt{width:100%!important;height:100%!important;margin:0!important}.tasksHeroArt{position:absolute;right:8px;bottom:-8px;width:205px;height:205px;border-radius:40px;pointer-events:none}.tasksHeroArt img{width:100%;height:100%;object-fit:contain}.tasksEmptyArt{width:112px;height:112px;margin-bottom:2px;border-radius:26px}.tasksEmptyArt img{width:100%;height:100%;object-fit:contain}.rentlySkeletonRow>*:after,.rentlySkToolbar i:after,.rentlySkRooms b:after,.rentlySkDates i:after,.rentlySkGrid span:after,.rentlyCardsSkeleton>div:after,.v70ThreadSkeleton i:after,.v70ThreadSkeleton span:after,.v70ThreadSkeleton b:after,.guestLoadingHead>*:after,.guestLoadingCard>*:after,.v70MiniStatus:after,.rentlyMiniStatus:after,.v83Empty:after,.amoNoteEmpty:after,.rentlyLoaderCard:after,.rentlyStartupTile:after{background:linear-gradient(105deg,transparent 5%,rgba(215,220,225,.09) 30%,rgba(255,255,255,.22) 50%,rgba(215,220,225,.09) 70%,transparent 95%)!important;transform:skew(-9deg)!important}.tasksLoadingHero:after,.tasksLoadingFilters:after,.tasksLoadingRow:after{background:linear-gradient(105deg,transparent 5%,rgba(215,220,225,.09) 30%,rgba(255,255,255,.22) 50%,rgba(215,220,225,.09) 70%,transparent 95%)!important;transform:skew(-9deg)!important}#guestsTab .guestCard .guestLastMessage{background:var(--stage-message-bg,#f7f9fb)!important;color:var(--stage-message-text,#4d607a)!important;border:1px solid rgba(80,91,105,.07)!important}#guestsTab .guestCard .guestLastMessage b,#guestsTab .guestCard .guestMessageIcon{color:inherit!important}@media (max-width:767px){.tasksHeroArt{right:-11px;bottom:-5px;width:158px;height:158px;border-radius:34px}.v101HouseShell{width:60px;height:60px}body.v101BookingOpen #guestDrawerMessagesPane:not([hidden]) .guestInlineChat .v70Reply{position:fixed!important;z-index:10080!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;margin:0!important;width:auto!important}body.v101BookingOpen #guestDrawerMessagesPane:not([hidden]) .guestInlineChat .v70Thread{padding-bottom:78px!important;scroll-padding-bottom:78px!important}}#guestsTab .guestTabs{grid-template-columns:repeat(4,minmax(0,1fr)) 48px!important;align-items:stretch}#guestsTab .guestTrashTab{padding:8px!important;display:grid;place-items:center;min-width:48px!important}#guestsTab .guestTrashTab svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}#guestsTab .guestCard{position:relative;padding-right:14px!important}.guestCardTrash,.guestTaskTrash{border:0;background:transparent;color:#8b929b;display:grid;place-items:center;cursor:pointer}.guestCardFooter{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:stretch;margin-top:10px}.guestCardFooter .guestLastMessage{margin:0!important;min-width:0}.guestCardFooterSpace{min-width:0}.guestCardTrash{position:static;width:42px;height:100%;min-height:42px;border-radius:12px;background:var(--stage-message-bg,#f7f9fb)!important;color:var(--stage-message-text,#4d607a)!important;border:1px solid rgba(80,91,105,.07)!important}.guestCardTrash:hover,.guestTaskTrash:hover{background:#ffffff9e;color:#9f3f3f}.guestCardTrash svg,.guestTaskTrash svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.guestTaskTrash{width:30px;height:30px;border-radius:50%;flex:0 0 30px}.tasksEyebrow time{display:inline-flex;margin-left:7px;padding:4px 7px;border-radius:999px;background:#e8f4ff;color:#1676ae;font-size:10px;font-weight:760;letter-spacing:.02em}.trashHero{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 12px;padding:17px 18px;border:1px solid #e8ebef;border-radius:20px;background:#fafafa}.trashHero>span{display:grid;gap:3px}.trashHero b{font-size:22px}.trashHero small{color:#7b838d}.trashHero button,.trashRow button{border:1px solid #e1e5e9;border-radius:11px;background:#fff;padding:8px 11px;font-weight:700;color:#303640}.trashList{display:grid;gap:8px;margin:0 2px}.trashRow{display:grid;grid-template-columns:42px minmax(0,1fr) auto 30px;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e8ebef;border-radius:15px;background:#fff;box-shadow:0 3px 12px #1118270a}.trashRow>div{display:grid;min-width:0}.trashRow b,.trashRow small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trashRow small{color:#858d97;margin-top:3px}.trashRow .danger{width:30px;height:30px;padding:0;border:0;background:#fff4f4;color:#b42318}.trashSticker{width:42px;height:42px;border-radius:13px;background:#f2f3f4;display:grid;place-items:center;color:#68717c}.trashSticker svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.v101StageControl{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;margin:2px 0 8px;border:1px solid #e7e9ec;border-radius:15px;background:#fff;box-shadow:0 2px 9px #11182709}.v101StageControl>span{display:grid;gap:2px;min-width:0}.v101StageControl small{color:#7d8590;font-size:11px;font-weight:700}.v101StageSelect{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;max-width:62%!important}.v101StageSelect select{width:auto!important;max-width:100%!important;appearance:none!important;-webkit-appearance:none!important;border:0!important;background:transparent!important;border-radius:0!important;padding:4px 25px 4px 6px!important;color:#303640!important;font:inherit!important;font-size:13px!important;font-weight:700!important;text-align:right!important;text-align-last:right!important}.v101StageSelect svg{position:absolute!important;right:0!important;width:18px!important;height:18px!important;pointer-events:none!important;stroke:#7d8590!important;stroke-width:1.7!important;fill:none!important}.v70FilterRow{grid-template-columns:.62fr 1.55fr .83fr!important}.v70FilterRow button{font-size:11.5px!important;text-overflow:clip!important;white-space:nowrap!important}.bottomNav[data-v89-nav="1"],.bottomNav[data-v89-nav="1"] [data-nav=guests]{overflow:visible!important}.bottomNav[data-v89-nav="1"] [data-nav=guests] .navBadge{top:2px!important;right:calc(50% - 29px)!important;z-index:8!important;box-shadow:0 0 0 2px #fff!important;clip-path:none!important}.v101HouseArt{filter:none!important}.v101HouseShell{filter:none!important;transition:filter .18s ease}.v101HouseShell.is-loaded{filter:drop-shadow(0 8px 7px rgba(22,28,36,.18))!important}.channelBadge .channelIconImg{display:inline-block!important;width:18px!important;height:18px!important;flex:0 0 18px!important;object-fit:contain!important;border-radius:50%!important;background:#fff!important}.v70GuestOpener{appearance:none;border:0;background:transparent;padding:0;margin:0;color:inherit;text-align:left;font:inherit;cursor:pointer;min-width:0}.v70ConversationPerson.v70GuestOpener{display:flex;align-items:center;gap:11px;width:100%}.v70ConversationActions:empty{display:none!important}html body.rentlyMessagesThreadOpen .bottomNav{display:none!important;visibility:hidden!important;pointer-events:none!important}body.rentlyMessagesThreadOpen #messagesTab{inset:0!important}body.rentlyMessagesThreadOpen #messagesTab>.card{height:100dvh!important;padding-bottom:max(4px,env(safe-area-inset-bottom))!important}body.rentlyMessagesThreadOpen .v70Reply{bottom:0!important;margin:0!important}body.rentlyMessagesThreadOpen .v70Thread{padding-bottom:18px!important;scroll-padding-bottom:18px!important}@media (max-width:430px){.v101BookingTask{grid-template-columns:38px minmax(0,1fr) auto!important;gap:8px!important;padding:10px 9px!important}.v101BookingTaskMeta{gap:3px!important}.v101BookingTaskDate{font-size:10px!important}}.v101Quick>button:first-child{display:inline-flex!important;align-items:center!important;min-height:46px!important;padding:10px 16px!important;margin:4px 0 8px!important;border-radius:14px!important;background:#f1f3f5!important;color:#202124!important;font-size:16px!important;font-weight:720!important}#guestBoardHost .bc48NowLine:before,#bookingCalendarPane .bc48NowLine:before{top:-5px!important;width:8px!important;height:8px!important}.topActions svg,.topActions .pill svg,.topActions .avatarPill svg,.topActions .refreshIcon{stroke-width:1.55!important}.v101SourceLine{font-size:13px!important;font-weight:620!important;color:#69727d!important;gap:6px!important}.v101SourceLine img{width:20px!important;height:20px!important}#guestBoardHost .bc48Avatar,#bookingCalendarPane .bc48Avatar{width:22px!important;height:22px!important;flex:0 0 22px!important;font-size:9px!important}.tasksList .guestTask{grid-template-columns:40px minmax(0,1fr) 28px!important;align-items:start!important;cursor:pointer}.tasksList .guestTaskTitle{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;white-space:normal!important;text-overflow:clip!important;line-height:1.35!important}.tasksList .guestTaskMeta{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.35!important;margin-top:4px!important}.tasksList .guestTaskChevron,.tasksList .guestTaskTrash{display:none!important}#messagesStage .rentlyMessageSkeleton{padding:8px 0!important}#messagesStage .rentlySkeletonRow{margin:7px 0!important;padding:12px!important;border:1px solid #dbe8f4!important;border-radius:16px!important;background:#eef6ff!important}#messagesStage .rentlySkeletonRow>*{background-color:#dce9f5!important;background-image:linear-gradient(105deg,transparent 5%,rgba(214,228,241,.18) 32%,rgba(255,255,255,.42) 50%,rgba(214,228,241,.18) 68%,transparent 95%)!important;animation-duration:1.5s!important}@media (max-width:430px){#guestsTab .guestTabs{gap:4px!important;margin-left:3px!important;margin-right:3px!important}.trashRow{grid-template-columns:38px minmax(0,1fr) auto 28px;gap:7px;padding:10px 8px}.trashRow button{padding:7px 8px}.v101StageSelect{max-width:66%!important}.v101StageSelect select{max-width:100%!important;font-size:12px!important}.v70FilterRow{gap:5px!important}.v70FilterRow button{padding-left:2px!important;padding-right:2px!important}}.top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:48px!important}.top>div:first-child{min-width:0!important}.topActions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}.topActions .pill{margin:0!important}.topActions #refreshBtn{width:44px!important;height:44px!important;min-width:44px!important;padding:0!important}.topActions #refreshText{display:none!important}#expenseTab,#incomeTab{--operations-ink:#292a2d;--operations-muted:#77736d;--operations-cream:#fbf7ef;--operations-line:#e9e2d8}#expenseTab .operationSwitch,#incomeTab .operationSwitch{margin-bottom:14px!important;background:#f4f2ee!important;border:1px solid #ebe6de!important}#expenseTab .operationSwitch button,#incomeTab .operationSwitch button{color:#77736d!important}#expenseTab .operationSwitch button.active,#incomeTab .operationSwitch button.active{background:#fff!important;color:#292a2d!important;box-shadow:0 3px 12px #3d332712!important}.operationsHero{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:168px;margin:0 0 16px;padding:24px 210px 24px 26px;overflow:hidden;border:1px solid var(--operations-line);border-radius:24px;background:linear-gradient(140deg,#fffdf9,#faf4e9);box-shadow:0 8px 26px #3d33270e}.operationsHero>div{position:relative;z-index:2}.operationsHero>div>span{color:#998a78;font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.operationsHero h1{margin:5px 0 6px;color:var(--operations-ink);font-size:32px;line-height:1;letter-spacing:-.035em}.operationsHero p{max-width:330px;margin:0;color:var(--operations-muted);font-size:14px;line-height:1.4}.operationsHeroArt{position:absolute;right:10px;bottom:-18px;width:205px;height:205px;border-radius:42px}.operationsHeroArt img{width:100%;height:100%;object-fit:contain}#expenseTab>.card,#incomeTab>.card{border-bottom:1px solid var(--operations-line)!important;background:#fff!important;padding:22px 4px!important}#expenseTab>.card.blueGlow,#incomeTab>.card.blueGlow{padding:22px!important;border:1px solid var(--operations-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 7px 24px #3d33270b!important}#expenseTab input,#expenseTab select,#expenseTab textarea,#incomeTab input,#incomeTab select,#incomeTab textarea{border-color:#ece7df!important;background:#faf8f4!important;color:#292a2d!important;box-shadow:none!important}#expenseTab .btn:not(.btnSoft),#incomeTab .btn:not(.btnSoft){border-color:#292a2d!important;background:#292a2d!important;color:#fff!important;box-shadow:none!important}#expenseTab .summaryGrid>*,#incomeTab .summaryGrid>*{background:#faf8f4!important;border:1px solid #eee9e1!important;border-radius:16px!important;box-shadow:none!important}#messagesTab .messagesHero{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:116px!important;margin-bottom:8px!important;padding:14px 150px 14px 4px!important;position:relative!important}#messagesTab .messagesHero .v70SectionTitle{margin:0!important;color:#292a2d!important;font-size:32px!important;letter-spacing:-.035em!important}#messagesTab .messagesHeroArt{position:absolute;right:8px;top:-18px;width:142px;height:142px;border-radius:30px;background:#eee9df}.messagesHeroArt img{width:100%;height:100%;object-fit:contain}#messagesTab .v70FilterRow button.active{background:#292a2d!important;color:#fff!important}#messagesTab .v70FilterRow button{background:#f5f3ef!important;color:#4d4a46!important}#guestsTab .guestCardFooter{grid-template-columns:minmax(0,1fr) 42px!important}#guestsTab .guestLastMessage{display:grid!important;grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;padding:9px 10px!important;overflow:hidden!important}#guestsTab .guestMessageDirection{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#ffffff9e;color:inherit;font-size:13px;font-weight:750;line-height:1}#guestsTab .guestMessageText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:550!important}#guestsTab .guestLastMessage i{position:static!important;flex:none!important}@media (max-width:767px){.top{margin-bottom:12px!important}.top .brand{font-size:27px!important}.topActions .pill{width:42px!important;height:42px!important;min-width:42px!important}.operationsHero{min-height:145px;padding:20px 132px 20px 18px;border-radius:20px}.operationsHero h1{font-size:28px}.operationsHero p{font-size:12px}.operationsHeroArt{right:-13px;bottom:-14px;width:160px;height:160px;border-radius:34px}#expenseTab>.card.blueGlow,#incomeTab>.card.blueGlow{padding:18px!important;border-radius:18px!important}#messagesTab .messagesHero{min-height:94px!important;padding:8px 112px 8px 0!important}#messagesTab .messagesHero .v70SectionTitle{font-size:29px!important}#messagesTab .messagesHeroArt{right:-8px;top:-16px;width:116px;height:116px;border-radius:25px}}:root{--rently-v105-brown:#3f342e;--rently-v105-ink:#292725;--rently-v105-muted:#7b756f;--rently-v105-cream:#faf7f1;--rently-v105-line:#e9e4dc;--rently-v105-skeleton:#e8eaec}#messagesStage .rentlyMessageSkeleton{padding:6px 0!important}#messagesStage .rentlySkeletonTitle{color:#787f87!important;margin-bottom:12px!important}#messagesStage .rentlySkeletonRow{margin:6px 0!important;padding:10px 2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}#messagesStage .rentlySkeletonRow>*{position:relative!important;overflow:hidden!important;background:var(--rently-v105-skeleton)!important;background-image:none!important;animation:none!important;box-shadow:none!important}#messagesStage .rentlySkeletonRow>*:after,.rentlyImageShell:not(.is-loaded):after{content:""!important;display:block!important;position:absolute!important;z-index:3!important;top:-45%!important;bottom:-45%!important;left:-56%!important;width:42%!important;background:linear-gradient(105deg,transparent 8%,rgba(210,214,218,.08) 31%,rgba(255,255,255,.24) 50%,rgba(210,214,218,.08) 69%,transparent 92%)!important;transform:skew(-8deg)!important;animation:rentlyV97Wave 1.5s ease-in-out infinite!important;pointer-events:none!important}.operationsHero{min-height:104px!important;margin:0 0 10px!important;padding:12px 118px 12px 4px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}.operationsHero>div>span{font-size:10px!important;color:#9a8c7d!important}.operationsHero h1{margin:3px 0 4px!important;font-size:28px!important;color:var(--rently-v105-ink)!important}.operationsHero p{font-size:13px!important;color:var(--rently-v105-muted)!important;line-height:1.35!important}.operationsHeroArt{right:8px!important;bottom:4px!important;width:104px!important;height:104px!important;border-radius:24px!important;background:var(--rently-v105-skeleton)!important;box-shadow:none!important}.operationsHeroArt.is-loaded{background:transparent!important;filter:drop-shadow(0 10px 8px rgba(73,59,48,.14))!important}#messagesTab .messagesHero{min-height:92px!important;margin:0 0 6px!important;padding:10px 104px 10px 0!important;background:#fff!important;border:0!important;box-shadow:none!important;overflow:visible!important}#messagesTab .messagesHero .v70SectionTitle{font-size:27px!important;line-height:1!important;color:var(--rently-v105-ink)!important}#messagesTab .messagesHero .guestSub{font-size:13px!important;color:var(--rently-v105-muted)!important;margin-top:6px!important}#messagesTab .messagesHeroArt{right:5px!important;top:1px!important;width:88px!important;height:88px!important;border-radius:22px!important;background:var(--rently-v105-skeleton)!important;box-shadow:none!important}#messagesTab .messagesHeroArt.is-loaded{background:transparent!important;filter:drop-shadow(0 9px 7px rgba(73,59,48,.13))!important}#expenseTab input,#expenseTab select,#expenseTab textarea,#incomeTab input,#incomeTab select,#incomeTab textarea,#expenseTab .customSelectBtn,#incomeTab .customSelectBtn{background:var(--rently-v105-cream)!important;border:1px solid var(--rently-v105-line)!important;color:var(--rently-v105-ink)!important}.expenseScopeOption,.expenseTypeOption{grid-template-columns:24px minmax(0,1fr)!important;gap:10px!important;min-height:48px!important;padding:10px 12px!important;background:#fff!important;border:1px solid var(--rently-v105-line)!important;border-radius:14px!important;color:var(--rently-v105-ink)!important;box-shadow:0 3px 12px #43372d09!important}.expenseScopeOption input,.expenseTypeOption input{width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;border:1.6px solid #b8afa5!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important}.expenseScopeOption input:checked,.expenseTypeOption input:checked{background:var(--rently-v105-brown)!important;border-color:var(--rently-v105-brown)!important;box-shadow:none!important}.expenseScopeOption input:checked:after,.expenseTypeOption input:checked:after{width:9px!important;height:5px!important;border-left:2px solid #fff!important;border-bottom:2px solid #fff!important}#expenseTab .summaryGrid>*,#incomeTab .summaryGrid>*{background:var(--rently-v105-cream)!important;border-color:var(--rently-v105-line)!important}body:not(.dashboardTheme) .bottomNav .navBtn.active:not([data-nav=dashboard]){background:var(--rently-v105-brown)!important;color:#fff!important;box-shadow:0 10px 24px #3f342e29!important}body:not(.dashboardTheme) .bottomNav .navBtn.active:not([data-nav=dashboard]) .rentlyNavIcon.withUnread:after{box-shadow:0 0 0 2px var(--rently-v105-brown)!important}#guestsTab .guestCardFooter{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:4px!important;align-items:stretch!important;margin-top:10px!important}#guestsTab .guestCardFooter .guestLastMessage{width:100%!important;min-width:0!important;margin:0!important;padding:10px 11px!important}#guestsTab .guestMessageText{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.guestCardTrashRow{display:flex!important;justify-content:flex-end!important;min-height:28px!important;margin-top:1px!important}#guestsTab .guestCardTrash{width:30px!important;height:28px!important;min-height:28px!important;border-radius:9px!important;background:transparent!important;border:1px solid rgba(80,91,105,.09)!important;color:var(--stage-message-text,#70665e)!important}#guestsTab .guestCardTrash svg{width:17px!important;height:17px!important;stroke-width:1.5!important}.v101HouseShell{width:72px!important;height:72px!important;border-radius:20px!important;background:var(--rently-v105-skeleton)!important}.v101HouseShell.is-loaded{background:transparent!important;filter:drop-shadow(0 10px 8px rgba(69,56,46,.18))!important}.v101HouseArt{object-fit:contain!important;filter:none!important}@media (max-width:767px){.operationsHero{min-height:88px!important;padding:9px 96px 9px 0!important}.operationsHero h1{font-size:25px!important}.operationsHero p{font-size:11.5px!important}.operationsHeroArt{right:0!important;bottom:1px!important;width:88px!important;height:88px!important}#messagesTab .messagesHero{min-height:80px!important;padding:8px 88px 8px 0!important}#messagesTab .messagesHero .v70SectionTitle{font-size:25px!important}#messagesTab .messagesHero .guestSub{font-size:11.5px!important}#messagesTab .messagesHeroArt{right:-2px!important;top:0!important;width:76px!important;height:76px!important}.v101HouseShell{width:68px!important;height:68px!important}}.top{align-items:center!important;min-height:52px!important}.top .brand{display:flex!important;align-items:center!important;min-height:46px!important;line-height:1!important}.topActions{align-items:center!important;height:46px!important}.topActions .pill,.topActions #refreshBtn,.topActions .avatarPill{align-self:center!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important}.operationsHero{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:16px!important;min-height:96px!important;padding:6px 0!important}.operationsHero>div{order:2!important;min-width:0!important}.operationsHeroArt{position:static!important;order:1!important;flex:0 0 102px!important;width:102px!important;height:102px!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.operationsHeroArt:after{display:none!important}.operationsHeroArt img{object-fit:contain!important}.operationsHeroArt.is-loaded{filter:drop-shadow(0 11px 8px rgba(70,57,47,.18))!important}#messagesTab .messagesHero{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:15px!important;min-height:92px!important;padding:5px 0!important}#messagesTab .messagesHero>div{order:2!important;min-width:0!important}#messagesTab .messagesHeroArt{position:static!important;order:1!important;flex:0 0 98px!important;width:98px!important;height:98px!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}#messagesTab .messagesHeroArt:after{display:none!important}#messagesTab .messagesHeroArt img{object-fit:contain!important}#messagesTab .messagesHeroArt.is-loaded{filter:drop-shadow(0 10px 7px rgba(70,57,47,.17))!important}.v101HouseShell,.v101HouseShell.is-loaded{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.v101HouseShell:after{display:none!important}.v101HouseShell.is-loaded{filter:drop-shadow(0 10px 7px rgba(69,56,46,.22))!important}#guestsTab .guestTabs{grid-template-columns:repeat(4,minmax(0,1fr)) 56px!important}#guestsTab .guestTrashTab{min-width:56px!important;padding:8px!important}#guestsTab .guestTrashTab svg{width:31px!important;height:31px!important;stroke-width:1.8!important}#guestsTab .guestCardTrash{width:38px!important;height:34px!important;min-height:34px!important;border-radius:11px!important}#guestsTab .guestCardTrash svg{width:22px!important;height:22px!important;stroke-width:1.65!important}@media (max-width:767px){.top{min-height:46px!important}.top .brand{min-height:42px!important}.topActions{height:44px!important}.topActions .pill,.topActions #refreshBtn,.topActions .avatarPill{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.operationsHero{gap:12px!important;min-height:92px!important;padding:4px 0!important}.operationsHeroArt{flex-basis:90px!important;width:90px!important;height:90px!important}.operationsHero h1{font-size:25px!important}#messagesTab .messagesHero{gap:12px!important;min-height:88px!important;padding:4px 0!important}#messagesTab .messagesHeroArt{flex-basis:88px!important;width:88px!important;height:88px!important}#guestsTab .guestTabs{grid-template-columns:repeat(4,minmax(0,1fr)) 52px!important}#guestsTab .guestTrashTab{min-width:52px!important}#guestsTab .guestTrashTab svg{width:28px!important;height:28px!important}}:root{--v107-brown:#4a3a31;--v107-cream:#faf7f1;--v107-line:#e9e2d9;--v107-muted:#7d756e;--v107-skeleton:#e8e9e9}.v107TeamHead{display:grid;grid-template-columns:42px 126px minmax(0,1fr);align-items:center;gap:12px;margin:0 0 20px}.v107TeamBack{grid-column:1}.v107TeamArt{grid-column:2;width:126px;height:102px;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;filter:none!important;box-shadow:none!important}.v107TeamArt img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;filter:none!important}.v107TeamArt.is-loaded:after{display:none!important}.v107TeamCopy{grid-column:3;min-width:0}.v107TeamCopy .v83SettingsTitle{margin:0}.v107TeamCopy .v83SettingsSub{margin-top:6px}.v107TeamPanel{padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important}.v107Team{color:#2c2926}.v107OwnerNote{margin:0 0 14px;padding:11px 14px;border-left:3px solid #bca990;background:#fbf7f0;color:#675b51;font-size:13px;line-height:1.4}.v107Stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:22px;border:1px solid var(--v107-line);border-radius:17px;overflow:hidden;background:var(--v107-line)}.v107Stats>span{padding:12px 14px;background:#fff}.v107Stats small,.v107Member small{display:block;color:var(--v107-muted);font-size:11px}.v107Stats b{display:block;margin-top:3px;font-size:17px;color:#332d29}.v107Section{padding:20px 0;border-top:1px solid var(--v107-line)}.v107SectionHead{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:13px}.v107SectionHead h3{margin:0;font-size:21px}.v107SectionHead span{color:var(--v107-muted);font-size:12px}.v107Invite{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.v107Field{display:grid;gap:6px}.v107Field.wide{grid-column:1/-1}.v107Field label{color:#766d65;font-size:11px;font-weight:700}.v107Field input,.v107Field select{width:100%;min-height:48px;padding:0 13px;border:1px solid var(--v107-line);border-radius:13px;background:var(--v107-cream);color:#302b27;font:inherit}.v107InviteActions{grid-column:1/-1;display:flex;gap:9px}.v107Btn{min-height:44px;padding:10px 16px;border:1px solid var(--v107-line);border-radius:13px;background:#fff;color:#3d352f;font-weight:750}.v107Btn.primary{border-color:var(--v107-brown);background:var(--v107-brown);color:#fff}.v107Btn:disabled{opacity:.45}.v107MemberList{display:grid;gap:1px;border-top:1px solid var(--v107-line)}.v107Member{display:grid;grid-template-columns:44px minmax(0,1fr) minmax(145px,190px) auto;gap:12px;align-items:center;padding:14px 2px;border-bottom:1px solid var(--v107-line)}.v107Avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f0e9df;color:#715f50;font-weight:800}.v107Member strong{display:block;font-size:15px}.v107Member .status{display:inline-block;margin-top:5px;padding:3px 7px;border-radius:99px;background:#f3efe9;color:#6e6258;font-size:10px;font-weight:750}.v107Member select{width:100%;min-height:42px;padding:0 10px;border:1px solid var(--v107-line);border-radius:12px;background:#fff;color:#352f2b}.v107MemberActions{display:flex;gap:6px}.v107IconBtn{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--v107-line);border-radius:12px;background:#fff;color:#584b42}.v107IconBtn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.v107Muted{opacity:.55}.v107PermissionBackdrop{position:fixed;z-index:10090;inset:0;display:grid;place-items:end center;padding:18px;background:#241f1b40;backdrop-filter:blur(8px)}.v107PermissionSheet{width:min(720px,100%);max-height:min(86vh,850px);overflow:auto;padding:22px;border-radius:24px 24px 18px 18px;background:#fff;box-shadow:0 22px 70px #2d231d38}.v107PermissionTop{display:flex;justify-content:space-between;gap:12px;align-items:start}.v107PermissionTop h3{margin:0;font-size:23px}.v107PermissionTop p{margin:5px 0 0;color:var(--v107-muted);font-size:13px}.v107PermissionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}.v107Permission{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;padding:11px;border:1px solid var(--v107-line);border-radius:13px;background:#fff}.v107Permission input{appearance:none;width:20px;height:20px;margin:0;border:1.5px solid #b8aca1;border-radius:6px;background:#fff}.v107Permission input:checked{border-color:var(--v107-brown);background:var(--v107-brown);box-shadow:inset 0 0 0 4px #fff}.v107Permission b{display:block;font-size:13px}.v107Permission small{display:block;margin-top:2px;color:var(--v107-muted);font-size:10px}.v107PermissionActions{display:flex;justify-content:flex-end;gap:8px;position:sticky;bottom:-22px;padding:14px 0 2px;background:linear-gradient(transparent,#fff 25%)}.v107TeamSkeleton{display:grid;gap:12px}.v107TeamSkeleton>*{position:relative;display:block;height:64px;border-radius:15px;background:var(--v107-skeleton);overflow:hidden}.v107TeamSkeleton>i{height:52px}.v107TeamSkeleton>b{height:86px}.v107TeamSkeleton>*:after,.rentlyImageShell:not(.is-loaded):after,.rentlySkeletonRow>*:after,.skeleton:after,.skeletonLine:after{content:""!important;position:absolute!important;display:block!important;z-index:4!important;top:-45%!important;bottom:-45%!important;left:-55%!important;width:38%!important;background:linear-gradient(105deg,transparent 10%,rgba(205,207,208,.05) 31%,rgba(255,255,255,.21) 50%,rgba(205,207,208,.05) 69%,transparent 90%)!important;transform:skew(-8deg)!important;animation:rentlyV97Wave 1.5s ease-in-out infinite!important;pointer-events:none!important}.rentlySkeletonRow>*,.skeleton,.skeletonLine{background-image:none!important;animation:none!important}#guestsTab .guestLastMessage{grid-template-columns:auto minmax(0,1fr) auto!important;gap:5px!important;padding:8px 9px!important;font-size:10.5px!important}.guestMessageDirection{width:auto!important;min-width:0!important;padding:0!important;background:transparent!important;font-size:10px!important;font-weight:800!important}.guestMessageText{font-size:10.5px!important}#guestsTab .guestTabs button.active,#guestsTab .guestBulkBtn.primary{background:var(--v107-brown)!important;border-color:var(--v107-brown)!important;color:#fff!important}.guestTabs button:not(.active),.guestBulkBar{border-color:var(--v107-line)!important}@media (prefers-reduced-motion:reduce){.v107TeamSkeleton>*:after,.rentlyImageShell:not(.is-loaded):after,.rentlySkeletonRow>*:after,.skeleton:after,.skeletonLine:after{animation:none!important;display:none!important}}@media (max-width:700px){.v107TeamHead{grid-template-columns:42px 84px minmax(0,1fr);gap:7px}.v107TeamArt{width:84px;height:72px}.v107TeamHead .v83SettingsTitle{font-size:29px!important}.v107TeamHead .v83SettingsSub{font-size:12px!important}.v107Stats,.v107Invite{grid-template-columns:1fr}.v107Field.wide,.v107InviteActions{grid-column:auto}.v107Member{grid-template-columns:42px minmax(0,1fr) auto}.v107Member select{grid-column:2/4}.v107MemberActions{grid-column:3;grid-row:1}.v107PermissionGrid{grid-template-columns:1fr}.v107PermissionBackdrop{padding:0}.v107PermissionSheet{max-height:92vh;border-radius:24px 24px 0 0;padding:19px}.v107InviteActions{flex-direction:column}.v107Btn{width:100%}}@media (max-width:700px){.incomeHistoryHead>.title{flex:1 0 100%;width:100%}.incomeHistoryHead #incomeHistPeriod,.incomeHistoryHead #bulkDeleteIncomeBtn{flex:1 1 100%;width:100%;max-width:none}}.hide{content-visibility:hidden!important}section:not(.hide){contain:layout style}img{content-visibility:auto}@media (pointer:coarse),(prefers-reduced-motion:reduce){.bottomNav,.loginScreen,.modal,.rentlyBookingDrawer,.v70ConversationView{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.dashMotion,.pulse-blink,.rentlyShimmer,.rentlySkel:after{animation-duration:1.6s!important}*{scroll-behavior:auto!important}}.rentlyLowPower .bottomNav,.rentlyLowPower .loginScreen,.rentlyLowPower .modal,.rentlyLowPower .rentlyBookingDrawer,.rentlyLowPower .v70ConversationView{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.rentlyLowPower .dashMotion,.rentlyLowPower .pulse-blink{animation:none!important}.rentlyLowPower section.hide{display:none!important}@keyframes rentlyMessagesMatteWave{0%{transform:translate3d(-10%,0,0) skew(-10deg)}to{transform:translate3d(440%,0,0) skew(-10deg)}}#messagesStage .rentlyMessagesSkeleton{display:grid!important;gap:8px!important;padding:6px 0!important}#messagesStage .rentlyMessagesSkeleton>div{display:grid!important;grid-template-columns:50px minmax(0,1fr) 58px!important;gap:12px!important;align-items:center!important;min-height:66px!important;padding:8px 2px!important}#messagesStage .rentlyMessagesSkeleton>div>*{position:relative!important;display:block!important;overflow:hidden!important;background:#e8e9ea!important;background-image:none!important;box-shadow:none!important;animation:none!important}#messagesStage .rentlyMessagesSkeleton>div>i{width:50px!important;height:50px!important;border-radius:50%!important}#messagesStage .rentlyMessagesSkeleton>div>span{height:12px!important;border-radius:999px!important}#messagesStage .rentlyMessagesSkeleton>div>b{height:9px!important;border-radius:999px!important}#messagesStage .rentlySkeletonRow>*,#messagesStage .rentlyMessagesSkeleton>div>*{isolation:isolate!important}#messagesStage .rentlySkeletonRow>*:after,#messagesStage .rentlyMessagesSkeleton>div>*:after{content:""!important;display:block!important;position:absolute!important;z-index:5!important;top:-45%!important;bottom:-45%!important;left:-55%!important;width:42%!important;background:linear-gradient(105deg,transparent 8%,rgba(255,255,255,.04) 30%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.04) 70%,transparent 92%)!important;animation:rentlyMessagesMatteWave 1.5s ease-in-out infinite!important;pointer-events:none!important}#expenseTab input:not([type=checkbox]):not([type=radio]),#expenseTab select,#expenseTab textarea,#incomeTab input:not([type=checkbox]):not([type=radio]),#incomeTab select,#incomeTab textarea,#editBody input:not([type=checkbox]):not([type=radio]),#editBody select,#editBody textarea,#expenseTab .customSelectBtn,#incomeTab .customSelectBtn,#editBody .customSelectBtn{background:#faf8f4!important;border-color:#e7e1d9!important;color:#2f2a27!important;box-shadow:none!important}#expenseTab .expenseScopeOption,#expenseTab .expenseTypeOption,#incomeTab .expenseScopeOption,#incomeTab .expenseTypeOption,#editBody .expenseScopeOption,#editBody .expenseTypeOption{background:#fbfaf8!important;border:1px solid #ddd5cc!important;color:#342d29!important;box-shadow:0 2px 8px #3f342e09!important}#expenseTab .expenseScopeOption input,#expenseTab .expenseTypeOption input,#incomeTab .expenseScopeOption input,#incomeTab .expenseTypeOption input,#editBody .expenseScopeOption input,#editBody .expenseTypeOption input{appearance:none!important;-webkit-appearance:none!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;display:grid!important;place-items:center!important;background:#fff!important;border:1.8px solid #8d8178!important;border-radius:7px!important;box-shadow:none!important}#expenseTab .expenseScopeOption input:checked,#expenseTab .expenseTypeOption input:checked,#incomeTab .expenseScopeOption input:checked,#incomeTab .expenseTypeOption input:checked,#editBody .expenseScopeOption input:checked,#editBody .expenseTypeOption input:checked{background:#f0e9df!important;border-color:#4a392f!important}#expenseTab .expenseScopeOption input:checked:after,#expenseTab .expenseTypeOption input:checked:after,#incomeTab .expenseScopeOption input:checked:after,#incomeTab .expenseTypeOption input:checked:after,#editBody .expenseScopeOption input:checked:after,#editBody .expenseTypeOption input:checked:after{content:""!important;width:10px!important;height:6px!important;border:0!important;border-left:2.5px solid #49372e!important;border-bottom:2.5px solid #49372e!important;transform:rotate(-45deg)!important;margin-top:-2px!important}#guestBoardHost .bc48BoardWrap,#bookingCalendarPane .bc48BoardWrap{scroll-behavior:auto!important;scroll-snap-type:none!important;overflow-anchor:none!important;overscroll-behavior-x:contain!important}#guestBoardHost .bc48Board,#bookingCalendarPane .bc48Board{overflow-anchor:none!important}@media (min-width:768px) and (max-width:1180px){body.rentlyMessagesThreadOpen{height:100dvh!important;overflow:hidden!important}body.rentlyMessagesThreadOpen .wrap{width:100%!important;max-width:none!important;height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important}body.rentlyMessagesThreadOpen #messagesTab{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:0!important;padding:0!important;background:#fff!important;z-index:9000!important;overflow:hidden!important}body.rentlyMessagesThreadOpen #messagesTab>.card{width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}body.rentlyMessagesThreadOpen #messagesStage{display:flex!important;flex:1 1 auto!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}body.rentlyMessagesThreadOpen .v70ConversationPage{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}body.rentlyMessagesThreadOpen .v70ConversationHead{position:relative!important;min-height:68px!important;padding:12px clamp(18px,3vw,36px)!important}body.rentlyMessagesThreadOpen .v70Thread{width:100%!important;min-height:0!important;height:auto!important;padding:20px clamp(22px,5vw,72px)!important;overflow-y:auto!important;overflow-x:hidden!important}body.rentlyMessagesThreadOpen .v70Reply{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;display:grid!important;grid-template-columns:auto auto auto minmax(140px,1fr) auto!important;width:100%!important;max-width:none!important;margin:0!important;padding:12px clamp(18px,3vw,36px) max(12px,env(safe-area-inset-bottom))!important;gap:8px!important;box-sizing:border-box!important}body.rentlyMessagesThreadOpen .v70Reply textarea{display:block!important;width:100%!important;min-width:140px!important;min-height:46px!important;max-height:120px!important}body.v101BookingOpen #bookingDrawer{width:min(92vw,960px)!important;max-width:960px!important}body.v101BookingOpen #guestDrawerMessagesPane:not([hidden]) .guestInlineChat{height:calc(100dvh - 160px)!important;min-height:0!important}body.v101BookingOpen #guestDrawerMessagesPane:not([hidden]) .guestInlineChat .v70ConversationPage{width:100%!important;max-width:none!important;height:100%!important;min-height:0!important}}
