:root{--bg: #eef2f1;--bg-glow: #d7f5e6;--surface: #ffffff;--surface-2: #f6f9f8;--surface-3: #eef3f1;--border: rgba(16, 40, 30, .08);--border-2: rgba(16, 40, 30, .12);--text: #0d1f17;--text-dim: #6a7c74;--text-muted: #9aa8a1;--green: #16b364;--green-strong: #0ea257;--green-deep: #0a8f4c;--green-soft: #e7f7ee;--green-soft-2: #d8f1e2;--green-ring: rgba(22, 179, 100, .18);--danger: #e5484d;--shadow-sm: 0 2px 8px rgba(13, 31, 23, .06);--shadow-md: 0 8px 24px rgba(13, 31, 23, .08);--shadow-green: 0 6px 16px rgba(14, 162, 87, .22);--radius-card: 20px;--radius-md: 14px;--radius-sm: 12px;--header-h: 56px;--nav-h: 84px;--btn-h: 52px;font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior:none;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.app{position:relative;display:flex;flex-direction:column;height:100dvh;max-width:480px;margin:0 auto;background:var(--bg);overflow:hidden}.app:before{content:"";position:absolute;top:-160px;left:50%;transform:translate(-50%);width:520px;height:420px;background:radial-gradient(circle at 50% 40%,var(--bg-glow),transparent 70%);opacity:.9;pointer-events:none;z-index:0}.content,.nav{position:relative;z-index:1}.content{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:4px 16px calc(var(--nav-h) + 14px)}.content--center{display:flex;flex-direction:column}.btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:var(--btn-h);padding:0 20px;border-radius:var(--radius-md);font-size:17px;font-weight:700;letter-spacing:-.01em;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.btn:active{transform:translateY(1px) scale(.995)}.btn:disabled{opacity:.55;pointer-events:none}.btn-primary{background:linear-gradient(180deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;box-shadow:var(--shadow-green),inset 0 1px #ffffff38}.btn-primary:active{box-shadow:0 3px 10px #0ea25733,inset 0 1px #fff3}.btn-secondary{background:var(--green-soft);color:var(--green-deep)}.btn-secondary:active{background:var(--green-soft-2)}.btn-pill{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 20px;border-radius:14px;background:linear-gradient(180deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;font-size:15px;font-weight:700;box-shadow:var(--shadow-green);flex:0 0 auto}.btn-pill:active{transform:translateY(1px)}.btn-text{color:var(--green-deep);font-size:16px;font-weight:700;padding:12px}.btn-text:disabled{opacity:.5;pointer-events:none}.btn-lg{height:60px;font-size:18px;border-radius:18px}.notice{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);padding:13px 14px}.notice__icon{flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-strong)}.notice__text{flex:1 1 auto;min-width:0}.notice__title{font-size:15px;font-weight:700;line-height:1.25;margin:0 0 3px}.notice__sub{font-size:13px;color:var(--text-dim);line-height:1.3}.btn-purple{flex:0 0 auto;background:linear-gradient(180deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;font-size:15px;font-weight:700;border-radius:13px;padding:12px 18px;box-shadow:var(--shadow-green)}.btn-purple:active{transform:translateY(1px)}.home{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:10px 0 22px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.hero__mark{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;color:#fff;background:linear-gradient(155deg,var(--green) 0%,var(--green-deep) 100%);box-shadow:var(--shadow-green),inset 0 1px #ffffff40}.hero__logo{width:104px;height:104px;border-radius:26px;object-fit:cover;box-shadow:var(--shadow-md)}.hero__title{margin:2px 0 0;font-size:25px;font-weight:800;line-height:1.18;letter-spacing:-.02em;max-width:300px}.hero__sub{margin:0;font-size:15px;line-height:1.45;color:var(--text-dim);max-width:290px}.features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px 14px;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.feature__ic{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-strong)}.feature__label{font-size:12.5px;font-weight:700;line-height:1.25;text-align:center;white-space:pre-line;color:var(--text)}.feature--solo{flex-direction:row;align-self:center;gap:12px;padding:12px 20px 12px 14px}.feature--solo .feature__label{font-size:15px;white-space:nowrap}.feature--stat{gap:6px}.feature__val{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--text)}.feature__cap{font-size:11.5px;font-weight:600;line-height:1.2;text-align:center;color:var(--text-dim)}.home-cta{display:flex;flex-direction:column;gap:14px;width:100%}.cta-block{display:flex;flex-direction:column;align-items:center;gap:9px}.cta-caption{font-size:13px;color:var(--text-dim);text-align:center}.cfg-hint{width:100%;padding:11px 14px;border-radius:var(--radius-sm);background:var(--green-soft);color:var(--green-deep);font-size:13px;text-align:center}.home{position:relative;flex:1 1 auto;display:flex;flex-direction:column}.sub-switch{align-self:center;display:inline-flex;align-items:center;gap:7px;margin:4px 0 0;padding:9px 18px;border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm);font-size:15px;font-weight:700;color:var(--text)}.sub-switch svg{color:var(--text-dim)}.logo-wrap{flex:1 1 auto;display:grid;place-items:center;min-height:120px;padding:14px 0}.logo-wrap svg{width:96px;height:auto;color:var(--green-strong);filter:drop-shadow(0 8px 18px rgba(22,179,100,.22))}.stack{display:flex;flex-direction:column;gap:12px}.plan{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-md);padding:16px}.plan__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.plan__name{font-size:20px;font-weight:800;letter-spacing:-.02em}.plan__date{display:inline-flex;align-items:center;gap:7px;font-size:15px;color:var(--text-dim)}.plan__date b{color:var(--text);font-weight:700}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:10px;background:var(--green-soft);color:var(--green-deep);font-size:13px;font-weight:700}.chip svg{opacity:.7}.plan__actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.create-card{flex:1 1 auto;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:30px 22px;border-radius:var(--radius-card);border:2px dashed var(--green-soft-2);background:var(--surface);box-shadow:var(--shadow-sm)}.create-card__plus{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;box-shadow:var(--shadow-green)}.create-card__title{font-size:20px;font-weight:800;letter-spacing:-.02em}.create-card__sub{font-size:15px;color:var(--text-dim);max-width:280px;line-height:1.4}.dots{align-self:center;display:inline-flex;align-items:center;gap:10px;margin:18px auto 4px;padding:9px 16px;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.dot{width:8px;height:8px;border-radius:50%;background:var(--green-soft-2);transition:all .2s}.dot--active{width:22px;border-radius:4px;background:var(--green)}.dot--add{width:18px;height:18px;color:var(--green);display:grid;place-items:center;background:var(--green-soft);border-radius:50%}.dot--add.dot--active{width:18px}.menu-card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);padding:6px;margin-top:8px}.menu-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 10px;border-radius:var(--radius-md)}.menu-row:active{background:var(--surface-3)}.menu-row__ic{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-strong)}.menu-row__txt{flex:1 1 auto;min-width:0}.menu-row__title{font-size:16px;font-weight:700}.menu-row__sub{font-size:13px;color:var(--text-dim);margin-top:2px}.menu-row__chev{flex:0 0 auto;color:var(--text-muted)}.segmented{display:flex;gap:4px;margin:16px 0 14px;padding:5px;border-radius:16px;background:var(--surface-3)}.segmented button{flex:1;padding:12px;border-radius:12px;font-size:16px;font-weight:700;color:var(--text-dim)}.segmented button.active{background:var(--surface);color:var(--green-deep);box-shadow:var(--shadow-sm)}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;min-height:280px;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-sm);color:var(--text-muted);padding:40px 20px}.empty svg{color:var(--green-soft-2)}.empty span{font-size:16px;color:var(--text-dim)}.profile{display:flex;flex-direction:column;gap:18px;padding-top:6px}.profile-head{display:flex;align-items:center;gap:14px;padding:16px;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-sm)}.profile-head__avatar{flex:0 0 auto;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(155deg,var(--green) 0%,var(--green-deep) 100%);box-shadow:inset 0 1px #ffffff40}.profile-head__name{font-size:18px;font-weight:800;letter-spacing:-.01em}.profile-head__sub{margin-top:2px;font-size:13px;color:var(--text-dim)}.group{display:flex;flex-direction:column;gap:8px}.group__title{padding:0 4px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.group__card{border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.group-row{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:12px 14px}.group-row+.group-row{border-top:1px solid var(--border)}.group-row:active{background:var(--surface-2)}.group-row__ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-strong)}.group-row__title{flex:1 1 auto;font-size:15px;font-weight:600}.group-row__chev{flex:0 0 auto;color:var(--text-muted)}.nav{position:absolute;left:0;right:0;bottom:18px;display:flex;justify-content:center;pointer-events:none}.nav__pill{pointer-events:auto;display:inline-flex;align-items:center;gap:4px;padding:6px;border-radius:22px;background:var(--surface);box-shadow:var(--shadow-md);border:1px solid var(--border)}.nav__btn{width:56px;height:44px;border-radius:15px;display:grid;place-items:center;color:var(--text-muted);transition:color .18s ease,background .18s ease}.nav__btn--active{color:var(--green-deep);background:var(--green-soft)}.nav__btn--active svg{stroke-width:2.4}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:24px;background:#0d1f1752;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade .2s ease}@keyframes fade{0%{opacity:0}}.modal{width:100%;max-width:360px;background:var(--surface);border-radius:var(--radius-card);box-shadow:0 24px 60px #0d1f1740;padding:26px 22px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;animation:pop .22s cubic-bezier(.2,.8,.3,1.1)}@keyframes pop{0%{transform:scale(.92);opacity:0}}.modal__icon{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(160deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;box-shadow:var(--shadow-green)}.modal__title{font-size:23px;font-weight:800;letter-spacing:-.02em;line-height:1.15}.modal__sub{font-size:15px;color:var(--text-dim);line-height:1.4;max-width:290px}.modal .btn{margin-top:6px}.center-msg{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:50vh;color:var(--text-dim);font-size:16px;text-align:center;padding:24px}.modal--config{position:relative;align-items:stretch}.modal--config .modal__icon,.modal--config .modal__title,.modal--config .modal__sub{align-self:center;text-align:center}.modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);color:var(--text-dim)}.cfg-url{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:14px 16px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);margin-top:4px}.cfg-url span{flex:1 1 auto;min-width:0;font-size:13px;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfg-url b{flex:0 0 auto;color:var(--green-deep);font-size:14px;font-weight:700}.cfg-clients{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;margin-top:2px}.cfg-client{height:48px;border-radius:var(--radius-sm);background:var(--green-soft);color:var(--green-deep);font-size:15px;font-weight:700}.cfg-client:active{background:var(--green-soft-2)}.cfg-error{width:100%;padding:12px;border-radius:var(--radius-sm);background:#e5484d14;color:var(--danger);font-size:14px;text-align:center}.modal-input{width:100%;height:50px;padding:0 16px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border-2);font-family:inherit;font-size:16px;font-weight:600;color:var(--text);text-align:center;letter-spacing:.04em;outline:none}.modal-input:focus{border-color:var(--green);background:var(--surface)}.modal-input::placeholder{color:var(--text-muted);font-weight:500;letter-spacing:0}.pay-empty{width:100%;padding:28px 16px;border-radius:var(--radius-md);background:var(--surface-2);color:var(--text-dim);font-size:15px;text-align:center}.pay-list{width:100%;display:flex;flex-direction:column;gap:8px}.pay-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-2);text-align:left}.pay-row__title{font-size:14px;font-weight:600}.pay-row__date{font-size:12px;color:var(--text-dim);margin-top:2px}.pay-row__amount{flex:0 0 auto;font-size:15px;font-weight:700}.pay-row__amount--ok{color:var(--green-deep)}.pay-row__amount--pending{color:var(--text-dim)}.pay-row__amount--failed{color:var(--danger)}.pinstall{display:flex;flex-direction:column;gap:10px;width:100%}.stepper{display:flex;align-items:center;justify-content:center;gap:6px;margin:2px 0 6px}.stepper__item{display:flex;align-items:center;gap:8px}.stepper__num{width:24px;height:24px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;background:var(--surface-3);color:var(--text-muted);border:1.5px solid var(--border-2);transition:background .2s ease,color .2s ease,border-color .2s ease}.stepper__label{font-size:13.5px;font-weight:600;color:var(--text-muted);transition:color .2s ease}.stepper__item.is-on .stepper__num{background:linear-gradient(160deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;border-color:transparent;box-shadow:0 2px 8px var(--green-ring)}.stepper__item.is-on .stepper__label{color:var(--text)}.stepper__item.is-done .stepper__num{background:var(--green-soft);color:var(--green-deep);border-color:transparent}.stepper__item.is-done .stepper__label{color:var(--green-deep)}.stepper__line{width:26px;height:2px;border-radius:2px;background:var(--border-2);transition:background .25s ease}.stepper__line.is-filled{background:var(--green)}.pinstall__ready{display:flex;align-items:center;gap:12px;text-align:left;padding:13px 14px;border-radius:var(--radius-sm);background:var(--green-soft);border:1px solid var(--green-soft-2)}.pinstall__ready-ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(160deg,var(--green) 0%,var(--green-strong) 100%);color:#fff;box-shadow:0 2px 8px var(--green-ring)}.pinstall__ready-text{display:flex;flex-direction:column;gap:1px;min-width:0}.pinstall__ready-title{font-size:15px;font-weight:700;color:var(--green-deep);line-height:1.25}.pinstall__ready-note{font-size:13px;color:var(--text-dim);line-height:1.3}
