:root{--color-text-primary: #243A53;--color-text-sub: #6F7D8C;--color-entry-from: #FF8A3D;--color-entry-to: #F26A21;--color-exit-from: #64C85C;--color-exit-to: #2F9E44;--color-accent: #F26A21;--shadow-card: 0 14px 32px rgba(15, 23, 42, .14);--shadow-card-hover: 0 22px 48px rgba(15, 23, 42, .22);--shadow-bubble: 0 6px 16px rgba(15, 23, 42, .18);--radius-card: 28px;--radius-pill: 999px;--ease-soft: cubic-bezier(.2, .7, .2, 1);--t-fast: .18s var(--ease-soft);--t-card: .25s var(--ease-soft)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;overflow:hidden}button,input,select{font:inherit;color:inherit}input,select{font-size:20px;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease;width:100%}input:focus,select:focus{border-color:#2b6cb0;box-shadow:0 0 0 4px #2b6cb01f}button{cursor:pointer;border:none;font-weight:600;font-family:inherit}.app{width:100%;height:100%}.screen{width:100%;height:100%;display:flex;flex-direction:column;animation:screen-fade-in .4s ease-out both}@keyframes screen-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes title-slide-in{0%{opacity:0;transform:translate(-50%,-16px)}to{opacity:1;transform:translate(-50%)}}@keyframes title-slide-in-static{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes button-pop-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes network-fade-in{0%{opacity:0}to{opacity:1}}@keyframes success-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes accent-grow{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes card-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.home{background:radial-gradient(circle at 22% 78%,rgba(43,108,176,.07),transparent 34%),linear-gradient(180deg,#fff,#f7f9fc);position:relative;overflow:hidden}.home-network{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.86;animation:network-fade-in .9s ease-out .1s both}.home-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(48px,7vh,86px);padding:clamp(136px,16vh,172px) clamp(28px,5vw,72px) clamp(116px,14vh,148px);transform:translateY(clamp(-64px,-6vh,-40px))}.home-institution-header{position:absolute;top:24px;right:36px;z-index:5;display:flex;align-items:center;justify-content:flex-end;pointer-events:none}.home-institution-header>*{pointer-events:auto}.home-logo{display:block;object-fit:contain}.home-logo-northfield{height:clamp(58px,7.6vw,86px);max-width:clamp(150px,18vw,220px)}.home-title-wrapper{position:relative;z-index:3;padding:0 24px;animation:title-slide-in-static .55s cubic-bezier(.2,.7,.2,1) .15s both}.home-title{text-align:center;line-height:1;margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif}.home-title-main{display:block;font-size:clamp(58px,6.4vw,94px);font-weight:800;letter-spacing:0;color:var(--color-text-primary)}.home-title-accent{display:block;width:clamp(54px,5vw,78px);height:3px;margin:16px auto 14px;border-radius:2px;background:linear-gradient(90deg,#f6a15c,var(--color-entry-to));transform-origin:center;animation:accent-grow .7s var(--ease-soft) .4s both}.home-title-sub{display:block;font-size:clamp(22px,2.2vw,32px);font-weight:500;letter-spacing:0;color:var(--color-text-sub)}.home-buttons-wrap{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(34px,5vw,72px);z-index:4;width:100%}.card-btn{position:relative;width:clamp(276px,24vw,350px);min-height:clamp(238px,19.6vw,280px);padding:40px 32px 34px;border-radius:24px;color:var(--color-text-primary);background:#ffffffeb;border:1px solid rgba(148,163,184,.22);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;box-shadow:0 18px 44px #0f172a1c;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease;animation:card-enter .55s var(--ease-soft) both;text-align:center;overflow:hidden;isolation:isolate}.card-btn-entry{animation-delay:.45s;--card-accent: var(--color-entry-to);--card-accent-soft: rgba(242, 106, 33, .12);--card-accent-border: rgba(242, 106, 33, .28)}.card-btn-exit{animation-delay:.6s;--card-accent: var(--color-exit-to);--card-accent-soft: rgba(47, 158, 68, .12);--card-accent-border: rgba(47, 158, 68, .28)}.card-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 50% 24%,var(--card-accent-soft),transparent 34%),linear-gradient(180deg,#fffffff5,#fafcfff0)}.card-btn-accent{position:absolute;top:0;left:28px;right:28px;height:4px;border-radius:0 0 999px 999px;background:var(--card-accent);opacity:.82}.card-btn:hover{transform:translateY(-4px) scale(1.01);border-color:var(--card-accent-border);box-shadow:0 24px 54px #0f172a26}.card-btn:active{transform:translateY(0) scale(.98);transition-duration:.08s}.card-btn:focus-visible{outline:3px solid rgba(43,108,176,.28);outline-offset:4px}.card-btn-bubble{width:clamp(84px,6.8vw,102px);height:clamp(84px,6.8vw,102px);background:var(--card-accent-soft);border:1px solid var(--card-accent-border);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 8px #ffffffad}.card-btn-icon{width:50%;height:50%;fill:none;stroke:var(--card-accent);stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.card-btn-copy{display:flex;flex-direction:column;gap:7px}.card-btn-label{font-size:clamp(27px,2.35vw,35px);font-weight:700;letter-spacing:0;line-height:1.1;color:#243a53}.card-btn-sublabel{font-size:clamp(15px,1.2vw,18px);font-weight:500;color:#6f7d8c;letter-spacing:0;line-height:1.2}.home-footer-brand{position:absolute;left:32px;bottom:24px;z-index:5;display:inline-flex;align-items:center;gap:12px;padding:10px 12px 10px 10px;border-radius:16px;color:#243a53;background:#ffffffb8;border:1px solid rgba(148,163,184,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;transition:background-color .18s ease,transform .18s ease}.home-footer-brand:hover{background:#ffffffe6}.home-footer-brand:active{transform:scale(.98)}.home-logo-red{width:34px;height:44px;object-fit:contain;display:block}.home-footer-copy{display:flex;flex-direction:column;gap:2px;line-height:1.05}.home-footer-name{font-size:15px;font-weight:700;color:#243a53}.home-footer-sub{font-size:12px;font-weight:500;color:#7a8795}.form-screen{background:#f7f9fc;padding:28px 40px 40px;overflow-y:auto}.screen-title{margin:8px 0 24px;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:clamp(28px,3.4vw,40px);font-weight:700;color:#1a365d;text-align:center;letter-spacing:-.3px;animation:title-slide-in-static .45s ease-out .05s both}.back-btn{align-self:flex-start;background:#e2e8f0;color:#1a365d;padding:12px 20px;border-radius:12px;font-size:16px;transition:background .18s ease,transform .18s ease}.back-btn:hover{background:#cbd5e0}.back-btn:active{transform:scale(.97)}.form{flex:1;display:flex;flex-direction:column;gap:24px;max-width:1100px;width:100%;margin:0 auto;animation:screen-fade-in .5s ease-out .1s both}.form-narrow{max-width:600px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.form-fields{display:flex;flex-direction:column;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:16px;font-weight:600;color:#2d3748}.camera-box{position:relative;background:#1a202c;border-radius:16px;overflow:hidden;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;min-height:260px}.camera{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.camera-msg{position:absolute;color:#fff;font-size:18px;text-align:center;padding:16px}.camera-msg.error{color:#fbd38d}.submit-btn{align-self:center;width:min(520px,100%);padding:20px;font-size:22px;font-weight:700;background:linear-gradient(160deg,#3182ce,#2c5282);color:#fff;border-radius:14px;letter-spacing:.3px;box-shadow:0 10px 24px #2b6cb047;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.submit-btn:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 14px 30px #2b6cb057}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background:#a0aec0;box-shadow:none;cursor:default;filter:none}.form-actions{align-self:center;width:min(520px,100%);display:flex;flex-direction:column;align-items:stretch;gap:12px}.form-actions .submit-btn{width:100%}.print-secondary-btn{width:100%;min-height:56px;padding:12px 18px;border-radius:14px;border:1px solid #d7e0ea;background:#fff;color:#2d435c;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 6px 18px #0f172a0d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.print-secondary-btn:disabled{cursor:default;opacity:.78}.print-secondary-icon{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:#2b6cb0;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.print-secondary-copy{display:flex;flex-direction:column;gap:2px;text-align:left;line-height:1.15}.print-secondary-copy span:first-child{font-size:15px;font-weight:700;color:#2d435c}.print-secondary-copy span:last-child{font-size:12px;font-weight:500;color:#7a8795}.form-error{color:#c53030;background:#fed7d7;padding:14px 18px;border-radius:10px;font-size:16px;text-align:center}.success-screen{align-items:center;justify-content:center;background:#f7f9fc}.success-card{display:flex;flex-direction:column;align-items:center;gap:18px;animation:success-pop .35s cubic-bezier(.2,.7,.2,1) both}.success-icon{width:96px;height:96px;border-radius:50%;background:linear-gradient(160deg,#64c85c,#2f9e44);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 32px #2f9e4452}.success-icon svg{width:52px;height:52px;stroke:#fff;fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.success-msg{text-align:center;font-size:clamp(28px,3.2vw,38px);font-weight:700;color:#2f855a;letter-spacing:-.3px;margin:0}.entry-confirm-screen{padding:28px;background:radial-gradient(circle at 22% 80%,rgba(43,108,176,.08),transparent 34%),#f7f9fc}.entry-confirm-card{width:min(520px,92vw);padding:40px 36px 34px;background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 22px 58px #0f172a24}.entry-confirm-icon{width:78px;height:78px;background:linear-gradient(160deg,#55b86a,#2f9e44);box-shadow:0 14px 32px #2f9e4438}.entry-confirm-copy{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.entry-confirm-copy h1{margin:0;color:#1a365d;font-size:clamp(28px,3vw,36px);line-height:1.08;font-weight:800;letter-spacing:0}.entry-confirm-copy p{margin:0;color:#2d435c;font-size:18px;font-weight:700;line-height:1.35}.entry-confirm-copy p span{display:block;margin-top:4px;color:#718096;font-size:14px;font-weight:500}.entry-confirm-actions{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:10px}.print-primary-btn,.finish-secondary-btn{width:100%;min-height:58px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.print-primary-btn{background:linear-gradient(160deg,#3182ce,#2c5282);color:#fff;font-size:18px;font-weight:800;box-shadow:0 12px 28px #2b6cb047}.print-primary-btn .print-secondary-icon{stroke:#fff}.finish-secondary-btn{background:#fff;color:#2d435c;border:1px solid #d7e0ea;font-size:16px;font-weight:700;box-shadow:0 6px 18px #0f172a0d}.print-primary-btn:hover,.finish-secondary-btn:hover{transform:translateY(-1px)}.print-primary-btn:hover{box-shadow:0 16px 34px #2b6cb057}.finish-secondary-btn:hover{background:#f8fafc}.print-primary-btn:active,.finish-secondary-btn:active{transform:scale(.98)}.entry-confirm-card>.success-msg{display:none}.admin-login-screen{background:linear-gradient(135deg,#1a365d,#2b6cb0);align-items:center;justify-content:center}.admin-login-card{width:min(420px,92vw);background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 20px 60px #0000004d;animation:success-pop .4s cubic-bezier(.2,.7,.2,1) both}.admin-login-title{margin:0;font-size:28px;color:#1a365d;text-align:center;font-weight:700;letter-spacing:-.3px}.admin-login-sub{margin:4px 0 24px;text-align:center;color:#718096;font-size:13px;text-transform:uppercase;letter-spacing:1px}.admin-login-form{display:flex;flex-direction:column;gap:16px}.link-btn{background:transparent;color:#2b6cb0;padding:10px;font-size:15px;border-radius:8px;transition:background .15s ease}.link-btn:hover{background:#ebf4ff}.link-btn.danger{color:#c53030}.link-btn.danger:hover{background:#fff5f5}.admin-screen{width:100%;height:100%;background:#f7f9fc;overflow-y:auto;padding:20px 28px 40px;animation:screen-fade-in .4s ease-out both}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.admin-header h1{margin:0;color:#1a365d;font-size:26px;font-weight:700}.admin-header-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-empty{padding:24px;text-align:center;color:#718096}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:22px}.card{background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 2px 8px #0f172a0f;border-left:5px solid #2b6cb0}.card-label{font-size:11px;text-transform:uppercase;color:#718096;letter-spacing:.5px;font-weight:600}.card-value{font-size:30px;font-weight:800;color:#1a365d;margin-top:4px;line-height:1.1}.card-hint{font-size:11px;font-weight:700;color:#c53030;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.card-blue{border-left-color:#2b6cb0}.card-orange{border-left-color:#f26a21}.card-green{border-left-color:#2f9e44}.card-gray{border-left-color:#718096}.card-red{border-left-color:#c53030}.card-red .card-value{color:#9b2c2c}.card-amber{border-left-color:#d69e2e}.card-purple{border-left-color:#805ad5}.filters-panel{padding:14px 18px;margin-bottom:16px}.link-btn.primary{background:#2b6cb0;color:#fff;padding:10px 18px;font-weight:600}.link-btn.primary:hover{background:#2c5282}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.h-bars{display:flex;flex-direction:column;gap:10px}.h-bar-row{display:grid;grid-template-columns:130px 1fr 42px;gap:12px;align-items:center}.h-bar-label{font-size:13px;color:#2d3748;font-weight:500}.h-bar-track{background:#edf2f7;height:14px;border-radius:7px;overflow:hidden}.h-bar-fill{height:100%;background:linear-gradient(90deg,#ff8a3d,#f26a21);border-radius:7px;transition:width .5s cubic-bezier(.2,.7,.2,1);min-width:2px}.h-bar-value{font-weight:700;color:#1a365d;font-size:14px;text-align:right}.avg-stay{display:flex;flex-direction:column;gap:16px}.avg-stay-overall{background:linear-gradient(135deg,#ebf4ff,#e6fffa);padding:18px 20px;border-radius:10px}.avg-stay-label{font-size:12px;text-transform:uppercase;color:#4a5568;letter-spacing:.5px;font-weight:600}.avg-stay-value{font-size:30px;font-weight:800;color:#2b6cb0;margin-top:4px}.mini-table{font-size:13px}.mini-table th,.mini-table td{padding:6px 10px}.ranking{display:flex;flex-direction:column;gap:10px}.ranking-row{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-radius:10px;background:#f7fafc;border-left:4px solid #cbd5e0}.ranking-pos{font-weight:800;font-size:18px;color:#4a5568}.ranking-pos.first{color:#d69e2e}.ranking-pos.second{color:#718096}.ranking-pos.third{color:#c08043}.ranking-row:has(.ranking-pos.first){border-left-color:#d69e2e}.ranking-row:has(.ranking-pos.second){border-left-color:#a0aec0}.ranking-row:has(.ranking-pos.third){border-left-color:#c08043}.ranking-name{font-weight:600;color:#2d3748}.ranking-count{font-weight:800;color:#1a365d;font-size:18px}.row-alert td{background:#fff5f5!important}.row-alert td:first-child{border-left:4px solid #c53030;padding-left:8px;font-weight:600}.alert-badge{display:inline-block;background:#c53030;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:700;margin-left:8px;letter-spacing:.5px}.table-scroll{max-height:360px;overflow-y:auto}.panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f172a0f;margin-bottom:20px}.panel-title{margin:0 0 16px;font-size:17px;color:#1a365d;font-weight:700}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.chart{display:flex;gap:14px;align-items:flex-end;height:180px;padding:0 4px}.chart-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.chart-bars{flex:1;width:100%;display:flex;gap:4px;align-items:flex-end;justify-content:center}.chart-bar{width:16px;background:#cbd5e0;border-radius:4px 4px 0 0;min-height:2px;transition:height .3s}.chart-bar.entry{background:#f26a21}.chart-bar.exit{background:#2f9e44}.chart-label{font-size:12px;color:#718096;font-weight:600}.chart-totals{font-size:11px;color:#4a5568;display:flex;align-items:center;gap:4px}.chart-legend{display:flex;justify-content:center;gap:24px;margin-top:12px;font-size:13px;color:#4a5568}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot-entry{background:#f26a21}.dot-exit{background:#2f9e44}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #edf2f7}.data-table th{background:#f7fafc;color:#4a5568;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.data-table tr:hover td{background:#f7fafc}.movement-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:360px;overflow-y:auto}.movement{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:10px 12px;border-radius:8px;background:#f7fafc;font-size:14px}.mv-badge{font-size:11px;font-weight:800;padding:4px 8px;border-radius:4px;color:#fff;letter-spacing:.5px}.mv-entry{background:#f26a21}.mv-exit{background:#2f9e44}.mv-name{font-weight:600;color:#1a365d}.mv-sector{color:#718096;font-size:13px}.mv-time{color:#4a5568;font-size:13px}.filters{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:16px}.filter{display:flex;flex-direction:column;gap:4px}.filter span{font-size:11px;color:#4a5568;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.filter input,.filter select{font-size:14px;padding:8px 10px;min-width:140px}.filters .link-btn{background:#2b6cb0;color:#fff;padding:10px 18px;font-size:14px;font-weight:600}.filters .link-btn:hover{background:#2c5282}@media (max-width: 1100px){.analytics-grid{grid-template-columns:1fr}}@media (max-width: 1000px){.panel-grid{grid-template-columns:1fr}.home-content{gap:clamp(40px,6vh,68px)}.home-buttons-wrap{gap:clamp(24px,4vw,48px)}.card-btn{width:clamp(248px,34vw,310px);min-height:230px}.form-grid{grid-template-columns:1fr}}@media (max-width: 800px){.cards{grid-template-columns:repeat(2,1fr)}.home-institution-header{top:16px;right:20px}.home-logo-northfield{height:58px;max-width:160px}.home-content{padding:110px 20px 102px;transform:translateY(-34px)}}@media (max-width: 640px){.home{display:flex;flex-direction:column;padding:0}.home-network{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.home-institution-header{top:12px;right:14px}.home-logo-northfield{height:46px;max-width:132px}.home-content{position:relative;min-height:100%;gap:28px;padding:88px 16px 112px;transform:translateY(-18px)}.home-title-wrapper{position:relative;padding:0 18px;animation:title-slide-in-static .5s ease-out .1s both}.home-title-main{font-size:clamp(36px,9vw,52px)}.home-title-sub{font-size:clamp(16px,4vw,22px)}.home-buttons-wrap{position:relative;flex-direction:column;align-items:center;gap:18px;padding:0;z-index:4}.card-btn{width:min(360px,86vw);min-height:188px;padding:28px 22px 26px;gap:14px;border-radius:20px}.card-btn-bubble{width:72px;height:72px}.card-btn-label{font-size:25px}.card-btn-sublabel{font-size:14px}.home-footer-brand{left:16px;right:auto;bottom:14px;padding:8px 10px 8px 8px}.home-logo-red{width:28px;height:36px}.home-footer-name{font-size:13px}.home-footer-sub{font-size:11px}.form-screen{padding:16px 16px 28px}.form{gap:18px}.screen-title{font-size:24px;margin:4px 0 12px}.back-btn{font-size:14px;padding:10px 14px}input,select{font-size:17px;padding:12px 14px}.submit-btn{font-size:18px;padding:16px}.form-actions{gap:10px}.print-secondary-btn{min-height:52px;padding:10px 14px}.print-secondary-copy span:first-child{font-size:14px}.print-secondary-copy span:last-child{font-size:11px}.entry-confirm-screen{padding:18px}.entry-confirm-card{padding:30px 22px 26px;border-radius:18px}.entry-confirm-icon{width:68px;height:68px}.entry-confirm-copy h1{font-size:26px}.entry-confirm-copy p{font-size:16px}.print-primary-btn,.finish-secondary-btn{min-height:54px}.print-primary-btn{font-size:17px}.finish-secondary-btn{font-size:15px}.admin-screen{padding:14px 14px 28px}.admin-header h1{font-size:22px}.cards{grid-template-columns:1fr 1fr;gap:10px}.card-value{font-size:26px}.data-table{font-size:12px}.data-table th,.data-table td{padding:8px 6px}.movement{grid-template-columns:auto 1fr;row-gap:4px}.mv-sector,.mv-time{font-size:12px}.chart{height:140px}}
