:root{--primary-dark: #004550;--primary-mid: #19737E;--accent-orange: #F8941E;--text-grey: #485156;--light-grey: #f4f4f4;--border-color: #bbbbbb;--white: #ffffff;--grad-primary: linear-gradient(180deg, #F8941E 0%, #004550 100%)}*,*:before,*:after{box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--light-grey);margin:0;padding:0;color:var(--text-grey);overflow-x:hidden}body:not(.is-admin) .admin-only{display:none!important}body:not(.can-edit-criteria) .criteria-edit-only{display:none!important}body:not(.is-authenticated) .auth-only{display:none!important}header.app-header{background-color:var(--primary-dark);color:var(--white);padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 5px #0003;position:relative;z-index:20}.header-content{display:flex;align-items:center}.logo-container{background-color:var(--primary-dark);border-radius:12px;width:54px;height:54px;margin-right:15px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.logo-container img{height:40px;width:auto;display:block}header.app-header h1{margin:0;font-size:1.2rem;font-weight:600}header.app-header .sub-text{font-size:.9rem;opacity:.8;margin-top:4px}#auth-container{display:flex;align-items:center;gap:12px}.container{max-width:98%;margin:15px auto;background:var(--white);padding:15px;box-shadow:0 4px 15px #0000000d;border-radius:12px;display:flex;flex-direction:column;min-height:85vh}.section-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--light-grey);padding-bottom:10px;margin-bottom:10px;flex-wrap:wrap;gap:15px;flex-shrink:0}.tabs{display:flex;gap:10px}.tab-btn{padding:8px 15px;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.9rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s}.tab-btn.active{color:var(--primary-dark);border-bottom:3px solid var(--accent-orange)}.table-responsive{overflow-x:auto;overflow-y:visible;border:1px solid #ddd;border-radius:8px;flex-grow:1;position:relative;margin-bottom:25px}table{width:100%;border-collapse:separate;border-spacing:0;min-width:0;font-size:.8rem}thead tr:first-child th{background-color:var(--primary-dark);color:#fff;padding:12px 20px;height:auto;text-align:center!important;vertical-align:middle;font-weight:600;text-transform:uppercase;position:sticky;top:0;z-index:90;border-right:1px solid rgba(255,255,255,.1);white-space:normal;border-bottom:4px solid var(--accent-orange);cursor:pointer;-webkit-user-select:none;user-select:none}.th-content{display:flex;justify-content:center;align-items:center;width:100%;position:static}.filter-icon{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:3px;background-color:transparent;color:#fff9;transition:all .2s;cursor:pointer;z-index:5}.filter-icon svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.filter-icon:hover{color:#fff;background-color:#ffffff1a}.filter-icon.active{color:var(--accent-orange);opacity:1;font-weight:700}thead tr:first-child th:hover{background-color:var(--primary-mid)}.sort-asc:after{content:"▲";font-size:.6em;opacity:.8;position:absolute;right:4px;top:6px;color:var(--accent-orange)}.sort-desc:after{content:"▼";font-size:.6em;opacity:.8;position:absolute;right:4px;top:6px;color:var(--accent-orange)}.filter-popup{display:none;position:absolute;top:30px;left:50%;transform:translate(-50%);background:#fff;padding:10px;border:1px solid #ccc;box-shadow:0 4px 15px #0003;border-radius:6px;z-index:1000;width:160px;text-align:left}.filter-popup.show{display:block;animation:fadeIn .2s}.filter-popup input{width:100%;padding:6px;border:1px solid #19737E;border-radius:4px;font-size:.8rem;color:#333}.filter-popup input:focus{outline:none;box-shadow:0 0 0 2px var(--accent-orange)}.code-col{left:0;width:70px!important;min-width:70px!important;max-width:70px!important;position:sticky;z-index:22}.name-col{left:70px;width:280px!important;min-width:280px!important;max-width:280px!important;position:sticky;z-index:22}thead tr:first-child th.code-col{z-index:100!important;background-color:var(--primary-dark)}thead tr:first-child th.name-col{z-index:100!important;background-color:var(--primary-dark);text-align:center!important;border-right:2px solid rgba(255,255,255,.2)!important}thead tr:first-child th.name-col .th-content{justify-content:center}td{padding:8px 4px;text-align:center;border-bottom:1px solid #eee;border-right:1px solid #f4f4f4;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}td:nth-child(1){position:sticky;left:0;background-color:#fff;z-index:20;font-weight:700;border-right:1px solid #eee;width:70px!important;min-width:70px!important;max-width:70px!important}td:nth-child(2){position:sticky;left:70px;background-color:#fff;z-index:20;font-weight:600;text-align:left;padding-left:12px;border-right:2px solid #ddd;cursor:pointer;width:280px!important;min-width:280px!important;max-width:280px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--primary-mid)}th:not(.code-col):not(.name-col),td:not(:nth-child(1)):not(:nth-child(2)){min-width:80px}.total-col{color:var(--accent-orange);font-weight:800;background-color:#f8941e0d}.btn{background-color:var(--primary-mid);color:#fff;border:none;padding:8px 14px;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s ease;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-action{background-color:var(--accent-orange);color:#fff}.btn-action:hover{background-color:#e07f0b}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-success{background-color:#198754;color:#fff}.btn-success:hover{background-color:#157347}.btn-warning{background-color:#ffc107;color:#604c00}.btn-warning:hover{background-color:#e0a800}.btn-info{background-color:#0d6efd;color:#fff}.btn-info:hover{background-color:#0b5ed7}.checkbox-wrapper{display:flex;align-items:center;justify-content:space-between;background:#f8f9fa;padding:12px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px}.checkbox-wrapper label{margin:0;font-weight:600;color:var(--primary-dark);font-size:.9rem}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-mid);cursor:pointer}.list-builder{margin-top:5px}.list-input-group{display:flex;gap:8px;margin-bottom:8px}.list-input-group input{flex-grow:1;padding:8px;border:1px solid #ccc;border-radius:4px}.list-items-container{background:#fcfcfc;border:1px solid #eee;border-radius:4px;padding:10px;min-height:80px;max-height:150px;overflow-y:auto}.list-item{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:#fff;border-bottom:1px solid #f0f0f0;font-size:.85rem}.list-item:last-child{border-bottom:none}.list-item-text:before{content:"• ";color:var(--accent-orange);font-weight:700}.delete-item-btn{background:none;border:none;color:#ff6b6b;cursor:pointer;font-size:1.1rem;font-weight:700}.delete-item-btn:hover{color:#d63031}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00455099;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;z-index:1000}.modal-overlay.open{display:flex}.modal{background:#fff;width:95%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 10px 30px #0000004d;overflow:hidden;animation:fadeIn .3s}.modal-header{background:var(--primary-dark);color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0}.modal-body{padding:20px;overflow-y:auto;flex-grow:1}.modal-footer{padding:15px 20px;background:#f8f9fa;text-align:right;border-top:1px solid #ddd}.close-modal{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.export-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:25px}.export-option-card{background:#fcfcfc;border:1px solid #eee;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.export-option-card:hover{border-color:var(--primary-mid);transform:translateY(-3px);box-shadow:0 6px 15px #0000000d;background:#fff}.export-option-card.active{border-color:var(--accent-orange);background:#f8941e0d;box-shadow:0 0 0 2px var(--accent-orange)}.export-option-card.active:after{content:"✓";position:absolute;top:10px;right:15px;color:var(--accent-orange);font-weight:900;font-size:1.2rem}.export-option-card b{font-size:1rem;color:var(--primary-dark);display:block;margin-bottom:5px}.export-option-card span{font-size:.8rem;color:#777}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.tag{background:var(--primary-dark);color:#fff;padding:5px 12px;border-radius:20px;font-size:.75rem;display:flex;align-items:center;gap:8px}.tag button{background:none;border:none;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;line-height:1}.info-tabs{display:flex;border-bottom:2px solid #eee;margin-bottom:20px}.info-tab-btn{padding:12px 30px;border:none;background:transparent;cursor:pointer;font-weight:700;color:#888;border-bottom:3px solid transparent;transition:all .2s}.info-tab-btn.active{color:var(--primary-dark);border-bottom-color:var(--accent-orange)}.stats-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin-bottom:25px}.stat-card{background:#fcfcfc;padding:15px;border-radius:10px;border:1px solid #eee;text-align:center;border-bottom:3px solid var(--primary-mid)}.stat-card h4{margin:0;font-size:.75rem;color:#999;text-transform:uppercase}.stat-card .val{font-size:1.6rem;font-weight:800;color:var(--primary-dark);margin-top:5px}.achievers-row{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:25px}.achiever-card{background:#fff;color:var(--primary-dark);padding:20px;border-radius:12px;text-align:center;box-shadow:0 4px 12px #0000000d;border:1px solid #eee;position:relative;overflow:hidden}.achiever-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--grad-primary)}.achiever-card h5{margin:0;font-size:.7rem;text-transform:uppercase;color:#888;letter-spacing:1px}.achiever-card .name{font-size:1.1rem;font-weight:700;margin-top:10px;display:block;color:var(--primary-dark)}.achiever-card .score-val{font-size:1.2rem;color:var(--accent-orange);font-weight:800;margin-top:8px;display:block}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.chart-box{background:#fff;border:1px solid #eee;border-radius:12px;padding:15px;height:350px}.chart-label{font-weight:700;font-size:.85rem;color:var(--primary-dark);margin-bottom:15px;border-left:4px solid var(--accent-orange);padding-left:10px}.compact-bar{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;display:block;margin-bottom:15px;box-sizing:border-box}.dimmed-bar{background-color:#eee;color:#777;cursor:not-allowed}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.category-btn{background:#f8f9fa;border:1px solid #ddd;padding:20px;border-radius:10px;text-align:center;cursor:pointer;transition:all .2s;font-weight:600;color:var(--primary-dark);display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:120px}.category-btn:hover{background:#fff;border-color:var(--accent-orange);color:var(--accent-orange);transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.eval-section-title{font-weight:800;color:var(--primary-dark);margin:25px 0 10px;padding-bottom:8px;border-bottom:2px solid var(--accent-orange);display:flex;justify-content:space-between;align-items:center}.eval-section-weight{font-size:.75rem;background:#eef2f3;padding:4px 10px;border-radius:12px;color:var(--primary-mid)}.criteria-checklist{display:flex;flex-direction:column;gap:10px}.criteria-item{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #eee;border-radius:8px;transition:all .2s;background:#fff}.criteria-item.interactive-item{cursor:pointer}.criteria-item.interactive-item:hover{background:#f9f9f9}.criteria-item.selected{background:#e6f2f3;border-color:var(--primary-mid);border-left:6px solid var(--primary-mid)}.checkbox-container{width:22px;height:22px;border:2px solid var(--border-color);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.criteria-item.selected .checkbox-container{background:var(--primary-mid);border-color:var(--primary-mid)}.criteria-item.selected .checkbox-container:after{content:"✔";color:#fff;font-size:14px}.criteria-item-content{font-size:.88rem;line-height:1.5;color:#444;flex-grow:1}.eval-group-heading{background:var(--primary-dark);color:#fff;padding:8px 15px;border-radius:6px;font-size:.9rem;font-weight:800;margin:25px 0 15px;text-transform:uppercase;letter-spacing:1px}.prof-cards-grid{display:flex;flex-direction:column;gap:12px}.prof-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px 20px;border-left:5px solid var(--primary-dark);box-shadow:0 2px 8px #00000008;transition:all .2s;display:flex;align-items:center;gap:20px}.prof-card:hover{transform:translate(5px);box-shadow:0 4px 12px #00000014;border-left-color:var(--accent-orange)}.prof-card-header-info{min-width:140px;flex-shrink:0}.prof-card-title{font-weight:800;font-size:1.2rem;color:var(--primary-dark);margin-bottom:6px}.prof-card-weight{display:inline-block;background:#f0f7f8;color:var(--primary-mid);font-weight:700;font-size:.85rem;padding:4px 12px;border-radius:15px;border:1px solid #e0eff1;margin:0}.prof-card-desc{font-size:.95rem;color:#444;line-height:1.5;flex-grow:1;margin:0}.log-table{width:100%;border-collapse:separate;border-spacing:0}.log-table th{position:sticky;top:0;background:var(--primary-dark);color:#fff;padding:12px 15px;text-align:left;z-index:10;border-bottom:3px solid var(--accent-orange)}.log-table td{padding:12px 15px;border-bottom:1px solid #eee;vertical-align:top;background:#fff}.log-table tr:hover td{background-color:#fcfcfc}.log-cell-wrapper{border:1px solid #e0e0e0;border-radius:6px;background:#fff;overflow:hidden;transition:box-shadow .2s;display:flex;flex-direction:column;height:100%}.log-cell-wrapper:focus-within{border-color:var(--primary-mid);box-shadow:0 0 0 3px #19737e1a}.log-textarea{width:100%;border:none;padding:12px;font-family:Segoe UI,sans-serif;font-size:.9rem;resize:vertical;min-height:100px;outline:none;display:block;line-height:1.5;color:#333;flex-grow:1}.log-textarea[readonly]{background-color:#f8f9fa;cursor:not-allowed}.log-toolbar{background:#fcfcfc;padding:4px 8px;border-top:1px solid #f0f0f0;display:flex;gap:6px;justify-content:flex-end}.log-tool-btn{background:transparent;border:1px solid transparent;color:#888;padding:4px;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.log-tool-btn:hover{background:#eef2f3;color:var(--primary-dark);border-color:#ddd}.log-tool-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.toast{position:fixed;bottom:20px;right:20px;background:var(--primary-dark);color:#fff;padding:12px 20px;border-radius:6px;box-shadow:0 4px 12px #0003;z-index:2000;animation:fadeIn .2s;border-left:4px solid var(--accent-orange)}.toast.success{background:var(--primary-dark)}.toast.error{background:#dc3545;border-left-color:#a71d2a}.banner-loading{background:#fff8ec;border:1px solid var(--accent-orange);color:var(--primary-dark);padding:10px 15px;border-radius:6px;margin-bottom:12px;text-align:center;font-weight:600}.approvals-wrap{position:relative;display:inline-flex}.notification-badge{background:#dc3545;color:#fff;border-radius:50%;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003;min-width:22px;text-align:center;line-height:1.2}.approval-item{border:1px solid #ddd;border-radius:8px;padding:15px;margin-bottom:15px;background:#fff;box-shadow:0 2px 6px #0000000d}.approval-item.on-hold{border-left:5px solid var(--accent-orange);background:#fff8e1}.approval-item.pending{border-left:5px solid var(--primary-mid)}.approval-item.accepted{border-left:5px solid #198754}.approval-item.rejected{border-left:5px solid #dc3545}.approval-item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.approval-item-meta{font-size:.85rem;color:#555;margin-bottom:10px}.approval-status-chip{margin-left:10px;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.approval-status-chip.pending{background:#19737e26;color:var(--primary-dark)}.approval-status-chip.on-hold{background:#f8941e33;color:#604c00}.approval-status-chip.accepted{background:#19875426;color:#198754}.approval-status-chip.rejected{background:#dc35451f;color:#b02a37}.approval-actions{display:flex;gap:8px;flex-wrap:wrap}.approval-diff-table{width:100%;border-collapse:collapse;margin-top:15px;font-size:.85rem;border:1px solid #eee}.approval-diff-table th,.approval-diff-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #eee}.approval-diff-table th{background:#f0f7f8;color:var(--primary-dark);font-weight:700}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px}.preview-box{background:#fff;border:1px solid #ddd;border-radius:8px;padding:15px}.preview-header{font-weight:800;color:var(--primary-dark);text-align:center;border-bottom:2px solid var(--primary-mid);padding-bottom:10px;margin-bottom:15px}.preview-stat{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.preview-stat:last-child{border-bottom:none}.preview-stat .delta-pos{color:#198754;font-weight:700}.preview-stat .delta-neg{color:#dc3545;font-weight:700}.preview-grade{font-size:2rem;font-weight:900;color:var(--accent-orange);text-align:center;margin:15px 0}.search-select-container{position:relative;margin-bottom:15px}.search-select-list{display:none;position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #19737E;border-radius:6px;z-index:100;box-shadow:0 8px 15px #00000026;margin-top:4px}.search-select-list.show{display:block}.search-select-item{padding:10px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:.95rem;color:#333;display:flex;justify-content:space-between;align-items:center}.search-select-item:last-child{border-bottom:none}.search-select-item:hover,.search-select-item.active{background:#f0f7f8;color:var(--primary-dark);font-weight:600}.search-select-item.disabled{opacity:.45;cursor:not-allowed;font-style:italic}.search-select-item.disabled:hover{background:#fff;color:#333;font-weight:400}.segmented-control{display:flex;background:#eef2f3;border-radius:8px;padding:4px;margin-bottom:15px;border:1px solid #dcdcdc}.segmented-control input[type=radio]{display:none}.segmented-control label{flex:1;text-align:center;padding:10px 15px;border-radius:6px;cursor:pointer;font-weight:700;color:#666;transition:all .2s ease;margin:0;font-size:.95rem}.segmented-control input[type=radio]:checked+label{background:var(--white);color:var(--primary-dark);box-shadow:0 2px 6px #0000001a;border:1px solid #ccc}.evaluator-panel{border:1px solid var(--primary-dark);border-radius:8px;padding:16px;margin-bottom:16px;background:#f7fcfb}.evaluator-panel h3{margin:0 0 10px;color:var(--primary-dark)}.evaluator-assignment{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #cce}.evaluator-assignment:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.evaluator-meta{font-size:.85rem;color:#555;margin-bottom:6px}.evaluator-targets{display:flex;flex-wrap:wrap;gap:8px}.eval-progress-card{padding:10px 14px;margin-bottom:14px;border-radius:8px;border:1px solid #e3e3e3;background:#f7fcfb;display:flex;justify-content:space-between;align-items:center;gap:16px}.eval-progress-info{font-size:.8rem;color:#666;margin-top:2px}.eval-progress-info strong{color:var(--primary-dark)}.eval-progress-bar{height:8px;border-radius:4px;background:#e6e6e6;overflow:hidden}.eval-progress-bar-fill{height:100%;background:var(--accent-orange);transition:width .2s ease}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.table-responsive,.modal-body,.list-items-container,.search-select-list,.delegation-list{-webkit-overflow-scrolling:touch}@media (max-width: 768px){.stats-summary,.achievers-row,.charts-row,.prof-cards-grid,.export-cards-grid,.preview-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:stretch}.section-header>div{width:100%}.tabs{margin-bottom:10px;overflow-x:auto;width:100%}.modal{width:100%;height:100%;border-radius:0;max-height:100vh}.modal-header h3{font-size:1.1rem}.modal-footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.segmented-control label{padding:8px 10px;font-size:.85rem}header.app-header{padding:.7rem 1rem;flex-wrap:wrap;gap:8px}header.app-header h1{font-size:1.2rem}header.app-header .sub-text{font-size:.78rem}#auth-container{flex-wrap:wrap;width:100%;justify-content:flex-end;gap:8px}.container{padding:12px;margin:10px auto;border-radius:8px}table{font-size:.78rem}thead tr:first-child th{padding:10px 14px;font-size:.7rem}.name-col,td:nth-child(2){width:150px!important;min-width:150px!important;max-width:150px!important}.criteria-editor-layout{flex-direction:column!important;height:auto!important}.criteria-editor-sidebar{width:100%!important;max-height:32vh;flex-shrink:1!important;border-right:none!important;border-bottom:1px solid #ddd}.prof-card{flex-direction:column;align-items:flex-start;gap:8px}.prof-card-header-info{min-width:0}.eval-progress-card{flex-direction:column;align-items:stretch;gap:8px}.approval-actions .btn{flex:1 1 auto}.login-welcome-title{white-space:normal!important}}@media (max-width: 480px){header.app-header h1{font-size:1.05rem}header.app-header .logo-container{width:44px;height:44px;border-radius:10px}header.app-header .logo-container img{height:32px}.btn{padding:7px 10px;font-size:.8rem}.stat-card .val{font-size:1.3rem}.modal-body{padding:15px}}
