@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-color:#f8fafc;--panel-bg:#fff;--panel-border:#e2e8f0;--primary-color:#1f4e5f;--primary-hover:#163a47;--primary-rgb:31, 78, 95;--primary-glow:#1f4e5f1f;--accent-color:#d97706;--text-main:#0f172a;--text-muted:#475569;--text-dark:#94a3b8;--success-color:#10b981;--success-glow:#10b9811a;--danger-color:#ef4444;--danger-glow:#ef44441a;--warning-color:#f59e0b;--sidebar-width:260px;--header-height:70px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}:not(.table-scroll-wrapper){scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}body{background-color:var(--bg-color);color:var(--text-main);min-height:100vh;overflow-x:hidden}.module-catalog{gap:30px;display:grid}.module-group{gap:15px;display:grid}.module-group-heading{grid-template-columns:auto 1fr auto;align-items:center;gap:13px;display:grid}.module-group-heading h3{margin-bottom:2px;font-size:1rem}.module-group-heading p{color:var(--text-muted);font-size:.82rem}.module-group-icon{color:#7c3aed;background:#f3e8ff;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.module-group-icon.is-core{color:var(--primary-color);background:var(--primary-glow)}.module-group-count{min-width:30px;height:30px;color:var(--text-muted);background:#eef2f7;border-radius:999px;place-items:center;font-size:.78rem;font-weight:800;display:grid}.module-card-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;display:grid}.module-option-card{border:1px solid var(--panel-border);background:#fff;border-radius:16px;flex-direction:column;min-height:276px;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.module-option-card:hover{transform:translateY(-2px);box-shadow:0 12px 25px -18px #0f172a80}.module-option-card.is-enabled{border-color:rgba(var(--primary-rgb), .42);box-shadow:inset 0 3px 0 var(--primary-color)}.module-option-card.is-core{background:linear-gradient(145deg, rgba(var(--primary-rgb), .045), #fff 50%)}.module-option-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.module-switch{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:42px;height:24px;padding:3px;transition:all .2s}.module-switch span{color:#fff;background:#fff;border-radius:50%;place-items:center;width:18px;height:18px;transition:transform .2s;display:grid}.module-switch.is-on{background:var(--primary-color)}.module-switch.is-on span{color:var(--primary-color);background:#fff;transform:translate(18px)}.module-switch:disabled{cursor:default;opacity:.82}.module-option-status{color:var(--text-muted);text-transform:uppercase;letter-spacing:.045em;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:flex}.module-option-icon{width:46px;height:46px;color:var(--primary-color);background:var(--primary-glow);border-radius:14px;place-items:center;margin-top:19px;display:grid}.module-option-card h4{margin-top:12px;font-size:1rem}.module-option-card>p{color:var(--text-muted);margin-top:5px;font-size:.79rem;line-height:1.45}.module-dependencies{color:#805b10;background:#fffbeb;border-radius:8px;margin-top:10px;padding:7px 9px;font-size:.7rem;font-weight:600}.module-detail-button{color:var(--primary-color);font:inherit;cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:4px;margin-top:auto;padding-top:13px;font-size:.78rem;font-weight:750;display:flex}.module-save-bar{z-index:20;border:1px solid rgba(var(--primary-rgb), .2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding:14px 16px;display:flex;position:sticky;bottom:16px;box-shadow:0 14px 35px -18px #0f172a8c}.module-save-bar>div{flex-direction:column;display:flex}.module-save-bar span{color:var(--text-muted);font-size:.75rem}.module-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.module-modal{background:#fff;border-radius:20px;width:min(650px,100%);max-height:calc(100vh - 40px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000047}.module-modal-close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#f1f5f9;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.module-modal-hero{align-items:center;gap:15px;padding-right:40px;display:flex}.module-modal-hero .module-option-icon{width:52px;height:52px;margin:0}.module-modal-eyebrow{color:var(--primary-color);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800}.module-modal h2{font-size:1.45rem}.module-modal-description{color:var(--text-muted);margin:18px 0;line-height:1.55}.module-modal-notice{color:#805b10;background:#fffbeb;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px;font-size:.82rem;display:flex}.module-modal>h3{margin:8px 0 10px;font-size:.9rem}.module-feature-count{min-width:24px;height:24px;color:var(--primary-color);background:var(--primary-glow);vertical-align:middle;border-radius:999px;place-items:center;margin-left:5px;padding:0 7px;font-size:.7rem;display:inline-grid}.module-feature-groups{gap:18px;display:grid}.module-feature-group{gap:8px;display:grid}.module-feature-group-heading{color:var(--primary-color);align-items:center;gap:7px;padding:0 2px;display:flex}.module-feature-group-heading strong{letter-spacing:.015em;font-size:.78rem}.module-feature-group-heading span{min-width:21px;height:21px;color:var(--text-muted);background:#eef2f7;border-radius:999px;place-items:center;margin-left:auto;padding:0 6px;font-size:.65rem;font-weight:800;display:grid}.module-feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.module-feature{background:#fbfcfe;border:1px solid #e8edf3;border-radius:10px;gap:9px;padding:11px;display:flex}.module-feature>span{color:#087443;background:#dcfce7;border-radius:50%;flex:none;place-items:center;width:23px;height:23px;display:grid}.module-feature strong{font-size:.78rem;line-height:1.35;display:block}.module-feature p{color:var(--text-muted);margin-top:2px;font-size:.7rem;line-height:1.35}.module-feature small{color:#9a3412;background:#ffedd5;border-radius:5px;margin-top:5px;padding:2px 6px;font-size:.62rem;font-weight:750;display:inline-block}.module-empty-features{color:var(--text-muted);font-size:.8rem}.module-modal-footer{border-top:1px solid var(--panel-border);justify-content:space-between;align-items:center;gap:15px;margin-top:22px;padding-top:16px;display:flex}.module-modal-footer>span{color:var(--text-muted);font-size:.75rem}.setup-progress{align-items:center;width:150px;display:flex}.setup-progress span{color:#64748b;background:#e2e8f0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;display:grid}.setup-progress span.is-active{color:#fff;background:var(--primary-color)}.setup-progress i{background:#e2e8f0;flex:1;height:3px}.setup-progress i.is-active{background:var(--primary-color)}.setup-modules-intro{background:#f8fafc;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:14px 16px;display:flex}.setup-modules-intro>div{align-items:center;gap:11px;display:flex}.setup-modules-intro p{color:var(--text-muted);font-size:.76rem}.setup-modules-intro>span{color:var(--primary-color);background:var(--primary-glow);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}.setup-modules-loading{min-height:240px;color:var(--text-muted);justify-content:center;align-items:center;gap:10px;display:flex}.setup-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:25px;display:flex}.setup-actions>span{color:var(--text-muted);font-size:.78rem}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.welcome-page{gap:18px;max-width:1040px;margin:0 auto;display:grid}.welcome-hero{text-align:center;color:#fff;background:linear-gradient(135deg, var(--primary-color), var(--primary-hover));min-height:430px;box-shadow:0 24px 55px -35px rgba(var(--primary-rgb),.8);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:70px 50px;display:flex;position:relative;overflow:hidden}.welcome-orbit{border:1px solid #ffffff26;border-radius:50%;position:absolute}.welcome-orbit-one{width:390px;height:390px;top:-170px;left:-180px}.welcome-orbit-two{width:520px;height:520px;bottom:-320px;right:-280px}.welcome-icon{background:#ffffff24;border:1px solid #ffffff47;border-radius:20px;place-items:center;width:68px;height:68px;margin-bottom:20px;display:grid}.welcome-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:#ffffffb8;margin-bottom:7px;font-size:.74rem;font-weight:800}.welcome-hero h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.1}.welcome-hero>p{color:#ffffffc7;max-width:570px;margin-top:15px;font-size:1.03rem}.welcome-hint{color:#ffffffd4;background:#ffffff1a;border-radius:999px;align-items:center;gap:8px;margin-top:28px;padding:10px 14px;font-size:.78rem;display:flex}.welcome-setup-card{border:1px solid var(--panel-border);background:#fff;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;padding:22px;display:grid}.welcome-setup-icon{width:52px;height:52px;color:var(--accent-color);background:#fff7ed;border-radius:14px;place-items:center;display:grid}.welcome-setup-card span{color:var(--accent-color);text-transform:uppercase;letter-spacing:.07em;font-size:.7rem;font-weight:800}.welcome-setup-card h2{font-size:1rem}.welcome-setup-card p{color:var(--text-muted);font-size:.78rem}@media (width<=700px){.module-card-grid,.module-feature-list{grid-template-columns:1fr}.module-save-bar,.setup-actions{flex-direction:column;align-items:stretch}.module-save-bar .btn,.setup-actions .btn{width:100%}.setup-modules-intro{flex-direction:column;align-items:flex-start}.module-modal{padding:22px 18px}.module-modal-footer{flex-direction:column;align-items:stretch}.welcome-hero{min-height:390px;padding:50px 24px}.welcome-setup-card{grid-template-columns:auto 1fr}.welcome-setup-card .btn{grid-column:1/-1}}.glass-panel{border:1px solid var(--panel-border);background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.card{background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d}.card:hover{border-color:rgba(var(--primary-rgb), .3);box-shadow:0 12px 20px -8px rgba(var(--primary-rgb), .15);transform:translateY(-4px)}.input-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.input-label{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:600}.input-field{color:var(--text-main);background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px var(--primary-glow);background-color:#fff;outline:none}.input-field:disabled{opacity:.7;cursor:not-allowed;background-color:#f1f5f9}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 4px 12px var(--primary-glow);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{color:var(--primary-color);border:1.5px solid var(--primary-color);background-color:#fff}.btn-secondary:hover:not(:disabled){background-color:rgba(var(--primary-rgb), .05)}.btn-danger{color:var(--danger-color);background-color:#ef444414;border:1.5px solid #ef444433}.btn-danger:hover:not(:disabled){background-color:var(--danger-color);color:#fff;border-color:var(--danger-color);box-shadow:0 4px 12px var(--danger-glow)}.btn:disabled{opacity:.5;cursor:not-allowed}.table-container{background-color:var(--panel-bg);box-shadow:0 0 0 1px var(--panel-border), 0 4px 6px -1px #0000000d;-webkit-overflow-scrolling:touch;border-radius:12px;width:100%;overflow:auto hidden}.table-scroll-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;table-layout:auto;width:100%;font-size:.95rem}.custom-table thead th{color:var(--text-muted);border-bottom:1.5px solid var(--panel-border);text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;background-color:#f1f5f9;padding:14px 16px;font-size:.75rem;font-weight:700}.custom-table tbody td{border-bottom:1px solid var(--panel-border);color:var(--text-main);vertical-align:middle;padding:14px 16px}.custom-table tbody tr:last-child td{border-bottom:none}.custom-table tbody tr:hover td{background-color:rgba(var(--primary-rgb), .015)}.custom-table .col-actions{white-space:nowrap;text-align:right;width:1%}.custom-table .col-actions .actions-wrapper{justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:9999px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#065f46;background-color:#10b9811a;border:1px solid #10b98133}.badge-danger{color:#991b1b;background-color:#ef444414;border:1px solid #ef444433}.badge-warning{color:#92400e;background-color:#f59e0b1a;border:1px solid #f59e0b33}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a66;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:20px;width:100%;max-width:550px;max-height:calc(100vh - 32px);padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=600px){.modal-content{border-radius:16px;padding:20px}.modal-content .grid-cols-2,.modal-content .modal-grid-2{grid-template-columns:1fr}}.num-keypad{z-index:1400;background:var(--panel-bg);border:1px solid var(--panel-border);touch-action:none;border-radius:18px;flex-direction:column;gap:10px;width:min(320px,100vw - 24px);padding:12px;animation:.2s ease-out slideUp;display:flex;position:fixed;bottom:12px;left:12px;box-shadow:0 12px 40px #00000038}.num-keypad-handle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin:-4px -4px 0;padding:6px;font-size:.72rem;font-weight:700;display:flex}.num-keypad-handle:active{cursor:grabbing}.num-keypad-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.num-key{color:var(--text-main);border:1px solid var(--panel-border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;padding:14px 0;font-family:inherit;font-size:1.35rem;font-weight:700;transition:background .12s,transform 60ms;display:flex}.num-key:active{background:#e2e8f0;transform:scale(.97)}.num-key-action{color:var(--primary-color);background:#fff}.num-key-done{color:#fff;background:var(--primary-color);cursor:pointer;border:none;border-radius:12px;padding:12px;font-family:inherit;font-size:1rem;font-weight:700}.num-key-done:active{opacity:.9}.text-solid{color:var(--primary-color);-webkit-text-fill-color:currentColor;background:0 0}.grid-cols-2,.modal-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes viewEnterForward{0%{opacity:0;transform:translate(34px)}to{opacity:1;transform:translate(0)}}@keyframes viewEnterBack{0%{opacity:0;transform:translate(-34px)}to{opacity:1;transform:translate(0)}}.records-day-view{animation:.3s cubic-bezier(.16,1,.3,1) viewEnterForward}.records-calendar-view{animation:.3s cubic-bezier(.16,1,.3,1) viewEnterBack}.animate-fade-in{animation:.4s ease-out fadeIn}.app-container{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));background-color:var(--bg-color);flex:1;height:100vh;padding:40px;overflow:hidden auto}.app-sidebar{visibility:visible;transition:transform .25s cubic-bezier(.4,0,.2,1),visibility .25s;transform:translate(0)}.mobile-menu-button,.mobile-menu-overlay{display:none}@media (width<=768px){.app-sidebar{visibility:hidden;transform:translate(-100%);width:min(86vw,300px)!important;padding-top:76px!important;box-shadow:12px 0 32px #0f172a3d!important}.app-sidebar.is-open{visibility:visible;transform:translate(0)}.mobile-menu-button{z-index:120;border:1px solid rgba(var(--primary-rgb), .18);width:44px;height:44px;color:var(--primary-color);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:fixed;top:14px;left:14px;box-shadow:0 8px 22px #0f172a24}.mobile-menu-button:focus-visible{outline:3px solid rgba(var(--primary-rgb), .24);outline-offset:2px}.mobile-menu-overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;border:0;width:100%;height:100%;display:block;position:fixed;inset:0}.main-content{width:100%;min-width:0;margin-left:0;padding:76px 16px 24px}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.page-title{color:var(--text-main);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}@media (width<=768px){.page-header{margin-bottom:24px}.page-header>.page-actions{gap:12px;width:100%}.page-header>.page-actions>*{flex:auto}}.page-subtitle,.purchase-modal-heading p{display:none}.compact-page-header{border:1px solid rgba(var(--primary-rgb), .18);background:rgba(var(--primary-rgb), .08);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:68px;margin-bottom:18px;padding:12px 16px 12px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 12px #0f172a0d}.compact-page-header__accent{background:var(--primary-color);width:5px;position:absolute;inset:0 auto 0 0}.compact-page-header__main{min-width:0}.compact-page-header__title-row{align-items:center;gap:11px;display:flex}.compact-page-header__icon{background:var(--primary-color);color:#fff;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid}.compact-page-header h1{color:var(--text-main);margin:0;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:800;line-height:1.2}.compact-page-header__eyebrow{color:var(--primary-color);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.65rem;font-weight:800}.compact-page-header__back{color:var(--primary-color);align-items:center;gap:4px;margin-bottom:5px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.compact-page-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (width<=640px){.compact-page-header{flex-direction:column;align-items:stretch;padding:11px 13px 11px 17px}.compact-page-header__actions{justify-content:flex-start}.compact-page-header__actions>*{flex:auto}}@keyframes permissionsViewEnter{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes permissionsViewReturn{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.role-management-return{animation:.34s cubic-bezier(.16,1,.3,1) permissionsViewReturn}.role-permissions-page{width:min(1180px,100%);margin:0 auto;padding-bottom:104px;animation:.34s cubic-bezier(.16,1,.3,1) permissionsViewEnter}.permissions-breadcrumb{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:18px;font-size:.84rem;font-weight:600;display:flex}.permissions-breadcrumb a{color:var(--primary-color);text-decoration:none}.permissions-breadcrumb a:hover{text-decoration:underline}.permissions-page-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px;display:flex}.permissions-heading-group{align-items:center;gap:14px;display:flex}.permissions-back-button,.permissions-title-icon,.permissions-module-icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.permissions-back-button{border:1px solid var(--panel-border);width:42px;height:42px;color:var(--text-main);background:#fff;border-radius:12px;transition:transform .2s,border-color .2s,color .2s;box-shadow:0 3px 8px #0f172a0f}.permissions-back-button:hover{border-color:rgba(var(--primary-rgb), .35);color:var(--primary-color);transform:translate(-3px)}.permissions-title-icon{color:#fff;background:var(--primary-color);width:52px;height:52px;box-shadow:0 10px 22px rgba(var(--primary-rgb), .2);border-radius:16px}.permissions-eyebrow{color:var(--primary-color);letter-spacing:.09em;text-transform:uppercase;margin-bottom:2px;font-size:.75rem;font-weight:800}.permissions-header-count{border:1px solid rgba(var(--primary-rgb), .14);background:rgba(var(--primary-rgb), .045);text-align:right;border-radius:14px;min-width:150px;padding:12px 18px}.permissions-header-count strong,.permissions-header-count span{display:block}.permissions-header-count strong{color:var(--primary-color);font-size:1.45rem;line-height:1}.permissions-header-count span{color:var(--text-muted);margin-top:4px;font-size:.78rem;font-weight:600}.permissions-feedback{border-radius:11px;align-items:center;gap:9px;margin-bottom:18px;padding:12px 15px;font-size:.9rem;font-weight:600;display:flex}.permissions-feedback-error{color:#991b1b;background:#ef444414;border:1px solid #ef444433}.permissions-feedback-success{color:#065f46;background:#10b98117;border:1px solid #10b98133}.permissions-module-list{gap:17px;display:grid}.permissions-module-card{border:1px solid var(--panel-border);background:var(--panel-bg);border-radius:16px;transition:border-color .22s,box-shadow .22s;overflow:hidden;box-shadow:0 5px 14px #0f172a0b}.permissions-module-card:hover{border-color:rgba(var(--primary-rgb), .22);box-shadow:0 10px 24px rgba(var(--primary-rgb), .075)}.permissions-module-header{background:#f7faf8;border-bottom:1px solid #e9eef2;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.permissions-module-identity{align-items:center;gap:11px;display:flex}.permissions-module-icon{width:36px;height:36px;color:var(--primary-color);background:rgba(var(--primary-rgb), .09);border-radius:10px}.permissions-module-identity h3{font-size:1rem;line-height:1.25}.permissions-module-identity span:not(.permissions-module-icon){color:var(--text-muted);font-size:.78rem}.permissions-presets{border:1px solid var(--panel-border);background:#fff;border-radius:10px;padding:3px;display:inline-flex}.permissions-presets button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:7px 10px;font-family:inherit;font-size:.76rem;font-weight:700;transition:color .18s,background .18s;display:inline-flex}.permissions-presets button:hover{color:var(--primary-color);background:rgba(var(--primary-rgb), .06)}.permissions-presets button.is-primary{color:#fff;background:var(--primary-color)}.permissions-presets button.is-primary:hover{background:var(--primary-hover)}.permissions-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 18px 18px;display:grid}.permission-option{cursor:pointer;background:#fbfcfd;border:1.5px solid #e5eaf0;border-radius:12px;align-items:flex-start;gap:11px;min-height:68px;padding:12px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.permission-option:hover{border-color:rgba(var(--primary-rgb), .28);background:#fff;transform:translateY(-1px)}.permission-option.is-selected{border-color:rgba(var(--primary-rgb), .42);background:rgba(var(--primary-rgb), .045);box-shadow:inset 3px 0 0 var(--primary-color)}.permission-checkbox-input{opacity:0;width:1px;height:1px;position:absolute}.permission-checkbox-control{color:#fff;background:#fff;border:1.5px solid #aeb9c5;border-radius:8px;flex:none;justify-content:center;align-items:center;width:23px;height:23px;margin-top:1px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.permission-checkbox-input:focus-visible+.permission-checkbox-control{outline:3px solid rgba(var(--primary-rgb), .2);outline-offset:2px}.permission-option.is-selected .permission-checkbox-control{border-color:var(--primary-color);background:var(--primary-color);box-shadow:0 4px 9px rgba(var(--primary-rgb), .2);transform:scale(1.03)}.permission-option-copy{min-width:0}.permission-option-title{color:var(--text-main);flex-wrap:wrap;align-items:center;gap:7px;font-size:.9rem;font-weight:650;line-height:1.3;display:flex}.permission-option-copy small{color:#718096;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.35;display:block;overflow:hidden}.permission-critical-badge{color:#92400e;letter-spacing:.03em;text-transform:uppercase;background:#f59e0b1c;border:1px solid #f59e0b40;border-radius:999px;padding:2px 6px;font-size:.72rem;font-weight:800}.permission-type-badge{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;padding:3px 7px;font-size:.75rem;font-weight:800;line-height:1.2;display:inline-flex}.permission-type-read{color:#1e40af;background:#3b82f61a;border-color:#3b82f633}.permission-type-create{color:#047857;background:#10b9811c;border-color:#10b98138}.permission-type-update{color:#9a5600;background:#f59e0b1f;border-color:#f59e0b3d}.permission-type-delete{color:#b91c1c;background:#ef44441a;border-color:#ef444438}.permission-type-operate{color:#6d28d9;background:#8b5cf61a;border-color:#8b5cf638}.permissions-action-bar{bottom:22px;right:40px;left:calc(var(--sidebar-width) + 40px);z-index:30;border:1px solid rgba(var(--primary-rgb), .17);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;width:auto;max-width:1180px;margin:0 auto;padding:13px 15px 13px 18px;display:flex;position:fixed;box-shadow:0 14px 38px #0f172a26}.permissions-action-bar>div:first-child strong,.permissions-action-bar>div:first-child span{display:block}.permissions-action-bar>div:first-child strong{font-size:.91rem}.permissions-action-bar>div:first-child span{color:var(--text-muted);margin-top:2px;font-size:.78rem}.permissions-action-buttons{gap:9px;display:flex}.permissions-loading{min-height:50vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.permissions-spinner{border:3px solid rgba(var(--primary-rgb), .12);border-left-color:var(--primary-color);border-radius:50%;width:42px;height:42px;animation:.85s linear infinite spin}@media (width<=920px){.permissions-module-header,.permissions-page-header{flex-direction:column;align-items:flex-start}.permissions-header-count{text-align:left;min-width:0}.permissions-options-grid{grid-template-columns:1fr}}@media (width<=768px){.role-permissions-page{padding-bottom:154px}.permissions-heading-group{align-items:flex-start}.permissions-title-icon{display:none}.permissions-module-header,.permissions-options-grid{padding-left:13px;padding-right:13px}.permissions-presets{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.permissions-presets button{justify-content:center;padding:8px 5px}.permissions-action-bar{flex-direction:column;align-items:stretch;gap:10px;bottom:12px;left:16px;right:16px}.permissions-action-buttons>*{flex:1}}@media (width<=460px){.permissions-page-header{gap:14px}.permissions-heading-group{gap:10px}.permissions-back-button{width:38px;height:38px}.permissions-presets button svg{display:none}.permissions-action-buttons{flex-direction:column-reverse}}@media (prefers-reduced-motion:reduce){.role-permissions-page,.role-management-return{animation:none}.permission-option,.permissions-back-button{transition:none}}.employee-row-action{flex:0 0 28px;width:28px;height:28px;border-radius:6px!important;padding:4px!important}.employee-edit-page{width:min(1040px,100%);margin:0 auto;padding-bottom:34px;animation:.34s cubic-bezier(.16,1,.3,1) permissionsViewEnter}.employee-edit-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.employee-avatar{color:#fff;background:var(--primary-color);width:54px;height:54px;box-shadow:0 10px 22px rgba(var(--primary-rgb), .18);letter-spacing:.04em;border-radius:17px;flex:none;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:inline-flex}.employee-edit-form{gap:16px;display:grid}.employee-edit-card{border:1px solid var(--panel-border);background:#fff;border-radius:16px;padding:22px;box-shadow:0 5px 14px #0f172a0b}.employee-edit-card-heading{border-bottom:1px solid #edf1f4;align-items:center;gap:11px;margin-bottom:19px;padding-bottom:16px;display:flex}.employee-edit-card-heading>span{width:38px;height:38px;color:var(--primary-color);background:rgba(var(--primary-rgb), .09);border-radius:11px;flex:none;justify-content:center;align-items:center;display:inline-flex}.employee-edit-card-heading h3{font-size:1rem;line-height:1.3}.employee-edit-card-heading p{color:var(--text-muted);margin-top:2px;font-size:.82rem}.employee-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;display:grid}.employee-field-wide{grid-column:1/-1}.employee-account-field{max-width:490px;margin-bottom:0}.employee-account-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.employee-account-row .employee-account-field{max-width:none}.employee-password-control{margin-bottom:0}.employee-field-error{color:var(--danger-color);font-size:.78rem;font-weight:600}.employee-permission-note{color:var(--text-muted);font-size:.8rem}.employee-empty-account,.password-reset-notice{border:1px solid var(--panel-border);color:var(--text-muted);background:#f8fafc;border-radius:11px;padding:13px 15px;font-size:.88rem}.password-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.password-mode-selector button{border:1.5px solid var(--panel-border);min-height:43px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:9px 12px;font-family:inherit;font-size:.86rem;font-weight:700;transition:border-color .18s,color .18s,background .18s,box-shadow .18s;display:inline-flex}.password-mode-selector button:hover,.password-mode-selector button.is-selected{border-color:rgba(var(--primary-rgb), .42);color:var(--primary-color);background:rgba(var(--primary-rgb), .055)}.password-mode-selector button.is-selected{box-shadow:inset 0 0 0 1px rgba(var(--primary-rgb), .08), 0 3px 9px rgba(var(--primary-rgb), .08)}.password-reset-notice,.password-fields{margin-top:16px}.password-fields .input-group{margin-bottom:0}.employee-edit-actions{z-index:20;border:1px solid rgba(var(--primary-rgb), .17);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;padding:14px 15px 14px 18px;display:flex;position:sticky;bottom:16px;box-shadow:0 14px 36px #0f172a21}.employee-edit-actions>div:first-child strong,.employee-edit-actions>div:first-child span{display:block}.employee-edit-actions>div:first-child strong{font-size:.91rem}.employee-edit-actions>div:first-child span{color:var(--text-muted);margin-top:2px;font-size:.78rem}.employee-edit-actions>div:last-child{gap:9px;display:flex}.employee-edit-loading{min-height:50vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:13px;display:flex}@media (width<=760px){.employee-edit-header,.employee-edit-actions{flex-direction:column;align-items:flex-start}.employee-form-grid,.employee-account-row,.password-mode-selector{grid-template-columns:1fr}.employee-field-wide{grid-column:auto}.employee-edit-actions>div:last-child{width:100%}.employee-edit-actions>div:last-child>*{flex:1}}@media (width<=460px){.employee-avatar{display:none}.employee-edit-card{padding:17px 14px}.employee-edit-actions>div:last-child{flex-direction:column-reverse}}@media (prefers-reduced-motion:reduce){.employee-edit-page{animation:none}}.recipe-material-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.recipe-material-card{text-align:left;border:1px solid var(--panel-border);background:#fff;flex-direction:column;min-width:0;display:flex}.recipe-material-card.is-dirty{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1f}.recipe-material-name{overflow-wrap:anywhere;word-break:normal;font-size:.95rem;line-height:1.3;display:block}.recipe-legend{flex-wrap:wrap;align-items:center;gap:8px 16px;margin-bottom:14px;display:flex}.recipe-legend-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.75rem;font-weight:700}.recipe-legend-item{color:var(--text-main);cursor:help;align-items:center;gap:6px;font-size:.78rem;font-weight:700;display:inline-flex}.recipe-material-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.recipe-material-title{flex:1;align-items:center;gap:6px;min-width:0;display:inline-flex}.recipe-mat-tag{cursor:help;flex-shrink:0;place-items:center;display:inline-grid}.recipe-inline-tag{vertical-align:middle;cursor:help;align-items:center;margin-right:4px;display:inline-flex}.tooltip-wide[data-tooltip]:before{white-space:normal;text-align:left;width:max-content;max-width:260px;line-height:1.35;left:0;right:auto;transform:translateY(4px)}.tooltip-wide[data-tooltip]:after{left:14px;transform:translateY(4px)}.tooltip-wide[data-tooltip]:hover:before,.tooltip-wide[data-tooltip]:hover:after{transform:translateY(0)}.recipe-dirty-badge{color:#b45309;background:#fff7ed;border-radius:999px;align-self:flex-start;margin-top:8px;padding:3px 7px;font-size:.7rem;font-weight:750}.recipe-base-measure{grid-template-columns:minmax(0,1fr) 92px;align-items:end;gap:7px;margin:14px 0;display:grid}.recipe-base-measure .input-field{min-width:0;padding:8px}.recipe-option-names{border-top:1px dashed var(--panel-border);margin-bottom:10px;padding-top:10px}.recipe-option-names-label{color:var(--text-muted);margin-bottom:6px;font-size:.7rem;font-weight:700;display:block}.recipe-option-names p{color:var(--text-main);overflow-wrap:anywhere;margin:0;font-size:.75rem;font-weight:650;line-height:1.4}.recipe-options-modal-list{flex-direction:column;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.recipe-options-empty{border:1px dashed var(--panel-border);color:var(--text-muted);text-align:center;border-radius:10px;padding:28px 16px;font-size:.85rem}.recipe-option-editor{background:#f8fafc;border:1px solid #dbe5df;border-radius:10px;padding:13px}.recipe-option-editor.is-dirty{background:#fffbeb;border-color:#f59e0b}.recipe-option-editor-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.recipe-option-editor-heading strong{overflow-wrap:anywhere;min-width:0}.recipe-same-measure{cursor:pointer;align-items:center;gap:8px;margin:10px 0;font-size:.82rem;font-weight:650;display:flex}.recipe-option-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width<=620px){.recipe-option-fields{grid-template-columns:minmax(0,1fr)}}.recipe-material-summary{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.recipe-material-summary div{background:#f8fafc;border-radius:8px;min-width:0;padding:8px}.recipe-material-summary dt{color:var(--text-muted);margin-bottom:2px;font-size:.7rem}.recipe-material-summary dd{overflow-wrap:anywhere;margin:0;font-size:.82rem;font-weight:700}.recipe-material-actions{gap:7px;margin-top:auto;display:flex}.recipe-material-actions .btn{flex:1;min-width:0;padding:7px 8px;font-size:.75rem}.recipe-remove-button{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.recipe-list-groups{flex-wrap:wrap;gap:6px;display:flex}.recipe-list-group{max-width:280px;color:var(--text-color);overflow-wrap:anywhere;background:#eef2f7;border-radius:8px;flex-direction:column;gap:3px;padding:6px 9px;font-size:.75rem;line-height:1.3;display:flex}.recipe-list-group>span{color:var(--text-muted);font-size:.7rem}@media (width<=1250px){.recipe-material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.recipe-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.recipe-material-grid{grid-template-columns:minmax(0,1fr)}}.purchase-back-link{color:var(--primary-color);align-items:center;gap:6px;margin-bottom:18px;font-weight:700;text-decoration:none;display:inline-flex}.purchase-header-actions,.purchase-footer-actions{flex-wrap:wrap;gap:8px;display:flex}.purchase-download-spinner{animation:.8s linear infinite purchase-download-spin}@keyframes purchase-download-spin{to{transform:rotate(360deg)}}.purchase-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.purchase-summary-card{text-align:left;flex-direction:column;gap:6px;display:flex}.purchase-summary-card span{color:var(--text-muted);font-size:.8rem;font-weight:650}.purchase-summary-card strong{color:var(--primary-color);font-size:1.35rem}.purchase-status-open,.purchase-status-partial{color:#1d4ed8;background:#eff6ff}.purchase-status-partial{color:#b45309;background:#fff7ed}.purchase-feedback{text-align:left;margin-bottom:16px}.purchase-feedback.is-error{color:#b91c1c;border-color:#fecaca}.purchase-feedback.is-success{color:#15803d;border-color:#bbf7d0}.purchase-order-form,.purchase-reception-card{text-align:left}.purchase-reception-card{margin-top:18px}.purchase-reception-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.purchase-reception-summary>div{flex-direction:column;gap:4px;min-width:0;display:flex}.purchase-reception-summary span{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:700}@media (width<=700px){.purchase-reception-summary{grid-template-columns:minmax(0,1fr)}}.purchase-form-grid{grid-template-columns:minmax(220px,1fr) minmax(180px,.65fr);gap:12px;display:grid}.purchase-observations textarea{resize:vertical;min-height:44px}.purchase-order-observations{margin-top:16px}.purchase-section-heading{justify-content:space-between;align-items:center;gap:14px;margin:20px 0 12px;display:flex}.purchase-section-heading h3{margin:0 0 3px;font-size:1rem}.purchase-section-heading span{color:var(--text-muted);font-size:.78rem}.purchase-empty{border:1px dashed var(--panel-border);color:var(--text-muted);text-align:center;border-radius:10px;padding:32px 18px;font-size:.875rem}.purchase-items-table{min-width:760px}.purchase-order-edit-table{table-layout:fixed;min-width:1040px}.purchase-order-edit-table th:first-child{width:20%}.purchase-order-edit-table th:nth-child(2){width:29%}.purchase-order-edit-table th:nth-child(3){width:10%}.purchase-order-edit-table th:nth-child(4){width:12%}.purchase-order-edit-table th:nth-child(5){width:11%}.purchase-order-edit-table th:nth-child(6){width:14%}.purchase-order-edit-table td{vertical-align:middle;padding:15px 12px}.purchase-order-edit-table .purchase-number-input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.purchase-row-stock{color:var(--text-muted);margin-top:7px;font-size:.75rem;font-weight:600;display:block}.purchase-buy-cell{min-width:280px}.purchase-buy-mode{border:1px solid var(--panel-border);background:#f8fafc;border-radius:8px;margin-bottom:8px;padding:2px;display:inline-flex}.purchase-buy-mode button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:5px 9px;font-size:.72rem;font-weight:700}.purchase-buy-mode button.is-active{background:var(--primary-color);color:#fff}.purchase-direct-mode{color:var(--text-main);font-size:.84rem;font-weight:700}.purchase-cost-input{width:100%;min-width:0;position:relative}.purchase-cost-input>span{z-index:1;color:var(--text-muted);position:absolute;top:50%;left:9px;transform:translateY(-50%)}.purchase-cost-input .input-field{padding-left:22px}.purchase-row-subtotal{color:var(--primary-color);white-space:nowrap;font-size:1rem}.purchase-order-items-list{gap:12px;display:grid}.purchase-order-item-card{border:1px solid var(--panel-border);background:var(--panel-bg);border-radius:12px;overflow:hidden}.purchase-order-item-header{border-bottom:1px solid var(--panel-border);background:#f8fafc;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:13px 15px;display:grid}.purchase-order-item-identity{min-width:0}.purchase-order-item-identity>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;display:block;overflow:hidden}.purchase-stock-chip{border:1px solid var(--panel-border);background:var(--panel-bg);white-space:nowrap;border-radius:8px;align-items:baseline;gap:7px;padding:6px 9px;display:flex}.purchase-stock-chip span{color:var(--text-muted);text-transform:uppercase;font-size:.68rem;font-weight:700}.purchase-stock-chip strong{font-size:.82rem}.purchase-order-item-fields{grid-template-columns:minmax(230px,2fr) minmax(90px,.7fr) minmax(125px,.9fr) minmax(135px,.9fr) minmax(150px,1fr);align-items:start;gap:14px;padding:15px;display:grid}.purchase-order-field{flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.purchase-order-field .input-field{width:100%}.purchase-format-control{grid-template-columns:minmax(0,1fr) 38px;gap:7px;display:grid}.purchase-format-control .table-icon-button{align-self:stretch;width:38px;min-width:38px;height:auto;min-height:0;padding:0}.purchase-order-subtotal strong{color:var(--primary-color);font-size:1.08rem}.purchase-not-applicable{color:var(--text-muted);padding-top:7px;font-size:.84rem}@media (width<=1100px){.purchase-order-item-fields{grid-template-columns:repeat(6,minmax(0,1fr))}.purchase-order-format-field{grid-column:span 3}.purchase-order-field:not(.purchase-order-format-field){grid-column:span 2}}@media (width<=700px){.purchase-order-item-header{grid-template-columns:minmax(0,1fr) auto}.purchase-stock-chip{grid-area:2/1/auto/-1;justify-self:start}.purchase-order-item-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-format-field{grid-column:1/-1}.purchase-order-field:not(.purchase-order-format-field){grid-column:span 1}}@media (width<=430px){.purchase-order-item-fields{grid-template-columns:minmax(0,1fr)}.purchase-order-field,.purchase-order-field:not(.purchase-order-format-field){grid-column:1}}.purchase-order-form .table-scroll-wrapper,.purchase-reception-card .table-scroll-wrapper{overflow-x:auto}.purchase-item-meta{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.purchase-number-input{width:125px;min-width:100px;padding:8px}.purchase-price-cell{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.purchase-price-cell small{color:#b45309;font-weight:700}.purchase-current-price{align-items:center;gap:6px;display:flex}.purchase-price-value{flex-direction:column;gap:1px;display:flex}.purchase-price-value small{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.62rem;font-weight:700;line-height:1}.purchase-price-value strong{color:var(--text-main);font-size:.95rem}.purchase-new-price{min-width:118px;color:var(--primary-color);background:#006b3714;border:1px solid #006b373d;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;display:flex}.purchase-new-price .badge{padding:3px 7px;font-size:.65rem}.purchase-new-price strong{white-space:nowrap;font-size:.88rem}.purchase-price-editor{align-items:center;gap:5px;display:flex}.purchase-price-action{border-radius:7px;flex:none;padding:7px}.purchase-change-price-button{border-radius:7px;flex:none;padding:6px}.purchase-total-row{border-top:1px solid var(--panel-border);justify-content:flex-end;align-items:baseline;gap:18px;margin-top:14px;padding-top:14px;display:flex}.purchase-total-row span{color:var(--text-muted);font-size:.85rem;font-weight:700}.purchase-total-row strong{color:var(--primary-color);font-size:1.25rem}.purchase-footer-actions{justify-content:flex-end;margin-top:16px}.purchase-selector-modal,.purchase-price-modal{flex-direction:column;width:calc(100% - 32px);max-width:760px;max-height:88vh;padding:24px;display:flex}.purchase-price-modal{max-width:560px}.purchase-modal-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.purchase-modal-heading h3{margin:0 0 4px;font-size:1.2rem}.purchase-modal-heading p{color:var(--text-muted);margin:0;font-size:.84rem}.purchase-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;padding:4px;display:grid}.purchase-search{margin-bottom:10px;position:relative}.purchase-search>svg{z-index:1;color:var(--text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.purchase-search .input-field{padding-left:38px}.purchase-filter-row{gap:7px;margin-bottom:12px;display:flex;overflow-x:auto}.purchase-filter-row button{border:1px solid var(--panel-border);color:var(--text-main);white-space:nowrap;cursor:pointer;background:#fff;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:700}.purchase-filter-row button.is-active{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.purchase-selector-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:0;display:grid;overflow-y:auto}.purchase-selector-list>button{border:1px solid var(--panel-border);min-width:0;color:var(--text-main);text-align:left;cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:11px;display:flex}.purchase-selector-list>button.is-selected{border-color:var(--primary-color);color:var(--primary-color);background:#f0fdf4}.purchase-selector-list span,.purchase-price-list span{min-width:0}.purchase-selector-list strong,.purchase-selector-list small,.purchase-price-list strong,.purchase-price-list small{overflow-wrap:anywhere;display:block}.purchase-selector-list small,.purchase-price-list small{color:var(--text-muted);margin-top:3px;font-size:.72rem}.purchase-price-list{flex-direction:column;gap:8px;display:flex;overflow-y:auto}.purchase-price-list label{border:1px solid var(--panel-border);cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:11px;display:flex}.purchase-modal-footer{border-top:1px solid var(--panel-border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}@media (width<=900px){.purchase-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-observations{grid-column:1/-1}}@media (width<=650px){.purchase-summary-grid,.purchase-form-grid,.purchase-selector-list{grid-template-columns:minmax(0,1fr)}.purchase-observations{grid-column:auto}.purchase-section-heading{flex-direction:column;align-items:flex-start}.purchase-section-heading .btn{width:100%}}.provider-feedback{text-align:left;align-items:center;gap:8px;margin-bottom:16px;display:flex}.provider-feedback.is-error{color:#b91c1c;border-color:#fecaca}.provider-feedback.is-success{color:#15803d;border-color:#bbf7d0}.provider-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px;display:flex}.provider-search{flex:1;margin-bottom:0}.provider-filters{flex-shrink:0;margin-bottom:0}.provider-table{min-width:1040px}.provider-name{align-items:center;gap:10px;display:flex}.provider-name>span:last-child,.provider-details{flex-direction:column;gap:3px;min-width:0;display:flex}.provider-name small,.provider-details small,.provider-open-orders{max-width:260px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.provider-details>span{font-weight:650}.provider-icon{width:34px;height:34px;color:var(--primary-color);background:#e8f1ec;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.provider-status-inactive{color:#64748b;background:#f1f5f9}.table-icon-actions{justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.table-icon-button{border-radius:9px;width:38px;min-width:38px;height:38px;padding:0}.table-icon-danger,.table-icon-pdf{color:#c24141;background:#fff7f7;border:1.5px solid #fecaca}.table-icon-danger:hover:not(:disabled),.table-icon-pdf:hover:not(:disabled){color:#fff;background:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #dc26262e}.table-icon-success{color:#15803d;background:#f0fdf4;border:1.5px solid #bbf7d0}.table-icon-success:hover:not(:disabled){color:#fff;background:#15803d;border-color:#15803d;box-shadow:0 4px 12px #15803d2e}.provider-empty-row{color:var(--text-muted);text-align:center;padding:34px!important}.provider-modal{width:calc(100% - 32px);max-width:720px;max-height:90vh;padding:24px;overflow-y:auto}.provider-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.provider-form-wide{grid-column:1/-1}.provider-modal-error{color:#b91c1c;background:#fff7f7;border:1px solid #fecaca;border-radius:9px;align-items:center;gap:7px;margin-bottom:14px;padding:10px 12px;font-size:.84rem;font-weight:650;display:flex}@media (width<=650px){.provider-toolbar{flex-direction:column;align-items:stretch}.provider-filters{width:100%}.provider-filters button{flex:1}.provider-form-grid{grid-template-columns:minmax(0,1fr)}.provider-form-wide{grid-column:auto}}[data-tooltip]{position:relative}[data-tooltip]:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:999;pointer-events:none;background-color:#0f172a;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}[data-tooltip]:after{content:"";opacity:0;visibility:hidden;z-index:999;pointer-events:none;border:5px solid #0000;border-top-color:#0f172a;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:112%;left:50%;transform:translate(-50%)translateY(4px)}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.responsive-split{grid-template-columns:var(--split-cols,minmax(0, 1fr) minmax(0, 1fr));gap:var(--split-gap,22px);align-items:start;display:grid}@media (width<=900px){.responsive-split{grid-template-columns:1fr}}.form-grid-auto{grid-template-columns:repeat(auto-fit, minmax(var(--cell-min,210px), 1fr));gap:var(--grid-gap,14px);display:grid}.logbook-shift-grid{grid-template-columns:minmax(220px,2fr) 110px minmax(220px,2fr);align-items:end;gap:14px;display:grid}@media (width<=760px){.logbook-shift-grid{grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){.main-content{padding:28px}}.pos-layout{grid-template-rows:minmax(0,1fr);grid-template-columns:1fr 380px;gap:20px;min-height:0;display:grid}.pos-layout>*{min-width:0;min-height:0}.pos-cart-bar,.pos-cart-close{display:none}@media (width<=600px){.pos-header{padding-left:12px!important;padding-right:12px!important}.pos-header .pos-user-text{display:none}.pos-header img{max-height:64px!important}}@media (width<=900px){.pos-layout{grid-template-columns:1fr}.pos-catalog{padding-bottom:96px!important}.pos-cart{z-index:940;border-radius:20px 20px 0 0;height:auto;max-height:85vh;transition:transform .28s cubic-bezier(.16,1,.3,1);position:fixed;inset:auto 0 0;transform:translateY(100%);box-shadow:0 -12px 32px #0f172a38}.pos-cart.is-open{transform:translateY(0)}.pos-cart-close{z-index:2;border:1px solid var(--panel-border);width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:14px;right:14px}.pos-cart-overlay{z-index:920;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;border:0;position:fixed;inset:0}.pos-cart-bar{z-index:900;padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));border:none;border-top:1px solid var(--panel-border);background:var(--primary-color);color:#fff;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:1rem;font-weight:700;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #0f172a2e}.pos-cart-bar:disabled{opacity:.6;cursor:not-allowed}}.carta-page{background:linear-gradient(160deg, var(--bg-color), #eef2f7);background-attachment:fixed;min-height:100vh}.carta-overlay{width:100%;min-height:100vh;padding:28px 16px 48px}.carta-overlay--image{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(#0f172a8c,#0f172a59)}.carta-header{text-align:center;max-width:760px;margin:0 auto 26px}.carta-logo{object-fit:contain;max-width:220px;max-height:96px;margin-bottom:14px}.carta-title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 14px #0f172a73;font-size:clamp(1.7rem,6vw,2.6rem);font-weight:800}.carta-overlay:not(.carta-overlay--image) .carta-title{color:var(--primary-color);text-shadow:none}.carta-subtitle{color:#ffffffe6;text-shadow:0 1px 8px #0f172a66;margin-top:6px;font-size:clamp(.9rem,3.4vw,1.05rem)}.carta-overlay:not(.carta-overlay--image) .carta-subtitle{color:var(--text-muted);text-shadow:none}.carta-content{flex-direction:column;gap:30px;max-width:760px;margin:0 auto;display:flex}.carta-message{text-align:center;color:var(--text-muted);background:#fffffff0;border-radius:16px;padding:40px 18px;font-weight:500;box-shadow:0 10px 30px #0f172a1f}.carta-category-title{color:#fff;border-bottom:2px solid var(--accent-color);text-shadow:0 1px 10px #0f172a66;margin-bottom:14px;padding-bottom:8px;font-size:clamp(1.15rem,4.4vw,1.5rem);font-weight:700}.carta-overlay:not(.carta-overlay--image) .carta-category-title{color:var(--primary-color);text-shadow:none}.carta-filters{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:4px;display:flex}.carta-filter{cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff29;border:1px solid #ffffff80;border-radius:999px;padding:7px 16px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .18s}.carta-filter:hover{background:#ffffff47}.carta-filter.is-active{color:#fff;background:var(--accent-color);border-color:var(--accent-color);box-shadow:0 6px 16px #0f172a40}.carta-overlay:not(.carta-overlay--image) .carta-filter{color:var(--primary-color);border-color:var(--panel-border);-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffe6}.carta-overlay:not(.carta-overlay--image) .carta-filter:hover{background:#fff}.carta-overlay:not(.carta-overlay--image) .carta-filter.is-active{color:#fff;background:var(--accent-color);border-color:var(--accent-color)}.carta-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.carta-card{background:#fffffff5;border-radius:16px;flex-direction:column;gap:10px;padding:12px;display:flex;box-shadow:0 8px 24px #0f172a1f}.carta-card-image{aspect-ratio:16/10;object-fit:cover;background:#f1f5f9;border-radius:12px;width:100%}.carta-card-body{flex-direction:column;gap:6px;min-width:0;display:flex}.carta-card-head{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.carta-card-name{color:var(--text-main);overflow-wrap:anywhere;font-size:1rem;font-weight:700}.carta-card-price{color:var(--primary-color);white-space:nowrap;font-size:1rem;font-weight:800}.carta-card-stock{color:var(--text-muted);background:#f1f5f9;border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:.78rem;font-weight:600}.carta-card-stock--out{color:var(--danger-color);background:var(--danger-glow)}.carta-footer{text-align:center;color:#ffffffe6;text-shadow:0 1px 8px #0f172a66;max-width:760px;margin:34px auto 0;font-size:.85rem}.carta-overlay:not(.carta-overlay--image) .carta-footer{color:var(--text-muted);text-shadow:none}
