@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html,body,#root{width:100%;min-height:100%;margin:0}body{background:#eaf6fc;font-family:Inter,sans-serif}.login-page{background:radial-gradient(circle at 15% 20%,#2b9dd32e,#0000 32%),radial-gradient(circle at 85% 75%,#0077b524,#0000 35%),linear-gradient(135deg,#f8fcff 0%,#edf8fd 45%,#e1f2fa 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.login-bg-shape{pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.login-bg-shape-one{background:#30a6d821;border:1px solid #fffc;width:420px;height:420px;top:-190px;left:-150px}.login-bg-shape-two{background:#007ab81a;border:1px solid #fffc;width:520px;height:520px;bottom:-270px;right:-250px}.login-bg-shape-three{background:#49b5e214;border:1px solid #ffffffb3;width:170px;height:170px;top:14%;right:13%}.login-grid{pointer-events:none;opacity:.28;background-image:linear-gradient(#2382ae09 1px,#0000 1px),linear-gradient(90deg,#2382ae09 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.login-panel{z-index:5;width:100%;max-width:445px;position:relative}.login-card{-webkit-backdrop-filter:blur(22px);background:#ffffffad;border:1px solid #ffffffd1;border-radius:26px;width:100%;padding:42px 42px 30px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f5e8526,0 8px 30px #0f5e8514,inset 0 1px #fffffff2}.login-card-highlight{background:linear-gradient(90deg,#0000,#fff,#0000);width:80%;height:1px;position:absolute;top:0;left:10%}.login-brand{text-align:left;justify-content:center;align-items:center;gap:15px;margin-bottom:30px;display:flex}.brand-logo{background:#ffffffe0;border:1px solid #fffffff2;border-radius:19px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 10px 28px #0c66941f}.brand-logo img{object-fit:contain;width:59px;height:59px;display:block}.brand-name h1{color:#075b91;letter-spacing:-1px;margin:0;font-size:28px;font-weight:800;line-height:1}.brand-name p{color:#69889b;letter-spacing:.2px;margin:7px 0 0;font-size:12px;font-weight:600}.login-header{text-align:left;margin-bottom:25px}.login-header h2{color:#143c55;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:700;line-height:1.25}.login-header p{color:#7894a5;margin:8px 0 0;font-size:13px;line-height:1.5}.login-card .error-msg,.login-field{margin-bottom:18px}.login-field label{color:#31566d;letter-spacing:.1px;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.input-wrapper,.password-wrapper{position:relative}.input-icon{color:#5790ad;pointer-events:none;z-index:2;justify-content:center;align-items:center;width:19px;height:19px;display:flex;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.input-icon svg{width:18px;height:18px}.login-field input{color:#183d54;background:#ffffffa3;border:1px solid #a9c8d7a6;border-radius:12px;outline:none;width:100%;height:51px;padding:0 15px 0 46px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s}.login-field input::placeholder{color:#9aafbb}.login-field input:hover{border-color:#4394b88c}.login-field input:focus{background:#ffffffeb;border-color:#1788bd;box-shadow:0 0 0 3px #1788bd1a,0 5px 16px #1788bd0f}.password-wrapper input{padding-right:52px}.password-toggle{color:#52849c;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.password-toggle:hover{color:#086d9f;background:#1482b114}.password-toggle svg{width:18px;height:18px}.login-button{color:#fff;letter-spacing:.1px;cursor:pointer;background:linear-gradient(135deg,#087db7 0%,#056a9e 100%);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:51px;margin-top:7px;font-family:inherit;font-size:13px;font-weight:600;transition:transform .15s,box-shadow .2s,filter .2s;display:flex;box-shadow:0 10px 24px #056a9e38}.login-button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 13px 28px #056a9e47}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-button-arrow{font-size:18px;line-height:1;transition:transform .2s}.login-button:hover:not(:disabled) .login-button-arrow{transform:translate(3px)}.login-footer{color:#8199a7;letter-spacing:.15px;text-align:center;justify-content:center;align-items:center;gap:7px;margin:20px 0 0;font-size:10px;font-weight:500;display:flex}.footer-dot{background:#38a6cf;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 0 3px #38a6cf1a}.login-bottom-brand{z-index:5;color:#8aa4b2;white-space:nowrap;font-size:10px;font-weight:500;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}@media (width<=600px){.login-page{padding:25px 16px 50px}.login-panel{max-width:420px}.login-card{border-radius:22px;padding:34px 25px 27px}.brand-logo{border-radius:17px;width:65px;height:65px}.brand-logo img{width:53px;height:53px}.brand-name h1{font-size:25px}.login-header h2{font-size:22px}.login-bg-shape-three{display:none}}@media (width<=380px){.login-page{padding:18px 12px 45px}.login-card{padding:30px 20px 24px}.login-brand{margin-bottom:25px}.login-header h2{font-size:21px}.login-header p{font-size:12px}.login-field input,.login-button{height:49px}}:root{--nav-blue:#075985;--nav-blue-dark:#064b6f;--nav-blue-soft:#eaf6fb;--nav-blue-hover:#f1f9fc;--nav-text:#183b56;--nav-muted:#71879a;--nav-border:#e2edf3;--nav-white:#fff}.app-nav{box-sizing:border-box;border-bottom:1px solid var(--nav-border);z-index:100;background:#fffffff7;align-items:center;gap:30px;width:100%;height:72px;padding:0 30px;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0759850f}.app-nav-brand{flex-shrink:0;align-items:center;gap:11px;min-width:205px;display:flex}.app-nav-logo{background:#fff;border:1px solid #e1edf3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden;box-shadow:0 3px 10px #07598514}.app-nav-logo img{box-sizing:border-box;object-fit:contain;width:100%;height:100%;padding:4px;display:block}.app-nav-brand-text{flex-direction:column;justify-content:center;line-height:1.1;display:flex}.app-nav-brand-text strong{color:var(--nav-blue);letter-spacing:.06em;font-size:17px;font-weight:800}.app-nav-brand-text span{color:#71889a;letter-spacing:.18em;margin-top:4px;font-size:9px;font-weight:700}.app-nav-links{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.app-nav-link{color:#536c7f;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:flex;position:relative}.app-nav-link:hover{background:var(--nav-blue-hover);color:var(--nav-blue)}.app-nav-link.active{background:var(--nav-blue-soft);color:var(--nav-blue);font-weight:700}.app-nav-link.active:after{content:"";background:var(--nav-blue);border-radius:20px;height:2px;position:absolute;bottom:3px;left:14px;right:14px}.app-nav-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;font-size:17px;line-height:1;display:inline-flex}.app-nav-right{flex-shrink:0;align-items:center;gap:16px;display:flex}.app-nav-clock{border-right:1px solid var(--nav-border);color:#667f91;font-variant-numeric:tabular-nums;white-space:nowrap;padding-right:16px;font-size:13px;font-weight:600}.app-nav-menu{align-items:center;display:flex;position:relative}.app-nav-more{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:3px;width:40px;height:40px;padding:0;transition:background .18s,border-color .18s;display:flex}.app-nav-more:hover,.app-nav-more.open{background:var(--nav-blue-soft);border-color:#d5e8f0}.app-nav-more span{background:#60798b;border-radius:50%;width:4px;height:4px;transition:background .18s;display:block}.app-nav-more:hover span,.app-nav-more.open span{background:var(--nav-blue)}.app-nav-dropdown{box-sizing:border-box;background:#fffffffa;border:1px solid #dceaf1;border-radius:12px;width:155px;padding:7px;animation:.15s ease-out navDropdownIn;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 40px #08364c24,0 3px 10px #08364c0f}@keyframes navDropdownIn{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.app-nav-logout{color:#526c7e;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:background .18s,color .18s;display:flex}.app-nav-logout:hover{color:#c24135;background:#fff2f0}.logout-icon{color:#c24135;background:#fff0ee;border-radius:7px;flex-shrink:0;place-items:center;width:27px;height:27px;font-size:15px;font-weight:700;display:grid}@media (width<=1050px){.app-nav{gap:18px;padding:0 20px}.app-nav-brand{min-width:auto}.app-nav-link{padding:9px 10px}.app-nav-label{display:none}.app-nav-icon{width:22px}}@media (width<=700px){.app-nav{gap:12px;height:64px;padding:0 14px}.app-nav-logo{border-radius:10px;width:39px;height:39px}.app-nav-brand-text strong{font-size:14px}.app-nav-brand-text span{display:none}.app-nav-links{gap:2px}.app-nav-link{padding:8px}.app-nav-link.active:after{left:7px;right:7px}.app-nav-right{gap:8px}.app-nav-clock{display:none}.app-nav-more{width:36px;height:36px}.app-nav-dropdown{width:150px;right:-3px}}@media (width<=480px){.app-nav-brand-text{display:none}.app-nav-brand{margin-right:auto}.app-nav-links{flex:initial}}.token-issuer-page{color:#20364d;background:#f5f8fb;width:100%;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.issuer-content{width:100%;max-width:1380px;margin:0 auto;padding:34px 32px 60px}.issuer-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.issuer-eyebrow,.section-eyebrow{color:#2378a5;letter-spacing:1.3px;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.issuer-heading h1{color:#123b5d;margin:0;font-size:32px;font-weight:750;line-height:1.2}.issuer-heading p{color:#718396;margin:9px 0 0;font-size:15px;line-height:1.6}.sync-button{color:#176b96;cursor:pointer;background:#fff;border:1px solid #cbdce8;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:750;transition:all .18s;display:flex}.sync-button:hover{background:#f1f8fc;border-color:#9fc4d8}.sync-button:disabled{opacity:.6;cursor:not-allowed}.sync-icon{font-size:20px}.patient-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.patient-type-card{color:#243b53;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8e4ec;border-radius:14px;align-items:center;gap:18px;min-height:128px;padding:22px;transition:all .2s;display:flex;box-shadow:0 4px 16px #1c445f0b}.patient-type-card:hover{border-color:#a8c7da;transform:translateY(-2px);box-shadow:0 8px 24px #1c445f14}.patient-type-card.active{background:#f2f9fd;border-color:#2780ad;box-shadow:inset 0 0 0 1px #2780ad}.patient-type-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:23px;display:flex}.internal-icon{background:#e8f3fa}.outside-icon{color:#2d8052;background:#e8f6ed;font-size:30px}.patient-type-content{flex:1;min-width:0}.patient-type-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.patient-type-title-row strong{color:#173f60;font-size:17px;font-weight:750}.patient-type-content p{color:#728398;margin:8px 0 0;font-size:13px;line-height:1.55}.type-badge{letter-spacing:.6px;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:850}.type-badge.blue{color:#176b96;background:#e5f2fa}.type-badge.green{color:#2d7b4e;background:#e6f5ec}.patient-type-arrow{color:#7b9aae;font-size:24px;transition:all .18s}.patient-type-card:hover .patient-type-arrow{color:#176b96;transform:translate(4px)}.success-message{color:#287249;background:#f0faf4;border:1px solid #c9e4d4;border-radius:9px;align-items:center;gap:10px;min-height:48px;margin-bottom:18px;padding:12px 15px;font-size:13px;font-weight:650;display:flex}.success-icon{background:#d9f0e1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:850;display:flex}.issuer-error{margin-bottom:18px}.patient-workspace{grid-template-columns:minmax(0,1.65fr) minmax(360px,.8fr);align-items:start;gap:22px;display:grid}.workspace-section,.selected-patient-panel,.outside-search-section,.outside-registration-card{background:#fff;border:1px solid #dbe6ee;border-radius:13px;min-width:0;overflow:hidden;box-shadow:0 5px 18px #1f48620d}.section-heading,.selected-panel-header{border-bottom:1px solid #e5edf2;justify-content:space-between;align-items:center;gap:15px;min-height:84px;padding:19px 21px;display:flex}.section-heading h2,.selected-panel-header h2{color:#173f60;margin:0;font-size:19px;font-weight:750}.section-heading span:not(.section-eyebrow):not(.patient-count),.selected-panel-header span:not(.section-eyebrow):not(.selected-status){color:#8292a2;margin-top:5px;font-size:12px;display:block}.compact-search{border-bottom:1px solid #e8eef3;padding:17px 20px}.search-input-wrapper{position:relative}.search-input-wrapper input{color:#253d55;background:#fff;border:1px solid #ccdce7;border-radius:9px;outline:none;width:100%;height:50px;padding:0 46px;font-family:inherit;font-size:14px;transition:all .18s}.search-input-wrapper input::placeholder{color:#9aa9b7}.search-input-wrapper input:focus{border-color:#398bb6;box-shadow:0 0 0 4px #eaf5fa}.search-icon{color:#73889a;pointer-events:none;font-size:17px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.clear-search{color:#788b9b;cursor:pointer;background:0 0;border:none;border-radius:7px;width:32px;height:32px;font-size:22px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.clear-search:hover{background:#edf2f5}.patient-list-header{background:#fbfdfe;border-bottom:1px solid #e5edf2;justify-content:space-between;align-items:center;min-height:76px;padding:15px 20px;display:flex}.patient-list-header h2{color:#173f60;margin:0;font-size:17px;font-weight:750}.patient-list-header span:not(.section-eyebrow):not(.patient-count){color:#8797a5;margin-top:5px;font-size:12px;display:block}.patient-count{color:#176b96;background:#eaf4fa;border-radius:8px;justify-content:center;align-items:center;min-width:42px;height:34px;padding:0 10px;font-size:13px;font-weight:850;display:flex}.patient-table-wrapper{width:100%;overflow-x:auto}.patient-table{border-collapse:collapse;table-layout:fixed;width:100%}.patient-table th{color:#718294;letter-spacing:.7px;text-align:left;text-transform:uppercase;background:#f6f9fb;border-bottom:1px solid #dce6ed;height:46px;padding:0 18px;font-size:10px;font-weight:850}.patient-table th:first-child{width:22%}.patient-table th:nth-child(2){width:34%}.patient-table th:nth-child(3),.patient-table th:nth-child(4){width:22%}.patient-table tbody tr.patient-row{cursor:pointer;background:#fff;min-height:72px;transition:all .15s}.patient-table tbody tr.patient-row:hover{background:#f5faff}.patient-table tbody tr.selected-row{background:#edf7fc;box-shadow:inset 4px 0 #176b96}.patient-table td{color:#52677a;vertical-align:middle;border-bottom:1px solid #edf1f4;padding:14px 18px;font-size:13px}.patient-table tbody tr:last-child td{border-bottom:none}.patient-mr{color:#176b96;font-size:13px;font-weight:800}.patient-name-cell{align-items:center;gap:11px;min-width:0;display:flex}.patient-name-text{color:#173f60;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.table-avatar{color:#176b96;background:#e7f2f9;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:11px;font-weight:850;display:flex}.outside-avatar{color:#2d7b4e;background:#e8f5ed}.action-cell{text-align:right}.select-patient-btn{color:#176b96;cursor:pointer;background:#fff;border:1px solid #c8dce8;border-radius:7px;min-height:36px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800}.select-patient-btn:hover{background:#eaf5fa}.select-patient-btn.selected{color:#fff;background:#176b96;border-color:#176b96}.outside-select-btn{color:#28764b;border-color:#c9e2d3}.outside-select-btn:hover{background:#edf8f1}.outside-select-btn.selected{color:#fff;background:#28764b;border-color:#28764b}.table-message{text-align:center;color:#8494a2;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:280px;padding:35px 25px;font-size:13px;display:flex}.table-message strong{color:#53677a;font-size:16px}.empty-list-icon{background:#f0f4f7;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;display:flex}.selected-patient-panel{min-height:100%}.selected-status{color:#28774c;background:#e5f5ec;border-radius:6px;padding:7px 9px;font-weight:850;font-size:9px!important}.selected-patient-content{padding:20px}.selected-patient-card{background:#f7fafc;border:1px solid #dce8ef;border-radius:10px;align-items:center;gap:13px;padding:17px;display:flex}.selected-avatar{color:#176b96;background:#e3f1f8;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:14px;font-weight:850;display:flex}.selected-patient-main{min-width:0}.selected-patient-main strong{color:#173f60;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:750;display:block;overflow:hidden}.selected-patient-main span{color:#758797;margin-top:5px;font-size:12px;display:block}.selected-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px;display:grid}.selected-info-item{background:#fff;border:1px solid #e4ebf0;border-radius:8px;padding:13px}.selected-info-item span{color:#8a99a6;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.selected-info-item strong{color:#40576b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;display:block;overflow:hidden}.print-token-btn{color:#fff;cursor:pointer;background:#176b96;border:none;border-radius:9px;justify-content:space-between;align-items:center;width:100%;min-height:52px;margin-top:18px;padding:0 17px;font-family:inherit;font-size:14px;font-weight:800;transition:all .18s;display:flex;box-shadow:0 5px 12px #176b962b}.print-token-btn:hover{background:#125b80}.print-token-btn:disabled{opacity:.65;cursor:not-allowed}.button-arrow{font-size:21px}.fast-note{color:#8997a4;text-align:center;margin:11px 2px 0;font-size:10px;line-height:1.5}.empty-selection{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:30px;display:flex}.empty-selection-icon{background:#f0f4f7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:15px;font-size:23px;display:flex}.empty-selection strong{color:#53677a;font-size:15px}.empty-selection span{color:#8997a4;max-width:250px;margin-top:7px;font-size:12px;line-height:1.55}.button-spinner{border:2px solid #176b9633;border-top-color:#176b96;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite issuer-spin;display:inline-block}.white-spinner{border-color:#fff #ffffff4d #ffffff4d}@keyframes issuer-spin{to{transform:rotate(360deg)}}.outside-workspace{grid-template-columns:minmax(0,1.5fr) minmax(370px,.8fr);align-items:start;gap:22px;display:grid}.outside-search-section,.outside-registration-card{overflow:hidden}.existing-outside-box{background:#f3faf6;border:1px solid #cde4d5;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;margin:15px 20px 20px;padding:14px;display:flex}.existing-outside-info{align-items:center;gap:11px;min-width:0;display:flex}.outside-mini-avatar{color:#28774c;background:#dff1e6;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:850;display:flex}.existing-outside-info strong{color:#285b3e;font-size:13px;display:block}.existing-outside-info span{color:#769282;margin-top:4px;font-size:11px;display:block}.existing-outside-box>button{color:#fff;cursor:pointer;background:#28774c;border:none;border-radius:7px;flex-shrink:0;min-height:40px;padding:0 15px;font-family:inherit;font-size:11px;font-weight:800}.outside-registration-card form{padding:20px}.outside-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.form-field{flex-direction:column;gap:6px;display:flex}.full-field{grid-column:1/-1}.form-field label{color:#52687a;font-size:11px;font-weight:750}.form-field input,.form-field select{color:#43586b;background:#fff;border:1px solid #ccdce7;border-radius:8px;outline:none;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:12px}.form-field input::placeholder{color:#9ba9b5}.form-field input:focus,.form-field select:focus{border-color:#398bb6;box-shadow:0 0 0 4px #eaf5fa}.create-token-btn{color:#fff;cursor:pointer;background:#28774c;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-height:50px;margin-top:18px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:800;transition:all .18s;display:flex}.create-token-btn:hover{background:#21663f}.create-token-btn:disabled{opacity:.65}.print-receipt{display:none}@media (width<=1050px){.issuer-content{padding:28px 22px 50px}.patient-workspace,.outside-workspace{grid-template-columns:1fr}.selected-patient-panel{min-height:auto}}@media (width<=700px){.issuer-content{padding:22px 14px 40px}.issuer-heading{flex-direction:column}.issuer-heading h1{font-size:27px}.issuer-heading p{font-size:13px}.sync-button{width:100%}.patient-type-grid{grid-template-columns:1fr}.patient-type-card{min-height:110px;padding:17px}.patient-table{min-width:720px}.outside-form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}}@media print{@page{size:58mm auto;margin:0}html,body{background:#fff;width:58mm;margin:0;padding:0}body *{visibility:hidden}.print-receipt,.print-receipt *{visibility:visible}.print-receipt{color:#000;text-align:center;background:#fff;width:58mm;padding:7mm 4mm;font-family:Arial,Helvetica,sans-serif;display:block;position:absolute;top:0;left:0}.print-brand{letter-spacing:1px;font-size:16px;font-weight:900}.print-title{letter-spacing:1px;margin-top:2mm;font-size:11px;font-weight:700}.print-divider{border-top:1px dashed #000;width:100%;margin:4mm 0}.print-token-label{letter-spacing:1px;font-size:9px;font-weight:700}.print-token-number{margin:2mm 0;font-size:34px;font-weight:900;line-height:1}.print-row{text-align:left;justify-content:space-between;align-items:flex-start;gap:3mm;margin:2.5mm 0;font-size:9px;display:flex}.print-row span{color:#444}.print-row strong{text-align:right;max-width:34mm;font-weight:800}.print-footer{margin-top:3mm;font-size:8px;font-weight:700;line-height:1.4}}:root{--cm-navy:#0f2f56;--cm-blue:#1769aa;--cm-blue-dark:#0d4f88;--cm-blue-light:#eaf4ff;--cm-blue-border:#c9e2f7;--cm-green:#16a34a;--cm-green-light:#ecfdf3;--cm-page:#f5f9fd;--cm-white:#fff;--cm-border:#dbe7f1;--cm-text:#102a43;--cm-text-secondary:#52677d;--cm-text-muted:#8ba0b5}.counter-page{background:radial-gradient(circle at top left, #eaf5ff 0%, transparent 35%), radial-gradient(circle at bottom right, #edf6ff 0%, transparent 35%), var(--cm-page);flex-direction:column;min-height:100vh;display:flex}.counter-main{box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:28px 32px 45px}.queue-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.page-section-label{color:var(--cm-blue);letter-spacing:.13em;margin-bottom:6px;font-size:.7rem;font-weight:800;display:block}.queue-heading h1{color:var(--cm-navy);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,2vw,1.9rem);font-weight:800}.queue-heading-right{align-items:center;gap:10px;display:flex}.queue-mini-stat,.today-date{border:1px solid var(--cm-border);background:#ffffffd1;border-radius:13px;flex-direction:column;align-items:flex-end;min-width:105px;padding:9px 14px;display:flex;box-shadow:0 6px 18px #1f56820f}.queue-mini-stat span,.today-date span{color:var(--cm-text-muted);letter-spacing:.09em;font-size:.62rem;font-weight:800}.queue-mini-stat strong{color:var(--cm-blue);margin-top:2px;font-size:1.1rem;font-weight:800}.today-date strong{color:var(--cm-text);margin-top:2px;font-size:.82rem;font-weight:700}.next-in-line{border:1px solid var(--cm-blue-border);box-sizing:border-box;background:linear-gradient(135deg,#ffffffeb,#e8f4fff0);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:82px;margin-bottom:20px;padding:13px 22px;display:flex;box-shadow:0 10px 28px #1f568212}.next-in-line-left{flex-direction:column;gap:3px;display:flex}.next-in-line-label{color:var(--cm-blue);letter-spacing:.12em;font-size:.62rem;font-weight:800}.next-in-line-name{color:var(--cm-text-secondary);font-size:.84rem;font-weight:600}.next-in-line>strong{color:var(--cm-navy);letter-spacing:-.04em;font-size:2rem;font-weight:850}.counter-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.counter-panel{box-sizing:border-box;background:#ffffffe0;border:1px solid #c9e2f7f2;border-radius:21px;flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 12px 35px #16497014}.counter-panel-header{justify-content:space-between;align-items:center;display:flex}.counter-panel-title{align-items:center;gap:9px;display:flex}.counter-panel-title h2{color:var(--cm-navy);margin:0;font-size:1.08rem;font-weight:800}.counter-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 4px #22c55e21}.counter-panel-live{color:var(--cm-green);background:var(--cm-green-light);letter-spacing:.08em;border:1px solid #bbf7d0;border-radius:999px;padding:4px 9px;font-size:.6rem;font-weight:800}.counter-panel-current{text-align:center;box-sizing:border-box;background:linear-gradient(#fafdff,#edf6fd);border:1px solid #d9eaf7;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:175px;padding:18px;display:flex}.current-token-label{color:var(--cm-text-muted);letter-spacing:.12em;font-size:.6rem;font-weight:800}.current-token-no{color:var(--cm-navy);letter-spacing:-.05em;font-size:clamp(2.3rem,4vw,3rem);font-weight:850;line-height:1}.current-patient-name{max-width:90%;color:var(--cm-text);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.98rem;font-weight:700;overflow:hidden}.current-mr{color:var(--cm-text-muted);font-size:.74rem;font-weight:500}.counter-panel-empty,.counter-panel-loading{min-height:115px;color:var(--cm-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:.84rem;display:flex}.empty-icon{color:#6f879d;background:#e5eef6;border-radius:11px;place-items:center;width:35px;height:35px;font-size:1rem;font-weight:700;display:grid}.counter-panel-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;display:grid}.counter-action{cursor:pointer;box-sizing:border-box;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;padding:11px 10px;font-family:inherit;font-size:.87rem;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s,opacity .15s;display:flex}.counter-action:not(:disabled):hover{transform:translateY(-1px)}.counter-action:not(:disabled):active{transform:translateY(0)}.counter-action:disabled{opacity:.45;cursor:not-allowed}.call-next-action{color:#fff;background:linear-gradient(135deg,#1976b9,#145b96);border:1px solid #145b96;box-shadow:0 7px 18px #1769aa38}.call-next-action:not(:disabled):hover{box-shadow:0 9px 22px #1769aa4d}.recall-action{color:#1769aa;background:#edf7ff;border:1px solid #c8e3f7}.recall-action:not(:disabled):hover{background:#e0f1ff;border-color:#a9d2ee}.no-show-action{color:#c62828;background:#fff5f5;border:1px solid #f1cccc}.no-show-action:not(:disabled):hover{background:#ffebeb;border-color:#e8b2b2}.action-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;line-height:1;display:inline-flex}.counter-panel-recent{border-top:1px solid var(--cm-border);padding-top:13px}.recent-heading{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.counter-panel-recent-label{color:var(--cm-text-muted);letter-spacing:.1em;font-size:.61rem;font-weight:800}.recent-count{color:var(--cm-blue);font-size:.62rem;font-weight:800}.counter-panel-recent-empty{color:var(--cm-text-muted);padding:9px 10px;font-size:.78rem}.counter-panel-recent ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.counter-panel-recent li{box-sizing:border-box;background:#f4f9fde6;border:1px solid #e4eef6;border-radius:10px;align-items:center;gap:9px;min-height:38px;padding:6px 9px;display:flex}.recent-token-no{min-width:55px;color:var(--cm-navy);font-size:.8rem;font-weight:800}.recent-token-name{min-width:0;color:var(--cm-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.77rem;font-weight:600;overflow:hidden}.recent-completed{color:var(--cm-green);letter-spacing:.04em;background:#effcf4;border-radius:999px;padding:3px 6px;font-size:.5rem;font-weight:800}.counter-panel>.error-msg{margin-top:-3px}@media (width<=1000px){.counter-main{padding:24px 22px 40px}.counter-split{gap:15px}.counter-panel{padding:17px}}@media (width<=760px){.counter-main{padding:20px 15px 35px}.queue-heading{flex-direction:column;align-items:flex-start}.queue-heading-right{width:100%}.queue-mini-stat,.today-date{flex:1;align-items:flex-start}.counter-split{grid-template-columns:1fr}.counter-panel{width:100%}.next-in-line{min-height:70px;padding:11px 16px}.counter-panel-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.counter-action{min-height:48px;padding:9px 7px;font-size:.8rem}}@media (width<=450px){.counter-main{padding-left:11px;padding-right:11px}.queue-heading h1{font-size:1.3rem}.counter-panel{border-radius:17px;padding:15px}.counter-panel-current{min-height:165px}.current-token-no{font-size:2.5rem}.counter-panel-actions{grid-template-columns:1fr;gap:7px}.counter-action{min-height:48px;padding:9px 8px;font-size:.78rem}.recent-token-name{font-size:.72rem}.recent-completed{display:none}}:root{--blue-950:#063b66;--blue-900:#064b7d;--blue-800:#075b9a;--blue-700:#0874bd;--blue-600:#168bd0;--blue-500:#2b9fe0;--blue-100:#e7f4fc;--blue-50:#f4faff;--white:#fff;--text:#123b58;--muted:#6f8da3;--success:#15836a;--warning:#c98617;--danger:#c94d4d;--border:#075b9a21;--shadow:0 18px 50px #075b9a1c;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace}.tv-screen{width:100%;height:100vh;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 8% 5%,#2b9fe021,#0000 28%),radial-gradient(circle at 95% 95%,#075b9a17,#0000 30%),linear-gradient(135deg,#f9fdff 0%,#eef8fd 48%,#f8fcff 100%);flex-direction:column;padding:0;display:flex;overflow:hidden}.tv-head{-webkit-backdrop-filter:blur(22px);background:#ffffffc7;border-bottom:1px solid #075b9a1a;flex-shrink:0;justify-content:space-between;align-items:center;height:78px;padding:0 42px;display:flex;box-shadow:0 8px 28px #075b9a0f}.tv-brand{align-items:center;display:flex}.tv-brand-text{flex-direction:column;gap:2px;display:flex}.tv-hospital{color:var(--blue-800);letter-spacing:.015em;font-size:clamp(20px,2vw,30px);font-weight:850}.tv-department{color:var(--muted);letter-spacing:.22em;text-transform:uppercase;font-size:11px;font-weight:800}.tv-header-right{align-items:center;gap:18px;display:flex}.tv-status{color:var(--success);letter-spacing:.08em;background:#effaf6;border:1px solid #15836a1f;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:11px;font-weight:800;display:flex}.tv-dot{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #15836a1a}.tv-dot.off{background:var(--danger);box-shadow:0 0 0 4px #c94d4d1a}.tv-clock{font-family:var(--mono);color:var(--text);font-variant-numeric:tabular-nums;font-size:21px;font-weight:700}.tv-fullscreen-btn{color:var(--blue-800);cursor:pointer;background:#ffffffc7;border:1px solid #075b9a21;border-radius:10px;padding:9px 15px;font-size:12px;font-weight:750;transition:all .2s}.tv-fullscreen-btn:hover{background:var(--blue-800);color:#fff;border-color:var(--blue-800)}:fullscreen .tv-fullscreen-btn{opacity:0;pointer-events:none}.tv-next-card{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffe6,#ebf7fdd1);border:1px solid #fffffff2;border-radius:20px;flex-shrink:0;align-items:center;gap:24px;width:min(680px,100% - 84px);min-height:78px;margin:18px auto 12px;padding:12px 24px;display:flex;box-shadow:0 14px 35px #075b9a1a}.tv-next-left{flex-direction:column;min-width:150px;display:flex}.tv-next-label{color:var(--blue-800);letter-spacing:.15em;font-size:11px;font-weight:850}.tv-next-subtitle{color:var(--muted);margin-top:3px;font-size:12px}.tv-next-token{min-width:130px;font-family:var(--mono);color:var(--blue-800);text-align:center;font-variant-numeric:tabular-nums;font-size:42px;font-weight:850;line-height:1}.tv-next-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text);flex:1;font-size:17px;font-weight:700;overflow:hidden}.tv-counter-area{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;min-height:0;padding:0 42px 16px;display:grid}.tv-counter-card{min-height:0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(25px);background:#ffffffc2;border:1px solid #fffffff5;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;padding:20px 28px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.tv-counter-card:before{content:"";pointer-events:none;background:#2b9fe017;border-radius:50%;width:230px;height:230px;position:absolute;top:-130px;right:-90px}.tv-counter-card:after{content:"";pointer-events:none;background:#075b9a0f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-120px;left:-90px}.tv-counter-card.active{border:2px solid #075b9a29;box-shadow:0 22px 55px #075b9a24,inset 0 1px #fffffff2}.tv-counter-card.idle{opacity:.88}.tv-counter-header{justify-content:space-between;align-items:center;display:flex;position:absolute;top:18px;left:22px;right:22px}.tv-counter-title{color:var(--blue-800);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:9px;font-size:clamp(15px,1.4vw,22px);font-weight:850;display:flex}.tv-counter-dot{background:var(--blue-600);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #2b9fe01a}.tv-counter-live{color:var(--success);letter-spacing:.12em;background:#effaf6;border:1px solid #15836a1f;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:850}.tv-counter-token{z-index:2;font-family:var(--mono);letter-spacing:-.07em;color:var(--blue-800);text-align:center;font-variant-numeric:tabular-nums;text-shadow:0 8px 28px #075b9a1a;margin-top:16px;font-size:min(12vw,17vh);font-weight:900;line-height:.9;position:relative}.tv-counter-card.idle .tv-counter-token{color:#b5cbd9;letter-spacing:0;font-size:min(7vw,10vh)}.tv-counter-token.flash{animation:1s ease-out 3 token-flash}@keyframes token-flash{0%,to{opacity:1;transform:scale(1)}45%{opacity:.28;transform:scale(1.08)}}.tv-counter-patient{z-index:2;white-space:nowrap;text-overflow:ellipsis;max-width:85%;min-height:24px;color:var(--text);text-align:center;text-transform:capitalize;margin-top:10px;font-size:clamp(14px,1.35vw,21px);font-weight:700;position:relative;overflow:hidden}.tv-counter-card.idle .tv-counter-patient{color:#9bb2c2;font-size:13px}.tv-counter-status{z-index:2;letter-spacing:.09em;border-radius:999px;margin-top:10px;padding:7px 16px;font-size:10px;font-weight:850;position:relative}.tv-counter-status.calling{color:var(--blue-800);background:#e8f5fd;border:1px solid #075b9a1f}.tv-counter-status.serving{color:var(--success);background:#effaf6;border:1px solid #15836a1f}.tv-counter-status.recall{color:var(--warning);background:#fff8e9;border:1px solid #c9861721}.tv-counter-status.idle-status{color:#7791a2;background:#f1f6f9;border:1px solid #075b9a14}.tv-recent-section{flex-shrink:0;padding:0 42px 20px}.tv-recent-heading{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.tv-recent-label{color:var(--blue-800);letter-spacing:.16em;font-size:10px;font-weight:850}.tv-recent-heading h2{color:var(--text);margin:2px 0 0;font-size:16px;font-weight:800}.tv-recent-count{color:var(--muted);border:1px solid var(--border);letter-spacing:.12em;background:#ffffffbf;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:850}.tv-recent-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tv-recent-card{-webkit-backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #fffffff2;border-radius:15px;align-items:center;gap:12px;min-width:0;height:58px;padding:8px 14px;display:flex;box-shadow:0 10px 28px #075b9a12}.tv-recent-number{background:var(--blue-100);width:26px;height:26px;color:var(--blue-800);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:850;display:flex}.tv-recent-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tv-recent-info strong{color:var(--blue-800);font-family:var(--mono);font-size:19px;font-weight:850;line-height:1}.tv-recent-info span{white-space:nowrap;text-overflow:ellipsis;color:var(--muted);font-size:10px;font-weight:600;overflow:hidden}.tv-recent-counter{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:9px;font-weight:750}.tv-recent-empty{height:58px;color:var(--muted);background:#ffffffb3;border:1px solid #fffffff2;border-radius:15px;grid-column:1/-1;justify-content:center;align-items:center;font-size:12px;display:flex}.tv-sound-gate{z-index:100;-webkit-backdrop-filter:blur(24px);background:#eff8fdf5;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:30px;display:flex;position:fixed;inset:0}.tv-sound-icon{background:var(--blue-100);border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;font-size:28px;display:flex;box-shadow:0 12px 30px #075b9a1a}.tv-sound-gate h2{color:var(--blue-800);text-align:center;margin:0;font-size:clamp(22px,2.5vw,38px);font-weight:850}.tv-sound-gate p{max-width:500px;color:var(--muted);text-align:center;margin:0;font-size:15px;line-height:1.6}.tv-sound-gate button{background:linear-gradient(135deg, var(--blue-800), var(--blue-600));color:#fff;cursor:pointer;border:0;border-radius:12px;margin-top:8px;padding:14px 28px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 12px 28px #075b9a33}.tv-sound-gate button:hover{transform:translateY(-2px);box-shadow:0 16px 35px #075b9a42}@media (width<=1000px){.tv-head{padding:0 24px}.tv-counter-area,.tv-recent-section{padding-left:24px;padding-right:24px}.tv-next-card{width:calc(100% - 48px)}}@media (width<=760px){.tv-screen{height:auto;min-height:100vh;overflow-y:auto}.tv-head{height:70px}.tv-header-right{gap:10px}.tv-status,.tv-fullscreen-btn{display:none}.tv-counter-area{flex:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding-bottom:14px}.tv-counter-card{min-height:220px;padding:14px 12px}.tv-counter-token{font-size:min(16vw,13vh)}.tv-counter-card.idle .tv-counter-token{font-size:min(9vw,8vh)}.tv-counter-patient{font-size:12px}.tv-recent-grid{grid-template-columns:1fr}.tv-recent-card{height:60px}}@media (width<=500px){.tv-head{padding:0 16px}.tv-hospital{font-size:18px}.tv-department{font-size:9px}.tv-clock{font-size:16px}.tv-next-card{gap:12px;width:calc(100% - 28px);margin-top:14px;padding:10px 14px}.tv-next-token{min-width:80px;font-size:32px}.tv-next-name{font-size:12px}.tv-counter-area{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;padding:0 10px 12px}.tv-counter-card{border-radius:16px;min-height:190px;padding:12px 8px}.tv-counter-header{top:10px;left:10px;right:10px}.tv-counter-title{gap:5px;font-size:11px}.tv-counter-live{padding:3px 7px;font-size:8px}.tv-counter-token{font-size:min(15vw,11vh)}.tv-counter-card.idle .tv-counter-token{font-size:min(8vw,7vh)}.tv-counter-patient{margin-top:6px;font-size:10px}.tv-counter-status{margin-top:6px;padding:5px 10px;font-size:8px}.tv-recent-section{padding:0 14px 15px}}.no-show-page{background:#f5f8fc;min-height:100vh}.no-show-main{max-width:1400px;margin:0 auto;padding:34px 40px 50px}.no-show-heading{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.no-show-heading h1{color:#12324a;margin:6px 0 5px;font-size:30px;font-weight:700}.no-show-heading p{color:#718293;margin:0;font-size:14px}.no-show-count{text-align:center;background:#fff;border:1px solid #dbe5ee;border-radius:12px;min-width:110px;padding:14px 20px}.no-show-count span{letter-spacing:.08em;color:#7a8b99;font-size:10px;font-weight:700;display:block}.no-show-count strong{color:#075b9a;margin-top:4px;font-size:28px;display:block}.no-show-loading,.no-show-empty{text-align:center;background:#fff;border:1px solid #dfe8ef;border-radius:14px;padding:60px 30px}.no-show-empty-icon{color:#075b9a;background:#eaf5fc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 15px;font-size:22px;font-weight:700;display:flex}.no-show-empty h2{color:#17384e;margin:0 0 8px}.no-show-empty p{color:#7b8b98;margin:0}.no-show-list{flex-direction:column;gap:12px;display:flex}.no-show-card{background:#fff;border:1px solid #dfe8ef;border-radius:14px;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:24px;padding:20px 22px;display:grid;box-shadow:0 3px 12px #1432460a}.no-show-token{text-align:center;border-right:1px solid #e6edf2;padding-right:22px}.no-show-token-label{letter-spacing:.08em;color:#8494a0;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.no-show-token strong{color:#075b9a;font-size:30px}.no-show-patient{min-width:0}.no-show-patient h2{color:#17384e;margin:0 0 9px;font-size:17px}.no-show-details{color:#718293;flex-wrap:wrap;gap:8px 20px;font-size:13px;display:flex}.no-show-meta{color:#8494a0;align-items:center;gap:15px;margin-top:11px;font-size:12px;display:flex}.no-show-action{justify-content:flex-end;display:flex}.return-queue-button{color:#fff;cursor:pointer;background:#075b9a;border:0;border-radius:9px;min-width:150px;padding:11px 17px;font-size:13px;font-weight:600}.return-queue-button:hover{background:#064a7d}.return-queue-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.no-show-main{padding:25px 20px 40px}.no-show-card{grid-template-columns:100px minmax(0,1fr)}.no-show-action{grid-column:1/-1;justify-content:flex-start}}@media (width<=600px){.no-show-heading{align-items:flex-start;gap:20px}.no-show-heading h1{font-size:24px}.no-show-card{grid-template-columns:1fr;gap:15px}.no-show-token{text-align:left;border-bottom:1px solid #e6edf2;border-right:0;padding-bottom:12px;padding-right:0}.no-show-details{flex-direction:column;gap:5px}.return-queue-button{width:100%}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827;--surface:#fff;--surface-strong:#f8fafc;--border:#e5e7eb;--border-strong:#d1d5db;--text-muted:#6b7280;--text-strong:#111827;--accent:#4f46e5;--accent-soft:#eef2ff;--success:#16a34a;--warning:#f59e0b;--danger:#dc2626;--shadow:0 18px 60px #0f172a14;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}*{box-sizing:border-box}html,body,#root{min-height:100vh}body{color:var(--text-strong);background:#eef2ff;margin:0}#root{width:100%;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.shell{min-height:100vh;display:flex}.sidebar{color:#f9fafb;background:#111827;flex-direction:column;gap:24px;width:290px;min-width:290px;padding:28px 20px;display:flex}.sidebar-header{align-items:center;gap:14px;display:flex}.sidebar-logo{color:#fff;background:#4f46e5;border-radius:16px;place-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:grid}.sidebar-header h2{margin:0;font-size:1.1rem}.sidebar-header p{color:#c7d2fe;margin:4px 0 0;font-size:.92rem}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.sidebar-link{color:#dbeafe;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;transition:background .2s,color .2s;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff14}.sidebar-link .ico{background:#ffffff0f;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.sidebar-footer{flex-direction:column;gap:18px;margin-top:auto;display:flex}.sidebar-user{align-items:center;gap:12px;display:flex}.sidebar-avatar{background:#4f46e5;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.sidebar-user-meta strong{line-height:1.2;display:block}.sidebar-user-meta span{color:#9ca3af;font-size:.93rem}.main{background:#f8fafc;flex-direction:column;flex:1;display:flex}.topbar{z-index:2;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;display:flex;position:sticky;top:0}.topbar-menu-btn{color:var(--text-strong);background:0 0;border:none;font-size:1.2rem;display:none}.topbar-right{align-items:center;gap:16px;display:flex}.topbar-datetime{color:var(--text-muted);align-items:center;gap:10px;font-size:.95rem;display:flex}.topbar-datetime .divider{color:#d1d5db;padding:0 8px}.topbar-bell,.topbar-avatar{background:#eef2ff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.content{flex:1;padding:28px 30px}.page-header{flex-wrap:wrap;justify-content:space-between;gap:18px;margin-bottom:24px;display:flex}.page-header h1{margin:0;font-size:clamp(2rem,2.5vw,2.35rem)}.page-header p{color:var(--text-muted);max-width:52rem;margin:8px 0 0}.card{box-shadow:var(--shadow);background:#fff;border:1px solid #e5e7eb;border-radius:24px}.card-pad{padding:22px}.section-title{color:var(--text-strong);margin-bottom:18px;font-weight:700}.btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-outline{color:var(--accent);background:0 0;border-color:#4f46e526}.btn-block{width:100%}.stat-grid,.two-col,.three-col,.option-grid{gap:18px;display:grid}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.three-col{grid-template-columns:1.2fr .87fr .9fr}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.option-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px}.option-tile{cursor:pointer;border:1px solid #0000;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;transition:background .2s,border-color .2s,transform .18s;display:grid}.option-tile:hover,.option-tile.active{background:#4f46e50d;border-color:#4f46e538}.option-tile-icon{border-radius:16px;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.option-tile-icon.blue{background:#3b82f61f}.option-tile-icon.green{background:#10b9811f}.option-tile-title{font-weight:700}.option-tile-tag{color:#2563eb;background:#93c5fd47;border-radius:999px;margin-left:10px;padding:2px 8px;font-size:.8rem;display:inline-flex}.option-tile-sub{color:var(--text-muted);margin-top:4px}.option-tile-chevron{color:#c7d2fe;font-size:1.5rem}.field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.field label{color:#334155;font-weight:700}input,select{width:100%;color:var(--text-strong);background:#fbfbfd;border:1px solid #d1d5db;border-radius:14px;padding:12px 14px}input:focus,select:focus{outline-offset:2px;outline:2px solid #4f46e53d}.search-row{grid-template-columns:1fr auto;gap:12px;display:grid}.kv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.kv-label{color:var(--text-muted);margin-bottom:6px;font-weight:700}.kv-value{color:var(--text-strong);font-size:.98rem}.card .section-title+*{margin-top:0}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;align-items:center;gap:16px;padding:22px;display:flex}.stat-card .stat-icon{background:var(--accent-soft);border-radius:18px;place-items:center;width:56px;height:56px;font-size:1.5rem;display:grid}.stat-card h2{margin:0;font-size:2rem}.stat-card p{color:var(--text-muted);margin:6px 0 0}.stat-card.amber .stat-icon{background:#f59e0b1f}.stat-card.violet .stat-icon{background:#7c3aed1f}.stat-card.green .stat-icon{background:#16a34a1f}.stat-card.blue .stat-icon{background:#3b82f61f}.error-msg,.info-msg,.empty-state{border-radius:18px;margin-bottom:18px;padding:16px 18px}.error-msg{color:#b91c1c;background:#fee2e2}.info-msg{color:#1d4ed8;background:#eef2ff}.empty-state{text-align:center;color:#6b7280}.badge{color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:6px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.badge-waiting{background:#f59e0b}.badge-issued{background:#2563eb}.badge-serving{background:#16a34a}.badge-called{background:#4f46e5}.badge-completed,.badge-no-show{background:#6b7280}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:680px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.data-table th{color:#475569;font-size:.93rem;font-weight:700}.data-table tbody tr:hover{background:#f8fafc}.patient-hero{align-items:center;gap:16px;display:flex}.patient-hero-avatar{width:58px;height:58px;color:var(--accent);background:#eef2ff;border-radius:18px;place-items:center;font-weight:700;display:grid}.tabs{gap:10px;margin-bottom:20px;display:flex}.tab-btn{color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 18px}.tab-btn.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.pagination-pages{flex-wrap:wrap;gap:8px;display:flex}.page-btn{color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:999px;min-width:38px;padding:8px 12px}.page-btn.active,.page-btn:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.tv-container{color:#fff;background:linear-gradient(#1e293b 0%,#111827 48%,#0f172a 100%);min-height:100vh;padding:36px}.tv-header,.tv-body,.tv-footer{max-width:1200px;margin:0 auto}.tv-header{justify-content:space-between;align-items:center;gap:28px;margin-bottom:36px;display:flex}.tv-header h1{margin:0;font-size:clamp(2.25rem,3vw,3.5rem)}.tv-header p{text-transform:uppercase;color:#ffffffb8;letter-spacing:.18em;margin:8px 0 0}.tv-clock{text-align:right;color:#fffc}.tv-panel{background:#ffffff14;border-radius:28px;padding:24px;box-shadow:0 30px 90px #00000029}.tv-body{gap:24px;display:grid}.tv-panel-label{color:#ffffffb8;margin-bottom:18px;font-weight:700}.tv-now-serving,.tv-next{gap:8px;display:grid}.tv-token-no{letter-spacing:-.04em;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:800}.tv-patient-name{color:#ffffffdb;font-size:1.1rem}.tv-counter-pill,.tv-wait-pill{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-weight:700;display:inline-flex}.tv-waiting-list{gap:10px;min-height:220px;display:grid}.tv-waiting-item{background:#ffffff14;border-radius:18px;padding:16px 18px;font-size:1rem}.tv-footer{text-align:center;color:#ffffffb8;letter-spacing:.05em;margin-top:32px}@media (width<=1080px){.sidebar{display:none}.main{min-height:100vh}.content{padding:20px}.stat-grid,.two-col,.three-col,.option-grid{grid-template-columns:1fr}.topbar-menu-btn{display:inline-flex}}@media (width<=720px){.topbar,.tv-header{flex-direction:column;align-items:stretch}}
