.customer-portal{--blue:#0867eb;--ink:#192e42;--muted:#697886;--line:#e4e9ef;--green:#267955;color:var(--ink);min-height:100dvh;font-family:var(--font-plex), system-ui, sans-serif;background:#f6f8fa;font-size:14px;line-height:1.55}.customer-portal *{box-sizing:border-box}.customer-portal :is(h1,h2,h3,p){margin:0}.customer-portal :is(h1,h2,h3){letter-spacing:-.035em;font-weight:600;line-height:1.2}.customer-portal h1{font-size:38px}.customer-portal h2{font-size:25px}.customer-portal h3{font-size:17px}.customer-portal p{color:var(--muted)}.customer-portal button{cursor:pointer;font:inherit;color:inherit}.customer-portal button:disabled{cursor:not-allowed;opacity:.5}.customer-portal :is(button,a,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #75b1ff}.customer-portal :is(input,textarea,select){font:inherit;max-width:100%;color:var(--ink);background:#fff;border:1px solid #d8e0e8;border-radius:9px;padding:12px 13px}.customer-portal textarea{resize:vertical}.customer-portal .eyebrow{letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:600}.customer-portal .muted{color:var(--muted);font-size:12px}.customer-portal .button{background:var(--blue);color:#fff;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 18px;font-size:13px;font-weight:550;text-decoration:none;transition:background .16s,box-shadow .16s;display:inline-flex}.customer-portal .button:hover:not(:disabled){background:#0059ce;box-shadow:0 4px 16px #0867eb14}.customer-portal .button.secondary{color:var(--ink);background:#fff;border-color:#dce3eb}.customer-portal .button.secondary:hover{background:#f0f5fa}.customer-portal .icon-button{background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.customer-portal .icon-button:hover{background:#edf2f8}.customer-portal .text-button,.customer-portal .inline-link{color:var(--blue);background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:13px;font-weight:550;display:inline-flex}.customer-portal .tag{color:var(--green);background:#edf8f1;border-radius:6px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:500;display:inline-flex}.customer-portal .tag>span{background:currentColor;border-radius:50%;width:5px;height:5px}.customer-portal .tag.blue{color:#326cb7;background:#edf3fc}.customer-portal .tag.amber{color:#8d651f;background:#fff4e0}.customer-portal .portal-brand{white-space:nowrap;align-items:center;gap:10px;text-decoration:none;display:flex}.customer-portal .portal-brand b{letter-spacing:-.05em;font-size:26px}.customer-portal .portal-brand span{color:var(--muted);border-left:1px solid #c5d0da;padding-left:12px;font-size:12px}.customer-portal .portal-loading{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100dvh;display:flex}.customer-portal .login-layout{grid-template-columns:1.03fr 1fr;min-height:100dvh;display:grid}.customer-portal .login-story{isolation:isolate;background:#eaf0f5;flex-direction:column;justify-content:space-between;min-height:750px;padding:48px 10%;display:flex;position:relative;overflow:hidden}.customer-portal .login-story>div{z-index:1;padding:75px 0 160px}.customer-portal .login-story h1{margin-bottom:26px;font-size:clamp(45px,4.4vw,68px);line-height:1.04}.customer-portal .login-story p{max-width:340px;font-size:16px}.customer-portal .login-story .eyebrow{font-size:10px}.customer-portal .login-city{object-fit:cover;object-position:center;opacity:.55;z-index:-2;width:100%;height:65%;position:absolute;inset:35% 0 0}.customer-portal .login-story:after{content:"";z-index:-1;background:linear-gradient(#eaf0f5 27%,#eaf0f5c9 55%,#eaf0f524 90%);position:absolute;inset:0}.customer-portal .login-story small{z-index:1;font-size:11px}.customer-portal .login-form-wrap{background:#fff;place-items:center;padding:60px 35px;display:grid}.customer-portal .login-form{flex-direction:column;gap:22px;width:100%;max-width:380px;display:flex}.customer-portal .login-form h2{font-size:30px}.customer-portal .login-sub{font-size:14px}.customer-portal .login-form form{flex-direction:column;gap:19px;margin:7px 0;display:flex}.customer-portal .login-form form .button{width:100%;margin-top:4px}.customer-portal .field{flex-direction:column;gap:8px;min-width:0;font-size:12px;font-weight:550;display:flex}.customer-portal .field small{color:var(--muted);font-size:11px;font-weight:400}.customer-portal .login-security{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:10px;padding-top:22px;font-size:12px;display:flex}.customer-portal .login-security p{font-size:12px}.customer-portal .app-shell{min-height:100dvh;display:flex}.customer-portal .sidebar{border-right:1px solid var(--line);z-index:30;background:#fff;flex-direction:column;flex-shrink:0;width:233px;padding:35px 18px 25px;display:flex;position:fixed;inset:0 auto 0 0}.customer-portal .sidebar .portal-brand{margin-bottom:54px;padding-left:12px}.customer-portal .sidebar-caption{letter-spacing:.15em;color:#8b98a4;margin:0 15px 14px;font-size:9px}.customer-portal .sidebar nav{flex-direction:column;gap:7px;display:flex}.customer-portal .nav-item{text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px;font-size:12px;font-weight:500;display:flex}.customer-portal .nav-item.active{color:#0867eb;background:#edf4ff}.customer-portal .nav-item:hover{background:#f3f6fa}.customer-portal .sidebar-bottom{border-top:1px solid var(--line);color:var(--muted);gap:10px;margin-top:auto;padding:23px 12px 0;font-size:11px;display:flex}.customer-portal .sidebar-bottom b{color:var(--ink);font-weight:500}.customer-portal .workspace{width:calc(100% - 233px);min-width:0;margin-left:233px}.customer-portal .topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:16px;height:81px;padding:0 42px;display:flex}.customer-portal .service-switch{align-items:center;gap:10px;min-width:0;display:flex}.customer-portal .service-switch select{background:0 0;border:0;max-width:250px;padding:6px 24px 6px 0;font-size:13px}.customer-portal .topbar-right{align-items:center;gap:16px;display:flex}.customer-portal .avatar{color:#51728d;background:#eaf0f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;display:inline-flex}.customer-portal .avatar.large{width:66px;height:66px;font-size:24px}.customer-portal .content{max-width:1190px;min-height:calc(100dvh - 81px);margin:auto;padding:38px 44px 0}.customer-portal .page-heading{justify-content:space-between;gap:20px;margin-bottom:32px;display:flex}.customer-portal .page-heading .eyebrow{margin-bottom:9px}.customer-portal .page-heading p:last-child{margin-top:12px;font-size:14px}.customer-portal .panel,.customer-portal .connection-card,.customer-portal .balance-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:27px}.customer-portal .panel>h2,.customer-portal .panel>h3{margin:15px 0 10px}.customer-portal .panel>p{margin:10px 0 20px;font-size:13px}.customer-portal .panel+.panel{margin-top:20px}.customer-portal .card-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.customer-portal .card-top .eyebrow{margin:0}.customer-portal .welcome-grid{grid-template-columns:1.25fr 1fr;gap:22px;display:grid}.customer-portal .connection-card{background:linear-gradient(130deg,#fff 40%,#f1f6fd);min-height:305px;position:relative;overflow:hidden}.customer-portal .connection-orb{float:right;color:#5581b2;background:radial-gradient(circle,#eff6ff,#e1edfb);border:1px solid #d6e8fb;border-radius:50%;place-items:center;width:112px;height:112px;margin:35px 15px 0 20px;display:grid;box-shadow:0 0 0 15px #edf4fd70,0 0 0 30px #f1f6fb70}.customer-portal .connection-card h2{margin:38px 0 9px}.customer-portal .connection-card>p{max-width:65%;font-size:12px}.customer-portal .connection-details{align-items:center;gap:18px;margin:20px 0;font-size:12px;display:flex}.customer-portal .connection-details strong{font-size:24px}.customer-portal .connection-details small{font-size:11px;font-weight:400}.customer-portal .balance-card{flex-direction:column;align-items:flex-start;display:flex}.customer-portal .balance-amount{letter-spacing:-.06em;margin:8px 0 16px;font-size:43px;font-weight:550;line-height:1.2}.customer-portal .balance-card>p:not(.eyebrow){max-width:280px;margin-bottom:20px;font-size:12px}.customer-portal .balance-foot{color:var(--muted);align-items:center;gap:7px;margin-top:20px;font-size:10px;display:flex}.customer-portal .quick-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;display:grid}.customer-portal .quick-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;min-height:153px;padding:23px;transition:box-shadow .2s,transform .2s;position:relative}.customer-portal .quick-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #29475c0b}.customer-portal .quick-card>svg:first-child{color:var(--blue);width:23px;margin-bottom:17px}.customer-portal .quick-card>svg:last-child{color:#81909f;position:absolute;top:23px;right:18px}.customer-portal .quick-card h3{margin-bottom:8px;font-size:15px}.customer-portal .quick-card p{font-size:12px}.customer-portal .soft-banner{background:#edf2f8;border:1px solid #e3eaf2;border-radius:15px;justify-content:space-between;gap:30px;margin:24px 0;padding:30px 34px;display:flex;position:relative;overflow:hidden}.customer-portal .soft-banner h2{margin-bottom:14px;font-size:28px}.customer-portal .soft-banner p:not(.eyebrow){max-width:420px;margin-bottom:18px;font-size:12px}.customer-portal .banner-rings{color:#a0b8d2;border:1px solid #ccdcec;border-radius:50%;flex-shrink:0;align-self:center;place-items:center;width:170px;height:170px;margin-right:20px;display:grid;box-shadow:0 0 0 20px #e5edf5,0 0 0 21px #d7e3ef,0 0 0 40px #eaf0f6}.customer-portal .section-heading{justify-content:space-between;align-items:center;gap:20px;margin:30px 0 18px;display:flex}.customer-portal .section-heading h2{font-size:21px}.customer-portal .section-heading p{margin-top:10px;font-size:12px}.customer-portal .section-actions{flex-wrap:wrap;align-items:center;gap:16px;margin:22px 0;display:flex}.customer-portal .service-grid,.customer-portal .offer-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.customer-portal .service-grid .panel+.panel,.customer-portal .offer-grid .panel+.panel,.customer-portal .quick-grid .panel+.panel{margin:0}.customer-portal .service-card h2{margin:27px 0 10px}.customer-portal .service-speed{letter-spacing:-.05em;margin:28px 0 3px;font-size:43px}.customer-portal .service-speed small{color:var(--muted);font-size:16px}.customer-portal .service-actions{border-top:1px solid var(--line);align-items:center;gap:20px;margin-top:23px;padding-top:15px;display:flex}.customer-portal .table-panel{border:1px solid var(--line);background:#fff;border-radius:13px;overflow:hidden}.customer-portal .data-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:18px;width:100%;padding:22px 24px;display:flex}.customer-portal .data-row:last-child{border-bottom:0}.customer-portal .data-row>div:not(.row-actions){flex:1;min-width:0}.customer-portal .data-row>svg{color:#66849e;flex-shrink:0}.customer-portal .data-row h3{overflow-wrap:anywhere;font-size:14px}.customer-portal .data-row p{margin-top:6px;font-size:12px}.customer-portal .data-row small{max-width:480px;color:var(--muted);margin-top:8px;font-size:11px;display:block}.customer-portal .data-row strong{white-space:nowrap;font-size:15px;font-weight:550}.customer-portal .row-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.customer-portal .ticket-button:hover{background:#f6f9fc}.customer-portal .fiscal-top{grid-template-columns:1fr 1.1fr;gap:20px;margin-bottom:22px;display:grid}.customer-portal .fiscal-top .panel+.panel{margin:0}.customer-portal .fiscal-top .panel>svg{color:var(--blue);margin-bottom:22px}.customer-portal .auto-fiscal{flex-direction:column;align-items:flex-start;display:flex}.customer-portal .auto-fiscal .card-top{width:100%;margin-bottom:10px}.customer-portal .auto-fiscal small{color:var(--muted);margin-top:15px;font-size:10px}.customer-portal .checkbox-field{color:var(--muted);cursor:pointer;align-items:flex-start;gap:10px;margin:10px 0 20px;font-size:12px;display:flex}.customer-portal input[type=checkbox]{width:17px;height:17px;accent-color:var(--blue);flex-shrink:0;margin-top:2px}.customer-portal .form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.customer-portal .empty{text-align:center;color:#8497aa;flex-direction:column;align-items:center;gap:14px;padding:45px 25px;display:flex}.customer-portal .empty p{max-width:440px;font-size:13px}.customer-portal .alert{border:1px solid;border-radius:9px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;font-size:12px;display:flex}.customer-portal .alert.error{color:#8d4834;background:#fff6f1;border-color:#efdccc}.customer-portal .alert.success{color:#276842;background:#eff8f2;border-color:#d7eade}.customer-portal .alert svg{flex-shrink:0}.customer-portal .loading-note{padding:0 0 20px;font-size:12px}.customer-portal .portal-footer{border-top:1px solid var(--line);color:#84909c;align-items:center;gap:24px;margin-top:40px;padding:23px 0;font-size:10px;display:flex}.customer-portal .portal-footer span{margin-right:auto}.customer-portal .offer-card h2{margin:24px 0 10px;font-size:47px}.customer-portal .offer-card h2 small{font-size:18px;font-weight:400}.customer-portal .offer-price{margin:28px 0 10px;font-size:29px}.customer-portal .offer-price small{color:var(--muted);font-size:13px}.customer-portal .offer-card>.button{width:100%;margin-top:12px}.customer-portal .quick-grid .panel p{font-size:12px}.customer-portal .profile-summary{align-items:center;gap:25px;margin-bottom:25px;display:flex}.customer-portal .profile-summary p{margin-top:9px;font-size:12px}.customer-portal .chat-panel{padding:0;overflow:hidden}.customer-portal .chat-heading{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:20px 25px;display:flex}.customer-portal .chat-heading h3{font-size:15px}.customer-portal .chat-heading p{margin-top:4px;font-size:11px}.customer-portal .chat-empty{text-align:center;flex-direction:column;align-items:center;gap:22px;padding:80px 25px;display:flex}.customer-portal .chat-empty>svg{color:#7294b5}.customer-portal .chat-empty p{max-width:400px;font-size:13px}.customer-portal .chat-messages{overscroll-behavior:contain;flex-direction:column;gap:17px;height:440px;padding:28px;display:flex;overflow-y:auto}.customer-portal .chat-bubble{overflow-wrap:anywhere;background:#f6f8fa;border:1px solid #e1e7ed;border-radius:12px;align-self:flex-start;max-width:80%;padding:15px 18px}.customer-portal .chat-bubble.outbound{background:#edf4ff;border-color:#dfe9f8;align-self:flex-end}.customer-portal .chat-bubble p{color:var(--ink);white-space:pre-wrap;font-size:13px}.customer-portal .chat-bubble small{color:var(--muted);margin-top:8px;font-size:9px;display:block}.customer-portal .chat-compose{border-top:1px solid var(--line);align-items:center;gap:16px;padding:20px;display:flex}.customer-portal .chat-compose textarea{resize:none;border:0;flex:1;min-width:0;font-size:13px}.customer-portal .modal{border:1px solid var(--line);width:min(590px,100vw - 32px);max-height:90dvh;color:var(--ink);background:#fff;border-radius:18px;padding:0;box-shadow:0 30px 90px #11273c30}.customer-portal .modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#162e4966}.customer-portal .modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:23px 26px;display:flex}.customer-portal .modal-head h2{font-size:23px}.customer-portal .modal-body{padding:26px}.customer-portal .modal-body form{flex-direction:column;gap:20px;display:flex}.customer-portal .modal-actions{justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.customer-portal .quote-summary{background:#f3f7fd;border:1px solid #e0e8f3;border-radius:10px;padding:22px}.customer-portal .quote-summary strong{margin:12px 0;font-size:23px;display:block}.customer-portal .quote-summary p{font-size:12px}.customer-portal .ticket-message{background:#f3f6fa;border-radius:9px;margin:18px 0;padding:15px}.customer-portal .ticket-message p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px}.customer-portal .ticket-message small{color:var(--muted);font-size:10px}.customer-portal .mobile-menu,.customer-portal .nav-overlay{display:none}@media (min-width:1500px){.customer-portal .content{padding-top:48px}.customer-portal .welcome-grid{gap:26px}.customer-portal .connection-card,.customer-portal .balance-card{padding:32px}}@media (max-width:1100px){.customer-portal .sidebar{width:208px;padding-inline:12px}.customer-portal .workspace{width:calc(100% - 208px);margin-left:208px}.customer-portal .content{padding:30px 25px 0}.customer-portal .topbar{padding-inline:25px}.customer-portal .quick-grid{gap:12px}.customer-portal .quick-card{padding:20px}.customer-portal .connection-orb{width:78px;height:78px;margin:40px 0 0 15px}.customer-portal .connection-card>p{max-width:100%}.customer-portal .connection-details{flex-direction:column;align-items:flex-start;gap:7px}.customer-portal .data-row{flex-wrap:wrap}.customer-portal .row-actions{margin-left:auto}.customer-portal .fiscal-top{grid-template-columns:1fr}.customer-portal .login-story{padding-inline:40px}.customer-portal .banner-rings{width:110px;height:110px;margin-right:10px}}@media (max-width:760px){.customer-portal h1{font-size:30px}.customer-portal .sidebar{visibility:hidden;width:245px;transition:transform .2s;transform:translate(-100%)}.customer-portal .sidebar.open{visibility:visible;transform:translate(0);box-shadow:10px 0 40px #12233822}.customer-portal .nav-overlay{z-index:25;background:#1a2f4a70;border:0;display:block;position:fixed;inset:0}.customer-portal .workspace{width:100%;margin-left:0}.customer-portal .topbar{gap:8px;height:69px;padding:0 16px}.customer-portal .topbar-right{gap:8px}.customer-portal .topbar-right>.muted{display:none}.customer-portal .mobile-menu{display:flex}.customer-portal .service-switch{flex:1;gap:5px}.customer-portal .service-switch>svg{display:none}.customer-portal .service-switch select{max-width:165px;font-size:12px}.customer-portal .content{padding:28px 18px 0}.customer-portal .page-heading{margin-bottom:25px}.customer-portal .welcome-grid,.customer-portal .service-grid,.customer-portal .offer-grid,.customer-portal .quick-grid{grid-template-columns:1fr}.customer-portal .quick-card{min-height:110px;padding:21px 22px 21px 65px}.customer-portal .quick-card>svg:first-child{position:absolute;top:24px;left:23px}.customer-portal .quick-card h3{padding-right:25px}.customer-portal .connection-card{min-height:286px}.customer-portal .connection-orb{width:100px;height:100px;margin:38px 10px 0 30px}.customer-portal .connection-details{flex-direction:row;align-items:center;margin-top:24px}.customer-portal .balance-card{padding:24px}.customer-portal .balance-amount{font-size:42px}.customer-portal .soft-banner{min-height:245px;padding:27px 25px}.customer-portal .soft-banner h2{font-size:26px}.customer-portal .soft-banner>div:first-child{z-index:1}.customer-portal .banner-rings{opacity:.35;position:absolute;bottom:10px;right:-40px}.customer-portal .panel{padding:23px}.customer-portal .section-heading{flex-direction:column;align-items:flex-start;gap:8px}.customer-portal .data-row{gap:12px;padding:20px 18px}.customer-portal .data-row>svg{width:20px}.customer-portal .data-row>div:not(.row-actions){min-width:calc(100% - 90px)}.customer-portal .data-row>strong{margin-left:32px}.customer-portal .data-row .row-actions{flex-wrap:wrap;margin-left:32px}.customer-portal .data-row>.text-button{margin-left:auto}.customer-portal .form-grid{grid-template-columns:1fr}.customer-portal .service-actions{flex-wrap:wrap}.customer-portal .portal-footer{gap:16px;font-size:9px}.customer-portal .portal-footer span{max-width:140px}.customer-portal .chat-panel{padding:0}.customer-portal .chat-messages{height:51dvh;padding:20px 16px}.customer-portal .chat-compose{gap:5px;padding:12px}.customer-portal .chat-compose .button{padding:12px}.customer-portal .chat-compose .button span{display:none}.customer-portal .chat-bubble{max-width:90%}.customer-portal .login-layout{flex-direction:column;display:flex}.customer-portal .login-story{min-height:245px;padding:27px 27px 18px}.customer-portal .login-story>div{padding:28px 0 10px}.customer-portal .login-story h1{margin-bottom:12px;font-size:36px}.customer-portal .login-story>div>p:not(.eyebrow),.customer-portal .login-story small{display:none}.customer-portal .login-city{opacity:.42;width:60%;height:100%;inset:0 0 0 40%}.customer-portal .login-story:after{background:linear-gradient(90deg,#eaf0f5 28%,#eaf0f577)}.customer-portal .login-story .portal-brand b{font-size:23px}.customer-portal .login-form-wrap{padding:32px 25px 45px;display:block}.customer-portal .login-form{gap:19px;max-width:none}.customer-portal .login-form h2{font-size:26px}.customer-portal .modal-head{padding:20px}.customer-portal .modal-head h2{font-size:21px}.customer-portal .modal-body{padding:22px}.customer-portal .profile-summary{gap:17px}.customer-portal .profile-summary h2{font-size:22px}}@media (prefers-reduced-motion:reduce){.customer-portal *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.customer-portal .service-network{border-top:1px solid #e4eaf0;margin:20px 0;padding-top:20px}.customer-portal .service-network .card-top{gap:8px}.customer-portal .service-network p,.customer-portal .service-network small{line-height:1.5}.customer-portal .traffic-history{margin-top:16px}.customer-portal .traffic-history img{width:100%;height:auto;margin:14px 0;display:block}.customer-portal .traffic-history select{width:100%;margin-top:8px}.customer-portal .fiscal-instruction{color:#4b6077;max-width:500px;line-height:1.5}.customer-portal #datos-fiscales{scroll-margin-top:24px}.customer-portal .chat-closure{background:#f4f8fc;border-top:1px solid #e0e8f0;padding:22px}.customer-portal .chat-closure h3{margin:0 0 8px}.customer-portal .chat-closure form{gap:14px;display:grid}.customer-portal .chat-closure fieldset{border:0;padding:0}.customer-portal .rating-options{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.customer-portal .rating-options label{cursor:pointer;background:#fff;border:1px solid #ccd9e5;border-radius:10px;align-items:center;gap:6px;padding:10px;display:flex}.customer-portal .rating-options .selected{background:#eaf1ff;border-color:#2862e6}.customer-portal .rating-options input{width:auto}.customer-portal .traffic-plot{overflow:hidden}.customer-portal .traffic-plot img{margin-top:-6%;display:block}
