/*!
 * 
 *   simple-keyboard v3.8.167
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}:root{font-family:Roboto,Arial,sans-serif;color:#0d1b2a;background:#fff;font-synthesis:none}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.app-shell{position:relative;width:min(1080px,100%);min-height:100vh;margin:0 auto;background:#fff}.logo-panel{height:312px;display:flex;align-items:center;justify-content:center}.secret-logo-button{width:min(900px,94%);height:280px;padding:0;border:0;background:transparent}.secret-logo-button img{width:100%;height:100%;object-fit:contain}.home-content{width:86%;min-height:1228px;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.avatar{display:flex;align-items:center;justify-content:center;overflow:hidden;max-width:100%}.avatar-frame{width:100%;height:100%;border:0;background:transparent}.persistent-avatar{position:absolute;z-index:3;transition:top .2s ease,left .2s ease}.avatar-home{top:312px;left:50%;transform:translate(-50%)}.avatar-hearings{top:8px;left:44px;transform:none}.home-avatar-space{width:425px;max-width:100%;height:360px}.hearing-avatar-space{width:300px;height:235px}.home-content h1{margin:38px 0 14px;font-size:3.45rem;line-height:1.12;font-weight:900;letter-spacing:-1px}.home-content>p{margin:0 0 28px;font-size:1.5rem;color:#5f6368}.division-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:24px}.division-button{height:120px;border:0;border-radius:18px;background:#0d47a1;color:#fff;font-size:2rem;font-weight:900;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 8px 16px #0d47a12b}.division-button:active{transform:translateY(2px)}.chevrons{font-size:2.5rem;letter-spacing:-10px;padding-right:10px;animation:pulse 1.2s infinite}@keyframes pulse{50%{opacity:.35;transform:translate(8px)}}.loading-line{padding:24px;color:#5f6368}.auth-loading{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;color:#52606d}.loading-spinner{width:52px;height:52px;border:5px solid #dce5f0;border-top-color:#0d47a1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-toolbar{position:absolute;top:8px;right:12px;z-index:10;display:flex;align-items:center;gap:10px;padding:6px 8px 6px 14px;border-radius:24px;background:#fff;box-shadow:0 2px 10px #0002;color:#52606d;font-size:.8rem}.auth-toolbar button{border:0;border-radius:18px;padding:7px 12px;background:#e8edf3;color:#243b53;font-weight:700}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(145deg,#edf4ff,#fff 50%,#f5f7fa)}.login-card{width:min(460px,100%);padding:36px 42px 42px;border:1px solid #dce4ee;border-radius:24px;background:#fff;box-shadow:0 20px 55px #102a4326}.login-logo{display:block;width:100%;height:145px;margin:0 auto 18px;object-fit:contain}.login-card h1{margin:0;text-align:center;font-size:2rem;color:#102a43}.login-card>p{margin:8px 0 28px;text-align:center;color:#627d98}.login-card form{display:flex;flex-direction:column}.login-card label{margin:0 0 7px;color:#334e68;font-size:.92rem;font-weight:700}.login-card input{height:54px;margin-bottom:20px;padding:0 15px;border:1px solid #bcccdc;border-radius:10px;outline:none;font-size:1rem}.login-card input:focus{border-color:#0d47a1;box-shadow:0 0 0 3px #0d47a122}.login-error{margin:-4px 0 18px;padding:11px 13px;border-radius:8px;background:#ffebee;color:#b71c1c;font-size:.9rem}.login-button{height:56px;border:0;border-radius:10px;background:#0d47a1;color:#fff;font-size:1.05rem;font-weight:900}.login-button:disabled{opacity:.65;cursor:wait}.maintenance-layer{z-index:40}.maintenance-dialog{width:min(440px,96vw);padding:30px;border-radius:20px;background:#fff;box-shadow:0 18px 60px #0006}.maintenance-dialog h2{margin:0 0 8px;font-size:1.7rem;color:#102a43}.maintenance-dialog>p{margin:0 0 24px;color:#627d98}.maintenance-dialog label{display:block;margin-bottom:7px;color:#334e68;font-weight:700}.maintenance-dialog input{width:100%;height:56px;margin-bottom:20px;padding:0 16px;border:1px solid #bcccdc;border-radius:10px;font-size:1.4rem;letter-spacing:.25rem;outline:none}.maintenance-dialog input:focus{border-color:#0d47a1;box-shadow:0 0 0 3px #0d47a122}.hearings-page{padding:8px 44px 50px}.speech-row{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:center}.speech-card{min-height:225px;padding:35px;border-radius:20px;background:#0d47a1;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:2.05rem;line-height:1.35}.language-row{display:flex;justify-content:flex-end;margin:20px 0}.language-row select{min-width:260px;padding:12px 16px;border:1px solid #b7c0cc;border-radius:12px;background:#f7f7f7;font-weight:600}.hearing-heading{display:grid;grid-template-columns:120px 1fr 120px;align-items:center;margin:12px 0 22px}.hearing-heading h1{grid-column:2;margin:0;padding:14px 32px;border-radius:18px;background:#0d1b2a;color:#fff;text-align:center;font-size:2rem;text-transform:uppercase}.back-button{grid-column:1;grid-row:1;border:0;background:transparent;font-size:4rem;line-height:1}.search-input{width:100%;height:68px;padding:0 20px;border:0;border-bottom:2px solid #0d47a1;background:#f1f3f5;font-size:1.4rem;outline:none}.kiosk-keyboard{margin:14px 0 22px}.hg-theme-default{font-family:Roboto,Arial,sans-serif}.hg-theme-default .hg-button{height:58px;font-size:1.2rem}.table-shell{height:990px;overflow:auto;border:2px solid #0d47a1;border-radius:20px}table{width:100%;border-collapse:collapse;table-layout:fixed}thead{position:sticky;top:0;z-index:2;background:#fff}th,td{padding:18px 12px;border-bottom:1px solid #dfe3e8;text-align:center;font-size:1rem}th{font-size:1.15rem;text-decoration:underline}th:nth-child(1){width:20%}th:nth-child(2){width:30%;text-align:left}th:nth-child(3){width:30%}td:nth-child(2){text-align:left}.location-button{width:95%;min-height:64px;border:0;border-radius:5px;padding:10px;background:#1976d2;color:#fff;font-weight:600;box-shadow:0 3px 8px #0004}.empty-row{padding:40px;font-size:1.3rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px}.viewer-card,.session-card{width:min(850px,96vw);max-height:94vh;overflow:auto;border-radius:20px;background:#fff;padding:24px;box-shadow:0 18px 60px #0006}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:2rem}.modal-header button{border:0;background:transparent;font-size:2.5rem}.map-image{display:block;max-width:100%;max-height:70vh;object-fit:contain;margin:18px auto}.information-preview{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f4f7fa;border-radius:14px;margin:18px 0}.modal-actions,.session-actions{display:flex;gap:14px;justify-content:flex-end}.primary-button,.secondary-button,.danger-button{min-height:52px;padding:0 24px;border:0;border-radius:8px;font-weight:700}.primary-button{background:#1976d2;color:#fff}.secondary-button{background:#e8edf3}.danger-button{background:#e53935;color:#fff}.warning-layer{z-index:30}.session-card{max-width:520px;text-align:center;padding:30px}.warning-icon{width:72px;height:72px;margin:auto;border-radius:50%;background:linear-gradient(135deg,#ff7043,#e53935);color:#fff;display:grid;place-items:center;font-size:2.3rem;font-weight:900}.session-card h2{font-size:1.7rem;margin-bottom:10px}.session-card>p{color:#5f6b7a}.timer{margin:24px 0;padding:20px;border:1px solid #e3e8ef;border-radius:18px;background:#f8fafc;display:flex;flex-direction:column;color:#5f6b7a}.timer strong{font-size:3.25rem;color:#e53935}.session-actions button{flex:1}@media(max-width:760px){.division-grid{grid-template-columns:1fr}.home-content h1{font-size:2.4rem}.speech-row{grid-template-columns:1fr}.avatar-hearings,.hearing-avatar-space{display:none}.hearings-page{padding:8px 16px 40px}.hearing-heading{grid-template-columns:70px 1fr}.hearing-heading h1{font-size:1.3rem;padding:12px}.table-shell{overflow-x:auto}table{min-width:820px}}
