:root{--ink:#17221d;--muted:#68736d;--line:#dfe6e1;--paper:#fff;--canvas:#f4f7f4;--green:#12633f;--green-dark:#0a462b;--green-soft:#e4f3ea;--lime:#b9dc69;--amber:#ecaa45;--red:#a33731;--red-soft:#fff0ee;--shadow:0 16px 48px #142f2214}*{box-sizing:border-box}html{background:var(--canvas);color:var(--ink);font-family:Arial,Helvetica,sans-serif}body{min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #12633f3d}.login-page{background:#f9fbf8;grid-template-columns:minmax(340px,1.05fr) minmax(430px,.95fr);min-height:100vh;display:grid}.login-story{color:#fff;background:radial-gradient(circle at 75% 20%,#b9dc6959,#0000 24%),linear-gradient(145deg,#0a3d27,#12633f 65%,#1d7a50);flex-direction:column;justify-content:center;padding:clamp(48px,7vw,110px);display:flex;position:relative;overflow:hidden}.login-story:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-160px;right:-185px;box-shadow:0 0 0 75px #ffffff09,0 0 0 150px #ffffff05}.brand-mark{width:58px;height:58px;color:var(--green-dark);background:var(--lime);border-radius:18px 18px 18px 6px;place-items:center;margin-bottom:55px;font-size:31px;font-weight:900;display:grid;box-shadow:0 10px 32px #00000029}.brand-mark.small{width:48px;height:48px;margin:0 auto 12px;font-size:24px}.login-story .eyebrow{color:var(--lime)}.login-story h1{letter-spacing:-.055em;max-width:660px;margin-bottom:24px;font-size:clamp(44px,5vw,74px);line-height:.98}.login-story>p:not(.eyebrow){color:#ffffffbf;max-width:570px;font-size:18px;line-height:1.65}.story-points{color:#ffffffc7;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-top:60px;font-size:12px;font-weight:700;display:flex}.story-points i{background:#ffffff4d;width:24px;height:1px}.login-panel{place-items:center;padding:48px;display:grid}.login-card{gap:38px;width:min(100%,460px);display:grid}.brand-inline{letter-spacing:-.03em;align-items:center;gap:10px;font-size:20px;font-weight:850;display:inline-flex}.brand-dot{background:var(--green);border-radius:7px 7px 7px 2px;width:20px;height:20px;display:inline-block;box-shadow:inset -5px -5px #b9dc6959}.brand-dot.large{flex:0 0 27px;width:27px;height:27px}.login-card h2{letter-spacing:-.04em;margin-bottom:10px;font-size:35px}.muted,.login-help{color:var(--muted)}.login-help{font-size:13px;line-height:1.55}.eyebrow{color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:850}.stack-form,.entity-form{gap:18px;display:grid}label{color:#38433d;gap:8px;font-size:13px;font-weight:750;display:grid}input,select{width:100%;min-height:46px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:10px;padding:0 14px;transition:border-color .18s,box-shadow .18s}input::placeholder{color:#9ba59f}input:focus,select:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px #12633f14}.button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:13px;font-weight:800;transition:transform .15s,background .15s,opacity .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{color:#fff;background:var(--green);box-shadow:0 8px 20px #12633f2e}.button-primary:hover:not(:disabled){background:var(--green-dark)}.button-secondary{color:var(--green-dark);background:#fff;border:1px solid #cfd8d2}.button-quiet{color:var(--green);background:var(--green-soft)}.button-wide{width:100%;min-height:50px}.icon-button{color:#7c8981;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 34px;width:34px;height:34px}.icon-button:hover{color:var(--red);background:#eef2ef}.alert{border-radius:9px;padding:12px 14px;font-size:13px;line-height:1.45}.alert-error{color:#832a26;background:var(--red-soft);border:1px solid #f0c6c2}.alert-success{color:#155d3d;background:#edf8f1;border:1px solid #bcdcc9}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:10;border-right:1px solid var(--line);background:#fbfcfb;flex-direction:column;width:250px;padding:28px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{align-items:center;gap:12px;padding:0 10px 35px;display:flex}.sidebar-brand>span:last-child{gap:3px;display:grid}.sidebar-brand b{letter-spacing:-.04em;font-size:19px}.sidebar-brand small{color:#7c8780;letter-spacing:.07em;text-transform:uppercase;font-size:10px}.main-nav{flex:1;align-content:start;gap:5px;display:grid}.nav-label{color:#9aa39e;letter-spacing:.15em;text-transform:uppercase;margin:0 12px 7px;font-size:9px;font-weight:850}.main-nav a{color:#536059;border-radius:10px;align-items:center;gap:11px;min-height:42px;padding:0 13px;font-size:13px;font-weight:700;display:flex}.main-nav a>span{color:#87918b;text-align:center;width:18px;font-size:16px}.main-nav a:hover{color:var(--green-dark);background:#f0f5f1}.main-nav a.active{color:var(--green-dark);background:var(--green-soft)}.main-nav a.active>span{color:var(--green)}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:9px;padding:14px 6px 0;display:flex}.user-avatar{color:#fff;background:var(--green);border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:850;display:grid}.user-copy{flex:1;gap:3px;min-width:0;display:grid}.user-copy b,.user-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-copy b{font-size:12px}.user-copy span{color:#7f8a84;font-size:9px}.app-content{width:calc(100% - 250px);min-width:0;margin-left:250px}.mobile-header,.mobile-nav{display:none}.page{width:min(100%,1440px);margin:0 auto;padding:45px clamp(28px,4vw,64px) 70px}.section-header{justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px;display:flex}.section-header h1{letter-spacing:-.05em;margin-bottom:9px;font-size:clamp(30px,4vw,43px);line-height:1}.section-header>div>p:last-child{max-width:650px;color:var(--muted);margin-bottom:0;line-height:1.55}.live-pill{color:#557062;text-transform:uppercase;letter-spacing:.06em;background:#f8fcf9;border:1px solid #d5e5da;border-radius:99px;flex:none;align-items:center;gap:8px;padding:7px 10px;font-size:10px;font-weight:800;display:inline-flex}.live-pill span{background:#36a366;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #36a3661f}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.metric-card{border:1px solid var(--line);background:var(--paper);border-radius:15px;align-content:start;min-height:157px;padding:23px;display:grid;position:relative;overflow:hidden;box-shadow:0 6px 20px #142f2209}.metric-card p{color:var(--muted);margin-bottom:13px;font-size:12px;font-weight:750}.metric-card strong{letter-spacing:-.05em;margin-bottom:8px;font-size:34px}.metric-card small{color:#909a94;font-size:10px}.metric-spark{background:var(--green-soft);border-radius:10px;width:31px;height:31px;position:absolute;top:23px;right:22px}.metric-spark:after{content:"";border:2px solid var(--green);border-radius:3px;width:11px;height:11px;position:absolute;top:10px;left:10px}.spark-2{background:#eff5dc}.spark-2:after{border-color:#718a2c;border-radius:50%}.spark-3{background:#fdf0dd}.spark-3:after{border-color:#bc7621;transform:rotate(45deg)}.spark-4{background:#e6eff8}.spark-4:after{border-color:#406c95;border-radius:50% 50% 4px 4px}.overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(290px,.75fr);gap:20px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);border-radius:15px;box-shadow:0 6px 22px #142f2209}.panel-heading{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:start;gap:20px;padding:24px 25px 20px;display:flex}.panel-heading h2{letter-spacing:-.03em;margin-bottom:5px;font-size:18px}.panel-heading p:not(.eyebrow){color:var(--muted);margin:0;font-size:11px}.company-map{padding:7px 25px 18px}.map-row{border-bottom:1px solid #edf1ee;grid-template-columns:minmax(190px,1fr) 90px 90px auto;align-items:center;gap:15px;padding:15px 0;display:grid}.map-row:last-child{border-bottom:0}.map-company{align-items:center;gap:11px;min-width:0;display:flex}.map-company>span{width:36px;height:36px;color:var(--green-dark);background:var(--green-soft);border-radius:11px;flex:0 0 36px;place-items:center;font-size:10px;font-weight:900;display:grid}.map-company div{gap:4px;min-width:0;display:grid}.map-company b,.map-company small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.map-company b{font-size:13px}.map-company small{color:var(--muted);font-size:9px}.map-stat{gap:2px;display:grid}.map-stat strong{font-size:15px}.map-stat span{color:var(--muted);font-size:9px}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;justify-content:center;align-items:center;min-width:55px;padding:5px 8px;font-size:9px;font-weight:850;display:inline-flex}.status-badge.active{color:#176341;background:#e4f4eb}.status-badge.inactive{color:#785a31;background:#f8efdf}.readiness-list{margin:0;padding:12px 25px 23px;list-style:none}.readiness-list li{align-items:center;gap:12px;padding:12px 0;display:flex;position:relative}.readiness-list li:not(:last-child):after{content:"";background:#dfe6e1;width:1px;height:18px;position:absolute;top:43px;left:15px}.readiness-list li>span{color:#9ba39f;background:#fff;border:1px solid #d5ddd8;border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;font-size:10px;font-weight:850;display:grid}.readiness-list li.done>span{color:#fff;border-color:var(--green);background:var(--green)}.readiness-list li.current>span{color:var(--green-dark);border-color:var(--lime);background:#f0f7df}.readiness-list div{gap:3px;display:grid}.readiness-list b{font-size:12px}.readiness-list p{color:var(--muted);margin:0;font-size:10px}.entity-layout{grid-template-columns:minmax(340px,.82fr) minmax(430px,1.18fr);align-items:start;gap:20px;display:grid}.entity-form{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:26px;position:sticky;top:20px}.permission-notice{color:#4e5d55;background:#f9fbf9;border:1px solid #d7e0da;border-radius:15px;align-items:flex-start;gap:13px;padding:22px;display:flex}.permission-notice>span{width:32px;height:32px;color:var(--green);background:var(--green-soft);border-radius:50%;flex:0 0 32px;place-items:center;font-size:18px;display:grid}.permission-notice b{font-size:13px}.permission-notice p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.45}.form-heading{align-items:center;gap:13px;margin-bottom:3px;display:flex}.form-heading>span{width:34px;height:34px;color:var(--green);background:var(--green-soft);border-radius:11px;flex:0 0 34px;place-items:center;font-size:10px;font-weight:900;display:grid}.form-heading h2{letter-spacing:-.03em;margin-bottom:4px;font-size:19px}.form-heading p{color:var(--muted);margin:0;font-size:11px}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.field-hint{color:#7f8983;margin:0;font-size:10px;font-weight:500;line-height:1.4}.checkbox-group{border:1px solid #dfe6e1;border-radius:10px;gap:7px;margin:0;padding:13px;display:grid}.checkbox-group legend{color:#38433d;padding:0 5px;font-size:12px;font-weight:800}.checkbox-group>label{cursor:pointer;background:#f7f9f7;border-radius:7px;align-items:center;gap:8px;padding:6px 8px;display:flex}.checkbox-group input{width:15px;min-height:15px;accent-color:var(--green)}.checkbox-group label span{flex:1;justify-content:space-between;gap:10px;display:flex}.checkbox-group small{color:var(--muted)}.checkbox-group p{color:var(--muted);margin:2px;font-size:11px}.entity-list{min-height:320px}.record-list{padding:6px 25px 18px}.record-list article{border-bottom:1px solid #edf1ee;align-items:center;gap:13px;min-height:75px;padding:13px 0;display:flex}.record-list article:last-child{border-bottom:0}.record-list-row{width:100%;min-height:75px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #edf1ee;align-items:center;gap:13px;padding:13px 0;transition:background .15s,padding .15s;display:flex}.record-list-row:last-child{border-bottom:0}.record-list-row:hover{background:#f7faf8;border-radius:9px;padding-left:8px;padding-right:8px}.record-list-row:focus-visible{outline-offset:-2px}.record-chevron{color:#91a098;font-size:24px;line-height:1;transition:color .15s,transform .15s}.record-list-row:hover .record-chevron{color:var(--green);transform:translate(2px)}.record-avatar{width:39px;height:39px;color:var(--green-dark);background:var(--green-soft);border-radius:12px;flex:0 0 39px;place-items:center;font-size:10px;font-weight:900;display:grid}.record-avatar.store{color:#6b721d;background:#f0f4dd}.record-avatar.terminal{color:#8a5720;background:#faeddc;font-size:16px}.record-avatar.operator{color:#3a6486;background:#e8f0f7}.record-main{flex:1;gap:3px;min-width:0;display:grid}.record-main b,.record-main span,.record-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.record-main b{font-size:13px}.record-main span{color:#58645d;font-size:11px}.record-main small{color:#929b96;font-size:9px}.empty-state{text-align:center;align-content:center;place-items:center;gap:8px;min-height:230px;padding:35px;display:grid}.empty-state b{font-size:14px}.empty-state p{max-width:350px;color:var(--muted);margin:0;font-size:11px;line-height:1.55}.empty-orbit{width:40px;height:40px;color:var(--green);background:#f6faf7;border:1px dashed #aebdb4;border-radius:50%;place-items:center;margin-bottom:5px;font-size:18px;display:grid}.state-card{border:1px solid var(--line);min-height:170px;box-shadow:var(--shadow);background:#fff;border-radius:15px;justify-content:center;align-items:center;gap:16px;padding:30px;display:flex}.state-card b{font-size:14px}.state-card p{color:var(--muted);margin:5px 0 0;font-size:11px}.state-card .button{margin-left:auto}.entity-editor{background:#fff;width:min(100%,620px);height:100%;padding:30px;animation:.2s ease-out editor-in;overflow-y:auto;box-shadow:-20px 0 60px #081b112e}.entity-editor .editor-heading{z-index:1;background:#fff;padding-bottom:18px;position:sticky;top:-30px}.entity-editor fieldset{border:1px solid var(--line);background:#f8faf8;border-radius:12px;gap:14px;min-width:0;padding:15px;display:grid}.entity-editor fieldset:disabled{opacity:.78}.entity-editor legend{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;padding:0 5px;font-size:11px;font-weight:850}.entity-editor .address-fields,.entity-editor .fiscal-fields{margin-top:2px}.entity-editor .address-fields input,.entity-editor .fiscal-fields input,.entity-editor .fiscal-fields select{min-height:41px;font-size:11px}.read-only-notice{margin-bottom:2px}.entity-form fieldset{border:1px solid var(--line);background:#f8faf8;border-radius:12px;gap:14px;min-width:0;padding:15px;display:grid}.entity-form legend{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;padding:0 5px;font-size:11px;font-weight:850}.entity-form fieldset input,.entity-form fieldset select{min-height:41px;font-size:11px}.spinner{border:3px solid #dcece2;border-top-color:var(--green);border-radius:50%;flex:0 0 30px;width:30px;height:30px;animation:.8s linear infinite spin}.state-icon{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.error-state{background:snow;border-color:#ecd0cd}@keyframes spin{to{transform:rotate(360deg)}}.center-state{min-height:100vh;color:var(--ink);text-align:center;background:#f4f7f4;align-content:center;place-items:center;gap:10px;padding:30px;display:grid}.center-state h1{margin:0;font-size:26px}.center-state p{max-width:470px;color:var(--muted);margin:0 0 10px;line-height:1.5}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.role-card{border:1px solid var(--line);background:#fff;border-radius:15px;gap:18px;padding:24px;display:grid;box-shadow:0 6px 22px #142f2209}.role-title{justify-content:space-between;align-items:start;gap:15px;display:flex}.role-title h2{margin-bottom:5px;font-size:18px}.role-title code{color:var(--muted);font-size:10px}.role-title>span{color:var(--green);background:var(--green-soft);border-radius:99px;padding:5px 8px;font-size:9px;font-weight:800}.permission-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:320px;display:grid;overflow:auto}.permission-list label{cursor:pointer;background:#f7f9f7;border-radius:8px;align-items:center;gap:7px;min-width:0;padding:8px;display:flex}.permission-list input{width:14px;min-height:14px;accent-color:var(--green)}.permission-list span{color:#4f5d55;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:9px;overflow:hidden}.audit-table{overflow:hidden}.table-row{border-bottom:1px solid #edf1ee;grid-template-columns:165px 1fr 1.3fr 1fr;align-items:center;gap:18px;min-height:60px;padding:11px 22px;font-size:11px;display:grid}.table-row:last-child{border-bottom:0}.table-row time{color:var(--muted)}.table-row b{font-size:11px}.table-row code{width:fit-content;color:var(--green-dark);background:var(--green-soft);border-radius:6px;padding:5px 7px;font-size:9px}.table-row>span{gap:3px;display:grid}.table-row small{color:#929b96;text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.table-head{color:#8d9791;text-transform:uppercase;letter-spacing:.07em;background:#f8faf8;min-height:42px;font-size:9px;font-weight:850}.settings-workspace{gap:18px;display:grid}.settings-toolbar{grid-template-columns:repeat(3,minmax(150px,1fr)) auto;align-items:end;gap:13px;padding:17px 19px;display:grid}.settings-toolbar label{font-size:11px}.settings-toolbar select{min-height:42px;font-size:11px}.settings-access{text-transform:uppercase;letter-spacing:.04em;border-radius:9px;align-items:center;gap:7px;min-height:42px;padding:0 12px;font-size:9px;font-weight:850;display:inline-flex}.settings-access span{border-radius:50%;width:7px;height:7px}.settings-access.manage{color:#1a6543;background:#e8f5ed}.settings-access.manage span{background:#39a66a}.settings-access.read{color:#755d29;background:#f8efd9}.settings-access.read span{background:#c49432}.settings-feedback{margin:0}.settings-stack{gap:18px;display:grid}.settings-card{gap:20px;padding:24px;display:grid}.settings-card fieldset{border:0;gap:16px;min-width:0;margin:0;padding:0;display:grid}.settings-card-heading{border-bottom:1px solid #edf1ee;align-items:center;gap:13px;padding-bottom:17px;display:flex}.settings-card-heading>span{width:36px;height:36px;color:var(--green);background:var(--green-soft);border-radius:11px;flex:0 0 36px;place-items:center;font-size:9px;font-weight:900;display:grid}.settings-card-heading>div{gap:4px;min-width:0;display:grid}.settings-card-heading h2{letter-spacing:-.03em;margin:0;font-size:17px}.settings-card-heading p{color:var(--muted);margin:0;font-size:10px}.settings-title-line{align-items:center;gap:8px;display:flex}.settings-title-line i{color:#72591c;text-transform:uppercase;background:#f8efd6;border-radius:5px;padding:4px 6px;font-size:8px;font-style:normal;font-weight:850}.settings-grid{gap:13px;display:grid}.settings-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.settings-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-shortcuts{border-top:1px solid var(--line);gap:12px;margin-top:18px;padding-top:17px;display:grid}.settings-subheading{gap:3px;display:grid}.settings-subheading b{color:var(--green-dark);font-size:11px}.settings-subheading small{color:var(--muted);font-size:9px}.settings-card label{font-size:11px}.settings-card input,.settings-card select{min-height:43px;font-size:11px}.settings-card fieldset:disabled{opacity:.78}.settings-card fieldset:disabled input,.settings-card fieldset:disabled select{color:#58635d;background:#f4f6f4}.settings-switch{align-self:end;min-height:64px}.inheritance-hint{color:#7a8780;font-size:8px;font-weight:500}.inheritance-hint b{color:#4a5a51}.settings-save{justify-self:end;width:fit-content}.settings-actions{justify-content:flex-end;gap:9px;display:flex}.catalog-workspace{gap:20px;display:grid}.catalog-toolbar{grid-template-columns:minmax(220px,.85fr) minmax(280px,1.4fr) auto;align-items:end;gap:16px;padding:18px 20px;display:grid}.catalog-toolbar label{margin:0}.catalog-search{position:relative}.catalog-search input{padding-left:38px}.catalog-search:after{content:"⌕";color:#758078;font-size:18px;position:absolute;bottom:12px;left:14px}.catalog-summary{border-left:1px solid var(--line);grid-template-columns:auto auto;align-content:center;gap:2px 7px;min-height:46px;padding:0 15px;display:grid}.catalog-summary strong{color:var(--green-dark);text-align:right;font-size:13px}.catalog-summary span{color:var(--muted);font-size:9px}.catalog-forms{grid-template-columns:minmax(300px,.72fr) minmax(430px,1.28fr);align-items:start;gap:20px;display:grid}.classification-panel{overflow:hidden}.classification-panel>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:15px 22px;list-style:none;display:flex}.classification-panel>summary::-webkit-details-marker{display:none}.classification-panel>summary:after{content:"+";width:28px;height:28px;color:var(--green);background:var(--green-soft);border-radius:8px;place-items:center;margin-left:5px;font-size:17px;font-weight:500;display:grid}.classification-panel[open]>summary:after{content:"−"}.classification-panel>summary>span{gap:4px;display:grid}.classification-panel>summary b{font-size:15px}.classification-panel>summary small{color:var(--muted);font-size:10px}.classification-panel>summary>i{color:var(--muted);margin-left:auto;font-size:9px;font-style:normal}.classification-grid{border-top:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.classification-form{background:#fff;align-content:start;gap:12px;min-width:0;padding:20px;display:grid}.classification-title{align-items:center;gap:10px;margin-bottom:3px;display:flex}.classification-title>span{width:32px;height:32px;color:var(--green);background:var(--green-soft);border-radius:9px;flex:0 0 32px;place-items:center;font-size:8px;font-weight:900;display:grid}.classification-title div{gap:3px;display:grid}.classification-title h3{margin:0;font-size:14px}.classification-title p{color:var(--muted);margin:0;font-size:9px}.classification-form label{font-size:11px}.classification-form input,.classification-form select{min-height:40px;font-size:11px}.classification-form .button{min-height:38px}.classification-tags{flex-wrap:wrap;gap:4px;min-height:20px;display:flex}.classification-tags span{color:#55645b;text-overflow:ellipsis;white-space:nowrap;background:#f0f4f1;border-radius:5px;max-width:100%;padding:4px 6px;font-size:8px;overflow:hidden}.category-hierarchy{border-top:1px solid var(--line);background:#fbfcfb}.category-hierarchy-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;display:flex}.category-hierarchy-heading>div{gap:4px;display:grid}.category-hierarchy-heading b{font-size:11px}.category-hierarchy-heading p{color:var(--muted);margin:0;font-size:9px}.category-hierarchy-heading>span{color:var(--muted);flex:none;font-size:9px}.category-hierarchy-grid{background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.category-hierarchy-grid>div{background:#fbfcfb;min-width:0;padding:14px 20px}.category-hierarchy-grid strong{text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:10px;display:block}.category-hierarchy-grid ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.category-hierarchy-grid li{background:#fff;border:1px solid #e8ede9;border-radius:6px;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 8px;display:flex}.category-hierarchy-grid li b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;overflow:hidden}.category-hierarchy-grid li small{color:var(--muted);flex:none;font-size:8px}.category-hierarchy-empty{color:var(--muted);margin:0;font-size:9px}.classification-summary{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.classification-summary>div{background:#fff;align-content:start;gap:6px;min-width:0;padding:16px;display:grid}.classification-summary b{font-size:11px}.classification-summary>div>span{color:var(--muted);font-size:9px}.classification-summary .classification-tags i{color:#55645b;text-overflow:ellipsis;white-space:nowrap;background:#f0f4f1;border-radius:5px;max-width:100%;padding:4px 6px;font-size:8px;font-style:normal;overflow:hidden}.catalog-form{border:1px solid var(--line);background:#fff;border-radius:15px;gap:15px;padding:22px;display:grid;box-shadow:0 6px 22px #142f2209}.catalog-form .form-heading{margin-bottom:1px}.catalog-form .form-heading>span{color:#365d78;background:#e8f0f7}.catalog-form.product-form .form-heading>span{color:#745822;background:#f8edd8}.form-row.compact{grid-template-columns:.7fr 1fr}.catalog-list{min-width:0;overflow:hidden}.list-hint{color:var(--muted);font-size:9px}.product-table{width:100%}.product-row{width:100%;min-height:65px;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1ee;grid-template-columns:minmax(100px,.6fr) minmax(240px,2fr) minmax(75px,.45fr) minmax(80px,.45fr);align-items:center;gap:18px;padding:11px 24px;display:grid}button.product-row{cursor:pointer;transition:background .15s}button.product-row:hover:not(:disabled){background:#f7faf8}button.product-row:disabled{cursor:default;opacity:1}.product-row:last-child{border-bottom:0}.product-row code{width:fit-content;color:var(--green-dark);background:var(--green-soft);border-radius:6px;padding:5px 7px;font-size:10px;font-weight:800}.product-description{gap:4px;min-width:0;display:grid}.product-description b,.product-description small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-description b{font-size:12px}.product-description small{color:var(--muted);font-size:9px}.identifier-preview{flex-wrap:wrap;gap:4px;margin-top:3px;display:flex}.identifier-preview i{color:#52645a;background:#eef3ef;border-radius:5px;padding:3px 5px;font-family:monospace;font-size:8px;font-style:normal}.identifier-preview .weighed-tag{color:#795717;text-transform:uppercase;background:#faeed6;font-family:inherit;font-weight:850}.product-head{color:#8d9791;text-transform:uppercase;letter-spacing:.07em;background:#f8faf8;min-height:40px;font-size:9px;font-weight:850}.catalog-denied{max-width:650px}.editor-backdrop{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#081b116b;justify-content:flex-end;display:flex;position:fixed;inset:0}.product-editor{background:#fff;width:min(100%,560px);height:100%;padding:30px;animation:.2s ease-out editor-in;overflow-y:auto;box-shadow:-20px 0 60px #081b112e}.editor-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.editor-heading h2{letter-spacing:-.04em;margin:0;font-size:27px}.editor-heading .icon-button{color:#526058;background:#f0f4f1;font-size:23px}.switch-field{border:1px solid var(--line);cursor:pointer;background:#f8faf8;border-radius:10px;align-items:flex-start;gap:11px;padding:13px;display:flex}.switch-field input{width:17px;min-height:17px;accent-color:var(--green);margin-top:1px}.switch-field span{gap:4px;display:grid}.switch-field b{font-size:12px}.switch-field small{color:var(--muted);font-size:9px;font-weight:500;line-height:1.4}.editor-actions{justify-content:flex-end;gap:9px;padding-top:4px;display:flex}.codes-manager,.suppliers-manager{border-top:1px solid var(--line);gap:15px;margin-top:30px;padding-top:27px;display:grid}.codes-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.codes-heading h3{letter-spacing:-.03em;margin:0;font-size:18px}.codes-heading>span{color:var(--green);background:var(--green-soft);border-radius:99px;padding:5px 8px;font-size:9px;font-weight:850}.code-form{grid-template-columns:115px minmax(150px,1fr) auto auto;align-items:end;gap:8px;display:grid}.primary-check{border:1px solid var(--line);cursor:pointer;background:#f8faf8;border-radius:10px;align-items:center;gap:6px;min-height:46px;padding:0 9px;display:flex}.primary-check input{width:15px;min-height:15px;accent-color:var(--green)}.primary-check span{font-size:10px}.codes-empty{color:var(--muted);text-align:center;background:#fafcfa;border:1px dashed #cdd8d1;border-radius:10px;padding:20px;font-size:11px}.codes-list{border:1px solid var(--line);border-radius:11px;display:grid;overflow:hidden}.codes-list article{border-bottom:1px solid #edf1ee;grid-template-columns:48px minmax(100px,1fr) auto auto;align-items:center;gap:9px;min-height:56px;padding:9px 11px;display:grid}.codes-list article:last-child{border-bottom:0}.codes-list article.inactive{opacity:.62;background:#f7f8f7}.code-type{color:#3f6681;background:#e8f0f7;border-radius:5px;width:fit-content;padding:4px 6px;font-size:8px;font-weight:900}.codes-list code{font-size:11px;font-weight:750}.code-state{align-items:center;gap:5px;display:flex}.code-state b,.code-state span{border-radius:4px;padding:3px 5px;font-size:8px}.code-state b{color:#75601e;background:#f8efd6}.code-state span{color:#4d6357;background:#eef3ef}.code-actions{gap:4px;display:flex}.code-actions button{color:var(--green);background:var(--green-soft);cursor:pointer;border:0;border-radius:6px;padding:5px 6px;font-size:8px;font-weight:800}.code-actions button:disabled{opacity:.5;cursor:wait}.supplier-link-form{grid-template-columns:minmax(150px,1.25fr) minmax(120px,.8fr) auto auto;align-items:end;gap:8px;display:grid}.supplier-links{border:1px solid var(--line);border-radius:11px;display:grid;overflow:hidden}.supplier-links>form{border-bottom:1px solid #edf1ee;grid-template-columns:minmax(120px,1.2fr) minmax(120px,.8fr) auto auto auto;align-items:center;gap:6px;min-height:58px;padding:8px 10px;display:grid}.supplier-links>form:last-child{border-bottom:0}.supplier-links>form.inactive{opacity:.62;background:#f7f8f7}.supplier-link-name{gap:3px;min-width:0;display:grid}.supplier-link-name b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.supplier-link-name span{color:#75601e;background:#f8efd6;border-radius:4px;width:fit-content;padding:3px 5px;font-size:8px;font-weight:800}.supplier-links input{min-height:34px;padding:0 8px;font-size:9px}.link-action{min-height:30px;color:var(--green);background:var(--green-soft);cursor:pointer;border:0;border-radius:6px;padding:0 7px;font-size:8px;font-weight:800}.link-action.danger{color:#88403b;background:#f9e9e7}.link-action:disabled{opacity:.5;cursor:wait}.pricing-workspace{gap:18px;display:grid}.pricing-toolbar{grid-template-columns:minmax(180px,.9fr) minmax(190px,1fr) minmax(240px,1.25fr) auto;align-items:end;gap:13px;padding:17px 19px;display:grid}.pricing-toolbar label{font-size:11px}.pricing-toolbar select,.pricing-toolbar input{min-height:42px;font-size:11px}.pricing-search{position:relative}.pricing-search input{padding-left:36px}.pricing-search:after{content:"⌕";color:#76827b;font-size:18px;position:absolute;bottom:10px;left:13px}.pricing-feedback{margin:0}.pricing-summary{border:1px solid var(--line);background:var(--line);border-radius:14px;grid-template-columns:1.3fr repeat(3,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 6px 22px #142f2208}.pricing-summary article{background:#fff;gap:4px;min-width:0;padding:17px 20px;display:grid}.pricing-summary small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:850}.pricing-summary b{color:var(--green-dark);text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.pricing-summary span{color:var(--muted);font-size:9px}.pricing-summary .attention b{color:#986a1d}.pricing-table{min-width:0;transition:opacity .15s;overflow:hidden}.pricing-table.searching{opacity:.62}.pricing-row{width:100%;min-height:94px;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid #edf1ee;grid-template-columns:minmax(190px,1.3fr) minmax(110px,.75fr) minmax(155px,1fr) minmax(140px,.9fr) minmax(175px,1.1fr) 70px;align-items:center;gap:17px;padding:14px 20px;display:grid}button.pricing-row{cursor:pointer;transition:background .15s}button.pricing-row:hover{background:#f7faf8}.pricing-row:last-child{border-bottom:0}.pricing-head{color:#87928b;text-transform:uppercase;letter-spacing:.06em;background:#f8faf8;min-height:42px;font-size:8px;font-weight:850}.pricing-product{align-items:center;gap:10px;min-width:0;display:flex}.pricing-product code{color:var(--green-dark);background:var(--green-soft);border-radius:6px;flex:none;padding:5px 7px;font-size:9px;font-weight:800}.pricing-product>span{gap:3px;min-width:0;display:grid}.pricing-product b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pricing-product small{color:var(--muted);font-size:8px}.pricing-value-stack{gap:4px;min-width:0;display:grid}.pricing-value-stack>small,.pricing-margin small{color:#929c96;text-transform:uppercase;font-size:8px;font-weight:750}.pricing-value-stack strong{color:var(--green-dark);font-size:15px}.pricing-value-stack b{font-size:11px}.pricing-value-stack>span:not(.pricing-validity){color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.pricing-value-stack em{color:#7b8780;font-size:8px;font-style:normal}.pricing-validity{color:#89928d;font-size:7px;line-height:1.35}.price-source{color:#526158;text-transform:uppercase;background:#edf2ef;border-radius:99px;width:fit-content;padding:3px 6px;font-size:7px;font-style:normal;font-weight:850}.price-source.promotion{color:#7a4d15;background:#f9e8cc}.price-source.store_override{color:#385e79;background:#e6f0f7}.price-source.standard{color:#236042;background:#e5f3eb}.price-source.suggested{color:#665182;background:#efe9f7}.price-source.unset{color:#7b8480;background:#eef0ef}.pricing-margin{justify-items:end;gap:5px;display:grid}.pricing-margin b{color:var(--green-dark);font-size:14px}.pricing-margin i{color:var(--green);font-size:8px;font-style:normal;font-weight:800}.pricing-editor{background:#f8faf8;width:min(100%,690px);height:100%;padding:28px;animation:.2s ease-out editor-in;overflow-y:auto;box-shadow:-20px 0 60px #081b112e}.pricing-editor-sku{color:var(--muted);margin-top:6px;font-size:10px;display:block}.pricing-editor-section{border:1px solid var(--line);background:#fff;border-radius:13px;margin-bottom:11px;overflow:hidden}.pricing-editor-section>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:52px;padding:13px 16px;font-size:12px;font-weight:800;list-style:none;display:flex}.pricing-editor-section>summary::-webkit-details-marker{display:none}.pricing-editor-section>summary:after{content:"+";color:var(--green);font-size:18px}.pricing-editor-section[open]>summary:after{content:"−"}.pricing-editor-section[open]>summary{border-bottom:1px solid var(--line)}.pricing-mutation-form{gap:13px;padding:17px;display:grid}.pricing-fields{gap:10px;display:grid}.pricing-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-mutation-form label{font-size:10px}.pricing-mutation-form input{min-height:40px;font-size:10px}.pricing-mutation-form .button{justify-self:end;width:fit-content}.field-label-detail{color:var(--muted);font-size:9px;font-weight:500}.promotion-validity-fields{background:#fffaf0;border:1px solid #ead7b8;border-radius:10px;padding:12px}.promotion-validity-fields input{background:#fff;border-color:#dcc28e}.pricing-datetime-hint{margin-top:-6px}.cost-form-stack{background:var(--line);gap:1px;display:grid}.cost-form-stack .pricing-mutation-form{background:#fff}.pos-workspace{gap:18px;display:grid}.pos-station-bar{background:#f4fbf6;border:1px solid #bcdcc9;justify-content:space-between;align-items:center;gap:18px;padding:19px 22px;display:flex}.pos-station-bar h1{color:var(--green-dark);margin:0 0 5px;font-size:18px}.pos-station-bar p{color:var(--muted);margin:0;font-size:10px;line-height:1.45}.pos-station-bar .eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.11em;margin-bottom:6px;font-size:9px;font-weight:850}.pos-station-setup{outline:none;gap:17px;padding:21px;display:grid}.pos-station-setup:focus-visible{box-shadow:0 0 0 3px #1c84502e}.pos-station-setup-copy{gap:5px;display:grid}.pos-station-setup-copy h2{margin:0;font-size:18px}.pos-station-setup-copy p{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.pos-station-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.pos-station-option{border:1px solid var(--line);min-height:62px;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:11px;padding:10px 12px;display:flex}.pos-station-option:hover:not(:disabled),.pos-station-option.selected{background:var(--green-soft);border-color:#88c79f}.pos-station-option:disabled{cursor:not-allowed;opacity:.56}.pos-station-option kbd{width:26px;height:26px;color:var(--green-dark);background:#dff3e5;border-radius:7px;place-items:center;font-size:12px;font-weight:900;display:grid}.pos-station-option span{gap:3px;min-width:0;display:grid}.pos-station-option b,.pos-station-option small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-station-option b{font-size:10px}.pos-station-option small{color:var(--muted);font-size:9px}.pos-shortcuts,.pos-shortcut-help{gap:14px;padding:17px 20px;display:grid}.pos-shortcuts-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.pos-shortcuts-heading h2{margin:0;font-size:16px}.pos-shortcuts-heading .eyebrow{margin:0 0 5px}.pos-shortcuts-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pos-shortcut{border:1px solid var(--line);background:#fbfdfb;border-radius:8px;align-items:center;gap:8px;min-height:34px;padding:7px 9px;font-size:9px;display:flex}.pos-shortcut kbd,.pos-shortcuts kbd,.pos-shortcut-help kbd{min-width:34px;color:var(--green-dark);text-align:center;background:#fff;border:1px solid #b6c8bc;border-bottom-width:2px;border-radius:5px;padding:4px 6px;font:800 9px/1 monospace}.pos-shortcut span{color:var(--muted)}.pos-shortcut-help{background:#f7fcf8;border:2px solid #9bcfad}.pos-shortcut-help .button{min-height:30px}.pos-toolbar{grid-template-columns:repeat(3,minmax(180px,1fr));gap:13px;padding:17px 19px;display:grid}.pos-toolbar label{font-size:11px}.pos-toolbar select{min-height:42px;font-size:11px}.pos-session-open{grid-template-columns:1.4fr minmax(160px,.55fr) auto;align-items:end;gap:17px;padding:20px;display:grid}.pos-session-open h2,.pos-session-active h2{margin:0 0 5px;font-size:18px}.pos-session-open p,.pos-session-active p{color:var(--muted);margin:0;font-size:10px;line-height:1.4}.pos-session-open label{font-size:10px}.pos-session-open input{min-height:40px;font-size:11px}.pos-session-active{background:#f4fbf6;border:1px solid #bcdcc9;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;padding:19px 22px;display:flex}.pos-session-active .eyebrow{margin-bottom:6px}.pos-main-grid{grid-template-columns:minmax(400px,1.1fr) minmax(390px,.9fr);align-items:start;gap:18px;display:grid}.pos-catalog-panel,.pos-cart-panel,.pos-payments-panel{min-width:0;overflow:hidden}.pos-catalog-panel .panel-heading,.pos-cart-panel .panel-heading,.pos-payments-panel .panel-heading{padding-bottom:15px}.pos-search{padding:0 20px 13px}.pos-search input{min-height:43px;font-size:11px}.pos-product-list{display:grid}.pos-product-row{width:100%;min-height:65px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf1ee;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px 20px;display:grid}.pos-product-row:hover:not(:disabled){background:#f7faf8}.pos-product-row:disabled{cursor:not-allowed;opacity:.56}.pos-product-code{width:fit-content;color:var(--green-dark);background:var(--green-soft);border-radius:5px;padding:4px 6px;font:800 9px monospace}.pos-product-copy{gap:3px;min-width:0;display:grid}.pos-product-copy b,.pos-product-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-product-copy b{font-size:11px}.pos-product-copy small{color:var(--muted);font-size:8px}.pos-product-price{color:var(--green-dark);font-size:12px;font-weight:850}.pos-add{color:var(--green);font-size:9px;font-weight:850}.pos-total-badge{color:var(--green-dark);background:var(--green-soft);border-radius:8px;padding:7px 10px;font-size:13px;font-weight:900}.pos-cart-list{padding:0 20px;display:grid}.pos-cart-item{border-bottom:1px solid #edf1ee;grid-template-columns:minmax(0,1fr) 62px 90px 30px;align-items:center;gap:10px;min-height:64px;display:grid}.pos-cart-copy{gap:3px;min-width:0;display:grid}.pos-cart-copy b,.pos-cart-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-cart-copy b{font-size:11px}.pos-cart-copy small{color:var(--muted);font-size:8px}.pos-cart-item input{min-height:34px;padding:0 7px;font-size:10px}.pos-cart-item strong{color:var(--green-dark);text-align:right;font-size:11px}.pos-sale-fields{padding:15px 20px 0}.pos-sale-fields label{font-size:10px}.pos-sale-fields input{min-height:39px;font-size:10px}.pos-summary{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:7px 17px;padding:17px 20px;display:grid}.pos-summary span{color:var(--muted);justify-content:space-between;font-size:9px;display:flex}.pos-summary b{color:var(--green-dark);font-size:11px}.pos-summary b.attention{color:#a06a1b}.pos-summary b.ok{color:var(--green)}.pos-payments-panel{padding-bottom:19px}.pos-payment-list{padding:0 20px 13px;display:grid}.pos-payment-row{border-bottom:1px solid #edf1ee;grid-template-columns:minmax(120px,1fr) auto auto auto;align-items:center;gap:10px;min-height:40px;font-size:10px;display:grid}.pos-payment-row b{color:var(--green-dark)}.pos-payment-row small{color:var(--muted);font-size:8px}.pos-payment-row .button{min-height:28px;padding:0 8px;font-size:8px}.pos-payment-form{grid-template-columns:1.1fr .8fr .9fr auto;align-items:end;gap:9px;padding:0 20px 15px;display:grid}.pos-payment-form label{font-size:9px}.pos-payment-form input,.pos-payment-form select{min-height:37px;padding:0 9px;font-size:10px}.pos-payment-form .button{min-height:37px;padding:0 11px;font-size:9px}.pos-payments-panel>.alert{margin:0 20px 11px}.pos-finish{width:calc(100% - 40px);min-height:47px;margin:0 20px}.pos-cash-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.pos-action-card{gap:13px;padding:20px;display:grid}.pos-action-card h3{margin:0;font-size:15px}.pos-action-card .button{width:fit-content}.club-workspace{gap:18px;display:grid}.club-dashboard{gap:14px;display:grid}.club-dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.club-dashboard-kpi{gap:6px;min-height:112px;padding:18px 20px;display:grid}.club-dashboard-kpi small,.club-dashboard-kpi span{color:var(--muted);font-size:9px}.club-dashboard-kpi strong{color:var(--green-dark);font-size:27px;line-height:1}.club-dashboard-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:14px;display:grid}.club-dashboard-card{min-width:0;padding:20px;overflow:hidden}.club-dashboard-card .panel-heading{padding:0 0 14px}.club-dashboard-card .panel-heading h2{margin:0 0 5px;font-size:16px}.club-dashboard-card .panel-heading p:not(.eyebrow){color:var(--muted);margin:0;font-size:9px}.club-store-points-list{gap:12px;display:grid}.club-store-points-row{grid-template-columns:minmax(125px,.8fr) minmax(100px,1.4fr) auto;align-items:center;gap:12px;display:grid}.club-store-points-copy{gap:4px;min-width:0;display:grid}.club-store-points-copy b,.club-store-points-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.club-store-points-copy b{font-size:10px}.club-store-points-copy small{color:var(--muted);font-size:8px}.club-store-points-meter{background:#edf2ef;border-radius:99px;height:8px;overflow:hidden}.club-store-points-meter span{border-radius:inherit;background:linear-gradient(90deg, #66a37d, var(--green));min-width:0;height:100%;display:block}.club-store-points-row>strong{min-width:58px;color:var(--green-dark);text-align:right;font-size:10px}.club-top-customers{gap:0;margin:0;padding:0;list-style:none;display:grid}.club-top-customers li{border-top:1px solid #edf1ee;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.club-ranking-position{width:25px;height:25px;color:var(--green-dark);background:var(--green-soft);border-radius:8px;place-items:center;font-size:10px;font-weight:850;display:grid}.club-top-customer-copy{gap:3px;min-width:0;display:grid}.club-top-customer-copy b,.club-top-customer-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.club-top-customer-copy b{font-size:10px}.club-top-customer-copy small{color:var(--muted);font-size:8px}.club-top-customers li>strong{color:var(--green-dark);text-align:right;font-size:10px}.club-top-customers li>strong small{color:var(--muted);font-size:8px;font-weight:700}.club-toolbar{grid-template-columns:minmax(220px,.8fr) minmax(280px,1.4fr) auto;align-items:end;gap:16px;padding:17px 20px;display:grid}.club-toolbar label{margin:0;font-size:10px}.club-toolbar select{min-height:42px;font-size:11px}.club-toolbar-copy{gap:4px;min-width:0;padding-bottom:3px;display:grid}.club-toolbar-copy b{color:var(--green-dark);font-size:13px}.club-toolbar-copy span{color:var(--muted);font-size:9px}.club-settings-card,.club-customer-form,.club-history,.club-customers,.club-customer-detail{min-width:0;padding:20px;overflow:hidden}.club-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.club-card-heading.compact{margin-bottom:14px}.club-card-heading h2{margin:0 0 5px;font-size:18px}.club-card-heading p:not(.eyebrow){max-width:690px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.club-active,.club-inactive{text-transform:uppercase;border-radius:99px;flex:none;padding:6px 9px;font-size:9px;font-weight:850}.club-active{color:var(--green-dark);background:var(--green-soft)}.club-inactive{color:#7b5a2d;background:#f8edd8}.club-settings-fields{grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);gap:14px;display:grid}.club-settings-fields label,.club-customer-form label,.club-search label{font-size:10px}.club-settings-fields input,.club-settings-fields select,.club-customer-form input,.club-search input{min-height:41px;font-size:11px}.club-settings-fields small{color:var(--muted);margin-top:5px;font-size:8px;display:block}.club-switch,.club-settings-card>.button,.club-customer-form>.button{margin-top:14px}.club-customer-workspace{grid-template-columns:minmax(300px,.72fr) minmax(0,1.55fr);align-items:start;gap:18px;display:grid}.club-customer-sidebar{align-content:start;gap:18px;min-width:0;display:grid;position:sticky;top:18px}.club-search{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:11px;padding:16px 20px;display:grid}.club-search>div{gap:6px;display:flex}.club-search .button{white-space:nowrap;min-height:41px}.club-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.club-customer-list{display:grid}.club-customer-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf1ee;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:11px 20px;display:grid}.club-customer-row:hover,.club-customer-row.selected{background:#f4faf6}.club-customer-avatar{width:34px;height:34px;color:var(--green-dark);background:var(--green-soft);border-radius:9px;place-items:center;font-size:9px;font-weight:850;display:grid}.club-customer-copy{gap:4px;min-width:0;display:grid}.club-customer-copy b,.club-customer-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.club-customer-copy b{font-size:11px}.club-customer-copy small{color:var(--muted);font-size:8px}.club-points-badge{color:var(--green-dark);white-space:nowrap;font-size:9px;font-weight:850}.club-customer-detail{min-height:440px;padding:0}.club-detail-tabs{border-bottom:1px solid var(--line);background:#fbfcfb;gap:3px;padding:10px 14px 0;display:flex}.club-detail-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 12px;font-size:9px;font-weight:850}.club-detail-tabs button.active{border-bottom-color:var(--green);color:var(--green-dark)}.club-detail-tabs button:disabled{cursor:not-allowed;opacity:.5}.club-detail-content,.club-profile-tab,.club-history-tab{min-width:0}.club-profile-tab .club-card-heading{border-bottom:1px solid var(--line);margin:0;padding:20px}.club-customer-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:20px;display:grid}.club-customer-details>div{background:#fbfcfb;border:1px solid #edf1ee;border-radius:10px;padding:13px}.club-customer-details dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:850}.club-customer-details dd{color:#31413a;margin:7px 0 0;font-size:10px;line-height:1.5}.club-history-summary{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.club-history-summary h2{margin:0 0 5px;font-size:18px}.club-history-summary p:not(.eyebrow){color:var(--muted);margin:0;font-size:10px}.club-balance{justify-items:end;gap:2px;min-width:100px;display:grid}.club-balance small,.club-balance span{color:var(--muted);font-size:8px}.club-balance strong{color:var(--green-dark);font-size:25px;line-height:1}.club-history-list{display:grid}.club-history-head,.club-history-row{grid-template-columns:105px minmax(145px,1fr) 70px 70px;align-items:center;gap:10px;padding:11px 20px;display:grid}.club-history-head{color:#87928b;text-transform:uppercase;letter-spacing:.06em;background:#f8faf8;font-size:8px;font-weight:850}.club-history-row{border-top:1px solid #edf1ee;font-size:9px}.club-history-row time{color:var(--muted);font-size:8px}.club-history-row>span{gap:4px;min-width:0;display:grid}.club-history-row>span small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.club-history-row>strong,.club-history-row>b{text-align:right}.club-history-row>b{color:var(--green-dark)}.club-history-row .positive{color:var(--green)}.club-history-row .negative{color:#a15f42}.club-movement-type{color:#526158;text-transform:uppercase;background:#edf2ef;border-radius:99px;width:fit-content;padding:3px 6px;font-size:7px;font-weight:850}.club-movement-type.acumulo{color:var(--green-dark);background:var(--green-soft)}.club-movement-type.estorno{color:#8b5d31;background:#f8edd8}.club-public-dependency{background:#fffaf0;border-color:#ead7b8;align-items:flex-start;gap:12px;padding:15px 18px;display:flex}.club-public-dependency>span{color:#9d6b22;font-size:18px}.club-public-dependency b{font-size:11px}.club-public-dependency p{color:#736249;margin:4px 0 0;font-size:9px;line-height:1.45}.club-public-dependency a{color:#80551c;text-underline-offset:2px;font-weight:800;text-decoration:underline}.club-password-form{border-bottom:1px solid var(--line);background:#fbfcfb;gap:11px;padding:15px 20px;display:grid}.club-password-form>div:first-child{gap:4px;display:grid}.club-password-form>div:first-child b{font-size:11px}.club-password-form>div:first-child small{color:var(--muted);font-size:8px}.club-password-fields{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:10px;display:grid}.club-password-fields label{font-size:9px}.club-password-fields input{min-height:37px;font-size:10px}.club-password-fields .button{white-space:nowrap;min-height:37px}.club-password-form .alert{margin:0}.customer-portal-page{background:#f6f9f6;grid-template-columns:minmax(360px,.95fr) minmax(430px,1.05fr);min-height:100vh;display:grid}.customer-portal-story{color:#f4fbf6;background:#123c2a;flex-direction:column;justify-content:center;padding:72px clamp(35px,7vw,120px);display:flex}.customer-portal-story .brand-mark{margin-bottom:50px}.customer-portal-story h1{letter-spacing:-.055em;max-width:540px;margin:14px 0 18px;font-size:clamp(37px,5vw,64px);line-height:.98}.customer-portal-story>p:not(.eyebrow){color:#b8d2c1;max-width:470px;margin:0;font-size:14px;line-height:1.6}.customer-portal-story-note{color:#d8e9de;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:12px;margin-top:48px;font-size:10px;font-weight:800;display:flex}.customer-portal-story-note i{background:#6caa87;width:20px;height:1px}.customer-portal-login-panel{place-items:center;padding:48px;display:grid}.customer-portal-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:30px;width:min(100%,430px);padding:36px;display:grid;box-shadow:0 20px 60px #081b1112}.customer-portal-card h2{letter-spacing:-.035em;margin:0 0 7px;font-size:27px}.customer-portal-card .muted{margin:0}.customer-portal-state{background:#f6f9f6;place-items:center;min-height:100vh;padding:24px;display:grid}.customer-portal-state .state-card{width:min(100%,560px)}.customer-portal-dashboard{background:#f6f9f6;min-height:100vh}.customer-portal-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:0 clamp(20px,5vw,72px);display:flex}.customer-portal-header .brand-inline small{color:var(--muted);margin-left:7px;font-size:9px}.customer-portal-user{align-items:center;gap:14px;display:flex}.customer-portal-user>span{color:#536059;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:10px;font-weight:750;overflow:hidden}.customer-portal-intro,.customer-portal-kpis,.customer-portal-history{width:min(100% - 48px,1120px);margin-left:auto;margin-right:auto}.customer-portal-intro{justify-content:space-between;align-items:flex-end;gap:20px;padding:58px 0 27px;display:flex}.customer-portal-intro h1{letter-spacing:-.045em;margin:0 0 7px;font-size:clamp(27px,4vw,42px)}.customer-portal-intro p:not(.eyebrow){color:var(--muted);margin:0;font-size:12px}.customer-portal-cpf{color:var(--green-dark);background:var(--green-soft);border-radius:8px;padding:8px 10px;font:800 10px monospace}.customer-portal-kpis{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.customer-portal-kpis article{border:1px solid var(--line);background:#fff;border-radius:13px;gap:6px;min-height:120px;padding:19px;display:grid}.customer-portal-kpis small,.customer-portal-kpis span{color:var(--muted);font-size:9px}.customer-portal-kpis strong{color:var(--green-dark);font-size:28px;line-height:1}.customer-portal-history{margin-top:18px;margin-bottom:55px;overflow:hidden}.customer-portal-history-list{display:grid}.customer-portal-history-head,.customer-portal-history-row{grid-template-columns:120px minmax(180px,1fr) 90px 90px;align-items:center;gap:12px;padding:13px 20px;display:grid}.customer-portal-history-head{color:#87928b;letter-spacing:.06em;text-transform:uppercase;background:#f8faf8;font-size:8px;font-weight:850}.customer-portal-history-row{border-top:1px solid #edf1ee;font-size:10px}.customer-portal-history-row time{color:var(--muted);font-size:9px}.customer-portal-history-row>span{gap:4px;min-width:0;display:grid}.customer-portal-history-row>span b{font-size:10px}.customer-portal-history-row>span small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.customer-portal-history-row>strong,.customer-portal-history-row>b{text-align:right}.customer-portal-history-row>b{color:var(--green-dark)}.customer-portal-history-row .positive{color:var(--green)}.customer-portal-history-row .negative{color:#a15f42}@keyframes editor-in{0%{opacity:.7;transform:translate(25px)}}@media (max-width:1080px){.metric-grid{grid-template-columns:repeat(2,1fr)}.overview-grid,.entity-layout{grid-template-columns:1fr}.entity-form{position:static}.role-grid,.catalog-forms,.classification-grid,.classification-summary{grid-template-columns:1fr}.settings-toolbar,.pricing-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-summary{grid-template-columns:repeat(2,1fr)}.pricing-row{grid-template-columns:minmax(170px,1.3fr) repeat(4,minmax(120px,1fr)) 60px;overflow-x:auto}.club-customer-workspace,.club-dashboard-grid{grid-template-columns:1fr}.club-customer-sidebar{position:static}.club-settings-fields{grid-template-columns:1fr}}@media (max-width:760px){.login-page{grid-template-columns:1fr}.login-story{min-height:300px;padding:40px 28px}.login-story .brand-mark{width:43px;height:43px;margin-bottom:28px;font-size:23px}.login-story h1{max-width:520px;font-size:40px}.login-story>p:not(.eyebrow),.story-points{display:none}.login-panel{padding:42px 24px 60px}.login-card{gap:28px}.sidebar{display:none}.app-content{width:100%;margin-left:0}.mobile-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;min-height:65px;padding:0 18px;display:flex}.mobile-nav{border-bottom:1px solid var(--line);scrollbar-width:none;background:#fff;gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.mobile-nav a{color:#536059;background:#f1f4f2;border-radius:99px;flex:none;padding:7px 10px;font-size:10px;font-weight:750}.page{padding:30px 17px 55px}.section-header{margin-bottom:25px;display:block}.section-header .live-pill{margin-top:18px}.metric-grid{gap:10px}.metric-card{min-height:135px;padding:18px}.metric-card strong{font-size:28px}.metric-spark{top:18px;right:18px}.map-row{grid-template-columns:1fr auto}.map-stat{display:none}.form-row{grid-template-columns:1fr}.entity-form{padding:21px}.panel-heading,.company-map,.record-list{padding-left:18px;padding-right:18px}.permission-list{grid-template-columns:1fr}.table-row{grid-template-columns:1fr 1fr;gap:7px 15px;padding:14px 16px}.table-head{display:none}.state-card{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.state-card .button{width:100%;margin-left:0}.settings-toolbar,.settings-grid.three,.settings-grid.two,.settings-grid.four{grid-template-columns:1fr}.settings-card{padding:20px}.settings-save{width:100%}.settings-actions{grid-template-columns:1fr;display:grid}.pricing-toolbar{grid-template-columns:1fr}.pricing-summary{grid-template-columns:repeat(2,1fr)}.pricing-table{overflow-x:auto}.pricing-row{min-width:900px}.pricing-head{display:grid}.pricing-editor{padding:23px 17px}.pricing-fields.three,.pricing-fields.two{grid-template-columns:1fr}.pricing-mutation-form .button{width:100%}.pos-toolbar,.pos-main-grid,.pos-cash-actions{grid-template-columns:1fr}.pos-station-bar,.pos-shortcuts-heading{flex-direction:column;align-items:stretch}.pos-station-options,.pos-shortcuts-grid{grid-template-columns:1fr 1fr}.pos-session-open{grid-template-columns:1fr;align-items:stretch}.pos-session-open .button{width:100%}.pos-payment-form{grid-template-columns:1fr 1fr}.pos-payment-form .button{width:100%}.catalog-toolbar,.club-toolbar{grid-template-columns:1fr;align-items:stretch}.club-dashboard-kpis{grid-template-columns:1fr}.club-address-grid{grid-template-columns:1fr 1fr}.club-toolbar-copy{padding-bottom:0}.club-search{grid-template-columns:1fr;align-items:stretch}.club-search>div{grid-template-columns:1fr 1fr;display:grid}.club-search .button{width:100%}.club-card-heading{gap:12px;display:grid}.club-active,.club-inactive{justify-self:start}.club-balance{justify-items:start}.club-history-head,.club-history-row{grid-template-columns:80px minmax(120px,1fr) 60px 60px;padding-left:16px;padding-right:16px}.club-history-summary{gap:12px;display:grid}.club-customer-row{grid-template-columns:34px minmax(0,1fr) auto;padding-left:16px;padding-right:16px}.club-customer-row .status-badge{display:none}.club-points-badge{grid-area:1/3}.club-password-fields{grid-template-columns:1fr}.club-password-fields .button{width:100%}.club-customer-details{grid-template-columns:1fr;padding:16px}.club-detail-tabs{overflow-x:auto}.customer-portal-page{grid-template-columns:1fr}.customer-portal-story{min-height:300px;padding:40px 28px}.customer-portal-story .brand-mark{margin-bottom:28px}.customer-portal-story h1{max-width:520px;font-size:40px}.customer-portal-story>p:not(.eyebrow),.customer-portal-story-note{display:none}.customer-portal-login-panel{padding:42px 24px 60px}.customer-portal-card{padding:30px 24px}.customer-portal-intro,.customer-portal-kpis,.customer-portal-history{width:min(100% - 34px,1120px)}.customer-portal-intro{align-items:start;padding-top:35px;display:grid}.customer-portal-kpis{grid-template-columns:1fr}.customer-portal-history{overflow-x:auto}.customer-portal-history-list{min-width:500px}.catalog-summary{border-top:1px solid var(--line);border-left:0;grid-template-columns:auto 1fr auto 1fr;padding:12px 0 0}.catalog-summary strong{text-align:left}.category-hierarchy-heading{gap:8px;padding:14px 18px;display:grid}.category-hierarchy-heading>span{white-space:nowrap}.category-hierarchy-grid{grid-template-columns:1fr}.category-hierarchy-grid>div{padding:14px 18px}.product-row{grid-template-columns:minmax(85px,.7fr) minmax(180px,2fr) 55px;gap:10px;padding:12px 16px}.product-row>:last-child{grid-column:2}.product-head>:last-child{display:none}.product-editor{padding:25px 20px}.code-form{grid-template-columns:1fr 1.4fr}.supplier-link-form{grid-template-columns:1fr 1fr}.codes-list article{grid-template-columns:45px 1fr auto}.code-actions{grid-column:2/-1;justify-content:flex-end}.supplier-links>form{grid-template-columns:1fr 1fr}.supplier-links .supplier-link-name{grid-column:1/-1}}.club-address-grid{grid-template-columns:1fr 2fr 1fr 1.5fr;gap:10px;margin-top:10px;display:grid}.customer-portal-contact{width:min(100% - 34px,1120px);color:var(--muted);margin:-8px auto 16px;font-size:10px}@media (max-width:430px){.club-address-grid,.metric-grid{grid-template-columns:1fr}.metric-card{min-height:122px}.record-list article{align-items:flex-start}.record-list .status-badge{margin-left:auto}.catalog-forms .form-row{grid-template-columns:1fr}.product-row{grid-template-columns:80px minmax(0,1fr)}.product-row>:nth-child(3){grid-column:1}.product-row>:last-child{grid-column:2}.product-head>:nth-child(3){display:none}.code-form,.supplier-link-form{grid-template-columns:1fr}.codes-list article{grid-template-columns:42px 1fr}.code-state{grid-column:2}.code-actions{grid-column:2;justify-content:flex-start}.supplier-links>form{grid-template-columns:1fr}.supplier-links .supplier-link-name{grid-column:auto}.pricing-summary{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
