:root {
  --mup-canvas: #f7f9f8;
  --mup-surface: #fff;
  --mup-navy: #082456;
  --mup-ink: #0b1d48;
  --mup-mint: #6fd7cb;
  --mup-mint-strong: #4cc9b8;
  --mup-mint-soft: #eefaf8;
  --mup-border: #dfe8e7;
  --mup-muted: #68758f;
  --mup-shadow: 0 20px 60px rgba(8,36,86,.08);
}
html.mup-panel-open { overflow: hidden; }
body.moveu-public-budget-page { margin: 0; min-width: 320px; background: var(--mup-canvas); color: var(--mup-ink); -webkit-font-smoothing: antialiased; }
body.moveu-public-budget-page *, body.moveu-public-budget-page *::before, body.moveu-public-budget-page *::after { box-sizing: border-box; }
body.moveu-public-budget-page [hidden] { display: none !important; }
.mup-budget, .mup-panel { font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.mup-budget { overflow: hidden; }
.mup-budget a { color: inherit; text-decoration: none; }
.mup-budget button, .mup-panel button, .mup-panel input, .mup-panel select { font: inherit; color: inherit; }
.mup-hero, .mup-preview, .mup-tips, .mup-guide, .mup-final-cta { width: min(calc(100% - 32px),1180px); margin-inline: auto; }
.mup-hero { padding: 54px 0 44px; display: grid; gap: 30px; }
.mup-eyebrow, .mup-section-heading span, .mup-demo header span { display: block; color: #2b746d; font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.mup-hero h1 { max-width: 700px; margin: 10px 0 15px; color: var(--mup-navy); font-size: clamp(38px,10vw,62px); line-height: .98; letter-spacing: -.052em; }
.mup-hero__copy > p { max-width: 660px; margin: 0; color: var(--mup-muted); font-size: 17px; line-height: 1.65; }
.mup-hero__copy > small { display: block; margin-top: 13px; color: var(--mup-muted); font-size: 12px; }
.mup-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.mup-button { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-size: 14px; font-weight: 800; }
.mup-button--primary { background: var(--mup-navy); color: #fff !important; box-shadow: 0 10px 24px rgba(8,36,86,.13); }
.mup-button--primary:hover { background: #0d3169; }
.mup-button--quiet { border-color: var(--mup-border); background: #fff; }
.mup-demo { padding: 24px; border: 1px solid rgba(210,226,223,.9); border-radius: 28px; background: linear-gradient(145deg,#fff,#f2faf8); box-shadow: var(--mup-shadow); }
.mup-demo header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.mup-demo header strong { color: var(--mup-navy); font-size: 28px; letter-spacing: -.04em; }
.mup-demo__summary { margin-top: 24px; display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 22px; }
.mup-demo__ring { --mup-budget-progress:12%; width: 118px; height: 118px; padding: 12px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mup-mint-strong) var(--mup-budget-progress),#dfe9e7 0); }
.mup-demo__ring::before { content:""; grid-area:1/1; width: 92px; height: 92px; border-radius:50%; background:#fff; }
.mup-demo__ring span { z-index:1; grid-area:1/1; text-align:center; }
.mup-demo__ring strong, .mup-demo__ring small { display:block; }
.mup-demo__ring strong { font-size:24px; }
.mup-demo__ring small { color:var(--mup-muted); font-size:11px; }
.mup-demo dl { margin:0; display:grid; gap:13px; }
.mup-demo dl div { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.mup-demo dt { color:var(--mup-muted); font-size:13px; }
.mup-demo dd { margin:0; font-size:16px; font-weight:820; }
.mup-demo > p { margin:20px 0 0; padding-top:15px; border-top:1px solid var(--mup-border); color:var(--mup-muted); font-size:12px; }
.mup-preview, .mup-tips { padding: 48px 0; }
.mup-section-heading { margin-bottom:20px; display:flex; align-items:end; justify-content:space-between; gap:16px; }
.mup-section-heading h2 { margin:5px 0 4px; color:var(--mup-navy); font-size:clamp(27px,7vw,38px); line-height:1.1; letter-spacing:-.04em; }
.mup-section-heading p { margin:0; color:var(--mup-muted); font-size:14px; }
.mup-round-add { width:48px; height:48px; flex:0 0 auto; border:0; border-radius:15px; background:var(--mup-navy); color:#fff !important; cursor:pointer; font-size:27px; line-height:1; }
.mup-category-card, .mup-tip-list { overflow:hidden; border:1px solid var(--mup-border); border-radius:24px; background:#fff; box-shadow:0 14px 38px rgba(8,36,86,.045); }
.mup-category-row { width:100%; min-width:0; min-height:76px; padding:12px 14px; display:grid; grid-template-columns:12px minmax(0,1fr) auto 20px; align-items:center; gap:12px; border:0; border-bottom:1px solid var(--mup-border); background:#fff; text-align:left; cursor:pointer; }
.mup-category-row:last-child { border-bottom:0; }
.mup-category-row:hover { background:#fbfdfd; }
.mup-category-row__mark { width:10px; height:40px; border-radius:99px; background:var(--mup-mint); }
.mup-category-row > span:nth-child(2) { min-width:0; }
.mup-category-row strong { display:block; overflow:hidden; color:var(--mup-ink); font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
.mup-category-row i { height:5px; margin-top:8px; display:block; overflow:hidden; border-radius:99px; background:#e7eeee; }
.mup-category-row i b { width:var(--mup-share); height:100%; display:block; border-radius:inherit; background:var(--mup-mint-strong); }
.mup-category-row > span:nth-child(3) { font-size:14px; font-weight:820; white-space:nowrap; }
.mup-category-row svg, .mup-tip > button svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; color:#97a3b4; }
.mup-preview__note { margin:10px 2px 0; color:var(--mup-muted); font-size:11px; }
.mup-tips { width:min(calc(100% - 32px),930px); }
.mup-tip { border-bottom:1px solid var(--mup-border); }
.mup-tip:last-child { border-bottom:0; }
.mup-tip > button { width:100%; min-height:78px; padding:14px 16px; display:flex; align-items:center; justify-content:space-between; gap:16px; border:0; background:#fff; text-align:left; cursor:pointer; }
.mup-tip > button > span { min-width:0; }
.mup-tip strong, .mup-tip small { display:block; }
.mup-tip strong { color:var(--mup-ink); font-size:15px; }
.mup-tip button small { margin-top:3px; color:var(--mup-muted); font-size:12.5px; }
.mup-tip > button svg { transition:transform .2s ease; }
.mup-tip.is-open > button svg { transform:rotate(180deg); }
.mup-tip__body { padding:0 16px 18px; }
.mup-tip__body p { margin:0 0 11px; color:var(--mup-muted); font-size:14px; line-height:1.6; }
.mup-tip__body .mup-tip__reason { padding:10px 12px; border-radius:12px; background:var(--mup-mint-soft); color:#326d67; font-size:12.5px; }
.mup-tip__body a { min-height:44px; padding:0 14px; display:inline-flex; align-items:center; border-radius:13px; background:var(--mup-navy); color:#fff; font-size:13px; font-weight:800; }
.mup-tip__body > small { margin-top:8px; color:var(--mup-muted); font-size:10.5px; }
.mup-all-tips { min-height:48px; margin:14px auto 0; padding:0 16px; display:flex; align-items:center; gap:9px; border:1px solid var(--mup-border); border-radius:15px; background:#fff; color:var(--mup-navy); cursor:pointer; font-weight:800; }
.mup-all-tips span { min-width:25px; height:25px; display:grid; place-items:center; border-radius:99px; background:var(--mup-mint-soft); font-size:11px; }
.mup-affiliate-note { max-width:760px; margin:14px auto 0; color:var(--mup-muted); font-size:11px; line-height:1.55; text-align:center; }
.mup-guide { margin-top:48px; padding:52px 22px; border-radius:30px; background:#fff; box-shadow:var(--mup-shadow); }
.mup-guide > h2 { max-width:720px; margin:7px 0 14px; color:var(--mup-navy); font-size:clamp(30px,8vw,45px); line-height:1.05; letter-spacing:-.045em; }
.mup-guide > p { max-width:800px; margin:0; color:var(--mup-muted); line-height:1.75; }
.mup-guide__grid { margin-top:32px; display:grid; gap:14px; }
.mup-guide__grid section { padding:20px; border:1px solid var(--mup-border); border-radius:20px; background:#fbfdfd; }
.mup-guide h3 { margin:0 0 8px; color:var(--mup-navy); font-size:19px; }
.mup-guide__grid p { margin:0; color:var(--mup-muted); font-size:14px; line-height:1.65; }
.mup-guide > h3 { margin-top:34px; }
.mup-guide ol { padding-left:22px; color:var(--mup-muted); line-height:1.8; }
.mup-faq { margin-top:42px; }
.mup-faq h2 { margin:0 0 16px; color:var(--mup-navy); font-size:27px; }
.mup-faq details { border-top:1px solid var(--mup-border); }
.mup-faq details:last-child { border-bottom:1px solid var(--mup-border); }
.mup-faq summary { min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:16px; list-style:none; color:var(--mup-ink); cursor:pointer; font-weight:780; }
.mup-faq summary::-webkit-details-marker { display:none; }
.mup-faq summary span { color:var(--mup-mint-strong); font-size:22px; }
.mup-faq details p { margin:0 0 20px; color:var(--mup-muted); line-height:1.65; }
.mup-final-cta { margin-top:38px; margin-bottom:70px; padding:28px; display:grid; gap:22px; border-radius:28px; background:linear-gradient(135deg,#eafaf7,#f8fbfb); border:1px solid #d3ebe7; }
.mup-final-cta h2 { margin:6px 0 7px; color:var(--mup-navy); font-size:28px; line-height:1.1; }
.mup-final-cta p { margin:0; color:var(--mup-muted); }
.mup-panel-backdrop { position:fixed; z-index:180; inset:0; background:rgba(7,26,51,.3); backdrop-filter:blur(3px); }
.mup-panel { --mu-sheet-drag-y:0px; position:fixed; z-index:190; left:0; right:0; bottom:0; max-height:92dvh; padding:0 18px calc(20px + env(safe-area-inset-bottom)); overflow:auto; border:1px solid var(--mup-border); border-bottom:0; border-radius:28px 28px 0 0; background:#fff; box-shadow:0 24px 72px rgba(8,36,86,.16); transform:translateY(calc(102% + var(--mu-sheet-drag-y))); opacity:0; transition:transform .28s cubic-bezier(.2,.75,.2,1),opacity .2s ease; }
.mup-panel.is-open { transform:translateY(var(--mu-sheet-drag-y)); opacity:1; }
.mup-panel.is-dragging { transition:none; user-select:none; }
.mup-panel__handle { width:38px; height:4px; margin:9px auto 2px; border-radius:99px; background:#d5dfdf; touch-action:none; }
.mup-panel > header { position:sticky; top:0; z-index:2; min-height:76px; padding:14px 0; display:flex; align-items:center; justify-content:space-between; gap:14px; border-bottom:1px solid var(--mup-border); background:rgba(255,255,255,.96); }
.mup-panel > header span { display:block; color:var(--mup-muted); font-size:12px; font-weight:750; }
.mup-panel > header h2 { margin:2px 0 0; color:var(--mup-navy); font-size:22px; }
.mup-panel > header button { width:42px; height:42px; padding:0; display:grid; place-items:center; border:1px solid var(--mup-border); border-radius:13px; background:#f8fbfb; color:var(--mup-navy); cursor:pointer; font-size:25px; }
.mup-panel__body { padding:22px 0 28px; }
.mup-panel__body > p { color:var(--mup-muted); line-height:1.65; }
.mup-category-detail__amount { display:block; color:var(--mup-navy); font-size:35px; letter-spacing:-.04em; }
.mup-panel form label { margin-bottom:16px; display:grid; gap:7px; color:var(--mup-ink); font-size:14px; font-weight:720; }
.mup-panel form label small { color:var(--mup-muted); font-weight:500; }
.mup-panel input, .mup-panel select { width:100%; min-height:50px; padding:11px 13px; border:1px solid #d5e0df; border-radius:14px; outline:0; background:#fff; font-size:16px; }
.mup-panel input:focus, .mup-panel select:focus { border-color:var(--mup-mint-strong); box-shadow:0 0 0 4px rgba(76,201,184,.14); }
.mup-money { position:relative; }
.mup-money input { padding-right:42px; }
.mup-money i { position:absolute; right:14px; top:50%; transform:translateY(-50%); color:var(--mup-muted); font-style:normal; }
.mup-form-error { margin:0; padding:10px 12px; border-radius:12px; background:#fff1f0; color:#b42318; font-size:13px; }
.mup-panel > footer, .mup-panel form > footer { position:sticky; bottom:calc(-20px - env(safe-area-inset-bottom)); margin:0 -18px calc(-20px - env(safe-area-inset-bottom)); padding:14px 18px calc(18px + env(safe-area-inset-bottom)); display:grid; gap:8px; border-top:1px solid var(--mup-border); background:rgba(255,255,255,.97); }
.mup-panel footer .mup-button { width:100%; }
.mup-conversion-check { width:64px; height:64px; margin:0 auto 18px; display:grid; place-items:center; border-radius:21px; background:var(--mup-mint-soft); color:#24776e; font-size:28px; font-weight:900; }
.mup-panel--conversion .mup-panel__body > p { text-align:center; }
.mup-panel--conversion ul { padding-left:22px; color:var(--mup-muted); line-height:1.8; }
:where(.mup-budget,.mup-panel) :where(a,button,input,select,summary):focus-visible { outline:3px solid rgba(76,201,184,.45); outline-offset:3px; }
@media (min-width:760px) {
  .mup-hero { padding:78px 0 62px; grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr); align-items:center; gap:64px; }
  .mup-preview { padding-top:64px; }
  .mup-guide { padding:64px; }
  .mup-guide__grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .mup-final-cta { padding:38px 42px; grid-template-columns:1fr auto; align-items:center; }
}
@media (min-width:900px) {
  .mup-category-card { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mup-category-row:nth-child(odd) { border-right:1px solid var(--mup-border); }
  .mup-category-row:last-child { border-bottom:0; }
  .mup-panel { top:0; left:auto; right:0; bottom:0; width:min(460px,100vw); max-height:none; padding:0 28px 28px; border:0; border-left:1px solid var(--mup-border); border-radius:28px 0 0 28px; transform:translateX(102%); }
  .mup-panel.is-open { transform:translateX(0); }
  .mup-panel__handle { display:none; }
  .mup-panel > footer, .mup-panel form > footer { bottom:-28px; margin:0 -28px -28px; padding:16px 28px 28px; }
}
@media (max-width:380px) {
  .mup-demo__summary { grid-template-columns:96px 1fr; gap:14px; }
  .mup-demo__ring { width:96px; height:96px; }
  .mup-demo__ring::before { width:74px; height:74px; }
  .mup-category-row { grid-template-columns:10px minmax(0,1fr) auto 18px; gap:9px; padding-inline:11px; }
}
@media (prefers-reduced-motion:reduce) { .mup-budget *, .mup-panel * { animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }
