@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap";:root{--font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html{font-size:16px}html[data-theme=light]{color-scheme:light;--main-bg: #F6F6F6;--auth-page-bg: #eef1f5;--surface: #ffffff;--text: #1a1a1a;--text-muted: #6b7280;--border: #e5e7eb;--accent: #e8704a;--accent-hover: #e06d48;--accent-soft: rgb(244 129 94 / 14%);--sidebar-bg: #ffffff;--sidebar-border: #e8eaed;--sidebar-active-bg: rgb(244 129 94 / 12%);--link: #c45d3e}html[data-theme=dark]{color-scheme:dark;--main-bg: #141416;--auth-page-bg: #0f0f12;--surface: #1f1f24;--text: #f4f4f5;--text-muted: #9ca3af;--border: #2d2d33;--accent: #f4815e;--accent-hover: #ff9a7a;--accent-soft: rgb(244 129 94 / 16%);--sidebar-bg: #transparent;--sidebar-border: #2d2d33;--sidebar-active-bg: rgb(244 129 94 / 14%);--link: #ffb399}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--main-bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--link);text-decoration:none;font-weight:500}a:hover{text-decoration:underline}.muted{color:var(--text-muted)}.small{font-size:.875rem}.centered{display:flex;align-items:center;justify-content:center;min-height:40vh}.error{color:#b91c1c;font-size:.875rem;margin:.5rem 0}.success{color:#15803d;font-size:.875rem}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem;background:var(--auth-page-bg)}.auth-logo{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text);margin-bottom:1.75rem}.auth-logo:hover{text-decoration:none;color:var(--accent)}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.75rem 1.75rem;box-shadow:0 4px 24px #0f172a14}html[data-theme=dark] .auth-card{box-shadow:0 8px 32px #00000059}.auth-card-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-label{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.auth-input-wrap{display:flex;align-items:center;gap:.65rem;padding:0 .85rem;min-height:2.75rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);transition:border-color .15s,box-shadow .15s}.auth-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-input-icon{flex-shrink:0;color:var(--text-muted)}.auth-input-wrap:focus-within .auth-input-icon{color:var(--accent)}.auth-input{flex:1;min-width:0;border:none;background:transparent;font:inherit;font-size:.9375rem;color:var(--text);padding:.65rem 0;outline:none}.auth-input::placeholder{color:var(--text-muted);opacity:.75}.auth-error{margin:-.25rem 0 0}.auth-btn-primary{width:100%;margin-top:.25rem;padding:.7rem 1rem;font-size:.9375rem;font-weight:600;font-family:inherit;border-radius:10px;background:var(--accent);color:#fff;border:none;cursor:pointer}.auth-btn-primary:hover:not(:disabled){background:var(--accent-hover)}.auth-btn-google{width:100%;margin-top:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;font-size:.9375rem;font-weight:600;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-family:inherit}.auth-btn-google:hover:not(:disabled){background:var(--main-bg);border-color:var(--text-muted)}.auth-btn-google:disabled,.auth-btn-primary:disabled{opacity:.65;cursor:not-allowed}.auth-switch{margin-top:1.25rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.auth-switch a{font-weight:600}.app-shell{display:flex;align-items:stretch;min-height:100vh;background:var(--surface)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#00000073;border:none;padding:0;cursor:pointer}.sidebar-backdrop[data-open=true]{display:block}.sidebar{position:fixed;z-index:50;top:0;left:0;width:14rem;height:100vh;background:var(--sidebar-bg);display:flex;flex-direction:column;padding:1rem 0;transform:translate(-100%);transition:transform .2s ease,width .2s ease}.sidebar--collapsed{width:3.75rem}.sidebar[data-open=true]{transform:translate(0)}@media(max-width:899px){:root{--mobile-nav-extra-bottom: 1.5rem}.sidebar,.sidebar-backdrop{display:none!important}.app-main{margin:.5rem .5rem .5rem 0rem;border-radius:12px;background:var(--main-bg);min-height:calc(100vh - 1rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - var(--mobile-nav-extra-bottom));overflow:hidden}.app-content{padding-top:max(.65rem,env(safe-area-inset-top,0px));padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px) + var(--mobile-nav-extra-bottom))}html[data-theme=dark] .app-main{box-shadow:none}}@media(max-width:899px)and (display-mode:standalone){:root{--mobile-nav-extra-bottom: 0px}}@media(min-width:900px){.sidebar-backdrop{display:none!important}.sidebar{position:sticky;top:0;align-self:flex-start;height:100vh;max-height:100vh;overflow-y:auto;transform:none!important;flex-shrink:0}.app-shell--sidebar-collapsed .sidebar{width:3.75rem}.app-topbar{display:none!important}.app-main{flex:1;min-width:0;display:flex;flex-direction:column;margin:.75rem .75rem .75rem 0rem;background:var(--main-bg);border-radius:14px;overflow:hidden;min-height:calc(100vh - 1.5rem);max-height:calc(100vh - 1.5rem)}html[data-theme=dark] .app-main{box-shadow:none}}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:0 .65rem .75rem;margin:0 .35rem .15rem}.sidebar-brand{display:flex;align-items:center;gap:.5rem;min-width:0;font-weight:700;font-size:1.05rem;color:var(--text)}.sidebar-brand-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-brand-icon{color:var(--accent);flex-shrink:0}.sidebar-collapse-toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer}.sidebar-collapse-toggle:hover{background:var(--sidebar-active-bg);color:var(--text)}.sidebar--collapsed .sidebar-brand-row{flex-direction:column;gap:.5rem;padding:0 .35rem .65rem}.sidebar--collapsed .sidebar-brand{justify-content:center}.sidebar--collapsed .sidebar-collapse-toggle{width:100%}.sidebar-team-wrap{margin:0 .65rem .85rem}.sidebar--collapsed .sidebar-team-wrap{margin:0 .35rem .75rem;display:flex;justify-content:center}.team-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:9px;font-weight:700;color:#fff;line-height:1;box-shadow:inset 0 0 0 1px #0000001f}.team-switcher{position:relative}.team-switcher-trigger{display:flex;align-items:center;gap:.55rem;width:100%;padding:.45rem .5rem;border:1px solid var(--border);border-radius:10px;cursor:pointer;font:inherit;text-align:left;color:var(--text);background:var(--sidebar-bg)}.team-switcher-name{flex:1;min-width:0;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-switcher-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .2s}.team-switcher-chevron[data-open=true]{transform:rotate(180deg)}.team-switcher--collapsed .team-switcher-trigger{width:auto;padding:.35rem;justify-content:center}.team-switcher-menu{position:absolute;z-index:80;top:calc(100% + .35rem);left:0;right:0;margin:0;padding:.35rem 0;list-style:none;background:var(--sidebar-bg);border:1px solid var(--sidebar-border);border-radius:10px;box-shadow:0 8px 24px #0000001a}.team-switcher--collapsed .team-switcher-menu{left:calc(100% + .4rem);right:auto;top:0;min-width:12rem}.team-switcher-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .65rem;border:none;background:transparent;font:inherit;font-size:.8125rem;cursor:pointer;text-align:left}.team-switcher-option:hover{background:var(--sidebar-active-bg)}.team-switcher-option-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-switcher-check{flex-shrink:0;color:var(--accent)}.sidebar-nav{display:flex;flex-direction:column;gap:.2rem;padding:0 .55rem;flex:1;overflow-y:auto}.sidebar--collapsed .sidebar-nav{padding:0 .35rem}.sidebar-link{display:flex;align-items:center;gap:.55rem;padding:.5rem .65rem;border-radius:10px;color:var(--text-muted);font-size:.875rem;font-weight:500}.sidebar-link:hover{text-decoration:none;background:var(--sidebar-active-bg);color:var(--text)}.sidebar-link--active{background:var(--sidebar-active-bg);color:var(--accent);font-weight:600}.sidebar--collapsed .sidebar-link{justify-content:center;padding:.5rem .4rem}.sidebar--collapsed .sidebar-link-text{display:none}.sidebar-footer{padding:.85rem .65rem 0;border-top:1px solid var(--sidebar-border);margin-top:auto}.sidebar--collapsed .sidebar-footer{padding:.75rem .35rem 0}.sidebar-logout{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.5rem .65rem;border:none;border-radius:10px;background:transparent;color:var(--text-muted);font:inherit;font-size:.875rem;cursor:pointer}.sidebar-logout:hover{background:var(--accent-soft);color:var(--text)}.sidebar--collapsed .sidebar-logout{justify-content:center}.sidebar--collapsed .sidebar-logout .sidebar-link-text{display:none}.app-main{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--main-bg)}.app-topbar{display:flex;align-items:center;padding:.8rem 1rem;position:sticky;top:0;z-index:30}.app-topbar-spacer{flex:1}.mobile-nav{display:none}@media(max-width:899px){.mobile-nav{display:flex;align-items:stretch;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.8rem .8rem calc(.45rem + env(safe-area-inset-bottom,0px) + var(--mobile-nav-extra-bottom));background:var(--sidebar-bg);border-top:1px solid var(--sidebar-border);box-shadow:0 -6px 28px #0f172a12}html[data-theme=dark] .mobile-nav{box-shadow:0 -6px 28px #00000059}}.mobile-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-width:0;min-height:3.15rem;padding:.2rem .15rem;margin:0;border:none;border-radius:100px;background:transparent;color:var(--text-muted);font-size:.65rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s ease,background .15s ease}.mobile-nav__item:hover{color:var(--text);background:var(--sidebar-active-bg)}.mobile-nav__item--active{color:var(--accent);background:var(--sidebar-active-bg)}.mobile-nav__item--active svg{color:var(--accent)}.mobile-nav__label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:1.2}.mobile-more-backdrop,.mobile-more-sheet{display:none}@media(max-width:899px){.mobile-more-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:105;margin:0;padding:0;border:none;background:#00000073;cursor:pointer;animation:mobile-more-fade-in .2s ease}.mobile-more-sheet{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:0;z-index:110;max-height:min(78vh,32rem);padding:0 1.1rem 1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px) + var(--mobile-nav-extra-bottom));background:var(--sidebar-bg);border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -12px 40px #0f172a1f;animation:mobile-more-slide-up .28s cubic-bezier(.22,1,.36,1)}html[data-theme=dark] .mobile-more-sheet{box-shadow:0 -12px 40px #00000073}}@keyframes mobile-more-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-more-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-more-sheet__grab{width:2.25rem;height:4px;margin:.65rem auto .5rem;border-radius:999px;background:var(--border)}.mobile-more-sheet__title{margin:0 0 1rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;text-align:center}.mobile-more-sheet__block{margin-bottom:1rem}.mobile-more-sheet__eyebrow{margin:0 0 .45rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.mobile-more-sheet__links{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.mobile-more-sheet__link{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:12px;background:var(--main-bg);border:1px solid var(--border);color:var(--text);font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.mobile-more-sheet__link:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));background:color-mix(in srgb,var(--accent) 5%,var(--main-bg))}.mobile-more-sheet__footer{margin-top:auto;padding-top:.5rem;border-top:1px solid var(--sidebar-border)}.mobile-more-sheet__logout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:0;padding:.85rem 1rem;border:none;border-radius:12px;background:transparent;color:var(--text-muted);font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer}.mobile-more-sheet__logout:hover{color:#b91c1c;background:#ef444414}html[data-theme=dark] .mobile-more-sheet__logout:hover{color:#f87171;background:#ef44441f}@media(min-width:900px){.mobile-nav,.mobile-more-backdrop,.mobile-more-sheet{display:none!important}}.app-content{flex:1;padding:1rem 1rem 2rem;width:100%;margin:0 auto;overflow-y:auto}@media(min-width:900px){.app-content{max-width:auto;padding-left:5%;padding-right:5%;padding-top:3%}}.app-content:has(.analytics-page),.app-content:has(.dashboard-page),.app-content:has(.teams-page){max-width:1180px}.app-content--compact .data-table th,.app-content--compact .data-table td{padding:.35rem .45rem;font-size:.8125rem}.page{width:100%}.page-header{margin-bottom:1.5rem}.page-header h1{margin:0 0 .35rem;font-size:1.65rem;font-weight:700}.page-sub{margin:0;color:var(--text-muted);font-size:.9375rem;max-width:42rem}.card{background:var(--surface);border-radius:12px;padding:1.35rem 1.5rem}html[data-theme=dark] .card{box-shadow:none}.card.narrow{max-width:420px;margin:0 auto}.card.wide{max-width:100%}.card-title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.form{display:flex;flex-direction:column;gap:1rem}.form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.form input[type=text],.form input[type=email],.form input[type=password],.form input[type=date],.form input[type=datetime-local],.form input[type=time],.form input[type=number],.form input[type=search],.form input[type=url],.form input[type=tel],.form textarea,.teams-inline-name-input,.admin-toolbar input:not([type=checkbox]):not([type=radio]):not([type=file]){padding:.55rem .75rem;border:1px solid var(--border);border-radius:10px;font:inherit;background-color:var(--surface);color:var(--text);max-width:100%}.form select,.admin-toolbar select,.history-select{padding:.55rem 2.35rem .55rem .75rem;border:1px solid var(--border);border-radius:10px;font:inherit;background-color:var(--surface);color:var(--text);max-width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:1rem}html[data-theme=dark] .form select,html[data-theme=dark] .admin-toolbar select,html[data-theme=dark] .history-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.form input:focus-visible,.form textarea:focus-visible,.form select:focus-visible,.admin-toolbar input:focus-visible,.admin-toolbar select:focus-visible,.history-select:focus-visible,.teams-inline-name-input:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.checkbox-row{flex-direction:row!important;align-items:center;gap:.5rem!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1rem;border-radius:10px;font:inherit;font-weight:600;font-size:.9375rem;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text)}.btn-sm{padding:.35rem .65rem;font-size:.8125rem}.btn-block{width:100%;margin-top:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;font-weight:600;text-decoration:none}.button.primary{background:var(--accent);color:#fff}.button.secondary{background:var(--surface);border:1px solid var(--border);color:var(--text)}.onboarding-actions{display:flex;flex-wrap:wrap;gap:1rem}.settings-card+.settings-card{margin-top:1rem}.theme-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);font:inherit;cursor:pointer}.admin-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1rem}.admin-toolbar label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border)}.status-pill{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-size:.8125rem;font-weight:600}.status-out{background:var(--border);color:var(--text-muted)}.status-in{background:#22c55e26;color:#15803d}.status-break{background:#eab3082e;color:#a16207}.status-done{background:var(--accent-soft);color:var(--accent)}.history-list{list-style:none;margin:0;padding:0}.history-list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.attendance-page{width:100%;margin:0 auto}.attendance-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) auto;gap:1rem 1.5rem;align-items:center;padding:1.35rem 1.5rem 1.5rem;background:var(--surface);border-radius:12px;margin-bottom:1.35rem}html[data-theme=dark] .attendance-hero{box-shadow:0 2px 12px #00000040}.attendance-hero__title{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.attendance-hero__meta{margin:0;font-size:.875rem;line-height:1.45}.attendance-hero__dot{margin:0 .35rem;color:var(--text-muted)}.attendance-hero__stat{color:var(--text);font-weight:600}.attendance-hero__status{min-width:0}.attendance-hero__status-line{margin:0;font-size:.9375rem;font-weight:500;line-height:1.5;color:var(--text)}.attendance-hero__timer{font-weight:700;font-size:1.35rem;font-variant-numeric:tabular-nums;color:var(--accent);margin-left:.15rem}.attendance-hero__net{font-weight:400;font-size:.875rem}.attendance-loc-inline{display:inline-flex;align-items:center;gap:.25rem;margin-left:.65rem;padding:.2rem .55rem;border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--text-muted);background:var(--main-bg);border:1px solid var(--border);vertical-align:middle}.attendance-hero__actions{display:flex;justify-content:flex-end;align-items:center}.attendance-loc-btns{display:flex;flex-wrap:wrap;gap:.5rem}.attendance-loc-btns__btn{min-width:5.5rem}.attendance-inout-stack{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0}.attendance-btn-inout{width:auto;min-width:9rem;justify-content:center}.attendance-btn-break{justify-content:center;font-size:.8125rem;flex-shrink:0}.attendance-table-card{background:var(--surface);border-radius:12px;padding:1.15rem 0 0;overflow:hidden}html[data-theme=dark] .attendance-table-card{box-shadow:none}.attendance-table-card__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;padding:0 1.35rem 1rem;border-bottom:1px solid var(--border)}.attendance-table-card__title{margin:0;font-size:1.05rem;font-weight:700}.attendance-table-card__link{font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none}.attendance-table-card__link:hover{text-decoration:underline}.attendance-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 12px 0;border-radius:12px}.attendance-table{width:100%;min-width:520px;border-collapse:collapse;font-size:.875rem}.attendance-table thead th{text-align:left;padding:.65rem 1.25rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:#0f172a08;border-bottom:1px solid var(--border)}html[data-theme=dark] .attendance-table thead th{background:#ffffff0a}.attendance-table tbody td{padding:.75rem 1.25rem;border-bottom:1px solid var(--border);vertical-align:middle}.attendance-table tbody tr:last-child td{border-bottom:none}.attendance-table__today td{background:var(--accent-soft)}.attendance-table__day{font-weight:600;color:var(--text)}.attendance-table__out,.attendance-table__dur{font-variant-numeric:tabular-nums}.attendance-table__loading{padding:1.5rem 1.25rem!important;text-align:center}.attendance-time-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;font-variant-numeric:tabular-nums}.attendance-time-stack__line{display:block;line-height:1.35}.data-table .attendance-time-stack__line+.attendance-time-stack__line{padding-top:.15rem;border-top:1px solid var(--border);width:100%}.attendance-pill{display:inline-flex;align-items:center;justify-content:center;min-width:4.25rem;padding:.28rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.attendance-pill--present{background:#22c55e29;color:#15803d}html[data-theme=dark] .attendance-pill--present{background:#22c55e38;color:#4ade80}.attendance-pill--late{background:#f4815e38;color:#c2410c}html[data-theme=dark] .attendance-pill--late{background:#f4815e33;color:#fdba74}.attendance-pill--active{background:#3b82f624;color:#1d4ed8}html[data-theme=dark] .attendance-pill--active{background:#60a5fa2e;color:#93c5fd}.attendance-pill--off{min-width:0;padding:0;background:transparent;color:var(--text-muted);font-weight:500}.attendance-pill--holiday{background:#0ea5e92e;color:#0369a1}html[data-theme=dark] .attendance-pill--holiday{background:#38bdf82e;color:#7dd3fc}.attendance-pill--pto{background:#a855f729;color:#7e22ce}html[data-theme=dark] .attendance-pill--pto{background:#c084fc2e;color:#d8b4fe}.attendance-banner{margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px;font-size:.875rem;line-height:1.45}.attendance-banner--warn{background:#eab30829;border:1px solid rgb(234 179 8 / 35%);color:var(--text)}.today-clock-in-stack{display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:22rem}.today-punch-note-label{display:flex;flex-direction:column;gap:.25rem;text-align:left}.today-punch-note{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:10px;background-color:var(--surface);color:var(--text);font:inherit;resize:vertical;min-height:2.75rem}.today-punch-note:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.today-geo-check{display:flex;align-items:center;gap:.45rem;cursor:pointer;text-align:left}.attendance-table-foot{margin:0;padding:.85rem 1.35rem 1.15rem;border-top:1px solid var(--border);line-height:1.45}@media(max-width:820px){.attendance-hero{grid-template-columns:1fr;text-align:left}.attendance-hero__actions{justify-content:flex-start}.attendance-inout-stack{width:100%;justify-content:flex-start}.attendance-btn-inout{flex:1 1 auto;min-width:7.5rem}.attendance-btn-break{flex:0 0 auto}}.history-back{display:inline-flex;align-items:center;gap:.2rem;margin-bottom:.65rem;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none;width:fit-content}.history-back:hover{text-decoration:underline}.history-back:focus-visible{outline:none;border-radius:6px;box-shadow:0 0 0 3px var(--accent-soft)}.history-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.25rem;margin-bottom:1.15rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.history-toolbar__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem}.history-toolbar__exports{display:flex;flex-wrap:wrap;gap:.45rem}.history-export-btn{white-space:nowrap}.history-field{display:flex;flex-direction:column;gap:.3rem;font-size:.8125rem;font-weight:600}.history-field__label{color:var(--text-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}.history-select{min-width:11rem}.teams-role-select{min-width:7rem}.teams-settings-row{display:flex;flex-wrap:wrap;gap:1rem}.teams-settings-row label{flex:1 1 8rem;min-width:0}.teams-timeoff-label-wide{flex:1 1 14rem;min-width:0}.history-toolbar__meta{display:inline-flex;align-items:center;gap:.35rem;padding-bottom:.35rem}.history-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.history-table__date{font-weight:600;white-space:nowrap}.history-table__num{font-variant-numeric:tabular-nums}.history-status-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.history-open-resolve-btn{flex-shrink:0}.history-resolve-lede{margin:0 0 1rem;line-height:1.45}.history-resolve-field{display:flex;flex-direction:column;gap:.35rem}.history-resolve-datetime{min-width:0;width:100%;max-width:22rem}.history-table__today td{background:var(--accent-soft)}.history-empty{margin:1rem 0 0;text-align:center}.teams-hero{padding-bottom:1rem}.teams-hero__eyebrow{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.teams-hero__eyebrow-icon{opacity:.75}.teams-hero__title{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.6rem);font-weight:700;letter-spacing:-.02em}.teams-hero__lede{margin:0;max-width:40rem;font-size:.9375rem;line-height:1.5;color:var(--text-muted)}.teams-page-error{margin-bottom:1rem}.teams-perm-head{display:flex;align-items:flex-start;gap:.85rem}.teams-perm-head__icon{flex-shrink:0;margin-top:.15rem;color:var(--accent);opacity:.9}.teams-perm-fieldset{border:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.teams-perm-radio{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9rem;line-height:1.35}.teams-perm-radio input{margin-top:.2rem}.teams-perm-check-grid{display:grid;gap:.5rem 1rem;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr))}.teams-perm-check{display:flex;align-items:baseline;gap:.45rem;font-size:.875rem;cursor:pointer}.teams-perm-check--disabled{opacity:.55;cursor:not-allowed}.teams-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding:.2rem;border-radius:12px;width:fit-content;max-width:100%}.teams-tab{border:none;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:500;padding:.6rem 1rem;border-radius:100px;cursor:pointer;transition:background .12s ease,color .12s ease}.teams-tab:hover{color:var(--text);background:color-mix(in srgb,var(--surface) 65%,transparent)}.teams-tab--active{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:0 1px 3px #0f172a12}html[data-theme=dark] .teams-tab--active{box-shadow:0 1px 3px #00000059}.teams-tab-panel{margin-top:0}.teams-panel{padding:1.2rem 1.25rem 1.35rem}.teams-panel-head{margin-bottom:1.1rem}.teams-panel-head--toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.teams-panel-head--toolbar .teams-toolbar{margin-bottom:0}.teams-panel-eyebrow{margin:0 0 .2rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.teams-panel-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.teams-panel-lede{margin:0;max-width:42rem;line-height:1.45}.teams-panel-loading{margin:.5rem 0 0}.teams-toolbar{margin-bottom:0;gap:.65rem 1rem}.teams-profile-form .teams-actions{margin-top:.25rem}.teams-profile-form .teams-actions .btn{width:auto}.teams-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.teams-divider{height:0;margin:1.15rem 0;border:none;border-top:1px solid var(--border)}.teams-muted-block{margin:0 0 .35rem;max-width:36rem}.teams-table-wrap{margin:0 -.15rem;border-radius:10px;border:1px solid var(--border)}.teams-table th{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:color-mix(in srgb,var(--main-bg) 55%,var(--surface));border-bottom:1px solid var(--border)}.teams-table td{vertical-align:middle}.teams-table tbody tr:hover td{background:color-mix(in srgb,var(--accent-soft) 35%,transparent)}.teams-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a66}html[data-theme=dark] .teams-modal-backdrop{background:#0000008c}.teams-modal{width:100%;max-width:420px;padding:1.2rem 1.25rem 1.3rem;z-index:81}.teams-modal--sheet{border-radius:14px}.teams-modal__title{margin:0 0 .15rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.teams-modal__sub{margin:0 0 1rem}.teams-modal__form{gap:.75rem}.teams-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--border)}.teams-timeoff-list{list-style:none;margin:.5rem 0 0;padding:0}.teams-timeoff-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;margin-bottom:.35rem;border-radius:10px;border:1px solid var(--border);font-size:.875rem;background:var(--surface);transition:background .12s ease}.teams-timeoff-list li:hover{background:color-mix(in srgb,var(--main-bg) 40%,var(--surface))}.teams-mono{font-family:ui-monospace,monospace;font-size:.75rem}.teams-page .teams-invite-section{margin-bottom:0}.teams-invite-card{border:1px solid var(--border);box-shadow:none}.teams-panel .teams-invite-card.card{border:none;background:transparent;box-shadow:none;padding:0;border-radius:0}.invite-field-card{border-radius:10px;border:1px solid var(--border);padding:.85rem 1rem;background:color-mix(in srgb,var(--main-bg) 35%,var(--surface))}.invite-label{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.invite-value{display:block;font-size:1rem;font-weight:700;color:var(--accent);margin:.45rem 0;word-break:break-all}.invite-value--sm{font-size:.8125rem;font-weight:500;color:var(--text)}.teams-roster-card{margin-top:0}.teams-inline-name{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.teams-inline-name-input{min-width:8rem;flex:1;max-width:14rem}.teams-name-cell{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem}.teams-row-actions{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end}.teams-remove-btn{color:var(--text-muted)}.teams-remove-btn:hover:not(:disabled){color:#b91c1c}html[data-theme=dark] .teams-remove-btn:hover:not(:disabled){color:#f87171}.history-loading-more{margin-top:.75rem}.invite-grid{display:grid;gap:1rem}@media(min-width:640px){.invite-grid{grid-template-columns:repeat(2,1fr)}.invite-field-card--wide{grid-column:1 / -1}}@keyframes dashboard-skeleton-pulse{0%{opacity:.55}to{opacity:1}}.skeleton{display:block;border-radius:6px;background:var(--border);animation:dashboard-skeleton-pulse .85s ease-in-out infinite alternate}.skeleton-line{height:.75rem;margin-bottom:.5rem}.skeleton-pill{height:1.75rem;width:9rem;border-radius:999px;margin-bottom:.75rem}.skeleton-stat-label{width:6rem;height:.65rem}.skeleton-stat-value{width:3rem;height:1.75rem;margin-bottom:0}.skeleton-stat-icon{width:2rem;height:2rem;border-radius:8px}.dashboard-widgets{display:grid;gap:1rem;margin-bottom:1.25rem}@media(min-width:640px){.dashboard-widgets{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.dashboard-widget{margin:0;padding:1.25rem 1.2rem 1.2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.db-profile{padding:0!important;overflow:hidden;position:relative;min-height:17rem;align-items:stretch!important;text-align:left!important;gap:0!important}.db-profile__photo-btn{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:none;background:none;cursor:pointer;width:100%;height:100%;display:block}.db-profile__photo{width:100%;height:100%;object-fit:cover;display:block}.db-profile__initials-bg{width:100%;height:100%;background:linear-gradient(160deg,var(--accent) 0%,color-mix(in srgb,var(--accent) 50%,#f59e0b) 100%);display:flex;align-items:center;justify-content:center}.db-profile__initials{font-size:4rem;font-weight:800;color:#ffffffd9;line-height:1;letter-spacing:-.04em}.db-profile__photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;background:#00000061;color:#fff;font-size:.8125rem;font-weight:600;opacity:0;transition:opacity .18s}.db-profile__photo-btn:hover .db-profile__photo-overlay,.db-profile__photo-btn:focus-visible .db-profile__photo-overlay{opacity:1}.db-profile__photo-btn:disabled{cursor:wait}.db-profile__pill{position:absolute;bottom:1rem;left:1rem;right:1rem;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:.75rem 1rem;box-shadow:0 4px 16px #00000024;pointer-events:none}html[data-theme=dark] .db-profile__pill{background:#1c1c22e0}.db-profile__pill-text{display:flex;flex-direction:column;gap:.1rem}.db-profile__name{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#111827}html[data-theme=dark] .db-profile__name{color:#f9fafb}.db-profile__role{margin:0;font-size:.8125rem;color:#6b7280;font-weight:500}html[data-theme=dark] .db-profile__role{color:#9ca3af}.db-progress{align-items:stretch;text-align:left;gap:.75rem}.db-progress__head{display:flex;align-items:flex-start;justify-content:space-between}.db-progress__big{margin:0 0 .1rem;font-size:1.85rem;font-weight:700;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.db-progress__sub{margin:0}.db-progress__chart{display:flex;align-items:flex-end;justify-content:space-between;gap:.25rem;height:6rem;flex:1}.db-progress__col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;gap:.3rem;height:100%;position:relative}.db-progress__bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;min-height:0}.db-progress__bar{width:.5rem;min-height:.35rem;border-radius:99px;background:var(--border);transition:height .3s ease}.db-progress__bar--today{background:var(--accent)}.db-progress__dot{width:.35rem;height:.35rem;border-radius:50%;background:var(--border)}.db-progress__bubble{position:absolute;top:0;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:.6rem;font-weight:700;white-space:nowrap;padding:.18rem .4rem;border-radius:99px}.db-progress__day{font-size:.65rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.db-progress__col--today .db-progress__day{color:var(--accent)}.db-progress__bar-skel{width:.5rem;height:40%;border-radius:99px}.db-tracker__title{margin:0 0 .5rem;font-size:.875rem;font-weight:700;letter-spacing:-.01em;align-self:flex-start}.db-tracker__ring-wrap{position:relative;width:8rem;height:8rem;flex-shrink:0}.db-tracker__ring{width:100%;height:100%}.db-tracker__ring-track{stroke:var(--border)}.db-tracker__ring-fill{stroke:var(--accent);transition:stroke-dashoffset .6s ease}.db-tracker__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem}.db-tracker__time{font-size:1.45rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1}.db-tracker__label{line-height:1}.db-tracker__error{margin:.25rem 0}.db-tracker__clock-out-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.25rem}.db-tracker__clock-in{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.25rem}.db-tracker__clock-in-label{margin:0}.db-tracker__clock-in-btns{display:flex;gap:.5rem}.db-tracker__done{margin:.25rem 0}.db-tracker__view-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.65rem;color:var(--text-muted);text-decoration:none;font-size:.75rem}.db-tracker__view-link:hover{color:var(--accent)}.dashboard-hero{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.dashboard-hero__eyebrow{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.dashboard-hero__eyebrow-icon{opacity:.75}.dashboard-hero__title{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;line-height:1.2}.dashboard-hero__name{color:var(--accent)}.dashboard-hero__sub{margin:0;font-size:.9375rem;color:var(--text-muted);font-weight:500}.dashboard-team{padding:1.1rem 1.25rem 1.2rem;margin-bottom:1.25rem}.dashboard-team__eyebrow{margin:0 0 .85rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.dashboard-team__grid{display:grid;gap:1rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:720px){.dashboard-team__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashboard-team__stat{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.dashboard-team__glyph{flex-shrink:0;margin-top:.1rem;color:var(--accent);opacity:.9}.dashboard-team__label{display:block;font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:.15rem}.dashboard-team__value{font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.1}.dashboard-team__value--accent{color:var(--accent)}.dashboard-team__skel{min-height:3rem}.dashboard-alert{margin:0 0 1.25rem;padding:.85rem 1.1rem;border-radius:10px;border:1px solid rgb(234 179 8 / 35%);background:color-mix(in srgb,rgb(234 179 8) 12%,var(--surface))}html[data-theme=dark] .dashboard-alert{background:color-mix(in srgb,rgb(234 179 8) 14%,var(--surface))}.dashboard-alert__text{margin:0;font-size:.875rem;line-height:1.55;color:var(--text)}.dashboard-alert__text a{font-weight:600}.dashboard-panels{display:grid;gap:1rem}@media(min-width:640px){.dashboard-panels{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.dashboard-panel{display:flex;flex-direction:column;margin:0;padding:1.15rem 1.2rem 1.2rem;min-height:100%}.dashboard-panel__head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.dashboard-panel__icon{flex-shrink:0;margin-top:.15rem;color:var(--accent);opacity:.88}.dashboard-panel__eyebrow{margin:0 0 .15rem;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.dashboard-panel__title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.dashboard-panel__body{flex:1;min-height:0}.dashboard-panel__skeleton{display:flex;flex-direction:column;gap:.65rem}.dashboard-panel__skeleton-line--short{width:70%;margin-bottom:0}.dashboard-status-pill{margin-bottom:.75rem}.dashboard-session-list{list-style:none;margin:0;padding:0;font-size:.8125rem;line-height:1.45}.dashboard-session-list li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;padding:.45rem 0;border-bottom:1px solid var(--border)}.dashboard-session-list li:last-child{border-bottom:none}.dashboard-session-list__in{font-weight:600;font-variant-numeric:tabular-nums}.dashboard-session-list__loc{font-size:.75rem;padding:.12rem .45rem;border-radius:6px;background:color-mix(in srgb,var(--main-bg) 70%,var(--border));color:var(--text-muted)}.dashboard-session-list__out{color:var(--text-muted);font-variant-numeric:tabular-nums}.dashboard-session-list__open{font-size:.75rem;font-weight:600;color:var(--accent)}.dashboard-panel__cta{width:100%;justify-content:center;text-decoration:none;margin-top:1rem}.dashboard-panel__empty{margin:0}.dashboard-recent{list-style:none;margin:0;padding:0}.dashboard-recent__row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem .75rem;padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.dashboard-recent__row:last-child{border-bottom:none}.dashboard-recent__date{font-weight:600}.dashboard-recent__times{font-variant-numeric:tabular-nums;font-size:.8125rem}.dashboard-recent__skel-date{width:45%;margin-bottom:0}.dashboard-recent__skel-time{width:35%;margin-bottom:0}.dashboard-panel__link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none}.dashboard-panel__link:hover{text-decoration:underline}.dashboard-panel--links .dashboard-panel__head{margin-bottom:.65rem}.dashboard-links ul{list-style:none;margin:0;padding:0}.dashboard-links__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem;margin-bottom:.35rem;border-radius:10px;border:1px solid var(--border);font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:background .12s ease,border-color .12s ease}.dashboard-links__item:hover{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 28%,var(--border));text-decoration:none}.dashboard-links__item:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.dashboard-links__item svg{flex-shrink:0;opacity:.5}.analytics-top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.analytics-top__intro{min-width:min(100%,18rem)}.analytics-eyebrow{margin:0 0 .35rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.analytics-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.analytics-lede{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.45;max-width:28rem}.analytics-top__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.analytics-segment{display:inline-flex;padding:.2rem;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--main-bg) 80%,var(--surface));gap:.15rem}.analytics-segment__btn{padding:.4rem .75rem;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.analytics-segment__btn:hover{color:var(--text)}.analytics-segment__btn--active{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #0f172a0f}html[data-theme=dark] .analytics-segment__btn--active{box-shadow:0 1px 3px #00000059}.analytics-export-icon{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.45rem}.analytics-error{margin-bottom:1rem}.analytics-stats-card{padding:1.1rem 1.25rem 1.2rem;margin-bottom:1.25rem}.analytics-stats{display:grid;gap:1rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:720px){.analytics-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.analytics-stats{grid-template-columns:repeat(6,minmax(0,1fr))}}.analytics-stat{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.analytics-stat__glyph{flex-shrink:0;margin-top:.1rem;color:var(--accent);opacity:.85}.analytics-stat__body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.analytics-stat__label{font-size:.75rem;font-weight:500;color:var(--text-muted);line-height:1.3}.analytics-stat__value{font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.15}.analytics-stat__value--dense{font-size:1.05rem}.analytics-stat__hint{font-size:.6875rem;color:var(--text-muted)}.analytics-charts{display:grid;gap:1rem;margin-bottom:1.25rem}@media(min-width:900px){.analytics-charts{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-chart-card--wide{grid-column:1 / -1}}.analytics-chart-card{padding:1.1rem 1.2rem 1.15rem;margin:0}.analytics-chart-head{margin-bottom:.65rem}.analytics-chart-eyebrow{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem}.analytics-chart-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em}.analytics-chart-wrap{height:240px}.analytics-chart-skeleton{height:240px;border-radius:10px;background:linear-gradient(90deg,color-mix(in srgb,var(--border) 70%,transparent),color-mix(in srgb,var(--border) 40%,transparent));background-size:200% 100%;animation:dashboard-skeleton-pulse 1.2s ease-in-out infinite alternate}.analytics-table-card{padding:0;margin:0;overflow:hidden}.analytics-table-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;padding:1.1rem 1.25rem .85rem;border-bottom:1px solid var(--border)}.analytics-table-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em}.analytics-table-caption{margin:0}.analytics-table-scroll{overflow-x:auto}.analytics-table{width:100%;border-collapse:collapse;font-size:.875rem}.analytics-table th{text-align:left;padding:.55rem 1.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--main-bg) 50%,var(--surface))}.analytics-table td{padding:.7rem 1.25rem;border-bottom:1px solid var(--border);vertical-align:middle}.analytics-table tbody tr:last-child td{border-bottom:none}.analytics-table tbody tr:hover td{background:color-mix(in srgb,var(--accent-soft) 45%,transparent)}.analytics-member-cell{display:flex;align-items:center;gap:.65rem}.analytics-table-loading{text-align:center;padding:2rem 1rem!important}.timesheet-shell{padding:1.25rem 1.35rem 1.5rem}.timesheet-header__title-row{display:flex;flex-wrap:wrap;align-items:flex-start;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.timesheet-header__title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem}.timesheet-header__total{font-size:1.1rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.timesheet-header__actions{display:flex;flex-wrap:wrap;gap:.5rem}.timesheet-header__actions .btn{gap:.35rem}.timesheet-header__icon-action{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.45rem;gap:.2rem}.timesheet-export-menu__summary.timesheet-header__icon-action{gap:.15rem}.timesheet-header__hint{margin:.65rem 0 0}.timesheet-view-toolbar{margin-top:1.3rem;padding-top:.2rem}.timesheet-view-tabs{display:flex;flex-wrap:wrap;gap:.35rem;padding:.2rem;border-radius:12px;background:color-mix(in srgb,var(--main-bg) 85%,var(--border));border:1px solid var(--border)}.timesheet-view-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border:none;border-radius:9px;background:transparent;font:inherit;font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.timesheet-view-tab:hover{color:var(--text);background:color-mix(in srgb,var(--surface) 70%,transparent)}.timesheet-view-tab--active{color:var(--accent);background:var(--surface);box-shadow:0 1px 3px #0f172a14}html[data-theme=dark] .timesheet-view-tab--active{box-shadow:0 1px 3px #00000059}.timesheet-main{margin-top:1rem;min-height:6rem}.timesheet-calendar__nav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.timesheet-calendar__month{margin:0;font-size:1.05rem;font-weight:700;text-align:center;flex:1}.timesheet-calendar__nav-btn{flex-shrink:0}.timesheet-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem}.timesheet-calendar__dow{text-align:center;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;padding:.25rem 0 .35rem}.timesheet-calendar__cell{display:flex;flex-direction:column;align-items:stretch;min-height:3.35rem;padding:.35rem .3rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);font:inherit;cursor:pointer;text-align:center;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.timesheet-calendar__cell:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.timesheet-calendar__cell--muted{opacity:.42}.timesheet-calendar__cell--today{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 55%,transparent)}.timesheet-calendar__cell--selected{border-color:var(--accent);background:var(--accent-soft)}.timesheet-calendar__cell--has-time .timesheet-calendar__cell-hours{color:var(--accent);font-weight:700}.timesheet-calendar__cell-day{font-size:.8125rem;font-weight:600;line-height:1.2}.timesheet-calendar__cell-hours{margin-top:.15rem;font-size:.6875rem;font-variant-numeric:tabular-nums;line-height:1.2;color:var(--text-muted)}.timesheet-calendar__cell-hours--empty{min-height:.85rem}.timesheet-calendar__detail{margin-top:1.1rem;padding:1rem 1.1rem}.timesheet-calendar__detail-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.75rem}.timesheet-calendar__detail-date{margin:0;font-size:1rem;font-weight:700}.timesheet-calendar__detail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.timesheet-calendar__detail-empty{margin:0;padding:.25rem 0}.timesheet-calendar__detail-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--main-bg) 40%,var(--surface))}.timesheet-calendar__detail-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.timesheet-calendar__detail-duration{font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent);font-size:.875rem}.timesheet-calendar__detail-text{font-size:.8125rem;line-height:1.35}.timesheet-byday-empty{margin:0;padding:2rem 1rem;text-align:center}.timesheet-byday-section{margin-bottom:1.35rem}.timesheet-byday-section:last-child{margin-bottom:0}.timesheet-byday-section__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.55rem;padding-bottom:.45rem;border-bottom:1px solid var(--border)}.timesheet-byday-section__title{margin:0;font-size:.9375rem;font-weight:700;flex:1;min-width:8rem}.timesheet-byday-section__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.timesheet-byday-section__total{font-size:.875rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.timesheet-byday-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.timesheet-byday-card{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.timesheet-byday-card__main{flex:1;min-width:0}.timesheet-byday-card__line{margin:0 0 .2rem;font-size:.875rem}.timesheet-byday-card__meta{margin:0;font-size:.8125rem;line-height:1.4}.timesheet-row-actions{display:inline-flex;align-items:center;gap:.1rem;flex-shrink:0}.timesheet-icon-action{min-width:2rem;padding:.35rem!important;color:var(--text-muted)}.timesheet-icon-action:hover:not(:disabled){color:var(--accent)}.timesheet-icon-action--danger:hover:not(:disabled){color:#b91c1c}html[data-theme=dark] .timesheet-icon-action--danger:hover:not(:disabled){color:#f87171}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.timesheet-export-menu{position:relative;display:inline-block}.timesheet-export-menu__summary{list-style:none;cursor:pointer}.timesheet-export-menu__summary::-webkit-details-marker{display:none}.timesheet-export-menu__chev{opacity:.65;flex-shrink:0;transition:transform .15s ease}.timesheet-export-menu[open] .timesheet-export-menu__chev{transform:rotate(180deg)}.timesheet-export-menu__panel{position:absolute;right:0;top:calc(100% + .35rem);z-index:30;min-width:11rem;padding:.35rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 28px #0f172a1f;display:flex;flex-direction:column;gap:.1rem}html[data-theme=dark] .timesheet-export-menu__panel{box-shadow:0 8px 28px #00000073}.timesheet-export-menu__panel button{width:100%;text-align:left;padding:.45rem .65rem;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.8125rem;font-weight:500;color:var(--text);cursor:pointer}.timesheet-export-menu__panel button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.timesheet-export-menu__panel button:disabled{opacity:.45;cursor:not-allowed}.timesheet-filter-toggle--open{border-color:var(--accent);color:var(--accent)}.timesheet-filter-panel{margin-top:1rem;padding:1rem 1.1rem 1.1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:0 1px #0f172a0a}html[data-theme=dark] .timesheet-filter-panel{box-shadow:none}.timesheet-filter-panel__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.timesheet-filter-panel__title{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.timesheet-filter-panel__hint{max-width:20rem;line-height:1.35}.timesheet-filter-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.3rem}.timesheet-filter-panel label{margin:0}.timesheet-filter-panel input[type=date],.timesheet-filter-panel input[type=text]{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:.875rem;background-color:var(--surface);color:var(--text)}.timesheet-filter-panel input:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.timesheet-filter-range{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem .85rem;margin-bottom:1rem}.timesheet-filter-range>label{flex:1 1 8rem;min-width:0}.timesheet-filter-range__sep{flex:0 0 auto;padding-bottom:.55rem;font-size:.875rem}.timesheet-filter-text-grid{display:grid;gap:.75rem 1rem;grid-template-columns:1fr}@media(min-width:560px){.timesheet-filter-text-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.timesheet-filter-text-grid{grid-template-columns:repeat(4,1fr)}}.timesheet-filter-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border);justify-content:flex-end}.timesheet-error{margin-top:.75rem}.timesheet-table-wrap{margin-top:0}.timesheet-loading{padding:2rem 1rem;text-align:center}.timesheet-data-table{font-size:.8125rem}.timesheet-data-table th{white-space:nowrap;vertical-align:bottom}.timesheet-th-btn{display:inline-flex;align-items:center;gap:.25rem;margin:0;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--text-muted);cursor:pointer;text-align:left}.timesheet-th-btn:hover{color:var(--accent)}.timesheet-col-idx{width:2.25rem;text-align:right;font-variant-numeric:tabular-nums}.timesheet-col-actions{width:5.25rem;text-align:right;vertical-align:middle}.timesheet-cell-date{white-space:nowrap;font-weight:500}.timesheet-cell-duration{font-variant-numeric:tabular-nums;font-weight:600}.timesheet-empty-cell{padding:2rem 1rem!important;text-align:center}.timesheet-row-menu{position:relative;display:inline-block;text-align:right}.timesheet-row-menu__summary{list-style:none;cursor:pointer}.timesheet-row-menu__summary::-webkit-details-marker{display:none}.timesheet-row-menu__panel{position:absolute;right:0;top:calc(100% + .25rem);z-index:20;min-width:8rem;padding:.35rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 28px #0f172a1f;display:flex;flex-direction:column;gap:.15rem}html[data-theme=dark] .timesheet-row-menu__panel{box-shadow:0 8px 28px #00000073}.timesheet-row-menu__panel button{width:100%;text-align:left;padding:.45rem .6rem;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.8125rem;font-weight:500;color:var(--text);cursor:pointer}.timesheet-row-menu__panel button:hover{background:var(--accent-soft);color:var(--accent)}.timesheet-row-menu__delete:hover:not(:disabled){color:#b91c1c}html[data-theme=dark] .timesheet-row-menu__delete:hover:not(:disabled){color:#f87171}.timesheet-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.timesheet-footer__count{font-weight:500}.timesheet-footer__table-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem}.timesheet-page-size{display:flex;align-items:center;gap:.5rem}.timesheet-footer__pager{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.timesheet-pager-btns{display:flex;gap:.15rem}.timesheet-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}html[data-theme=dark] .timesheet-modal-backdrop{background:#0000008c}.timesheet-modal{width:100%;max-width:26rem;margin:auto;padding:1.25rem 1.35rem 1.35rem;animation:timesheet-modal-in .2s ease-out}.timesheet-modal--wide{max-width:min(40rem,calc(100vw - 2rem));max-height:min(calc(100vh - 2rem),36rem);display:flex;flex-direction:column;overflow:hidden;padding:1.1rem 1.2rem 1.15rem}.timesheet-modal-body{flex:1;min-height:0;overflow-y:auto;margin:0 -.15rem;padding:0 .15rem .15rem}.timesheet-modal-form.timesheet-modal-grid{display:grid;grid-template-columns:1fr;gap:.55rem .9rem}@media(min-width:520px){.timesheet-modal-form.timesheet-modal-grid{grid-template-columns:1fr 1fr}}.timesheet-modal-field--full{grid-column:1 / -1}.timesheet-modal-form.timesheet-modal-grid>datalist{display:none}.timesheet-modal-time-hint{margin:.15rem 0 0;line-height:1.35}@keyframes timesheet-modal-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.timesheet-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.timesheet-modal__title{margin:0;font-size:1.1rem;font-weight:700}.timesheet-modal__close{flex-shrink:0;color:var(--text-muted)}.timesheet-modal-error{margin:0 0 .75rem}.timesheet-modal-form:not(.timesheet-modal-grid){gap:.85rem}.timesheet-field-label{display:block}.timesheet-req{color:#b91c1c;font-weight:600}html[data-theme=dark] .timesheet-req{color:#f87171}.timesheet-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.calendar-toolbar{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.calendar-title{margin:0;font-size:1.1rem;font-weight:700}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-cell{min-height:4.25rem;border:1px solid var(--border);border-radius:8px;padding:.35rem;background:var(--surface)}.calendar-cell--muted{opacity:.42}.calendar-cell--today{box-shadow:inset 0 0 0 2px var(--accent)}.calendar-cell__num{font-weight:700;font-size:.8rem}.calendar-cell__dots{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:2px}.calendar-dot{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:4px;font-size:.58rem;font-weight:700}.calendar-dot--holiday{background:color-mix(in srgb,var(--accent-soft) 85%,var(--surface));color:var(--accent)}.calendar-dot--pto{background:color-mix(in srgb,var(--main-bg) 45%,var(--border));color:var(--text)}.calendar-dot--mine{outline:1px solid var(--accent)}.calendar-dot--legend{margin-right:.35rem;vertical-align:middle}.calendar-legend{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:1rem}.teams-directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.teams-directory-card{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;background:var(--surface)}.teams-directory-name{font-weight:700;margin:0 0 .25rem}.teams-directory-role{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:.35rem 0 0;font-weight:600}.teams-approval-list{list-style:none;padding:0;margin:0}.teams-approval-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.75rem;border:1px solid var(--border);border-radius:10px;margin-bottom:.5rem;background:var(--surface)}.teams-approval-status{margin-left:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.teams-approval-status--pending{color:var(--accent)}.teams-approval-status--approved{color:#16a34a}html[data-theme=dark] .teams-approval-status--approved{color:#4ade80}.teams-approval-status--rejected{color:var(--text-muted)}.teams-project-list{list-style:none;padding:0;margin:1rem 0 0}.teams-project-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.teams-weekly-hint{margin-top:0;margin-bottom:.65rem}.teams-weekly-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.5rem;margin-bottom:1rem}.teams-weekly-row{display:flex;align-items:center;gap:.35rem}.teams-weekly-label{width:2rem;font-size:.75rem;font-weight:600;color:var(--text-muted)}.teams-weekly-row input{width:3.25rem;padding:.35rem}.projects-page{max-width:900px}.projects-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.projects-filter-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:0}.projects-filter-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s,border-color .15s;margin-bottom:-1px}.projects-filter-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.projects-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.projects-card{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;margin:0;transition:box-shadow .15s}.projects-card--archived{opacity:.65}.projects-card__icon-wrap{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:10px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center}.projects-card__body{flex:1;min-width:0}.projects-card__name{margin:0 0 .15rem;font-size:.9375rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-card__client{margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-card__meta{margin:0}.projects-card__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.projects-card__action-btn{color:var(--text-muted)}.projects-card__action-btn:hover{color:var(--accent)}.projects-empty{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:3rem 1rem;text-align:center}.projects-empty__icon{color:var(--text-muted);opacity:.4}.projects-modal-form{display:flex;flex-direction:column;gap:1rem}.projects-modal-field{display:flex;flex-direction:column;gap:.35rem}.projects-card--skel{min-height:5rem}
