html,body,#root{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100%;margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.wide-table-text-column input{width:350px}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:default}.popup-content{background:#fff;padding:20px;border-radius:8px;min-width:20%;max-width:90%;max-height:90vh;overflow-y:auto;position:relative;cursor:default}.popup-close{position:absolute;top:8px;right:8px;border:none;background:none;font-size:18px;cursor:pointer}#tv-attr-logo{display:none}.restore-icon{cursor:pointer;color:#6c757d;display:inline-block;transition:all .2s ease-in-out}.restore-icon:hover{color:#0d6efd;transform:scale(1.2)}.scrollbar{overflow-y:auto}.scrollbar::-webkit-scrollbar{width:8px;height:8px}.scrollbar::-webkit-scrollbar-track{background:transparent}.scrollbar::-webkit-scrollbar-thumb{background-color:#a8ddfa;border-radius:4px;border:0}.scrollbar::-webkit-scrollbar-button{display:none}.scrollbar::-webkit-scrollbar-corner{background:transparent}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#78c8f0}.scrollbar{scrollbar-width:thin;scrollbar-color:rgb(168,221,250) transparent}.login-root{height:100vh;background:#1f2937;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-title{font-size:3rem;font-weight:500;margin-bottom:3rem}.login-subtitle{font-size:1.5rem;font-weight:500;margin-top:-2.5rem;margin-bottom:2rem}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2.5rem;max-width:700px}.profile-tile{background:none;border:none;cursor:pointer;color:gray;display:flex;flex-direction:column;align-items:center;transition:color .2s ease}.profile-tile:hover,.profile-tile:focus{color:#fff}.profile-square{width:140px;height:140px;background:#7e7e7e;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:600;color:#fff;border:3px solid transparent;transition:transform .2s ease,border-color .2s ease}.profile-tile:hover .profile-square,.profile-tile:focus .profile-square{transform:scale(1.08);border-color:#fff}.profile-name{margin-top:.75rem;font-size:1.1rem}.pin-container{display:flex;gap:1rem;margin-bottom:2.5rem}.pin-box{width:64px;height:80px;background:#2e3a4b;border:3px solid transparent;border-radius:6px;color:#fff;font-size:2.5rem;font-weight:600;text-align:center;outline:none;transition:border-color .2s ease,transform .1s ease}.pin-box:focus{border-color:#fff;transform:scale(1.05)}.pin-box::-webkit-outer-spin-button,.pin-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pin-box[type=number]{-moz-appearance:textfield}.pin-back{background:none;border:none;color:gray;font-size:1rem;cursor:pointer;transition:color .2s ease}.pin-back:hover,.pin-back:focus{color:#fff}.profile-square.add-user{font-size:4rem;font-weight:300}.create-form{display:flex;flex-direction:column;gap:1rem;width:320px}.create-input{height:48px;background:#2e3a4b;border:2px solid #404955;border-radius:4px;color:#fff;font-size:1rem;padding:0 12px}.create-input:focus{outline:none;border-color:#fff}.create-submit{height:48px;background:#fff;color:#000;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer}.create-submit:disabled{opacity:.4;cursor:default}
