@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";.module-wrap{display:grid;gap:18px}.module-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.module-title{display:flex;align-items:center;gap:13px}.module-title>svg{width:23px;color:#ef4b1d}.module-title h2{font:700 24px Georgia,serif;margin:0}.module-title p{margin:3px 0 0;color:#748078}.module-card{background:#fff;border:1px solid #e1e5e1;border-radius:14px;padding:18px;box-shadow:0 4px 15px #14281f09}.module-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;background:#f1f5f2;border:1px solid #dce5df;border-radius:14px;padding:15px}.module-form input,.module-form select,.module-form textarea{width:100%;border:1px solid #d4ddd7;border-radius:9px;background:#fff;padding:11px 12px;font:inherit;box-sizing:border-box}.module-form textarea{grid-column:span 2;min-height:70px;resize:vertical}.module-form label{font-size:12px;color:#647269}.module-form label input{display:block;margin-top:4px}.module-form.compact{grid-template-columns:auto 1fr 2fr 1fr 1fr auto;align-items:end}.module-form.compact>svg{align-self:center;color:#ef4b1d}.module-notice,.module-error{display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:10px}.module-notice{background:#e8f5ef;color:#246b4d}.module-error{background:#fff0ed;color:#9f351e}.module-state,.empty{display:grid;place-items:center;gap:8px;min-height:220px;color:#657269}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.data-table{padding:0;overflow:hidden}.table-row{display:grid;grid-template-columns:1.5fr 1.2fr .7fr .7fr .6fr;gap:14px;align-items:center;padding:14px 17px;border-bottom:1px solid #edf0ed;font-size:13px}.table-row:last-child{border:0}.table-head{background:#f5f7f5;color:#728078;text-transform:uppercase;font-size:10px;letter-spacing:.08em;font-weight:700}.table-row span{min-width:0}.table-row b,.table-row small{display:block}.table-row small{margin-top:3px;color:#7b877f}.role-chip{width:max-content;padding:5px 8px;background:#edf3ef;border-radius:999px;text-transform:capitalize}.inventory-grid,.alert-grid,.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.inventory-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px}.inventory-copy b,.inventory-copy span,.inventory-copy small{display:block}.inventory-copy span{font-size:12px;color:#5f6d64;margin-top:3px}.inventory-copy small{font-size:11px;color:#8a958e;margin-top:4px}.inventory-card>strong{font-size:28px}.minimum{grid-column:2;font-size:11px;color:#78857d}.stepper{grid-column:3;display:flex;gap:5px}.stepper button{display:grid;place-items:center;width:32px;height:32px;border:1px solid #d7ded9;border-radius:8px;background:#fff}.stepper svg{width:15px}.alert-card{display:grid;grid-template-columns:auto 1fr;gap:13px}.severity{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#edf2fb;color:#39619a}.severity.warning{background:#fff2db;color:#a46618}.severity.critical{background:#ffebe7;color:#b5412d}.alert-card p{color:#5f6b64;font-size:13px;margin:6px 0}.alert-card small{color:#8a958e}.report-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.report-grid article{display:grid;gap:7px}.report-grid svg{color:#ef4b1d}.report-grid strong{font-size:30px}.report-grid span{font-size:12px;color:#6e7a72}.settings-card{display:flex;align-items:center;gap:16px}.settings-avatar{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#dcebe3;color:#245b43;font-size:20px;font-weight:800}.settings-card h2,.settings-card p{margin:0}.settings-card p{color:#738078;margin-top:4px}.settings-tags{display:flex;gap:7px;margin-top:10px}.settings-tags span{padding:5px 8px;background:#eff3f0;border-radius:999px;font-size:11px;text-transform:capitalize}.danger-button{margin-left:auto;display:flex;align-items:center;gap:7px;border:1px solid #e5bcb3;background:#fff4f1;color:#9d3d29;border-radius:9px;padding:10px 13px}.danger-button svg{width:17px}@media(max-width:900px){.module-form,.module-form.compact{grid-template-columns:1fr 1fr}.module-form.compact>svg{display:none}.inventory-grid,.alert-grid{grid-template-columns:1fr}.report-grid{grid-template-columns:repeat(2,1fr)}.table-row{grid-template-columns:1.4fr 1fr .7fr}.table-row>*:nth-child(4),.table-row>*:nth-child(5){display:none}}@media(max-width:600px){.module-header{align-items:flex-start;flex-direction:column}.module-form{grid-template-columns:1fr}.module-form textarea{grid-column:auto}.report-grid{grid-template-columns:1fr 1fr}.settings-card{align-items:flex-start;flex-wrap:wrap}.danger-button{margin-left:0}}.inventory-photo{width:40px;height:40px;border-radius:9px;object-fit:cover;background:#eef1f4}.member-cell{display:flex!important;align-items:center;gap:9px}.member-cell>img,.member-cell>i{width:34px;height:34px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#e5edf8;color:#184c95;font-style:normal;font-weight:800}.row-actions{display:flex!important;align-items:center;gap:5px}.row-actions button,.stepper button{border:1px solid #d7ded9;background:#fff;border-radius:7px;width:30px;height:30px;display:grid;place-items:center}.row-actions svg,.stepper svg{width:14px}.delete-icon{color:#b64231!important;border-color:#efc8c1!important}.file-field{border:1px dashed #c9d5ce;border-radius:9px;padding:9px;display:flex;align-items:center;gap:7px}.file-field svg{width:16px}.file-field input{padding:0;border:0;background:transparent}.editor-form{border-color:#c8d7e8;background:#eef4fb}.settings-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.theme-setting{display:flex;align-items:center;justify-content:space-between}.theme-setting>div{display:flex;align-items:center;gap:11px}.theme-setting b,.theme-setting small{display:block}.theme-setting small{color:#758078;margin-top:3px}.toggle{width:48px;height:27px;border:0;border-radius:20px;background:#cbd3cf;padding:3px}.toggle i{display:block;width:21px;height:21px;background:#fff;border-radius:50%;transition:.2s}.toggle.on{background:#2e6c51}.toggle.on i{transform:translate(21px)}.privilege-grid{display:grid}.privilege-head,.privilege-row{display:grid;grid-template-columns:1.5fr repeat(3,1fr);align-items:center;padding:11px;border-top:1px solid #e6ebe8}.privilege-head{background:#f5f7f6;border-radius:9px;font-size:11px}.privilege-head b:not(:first-child),.privilege-row input{justify-self:center}.privilege-row{font-size:12px}.privilege-row input{width:18px;height:18px}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=dark] body,:root[data-theme=dark] .shell{background:#0f1512;color:#e6ece8}:root[data-theme=dark] header,:root[data-theme=dark] .panel,:root[data-theme=dark] .module-card,:root[data-theme=dark] .metrics article{background:#17201b;border-color:#2a3730}:root[data-theme=dark] .command,:root[data-theme=dark] .module-form,:root[data-theme=dark] .privilege-head{background:#111914;border-color:#2b3931}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea,:root[data-theme=dark] button{color:inherit}:root[data-theme=dark] .module-form input,:root[data-theme=dark] .module-form select,:root[data-theme=dark] .module-form textarea,:root[data-theme=dark] .row-actions button,:root[data-theme=dark] .stepper button{background:#1e2923;border-color:#35443b}:root[data-theme=dark] .table-row,:root[data-theme=dark] .privilege-row{border-color:#29362f}.phone-stage{min-height:100vh;background:radial-gradient(circle at top,#dbe4f4,#eef1f5 45%,#d8dee8);display:grid;place-items:center;padding:36px}.presenter-note{position:fixed;top:18px;right:22px;background:#fff;border:1px solid #dce2ea;border-radius:30px;padding:9px 14px;display:flex;gap:7px;align-items:center;font-size:12px;color:#174a88;box-shadow:0 8px 30px #20324f18}.phone{width:390px;height:820px;background:#f2f5f4;border:10px solid #171a1f;border-radius:44px;box-shadow:0 28px 80px #1e2a3d42;position:relative;overflow:hidden}.phone:before{content:"";position:absolute;z-index:8;width:120px;height:25px;background:#171a1f;border-radius:0 0 18px 18px;top:0;left:50%;transform:translate(-50%)}.phone-status{height:38px;background:#092b69;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:6px 20px 0;font-size:11px}.phone-status span:last-child{display:flex;align-items:center;gap:5px}.phone-hero{background:#092b69;color:#fff;padding:12px 22px 52px}.phone-brand{display:flex;align-items:center;gap:9px}.phone-brand img{width:37px;height:45px;object-fit:cover;border-radius:7px}.phone-brand b,.phone-brand small{display:block}.phone-brand b{font:800 14px Manrope}.phone-brand small{font-size:8px;letter-spacing:.22em;color:#ffc52f}.phone-brand button{margin-left:auto;background:#ffffff16;color:#fff;border:1px solid #ffffff20;border-radius:9px;width:36px;height:36px;display:grid;place-items:center}.phone-kicker{display:block;color:#ffc52f;font-size:8px;letter-spacing:.15em;font-weight:800;margin-top:19px}.phone-hero h1{font:800 27px Manrope;line-height:1.08;max-width:270px;margin:8px 0}.phone-hero p{color:#c5d3e9;font-size:11px;margin:0}.phone-content{display:block;padding:0 16px 74px;margin-top:-29px;height:590px;overflow:auto}.identity-card,.phone-panel{background:#fff;border:1px solid #e1e6e3;border-radius:16px;padding:16px;box-shadow:0 6px 20px #1f342813}.identity-card>span{font-size:8px;letter-spacing:.16em;color:#78867f;font-weight:800}.identity-line{display:flex;align-items:center;gap:10px;margin-top:8px}.phone-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e3ebf8;color:#123da1;font-weight:800}.identity-line h2{font:800 18px Manrope;margin:0}.identity-line p{margin:2px 0;color:#738078;font-size:10px}.duty-ready{display:flex;align-items:center;gap:5px;background:#e6f4ec;color:#287552;width:max-content;padding:6px 9px;border-radius:18px;margin-top:12px;font-size:10px;font-weight:700}.phone-scan{width:100%;border:0;background:#ed4916;color:#fff;border-radius:14px;margin:12px 0;padding:13px;display:grid;grid-template-columns:32px 1fr 18px;align-items:center;text-align:left}.phone-scan b,.phone-scan span{display:block}.phone-scan b{font-size:13px}.phone-scan span{font-size:9px;color:#ffe3dc;margin-top:2px}.phone-panel{box-shadow:none}.phone-panel-head>div{display:flex;align-items:center;gap:9px;color:#153e82}.phone-panel-head b,.phone-panel-head small{display:block}.phone-panel-head b{font-size:12px}.phone-panel-head small{font-size:9px;color:#7b8781;margin-top:2px}.requested-item{display:flex;align-items:center;gap:9px;padding:12px 0;border-top:1px solid #edf0ed;margin-top:12px}.gear-icon{width:37px;height:37px;border-radius:9px;background:#e9eef8;color:#123da1;display:grid;place-items:center;font-weight:800;font-size:11px}.requested-item b,.requested-item span{display:block}.requested-item b{font-size:11px}.requested-item span{font-size:9px;color:#77837d;margin-top:3px}.request-button{width:100%;border:0;background:#123da1;color:#fff;border-radius:9px;padding:10px;font-weight:800;font-size:11px}.request-status{padding:10px;border-radius:9px;font-weight:700;font-size:10px;display:flex;align-items:center;justify-content:center;gap:7px}.request-status.pending{background:#fff3d3;color:#89610d}.request-status.pending i{width:7px;height:7px;border-radius:50%;background:#e3a52e;animation:pulse 1s infinite}.last-sync{display:flex;gap:8px;align-items:center;padding:12px 4px;color:#3b765b}.last-sync b,.last-sync span{display:block}.last-sync b{font-size:10px}.last-sync span{font-size:8px;color:#76837c;margin-top:2px}.phone-nav{position:absolute;bottom:0;left:0;right:0;height:66px;background:#fff;border-top:1px solid #dfe5e1;display:grid;grid-template-columns:repeat(4,1fr);z-index:4}.phone-nav button{border:0;background:transparent;color:#829088;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.phone-nav svg{width:18px}.phone-nav span{font-size:8px}.phone-nav .selected{color:#123da1}.phone-toast{position:absolute;bottom:78px;left:18px;right:18px;background:#10231c;color:#fff;border-radius:11px;padding:12px;display:flex;gap:8px;align-items:center;font-size:10px;box-shadow:0 12px 30px #0d1d1766;z-index:7}@keyframes pulse{50%{opacity:.35}}@media(max-width:500px){.phone-stage{padding:0;background:#111}.presenter-note{display:none}.phone{width:100vw;height:100vh;border:0;border-radius:0}.phone-content{height:calc(100vh - 230px)}}.compact-hero{padding-bottom:42px}.compact-hero h1{font-size:23px;margin-bottom:0}.phone-tab-view{display:grid;gap:10px}.scan-target{min-height:210px;border:2px dashed #ed4916;background:#fff7f3;color:#173661;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.scan-target svg{width:54px;height:54px;color:#ed4916}.scan-target b{font-size:14px}.scan-target span{font-size:10px;color:#79847e}.phone-camera{width:100%;border:1px solid #ced7e8;background:#fff;color:#123da1;border-radius:10px;padding:11px;font-weight:800;font-size:11px}.phone-info{display:flex;align-items:center;gap:9px;padding:13px}.phone-info svg{color:#26845a}.phone-info b,.phone-info span{display:block}.phone-info b{font-size:11px}.phone-info span{font-size:9px;color:#76837c;margin-top:2px}.phone-gear,.phone-alert{background:#fff;border:1px solid #e1e6e3;border-radius:14px;padding:12px;display:flex;align-items:center;gap:9px}.phone-gear>div:nth-child(2),.phone-alert>div{flex:1}.phone-gear b,.phone-gear span,.phone-gear small,.phone-alert b,.phone-alert small{display:block}.phone-gear b,.phone-alert b{font-size:11px}.phone-gear span,.phone-gear small,.phone-alert small{font-size:8px;color:#7b8781;margin-top:2px}.phone-gear button,.phone-alert button{border:0;background:#e9eef8;color:#123da1;border-radius:8px;padding:7px 8px;font-size:8px;font-weight:800}.phone-alert{align-items:flex-start}.phone-alert>svg{width:17px;color:#de7c22;margin-top:2px}.phone-alert p{font-size:9px;line-height:1.4;color:#596861;margin:5px 0}.phone-logout{border:1px solid #f0cbc4;background:#fff2ef;color:#a13c2b;border-radius:10px;padding:10px;display:flex;justify-content:center;align-items:center;gap:6px;font-size:10px;font-weight:800}.phone-logout svg{width:15px}.request-status.approved{background:#e3f4eb;color:#24714e}.request-status.denied{background:#fae8e4;color:#a44131}.fv-phone{background:#f6f7f8;color:#15233a}.fv-mobile-main{height:716px;overflow:auto;padding-bottom:76px}.fv-mobile-header{position:sticky;top:0;z-index:3;height:78px;background:#0b3477;color:#fff;padding:16px 18px 12px;display:flex;align-items:end;justify-content:space-between}.fv-mobile-header span{display:block;color:#ffca35;font-size:7px;font-weight:800;letter-spacing:.14em}.fv-mobile-header h1{font:800 21px Manrope;margin:4px 0 0}.fv-mobile-header button,.fv-profile-header button{border:0;background:#ffffff15;color:inherit;border-radius:9px;width:35px;height:35px;display:grid;place-items:center}.fv-mobile-header svg{width:16px}.fv-screen{padding:14px 15px 22px}.fv-scan-orbit{min-height:205px;border-radius:22px;background:linear-gradient(145deg,#eff5ff,#fff);border:1px solid #d9e5f6;box-shadow:0 10px 28px #163b7210;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;position:relative}.fv-scan-orbit:before{content:"";position:absolute;width:118px;height:118px;border:2px solid #1c5bbd22;border-radius:50%}.fv-scan-orbit svg{width:52px;height:52px;color:#ed4916;z-index:1}.fv-scan-orbit b{font:800 16px Manrope;text-transform:capitalize}.fv-scan-orbit span{font-size:10px;color:#748194}.fv-primary-wide{width:100%;margin-top:10px;border:0;border-radius:11px;background:#ed4916;color:#fff;padding:11px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:10px}.fv-primary-wide svg{width:16px}.fv-section-label{display:flex;align-items:center;gap:8px;color:#7c8797;font-size:8px;font-weight:800;letter-spacing:.08em;margin:18px 0 8px}.fv-section-label:after{content:"";height:1px;background:#dfe4eb;flex:1}.fv-member-quick{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fv-member-quick button,.fv-roster-list button,.fv-expiry-list button{border:1px solid #e1e6ed;background:#fff;border-radius:12px;padding:10px;display:flex;align-items:center;gap:8px;text-align:left;color:inherit}.fv-member-quick i,.fv-roster-list i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#e7effb;color:#164b99;font-style:normal;font-size:9px;font-weight:800}.fv-member-quick span,.fv-roster-list span,.fv-expiry-list span{flex:1;min-width:0}.fv-member-quick b,.fv-member-quick small,.fv-roster-list b,.fv-roster-list small,.fv-roster-list em,.fv-expiry-list b,.fv-expiry-list small,.fv-expiry-list em{display:block}.fv-member-quick b,.fv-roster-list b,.fv-expiry-list b{font-size:10px}.fv-member-quick small,.fv-roster-list small,.fv-expiry-list small{font-size:8px;color:#7d8896;margin-top:2px}.fv-member-quick em,.fv-roster-list strong{font-style:normal;background:#faebe8;color:#bd4533;border-radius:20px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;font-size:8px;font-weight:800}.fv-live-note{display:flex;gap:8px;align-items:center;margin-top:12px;padding:11px;border:1px solid #d8e8df;background:#edf7f1;border-radius:11px;color:#287152}.fv-live-note svg{width:18px}.fv-live-note b,.fv-live-note small{display:block}.fv-live-note b{font-size:9px}.fv-live-note small{font-size:8px;color:#6f8177;margin-top:2px}.fv-tabbar{position:absolute;z-index:6;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid #dfe4ea;display:grid;grid-template-columns:repeat(4,1fr)}.fv-tabbar button{border:0;background:transparent;color:#8490a0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.fv-tabbar button.active{color:#10448f}.fv-tabbar svg{width:18px}.fv-tabbar span{font-size:8px;font-weight:700}.fv-stat-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fv-stat-pair>div{background:#fff;border:1px solid #e1e6ed;border-radius:12px;padding:11px;display:flex;align-items:center;gap:8px}.fv-stat-pair svg{width:20px;color:#1855aa}.fv-stat-pair b,.fv-stat-pair small{display:block}.fv-stat-pair b{font:800 17px Manrope}.fv-stat-pair small{font-size:8px;color:#7b8694}.fv-actions{display:flex;gap:7px;margin:10px 0}.fv-actions button{flex:1;border:1px solid #dce3ec;background:#fff;color:#184c95;border-radius:9px;padding:8px 6px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:8px;font-weight:800}.fv-actions svg{width:14px}.fv-actions.four button{flex-direction:column;gap:2px}.fv-search{height:39px;border:1px solid #dce2ea;background:#fff;border-radius:10px;display:flex;align-items:center;padding:0 10px;color:#7d8997}.fv-search svg{width:15px}.fv-search input{min-width:0;flex:1;border:0;outline:0;padding:0 8px;font:10px inherit}.fv-segments{display:grid;grid-template-columns:repeat(3,1fr);background:#e9edf2;padding:3px;border-radius:10px;margin:9px 0}.fv-segments button,.fv-category-scroll button{border:0;background:transparent;border-radius:7px;padding:7px;color:#667487;font-size:8px;font-weight:800}.fv-segments button.active,.fv-category-scroll button.active{background:#fff;color:#164d9a;box-shadow:0 2px 7px #22344f12}.fv-result-count{font-size:8px;color:#7d8794;font-weight:700}.fv-roster-list,.fv-expiry-list{display:grid;gap:7px;margin-top:7px}.fv-roster-list button{width:100%}.fv-roster-list em{font-style:normal;font-size:7px;color:#87919e;margin-top:3px}.fv-roster-list svg,.fv-expiry-list svg{width:14px;color:#9aa4b1}.fv-alert-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fv-alert-summary>div{border-radius:13px;padding:14px}.fv-alert-summary .expired{background:#fae8e5;color:#b94031}.fv-alert-summary .expiring{background:#fff1d4;color:#98630d}.fv-alert-summary b,.fv-alert-summary span{display:block}.fv-alert-summary b{font:800 22px Manrope}.fv-alert-summary span{font-size:8px;font-weight:700}.fv-expiry-list button{width:100%;padding:9px}.fv-expiry-list i{width:7px;align-self:stretch;border-radius:9px}.fv-expiry-list i.expired{background:#d94c38}.fv-expiry-list i.expiring{background:#e2a42e}.fv-expiry-list em{font-style:normal;font-size:8px;margin-top:5px;color:#566477}.fv-inventory-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:9px;color:#748193}.fv-inventory-title>div{display:flex}.fv-inventory-title button{border:1px solid #dce3eb;background:#fff;color:#8793a2;width:30px;height:29px;display:grid;place-items:center}.fv-inventory-title button:first-child{border-radius:8px 0 0 8px}.fv-inventory-title button:last-child{border-radius:0 8px 8px 0}.fv-inventory-title button.active{background:#154f9e;color:#fff}.fv-inventory-title svg{width:14px}.fv-low-stock{width:100%;border:1px solid #f0d9a8;background:#fff8e8;color:#93620f;border-radius:11px;padding:9px;display:flex;align-items:center;gap:8px;text-align:left}.fv-low-stock.active{box-shadow:0 0 0 2px #e9b54a}.fv-low-stock svg{width:18px}.fv-low-stock span{flex:1}.fv-low-stock b,.fv-low-stock small{display:block}.fv-low-stock b{font-size:9px}.fv-low-stock small{font-size:7px;margin-top:2px}.fv-low-stock em{font-style:normal;font-size:8px;font-weight:800}.fv-category-scroll{display:flex;gap:5px;overflow:auto;padding:9px 0}.fv-category-scroll button{white-space:nowrap;background:#edf0f4}.fv-inventory-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fv-inventory-list{display:grid;gap:7px}.fv-inventory-grid>button,.fv-inventory-list>button{border:1px solid #e0e5ec;background:#fff;border-radius:12px;color:inherit;text-align:left;padding:10px;display:grid;gap:7px}.fv-inventory-list>button{grid-template-columns:34px 1fr auto;align-items:center}.fv-inventory-grid i,.fv-inventory-list i{width:32px;height:32px;border-radius:8px;background:#e8effa;color:#1852a3;display:grid;place-items:center}.fv-inventory-grid svg,.fv-inventory-list svg{width:16px}.fv-inventory-grid span,.fv-inventory-list span{min-width:0}.fv-inventory-grid b,.fv-inventory-grid small,.fv-inventory-grid em,.fv-inventory-list b,.fv-inventory-list small,.fv-inventory-list em{display:block}.fv-inventory-grid b,.fv-inventory-list b{font-size:9px}.fv-inventory-grid small,.fv-inventory-list small{font-size:7px;color:#7c8795;margin-top:2px}.fv-inventory-grid em,.fv-inventory-list em{font-style:normal;font-size:7px;color:#87929f;margin-top:4px}.fv-inventory-grid>button>strong,.fv-inventory-list>button>strong{font:800 17px Manrope;color:#183b73}.fv-inventory-grid>button>strong.low,.fv-inventory-list>button>strong.low{color:#c14231}.fv-inventory-grid>button>strong small,.fv-inventory-list>button>strong small{color:inherit;font-size:6px;font-family:DM Sans}.fv-form{border:1px solid #dce3eb;background:#fff;border-radius:12px;padding:10px;display:grid;gap:7px;margin:9px 0}.fv-form>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.fv-form input,.fv-form select,.fv-form textarea{width:100%;border:1px solid #dce2e9;border-radius:8px;padding:9px;font:9px inherit;outline:0}.fv-form textarea{min-height:62px;resize:vertical}.fv-form button{border:0;background:#154f9e;color:#fff;border-radius:8px;padding:10px;font-size:9px;font-weight:800}.fv-empty{border:1px dashed #cfd8e3;border-radius:13px;padding:24px;text-align:center;color:#718092;display:flex;flex-direction:column;align-items:center;gap:5px}.fv-empty svg{width:28px;color:#3b825f}.fv-empty b{font-size:11px}.fv-empty span{font-size:8px;max-width:230px}.fv-profile-header{height:52px;background:#0b3477;color:#fff;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:5px 12px;text-align:center}.fv-profile-header>b{font:800 13px Manrope}.fv-profile-header button{font-size:9px;font-weight:800}.fv-profile-header svg{width:17px}.fv-profile-hero{background:#0b3477;color:#fff;text-align:center;padding:8px 16px 17px}.fv-profile-hero>i{width:52px;height:52px;border-radius:50%;background:#fff;color:#164d99;display:grid;place-items:center;margin:auto;font-style:normal;font-weight:800}.fv-profile-hero h1{font:800 19px Manrope;margin:7px 0 1px}.fv-profile-hero p{font-size:9px;color:#d4deed;margin:0}.fv-profile-hero>div{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px}.fv-profile-hero span+span{border-left:1px solid #ffffff20}.fv-profile-hero b,.fv-profile-hero small{display:block}.fv-profile-hero b{font-size:11px}.fv-profile-hero small{font-size:7px;color:#aebed7;margin-top:2px}.fv-attention{margin:10px 14px 0;background:#fff0d6;color:#94620f;border:1px solid #efd49e;border-radius:11px;padding:9px;display:flex;align-items:center;gap:7px}.fv-attention svg{width:17px}.fv-attention b,.fv-attention small{display:block}.fv-attention b{font-size:9px}.fv-attention small{font-size:7px}.fv-profile-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dfe4eb;margin-top:6px}.fv-profile-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:11px;color:#7a8796;text-transform:capitalize;font-size:9px;font-weight:800}.fv-profile-tabs button.active{color:#164e9b;border-bottom-color:#164e9b}.fv-profile-body{padding:12px 15px 22px}.fv-profile-body h3,.stock-form h3{font:800 10px Manrope;color:#738091;text-transform:uppercase;letter-spacing:.08em;margin:12px 0 6px}.fv-info-row{background:#fff;border:1px solid #e1e5eb;border-radius:9px;padding:9px 10px;margin-bottom:6px}.fv-info-row span,.fv-info-row b{display:block}.fv-info-row span{font-size:7px;text-transform:uppercase;color:#8994a1;font-weight:800;letter-spacing:.06em}.fv-info-row b{font-size:9px;margin-top:3px;line-height:1.35}.fv-help{font-size:8px;color:#7c8896;text-align:center;margin:0 0 8px}.fv-expand{background:#fff;border:1px solid #e0e5ec;border-left:4px solid #438260;border-radius:11px;margin-bottom:8px;overflow:hidden}.fv-expand.expiring{border-left-color:#dfa52e}.fv-expand.expired{border-left-color:#d34a37}.fv-expand summary{list-style:none;padding:10px;display:flex;align-items:center;gap:7px}.fv-expand summary::-webkit-details-marker{display:none}.fv-expand summary span{flex:1}.fv-expand summary b,.fv-expand summary small{display:block}.fv-expand summary b{font-size:10px}.fv-expand summary small{font-size:7px;color:#788493;margin-top:3px}.fv-expand summary svg{width:14px}.fv-expand[open] summary svg{transform:rotate(180deg)}.fv-expand>.fv-info-row{margin:0 8px 6px;background:#f8f9fa}.fv-history{padding:0 8px 8px}.fv-history>div{border-top:1px solid #e4e8ed;padding:7px 2px}.fv-history b,.fv-history span{display:block}.fv-history b{font-size:8px}.fv-history span{font-size:7px;color:#7a8693;margin-top:2px}.fv-scan-again{position:sticky;bottom:0;width:calc(100% - 28px);margin:0 14px 10px;border:0;background:#ed4916;color:#fff;border-radius:10px;padding:11px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:800}.fv-scan-again svg{width:15px}.fv-item-hero{text-align:center;background:#0b3477;color:#fff;padding:12px 16px 18px}.fv-item-hero>i{width:48px;height:48px;border-radius:12px;background:#ffffff16;display:grid;place-items:center;margin:auto}.fv-item-hero svg{width:24px}.fv-item-hero h1{font:800 17px Manrope;margin:8px 0 2px}.fv-item-hero p{font-size:8px;color:#b9c7dc;margin:0}.fv-item-hero>b{font:800 28px Manrope;display:block;margin-top:12px}.fv-item-hero>b small{font:500 9px DM Sans}.fv-item-hero>span{font-size:8px;color:#cbd6e5}.fv-item-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 15px 0}.fv-item-actions button{border:1px solid #dce3eb;background:#fff;color:#174f9d;border-radius:9px;padding:9px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:8px;font-weight:800}.fv-item-actions svg{width:14px}.stock-form{margin:10px 15px 0}.fv-transaction{display:flex;align-items:center;gap:9px;border-bottom:1px solid #e5e9ee;padding:9px 2px}.fv-transaction>b{min-width:34px;font:800 14px Manrope}.fv-transaction>b.positive{color:#2f825b}.fv-transaction>b.negative{color:#c14837}.fv-transaction span,.fv-transaction small{display:block}.fv-transaction span{font-size:8px}.fv-transaction small{color:#7c8794;margin-top:2px}.profile-edit{margin:0}.profile-view{padding-bottom:0}@media(max-width:500px){.fv-mobile-main{height:calc(100vh - 38px)}.fv-phone{background:#f6f7f8}.fv-tabbar{position:fixed}.fv-scan-again{bottom:70px}.fv-mobile-header{top:0}}@media(min-width:600px)and (max-width:900px){.phone.fv-phone{width:min(720px,94vw)}.fv-inventory-grid,.fv-member-quick{grid-template-columns:repeat(3,1fr)}}.phone-stage{min-height:100dvh;padding:0;background:#eef2f5;place-items:start center}.phone.fv-phone{width:min(720px,100%);height:100dvh;min-height:620px;border:0;border-radius:0;box-shadow:0 0 40px #20324f12}.phone.fv-phone:before,.phone-status,.presenter-note{display:none}.fv-mobile-main{height:100dvh}.fv-member-quick img,.fv-inventory-grid img,.fv-inventory-list img{width:34px;height:34px;border-radius:9px;object-fit:cover}.fv-inventory-grid>button>img{width:100%;height:90px}.fv-profile-hero>img{width:62px;height:62px;border-radius:50%;object-fit:cover;border:3px solid #ffffff55}.fv-item-hero>img{width:84px;height:84px;border-radius:15px;object-fit:cover}.fv-item-actions.one{grid-template-columns:1fr}.fv-actions button.active{background:#154f9e;color:#fff}.fv-item-actions.three{grid-template-columns:repeat(3,1fr)}@media(max-width:599px){.phone.fv-phone{width:100%;height:100dvh}.fv-mobile-main{height:100dvh}.fv-screen{padding-bottom:88px}}.fv-tabbar button.active{background:transparent!important;border-radius:0}.tag-page{min-height:100vh;background:#f1f4f3;color:#18201d}.tag-page>header{height:72px;background:#092b69;color:#fff;padding:0 18px;display:flex;align-items:center;gap:10px}.tag-page header button{border:0;background:#ffffff14;color:#fff;width:38px;height:38px;border-radius:10px}.tag-page header img{width:34px;height:42px;object-fit:cover;border-radius:6px}.tag-page header b,.tag-page header span{display:block}.tag-page header b{font:800 14px Manrope}.tag-page header span{color:#bfd0ea;font-size:9px}.tag-page main{width:min(430px,100%);margin:auto;padding:22px}.tag-verified{display:flex;align-items:center;gap:9px;background:#e4f2ea;color:#276d4d;border-radius:10px;padding:10px}.tag-verified b,.tag-verified small{display:block}.tag-verified b{font-size:11px}.tag-verified small{font-size:8px;margin-top:2px}.tag-illustration{width:100px;height:100px;margin:28px auto 18px;border-radius:50%;display:grid;place-items:center;background:#e3eaf7;color:#123da1;position:relative}.tag-illustration svg{width:45px;height:45px}.tag-illustration i{position:absolute;width:18px;height:18px;border-radius:50%;background:#46b57d;border:4px solid #f1f4f3;right:5px;bottom:8px}.tag-category{display:block;text-align:center;color:#68766f;text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:800}.tag-page h1{text-align:center;font:800 27px Manrope;margin:7px 0 2px}.tag-page main>p{text-align:center;color:#738078;font-size:12px;margin:0}.tag-details{background:#fff;border:1px solid #e0e6e2;border-radius:14px;margin-top:22px;display:grid;grid-template-columns:1fr 1fr}.tag-details div{padding:15px}.tag-details div+div{border-left:1px solid #e7ebe8}.tag-details span,.tag-details b{display:block}.tag-details span,.tag-user span{font-size:8px;letter-spacing:.12em;color:#7f8a84;font-weight:800}.tag-details b{font-size:10px;margin-top:5px}.tag-details .available{color:#2d7856}.tag-user{display:grid;grid-template-columns:42px 1fr 15px auto;gap:9px;align-items:center;background:#fff;border:1px solid #e0e6e2;border-radius:14px;margin-top:12px;padding:13px}.tag-user b{font-size:10px}.tag-user small{font-size:8px;color:#7e8983}.tag-request{width:100%;border:0;background:#ed4916;color:#fff;border-radius:12px;padding:13px;margin-top:14px;font-weight:800;display:grid;grid-template-columns:25px 1fr;align-items:center;text-align:left}.tag-request svg{grid-row:span 2}.tag-request small{font-weight:500;color:#ffe0d6}.tag-requested{background:#e2f3e9;color:#276f4e;border-radius:12px;padding:13px;margin-top:14px;display:flex;align-items:center;gap:10px}.tag-requested b,.tag-requested span{display:block}.tag-requested b{font-size:12px}.tag-requested span{font-size:9px;margin-top:3px}.tag-page main>a{display:block;text-align:center;color:#123da1;font-weight:700;font-size:10px;margin-top:18px}.tag-illustration img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.tag-page form{display:grid;gap:8px}.tag-page form textarea{width:100%;min-height:72px;padding:10px;font:inherit;border:1px solid #dce3df;border-radius:9px;resize:vertical}.login-page{min-height:100vh;background:#eef2f5;display:grid;grid-template-columns:1fr 1fr}.login-brand{background:#092b69;color:#fff;padding:9vw;display:flex;flex-direction:column;justify-content:center}.login-brand img{width:100px;border-radius:16px}.login-brand>span{color:#ffc52f;letter-spacing:.15em;font-size:9px;font-weight:800;margin-top:25px}.login-brand h1{font:800 42px Manrope;margin:8px 0}.login-brand p{color:#c5d4eb;max-width:390px;line-height:1.5}.login-brand div{display:flex;gap:9px;align-items:center;color:#dce7f7;font-size:11px;margin-top:12px}.login-card{display:grid;place-items:center;padding:30px}.login-card form,.login-sent{width:min(430px,100%);background:#fff;border:1px solid #dfe5e8;border-radius:18px;padding:32px;box-shadow:0 20px 60px #1b31551c}.login-card form>span{color:#123da1;font-size:8px;letter-spacing:.17em;font-weight:800}.login-card h2{font:800 25px Manrope;margin:9px 0}.login-card p{color:#718079;font-size:12px;margin:0 0 22px}.login-card label{font-size:10px;font-weight:700}.login-input{height:45px;border:1px solid #dbe2df;border-radius:10px;display:flex;align-items:center;padding:0 11px;gap:8px;margin-top:6px}.login-input svg{width:17px;color:#718079}.login-input input{border:0;outline:0;flex:1;font:inherit;min-width:0}.login-card form>button{width:100%;background:#ed4916;color:#fff;border:0;border-radius:10px;padding:13px;font-weight:800;margin-top:14px}.login-card form>small{display:block;text-align:center;color:#89948f;font-size:8px;margin-top:15px}.login-error{background:#fee9e5;color:#9b3c2e;border-radius:8px;padding:9px;margin-top:10px;font-size:10px}.login-sent{text-align:center}.login-sent svg{color:#2e8059;width:50px;height:50px}.login-destinations{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.login-card form .login-destinations button{margin:0;background:#f5f7f6;color:#52615a;border:1px solid #dce3df;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;text-align:left;gap:1px 8px;padding:12px;border-radius:10px}.login-card form .login-destinations button.selected{border-color:#d84731;background:#fff4f1;color:#8f331f;box-shadow:0 0 0 2px #d8473120}.login-destinations svg{grid-row:1/3;width:21px}.login-destinations b{font-size:12px}.login-destinations small{font-size:9px;opacity:.75}@media(max-width:760px){.login-page{grid-template-columns:1fr}.login-brand{padding:55px 28px 70px}.login-brand h1{font-size:32px}.login-card{margin-top:-35px;align-items:start}.login-destinations{grid-template-columns:1fr}}.mfa-stage{min-height:100vh;background:radial-gradient(circle at 20% 0,#173d7f,#071a3d 55%,#06142d);display:grid;place-items:center;padding:28px}.mfa-card{width:min(440px,100%);background:#fff;border-radius:22px;padding:34px;box-shadow:0 28px 80px #020b1d80}.mfa-card>img{width:65px;height:78px;object-fit:cover;border-radius:12px}.mfa-card>span{display:block;color:#123da1;font-size:9px;letter-spacing:.16em;font-weight:800;margin-top:19px}.mfa-card h1{font:800 28px Manrope;margin:8px 0}.mfa-card p{color:#69776f;font-size:12px;line-height:1.55;margin:0 0 20px}.mfa-card form{display:grid;gap:11px}.mfa-card label{font-size:10px;font-weight:800;color:#24392e}.mfa-primary{width:100%;border:0;background:#ed4916;color:#fff;border-radius:11px;padding:13px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.mfa-primary:disabled{opacity:.55}.mfa-primary svg,.mfa-logout svg{width:17px}.mfa-qr{width:190px;height:190px;border:1px solid #dbe2df;border-radius:14px;padding:10px;margin:0 auto;background:#fff}.mfa-qr img{width:100%;height:100%}.mfa-card form>small{text-align:center;color:#6d7b73;font-size:9px;line-height:1.45}.mfa-card details{font-size:9px;color:#52645a}.mfa-card details code{display:block;overflow-wrap:anywhere;background:#eef2f0;padding:8px;border-radius:7px;margin-top:6px}.mfa-code{height:48px;border:1px solid #cfd8d3;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 11px}.mfa-code svg{width:17px;color:#68776f}.mfa-code input{border:0;outline:0;flex:1;font:700 20px Manrope;letter-spacing:.3em;min-width:0}.mfa-error{background:#fee9e5;color:#9b3c2e;border-radius:8px;padding:9px;margin-top:10px;font-size:10px}.mfa-logout{border:0;background:transparent;color:#66776e;display:flex;align-items:center;justify-content:center;gap:6px;margin:14px auto 0;font-size:10px}.mfa-card.loading{text-align:center}.mfa-card.loading svg{color:#123da1}.spin{animation:mfa-spin 1s linear infinite}@keyframes mfa-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.mfa-stage{padding:0;align-items:stretch}.mfa-card{border-radius:0;min-height:100vh;padding:32px 24px}}:root{font-family:DM Sans,system-ui,sans-serif;color:#18201d;background:#f3f5f2;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.sidebar{background:#10231c;color:#dce7e1;padding:26px 18px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;width:270px;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 25px}.brandmark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#d84731;color:#fff}.brand strong{font:800 21px Manrope}.brand span{display:block;font:700 9px Manrope;letter-spacing:.25em;color:#8aa398}.dept{border:1px solid #294238;background:#173027;border-radius:13px;padding:12px;display:flex;align-items:center;gap:10px;margin-bottom:23px}.dept-icon{background:#29463a;width:34px;height:34px;border-radius:8px;display:grid;place-items:center;font-size:11px;font-weight:700}.dept>div:nth-child(2){flex:1}.dept strong,.dept span{display:block}.dept strong{font-size:12px}.dept span{font-size:10px;color:#8ea69c;margin-top:2px}nav{display:grid;gap:4px}nav button,.side-bottom button{border:0;background:transparent;color:#9db1a8;border-radius:9px;padding:11px 12px;display:flex;align-items:center;gap:12px;font:600 13px inherit;cursor:pointer;text-align:left}nav button:hover,nav button.active{background:#28463a;color:#fff}.side-bottom{margin-top:auto;border-top:1px solid #294037;padding-top:12px}.profile{margin-top:14px;display:flex;align-items:center;gap:10px;padding:12px 8px}.avatar{width:38px;height:38px;background:#dbe9e3;color:#27523f;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:12px}.profile strong,.profile span{display:block}.profile strong{font-size:12px}.profile span{font-size:10px;color:#90a79e;margin-top:2px}.online{margin-left:auto!important;width:8px;height:8px;border-radius:50%;background:#46c98a}.mobile-close{display:none}main{grid-column:2;min-width:0}header{height:72px;background:#fff;border-bottom:1px solid #e5e9e5;display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:5}.command{height:40px;width:min(520px,50vw);background:#f5f6f4;border:1px solid #e2e6e2;border-radius:10px;display:flex;align-items:center;padding:0 12px;color:#7c8983}.command input{border:0;outline:0;background:transparent;flex:1;padding:0 10px;font:inherit}.command kbd{font-size:11px;border:1px solid #d9ded9;background:#fff;border-radius:5px;padding:3px 6px}.header-actions,.sync{display:flex;align-items:center;gap:12px}.sync{font-size:12px;color:#34765a;background:#e8f4ee;padding:7px 10px;border-radius:20px}.icon-button,.menu{border:1px solid #e1e5e1;background:#fff;border-radius:9px;width:40px;height:40px;display:grid;place-items:center;position:relative}.icon-button i{position:absolute;width:6px;height:6px;background:#df4a37;border-radius:50%;right:8px;top:7px}.menu{display:none}.content{padding:34px;max-width:1540px;margin:auto}.headline{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.eyebrow{text-transform:uppercase;color:#7b8982;font-size:10px;letter-spacing:.16em;font-weight:700}.headline h1{font:800 30px Manrope;margin:5px 0}.headline p,.panel-head p{margin:0;color:#748078;font-size:13px}.primary{background:#d84731;color:#fff;border:0;border-radius:9px;padding:11px 15px;font:600 13px inherit;display:flex;gap:8px}.statusbar{background:#e8f3ed;border:1px solid #d4e7dc;color:#275d47;border-radius:10px;padding:11px 14px;display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:18px}.statusbar span{margin-left:auto;color:#668072}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.metrics article{background:#fff;border:1px solid #e4e8e4;border-radius:13px;padding:18px;display:flex;gap:14px;box-shadow:0 2px 8px #1a2b2306}.metric-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center}.metric-icon svg{width:20px}.blue{background:#e7effa;color:#3f72b5}.green{background:#e4f3eb;color:#2f845d}.amber{background:#faefd9;color:#bc7929}.violet{background:#eee9f8;color:#7455a7}.metrics span,.metrics small{display:block;color:#738078;font-size:11px}.metrics strong{display:block;font:800 25px Manrope;margin:2px 0}.metrics small b{color:#3b8464}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.panel{background:#fff;border:1px solid #e3e7e3;border-radius:13px;padding:20px;min-width:0}.span2{grid-column:span 2}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.panel h2{font:700 16px Manrope;margin:0 0 4px}.panel-head button{border:0;background:transparent;color:#42745e;display:flex;align-items:center;font:600 11px inherit}.member{display:flex;align-items:center;gap:11px;padding:11px 0;border-top:1px solid #edf0ed}.member-name{min-width:165px;flex:1}.member strong,.member span{display:block}.member-name strong,.stock strong,.event strong,.alert-row strong{font-size:12px}.member-name span,.stock span,.event small,.alert-row small{color:#7c8882;font-size:10px;margin-top:3px}.pill{font-size:10px!important;padding:5px 8px;border-radius:20px;text-transform:capitalize}.pill.active{background:#e7f4ed;color:#2c7755}.pill.leave{background:#faf0dc;color:#9f6b29}.station{font-size:11px!important;color:#65736c;min-width:125px}.stock-list{display:grid;gap:15px}.stock{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.stock-icon{width:36px;height:36px;border-radius:9px;background:#e8f1ed;color:#47715e;display:grid;place-items:center}.stock-icon svg{width:17px}.stock-icon.danger{background:#fae9e6;color:#ca4a36}.stock>div:nth-child(2){min-width:0}.stock strong,.stock span{display:block}.stock>b{font:700 15px Manrope}.bar{height:4px;border-radius:9px;background:#edf0ed;margin-top:7px;overflow:hidden}.bar i{display:block;height:100%;background:#4d896c;border-radius:9px}.danger+.stock .bar i{background:#d84731}.wide{width:100%;margin-top:18px;border:1px solid #dfe5df;background:#f8f9f8;padding:9px;border-radius:8px;color:#385b4a;font-weight:600}.event{display:flex;align-items:center;gap:12px;border-top:1px solid #edf0ed;padding:13px 0}.event>span{width:8px;height:8px;border:2px solid #579074;border-radius:50%}.event>div{flex:1}.event strong,.event small{display:block}.event time{font-size:10px;color:#8b958f}.alert-row{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0}.alert-row>span{border-radius:6px;background:#dfa548}.alert-row>span.info{background:#4d82c2}.alert-row strong,.alert-row small{display:block}.alert-row .bar i{background:#dfa548}@media(max-width:1050px){.metrics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr 1fr}.span2{grid-column:span 2}}@media(max-width:760px){.shell{display:block}.sidebar{transform:translate(-100%);transition:.2s}.sidebar.open{transform:none}.mobile-close{display:grid;position:absolute;right:10px;top:10px;background:transparent;border:0;color:#fff}.menu{display:grid}main{display:block}.content{padding:22px 16px}header{padding:0 16px}.command{width:auto;flex:1;margin:0 10px}.command kbd,.sync{display:none}.headline{align-items:start}.headline p{max-width:240px}.metrics,.grid{grid-template-columns:1fr}.span2{grid-column:auto}.station{display:none!important}}.dept-logo{width:44px;height:50px;border-radius:9px;object-fit:cover;background:#fff}.brandmark{display:none}.brand strong{font-size:19px}.brand span{color:#ffc52f}.dept-icon{background:#123da1;font-size:9px;font-weight:800}.primary{background:#ed4916}.span3{grid-column:span 3}.pending-count{background:#fff2ce;color:#8c5b00;border-radius:20px;padding:6px 10px;font-size:10px;font-weight:700}.approval-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.approval{border:1px solid #e6e9e6;border-radius:11px;padding:13px;display:grid;grid-template-columns:38px 1fr;gap:10px}.approval strong,.approval span,.approval small{display:block}.approval strong{font-size:12px}.approval span{font-size:11px;margin-top:3px}.approval small{color:#7b8780;font-size:10px;margin-top:4px}.approval-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.approval-actions button{border-radius:8px;padding:8px;border:1px solid #dfe4df;background:#fff;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:700;font-size:11px}.approval-actions .approve{background:#123da1;color:#fff;border-color:#123da1}.approval-actions .deny{color:#a54431}@media(max-width:1050px){.span3{grid-column:span 2}.approval-grid{grid-template-columns:1fr}}@media(max-width:760px){.span3{grid-column:auto}}.phone-camera{width:100%;margin:-5px 0 12px;border:1px solid #cad5e6;background:#edf2fa;color:#123da1;border-radius:9px;padding:8px;font-size:10px;font-weight:800}.start-camera{position:absolute;bottom:28px;left:50%;transform:translate(-50%);border:0;background:#ffc52f;color:#092b69;border-radius:10px;padding:12px 18px;font-weight:800}
