.hr-login-page{--hrl-bg: #ffffff;--hrl-card: #ffffff;--hrl-text: #10233f;--hrl-muted: #4f6380;--hrl-primary: #007afb;--hrl-primary-soft: #e7f2ff;--hrl-accent: #1784f9;--hrl-danger: #b91c1c;min-height:100vh;background:radial-gradient(circle at 10% 15%,rgba(0,91,182,.16),transparent 38%),radial-gradient(circle at 92% 14%,rgba(0,91,182,.16),transparent 36%),linear-gradient(180deg,#f7fbff 0%,var(--hrl-bg) 100%);color:var(--hrl-text);font-family:Manrope,Segoe UI,Tahoma,sans-serif;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.hr-login-glow{position:absolute;width:460px;height:460px;border-radius:999px;filter:blur(44px);pointer-events:none;animation:hrLoginGlowFloat 7s ease-in-out infinite}.hr-login-glow-left{left:-120px;top:-120px;background:#007afb36}.hr-login-glow-right{right:-120px;bottom:-140px;background:#00b6a938;animation-delay:1.4s}.hr-login-shell{width:min(1100px,100%);display:grid;grid-template-columns:1fr 460px;gap:28px;align-items:stretch;position:relative;z-index:1}.hr-login-hero{background:linear-gradient(150deg,#007afb,#005fcc 56%,#1784f9);color:#e8f2ff;border-radius:24px;padding:38px;box-shadow:0 24px 70px #0b2d4c3d;display:flex;flex-direction:column;justify-content:center}.hr-login-badge{display:inline-flex;align-items:center;width:fit-content;margin-bottom:16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#ffffff2e;color:#d9ebff;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:7px 12px}.hr-login-hero h1{margin:0;font-size:clamp(34px,4.2vw,48px);line-height:1.04;letter-spacing:-.03em}.hr-login-hero p{margin-top:16px;margin-bottom:22px;font-size:16px;line-height:1.72;color:#cfe4ff;max-width:56ch}.hr-login-list{margin:0;padding-left:20px;display:grid;gap:10px;color:#dcecff;font-size:14px}.hr-login-card-wrap{display:flex;align-items:center;justify-content:center}.hr-login-card{width:100%;background:var(--hrl-card);border:1px solid #d8e8fb;border-radius:24px;box-shadow:0 26px 80px #0d355b29;padding:30px}.hr-login-card h2{margin:0;color:var(--hrl-text);font-size:28px;letter-spacing:-.02em}.hr-login-sub{margin:8px 0 18px;color:var(--hrl-muted);font-size:14px}.hr-login-alert{margin:0 0 14px;color:var(--hrl-danger);background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:10px 12px;font-size:13px}.hr-login-form{display:grid;gap:8px}.hr-login-form label{font-size:12px;color:#334155;font-weight:700;letter-spacing:.02em;margin-top:4px}.hr-login-form input{width:100%;padding:12px 13px;border-radius:12px;border:1px solid #d3deeb;background:#fbfdff;font-size:14px;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-sizing:border-box}.hr-login-form input:focus{outline:none;border-color:var(--hrl-primary);box-shadow:0 0 0 3px #0f4c8129;transform:translateY(-1px)}.hr-login-form input:disabled{opacity:.72;cursor:not-allowed}.hr-login-field-error{margin:0 0 2px;color:var(--hrl-danger);font-size:12px;line-height:1.4}.hr-login-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:10px}.hr-login-button{border:0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:800;letter-spacing:.01em;color:#fff;background:linear-gradient(100deg,var(--hrl-primary) 0%,#2f8fff 46%,var(--hrl-accent) 100%);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 14px 30px #007afb3d}.hr-login-button:hover:not(:disabled){transform:translateY(-1px)}.hr-login-button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.hr-login-secondary{border:1px solid #d3deeb;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:800;color:#0f172a;background:#fff;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.hr-login-secondary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14;border-color:#bfd5f2}.hr-login-secondary:disabled{cursor:not-allowed;opacity:.7}.hr-login-footer{margin:14px 0 0;font-size:13px;color:var(--hrl-muted)}.hr-login-footer a{color:var(--hrl-primary);font-weight:700;text-decoration:none}.hr-login-footer a:hover{text-decoration:underline}html[data-theme=dark] .hr-login-page{--hrl-bg: #07111f;--hrl-card: #0f172a;--hrl-text: var(--text-primary);--hrl-muted: var(--text-muted);--hrl-primary-soft: rgba(59, 130, 246, .18);background:radial-gradient(circle at 10% 15%,rgba(37,99,235,.24),transparent 38%),radial-gradient(circle at 92% 14%,rgba(20,184,166,.18),transparent 36%),linear-gradient(180deg,#07111f,#0d1728)}html[data-theme=dark] .hr-login-card{border-color:var(--border-soft);box-shadow:0 26px 80px #0206176b}html[data-theme=dark] .hr-login-alert{color:var(--danger);background:var(--danger-soft);border-color:var(--danger-border)}html[data-theme=dark] .hr-login-form label{color:var(--text-secondary)}html[data-theme=dark] .hr-login-form input{border-color:var(--input-border);background:var(--input-bg);color:var(--text-primary)}html[data-theme=dark] .hr-login-form input:focus{box-shadow:0 0 0 3px #2563eb2e}html[data-theme=dark] .hr-login-secondary{border-color:var(--border-soft);color:var(--text-secondary);background:var(--surface-panel)}@keyframes hrLoginGlowFloat{0%{transform:translateY(0) scale(1)}50%{transform:translateY(16px) scale(1.05)}to{transform:translateY(0) scale(1)}}@media (max-width: 980px){.hr-login-shell{grid-template-columns:1fr;gap:18px}.hr-login-hero{padding:24px}.hr-login-card{padding:22px}}@media (max-width: 540px){.hr-login-page{padding:14px}.hr-login-hero{border-radius:18px;padding:20px}.hr-login-card{border-radius:18px;padding:18px}.hr-login-actions{grid-template-columns:1fr}}body{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}nav{background:#f5f5f5}input{display:block;margin:6px 0 12px;padding:6px;width:100%}button{padding:6px 10px}:root{--color-primary: var(--accent, #2563eb);--color-surface: var(--surface-panel, #fff);--color-text: var(--text-primary, #0f172a);--layout-sidebar-width: 260px;--layout-topbar-height: 64px}@media (max-width: 1100px){.schedule-right-sidebar-responsive{position:static!important;width:100vw!important;max-width:100vw!important;margin:0!important;border-radius:0!important;box-shadow:none!important;top:unset!important;right:unset!important;height:auto!important;min-width:0!important;z-index:10}.schedule-main-content-responsive{margin-left:0!important;margin-right:0!important;border-radius:0!important;padding:10px!important;min-width:0!important;width:100vw!important;max-width:100vw!important}.schedule-sidebar-responsive{position:static!important;width:100vw!important;min-width:0!important;max-width:100vw!important;box-shadow:none!important;border-radius:0!important;z-index:10}.schedule-page-responsive{flex-direction:column!important;gap:0!important;width:100vw!important;max-width:100vw!important;min-width:0!important}}@media (max-width: 700px){.schedule-table-responsive table{min-width:480px!important;font-size:13px!important}.schedule-table-responsive th,.schedule-table-responsive td{padding:8px 6px!important}.schedule-main-content-responsive{padding:4vw!important}}@media (max-width: 480px){.schedule-table-responsive table{min-width:340px!important;font-size:12px!important}.schedule-table-responsive th,.schedule-table-responsive td{padding:6px 4px!important}}@media (max-width: 700px){.top-navbar{position:fixed!important;top:0;left:0;width:100vw!important;min-width:0!important;z-index:1000}.google-sidebar{position:fixed!important;top:var(--topbar-height, 60px);left:0;width:60px!important;min-width:0!important;height:calc(100vh - var(--topbar-height, 60px));z-index:999;padding:8px 0!important;overflow-x:hidden;box-shadow:2px 0 8px #00000012}.attendance-main-content-responsive{margin-left:10px!important;width:calc(100vw - 80px)!important;min-width:0!important;max-width:100vw!important;padding:10px!important;box-sizing:border-box}}@media (max-width: 700px){.attendance-main-content-responsive{margin-left:10px!important;width:98vw!important;min-width:0!important;max-width:100vw!important;padding:10px!important;box-sizing:border-box}}@media (max-width: 700px){.attendance-table-responsive-fix{margin-left:10px!important}}@media (max-width: 700px){.attendance-table-responsive{margin-left:10px!important}}@media (max-width: 700px){.main-content{margin-left:0!important;padding-left:4vw!important;padding-right:4vw!important}}@media (max-width: 700px){.attendance-table-responsive{justify-content:flex-start!important;text-align:left!important}.attendance-table-responsive table{margin-left:0!important}}.attendance-table-responsive{width:100%;overflow-x:auto}.attendance-table-responsive table{min-width:600px;width:100%}@media (max-width: 700px){.attendance-table-responsive table{min-width:480px;font-size:13px}.attendance-table-responsive th,.attendance-table-responsive td{padding:8px 6px}}@media (max-width: 480px){.attendance-table-responsive table{min-width:340px;font-size:12px}.attendance-table-responsive th,.attendance-table-responsive td{padding:6px 4px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--sidebar-width: 220px;--sidebar-gap: 20px;--topbar-height: 56px;--page-bg: #eef4ff;--page-bg-secondary: #f7faff;--surface-panel: #ffffff;--surface-muted: #f8fafc;--surface-accent: #eff6ff;--surface-overlay: rgba(255, 255, 255, .82);--surface-strong: #e2e8f0;--border-soft: #dbe5f0;--border-strong: #bfdbfe;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #dbeafe;--success: #16a34a;--success-soft: #eefbf3;--success-border: #bbf7d0;--warning: #d97706;--warning-soft: #fffbeb;--warning-border: #fde68a;--danger: #dc2626;--danger-soft: #fff1f2;--danger-border: #fecaca;--shadow-soft: 0 14px 34px rgba(15, 23, 42, .08);--shadow-panel: 0 18px 40px rgba(15, 23, 42, .08);--shadow-glow: 0 18px 46px rgba(37, 99, 235, .14);--input-bg: #ffffff;--input-border: #cbd5e1;--input-focus: #60a5fa}html[data-theme=dark]{--page-bg: #08111f;--page-bg-secondary: #0d1728;--surface-panel: #0f172a;--surface-muted: #111c31;--surface-accent: #14213b;--surface-overlay: rgba(8, 17, 31, .84);--surface-strong: #1e293b;--border-soft: #243247;--border-strong: #2f4f77;--text-primary: #e5eefb;--text-secondary: #c5d4ea;--text-muted: #94a3b8;--accent: #60a5fa;--accent-strong: #3b82f6;--accent-soft: rgba(59, 130, 246, .18);--success: #4ade80;--success-soft: rgba(20, 83, 45, .32);--success-border: rgba(74, 222, 128, .35);--warning: #fbbf24;--warning-soft: rgba(120, 53, 15, .34);--warning-border: rgba(251, 191, 36, .34);--danger: #f87171;--danger-soft: rgba(127, 29, 29, .28);--danger-border: rgba(248, 113, 113, .35);--shadow-soft: 0 18px 48px rgba(2, 6, 23, .48);--shadow-panel: 0 28px 60px rgba(2, 6, 23, .5);--shadow-glow: 0 18px 40px rgba(37, 99, 235, .18);--input-bg: #0b1424;--input-border: #334155;--input-focus: #60a5fa}.top-navbar{height:56px!important;min-height:56px!important;padding:0 18px 0 20px!important;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box;background:#fffffff5!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0!important;box-shadow:0 4px 14px #0f172a14!important;color:#0f172a}.hr-canonical-routes .top-navbar{display:none!important}.top-navbar h2{margin:0!important;color:#0f172a!important;font-size:20px!important;font-weight:800!important;letter-spacing:.2px!important}.top-navbar .nav-right{display:flex;align-items:center;gap:8px}.top-navbar .icon-circle,.top-navbar .nav-right>button,.top-navbar .nav-right>a:not(.teacher-topbar-profile-link){width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;padding:0!important;border:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#1e293b!important;background:#eef5ff!important;cursor:pointer;text-decoration:none}.top-navbar .icon-circle:hover,.top-navbar .nav-right>button:hover,.top-navbar .nav-right>a:not(.teacher-topbar-profile-link):hover{color:#1e293b!important;background:#dbeafe!important}.top-navbar .icon-circle svg,.top-navbar .nav-right>button svg,.top-navbar .nav-right>a:not(.teacher-topbar-profile-link) svg{width:18px;height:18px;font-size:18px;color:currentColor}.top-navbar .profile-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.top-navbar .teacher-topbar-profile-link{width:36px;height:36px;flex:0 0 36px;display:inline-flex;border-radius:50%}.top-navbar .teacher-topbar-profile-link>*{width:36px!important;height:36px!important;border-radius:50%!important}html[data-theme=dark] .top-navbar{background:#0f172af5!important;border-bottom-color:#243247!important;color:#e5eefb}html[data-theme=dark] .top-navbar h2{color:#e5eefb}.top-navbar{width:100%;height:var(--topbar-height);background:var(--surface-overlay);color:var(--text-primary);display:flex;justify-content:space-between;align-items:center;padding:0 14px;position:fixed;top:0;left:0;z-index:50;box-shadow:0 2px 10px #0f172a0f}.top-navbar h2{font-size:20px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-search{position:relative;display:flex;align-items:center}.nav-search input{width:250px;padding:8px 12px 8px 35px;border:1px solid #ffffff;border-radius:18px;outline:none;background:#dae0e9}.search-icon{position:absolute;left:12px;font-size:16px;color:#606770}.nav-right{display:flex;align-items:center;gap:8px;position:relative}.nav-right img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--surface-panel)}.icon-circle{width:34px;height:34px;background-color:var(--surface-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-circle svg{font-size:16px;color:var(--text-secondary)}.icon-circle:hover{background-color:var(--accent-soft)}.dashboard-page{min-height:100vh;height:100vh;overflow:hidden;background:var(--page-bg)}.google-dashboard{display:flex;min-height:100vh;height:calc(100vh - var(--topbar-height));background:var(--page-bg);gap:20px;margin-top:var(--topbar-height);overflow:hidden;box-sizing:border-box}.google-main{scrollbar-width:none;-ms-overflow-style:none}.google-main::-webkit-scrollbar{width:0;height:0;display:none}.dashboard-widgets{scrollbar-width:none;-ms-overflow-style:none}.dashboard-widgets::-webkit-scrollbar{width:0;height:0;display:none}.google-sidebar{width:var(--sidebar-width);height:calc(100vh - var(--topbar-height));padding:24px 20px;background:var(--surface-panel);box-shadow:var(--shadow-soft);border:1px solid var(--border-soft);display:flex;flex-direction:column;align-items:center;position:fixed;top:var(--topbar-height);left:20px;z-index:40;border-radius:10px;scrollbar-width:none;-ms-overflow-style:none}.google-sidebar::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-profile{text-align:center;margin-bottom:8px}.sidebar-img-circle{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 10px;border:4px solid #4b6cb7;transition:transform .3s ease}.sidebar-img-circle img{width:100%;height:100%;object-fit:cover}.sidebar-img-circle:hover{transform:scale(1.08)}.sidebar-profile h3{margin-top:-6px;font-size:20px;color:#333}.sidebar-profile p{margin-top:4px;font-size:14px;color:#777}.sidebar-menu{display:flex;flex-direction:column;margin-top:12px;width:100%;flex:1;justify-content:flex-start}.sidebar-menu::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-btn{display:flex;align-items:center;gap:15px;padding:10px 20px;margin:8px 0;text-decoration:none;width:100%;border:none;border-radius:8px;cursor:pointer;font-size:18px;background:#f0f0f0;color:#333;transition:all .2s ease}.sidebar-btn:hover{color:#070707;transform:translate(4px)}.sidebar-week-card{transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;box-shadow:0 4px 12px #0b141e0f;background-clip:padding-box}.sidebar-week-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 14px 40px #0b141e24}.sidebar-week-list{display:flex;flex-direction:column;gap:8px}.sidebar-day-card{transition:transform .16s ease,box-shadow .16s ease}.sidebar-day-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0b141e1f}.right-sidebar{border-radius:12px;box-shadow:0 8px 30px #0b141e0f}.logout-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 25px;width:100%;border:none;border-radius:12px;background:#dad9d9;color:#242323;font-size:16px;cursor:pointer;transition:all .2s ease}.google-main{width:calc(100% - (var(--sidebar-width) + var(--sidebar-gap)));margin-left:calc(var(--sidebar-width) + var(--sidebar-gap));padding:30px;overflow-y:auto}.main-header{font-size:32px;color:#333;margin-bottom:20px;text-align:center}.main-inner{width:55%;max-width:1100px;margin:0 auto}@media (max-width: 1200px){.main-inner{width:75%}}html,body,#root{min-height:100%;background:var(--page-bg);color:var(--text-primary)}body{transition:background .18s ease,color .18s ease}input,select,textarea{background:var(--input-bg);color:var(--text-primary);border-color:var(--input-border)}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus{border-color:var(--input-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--input-focus) 18%,transparent);outline:none}button,a{color:inherit}html[data-theme=dark] .top-navbar{background-image:linear-gradient(90deg,#08111f,#13233e 52%,#1f3b67);box-shadow:0 6px 18px #02061747}html[data-theme=dark] .muted,html[data-theme=dark] .small-muted{color:var(--text-muted)}html[data-theme=dark] .login-page{background:radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(16,185,129,.12),transparent 26%),linear-gradient(180deg,#07111f,#0d1728)}html[data-theme=dark] .login-card{background:linear-gradient(180deg,#0f172a,#111c31);border-color:var(--border-soft);box-shadow:0 30px 70px #02061775}html[data-theme=dark] .brand,html[data-theme=dark] .login-form h2,html[data-theme=dark] .input-group label{color:var(--text-primary)}html[data-theme=dark] .brand-sub,html[data-theme=dark] .login-form p.leadin,html[data-theme=dark] .helper,html[data-theme=dark] .remember-row{color:var(--text-muted)}html[data-theme=dark] .helper-note{color:var(--success)}html[data-theme=dark] .text-input,html[data-theme=dark] .btn-ghost{background:var(--input-bg);color:var(--text-primary);border-color:var(--input-border)}html[data-theme=dark] .error{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger)}html[data-theme=dark] :is(.register-hero,.employee-head,.emp-hero,.hr-chat-hero){background:linear-gradient(135deg,#12203a,#172740 52%,#102033);border-color:var(--border-strong);box-shadow:0 20px 46px #0206175c}html[data-theme=dark] :is(.register-title,.employee-head h1,.emp-title,.hr-chat-hero h1){color:var(--text-primary)}html[data-theme=dark] :is(.register-subtitle,.employee-sub,.emp-subtitle,.hr-chat-hero p){color:var(--text-muted)}html[data-theme=dark] :is(.register-left,.form-card,.employee-nav,.ed-card,.emp-card,.hr-chat-panel,.hr-chat-thread){background:linear-gradient(180deg,var(--surface-panel) 0%,var(--surface-muted) 100%);border-color:var(--border-soft);box-shadow:var(--shadow-panel)}html[data-theme=dark] :is(.section-title,.employee-nav-title,.file-label,.progress-meta,.ed-field span,.hr-chat-panel-copy,.hr-chat-contact-time,.hr-chat-contact-preview){color:var(--text-muted)}html[data-theme=dark] :is(.form-card h3,.ed-card h3,.hr-chat-panel-title,.hr-chat-thread-name){color:var(--text-primary)}html[data-theme=dark] :is(.role-pill,.section-btn,.employee-nav-link,.hr-chat-tab,.hr-chat-page-back,.hr-chat-contact){background:var(--surface-muted);border-color:var(--border-soft);color:var(--text-secondary)}html[data-theme=dark] :is(.role-pill:hover,.section-btn:hover,.employee-nav-link:hover,.hr-chat-tab:hover,.hr-chat-contact:hover){background:var(--surface-accent);border-color:var(--border-strong)}html[data-theme=dark] :is(.role-pill.active,.section-btn.active,.hr-chat-tab.active,.hr-chat-contact.active){background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);border-color:var(--accent-strong);color:#fff;box-shadow:var(--shadow-glow)}html[data-theme=dark] .role-reset{color:var(--text-secondary)}html[data-theme=dark] :is(.section-index,.employee-nav-index,.chip,.meta-chip){background:var(--surface-accent);border-color:var(--border-strong);color:var(--accent)}html[data-theme=dark] .progress-track{background:#1a2942}html[data-theme=dark] :is(.form-input,.ed-input,.emp-search,.hr-chat-search input){background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary);box-shadow:none}html[data-theme=dark] .ed-input[readonly]{background:#101a2d;color:var(--text-muted)}html[data-theme=dark] :is(.emp-filter-btn,.emp-table tbody tr,.emp-avatar-fallback){background:var(--surface-panel);border-color:var(--border-soft);color:var(--text-secondary)}html[data-theme=dark] .emp-filter-btn.active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);border-color:var(--accent-strong);color:#fff}html[data-theme=dark] .emp-table thead th{background:linear-gradient(180deg,#101a2d,#16233a);color:var(--text-secondary)}html[data-theme=dark] .emp-table tbody td,html[data-theme=dark] .emp-name,html[data-theme=dark] .hr-chat-contact-name,html[data-theme=dark] .hr-chat-contact-main,html[data-theme=dark] .main-header{color:var(--text-primary)}html[data-theme=dark] .emp-role,html[data-theme=dark] .emp-empty,html[data-theme=dark] .hr-chat-contact-role{color:var(--text-muted)}html[data-theme=dark] .emp-status,html[data-theme=dark] .emp-action-btn.view{background:var(--accent-soft);color:var(--accent)}html[data-theme=dark] .emp-action-btn.terminate{background:var(--warning-soft);color:var(--warning)}html[data-theme=dark] .hr-chat-thread-head{background:linear-gradient(180deg,#0f172af5,#111c31f5);border-bottom-color:var(--border-soft)}html[data-theme=dark] .hr-chat-avatar,html[data-theme=dark] .hr-chat-thread-avatar{background:var(--surface-accent);border-color:var(--border-strong)}html[data-theme=dark] .ed-actions{background:#0f172aeb;border-color:var(--border-soft);box-shadow:0 12px 28px #0206174d}html[data-theme=dark] .ed-btn.secondary{background:var(--surface-accent);color:var(--text-primary)}html[data-theme=dark] .ed-error{background:var(--danger-soft);border-color:var(--danger-border);color:var(--danger)}html[data-theme=dark] .ed-loading{color:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hr-card{background:var(--surface-panel);border:1px solid var(--border-soft);border-radius:16px;box-shadow:var(--shadow-soft)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}
