@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
/* Web parity with the native report: aligned totals and roomy selections. */
html body.report-page .report-list__labels,html body.report-page .report-row__summary{grid-template-columns:minmax(0,1fr) 130px 42px}html body.report-page .report-row__total{width:130px}html body.report-page .report-row--static .report-row__summary{cursor:default}html body.report-page .report-row--static .report-row__summary:hover{background:transparent}html body.report-page .report-row__chevron--placeholder{visibility:hidden}html body.report-page .choice-grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}html body.report-page .choice-pill{align-items:flex-start}html body.report-page .choice-pill__check{margin-top:1px}html body.report-page .choice-pill>span:last-child{line-height:1.35;overflow-wrap:anywhere}@media(max-width:600px){html body.report-page .report-list__labels,html body.report-page .report-row__summary{grid-template-columns:minmax(0,1fr) 105px 34px}html body.report-page .report-row__total{width:105px}}
/* Compact expandable report rows */
.report-list{width:100%}.report-list__labels{display:grid;grid-template-columns:minmax(0,1fr) auto 42px;gap:20px;padding:12px 24px;color:#7d8699;background:#fafbfc;border-bottom:1px solid #edf0f4;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.report-list__labels span:nth-child(2){text-align:right}.report-row{border-bottom:1px solid #edf0f4}.report-row:last-child{border-bottom:0}.report-row__summary{display:grid;grid-template-columns:minmax(0,1fr) auto 42px;align-items:center;gap:20px;min-height:72px;padding:12px 24px;list-style:none;cursor:pointer;transition:background .16s ease}.report-row__summary::-webkit-details-marker{display:none}.report-row__summary:hover{background:#fbfbff}.report-row__summary:focus-visible{outline:3px solid rgba(91,100,215,.22);outline-offset:-3px}.report-row__name{min-width:0}.report-row__name strong,.report-row__name small{display:block}.report-row__name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.report-row__name small{margin-top:3px;color:#959dae;font-size:11px;font-weight:500}.report-row__total{color:var(--primary-dark);font-size:14px;text-align:right;white-space:nowrap}.report-row__chevron{display:grid;place-items:center;width:34px;height:34px;color:#7f88a0;background:#f4f5f9;border-radius:10px;transition:transform .2s ease,background .2s ease}.report-row__chevron svg{width:18px}.report-row[open] .report-row__chevron{color:var(--primary);background:var(--primary-soft);transform:rotate(180deg)}.report-row[open] .report-row__summary{background:#fafaff}.report-detail{margin:0 24px 20px;border:1px solid #e2e6ef;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(34,45,76,.07)}.report-detail__header,.report-detail__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:16px 20px}.report-detail__header{background:#f6f7fc;border-bottom:1px solid #e6e9f0}.report-detail__header>div{display:flex;flex-direction:column;gap:3px}.report-detail__header>div:last-child{text-align:right}.report-detail__header span{color:#81899a;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.report-detail__header strong{font-size:14px}.report-detail__header>div:last-child strong{color:var(--primary-dark)}.report-detail__amounts{max-height:min(46vh,420px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.report-detail__line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:13px 20px;border-bottom:1px solid #edf0f4;font-size:13px}.report-detail__line:last-child{border-bottom:0}.report-detail__line span{color:#5f6980}.report-detail__line strong{text-align:right;white-space:nowrap}.report-detail__footer{color:var(--ink);background:#eef0fa;border-top:1px solid #dfe3ee;font-size:14px}.report-detail__footer strong:last-child{color:var(--primary-dark);text-align:right;white-space:nowrap}.report-list__empty{margin:0;padding:45px 24px;color:var(--muted);text-align:center;font-size:14px}@media(max-width:600px){.report-list__labels{grid-template-columns:minmax(0,1fr) auto 34px;padding:11px 16px}.report-row__summary{grid-template-columns:minmax(0,1fr) auto 34px;gap:10px;padding:11px 16px}.report-detail{margin:0 10px 14px}.report-detail__header,.report-detail__footer,.report-detail__line{gap:14px;padding-left:14px;padding-right:14px}.report-detail__header strong,.report-detail__footer{font-size:12px}.report-detail__amounts{max-height:50vh}}
/* Full-width report workspace. These rules intentionally override the defaults below. */
@media(min-width:0px){body.report-page .page-width{width:min(1180px,calc(100% - 48px));max-width:1180px}body.report-page .results-card,body.report-page .table-wrap{width:100%;max-width:none}body.report-page .table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}body.report-page .report-table{width:100%;min-width:max-content}body.report-page .report-table th:first-child{position:sticky;left:0;z-index:2;background:#fff;box-shadow:1px 0 0 #edf0f4}body.report-page .report-table thead th:first-child{z-index:4;background:#fafbfc}body.report-page .report-table tfoot th:first-child{z-index:3;background:#f6f7fc}}
@media(min-width:1500px){body:not(.auth-page) .choice-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(min-width:1100px) and (max-width:1499px){body:not(.auth-page) .choice-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:600px){body.report-page .page-width{width:calc(100% - 28px)}body.report-page .results-card{border-radius:16px}body.report-page .report-table th,body.report-page .report-table td{padding:14px 16px}body.report-page .report-table tbody th{min-width:165px}body.report-page .table-wrap{scrollbar-width:thin}}
body{font-size:0;line-height:0;overflow-x:hidden}body>br,body>b{display:none}.app-header,.main-content,.app-footer,.auth-shell{font-size:16px;line-height:normal}
/* Busy feedback while a form submit is being processed */
.button__idle,.button__busy{display:inline-flex;align-items:center;gap:9px}.button--wide .button__idle,.button--wide .button__busy{width:100%}.button__busy{display:none;justify-content:center}.button.is-loading{pointer-events:none;opacity:.92;transform:none!important;cursor:progress}.button.is-loading .button__idle{display:none}.button.is-loading .button__busy{display:inline-flex}.button__spinner{flex:0 0 auto;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:button-spin .7s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}

:root{--ink:#17233d;--muted:#68738a;--line:#e3e8f1;--surface:#fff;--canvas:#f5f7fb;--navy:#12213f;--primary:#5a63d8;--primary-dark:#424bb8;--primary-soft:#eef0ff;--mint:#dff5ec;--mint-ink:#2e8066;--danger:#c44354;--danger-soft:#fff0f2;--shadow:0 20px 60px rgba(31,42,74,.09);--radius:20px}*{box-sizing:border-box}html{font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background:radial-gradient(circle at 90% 0,rgba(104,112,224,.08),transparent 28rem),var(--canvas)}button,input{font:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.page-width{width:min(1180px,calc(100% - 48px));margin-inline:auto}.app-header{height:76px;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(225,230,239,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.app-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-family:'Manrope',sans-serif;font-size:17px;font-weight:600;letter-spacing:-.03em}.brand strong{font-weight:800}.brand__mark{display:grid;place-items:center;width:39px;height:39px;color:#fff;background:linear-gradient(145deg,#6972e5,#4c55c7);border-radius:12px;box-shadow:0 8px 20px rgba(80,89,201,.28);transform:rotate(-2deg)}.brand__mark svg{width:23px}.button{border:0;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 17px;font-weight:700;color:var(--ink);background:#fff;transition:.2s ease}.button svg{width:18px}.button--ghost{border:1px solid var(--line);background:#fff;color:#536078}.button--ghost:hover{border-color:#cbd2df;color:var(--ink);transform:translateY(-1px)}.button--primary{color:#fff;background:linear-gradient(135deg,#636cde,#5059ca);box-shadow:0 10px 24px rgba(77,87,198,.25)}.button--primary:hover{background:linear-gradient(135deg,#5962d4,#444db9);transform:translateY(-2px);box-shadow:0 14px 28px rgba(77,87,198,.3)}.button--wide{width:100%}.button--large{padding:15px 23px;border-radius:13px}.button--large svg{width:20px}.main-content{padding-top:58px;padding-bottom:90px}.hero{display:flex;align-items:center;justify-content:space-between;min-height:180px;margin-bottom:36px}.eyebrow{display:inline-block;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}.hero h1,.auth-card h2,.results-card h2{font-family:'Manrope',sans-serif;letter-spacing:-.045em}.hero h1{font-size:clamp(36px,5vw,52px);line-height:1.05;margin:0 0 16px}.hero p{max-width:670px;color:var(--muted);font-size:17px;line-height:1.65;margin:0}.hero__illustration{position:relative;width:190px;height:140px;margin-right:20px;color:#6b73d8}.hero__illustration>svg{position:absolute;right:0;bottom:0;width:150px;stroke-width:3}.hero__coin{position:absolute;z-index:2;left:5px;top:6px;display:grid;place-items:center;width:65px;height:65px;border-radius:50%;color:#73562b;background:#f9d98e;border:8px solid #ffedbd;font-family:'Manrope';font-size:25px;font-weight:800;box-shadow:0 12px 24px rgba(167,130,52,.2)}.report-form{display:grid;gap:22px}.filter-card,.results-card{background:var(--surface);border:1px solid rgba(222,227,237,.9);border-radius:var(--radius);box-shadow:0 8px 30px rgba(36,47,79,.055);overflow:hidden}.filter-card__header{display:flex;justify-content:space-between;align-items:center;padding:25px 28px 20px}.section-title{display:flex;align-items:center;gap:15px}.section-title__icon{flex:0 0 auto;display:grid;place-items:center;width:45px;height:45px;border-radius:13px;color:var(--primary);background:var(--primary-soft)}.section-title__icon--mint{color:var(--mint-ink);background:var(--mint)}.section-title__icon svg{width:23px}.section-title h2{font-family:'Manrope';font-size:18px;letter-spacing:-.025em;margin:0 0 4px}.section-title p{color:var(--muted);font-size:14px;margin:0}.text-button{border:0;background:transparent;color:var(--primary);font-size:13px;font-weight:700;padding:8px}.text-button:hover{text-decoration:underline}.choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:4px 28px 25px}.choice-pill{position:relative;display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 13px;color:#44506a;background:#fafbfe;border:1px solid #e7eaf1;border-radius:11px;font-size:14px;font-weight:600;cursor:pointer;transition:.16s ease}.choice-pill:hover{border-color:#cbd0ee;background:#f7f7ff;transform:translateY(-1px)}.choice-pill:has(input:checked){color:#333c9e;border-color:#aeb4ee;background:#f1f2ff;box-shadow:inset 0 0 0 1px rgba(88,97,207,.08)}.choice-pill input{position:absolute;opacity:0;pointer-events:none}.choice-pill__check{display:grid;place-items:center;flex:0 0 auto;width:19px;height:19px;border:1.5px solid #c8ceda;border-radius:5px;background:#fff;color:#fff}.choice-pill__check svg{width:13px;stroke-width:2.5}.choice-pill input:checked+.choice-pill__check{border-color:var(--primary);background:var(--primary)}.filter-card__footer{padding:12px 28px;color:#8790a3;background:#fafbfc;border-top:1px solid #edf0f5;font-size:12px;font-weight:600}.empty-note{grid-column:1/-1;color:var(--muted);margin:6px 0}.form-actions{display:flex;align-items:center;gap:18px;margin-top:7px}.form-actions>span{color:#858da0;font-size:12px;max-width:280px;line-height:1.45}.results-card{margin-top:55px;box-shadow:var(--shadow)}.results-card__header{display:flex;align-items:center;justify-content:space-between;padding:27px 30px;border-bottom:1px solid var(--line)}.results-card h2{font-size:26px;margin:0}.total-badge{display:flex;flex-direction:column;align-items:flex-end;padding:10px 16px;background:var(--primary-soft);border-radius:12px}.total-badge span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.total-badge strong{color:var(--primary-dark);font-family:'Manrope';font-size:19px}.table-wrap{overflow-x:auto}.report-table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px}.report-table th,.report-table td{padding:16px 19px;border-bottom:1px solid #edf0f4;text-align:right}.report-table th:first-child{text-align:left}.report-table thead th{color:#7d8699;background:#fafbfc;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.report-table tbody th{white-space:normal;min-width:190px}.report-table tbody th span,.report-table tbody th small{display:block}.report-table tbody th small{color:#959dae;font-size:11px;font-weight:500;margin-top:3px}.report-table tbody tr:hover{background:#fbfbff}.report-table .cell-total{color:var(--primary-dark);font-weight:800}.report-table tfoot th{border:0;color:var(--ink);background:#f6f7fc;font-weight:800}.table-empty{text-align:center!important;color:var(--muted);padding:45px!important}.app-footer{border-top:1px solid var(--line);background:#fff;color:#939bad;font-size:12px}.app-footer>div{height:70px;display:flex;align-items:center;justify-content:space-between}.auth-page{background:var(--navy)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(380px,1.05fr) minmax(470px,.95fr)}.auth-intro{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:48px clamp(45px,7vw,110px);color:#fff;background:radial-gradient(circle at 15% 88%,rgba(103,113,224,.24),transparent 20rem),linear-gradient(145deg,#101d37,#172949)}.auth-intro:after{content:"";position:absolute;right:-150px;bottom:-180px;width:430px;height:430px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}.brand--light{position:relative;z-index:1;color:#fff}.auth-intro__content{position:relative;z-index:1;margin:auto 0}.eyebrow--light{color:#aeb6ff}.auth-intro h1{font-family:'Manrope';font-size:clamp(42px,5vw,68px);line-height:1.08;letter-spacing:-.055em;margin:0 0 25px}.auth-intro__content p{max-width:540px;color:#bac4d6;font-size:18px;line-height:1.7}.auth-feature{position:relative;z-index:1;display:flex;align-items:center;gap:14px}.auth-feature__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#c5caff;background:rgba(255,255,255,.09)}.auth-feature__icon svg{width:22px}.auth-feature div{display:flex;flex-direction:column;gap:2px}.auth-feature strong{font-size:13px}.auth-feature span{color:#9eabc1;font-size:12px}.auth-panel{display:grid;place-items:center;padding:50px;background:#f8f9fc}.auth-card{width:min(430px,100%)}.auth-card h2{font-size:38px;line-height:1.15;margin:0 0 12px}.auth-card__lead{color:var(--muted);line-height:1.6;margin:0 0 32px}.auth-form{display:grid;gap:11px}.auth-form label{font-size:13px;font-weight:700}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:15px;top:50%;width:20px;color:#9aa2b3;transform:translateY(-50%)}.input-with-icon input{width:100%;height:53px;padding:0 16px 0 46px;border:1px solid #dce1ea;border-radius:11px;color:var(--ink);background:#fff;outline:none;box-shadow:0 3px 10px rgba(34,44,75,.025)}.input-with-icon input:focus{border-color:#858de2;box-shadow:0 0 0 4px rgba(91,100,215,.11)}.auth-form .button{height:53px;margin-top:8px}.auth-form .button svg{margin-left:auto}.security-note{display:flex;align-items:center;justify-content:center;gap:7px;color:#929aac;font-size:11px;margin:22px 0 0}.security-note svg{width:14px}.alert{display:flex;gap:11px;padding:13px 14px;margin-bottom:22px;border-radius:11px;font-size:12px}.alert>svg{flex:0 0 auto;width:20px}.alert>div{display:flex;flex-direction:column;gap:2px}.alert--error{color:var(--danger);background:var(--danger-soft);border:1px solid #f6d1d7}.alert span{color:#9a5963}.empty-note{font-size:14px}@media(max-width:900px){.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__illustration{display:none}.auth-shell{grid-template-columns:1fr}.auth-intro{min-height:320px;padding:35px 8vw}.auth-intro__content{margin:55px 0}.auth-intro h1{font-size:42px}.auth-feature{display:none}.auth-panel{padding:70px 24px}}@media(max-width:600px){.page-width{width:min(100% - 28px,1180px)}.app-header{height:68px}.brand{font-size:15px}.brand__mark{width:35px;height:35px}.button--ghost{font-size:0;padding:10px}.button--ghost svg{width:20px}.main-content{padding-top:38px}.hero{min-height:auto;margin-bottom:28px}.hero h1{font-size:36px}.hero p{font-size:15px}.filter-card__header{align-items:flex-start;padding:21px 19px 16px}.section-title{align-items:flex-start}.section-title__icon{width:40px;height:40px}.section-title p{display:none}.text-button{font-size:11px;white-space:nowrap}.choice-grid{grid-template-columns:1fr;padding:3px 19px 20px}.filter-card__footer{padding-inline:19px}.form-actions{align-items:stretch;flex-direction:column}.form-actions>span{text-align:center;max-width:none}.results-card__header{align-items:flex-start;gap:15px;padding:22px 20px}.total-badge{padding:8px 10px}.total-badge strong{font-size:15px}.auth-intro{min-height:265px}.auth-intro__content{margin:40px 0 20px}.auth-intro h1{font-size:34px}.auth-intro__content p{font-size:15px}.auth-panel{padding:50px 24px}.auth-card h2{font-size:32px}}
