.move-actions-responsive{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.move-date-row{align-items:center;gap:6px;display:flex}.move-btn-row{align-items:center;gap:10px;display:flex}@media (max-width:600px){.move-actions-responsive{flex-direction:column;align-items:flex-start;gap:6px}.move-date-row{margin-bottom:2px}.move-btn-row{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%}.move-btn-row .btn{white-space:nowrap;flex:1 1 0;max-width:140px;padding:8px 0;font-size:1rem;min-width:90px!important}}.tier-row-responsive{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:12px;display:flex}.tier-desc-responsive{color:#64748b;white-space:nowrap;font-size:.95rem;font-weight:500}@media (max-width:600px){.tier-row-responsive{flex-direction:column;align-items:flex-start;gap:6px}.tier-desc-responsive{white-space:normal;text-align:left}}.perk-note{border-radius:var(--radius);background:#ecfdf5;border:1px solid #a7f3d0;align-items:center;gap:10px;margin-bottom:18px;padding:14px 18px;font-size:1rem;display:flex}.dashboard-input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:10px 14px;font-size:1rem;transition:border-color .2s}.dashboard-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring);outline:none}.card-label{color:var(--primary);text-align:right;font-weight:600}:root{--bg:#f7f8fb;--surface:#fff;--text:#1f2937;--muted:#64748b;--border:#e5e7eb;--primary:#4f46e5;--primary-700:#4338ca;--focus-ring:rgba(79,70,229,.18);--radius:14px;--shadow:0 12px 26px rgba(2,6,23,.08);--container:960px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 20px}.main{padding:24px 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.app-header{border-bottom:1px solid var(--border);z-index:2;background:#fff;position:relative}.app-header__inner{max-width:var(--container);align-items:center;gap:12px;margin:0 auto;padding:12px 20px;display:flex;overflow:visible}.brand{color:var(--text);align-items:center;gap:10px;display:flex}.brand__name{letter-spacing:.2px;font-size:100%;font-weight:700}.nav--desktop{align-items:center;gap:14px;margin-left:auto;display:flex}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:10px;display:none}.nav-mobile{display:none}@media (max-width:768px){.nav--desktop{display:none}.nav-toggle{width:44px;height:44px;margin-left:auto;padding:10px;display:flex}.nav-toggle .bar{transform-origin:50%;background:#1f2937;border-radius:2px;width:24px;height:2px;transition:transform .2s,opacity .2s,background-color .2s;display:block}.nav-toggle.open{gap:0}.nav-toggle.open .bar:first-child{transform:translateY(4px)rotate(45deg)}.nav-toggle.open .bar:nth-child(2){opacity:0}.nav-toggle.open .bar:nth-child(3){transform:translateY(-4px)rotate(-45deg)}.nav-mobile{border-top:1px solid var(--border);background:#fff;max-height:0;padding:0 20px;transition:max-height .25s,padding .25s;display:block;overflow:hidden}.nav-mobile.open{max-height:240px;padding:12px 20px 16px}.nav-mobile__link{border-bottom:1px solid var(--border);color:var(--text);padding:10px 0;display:block}.nav-mobile__link:last-of-type{border-bottom:0}}@media (prefers-reduced-motion:reduce){.nav-toggle .bar,.nav-mobile{transition:none!important}}.btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:11px 16px;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 22px rgba(79,70,229,.25)}.btn-primary:hover{background:var(--primary-700)}.btn-ghost{border:1px solid var(--border);background:#fff;line-height:1.2}.btn-ghost:hover{border-color:var(--primary)}.btn-danger{color:#fff;background:#ef4444;border-color:#ef4444}.btn-block{width:100%}.field{margin:10px 0}.field input{font-size:16px}label{margin:0 0 6px;font-size:.95rem;font-weight:600;display:block}input,select,textarea{border:1px solid var(--border);background:#fff;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:16px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--focus-ring)}.pill{color:#7c3aed;vertical-align:middle;background:#f5f3ff;border:1px solid #e9d5ff;border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.pill--price{color:#1f2937;background:#f1f5f9;border:1px solid #e2e8f0}h1{margin:0 0 8px;font-size:1.8rem}h2{margin:0 0 8px;font-size:1.35rem}h3{margin:0 0 6px;font-size:1.1rem}.muted{color:var(--muted)}.stack{gap:12px;display:grid}.stack-lg{gap:18px;display:grid}.section{padding:22px 0}.checklist{padding:6px 0}.checklist__item{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:12px 2px;display:flex}.checklist__item:last-child{border-bottom:0}.checklist__box{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff;border:2px solid #cbd5e1;border-radius:6px;place-items:center;width:18px;height:18px;margin-top:2px;display:grid}.checklist__box:checked{border-color:var(--primary);background:var(--primary)}.checklist__box:checked:after{content:"";background:0 0;border-radius:3px;width:12px;height:12px;display:block;position:relative}.checklist__box:checked{position:relative}.checklist__box:checked:after{content:"";background:0 0;border-bottom:2px solid #fff;border-left:2px solid #fff;border-radius:0;width:10px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(-45deg)}.checklist__content{cursor:grab}.checklist__content:active{cursor:grabbing}.checklist__title{margin:0;font-weight:600}.checklist__meta{color:var(--muted);margin:4px 0 0;font-size:.9rem}.checklist__item--done .checklist__title{color:#64748b;text-decoration:line-through}.checklist__item--done .checklist__meta{color:#94a3b8}.checklist__item:hover{background:#fafafa;border-radius:8px}.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (max-width:900px){.plans-grid{grid-template-columns:1fr}}.plan{flex-direction:column;justify-content:space-between;min-height:320px;display:flex}.plan-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.plan-head h3{align-items:center;gap:10px;margin:0;font-size:1.15rem;display:flex}.plan-list{flex-grow:1;margin:0 0 16px 18px}.plan .btn{margin-top:auto}.plan-note{text-align:center;margin:10px 0 0;font-size:.9rem}.modal-overlay{z-index:1000;background:rgba(2,6,23,.5);justify-content:center;align-items:center;width:100%;height:100dvh;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:960px;max-height:90dvh;display:flex;overflow:hidden}.modal-title{margin:0;font-size:1.25rem}.modal-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-body{-webkit-overflow-scrolling:touch;flex:auto;padding:20px;overflow:auto}.modal-close{cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:22px;line-height:1}@media (max-width:420px){.modal-overlay{padding:8px}.modal-header{padding:12px 14px}.modal-body{padding:14px}}.modal-open{height:100dvh;overflow:hidden}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:10px 12px}.table thead th{background:#fafafa;font-weight:700}select{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px 10px}.toast{color:#fff;z-index:2000;white-space:pre-line;text-align:center;background:#111827;border-radius:12px;align-items:center;gap:6px;max-width:90%;padding:10px 16px;font-weight:500;animation:2.5s forwards toastFade;display:inline-flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 6px 24px rgba(0,0,0,.2)}@keyframes toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}@media (max-width:520px){.toast{max-width:95%;padding:8px 14px;font-size:.9rem}}.table th,.table td{padding:10px 12px}.table thead th{font-weight:600}.pill--free{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.pill--basic{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.pill--pro{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe}.pill--addon{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;font-weight:600}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
