@font-face{font-family:Inter;src:url('/assets/inter.woff2') format('woff2');font-weight:100 900;font-display:swap}
:root{--ink:#172f3b;--muted:#65777c;--green:#07554e;--deep:#073e3d;--lime:#d0f599;--line:#e1e8e5;--bg:#f5f7f4;--white:#fff;--radius:22px;--shadow:0 8px 28px #143b3210;font-family:Inter,system-ui,sans-serif;color:var(--ink);font-synthesis:none;background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin:0}h1{font-size:34px;line-height:1.16;letter-spacing:-1.3px}h2{font-size:21px;line-height:1.3;letter-spacing:-.55px}h3{font-size:16px;line-height:1.4}p{line-height:1.65}small{font-size:12px;line-height:1.6}svg.ico{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}.wordmark{font-size:42px;letter-spacing:-3px;font-weight:850;line-height:1;color:var(--deep)}.wordmark span{font-size:12px;vertical-align:top;letter-spacing:0;margin-left:3px}.brand{display:flex;align-items:center;gap:17px}.brand .divider{height:28px;width:1px;background:var(--line)}.brand small{font-size:12px;font-weight:600}.btn{min-height:48px;border:0;background:var(--green);color:white;border-radius:12px;padding:13px 19px;font-size:14px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1.4;transition:transform .15s,background .15s}.btn:hover{background:#09675e;transform:translateY(-1px)}.btn.lime{background:var(--lime);color:var(--deep)}.btn.secondary{color:var(--green);background:#edf4ef;border:1px solid #dae6df}.btn.outline{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn.danger{background:#fce9e6;color:#9a342a}.btn.full{width:100%}.text-btn{background:none;border:0;color:var(--green);font-weight:650;padding:10px 0;font-size:13px;display:inline-flex;align-items:center;gap:6px}.icon-btn{border:1px solid var(--line);background:white;display:grid;place-items:center;width:44px;height:44px;border-radius:50%}.icon-box{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eef4ed;color:var(--green);flex-shrink:0}.icon-box.purple{background:#f0ebfa;color:#7652a8}.icon-box.blue{background:#eaf2fa;color:#37789e}.icon-box.orange{background:#fbf1e7;color:#ac732d}.tag{font-size:11px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:30px;background:#eaf4e9;color:#316548;font-weight:650;line-height:1.3}.tag:before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor}.tag.warn{background:#fff2dd;color:#996722}.tag.closed{background:#edf0f1;color:#64747c}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.stack{display:grid;gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;min-width:0}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:23px}.card-head h2{font-size:17px}.line{height:1px;background:var(--line);margin:22px 0}.field{display:grid;gap:8px}.field label{font-size:13px;font-weight:600}.field input,.field textarea,.field select,.service-select{width:100%;min-height:50px;border:1px solid #d8e1dd;border-radius:11px;background:white;padding:13px 14px;color:var(--ink);font-size:16px;outline:none}.field textarea{resize:vertical;min-height:115px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#368879;box-shadow:0 0 0 3px #c9e6d966}.field small{color:var(--muted)}.password-wrap{position:relative}.password-wrap input{padding-right:60px}.password-toggle{position:absolute;right:4px;top:4px;height:42px;width:46px;background:none;border:0;color:var(--muted);display:grid;place-items:center}.check{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;color:var(--muted)}.check input{width:19px;height:19px;flex-shrink:0;accent-color:var(--green)}.form-error{background:#fff0ec;border:1px solid #f3d4c9;color:#8a3629;border-radius:11px;padding:12px 14px;font-size:13px;line-height:1.5}.form-error:empty{display:none}.note{padding:15px 17px;border-radius:13px;background:#f0f5ef;color:#4a6660;font-size:12px;line-height:1.65;display:flex;gap:10px;align-items:flex-start}.note .ico{width:19px;height:19px;margin-top:1px}.empty{padding:26px 10px;text-align:center;color:var(--muted);display:grid;justify-items:center;gap:10px;font-size:13px}.empty .icon-box{margin-bottom:3px}.initial{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:28px;color:var(--muted);font-size:14px}.loader{height:24px;width:24px;border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:focus-visible{outline:3px solid #91bd64;outline-offset:4px}.skip{position:fixed;top:-60px;left:10px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}#toast{position:fixed;left:50%;bottom:100px;transform:translateX(-50%) translateY(30px);background:var(--deep);color:white;border-radius:14px;box-shadow:var(--shadow);padding:14px 20px;width:max-content;max-width:calc(100% - 32px);z-index:80;font-size:13px;line-height:1.5;opacity:0;pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
/* Account entry */
.auth-shell{min-height:100dvh;display:grid;grid-template-columns:1.05fr 1fr;background:white}.auth-story{position:relative;background:var(--deep);color:white;padding:44px 10%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:850px}.auth-story .brand .wordmark{color:white}.auth-story .brand .divider{background:#ffffff38}.auth-story .brand small{color:#c9dbd4}.story-content{position:relative;z-index:1;padding:50px 0 15px}.story-content h1{font-size:clamp(38px,4vw,60px);line-height:1.06;letter-spacing:-2.8px;max-width:450px}.story-content h1 em{color:var(--lime);font-style:normal}.story-content>p{color:#c1d8ce;max-width:340px;font-size:15px;margin-top:22px}.story-kicker{display:flex;align-items:center;gap:8px;color:var(--lime);font-size:11px;letter-spacing:1.8px;margin-bottom:24px}.story-kicker:before{content:'';width:6px;height:6px;background:var(--lime);border-radius:50%}.connection-art{height:210px;position:relative;margin:30px 0 5px}.orbit{width:270px;height:270px;border:1px solid #c2e2d225;border-radius:50%;position:absolute;left:40%;top:54%;transform:translate(-50%,-50%)}.orbit:before,.orbit:after{content:'';position:absolute;border:1px solid #c2e2d225;border-radius:50%;inset:30px}.orbit:after{inset:60px}.wifi-art{position:absolute;left:40%;top:54%;transform:translate(-50%,-50%);width:94px;height:94px;border-radius:27px;background:var(--lime);display:grid;place-items:center;box-shadow:0 0 70px #caf79018}.wifi-art .ico{width:52px;height:52px;color:var(--deep);stroke-width:1.4}.floating-label{position:absolute;left:0;top:30px;padding:12px 16px;border:1px solid #ffffff20;background:#174c47;border-radius:13px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #001d2020;font-size:11px}.floating-label.second{left:auto;right:0;top:auto;bottom:0}.floating-label .ico{color:var(--lime);width:18px}.floating-label strong{display:block;font-size:12px;margin-bottom:3px}.floating-label small{color:#b6d0c8;font-size:10px}.story-foot{font-size:11px;color:#a6c6bb;display:flex;align-items:center;gap:9px;padding-top:30px}.auth-main{display:flex;flex-direction:column;justify-content:center;padding:48px max(28px,10%);position:relative}.auth-mobile-brand{display:none}.auth-main .form-title{font-size:30px;letter-spacing:-1px;margin:14px 0 10px}.auth-main .intro{font-size:14px;color:var(--muted);margin-bottom:28px}.auth-main form{display:grid;gap:19px}.auth-tabs{display:flex;background:#f0f4f0;padding:5px;border-radius:12px;margin-bottom:30px}.auth-tabs button{border:0;background:none;flex:1;padding:12px 8px;border-radius:9px;font-size:13px;font-weight:650;color:var(--muted)}.auth-tabs button.active{background:white;box-shadow:0 2px 7px #142b2010;color:var(--green)}.auth-main .form-footer{border-top:1px solid var(--line);padding-top:23px;margin-top:28px;text-align:center;font-size:12px;color:var(--muted)}.shared-account{display:flex;justify-content:center;align-items:center;gap:11px;margin-top:13px;color:var(--green);font-weight:750;font-size:15px}.shared-account .eat{color:#ca681c}.auth-bottom{margin-top:30px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.mobile-benefits{display:none}.otp-input{letter-spacing:9px;font-size:26px!important;text-align:center;font-weight:700}
/* Customer space */
.sidebar{width:234px;position:fixed;inset:0 auto 0 0;background:white;border-right:1px solid var(--line);padding:38px 24px 25px;display:flex;flex-direction:column;z-index:25}.sidebar .brand{padding-left:12px;display:block}.sidebar .brand small{display:block;color:var(--muted);font-weight:450;margin-top:10px;font-size:11px}.nav-label{margin:47px 0 17px 14px;color:#93a09e;font-size:10px;font-weight:650;letter-spacing:1.6px}.nav-items{display:grid;gap:7px}.nav-item{border:0;text-align:left;background:none;border-radius:12px;padding:14px;display:flex;align-items:center;gap:13px;color:#617571;font-size:13px;font-weight:550;min-height:50px}.nav-item.active{background:#eaf2e7;color:var(--green);font-weight:700}.nav-item.active:after{content:'';margin-left:auto;width:6px;height:6px;background:var(--green);border-radius:50%}.sidebar-bottom{margin-top:auto}.side-help{background:#f3f6ef;border:1px solid #e4eadf;border-radius:15px;padding:19px 16px;margin-bottom:20px}.side-help h3{font-size:12px;margin:12px 0 5px}.side-help p{font-size:11px;color:var(--muted)}.side-help .text-btn{font-size:11px}.side-copyright{color:#93a09e;font-size:10px;padding:0 10px}.workspace{margin-left:234px;min-height:100dvh}.topbar{height:91px;background:#ffffffc9;border-bottom:1px solid var(--line);padding:0 44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.breadcrumb{font-size:12px;color:#8a9996}.breadcrumb strong{color:#4d645f;font-weight:550}.user-chip{display:flex;align-items:center;gap:11px}.avatar{background:#e7eddd;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:12px;font-weight:650}.user-chip strong{display:block;font-size:12px}.user-chip small{font-size:10px;color:var(--muted)}.mobile-logo{display:none}.content{max-width:1250px;margin:auto;padding:35px 44px 45px}.page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:18px}.page-heading .eyebrow{color:#84948c;margin-bottom:9px}.page-heading h1{font-size:30px}.page-heading p{color:var(--muted);font-size:13px;margin-top:8px}.date-chip{font-size:11px;color:var(--muted);padding:10px 13px;border:1px solid var(--line);background:white;border-radius:9px;white-space:nowrap}.service-select{font-size:13px;margin-bottom:20px;max-width:400px}.dashboard-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:23px}.service-card{background:var(--deep);color:white;border:0;position:relative;overflow:hidden;min-height:290px;display:flex;flex-direction:column;padding:27px 30px}.service-card:after{content:'';position:absolute;width:330px;height:330px;right:-160px;top:8px;border:1px solid #cce4ca20;border-radius:50%;box-shadow:0 0 0 32px #ffffff04,0 0 0 64px #ffffff03;pointer-events:none}.service-card>*{position:relative;z-index:1}.service-card .tag{background:#c9e8a718;color:#dcf6b7;border:1px solid #d3eeaf24}.service-card .eyebrow{color:#afd0c0;font-size:10px}.service-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.service-speed{font-size:65px;line-height:1.1;letter-spacing:-3.7px;font-weight:550;margin:23px 0 5px}.service-speed span{font-size:20px;letter-spacing:-.5px;font-weight:400;color:#c1d8c9;margin-left:6px}.service-sub{font-size:12px;color:#bfd9cc;display:flex;gap:7px;align-items:center}.service-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ffffff20;padding-top:20px;margin-top:25px}.service-footer strong{font-size:13px;font-weight:550;display:block;margin-bottom:4px}.service-footer small{color:#acd0bd;font-size:10px}.service-footer a,.service-footer button{font-size:11px;color:var(--lime);background:transparent;border:0;display:flex;align-items:center;gap:7px;padding:8px 0}.balance-card{padding:27px 28px;display:flex;flex-direction:column;min-height:290px}.balance-card .card-head{margin-bottom:8px}.balance{font-size:46px;letter-spacing:-2px;font-weight:650;margin:8px 0}.balance span{font-size:13px;color:var(--muted);font-weight:450;letter-spacing:0;margin-left:6px}.balance-caption{font-size:12px;color:var(--muted);margin-bottom:22px}.balance-card .btn{margin-top:auto}.balance-link{text-align:center;font-size:11px;font-weight:550;color:var(--green);margin-top:12px}.section-label{margin:30px 0 17px;font-size:15px}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-action{background:white;border:1px solid var(--line);border-radius:16px;padding:19px;text-align:left;transition:border-color .15s,transform .15s;min-width:0}.quick-action:hover{border-color:#8cb6a6;transform:translateY(-2px)}.quick-action .icon-box{height:40px;width:40px;border-radius:12px;margin-bottom:16px}.quick-action strong{display:block;font-size:12px;font-weight:650;margin-bottom:6px}.quick-action small{font-size:10px;color:var(--muted)}.lower-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:23px;margin-top:26px}.list-item{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #eef1ee}.list-item:first-child{padding-top:0}.list-item:last-child{padding-bottom:0;border:0}.list-item .grow{flex:1;min-width:0}.list-item h3{font-size:12px;font-weight:600;overflow-wrap:anywhere}.list-item p{font-size:10px;color:var(--muted);margin-top:4px}.list-item .amount{font-size:13px;font-weight:650;white-space:nowrap}.list-item .icon-box{width:39px;height:44px;border-radius:10px}.autopay{background:#eef4e7;border:1px solid #e1e9d9;border-radius:16px;padding:21px;display:flex;align-items:flex-start;gap:15px}.autopay .icon-box{background:white;border-radius:12px}.autopay h3{font-size:13px}.autopay p{font-size:11px;color:#6f816a;margin:7px 0}.autopay .text-btn{font-size:11px}.promo{background:#f2e9df;border:1px solid #e6ddd1;border-radius:16px;padding:21px;position:relative;overflow:hidden}.promo .eyebrow{color:#927a62;font-size:8px;letter-spacing:1.5px;margin-bottom:16px;display:flex;justify-content:space-between}.promo .ad-label{font-size:7px;font-weight:450;border:1px solid #d6c4af;padding:3px 5px;border-radius:4px;letter-spacing:.8px}.promo h3{font-size:22px;letter-spacing:-.75px;line-height:1.15;max-width:240px;color:#4d483b}.promo p{font-size:11px;line-height:1.6;color:#8a7660;margin-top:10px;max-width:250px}.promo .text-btn{color:#705539;font-size:11px;margin-top:7px}.promo-brand{font-size:13px;font-weight:850;color:#ae6a30}.promo-img{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-top:12px}.content-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:#8c9a92;margin-top:35px}.content-footer .ico{width:14px;height:14px}.bottom-nav{display:none}.page-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:23px}.detail-list{display:grid;gap:18px}.detail-list>div{display:flex;justify-content:space-between;gap:20px;font-size:13px}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;text-align:right;overflow-wrap:anywhere}.plans{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.plan-card{padding:23px;border-radius:17px;border:1px solid var(--line);background:white}.plan-card.current{border-color:#7aa28b;background:#f0f6eb}.plan-card .eyebrow{font-size:10px;color:var(--muted);margin-bottom:18px}.plan-speed{font-size:36px;letter-spacing:-1.5px;font-weight:650}.plan-speed small{font-size:13px;letter-spacing:0;font-weight:450}.plan-card p{font-size:12px;color:var(--muted);margin:9px 0 18px}.plan-card .price{font-size:21px;font-weight:650}.plan-card .btn{width:100%;margin-top:20px;font-size:12px}.ticket-card{display:block;width:100%;text-align:left;margin-bottom:12px}.ticket-card .card-head{margin-bottom:12px}.ticket-card h3{font-size:14px}.ticket-card p{font-size:12px;color:var(--muted);margin-top:8px}.status-line{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;margin-top:18px;gap:12px}.faq details{border-bottom:1px solid var(--line);padding:18px 0;font-size:13px}.faq details:last-child{border:0}.faq summary{cursor:pointer;font-weight:600;line-height:1.6}.faq p{font-size:12px;color:var(--muted);margin-top:12px}.bill-list .list-item{padding:18px 0;flex-wrap:wrap}.bill-list .list-item .btn{font-size:11px;min-height:40px;padding:9px 12px}.message{background:#f1f5ef;padding:15px;border-radius:13px;margin-top:12px;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.message small{display:block;white-space:normal;margin-top:7px;color:var(--muted)}.message.staff{background:#eaf1f7}.timeline{border-left:2px solid #d9e5d7;padding-left:20px;margin:20px 0}.timeline strong{font-size:13px}.timeline p{font-size:12px;color:var(--muted);margin-top:5px}dialog{border:1px solid var(--line);border-radius:24px;padding:30px;width:calc(100% - 30px);max-width:520px;max-height:calc(100dvh - 40px);overflow-y:auto;color:var(--ink);box-shadow:0 28px 100px #001b3040}dialog::backdrop{background:#0b253a88;backdrop-filter:blur(4px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.modal-header h2{font-size:21px}.modal-intro{font-size:13px;line-height:1.65;color:var(--muted);margin-bottom:20px}.legal{font-size:13px;line-height:1.8;color:var(--muted)}.legal h3{margin:18px 0 6px;color:var(--ink)}
@media(min-width:1600px){.auth-main{padding-right:20%;padding-left:20%}.auth-story{padding-left:18%;padding-right:18%}}
@media(max-width:1150px){.sidebar{width:205px;padding-left:18px;padding-right:18px}.workspace{margin-left:205px}.content{padding:28px}.topbar{padding:0 28px}.date-chip{display:none}.dashboard-grid,.lower-grid{gap:17px}.quick-actions{gap:10px}.quick-action{padding:15px}.service-card{padding:25px}.page-grid{grid-template-columns:1fr}.auth-story{padding:40px 8%}.auth-main{padding:40px 9%}}
@media(max-width:850px){.sidebar{width:180px;padding:32px 12px}.workspace{margin-left:180px}.content{padding:25px 22px}.topbar{padding:0 22px}.dashboard-grid,.lower-grid{grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(2,1fr)}.service-card{min-height:270px}.balance-card{min-height:240px}.auth-story{padding:34px 8%;min-height:780px}.story-content h1{font-size:41px}.connection-art{height:190px}.floating-label{left:-8px}.floating-label.second{right:-10px}.auth-main{padding:32px 8%}.auth-main .form-title{font-size:26px}}
@media(max-width:640px){h1{font-size:28px}.sidebar{display:none}.workspace{margin-left:0}.topbar{height:75px;padding:0 20px;background:var(--bg);border-bottom:0}.breadcrumb{display:none}.mobile-logo{display:flex;align-items:center;gap:12px}.mobile-logo .wordmark{font-size:35px}.mobile-logo small{font-size:9px;color:var(--muted);border-left:1px solid #d7e1d5;padding-left:12px;line-height:1.6}.user-chip>div:not(.avatar){display:none}.user-chip .avatar{height:36px;width:36px}.content{padding:13px 20px calc(105px + env(safe-area-inset-bottom))}.page-heading{margin-bottom:23px;align-items:flex-start}.page-heading h1{font-size:27px;letter-spacing:-1.1px}.page-heading p{font-size:12px;margin-top:7px}.page-heading .eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:9px}.dashboard-grid{gap:15px}.card{padding:22px;border-radius:19px}.service-card{padding:23px 24px;min-height:265px}.service-speed{font-size:61px;margin-top:22px}.service-speed span{font-size:19px}.service-footer{padding-top:18px;margin-top:22px}.service-footer strong{font-size:12px}.service-footer small{font-size:10px}.balance-card{min-height:237px;padding:23px 24px}.balance{font-size:43px;margin:5px 0}.balance-card .card-head h2{font-size:14px}.balance-caption{font-size:11px;margin-bottom:18px}.card-head{margin-bottom:20px}.section-label{margin-top:26px;margin-bottom:14px;font-size:14px}.quick-actions{grid-template-columns:repeat(2,1fr);gap:12px}.quick-action{padding:18px;border-radius:16px;min-height:129px}.quick-action .icon-box{margin-bottom:13px}.quick-action strong{font-size:12px}.quick-action small{font-size:10px}.lower-grid{margin-top:23px;gap:17px}.lower-grid>.stack{gap:16px}.promo{padding:22px}.promo h3{max-width:250px;font-size:26px}.promo p{max-width:245px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#ffffffed;backdrop-filter:blur(12px);border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:9px 8px calc(9px + env(safe-area-inset-bottom));z-index:30}.bottom-nav button{background:none;border:0;color:#83908d;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:5px;font-size:9px;padding:7px 9px;min-width:56px;border-radius:12px}.bottom-nav button.active{color:var(--green);background:#edf4e6}.bottom-nav .ico{width:22px;height:22px}.content-footer{align-items:flex-start;margin-top:27px;flex-direction:column;font-size:9px;gap:12px}.page-grid{gap:17px}.plans{gap:12px}.plan-card{padding:18px}.plan-speed{font-size:29px}.plan-speed small{font-size:10px}.plan-card .price{font-size:19px}.plan-card .btn{padding-left:7px;padding-right:7px;font-size:11px}.plan-card .eyebrow{font-size:9px}.auth-shell{display:block;background:var(--bg)}.auth-story{display:none}.auth-main{padding:29px 24px 24px;max-width:460px;margin:auto;min-height:100dvh;justify-content:flex-start}.auth-mobile-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:37px}.auth-mobile-brand .wordmark{font-size:41px}.auth-mobile-brand small{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:6px}.auth-mobile-brand .ico{width:15px;height:15px}.auth-main .form-title{font-size:31px;margin-top:10px}.auth-main .intro{font-size:13px;margin-bottom:24px;max-width:330px}.auth-tabs{background:#e9eee7;margin-bottom:25px}.auth-tabs button.active{background:white}.auth-main form{gap:18px}.auth-main .form-footer{margin-top:27px;padding-top:21px;font-size:11px}.auth-main .eyebrow{font-size:10px;color:var(--green)}.auth-bottom{margin-top:auto;padding-top:28px;font-size:10px}.auth-main .btn{min-height:51px}.mobile-benefits{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding-top:19px;margin-top:26px;font-size:9px;color:var(--muted)}.mobile-benefits span{display:flex;align-items:center;gap:6px}.mobile-benefits .ico{width:16px;height:16px;color:var(--green)}.auth-main .field input{background:white}.auth-main .note{background:#eaf1e5}dialog{padding:24px 20px;border-radius:21px;max-height:calc(100dvh - 24px)}.bill-list .list-item .amount{font-size:12px}.service-select{font-size:12px}.detail-list>div{font-size:12px}.auth-main .form-error{font-size:12px}}
@media(max-width:359px){.content{padding-left:15px;padding-right:15px}.topbar{padding:0 15px}.auth-main{padding:25px 19px}.page-heading h1{font-size:25px}.service-footer a,.service-footer button{font-size:10px}.quick-action{padding:15px}.bottom-nav button{min-width:50px;font-size:8px;padding-left:6px;padding-right:6px}.plans{grid-template-columns:1fr}.mobile-benefits{font-size:8px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
[hidden]{display:none!important}.service-top .tag{white-space:nowrap;flex-shrink:0}.service-top .eyebrow{max-width:170px}
