.login-page{background:var(--init-primary-white);text-align:center;min-height:100vh;padding:var(--space-xl);flex-direction:column;justify-content:center;align-items:center;display:flex}.login-logo{width:56px;height:56px;margin-bottom:var(--space-md);object-fit:contain}.login-title{color:var(--color-text);margin:0 0 var(--space-xs);font-size:1.75rem;font-weight:700}.login-subtitle{color:var(--color-text-muted);margin:0 0 var(--space-lg);font-size:.95rem}.login-button{background:var(--init-primary-black);color:var(--init-primary-white);padding:.75rem var(--space-md);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:var(--space-xs);border:none;font-size:.95rem;font-weight:600;display:inline-flex}.login-button:hover{background:#000}.arrow{color:var(--color-primary);font-weight:400}.signed-in{flex-direction:column;align-items:center;display:flex}.app-layout{background:var(--init-primary-white);flex-direction:column;min-height:100vh;display:flex}.app-topbar{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.app-brand{align-items:center;gap:.6rem;display:flex}.brand-mark{background:var(--init-primary-orange);border-radius:4px;width:20px;height:20px}.brand-title{color:var(--color-text);font-weight:700}.app-user{align-items:center;gap:.6rem;display:flex}.app-avatar{background:var(--init-primary-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.app-user-name{color:var(--color-text);font-size:.9rem}.app-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem}.absence-history-card{border-radius:var(--radius-default,16px);border:1px solid #e5e7eb;padding:1.25rem 1.5rem}.absence-history-header{justify-content:flex-end;margin-bottom:.75rem;display:flex}.absence-history-count{color:var(--color-text-muted);font-size:.85rem}.absence-history-scroll{overflow-x:auto}.absence-history-table{border-collapse:collapse;width:100%;font-size:.88rem}.absence-history-table th{text-align:left;color:var(--color-text-muted);white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:.5rem .75rem;font-weight:600}.absence-history-table td{white-space:nowrap;border-bottom:1px solid #f0f0f0;padding:.65rem .75rem}.absence-history-table tbody tr:hover{background:#fafafa}.absence-history-muted{color:var(--color-text-muted)}.status-draft{border:1px solid var(--color-text-muted);color:var(--color-text-muted);background:0 0}.status-unknown{color:var(--color-text-muted);background:#f3f4f6}.absence-history-btn{border-radius:var(--radius-md,8px);cursor:pointer;border:1px solid #0000;padding:.35rem .8rem;font-size:.8rem;font-weight:600}.absence-history-btn:disabled{cursor:not-allowed;opacity:.6}.absence-history-btn-primary{background:var(--init-primary-orange);color:#fff}.absence-history-btn-secondary{color:var(--color-text);background:#fff;border-color:#e5e7eb;margin-top:.5rem}.absence-history-status{color:var(--color-text-muted);font-size:.9rem}.absence-history-error{color:#b91c1c}.user-card{border-radius:var(--radius-default,16px);border:1px solid #e5e7eb;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.user-avatar{background:var(--init-primary-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.user-field{flex-direction:column;gap:.2rem;display:flex}.field-label{color:var(--color-text-muted);font-size:.75rem}.field-value{color:var(--color-text);font-size:.95rem;font-weight:500}.field-value.placeholder{color:#9ca3af;font-style:italic;font-weight:400}.dashboard-overview{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-overview h2{margin:0;font-size:1.1rem}.create-request-button{background:var(--init-primary-orange);color:#fff;border-radius:var(--radius-md,8px);padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none}.dashboard-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{border-radius:var(--radius-default,16px);border:1px solid #e5e7eb;flex-direction:column;gap:.3rem;padding:1rem 1.25rem;display:flex}.stat-label{color:var(--color-text-muted);font-size:.8rem}.stat-value{color:var(--init-primary-orange);font-size:1.6rem;font-weight:700}.dashboard-requests h3{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.95rem;font-weight:500}.requests-table{border-collapse:collapse;width:100%}.requests-table td{border-bottom:1px solid #f0f0f0;padding:.75rem 0;font-size:.9rem}.status-cell{text-align:right}.status-pill{border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.status-submitted,.status-reopened{border:1px solid var(--init-primary-orange);color:var(--init-primary-orange);background:0 0}.status-approved{background:var(--init-primary-black);color:#fff}.status-rejected{color:#b91c1c;background:#fee2e2}.requests-empty{color:var(--color-text-muted);font-size:.9rem}.dev-test-button{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:6px;margin-top:2rem;padding:.5rem 1rem;font-size:.85rem}.idle-warning-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.idle-warning-card{border-radius:var(--radius-default,16px);text-align:center;background:#fff;max-width:360px;padding:2rem;box-shadow:0 8px 30px #0003}.idle-warning-card h2{color:var(--color-text);margin:0 0 .5rem;font-size:1.2rem}.idle-warning-card p{color:var(--color-text-muted);margin:0 0 1.5rem;font-size:.9rem}.idle-warning-actions{flex-direction:column;gap:.6rem;display:flex}.idle-logout-now{color:var(--color-text-muted);border-radius:var(--radius-md,8px);cursor:pointer;background:0 0;border:1px solid #e5e7eb;padding:.6rem 1rem;font-size:.9rem}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}:root{--init-primary-orange:#ef7d00;--init-primary-black:#000;--init-primary-grey:#43454a;--init-primary-warm-grey:#edede5;--init-primary-white:#fff;--init-primary-green:#52ae32;--init-secondary-dark-grey:#2b2e34;--init-secondary-light-grey:#b3b3b3;--init-secondary-orange:#d16624;--init-orange-80:#f29733;--init-orange-60:#f5b166;--init-orange-40:#f9cb99;--color-primary:var(--init-primary-orange);--color-primary-hover:var(--init-orange-80);--color-text:var(--init-secondary-dark-grey);--color-text-muted:var(--init-primary-grey);--color-error:#c53030;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--radius-default:16px;--radius-md:8px;--shadow-btn:0 4px 12px #ef7d004d}body{margin:0;font-family:Outfit,system-ui,-apple-system,Segoe UI,sans-serif}
