:root{font-family:Noto Sans,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:#f4f1ea;background:radial-gradient(circle at top,rgba(194,38,36,.42),transparent 32%),linear-gradient(135deg,#0f0f10,#17111d 48%,#1c2a2b);scrollbar-color:rgba(224,91,82,.56) rgba(255,255,255,.035);scrollbar-width:thin}html{scrollbar-gutter:stable}*{scrollbar-color:rgba(224,91,82,.56) rgba(255,255,255,.035);scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#ffffff09}*::-webkit-scrollbar-thumb{min-width:38px;min-height:38px;border:2px solid transparent;border-radius:999px;background:#e05b528f;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background-color:#f56c62c7}*::-webkit-scrollbar-corner{background:transparent}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;font-family:Noto Sans,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}:where(button,[role=button]){-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,filter .18s ease,opacity .18s ease}@media(hover:hover)and (pointer:fine){:where(button,[role=button]):hover:not(:disabled):not([aria-disabled=true]){transform:translateY(-2px);filter:brightness(1.08) saturate(1.04);border-color:#ff8b8161;box-shadow:0 10px 24px #0003,0 0 0 1px #ffffff0b inset}}:where(button,[role=button]):active:not(:disabled):not([aria-disabled=true]){transform:translateY(0) scale(.975);filter:brightness(.98);transition-duration:80ms}:where(button,[role=button]):focus-visible{outline:none;box-shadow:0 0 0 3px #0f0f10e6,0 0 0 6px #ff665c6b}:where(button,[role=button]):disabled,:where(button,[role=button])[aria-disabled=true]{cursor:not-allowed;filter:grayscale(.15);opacity:.55}@media(prefers-reduced-motion:reduce){:where(button,[role=button]){scroll-behavior:auto;transition-duration:1ms!important}:where(button,[role=button]):hover,:where(button,[role=button]):active{transform:none!important}}.auth-shell,.dashboard-shell{min-height:100vh;padding:32px;box-sizing:border-box}.auth-shell{display:grid;place-items:center}.auth-card{width:min(920px,100%);display:grid;grid-template-columns:1.2fr 1fr;gap:28px;padding:36px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#121212b8;box-shadow:0 24px 80px #00000059;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:grid;align-content:center;gap:14px}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.24em;color:#ff6b5f;font-size:12px}h1{margin:0;font-size:clamp(2rem,4.4vw,4.4rem);line-height:1.02}.lead{margin:0;max-width:58ch;color:#f4f1ead1;font-size:1.02rem;line-height:1.7}.auth-form{display:grid;gap:18px;align-content:center;padding:20px;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.auth-form label{display:grid;gap:8px;color:#f4f1eae6}.auth-form span{font-size:.92rem}.auth-form input{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0d;color:#fff;padding:14px 16px;outline:none}.auth-form input:focus{border-color:#ff6b5fcc;box-shadow:0 0 0 4px #ff6b5f24}.auth-form button,.ghost-button{border:0;border-radius:14px;padding:14px 18px;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.auth-form button{background:linear-gradient(135deg,#e0362f,#b71f1b);color:#fff;font-weight:700}.auth-form .auth-switch-button{border:1px solid rgba(255,255,255,.12);background:#ffffff0e;color:#f4f1eae6;box-shadow:none}.auth-form .auth-switch-button:hover{background:#ffffff1a}.auth-register-form{max-height:min(680px,calc(100vh - 80px));overflow-y:auto}.ghost-button{background:#ffffff14;color:#fff}.auth-form button:hover,.ghost-button:hover{transform:translateY(-1px)}.dashboard-shell{display:grid;gap:22px}.topbar{position:relative;z-index:100;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.topbar-copy{min-width:0}.topbar-actions{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;justify-content:flex-end}.notification-wrap{position:relative}.notification-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff14;color:#fff;cursor:pointer}.notification-icon{font-size:1.15rem;line-height:1}.notification-badge{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff7a6f,#e0362f);color:#fff;font-size:11px;font-weight:800;box-shadow:0 8px 22px #e0362f59}.notification-popover{position:absolute;top:58px;right:0;width:min(440px,calc(100vw - 32px));padding:16px;border-radius:18px;background:#101012f5;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 50px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20}.notification-popover-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.notification-popover-head>div{display:grid;gap:3px}.notification-popover-head small{color:var(--muted);font-size:.72rem}.notification-close{padding:10px 12px}.notification-list{display:grid;gap:9px;max-height:min(62vh,560px);overflow-y:auto;padding-right:3px;margin-top:12px}.notification-item{padding:12px;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.notification-request,.notification-news{position:relative;display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:start}.notification-item.notification-unread{background:#ffffff1c;border-color:#ffffff2e;box-shadow:inset 3px 0 0 currentColor}.notification-type-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:currentColor;font-size:0}.notification-type-icon:after{content:attr(data-icon);font-size:1.15rem;color:#fff}.notification-request .notification-type-icon,.notification-news .notification-type-icon{font-size:1.15rem;background:color-mix(in srgb,currentColor 18%,transparent)}.notification-tone-leave{color:#78b4ff}.notification-tone-late{color:#ffc167}.notification-tone-early{color:#c9a9ff}.notification-tone-overtime{color:#aaa0ff}.notification-tone-business{color:#68dbc9}.notification-tone-approved{color:#63db8c}.notification-tone-rejected{color:#ff7d77}.notification-tone-cancelled{color:#b9c0cb}.notification-news{color:#ff766f}.notification-item>div{min-width:0;color:#f5f1ed}.notification-kind{display:inline-flex;margin:0 0 7px;padding:4px 8px;border-radius:999px;font-size:.67rem;font-weight:850}.notification-kind-news{background:#ff766f24;color:#ff8d86}.notification-item time{display:block;margin-top:7px;color:var(--muted);font-size:.68rem}.notification-unread-dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#ff5149;box-shadow:0 0 0 4px #ff51491f}.notification-empty{padding:32px 12px;color:var(--muted);text-align:center}.notification-item strong{display:block;margin-bottom:6px}.notification-item p{margin:0;color:#f4f1eac7;line-height:1.5}.notification-item-clickable,.news-card-clickable{cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.notification-item-clickable:hover,.notification-item-clickable:focus-visible,.news-card-clickable:hover,.news-card-clickable:focus-visible{transform:translateY(-2px);border-color:#ff9a8f75;background:#ffffff14;outline:none}.notification-popover-actions{display:flex;justify-content:flex-end;margin-top:12px}.notification-popover-actions button{color:#ff7770}.request-notification-modal{width:min(620px,calc(100vw - 28px));overflow:hidden}.request-notification-header{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(130deg,#c52d282e,#141a1f66)}.request-notification-header h2{margin:6px 0 0;font-size:1.35rem}.request-notification-body{display:grid;gap:16px;padding:24px}.request-notification-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px}.request-notification-meta span,.request-notification-reason,.request-notification-note{padding:13px 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff09}.request-notification-body small{display:block;margin-bottom:5px;color:var(--muted);font-weight:750}.request-notification-reason p,.request-notification-note p{margin:0;line-height:1.55}.request-decision-box{display:grid;gap:13px;padding-top:5px}.request-decision-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.request-decision-tabs button{padding:11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0a;color:var(--muted);font-weight:800}.request-decision-tabs .approved.active{border-color:#49d27859;background:#49d27821;color:#63db8c}.request-decision-tabs .rejected.active{border-color:#ff5b5159;background:#ff5b5121;color:#ff7d77}.request-decision-box label{display:grid;gap:8px}.request-decision-box textarea{min-height:100px;resize:vertical;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#ffffff0d;color:#fff;font:inherit}.request-decision-submit{padding:13px;border:0;border-radius:13px;color:#fff;font-weight:850}.request-decision-submit.approved{background:#238d4a}.request-decision-submit.rejected{background:#d9342e}@media(max-width:560px){.request-notification-meta{grid-template-columns:1fr}.request-notification-header,.request-notification-body{padding-left:18px;padding-right:18px}}.topbar h1{font-size:clamp(1.8rem,3vw,3.2rem)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.admin-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px}.admin-main{display:grid;gap:18px;min-width:0}.admin-split{display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:18px;align-items:start}.admin-overview{display:grid;gap:16px}.admin-nav{display:grid;gap:10px;align-content:start}.admin-nav button{display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:14px;padding:12px 14px;background:#ffffff14;color:#fff;text-align:left}.admin-nav-badge{display:inline-grid;min-width:22px;height:22px;padding:0 7px;place-items:center;border-radius:999px;background:#fff;color:#b9211d;font-size:.75rem;font-weight:900}.admin-account-notifications .notification-item strong{color:#fff}.admin-nav button.active{background:linear-gradient(135deg,#e0362ff2,#ff6b5fe6);color:#fff;box-shadow:0 10px 24px #e0362f2e}.admin-form{display:grid;gap:14px;align-content:start}.admin-form label{display:grid;gap:8px;color:#f4f1eae6}.admin-form input,.admin-form textarea,.admin-form select{width:100%;min-width:0;box-sizing:border-box;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0d;color:#fff;padding:14px 16px;outline:none}.admin-form select option{background:#25252b;color:#fff}.admin-form textarea{resize:vertical;min-height:120px}.editor-shell{display:grid;gap:0;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#1212169e}.editor-field{display:grid;gap:10px}.editor-toolbar{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:8px;align-items:center;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.editor-tool-group{display:inline-flex;align-items:center;gap:4px;padding-right:8px;border-right:1px solid rgba(255,255,255,.12)}.editor-tool-group:last-child{padding-right:0;border-right:0}.editor-toolbar select{min-height:36px;padding:6px 30px 6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#2a292e;color:#fff}.editor-toolbar button{border:0;border-radius:10px;padding:8px 10px;background:#ffffff14;color:#fff;cursor:pointer;min-width:36px;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.editor-tool-bold{font-weight:900}.editor-tool-italic{font-family:Georgia,serif;font-style:italic}.editor-tool-underline{text-decoration:underline}.editor-image-button{background:#e0362fd1!important}.sort-order-note{color:#f4f1eaa3;line-height:1.45}.editor-toolbar button:hover{background:#ffffff29;transform:translateY(-1px);box-shadow:0 10px 18px #00000029}.editor-mode-group{margin-right:4px}.editor-toolbar .editor-mode-group button{min-width:92px}.editor-toolbar .editor-mode-group button.active{background:linear-gradient(135deg,#e64a42,#c52621);box-shadow:0 8px 18px #e0362f3d}.editor-file-input{display:none}.editor-rich{min-height:380px;background:linear-gradient(180deg,#fffffffa,#f6f3eefa);color:#1f1f24;border-radius:0 0 16px 16px;padding:18px 20px;line-height:1.8;outline:none;white-space:normal;word-break:break-word}.editor-rich img{max-width:100%;height:auto;display:block;margin:12px auto;border-radius:14px}.editor-rich blockquote{margin:18px 0;padding:10px 16px;border-left:4px solid #e0362f;background:#e0362f14;color:#4b3434}.editor-source-wrap{display:block;background:#17191e}.editor-source{display:block;width:100%;min-height:420px;resize:vertical;box-sizing:border-box;margin:0;padding:20px;border:0!important;border-radius:0!important;outline:0;background:#111318!important;color:#dfe7f1!important;font-family:Cascadia Code,Consolas,Courier New,monospace;font-size:14px;line-height:1.7;tab-size:2;white-space:pre-wrap;overflow:auto;overflow-wrap:normal}.editor-source:focus{box-shadow:inset 0 0 0 2px #ff6b5f7a!important}.editor-rich:empty:before{content:attr(data-placeholder);color:#1f1f246b}.editor-textarea{width:100%;resize:vertical;box-sizing:border-box;min-height:380px;font-size:15px;line-height:1.75;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px;background:#ffffff0f;color:#fff}.editor-textarea::placeholder{color:#ffffff6b}.editor-textarea:focus{outline:none;border-color:#ff6b5fa6;box-shadow:0 0 0 4px #e0362f26}.admin-form input:focus,.admin-form textarea:focus{border-color:#ff6b5fcc;box-shadow:0 0 0 4px #ff6b5f24}.checkbox-row{display:flex!important;align-items:center;gap:10px}.checkbox-row input{width:18px;height:18px;padding:0}.form-actions{display:flex;gap:12px;flex-wrap:wrap}.content-list,.content-items{display:grid;gap:14px}.content-item{display:flex;justify-content:space-between;gap:16px;padding:18px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.content-item h3{margin:0 0 8px}.content-item p{margin:0}.content-meta{color:#f4f1eaad;font-size:.92rem;margin-bottom:10px!important}.content-actions{display:flex;flex-direction:column;gap:10px;min-width:110px}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.employee-panel{display:grid;gap:16px}.employee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-card{padding:18px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.stat-card span{display:block;color:#f4f1eaad;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.stat-card strong{font-size:clamp(1.6rem,4vw,2.5rem);line-height:1}.search-box{min-width:280px}.search-box input{width:100%;box-sizing:border-box}.status-pill,.employee-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff}.status-on{background:#3db55c29;border-color:#3db55c59}.status-off{background:#e0362f29;border-color:#e0362f59}.employee-chip-row{display:flex;flex-wrap:wrap;gap:8px}.employee-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.employee-stats div{padding:12px;border-radius:16px;background:#ffffff0d}.employee-stats span{display:block;color:#f4f1eaad;font-size:12px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.employee-stats strong{display:block;line-height:1.45;overflow-wrap:anywhere}.employee-actions{flex-direction:row;min-width:0}.employee-table{display:grid;gap:10px}.employee-table-head,.employee-row{display:grid;grid-template-columns:32px minmax(230px,1.6fr) minmax(140px,.95fr) minmax(160px,1.1fr) minmax(118px,.7fr) minmax(132px,auto);gap:10px;align-items:center}.employee-table-head{padding:0 12px;color:#f4f1ea9e;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.employee-row{padding:12px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.employee-cell{min-width:0}.employee-cell span,.employee-cell p,.employee-cell h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-check{display:flex;justify-content:center}.employee-check input{width:18px;height:18px;margin:0}.employee-person{display:flex;align-items:center;gap:12px}.employee-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#e0362ff2,#ff806ecc);color:#fff;font-weight:800;letter-spacing:.04em;flex:0 0 auto}.employee-person h3{font-size:.98rem;line-height:1.25}.employee-person p{color:#f4f1eaad;font-size:.86rem;margin-top:2px}.employee-actions-row{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.employee-actions-row button{border:0;border-radius:12px;padding:8px 10px;background:#ffffff14;color:#fff}.employee-actions-row .ghost-button{background:#ffffff0f}.panel{min-height:180px;padding:24px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;box-shadow:0 18px 50px #0000002e}.panel-accent{background:linear-gradient(135deg,#e0362f33,#ffffff0f)}.panel-wide{grid-column:1 / -1}.panel-label{margin:0 0 14px;color:#ff9a8f;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.metric{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1}.panel h2{margin:0;font-size:1.35rem;line-height:1.4}.panel-note{margin:14px 0 0;color:#f4f1eac2;line-height:1.6}.pager{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pager span{color:#f4f1eab8}.news-list{display:grid;gap:14px}.news-card{padding:18px;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.news-card-top{display:flex;gap:14px;justify-content:space-between;align-items:flex-start}.news-card h3{margin:0;font-size:1.05rem}.news-body{margin:10px 0 0;color:#f4f1ead6;line-height:1.65}.news-read-more{display:inline-flex;margin-top:12px;color:#ff9a8f;font-size:.9rem;font-weight:700}.article-modal-open{overflow:hidden}.article-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#050609c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-modal{width:min(860px,100%);max-height:min(86vh,900px);overflow:auto;padding:clamp(22px,4vw,42px);border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,#1b171b,#171c21);box-shadow:0 28px 90px #0000008c}.article-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.article-modal-header h2{margin:0;font-size:clamp(1.5rem,4vw,2.4rem);line-height:1.25}.article-modal-content{padding-top:24px;color:#f4f1eae6;font-size:1.05rem;line-height:1.8;overflow-wrap:anywhere}.article-modal-content img{display:block;max-width:100%;height:auto;margin:22px auto;border-radius:14px}.article-modal-content a{color:#ff9a8f}.article-modal-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.article-modal-content td,.article-modal-content th{padding:8px 10px;border:1px solid rgba(255,255,255,.16)}.hint{color:#f4f1eab8}.hint-text{opacity:.9}.login-hint-box{display:inline-flex;width:fit-content;padding:12px 16px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,107,95,.22);box-shadow:inset 0 0 0 1px #ff6b5f0f}.error{margin:0;padding:12px 14px;border-radius:14px;background:#e0362f26;border:1px solid rgba(224,54,47,.3);color:#ffb8b3}@media(max-width:1180px){.admin-layout,.admin-split,.auth-card{grid-template-columns:1fr}.employee-table-head{display:none}.employee-row{grid-template-columns:34px minmax(0,1fr);align-items:start}.employee-cell{grid-column:2}.employee-check{grid-column:1;grid-row:1 / span 2;justify-content:flex-start;padding-top:6px}.employee-actions-row{justify-content:flex-start}}@media(max-width:760px){.auth-shell,.dashboard-shell{padding:16px}.topbar{flex-direction:column;align-items:stretch}.topbar-actions{justify-content:flex-start}.notification-popover{right:auto;left:0}.dashboard-grid,.stats-grid,.news-card-top{grid-template-columns:1fr}.panel,.admin-form,.employee-row{padding:16px}.employee-person{align-items:flex-start}.employee-actions-row{gap:6px}}@media(prefers-color-scheme:light)and (max-width:0px){:root{color-scheme:light;--muted: #6f6864;color:#241f1d;background:radial-gradient(circle at 12% 0%,rgba(220,49,43,.13),transparent 30%),radial-gradient(circle at 92% 18%,rgba(35,112,103,.1),transparent 32%),linear-gradient(145deg,#faf7f2,#f2eee9 55%,#edf3f0);scrollbar-color:rgba(202,62,53,.46) rgba(72,54,48,.07)}body{color:#241f1d}*{scrollbar-color:rgba(202,62,53,.46) rgba(72,54,48,.07)}*::-webkit-scrollbar-track{background:#48363012}.auth-card,.panel,.admin-nav,.notification-popover,.article-modal,.request-composer,.request-notification-modal,.admin-account-picker,.access-card,.employee-row,.content-item,.news-card,.request-item{color:#241f1d;border-color:#48363021;background:#ffffffe0;box-shadow:0 16px 44px #432e271a}.auth-form,.notification-item,.request-notification-meta span,.request-notification-reason,.request-notification-note,.admin-picker-item,.employee-filter-bar,.employee-table-head,.request-filters button,.permission-option,.access-empty-state{color:#312b28;border-color:#4836301f;background:#4e3a330b}.notification-item.notification-unread{background:#fff7f4;border-color:#d2362f3d}.auth-form label,.admin-form label,.request-field>span,.request-kind-picker legend,.access-role-row label,.checkbox-row,.employee-form-grid label span,.notification-item>div,.request-reason{color:#312b28}.lead,.panel-note,.notification-item p,.notification-item time,.employee-muted small,.employee-status-cell small,.access-identity p,.admin-picker-item p,.content-meta,.request-time,.request-empty,.news-card p{color:#6f6864}.auth-form input,.admin-form input,.admin-form textarea,.admin-form select,.request-field input,.request-field textarea,.request-decision-box textarea,.search-box input,select{color:#241f1d;border-color:#48363029;background:#ffffffe6}input::placeholder,textarea::placeholder{color:#918985}.ghost-button,.notification-button,.admin-nav button,.employee-actions-row button,.request-modal-close,.content-composer-close{color:#3d3531;border-color:#4836301f;background:#48363012}.admin-nav button.active,.primary-button,.auth-form button:not(.auth-switch-button){color:#fff}.notification-popover,.content-composer-header,.request-composer-header,.request-notification-header,.admin-picker-head{background:#fffcf8f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.content-composer{background:linear-gradient(145deg,#fffaf6,#f6f2ee 58%,#eef5f2)}.content-composer .editor-toolbar{background:#eee9e4}.content-composer .editor-toolbar button,.content-composer .editor-toolbar select{color:#332c29}.content-composer .editor-source{color-scheme:dark;background:#101319;color:#d8e2e8}.article-modal-backdrop,.content-composer-backdrop,.request-modal-backdrop{background:#362b2759}}.media-toolbar{align-items:center;gap:20px}.media-toolbar>div:first-child{flex:1}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.media-card{overflow:hidden;border:1px solid var(--line, rgba(255, 255, 255, .12));border-radius:18px;background:#ffffff09}.media-preview{display:grid;place-items:center;aspect-ratio:16 / 10;background:#00000047}.media-preview img,.media-preview video{width:100%;height:100%;object-fit:contain}.media-card-body{display:grid;gap:8px;padding:14px}.media-card-body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card-body span{color:var(--muted, #b8b4b0);font-size:.88rem}.media-actions{display:flex;gap:8px;flex-wrap:wrap}.public-footer{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap;width:100%;padding:22px 0 4px;color:#f4f1ea85;font-size:.86rem}.public-footer a{color:#f4f1ead1;text-decoration:none}.public-footer a:hover{color:#ff8d83}.legal-shell{min-height:100vh;padding:28px clamp(18px,5vw,72px) 42px;background:radial-gradient(circle at 18% 0%,rgba(214,51,44,.2),transparent 34%),linear-gradient(135deg,#121116,#172326);color:#f4f1ea}.legal-header{display:flex;align-items:center;justify-content:space-between;max-width:1040px;margin:0 auto 28px}.legal-brand{color:#ff756b;font-size:.82rem;letter-spacing:.24em;text-decoration:none}.legal-back{display:inline-flex;align-items:center;text-decoration:none}.legal-card{max-width:920px;margin:0 auto;padding:clamp(26px,5vw,58px);border:1px solid rgba(255,255,255,.11);border-radius:30px;background:#18181de0;box-shadow:0 30px 80px #00000047}.legal-card h1{max-width:760px;margin:10px 0 8px;font-size:clamp(2rem,5vw,4rem);line-height:1.02}.legal-updated{margin:0 0 38px;color:#f4f1ea8c}.legal-card section{padding:26px 0;border-top:1px solid rgba(255,255,255,.09)}.legal-card section h2{margin:0 0 12px;font-size:1.22rem}.legal-card section p{margin:0;color:#f4f1eac2;line-height:1.75}.legal-card a{color:#ff8d83}.privacy-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.privacy-data-grid div,.support-contact{display:grid;gap:7px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff09}.privacy-data-grid span,.support-contact span{color:#f4f1eaa3;line-height:1.55}.account-privacy-panel{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:22px}.account-privacy-panel h2{margin:7px 0}.account-privacy-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.account-privacy-actions a{display:inline-flex;align-items:center;text-decoration:none}.danger-button{border:1px solid rgba(255,100,91,.38);border-radius:12px;padding:11px 16px;background:#c626212e;color:#ffaaa4;font-weight:700;cursor:pointer}.danger-button:disabled{cursor:not-allowed;opacity:.45}.dialog-backdrop{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:20px;background:#050508c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.delete-account-dialog{width:min(100%,520px);padding:30px;border:1px solid rgba(255,117,107,.24);border-radius:24px;background:#211e25;box-shadow:0 30px 100px #00000080}.delete-account-dialog h2{margin:8px 0 10px}.delete-account-dialog>p:not(.panel-label){color:#f4f1eab3;line-height:1.6}.delete-account-dialog label{display:grid;gap:8px;margin-top:16px}.delete-account-dialog input{box-sizing:border-box;width:100%}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}@media(max-width:720px){.privacy-data-grid{grid-template-columns:1fr}.legal-header,.account-privacy-panel{align-items:flex-start;flex-direction:column}.account-privacy-actions{justify-content:flex-start}}.panel-error{max-width:520px}.loading{margin:0;color:#f4f1eacc}.logs-panel{display:grid;gap:18px}.access-panel{display:grid;gap:26px}.access-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-account-picker{width:min(650px,calc(100vw - 28px));overflow:hidden}.admin-picker-head{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start;padding:24px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#c22b2633,#131b2073)}.admin-picker-head h2{margin:5px 0}.admin-picker-head p:last-child{margin:0;color:var(--muted)}.admin-picker-body{display:grid;gap:16px;padding:22px 24px 24px}.admin-picker-body .search-box,.admin-picker-body .search-box input{width:100%}.admin-picker-list{display:grid;gap:9px;max-height:min(55vh,480px);overflow-y:auto;padding-right:4px}.admin-picker-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff0a}.admin-picker-item strong{display:block}.admin-picker-item p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.admin-picker-item button{padding:10px 12px;border:1px solid rgba(255,102,93,.3);border-radius:11px;background:#dc322c29;color:#ff8c84;font-weight:800}@media(max-width:560px){.access-head-actions{width:100%;justify-content:stretch}.access-head-actions button{flex:1}.admin-picker-head,.admin-picker-body{padding-left:18px;padding-right:18px}.admin-picker-item{grid-template-columns:auto 1fr}.admin-picker-item button{grid-column:1 / -1;width:100%}}.app-toast{position:fixed;top:22px;right:22px;z-index:1200;display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:10px;width:min(390px,calc(100vw - 32px));box-sizing:border-box;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:16px;color:#fff;box-shadow:0 20px 55px #0000006b;animation:toast-enter .18s ease-out both}.app-toast-success{background:linear-gradient(135deg,#195b3b,#153e30)}.app-toast-error{background:linear-gradient(135deg,#8f2925,#541d1d)}.app-toast>span{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#ffffff24;font-weight:900}.app-toast p{margin:0;line-height:1.45}.app-toast button{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}@keyframes toast-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.access-group{display:grid;gap:14px}.access-group-pending{border-color:#ffb04961;background:linear-gradient(135deg,#77461029,#ffffff06)}.access-group-unverified{border-color:#ffffff1a;opacity:.86}.access-empty-state{padding:18px;border:1px dashed rgba(255,255,255,.12);border-radius:14px;color:#f4f1eaa3}.access-empty-state p{margin:0}.access-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.access-group-head h3{margin:0}.access-list{display:grid;gap:14px}.access-card{display:grid;gap:18px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#ffffff0b}.access-identity{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.access-identity h3,.access-identity p{margin:0}.access-identity p{margin-top:4px;color:#f4f1eaa8}.access-identity .status-pill{margin-left:auto}.access-role-row label{display:grid;max-width:280px;gap:8px}.access-role-row select{width:100%;padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#292a30;color:#fff}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-option{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff09}.permission-option input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}.permission-option strong,.permission-option small{display:block}.permission-option small{margin-top:4px;color:#f4f1ea9e;line-height:1.45}.access-actions{display:flex;justify-content:flex-end}.access-actions button{border:0;border-radius:12px;padding:11px 16px;background:linear-gradient(135deg,#e64a42,#c52621);color:#fff;font-weight:700}.access-actions button:disabled,.employee-row-actions button:disabled{cursor:not-allowed;opacity:.52}@media(max-width:760px){.permission-grid{grid-template-columns:1fr}.access-identity .status-pill{margin-left:0}}.logs-toolbar{align-items:center;margin-bottom:0}.log-item{padding:16px 18px}.log-item h3{font-size:1rem}.log-item p:last-child{overflow-wrap:anywhere;color:#f4f1eac7}.logs-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:#f4f1eab8}.logs-pagination .ghost-button:disabled{cursor:not-allowed;opacity:.38;transform:none}@media(max-width:620px){.logs-pagination{align-items:flex-start;flex-direction:column}}@media(max-width:900px){.auth-card,.dashboard-grid,.admin-layout,.admin-split,.stats-grid,.content-item,.employee-stats{grid-template-columns:1fr;display:grid}.topbar{align-items:flex-start;flex-direction:column}.content-actions{flex-direction:row;flex-wrap:wrap}.panel-head{flex-direction:column}.search-box{min-width:0;width:100%}}.panel-head-stack{align-items:center}.employee-hub{display:grid;gap:18px}.panel-employee-hub{padding:28px}.employee-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.employee-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.employee-search{min-width:320px}.employee-stats-hero{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card-primary{background:linear-gradient(145deg,#e0362f3d,#ffffff0f)}.stat-card p{margin:10px 0 0;color:#f4f1eab3;line-height:1.5}.employee-workspace{display:grid;grid-template-columns:minmax(340px,380px) minmax(0,1fr);gap:22px;align-items:start}.employee-form-card,.employee-list-card{height:auto;align-self:start}.employee-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.employee-form-grid label{display:grid;gap:8px;min-width:0}.employee-form-grid label span{color:#f4f1eae6;font-size:.92rem}.employee-pill-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.employee-table-shell{width:100%;overflow:visible}.employee-table-modern{width:100%;min-width:0}.employee-table-head,.employee-row-modern{grid-template-columns:28px minmax(145px,1.45fr) minmax(90px,.75fr) minmax(120px,1fr) minmax(106px,.72fr) minmax(126px,auto);gap:12px}.employee-actions-head{text-align:right}.employee-row-modern{align-items:center;box-sizing:border-box}.employee-row-modern:hover{background:#ffffff13;border-color:#ffffff24;transform:translateY(-1px)}.employee-muted span{color:#f4f1ead6}.employee-muted small,.employee-status-cell small{display:block;margin-top:5px;color:#f4f1ea7a;font-size:.72rem;line-height:1.35}.employee-status-cell{align-items:flex-start;flex-direction:column}.employee-row-actions{justify-content:flex-end;flex-wrap:wrap}.employee-row-actions button{min-width:58px;padding:9px 12px}.employee-more{min-width:44px}.employee-empty-state{padding:28px;border-radius:20px;border:1px dashed rgba(255,255,255,.18);background:#ffffff08;color:#f4f1eadb}.employee-empty-state strong{display:block;margin-bottom:8px}.employee-empty-state p{margin:0;color:#f4f1eaad}.employee-hub{padding-bottom:18px}.employee-list-card,.employee-form-card{overflow:hidden}.employee-form-card{padding:26px}.employee-form-card .form-actions button{border:0;border-radius:13px;padding:12px 17px;background:linear-gradient(135deg,#e64a42,#c52621);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #e0362f33}.employee-form-card .form-actions .ghost-button{background:#ffffff14;box-shadow:none}.employee-form-card .checkbox-row{padding:4px 0}.employee-list-card{min-width:0;padding:26px;container-type:inline-size;container-name:employee-list}.employee-list-card .panel-head{margin-bottom:20px}.employee-row-modern{transition:transform .15s ease,border-color .15s ease,background .15s ease}.employee-protected-badge{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid rgba(244,241,234,.12);border-radius:12px;background:#f4f1ea0e;color:#f4f1ea94;font-size:.86rem;white-space:nowrap}.employee-delete-button{color:#ffaaa4}@container employee-list (max-width: 920px){.employee-table-head{display:none}.employee-table-modern{gap:14px}.employee-row-modern{grid-template-columns:30px minmax(0,1fr) auto;grid-template-areas:"check person status" ". department department" ". role role" ". actions actions";gap:13px 16px;padding:18px;border-radius:20px}.employee-row-modern .employee-check{grid-area:check;align-self:center}.employee-row-modern .employee-person{grid-area:person;min-width:0}.employee-row-modern .employee-status-cell{grid-area:status;justify-self:end}.employee-row-modern .employee-muted:nth-of-type(3){grid-area:department}.employee-row-modern .employee-muted:nth-of-type(4){grid-area:role}.employee-row-modern .employee-muted{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding-top:11px;border-top:1px solid rgba(255,255,255,.075)}.employee-row-modern .employee-muted:before{content:attr(data-label);color:#f4f1ea7a;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.employee-row-modern .employee-row-actions{grid-area:actions;justify-content:flex-end;padding-top:2px}}@container employee-list (max-width: 560px){.employee-row-modern{grid-template-columns:26px minmax(0,1fr);grid-template-areas:"check person" ". status" ". department" ". role" ". actions"}.employee-row-modern .employee-status-cell,.employee-row-modern .employee-row-actions{justify-self:stretch;justify-content:flex-start}}@media(max-width:1180px){.employee-hero,.employee-workspace{grid-template-columns:1fr;display:grid}.employee-toolbar,.employee-pill-row{justify-content:flex-start}.employee-search{min-width:0;width:100%}.employee-form-grid{grid-template-columns:1fr}.employee-table-modern{min-width:0}}@media(max-width:760px){.panel-employee-hub{padding:18px}.employee-hero{gap:12px}.employee-stats-hero{grid-template-columns:1fr}.employee-form-card,.employee-list-card{padding:18px}}.panel-employee-hub{background:radial-gradient(circle at 92% 4%,rgba(225,55,48,.13),transparent 28%),linear-gradient(145deg,#1c1922fa,#171f22fa)}.employee-stats-hero{grid-template-columns:repeat(4,minmax(0,1fr))}.employee-stats-hero .stat-card{min-height:132px;border-color:#ffffff1a;background:linear-gradient(145deg,#ffffff13,#ffffff09)}.employee-stats-hero .stat-card:nth-child(1){box-shadow:inset 3px 0 #e84a42}.employee-stats-hero .stat-card:nth-child(2){box-shadow:inset 3px 0 #46b875}.employee-stats-hero .stat-card:nth-child(3){box-shadow:inset 3px 0 #e5a141}.employee-stats-hero .stat-card:nth-child(4){box-shadow:inset 3px 0 #58a6d7}.employee-add-button,.employee-export-button{min-height:44px;padding:0 18px;border-radius:12px;font-weight:750}.employee-add-button{border:1px solid rgba(255,112,102,.6);color:#fff;background:linear-gradient(135deg,#ef4b43,#c92b25);box-shadow:0 10px 24px #cf272140}.employee-workspace{grid-template-columns:minmax(0,1fr)}.employee-list-card{grid-row:1}.employee-form-card{grid-row:2;max-width:none}.employee-form-card .employee-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.employee-filter-bar{display:grid;grid-template-columns:minmax(170px,220px) minmax(170px,220px) minmax(260px,1fr);gap:12px;margin-bottom:16px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#080a0e38}.employee-filter-bar select,.employee-filter-bar input{width:100%;min-height:44px;box-sizing:border-box;border:1px solid rgba(255,255,255,.13);border-radius:11px;color:#f4f1ea;background:#27272e}.employee-filter-bar select{padding:0 38px 0 13px}.employee-filter-bar input{padding:0 14px}.employee-filter-bar .employee-search{min-width:0}.employee-table-shell{overflow-x:auto;border:1px solid rgba(255,255,255,.09);border-radius:16px}.employee-table-modern{min-width:980px}.employee-table-head,.employee-row-modern{grid-template-columns:42px minmax(220px,1.5fr) minmax(110px,.7fr) minmax(130px,.8fr) minmax(130px,.85fr) minmax(125px,.72fr) minmax(150px,auto);gap:14px}.employee-table-head{padding:13px 16px;background:#ffffff0b}.employee-row-modern{margin:0;padding:15px 16px;border:0;border-top:1px solid rgba(255,255,255,.075);border-radius:0;background:#ffffff05;grid-template-areas:none}.employee-row-modern .employee-cell{grid-area:auto}.employee-row-modern:hover{transform:none;background:#e84a4212}.employee-index{color:#f4f1ea94;font-weight:700}.employee-code{color:#f4f1ead1;font-weight:700}.employee-person h3{margin-bottom:4px}.employee-person p{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-department-badge{display:inline-flex;width:fit-content;padding:6px 9px;border-radius:8px;color:#f4b0aa!important;background:#e84a421f}.employee-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;color:#f4f1eaa3}.employee-pagination>div{display:flex;align-items:center;gap:10px}.employee-pagination strong{color:#f4f1ea}.employee-pagination button:disabled{opacity:.38;cursor:not-allowed}@media(max-width:1100px){.employee-form-card .employee-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-filter-bar{grid-template-columns:1fr 1fr}.employee-filter-bar .employee-search{grid-column:1 / -1}}@media(max-width:760px){.employee-stats-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-filter-bar,.employee-form-card .employee-form-grid{grid-template-columns:1fr}.employee-filter-bar .employee-search{grid-column:auto}.employee-pagination{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.employee-stats-hero{grid-template-columns:1fr}}.attendance-calendar-modal{width:min(1380px,calc(100vw - 32px));max-width:1380px}.attendance-calendar-content{display:grid;gap:18px}.attendance-month-picker{display:grid;grid-template-columns:auto minmax(180px,260px);align-items:center;gap:12px}.attendance-month-picker span{color:var(--muted);font-weight:700}.attendance-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.attendance-summary-card{padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#ffffff0b}.attendance-summary-card span{display:block;margin-bottom:8px;color:var(--muted);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.attendance-summary-card strong{color:#fff7f2;font-size:clamp(1rem,2vw,1.35rem)}.attendance-weekdays,.attendance-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));min-width:1015px}.attendance-weekdays strong{padding:12px 8px;border-right:1px solid rgba(255,255,255,.08);background:#173b67;color:#f8fbff;text-align:center;text-transform:uppercase}.attendance-weekdays strong:nth-child(6){background:#17528e}.attendance-weekdays strong:nth-child(7){background:#8e2525}.attendance-calendar-content{overflow-x:auto}.attendance-calendar-grid{border-left:1px solid rgba(255,255,255,.08);border-top:1px solid rgba(255,255,255,.08)}.attendance-day{min-height:178px;padding:12px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff09}.attendance-day-weekend{background:#9124241f}.attendance-day-empty{background:#ffffff04}.attendance-day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.attendance-day-head strong{font-size:1.2rem}.attendance-day-head span{color:var(--muted);font-size:.72rem}.attendance-time{display:flex;justify-content:space-between;gap:8px;margin:7px 0}.attendance-time span{color:var(--muted)}.attendance-time-in strong{color:#5ed47d}.attendance-time-out strong{color:#ff766f}.attendance-day>small{display:block;margin-top:10px;color:#63aaff;font-weight:800}.attendance-day>p{display:grid;min-height:90px;place-items:center;color:#ff766f;font-weight:700}.attendance-punches{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.attendance-punches span{padding:4px 7px;border-radius:999px;background:#ffffff0f;color:var(--muted);font-size:.68rem}@media(max-width:800px){.attendance-calendar-modal{width:calc(100vw - 16px)}.attendance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-month-picker{grid-template-columns:1fr}}.request-panel{overflow:hidden}.request-panel-head{align-items:flex-start}.request-filters{display:flex;gap:8px;margin:20px 0 14px;overflow-x:auto;scrollbar-width:none}.request-filters::-webkit-scrollbar{display:none}.request-filters button{flex:0 0 auto;padding:9px 14px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0b;color:var(--muted);font-weight:750}.request-filters button.active{border-color:#ff5b5180;background:#d92d27;color:#fff}.request-list{display:grid;gap:10px}.request-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border:1px solid rgba(255,255,255,.085);border-radius:18px;background:linear-gradient(120deg,#ffffff0d,#ffffff06)}.request-item-leave{border-left:3px solid #4f9cff}.request-item-late{border-left:3px solid #f2a33b}.request-item-early{border-left:3px solid #b689ff}.request-item-overtime{border-left:3px solid #7c6fff}.request-item-business{border-left:3px solid #42c7b4}.request-item-main{display:flex;align-items:flex-start;gap:13px;min-width:0}.request-kind-icon{display:grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border-radius:14px;background:#ff5a5024;color:#ff766f;font-size:1.25rem}.request-kind-leave{background:#4f9cff26;color:#78b4ff}.request-kind-late{background:#f2a33b26;color:#ffc167}.request-kind-early{background:#b689ff26;color:#c9a9ff}.request-kind-overtime{background:#7c6fff26;color:#aaa0ff}.request-kind-business{background:#42c7b426;color:#68dbc9}.request-title-line{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.request-title-line h3{margin:0;font-size:.78rem;padding:6px 10px;border-radius:999px}.request-kind-label-leave{background:#4f9cff26;color:#78b4ff}.request-kind-label-late{background:#f2a33b26;color:#ffc167}.request-kind-label-early{background:#b689ff26;color:#c9a9ff}.request-kind-label-overtime{background:#7c6fff26;color:#aaa0ff}.request-kind-label-business{background:#42c7b426;color:#68dbc9}.request-time{margin:5px 0;color:var(--muted);font-size:.82rem}.request-reason{margin:0;color:#eee6e1;font-size:.9rem}.request-status{padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:850}.request-status-pending{background:#f4a33724;color:#ffc46d}.request-status-approved{background:#34be6524;color:#63db8c}.request-status-rejected{background:#e6433c24;color:#ff7d77}.request-status-cancelled{background:#949caa24;color:#b9c0cb}.request-cancel{flex:0 0 auto;padding:8px 11px;border:1px solid rgba(255,95,86,.25);border-radius:10px;background:transparent;color:#ff7770;font-weight:750}.request-empty{display:grid;justify-items:center;gap:5px;padding:42px 20px;color:var(--muted);text-align:center}.request-empty span{color:#ff7068;font-size:2rem}.request-empty p{margin:0;font-size:.85rem}.request-fab{position:fixed;z-index:30;right:24px;bottom:max(24px,env(safe-area-inset-bottom));display:flex;width:58px;height:58px;align-items:center;justify-content:flex-start;gap:10px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:linear-gradient(145deg,#fa5048,#c81e1a);color:#fff;box-shadow:0 18px 44px #bf19166b;overflow:hidden;white-space:nowrap;transition:width .28s cubic-bezier(.22,1,.36,1),border-radius .28s ease,transform .2s ease,box-shadow .2s ease}.request-fab:hover,.request-fab:focus-visible{width:142px;border-radius:18px;transform:translateY(-3px);box-shadow:0 22px 52px #bf191685}.request-fab-icon{display:grid;flex:0 0 56px;width:56px;height:56px;place-items:center;font-size:2rem;line-height:1}.request-fab-label{padding-right:18px;opacity:0;transform:translate(10px);font-size:.92rem;font-weight:850;transition:opacity .18s ease .05s,transform .24s ease}.request-fab:hover .request-fab-label,.request-fab:focus-visible .request-fab-label{opacity:1;transform:translate(0)}.request-modal-backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#07080dc2}.request-composer{width:min(720px,calc(100vw - 28px));border:1px solid rgba(255,112,102,.24);border-radius:28px;background:linear-gradient(155deg,#251d26,#17181f 55%,#151d20);box-shadow:0 34px 90px #00000094,0 0 0 1px #ffffff06 inset;overflow:hidden}.request-composer-header{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:24px 26px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 15% 10%,rgba(224,52,45,.24),transparent 40%)}.request-composer-header h2{margin:3px 0 4px;font-size:clamp(1.35rem,4vw,1.85rem)}.request-composer-header p:last-child{margin:0;color:var(--muted);font-size:.85rem}.request-composer-mark{display:grid;width:50px;height:50px;place-items:center;border-radius:17px;background:linear-gradient(145deg,#fb5b52,#c91f1c);color:#fff;box-shadow:0 12px 30px #c91f1c59;font-size:1.65rem}.request-modal-close{align-self:start;display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-size:1.35rem}.request-modal-close:hover{background:#ffffff1a}.request-form-body{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:24px 26px}.request-kind-picker{grid-column:1 / -1;min-width:0;margin:0;padding:0;border:0}.request-kind-picker legend{margin-bottom:11px;color:#f5ece7;font-weight:800}.request-kind-picker>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.request-kind-picker button{display:grid;justify-items:center;gap:7px;min-width:0;padding:12px 7px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#ffffff09;color:var(--muted);transition:border-color .18s ease,background .18s ease,transform .18s ease}.request-kind-picker button:hover{transform:translateY(-2px);border-color:#ff6a604d}.request-kind-picker button.active{border-color:#ff675e94;background:linear-gradient(145deg,#e0342d3d,#e0342d17);color:#fff;box-shadow:0 8px 24px #a61c191f}.request-kind-picker button span{font-size:1.35rem}.request-kind-picker button strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:.73rem}.request-field{display:grid;gap:8px}.request-field-wide{grid-column:1 / -1}.request-field>span{display:flex;align-items:center;gap:8px;color:#f5ece7;font-weight:760}.request-field>span i{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#eb423a21;color:#ff756d;font-size:.7rem;font-style:normal}.request-field input,.request-field textarea{width:100%;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:#ffffff0b;color:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.request-field input:focus,.request-field textarea:focus{border-color:#ff645b8c;background:#ffffff0f;box-shadow:0 0 0 4px #d92d271a}.request-field textarea{min-height:112px;resize:vertical;line-height:1.55}.request-field small{color:var(--muted);text-align:right;transition:color .18s ease}.request-field small.valid{color:#63db8c}.request-form-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 26px 24px}.request-form-actions button{min-width:112px;min-height:44px;border-radius:13px;font-weight:800}@media(max-width:700px){.request-item{align-items:stretch;flex-direction:column}.request-cancel{align-self:flex-end}.request-composer-header{grid-template-columns:auto 1fr auto;gap:11px;padding:20px 18px}.request-composer-mark{width:42px;height:42px;border-radius:14px}.request-composer-header p:last-child{display:none}.request-form-body{grid-template-columns:1fr;padding:20px 18px}.request-field-wide,.request-kind-picker{grid-column:auto}.request-kind-picker>div{grid-template-columns:repeat(3,minmax(0,1fr))}.request-form-actions{padding:0 18px 20px}.request-fab{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}}.content-fab{position:fixed;z-index:34;right:24px;bottom:max(24px,env(safe-area-inset-bottom));display:flex;width:58px;height:58px;align-items:center;gap:10px;padding:0;overflow:hidden;white-space:nowrap;border:1px solid rgba(255,255,255,.17);border-radius:20px;background:linear-gradient(145deg,#fb554d,#c91f1b);color:#fff;box-shadow:0 18px 44px #bf191666;transition:width .3s cubic-bezier(.22,1,.36,1),transform .2s ease,box-shadow .2s ease,border-radius .2s ease}.content-fab:hover,.content-fab:focus-visible{width:174px;transform:translateY(-3px);border-radius:18px;box-shadow:0 22px 54px #bf191685}.content-fab-icon{display:grid;flex:0 0 56px;width:56px;height:56px;place-items:center;font-size:2rem;line-height:1}.content-fab-label{padding-right:18px;opacity:0;transform:translate(10px);font-size:.9rem;font-weight:850;transition:opacity .18s ease .06s,transform .24s ease}.content-fab:hover .content-fab-label,.content-fab:focus-visible .content-fab-label{opacity:1;transform:translate(0)}.content-composer-backdrop{position:fixed;inset:0;z-index:1400;display:flex;width:100vw;height:100dvh;padding:22px;overflow:auto;box-sizing:border-box;overscroll-behavior:contain;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06070bd1}.content-composer{flex:0 1 1160px;width:calc(100vw - 44px);max-width:1160px;max-height:calc(100dvh - 44px);margin:auto;padding:0;box-sizing:border-box;overflow-y:auto;border:1px solid rgba(255,110,100,.22);border-radius:28px;background:linear-gradient(145deg,#241c24,#17191f 54%,#142024);box-shadow:0 36px 100px #000000a3,0 0 0 1px #ffffff06 inset}.content-composer-header{position:sticky;z-index:5;top:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(100deg,#521b1ff5,#18191ff7 50%,#131f22f7);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.content-composer-header h2{margin:2px 0 4px;font-size:clamp(1.3rem,3vw,1.8rem)}.content-composer-header p:last-child{margin:0;color:var(--muted);font-size:.84rem}.content-composer-mark{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:linear-gradient(145deg,#fb5b52,#c91f1c);box-shadow:0 12px 30px #c91f1c52;font-size:1.35rem}.content-composer-close{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-size:1.35rem}.content-composer-close:hover{background:#ffffff1c}.content-composer-body{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:18px;padding:24px 26px 26px}.content-composer-body .content-title-field,.content-composer-body .editor-field{grid-column:1 / -1}.content-title-field input{min-height:58px;padding:14px 17px!important;border-color:#ff665c38!important;background:#ffffff0e!important;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:750}.content-composer .editor-shell{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#090a0f47;box-shadow:0 18px 45px #0003}.content-composer .editor-toolbar{gap:8px;padding:10px;border-bottom:1px solid rgba(255,255,255,.085);background:linear-gradient(180deg,#fff1,#ffffff06)}.content-composer .editor-tool-group{gap:4px;padding:3px 7px 3px 0;border-right-color:#ffffff17}.content-composer .editor-toolbar button{min-height:34px;padding:7px 10px;border:1px solid transparent;border-radius:9px;background:transparent;color:#ddd4cf;font-size:.78rem;font-weight:740}.content-composer .editor-toolbar button:hover{border-color:#ffffff1a;background:#ffffff14;color:#fff;transform:translateY(-1px)}.content-composer .editor-toolbar .editor-mode-group{padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#0000002e}.content-composer .editor-toolbar .editor-mode-group button.active{border-color:#ff5d5457;background:linear-gradient(145deg,#e83d36,#c92521);color:#fff;box-shadow:0 6px 16px #c01f1c3d}.content-composer .editor-toolbar select{min-height:34px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#ffffff0e;color:#f5ece7;font-size:.78rem}.content-composer .editor-image-button{border-color:#ff655c47!important;background:#dd312b1f!important;color:#ff8b83!important}.content-composer .editor-canvas-doc{min-height:390px;padding:34px clamp(20px,6vw,64px);background:#f8f5ef;color:#242128;line-height:1.72}.content-composer .editor-source{min-height:390px;border:0;border-radius:0;background:#101319;color:#d8e2e8}.content-composer .checkbox-row{align-self:end;min-height:48px;padding:11px 14px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#ffffff09}.content-composer-actions{position:sticky;bottom:-26px;grid-column:1 / -1;justify-content:flex-end;margin:4px -26px -26px;padding:16px 26px;border-top:1px solid rgba(255,255,255,.08);background:#14161bf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.content-composer-actions button{min-width:126px;min-height:44px;border-radius:13px;font-weight:820}.content-save-button{border:1px solid rgba(255,124,115,.32);background:linear-gradient(145deg,#f24b43,#c9231f);color:#fff;box-shadow:0 10px 24px #be1f1c45}.content-save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #be1f1c61}.content-list .content-item{border-radius:17px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.content-list .content-item:hover{transform:translateY(-2px);border-color:#ff655c33;background:#ffffff0b}.content-list .content-item-clickable{cursor:pointer;outline:none}.content-list .content-item-clickable:focus-visible{border-color:#ff655c8c;box-shadow:0 0 0 4px #d92d271f}.content-list .content-item-clickable>div:first-child{min-width:0}.content-list .content-item-clickable>div:first-child>p:not(.content-meta){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--muted);line-height:1.55}.content-open-hint{display:inline-flex;margin-top:11px;color:#ff847c;font-size:.8rem;font-weight:780}.content-list .content-actions{gap:7px}.content-list .content-actions button{min-height:37px;padding:8px 13px;border-radius:10px;font-size:.82rem;font-weight:780}.content-list .content-actions button:first-child{border:1px solid rgba(255,104,95,.28);background:#d92d271f;color:#ff867f}.content-list .content-actions .ghost-button{border-color:#ffffff17;color:var(--muted)}@media(max-width:760px){.content-fab{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}.content-composer-backdrop{padding:8px}.content-composer{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:21px}.content-composer-header{gap:11px;padding:17px 16px}.content-composer-header p:last-child{display:none}.content-composer-mark{width:41px;height:41px;border-radius:13px}.content-composer-body{grid-template-columns:1fr;padding:18px 16px 22px}.content-composer-body .content-title-field,.content-composer-body .editor-field{grid-column:auto}.content-composer .editor-toolbar{flex-wrap:nowrap;overflow-x:auto}.content-composer .editor-tool-group{flex:0 0 auto}.content-composer .editor-canvas-doc,.content-composer .editor-source{min-height:330px}.content-composer-actions{grid-column:auto;margin:4px -16px -22px;padding:14px 16px}.content-list .content-item{align-items:flex-start;flex-direction:column}}@media(prefers-color-scheme:light)and (max-width:0px){:root{--muted: #625a56;color:#201b19;background:linear-gradient(145deg,#fbf8f4,#f2ece6 54%,#edf3f0)}body,.dashboard-shell,.auth-shell{color:#201b19}.panel,.auth-card,.admin-nav,.access-card,.employee-form-card,.employee-list-card,.employee-row-modern,.request-item,.content-item,.news-card{color:#201b19;border-color:#d7ccc5;background:#fff;box-shadow:0 12px 32px #422f281a}.panel-accent,.stat-card-primary{background:linear-gradient(145deg,#fff3f0,#fff 64%);border-color:#e7c2bd}.employee-table-head,.employee-filter-bar,.request-filters button,.permission-option,.admin-picker-item,.access-empty-state{color:#322b28;border-color:#d8cec8;background:#f5f1ed}.employee-row-modern:hover,.content-list .content-item:hover{color:#201b19;border-color:#cda9a4;background:#fff9f7}.panel-note,.lead,.content-meta,.request-time,.employee-muted small,.employee-status-cell small,.access-identity p,.admin-picker-item p,.notification-item p,.notification-item time,.news-card p{color:#625a56}.employee-muted span,.employee-code,.request-reason,.access-identity h3,.employee-person h3,.content-item h3,.news-card h3{color:#29221f}.auth-form,.notification-item,.request-notification-meta span,.request-notification-reason,.request-notification-note{color:#29221f;border-color:#d8cec8;background:#f7f3ef}.notification-item.notification-unread{color:#201b19;border-color:#dc8f88;background:#fff2ef;box-shadow:inset 4px 0 #d93a33}.notification-popover,.article-modal,.request-composer,.request-notification-modal,.admin-account-picker,.content-composer{color:#201b19;border-color:#cfc2ba;background:#fff;box-shadow:0 30px 80px #39282338}.notification-popover-head,.request-composer-header,.request-notification-header,.admin-picker-head,.content-composer-header{color:#201b19;border-color:#ded4ce;background:#faf6f2}.auth-form label,.admin-form label,.request-field>span,.request-kind-picker legend,.checkbox-row,.permission-option strong,.notification-item>div{color:#29221f}.auth-form input,.admin-form input,.admin-form textarea,.admin-form select,.request-field input,.request-field textarea,.request-decision-box textarea,.search-box input,.employee-filter-bar select{color:#201b19;border-color:#cfc3bc;background:#fff;box-shadow:inset 0 1px 2px #3a2a240f}.ghost-button,.notification-button,.admin-nav button:not(.active),.employee-actions-row button,.request-modal-close,.content-composer-close{color:#332b28;border-color:#d2c6bf;background:#eee8e3}.request-kind-picker button{color:#4f4743;border-color:#d6cbc5;background:#f3eeea}.request-kind-picker button.active,.admin-nav button.active,.primary-button,.content-save-button{color:#fff}.content-composer .editor-toolbar{border-color:#d8cec8;background:#eee9e4}.content-composer .editor-toolbar button,.content-composer .editor-toolbar select{color:#302925}.content-composer .editor-canvas-doc{border-top:1px solid #d8cec8}.content-composer .editor-source{color-scheme:dark;color:#d8e2e8;background:#101319}.content-composer-actions{border-color:#d8cec8;background:#faf7f3f5}.article-modal-backdrop,.request-modal-backdrop,.content-composer-backdrop{background:#2a1f1b6b}}
