html{overflow-x:clip;max-width:100%}:root{--ingo-blue: #0047bb;--ingo-sky: #00a5e1;--ingo-accent: #f28a0a;--ingo-accent-hover: #d97706;--ingo-accent-soft: #fff3e4;--ingo-accent-rgb: 242, 138, 10;--ingo-text: #1d2b44;--ingo-muted: #5b6b84;--ingo-bg: #f4f8fb;--ingo-surface: #ffffff;--ingo-line: #d9e4f2;--ingo-success-bg: #ecf7ff;--ingo-radius-sm: 8px;--ingo-radius-md: 12px;--ingo-radius-lg: 16px;--ingo-shadow: 0 10px 24px rgba(0, 71, 187, .08);--ingo-panel-shadow: 0 1px 2px rgba(29, 43, 68, .04), 0 4px 14px rgba(0, 71, 187, .055);--ingo-danger: #d23b34;--ingo-danger-soft: #fdecec;--ingo-success: #1f9d57;--ingo-success-soft: #e8f6ee;--ingo-brand-soft: #eaf1fd;--ingo-text-muted: var(--ingo-muted);--ingo-primary: var(--ingo-blue);--ingo-radius-xs: 6px;--ingo-radius-pill: 999px;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.25rem;--sp-6: 1.5rem;--sp-8: 2rem;--sp-10: 2.5rem;--sp-12: 3rem;--fs-2xs: .6875rem;--fs-xs: .8125rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-md: 1.0625rem;--fs-lg: 1.1875rem;--fs-xl: 1.375rem;--fs-2xl: 1.75rem;--ingo-ease-out: cubic-bezier(.16, 1, .3, 1);--ingo-ease: cubic-bezier(.22, .61, .36, 1);--ingo-font-main: "Helvetica Neue", Helvetica, Arial, sans-serif;font-family:var(--ingo-font-main);line-height:1.45;font-weight:400;color:var(--ingo-text);background-color:var(--ingo-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:0;max-width:100%;min-height:100vh;overflow-x:clip;background:var(--ingo-bg);font-family:var(--ingo-font-main);font-weight:400}#root{min-height:100vh;min-width:0;max-width:100%;overflow-x:clip}img,video,canvas{max-width:100%;height:auto}a{color:var(--ingo-blue);text-decoration:none}a:hover{color:#003899}button,input{font-family:inherit}@keyframes route-view-enter{0%{opacity:0}to{opacity:1}}.route-view-enter{animation:route-view-enter .24s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.route-view-enter{animation:none}}.page-shell{min-height:100vh;width:100%;max-width:100%;min-width:0;overflow-x:clip;display:flex;flex-direction:column;background-color:var(--ingo-bg);background-image:radial-gradient(ellipse 85% 55% at 50% -18%,rgba(0,71,187,.055),transparent 58%),linear-gradient(rgba(0,71,187,.038) 1px,transparent 1px),linear-gradient(90deg,rgba(0,71,187,.038) 1px,transparent 1px);background-size:100% 420px,44px 44px,44px 44px;background-repeat:no-repeat,repeat,repeat;background-position:50% 0,-1px -1px,-1px -1px}.app-shell-root{position:relative;width:100%;max-width:100%;min-width:0;overflow-x:clip;--app-shell-header-band: 72px}.app-shell-backdrop{display:none;position:fixed;inset:0;z-index:350;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-shell-backdrop-visible{display:block}@media(min-width:900px){.app-shell-backdrop,.app-shell-backdrop-visible{display:none!important}}.app-shell-sidebar{position:fixed;top:68px;left:0;bottom:0;z-index:400;width:280px;max-width:min(88vw,300px);background:var(--ingo-surface);border-right:1px solid var(--ingo-line);box-shadow:8px 0 32px #142b540f;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .22s ease}.app-shell-sidebar-open{transform:translate(0)}.app-shell-sidebar-inner{display:flex;flex-direction:column;height:100%;min-height:0;padding:1.25rem 1rem 1rem}.app-shell-brand{padding:.35rem .5rem 1.25rem;border-bottom:1px solid rgba(0,71,187,.1)}.app-shell-brand-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.app-shell-brand-text{display:flex;flex-direction:column;min-width:0}.app-shell-brand-title{margin:0;color:var(--ingo-text);font-weight:700;font-size:1.05rem;line-height:1.2;letter-spacing:-.02em;text-decoration:none}.app-shell-brand-link:hover .app-shell-brand-title{color:var(--ingo-blue)}.app-shell-brand-sub{margin:.1rem 0 0;color:var(--ingo-muted);font-size:.78rem}.app-shell-nav{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:1.25rem 0 .75rem;overflow-y:auto}.app-shell-nav-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:8px;text-decoration:none;color:var(--ingo-text);font-size:.9rem;font-weight:600;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.app-shell-nav-item:hover{background:#0059d40f;color:var(--ingo-blue)}.app-shell-nav-item:focus-visible{outline:2px solid rgba(0,71,187,.25);outline-offset:1px}.app-shell-nav-item-active{background:var(--ingo-brand-soft);border-color:transparent;color:var(--ingo-blue)}.app-shell-nav-icon{width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.88}.app-shell-nav-item-active .app-shell-nav-icon{opacity:1;color:var(--ingo-blue)}.app-shell-sidebar-bottom{padding-top:.75rem;border-top:1px solid rgba(0,71,187,.1);margin-top:auto}.app-shell-logout{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .85rem;border-radius:8px;border:1px solid rgba(180,35,24,.28);background:#fff;color:#b42318;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.app-shell-logout:hover{background:#fff5f4;border-color:#b4231873}.app-shell-logout:focus-visible{outline:2px solid rgba(180,35,24,.35);outline-offset:1px}.app-shell-logout-icon{width:1.15rem;height:1.15rem;flex-shrink:0}.app-shell-body{flex:1;min-width:0;overflow-x:clip;display:flex;flex-direction:column;padding-top:68px}.app-shell-topbar{background:var(--ingo-surface);border-bottom:1px solid var(--ingo-line);box-shadow:none}.app-shell-topbar-mobile{position:fixed;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .85rem .85rem .75rem;min-height:68px}.app-shell-topbar-desktop{display:none;position:sticky;top:0;z-index:100;min-height:var(--app-shell-header-band);height:var(--app-shell-header-band);padding:0 1.25rem;align-items:center;box-sizing:border-box}.app-shell-desktop-bar-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:100%}.app-shell-page-title{margin:0;flex:1;min-width:0;font-size:1.05rem;font-weight:600;line-height:1.25;color:var(--ingo-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell-topbar-desktop .app-shell-page-title{font-size:1.2rem;font-weight:600}.app-shell-menu-btn{flex-shrink:0;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7e4f5;border-radius:12px;background:#fff;color:var(--ingo-blue);cursor:pointer;transition:background .15s ease,border-color .15s ease}.app-shell-menu-btn:hover{background:#f2f7ff;border-color:#a8c3e7}.app-shell-menu-btn:focus-visible{outline:2px solid rgba(0,71,187,.25);outline-offset:1px}.app-shell-menu-icon{width:22px;height:22px}.app-shell-topbar-user{flex-shrink:0;max-width:42%}.app-shell-main{flex:1;width:100%;max-width:1280px;min-width:0;margin-left:auto;margin-right:auto}@media(min-width:900px){.app-shell-sidebar{top:0;transform:none;width:260px;max-width:none;z-index:50;box-shadow:none}.app-shell-sidebar-open{transform:none}.app-shell-sidebar-inner{padding:0 1rem 1rem}.app-shell-brand{min-height:var(--app-shell-header-band);height:var(--app-shell-header-band);box-sizing:border-box;margin:0;padding:0 .75rem;display:flex;flex-direction:column;justify-content:center;gap:.1rem;border-bottom:1px solid var(--ingo-line)}.app-shell-brand-sub{margin:0}.app-shell-body{margin-left:260px;padding-top:0}.app-shell-topbar-mobile{display:none}.app-shell-topbar-desktop{display:flex;border-left:none}.app-shell-topbar-user{max-width:none;margin-left:0}.app-shell-nav{padding-top:.85rem}}.header-user-menu-inline{padding:0}.header-user-inline-phone{font-size:.84rem;font-weight:600;color:var(--ingo-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:220px;text-align:right}@media(max-width:899px){.header-user-inline-phone{max-width:140px}}.site-header{background:var(--ingo-surface);border-bottom:1px solid var(--ingo-line);box-shadow:var(--ingo-panel-shadow)}.site-header-fixed{position:fixed;top:0;left:0;right:0;z-index:100}.site-header-inner{max-width:1280px;width:100%;min-width:0;box-sizing:border-box;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:flex;flex-direction:column;gap:.1rem}.site-brand-title{margin:0;color:var(--ingo-blue);font-weight:700;font-size:1.02rem;line-height:1.15}.site-brand-title-link{text-decoration:none}.site-brand-title-link:hover{color:#003ea3}.site-brand-subtitle{margin:0;color:var(--ingo-muted);font-size:.84rem;line-height:1.15}.site-header-nav{display:flex;align-items:center;gap:.4rem}.site-header-nav .button,.site-header-nav .link-button{height:32px;padding:0 .75rem;border-radius:999px;border-color:#c4d5ed;background:#fff;color:var(--ingo-blue);font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:none}.site-header-nav .button:hover:not(:disabled),.site-header-nav .link-button:hover{background:#f3f8ff;border-color:#a8c3e7}.site-header-nav .button:focus-visible,.site-header-nav .link-button:focus-visible{outline:2px solid rgba(0,71,187,.2);outline-offset:1px}.header-user-menu{position:relative}.header-user-trigger{max-width:260px;border:0;background:transparent;padding:.15rem .25rem;display:inline-flex;flex-direction:column;align-items:flex-end;gap:.05rem;cursor:pointer;font:inherit;text-align:right;border-radius:8px}.header-user-trigger:hover{background:#f5f8fd}.header-user-trigger:focus-visible{outline:2px solid rgba(0,71,187,.2);outline-offset:1px}.header-user-trigger-label{color:var(--ingo-blue);font-size:1.02rem;font-weight:700;line-height:1.15}.header-user-trigger-phone{max-width:220px;color:var(--ingo-muted);font-size:.84rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-user-dropdown{position:absolute;top:calc(100% + .4rem);right:0;min-width:220px;background:#fff;border:1px solid #d7e4f5;border-radius:12px;box-shadow:0 12px 24px #142b5424;padding:.35rem;display:flex;flex-direction:column;gap:.2rem;z-index:200}.header-user-dropdown-item{height:34px;border:0;border-radius:8px;background:transparent;color:var(--ingo-text);padding:0 .65rem;font-size:.84rem;font-weight:600;text-align:left;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none}.header-user-dropdown-item:hover{background:#f2f7ff}.header-user-dropdown-item-danger{color:#b42318}.main{width:100%;max-width:1280px;min-width:0;box-sizing:border-box;margin:0 auto;padding:2rem 1.5rem 2.5rem}.main.main--auth{padding-top:.65rem}.main-with-fixed-header{padding-top:5.25rem}.app{width:100%;background:var(--ingo-surface);border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-lg);box-shadow:var(--ingo-panel-shadow);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.page-stack{width:100%;display:flex;flex-direction:column}.page-stack--profile{gap:1.5rem}.profile-dashboard-stack{display:flex;flex-direction:column;gap:1.75rem;min-width:0}.profile-advice-block-target{scroll-margin-top:5.5rem}.profile-last-receipt-hero{position:relative;border-radius:var(--ingo-radius-md);overflow:hidden;background:var(--ingo-surface);border:1px solid var(--ingo-line);box-shadow:var(--ingo-panel-shadow);min-width:0}.profile-last-receipt-hero-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;padding:1.3rem 1.25rem 1.15rem}.profile-last-receipt-hero-main{min-width:0;flex:1 1 200px}.profile-last-receipt-hero-label{margin:0;font-size:.82rem;font-weight:600;color:var(--ingo-muted);letter-spacing:.01em}.profile-last-receipt-hero-value-row{margin-top:.35rem;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem}.profile-last-receipt-hero-amount{font-size:clamp(1.45rem,4vw,1.85rem);font-weight:700;letter-spacing:-.03em;color:var(--ingo-text);line-height:1.15}.profile-last-receipt-hero-delta{display:inline-flex;align-items:center;gap:.28rem;padding:.3rem .58rem;border-radius:8px;font-size:.82rem;font-weight:700;line-height:1}.profile-last-receipt-hero-delta-icon{width:11px;height:11px;flex-shrink:0}.profile-last-receipt-hero-delta--worse{color:#b42318;background:#fef2f2;border:1px solid rgba(180,35,24,.18)}.profile-last-receipt-hero-delta--better{color:#157347;background:#ecfdf5;border:1px solid rgba(21,115,71,.22)}.profile-last-receipt-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem;flex-shrink:0;align-self:center}.profile-last-receipt-hero-history{height:44px;min-width:0;padding:0 1.1rem;border-radius:var(--ingo-radius-pill);border:1px solid #bcd0ec;background:#f2f7ff;color:var(--ingo-blue);font-weight:600;font-size:.88rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;transition:background-color .15s var(--ingo-ease-out),border-color .15s var(--ingo-ease-out)}.profile-last-receipt-hero-history:hover{background:#f2f7ff;border-color:#bcd0ec;color:var(--ingo-blue)}.profile-last-receipt-hero-history:visited{color:var(--ingo-blue)}.profile-last-receipt-hero-cta{flex-shrink:0;height:44px;min-width:0;box-shadow:0 10px 22px #0047bb2e}.profile-last-receipt-hero-accent{height:3px;width:100%;background:linear-gradient(90deg,var(--ingo-blue),#00a5e1)}.profile-advice-mini{border-radius:var(--ingo-radius-md);overflow:hidden;min-width:0;background:linear-gradient(135deg,#eef4ff,#f8faff);border:1px solid rgba(0,71,187,.12);box-shadow:0 2px 8px #0047bb0f}.profile-advice-mini-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.25rem;padding:1.1rem 1.25rem}.profile-advice-mini-main{min-width:0;flex:1 1 220px;display:flex;align-items:flex-start;gap:.75rem}.profile-advice-mini-eyebrow{margin:0;display:flex;align-items:center;gap:.45rem;font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--ingo-blue)}.profile-advice-mini-info-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:10px;background:#0047bb1a;color:var(--ingo-blue)}.profile-advice-mini-info-icon svg{width:20px;height:20px}.profile-advice-mini-body{min-width:0;flex:1}.profile-advice-mini-text{margin:.3rem 0 0;font-size:.92rem;font-weight:400;line-height:1.5;color:var(--ingo-muted)}.profile-advice-mini-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:var(--ingo-radius-sm);border:none;background:var(--ingo-blue);color:#fff;font-size:.86rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 2px 6px #0047bb33}.profile-advice-mini-btn:hover{background:#003899;box-shadow:0 4px 12px #0047bb4d;transform:translateY(-1px)}.profile-advice-mini-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0047bb33}.profile-advice-mini-btn:focus-visible{outline:2px solid rgba(0,71,187,.35);outline-offset:2px}.profile-advice-mini-btn-icon{width:16px;height:16px;flex-shrink:0;color:#fff}.profile-advice-mini-preset{margin:.25rem 0 0;font-size:.96rem;font-weight:600;line-height:1.35;color:var(--ingo-text)}.profile-advice-mini--success{background:linear-gradient(135deg,#ecfdf5,#f6fef9);border-color:#05966926;box-shadow:0 2px 8px #0596690f}.profile-advice-mini--success .profile-advice-mini-eyebrow{color:#047857}.profile-advice-mini--success .profile-advice-mini-info-icon{background:#0596691f;color:#059669}.profile-advice-mini--success .profile-advice-mini-preset{color:#065f46}.profile-advice-mini--success .profile-advice-mini-btn{background:#059669;box-shadow:0 2px 6px #05966933}.profile-advice-mini--success .profile-advice-mini-btn:hover{background:#047857;box-shadow:0 4px 12px #0596694d}.profile-advice-mini--warning{background:linear-gradient(135deg,#fffbeb,#fefdf5);border-color:#d9770626;box-shadow:0 2px 8px #d977060f}.profile-advice-mini--warning .profile-advice-mini-eyebrow{color:#b45309}.profile-advice-mini--warning .profile-advice-mini-info-icon{background:#d977061f;color:#d97706}.profile-advice-mini--warning .profile-advice-mini-preset{color:#92400e}.profile-advice-mini--warning .profile-advice-mini-btn{background:#d97706;box-shadow:0 2px 6px #d9770633}.profile-advice-mini--warning .profile-advice-mini-btn:hover{background:#b45309;box-shadow:0 4px 12px #d977064d}.profile-advice-mini--critical{background:linear-gradient(135deg,#fef2f2,#fef8f8);border-color:#dc262626;box-shadow:0 2px 8px #dc26260f}.profile-advice-mini--critical .profile-advice-mini-eyebrow{color:#b91c1c}.profile-advice-mini--critical .profile-advice-mini-info-icon{background:#dc26261f;color:#dc2626}.profile-advice-mini--critical .profile-advice-mini-preset{color:#991b1b}.profile-advice-mini--critical .profile-advice-mini-btn{background:#dc2626;box-shadow:0 2px 6px #dc262633}.profile-advice-mini--critical .profile-advice-mini-btn:hover{background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.profile-skeleton-grid{display:flex;flex-direction:column;gap:1.75rem;min-width:0}.page-stack--analyze{gap:1.1rem}.page-stack.feedback-page{gap:1.25rem}.feedback-page-card{gap:1.1rem;padding:1.5rem}.feedback-page-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--ingo-text);letter-spacing:.02em}.feedback-page-subtitle{margin:-.4rem 0 0;font-size:.85rem;color:var(--ingo-muted)}.feedback-progress{display:flex;align-items:center;gap:.65rem}.feedback-progress-bar{flex:1;height:6px;border-radius:3px;background:#e8eef6;overflow:hidden}.feedback-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--ingo-blue),#0088c7);transition:width .35s cubic-bezier(.4,0,.2,1)}.feedback-progress-text{font-size:.78rem;font-weight:600;color:var(--ingo-muted);white-space:nowrap}.feedback-page-form{display:flex;flex-direction:column;gap:1rem}.feedback-page-form-hint{margin:0;font-size:.85rem;padding:.5rem .75rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca}.feedback-page-questions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.feedback-question{padding:1rem 1.1rem;border-radius:12px;border:1px solid var(--ingo-line);background:#fafcff;transition:border-color .2s ease,box-shadow .2s ease}.feedback-question-missing{border-color:#fca5a5;background:#fefafa}.feedback-question-done{border-color:#a7d8b8;background:#f8fcf9}.feedback-question-fieldset{border:none;margin:0;padding:0;min-width:0}.feedback-question-legend{padding:0;margin:0 0 .6rem;font-size:.92rem;font-weight:600;color:var(--ingo-text);line-height:1.35;display:flex;align-items:baseline;gap:.45rem}.feedback-question-number{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--ingo-blue);color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0;position:relative;top:.08em}.feedback-question-done .feedback-question-number{background:#27ae60}.feedback-rating-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem;margin-bottom:.25rem}.feedback-scale-hint{font-size:.7rem;color:var(--ingo-muted);font-weight:500;-webkit-user-select:none;user-select:none}.feedback-scale-hint-left{margin-right:.15rem}.feedback-scale-hint-right{margin-left:.15rem}.feedback-rating-label{position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.feedback-rating-input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.feedback-rating-label:focus-within .feedback-rating-circle{box-shadow:0 0 0 3px #0047bb2e}.feedback-rating-circle{display:flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border-radius:50%;border:2px solid #c7d8ee;background:#fff;font-size:.82rem;font-weight:700;color:#7b8fa8;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease;-webkit-user-select:none;user-select:none}.feedback-rating-label:hover .feedback-rating-circle{border-color:#8badd4;transform:scale(1.08)}.feedback-rating-label-checked .feedback-rating-circle{border-color:var(--rating-color, var(--ingo-blue));background:var(--rating-color, var(--ingo-blue));color:#fff;box-shadow:0 2px 8px #00000026;transform:scale(1.1)}.feedback-comment-label{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.feedback-comment-label-text{font-size:.78rem;font-weight:600;color:var(--ingo-muted);text-transform:uppercase;letter-spacing:.05em}.feedback-comment-input{width:100%;min-height:3.5rem;resize:vertical;border-radius:10px;border:1px solid #c7d8ee;background:#fff;color:var(--ingo-text);font-size:.88rem;line-height:1.45;padding:.55rem .75rem;outline:none;font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.feedback-comment-input::placeholder{color:#93a5bf}.feedback-comment-input:hover{border-color:#a8c4e8}.feedback-comment-input:focus{border-color:var(--ingo-blue);box-shadow:0 0 0 3px #0047bb1f}.feedback-page-actions{padding-top:.5rem}.feedback-page-actions .button{width:100%}.feedback-page-success{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 0;text-align:center}.feedback-success-icon{animation:feedback-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes feedback-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.feedback-check-path{stroke-dasharray:40;stroke-dashoffset:40;animation:feedback-draw .5s .3s ease forwards}@keyframes feedback-draw{to{stroke-dashoffset:0}}.feedback-page-success-text{margin:0;font-size:1.05rem;color:#1b5e20;font-weight:700}.feedback-page-success-subtext{margin:0;font-size:.85rem;color:var(--ingo-muted)}.app.auth{background:transparent;border:none;box-shadow:none}.main.main--auth .app.auth{padding-top:.75rem}.analyze-page{display:flex;flex-direction:column;gap:1.1rem;width:100%}.analyze-page .upload-card,.analyze-page .result{width:100%;border-radius:var(--ingo-radius-lg);padding:1.75rem}.analyze-page .upload-card{gap:.95rem}.analyze-page .file-input-visual{padding:1.5rem 1.2rem;gap:.9rem}.section-title{margin:0;font-size:1.65rem;color:var(--ingo-text);font-weight:600}.section-subtitle{margin:.5rem 0 0;color:var(--ingo-muted);max-width:72ch}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.topbar h1{margin:0;font-size:1.6rem;color:var(--ingo-text);font-weight:600}.breadcrumbs{margin:0 0 .35rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;color:var(--ingo-blue);font-size:.8rem}.breadcrumbs-item{display:inline-flex;align-items:center;gap:.35rem}.breadcrumbs-link{color:var(--ingo-blue);text-decoration:none}.breadcrumbs-link:hover{color:#003ea3;text-decoration:underline}.breadcrumbs-separator{color:var(--ingo-blue)}.topbar-profile{align-items:flex-start}.history-details-header-shell{width:100%}.history-details-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.history-details-header-text{min-width:0}.analyze-subtitle{margin:.45rem 0 0;color:var(--ingo-muted);font-size:.95rem}.profile-page-subtitle{margin:.45rem 0 0;color:var(--ingo-muted);max-width:68ch;font-size:.9rem}.topbar-actions{display:flex;align-items:center;gap:.5rem}.profile-card{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1.25rem;display:flex;flex-direction:column;gap:.8rem}.profile-card-title{margin:0;font-weight:700;color:var(--ingo-blue);text-transform:uppercase;letter-spacing:.09em;font-size:.76rem}.profile-delete-button{width:34px;height:34px;flex-shrink:0;border:1px solid #f3b8b4;border-radius:10px;background:#fdf2f2;color:#b42318;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.profile-edit-button{width:34px;height:34px;flex-shrink:0;border:1px solid #bcd0ec;border-radius:10px;background:#f2f7ff;color:var(--ingo-blue);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.profile-edit-button svg,.profile-delete-button svg{width:18px;height:18px}.profile-edit-button:hover:not(:disabled){background:#e2ecff;border-color:#95b2e2}.profile-delete-button:hover:not(:disabled){background:#fee4e2;border-color:#f09e99}.profile-edit-button:focus-visible{outline:2px solid rgba(0,71,187,.2);outline-offset:1px}.profile-delete-button:focus-visible{outline:2px solid rgba(180,35,24,.25);outline-offset:1px}.profile-edit-button:disabled,.profile-delete-button:disabled{opacity:.7;cursor:default}.profile-edit-button--with-label,.profile-delete-button--with-label{width:auto;min-width:0;height:auto;min-height:40px;padding:.45rem .9rem;gap:.45rem;font-size:.88rem;font-weight:600;white-space:nowrap}.history-details-doc-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.5rem;padding-top:.85rem;border-top:1px solid #e3ebf7}.history-details-doc-breadcrumbs-wrap{margin:0 0 .5rem}.history-details-doc-breadcrumbs-wrap .breadcrumbs{margin-bottom:0}.history-details-doc-inline-error{margin:.75rem 0 0}.history-details-breadcrumbs-card{padding:.85rem 1.25rem}.history-details-breadcrumbs-card .breadcrumbs{margin-bottom:0}.history-details-top-actions{display:inline-flex;align-items:center;align-self:center;gap:.4rem;margin-left:auto}.profile-card-text{margin:0;color:var(--ingo-muted);font-size:.94rem}.profile-hero,.profile-panel{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow)}.profile-content-main{min-width:0;display:flex;flex-direction:column;gap:1.75rem}.profile-quick-overview{min-width:0}.profile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-action-panel{align-items:stretch;justify-content:space-between}.profile-action-button{width:100%;height:44px;min-width:0;box-shadow:0 10px 22px #0047bb2e}.profile-action-button-history{background:#f28a0a;color:#fff;box-shadow:0 10px 22px #f28a0a3d}.profile-action-button-history:hover{background:#db7b07;color:#fff}.profile-hero{padding:1.2rem 1.25rem;display:grid;grid-template-columns:1fr;gap:1rem;align-items:flex-start}.profile-hero-main{display:flex;flex-direction:column;gap:.45rem}.profile-hero-phone{margin:0;color:var(--ingo-text);font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.profile-hero-text,.profile-hero-note{margin:0;color:var(--ingo-muted);font-size:.9rem}.profile-hero-cta{min-width:min(250px,100%);max-width:100%;height:44px;box-shadow:0 10px 22px #0047bb2e}.profile-hero-cta-note{margin:0;color:var(--ingo-muted);font-size:.8rem}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.profile-stat-card{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1rem;display:grid;grid-template-rows:2.4rem 1fr;align-items:stretch;gap:.5rem;min-height:110px;min-width:0}.profile-stat-card-top,.profile-stat-card-middle,.profile-stat-card-bottom{width:100%;display:flex;justify-content:flex-start;text-align:left;min-width:0}.profile-stat-card-top{align-items:flex-start}.profile-stat-card-middle{align-items:center}.profile-stat-card-bottom{align-items:flex-end}.profile-stat-label{display:inline-flex;align-items:flex-start;gap:.4rem;min-height:2.4rem;line-height:1.25;color:var(--ingo-muted);font-size:.77rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;overflow:hidden}.profile-stat-label svg{flex-shrink:0;margin-top:.05rem;width:1rem;height:1rem}.profile-stat-label-heading{min-width:0}.profile-stat-label-short{display:none}.profile-stat-value{display:block;color:var(--ingo-text);font-size:1.2rem;font-weight:700;line-height:1.2;overflow-wrap:anywhere;word-break:break-word;text-align:left}.profile-stat-note{display:-webkit-box;color:var(--ingo-muted);font-size:.86rem;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.profile-stat-delta{display:inline-flex;align-items:center;width:fit-content}.profile-stat-delta-up{color:#157347}.profile-stat-delta-down{color:#b42318}.profile-stat-delta-neutral{color:#4d627f}.profile-amount{color:var(--ingo-text)}.profile-panel{padding:1rem;display:flex;flex-direction:column;gap:.85rem}.profile-panel-chart,.profile-panel-breakdown{min-width:0}.profile-chart-split-panel{min-width:0;min-height:0;height:auto}.profile-panel-breakdown .profile-category-breakdown{border:none;background:transparent;box-shadow:none;padding:0}.profile-panel-breakdown .profile-category-breakdown>.profile-category-breakdown-bar:first-child{margin-top:0}.profile-panel-breakdown .profile-category-breakdown>.profile-category-breakdown-empty:first-child{margin-top:0}.profile-history-cta-panel{align-items:stretch;justify-content:space-between}.profile-history-cta-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:stretch}.profile-history-cta-actions .profile-action-button{flex:1 1 180px;width:auto;min-width:0}.profile-action-button-add-receipt{box-shadow:0 10px 22px #0047bb2e}.history-page-header{display:flex;flex-direction:column;gap:.75rem}.history-page-header-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.profile-history-open-button{min-width:min(210px,100%);max-width:100%}.profile-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.profile-panel-heading{margin:.3rem 0 0;color:var(--ingo-text);font-size:1rem;font-weight:600}.profile-panel-subline{margin:.35rem 0 0;font-size:.86rem;font-weight:400;color:var(--ingo-muted);line-height:1.35}.profile-history-features{margin:.45rem 0 0;display:flex;align-items:center;justify-content:flex-start;gap:.45rem;flex-wrap:wrap}.profile-history-feature-chip{display:inline-flex;align-items:center;justify-content:center;padding:.22rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.2;border:1px solid transparent}.profile-history-feature-chip-ai{background:#e9f1ff;color:#0b4ca8;border-color:#cfe1ff}.profile-history-feature-chip-view{background:#e8f8ff;color:#006e8e;border-color:#c8ecf9}.profile-history-feature-chip-edit{background:#f5edff;color:#5f3da2;border-color:#e5d7ff}.profile-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 .7rem;border-radius:999px;background:var(--ingo-surface);border:1px solid #dbe6f3;color:var(--ingo-blue);font-size:.82rem;font-weight:700}.profile-chart-placeholder{margin:0;color:var(--ingo-muted);font-size:.84rem}.profile-chart-empty{align-items:center;text-align:center;gap:.85rem}.profile-chart-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--ingo-brand-soft);color:var(--ingo-blue)}.profile-chart-empty-icon svg{width:24px;height:24px}.profile-chart-empty-text{margin:0;color:var(--ingo-muted);font-size:.9rem;font-weight:500}.profile-chart-container{position:relative;width:100%;min-width:0;max-width:100%;min-height:280px;border:1px solid rgba(217,228,242,.75);border-radius:var(--ingo-radius-md);background:linear-gradient(180deg,#fafbfd,#fff 55%);box-shadow:0 1px #1d2b440a;padding:.35rem .45rem .2rem;overflow:hidden;display:flex;flex-direction:column}.profile-chart-container .recharts-responsive-container{flex:1 1 auto;min-width:0;min-height:200px;max-width:100%}.profile-chart-container--mobile{padding:.25rem .15rem .15rem}.profile-chart-container--mobile .recharts-responsive-container{min-height:180px}.profile-chart-container .recharts-cartesian-axis-tick-value{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.profile-chart-split{display:flex;flex-direction:column;align-items:stretch;gap:1rem;min-height:0;background:none;border:none;box-shadow:none;padding:0}@media(min-width:900px){.profile-chart-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:380px}.profile-chart-split-panel{height:100%}}@media(max-width:899px){.profile-chart-split-panel{width:100%;max-width:100%;min-width:0;height:auto}.profile-panel-chart{height:340px;overflow:hidden}.profile-chart-container{min-height:240px;height:240px}.profile-chart-container .recharts-responsive-container{min-height:200px}.profile-chart-split-main{flex:0 0 auto}.profile-chart-split-main .profile-chart-container{flex:none;min-height:240px;height:240px}.profile-chart-split-main .page-data-async--chart,.profile-chart-split-main .data-content-reveal:not(.profile-chart-container),.profile-chart-split-main .profile-chart-placeholder{flex:none;min-height:auto}.profile-chart-split-aside .profile-category-breakdown{flex:none;height:auto}.profile-chart-split-aside .profile-category-breakdown-list{flex:none;overflow-y:visible;min-height:0}}.profile-chart-split-main{display:flex;flex-direction:column;min-width:0;flex:1 1 0;min-height:0}.profile-chart-split-main .profile-chart-container{flex:1 1 0;min-height:280px;height:auto}.profile-chart-split-main .page-data-async--chart,.profile-chart-split-main .data-content-reveal:not(.profile-chart-container),.profile-chart-split-main .profile-chart-placeholder{flex:1 1 auto;min-height:280px;display:flex;flex-direction:column;justify-content:center}.profile-chart-split-aside{display:flex;flex-direction:column;min-width:0;min-height:0}.profile-chart-split-aside .profile-category-breakdown{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%}.profile-chart-split-aside .profile-category-breakdown-list{flex:1 1 auto;overflow-y:auto;min-height:0}.profile-category-breakdown{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:.9rem 1rem .85rem}.profile-category-breakdown-title{margin:0;font-size:.82rem;font-weight:600;color:var(--ingo-muted);letter-spacing:.01em}.profile-category-breakdown-empty{margin:.35rem 0 0;font-size:.86rem;color:var(--ingo-muted);line-height:1.45}.profile-category-breakdown-bar{display:flex;flex-direction:row;width:100%;height:10px;margin-top:.65rem;border-radius:999px;overflow:hidden;background:#e8edf3}.profile-category-breakdown-bar-seg{flex-shrink:0;height:100%;min-width:2px}.profile-category-breakdown-list{margin:.75rem 0 0;padding:0;list-style:none}.profile-category-breakdown-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:.45rem .55rem;padding:.35rem 0;font-size:.88rem;font-weight:400;color:var(--ingo-text);border-top:1px solid rgba(217,228,242,.75)}.profile-category-breakdown-row:first-of-type{border-top:none;padding-top:0}.profile-category-breakdown-row--highlight .profile-category-breakdown-name,.profile-category-breakdown-row--highlight .profile-category-breakdown-pct,.profile-category-breakdown-row--highlight .profile-category-breakdown-amount{color:#b42318}.profile-category-breakdown-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.profile-category-breakdown-name{min-width:0;overflow-wrap:anywhere}.profile-category-breakdown-meta{display:inline-flex;align-items:baseline;flex-wrap:nowrap;flex-shrink:0;text-align:right;white-space:nowrap}.profile-category-breakdown-pct{font-size:.78rem;font-weight:600;color:var(--ingo-muted)}.profile-category-breakdown-amount{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.profile-advice-panel{min-width:0}.profile-advice-refresh{white-space:nowrap}.profile-advice-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.profile-advice-footer-actions{margin-top:.9rem;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.profile-advice-refresh-hint{margin:0;max-width:320px;text-align:left;color:var(--ingo-muted);font-size:.76rem;line-height:1.35}.profile-advice-content{display:flex;flex-direction:column;gap:.9rem;min-width:0;width:100%;box-sizing:border-box}.profile-advice-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.profile-advice-tags{display:flex;flex-wrap:wrap;gap:.55rem}.profile-advice-badge{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700}.profile-advice-badge-info{background:#eef5ff;color:#0b57c8}.profile-advice-badge-warning{background:#fff3e8;color:#b54708}.profile-advice-badge-success{background:#ecfdf3;color:#157347}.profile-advice-badge-neutral{background:#f3f5f8;color:#526277}.profile-advice-generated-at{color:var(--ingo-muted);font-size:.8rem}.profile-advice-main{display:flex;flex-direction:column;gap:.45rem}.profile-advice-summary{margin:0;line-height:1.6;white-space:pre-line}.profile-advice-summary+.profile-advice-summary{margin-top:.35rem}.profile-advice-title{margin:0;color:var(--ingo-text);font-size:1rem;font-weight:600}.profile-advice-bullets-block{display:flex;flex-direction:column;gap:.45rem}.profile-advice-bullets-title{margin:0;color:var(--ingo-text);font-size:.85rem;font-weight:700}.profile-advice-actions{margin-top:.25rem;display:flex;align-items:center;justify-content:flex-start}.profile-advice-list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.45rem;color:var(--ingo-text)}.profile-advice-list-item{line-height:1.45}.profile-advice-disclaimer{margin:0;color:var(--ingo-muted);font-size:.82rem;line-height:1.45}.profile-advice-disclaimer+.profile-advice-disclaimer{margin-top:.25rem}.receipt-advice-highlights{display:flex;flex-direction:column;align-items:stretch;gap:.7rem;width:100%;min-width:0;box-sizing:border-box}.receipt-advice-general-note{margin:0;max-width:100%;overflow-wrap:anywhere;min-width:0}.receipt-advice-highlight{width:100%;min-width:0;max-width:100%;box-sizing:border-box;border:1px solid var(--ingo-line);border-radius:10px;background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:.8rem .9rem;display:flex;flex-direction:column;gap:.45rem}.receipt-advice-highlight-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.receipt-advice-highlight-title{color:var(--ingo-text);font-size:.9rem;line-height:1.35;min-width:0;overflow-wrap:anywhere}.receipt-advice-highlight-amount{color:var(--ingo-blue);font-size:.85rem;font-weight:700;white-space:nowrap}.receipt-advice-highlight-note{margin:0;color:var(--ingo-muted);font-size:.82rem;line-height:1.45;overflow-wrap:anywhere;min-width:0}.profile-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.profile-zero-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3.5rem 1.5rem 4rem}.profile-zero-icon{width:76px;height:76px;border-radius:22px;background:#e8f1ff;border:1px solid rgba(0,71,187,.12);display:flex;align-items:center;justify-content:center;color:var(--ingo-blue);margin-bottom:1.35rem}.profile-zero-icon svg{width:38px;height:38px}.profile-zero-title{margin:0;font-size:1.4rem;font-weight:700;color:var(--ingo-text);letter-spacing:-.025em}.profile-zero-lead{margin:.55rem 0 1.65rem;font-size:.95rem;color:var(--ingo-muted);max-width:38ch;line-height:1.55}.profile-zero-cta{min-width:min(220px,100%);max-width:100%;height:48px;font-size:.9rem}.profile-zero-features{margin-top:2.25rem;display:flex;gap:.55rem;flex-wrap:wrap;justify-content:center}.profile-zero-feature{display:flex;align-items:center;gap:.4rem;padding:.38rem .8rem;border-radius:999px;font-size:.82rem;font-weight:500;color:var(--ingo-muted);background:var(--ingo-bg);border:1px solid var(--ingo-line)}.profile-zero-feature svg{width:1rem;height:1rem;color:var(--ingo-blue);flex-shrink:0}.profile-history-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.7rem}.profile-history-item{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-sm);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);transition:box-shadow .2s ease,border-color .2s ease}.profile-history-item:hover{border-color:#b9cceb;box-shadow:0 6px 18px #0c3b8a1a,0 2px 6px #1d2b440a}.profile-history-link{display:block;padding:.95rem 1rem;color:inherit;text-decoration:none;border-radius:var(--ingo-radius-sm)}.profile-history-filters{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;padding:.75rem;border:1px solid var(--ingo-line);border-radius:12px;background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow)}.profile-history-filter-item{margin:0;display:flex;flex-direction:column;gap:.35rem}.profile-history-filter-item>span{display:inline-flex;align-items:center;font-size:.8rem;color:#5d6f8b;font-weight:600}.profile-history-filter-item .input{width:100%;height:40px;border-radius:10px;border:1px solid #c7d8ee;background:#fff;color:var(--ingo-text);font-size:.9rem;padding:0 .75rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.profile-history-filter-item .input::placeholder{color:#93a5bf}.profile-history-filter-item .input:hover{border-color:#a8c4e8}.profile-history-filter-item .input:focus{border-color:var(--ingo-blue);box-shadow:0 0 0 3px #0047bb1f}.profile-history-filter-item select.input{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7395bf 50%),linear-gradient(135deg,#7395bf 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2rem}.profile-history-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-history-main{display:flex;flex-direction:column;gap:.35rem;min-width:0}.profile-history-name{margin:0;color:var(--ingo-text);font-size:.95rem;font-weight:700;overflow-wrap:anywhere;word-break:break-word}.profile-history-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.profile-history-meta,.profile-history-meta-dot{color:var(--ingo-muted);font-size:.8rem}.profile-history-doc-meta{margin-top:.25rem;display:flex;flex-direction:column;gap:.55rem}.profile-history-doc-meta-item{margin:0;color:var(--ingo-text);font-size:.88rem;line-height:1.45;display:flex;flex-direction:column;gap:.1rem}.profile-history-doc-meta-label{color:var(--ingo-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.profile-history-total-block{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-shrink:0;min-width:0;max-width:100%}.profile-history-total-label{color:var(--ingo-muted);font-size:.75rem;font-weight:600}.profile-history-total{font-size:1rem;font-weight:700;text-align:center;overflow-wrap:anywhere;word-break:break-word}.profile-history-open-arrow{color:var(--ingo-blue);font-size:1.55rem;font-weight:600;line-height:1;transition:transform .15s ease,color .15s ease}.profile-history-link:hover .profile-history-open-arrow{color:#003ea3;transform:translate(2px)}.profile-history-details-page{display:flex;flex-direction:column;gap:.9rem}.history-layout-shell{width:100%;min-width:0;box-sizing:border-box}.history-details-page-root,.history-details-page{width:100%}.profile-history-details-layout{display:flex;flex-direction:column;gap:.85rem;width:100%;min-width:0}@media(min-width:900px){.history-details-page{gap:1.1rem}.profile-history-details-layout.history-details-layout--stacked{gap:1rem}.profile-history-details-layout.history-details-layout--edit .receipt-card-editor{width:100%}}.profile-history-payments-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.history-details-payments-badge{font-size:.78rem;color:var(--ingo-muted);background:#f0f5fc;padding:.2rem .6rem;border-radius:20px;font-weight:600}.profile-history-payments-expanded{margin-top:.85rem}.profile-history-payment-total{margin-top:.45rem;background:linear-gradient(135deg,#eef4ff,#f0f7ff);border:1px solid #c9d8ef;padding:.7rem .75rem;border-radius:10px}.profile-history-payment-total .profile-history-payment-name{font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:.8rem;color:var(--ingo-blue)}.profile-history-payment-total .profile-history-payment-amount{font-size:1.1rem;font-weight:800;color:var(--ingo-blue)}.profile-history-details{border-top:1px solid #e3ebf7;padding-top:.55rem}.profile-history-summary{display:inline-flex;margin-left:auto;width:fit-content;cursor:pointer;color:var(--ingo-blue);font-size:.83rem;font-weight:600;-webkit-user-select:none;user-select:none}.profile-history-details[open] .profile-history-summary{color:#003ea3}.profile-history-payments{margin:.55rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.profile-history-payment{display:flex;align-items:center;justify-content:space-between;gap:.7rem;border-top:1px solid #e8eff8;padding:.55rem .65rem;border-radius:8px;background:#f8fafd;margin-top:.3rem;border:1px solid #e8eff8}.profile-history-payment:first-child{margin-top:0}.profile-history-payment-name{color:var(--ingo-text);font-size:.88rem;line-height:1.4}.profile-history-payment-amount{color:var(--ingo-text);font-size:.9rem;font-weight:700;white-space:nowrap;flex-shrink:0}.auth{max-width:620px;width:100%;box-sizing:border-box;margin:0 auto}.auth-card,.upload-card,.result{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1rem}.upload-card{display:flex;flex-direction:column;gap:1rem}.auth-form{display:flex;flex-direction:column;gap:.95rem}.auth-title,.upload-title{margin:0;font-size:1.05rem;color:var(--ingo-text);font-weight:600}.auth-subtitle,.upload-subtitle{margin:0;font-size:.9rem;color:var(--ingo-muted)}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-field span,.auth-field label{font-size:var(--fs-xs);color:var(--ingo-text);font-weight:600}.auth-field input{height:44px;border-radius:var(--ingo-radius-sm);border:1px solid var(--ingo-line);padding:0 .85rem;outline:none;font-size:.95rem;color:var(--ingo-text);background:var(--ingo-surface);transition:border-color .15s var(--ingo-ease-out),box-shadow .15s var(--ingo-ease-out)}.auth-field input::placeholder{color:#9aa7bd}.auth-field input:hover{border-color:#bcd0ec}.auth-field input:focus{border-color:var(--ingo-blue);box-shadow:0 0 0 3px #0047bb1f}.auth-field--password .auth-password-wrap{position:relative;width:100%}.auth-field--password .auth-password-wrap input{padding-right:2.75rem;width:100%;box-sizing:border-box}.auth-password-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:none;background:transparent;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--ingo-muted);border-radius:var(--ingo-radius-sm)}.auth-password-toggle:hover{color:var(--ingo-blue);background:#0047bb0f}.auth-password-toggle:focus-visible{outline:2px solid rgba(0,71,187,.35);outline-offset:1px}.auth-password-toggle-icon{display:block;flex-shrink:0}.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.file-input{display:block}.file-input input[type=file]{display:none}.file-input-visual{border:2px dashed #95b2db;background:var(--ingo-surface);border-radius:var(--ingo-radius-sm);box-shadow:var(--ingo-panel-shadow);padding:1.4rem 1rem;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:.9rem;min-width:0;max-width:100%;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.file-input:hover .file-input-visual,.file-input input[type=file]:focus-visible+.file-input-visual{border-color:var(--ingo-primary, #3b6fd1);background:#f3f7ff;box-shadow:0 0 0 3px #3b6fd11f}.file-input-selected .file-input-visual{border-style:solid;border-color:#57c08a;background:#f3fbf6}.file-input-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.6rem;height:2.6rem;border-radius:999px;background:#3b6fd11a;color:var(--ingo-primary, #3b6fd1)}.file-input-selected .file-input-icon{background:#57c08a29;color:#2f9d6b}.file-input-icon svg{width:1.3rem;height:1.3rem}.file-input-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.file-input-title{color:var(--ingo-text);font-size:.98rem;font-weight:600;overflow-wrap:anywhere;word-break:break-word;min-width:0}.file-input-hint{color:var(--ingo-muted);font-size:.82rem}.file-pill{color:var(--ingo-text);font-size:.9rem;overflow-wrap:anywhere;word-break:break-word;min-width:0}.file-helper,.hint{color:var(--ingo-muted);font-size:.8rem}.actions{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.result-header{margin-bottom:.8rem;display:flex;align-items:center;justify-content:flex-start}.result h2{margin:0;font-size:1.05rem}.result-doc-meta{margin:0 0 .75rem;display:flex;flex-direction:column;gap:.3rem}.result-doc-meta-item{margin:0;color:var(--ingo-muted);font-size:.86rem}.result-doc-meta-label{color:var(--ingo-text);font-weight:600}.badge{padding:.2rem .55rem;border-radius:var(--ingo-radius-sm);font-size:.72rem;font-weight:700;color:var(--ingo-blue);background:var(--ingo-success-bg)}.result .table-responsive-wrap table,.result table,.history-details-payments-table-wrap table{width:100%;min-width:0;border-collapse:collapse;font-size:.9rem;border:1px solid #d6e2f1}.result thead,.history-details-payments-table-wrap thead{background:var(--ingo-blue);color:#fff}.result th,.result td,.history-details-payments-table-wrap th,.history-details-payments-table-wrap td{padding:.6rem .8rem;border-bottom:1px solid #e1eaf6}.result td:last-child,.result th:last-child,.history-details-payments-table-wrap td:last-child,.history-details-payments-table-wrap th:last-child{text-align:right}.result tbody tr:nth-child(2n),.history-details-payments-table-wrap tbody tr:nth-child(2n){background:var(--ingo-bg)}.table-responsive-wrap,.history-details-payments-table-wrap{margin-top:.85rem;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.table-responsive-wrap{margin-top:0}.history-details-payments-table-wrap td:first-child{min-width:0;word-break:break-word}.total{margin:.65rem 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;max-width:100%;box-sizing:border-box;color:var(--ingo-muted);font-size:.92rem;padding:.7rem .85rem;background:linear-gradient(135deg,#eef4ff,#f0f7ff);border:1px solid #d2e0f4;border-radius:10px}.total strong{color:var(--ingo-blue);font-size:1.05rem}.result-actions{margin-top:.8rem;display:flex;align-items:center;justify-content:flex-end;gap:.6rem;padding-top:.8rem;border-top:1px solid #e3ebf7}.save-result-button{min-width:min(280px,100%);max-width:100%;box-shadow:0 8px 18px #0047bb33}.analyze-result-skeleton .inline-icon-text{gap:.45rem}.analyze-result-skeleton-icon{width:1rem;height:1rem;border-radius:999px;flex-shrink:0}.analyze-result-skeleton-title{width:220px;max-width:100%;height:18px}.analyze-result-skeleton .result-doc-meta-label{color:var(--ingo-text)}.analyze-result-skeleton-meta-value{display:inline-block;vertical-align:middle;width:min(320px,58%);height:12px;border-radius:6px}.analyze-result-skeleton-meta-value-short{width:min(190px,42%)}.analyze-result-skeleton td{vertical-align:middle}.analyze-result-skeleton-table-cell{display:inline-block;height:12px;border-radius:6px}.analyze-result-skeleton-table-name{width:min(360px,92%)}.analyze-result-skeleton-table-amount{width:min(130px,88%)}.analyze-result-skeleton-total{display:inline-block;width:min(150px,55%);height:14px;border-radius:6px}.analyze-result-skeleton-action{min-width:170px;pointer-events:none;color:transparent}.receipt-card-editor{gap:1rem}.receipt-card-editor .form-group{margin:0;display:flex;flex-direction:column;gap:.35rem}.receipt-card-editor .form-group>span{display:inline-flex;align-items:center;font-size:.8rem;color:#5d6f8b;font-weight:600}.receipt-card-editor .input{width:100%;height:40px;border-radius:10px;border:1px solid #c7d8ee;background:#fff;color:var(--ingo-text);font-size:.9rem;padding:0 .75rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.receipt-card-editor .input::placeholder{color:#93a5bf}.receipt-card-editor .input:hover{border-color:#a8c4e8}.receipt-card-editor .input:focus{border-color:var(--ingo-blue);box-shadow:0 0 0 3px #0047bb1f}.receipt-card-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.receipt-card-editor-payments-section{margin-top:.35rem;display:flex;flex-direction:column;gap:.5rem}.receipt-card-editor-payments-header{flex-wrap:wrap;justify-content:flex-start}.receipt-card-editor-payments-add-wrap{margin-top:.75rem;display:flex;justify-content:flex-start}.receipt-card-editor-payments-toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.receipt-card-editor .history-details-payments-table-wrap th:nth-child(2),.receipt-card-editor .history-details-payments-table-wrap td:nth-child(2){text-align:right}.receipt-card-editor .history-details-payments-table-wrap th:last-child,.receipt-card-editor .history-details-payments-table-wrap td:last-child{width:3rem;text-align:center;vertical-align:middle}.receipt-card-editor-payments-col-action{width:3rem;padding-left:.35rem;padding-right:.35rem}.receipt-card-editor-payments-cell-action{vertical-align:middle}.receipt-card-editor-table-input{width:100%;min-width:0;box-sizing:border-box}.receipt-card-editor-table-input--amount{text-align:right}.receipt-card-editor .history-details-payments-table-wrap td{vertical-align:middle}.error{margin:0;color:#c22727;font-size:.85rem}.button{height:42px;border-radius:var(--ingo-radius-pill);border:1px solid transparent;padding:0 1.25rem;font-weight:600;font-size:.9rem;letter-spacing:-.01em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .16s var(--ingo-ease-out),border-color .16s var(--ingo-ease-out),color .16s var(--ingo-ease-out),box-shadow .16s var(--ingo-ease-out),transform .16s var(--ingo-ease-out)}.button-with-icon{gap:.4rem}.button-with-icon svg{width:1.05rem;height:1.05rem;flex-shrink:0}.inline-icon-text{display:inline-flex;align-items:flex-start;gap:.4rem;min-width:0;max-width:100%}.inline-icon-text svg{flex-shrink:0;margin-top:.1em;width:1rem;height:1rem}@keyframes svg-icon-spin{to{transform:rotate(360deg)}}.svg-icon-spin{animation:svg-icon-spin .75s linear infinite;transform-origin:center}.button:disabled{opacity:.7;cursor:default}.button-primary{background:var(--ingo-blue);color:#fff;box-shadow:0 8px 20px #0047bb2e}.button-primary:hover:not(:disabled){background:#003ea3;color:#fff;transform:translateY(-1px);box-shadow:0 12px 26px #0047bb3d}.button-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 6px 16px #0047bb2e}.button-primary:active:not(:disabled),.button-primary:focus-visible,.button-primary:visited{color:#fff}.button-secondary{border-color:var(--ingo-line);color:var(--ingo-blue);background:var(--ingo-surface)}.button-secondary:hover:not(:disabled){background:#f2f7ff;border-color:#bcd0ec}.button-muted{border-color:var(--ingo-line);color:var(--ingo-muted);background:#f4f6fa}.button-muted:hover:not(:disabled){background:#eaeef4;border-color:#cdd7e6;color:var(--ingo-text)}.link-button{display:inline-flex;align-items:center;justify-content:center;height:38px;border-radius:var(--ingo-radius-pill);border:1px solid var(--ingo-line);padding:0 .95rem;color:var(--ingo-blue);font-size:.85rem;font-weight:600;letter-spacing:-.01em;background:var(--ingo-surface);transition:background-color .16s var(--ingo-ease-out),border-color .16s var(--ingo-ease-out)}.link-button:hover{background:#f2f7ff;border-color:#bcd0ec}.site-brand-title,.site-brand-subtitle,.section-title,.section-subtitle,.app-shell-page-title,.topbar h1,.profile-card-title,.profile-card-text,.profile-chart-title,.profile-chart-placeholder,.profile-history-total,.profile-history-name,.profile-history-meta,.profile-history-summary,.profile-history-payment-name,.profile-history-payment-amount,.auth-title,.auth-subtitle,.upload-title,.upload-subtitle,.feedback-page-title,.feedback-page-subtitle,.feedback-question-legend,.feedback-comment-label-text,.feedback-comment-input,.feedback-page-success-text,.feedback-page-success-subtext,.feedback-progress-text,.feedback-scale-hint,.feedback-rating-circle,.file-pill,.file-helper,.hint,.result h2,.result th,.result td,.history-details-payments-table-wrap th,.history-details-payments-table-wrap td,.result-doc-meta-item,.total,.error,.button,.link-button{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.loading-state{text-align:center;color:var(--ingo-muted)}@keyframes skeleton-pulse{0%,to{opacity:.45}50%{opacity:.9}}.skeleton-block{background:linear-gradient(90deg,#e8edf3 25%,#f1f4f8,#e8edf3 75%);background-size:200% 100%;border-radius:8px;animation:skeleton-pulse 1.6s ease-in-out infinite}.skeleton-line{height:14px;margin-bottom:10px}.skeleton-line-short{width:60%}.skeleton-line-medium{width:80%}.skeleton-line-full{width:100%}.skeleton-title{height:20px;width:45%;margin-bottom:14px}.skeleton-card{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.skeleton-stat-card{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.skeleton-stat-card .skeleton-block:nth-child(1){height:12px;width:50%}.skeleton-stat-card .skeleton-block:nth-child(2){height:24px;width:70%}.skeleton-stat-card .skeleton-block:nth-child(3){height:11px;width:80%}.skeleton-chart-area{height:200px;border-radius:var(--ingo-radius-md)}.skeleton-history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.1rem;border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow)}.skeleton-history-item-left{display:flex;flex-direction:column;gap:6px;flex:1}.skeleton-history-item-right{width:80px;height:20px}.skeleton-card:nth-child(2),.skeleton-stat-card:nth-child(2),.skeleton-history-item:nth-child(2){animation-delay:.1s}.skeleton-card:nth-child(3),.skeleton-stat-card:nth-child(3),.skeleton-history-item:nth-child(3){animation-delay:.2s}@keyframes content-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.content-appear{animation:content-fade-in .32s cubic-bezier(.22,1,.36,1) both}@keyframes data-loader-enter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes data-content-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-data-async{min-height:220px;display:flex;align-items:center;justify-content:center;position:relative}.page-data-async--tight{min-height:140px}.page-data-async--chart{min-height:200px}.circular-loader{display:flex;align-items:center;justify-content:center;color:var(--ingo-blue)}.circular-loader__icon{width:40px;height:40px}.circular-loader--enter{animation:data-loader-enter .38s cubic-bezier(.22,1,.36,1) both}.data-content-reveal{animation:data-content-reveal .4s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.circular-loader--enter,.data-content-reveal{animation:none}}.data-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 1.35rem;gap:.65rem;max-width:100%}.data-placeholder--compact{align-items:flex-start;text-align:left;padding:1.25rem 1rem;gap:.5rem}.data-placeholder-icon-wrap{width:64px;height:64px;border-radius:18px;background:#e8f1ff;border:1px solid rgba(0,71,187,.12);display:flex;align-items:center;justify-content:center;color:var(--ingo-blue);margin-bottom:.35rem}.data-placeholder--compact .data-placeholder-icon-wrap{width:48px;height:48px;border-radius:14px;margin-bottom:.35rem}.data-placeholder-default-icon{width:28px;height:28px}.data-placeholder--compact .data-placeholder-default-icon{width:22px;height:22px}.data-placeholder-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--ingo-text);letter-spacing:-.02em}.data-placeholder--compact .data-placeholder-title{font-size:1rem}.data-placeholder-desc{margin:0;font-size:.92rem;color:var(--ingo-muted);line-height:1.5;max-width:40ch}.data-placeholder--compact .data-placeholder-desc{font-size:.88rem}.data-placeholder-detail{margin:0;font-size:.85rem;color:#c0392b;line-height:1.45;max-width:48ch}.data-placeholder-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;margin-top:.5rem}.data-placeholder--compact .data-placeholder-actions{justify-content:flex-start;margin-top:.35rem}.profile-advice-loading{display:flex;align-items:center;justify-content:center;min-height:140px;padding:1rem 0}@media(prefers-reduced-motion:reduce){.skeleton-block{animation:none;opacity:.6}.content-appear{animation:none}}@media(max-width:820px){.main:not(.app-shell-main):not(.landing-main){padding:0;max-width:100%}.main.app-shell-main{padding:1.25rem 1rem 2rem;max-width:100%}.main-with-fixed-header{padding-top:5.25rem}.app{padding:1.25rem 1rem 1.5rem;border-radius:0;border-left:0;border-right:0}.main.main--auth .app.auth{padding-top:.6rem}.analyze-page .upload-card,.analyze-page .result{padding:1.25rem 1rem 1.5rem}.actions,.topbar,.result-actions{flex-direction:column;align-items:stretch}.receipt-card-editor-grid{grid-template-columns:1fr}.receipt-card-editor-payments-toolbar{justify-content:flex-start}.profile-history-payments-header.receipt-card-editor-payments-header{flex-direction:column;align-items:stretch}.topbar-actions{justify-content:flex-start}.header-user-trigger{align-items:flex-start;text-align:left}.profile-hero{grid-template-columns:1fr}.profile-last-receipt-hero-inner{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.92rem 1rem .88rem;gap:.72rem .75rem}.profile-last-receipt-hero-main{flex:0 1 auto}.profile-last-receipt-hero-value-row{margin-top:.2rem;gap:.4rem .55rem}.profile-last-receipt-hero-amount{font-size:clamp(1.22rem,5vw,1.52rem);line-height:1.12}.profile-last-receipt-hero-delta{padding:.22rem .48rem;font-size:.78rem}.profile-last-receipt-hero-actions{width:100%;justify-content:stretch;flex-direction:column;gap:.45rem;align-self:stretch}.profile-last-receipt-hero-history,.profile-last-receipt-hero-cta{width:100%;justify-content:center;height:40px;min-height:40px}.profile-advice-mini-inner{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.85rem .9rem;gap:.7rem}.profile-advice-mini-main{flex:0 1 auto;gap:.6rem}.profile-advice-mini-info-icon{width:32px;height:32px;border-radius:8px}.profile-advice-mini-info-icon svg{width:17px;height:17px}.profile-advice-mini-eyebrow{gap:.35rem;font-size:.7rem}.profile-advice-mini-preset{margin:.15rem 0 0;font-size:.88rem;line-height:1.28}.profile-advice-mini-text{margin:.15rem 0 0;font-size:.84rem;line-height:1.4}.profile-advice-mini-btn{width:100%;justify-content:center;padding:.5rem .85rem;font-size:.84rem}.profile-advice-mini-btn-icon{width:15px;height:15px}.profile-content-main,.profile-dashboard-stack,.profile-skeleton-grid{gap:1rem}.profile-panel-header{flex-direction:column}.profile-advice-header-actions{width:100%;align-items:stretch}.profile-advice-refresh{width:100%}.profile-advice-refresh-hint{max-width:none;text-align:left}.profile-history-head{flex-direction:column;align-items:flex-start}.profile-history-filters{grid-template-columns:1fr}.profile-history-total-block{align-self:stretch;justify-content:center}.profile-history-meta{white-space:normal}}@media(max-width:640px){.history-details-header{align-items:flex-start}.profile-page-subtitle{font-size:.9rem}.profile-hero-cta,.profile-action-button{width:100%;min-width:0}.profile-history-cta-actions .profile-action-button{flex:1 1 100%;width:100%}.profile-hero,.profile-panel,.profile-card{padding:1rem}.profile-hero-phone{font-size:1.2rem}.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.profile-stat-label-full{display:none}.profile-stat-label-short{display:inline}.profile-stat-card{min-height:0;padding:.75rem .65rem;grid-template-rows:auto 1fr auto;gap:.35rem}.profile-stat-value{font-size:1.05rem}.profile-stat-note{font-size:.78rem;-webkit-line-clamp:3}.profile-chart-container{min-height:220px;height:220px}.profile-chart-split-main .profile-chart-container{height:220px;min-height:220px}.profile-history-item{padding:0}.profile-history-link{padding:.9rem}.profile-history-main{width:100%;gap:.45rem}.profile-history-name{font-size:1rem;line-height:1.35}.profile-history-meta-row{flex-direction:column;align-items:flex-start;gap:.2rem}.profile-history-total-block{width:100%;min-width:0;justify-content:space-between;padding-top:.55rem;border-top:1px solid #dbe6f3}.profile-history-total{text-align:left}.profile-history-open-arrow{font-size:1.28rem}.profile-history-meta-dot{display:none}}@media(max-width:420px){.profile-history-link{padding:.8rem}.profile-history-total{font-size:.96rem}}.legal-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal-title{font-size:1.6rem;font-weight:700;color:var(--ingo-text);margin-bottom:.25rem}.legal-date{font-size:.85rem;color:var(--ingo-text-muted);margin-bottom:2rem}.legal-content section{margin-bottom:1.75rem}.legal-content h2{font-size:1.1rem;font-weight:600;color:var(--ingo-text);margin-bottom:.6rem}.legal-content p{font-size:.92rem;line-height:1.65;color:var(--ingo-text-secondary, var(--ingo-text));margin-bottom:.5rem}.legal-content ul{margin:.4rem 0 .75rem 1.5rem;padding:0}.legal-content li{font-size:.92rem;line-height:1.6;color:var(--ingo-text-secondary, var(--ingo-text));margin-bottom:.3rem}.legal-footer{border-top:1px solid var(--ingo-line);padding:1.25rem 1.5rem;text-align:center}.legal-footer-inner{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.82rem}.legal-footer-inner a{color:var(--ingo-primary);text-decoration:none}.legal-footer-inner a:hover{text-decoration:underline}.legal-footer-sep{color:var(--ingo-text-muted)}.auth-legal-note{margin-top:1rem;font-size:.78rem;color:var(--ingo-text-muted);text-align:center;line-height:1.5}.auth-legal-note a{color:var(--ingo-primary);text-decoration:none}.auth-legal-note a:hover{text-decoration:underline}.auth-tabs{display:flex;gap:4px;width:100%;margin:0 0 1.5rem;padding:4px;background:var(--ingo-bg);border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-pill)}.auth-tab{flex:1;text-align:center;padding:.55rem .5rem;font-size:.9rem;font-weight:600;color:var(--ingo-muted);text-decoration:none;border-radius:var(--ingo-radius-pill);transition:color .15s var(--ingo-ease-out),background-color .15s var(--ingo-ease-out),box-shadow .15s var(--ingo-ease-out)}.auth-tab:hover{color:var(--ingo-text)}.auth-tab--active{color:var(--ingo-blue);background:var(--ingo-surface);box-shadow:0 1px 2px #1d2b441a}.auth-tab--active:hover{color:var(--ingo-blue)}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);background:radial-gradient(60% 55% at 82% 0%,var(--ingo-brand-soft),transparent 68%),var(--ingo-bg)}.auth-split{width:100%;max-width:960px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);background:var(--ingo-surface);border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-lg);box-shadow:var(--ingo-shadow);overflow:hidden}.app-logo{flex-shrink:0;width:30px;height:30px;border-radius:8px;display:block}.app-logo--sm{width:26px;height:26px}.auth-aside{position:relative;display:flex;flex-direction:column;gap:1.75rem;padding:clamp(1.75rem,3vw,2.5rem);background:linear-gradient(155deg,#0a52cb 0%,var(--ingo-blue) 52%,#052f76 100%);color:#fff;overflow:hidden}.auth-aside:before{content:"";position:absolute;width:320px;height:320px;right:-120px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),transparent 70%);pointer-events:none}.auth-aside>*{position:relative}.auth-aside-brand{display:inline-flex;align-items:center;gap:.55rem;color:#fff;text-decoration:none;font-weight:700;letter-spacing:-.02em}.auth-aside-logo{display:inline-flex;padding:5px;background:#fff;border-radius:9px}.auth-aside-logo img{width:24px;height:24px;display:block;border-radius:5px}.auth-aside-main{margin-top:auto}.auth-aside-title{margin:0;font-size:var(--fs-xl);font-weight:700;line-height:1.15;letter-spacing:-.02em}.auth-aside-lead{margin:.6rem 0 0;font-size:var(--fs-sm);line-height:1.55;color:#ffffffd9}.auth-aside-points{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.auth-aside-points li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.4;color:#fffffff2}.auth-aside-check{flex-shrink:0;width:20px;height:20px;margin-top:.05rem;padding:3px;border-radius:50%;background:#ffffff29;color:#fff}.auth-aside-foot{margin:0;font-size:.8rem;color:#ffffffb8}.auth-main{display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,3vw,2.5rem)}.auth-main-inner{width:100%;max-width:380px}.auth-main-brand{display:none;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--ingo-text);text-decoration:none}@media(max-width:760px){.auth-split{grid-template-columns:1fr;max-width:440px}.auth-aside{display:none}.auth-main-brand{display:inline-flex}}.auth-password-section--tabbed{margin-top:0}.auth-password-section{display:flex;flex-direction:column;gap:.75rem;text-align:left}.auth-password-section .auth-title,.auth-password-section .auth-subtitle{text-align:center}.auth-submit-full{width:100%;margin-top:.15rem}.auth-register-row{margin:0;text-align:center;font-size:.88rem;color:var(--ingo-text-muted)}.auth-register-row-label{color:var(--ingo-muted)}.auth-register-link{color:var(--ingo-blue);font-weight:600;text-decoration:none}.auth-register-link:hover{text-decoration:underline}.auth-register-back{margin:.75rem 0 0;text-align:center;font-size:.9rem}.auth-register-back-link{color:var(--ingo-blue);font-weight:600;text-decoration:none}.auth-register-back-link:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 1rem;-webkit-user-select:none;user-select:none}.auth-divider-line{flex:1;height:1px;background:var(--ingo-line)}.auth-divider-text{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ingo-text-muted)}.auth-oauth-section{display:flex;flex-direction:column;gap:.65rem;text-align:center}.auth-oauth-heading{margin:0;font-size:.92rem;font-weight:600;color:var(--ingo-text)}.auth-oauth-lead{margin:-.15rem 0 0;font-size:.8rem;line-height:1.4;color:var(--ingo-text-muted)}.auth-oauth-buttons{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.auth-oauth-buttons--row{display:grid;grid-template-columns:1fr;align-items:stretch}.auth-oauth-buttons--row .auth-oauth-btn{width:100%;min-width:0}.auth-vk-container--row{width:100%;min-width:0;display:flex;align-items:center;justify-content:center}.auth-oauth-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 14px;border-radius:10px;font-family:YS Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1;letter-spacing:0;text-decoration:none;cursor:pointer;border:none;outline:none;white-space:nowrap;overflow:hidden;transition:background .15s ease,box-shadow .15s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}.auth-oauth-btn:active{transform:scale(.98)}.auth-oauth-btn:focus-visible{box-shadow:0 0 0 3px #fc3f1d59}.auth-vk-container{min-height:44px}.auth-vk-container--row>*{width:100%!important}.auth-oauth-btn--yandex{background:#000;color:#fff;font-weight:500;box-shadow:0 1px 2px #00000026}.auth-oauth-btn--yandex:hover{background:#1a1a1a;box-shadow:0 2px 8px #00000040}.auth-oauth-btn--yandex:active{background:#000;transform:scale(.98)}.auth-oauth-btn-logo{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.auth-oauth-btn-logo svg{width:100%;height:100%;display:block}.auth-oauth-btn-label{display:inline-block;line-height:1;text-overflow:ellipsis;overflow:hidden;min-width:0}@media(max-width:560px){.auth-oauth-buttons--row{grid-template-columns:1fr}.auth-oauth-buttons--row .auth-oauth-btn,.auth-vk-container--row{width:100%}.auth-oauth-btn{font-size:14px}}.auth-form-error{margin:0;padding:.6rem .8rem;border-radius:8px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;font-size:.85rem;text-align:center}.auth-field--error input,.auth-field--error .auth-password-wrap input{border-color:#dc2626}.auth-field--error input:focus,.auth-field--error .auth-password-wrap input:focus{box-shadow:0 0 0 3px #dc26261f}.auth-field-error{font-size:.78rem;color:#dc2626;font-weight:500}.auth-field-optional{font-weight:400;color:var(--ingo-text-muted)}.auth-oauth-error{margin:0;padding:.6rem .8rem;border-radius:8px;background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626;font-size:.85rem;text-align:center}.profile-linked-accounts{padding:1.2rem 1.4rem}.profile-linked-accounts-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.8rem}.profile-linked-account-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--ingo-line)}.profile-linked-account-row:last-child{border-bottom:none}.profile-linked-account-label{font-weight:600;font-size:.92rem;color:var(--ingo-text)}.profile-linked-account-status--ok{font-size:.85rem;color:#10b981;font-weight:600}.button-sm{padding:.35rem .9rem;font-size:.82rem;height:auto}.settings-page{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}.settings-link-notice{margin:0 0 1rem;padding:.75rem 1rem;border-radius:var(--ingo-radius-sm);background:var(--ingo-surface-muted, #f0f4f8);color:var(--ingo-text);font-size:.9rem}.settings-section{border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-md);background:var(--ingo-surface);box-shadow:var(--ingo-panel-shadow);padding:1.3rem 1.4rem}.settings-section-header{margin-bottom:1rem}.settings-section-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--ingo-text)}.settings-section-desc{margin:.25rem 0 0;font-size:.82rem;color:var(--ingo-text-muted)}.settings-form{display:flex;flex-direction:column;gap:.9rem}.settings-field{display:flex;flex-direction:column;gap:.35rem}.settings-field label{font-size:.8rem;color:var(--ingo-muted);font-weight:600}.settings-field input{height:42px;border-radius:var(--ingo-radius-sm);border:1px solid #bfd0e8;padding:0 .8rem;outline:none;font-size:.95rem}.settings-field input:focus{border-color:var(--ingo-blue);box-shadow:0 0 0 3px #0047bb1f}.settings-save-btn{align-self:flex-start;margin-top:.25rem}.settings-form-msg{margin:0;padding:.55rem .8rem;border-radius:8px;font-size:.85rem;text-align:center}.settings-form-msg--error{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#dc2626}.settings-form-msg--ok{background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#059669}.settings-linked-list{display:flex;flex-direction:column;gap:0}.settings-linked-row{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--ingo-line)}.settings-linked-row:last-child{border-bottom:none}.settings-linked-label{font-weight:600;font-size:.92rem;color:var(--ingo-text)}.settings-linked-badge--ok{font-size:.85rem;color:#10b981;font-weight:600}.settings-form .auth-field{gap:.35rem}.settings-form .auth-field label{font-size:.8rem;color:var(--ingo-muted);font-weight:600}@media(max-width:600px){.settings-page{gap:1rem}.settings-section{padding:1rem}.settings-save-btn{width:100%}}@media(max-width:600px){.legal-page{padding:1.5rem 1rem 3rem}.legal-title{font-size:1.3rem}}.news-shell{min-height:100vh}.news-topbar{position:sticky;top:0;z-index:100;background:var(--ingo-surface);border-bottom:1px solid var(--ingo-line)}.news-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.9rem 1.5rem;max-width:1180px;margin:0 auto;width:100%}.news-topbar-nav{display:flex;gap:1.25rem;align-items:center;flex:1;justify-content:center}.news-topbar-nav a{color:var(--ingo-text);text-decoration:none;font-weight:500;font-size:.95rem;padding:.4rem .2rem;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.news-topbar-nav a:hover{color:var(--ingo-blue);border-bottom-color:var(--ingo-blue)}.news-topbar-cta{display:flex;align-items:center;gap:.6rem}.news-main{flex:1;max-width:1180px;margin:0 auto;width:100%;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:3rem}.news-article-main{max-width:820px;padding:2rem 1.5rem 3rem}.news-hero{padding:2rem 0 .5rem}.news-hero-inner{max-width:760px}.news-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--ingo-blue);font-size:.8rem;font-weight:700;margin:0 0 .75rem}.news-title{font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem;color:var(--ingo-text);font-weight:800;letter-spacing:-.01em}.news-lead{font-size:1.125rem;line-height:1.55;color:var(--ingo-muted);margin:0 0 1.5rem}.news-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center}.news-list-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.news-card-link{flex-direction:row}.news-card-image{flex:0 0 340px;aspect-ratio:auto}@media(max-width:720px){.news-card-link{flex-direction:column}.news-card-image{flex-basis:auto;aspect-ratio:16 / 9}}.news-card{background:var(--ingo-surface);border:1px solid var(--ingo-line);border-radius:16px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.news-card:hover{transform:translateY(-2px);border-color:#0047bb66;box-shadow:0 12px 30px #0047bb17}.news-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.news-card-image{aspect-ratio:16 / 9;overflow:hidden;background:#eef2fb}.news-card-image img{width:100%;height:100%;object-fit:cover;display:block}.news-card-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.news-card-meta{font-size:.82rem;color:var(--ingo-muted);display:flex;gap:.45rem;flex-wrap:wrap}.news-card-title{font-size:1.2rem;line-height:1.3;margin:0;color:var(--ingo-text);font-weight:700}.news-card-desc{color:var(--ingo-muted);line-height:1.5;margin:0;font-size:.95rem}.news-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.2rem}.news-card-tag{font-size:.75rem;padding:.2rem .6rem;background:#0047bb14;color:var(--ingo-blue);border-radius:999px;font-weight:600}.news-card-more{margin-top:auto;padding-top:.4rem;font-size:.9rem;font-weight:600;color:var(--ingo-blue)}.news-cta-section{background:linear-gradient(135deg,#0047bb,#002a78);color:#fff;border-radius:22px;padding:2.5rem 2rem}.news-cta-inner{max-width:640px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.news-cta-title{font-size:clamp(1.5rem,3vw,2rem);margin:0;font-weight:800}.news-cta-lead{margin:0;opacity:.9;line-height:1.55}.news-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem}.news-cta-section .link-button{color:#fff;opacity:.9}.news-cta-section .link-button:hover{opacity:1}.news-breadcrumbs{font-size:.86rem;color:var(--ingo-muted);margin-bottom:1.2rem;display:flex;flex-wrap:wrap;gap:.3rem}.news-breadcrumbs a{color:var(--ingo-blue);text-decoration:none}.news-breadcrumbs a:hover{text-decoration:underline}.news-article{display:flex;flex-direction:column;gap:1.6rem}.news-article-header{display:flex;flex-direction:column;gap:.9rem}.news-article-meta{font-size:.86rem;color:var(--ingo-muted);display:flex;gap:.5rem;flex-wrap:wrap}.news-article-title{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.18;margin:0;font-weight:800;color:var(--ingo-text);letter-spacing:-.01em}.news-article-lead{font-size:1.12rem;line-height:1.6;color:var(--ingo-muted);margin:0}.news-article-tags{display:flex;flex-wrap:wrap;gap:.4rem}.news-article-hero{margin:0;border-radius:18px;overflow:hidden;background:#eef2fb}.news-article-hero img{width:100%;height:auto;display:block}.news-article-body{font-size:1.05rem;line-height:1.72;color:var(--ingo-text);display:flex;flex-direction:column;gap:1rem}.news-article-body h2{font-size:1.55rem;margin:1.2rem 0 .2rem;color:var(--ingo-text);font-weight:700;letter-spacing:-.005em}.news-article-body h3{font-size:1.25rem;margin:1rem 0 .1rem;font-weight:700}.news-article-body p{margin:0}.news-article-body ul,.news-article-body ol{margin:0;padding-left:1.4rem;display:flex;flex-direction:column;gap:.45rem}.news-article-body li::marker{color:var(--ingo-blue)}.news-article-body a{color:var(--ingo-blue);text-decoration:underline;text-underline-offset:2px}.news-article-body blockquote{margin:.4rem 0;padding:.8rem 1.2rem;border-left:3px solid var(--ingo-blue);background:#0047bb0d;border-radius:6px;color:var(--ingo-text);font-style:italic}.news-article-body code{background:#0047bb14;padding:.08em .35em;border-radius:4px;font-size:.92em}.news-article-body img{width:100%;border-radius:12px;margin:.5rem 0}.news-article-cta{margin-top:1.6rem;padding:1.8rem;border-radius:18px;background:linear-gradient(135deg,#eef4ff,#dce8ff);border:1px solid rgba(0,71,187,.15);display:flex;flex-direction:column;gap:.6rem}.news-article-cta h2{margin:0;font-size:1.3rem;color:var(--ingo-text);font-weight:700}.news-article-cta p{margin:0;color:var(--ingo-text);line-height:1.55}.news-article-cta-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.5rem}.news-related{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.news-related-title{font-size:1.35rem;margin:0;color:var(--ingo-text);font-weight:700}@media(max-width:720px){.news-topbar-inner{flex-wrap:wrap;gap:.6rem 1rem;padding:.75rem 1rem}.news-topbar-nav{order:3;flex-basis:100%;justify-content:flex-start;gap:1rem}.news-main{padding:1.5rem 1rem 2rem;gap:2rem}.news-article-main{padding:1.2rem 1rem 2rem}.news-cta-section{padding:1.8rem 1.2rem}}.advice-feedback-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid var(--ingo-line)}.advice-feedback-label{font-size:var(--fs-sm);color:var(--ingo-muted)}.advice-feedback-vote{display:inline-flex;align-items:center;justify-content:center;width:34px;height:32px;border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-sm);background:var(--ingo-surface);color:var(--ingo-muted);cursor:pointer;transition:color .15s var(--ingo-ease),border-color .15s var(--ingo-ease),background .15s var(--ingo-ease)}.advice-feedback-vote:hover{border-color:var(--ingo-primary);color:var(--ingo-primary)}.advice-feedback-vote.is-active-up{border-color:var(--ingo-success);color:var(--ingo-success);background:var(--ingo-success-soft)}.advice-feedback-vote.is-active-down{border-color:var(--ingo-danger);color:var(--ingo-danger);background:var(--ingo-danger-soft)}.advice-feedback-regenerate{margin-left:auto;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;border:1px solid var(--ingo-line);border-radius:var(--ingo-radius-pill);background:var(--ingo-surface);color:var(--ingo-text);font-size:var(--fs-sm);cursor:pointer;transition:color .15s var(--ingo-ease),border-color .15s var(--ingo-ease)}.advice-feedback-regenerate:hover:not(:disabled){border-color:var(--ingo-primary);color:var(--ingo-primary)}.advice-feedback-regenerate:disabled{opacity:.55;cursor:not-allowed}.advice-feedback-notice{flex-basis:100%;margin:4px 0 0;font-size:var(--fs-xs);color:var(--ingo-muted)}.lp-shell{--ink: #16233b;--ink-2: #475870;--ink-3: #5b6b84;--line: #e7edf4;--line-2: #dae3ef;--surface: #ffffff;--tint: #f4f8fc;--tint-2: #eef4fb;--skel-1: #eef2f7;--skel-2: #e3e9f1;--bar: #cdd9ea;--brand: #0047bb;--brand-2: #1666d8;--brand-ink: #003a96;--brand-soft: #eaf1fd;--accent: #f28a0a;--accent-2: #ffb152;--accent-ink: #985706;--accent-soft: #fff3e2;--accent-line: #f3d2a3;--ok: #1f9d57;--ok-ink: #15793f;--ok-soft: #e8f6ee;--fs-2xs: .6875rem;--fs-xs: .8125rem;--fs-eyebrow: .78rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-md: 1.0625rem;--fs-lead: clamp(1.05rem, .98rem + .3vw, 1.2rem);--fs-h3: 1.1875rem;--fs-h2: clamp(1.6rem, 1.15rem + 1.9vw, 2.3rem);--fs-h1: clamp(2.1rem, 1.35rem + 3vw, 3.4rem);--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.25rem;--sp-6: 1.5rem;--sp-8: 2rem;--sp-10: 2.5rem;--sp-12: 3rem;--sp-16: 4rem;--r-sm: 10px;--r-md: 16px;--r-lg: 22px;--r-pill: 999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease: cubic-bezier(.22, .61, .36, 1);--shadow-sm: 0 1px 2px rgba(22, 35, 59, .05);--shadow-md: 0 10px 34px rgba(22, 35, 59, .08);--shadow-lg: 0 28px 64px rgba(22, 35, 59, .13);background:var(--surface);color:var(--ink);min-height:100vh;width:100%;max-width:100%;overflow-x:clip;-webkit-font-smoothing:antialiased}html:has(.lp-shell){scroll-behavior:smooth;scroll-padding-top:5.25rem}.lp-shell *,.lp-shell *:before,.lp-shell *:after{box-sizing:border-box}.lp-shell .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-reveal{opacity:0;transform:translateY(16px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transition-delay:calc(var(--i, 0) * 80ms)}.is-in .lp-reveal{opacity:1;transform:none}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:46px;padding:0 1.4rem;border:1px solid transparent;border-radius:var(--r-pill);font-family:inherit;font-weight:600;font-size:.95rem;letter-spacing:-.01em;text-decoration:none;white-space:nowrap;cursor:pointer;transition:transform .16s var(--ease-out),background-color .16s var(--ease-out),box-shadow .16s var(--ease-out),border-color .16s var(--ease-out)}.lp-btn--primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px #0047bb38}.lp-btn--primary:hover{background:var(--brand-ink);color:#fff;transform:translateY(-1px);box-shadow:0 16px 32px #0047bb47}.lp-btn--primary:active{transform:translateY(0);box-shadow:0 8px 18px #0047bb38}.lp-btn--primary:visited{color:#fff}.lp-btn--lg{height:54px;padding:0 1.95rem;font-size:1.02rem}.lp-btn--sm{height:40px;padding:0 1.1rem;font-size:.9rem}.lp-btn-arrow{width:1.15em;height:1.15em;transition:transform .2s var(--ease-out)}.lp-btn:hover .lp-btn-arrow{transform:translate(3px)}.lp-shell a:focus-visible,.lp-shell button:focus-visible,.lp-shell summary:focus-visible{outline:2px solid rgba(0,71,187,.55);outline-offset:3px;border-radius:var(--r-sm)}.lp-logo{flex-shrink:0;width:30px;height:30px;border-radius:8px;display:block}.lp-header{position:sticky;top:0;z-index:50;background:#ffffffd1;-webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line);padding-inline:clamp(var(--sp-4),4vw,var(--sp-8))}.lp-header-inner{max-width:1180px;margin:0 auto;padding-block:var(--sp-3);display:flex;align-items:center;gap:var(--sp-5)}.lp-brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.lp-brand-text{display:flex;flex-direction:column;line-height:1.1}.lp-brand-name{font-size:.98rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.lp-brand-sub{font-size:.72rem;color:var(--ink-3)}.lp-nav{display:flex;align-items:center;gap:.35rem;margin:0 auto}.lp-nav-link{padding:.5rem .7rem;border-radius:var(--r-sm);font-size:.88rem;font-weight:500;color:var(--ink-2);text-decoration:none;transition:color .15s,background-color .15s}.lp-nav-link:hover{color:var(--brand);background:var(--brand-soft)}.lp-header-actions{display:flex;align-items:center;gap:.5rem}.lp-login{font-size:.9rem;font-weight:600;color:var(--ink-2);text-decoration:none;padding:.5rem}.lp-login:hover{color:var(--brand)}.lp-main{width:100%}.lp-section{position:relative;padding-block:clamp(3.25rem,6vw,5.5rem);padding-inline:clamp(var(--sp-4),4vw,var(--sp-8));scroll-margin-top:5.25rem}.lp-eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .85rem;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.lp-eyebrow-ic{width:1rem;height:1rem;color:var(--accent)}.lp-h1{margin:0;font-size:var(--fs-h1);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--ink)}.lp-h2{margin:0;font-size:var(--fs-h2);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:var(--ink)}.lp-hero{padding-top:clamp(4rem,7vw,7rem)}.lp-hero-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:clamp(2rem,5vw,4rem);align-items:center}.lp-hero-copy{min-width:0}.lp-hero-lead{margin:1.25rem 0 0;max-width:42ch;font-size:var(--fs-lead);line-height:1.5;color:var(--ink-2)}.lp-hero-cta-row{margin-top:1.85rem}.lp-hero-feats{margin:1.15rem 0 0;font-size:.9rem;font-weight:500;color:var(--ink-2)}.lp-hero-visual{position:relative;min-width:0}.lp-hero-visual:before{content:"";position:absolute;inset:-12% -6% -6% 0;background:radial-gradient(62% 58% at 72% 28%,var(--brand-soft),transparent 72%);z-index:-1}.lp-demo{margin:0;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);overflow:hidden}.lp-hero-demo{width:min(100%,460px);margin-inline:auto}.lp-demo-anim{display:contents}.lp-demo-chrome{display:flex;align-items:center;gap:.6rem;padding:.7rem .95rem;border-bottom:1px solid var(--line);background:var(--tint)}.lp-demo-mark{width:14px;height:14px;border-radius:5px;background:linear-gradient(135deg,var(--brand-2),var(--brand))}.lp-demo-mark--accent{background:linear-gradient(135deg,var(--accent-2),var(--accent))}.lp-demo-chrome-title{font-size:.82rem;font-weight:600;color:var(--ink-2)}.lp-demo-status{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:var(--r-pill);font-size:.72rem;font-weight:600;color:var(--ink-3);background:#fff;border:1px solid var(--line-2)}.lp-demo-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.lp-demo-status--scan{color:var(--accent-ink)}.lp-demo-status--done{color:var(--ok)}.lp-demo-status--alert{color:var(--accent-ink);background:var(--accent-soft);border-color:var(--accent-line)}.lp-demo-body{position:relative;padding:.95rem 1.05rem 1.1rem}.lp-demo-file{display:flex;align-items:center;gap:.55rem;padding:.55rem .7rem;border:1px dashed var(--line-2);border-radius:var(--r-md);background:var(--tint);transition:border-color .3s,background-color .3s}.lp-demo-file.is-loaded{border-style:solid;border-color:var(--brand-soft);background:#fff}.lp-demo-file-icon{display:inline-flex;color:var(--brand)}.lp-demo-file-icon svg{width:1.05rem;height:1.05rem}.lp-demo-file-name{font-size:.82rem;font-weight:600;color:var(--ink);white-space:nowrap}.lp-caret{display:inline-block;width:2px;height:.95em;margin-left:1px;vertical-align:text-bottom;background:var(--accent);animation:lp-blink 1s steps(2,start) infinite}.lp-demo-stage{position:relative;min-height:360px;padding-top:.85rem}.lp-demo-skel{position:relative;display:flex;flex-direction:column;gap:.95rem;padding-top:.5rem;overflow:hidden}.lp-demo-skel-row{height:12px;border-radius:6px;background:linear-gradient(90deg,var(--skel-1) 25%,var(--skel-2) 50%,var(--skel-1) 75%);background-size:200% 100%;animation:lp-skel 1.6s ease-in-out infinite}.lp-demo-scan-line{position:absolute;left:-2%;right:-2%;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);box-shadow:0 0 16px 2px #f28a0a80;animation:lp-scan 1.5s var(--ease) infinite}.lp-demo-rows{display:flex;flex-direction:column}.lp-demo-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.42rem .45rem;margin:0 -.45rem;border-radius:8px;font-size:.83rem;border-bottom:1px solid var(--line);animation:lp-row-in .34s var(--ease-out) both}.lp-demo-row:last-child{border-bottom:0}.lp-demo-row.is-flag{background:var(--accent-soft);border-bottom-color:transparent}.lp-demo-row-name{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);min-width:0}.lp-demo-row.is-flag .lp-demo-row-name{font-weight:600}.lp-demo-row-tag{font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink);background:#fff;border:1px solid var(--accent-line);padding:.08rem .4rem;border-radius:var(--r-pill)}.lp-demo-row-amt{font-variant-numeric:tabular-nums;font-weight:600;color:var(--ink);white-space:nowrap}.lp-demo-total{display:flex;align-items:center;justify-content:space-between;margin-top:.85rem;padding-top:.85rem;border-top:2px solid var(--line-2)}.lp-demo-total-label{font-size:.82rem;color:var(--ink-2)}.lp-demo-total-amt{font-size:1.18rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--ink)}.lp-demo-done{display:flex;align-items:center;gap:.45rem;margin-top:.85rem;padding:.55rem .7rem;border-radius:var(--r-md);background:var(--ok-soft);color:var(--ok-ink);font-size:.8rem;font-weight:600;opacity:0;transform:translateY(6px);transition:opacity .4s var(--ease-out),transform .4s var(--ease-out)}.lp-demo-done.is-on{opacity:1;transform:none}.lp-demo-done-icon{width:1.05rem;height:1.05rem}.lp-how-head{max-width:1080px;margin:0 auto 2.5rem;text-align:center}.lp-how-head .lp-eyebrow{margin-bottom:.7rem}.lp-steps{list-style:none;margin:0 auto;padding:0;max-width:1080px;display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.lp-step{position:relative;display:flex;flex-direction:column;gap:.85rem;padding:1.35rem 1.3rem 1.45rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.lp-step:not(:last-child):after{content:"";position:absolute;top:50%;right:-.85rem;width:.7rem;height:.7rem;border-top:2px solid var(--line-2);border-right:2px solid var(--line-2);transform:translateY(-50%) rotate(45deg);z-index:1}.lp-step-top{display:flex;align-items:center;gap:.7rem}.lp-step-num{font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--brand);background:var(--brand-soft);padding:.2rem .5rem;border-radius:var(--r-pill)}.lp-step-title{margin:0;font-size:var(--fs-h3);font-weight:700;letter-spacing:-.02em;color:var(--ink)}.lp-step-visual{border-radius:var(--r-md);background:var(--tint);border:1px solid var(--line);padding:.85rem;min-height:116px;display:flex;flex-direction:column;justify-content:center}.lp-mini-drop{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.lp-mini-drop-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;color:var(--brand);background:var(--brand-soft)}.lp-mini-drop-icon svg{width:1.15rem;height:1.15rem}.lp-mini-file{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:var(--r-pill);background:#fff;border:1px solid var(--line-2);font-size:.78rem;font-weight:600;color:var(--ink)}.lp-mini-file-ic{width:.95rem;height:.95rem;color:var(--brand)}.lp-mini-drop-hint{font-size:.7rem;color:var(--ink-3)}.lp-mini-log{display:flex;flex-direction:column;gap:.55rem}.lp-mini-log-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--ink-2)}.lp-mini-tick{width:1rem;height:1rem;flex-shrink:0;padding:1px;border-radius:50%;color:#fff;background:var(--ok)}.lp-mini-result{display:flex;flex-direction:column;gap:.6rem}.lp-mini-flag{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .6rem;border-radius:10px;background:var(--accent-soft)}.lp-mini-flag-name{font-size:.84rem;font-weight:600;color:var(--ink)}.lp-mini-flag-tag{font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink);background:#fff;border:1px solid var(--accent-line);padding:.08rem .4rem;border-radius:var(--r-pill)}.lp-mini-advice{margin:0;font-size:.78rem;line-height:1.45;color:var(--ink-2)}.lp-proof{background:var(--tint);border-block:1px solid var(--line)}.lp-proof-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:clamp(2rem,5vw,3.75rem);align-items:center}.lp-proof-lead{margin:1.1rem 0 1.75rem;max-width:42ch;font-size:var(--fs-md);line-height:1.55;color:var(--ink-2)}.lp-proof-panel{width:min(100%,460px);margin-inline:auto}.lp-spark{padding:.85rem 1rem .6rem;border-top:1px solid var(--line)}.lp-spark-caption{font-size:.72rem;color:var(--ink-3)}.lp-spark-bars{display:flex;align-items:flex-end;gap:.5rem;margin-top:.55rem}.lp-spark-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem}.lp-spark-track{width:100%;height:56px;display:flex;align-items:flex-end}.lp-spark-bar{width:100%;min-height:4px;border-radius:5px 5px 2px 2px;background:var(--bar);transform:scaleY(0);transform-origin:bottom;transition:transform .8s var(--ease-out);transition-delay:calc(var(--i, 0) * 70ms + .15s)}.is-in .lp-spark-bar{transform:scaleY(1)}.lp-spark-bar.is-flag{background:linear-gradient(180deg,var(--accent-2),var(--accent))}.lp-spark-label{font-size:.66rem;color:var(--ink-3)}.lp-anom{display:flex;gap:.7rem;padding:.85rem 1rem;border-top:1px solid var(--line);background:var(--accent-soft)}.lp-anom-icon{flex-shrink:0;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:var(--accent)}.lp-anom-icon svg{width:1.05rem;height:1.05rem}.lp-anom-title{margin:0 0 .2rem;font-size:.86rem;font-weight:700;color:var(--ink)}.lp-anom-text{margin:0;font-size:.8rem;line-height:1.45;color:var(--accent-ink)}.lp-compare-head{max-width:760px;margin:0 auto 1.85rem;text-align:center}.lp-compare-table{max-width:760px;margin:0 auto;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm)}.lp-compare-thead,.lp-compare-row{display:grid;grid-template-columns:1fr 1fr}.lp-compare-thead{border-bottom:1px solid var(--line)}.lp-compare-th{padding:.7rem 1.1rem;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.lp-compare-th--before{color:var(--ink-3)}.lp-compare-th--after{color:var(--brand);background:var(--brand-soft)}.lp-compare-row:not(:last-child){border-bottom:1px solid var(--line)}.lp-compare-before,.lp-compare-after{padding:.95rem 1.1rem;font-size:.9rem;line-height:1.4}.lp-compare-before{color:var(--ink-3);text-decoration:line-through;text-decoration-color:#7d8ba280}.lp-compare-after{display:flex;align-items:flex-start;gap:.5rem;color:var(--ink);font-weight:500;background:linear-gradient(90deg,var(--brand-soft),transparent 92%)}.lp-compare-tick{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.08rem;color:var(--brand)}.lp-faq-head{max-width:720px;margin:0 auto 1.75rem}.lp-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.65rem}.lp-faq-item{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);transition:border-color .2s,box-shadow .2s}.lp-faq-item[open]{border-color:var(--line-2);box-shadow:var(--shadow-sm)}.lp-faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;font-size:1rem;font-weight:600;color:var(--ink);cursor:pointer;list-style:none}.lp-faq-q::-webkit-details-marker{display:none}.lp-faq-chevron{flex-shrink:0;width:1.2rem;height:1.2rem;color:var(--ink-3);transition:transform .25s var(--ease-out)}.lp-faq-item[open] .lp-faq-chevron{transform:rotate(180deg);color:var(--brand)}.lp-faq-a{margin:0;padding:0 1.15rem 1.15rem;font-size:.92rem;line-height:1.6;color:var(--ink-2)}.lp-final-inner{max-width:660px;margin:0 auto;text-align:center;padding:clamp(2.5rem,5vw,3.75rem) clamp(1.25rem,4vw,3rem);border-radius:var(--r-lg);background:radial-gradient(120% 120% at 50% 0%,var(--brand-soft),transparent 70%),var(--surface);border:1px solid var(--line-2);box-shadow:var(--shadow-md)}.lp-final-title{margin:0;font-size:var(--fs-h2);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:var(--ink)}.lp-final-lead{margin:.9rem auto 0;max-width:40ch;font-size:var(--fs-md);line-height:1.5;color:var(--ink-2)}.lp-final .lp-btn{margin-top:1.85rem}.lp-final-trust{margin:1rem 0 0;font-size:.85rem;color:var(--ink-3)}.lp-footer{border-top:1px solid var(--line);background:var(--tint)}.lp-footer-inner{max-width:1200px;margin:0 auto;padding:var(--sp-6) clamp(var(--sp-4),4vw,var(--sp-8));display:flex;align-items:center;gap:var(--sp-4) var(--sp-6);flex-wrap:wrap}.lp-footer-brand{display:inline-flex;align-items:center;gap:.55rem}.lp-footer-name{font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.lp-footer-links{display:flex;gap:1.25rem;margin-left:auto;flex-wrap:wrap}.lp-footer-links a{font-size:.86rem;color:var(--ink-2);text-decoration:none}.lp-footer-links a:hover{color:var(--brand)}.lp-footer-copy{font-size:.82rem;color:var(--ink-3);width:100%}@keyframes lp-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes lp-scan{0%{top:0;opacity:0}12%{opacity:1}88%{opacity:1}to{top:100%;opacity:0}}@keyframes lp-row-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes lp-note-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes lp-skel{0%,to{background-position:0% 0}50%{background-position:-100% 0}}@media(max-width:920px){.lp-hero-grid{grid-template-columns:1fr;gap:2.25rem}.lp-hero-lead{max-width:46ch}.lp-hero-visual:before{inset:-8% -4%}.lp-proof-grid{grid-template-columns:1fr;gap:2.25rem}.lp-nav{display:none}}@media(max-width:680px){.lp-brand-sub{display:none}.lp-steps{grid-template-columns:1fr;gap:1.75rem}.lp-step:not(:last-child):after{top:auto;right:50%;bottom:-1.25rem;transform:translate(50%) rotate(135deg)}.lp-compare-th,.lp-compare-before,.lp-compare-after{padding-inline:.85rem}.lp-footer-links{margin-left:0}}@media(max-width:420px){.lp-header-actions .lp-login,.lp-demo-status{display:none}}@media(prefers-reduced-motion:reduce){html:has(.lp-shell){scroll-behavior:auto}.lp-shell *,.lp-shell *:before,.lp-shell *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.lp-reveal{opacity:1!important;transform:none!important}.lp-spark-bar{transform:scaleY(1)!important}.lp-demo-done{opacity:1!important;transform:none!important}.lp-caret{opacity:1}}
