@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#ff7a18;--primary-hover:#e8690f;--navy:#001e2b;--border:#e2e8f0;--bg-input:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--success:#16a34a;--success-bg:#f0fdf4}html,body{-webkit-font-smoothing:antialiased;scrollbar-width:none;-ms-overflow-style:none;background-color:#f0f4f8;min-height:100%;margin:0;padding:0;overflow:hidden auto;font-family:Plus Jakarta Sans,sans-serif!important}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.hos-initial-loader{z-index:9999;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hos-initial-loader-spinner{border:3px solid #f973162e;border-top-color:#f97316;border-radius:50%;width:44px;height:44px;animation:.75s linear infinite hos-spin-loader}.hos-initial-loader-hidden{opacity:0}.hos-initial-loader-ready{opacity:1;transition:opacity .12s ease-out}@keyframes hos-spin-loader{to{transform:rotate(360deg)}}*{box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif!important}.auth-container{justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:50px 20px 34px;display:flex}.modern-card{background:#fff;border:1px solid #fffc;border-radius:22px;width:100%;max-width:560px;padding:32px 40px;box-shadow:0 20px 50px -18px #00000014}.card-fixed-top,.card-expand-area{width:100%}.logo-section{text-align:center;margin-bottom:26px}.main-logo{width:auto;max-width:100%;margin-bottom:12px;display:inline-block}.logo-text{color:var(--navy);letter-spacing:-.04em;font-size:20px;font-weight:800}.auth-form-wrapper{width:100%}.toggle-container{background:#f1f5f9;border-radius:14px;margin-bottom:20px;padding:4px;display:flex}.toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:11px;font-size:14px;font-weight:700;transition:all .2s}.toggle-btn.active{color:var(--navy);background:#fff;box-shadow:0 3px 10px #0000000d}.forgot-header{text-align:center;margin-bottom:20px}.forgot-header h3{color:var(--navy);letter-spacing:-.03em;margin:0 0 8px;font-size:22px;font-weight:800}.forgot-header p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.65}.auth-form-wrapper form{flex-direction:column;display:flex}.fixed-form-shell,.expanded-form-shell{min-height:0}.fields-area{width:100%}.signin-mode,.forgot-mode{min-height:168px}.signup-mode{margin-top:0}.input-group{margin-bottom:18px}.label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.input-group label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:800;line-height:1;display:block}.label-row label{margin-bottom:0}.forgot-password{color:var(--primary);white-space:nowrap;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700;text-decoration:none}.forgot-password:hover{text-decoration:underline}.input-group input,.country-select{border:2px solid var(--border);background:var(--bg-input);width:100%;color:var(--text-main);border-radius:12px;outline:none;padding:13px 16px;font-size:14px;transition:all .2s}.input-group input::placeholder{color:#94a3b8}.input-group input:focus,.country-select:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #ff7a181a}.phone-row{grid-template-columns:220px 1fr;align-items:stretch;gap:12px;display:grid}.country-select{appearance:none;cursor:pointer;padding-right:14px}.phone-input{min-width:0}.password-criteria{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;margin:-2px 0 18px;padding:14px 16px}.criteria-item,.password-match-note{color:#64748b;align-items:center;gap:10px;font-size:13px;line-height:1.5;display:flex}.criteria-item+.criteria-item{margin-top:8px}.password-match-note{margin:-4px 0 18px;padding:0 2px}.criteria-item.valid,.password-match-note.valid{color:var(--success);font-weight:600}.criteria-icon{color:#64748b;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;font-size:12px;font-weight:800;display:inline-flex}.criteria-item.valid .criteria-icon,.password-match-note.valid .criteria-icon{color:var(--success);background:#dcfce7}.back-to-signin{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;margin:2px 0 0;padding:0;font-size:13px;font-weight:700}.back-to-signin:hover{text-decoration:underline}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;width:100%;margin-top:4px;padding:14px;font-size:14px;font-weight:800;transition:all .25s}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 8px 18px #ff7a182e}.btn-primary:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.divider{color:#cbd5e1;align-items:center;margin:20px 0;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.divider span{text-transform:uppercase;letter-spacing:.1em;padding:0 12px;font-size:10px;font-weight:700}.btn-google{border:2px solid var(--border);width:100%;color:var(--navy);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.btn-google svg{flex-shrink:0;width:18px;height:18px;display:block}.btn-google:hover{background:#f8fafc;border-color:#cbd5e1}.security-footer{text-align:center;opacity:.45;margin-top:24px}.security-footer p{letter-spacing:.16em;margin:0;font-size:9px;font-weight:800}@media (max-width:640px){.auth-container{padding:24px 14px}.modern-card{border-radius:18px;max-width:100%;padding:24px 20px}.phone-row{grid-template-columns:1fr}}@media (max-width:480px){.auth-container{padding:18px 12px}.logo-section{margin-bottom:22px}.logo-text{font-size:18px}.toggle-btn{padding:10px;font-size:13px}.input-group input,.country-select,.btn-primary,.btn-google{font-size:13px}.password-criteria{padding:12px 14px}.criteria-item,.password-match-note{font-size:12px}.forgot-header h3{font-size:20px}.forgot-header p{font-size:13px}}.hos-hero-card{background:linear-gradient(135deg,#022434 0%,#03364b 45%,#04293b 100%);border-radius:30px;margin-bottom:18px;overflow:hidden}.hos-hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:44px 30px;display:flex}.hos-badge{color:#d9edf9;background:#ffffff14;border-radius:999px;margin-bottom:20px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.hos-hero-content h1{color:#fff8ef;margin:0;font-size:clamp(30px,4vw,48px);font-weight:800}.hos-hero-content p{color:#f5faffe6;max-width:760px;margin:18px 0 0;font-size:16px}.hos-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.hos-stat-card{background:#fff;border:1px solid #24374612;border-radius:22px;padding:22px}.hos-stat-icon{color:#496170;background:#f3f7f9;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:10px;display:flex}.hos-stat-title{color:#6c8190;font-size:14px;font-weight:700}.hos-stat-value{color:#173041;margin-top:10px;font-size:36px;font-weight:800}.hos-lower-grid{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.hos-panel{background:#fff;border:1px solid #24374612;border-radius:24px;padding:22px}.hos-panel-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.hos-overview-list{flex-direction:column;gap:12px;display:flex}.hos-overview-item{background:#f8fafb;border-radius:18px;padding:14px}.hos-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hos-quick-card{color:#314857;background:#f8fafb;border:1px solid #24374614;border-radius:18px;flex-direction:column;justify-content:center;gap:10px;min-height:92px;padding:16px;font-weight:700;text-decoration:none;display:flex}.hos-admin-wrap{background:#fff;border:1px solid #24374612;border-radius:24px;max-width:100%;padding:22px;overflow-x:hidden}.hos-admin-head h1{color:#203647;letter-spacing:-.02em;margin:0;font-size:28px}.hos-admin-head p{color:#6a8090;margin:8px 0 18px;font-weight:600}.hos-role-toolbar{grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.hos-role-toolbar.hos-role-toolbar-split{grid-template-columns:1fr 2fr;align-items:center}.hos-role-toolbar-right{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:12px;display:grid}.hos-role-toolbar-right .hos-assign-btn{width:100%}.hos-tab-toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.hos-tab-toolbar .hos-assign-btn{justify-content:center;min-width:160px}.hos-profile-tabs{margin-bottom:14px}.hos-save-row{justify-content:flex-end;margin-bottom:12px;display:flex}.hos-field{color:#243746;background:#f8fafb;border:1px solid #2437461f;border-radius:14px;outline:none;min-height:44px;padding:0 14px;font-weight:600}.hos-field:focus{background:#fff;border-color:#415867;box-shadow:0 0 0 3px #4158671f}.hos-field:is(select){appearance:none;cursor:pointer;background-image:linear-gradient(45deg,#0000 50%,#607887 50%),linear-gradient(135deg,#607887 50%,#0000 50%),linear-gradient(90deg,#24374624,#24374624);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px),calc(100% - 34px);background-repeat:no-repeat;background-size:6px 6px,6px 6px,1px 18px;padding-right:42px}.hos-field:is(select):hover{background-color:#f2f7fa}.hos-field:is(select) option{color:#243746;background:#fff}.hos-user-card{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #dbe4ea;border-radius:16px;min-width:0;max-width:100%;margin-bottom:12px;padding:16px}.hos-user-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.hos-user-name{color:#223848;font-size:16px}.hos-user-email{color:#6a8090;margin:4px 0 0;font-size:13px}.hos-user-roles{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.hos-role-chip{color:#324c5e;background:#eef4f7;border:1px solid #324c5e1f;border-radius:999px;align-items:center;gap:8px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.hos-role-remove{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.hos-role-remove:hover{color:#b91c1c}.hos-role-empty{color:#64748b;font-size:12px}.hos-assign-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:end;gap:12px;max-width:100%;display:grid}.hos-assign-row .hos-field{width:100%;min-width:0}.hos-assign-row .hos-assign-btn{white-space:nowrap;justify-self:start}.hos-assign-btn{color:#fff;cursor:pointer;background:#415867;border:none;border-radius:12px;min-height:44px;padding:0 14px;font-weight:800}.hos-assign-btn:hover{background:#334a58}.hos-assign-btn:disabled{opacity:.65;cursor:not-allowed}.hos-role-error{color:#b91c1c;margin:0 0 12px;font-size:13px;font-weight:700}.hos-role-manager{flex-direction:column;gap:12px;display:flex}.hos-role-manager>.hos-user-card:last-child{margin-bottom:0}.hos-role-manager .hos-user-card .hos-role-manager{gap:10px;margin-top:12px}.hos-role-manager .hos-user-card .hos-role-manager .hos-user-card{background:#fff;border-color:#2437461a}.hos-role-manager .hos-user-card .hos-popup-secondary-btn{min-height:40px}.hos-role-manager .hos-user-card .hos-assign-btn{min-height:44px}.hos-team-create-row{grid-template-columns:repeat(4,minmax(170px,1fr));align-items:center;gap:10px}.hos-team-actions-right{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.hos-team-action-btn{justify-content:center;min-width:148px}.hos-team-action-btn.primary{min-width:170px}.hos-timezone-dropdown{min-width:0;position:relative}.hos-timezone-trigger{color:#243746;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fbfdff 0%,#f4f8fb 100%);border:1px solid #2437461f;border-radius:14px;width:100%;min-height:44px;padding:0 14px;font-weight:700;overflow:hidden}.hos-timezone-trigger.open{background:#fff;border-color:#415867;box-shadow:0 0 0 3px #4158671f}.hos-timezone-menu{z-index:30;background:#fff;border:1px solid #2437461f;border-radius:14px;padding:10px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 16px 36px #0f172a24}.hos-timezone-search{color:#1f3342;background:#f8fafb;border:1px solid #2437461f;border-radius:10px;outline:none;width:100%;min-height:40px;padding:0 10px;font-size:13px;font-weight:600}.hos-timezone-search:focus{background:#fff;border-color:#415867}.hos-timezone-options{flex-direction:column;gap:4px;max-height:220px;margin-top:8px;display:flex;overflow:auto}.hos-timezone-option{color:#243746;text-align:left;cursor:pointer;background:#fff;border:none;border-radius:10px;min-height:36px;padding:0 10px;font-size:13px;font-weight:700}.hos-timezone-option:hover{background:#eff6fb}.hos-timezone-option.active{color:#fff;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%)}.hos-timezone-empty{color:#6a8090;align-items:center;min-height:36px;padding:0 10px;font-size:12px;font-weight:700;display:flex}.hos-shift-manager{gap:14px}.hos-shift-manager>.hos-user-card{padding:18px}.hos-shift-manager .hos-user-top{margin-bottom:12px}.hos-shift-create-row{grid-template-columns:minmax(180px,1.1fr) minmax(160px,1fr) minmax(220px,1.2fr) auto minmax(320px,auto) auto;align-items:center;gap:10px}.hos-shift-create-row .hos-shift-action-btn{justify-content:center;align-self:stretch;min-width:148px;height:44px}.hos-shift-create-row .hos-shift-action-btn.primary{min-width:180px}.hos-shift-actions-right{justify-content:flex-end;align-items:center;gap:10px;width:100%;display:flex}.hos-tag-assign-row{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1.2fr) minmax(180px,1fr);align-items:start;gap:12px;display:grid}.hos-tag-assign-row>.hos-field{width:100%}.hos-tag-inline-input{grid-column:1/span 3;align-items:center;gap:10px;min-width:0;display:flex}.hos-tag-inline-input .hos-field{flex:auto;min-width:0}.hos-tag-inline-input .hos-popup-secondary-btn{white-space:nowrap;flex:none}.hos-user-picker{width:100%;min-width:0;position:relative}.hos-user-picker-trigger{color:#243746;text-align:left;cursor:pointer;background:#f8fafb;border:1px solid #2437461f;border-radius:14px;width:100%;min-height:44px;padding:0 14px;font-weight:700}.hos-user-picker-trigger.open{background:#fff;border-color:#415867;box-shadow:0 0 0 3px #4158671f}.hos-user-picker-menu{z-index:40;background:#fff;border:1px solid #24374624;border-radius:14px;width:100%;padding:10px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 28px #0f172a24}.hos-user-picker-search{border:1px solid #2437461f;border-radius:10px;width:100%;min-height:40px;margin-bottom:8px;padding:0 12px;font-weight:600}.hos-user-picker-options{flex-direction:column;gap:6px;max-height:220px;display:flex;overflow:auto}.hos-user-picker-option{color:#243746;cursor:pointer;background:#fff;border:1px solid #2437461a;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:36px;padding:0 10px;font-size:12px;font-weight:700;display:flex}.hos-user-picker-option.active{background:#eef5f9;border-color:#4158673d}.hos-user-picker-empty{color:#6a8090;align-items:center;min-height:36px;padding:0 6px;font-size:12px;font-weight:700;display:flex}.hos-tag-assign-actions-right{flex-wrap:wrap;grid-column:4;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.hos-tag-assign-actions-right .hos-assign-btn{min-width:0}.hos-shift-manager .hos-role-manager{gap:12px}.hos-shift-manager .hos-role-manager .hos-user-card{border-radius:14px;padding:14px}.hos-shift-manager .hos-user-email{line-height:1.5}@media (max-width:1200px){.hos-team-create-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.hos-team-actions-right{justify-content:flex-end}.hos-shift-create-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.hos-shift-actions-right{grid-column:1/-1;justify-content:flex-end}.hos-tag-assign-row{grid-template-columns:repeat(2,minmax(0,1fr))}.hos-tag-inline-input{grid-column:1/-1}.hos-tag-assign-actions-right{grid-column:1/-1;justify-content:flex-end}}@media (max-width:760px){.hos-team-create-row{grid-template-columns:1fr}.hos-team-actions-right{flex-direction:column;align-items:stretch;width:100%}.hos-team-action-btn{width:100%;min-width:0}.hos-shift-create-row{grid-template-columns:1fr}.hos-shift-create-row .hos-shift-action-btn{width:100%;min-width:0}.hos-shift-actions-right{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}.hos-tag-assign-actions-right{flex-direction:column;grid-column:1/-1;align-items:stretch;width:100%}.hos-tag-assign-actions-right .hos-assign-btn{width:100%;min-width:0}}@media (max-width:960px){.hos-role-toolbar,.hos-role-toolbar.hos-role-toolbar-split,.hos-role-toolbar-right,.hos-assign-row{grid-template-columns:1fr}.hos-assign-row .hos-assign-btn{justify-self:stretch}.hos-tab-toolbar .hos-assign-btn{min-width:unset;width:100%}.hos-profile-grid{grid-template-columns:1fr}}.hos-work-report-panel{background:#fff;border:1px solid #24374612;border-radius:24px;min-height:calc(100vh - 130px);padding:22px;box-shadow:0 10px 28px #0f172a0d}.hos-work-head{align-items:center}.hos-work-head-card{background:linear-gradient(#fff 0%,#f8fbfd 100%);border:1px solid #2437461a;border-radius:18px;padding:14px 16px}.hos-work-head-title-row{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.hos-work-head-title-row h3{margin:0}.hos-work-head-title-row span{color:#5f7483;font-size:13px;font-weight:700;line-height:1.35;display:block}.hos-work-head-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hos-work-head-badge,.hos-date-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:800;display:inline-flex}.hos-work-head-badge{color:#d97706;background:linear-gradient(135deg,#fff5e8 0%,#ffe4c2 100%)}.hos-date-badge{color:#223848;background:#fff;border:1px solid #24374614;box-shadow:0 10px 24px #0f172a0d}.hos-day-overview{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.hos-day-meta-chip{color:#415867;background:#f7fafc;border:1px solid #24374614;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:800;display:inline-flex}.hos-day-meta-chip.break{color:#b7791f;background:#fff8ec;border-color:#b7791f26}.active-break-chip{color:#18794e!important;background:#e9fbef!important;border-color:#18794e29!important}.logout-chip{color:#b91c1c!important;background:#fef2f2!important;border-color:#b91c1c24!important}.hos-work-chat-shell{background:linear-gradient(#fbfcfd 0%,#f7f9fb 100%);border:1px solid #24374614;border-radius:24px;flex-direction:column;min-height:calc(100vh - 320px);max-height:calc(100vh - 320px);display:flex;position:relative;overflow:hidden}.hos-login-register-overlay{z-index:5;pointer-events:auto;background:#ffffffd6;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:28px;transition:background .28s;display:flex;position:absolute;inset:0 0 84px}.hos-login-register-overlay:hover{background:#fffffff0}.hos-login-register-btn{color:#223848;cursor:pointer;opacity:1;background:#fff;border:1px solid #f9731659;border-radius:999px;align-items:center;gap:12px;padding:16px 28px;font-size:16px;font-weight:800;transition:box-shadow .28s,border-color .28s;display:inline-flex;transform:scale(1);box-shadow:0 18px 40px #f973162e}.hos-login-register-overlay:hover .hos-login-register-btn{border-color:#f9731680;box-shadow:0 20px 46px #f9731638}.hos-login-register-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 8px 20px #0f172a1a}.hos-login-register-hint{text-align:center;color:#223848;opacity:1;max-width:460px;margin:0;font-size:15px;font-weight:700;line-height:1.5}.hos-work-entry-disabled{opacity:.42;pointer-events:none}.hos-timeline-block-wrap{flex-direction:column;gap:8px;display:flex}.hos-overtime-run-banner{color:#9a3412;background:linear-gradient(90deg,#fbbf2424 0%,#f973161a 100%);border:1px solid #f59e0b47;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:800;display:flex}.hos-overtime-run-note{color:#b45309;opacity:.85;font-size:11px;font-weight:700}.hos-work-status-chip.early-login-chip{color:#1d4ed8;background:#3b82f61f;border:1px solid #3b82f633}.hos-work-status-chip.day-done-chip{color:#15803d;background:#22c55e1f;border:1px solid #22c55e38}.hos-timeline-bubble.day-completed-entry{background:linear-gradient(#f2fff8 0%,#e8fbf0 100%)!important;border-color:#22c55e40!important}.hos-break-overlay{z-index:3;pointer-events:none;background:#22c55e14;justify-content:center;align-items:center;display:flex;position:absolute;inset:0 0 84px}.hos-break-overlay-badge{color:#18794e;background:#fffffff0;border:1px solid #22c55e38;border-radius:999px;align-items:center;gap:10px;padding:14px 18px;font-size:14px;font-weight:800;display:inline-flex}.hos-work-chat-scroll{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:14px;padding:18px 18px 14px;display:flex;overflow-y:auto}.hos-work-chat-scroll::-webkit-scrollbar{display:none}.hos-timeline-row{align-items:flex-start;gap:14px;display:flex}.hos-timeline-row.user{justify-content:flex-end}.hos-timeline-row.user .hos-timeline-avatar{color:#fff;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);order:2}.hos-timeline-row.user .hos-timeline-bubble{background:linear-gradient(135deg,#fff1e6 0%,#ffe6cf 100%);border:1px solid #f973161f;order:1}.hos-timeline-avatar{color:#fff;background:#213848;border-radius:999px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:12px;font-weight:800;display:flex}.hos-timeline-bubble{background:#fff;border:1px solid #24374614;border-radius:20px;flex:1;max-width:calc(100% - 56px);padding:16px 18px}.hos-timeline-bubble.kpi-used{background:linear-gradient(#f2fff3 0%,#e8fbe9 100%)!important;border:1px solid #22c55e38!important}.hos-timeline-bubble.break-entry{background:linear-gradient(#fffaf2 0%,#fff3dd 100%)!important;border:1px solid #f59e0b2e!important}.hos-timeline-bubble.session-closed-entry{background:linear-gradient(#fff6f6 0%,#ffeaea 100%)!important;border:1px solid #ef44442e!important}.hos-timeline-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.hos-timeline-top strong{color:#213848;font-size:14px}.hos-timeline-top span{color:#7a8f9d;white-space:nowrap;font-size:12px;font-weight:700}.hos-timeline-bubble p{color:#546a79;white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.75}.hos-entry-meta-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.hos-work-status-chip{border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.hos-work-status-chip.neutral{color:#415867;background:#2238480f}.hos-work-status-chip.break-chip{color:#b45309;background:#f59e0b1f}.hos-work-status-chip.kpi-chip{color:#15803d;background:#22c55e1f}.hos-work-status-chip.deduction,.hos-work-status-chip.logout{color:#b91c1c;background:#ef44441a}.hos-time-spent-chip{color:#415867;background:#2238480f;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.hos-work-entry-box{z-index:6;background:#fffffff5;border-top:1px solid #24374614;flex-shrink:0;padding:14px 18px 16px;position:relative}.hos-work-entry-top-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.hos-activity-toggle-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.hos-popup-section-footnote{color:#7a8f9d;margin:10px 0 0;font-size:12px;font-weight:600;line-height:1.5}.hos-break-kpi-toggle{color:#223848;cursor:pointer;background:#fff;border:1px solid #24374614;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.hos-break-kpi-toggle-icon{color:#d97706;align-items:center;gap:6px;display:inline-flex}.hos-break-kpi-count{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.hos-work-input-wrap{background:#f9fbfc;border:1px solid #2437461a;border-radius:18px;align-items:flex-end;gap:12px;padding:10px 12px;display:flex}.hos-work-textarea{resize:none;color:#243746;background:0 0;border:none;outline:none;flex:1;height:44px;min-height:44px;max-height:140px;padding:10px 2px;font-size:15px;line-height:24px;overflow-y:auto}.hos-work-textarea::placeholder{color:#8ba0ad}.hos-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);border:none;border-radius:14px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.hos-media-add-btn{color:#223848;cursor:pointer;background:#fff;border:1px solid #2437461a;border-radius:14px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.hos-media-add-btn:disabled{opacity:.6;cursor:not-allowed}.hos-pending-media-wrap{margin-top:12px}.hos-media-hint{color:#7a8f9d;margin-top:10px;font-size:12px;font-weight:800;line-height:1.5}.hos-entry-media-grid{flex-wrap:wrap;gap:10px;display:flex}.hos-media-thumb-card{background:#fff;border:1px solid #2437461a;border-radius:12px;width:86px;min-width:86px;position:relative;overflow:hidden}.hos-media-thumb-media{background:#f7fafc;justify-content:center;align-items:center;width:100%;height:52px;display:flex;position:relative}.hos-media-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.hos-media-thumb-video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.hos-media-thumb-overlay{color:#fff;text-align:center;background:#0f172a94;justify-content:center;align-items:center;padding:4px;font-size:9px;font-weight:900;display:flex;position:absolute;inset:0}.hos-media-thumb-doc{color:#d97706;background:#f9731614;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hos-media-thumb-footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:5px;display:flex}.hos-media-thumb-name{color:#223848;white-space:nowrap;text-overflow:ellipsis;text-align:center;flex:100%;font-size:9px;font-weight:800;overflow:hidden}.hos-media-view-btn{color:#15803d;cursor:pointer;background:#22c55e1f;border:none;border-radius:8px;width:100%;height:20px;padding:0 6px;font-size:9px;font-weight:900}.hos-media-view-btn:disabled{opacity:.65;cursor:not-allowed}.hos-media-remove-btn{color:#fff;cursor:pointer;background:#0f172ab8;border:none;border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex;position:absolute;top:4px;right:4px}.hos-media-view-popup{pointer-events:auto;background:#fff;border:1px solid #24374614;border-radius:28px;flex-direction:column;width:min(980px,100%);max-height:min(88vh,820px);display:flex;position:relative;overflow:hidden;box-shadow:0 35px 80px #0f172a33}.hos-media-view-body{background:linear-gradient(#fbfcfd 0%,#f7f9fb 100%);flex:1;justify-content:center;align-items:center;min-height:0;padding:22px;display:flex;overflow:auto}.hos-media-popup-close{z-index:2;position:absolute;top:14px;right:14px;box-shadow:0 10px 24px #0f172a24}.hos-media-view-img{object-fit:contain;border-radius:16px;max-width:100%;max-height:70vh}.hos-media-view-video{background:#000;border-radius:16px;width:100%;max-height:70vh}.hos-media-view-iframe{background:#fff;border:none;border-radius:16px;width:100%;height:75vh}.hos-media-view-doc{background:#f8fafc;border:1px solid #24374614;border-radius:20px;flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:18px;display:flex}.hos-media-view-doc-icon{color:#d97706;background:#f973161f;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hos-media-view-link{color:#fff;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);border-radius:999px;align-self:flex-start;padding:10px 16px;font-size:13px;font-weight:900;text-decoration:none}@media (max-width:640px){.hos-media-thumb-card{width:72px;min-width:72px}.hos-media-thumb-media{height:48px}}.hos-popup-backdrop{z-index:120;background:#0f172a47;position:fixed;inset:0}.hos-popup-modal-wrap{z-index:130;pointer-events:none;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.hos-break-kpi-popup{pointer-events:auto;background:#fff;border:1px solid #24374614;border-radius:28px;flex-direction:column;width:min(760px,100%);max-height:min(82vh,760px);padding:24px;display:flex;overflow:hidden;box-shadow:0 35px 80px #0f172a33}.hos-popup-head{border-bottom:1px solid #24374614;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:16px;display:flex}.hos-popup-head h4{color:#223848;margin:0;font-size:22px;font-weight:800}.hos-popup-head p{color:#7a8f9d;margin:6px 0 0;font-size:14px;font-weight:600;line-height:1.6}.hos-popup-close{cursor:pointer;color:#5f7483;background:#fff;border:1px solid #24374614;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.hos-break-kpi-popup-body{flex-direction:column;flex:1;gap:18px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.hos-break-kpi-section{background:#f8fafc;border:1px solid #2437460f;border-radius:22px;padding:18px}.hos-break-kpi-default-toggle-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.hos-break-kpi-default-toggle-copy strong{color:#223848;font-size:14px;display:block}.hos-break-kpi-default-toggle-copy p{color:#6f8493;margin:4px 0 0;font-size:12px;font-weight:700;line-height:1.5}.hos-toggle-switch{cursor:pointer;background:#d9e3ea;border:none;border-radius:999px;flex:none;width:52px;height:30px;padding:0;transition:background .2s;position:relative}.hos-toggle-switch.active{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.hos-toggle-knob{background:#fff;border-radius:50%;width:24px;height:24px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 8px #0f172a2e}.hos-toggle-switch.active .hos-toggle-knob{left:25px}.hos-break-kpi-section-title{color:#223848;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:800;display:inline-flex}.hos-break-kpi-tag-list{flex-wrap:wrap;gap:12px;display:flex}.hos-break-kpi-tag{color:#415867;cursor:pointer;background:#fff;border:1px solid #2437461a;border-radius:999px;min-height:40px;padding:0 14px;font-size:13px;font-weight:800}.hos-break-kpi-tag.active.break{color:#b45309;background:linear-gradient(#fff8ec 0%,#ffefcf 100%);border-color:#f59e0b33}.hos-break-kpi-tag.active.kpi{color:#15803d;background:linear-gradient(#f2fff3 0%,#e8fbe9 100%);border-color:#22c55e38}.hos-break-kpi-tag.active.neutral{color:#324c5e;background:#eef5f9;border-color:#41586729}.hos-break-kpi-tag.active.logout{color:#b91c1c;background:linear-gradient(#fff5f5 0%,#ffe7e7 100%);border-color:#ef444438}.hos-break-kpi-popup-actions{justify-content:flex-end;gap:10px;display:flex}.hos-popup-secondary-btn,.hos-popup-primary-btn{cursor:pointer;border-radius:14px;height:42px;padding:0 16px;font-size:13px;font-weight:800}.hos-popup-secondary-btn{color:#415867;background:#fff;border:1px solid #2437461a}.hos-popup-primary-btn{color:#fff;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);border:none}.hos-confirm-modal{background:#fff;border:1px solid #2437461a;border-radius:22px;width:min(460px,92vw);padding:22px;box-shadow:0 25px 70px #0f172a38}.hos-confirm-modal h4{color:#223848;margin:0 0 8px;font-size:22px;font-weight:800}.hos-confirm-modal p{color:#5f7483;margin:0;font-size:14px;line-height:1.6}.hos-confirm-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.hos-popup-secondary-btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hos-role-success{color:#15803d;margin:0 0 12px;font-size:13px;font-weight:700}.hos-profile-top{align-items:center;gap:16px;margin:8px 0 18px;display:flex}.hos-profile-avatar{color:#324c5e;background:#f1f5f9;border:1px solid #24374626;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:800;display:flex;overflow:hidden}.hos-profile-avatar img{object-fit:cover;width:100%;height:100%}.hos-upload-btn{color:#324c5e;cursor:pointer;background:#fff;border:1px solid #2437461f;border-radius:12px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:700;display:inline-flex}.hos-upload-btn input{display:none}.hos-profile-field{flex-direction:column;gap:8px;min-width:220px;display:flex}.hos-profile-field label{color:#5f7483;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.hos-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}.hos-profile-grid-item{color:#506676;background:#f8fafc;border:1px solid #24374614;border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.hos-profile-grid-item span{color:#6a8090;font-size:12px;font-weight:700}.hos-profile-grid-item strong{color:#203647;font-size:14px}.hos-role-manager .hos-user-card .hos-assign-row+.hos-assign-row{margin-top:10px}.hos-role-manager .hos-user-card .hos-user-roles{margin-top:14px}@keyframes authSpin{to{transform:rotate(360deg)}}.hos-summary-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;display:grid}.hos-summary-list-panel{background:#fff;border:1px solid #24374612;border-radius:24px;padding:22px;box-shadow:0 10px 28px #0f172a0d}.hos-head-chips{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hos-head-chip{color:#d97706;background:linear-gradient(135deg,#fff5e8 0%,#ffe4c2 100%);border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:800;display:inline-flex}.hos-head-chip.light{color:#223848;background:#fff;border:1px solid #24374614;box-shadow:0 10px 24px #0f172a0d}.hos-summary-details-btn{cursor:pointer}.hos-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.hos-filter-group{flex-direction:column;gap:8px;display:flex}.hos-filter-group label{color:#5f7483;font-size:12px;font-weight:800}.hos-filter-select{color:#243746;background:#f9fbfc;border:1px solid #2437461a;border-radius:14px;outline:none;min-height:46px;padding:0 14px;font-size:14px;font-weight:700}.hos-table-wrap{background:#fbfcfd;border:1px solid #24374614;border-radius:20px;overflow:hidden}.hos-summary-loader{color:#c2410c;background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-bottom:1px solid #f973162e;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:800;display:flex}.hos-summary-loader-dot{border:3px solid #f9731640;border-top-color:#f97316;border-radius:999px;width:16px;height:16px;animation:.8s linear infinite authSpin}.hos-summary-table{border-collapse:collapse;width:100%}.hos-summary-table thead th{text-align:left;letter-spacing:.02em;color:#6a8090;background:#f6f9fb;border-bottom:1px solid #24374614;padding:14px 16px;font-size:12px;font-weight:800}.hos-summary-table tbody td{vertical-align:middle;border-bottom:1px solid #2437460f;padding:16px}.hos-summary-table tbody tr:last-child td{border-bottom:none}.hos-summary-cell{flex-direction:column;gap:6px;display:flex}.hos-summary-cell strong{color:#223848;font-size:14px;line-height:1.5}.hos-summary-cell span{color:#7a8f9d;font-size:12px;font-weight:700}.hos-date-cell{color:#415867;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.hos-status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.hos-status-badge.pending{color:#c2410c;background:#f973161f}.hos-status-badge.approved{color:#15803d;background:#22c55e1f}.hos-status-badge.correction{color:#b91c1c;background:#ef44441a}.hos-status-badge.opened{color:#1d4ed8;background:#3b82f61a}.hos-status-badge.leave{color:#334155;background:#64748b24}.hos-view-btn,.hos-page-btn{color:#243746;cursor:pointer;background:#fff;border:1px solid #24374614;border-radius:12px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.hos-view-btn{color:#fff;background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);border:none;box-shadow:0 14px 28px #f973163d}.hos-page-btn:disabled{opacity:.45;cursor:not-allowed}.hos-empty-state{color:#6a8090;justify-content:center;align-items:center;gap:10px;min-height:88px;font-size:14px;font-weight:700;display:flex}.hos-pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.hos-page-indicator{color:#5f7483;font-size:13px;font-weight:800}.hos-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.hos-stat-box{text-align:left;background:#fff;border:1px solid #24374614;border-radius:18px;flex-direction:column;gap:8px;padding:14px;display:flex}.hos-stat-box span{color:#6a8090;font-size:12px;font-weight:800}.hos-stat-box strong{color:#223848;font-size:20px;line-height:1.2}.hos-clickable-stat{cursor:pointer}.hos-stat-box.break{background:#fff8ec}.hos-stat-box.green{background:#eefcf3}.hos-stat-box.orange{background:#fff4ea}.hos-stat-box.red{background:#fff3f3}.hos-stat-box.blue{background:#f0f7ff}.hos-stat-box.leave{background:#f1f5f9}.hos-side-card{background:#fff;border:1px solid #24374612;border-radius:24px;margin-top:8px;padding:18px;box-shadow:0 10px 28px #0f172a0d}.hos-side-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.hos-side-card-head h3{color:#223848;margin:0;font-size:18px;font-weight:800}.hos-side-card-head span{color:#7a8f9d;font-size:13px;font-weight:700}.hos-country-list{flex-direction:column;gap:14px;display:flex}.hos-country-item{flex-direction:column;gap:8px;display:flex}.hos-country-item-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.hos-country-name{color:#223848;align-items:center;gap:8px;font-size:14px;font-weight:800;display:inline-flex}.hos-country-item-meta{color:#7a8f9d;font-size:12px;font-weight:700}.hos-country-bar{background:#edf2f6;border-radius:999px;width:100%;height:10px;overflow:hidden}.hos-country-bar-fill{background:linear-gradient(135deg,#ff9a3d 0%,#f97316 100%);border-radius:999px;height:100%}.hos-break-summary-row{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.hos-break-summary-box{background:#fff8ec;border:1px solid #f59e0b1f;border-radius:18px;flex-direction:column;gap:8px;padding:14px;display:flex}.hos-break-summary-box.light{background:#f7fafc;border-color:#24374614}.hos-break-summary-box span{color:#6a8090;font-size:12px;font-weight:800}.hos-break-summary-box strong{color:#223848;font-size:18px}.hos-empty-small{color:#7a8f9d;padding:6px 0;font-size:13px;font-weight:700}.hos-day-popup{pointer-events:auto;background:#fff;border:1px solid #24374614;border-radius:28px;flex-direction:column;gap:14px;width:min(1320px,100%);max-height:90vh;padding:20px;display:flex;overflow:hidden;box-shadow:0 35px 80px #0f172a33}.hos-day-popup-scrollable{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.hos-day-popup-scrollable::-webkit-scrollbar{display:none}.hos-summary-popup-body{flex-direction:column;gap:14px;min-height:0;padding-right:2px;display:flex}.hos-summary-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:0;display:grid}.hos-summary-section-card{background:#f8fafc;border:1px solid #24374614;border-radius:18px;flex-direction:column;gap:12px;min-height:0;padding:14px;display:flex}.hos-summary-section-head h5{color:#223848;margin:0;font-size:14px;font-weight:800}.hos-popup-body{flex:1;grid-template-columns:minmax(0,1fr);gap:14px;min-height:0;display:grid;overflow:hidden}.hos-popup-summary-chips{flex-wrap:wrap;gap:10px;display:flex}.hos-popup-timeline{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:12px;padding:4px 6px 2px 0;display:flex;overflow-y:auto}.hos-popup-timeline::-webkit-scrollbar{display:none}.hos-day-popup-scrollable .hos-popup-body{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.hos-day-popup-scrollable .hos-popup-body::-webkit-scrollbar{display:none}.hos-day-popup-scrollable .hos-popup-timeline{overflow:visible}@media (max-width:900px){.hos-day-popup{border-radius:20px;gap:12px;padding:16px}.hos-popup-head{margin-bottom:10px;padding-bottom:12px}.hos-popup-summary-chips{gap:8px}.hos-popup-body{gap:12px}.hos-summary-sections,.hos-filter-bar,.hos-stat-grid,.hos-break-summary-row{grid-template-columns:1fr}}
