@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800&family=Russo+One&display=swap');
:root{--red:#d61635;--red-dark:#b50f29;--ink:#202020;--muted:#757575;--line:#e6e6e6;--paper:#f5f5f4;--white:#fff;--green:#34705a;--amber:#98611c;--radius:12px;font-family:'Golos Text','Proxima Nova',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d6163580;outline-offset:3px}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;stroke-width:1.7;flex-shrink:0}button{border:0}h1,h2,h3,p{margin:0}h1,h2,.display{font-family:'Russo One','Arial Black',Arial,sans-serif;font-weight:400}h1{font-size:36px;line-height:1.2;text-transform:uppercase;letter-spacing:-.7px}h2{font-size:24px}h3{font-size:18px;font-weight:600}small{font-size:13px}.muted{color:var(--muted)}.demo-bar{min-height:38px;padding:5px 4%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eaeae8;font-size:12px;color:#626262}.demo-bar>span{display:flex;align-items:center;gap:8px}.demo-dot{width:6px;height:6px;background:var(--red);border-radius:50%}.demo-switch{display:flex;gap:4px}.demo-switch button{border-radius:4px;font-size:12px;background:transparent;color:#666;padding:6px 12px}.demo-switch button[aria-pressed=true]{background:white;color:var(--ink);box-shadow:0 1px 4px #00000008}.header{background:var(--ink);color:white}.header-inner{max-width:1260px;margin:auto;min-height:88px;padding:0 36px;display:flex;align-items:center;gap:26px}.brand{font-size:30px;font-weight:900;font-style:italic;letter-spacing:-1.6px;position:relative}.header-divider{height:24px;width:1px;background:#515151;margin-left:10px}.service-name{font-size:12px;letter-spacing:2px;color:#b5b5b5}.profile-button{margin-left:auto;background:transparent;color:white;display:flex;align-items:center;gap:12px;font-size:14px;padding:10px 0}.profile-button>svg{width:16px;color:#999}.avatar{width:36px;height:36px;background:#414141;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border-radius:50%;flex-shrink:0}.avatar.light{background:#eee;color:#606060}main{max-width:1260px;margin:auto;padding:42px 36px 60px;min-height:calc(100vh - 194px)}.breadcrumb{display:flex;gap:9px;align-items:center;color:#848484;font-size:12px;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:24px}.breadcrumb svg{width:13px;height:13px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px}.page-heading p{margin-top:12px;color:var(--muted);font-size:15px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 19px;background:white;color:var(--ink);border:1px solid var(--line);border-radius:6px;font-size:14px;font-weight:600;transition:background .18s,transform .18s}.btn:hover{background:#f0f0f0}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--red);color:white;border-color:var(--red)}.btn.primary:hover{background:var(--red-dark)}.btn.dark{background:#303030;border-color:#303030;color:white}.btn.subtle{border-color:transparent;background:transparent;color:#666}.btn.small{min-height:38px;padding:8px 12px;font-size:13px}.btn.full{width:100%}.employee-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:start}.section-top{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:15px;font-weight:600}.count{font-size:12px;background:#e8e8e6;color:#666;padding:3px 7px;border-radius:4px}.section-top .right-note{margin-left:auto;font-size:12px;font-weight:400;color:#868686}.item-list{display:grid;gap:14px}.item-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:24px;position:relative;overflow:hidden}.item-card.reminder{border-left:3px solid var(--red)}.item-main{display:flex;align-items:center;gap:19px}.item-icon{width:66px;height:66px;background:#f3f3f1;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.item-icon svg{width:32px;height:32px;stroke-width:1.35}.item-meta{flex:1;min-width:0}.item-meta h3{margin-bottom:8px;overflow-wrap:anywhere}.item-date{font-size:13px;color:#858585;line-height:1.6}.badge{display:inline-flex;gap:6px;align-items:center;white-space:nowrap;border-radius:4px;padding:5px 8px;font-size:12px;font-weight:500;background:#f2f2f2;color:#747474}.badge:before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor}.badge.active{background:#edf4ef;color:var(--green)}.badge.pending{background:#fff4e4;color:var(--amber)}.badge.returned{background:#eee;color:#666}.badge.remind{background:#fff0f1;color:var(--red)}.item-bottom{border-top:1px solid #efefef;margin-top:20px;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.item-bottom p{font-size:13px;line-height:1.5;color:#818181;display:flex;gap:8px;align-items:center}.item-bottom p svg{width:15px;height:15px}.actions{display:flex;gap:8px;flex-shrink:0}.reminder-message{margin-top:18px;padding:12px 14px;background:#fff5f5;font-size:13px;color:#9f3544;display:flex;gap:10px;line-height:1.6;border-radius:5px}.reminder-message svg{width:17px;margin-top:2px}.side-panel{background:#242424;color:white;padding:26px;border-radius:var(--radius);border-top:3px solid var(--red)}.side-kicker{color:#a8a8a8;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;margin-bottom:22px}.side-panel h2{line-height:1.35;font-size:23px;max-width:220px;margin-bottom:24px;text-transform:uppercase}.side-steps{list-style:none;margin:0;padding:0;display:grid;gap:22px}.side-steps li{display:flex;gap:12px;align-items:start;line-height:1.6;font-size:13px;color:#bbb}.step-no{border:1px solid #555;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:11px;flex-shrink:0}.side-steps strong{display:block;color:#f2f2f2;font-size:14px;font-weight:500;margin-bottom:3px}.side-footer{border-top:1px solid #434343;margin-top:26px;padding-top:18px;display:flex;align-items:center;gap:9px;font-size:12px;color:#aaa}.side-footer svg{width:16px}.help-note{display:flex;align-items:start;gap:10px;margin-top:20px;color:#828282;line-height:1.6;font-size:13px;padding:0 5px}.help-note svg{width:17px;margin-top:2px}.footer{max-width:1188px;margin:auto;border-top:1px solid #dededb;padding:24px 0;display:flex;justify-content:space-between;gap:18px;font-size:11px;color:#929292;letter-spacing:.2px}.footer>span:first-child{color:#555;font-weight:600}.footer .muted{margin:0 10px}.admin-tabs{display:flex;gap:28px;border-bottom:1px solid #ddd;margin-bottom:26px;overflow-x:auto}.admin-tabs button{white-space:nowrap;background:transparent;padding:0 0 17px;color:#888;display:flex;align-items:center;gap:8px;font-size:14px;border-bottom:2px solid transparent}.admin-tabs button.active{color:var(--ink);border-color:var(--red)}.admin-tabs svg{width:17px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:26px}.stat{border:1px solid var(--line);background:white;border-radius:9px;padding:20px 23px;display:flex;align-items:center;gap:18px}.stat-number{font-size:30px;font-weight:600}.stat p{font-size:13px;line-height:1.5;color:#777}.stat.highlight{border-bottom:2px solid var(--red)}.stat.highlight .stat-number{color:var(--red)}.table-panel{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden}.table-toolbar{padding:20px;display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid var(--line)}.search{position:relative;flex:1;max-width:340px}.search svg{position:absolute;left:13px;top:13px;width:18px;color:#999}.search input{padding-left:40px;width:100%}.filter{min-height:44px;border:1px solid var(--line);border-radius:5px;background:white;padding:8px 12px;color:#555;font-size:14px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{background:#fafafa;font-size:11px;color:#929292;font-weight:500;text-transform:uppercase;letter-spacing:.65px;padding:14px 20px}td{padding:18px 20px;font-size:14px;border-top:1px solid #f0f0f0}td small{display:block;margin-top:6px;font-size:11px;color:#999}td .table-person{display:flex;align-items:center;gap:10px}.table-item{display:flex;gap:10px;align-items:center;max-width:260px;white-space:normal;overflow-wrap:anywhere}.table-item svg{color:#777}.table-footer{padding:16px 20px;border-top:1px solid var(--line);font-size:12px;color:#8c8c8c}.empty{text-align:center;padding:58px 20px;background:white;border:1px dashed #d8d8d8;border-radius:10px}.empty>svg{width:40px;height:40px;color:#aaa;margin-bottom:20px}.empty h3{margin-bottom:10px}.empty p{font-size:14px;line-height:1.7;color:#888;margin-bottom:22px}.history-status{display:flex;align-items:center;gap:8px}.history-status svg{color:var(--green);width:16px}input{border:1px solid #dedede;border-radius:6px;background:#fff;padding:12px 13px;min-height:46px;outline-offset:2px;font-size:16px;width:100%;color:var(--ink)}label.field{display:grid;gap:9px;margin-top:20px;font-size:14px;font-weight:500}.field small{color:#999;font-weight:400;font-size:12px;line-height:1.6}dialog{border:0;padding:0;background:white;border-radius:14px;max-width:500px;width:calc(100% - 32px);max-height:90dvh;color:var(--ink);box-shadow:0 24px 100px #0003}dialog::backdrop{background:#14141480;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 28px 0}.modal-head h2{font-size:23px}.icon-button{width:38px;height:38px;border-radius:6px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-body{padding:16px 28px 28px}.modal-body>p{font-size:14px;line-height:1.7;color:#858585}.modal-actions{display:flex;gap:10px;margin-top:26px;justify-content:flex-end}.modal-actions .btn{flex:1}.catalog{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.catalog button{display:flex;align-items:center;gap:12px;text-align:left;background:#f7f7f6;padding:19px 13px;border:1px solid #ededed;border-radius:7px;font-size:14px;min-height:68px}.catalog button:hover{border-color:#aaa}.catalog button.selected{border-color:var(--red);background:#fff4f5;color:var(--red)}.catalog button svg{width:22px}.modal-callout{padding:16px;background:#f6f6f4;border-radius:7px;font-size:14px;line-height:1.7;margin-top:20px}.modal-callout strong{display:block;font-size:17px;margin-bottom:4px;overflow-wrap:anywhere}.form-error{color:var(--red);font-size:13px;line-height:1.5;margin-top:12px;min-height:0}.member-role{font-size:12px;color:#777}.role-toggle{display:flex;gap:14px;font-size:14px;margin-top:20px}.role-toggle input{width:17px;min-height:17px;accent-color:var(--red)}.role-toggle label{display:flex;align-items:center;gap:7px}#toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,20px);padding:14px 20px;background:#202020;color:white;border:1px solid #444;border-radius:8px;box-shadow:0 6px 30px #0002;font-size:14px;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 32px);z-index:10;line-height:1.5}#toast.visible{opacity:1;transform:translate(-50%,0)}.profile-demo{display:flex;align-items:center;gap:16px;padding:16px 0}.profile-demo .avatar{width:54px;height:54px;font-size:17px}.profile-demo p{font-size:13px;color:#888;margin-top:5px}.mobile-only{display:none}
@media(min-width:1450px){main{padding-top:52px}.item-card{padding:28px}.employee-layout{gap:36px}}
@media(max-width:1000px){.employee-layout{grid-template-columns:minmax(0,1fr) 260px;gap:20px}.side-panel{padding:22px}.item-card{padding:20px}.item-main{gap:13px}.item-icon{width:52px;height:56px}.item-main>.badge{font-size:11px}.item-bottom{align-items:flex-start;flex-direction:column}.actions{align-self:flex-end}.footer{margin:0 36px}}
@media(max-width:760px){.demo-bar{padding:7px 16px;gap:5px}.demo-bar>span{font-size:10px}.demo-switch button{font-size:10px;padding:6px 8px}.header-inner{min-height:74px;padding:0 20px;gap:17px}.brand{font-size:26px}.service-name{font-size:9px;letter-spacing:1px}.header-divider{height:20px;margin-left:5px}.profile-name,.profile-button>svg{display:none}.profile-button{padding:0}.avatar{width:32px;height:32px;font-size:11px}main{padding:26px 20px 35px;min-height:calc(100dvh - 205px)}.breadcrumb{font-size:10px;margin-bottom:18px}h1{font-size:28px;letter-spacing:-.4px}.page-heading{align-items:stretch;flex-direction:column;gap:20px;margin-bottom:28px}.page-heading p{font-size:14px;line-height:1.65;margin-top:10px}.page-heading .btn{width:100%;min-height:50px}.employee-layout{grid-template-columns:1fr;gap:25px}.section-top{font-size:13px}.section-top .right-note{font-size:11px}.item-card{padding:19px 16px}.item-main{position:relative;align-items:flex-start;padding-top:0}.item-meta{padding-top:2px}.item-meta h3{font-size:17px;padding-right:0;margin-bottom:6px}.item-icon{width:48px;height:54px;border-radius:7px}.item-icon svg{width:27px;height:27px}.item-date{font-size:12px}.item-main>.badge{position:static;align-self:flex-start;margin-left:61px;margin-top:8px}.item-main{flex-wrap:wrap;gap:0;column-gap:13px}.item-meta{width:calc(100% - 65px)}.item-bottom{gap:12px;padding-top:14px;margin-top:16px}.item-bottom p{font-size:12px}.actions{width:100%}.actions .btn{flex:1;min-height:43px}.reminder-message{font-size:12px;padding:11px;margin-top:15px}.side-panel{padding:23px}.side-panel h2{max-width:none;font-size:21px;margin-bottom:20px}.side-kicker{margin-bottom:14px}.side-steps{gap:18px}.side-footer{margin-top:20px;padding-top:15px}.help-note{font-size:12px}.footer{margin:0 20px;padding:20px 0 24px;flex-direction:column;gap:9px;font-size:10px}.admin-tabs{gap:22px;margin-bottom:20px}.admin-tabs button{font-size:13px;padding-bottom:15px}.stats{gap:8px;margin-bottom:20px}.stat{padding:14px 12px;gap:6px;align-items:start;flex-direction:column}.stat-number{font-size:25px}.stat p{font-size:11px}.table-toolbar{padding:14px;flex-direction:column;align-items:stretch;gap:10px}.search{max-width:none}.filter{width:100%}.table-panel td,.table-panel th{padding:14px}.table-footer{font-size:11px}.modal-head{padding:22px 20px 0}.modal-head h2{font-size:21px}.modal-body{padding:14px 20px 24px}.catalog button{font-size:13px;padding:15px 11px}.modal-actions{gap:8px}dialog{max-height:92dvh}.admin-heading{flex-direction:column}.table-wrap{scrollbar-width:thin}.mobile-only{display:block;color:#888;font-size:11px;margin-top:12px}}
[hidden]{display:none!important}
.auth-demo-controls{display:flex;align-items:center;justify-content:center;gap:18px;font-size:12px;color:#888;margin-bottom:30px}.auth-demo-controls>div{display:flex;padding:4px;background:#eaeae8;border-radius:6px;gap:2px}.auth-demo-controls button{background:transparent;padding:8px 13px;border-radius:4px;font-size:12px;color:#777}.auth-demo-controls button[aria-pressed=true]{background:white;color:#202020}.auth-layout{display:grid;grid-template-columns:1fr 1fr;max-width:960px;margin:0 auto;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.auth-story{background:#242424;color:white;padding:48px 40px;display:flex;flex-direction:column;border-top:4px solid var(--red)}.auth-story h1{font-size:36px;line-height:1.4;margin:25px 0;letter-spacing:-.5px}.auth-story>p{font-size:15px;line-height:1.9;color:#b3b3b3;max-width:310px}.auth-story-bottom{margin-top:auto;padding-top:60px;color:#aaa;display:flex;gap:10px;align-items:center;font-size:12px}.auth-card{padding:38px 36px}.auth-symbol{width:52px;height:52px;display:grid;place-items:center;background:#f0f5f7;color:#568493;border-radius:12px;margin-bottom:25px}.auth-symbol.denied{background:#fff0f1;color:var(--red)}.auth-symbol svg{width:25px;height:25px}.auth-card .side-kicker{color:#888;margin-bottom:12px;font-size:10px}.auth-card h2{font-size:25px;line-height:1.4}.auth-description{font-size:14px;color:#888;line-height:1.8;margin-top:12px}.telegram-identity{display:flex;align-items:center;gap:11px;background:#f6f7f5;border:1px solid #e9ede8;padding:13px;border-radius:7px;margin-top:24px;margin-bottom:22px}.telegram-identity>svg{color:var(--green);width:23px;height:23px}.telegram-identity strong{display:block;font-size:12px;font-weight:500}.telegram-identity div>span{display:block;font-size:11px;color:#999;margin-top:6px}.identity-status{margin-left:auto;color:var(--green);font-size:10px;max-width:60px;line-height:1.5}.auth-card .field{margin-top:16px;font-size:13px}.auth-submit{margin-top:24px;justify-content:space-between;min-height:49px;font-size:13px}.auth-footnote{color:#999;font-size:11px;line-height:1.8;text-align:center;margin-top:16px}.auth-preview-note{display:flex;justify-content:center;align-items:center;gap:8px;font-size:11px;color:#929292;max-width:800px;margin:24px auto;line-height:1.7}.auth-preview-note svg{width:15px;height:15px}
@media(max-width:760px){.demo-bar{flex-wrap:wrap}.auth-demo-controls{flex-direction:column;gap:10px;margin-bottom:20px}.auth-demo-controls button{padding:8px 12px;font-size:11px}.auth-layout{grid-template-columns:1fr}.auth-story{padding:25px}.auth-story .side-kicker{margin:0;font-size:10px}.auth-story h1{font-size:25px;margin:15px 0 0}.auth-story>p,.auth-story-bottom{display:none}.auth-card{padding:27px 23px}.auth-symbol{width:44px;height:44px;margin-bottom:20px}.auth-card h2{font-size:23px}.auth-preview-note{align-items:start;font-size:11px}.auth-preview-note svg{margin-top:2px}.auth-description{font-size:13px}}
.mobile-cell-label{display:none}
.live-login{max-width:450px;margin:24px auto;background:white;border:1px solid var(--line);border-radius:12px}
.cell-value{min-width:0}
@media(max-width:960px){
  .admin-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:0;overflow:visible}
  .admin-tabs button{min-height:48px;padding:12px;justify-content:center;border:1px solid var(--line);border-radius:7px;background:white;white-space:normal;font-size:14px}
  .admin-tabs button.active{background:#fff0f2;border-color:var(--red);color:var(--red)}
  .table-panel{background:transparent;border:0;border-radius:0;overflow:visible}
  .table-toolbar{background:white;border:1px solid var(--line);border-radius:10px;margin-bottom:14px;flex-wrap:wrap}
  .table-wrap{overflow:visible}
  .table-wrap table,.table-wrap tbody{display:block;width:100%;white-space:normal}
  .table-wrap thead{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
  .table-wrap tbody{display:grid;gap:14px}
  .table-wrap tr{display:block;min-width:0;background:white;border:1px solid var(--line);border-radius:12px;padding:4px 18px;overflow-wrap:anywhere}
  .table-panel td{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-top:1px solid #efefef;font-size:14px;line-height:1.5;min-width:0}
  .table-panel td:first-child{border:0;padding:16px 0}
  .table-panel td:first-child .mobile-cell-label{display:none}
  .table-panel td:first-child .cell-value{width:100%;font-size:16px;font-weight:500}
  .table-person{min-width:0;align-items:center}
  .table-person>div{min-width:0;overflow-wrap:anywhere}
  .table-panel .avatar{width:38px;height:38px}
  .table-panel td small{font-size:12px;line-height:1.5;margin-top:4px;font-weight:400}
  .mobile-cell-label{display:block;flex:0 0 30%;color:#858585;font-size:13px;font-weight:400}
  .cell-value{max-width:100%;text-align:right;overflow-wrap:anywhere}
  td:first-child .cell-value{text-align:left}
  .table-item{max-width:none;text-align:right;justify-content:flex-end;align-items:flex-start;font-size:16px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}
  .table-item svg{margin-top:2px}
  .table-panel .badge{font-size:12px;white-space:normal;max-width:100%;text-align:left;line-height:1.5}
  .table-panel .badge:before{flex-shrink:0}
  .table-panel .history-status{justify-content:flex-end;flex-wrap:wrap}
  .table-panel td:last-child:has(button){display:block}
  .table-panel td:last-child:has(button) .mobile-cell-label{display:none}
  .table-panel td:last-child .btn{width:100%;min-height:46px;font-size:14px}
  .table-panel .empty-row td{display:block}
  .table-panel .empty{border:0;padding:28px 10px}
  .table-footer{border:0;padding:16px 2px;font-size:12px;line-height:1.7}
  .mobile-only{display:none}
}
@media(max-width:480px){
  main{padding:22px max(14px,env(safe-area-inset-right)) 30px max(14px,env(safe-area-inset-left))}
  .header-inner{padding:0 16px;gap:12px}
  .header-divider{margin-left:0}
  .service-name{letter-spacing:.5px}
  .page-heading{margin-bottom:22px}
  .breadcrumb{flex-wrap:wrap;line-height:1.6;letter-spacing:.7px}
  .stat{padding:12px 9px;min-width:0}
  .stat p{font-size:12px;overflow-wrap:anywhere}
  .admin-tabs button{font-size:13px;padding:10px 8px;gap:6px}
  .table-toolbar{padding:12px}
  .search input,.filter{font-size:16px;min-height:46px}
  .table-wrap tr{padding:2px 14px}
  .table-panel td{gap:12px}
  .mobile-cell-label{flex-basis:31%;font-size:12px}
  .profile-button{min-width:44px;min-height:44px;justify-content:center}
  .icon-button{min-width:44px;min-height:44px}
  .section-top{flex-wrap:wrap;line-height:1.6}
  .section-top .right-note{font-size:12px}
  .modal-actions{flex-wrap:wrap}
  .modal-actions .btn{min-width:110px;white-space:normal;line-height:1.5;min-height:46px}
  .catalog{gap:8px}
  .catalog button{min-width:0;flex-direction:column;align-items:flex-start;gap:10px;font-size:14px;overflow-wrap:anywhere}
  .footer{padding-bottom:max(24px,env(safe-area-inset-bottom))}
}
@media(max-width:360px){
  .service-name{display:none}
  .header-divider{display:none}
  h1{font-size:25px}
  .stats{grid-template-columns:1fr;gap:7px}
  .stat{flex-direction:row;align-items:center;gap:14px;padding:10px 14px}
  .stat-number{min-width:30px}
  .stat p br{display:none}
  .table-panel td{flex-wrap:wrap}
  .table-panel td:first-child{flex-wrap:nowrap}
  .mobile-cell-label{flex-basis:100%;margin-bottom:-5px}
  .cell-value{text-align:left;width:100%}
  .table-item,.table-panel .history-status{justify-content:flex-start;text-align:left}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

