@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap";:root{font-family:Manrope,Inter,system-ui,-apple-system,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box}.mobile-only{display:none}.desktop-only{display:block}body{margin:0;background:#f1f5f9;color:#0f172a}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;color:#fff}.app-shell{display:flex;flex-direction:column;min-height:100vh}.menu-toggle{display:none;position:fixed;top:14px;right:14px;width:38px;height:38px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 10px 25px #0f172a26;z-index:1200;gap:4px;align-items:center;justify-content:center;flex-direction:column}.menu-toggle span{display:block;width:16px;height:2px;background:#0f172a;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.app-shell.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.app-shell.menu-open .menu-toggle span:nth-child(2){opacity:0}.app-shell.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1100}.app-shell.menu-open .menu-overlay{opacity:1;pointer-events:auto}.sidebar{position:sticky;top:0;z-index:1150;min-height:56px;background:#fff;color:#16324f;border-bottom:1px solid #d7e7f8;box-shadow:0 2px 10px #2563eb1a;padding:0 18px;display:flex;align-items:center;gap:12px;overflow:visible}.sidebar-brand{display:flex;align-items:center;flex:0 0 auto}.brand-icon{position:relative;width:134px;height:42px;overflow:hidden;flex:0 0 134px}.brand-logo{position:absolute;left:-4px;top:-45px;width:148px;height:148px;object-fit:contain}.nav-group{display:flex;align-items:center;gap:2px;flex:1 1 auto;min-width:0;overflow:visible;scrollbar-width:none}.nav-group::-webkit-scrollbar{display:none}.nav-link{display:flex;align-items:center;justify-content:center;min-height:56px;padding:0 10px;border-bottom:3px solid transparent;color:#35506f;font-weight:800;text-transform:uppercase;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.nav-link.active,.nav-link:hover,.nav-dropdown.active .nav-dropdown-trigger{background:#eef7ff;border-bottom-color:#2f80ed;color:#1d4ed8}.nav-link span{font-size:12px;letter-spacing:0}.nav-dropdown{position:relative;display:flex;align-items:stretch}.nav-dropdown-trigger{border-top:0;border-right:0;border-left:0;background:transparent;box-shadow:none;cursor:pointer}.nav-dropdown-trigger:after{content:"";width:0;height:0;margin-left:7px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:230px;display:none;padding:12px 14px 14px;background:#fff;border:1px solid #d7e7f8;border-radius:0 0 4px 4px;box-shadow:0 18px 36px #0f172a2e;z-index:1300}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{display:grid;gap:8px}.nav-dropdown-menu strong{display:block;padding-bottom:8px;border-bottom:1px solid #d7e7f8;color:#1d4ed8;font-size:12px;line-height:1.2}.nav-dropdown-link{display:block;color:#1f2937;font-size:13px;font-weight:800;line-height:1.25;padding:3px 2px;transition:color .2s ease,transform .2s ease}.nav-dropdown-link:hover,.nav-dropdown-link.active{color:#1d4ed8;transform:translate(2px)}.marketplace-page{display:grid;gap:28px}.marketplace-hero,.marketplace-featured,.marketplace-card{background:#fff;border-radius:8px;box-shadow:0 18px 36px #0f172a0f}.marketplace-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 36px}.marketplace-hero h2,.marketplace-featured h3,.marketplace-card h3{margin:0;color:#111827;letter-spacing:0}.marketplace-hero h2{font-size:34px}.marketplace-hero p,.marketplace-featured p,.marketplace-card p{margin:10px 0 0;color:#64748b;line-height:1.5}.marketplace-featured{display:grid;grid-template-columns:minmax(0,1.1fr) 420px;align-items:stretch;gap:28px;padding:32px 36px;border-top:4px solid var(--marketplace-accent)}.marketplace-status{display:inline-flex;width:fit-content;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:color-mix(in srgb,var(--marketplace-accent) 14%,white);color:var(--marketplace-accent);font-size:12px;font-weight:900;text-transform:uppercase}.marketplace-featured h3{margin-top:18px;font-size:28px}.marketplace-ai-panel{display:grid;align-content:center;gap:22px;min-height:220px;padding:26px;border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--marketplace-accent) 16%,#ffffff),#f8fafc),#f8fafc;border:1px solid color-mix(in srgb,var(--marketplace-accent) 22%,#e2e8f0)}.marketplace-ai-row,.marketplace-ai-grid{display:grid;gap:10px}.marketplace-ai-row{grid-template-columns:1fr .7fr 1.2fr}.marketplace-ai-row span,.marketplace-ai-grid span{height:16px;border-radius:999px;background:color-mix(in srgb,var(--marketplace-accent) 24%,white)}.marketplace-ai-grid{grid-template-columns:64px 1fr;align-items:center}.marketplace-ai-grid strong{color:#334155;font-size:13px}.marketplace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.marketplace-card{display:grid;gap:16px;align-content:start;padding:24px;border-left:4px solid var(--marketplace-accent)}.marketplace-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketplace-card-top span,.marketplace-card-top strong{font-size:12px;font-weight:900;text-transform:uppercase}.marketplace-card-top span{color:#64748b}.marketplace-card-top strong{color:var(--marketplace-accent)}.marketplace-card .button{width:fit-content;margin-top:4px}.marketplace-price{margin:-8px 0 0;font-size:15px;font-weight:800;color:#0f172a}.marketplace-card.active{box-shadow:0 0 0 2px var(--marketplace-accent) inset}.marketplace-card .button.ghost.danger{color:#dc2626;border-color:#dc262659}.marketplace-card .button.ghost.danger:hover{background:#dc26260f}.sidebar-footer{max-width:170px;color:#35506f;font-size:12px;line-height:1.25;overflow:hidden}.sidebar-footer strong,.sidebar-footer div{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{display:flex;flex-direction:column;min-height:100vh}.topbar{background:#eef6fd;border-bottom:1px solid #d7e7f8;padding:18px 28px;min-height:64px;display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:22px;margin:0}.topbar-actions,.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.header-actions{justify-content:flex-end;flex:0 0 auto}.language-switcher{display:inline-flex;align-items:center;gap:8px;min-width:0}.language-switcher__label{color:#8da0b7;font-size:11px;font-weight:700;line-height:1.1}.language-switcher__control{position:relative;display:inline-flex;align-items:center}.language-switcher__select{width:142px;height:34px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;color:#152033;font:inherit;font-size:13px;font-weight:700;line-height:1;padding:0 30px 0 14px;box-shadow:0 8px 22px #1520330f}.language-switcher__select:focus{outline:3px solid rgba(47,125,238,.16);border-color:#2f7dee}.language-switcher--header{margin-left:4px}.badge{background:#e0f2fe;color:#0ea5e9;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.button{--btn-blue: #0ea5e9;font-size:15px;letter-spacing:1.6px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;font-weight:700;padding:.7em 2em;border:3px solid var(--btn-blue);border-radius:6px;position:relative;cursor:pointer;color:var(--btn-blue);background:transparent;box-shadow:0 2px 10px #00000029,0 3px 6px #0000001a;transition:.3s ease all;z-index:1;overflow:hidden;min-height:46px}.app-shell .button{font-size:13px;letter-spacing:.8px;padding:.45em 1.4em;border-width:2px;min-height:36px}.button.compact{font-size:12px;letter-spacing:.6px;padding:.35em .7em;min-height:30px;border-width:2px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.button.compact.ghost{background:#0f172a0d}.button:active{transform:scale(.96)}.button.primary{border-color:var(--btn-blue);color:var(--btn-blue)}.button.ghost{border-color:#0f172a4d;color:#0284c7;background:#0f172a08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content{padding:28px;display:grid;gap:24px}.card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 12px 30px #0f172a14}.store-token-box{margin:8px 0 10px;border:1px solid #dbe7f5;background:#f8fbff;border-radius:10px;padding:10px}.store-token-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.store-token-label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase}.store-token-actions{display:flex;gap:6px;flex-wrap:wrap}.store-token-value{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#0f172a;word-break:break-all;line-height:1.45}.store-token-input{width:100%;border:none;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#0f172a;padding:0;outline:none;cursor:default}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat{display:grid;gap:6px}.stat-title{color:#64748b;font-size:14px;font-weight:600}.stat-value{font-size:28px;font-weight:800}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;padding:10px 0;color:#64748b;font-weight:600;border-bottom:1px solid #e2e8f0}.table td{padding:12px 0;border-bottom:1px solid #f1f5f9}.stack{display:grid;gap:6px}.calendar-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.calendar-header .topbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:100%}.calendar-header .button{padding:8px 12px;font-size:12px;white-space:nowrap}.week-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.calendar-grid{overflow-x:auto;max-width:100%}.time-entries-table-scroll{width:100%;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.time-entries-table{width:100%;min-width:980px}.time-entries-filters{border:0;padding:0;margin:0}.time-entries-filters>summary{list-style:none;cursor:pointer;font-weight:700;color:#0f172a;margin-bottom:8px;display:none}.time-entries-filters>summary::-webkit-details-marker{display:none}.time-entries-section{border:0;margin:0}.time-entries-section>summary{list-style:none;cursor:pointer;font-weight:700;color:#0f172a;margin:8px 0;display:none}.time-entries-section>summary::-webkit-details-marker{display:none}.calendar-table{min-width:980px;width:100%;border-spacing:0 8px;border-collapse:separate;table-layout:fixed}.calendar-table th,.calendar-table td{border-bottom:none;padding:8px;vertical-align:top}.calendar-table th:first-child,.calendar-table td:first-child{width:180px}.calendar-table th:not(:first-child),.calendar-table td:not(:first-child){width:140px}.calendar-table thead th{padding-bottom:8px}.calendar-day{display:grid;gap:4px;text-transform:capitalize}.calendar-day-label{font-size:12px;color:#94a3b8;font-weight:600}.calendar-cell{padding:10px 8px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;min-height:86px}.calendar-cell.has-planned{background:#eef2ff;border-color:#c7d2fe}.calendar-cell.has-worked{background:#ecfdf3;border-color:#bbf7d0}.calendar-cell.has-planned.has-worked{background:linear-gradient(135deg,#eef2ff,#ecfdf3);border-color:#cbd5e1}.calendar-cell.delta-positive{box-shadow:inset 0 0 0 1px #22c55e40}.calendar-cell.delta-negative{box-shadow:inset 0 0 0 1px #ef444440}.calendar-cell.total{background:#eef2ff;border-color:#c7d2fe}.calendar-employee{font-weight:700;color:#0f172a}.calendar-line{display:flex;justify-content:space-between;font-size:12px;font-weight:600}.calendar-line span{color:#64748b;font-weight:500}.calendar-line strong{font-weight:700}.calendar-line.planned strong{color:#2563eb}.calendar-line.worked strong{color:#16a34a}.calendar-times{margin:2px 0 8px;font-size:11px;color:#94a3b8;font-weight:500}.has-tooltip{position:relative}.has-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background:#0f172a;color:#f8fafc;padding:8px 10px;border-radius:8px;font-size:12px;font-weight:500;white-space:pre-line;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:20;max-width:320px;text-align:left;line-height:1.4;box-shadow:0 10px 30px #0f172a2e}.has-tooltip:before{content:"";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translate(-50%);border-width:6px;border-style:solid;border-color:#0f172a transparent transparent transparent;opacity:0;transition:opacity .15s ease,transform .15s ease;pointer-events:none;z-index:20}.has-tooltip:hover:after,.has-tooltip:hover:before,.has-tooltip:focus-visible:after,.has-tooltip:focus-visible:before{opacity:1;transform:translate(-50%) translateY(-2px)}.calendar-total-row td{font-weight:700;background:#f1f5f9}.calendar-legend{display:flex;gap:10px;align-items:center;font-size:12px;color:#475569;font-weight:600;flex-wrap:wrap}.legend-item{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0}.legend-item.planned{background:#eef2ff;border-color:#c7d2fe;color:#1d4ed8}.legend-item.worked{background:#ecfdf3;border-color:#bbf7d0;color:#15803d}.legend-item.delta-positive{background:#dcfce7;border-color:#86efac;color:#166534}.legend-item.delta-negative{background:#fee2e2;border-color:#fecaca;color:#991b1b}.legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.legend-dot.planned{background:#2563eb}.legend-dot.worked{background:#16a34a}.day-card{border:1px solid #e2e8f0;border-radius:16px;padding:14px;background:#f8fafc;min-height:160px;display:grid;gap:12px;align-content:start}.day-header{display:flex;justify-content:space-between;align-items:baseline;font-weight:700;text-transform:capitalize}.day-empty{color:#94a3b8;font-size:14px}.shift-chip{background:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 16px #0f172a14;display:grid;gap:8px}.shift-actions{display:flex;gap:8px;align-items:center;justify-content:space-between}.modal-backdrop{position:fixed;inset:0;background:#0f172a80;display:grid;place-items:center;z-index:20;padding:24px}.modal-card{background:#fff;border-radius:20px;padding:24px;width:min(900px,95vw);max-height:90vh;overflow:auto;box-shadow:0 30px 60px #0f172a33;display:grid;gap:16px}.export-choice-modal{width:min(520px,94vw)}.export-choice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.modal-header{display:flex;justify-content:space-between;align-items:center}.tag{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.tag.success{background:#22c55e26;color:#15803d}.tag.warn{background:#f59e0b26;color:#b45309}.tag.danger{background:#ef444426;color:#b91c1c}.form{display:grid;gap:12px}.checkbox{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#203046;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#4b6bff;border-radius:6px}.checkbox input[type=checkbox]:focus-visible{outline:2px solid rgba(75,107,255,.35);outline-offset:2px}.checkbox:hover input[type=checkbox]{filter:brightness(.95)}.available-positions-field,.multi-select{position:relative}.multi-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.multi-select-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;display:grid;gap:8px;max-height:190px;overflow:auto;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#fff;box-shadow:0 16px 34px #0f172a29}.input-group{display:flex;gap:10px;align-items:center}.input-group .input{flex:1}.add-position-field{grid-column:span 2}.add-position-control{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:center}.add-position-control .button{min-width:180px}.input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;font-size:14px;background:#fff;color:#0f172a}.input::placeholder{color:#94a3b8}.login-wrapper{position:relative;min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:linear-gradient(rgba(236,241,247,.78) 1px,transparent 1px),linear-gradient(90deg,rgba(236,241,247,.78) 1px,transparent 1px),radial-gradient(820px 420px at 18% 8%,rgba(46,126,238,.16),transparent 58%),radial-gradient(680px 380px at 86% 18%,rgba(242,166,52,.13),transparent 60%),#fbfaf7;background-size:72px 72px,72px 72px,auto,auto,auto;color:#152033}.auth-language-bar{position:absolute;top:24px;right:28px;z-index:2;display:flex;justify-content:flex-end}.language-switcher--auth{padding:8px;border:1px solid rgba(226,217,203,.85);border-radius:8px;background:#ffffffe0;box-shadow:0 14px 36px #15203314;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-card{position:relative;width:min(560px,92vw);background:#fffffff0;border:1px solid rgba(226,217,203,.9);border-radius:8px;padding:34px 38px;box-shadow:0 24px 70px #15203321;display:grid;gap:16px;overflow:hidden}.login-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#f2a634,#2f7dee,#2f806f)}.login-card:after{content:"";position:absolute;right:-60px;bottom:-80px;width:190px;height:190px;border-radius:999px;background:#2f7dee14;pointer-events:none}.login-logo{width:320px;height:104px;object-fit:cover;object-position:center;justify-self:center;margin:6px 0 2px}.login-card p{color:#667085;margin:0 0 10px;text-align:center;font-size:17px;font-weight:700}.login-card .form{position:relative;z-index:1;gap:12px}.login-card .input{border-radius:8px;border-color:#d9e0ea;background:#fff;min-height:46px;box-shadow:inset 0 1px #15203308}.login-card .input:focus{border-color:#2f7dee;outline:3px solid rgba(47,125,238,.14)}.login-card .button.primary{border-radius:8px;border-color:#162033;background:#162033;color:#fff;min-height:48px;letter-spacing:0;box-shadow:0 12px 26px #1520332e}.error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c;padding:10px 12px;border-radius:8px;font-size:14px}.success{background:#10b9811f;color:#065f46;border:1px solid rgba(16,185,129,.3);padding:10px 12px;border-radius:8px}.login-links{margin-top:12px;text-align:center;font-size:13px;color:#98a2b3}.login-links a{color:#2f7dee;text-decoration:none;font-weight:600}.login-links a:hover,.login-links a:focus{text-decoration:underline}.reports{display:grid;gap:20px}.reports-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.eyebrow{color:#94a3b8;margin:0 0 6px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.reports h2{margin:0;font-size:28px}.export-block{position:relative}.export-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #22c55e;background:linear-gradient(135deg,#34d399,#10b981);color:#064e3b;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #10b98147}.export-btn .chevron{font-size:14px}.export-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px;display:grid;gap:6px;min-width:150px;box-shadow:0 20px 40px #0f172a1f;z-index:5}.export-item{padding:10px 12px;border-radius:10px;font-weight:700;color:#0f172a;border:1px solid transparent}.export-item:hover{border-color:#e2e8f0;background:#f8fafc}.filters-card{display:grid;gap:14px}.filters-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.table-head>div{flex:1 1 280px}.table-head .topbar-actions{justify-content:flex-end}.filter-field{display:grid;gap:6px;font-weight:700;color:#0f172a}.filter-field span{color:#475569;font-weight:700;font-size:14px}.filter-field select,.filter-field input[type=date]{padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-weight:600;color:#0f172a}.detailed-reports{display:flex;flex-direction:column;gap:16px}.detailed-reports-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.detailed-reports-header h2{margin:0}.detailed-reports-header .muted{margin:6px 0 0}.detailed-reports-tabs{display:flex;flex-wrap:wrap;gap:10px}.detailed-reports-tab{padding:8px 12px;border-radius:999px;border:1px solid #d8e3f1;background:#f8fafc;color:#0f172a;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.detailed-reports-tab.active{background:#2563eb;border-color:#2563eb;color:#fff}.detailed-reports-tab:hover{border-color:#93c5fd;background:#eff6ff}.detailed-reports-tab.active:hover{background:#1d4ed8;border-color:#1d4ed8}.detailed-reports-body{padding:12px 0}.detailed-reports-actions{display:flex;align-items:center;gap:8px}.detailed-reports-filters{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.detailed-reports-filters>.button{align-self:end}.detailed-reports-table{overflow-x:auto}.detailed-reports-table .table{font-size:13px;min-width:880px}.activity-report .table{border-collapse:collapse}.activity-report .table th,.activity-report .table td{text-align:left;padding:10px 12px;border:1px solid #cbd5f5}.activity-report .table th{background:#0f172a;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.detailed-reports-name{display:flex;align-items:center;gap:8px;font-weight:600}.detailed-reports-shift{display:flex;flex-direction:column;gap:2px;font-weight:600}.detailed-reports-shift-actual{color:#2563eb;font-weight:600}.icon-btn{border:none;background:#e2f3ff;color:#0ea5e9;border-radius:8px;padding:6px 8px;cursor:pointer;font-size:14px}.icon-btn--secondary{background:#eef2ff;color:#6366f1}.icon-btn svg{width:16px;height:16px;display:block}.icon-btn:hover{background:#d6efff}.icon-btn--secondary:hover{background:#e0e7ff}.icon-btn--disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.icon-btn--disabled:hover{background:#f1f5f9}.photo-actions{display:flex;gap:6px;align-items:center}.photo-modal{position:fixed;inset:0;display:grid;place-items:center;z-index:50}.photo-backdrop{position:absolute;inset:0;background:#0f172a99;border:none}.photo-card{position:relative;z-index:1;background:#fff;border-radius:16px;padding:16px;width:min(90vw,720px);max-height:80vh;box-shadow:0 20px 40px #0f172a59;display:grid;gap:12px}.photo-close{position:absolute;top:10px;right:12px;border:none;background:#f1f5f9;color:#111827;width:30px;height:30px;border-radius:999px;cursor:pointer;font-weight:700}.photo-image{width:100%;height:auto;border-radius:12px;object-fit:contain;max-height:70vh}.filter-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.stat-card{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a0f}.stat-card p{margin:0;color:#475569;font-weight:600}.stat-card strong{font-size:22px}.stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:18px;font-weight:700}.stat-icon svg{width:22px;height:22px}.stat-icon.teal{background:#0d94881f;color:#0f766e}.stat-icon.blue{background:#3b82f61f;color:#1d4ed8}.stat-icon.green{background:#22c55e1f;color:#15803d}.stat-icon.purple{background:#8b5cf61f;color:#6b21a8}.chart-card{display:grid;gap:12px}.chart-header h3{margin:0 0 4px}.chart-header .muted{margin:0}.bar-chart{padding:12px 6px 6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;overflow-x:hidden}.bars{display:grid;gap:16px;align-items:end;padding:8px 6px 12px;border-bottom:1px dashed #cbd5f5;min-height:220px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.bar{display:grid;gap:6px;justify-items:center}.bar-fill{width:64px;min-height:16px;border-radius:14px 14px 6px 6px;background:linear-gradient(180deg,#38bdf8,#0ea5e9);box-shadow:0 8px 16px #0ea5e940}.bar-label{font-weight:700;color:#0f172a;text-align:center}.bar-value{color:#475569;font-size:13px;font-weight:600}.daily-chart{position:relative;min-height:340px;display:grid;align-items:center}.chart-svg{width:100%;height:320px}.chart-grid line{stroke:#c3d4e8;stroke-dasharray:6 6;stroke-width:1.2}.chart-axis text{fill:#94a3b8;font-size:10px;font-weight:600}.chart-line polyline{fill:none;stroke:#0ea5e9;stroke-width:2.2}.chart-line circle{fill:#0ea5e9;r:2.5}.chart-tooltip{position:absolute;top:60px;transform:translate(-50%);background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 12px 24px #0f172a1f;display:grid;gap:4px;font-size:13px;color:#0f172a;pointer-events:none}.table-clean th,.table-clean td{padding:12px 10px}.table-totals-row td{border-top:2px solid #e2e8f0;background:#f8fafc;padding:12px 10px}.custom-report-table{border-radius:12px;overflow:hidden}.custom-report-table thead th{background:#f1f5f9;font-weight:700;color:#0f172a;position:sticky;top:0;z-index:1}.custom-report-table tbody tr:nth-child(2n){background:#f8fafc}.custom-report-table th,.custom-report-table td{border-bottom:1px solid #e2e8f0}.table-clean tbody tr:hover{background:#f8fafc}.note-cell{display:flex;align-items:center;justify-content:space-between;gap:8px}.link-button{border:none;background:transparent;color:#0ea5e9;font-weight:600;cursor:pointer;padding:0}.link-button:disabled{color:#94a3b8;cursor:not-allowed}.quick-filters{display:flex;gap:8px;flex-wrap:wrap}.quick-filters .button.active{background:#1f4fc9;color:#fff;border-color:#1f4fc9}.positive{color:#16a34a;font-weight:700}.negative{color:#ef4444;font-weight:700}.shift-list{border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;background:#fff}.shift-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.shift-filter{padding:8px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-weight:600;font-size:14px;color:#0f172a}.shift-row{display:grid;grid-template-columns:44px 140px 1fr 140px;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid #e2e8f0;font-size:15px}.shift-row:last-child{border-bottom:none}.shift-link{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#111827;background:#f1f5f9;font-size:16px}.shift-time{color:#111827;font-weight:600}.shift-name{color:#1f2937;font-weight:700}.shift-role{display:flex;justify-content:flex-end}.shift-role-pill{padding:6px 12px;border-radius:10px;font-weight:700;font-size:13px;text-transform:lowercase}.time-entry-mobile-list{display:grid;gap:12px}.time-entry-card{display:grid;gap:10px}.time-entry-card__header{display:flex;justify-content:space-between;align-items:center;gap:10px}.time-entry-card__title{font-weight:800;font-size:16px}.time-entry-card__meta{font-size:12px;color:#64748b;font-weight:600}.time-entry-card__row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.time-entry-card__row span{color:#64748b;font-weight:600}.time-entry-card__row strong{font-weight:700;color:#0f172a;text-align:right}.time-entry-card__actions{display:flex;flex-wrap:wrap;gap:8px}.time-entry-card__actions .link-button{padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-weight:700;color:#0f172a}.time-entry-card__actions .link-button:disabled{opacity:.6;cursor:not-allowed}.shift-role-empty{color:#9ca3af;font-weight:600}@media(max-width:1360px){.app-shell{display:flex}.menu-toggle{display:inline-flex;top:8px;right:10px;box-shadow:none}.sidebar{position:sticky;top:0;min-height:56px;width:100%;transform:none;padding:8px 58px 8px 12px;flex-wrap:wrap;z-index:1150}.nav-group{display:none;position:fixed;top:62px;left:12px;right:12px;max-height:calc(100vh - 86px);overflow:auto;background:#fff;border:1px solid #dbe4ed;border-radius:8px;box-shadow:0 20px 50px #0f172a38;padding:8px;z-index:1200}.app-shell.menu-open .nav-group{display:flex;flex-direction:column;align-items:stretch}.nav-link{min-height:42px;justify-content:flex-start;border:0;border-radius:6px;padding:0 12px}.nav-dropdown{display:block}.nav-dropdown-trigger{width:100%}.nav-dropdown-menu{position:static;display:grid;min-width:0;margin:4px 0 8px;padding:10px 12px;border-radius:6px;box-shadow:none;background:#f8fbff}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{display:grid}.header-actions{width:100%;justify-content:flex-start}.language-switcher--header{margin-left:0}.language-switcher__select{width:132px}.sidebar-footer{display:none}.brand-icon{width:124px;height:40px;flex-basis:124px}.brand-logo{left:-6px;top:-43px;width:140px;height:140px}.topbar{padding:16px 18px}.content{padding:20px}.auth-language-bar{top:14px;right:14px}.language-switcher--auth .language-switcher__label{display:none}.table-head{align-items:flex-start}.table-head .topbar-actions{width:100%;justify-content:flex-start}.shift-row{grid-template-columns:36px 1fr;grid-template-areas:"icon time" "icon name" "icon role";align-items:start}.shift-header{flex-direction:column;align-items:flex-start}.shift-filter{width:100%}.shift-link{grid-area:icon}.shift-time{grid-area:time}.shift-name{grid-area:name}.shift-role{grid-area:role;justify-content:flex-start}.desktop-only{display:none!important}.mobile-only{display:block!important}.settings-page{grid-template-columns:1fr}.settings-sidebar{position:static}.settings-form-grid{grid-template-columns:1fr}}@media(max-width:720px){.login-wrapper{padding:88px 14px 28px}.login-card{width:min(520px,100%);padding:30px 22px}.auth-language-bar{left:14px;justify-content:flex-end}.language-switcher--auth{margin-left:auto}.topbar{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 18px}.topbar-actions{width:100%}.topbar-actions .button{white-space:nowrap}.quick-filters{flex-wrap:wrap;gap:8px}.content{padding:18px}.card{padding:16px}.grid-3,.grid-4{grid-template-columns:1fr}.table{display:block;overflow-x:auto;width:100%;min-width:100%;max-width:100%}.desktop-only{display:none}.mobile-only{display:block}.table thead th,.table tbody td{white-space:nowrap}.table-head{align-items:flex-start}.table-head>div{flex:1 1 100%}.table-head .topbar-actions{width:100%;justify-content:flex-start}.filters-grid{grid-template-columns:1fr}.input-group{flex-direction:column;align-items:stretch}.settings-panel{padding:18px}.settings-heading{flex-direction:column}.settings-nav-title,.settings-nav-item{min-height:44px}.settings-switch-row{grid-template-columns:1fr;gap:12px}.settings-switch-row input{justify-self:start}.settings-color-row{grid-template-columns:1fr}.add-position-field{grid-column:auto}.add-position-control{grid-template-columns:1fr}.add-position-control .button{min-width:0;width:100%}.export-choice-actions{grid-template-columns:1fr}.time-entries-page{width:100%}.time-entries-page .card{padding:14px}.time-entries-page .form{gap:12px}.time-entries-page .grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.time-entries-filters>summary{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#0ea5e9;font-size:12px}.time-entries-section>summary{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:12px}.time-entries-page .table-head{align-items:flex-start}.time-entries-page .table-head .topbar-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.time-entries-page .topbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch}.time-entries-page .topbar-actions>*{width:100%}.time-entries-page .quick-filters,.time-entries-page .export-block{grid-column:1 / -1}.time-entries-page .quick-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.time-entries-page .time-entries-table-scroll{max-height:52vh;overflow-y:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.time-entries-page .export-menu{left:0;right:auto;min-width:100%}.calendar-grid{overflow-x:auto;-webkit-overflow-scrolling:touch}.calendar-table{min-width:860px}.calendar-table th,.calendar-table td{padding:6px}.calendar-cell{min-height:72px;padding:8px}.calendar-table th:first-child,.calendar-table td:first-child{position:sticky;left:0;background:#fff;z-index:2;box-shadow:8px 0 12px #0f172a0f}.time-entries-table{min-width:640px}.time-entries-table th,.time-entries-table td{padding:8px 10px;font-size:12px;white-space:nowrap}.time-entries-table .col-planning,.time-entries-table .col-pause,.time-entries-table .col-delta,.time-entries-table .col-anomalies,.time-entries-table .col-photo,.time-entries-table .col-history,.time-entries-table .col-note{display:none}}@media(max-width:560px){.time-entries-page .grid-3{grid-template-columns:1fr}.time-entries-table{min-width:520px}.time-entries-table .col-type{display:none}}@media(max-width:560px){.time-entries-page{font-size:14px}.time-entries-page .card h2{font-size:20px}.time-entries-page .card h3{font-size:18px}.time-entries-page .badge{font-size:11px}.time-entries-page .topbar-actions{gap:8px;grid-template-columns:1fr}.time-entries-page .button{font-size:13px;padding:.6em 1.4em;min-height:40px}.time-entries-page .input,.time-entries-page .filter-field select,.time-entries-page .filter-field input[type=date]{font-size:13px;padding:10px 12px}.time-entries-page .filter-field span{font-size:12px}.time-entries-page .table thead th,.time-entries-page .table tbody td{font-size:12px;padding:8px 10px}.time-entries-page .time-entries-table-scroll{margin:0 -6px;padding:0 6px;max-height:48vh}.time-entries-page .export-menu{left:0;right:auto;min-width:100%}.time-entries-page .calendar-grid{max-width:100%}.time-entries-page .calendar-table{min-width:680px}.time-entries-page .calendar-table th:first-child,.time-entries-page .calendar-table td:first-child{width:140px}.time-entries-page .calendar-table th:not(:first-child),.time-entries-page .calendar-table td:not(:first-child){width:120px}}@media(max-width:480px){.time-entries-page{font-size:13px}.time-entries-page .card{padding:14px;border-radius:14px}.time-entries-page .button{font-size:12px;padding:.55em 1.2em;min-height:38px}.time-entries-page .input,.time-entries-page .filter-field select,.time-entries-page .filter-field input[type=date]{font-size:12px;padding:9px 10px}.time-entries-page .filters-grid,.time-entries-page .grid-3,.time-entries-page .grid-4{gap:10px}.time-entries-page .calendar-grid{max-width:100%}.time-entries-page .calendar-table{min-width:620px}}.formula-panel{border:1px solid #fbbf24;background:#fffbeb;border-radius:12px;padding:16px}.formula-panel__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#b45309}.formula-panel__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#fde68a;color:#b45309;font-weight:700}.formula-panel textarea{width:100%;min-height:120px;border:1px solid #f59e0b;border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.5;color:#0f172a;background:#fff;resize:vertical}.formula-panel textarea::placeholder{color:#9ca3af}.super-admin{display:grid;gap:20px}.super-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#f8fbff,#f1f5ff 55%,#eef2ff)}.super-admin-hero h2{margin:6px 0 4px}.super-admin-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.summary-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 24px #0f172a14;border:2px solid transparent;display:grid;gap:6px}.summary-title{color:#64748b;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.summary-value{font-size:26px;font-weight:800}.summary-sub{color:#94a3b8;font-size:12px}.accent-blue{border-color:#0ea5e959}.accent-purple{border-color:#6366f159}.accent-cyan{border-color:#06b6d459}.accent-amber{border-color:#f9731659}.super-admin-filters{display:grid;gap:12px}.filter-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,240px) minmax(180px,240px);gap:12px}.muted{color:#94a3b8}.form-error{color:#b91c1c;font-weight:600}.small{font-size:12px}.tag.neutral{background:#94a3b833;color:#475569}.support-page{display:grid;gap:20px}.support-header{display:flex;align-items:center;gap:16px}.support-header h2{font-size:22px;margin:0 0 4px}.support-header p{color:#64748b;font-size:14px;margin:0}.support-icon{width:52px;height:52px;border-radius:14px;background:#0ea5e91f;color:#0ea5e9;display:grid;place-items:center}.support-icon svg{width:22px;height:22px;fill:currentColor}.support-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 12px 30px #0f172a14;border:1px solid #e2e8f0}.support-card-header h3{font-size:18px;margin:0 0 6px}.support-card-header p{color:#64748b;font-size:14px;margin:0 0 18px}.support-form{display:grid;gap:14px}.support-row{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.support-form label{display:grid;gap:8px;font-size:14px;color:#0f172a;font-weight:600}.support-form input,.support-form textarea{width:100%;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;padding:12px 14px;font-family:inherit;font-size:14px}.support-form input:focus,.support-form textarea:focus{outline:2px solid rgba(14,165,233,.2);border-color:#0ea5e966}.file-field input{padding:10px;background:#f1f5f9}.support-alert{min-height:18px;font-size:13px;color:#64748b}.support-alert.success{color:#16a34a}.support-alert.error{color:#dc2626}.support-form button[disabled]{opacity:.7;cursor:not-allowed}.support-note{border-radius:16px;padding:16px 18px;background:#0ea5e914;border:1px solid rgba(14,165,233,.25);color:#0f172a}.support-note p{color:#475569;font-size:14px;margin:6px 0 0}.privacy-page{min-height:100vh;padding:40px 20px;display:grid;place-items:center;background:#f1f5f9}.privacy-card{width:min(900px,92vw);background:#fff;border-radius:18px;padding:28px;box-shadow:0 12px 30px #0f172a14;border:1px solid #e2e8f0;color:#0f172a;line-height:1.6}.privacy-card h1{margin:0 0 8px;font-size:26px}.privacy-card h2{margin:18px 0 8px;font-size:18px}.privacy-card p{margin:0 0 12px;color:#475569;font-size:14px}.privacy-card ul{margin:0 0 12px 18px;color:#475569;font-size:14px}.landing{min-height:100vh;background:transparent;color:#0f172a;position:relative;display:flex;flex-direction:column;gap:48px;padding:32px 8vw 80px}.landing-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;opacity:1;background:radial-gradient(circle at 20% 10%,rgba(59,130,246,.35),transparent 45%),radial-gradient(circle at 80% 20%,rgba(14,116,144,.28),transparent 55%),#0b1020;background-size:140% 140%;animation:landing-bg-drift 26s ease-in-out infinite}.landing-bg canvas{opacity:.68;mix-blend-mode:screen;position:absolute;inset:0}.landing-bg .light-pillar-container{opacity:1;z-index:1}.landing-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:48px}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#e2e8f0}.landing-brand{display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%;font-weight:800;font-size:18px}.landing-logo{width:124px;height:124px;object-fit:contain}.landing-brand-name{letter-spacing:.4px}.landing-nav{display:flex;gap:18px;font-weight:600;color:#cbd5f5}.landing-nav a{color:inherit;opacity:.9}.landing-nav-actions{display:none;gap:10px;margin-top:8px;flex-direction:column}.landing-cta{display:flex;gap:12px;align-items:center}.landing-cta .button{min-width:140px;white-space:nowrap}.hamburgers{display:none;justify-content:center;align-items:center}.hamburger{cursor:pointer;padding-bottom:3px;position:relative}.hamburger input{position:absolute;width:100%;height:100%;margin:0;cursor:pointer;opacity:0;z-index:2}.bar{display:block;width:30px;height:3px;margin:6px auto;border-radius:40px;transition:all .3s cubic-bezier(.37,-1.11,.79,2.02);background-color:#e2e8f0}.hamburger input:checked~.bar:nth-child(2){transform:translateY(9.5px) rotate(45deg)}.hamburger input:checked~.bar:nth-child(3){opacity:0}.hamburger input:checked~.bar:nth-child(4){transform:translateY(-8px) rotate(-45deg)}.landing-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:36px;align-items:center;position:relative}.landing-hero-copy{display:grid;gap:18px;color:#e2e8f0;text-shadow:0 6px 18px rgba(5,12,24,.6)}.landing-hero-copy h1{font-size:clamp(32px,4vw,48px);margin:0;color:#f8fafc}.landing-hero-copy p{color:#cbd5f5;font-size:16px;margin:0}.landing-pill{display:inline-flex;width:fit-content;padding:6px 14px;border-radius:999px;background:#0ea5e92e;color:#7dd3fc;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.landing-actions{display:flex;gap:12px;flex-wrap:wrap}.landing-meta{display:flex;gap:18px;flex-wrap:wrap;color:#94a3b8;font-weight:600;font-size:13px}.landing-hero-card{background:#0f172acc;border-radius:24px;padding:24px;box-shadow:0 20px 60px #0f172a66;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.landing-preview{background:#0b1324;color:#e2e8f0;border-radius:18px;padding:20px;display:grid;gap:16px;border:1px solid rgba(148,163,184,.2)}.landing-hero-card:hover{transform:translateY(-8px);border-color:#38bdf88c;box-shadow:0 28px 60px #050b1a8c}@keyframes softFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.landing-preview{animation:softFloat 6s ease-in-out infinite}.preview-header{font-weight:700;color:#93c5fd}.preview-row{display:flex;justify-content:space-between;align-items:center}.preview-title{margin:0;font-weight:700}.preview-sub{margin:2px 0 0;font-size:13px;color:#94a3b8}.preview-pill{background:#0ea5e9;color:#0b1324;font-weight:700;padding:6px 12px;border-radius:999px;font-size:12px}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.preview-stat{background:#0f172ab3;padding:12px;border-radius:14px;display:grid;gap:4px}.preview-stat h4{margin:0;font-size:20px;color:#e2e8f0}.preview-stat span{color:#94a3b8;font-size:12px}.preview-footer{font-size:12px;color:#94a3b8}.landing-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:-8px}.landing-stats .stat-card{background:#f8fafc2e;border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:18px;box-shadow:0 18px 30px #0f172a2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#e2e8f0;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.landing-stats .stat-card:hover{transform:translateY(-6px);border-color:#38bdf880;box-shadow:0 20px 45px #0f172a59}.landing-stats .stat-card h3{margin:0;font-size:26px;color:#f8fafc}.landing-stats .stat-card p{margin:6px 0 0;color:#cbd5f5;font-weight:600}.landing-section{background:#0f172a47;border:1px solid rgba(148,163,184,.2);border-radius:28px;padding:40px;display:grid;gap:24px;box-shadow:0 24px 44px #0f172a33;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#e2e8f0}.section-title h2{margin:0;color:#f8fafc;font-size:28px}.section-title p{margin:6px 0 0;color:#cbd5f5}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.feature-card{background:#0f172a73;border-radius:18px;padding:18px;box-shadow:0 12px 24px #0f172a4d;border:1px solid rgba(148,163,184,.22);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#e2e8f0;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.feature-card:hover{transform:translateY(-8px);border-color:#38bdf880;box-shadow:0 24px 50px #050b1a73}.feature-card h3{margin:0 0 6px}.feature-card p{margin:0;color:#cbd5f5}.landing-highlight{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#e2e8f0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;position:relative}.landing-highlight h2{color:#f8fafc}.highlight-list{display:grid;gap:8px;font-weight:600;color:#cbd5f5}.highlight-card{background:#0f172a99;border-radius:18px;padding:24px;border:1px solid rgba(226,232,240,.2);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.highlight-card:hover{transform:translateY(-6px);border-color:#38bdf880;box-shadow:0 24px 50px #050b1a73}.sector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.sector-card{background:#0f172a66;border-radius:18px;padding:18px;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#e2e8f0;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.sector-card:hover{transform:translateY(-6px);border-color:#38bdf880;box-shadow:0 24px 50px #050b1a73}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.step-card{background:#0f172a66;border-radius:18px;padding:18px;display:grid;gap:8px;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#e2e8f0;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.step-card:hover{transform:translateY(-6px);border-color:#38bdf880;box-shadow:0 24px 50px #050b1a73}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.pricing-card{background:#0f172a73;border-radius:20px;padding:22px;border:1px solid rgba(148,163,184,.25);box-shadow:0 18px 32px #0f172a59;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#e2e8f0;display:grid;gap:16px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.pricing-card:hover{transform:translateY(-8px);border-color:#38bdf880;box-shadow:0 30px 60px #050b1a80}.pricing-card.featured{border:1px solid rgba(59,130,246,.6);box-shadow:0 20px 36px #2563eb59}.pricing-card.featured:hover{box-shadow:0 35px 80px #0ea5e959}.pricing-header h3{margin:0 0 6px;font-size:20px}.pricing-header p{margin:0;color:#cbd5f5}.pricing-price{display:flex;align-items:baseline;gap:8px;font-weight:800;color:#f8fafc;font-size:28px}.pricing-price small{font-size:14px;font-weight:600;color:#93c5fd}.pricing-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#3b82f640;color:#93c5fd;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.pricing-list strong{display:block;margin:12px 0 6px;color:#f8fafc}.pricing-list ul{margin:0 0 8px 18px;padding:0;display:grid;gap:6px}.pricing-list ul.muted{color:#94a3b8}.pricing-page .pricing-card{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 18px 30px #0f172a1f}.pricing-page .pricing-header p{color:#64748b}.pricing-page .pricing-price{color:#0f172a}.pricing-page .pricing-price small{color:#64748b}.pricing-page .pricing-badge{background:#0ea5e91f;color:#0284c7}.pricing-page .pricing-list strong{color:#0f172a}.pricing-page .pricing-list ul.muted{color:#94a3b8}.pricing-page .pricing-card .button.primary{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.pricing-page .pricing-card .button.primary:before{background:#0ea5e9}.step-card span{font-weight:800;color:#1d4ed8}.landing-cta-section{background:#08101e99;color:#e2e8f0;border:1px solid rgba(148,163,184,.22);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cta-card{text-align:center;display:grid;gap:12px}.cta-card h2{margin:0;color:#f8fafc}.cta-card p{margin:0;color:#cbd5f5}.landing-footer{display:flex;justify-content:space-between;gap:24px;padding:16px 0 0;color:#cbd5f5}.landing:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#050a1438,#080e1a2e 45%,#080e1a1f);z-index:1;pointer-events:none}@keyframes landing-bg-drift{0%{background-position:0% 0%}50%{background-position:100% 60%}to{background-position:0% 0%}}.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand img{width:64px;height:64px;object-fit:contain}.footer-links{display:flex;gap:48px}.footer-links h4{margin:0 0 8px;color:#e2e8f0}.footer-links a{display:block;color:#cbd5f5;margin-bottom:6px}@media(max-width:980px){.landing-hero,.landing-highlight{grid-template-columns:1fr}.landing-footer{flex-direction:column}}@media(max-width:820px){.landing{padding:28px 6vw 72px}.landing-nav{display:none;flex-direction:column;gap:10px;width:100%;padding:14px;border-radius:14px;background:#0f172a80;border:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:14px}.landing-nav.open,.landing-nav-actions{display:flex}.landing-cta{display:none}.hamburgers{display:inline-flex}.landing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section{padding:28px}}@media(max-width:640px){.landing{padding:24px 18px 64px;gap:36px}.landing-hero-copy h1{font-size:clamp(26px,7vw,36px)}.landing-actions .button{width:100%}.landing-hero-card{padding:16px}.preview-grid,.landing-stats,.feature-grid,.sector-grid,.steps-grid,.pricing-grid{grid-template-columns:1fr}.landing-section{padding:22px}.footer-links{flex-direction:column;gap:16px}}.landing-light{min-height:100vh;padding:0;gap:0;background:linear-gradient(rgba(226,232,240,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(226,232,240,.55) 1px,transparent 1px),#fbfaf7;background-size:72px 72px;color:#172033}.landing-light:before,.landing-light .landing-bg{display:none}.landing-light main{display:grid;gap:0}.landing-light .landing-header{position:sticky;top:0;z-index:20;height:86px;padding:0 8vw;background:#ffffffeb;border-bottom:1px solid #e7dfd2;box-shadow:0 10px 30px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#172033}.landing-light .landing-brand{position:relative;width:148px;height:52px;flex:0 0 148px;overflow:hidden;align-self:center}.landing-light .landing-logo{position:absolute;left:-6px;top:50%;width:160px;height:160px;max-width:none;object-fit:contain;transform:translateY(-50%)}.landing-light .landing-nav{align-items:center;gap:26px;color:#5b6270;font-size:14px}.landing-light .landing-nav a:hover{color:#172033}.landing-light .language-switcher--landing{gap:0}.landing-light .language-switcher--landing .language-switcher__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-light .language-switcher--landing .language-switcher__select{width:128px;height:42px;border-color:#e7dfd2;border-radius:999px;background:#fff;color:#172033;box-shadow:none}.landing-menu-button{display:none;width:42px;height:42px;border:1px solid #e7dfd2;border-radius:8px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.landing-menu-button span{width:18px;height:2px;border-radius:999px;background:#172033}.landing-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:800;line-height:1;letter-spacing:0;border:1px solid #172033;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.landing-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1f}.landing-button-dark{background:#172033;color:#fff;cursor:pointer}.landing-button-dark:hover{background:#2a3752;border-color:#2a3752}.landing-button-light{background:#14b8a6;border-color:#14b8a6;color:#fff;cursor:pointer}.landing-button-light:hover{background:#119384;border-color:#119384}.landing-light .landing-hero{min-height:calc(100vh - 86px);padding:76px 8vw 88px;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:52px;overflow:hidden}.landing-light .landing-hero-copy{color:#172033;text-shadow:none;align-content:center;max-width:620px}.landing-light .landing-hero-copy h1{max-width:720px;color:#172033;font-size:clamp(44px,5vw,76px);line-height:.95;letter-spacing:0}.landing-light .landing-hero-copy p{max-width:570px;color:#697386;font-size:18px}.landing-light .landing-kicker{color:#ef9f2f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.28em}.landing-light .landing-actions{margin-top:8px}.product-shot{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.browser-frame{width:min(100%,760px);border-radius:24px;padding:22px;background:#172033;box-shadow:0 34px 90px #17203333}.browser-top{height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:10px;background:#343d55}.browser-top span{width:12px;height:12px;border-radius:999px;background:#f05b5b}.browser-top span:nth-child(2){background:#f2aa3f}.browser-top span:nth-child(3){background:#2f9f82}.dashboard-preview-shot{margin-top:18px;border-radius:14px;overflow:hidden;border:1px solid #e7dfd2;background:#fffdf9}.dashboard-preview-shot img{display:block;width:100%;height:auto}.kiosk-card{position:absolute;right:0;bottom:24px;width:190px;padding:18px;border-radius:18px;background:#172033;color:#fff;box-shadow:0 24px 50px #0f172a38;transform:rotate(-3deg)}.kiosk-card span{color:#9aa0aa;font-size:11px;text-transform:uppercase;letter-spacing:.18em}.kiosk-card strong{display:block;margin-top:8px;font-size:30px}.pin-dots{display:flex;gap:8px;margin-top:12px}.pin-dots i{width:18px;height:18px;border-radius:999px;background:#f2aa3f}.landing-light .landing-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;background:#eee8de;border-block:1px solid #dfd5c7}.landing-light .landing-stats>div{min-height:132px;padding:28px 8vw;border-right:1px solid #dfd5c7}.landing-light .landing-stats strong{display:block;color:#172033;font-size:30px;line-height:1}.landing-light .landing-stats span{display:block;margin-top:8px;color:#7d8491;font-weight:700}.landing-light .landing-section{max-width:1320px;width:calc(100% - 16vw);margin:96px auto 0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:#172033}.section-title.compact{max-width:780px;margin-bottom:34px}.section-title.compact h2{margin:10px 0 0;color:#172033;font-size:clamp(34px,4vw,52px);line-height:1.03}.showcase-rows{display:flex;flex-direction:column;gap:88px}.showcase-row{display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);align-items:center;gap:64px}.showcase-row-reverse{grid-template-columns:minmax(0,1fr) minmax(0,380px)}.showcase-row-reverse .showcase-copy{order:2}.showcase-row-reverse .showcase-shot{order:1}.showcase-copy h3{margin:0 0 12px;color:#172033;font-size:clamp(24px,2.4vw,32px)}.showcase-copy p{margin:0 0 20px;color:#697386;font-weight:650;font-size:16px;line-height:1.5}.showcase-checklist{list-style:none;margin:0;padding:0;display:grid;gap:12px}.showcase-checklist li{display:flex;align-items:center;gap:10px;color:#172033;font-weight:650;font-size:15px}.showcase-checklist svg{width:20px;height:20px;flex:none}.showcase-shot{border:1px solid #e7dfd2;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 24px 60px #1720331f}.showcase-shot img{display:block;width:100%;height:auto}.split-section{display:grid!important;grid-template-columns:minmax(360px,.86fr) minmax(0,1fr);align-items:center;gap:64px;padding:64px!important;border-radius:24px!important;background:#fff!important;border:1px solid #e7dfd2!important;box-shadow:0 24px 55px #17203314!important}.tablet-preview{min-height:420px;padding:34px;border-radius:22px;background:#0b1324;color:#fff;display:grid;justify-items:center;align-content:center;gap:14px}.tablet-head{display:flex;align-items:center;gap:10px}.tablet-head img{width:34px;height:34px;object-fit:contain}.tablet-time{font-size:54px;line-height:1;font-weight:900}.tablet-preview>span{color:#22c4db;font-weight:900}.tablet-panel{width:250px;margin-top:14px;padding:22px;border:1px solid rgba(148,163,184,.25);border-radius:18px;background:#ffffff0f}.tablet-pin,.tablet-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.tablet-pin i{height:42px;border-radius:10px;background:#273143;border:1px solid #39445a}.tablet-keys{grid-template-columns:repeat(3,1fr)}.tablet-keys b{display:grid;place-items:center;height:48px;border-radius:10px;background:#273143}.split-copy h2{margin:10px 0 12px;color:#172033;font-size:clamp(34px,4vw,56px);line-height:1}.split-copy p{max-width:500px;color:#697386;font-size:18px}.mini-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.mini-list span{padding:10px 14px;border-radius:999px;background:#eef8f5;color:#2f7f6c;font-weight:900}.sectors-light .sector-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sectors-light .sector-card{min-height:104px;display:flex;align-items:center;gap:20px;padding:24px;background:#ffffffbd;color:#172033;border:1px solid #e7dfd2;border-radius:16px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sectors-light .sector-card span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#172033;color:#fff;font-weight:900}.sectors-light .sector-card strong{font-size:18px}.pricing-light .pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-light .pricing-card{background:#fff;color:#172033;border:1px solid #e7dfd2;box-shadow:0 20px 45px #17203314;-webkit-backdrop-filter:none;backdrop-filter:none}.pricing-light .pricing-card.featured{background:#172033;color:#fff;border-color:#172033}.pricing-light .pricing-card h3{margin:12px 0 0;font-size:24px}.pricing-light .pricing-card .pricing-badge{margin:0;background:#f2aa3f;color:#172033}.pricing-light .pricing-card:not(.featured) .pricing-badge{background:#f4eee4;color:#697386}.pricing-light .pricing-price{color:inherit}.pricing-light .pricing-price small{color:currentColor;opacity:.62}.pricing-light .pricing-card ul{margin:0;padding:0;display:grid;gap:10px;list-style:none;color:inherit}.pricing-light .pricing-card li:before{content:"✓";margin-right:8px;color:#2f7f6c;font-weight:900}.pricing-light .pricing-card.featured li:before{color:#f2aa3f}.landing-final{width:calc(100% - 16vw);max-width:1320px;margin:96px auto 80px;padding:56px;border-radius:24px;background:#172033;color:#fff;display:grid;justify-items:center;gap:20px;text-align:center}.landing-final img{width:150px;height:58px;object-fit:contain;filter:brightness(0) invert(1)}.landing-final h2{margin:0;font-size:clamp(32px,4vw,54px)}.landing-loading{margin:80px auto;padding:24px;color:#172033}@media(max-width:1120px){.landing-light .landing-hero{grid-template-columns:1fr;min-height:auto}.product-shot{min-height:460px}.pricing-light .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-row,.showcase-row-reverse{grid-template-columns:1fr;gap:32px}.showcase-row-reverse .showcase-copy,.showcase-row-reverse .showcase-shot{order:initial}.split-section{grid-template-columns:1fr}}@media(max-width:820px){.landing-light .landing-header{height:auto;min-height:72px;padding:12px 20px;flex-wrap:wrap}.landing-menu-button{display:inline-flex}.landing-light .landing-nav{display:none;width:100%;padding:12px 0 4px;flex-direction:column;align-items:flex-start;gap:14px;background:transparent;border:0;color:#172033}.landing-light .landing-nav.open{display:flex}.landing-light .language-switcher--landing{width:100%;justify-content:space-between;gap:12px;padding:8px 0}.landing-light .language-switcher--landing .language-switcher__label{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal;color:#5b6270}.landing-light .language-switcher--landing .language-switcher__select{width:150px}.landing-light .landing-hero{padding:54px 20px 64px}.landing-light .landing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-light .landing-stats>div{padding:22px 20px}.landing-light .landing-section,.landing-final{width:calc(100% - 40px);margin-top:64px}.sectors-light .sector-grid,.pricing-light .pricing-grid{grid-template-columns:1fr}.showcase-rows{gap:56px}.split-section{padding:28px!important}}@media(max-width:640px){.browser-frame{padding:14px}.kiosk-card{position:static;width:100%;margin-top:18px;transform:none}.product-shot{display:block;min-height:0}.landing-light .landing-stats{grid-template-columns:1fr}.tablet-preview{min-height:360px;padding:20px}.tablet-time{font-size:44px}}.pricing-page,.checkout-page,.profile-page{display:grid;gap:20px}.pricing-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.pricing-actions{display:flex;gap:12px;flex-wrap:wrap}.billing-toggle{display:inline-flex;gap:6px;padding:6px;border-radius:999px;background:#94a3b826}.billing-toggle .button.ghost{border-color:transparent;box-shadow:none;padding:.4em 1.1em;min-height:32px}.billing-toggle .button.ghost.active{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.pricing-footer{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.plan-current{display:flex;align-items:center;gap:12px;font-weight:600}.status-pill{padding:6px 12px;border-radius:999px;background:#0ea5e91f;color:#0ea5e9;font-size:12px;font-weight:700}.pricing-alert{border:1px solid rgba(239,68,68,.3);color:#b91c1c}.checkout-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:20px}.checkout-section{margin-top:20px;display:grid;gap:10px}.checkout-list{margin:0;padding-left:18px;color:#475569}.promo-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.checkout-alert{margin-top:10px;padding:10px 12px;border-radius:10px;font-size:13px}.checkout-alert.success{background:#22c55e1f;color:#15803d}.checkout-alert.error{background:#ef44441f;color:#b91c1c}.checkout-note{margin-top:20px;padding:12px 14px;border-radius:12px;background:#0ea5e914;color:#0369a1}.checkout-summary{display:grid;gap:12px;align-self:start}.summary-row{display:flex;justify-content:space-between;font-size:14px}.summary-total{margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;font-size:16px;font-weight:700}.profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.profile-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px dashed rgba(148,163,184,.4);font-size:14px}.profile-row:last-child{border-bottom:none}.profile-alert{padding:12px 16px;border-radius:12px;font-size:14px;background:#f973161f;color:#9a3412}.profile-alert.success{background:#22c55e1f;color:#15803d}.profile-alert.error{background:#ef44441f;color:#b91c1c}.profile-actions{display:grid;gap:12px;align-content:start}.settings-page{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.settings-sidebar{position:sticky;top:88px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a14}.settings-nav-section{border-bottom:1px solid #e5edf7}.settings-nav-section:last-child{border-bottom:0}.settings-nav-title,.settings-nav-item{width:100%;min-height:48px;border:0;border-radius:0;background:#fff;color:#172033;cursor:pointer;font:inherit;font-weight:800;text-align:left;box-shadow:none;letter-spacing:0;text-transform:none}.settings-nav-title{display:flex;align-items:center;justify-content:space-between;padding:0 18px;text-transform:uppercase}.settings-nav-title.active{background:#2f80ed;color:#fff}.settings-nav-item{padding:0 28px;background:#f8fafc;border-right:3px solid transparent}.settings-nav-item.active{background:#eef6fd;border-right-color:#2f80ed;color:#1d4ed8}.settings-content{display:grid;gap:22px;max-width:1260px}.settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-heading p{margin:0 0 4px;color:#2f80ed;font-size:13px;font-weight:900;text-transform:uppercase}.settings-heading h2{margin:0;font-size:28px;line-height:1.1}.settings-section-title{margin:8px 0 -8px;color:#2f80ed;font-size:14px;font-weight:900;text-transform:uppercase}.settings-panel{display:grid;gap:20px;padding:28px;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a14}.settings-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:22px 42px;align-items:center}.settings-field{display:grid;gap:4px}.settings-field span{font-weight:800;color:#172033}.settings-field small,.settings-switch-row small{color:#7c8ca3;font-size:13px;font-weight:700}.settings-field .input,.settings-panel select.input{min-height:40px;border-radius:4px;background:#f8fafc}.settings-field .input[readonly]{color:#64748b;background:#f3f4f6}.settings-profile-avatar{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:#e0f2fe;color:#1d4ed8;font-size:24px;font-weight:900}.settings-switch-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:2px 0}.settings-switch-row span{display:grid;gap:3px}.settings-switch-row input{width:44px;height:24px;appearance:none;border-radius:999px;background:#cbd5e1;cursor:pointer;position:relative;transition:background .2s ease}.settings-switch-row input:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a33;transition:transform .2s ease}.settings-switch-row input:checked{background:#1f2937}.settings-switch-row input:checked:after{transform:translate(20px)}.settings-divider{height:1px;background:#e5edf7}.settings-kiosk-customizer{display:grid;justify-items:start}.settings-kiosk-preview{width:min(100%,420px);min-height:300px;display:grid;justify-items:center;align-content:start;gap:10px;padding:28px 32px;border-radius:4px;color:#fff;box-shadow:inset 0 0 0 1px #ffffff14}.settings-kiosk-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:900}.settings-kiosk-brand span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;font-size:26px}.settings-kiosk-time{margin-top:12px;font-size:44px;line-height:1;font-weight:900}.settings-kiosk-store{font-size:17px;font-weight:900}.settings-kiosk-card{width:min(100%,280px);display:grid;gap:12px;margin-top:18px;padding:18px;border:1px solid;border-radius:14px;background:#ffffff0f}.settings-kiosk-card small{color:#ffffffc7;font-weight:800}.settings-kiosk-card>div:not(.settings-kiosk-keys){height:38px;border-radius:10px}.settings-kiosk-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.settings-kiosk-keys span{display:grid;place-items:center;min-height:38px;border-radius:8px;background:#ffffff1a;font-weight:900}.settings-color-grid,.settings-color-row{display:grid;gap:12px}.settings-color-row{grid-template-columns:150px minmax(0,1fr);align-items:center}.settings-color-row>div{display:flex;flex-wrap:wrap;gap:10px}.settings-color{width:28px;height:28px;min-height:0;padding:0;border:2px solid #ffffff;border-radius:6px;box-shadow:0 0 0 1px #cbd5e1;cursor:pointer}.settings-color.active{box-shadow:0 0 0 2px #1f2937}.settings-color-picker{width:32px;height:32px;padding:0;border:1px solid #cbd5e1;border-radius:6px;background:transparent;cursor:pointer}.settings-section-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.settings-summary-grid{display:grid;gap:4px}.row-menu{position:relative;display:inline-flex}.row-menu-button{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:6px 8px;font-size:18px;line-height:1;color:#0f172a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.row-menu-icon{font-size:18px;line-height:1}.button.ghost.danger{border-color:#ef444466;color:#b91c1c}.row-menu-list{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 24px #0f172a1f;display:grid;z-index:5;min-width:140px}.row-menu-item{background:transparent;border:none;padding:10px 12px;text-align:left;cursor:pointer;font-size:14px;color:#0f172a}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.detail-row{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;font-size:13px;color:#475569}.detail-row strong{color:#0f172a;font-size:14px}.profile-form{display:grid;gap:16px}.profile-form-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.profile-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.profile-form-grid label{display:grid;gap:6px;font-size:13px;color:#475569}.profile-input{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:14px;background:#fff;color:#0f172a}.profile-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0ea5e91f}.profile-form-actions{display:flex;justify-content:flex-end}.profile-referral{display:grid;gap:16px}.referral-content{display:grid;gap:8px}.referral-code{font-family:monospace;font-size:16px;letter-spacing:2px;color:#0284c7;background:#f0f9ff;padding:4px 10px;border-radius:6px}.referral-link-row{flex-wrap:wrap;align-items:flex-start!important}.referral-link-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;min-width:0}.referral-link-text{font-size:12px;color:#64748b;word-break:break-all;flex:1;min-width:0}.referral-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.button.small{padding:6px 12px;font-size:12px;white-space:nowrap;flex-shrink:0}@media(max-width:960px){.checkout-grid,.promo-row{grid-template-columns:1fr}.pricing-intro{align-items:flex-start}}.planning-board .planning-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px;flex-wrap:wrap}.planning-board .planning-toolbar p{margin:4px 0 0;color:#64748b}.planning-board .planning-toolbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.planner-grid{display:grid;gap:0;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff}.planner-row{display:grid;grid-template-columns:220px repeat(7,minmax(160px,1fr)) 120px;min-height:88px}.planner-header{background:#eff6ff;border-bottom:1px solid #e2e8f0}.planner-cell{padding:12px 14px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.planner-cell.day-cell{min-height:140px;position:relative}.planner-row .planner-cell:last-child{border-right:none}.planner-row:last-child .planner-cell{border-bottom:none}.planner-employee-header{background:#f8fafc;font-weight:600}.planner-employee-header-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.planner-employee{background:#f8fafc}.planner-counter-header{background:#f8fafc;font-weight:700;align-items:center;justify-content:center;text-align:center}.planner-counter-cell{background:#f8fafc;align-items:center;justify-content:center;text-align:center}.planner-counter-stack{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.planner-counter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:8px 10px;border-radius:999px;border:1px solid transparent;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.planner-counter-badge.is-planned{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.planner-counter-badge.is-planned.is-over,.planner-counter-badge.is-over{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.planner-counter-badge.is-under{background:#dcfce7;border-color:#86efac;color:#15803d}.planner-counter-badge.is-neutral{background:#e5e7eb;border-color:#cbd5e1;color:#475569}.planner-counter-badge.is-contract{background:#ede9fe;border-color:#c4b5fd;color:#6d28d9}.planner-counter-badge.is-contract,.planner-counter-badge.is-planned,.planner-counter-badge.is-planned.is-over,.planner-counter-badge.is-over,.planner-counter-badge.is-under,.planner-counter-badge.is-neutral{box-shadow:inset 0 -1px #ffffff59;text-shadow:none}.planner-employee-name{font-weight:700}.day-header .day-name{font-weight:700;text-transform:capitalize}.day-header .day-date{color:#64748b;font-size:.9rem}.planner-pool{background:#f8fafc}.planner-pool-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.planner-empty{color:#94a3b8;font-size:.9rem}.planner-shift{border:1px solid #bfdbfe;background:#eff6ff;border-radius:12px;padding:10px 12px;cursor:grab;box-shadow:0 8px 18px #0f172a14;-webkit-user-drag:element;-webkit-user-select:none;user-select:none;position:relative;z-index:2;order:1}.planner-shift-draft{border-style:dashed;background:#f8fafc}.planner-shift-handle{position:absolute;top:8px;right:10px;font-size:.95rem;color:#64748b;cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto;-webkit-user-drag:element;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.planner-shift-handle:active,.planner-shift:active{cursor:grabbing}.planner-shift.dragging{opacity:.6}.planner-grid.dragging .planner-availability,.planner-grid.dragging .planner-empty,.planner-grid.dragging .planner-shift:not(.dragging){pointer-events:none}.planner-grid.dragging .planner-add-shift{opacity:0!important;pointer-events:none!important}.planner-grid.dragging .planner-cell.day-cell{cursor:grabbing}.planner-shift-time{font-weight:700;color:#1d4ed8}.planner-shift-meta{font-size:.85rem;color:#64748b}.planner-availability{margin-top:8px;font-size:.85rem;padding:6px 8px;border-radius:999px;width:fit-content;order:3}.planner-availability.success{background:#dcfce7;color:#166534}.planner-availability.warn{background:#fef3c7;color:#92400e}.planner-availability.danger{background:#fee2e2;color:#991b1b}.planner-cell.day-cell.droppable{background:#f0f9ff;outline:2px dashed rgba(59,130,246,.35);outline-offset:-6px}.planner-cell.day-cell.drop-hover{background:#e0f2fe;outline-color:#0e749099}.planner-cell.day-cell.can-add .planner-empty{transition:opacity .2s ease;order:0}.planner-cell.day-cell.can-add{cursor:pointer}.planner-add-shift{position:static;width:100%;border:1px dashed #94a3b8;border-radius:12px;background:#f8fafce0;color:#475569;font-weight:600;font-size:.95rem;display:flex;align-items:center;justify-content:center;padding:10px 12px;margin-top:8px;opacity:0;pointer-events:none;order:2;transition:opacity .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.planner-cell.day-cell.can-add:hover .planner-add-shift{opacity:1;pointer-events:auto}.planner-cell.day-cell.can-add:hover .planner-empty{opacity:0}.planner-cell.day-cell.can-add-pool .planner-add-shift{border-color:#a7f3d0;color:#0f766e;background:#ecfdf5eb}.planner-cell.day-cell.can-add-pool:hover .planner-add-shift{border-color:#34d399;color:#0f766e;background:#d1fae5f2}.planner-add-shift:hover{border-color:#60a5fa;color:#1d4ed8;background:#eff6ffeb}@media(max-width:1100px){.planner-row{grid-template-columns:200px repeat(7,minmax(140px,1fr)) 110px}}@media(max-width:980px){.planner-grid{overflow-x:auto}.planner-row{width:1320px}}.usage-row{margin-bottom:14px}.usage-row:last-child{margin-bottom:0}.usage-row-top{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:6px}.usage-count{font-weight:700;color:#0f172a}.usage-bar-track{height:7px;background:#e2e8f0;border-radius:99px;overflow:hidden}.usage-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.langue-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.form-success{color:#15803d;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:480px;box-shadow:0 24px 60px #0f172a2e;display:flex;flex-direction:column;gap:20px}.modal-header h3{font-size:18px;font-weight:700;margin:0}.button.auto-plan-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:transparent;font-weight:600}.button.auto-plan-btn:hover:not(:disabled){opacity:.9}.auto-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auto-plan-grid label span,.auto-plan-days span{display:block;font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.auto-plan-days-row{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.day-toggle-btn{padding:6px 10px;border-radius:8px;border:2px solid #e2e8f0;background:#f8fafc;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s}.day-toggle-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.auto-plan-options{display:flex;flex-direction:column;gap:12px}.auto-plan-toggle{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.auto-plan-toggle input[type=checkbox]{margin-top:3px;width:16px;height:16px;flex-shrink:0}.auto-plan-toggle span{display:flex;flex-direction:column;gap:2px}.auto-plan-toggle strong{font-size:14px}.auto-plan-toggle small{font-size:12px;color:#64748b}.auto-plan-max-daily{padding:10px 0 2px;border-top:1px solid #f1f5f9}.auto-plan-max-daily span strong{font-size:14px}.auto-plan-staffing-header{display:flex;align-items:center;justify-content:space-between}.auto-plan-perday-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;padding:4px 10px;border-radius:20px;background:#f1f5f9;border:1px solid #e2e8f0;transition:background .15s}.auto-plan-perday-toggle:hover{background:#e2e8f0}.auto-plan-perday-toggle input[type=checkbox]{width:14px;height:14px}.auto-plan-day-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.day-tab-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.day-tab-btn:hover{border-color:#cbd5e1;background:#f1f5f9}.day-tab-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.day-tab-btn.has-count:not(.active){border-color:#a5b4fc;background:#eef2ff;color:#4338ca}.day-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:#ffffff59;font-size:11px;font-weight:700}.day-tab-btn:not(.active) .day-tab-count{background:#6366f1;color:#fff}.auto-plan-perday-content{padding-top:4px}.auto-plan-exclude{display:flex;flex-direction:column;gap:8px;padding-top:4px}.auto-plan-exclude-list{display:flex;flex-wrap:wrap;gap:6px}.auto-plan-exclude-item{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:20px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px;cursor:pointer;transition:background .15s,border-color .15s}.auto-plan-exclude-item:hover{border-color:#cbd5e1;background:#f1f5f9}.auto-plan-exclude-item.excluded{background:#fef2f2;border-color:#fca5a5;color:#b91c1c;text-decoration:line-through}.auto-plan-exclude-item input[type=checkbox]{width:14px;height:14px;flex-shrink:0}.auto-plan-info{display:grid;grid-template-columns:1fr auto;gap:4px 16px;background:#f8fafc;border-radius:10px;padding:12px 16px;font-size:13px;color:#475569}.auto-plan-info strong{color:#6366f1;font-weight:700;text-align:right}.auto-plan-staffing{display:flex;flex-direction:column;gap:14px}.auto-plan-staffing>span{font-size:13px;font-weight:600;color:#374151;margin-bottom:2px}.staffing-position-block{display:flex;flex-direction:column;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px}.staffing-position-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.staffing-position-name{font-size:13px;font-weight:700;color:#1e293b}.staffing-max-hint{font-size:11px;color:#94a3b8}.staffing-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.staffing-times{display:flex;align-items:center;gap:4px;flex-shrink:0}.staffing-times .input.compact{width:88px;padding:4px 6px;font-size:12px}.staffing-time-sep{font-size:12px;color:#94a3b8;flex-shrink:0}.staffing-stepper{display:flex;align-items:center;gap:8px;flex-shrink:0}.staffing-step-btn{width:36px;height:36px;border-radius:50%;border:2px solid #cbd5e1;background:#f8fafc;color:#374151;font-size:20px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s,transform .1s;flex-shrink:0;padding:0}.staffing-step-btn:hover:not(:disabled){background:#eef2ff;border-color:#6366f1;color:#6366f1;transform:scale(1.1)}.staffing-step-btn:disabled{opacity:.3;cursor:not-allowed}.staffing-counter-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:64px;border-radius:12px;border:2px solid #e2e8f0;background:#f8fafc;gap:2px;transition:border-color .15s,background .15s;flex-shrink:0}.staffing-counter-box.filled{border-color:#6366f1;background:#eef2ff}.staffing-counter-num{font-size:28px;font-weight:900;line-height:1;color:#94a3b8;transition:color .15s}.staffing-counter-box.filled .staffing-counter-num{color:#6366f1}.staffing-counter-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;transition:color .15s}.staffing-counter-box.filled .staffing-counter-label{color:#818cf8}.staffing-add-slot-btn{align-self:flex-start;font-size:12px;padding:4px 10px;margin-top:2px;color:#6366f1;border-color:#a5b4fc}.staffing-add-slot-btn:hover{background:#eef2ff}.staffing-remove-btn{font-size:16px;line-height:1;padding:2px 7px;color:#ef4444;flex-shrink:0}.staffing-remove-btn:hover{background:#fee2e2}.auto-plan-modal{max-width:540px;width:100%;max-height:90vh;overflow-y:auto}.autoplan-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:14px;padding:14px 18px;margin-bottom:16px;box-shadow:0 4px 20px #6366f159;animation:banner-slide-in .3s ease}@keyframes banner-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.autoplan-banner-content{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.autoplan-banner-emoji{font-size:28px;flex-shrink:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}.autoplan-banner-content div{display:flex;flex-direction:column;gap:2px;min-width:0}.autoplan-banner-content strong{font-size:15px;font-weight:700;white-space:nowrap}.autoplan-banner-content span{font-size:13px;opacity:.88;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autoplan-banner .button.primary.compact{background:#fff;color:#6366f1;border:none;font-weight:700;white-space:nowrap;flex-shrink:0;padding:7px 16px;border-radius:8px;font-size:13px;cursor:pointer;transition:opacity .15s}.autoplan-banner .button.primary.compact:hover{opacity:.88}.autoplan-banner-close{background:#ffffff2e;border:none;color:#fff;width:26px;height:26px;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.autoplan-banner-close:hover{background:#ffffff4d}.dashboard-page{--dash-blue: #2f80ed;--dash-teal: #14b8a6;position:relative}.dashboard-page .fade-up{opacity:0;transform:translateY(18px);animation:dash-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i, 0) * 90ms)}@keyframes dash-fade-up{to{opacity:1;transform:translateY(0)}}.dashboard-page .dash-filter-bar{display:flex;justify-content:flex-end;margin-bottom:4px}.dashboard-page .dash-shifts-card{margin-top:16px}.dashboard-page .grid-3{perspective:1000px}.dashboard-page .grid-3 .stat{position:relative;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;will-change:transform}.dashboard-page .grid-3 .stat:before{content:"";position:absolute;left:20px;right:20px;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--dash-blue),var(--dash-teal));transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.22,1,.36,1)}.dashboard-page .grid-3 .stat:hover{transform:translateY(-6px);box-shadow:0 22px 45px #0f172a24}.dashboard-page .grid-3 .stat:hover:before{transform:scaleX(1)}.dashboard-page .stat-value{font-variant-numeric:tabular-nums;background:linear-gradient(90deg,#0f172a,#1e3a8a);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.01em}.dashboard-page .table tbody tr{opacity:0;animation:dash-row-in .45s ease forwards;animation-delay:calc(var(--row, 0) * 45ms)}@keyframes dash-row-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.dashboard-page .table tbody tr:hover{background:#2f80ed0d}.dashboard-page .live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--dash-blue);margin-right:6px;animation:dash-pulse 1.6s ease-out infinite}@keyframes dash-pulse{0%{box-shadow:0 0 #2f80ed73}70%{box-shadow:0 0 0 8px #2f80ed00}to{box-shadow:0 0 #2f80ed00}}.dashboard-page .button.primary:active{transform:scale(.96)}@media(prefers-reduced-motion:reduce){.dashboard-page .fade-up,.dashboard-page .table tbody tr,.dashboard-page .live-dot{animation:none!important;opacity:1!important;transform:none!important}}
