.theme-toggle{display:inline-flex;gap:2px;padding:2px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-card-bg)}.theme-toggle__option{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--color-text);padding:.4rem;border-radius:calc(var(--radius-md) - 2px);cursor:pointer}.theme-toggle__option--active{background:var(--color-hover-bg)}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;text-align:center;padding:1.5rem;font-family:Segoe UI,Tahoma,sans-serif}.landing__title{font-size:clamp(1.75rem,5vw,3rem);font-weight:700}.landing__logos{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.landing__logo-tile{min-width:140px;padding:1.5rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-card-bg);font-weight:600}.landing__login-link{font-size:.95rem;color:inherit;text-decoration:underline;opacity:.8}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:100%;max-width:360px;display:flex;flex-direction:column;gap:.75rem}.auth-card .btn{margin-top:.5rem}.auth-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.auth-secondary-link{text-align:center;font-size:.85rem;color:inherit;opacity:.8}.locked-gate{position:relative;cursor:pointer}.locked-gate--locked{opacity:.45;cursor:not-allowed;display:flex;align-items:center;gap:.4rem}.locked-gate__lock{display:flex;flex-shrink:0;color:var(--color-text)}.locked-gate__body{min-width:0}.locked-gate__tooltip{position:absolute;bottom:calc(100% + 6px);inset-inline-start:50%;transform:translate(-50%);background:var(--color-accent);color:var(--color-accent-contrast);font-size:.75rem;padding:.35rem .6rem;border-radius:6px;white-space:nowrap;z-index:10}.admin-layout{display:flex;min-height:100vh;font-family:Segoe UI,Tahoma,sans-serif}.admin-layout__sidebar{width:240px;flex-shrink:0;display:flex;flex-direction:column;padding:1.25rem 1rem;border-inline-end:1px solid var(--color-border)}.admin-layout__brand-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 1.5rem}.admin-layout__brand{margin:0}.admin-layout__nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.admin-layout__nav-item{display:block;padding:.6rem .75rem;border-radius:8px;text-decoration:none;color:inherit}.admin-layout__nav-item.active{background:var(--color-hover-bg);font-weight:600}.admin-layout__footer{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.85rem}.admin-layout__version{margin-top:.75rem;font-size:.7rem;opacity:.5;text-align:center}.admin-layout__content{flex:1;padding:2rem}.async-state{opacity:.7;font-size:.9rem}.async-state--error{color:var(--color-danger)}@media(max-width:768px){.admin-layout{flex-direction:column;min-height:auto}.admin-layout__sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem;border-inline-end:none;border-bottom:1px solid var(--color-border)}.admin-layout__brand-row{flex:1 1 100%;margin:0}.admin-layout__nav{flex:1 1 100%;flex-direction:row;flex-wrap:wrap}.admin-layout__footer{flex:1 1 100%;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;border-top:none;padding-top:0}.admin-layout__version{flex:1 1 100%;margin-top:0}.admin-layout__content{padding:1.25rem 1rem}}.business-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.business-grid__card{min-width:160px;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-card-bg);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-weight:600}.business-grid__logo{width:40px;height:40px;object-fit:contain}.business-detail__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;border-bottom:1px solid var(--color-border)}.business-detail__tab{display:block;padding:.5rem 1rem;text-decoration:none;color:inherit}.business-detail__tab.active{border-bottom:2px solid var(--color-accent);font-weight:600}.business-detail__locked{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:.7}.shifts-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:560px}.shifts-module__timeline{position:relative;height:22px;border-radius:var(--radius-md);background:var(--color-hover-bg);overflow:hidden}.shifts-module__block{position:absolute;inset-block:0;opacity:.85}.shifts-module__block--overlap{outline:2px solid var(--color-danger);outline-offset:-2px}.shifts-module__timeline-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--color-muted)}.shifts-module__total{font-size:.9rem;font-weight:600;margin:0}.shifts-module__total--over{color:var(--color-danger)}.shifts-module__list{display:flex;flex-direction:column;gap:.5rem}.shifts-module__card{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.5rem;border-inline-start-width:3px;border-inline-start-style:solid}.shifts-module__card--overlap{border-color:var(--color-danger)}.shifts-module__card-header{display:flex;align-items:center;gap:.5rem}.shifts-module__name{flex:1;min-width:0;height:34px;padding:.3rem .6rem;font-weight:600}.shifts-module__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.shifts-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.shifts-module__card-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.shifts-module__time-range{display:flex;align-items:center;gap:.4rem;color:var(--color-muted)}.shifts-module__time-range .input{height:32px;padding:.2rem .5rem;width:100px}.shifts-module__salary-stepper{display:flex;align-items:center;gap:.3rem}.shifts-module__salary-stepper .btn{width:26px;height:26px;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:1rem}.shifts-module__salary-input{width:56px;height:32px;padding:.2rem .4rem;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.shifts-module__salary-input::-webkit-inner-spin-button,.shifts-module__salary-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shifts-module__salary-suffix{font-size:.75rem;color:var(--color-muted)}.shifts-module__actions{display:flex;align-items:center;gap:var(--space-2);margin-top:.25rem}.shifts-module__actions .btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem}.shifts-module__saved{color:var(--color-muted);font-size:.8rem}.employees-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:560px}.employees-module__add{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.5rem}.employees-module__add-row{display:flex;align-items:center;gap:.5rem}.employees-module__add-row .btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem}.employees-module__list{display:flex;flex-direction:column;gap:.5rem}.employees-module__row{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.4rem}.employees-module__row-header{display:flex;align-items:center;gap:.5rem}.employees-module__name{flex:1;min-width:0;height:34px;padding:.3rem .6rem;font-weight:600}.employees-module__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.employees-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.employees-module__shift-picks{display:flex;flex-wrap:wrap;gap:.4rem .9rem;font-size:.8rem;color:var(--color-muted)}.employees-module__shift-pick{display:flex;align-items:center;gap:.3rem}.suppliers-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:640px}.suppliers-module__add{padding:.6rem .75rem}.suppliers-module__add-row{display:flex;align-items:center;gap:.5rem}.suppliers-module__add-row .btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem}.suppliers-module__name{flex:1;min-width:0;height:34px;padding:.3rem .6rem}.suppliers-module__list{display:flex;flex-direction:column;gap:.5rem}.suppliers-module__supplier{padding:0;overflow:hidden}.suppliers-module__supplier-header{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;cursor:pointer;color:var(--color-muted)}.suppliers-module__supplier-name{flex:1;min-width:0;font-weight:600;color:var(--color-text)}.suppliers-module__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.suppliers-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.suppliers-module__invoices{padding:0 .75rem .75rem;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--color-border)}.suppliers-module__invoice-form{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding-top:.6rem}.suppliers-module__invoice-input{height:32px;padding:.2rem .5rem;flex:1 1 100px;min-width:90px}.suppliers-module__invoice-input--amount{flex:0 1 80px}.suppliers-module__invoice-form .btn{display:inline-flex;align-items:center;gap:.3rem;height:32px;padding:0 .6rem;white-space:nowrap}.suppliers-module__invoice{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.suppliers-module__invoice-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.45rem .6rem;cursor:pointer;font-size:.85rem}.suppliers-module__invoice-number{font-weight:600}.suppliers-module__invoice-date,.suppliers-module__invoice-amount{color:var(--color-muted)}.suppliers-module__invoice-remaining{margin-inline-start:auto;font-size:.8rem;color:var(--color-muted)}.suppliers-module__invoice-remaining--due{color:var(--color-danger);font-weight:600}.suppliers-module__payments{display:flex;flex-direction:column;gap:.35rem;padding:.5rem .6rem .6rem;border-top:1px solid var(--color-border);background:var(--color-hover-bg)}.suppliers-module__payment{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.suppliers-module__payment-date{color:var(--color-muted);flex:1}.suppliers-module__payment-form{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.25rem}.suppliers-module__payment-input{height:30px;padding:.2rem .5rem;flex:1 1 90px;min-width:80px}.suppliers-module__payment-form .btn{height:30px;padding:0 .6rem;white-space:nowrap}.products-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:560px}.products-module__add{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.5rem}.products-module__add-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.products-module__add-row .btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem}.products-module__quantity-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-muted)}.products-module__quantity-seed{width:80px;height:30px;padding:.2rem .5rem}.products-module__name{flex:1;min-width:90px;height:34px;padding:.3rem .6rem;font-weight:600}.products-module__list{display:flex;flex-direction:column;gap:.5rem}.products-module__row{padding:.6rem .75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.products-module__price{display:flex;align-items:center;gap:.3rem;color:var(--color-muted);font-size:.85rem}.products-module__price-input{width:70px;height:32px;padding:.2rem .4rem;text-align:center}.products-module__unlimited{font-size:.8rem;color:var(--color-muted);padding:.2rem .5rem;border:1px dashed var(--color-border);border-radius:var(--radius-md)}.products-module__stepper{display:flex;align-items:center;gap:.3rem}.products-module__stepper .btn{width:26px;height:26px;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:1rem}.products-module__quantity{min-width:24px;text-align:center;font-weight:600}.products-module__quantity--negative{color:var(--color-danger)}.products-module__remove{margin-inline-start:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.products-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.monthly-expenses-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:560px}.monthly-expenses-module__add{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.5rem}.monthly-expenses-module__add-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.monthly-expenses-module__add-row .btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem}.monthly-expenses-module__type-select{height:34px}.monthly-expenses-module__name{flex:1;min-width:90px;height:34px;padding:.3rem .6rem;font-weight:600}.monthly-expenses-module__fixed-fields{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-muted)}.monthly-expenses-module__amount-input{width:90px;height:32px;padding:.2rem .5rem}.monthly-expenses-module__day-input{width:60px;height:32px;padding:.2rem .5rem}.monthly-expenses-module__variable-badge{font-size:.8rem;color:var(--color-muted);padding:.2rem .5rem;border:1px dashed var(--color-border);border-radius:var(--radius-md)}.monthly-expenses-module__list{display:flex;flex-direction:column;gap:.5rem}.monthly-expenses-module__row{padding:.6rem .75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.monthly-expenses-module__remove{margin-inline-start:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.monthly-expenses-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.shift-journals-module{display:flex;flex-direction:column;gap:var(--space-2);max-width:640px}.shift-journals-module__cards{display:flex;gap:.5rem;flex-wrap:wrap}.shift-journals-module__card{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-card-bg);color:var(--color-text);cursor:pointer;font-family:inherit;font-size:.9rem}.shift-journals-module__card--active{border-color:var(--color-accent);font-weight:600}.shift-journals-module__card--closed{opacity:.6}.shift-journals-module__detail{display:flex;flex-direction:column;gap:.5rem}.shift-journals-module__closed-banner{padding:.6rem .75rem;border-radius:var(--radius-md);background:var(--color-hover-bg);font-size:.9rem}.shift-journals-module__section{padding:.6rem .75rem;display:flex;flex-direction:column;gap:.4rem}.shift-journals-module__section h3{margin:0;font-size:.95rem}.shift-journals-module__list{display:flex;flex-direction:column;gap:.3rem}.shift-journals-module__row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;padding:.25rem 0}.shift-journals-module__row-name{flex:1;min-width:0}.shift-journals-module__row-total{font-weight:600}.shift-journals-module__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;background:transparent;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-md)}.shift-journals-module__remove:hover{background:var(--color-hover-bg);color:var(--color-danger)}.shift-journals-module__inline-form{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.shift-journals-module__inline-form .btn{display:inline-flex;align-items:center;gap:.3rem;height:32px;padding:0 .6rem;white-space:nowrap}.shift-journals-module__select{height:32px;padding:.2rem .5rem;border-radius:var(--radius-md);border:1px solid var(--color-input-border);background:var(--color-card-bg);color:var(--color-text);font-family:inherit;flex:1 1 120px;min-width:100px}.shift-journals-module__qty-input{width:80px;height:32px;padding:.2rem .5rem}.shift-journals-module__desc-input{flex:1 1 140px;min-width:100px;height:32px;padding:.2rem .5rem}.shift-journals-module__subtotal{margin:0;font-size:.8rem;color:var(--color-muted);text-align:end}.shift-journals-module__close-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .75rem;border-radius:var(--radius-md);background:var(--color-hover-bg)}.shift-journals-module__expected{font-weight:600}.settings-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.settings-tab{padding:.5rem 0;text-decoration:none;color:inherit}.settings-tab.active{border-bottom:2px solid var(--color-accent);font-weight:600}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.settings-table{width:100%;min-width:480px;border-collapse:collapse}.settings-table th,.settings-table td{text-align:start;padding:.5rem .75rem;border-bottom:1px solid var(--color-border)}.settings-form{display:flex;flex-direction:column;gap:.75rem;max-width:360px;margin-top:1rem}.permission-section{margin-top:1.5rem}.permission-checklist{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.permission-checklist label{display:flex;align-items:center;gap:.5rem}:root{--color-text: #111111;--color-bg: #ffffff;--color-card-bg: #ffffff;--color-border: #e2e2e2;--color-muted: #666666;--color-danger: #e74c3c;--color-accent: #111111;--color-accent-contrast: #ffffff;--color-hover-bg: #f0f0f0;--color-input-border: #cccccc;--radius-md: 10px;--radius-lg: 12px;--space-1: .5rem;--space-2: .75rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--font-family: "Segoe UI", Tahoma, sans-serif;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-text: #f2f2f2;--color-bg: #16171a;--color-card-bg: #1e2024;--color-border: #33353a;--color-muted: #9a9ca1;--color-danger: #ff6b5e;--color-accent: #f2f2f2;--color-accent-contrast: #16171a;--color-hover-bg: #26282d;--color-input-border: #45484e;color-scheme:dark}}:root[data-theme=dark]{--color-text: #f2f2f2;--color-bg: #16171a;--color-card-bg: #1e2024;--color-border: #33353a;--color-muted: #9a9ca1;--color-danger: #ff6b5e;--color-accent: #f2f2f2;--color-accent-contrast: #16171a;--color-hover-bg: #26282d;--color-input-border: #45484e;color-scheme:dark}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg)}.btn{padding:.6rem 1rem;border-radius:var(--radius-md);border:none;background:var(--color-accent);color:var(--color-accent-contrast);font-weight:600;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.input{padding:.6rem .75rem;border-radius:var(--radius-md);border:1px solid var(--color-input-border);background:var(--color-card-bg);color:var(--color-text);font-size:1rem;font-family:inherit}select{padding:.5rem .65rem;border-radius:var(--radius-md);border:1px solid var(--color-input-border);background:var(--color-card-bg);color:var(--color-text);font-family:inherit}.card{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--color-card-bg)}.field-error{color:var(--color-danger);font-size:.85rem;margin:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[role=button]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}*{box-sizing:border-box}body{margin:0}
