:root{--bg:#071017;--panel:#0d1720;--panel2:#111e29;--line:#22313c;--text:#eef2f5;--muted:#93a4b0;--primary:#d71920;--primary2:#ff333a;--success:#36b37e;--warning:#ffb020}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#071017,#0c151d 55%,#111820);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.sidebar{background:#080d12;border-right:1px solid var(--line);padding:24px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{font-weight:900;font-size:22px;letter-spacing:1px;margin-bottom:30px}.brand span{color:var(--primary)}.nav a{display:block;padding:12px 14px;border-radius:10px;color:#b8c4cb;margin-bottom:6px}.nav a.active,.nav a:hover{background:#171f26;color:white;border-left:3px solid var(--primary)}.content{padding:28px 34px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.eyebrow{color:var(--primary2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}.title{font-size:28px;font-weight:900;margin:4px 0}.subtitle{color:var(--muted)}.avatar{width:38px;height:38px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-weight:900}.grid{display:grid;grid-gap:16px;gap:16px}.kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(180deg,#101a22,#0b141b);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 12px 40px #0004}.kpi strong{display:block;font-size:27px;margin-top:10px}.kpi small,.muted{color:var(--muted)}.badge{display:inline-flex;padding:5px 9px;border-radius:99px;font-size:12px;font-weight:800;background:#27343d}.badge.red{background:#391216;color:#ff8589}.badge.green{background:#123126;color:#68d6a4}.badge.yellow{background:#3a2b12;color:#ffc65a}.section{margin-top:18px}.section h2{font-size:17px}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);font-size:14px}.table th{color:#8fa2ae;font-size:12px;text-transform:uppercase}.btn{border:0;background:var(--primary);color:#fff;padding:10px 14px;border-radius:10px;font-weight:800;cursor:pointer}.btn.secondary{background:#1d2933}.loginWrap{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.hero{padding:65px;background:radial-gradient(circle at 20% 15%,#472026 0,#111820 34%,#071017 70%);display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:58px;max-width:680px;margin:10px 0}.hero p{max-width:620px;color:#b9c4ca;font-size:18px;line-height:1.6}.loginPanel{display:grid;place-items:center;background:#15191f}.form{width:min(420px,85%)}.field{display:flex;flex-direction:column;gap:7px;margin:14px 0}.field input{background:#101a22;color:white;border:1px solid #273742;border-radius:10px;padding:13px}.error{color:#ff777c;font-size:13px}.two{grid-template-columns:1.2fr .8fr}.bars{display:flex;gap:12px;align-items:flex-end;height:190px;padding-top:20px}.bar{flex:1 1;background:linear-gradient(#df252b,#8f1519);border-radius:8px 8px 2px 2px;min-width:22px}.miniList{display:grid;grid-gap:10px;gap:10px}.miniRow{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}@media(max-width:1000px){.shell{grid-template-columns:80px 1fr}.sidebar{padding:18px 8px}.brand{font-size:0}.brand:after{content:"P";font-size:23px;color:var(--primary)}.nav a{font-size:0;text-align:center}.nav a:before{content:"•";font-size:24px}.kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.shell{display:block}.sidebar{display:none}.content{padding:20px}.kpis,.loginWrap,.two{grid-template-columns:1fr}.hero{display:none}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;overflow-y:auto}.modal{width:100%;max-width:720px;max-height:calc(100vh - 48px);overflow-y:auto;background:#101820;border:1px solid #26323d;border-radius:18px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.45)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.modal-header h2{margin:0 0 6px;font-size:24px}.modal-header p{margin:0;color:#8fa7bb}.modal-close{border:0;background:transparent;color:#ffffff;font-size:32px;cursor:pointer;line-height:1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;color:#a9bdd0;font-weight:600}.form-group input,.form-group select{width:100%;background:#0b1218;border:1px solid #293845;color:#ffffff;border-radius:10px;padding:12px 14px;outline:none;font-size:15px}.form-group input:focus,.form-group select:focus{border-color:#ed1c24}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.btn-secondary{border:1px solid #344553;background:transparent;color:#ffffff;border-radius:10px;padding:11px 18px;cursor:pointer;font-weight:600}.btn-secondary:hover{background:#18232c}@media (max-width:700px){.form-grid{grid-template-columns:1fr}.modal{padding:20px}}.stock-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stock-action-btn{border:1px solid #334554;background:#111a22;color:#dbe7ef;padding:7px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600}.stock-action-btn:hover{background:#1a2731}.stock-action-btn.danger{color:#ff6b6b;border-color:rgba(255,80,80,.35)}.stock-action-btn.danger:hover{background:rgba(255,80,80,.08)}.confirm-modal{width:100%;max-width:520px;background:#101820;border:1px solid #26323d;border-radius:18px;padding:26px;box-shadow:0 24px 70px rgba(0,0,0,.5)}.confirm-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.confirm-modal-header h2{margin:0;font-size:22px}.confirm-modal-body{margin-top:18px;color:#a9bdd0;line-height:1.6}.confirm-modal-body p{margin:0}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.btn-danger{border:1px solid #ed1c24;background:#ed1c24;color:#ffffff;border-radius:10px;padding:11px 18px;cursor:pointer;font-weight:700}.btn-danger:hover{filter:brightness(1.08)}.btn-danger:disabled,.btn-secondary:disabled,.btn:disabled{opacity:.6;cursor:not-allowed}.proclyra-toast{position:fixed;top:24px;right:24px;z-index:12000;width:min(420px,calc(100vw - 48px));min-height:74px;display:flex;align-items:center;gap:14px;padding:16px 18px;background:#101820;border:1px solid #2a3945;border-left-width:4px;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.45);animation:proclyra-toast-in .22s ease-out}.proclyra-toast.success{border-left-color:#2ecc71}.proclyra-toast.error{border-left-color:#ff3b45}.proclyra-toast.warning{border-left-color:#f4b942}.proclyra-toast.info{border-left-color:#4da3ff}.proclyra-toast-icon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;font-weight:800;background:#18242e;color:#ffffff}.proclyra-toast.success .proclyra-toast-icon{color:#2ecc71}.proclyra-toast.error .proclyra-toast-icon{color:#ff3b45}.proclyra-toast.warning .proclyra-toast-icon{color:#f4b942}.proclyra-toast.info .proclyra-toast-icon{color:#4da3ff}.proclyra-toast-content{flex:1 1;display:flex;flex-direction:column;gap:3px}.proclyra-toast-content strong{color:#f4f7fa;font-size:14px}.proclyra-toast-content span{color:#a9bdd0;font-size:13px;line-height:1.4}.proclyra-toast-close{border:0;background:transparent;color:#8194a5;font-size:21px;line-height:1;cursor:pointer;padding:4px}.proclyra-toast-close:hover{color:#ffffff}@keyframes proclyra-toast-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:600px){.proclyra-toast{top:16px;right:16px;left:16px;width:auto}}input[type=datetime-local]{color-scheme:dark}.proclyra-date-field{position:relative}.proclyra-date-field input[type=datetime-local]{width:100%;padding-right:52px}.proclyra-date-field input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:50px;height:100%;cursor:pointer}.proclyra-calendar-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:21px;line-height:1;color:#ffffff}.approval-kpis{margin-bottom:18px}.approval-panel{padding:0;overflow:hidden}.approval-panel-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.approval-panel-header h2{margin:0 0 5px;font-size:18px}.approval-panel-header p{margin:0;font-size:13px}.approval-count{padding:7px 11px;border:1px solid var(--line);border-radius:99px;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.approval-table-wrap{width:100%;overflow-x:auto}.approval-table{min-width:1050px}.approval-table td,.approval-table th{vertical-align:middle}.approval-table tbody tr{transition:background .15s ease}.approval-table tbody tr:hover{background:rgba(255,255,255,.018)}.approval-main{color:var(--text);font-weight:700}.approval-sub{color:var(--muted);font-size:12px;margin-top:4px;line-height:1.35}.approval-value{white-space:nowrap;font-size:15px}.approval-actions{flex-wrap:wrap;min-width:285px}.approval-actions,.approval-empty{display:flex;align-items:center;gap:8px}.approval-empty{min-height:160px;flex-direction:column;justify-content:center;padding:30px;color:var(--muted);text-align:center}.approval-empty strong{color:var(--text);font-size:16px}.approval-detail-modal{max-width:900px}.approval-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.approval-detail-box{min-height:90px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:14px;background:#0b1218;border:1px solid var(--line);border-radius:12px}.approval-commercial span,.approval-detail-box span,.approval-notes span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.approval-detail-box strong{font-size:15px}.approval-commercial{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin-top:16px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:12px}.approval-commercial>div{display:flex;flex-direction:column;gap:7px;padding:14px;background:#0d171f}.approval-commercial strong{font-size:14px}.approval-items{margin-top:24px}.approval-items h3{margin:0 0 10px;font-size:16px}.approval-notes{margin-top:18px;padding:15px;background:#0b1218;border:1px solid var(--line);border-radius:12px}.approval-notes p{margin:8px 0 0;color:#c6d1d8;line-height:1.5}.approval-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:17px 18px;background:rgba(215,25,32,.08);border:1px solid rgba(215,25,32,.3);border-radius:12px}.approval-total span{color:#c6d1d8;font-weight:700}.approval-total strong{color:#ffffff;font-size:22px}@media (max-width:1000px){.approval-commercial,.approval-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.approval-commercial,.approval-detail-grid{grid-template-columns:1fr}.approval-panel-header{align-items:flex-start;flex-direction:column}}.purchase-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.purchase-page-header .subtitle{margin:6px 0 0}.purchase-kpis{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.purchase-kpi-label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.purchase-kpi-value{display:block;margin-top:9px;font-size:25px;font-weight:900}.purchase-panel{padding:0;overflow:hidden}.purchase-panel-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.purchase-panel-header h2{margin:0 0 5px;font-size:18px}.purchase-panel-header p{margin:0;color:var(--muted);font-size:13px}.purchase-count{padding:7px 11px;border:1px solid var(--line);border-radius:99px;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.purchase-table-wrap{width:100%;overflow-x:auto}.purchase-table{min-width:980px}.purchase-table tbody tr{transition:background .15s ease}.purchase-table tbody tr:hover{background:rgba(255,255,255,.018)}.purchase-main{color:var(--text);font-weight:800}.purchase-sub{margin-top:4px;color:var(--muted);font-size:12px}.purchase-value{white-space:nowrap;font-size:15px;font-weight:800}.purchase-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px;text-align:center;color:var(--muted)}.purchase-empty strong{color:var(--text);font-size:16px}.purchase-generate-modal{max-width:850px}.purchase-generate-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.purchase-generate-row{display:grid;grid-template-columns:130px minmax(0,1fr) 150px auto;align-items:center;grid-gap:14px;gap:14px;padding:14px;background:#0b1218;border:1px solid var(--line);border-radius:12px}.purchase-detail-modal{max-width:920px}.purchase-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.purchase-detail-box{min-height:88px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:14px;background:#0b1218;border:1px solid var(--line);border-radius:12px}.purchase-detail-box span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.purchase-items{margin-top:22px}.purchase-items h3{margin:0 0 10px;font-size:16px}.purchase-total{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;margin-top:18px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:12px}.purchase-total>div{padding:15px;background:#0d171f}.purchase-total span{display:block;margin-bottom:7px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.purchase-total strong{font-size:18px}.purchase-total .purchase-total-final{background:rgba(215,25,32,.08)}.purchase-total .purchase-total-final strong{font-size:22px}@media (max-width:1000px){.purchase-detail-grid,.purchase-kpis{grid-template-columns:repeat(2,1fr)}.purchase-generate-row{grid-template-columns:110px minmax(0,1fr) auto}.purchase-generate-row .purchase-generate-status{display:none}}@media (max-width:700px){.purchase-page-header,.purchase-panel-header{align-items:flex-start;flex-direction:column}.purchase-page-header .btn{width:100%}.purchase-detail-grid,.purchase-generate-row,.purchase-kpis,.purchase-total{grid-template-columns:1fr}}.mobile-topbar,.sidebar-backdrop,.sidebar-close{display:none}.sidebar-header{display:block}.sidebar-footer{position:absolute;bottom:22px;left:18px;color:#657784;font-size:12px;line-height:1.45}.content{min-width:0}.content canvas,.content img,.content video{max-width:100%}.card,.section{min-width:0}@media(max-width:1000px){.shell{display:block;min-height:100vh}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:9000;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;background:rgba(8,13,18,.97);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-brand{font-size:20px;font-weight:900;letter-spacing:1px}.mobile-brand span{color:var(--primary)}.mobile-menu-button{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #2b3944;border-radius:10px;background:#111a22;cursor:pointer}.mobile-menu-button span{width:19px;height:2px;border-radius:99px;background:#fff}.sidebar{position:fixed;top:0;left:0;z-index:10001;width:min(290px,86vw);height:100dvh;display:flex;flex-direction:column;padding:22px 18px;transform:translateX(-105%);transition:transform .22s ease;box-shadow:20px 0 60px rgba(0,0,0,.38);overflow-y:auto}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.sidebar .brand{margin:0;font-size:22px}.sidebar .brand:after{content:none}.sidebar-close{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border:1px solid #2b3944;border-radius:10px;background:#111a22;color:#fff;font-size:27px;line-height:1;cursor:pointer}.sidebar .nav{padding-bottom:72px}.sidebar .nav a{display:block;padding:12px 14px;margin-bottom:6px;border-radius:10px;color:#b8c4cb;font-size:14px;text-align:left}.sidebar .nav a:before{content:none}.sidebar .nav a.active,.sidebar .nav a:hover{background:#171f26;color:#fff;border-left:3px solid var(--primary)}.sidebar-footer{position:static;margin-top:auto;padding-top:20px;color:#657784;font-size:12px}.sidebar-backdrop{position:fixed;inset:0;z-index:10000;display:block;border:0;padding:0;background:rgba(0,0,0,.68);cursor:default}.content{width:100%;padding:24px}.topbar{gap:16px}.title{font-size:25px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.mobile-topbar{height:60px;padding:0 16px}.mobile-brand{font-size:19px}.mobile-menu-button{width:40px;height:40px}.sidebar{display:flex;width:min(300px,88vw)}.content{padding:18px 14px 28px}.topbar{align-items:flex-start;flex-wrap:wrap;margin-bottom:20px}.title{font-size:23px;line-height:1.15}.subtitle{line-height:1.45}.kpis,.two{grid-template-columns:1fr}.card{padding:15px;border-radius:14px}.modal-overlay{padding:12px;align-items:flex-start}.modal{max-height:calc(100dvh - 24px);padding:18px;border-radius:14px}.modal-header{gap:12px;margin-bottom:20px}.modal-header h2{font-size:20px}.confirm-modal-actions,.modal-actions{flex-direction:column-reverse}.confirm-modal-actions .btn,.confirm-modal-actions .btn-danger,.confirm-modal-actions .btn-secondary,.modal-actions .btn,.modal-actions .btn-danger,.modal-actions .btn-secondary{width:100%}.table{min-width:680px}.card,.section{overflow-x:auto}}@media(max-width:430px){.content{padding:16px 12px 24px}.title{font-size:21px}.kpi strong{font-size:24px}.sidebar{width:90vw}}.proclyra-account-bar{position:relative;z-index:2000;display:flex;justify-content:flex-end;min-height:42px;margin-bottom:8px}.proclyra-account{position:relative}.proclyra-account-trigger{display:flex;align-items:center;gap:11px;border:0;padding:2px;background:transparent;color:var(--text);cursor:pointer}.proclyra-account-copy{display:flex;flex-direction:column;align-items:flex-end;gap:2px;max-width:230px}.proclyra-account-copy strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.proclyra-account-copy span{color:var(--muted);font-size:11px}.proclyra-account-trigger .avatar{transition:transform .15s ease,box-shadow .15s ease}.proclyra-account-trigger:hover .avatar{transform:translateY(-1px);box-shadow:0 0 0 3px rgba(215,25,32,.16)}.proclyra-account-menu{position:absolute;top:50px;right:0;z-index:12000;width:320px;overflow:hidden;background:#0d171f;border:1px solid #293845;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.5)}.proclyra-account-menu-head{display:flex;align-items:center;gap:12px;padding:18px}.proclyra-account-avatar{flex:0 0 42px;width:42px;height:42px}.proclyra-account-menu-head>div:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.proclyra-account-menu-head span,.proclyra-account-menu-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proclyra-account-menu-head strong{font-size:14px}.proclyra-account-menu-head span{color:#a9bdd0;font-size:12px}.proclyra-account-menu-head small{width:max-content;margin-top:3px;padding:4px 7px;border-radius:99px;background:rgba(215,25,32,.12);color:#ff7c81;font-size:10px;font-weight:800}.proclyra-account-menu-divider{height:1px;background:var(--line)}.proclyra-account-menu>button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:13px 18px;border:0;background:transparent;color:#eef2f5;text-align:left;cursor:pointer}.proclyra-account-menu>button:hover{background:#15212a}.proclyra-account-menu>button span{font-size:13px;font-weight:800}.proclyra-account-menu>button small{color:var(--muted);font-size:11px}.proclyra-account-menu>button.danger span{color:#ff7479}.proclyra-account-modal{max-width:680px}.proclyra-profile-summary{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding:16px;background:#0b1218;border:1px solid var(--line);border-radius:14px}.proclyra-profile-avatar{width:48px;height:48px;flex:0 0 48px}.proclyra-profile-summary>div:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.proclyra-profile-summary strong{font-size:15px}.proclyra-profile-summary span{color:#a9bdd0;font-size:13px}.proclyra-profile-summary small{color:#ff7c81;font-size:11px;font-weight:800}.proclyra-account-section-title{margin:0 0 14px;color:#eef2f5;font-size:14px;font-weight:900}.proclyra-inline-message{margin-top:16px;padding:11px 13px;border-radius:10px;font-size:13px;font-weight:700}.proclyra-inline-message.error{color:#ff9a9e;background:rgba(215,25,32,.1);border:1px solid rgba(215,25,32,.25)}.proclyra-inline-message.success{color:#68d6a4;background:rgba(54,179,126,.09);border:1px solid rgba(54,179,126,.24)}.proclyra-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.proclyra-help-grid>div{display:flex;flex-direction:column;gap:6px;padding:13px;background:#0b1218;border:1px solid var(--line);border-radius:10px}.proclyra-help-grid span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.proclyra-help-grid strong{color:#fff;font-size:13px}@media(max-width:1000px){.proclyra-account-bar{margin-top:0}}@media(max-width:700px){.proclyra-account-bar{min-height:38px;margin-bottom:4px}.proclyra-account-copy{display:none}.proclyra-account-menu{position:fixed;top:70px;right:14px;left:14px;width:auto}.proclyra-help-grid{grid-template-columns:1fr}}.receipt-register-modal{max-width:1080px;overflow-x:hidden}.receipt-register-modal .modal-header{padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid var(--line)}.receipt-form-grid label{min-width:0;display:flex;flex-direction:column;gap:8px;color:#a9bdd0;font-size:13px;font-weight:700}.receipt-register-modal input,.receipt-register-modal select,.receipt-register-modal textarea{width:100%;min-width:0;border:1px solid #293845;border-radius:10px;background:#0b1218;color:#eef2f5;padding:12px 13px;outline:none;font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.receipt-register-modal input::placeholder,.receipt-register-modal textarea::placeholder{color:#657784}.receipt-register-modal input:focus,.receipt-register-modal select:focus,.receipt-register-modal textarea:focus{border-color:var(--primary);background:#0d161e;box-shadow:0 0 0 3px rgba(215,25,32,.1)}.receipt-register-modal input[type=date]{color-scheme:dark}.receipt-register-modal textarea{min-height:92px;resize:vertical;line-height:1.45}.receipt-register-modal select{cursor:pointer}.receipt-register-modal select option{background:#0b1218;color:#eef2f5}.receipt-register-modal .purchase-items{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.receipt-register-modal .purchase-items h3{margin-bottom:14px}.receipt-items-table-wrap{overflow-x:visible;border:1px solid var(--line);border-radius:12px}.receipt-items-table{width:100%;min-width:0;table-layout:auto}.receipt-items-table td,.receipt-items-table th{padding:12px 9px;vertical-align:middle}.receipt-items-table th{white-space:nowrap}.receipt-items-table td:first-child,.receipt-items-table th:first-child{width:26%}.receipt-items-table td:nth-child(2),.receipt-items-table td:nth-child(3),.receipt-items-table td:nth-child(4){white-space:nowrap}.receipt-quantity-control{display:flex;align-items:center;gap:7px;min-width:170px}.receipt-quantity-input{width:100px!important;flex:1 1 100px}.receipt-quantity-control .btn{flex:0 0 auto;min-height:42px;padding:10px 13px}.receipt-items-table select{min-width:155px}.receipt-divergence-box{margin-top:12px;min-height:auto}.receipt-divergence-box input{margin-top:2px}.receipt-notes-grid{margin-top:18px}.receipt-register-modal .modal-actions{padding-top:20px;border-top:1px solid var(--line)}@media(max-width:1000px){.receipt-register-modal{max-width:920px}.receipt-items-table-wrap{overflow-x:auto}.receipt-items-table{min-width:820px}}@media(max-width:700px){.receipt-register-modal{width:100%;max-width:none}.receipt-form-grid{grid-template-columns:1fr}.receipt-form-grid label[style]{grid-column:auto!important}.receipt-items-table{min-width:760px}.receipt-quantity-control{min-width:155px}}.requisition-textarea{width:100%;min-height:96px;resize:vertical;background:#0b1218;border:1px solid #293845;color:#ffffff;border-radius:10px;padding:12px 14px;outline:none;font:inherit;font-size:15px;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.requisition-textarea::placeholder{color:#6f8291;opacity:1}.requisition-textarea:hover{border-color:#344957}.requisition-textarea:focus{border-color:#ed1c24;box-shadow:0 0 0 3px rgba(237,28,36,.1);background:#0d151c}.requisition-emergency-field{justify-content:flex-end;padding-top:28px}.requisition-emergency-toggle{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:11px;margin:0;padding:11px 14px;border:1px solid #293845;border-radius:10px;background:#0b1218;color:#dce6ed;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s ease,background .15s ease}.requisition-emergency-toggle:hover{border-color:#3a4d5c;background:#0f1921}.requisition-emergency-toggle input{position:absolute;opacity:0;pointer-events:none}.requisition-checkbox-ui{position:relative;width:20px;height:20px;flex:0 0 20px;border:1px solid #536776;border-radius:5px;background:#081017;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.requisition-emergency-toggle input:focus-visible+.requisition-checkbox-ui{border-color:#ed1c24;box-shadow:0 0 0 3px rgba(237,28,36,.14)}.requisition-emergency-toggle input:checked+.requisition-checkbox-ui{border-color:#ed1c24;background:#ed1c24}.requisition-emergency-toggle input:checked+.requisition-checkbox-ui:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.requisition-emergency-toggle span:last-child{font-size:14px;font-weight:800}@media(max-width:700px){.requisition-emergency-field{padding-top:0}.requisition-emergency-toggle{justify-content:flex-start}.requisition-textarea{min-height:110px}}.purchase-detail-items-wrap,.receipt-history-balance-wrap{width:100%;overflow-x:visible}.purchase-detail-items-table,.receipt-history-balance-table{width:100%;min-width:0;table-layout:fixed}.purchase-detail-items-table td,.purchase-detail-items-table th,.receipt-history-balance-table td,.receipt-history-balance-table th{min-width:0}.purchase-detail-items-table td:first-child,.purchase-detail-items-table th:first-child{width:39%;white-space:normal;overflow-wrap:anywhere}.purchase-detail-items-table td:nth-child(2),.purchase-detail-items-table th:nth-child(2){width:19%}.purchase-detail-items-table td:nth-child(3),.purchase-detail-items-table th:nth-child(3){width:10%}.purchase-detail-items-table td:nth-child(4),.purchase-detail-items-table td:nth-child(5),.purchase-detail-items-table th:nth-child(4),.purchase-detail-items-table th:nth-child(5){width:16%}.purchase-detail-items-table td:nth-child(2),.purchase-detail-items-table td:nth-child(3),.purchase-detail-items-table td:nth-child(4),.purchase-detail-items-table td:nth-child(5){white-space:nowrap}.receipt-history-balance-table td:first-child,.receipt-history-balance-table th:first-child{width:46%;white-space:normal;overflow-wrap:anywhere}.receipt-history-balance-table td:nth-child(2),.receipt-history-balance-table td:nth-child(3),.receipt-history-balance-table td:nth-child(4),.receipt-history-balance-table th:nth-child(2),.receipt-history-balance-table th:nth-child(3),.receipt-history-balance-table th:nth-child(4){width:18%;white-space:nowrap}@media (max-width:700px){.purchase-detail-items-wrap,.receipt-history-balance-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.purchase-detail-items-table{min-width:620px;table-layout:auto}.receipt-history-balance-table{min-width:560px;table-layout:auto}}