:root{--blue:#06e5e5;--blue-dark:#00bfc4;--black:#0b0b0d;--ink:#16171b;--muted:#6f7178;--line:#e5e6e9;--surface:#fff}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--surface);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit}.login-shell{grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);min-height:100vh;display:grid}.brand-panel{background:linear-gradient(145deg, #ffffff09, transparent 40%), var(--black);color:#fff;flex-direction:column;min-height:100vh;padding:44px 54px 36px;display:flex;position:relative;overflow:hidden}.brand-panel:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:390px;height:390px;position:absolute;bottom:-145px;right:-100px}.brand-panel__glow{pointer-events:none;border-radius:50%;position:absolute}.brand-panel__glow--one{background:radial-gradient(circle,#06e5e54d,#0000 68%);width:430px;height:430px;top:12%;right:-15%}.brand-panel__glow--two{background:radial-gradient(circle,#06e5e529,#0000 68%);width:430px;height:430px;bottom:-20%;left:-18%}.brand-lockup,.mobile-brand{z-index:2;align-items:center;gap:13px;display:flex;position:relative}.brand-name,.brand-subtitle{margin:0;line-height:1}.brand-name{letter-spacing:.08em;font-size:20px;font-weight:900}.brand-subtitle{color:#ffffffa3;letter-spacing:.34em;margin-top:5px;font-size:10px;font-weight:700}.brand-content{z-index:2;width:min(630px,100%);margin:auto 0;padding:68px 0 58px;position:relative}.eyebrow{color:#06e5e5;letter-spacing:.2em;margin:0 0 18px;font-size:12px;font-weight:800}.brand-content h1{letter-spacing:-.055em;max-width:590px;margin:0;font-size:clamp(42px,4.6vw,70px);line-height:.99}.brand-description{color:#ffffffad;max-width:560px;margin:24px 0 34px;font-size:18px;line-height:1.62}.portal-preview{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:20px;width:min(500px,100%);padding:22px;box-shadow:0 24px 80px #00000047}.portal-preview__header{justify-content:space-between;align-items:flex-start;display:flex}.preview-label{color:#ffffff8a;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.portal-preview__header strong{letter-spacing:-.03em;font-size:27px}.live-pill{color:#76ffff;background:#06e5e51a;border:1px solid #06e5e538;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.live-dot{background:#06e5e5;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #06e5e529}.mini-chart{border-bottom:1px solid #ffffff14;align-items:flex-end;gap:9px;height:100px;margin:25px 0 22px;padding:0 2px;display:flex}.mini-chart span{opacity:.88;background:linear-gradient(#06e5e5,#00bfc4);border-radius:6px 6px 1px 1px;flex:1;min-height:8px}.preview-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.preview-metrics div{background:#ffffff0e;border-radius:12px;padding:13px 12px}.preview-metrics span,.preview-metrics strong{display:block}.preview-metrics span{color:#ffffff7a;margin-bottom:6px;font-size:10px;font-weight:700}.preview-metrics strong{font-size:15px}.brand-footer{z-index:2;color:#fff6;margin:0;font-size:12px;position:relative}.form-panel{background:radial-gradient(circle at 93% 6%,#06e5e514,#0000 24%),#fafafa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:44px;display:flex}.mobile-brand{display:none}.login-card{width:min(440px,100%)}.login-heading{margin-bottom:31px}.secure-badge{color:#575960;text-transform:uppercase;letter-spacing:.08em;background:#fff;border:1px solid #e1e2e5;border-radius:999px;align-items:center;gap:7px;margin-bottom:21px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.secure-badge svg{fill:none;width:14px;height:14px;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.login-heading h2{letter-spacing:-.045em;margin:0;font-size:40px;line-height:1.08}.login-heading p{color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.55}.login-form{gap:19px;display:grid}.field{gap:8px;display:grid}.field>span:first-child{font-size:13px;font-weight:750}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap>svg{fill:none;stroke:#888a91;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;pointer-events:none;width:19px;height:19px;position:absolute;left:15px}.input-wrap input{width:100%;height:54px;color:var(--ink);background:#fff;border:1px solid #d9dade;border-radius:12px;outline:none;padding:0 76px 0 46px;font-size:15px;transition:border-color .15s,box-shadow .15s}.input-wrap input::placeholder{color:#aaacb1}.input-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #06e5e524}.password-toggle{color:#66686f;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800;position:absolute;right:13px}.password-toggle:hover{color:var(--blue)}.form-options{justify-content:space-between;align-items:center;margin-top:-2px;font-size:13px;display:flex}.form-options a{color:var(--blue);font-weight:750;text-decoration:none}.form-options a:hover{text-decoration:underline}.remember{color:#63656c;cursor:pointer;align-items:center;gap:8px;display:inline-flex}.remember input{width:16px;height:16px;accent-color:var(--blue)}.login-button{background:var(--blue);color:#050505;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;height:55px;font-size:15px;font-weight:850;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 12px 28px #06e5e53d}.login-button:hover{background:var(--blue-dark);color:#050505;transform:translateY(-1px);box-shadow:0 15px 32px #06e5e54d}.login-button:active{transform:translateY(0)}.login-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px}.form-status{color:#125c60;background:#f2ffff;border:1px solid #bdeff0;border-radius:10px;margin:-3px 0 0;padding:11px 13px;font-size:12px;line-height:1.5}.login-card__security{border-top:1px solid var(--line);color:#8a8c92;align-items:center;gap:9px;margin-top:25px;padding-top:20px;font-size:11px;display:flex}.login-card__security svg{fill:none;stroke:#777980;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none;width:17px;height:17px}.form-footer{color:#8a8c92;text-align:center;margin:42px 0 0;font-size:12px}.form-footer a{color:#55575d;font-weight:750;text-decoration:none}.form-footer a:hover{color:var(--blue)}@media (max-width:1020px){.login-shell{grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr)}.brand-panel{padding:38px}.brand-content h1{font-size:48px}.portal-preview{padding:18px}.preview-metrics{grid-template-columns:1fr}.preview-metrics div:nth-child(2),.preview-metrics div:nth-child(3){display:none}}@media (max-width:780px){.login-shell{background:#fafafa;min-height:100vh;display:block}.brand-panel{display:none}.form-panel{justify-content:flex-start;min-height:100vh;padding:30px 22px}.mobile-brand{width:min(440px,100%);margin-bottom:70px;display:flex}.mobile-brand .brand-name{color:var(--ink)}.mobile-brand .brand-subtitle{color:#85878e}.login-heading h2{font-size:36px}.form-footer{margin-top:auto;padding-top:52px}}@media (max-width:430px){.form-panel{padding:24px 18px}.mobile-brand{margin-bottom:54px}.login-heading{margin-bottom:26px}.login-heading h2{font-size:33px}.form-options{align-items:flex-start;gap:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}@media (max-width:900px){.login-shell{background:#fafafa;min-height:100dvh;display:block}.brand-panel{display:none}.form-panel{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) 22px max(24px, env(safe-area-inset-bottom));justify-content:flex-start}.mobile-brand{width:min(440px,100%);margin-bottom:58px;display:flex}.mobile-brand .brand-name{color:var(--ink)}.mobile-brand .brand-subtitle{color:#85878e}.login-card{width:min(440px,100%)}.input-wrap input,.login-button{min-height:56px}.input-wrap input{font-size:16px}.form-footer{margin-top:auto;padding-top:44px}}@media (max-width:520px){.form-panel{padding-left:18px;padding-right:18px}.mobile-brand{margin-bottom:44px}.login-heading{margin-bottom:25px}.login-heading h2{font-size:34px}.login-heading p{font-size:14px}.secure-badge{margin-bottom:17px}.login-form{gap:17px}.form-options{align-items:center;gap:14px}}@media (max-width:360px){.form-panel{padding-left:14px;padding-right:14px}.login-heading h2{font-size:31px}.form-options{flex-direction:column;align-items:flex-start}.login-button{width:100%}}.login-button:disabled,.password-toggle:disabled,.input-wrap input:disabled{cursor:wait;opacity:.72}.button-spinner{border:2px solid #0505054d;border-top-color:#050505;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite buzzbot-spin}@keyframes buzzbot-spin{to{transform:rotate(360deg)}}.dashboard-shell{background:radial-gradient(circle at 92% 4%,#06e5e51f,#0000 25%),#f6f7f8;min-height:100dvh}.dashboard-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #e2e4e7;justify-content:space-between;align-items:center;min-height:76px;padding:14px clamp(20px,4vw,54px);display:flex}.dashboard-brand{align-items:center;gap:11px;display:flex}.dashboard-brand__name,.dashboard-brand__subtitle{margin:0;line-height:1}.dashboard-brand__name{letter-spacing:.08em;font-size:17px;font-weight:900}.dashboard-brand__subtitle{color:#777980;letter-spacing:.23em;margin-top:5px;font-size:9px;font-weight:800}.logout-button{color:#292b30;cursor:pointer;background:#fff;border:1px solid #d9dbdf;border-radius:10px;min-height:42px;padding:0 17px;font-size:13px;font-weight:800}.logout-button:hover{border-color:#06e5e5;box-shadow:0 0 0 3px #06e5e51f}.dashboard-content{width:min(1180px,100% - 40px);margin:0 auto;padding:clamp(48px,8vw,88px) 0}.dashboard-intro{max-width:730px}.connection-pill{color:#155e62;letter-spacing:.03em;background:#06e5e517;border:1px solid #06e5e56b;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:11px;font-weight:850;display:inline-flex}.connection-pill span{background:#06e5e5;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #06e5e526}.dashboard-intro h1{letter-spacing:-.055em;margin:22px 0 13px;font-size:clamp(40px,6vw,70px);line-height:1}.dashboard-intro p{color:#686b72;margin:0;font-size:17px;line-height:1.65}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:48px;display:grid}.dashboard-card{background:#fff;border:1px solid #e1e3e6;border-radius:18px;min-height:220px;padding:25px;box-shadow:0 18px 45px #1114180e}.dashboard-card__label{color:#098b90;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:900}.dashboard-card h2{letter-spacing:-.035em;margin:38px 0 10px;font-size:25px}.dashboard-card p{color:#74767d;margin:0;font-size:14px;line-height:1.6}@media (max-width:820px){.dashboard-grid{grid-template-columns:1fr}.dashboard-card{min-height:180px}}@media (max-width:520px){.dashboard-header{min-height:68px;padding:12px 16px}.dashboard-content{width:min(100% - 32px,1180px);padding:44px 0}.dashboard-intro h1{font-size:41px}.dashboard-intro p{font-size:15px}.dashboard-grid{margin-top:34px}.dashboard-card{padding:21px}}.portal-app-shell{color:#111216;background:#f5f6f7;min-height:100dvh}.portal-sidebar{color:#fff;background:#0a0b0d}.portal-sidebar--desktop{z-index:40;border-right:1px solid #ffffff14;width:254px;position:fixed;inset:0 auto 0 0}.portal-sidebar-inner{flex-direction:column;height:100%;padding:24px 16px 18px;display:flex}.portal-sidebar-brand{color:#fff;align-items:center;gap:12px;padding:4px 8px 26px;text-decoration:none;display:flex}.portal-sidebar-brand img{border-radius:12px}.portal-sidebar-brand span,.portal-sidebar-brand small{line-height:1;display:block}.portal-sidebar-brand span{letter-spacing:.08em;font-size:18px;font-weight:950}.portal-sidebar-brand small{color:#ffffff85;letter-spacing:.25em;margin-top:6px;font-size:9px;font-weight:800}.portal-navigation{gap:6px;display:grid}.portal-nav-item{color:#ffffffa8;text-align:left;background:0 0;border:0;border-radius:11px;grid-template-columns:21px 1fr auto;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 13px;font-size:14px;font-weight:720;text-decoration:none;display:grid}.portal-nav-item svg{width:20px;height:20px}.portal-nav-item.is-active{color:#06e5e5;background:#06e5e524}.portal-nav-item.is-disabled{cursor:default;opacity:.55}.portal-nav-item small{letter-spacing:.03em;text-transform:uppercase;font-size:8px;font-weight:800}.portal-sidebar-logout-form{margin-top:auto}.portal-sidebar-logout{color:#ffffffc2;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:11px;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 13px;font-size:13px;font-weight:760;display:flex}.portal-sidebar-logout:hover{color:#06e5e5;border-color:#06e5e559}.portal-sidebar-logout svg{width:19px;height:19px}.portal-page-column{min-height:100dvh;margin-left:254px}.portal-topbar{z-index:30;background:#06e5e5;grid-template-columns:46px 1fr 46px;align-items:center;min-height:66px;padding:0 clamp(18px,3vw,34px);display:grid;position:sticky;top:0;box-shadow:0 1px #05050521}.portal-topbar-title{letter-spacing:-.01em;text-align:center;grid-column:2;font-size:15px;font-weight:900}.portal-topbar-button{color:#050505;cursor:pointer;background:#05050512;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.portal-topbar-button:hover{background:#05050521}.portal-topbar-button:last-child{grid-column:3;justify-self:end}.portal-topbar-button svg{width:21px;height:21px}.portal-menu-button,.portal-sidebar--mobile,.portal-mobile-overlay{display:none}.portal-dashboard-main{width:min(1320px,100% - 48px);margin:0 auto;padding:34px 0 60px}.portal-dashboard-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.portal-page-eyebrow,.portal-section-eyebrow{color:#07888d;letter-spacing:.16em;margin:0 0 7px;font-size:10px;font-weight:900}.portal-dashboard-heading h1{letter-spacing:-.045em;margin:0;font-size:clamp(31px,3vw,43px);line-height:1}.portal-refresh-button{color:#33353a;cursor:pointer;background:#fff;border:1px solid #d9dcdf;border-radius:10px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.portal-refresh-button:hover{border-color:#06e5e5;box-shadow:0 0 0 3px #06e5e51f}.portal-refresh-button:disabled{cursor:wait;opacity:.65}.portal-refresh-button svg{width:17px;height:17px}.portal-summary-grid{grid-template-columns:minmax(0,1.45fr) repeat(2,minmax(210px,.8fr));gap:17px;margin-bottom:19px;display:grid}.portal-summary-card{background:#fff;border:1px solid #e0e2e5;border-radius:16px;flex-direction:column;justify-content:center;min-height:146px;padding:23px 25px;display:flex;box-shadow:0 10px 30px #13171c0b}.portal-summary-card--sales{background:radial-gradient(circle at 92% 12%,#06e5e52e,#0000 36%),#fff;border-color:#06e5e557}.portal-summary-card>span{color:#6c6f76;font-size:12px;font-weight:760}.portal-summary-card>strong{letter-spacing:-.045em;margin:10px 0 7px;font-size:clamp(30px,3vw,45px);line-height:1}.portal-summary-card>small{color:#888b91;font-size:11px}.portal-panel{background:#fff;border:1px solid #e0e2e5;border-radius:17px;margin-top:19px;box-shadow:0 12px 35px #13171c0b}.portal-panel-header{justify-content:space-between;align-items:flex-start;gap:24px;padding:23px 25px 17px;display:flex}.portal-panel-header h2{letter-spacing:-.035em;margin:0;font-size:22px}.portal-panel-header p:not(.portal-section-eyebrow){color:#73767d;margin:8px 0 0;font-size:12px;line-height:1.55}.portal-date-tabs{background:#f6f7f8;border:1px solid #e1e3e6;border-radius:11px;gap:5px;padding:4px;display:flex}.portal-date-tabs button{color:#666970;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:11px;font-weight:820;display:inline-flex}.portal-date-tabs button:hover{color:#121317}.portal-date-tabs button.is-active{color:#111216;background:#fff;box-shadow:0 2px 7px #14181d17}.portal-date-tabs svg{width:14px;height:14px}.portal-custom-date-form{background:#f3ffff;border:1px solid #06e5e54d;border-radius:12px;align-items:flex-end;gap:12px;margin:0 25px 10px;padding:14px;display:flex}.portal-custom-date-form label{gap:6px;display:grid}.portal-custom-date-form label span{color:#55585f;font-size:10px;font-weight:850}.portal-custom-date-form input{color:#17181c;background:#fff;border:1px solid #d4d7da;border-radius:8px;min-height:40px;padding:0 10px;font-size:12px}.portal-custom-date-form button{color:#050505;cursor:pointer;background:#06e5e5;border:0;border-radius:8px;min-height:40px;padding:0 15px;font-size:11px;font-weight:900}.sales-chart-wrap{width:100%;padding:0 10px 9px;overflow:hidden}.sales-chart{width:100%;min-width:0;height:auto;display:block}.sales-chart-gridline{stroke:#e8eaec;stroke-width:1px}.sales-chart-y-label,.sales-chart-x-label{fill:#85888e;font-family:inherit;font-size:10px;font-weight:650}.sales-chart-line{fill:none;stroke:#00bfc4;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.sales-chart-point{fill:#fff;stroke:#00aeb4;stroke-width:2.5px;pointer-events:none}.sales-chart-crosshair{stroke:#0a0b0d38;stroke-dasharray:4 4}.sales-chart-tooltip-box{fill:#0b0c0e;filter:drop-shadow(0 8px 14px #0000002e)}.sales-chart-tooltip-label{fill:#ffffffa6;font-family:inherit;font-size:9px;font-weight:700}.sales-chart-tooltip-value{fill:#fff;font-family:inherit;font-size:10px;font-weight:850}.sales-chart-empty,.portal-machine-empty{color:#7b7e85;text-align:center;justify-content:center;align-items:center;min-height:230px;padding:28px;font-size:13px;display:flex}.portal-dashboard-error{color:#79393d;background:#fff7f7;border:1px solid #ecd3d5;border-radius:12px;justify-items:start;gap:8px;margin:12px 25px 25px;padding:18px;display:grid}.portal-dashboard-error strong{font-size:13px}.portal-dashboard-error span{font-size:12px;line-height:1.5}.portal-dashboard-error button{color:#fff;cursor:pointer;background:#17181c;border:0;border-radius:8px;min-height:36px;padding:0 12px;font-size:11px;font-weight:800}.portal-chart-skeleton{align-items:flex-end;gap:8%;height:300px;padding:40px 8%;display:flex}.portal-chart-skeleton span{background:linear-gradient(90deg,#eceeef,#f7f8f8,#eceeef) 0 0/200% 100%;border-radius:8px 8px 2px 2px;flex:1;animation:1.3s linear infinite portal-shimmer}.portal-chart-skeleton span:first-child{height:35%}.portal-chart-skeleton span:nth-child(2){height:58%}.portal-chart-skeleton span:nth-child(3){height:46%}.portal-chart-skeleton span:nth-child(4){height:76%}.portal-machine-header{align-items:flex-end}.portal-machine-selector{gap:6px;min-width:min(330px,100%);display:grid}.portal-machine-selector>span{color:#666970;font-size:10px;font-weight:850}.portal-machine-selector select{color:#17181c;background:#fff;border:1px solid #d5d8db;border-radius:9px;outline:none;width:100%;min-height:42px;padding:0 36px 0 12px;font-size:12px}.portal-machine-selector select:focus{border-color:#06e5e5;box-shadow:0 0 0 3px #06e5e521}.portal-machine-list{padding:0 25px 25px}.portal-machine-list-heading,.portal-machine-row{grid-template-columns:minmax(270px,1fr) 90px 120px;align-items:center;gap:16px;display:grid}.portal-machine-list-heading{color:#8a8d93;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #eceeef;min-height:36px;padding:0 12px 0 42px;font-size:9px;font-weight:850}.portal-machine-list-heading span:nth-child(2),.portal-machine-list-heading span:nth-child(3){text-align:right}.portal-machine-row{border-bottom:1px solid #eff0f1;min-height:82px;padding:12px;position:relative}.portal-machine-row:last-child{border-bottom:0}.portal-machine-rank{color:#07888d;background:#effafa;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:inline-flex;position:absolute;left:8px}.portal-machine-identity{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-left:30px;display:flex}.portal-machine-identity strong,.portal-machine-identity small{display:block}.portal-machine-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.portal-machine-identity small{color:#85888e;margin-top:5px;font-size:10px}.portal-machine-status{color:#777a80;text-transform:uppercase;background:#f0f1f2;border-radius:999px;flex:none;padding:5px 7px;font-size:8px;font-weight:850}.portal-machine-status.is-online{color:#087c80;background:#06e5e521}.portal-machine-bar{background:#eef0f1;border-radius:999px;height:3px;position:absolute;bottom:12px;left:42px;right:244px;overflow:hidden}.portal-machine-bar span{border-radius:inherit;background:#06e5e5;height:100%;display:block}.portal-machine-orders{color:#55585f;text-align:right;font-size:12px;font-weight:750}.portal-machine-revenue{text-align:right;font-size:14px}.portal-machine-skeleton{gap:10px;padding:0 25px 25px;display:grid}.portal-machine-skeleton span{background:linear-gradient(90deg,#eceeef,#f7f8f8,#eceeef) 0 0/200% 100%;border-radius:10px;height:68px;animation:1.3s linear infinite portal-shimmer}@keyframes portal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1080px){.portal-summary-grid{grid-template-columns:1fr 1fr}.portal-summary-card--sales{grid-column:1/-1}.portal-panel-header--filters,.portal-machine-header{flex-direction:column;align-items:stretch}.portal-date-tabs{align-self:flex-start}.portal-machine-selector{width:100%}}@media (max-width:900px){.portal-sidebar--desktop{display:none}.portal-page-column{margin-left:0}.portal-menu-button{grid-column:1;display:inline-flex}.portal-sidebar--mobile{z-index:70;width:75vw;max-width:330px;transition:transform .22s;display:block;position:fixed;inset:0 auto 0 0;transform:translate(-102%)}.portal-sidebar--mobile.is-open{transform:translate(0)}.portal-mobile-overlay{z-index:60;opacity:0;pointer-events:none;background:#0000007a;transition:opacity .22s;display:block;position:fixed;inset:0}.portal-mobile-overlay.is-open{opacity:1;pointer-events:auto}.portal-drawer-close{z-index:2;color:#fff;cursor:pointer;background:#ffffff12;border:0;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:16px;right:14px}.portal-drawer-close svg{width:20px;height:20px}}@media (max-width:680px){.portal-topbar{grid-template-columns:52px 1fr 52px;min-height:66px;padding:0 12px}.portal-topbar-button{border-radius:12px;width:48px;height:48px}.portal-topbar-button svg{width:29px;height:29px}.portal-topbar-button:last-child{border-radius:10px;width:39px;height:39px}.portal-topbar-button:last-child svg{width:21px;height:21px}.portal-dashboard-main{width:min(100% - 28px,1320px);padding:25px 0 42px}.portal-dashboard-heading{align-items:center;margin-bottom:18px}.portal-dashboard-heading h1{font-size:32px}.portal-refresh-button span{display:none}.portal-refresh-button{justify-content:center;width:42px;padding:0}.portal-summary-grid{grid-template-columns:1fr 1fr;gap:10px}.portal-summary-card{border-radius:14px;min-height:124px;padding:17px}.portal-summary-card--sales{grid-column:1/-1;min-height:140px}.portal-summary-card>strong{font-size:29px}.portal-panel{border-radius:15px}.portal-panel-header{padding:19px 17px 14px}.portal-date-tabs{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.portal-date-tabs button{justify-content:center;min-width:0;padding:0 6px;font-size:10px}.portal-date-tabs svg{display:none}.portal-custom-date-form{grid-template-columns:1fr 1fr;margin:0 17px 8px;display:grid}.portal-custom-date-form button{grid-column:1/-1}.sales-chart-wrap{padding:0 2px 7px;overflow:hidden}.sales-chart{width:100%;min-width:0}.sales-chart-y-label,.sales-chart-x-label{font-size:11px}.portal-machine-list{padding:0 14px 16px}.portal-machine-list-heading{display:none}.portal-machine-row{grid-template-columns:1fr auto;gap:10px;min-height:126px;padding:17px 12px 16px;display:grid}.portal-machine-rank{top:16px;left:10px}.portal-machine-identity{grid-column:1/-1;padding-left:31px}.portal-machine-orders{text-align:left;grid-column:1;align-self:end;padding-left:31px}.portal-machine-orders:after{content:" orders";color:#85888e;font-weight:600}.portal-machine-revenue{grid-column:2;align-self:end;font-size:16px}.portal-machine-bar{bottom:8px;left:43px;right:12px}}@media (max-width:390px){.portal-summary-grid{grid-template-columns:1fr}.portal-summary-card--sales{grid-column:auto}.portal-custom-date-form{grid-template-columns:1fr}.portal-custom-date-form button{grid-column:auto}}@media (prefers-reduced-motion:reduce){.portal-sidebar--mobile,.portal-mobile-overlay{transition:none}.portal-chart-skeleton span,.portal-machine-skeleton span{animation:none}}.portal-refresh-button svg.is-spinning{animation:.75s linear infinite portal-spin}.portal-summary-grid.is-updating .portal-summary-card,.portal-machine-panel.is-updating .portal-machine-list,.portal-machine-panel.is-updating .portal-machine-empty{opacity:.58;transition:opacity .16s}.portal-dashboard-updating{color:#155e62;background:azure;border:1px solid #06e5e561;border-radius:999px;align-items:center;gap:9px;min-height:38px;margin:2px 25px 10px;padding:0 13px;font-size:11px;font-weight:850;display:inline-flex}.portal-loading-spinner{border:2px solid #06969a38;border-top-color:#06969a;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}@media (max-width:680px){.portal-dashboard-updating{margin-left:17px;margin-right:17px}}.portal-order-limit-note{color:#686b72;background:#f8f9fa;border:1px solid #e0e3e6;border-radius:11px;align-items:center;gap:9px;margin:2px 25px 12px;padding:10px 13px;font-size:11px;line-height:1.45;display:flex}.portal-order-limit-note strong{color:#34373c;flex:none;font-weight:850}.portal-order-limit-note.is-reached{color:#155e62;background:#efffff;border-color:#06e5e594}.portal-order-limit-note.is-reached strong{color:#0d4f53}@media (max-width:680px){.portal-order-limit-note{flex-direction:column;align-items:flex-start;gap:3px;margin-left:17px;margin-right:17px}}.portal-sales-main{gap:18px;display:grid}.portal-sales-heading{justify-content:space-between;align-items:flex-end;display:flex}.portal-sales-heading h1{letter-spacing:-.04em;margin:5px 0;font-size:clamp(28px,3vw,38px)}.portal-sales-heading p{color:#74777d;margin:0;font-size:14px}.portal-sales-filter-panel,.portal-sales-list-panel{background:#fff;border:1px solid #e4e6e8;border-radius:16px;overflow:hidden}.portal-sales-status-tabs{gap:8px;padding:18px 20px 0;display:flex}.portal-sales-status-tabs button{color:#555960;cursor:pointer;background:#fff;border:1px solid #dfe2e5;border-radius:999px;min-height:40px;padding:0 18px;font-size:13px;font-weight:800}.portal-sales-status-tabs button.is-active{color:#fff;background:#0b0b0d;border-color:#0b0b0d}.portal-sales-filters{grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(230px,1.3fr) auto auto;align-items:end;gap:12px;padding:16px 20px 20px;display:grid}.portal-sales-filters label{gap:7px;min-width:0;display:grid}.portal-sales-filters label>span{color:#6b6e74;font-size:11px;font-weight:850}.portal-sales-input-wrap,.portal-sales-filters select{background:#fff;border:1px solid #dfe2e5;border-radius:10px;width:100%;min-width:0;min-height:44px}.portal-sales-input-wrap{align-items:center;padding:0 12px;display:flex}.portal-sales-input-wrap input{color:#202226;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0;font-size:13px;display:block}.portal-sales-filters select{color:#202226;padding:0 12px;font-size:13px}.portal-sales-apply-button,.portal-sales-download-button{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:12px;font-weight:900;display:inline-flex}.portal-sales-apply-button{color:#fff;background:#0b0b0d;border:1px solid #0b0b0d}.portal-sales-download-button{color:#071718;background:#06e5e5;border:1px solid #06cfd3}.portal-sales-download-button svg{width:18px;height:18px}.portal-sales-download-button:disabled{cursor:wait;opacity:.65}.portal-sales-list-header{border-bottom:1px solid #eceef0;justify-content:space-between;align-items:center;gap:18px;min-height:79px;padding:17px 20px;display:flex}.portal-sales-list-header h2{letter-spacing:-.02em;margin:0 0 4px;font-size:18px}.portal-sales-list-header p{color:#74777d;margin:0;font-size:12px}.portal-sales-loading{color:#376266;align-items:center;gap:8px;font-size:11px;font-weight:850;display:inline-flex}.portal-sales-table-wrap{overflow-x:auto}.portal-sales-table{border-collapse:collapse;table-layout:fixed;width:100%}.portal-sales-table th,.portal-sales-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef0f2;padding:14px 16px}.portal-sales-table th{color:#6b6e74;letter-spacing:.03em;text-transform:uppercase;background:#f8f9fa;font-size:10px;font-weight:900}.portal-sales-table td{color:#303238;font-size:12px}.portal-sales-table th:first-child,.portal-sales-table td:first-child{width:30%}.portal-sales-table th:nth-child(2),.portal-sales-table td:nth-child(2){width:16%}.portal-sales-table th:nth-child(3),.portal-sales-table td:nth-child(3){width:13%}.portal-sales-table th:nth-child(4),.portal-sales-table td:nth-child(4){width:11%}.portal-sales-table th:nth-child(5),.portal-sales-table td:nth-child(5){width:18%}.portal-sales-table th:nth-child(6),.portal-sales-table td:nth-child(6){width:12%}.portal-sales-table td strong,.portal-sales-table td small{display:block}.portal-sales-table td small{color:#8a8d92;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;overflow:hidden}.portal-sales-price{font-weight:900;color:#111316!important;font-size:13px!important}.portal-sales-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:10px;font-weight:900;display:inline-flex}.portal-sales-status--delivered{color:#08777b;background:#eaffff;border:1px solid #06afb352}.portal-sales-status--cancelled{color:#a33d3d;background:#fff4f4;border:1px solid #ead5d5}.portal-sales-empty{color:#777a80;text-align:center;place-content:center;gap:5px;min-height:150px;display:grid}.portal-sales-empty strong{color:#2c2f34;font-size:14px}.portal-sales-mobile-list{display:none}.portal-sales-pagination{color:#70737a;border-top:1px solid #eceef0;justify-content:center;align-items:center;gap:18px;min-height:68px;padding:12px 18px;font-size:11px;font-weight:800;display:flex}.portal-sales-pagination button{color:#292c31;cursor:pointer;background:#fff;border:1px solid #dfe2e5;border-radius:9px;min-height:36px;padding:0 14px;font-size:11px;font-weight:850}.portal-sales-pagination button:disabled{cursor:not-allowed;opacity:.42}@media (max-width:1120px){.portal-sales-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-sales-apply-button,.portal-sales-download-button{width:100%}}@media (max-width:760px){.portal-sales-main{gap:13px}.portal-sales-heading{padding:0 2px}.portal-sales-heading h1{font-size:27px}.portal-sales-heading p{font-size:12px;line-height:1.5}.portal-sales-filter-panel,.portal-sales-list-panel{border-radius:14px}.portal-sales-status-tabs{padding:15px 15px 0}.portal-sales-status-tabs button{flex:1;padding:0 11px}.portal-sales-filters{grid-template-columns:1fr 1fr;gap:10px;padding:14px 15px 16px}.portal-sales-filters label:nth-child(3),.portal-sales-download-button{grid-column:1/-1}.portal-sales-list-header{min-height:70px;padding:14px 15px}.portal-sales-table-wrap{display:none}.portal-sales-mobile-list{background:#f6f7f8;gap:10px;padding:12px;display:grid}.portal-sales-mobile-card{background:#fff;border:1px solid #e4e6e8;border-radius:13px;padding:14px}.portal-sales-mobile-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.portal-sales-mobile-topline>strong{letter-spacing:-.02em;font-size:16px}.portal-sales-mobile-card h3{margin:13px 0 5px;font-size:14px;line-height:1.35}.portal-sales-mobile-card p{color:#4f5358;margin:0;font-size:12px;font-weight:750}.portal-sales-mobile-meta{color:#74777d;flex-wrap:wrap;gap:6px 14px;margin-top:11px;font-size:10px;display:flex}.portal-sales-mobile-card>small{color:#9a9ca1;text-overflow:ellipsis;white-space:nowrap;margin-top:9px;font-size:9px;display:block;overflow:hidden}.portal-sales-pagination{justify-content:space-between;gap:8px}}@media (max-width:440px){.portal-sales-filters{grid-template-columns:1fr}.portal-sales-filters label:nth-child(3),.portal-sales-download-button{grid-column:auto}}.portal-devices-main{gap:18px;display:grid}.portal-devices-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.portal-devices-heading h1{letter-spacing:-.04em;margin:5px 0;font-size:clamp(28px,3vw,38px)}.portal-devices-heading p{color:#74777d;margin:0;font-size:14px}.portal-device-bind-button{color:#071718;cursor:pointer;background:#06e5e5;border:1px solid #05cbd0;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:12px;font-weight:900;display:inline-flex}.portal-device-bind-button>span{font-size:21px;font-weight:600;line-height:1}.portal-action-message{border-radius:11px;justify-content:space-between;align-items:center;gap:14px;min-height:45px;padding:10px 14px;font-size:12px;font-weight:750;display:flex}.portal-action-message.is-success{color:#0c6d71;background:#efffff;border:1px solid #06afb357}.portal-action-message.is-error{color:#9e3838;background:#fff4f4;border:1px solid #eccfcf}.portal-action-message button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:900;text-decoration:underline}.portal-device-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.portal-device-summary button{color:#555960;cursor:pointer;background:#fff;border:1px solid #e2e4e7;border-radius:14px;justify-content:space-between;align-items:center;min-height:82px;padding:16px 18px;display:flex}.portal-device-summary button.is-active{color:#0a6569;background:#f1ffff;border-color:#06d7da;box-shadow:inset 0 0 0 1px #06e5e524}.portal-device-summary span{font-size:12px;font-weight:850}.portal-device-summary strong{color:#15171a;letter-spacing:-.04em;font-size:25px}.portal-devices-panel{background:#fff;border:1px solid #e4e6e8;border-radius:16px;overflow:hidden}.portal-devices-panel-header{border-bottom:1px solid #eceef0;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:16px 20px;display:flex}.portal-devices-panel-header h2{letter-spacing:-.02em;margin:0 0 4px;font-size:18px}.portal-devices-panel-header p{color:#74777d;margin:0;font-size:12px}.portal-devices-table-wrap{overflow-x:auto}.portal-devices-table{border-collapse:collapse;table-layout:fixed;width:100%}.portal-devices-table th,.portal-devices-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef0f2;padding:16px 18px}.portal-devices-table th{color:#6b6e74;letter-spacing:.03em;text-transform:uppercase;background:#f8f9fa;font-size:10px;font-weight:900}.portal-devices-table td{color:#303238;font-size:12px}.portal-devices-table th:first-child,.portal-devices-table td:first-child{width:20%}.portal-devices-table th:nth-child(2),.portal-devices-table td:nth-child(2),.portal-devices-table th:nth-child(3),.portal-devices-table td:nth-child(3){width:22%}.portal-devices-table th:last-child,.portal-devices-table td:last-child{width:36%}.portal-devices-table td>strong,.portal-devices-table td>small{display:block}.portal-devices-table td>strong{color:#191b1f;font-size:13px}.portal-devices-table td>small{color:#85888e;margin-top:4px;font-size:10px}.portal-device-status{align-items:flex-start;gap:9px;display:inline-flex}.portal-device-status-dot{border-radius:50%;width:9px;height:9px;margin-top:4px}.portal-device-status.is-online .portal-device-status-dot{background:#1dbf73;box-shadow:0 0 0 4px #1dbf731f}.portal-device-status.is-offline .portal-device-status-dot{background:#a8abb0;box-shadow:0 0 0 4px #a8abb021}.portal-device-status strong,.portal-device-status small{display:block}.portal-device-status strong{color:#26292e;font-size:11px}.portal-device-status small{color:#8b8e94;margin-top:4px;font-size:9px;line-height:1.4}.portal-device-actions{align-items:center;gap:8px;display:flex}.portal-device-actions button{cursor:pointer;border-radius:8px;min-height:36px;padding:0 12px;font-size:10px;font-weight:850}.portal-device-settings-button{color:#08777b;background:#efffff;border:1px solid #99e9e9}.portal-device-unbind-button{color:#aa4141;background:#fff7f7;border:1px solid #ebcaca}.portal-devices-empty{color:#777a80;text-align:center;place-content:center;gap:5px;min-height:170px;display:grid}.portal-devices-empty strong{color:#2c2f34;font-size:14px}.portal-devices-mobile-list{display:none}.portal-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#040c1294;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.portal-modal{background:#fff;border:1px solid #ffffff38;border-radius:18px;flex-direction:column;width:min(560px,100%);max-height:min(880px,100vh - 44px);display:flex;overflow:hidden;box-shadow:0 30px 100px #00000047}.portal-modal.is-wide{width:min(760px,100%)}.portal-modal-header{border-bottom:1px solid #eceef0;justify-content:space-between;align-items:center;gap:18px;min-height:66px;padding:16px 20px;display:flex}.portal-modal-header h2{letter-spacing:-.02em;margin:0;font-size:18px}.portal-modal-header button{color:#62656a;cursor:pointer;background:#f2f3f4;border:0;border-radius:9px;width:36px;height:36px;font-size:24px;line-height:1}.portal-modal-body{padding:20px;overflow-y:auto}.portal-device-modal-form,.portal-settings-form{gap:17px;display:grid}.portal-modal-error-top{z-index:3;margin:-2px 0 0;position:sticky;top:0}.portal-device-modal-form>label,.portal-settings-grid>label{gap:7px;min-width:0;display:grid}.portal-device-modal-form>label>span,.portal-settings-grid>label>span,.portal-device-radio-fieldset legend,.portal-settings-choice-group legend{color:#5e6268;font-size:11px;font-weight:850}.portal-device-modal-form input[type=text],.portal-device-modal-form select,.portal-device-modal-form textarea,.portal-settings-grid input,.portal-settings-grid select{color:#202226;background:#fff;border:1px solid #dfe2e5;border-radius:10px;outline:none;width:100%;min-width:0;font-size:13px}.portal-device-modal-form input[type=text],.portal-device-modal-form select,.portal-settings-grid input,.portal-settings-grid select{min-height:44px;padding:0 12px}.portal-device-readonly-field{color:#202226;background:#f5f7f8;border:1px solid #dfe2e5;border-radius:10px;align-items:center;min-height:44px;padding:0 12px;font-size:13px;font-weight:850;display:flex}.portal-device-modal-form textarea{resize:vertical;min-height:94px;padding:12px}.portal-device-search-row{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.portal-device-search-row button{color:#fff;cursor:pointer;background:#111316;border:1px solid #111316;border-radius:10px;min-width:92px;font-size:11px;font-weight:900}.portal-device-search-row button:disabled{cursor:wait;opacity:.58}.portal-device-available-message{color:#08777b;background:#efffff;border:1px solid #06afb352;border-radius:10px;padding:10px 12px;font-size:11px;font-weight:800}.portal-device-radio-fieldset,.portal-settings-choice-group{border:0;flex-wrap:wrap;gap:10px 18px;margin:0;padding:0;display:flex}.portal-device-radio-fieldset legend,.portal-settings-choice-group legend{width:100%;margin-bottom:2px}.portal-device-radio-fieldset label,.portal-settings-choice-group label,.portal-settings-checkbox-grid label{color:#35383d;cursor:pointer;align-items:center;gap:7px;font-size:12px;display:inline-flex}.portal-character-count{color:#93969b;justify-self:end;font-size:10px}.portal-modal-error{color:#9e3838;background:#fff4f4;border:1px solid #eccfcf;border-radius:10px;padding:11px 12px;font-size:11px;font-weight:750;line-height:1.5}.portal-modal-actions{justify-content:flex-end;align-items:center;gap:10px;padding-top:3px;display:flex}.portal-modal-actions button{color:#303238;cursor:pointer;background:#fff;border:1px solid #dfe2e5;border-radius:10px;min-height:42px;padding:0 18px;font-size:11px;font-weight:900}.portal-modal-actions button.is-primary{color:#071718;background:#06e5e5;border-color:#05cbd0}.portal-modal-actions button.is-danger{color:#fff;background:#d84b4b;border-color:#c84444}.portal-modal-actions button:disabled{cursor:wait;opacity:.58}.portal-modal-loading{color:#537074;justify-content:center;align-items:center;gap:10px;min-height:180px;font-size:12px;font-weight:800;display:flex}.portal-settings-device-name{background:#f5ffff;border:1px solid #dff0f0;border-radius:11px;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 14px;display:flex}.portal-settings-device-name strong{font-size:14px}.portal-settings-device-name span{color:#647074;font-size:11px;font-weight:750}.portal-settings-section{background:#fff;border:1px solid #e4e6e8;border-radius:13px;gap:15px;padding:16px;display:grid}.portal-settings-section h3{color:#272a2f;letter-spacing:-.01em;margin:0;font-size:13px}.portal-settings-grid{gap:12px;display:grid}.portal-settings-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-settings-choice-group.segmented{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.portal-settings-choice-group.segmented label{display:block;position:relative}.portal-settings-choice-group.segmented input{opacity:0;pointer-events:none;position:absolute}.portal-settings-choice-group.segmented span{color:#555960;text-align:center;border:1px solid #dfe2e5;border-radius:9px;justify-content:center;align-items:center;min-height:39px;padding:7px 8px;font-size:10px;font-weight:800;display:flex}.portal-settings-choice-group.segmented input:checked+span{color:#08777b;background:#efffff;border-color:#06cfd3}.portal-settings-choice-group.vertical{gap:9px;display:grid}.portal-settings-choice-group.vertical label{border:1px solid #e0e3e6;border-radius:9px;min-height:42px;padding:10px 12px}.portal-settings-choice-group.vertical label:has(input:checked){background:#efffff;border-color:#06cfd3}.portal-settings-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.portal-settings-checkbox-grid label{border:1px solid #e0e3e6;border-radius:9px;min-height:42px;padding:10px 12px}.portal-modal-actions.sticky-actions{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #eceef0;margin:0 -20px -20px;padding:14px 20px 20px;position:sticky;bottom:-20px}.portal-unbind-confirmation{text-align:center;justify-items:center;gap:12px;padding:8px 2px 2px;display:grid}.portal-unbind-warning{color:#c84444;background:#fff0f0;border-radius:50%;place-content:center;width:52px;height:52px;font-size:24px;font-weight:900;display:grid}.portal-unbind-confirmation p{color:#34373c;max-width:440px;margin:0;font-size:14px;line-height:1.55}.portal-unbind-confirmation>span{color:#7b7e84;font-size:11px;line-height:1.5}.portal-unbind-confirmation .portal-modal-actions{width:100%;margin-top:8px}@media (max-width:920px){.portal-devices-table th:last-child,.portal-devices-table td:last-child{width:42%}.portal-device-actions{flex-direction:column;align-items:stretch}}@media (max-width:760px){.portal-devices-main{gap:13px}.portal-devices-heading{flex-direction:column;align-items:stretch}.portal-devices-heading h1{font-size:27px}.portal-devices-heading p{font-size:12px;line-height:1.5}.portal-device-bind-button{width:100%}.portal-device-summary{gap:8px}.portal-device-summary button{min-height:70px;padding:12px}.portal-device-summary strong{font-size:21px}.portal-devices-panel{border-radius:14px}.portal-devices-panel-header{min-height:70px;padding:14px 15px}.portal-devices-table-wrap{display:none}.portal-devices-mobile-list{background:#f6f7f8;gap:10px;padding:12px;display:grid}.portal-device-mobile-card{background:#fff;border:1px solid #e4e6e8;border-radius:13px;gap:13px;padding:14px;display:grid}.portal-device-mobile-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.portal-device-mobile-top>div>strong,.portal-device-mobile-top>div>small{display:block}.portal-device-mobile-top>div>strong{color:#17191d;font-size:16px}.portal-device-mobile-top>div>small{color:#85888e;margin-top:4px;font-size:10px}.portal-device-mobile-card dl,.portal-device-mobile-card dd{margin:0}.portal-device-mobile-card dl>div{border-top:1px solid #eef0f2;justify-content:space-between;align-items:center;gap:12px;padding-top:11px;display:flex}.portal-device-mobile-card dt{color:#85888e;font-size:10px;font-weight:800}.portal-device-mobile-card dd{color:#33363b;text-align:right;font-size:12px;font-weight:800}.portal-device-actions{grid-template-columns:1fr;display:grid}.portal-device-actions button{min-height:41px}.portal-modal-backdrop{align-items:end;padding:0}.portal-modal,.portal-modal.is-wide{border-radius:18px 18px 0 0;width:100%;max-height:calc(100vh - 28px)}.portal-modal-header{min-height:61px;padding:13px 15px}.portal-modal-body{padding:15px}.portal-settings-grid.two-columns{grid-template-columns:1fr}.portal-settings-choice-group.segmented{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-settings-checkbox-grid{grid-template-columns:1fr}.portal-modal-actions.sticky-actions{margin:0 -15px -15px;padding:13px 15px 15px;bottom:-15px}}@media (max-width:440px){.portal-device-summary button{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.portal-device-search-row{grid-template-columns:1fr}.portal-device-search-row button{min-height:42px}.portal-settings-device-name{flex-direction:column;align-items:flex-start}}.portal-products-main{gap:18px;width:100%;max-width:1500px;margin:0 auto;padding:25px;display:grid}.portal-products-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.portal-products-heading h1{color:#15171a;letter-spacing:-.04em;margin:0;font-size:31px;font-weight:950}.portal-products-heading p{color:#777b82;margin:5px 0 0;font-size:12px}.portal-product-heading-actions{align-items:center;gap:10px;display:flex}.portal-primary-action,.portal-secondary-action{min-height:43px;font:inherit;cursor:pointer;border-radius:10px;padding:0 18px;font-size:12px;font-weight:900}.portal-primary-action{color:#001b1e;background:#06e5e5;border:1px solid #06d6d6}.portal-secondary-action{color:#30343a;background:#fff;border:1px solid #dfe3e6}.portal-products-panel{background:#fff;border:1px solid #e2e5e8;border-radius:16px;overflow:hidden}.portal-products-controls{border-bottom:1px solid #e7e9eb;gap:16px;padding:18px 20px 0;display:grid}.portal-products-search{grid-template-columns:minmax(220px,680px) auto;gap:9px;max-width:830px;display:grid}.portal-products-search input{color:#1d2025;width:100%;min-height:45px;font:inherit;background:#fff;border:1px solid #dce0e4;border-radius:10px;padding:0 15px;font-size:13px}.portal-products-search button{color:#fff;min-width:92px;min-height:45px;font:inherit;cursor:pointer;background:#061d32;border:0;border-radius:10px;font-size:12px;font-weight:900}.portal-category-tabs{scrollbar-width:thin;gap:4px;display:flex;overflow-x:auto}.portal-category-tabs button{color:#60646b;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;flex:none;padding:0 15px;font-size:12px;font-weight:800}.portal-category-tabs button.is-active{color:#0b777b;border-bottom-color:#06dede}.portal-products-table-wrap{overflow-x:auto}.portal-products-table{border-collapse:collapse;width:100%;min-width:820px}.portal-products-table th,.portal-products-table td{color:#373a40;text-align:left;vertical-align:middle;border-bottom:1px solid #eceeef;padding:15px 17px;font-size:12px}.portal-products-table th{color:#5e6269;letter-spacing:.02em;text-transform:uppercase;background:#f8f9fa;font-size:10px;font-weight:950}.portal-products-table th:first-child,.portal-products-table td:first-child{width:94px}.portal-products-table th:last-child,.portal-products-table td:last-child{width:180px}.portal-product-photo{object-fit:contain;background:#fff;border:1px solid #e6e8ea;border-radius:8px;width:54px;height:70px;display:block}.portal-product-photo.is-placeholder{color:#9a9da2;place-items:center;font-size:9px;font-weight:800;display:grid}.portal-product-name-cell strong,.portal-product-name-cell small{display:block}.portal-product-name-cell strong{color:#17191d;font-size:13px}.portal-product-name-cell small{color:#81858c;margin-top:5px;font-size:10px}.portal-product-row-actions{align-items:center;gap:8px;display:flex}.portal-product-row-actions button,.portal-category-row button,.portal-category-form-actions button,.portal-category-delete-confirmation button{color:#2f343a;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cfd5da;border-radius:8px;padding:0 13px;font-size:11px;font-weight:850}.portal-product-row-actions button:first-child,.portal-category-row button:first-child,.portal-category-form-actions button:last-child{color:#096a6e;background:#efffff;border-color:#05cccc}.portal-product-row-actions button.danger,.portal-category-row button.danger,.portal-category-delete-confirmation button.danger{color:#c43a3a;background:#fff4f4;border-color:#ffd4d4}.portal-products-mobile-list{display:none}.portal-products-loading,.portal-products-empty{color:#777b82;justify-content:center;align-items:center;gap:10px;min-height:260px;padding:30px;font-size:12px;display:flex}.portal-products-empty{flex-direction:column}.portal-products-empty strong{color:#26292e;font-size:17px}.portal-products-pagination{color:#777b82;border-top:1px solid #e8eaec;justify-content:space-between;align-items:center;gap:18px;min-height:70px;padding:13px 18px;font-size:11px;display:flex}.portal-products-pagination>div,.portal-pagination-item-wrap{align-items:center;gap:5px;display:flex}.portal-products-pagination button{color:#555a61;min-width:34px;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe3e6;border-radius:8px;padding:0 10px;font-size:11px;font-weight:800}.portal-products-pagination button.is-active{color:#08777b;background:#efffff;border-color:#06dede}.portal-products-pagination button:disabled{cursor:not-allowed;opacity:.45}.portal-product-modal{max-width:900px}.portal-product-form{gap:17px;display:grid}.portal-product-form label,.portal-category-form label{gap:7px;display:grid}.portal-product-form label>span,.portal-category-form label>span{color:#545960;font-size:10px;font-weight:900}.portal-product-form input,.portal-product-form select,.portal-product-form textarea,.portal-category-form input{color:#24272c;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #dce0e3;border-radius:9px;padding:10px 12px;font-size:12px}.portal-product-form textarea{resize:vertical}.portal-product-form-grid{gap:13px;display:grid}.portal-product-form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-product-form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-product-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.portal-product-upload-field{cursor:pointer;background:#fafbfb;border:1px dashed #cfd5da;border-radius:12px;align-content:start;min-height:180px;padding:14px;position:relative}.portal-product-upload-field input{opacity:0;width:1px;height:1px;position:absolute}.portal-product-upload-field small{color:#0b777b;text-align:center;font-size:10px;font-weight:900}.portal-product-upload-preview{background:#fff;border-radius:9px;place-items:center;height:115px;display:grid;overflow:hidden}.portal-product-upload-preview img{object-fit:contain;width:100%;height:100%}.portal-product-upload-preview b{color:#90949a;font-size:30px;font-weight:400}.portal-category-manager{max-width:620px}.portal-add-category-button{width:100%;margin-bottom:14px}.portal-category-form{background:#f5ffff;border:1px solid #dff1f1;border-radius:12px;gap:12px;margin-bottom:15px;padding:14px;display:grid}.portal-category-default-check{align-items:center;gap:8px!important;display:flex!important}.portal-category-default-check input{width:17px;min-height:17px;margin:0}.portal-category-form-actions,.portal-category-delete-confirmation>div:last-child{justify-content:flex-end;gap:8px;display:flex}.portal-category-list{border:1px solid #e5e7e9;border-radius:12px;max-height:450px;display:grid;overflow-y:auto}.portal-category-row{border-bottom:1px solid #eceeef;justify-content:space-between;align-items:center;gap:15px;min-height:58px;padding:10px 12px;display:flex}.portal-category-row:last-child{border-bottom:0}.portal-category-row>div:first-child strong,.portal-category-row>div:first-child small{display:block}.portal-category-row>div:first-child strong{color:#292c31;font-size:12px}.portal-category-row>div:first-child small{color:#08777b;margin-top:3px;font-size:9px;font-weight:900}.portal-category-row>div:last-child{gap:7px;display:flex}.portal-category-delete-confirmation{background:#fff7f7;border:1px solid #ffd0d0;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;padding:12px;display:flex}.portal-category-delete-confirmation strong,.portal-category-delete-confirmation span{display:block}.portal-category-delete-confirmation strong{color:#9c2525;font-size:12px}.portal-category-delete-confirmation span{color:#805858;margin-top:3px;font-size:10px}.portal-delete-product-modal{max-width:470px}.portal-delete-product-body{gap:10px;display:grid}.portal-delete-product-body>strong{color:#1d2024;font-size:18px}.portal-delete-product-body p{color:#666a71;margin:0;font-size:12px}@media (max-width:760px){.portal-products-main{gap:13px;padding:15px}.portal-products-heading{flex-direction:column;align-items:stretch}.portal-products-heading h1{font-size:27px}.portal-product-heading-actions{grid-template-columns:1fr 1fr;display:grid}.portal-primary-action,.portal-secondary-action{padding:0 10px;font-size:10px}.portal-products-controls{padding:14px 14px 0}.portal-products-search{grid-template-columns:1fr auto}.portal-products-search button{min-width:76px}.portal-products-table-wrap{display:none}.portal-products-mobile-list{background:#f6f7f8;gap:10px;padding:12px;display:grid}.portal-product-mobile-card{background:#fff;border:1px solid #e2e5e8;border-radius:13px;gap:13px;padding:13px;display:grid}.portal-product-mobile-top{grid-template-columns:68px 1fr;gap:13px;display:grid}.portal-product-mobile-top .portal-product-photo{width:68px;height:82px}.portal-product-mobile-top strong,.portal-product-mobile-top span,.portal-product-mobile-top b{display:block}.portal-product-mobile-top strong{color:#1c1f23;font-size:14px}.portal-product-mobile-top span{color:#777b82;margin-top:5px;font-size:10px}.portal-product-mobile-top b{color:#08777b;margin-top:8px;font-size:14px}.portal-product-row-actions{grid-template-columns:1fr 1fr;display:grid}.portal-product-row-actions button{min-height:40px}.portal-products-pagination{flex-direction:column;align-items:stretch}.portal-products-pagination>div{overflow-x:auto}.portal-product-form-grid.two-columns,.portal-product-form-grid.three-columns,.portal-product-upload-grid{grid-template-columns:1fr}.portal-category-delete-confirmation{flex-direction:column;align-items:stretch}}@media (max-width:440px){.portal-product-heading-actions,.portal-products-search{grid-template-columns:1fr}.portal-products-search button{width:100%}.portal-category-row{flex-direction:column;align-items:stretch}.portal-category-row>div:last-child{grid-template-columns:1fr 1fr;display:grid}}.portal-venues-main{gap:18px;width:100%;max-width:1480px;margin:0 auto;padding:25px;display:grid}.portal-venues-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.portal-section-kicker{color:#08777b;letter-spacing:.14em;margin-bottom:6px;font-size:9px;font-weight:950;display:block}.portal-venues-heading h1{color:#15171a;letter-spacing:-.04em;margin:0;font-size:31px;font-weight:950}.portal-venues-heading p{color:#777b82;margin:5px 0 0;font-size:12px}.portal-page-message{border-radius:11px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:10px 13px;font-size:11px;font-weight:800;display:flex}.portal-page-message.is-success{color:#08777b;background:#efffff;border:1px solid #06b5b957}.portal-page-message.is-error{color:#9f3838;background:#fff5f5;border:1px solid #ebcccc}.portal-page-message button{min-height:32px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:8px;padding:0 11px;font-size:10px}.portal-venues-panel{background:#fff;border:1px solid #e2e5e8;border-radius:16px;overflow:hidden}.portal-venues-controls{border-bottom:1px solid #e7e9eb;justify-content:space-between;align-items:end;gap:18px;min-height:78px;padding:16px 20px;display:flex}.portal-venues-search{gap:7px;width:min(760px,100%);display:grid}.portal-venues-search>label{color:#5f6369;font-size:10px;font-weight:900}.portal-venues-search>div{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.portal-venues-search input{color:#1d2025;width:100%;min-width:0;min-height:44px;font:inherit;background:#fff;border:1px solid #dce0e4;border-radius:10px;outline:none;padding:0 14px;font-size:13px}.portal-venues-search input:focus,.portal-venue-form input:focus,.portal-venue-form textarea:focus{border-color:#06cfd3;box-shadow:0 0 0 3px #06e5e51f}.portal-venues-search button{color:#fff;min-width:94px;font:inherit;cursor:pointer;background:#111316;border:1px solid #111316;border-radius:10px;font-size:11px;font-weight:900}.portal-venues-total{color:#70747a;white-space:nowrap;padding-bottom:12px;font-size:11px;font-weight:850}.portal-venues-table-wrap{overflow-x:auto}.portal-venues-table{border-collapse:collapse;width:100%;min-width:760px}.portal-venues-table th,.portal-venues-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eceef0;padding:15px 18px}.portal-venues-table th{color:#5a5e64;letter-spacing:.03em;text-transform:uppercase;background:#f7f8f9;font-size:10px;font-weight:950}.portal-venues-table td{color:#555960;font-size:12px}.portal-venues-table tbody tr:hover{background:#fbffff}.portal-venues-table td:first-child strong,.portal-venues-table td:first-child small{display:block}.portal-venues-table td:first-child strong{color:#1c1f23;font-size:13px}.portal-venues-table td:first-child small,.portal-venue-mobile-heading small{color:#08777b;margin-top:4px;font-size:9px;font-weight:900}.portal-compact-button{color:#08777b;min-height:36px;font:inherit;cursor:pointer;background:#efffff;border:1px solid #06d6d6;border-radius:9px;padding:0 14px;font-size:10px;font-weight:950}.portal-venues-empty{color:#777b82;text-align:center;min-height:150px;padding:35px;font-size:12px}.portal-venues-mobile-list{display:none}.portal-venues-pagination{color:#74787e;background:#fafbfb;border-top:1px solid #eceef0;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:12px 18px;font-size:10px;font-weight:800;display:flex}.portal-venues-pagination>div{align-items:center;gap:9px;display:flex}.portal-venues-pagination button{color:#30343a;min-height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe3e6;border-radius:8px;padding:0 12px;font-size:10px;font-weight:900}.portal-venues-pagination button:disabled{cursor:not-allowed;opacity:.45}.portal-venue-modal{width:min(590px,100%)}.portal-venue-form{gap:16px;padding:20px;display:grid;overflow-y:auto}.portal-venue-form>label{gap:7px;display:grid}.portal-venue-form>label>span{color:#5e6268;font-size:11px;font-weight:850}.portal-venue-form input,.portal-venue-form textarea{color:#202226;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #dfe2e5;border-radius:10px;outline:none;font-size:13px}.portal-venue-form input{min-height:44px;padding:0 12px}.portal-venue-form textarea{resize:vertical;min-height:105px;padding:12px}.portal-venue-form .portal-modal-actions{padding-top:4px}.portal-venue-mobile-card{background:#fff;border:1px solid #e2e5e8;border-radius:13px;gap:13px;padding:14px;display:grid}.portal-venue-mobile-heading{justify-content:space-between;align-items:start;gap:12px;display:flex}.portal-venue-mobile-heading strong,.portal-venue-mobile-heading small{display:block}.portal-venue-mobile-heading strong{color:#1b1e22;font-size:15px}.portal-venue-mobile-card dl{gap:10px;margin:0;display:grid}.portal-venue-mobile-card dl>div{grid-template-columns:105px minmax(0,1fr);gap:12px;display:grid}.portal-venue-mobile-card dt{color:#83878d;text-transform:uppercase;font-size:9px;font-weight:900}.portal-venue-mobile-card dd{color:#3d4147;overflow-wrap:anywhere;margin:0;font-size:11px}@media (max-width:760px){.portal-venues-main{gap:13px;padding:15px}.portal-venues-heading{flex-direction:column;align-items:stretch}.portal-venues-heading h1{font-size:27px}.portal-venues-heading .portal-primary-action{width:100%}.portal-venues-controls{flex-direction:column;align-items:stretch;padding:14px}.portal-venues-total{padding:0}.portal-venues-table-wrap{display:none}.portal-venues-mobile-list{background:#f6f7f8;gap:10px;padding:12px;display:grid}.portal-venues-pagination{flex-direction:column;align-items:stretch}.portal-venues-pagination>div{justify-content:space-between}}@media (max-width:440px){.portal-venues-search>div{grid-template-columns:1fr}.portal-venues-search button{min-height:42px}.portal-venue-mobile-heading{flex-direction:column;align-items:stretch}.portal-venue-mobile-heading .portal-compact-button{width:100%}.portal-venue-mobile-card dl>div{grid-template-columns:1fr;gap:3px}}@media (min-width:681px){.portal-products-search{grid-template-columns:minmax(280px,560px) 92px;align-items:center;max-width:661px}.portal-products-search input,.portal-products-search button{height:42px;min-height:42px}.portal-products-search button{color:#061d32;width:92px;min-width:92px;box-shadow:none;background:#06e5e5;padding:0 15px}.portal-products-search button:hover{filter:brightness(.96)}.portal-products-search{align-items:center;gap:10px;width:min(100%,680px);max-width:680px;display:flex}.portal-products-search input{flex:auto;width:auto;min-width:0;height:44px;min-height:44px}.portal-products-search button{color:#061d32;background:#06e5e5;border:1px solid #06d6d6;flex:0 0 100px;width:100px;min-width:100px;height:44px;min-height:44px;margin:0;padding:0 16px}}.portal-venues-table .portal-compact-button,.portal-venue-mobile-card .portal-compact-button{vertical-align:middle;justify-content:center;align-items:center;height:36px;min-height:36px;line-height:1;display:inline-flex}@media (min-width:761px){.portal-venues-table th:last-child,.portal-venues-table td:last-child{text-align:left}.portal-venues-table td:last-child .portal-compact-button{margin:0}}.portal-product-modal-copy{gap:4px;display:grid}.portal-product-modal-copy strong,.portal-product-modal-copy small{display:block}.portal-product-upload-grid.is-single{grid-template-columns:minmax(0,320px);justify-content:start}.portal-product-upload-grid.is-single .portal-product-upload-field{min-height:0}.portal-product-upload-grid.is-single .portal-product-upload-preview{aspect-ratio:1;width:100%;height:auto}.portal-product-upload-grid.is-single .portal-product-upload-preview img{object-fit:contain}@media (max-width:680px){.portal-product-upload-grid.is-single{grid-template-columns:1fr}}.portal-product-media-pricing-row{grid-template-columns:140px minmax(0,1fr);align-items:start;gap:20px;display:grid}.portal-product-media-pricing-row .portal-product-upload-grid.is-single{grid-template-columns:140px;width:140px}.portal-product-media-pricing-row .portal-product-upload-field{min-height:0;padding:10px}.portal-product-media-pricing-row .portal-product-upload-preview{aspect-ratio:1;width:106px;height:106px;margin:0 auto}.portal-product-media-pricing-row .portal-product-upload-preview img{object-fit:contain}.portal-product-media-pricing-row .portal-product-pricing-grid{align-self:center;padding-top:16px}@media (max-width:680px){.portal-product-media-pricing-row{grid-template-columns:1fr;gap:14px}.portal-product-media-pricing-row .portal-product-upload-grid.is-single{grid-template-columns:132px;width:132px}.portal-product-media-pricing-row .portal-product-upload-preview{width:100px;height:100px}.portal-product-media-pricing-row .portal-product-pricing-grid{padding-top:0}.portal-products-search button{color:#fff;background:#061d32;border-color:#061d32}.portal-product-heading-actions .portal-primary-action,.portal-product-heading-actions .portal-secondary-action{font-size:13px;font-weight:850;line-height:1.2}}@media (max-width:760px){.portal-venues-heading .portal-primary-action,.portal-venues-search button{font-size:14px;font-weight:900}input[type=search]{font-size:16px!important}}
