:root{--turnera-red:var(--ti-brand,#e1483d);--turnera-red-2:#ef5a50;--turnera-red-dark:var(--ti-brand-hover,#c73b30);--turnera-bg:var(--ti-bg,#faf7f4);--turnera-surface:var(--ti-surface,#fff);--turnera-soft:var(--ti-brand-softer,#fff1ed);--turnera-border:var(--ti-border,#ede1d9);--turnera-text:var(--ti-text,#1d1512);--turnera-muted:var(--ti-text-muted,#75635c);--turnera-radius-sm:var(--ti-radius-md,12px);--turnera-radius-md:var(--ti-radius-lg,16px);--turnera-radius-lg:var(--ti-radius-2xl,24px);--turnera-shadow-sm:var(--ti-shadow-card,0 8px 24px #1f14100e);--turnera-shadow-md:var(--ti-shadow-hover,0 18px 38px #1f141017);--turnera-font:var(--ti-font,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{min-height:100%}body{font-family:var(--turnera-font);background:radial-gradient(circle at 2% -6%, #e1483d14, transparent 34rem), linear-gradient(180deg, #fffaf7 0%, var(--turnera-bg) 44%, #f6eee8 100%);color:var(--turnera-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button{letter-spacing:-.01em}button:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.58;cursor:not-allowed}img,svg,video,canvas{max-width:100%}a{color:var(--ti-brand);text-decoration:none}a:hover{color:var(--ti-brand-hover)}h1,h2,h3,h4,h5,h6{color:var(--ti-text);letter-spacing:-.035em;margin-top:0;line-height:1.12}p{margin-top:0}.turnera-app-shell{background:radial-gradient(circle at top left, var(--ti-brand-softer), transparent 34rem), var(--ti-bg);min-height:100vh;color:var(--ti-text);font-family:var(--ti-font)}.turnera-page{width:min(var(--ti-page-max,1440px), calc(100vw - 32px));margin:0 auto;padding:28px 0 56px}.turnera-page-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.turnera-stack{flex-direction:column;gap:16px;display:flex}.turnera-stack-sm{flex-direction:column;gap:8px;display:flex}.turnera-stack-lg{flex-direction:column;gap:24px;display:flex}.turnera-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.turnera-row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.turnera-eyebrow{color:var(--ti-brand);letter-spacing:.105em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.turnera-title{color:var(--ti-text);letter-spacing:-.055em;margin:0;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.04}.turnera-subtitle{max-width:760px;color:var(--ti-text-muted);margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.62}.turnera-grid{grid-template-columns:repeat(auto-fit,minmax(248px,1fr));gap:18px;display:grid}.turnera-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.turnera-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.turnera-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.turnera-card,.turnera-panel{background:var(--ti-surface);border:1px solid var(--ti-border);border-radius:var(--ti-radius-2xl);box-shadow:var(--ti-shadow-card);color:var(--ti-text)}.turnera-panel{padding:24px}.turnera-card{overflow:hidden}.turnera-card__body{padding:24px}.turnera-card:hover{box-shadow:var(--ti-shadow-hover);transition:box-shadow .18s,transform .18s;transform:translateY(-1px)}.turnera-divider{background:var(--ti-border-soft);height:1px;margin:18px 0}.turnera-button,.turnera-btn-primary,.turnera-btn-secondary{min-height:var(--ti-control-h,44px);border-radius:var(--ti-radius-md);font:800 13px/1 var(--ti-font);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 16px;transition:transform .14s,box-shadow .14s,background .14s,border-color .14s;display:inline-flex}.turnera-button:hover,.turnera-btn-primary:hover,.turnera-btn-secondary:hover{transform:translateY(-1px)}.turnera-button--primary,.turnera-btn-primary{background:linear-gradient(135deg, var(--ti-brand), var(--ti-brand-hover));color:#fff;box-shadow:var(--ti-shadow-brand);border:1px solid #0000}.turnera-button--secondary,.turnera-btn-secondary{background:var(--ti-brand-soft);color:var(--ti-brand-hover);border:1px solid var(--ti-brand-tint)}.turnera-button--ghost{background:var(--ti-surface);color:var(--ti-text-2);border:1px solid var(--ti-border);box-shadow:var(--ti-shadow-xs)}.turnera-button--danger{background:var(--ti-danger-soft);color:var(--ti-danger);border:1px solid #c8322b2e}.turnera-input,.turnera-select,.turnera-textarea,input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{min-height:var(--ti-control-h,44px);border:1px solid var(--ti-border-strong);background:var(--ti-surface);color:var(--ti-text);border-radius:var(--ti-radius-md);font:600 14px/1.3 var(--ti-font);outline:none;padding:11px 14px;transition:border-color .14s,box-shadow .14s,background .14s;box-shadow:0 1px #1f141005}textarea,.turnera-textarea{resize:vertical;min-height:108px;line-height:1.5}.turnera-input:focus,.turnera-select:focus,.turnera-textarea:focus,input:focus,select:focus,textarea:focus{border-color:var(--ti-brand);box-shadow:var(--ti-shadow-ring)}::placeholder{color:var(--ti-text-faint);opacity:1}.turnera-label{color:var(--ti-text-2);letter-spacing:.01em;margin:0 0 7px;font-size:12px;font-weight:800;display:block}.turnera-help{color:var(--ti-text-muted);margin-top:6px;font-size:12px;line-height:1.45}.turnera-status-pill,.turnera-badge{border:1px solid var(--ti-border);background:var(--ti-surface-muted);color:var(--ti-text-2);letter-spacing:.035em;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.turnera-badge--brand{background:var(--ti-brand-soft);color:var(--ti-brand-hover);border-color:var(--ti-brand-tint)}.turnera-badge--success{background:var(--ti-success-soft);color:var(--ti-success);border-color:#1484492e}.turnera-badge--warning{background:var(--ti-warning-soft);color:var(--ti-warning);border-color:#b7791f2e}.turnera-badge--danger{background:var(--ti-danger-soft);color:var(--ti-danger);border-color:#c8322b2e}.turnera-badge--info{background:var(--ti-info-soft);color:var(--ti-info);border-color:#2764b52e}.turnera-table-wrap{border:1px solid var(--ti-border);border-radius:var(--ti-radius-xl);background:var(--ti-surface);box-shadow:var(--ti-shadow-xs);overflow:auto}table.turnera-table,.turnera-table-wrap table{border-collapse:collapse;width:100%;font-size:13px}.turnera-table th,.turnera-table-wrap th{text-align:left;color:var(--ti-text-muted);background:var(--ti-surface-alt);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--ti-border);padding:12px 14px;font-size:11px;font-weight:900}.turnera-table td,.turnera-table-wrap td{border-bottom:1px solid var(--ti-border-soft);color:var(--ti-text-2);vertical-align:middle;padding:13px 14px}.turnera-table tr:last-child td,.turnera-table-wrap tr:last-child td{border-bottom:0}.turnera-kpi{border-radius:var(--ti-radius-2xl);background:var(--ti-surface);border:1px solid var(--ti-border);box-shadow:var(--ti-shadow-card);padding:20px}.turnera-kpi__label{color:var(--ti-text-muted);margin:0 0 8px;font-size:12px;font-weight:800}.turnera-kpi__value{color:var(--ti-text);letter-spacing:-.045em;margin:0;font-size:30px;font-weight:900;line-height:1}.turnera-kpi__meta{color:var(--ti-text-muted);margin:10px 0 0;font-size:12px;font-weight:600}.turnera-logo{object-fit:contain;display:block}#root [style*="border-radius: 30px"],#root [style*="borderRadius: 30"]{border-radius:var(--ti-radius-2xl)!important}#root [style*=box-shadow],#root [style*=boxShadow]{box-shadow:var(--ti-shadow-card)}@media (width<=1080px){.turnera-grid-4,.turnera-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){body{font-size:14px}.turnera-page{width:min(100vw - 20px,720px);padding-top:18px;padding-bottom:36px}.turnera-page-header{flex-direction:column;align-items:stretch;gap:14px}.turnera-title{font-size:clamp(26px,9vw,34px)}.turnera-grid,.turnera-grid-2,.turnera-grid-3,.turnera-grid-4{grid-template-columns:1fr;gap:14px}.turnera-panel,.turnera-card__body{padding:18px}}:root{--ti-bg:#f7f7f6;--ti-surface:#fff;--ti-surface-alt:#fbfaf9;--ti-surface-muted:#f4f1ef;--ti-brand:#e53935;--ti-brand-hover:#c62828;--ti-brand-soft:#fdecec;--ti-brand-softer:#fff5f5;--ti-brand-tint:#f8caca;--ti-text:#171717;--ti-text-2:#3f3f46;--ti-text-muted:#71717a;--ti-text-faint:#a1a1aa;--ti-border:#e7e5e4;--ti-border-soft:#f1f1f0;--ti-border-strong:#d6d3d1;--ti-radius-md:10px;--ti-radius-lg:12px;--ti-radius-xl:16px;--ti-radius-2xl:18px;--ti-control-h:40px;--ti-page-max:1280px;--ti-shadow-card:0 1px 2px #0f172a0a, 0 10px 28px #0f172a0d;--ti-shadow-hover:0 10px 24px #0f172a14, 0 24px 48px #0f172a1a;--ti-shadow-brand:0 10px 22px #e539352e;--ti-shadow-ring:0 0 0 4px #e5393524;--ti-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{background:var(--ti-bg)!important;color:var(--ti-text)!important;font-size:14px!important}body,button,input,select,textarea{font-family:var(--ti-font)!important}h1,.turnera-title{letter-spacing:-.035em!important;color:var(--ti-text)!important;font-size:28px!important;font-weight:800!important;line-height:1.08!important}h2{letter-spacing:-.02em!important;font-size:20px!important;font-weight:750!important}h3{letter-spacing:-.01em!important;font-size:16px!important;font-weight:750!important}p,span,div,label,button,input,select,textarea{-webkit-font-smoothing:antialiased}.turnera-page{width:min(var(--ti-page-max), calc(100vw - 48px));padding:24px 0 48px!important}.turnera-page-header{align-items:center!important;margin-bottom:20px!important}.turnera-subtitle{color:var(--ti-text-muted)!important;margin-top:6px!important;font-size:13px!important;font-weight:500!important;line-height:1.5!important}.turnera-grid,.turnera-grid-2,.turnera-grid-3,.turnera-grid-4{gap:16px!important}.turnera-card,.turnera-panel,[class*=Card],[class*=Panel],[class*=card],[class*=panel]{border-color:var(--ti-border)!important;border-radius:var(--ti-radius-2xl)!important;box-shadow:var(--ti-shadow-card)!important}.turnera-panel,.turnera-card__body{padding:20px!important}button:not([aria-hidden=true]),.turnera-button,.turnera-btn-primary,.turnera-btn-secondary,input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{border-radius:var(--ti-radius-md)!important}button:not([aria-hidden=true]){min-height:36px;font-size:12px!important;font-weight:700!important}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{min-height:var(--ti-control-h)!important;border-color:var(--ti-border)!important;color:var(--ti-text)!important;background:#fff!important;font-size:13px!important;font-weight:500!important}aside nav button,aside button{letter-spacing:0!important;font-size:13px!important}aside img[alt=Turnera]{max-width:132px!important}aside [style*="border-radius: 13"],aside button{border-radius:10px!important}table{border-collapse:separate!important;border-spacing:0!important;font-size:13px!important}th{color:var(--ti-text-muted)!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:11px!important;font-weight:800!important}td{color:var(--ti-text-2)!important}.turnera-badge,.turnera-status-pill,[class*=badge],[class*=Badge],[class*=chip],[class*=Chip]{border-radius:999px!important;font-size:11px!important;font-weight:750!important}@media (width<=900px){.turnera-page{width:calc(100vw - 28px);padding-top:16px!important}h1,.turnera-title{font-size:24px!important}}.turnera-messages-page{width:100%;min-height:calc(100vh - 168px);padding:24px 0 32px}.turnera-messages-card{background:#fff;border:1px solid #ece5e1;border-radius:20px;grid-template-columns:340px minmax(0,1fr);width:100%;max-width:none;min-height:calc(100vh - 220px);display:grid;overflow:hidden;box-shadow:0 18px 48px #2319140f}.turnera-messages-staff-panel{background:#fffdfc;border-right:1px solid #eee5e0;flex-direction:column;gap:16px;min-width:0;padding:20px;display:flex}.turnera-messages-panel-header,.turnera-chat-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.turnera-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:#a28f88;margin:0 0 6px;font-size:11px;font-weight:800;line-height:1}.turnera-messages-panel-header h3,.turnera-chat-header h3{color:#171312;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800;line-height:1.2}.turnera-count-pill,.turnera-chat-badge{color:#df2f2f;background:#fff1ef;border:1px solid #ffd7d2;border-radius:999px;justify-content:center;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.turnera-messages-search{color:#9b8982;background:#fff;border:1px solid #ece3de;border-radius:13px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:44px;padding:0 13px;display:grid;box-shadow:0 8px 18px #23191406}.turnera-messages-search:focus-within{border-color:#ffb8af;box-shadow:0 0 0 4px #df2f2f14}.turnera-messages-search span{color:#9b8982;justify-content:center;align-items:center;width:20px;line-height:1;display:inline-flex}.turnera-messages-search input{color:#271f1c;width:100%;min-width:0;font:inherit;height:42px;font-size:14px;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.turnera-staff-list{flex-direction:column;gap:8px;padding-right:2px;display:flex;overflow-y:auto}.turnera-staff-row{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;grid-template-columns:40px minmax(0,1fr) 8px;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px;transition:background .18s,border-color .18s,transform .18s;display:grid}.turnera-staff-row:hover,.turnera-staff-row.is-active{background:#fff1ef;border-color:#ffd7d2}.turnera-staff-row:active{transform:scale(.99)}.turnera-staff-avatar{color:#df2f2f;background:#f2f4f7;border:1px solid #e8ded9;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:900;display:flex;overflow:hidden}.turnera-staff-avatar.large{width:44px;height:44px}.turnera-staff-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.turnera-staff-meta strong{color:#211916;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:1.2;overflow:hidden}.turnera-staff-meta span{color:#8d7a73;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.turnera-status-dot{background:#18a058;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 3px #18a0581f}.turnera-chat-panel{background:#fff;flex-direction:column;min-width:0;display:flex}.turnera-chat-header{background:#ffffffeb;border-bottom:1px solid #eee5e0;min-height:76px;padding:18px 22px}.turnera-chat-person{align-items:center;gap:12px;min-width:0;display:flex}.turnera-chat-person p{color:#8a7770;margin:4px 0 0;font-size:13px}.turnera-chat-person p span{color:#18a058;font-weight:700}.turnera-chat-messages{background:radial-gradient(circle at 20% 0,#ef4f4509,#0000 34%),#fffdfc;flex-direction:column;flex:1;gap:14px;min-height:0;padding:28px;display:flex;overflow-y:auto}.turnera-chat-empty,.turnera-empty-state{text-align:center;color:#89756e;margin:auto;font-size:14px}.turnera-chat-empty h3{color:#211916;margin:12px 0 6px;font-size:20px;font-weight:850}.turnera-chat-empty p{color:#8d7a73;margin:0}.turnera-chat-empty-icon{background:#fff1ef;border:1px solid #ffd7d2;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;font-size:24px;display:flex}.turnera-empty-state.small{background:#fffaf8;border:1px dashed #eadeda;border-radius:14px;margin:8px 0;padding:16px}.turnera-message-row{flex-direction:column;max-width:76%;display:flex}.turnera-message-row.is-me{align-self:flex-end;align-items:flex-end}.turnera-message-row.is-them{align-self:flex-start;align-items:flex-start}.turnera-message-bubble{border:1px solid #eadeda;border-radius:18px;padding:11px 14px;box-shadow:0 8px 24px #2319140d}.turnera-message-row.is-me .turnera-message-bubble{color:#fff;background:#df2f2f;border-color:#df2f2f;border-bottom-right-radius:6px}.turnera-message-row.is-them .turnera-message-bubble{color:#251c19;background:#fff;border-bottom-left-radius:6px}.turnera-message-bubble p{color:inherit;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.55}.turnera-message-time{color:#a28f88;margin-top:5px;padding:0 4px;font-size:11px;line-height:1.2}.turnera-message-media,.turnera-compose-media{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.turnera-message-attachment{width:84px;height:84px;color:inherit;background:#00000014;border:1px solid #ffffff6b;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:flex;overflow:hidden}.turnera-message-attachment img,.turnera-compose-thumb img{object-fit:cover;width:100%;height:100%;display:block}.turnera-compose-media{background:#fffdfc;margin:0;padding:12px 22px 0}.turnera-compose-thumb{background:#f7f2ef;border:1px solid #eadeda;border-radius:12px;width:56px;height:56px;position:relative;overflow:hidden}.turnera-compose-thumb button{color:#fff;cursor:pointer;background:#181210c7;border:0;border-radius:999px;width:18px;height:18px;position:absolute;top:4px;right:4px}.turnera-chat-composer{background:#fff;border-top:1px solid #eee5e0;padding:16px 22px 18px}.turnera-icon-button,.turnera-send-button{cursor:pointer;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,box-shadow .18s;display:inline-flex}.turnera-icon-button{color:#6f5b54;background:#fffaf8;border:1px solid #ece3de}.turnera-icon-button input{display:none}.turnera-icon-button.is-disabled{opacity:.5;cursor:not-allowed}.turnera-chat-composer textarea{resize:none;color:#211916;min-height:42px;max-height:120px;font:inherit;background:#fffaf8;border:1px solid #ece3de;border-radius:13px;outline:0;padding:12px 14px;font-size:14px;line-height:1.3}.turnera-chat-composer textarea:focus{border-color:#ffb8af;box-shadow:0 0 0 4px #df2f2f14}.turnera-send-button{color:#fff;background:#df2f2f;border:0;font-size:18px;font-weight:900;box-shadow:0 12px 26px #df2f2f2e}.turnera-send-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.turnera-email-toggle{color:#806c65;cursor:pointer;align-items:center;gap:8px;margin-top:12px;font-size:13px;display:inline-flex}.turnera-email-toggle input{accent-color:#df2f2f;width:15px;height:15px}@media (width<=980px){.turnera-messages-card{grid-template-columns:1fr}.turnera-messages-staff-panel{border-bottom:1px solid #eee5e0;border-right:0}.turnera-staff-list{max-height:260px}}.staff-mobile-topbar,.staff-bottom-nav,.staff-mobile-backdrop{display:none}@media (width<=760px){body{background:#fff}.staff-shell{background:radial-gradient(circle at 50% 4%,#e1483d13,#0000 18rem),#fff!important;grid-template-columns:none!important;min-height:100dvh!important;display:block!important}.staff-main{width:100%!important;max-width:none!important;padding:0 18px calc(108px + env(safe-area-inset-bottom))!important;margin:0!important}.staff-mobile-topbar{height:calc(104px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 20px 12px;z-index:900;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #1f141014;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;margin:0 -18px 30px;display:grid;position:sticky;top:0}.staff-mobile-logo{justify-self:center;width:112px;height:auto;display:block}.staff-mobile-icon-btn{color:#171717;background:0 0;border:0;border-radius:18px;place-items:center;width:52px;height:52px;display:inline-grid;position:relative}.staff-mobile-icon-btn:active{background:#e1483d14}.staff-mobile-badge,.staff-bottom-badge{color:#fff;background:#e1483d;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:900;display:grid;position:absolute}.staff-mobile-badge{top:8px;right:8px}.staff-topbar{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:16px!important;margin:0 0 24px!important;display:grid!important}.staff-page-title{letter-spacing:-.065em!important;margin:0 0 10px!important;font-size:clamp(42px,13vw,58px)!important;font-weight:950!important;line-height:.94!important}.staff-page-subtitle{color:#6f6a68!important;margin:0!important;font-size:24px!important;font-weight:600!important;line-height:1.25!important}.staff-top-actions{grid-template-columns:1fr!important;justify-items:end!important;gap:10px!important;display:grid!important}.staff-top-actions>button[aria-label^=Notifications],.staff-top-actions>button[title=Refresh\ tasks]{display:none!important}.staff-welcome-chip{min-height:70px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:22px!important;padding:8px 10px 8px 8px!important}.staff-welcome-chip>div:first-child{background:#fff!important;border:1px solid #1f141014!important;width:58px!important;height:58px!important;font-size:24px!important;box-shadow:0 10px 26px #1f141017!important}.staff-welcome-label{color:#6f6a68!important;font-size:19px!important}.staff-welcome-name{color:#111!important;font-size:24px!important;font-weight:900!important}.staff-top-actions .turnera-lang-switcher,.staff-top-actions select,.staff-top-actions [class*=Lang]{min-height:54px!important}.staff-sidebar{transform:translate(-105%);z-index:1100!important;width:min(82vw,310px)!important;min-height:100dvh!important;transition:transform .22s!important;position:fixed!important;inset:0 auto 0 0!important;box-shadow:24px 0 70px #1f141029!important}.staff-sidebar--open{transform:translate(0)!important}.staff-mobile-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f141047;border:0;display:block;position:fixed;inset:0}.staff-sidebar-logo{text-align:center;padding:24px 22px 16px!important}.staff-logo-img{width:142px!important;margin:0 auto!important}.staff-nav{gap:8px!important;padding:10px 14px!important}.staff-nav-btn{border-radius:18px!important;min-height:52px!important;font-size:15px!important}.staff-content{gap:22px!important;display:grid!important}.staff-stats-card{background:#fffffffa!important;border:1px solid #1f141014!important;border-radius:28px!important;margin:0!important;padding:30px 4px 28px!important;box-shadow:0 18px 45px #1f14100e!important}.staff-stat{gap:10px!important;min-height:86px!important}.staff-stat-divider{background:#e1483d24!important;margin:8px 0!important}.staff-stat-num{letter-spacing:-.05em!important;font-size:40px!important;font-weight:950!important;line-height:.9!important}.staff-stat-label{letter-spacing:.04em!important;color:#77706d!important;font-size:15px!important;font-weight:700!important;line-height:1.2!important}.staff-empty-card{background:#fffffffa!important;border:1px solid #1f141014!important;border-radius:32px!important;min-height:min(58dvh,620px)!important;margin-top:18px!important;padding:60px 28px!important;box-shadow:0 18px 45px #1f14100e!important}.staff-empty-icon{background:radial-gradient(circle,#ffe5e0f2,#fff0ecb8)!important;border-radius:999px!important;place-items:center!important;width:156px!important;height:156px!important;margin-bottom:34px!important;font-size:66px!important;display:grid!important}.staff-empty-title{letter-spacing:-.035em!important;color:#111!important;margin:0 0 20px!important;font-size:31px!important;font-weight:950!important;line-height:1.08!important}.staff-empty-subtitle{color:#73706d!important;max-width:330px!important;font-size:24px!important;font-weight:500!important;line-height:1.55!important}.staff-task-list{gap:14px!important;padding:0!important;display:grid!important}.staff-task-card{background:#fff!important;border:1px solid #1f141014!important;border-radius:24px!important;padding:18px!important;box-shadow:0 12px 30px #1f14100e!important}.staff-bottom-nav{z-index:950;min-height:calc(92px + env(safe-area-inset-bottom));padding:12px 36px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-top:1px solid #1f141014;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -18px 50px #1f141014}.staff-bottom-nav-btn{color:#77706d;background:0 0;border:0;border-radius:22px;align-content:center;place-items:center;gap:7px;font-size:18px;font-weight:850;display:grid;position:relative}.staff-bottom-icon{color:currentColor;border-radius:19px;place-items:center;width:56px;height:56px;font-size:25px;display:grid}.staff-bottom-nav-btn--active{color:#e1483d}.staff-bottom-nav-btn--active .staff-bottom-icon{color:#fff;background:linear-gradient(135deg,#ef3f38,#e1483d);box-shadow:0 14px 24px #e1483d47}.staff-bottom-badge{top:8px;right:calc(50% - 38px)}}@media (width<=430px){.staff-main{padding-left:14px!important;padding-right:14px!important}.staff-mobile-topbar{margin-left:-14px;margin-right:-14px}.staff-page-title{font-size:40px!important}.staff-page-subtitle{font-size:20px!important}.staff-welcome-chip>div:first-child{width:50px!important;height:50px!important;font-size:20px!important}.staff-welcome-label{font-size:16px!important}.staff-welcome-name{font-size:20px!important}.staff-stat-num{font-size:34px!important}.staff-stat-label{font-size:12px!important}.staff-empty-card{border-radius:28px!important;padding:42px 22px!important}.staff-empty-icon{width:130px!important;height:130px!important;font-size:54px!important}.staff-empty-title{font-size:27px!important}.staff-empty-subtitle{font-size:19px!important}.staff-bottom-nav{padding-left:22px;padding-right:22px}}:root{--ti-space-1:4px;--ti-space-2:8px;--ti-space-3:12px;--ti-space-4:16px;--ti-space-5:20px;--ti-space-6:24px;--ti-space-8:32px;--ti-space-10:40px;--ti-field-height:44px;--ti-card-pad:24px;--ti-page-gutter:clamp(16px, 2.2vw, 32px);--ti-page-width:1440px}.ti-app-shell,.turnera-app-shell,.staff-shell{font-family:var(--ti-font)!important;color:var(--ti-text)!important}.ti-page-container,.turnera-page,main>section:not(.turnera-messages-page){width:min(var(--ti-page-width), calc(100vw - (var(--ti-page-gutter) * 2)))!important;margin-inline:auto!important}.ti-page-container{padding-block:var(--ti-space-6) var(--ti-space-10)}.ti-page-container--full,.turnera-messages-page{width:100%!important;max-width:none!important}.ti-page-toolbar,.turnera-page-header{justify-content:space-between!important;align-items:flex-end!important;gap:var(--ti-space-6)!important;margin-bottom:var(--ti-space-6)!important;display:flex!important}.ti-eyebrow,.turnera-eyebrow{margin:0 0 var(--ti-space-2)!important;color:var(--ti-brand)!important;letter-spacing:.09em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:850!important;line-height:1!important}.ti-page-title,.turnera-title,h1{color:var(--ti-text)!important;letter-spacing:-.045em!important;font-size:clamp(26px,3.2vw,42px)!important;font-weight:900!important;line-height:1.05!important}.ti-page-description,.turnera-subtitle{color:var(--ti-text-muted)!important;font-size:14px!important;font-weight:600!important;line-height:1.6!important}.ti-content-grid{gap:var(--ti-space-5);display:grid}.ti-content-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ti-content-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ti-content-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.turnera-input,.turnera-select,.turnera-textarea){min-height:var(--ti-field-height)!important;border:1px solid var(--ti-border)!important;background:var(--ti-surface)!important;color:var(--ti-text)!important;font-family:var(--ti-font)!important;border-radius:14px!important;padding:11px 14px!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important;box-shadow:0 1px #0f172a05!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.turnera-input,.turnera-select,.turnera-textarea):focus{border-color:var(--ti-brand)!important;box-shadow:var(--ti-shadow-ring)!important;outline:none!important}.turnera-messages-search input,label[class*=search i] input{box-shadow:none!important;background:0 0!important;border:0!important;min-height:40px!important;padding:0!important}:where(button,.turnera-button,.turnera-btn-primary,.turnera-btn-secondary){min-height:40px!important;font-family:var(--ti-font)!important;border-radius:14px!important;font-size:13px!important;font-weight:800!important;line-height:1!important}:where(.turnera-card,.turnera-panel,.ti-card,[class*=Card],[class*=panel i]){border-radius:22px}.turnera-messages-page{padding:var(--ti-space-6) 0 var(--ti-space-8)!important}.turnera-messages-card{border-radius:24px!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;min-height:calc(100vh - 190px)!important}.turnera-messages-staff-panel,.turnera-chat-header,.turnera-chat-composer{padding-inline:var(--ti-space-6)!important}.turnera-spinner{border:3px solid var(--ti-brand-soft);border-top-color:var(--ti-brand);width:28px;height:28px;margin:var(--ti-space-6) auto;border-radius:999px;animation:.8s linear infinite tiSpin}@media (width<=920px){.ti-page-toolbar,.turnera-page-header{align-items:stretch!important;gap:var(--ti-space-4)!important;flex-direction:column!important}.ti-content-grid--2,.ti-content-grid--3,.ti-content-grid--4{grid-template-columns:1fr}.turnera-messages-card{grid-template-columns:1fr!important;min-height:calc(100dvh - 120px)!important}}@media (width<=760px){:root{--ti-page-gutter:16px;--ti-card-pad:18px;--ti-field-height:48px}.ti-page-container,.turnera-page,main>section:not(.turnera-messages-page){width:calc(100vw - 32px)!important;padding-top:16px!important}.ti-page-title,.turnera-title,h1{font-size:26px!important}:where(button,.turnera-button,.turnera-btn-primary,.turnera-btn-secondary){min-height:46px!important}.turnera-messages-page{padding:0!important}.turnera-messages-card{border-left:0!important;border-right:0!important;border-radius:0!important}.turnera-chat-messages{padding:18px!important}}:root{--tn-page-max:1440px;--tn-page-pad-x:clamp(16px, 3vw, 32px);--tn-page-pad-y:clamp(16px, 2.5vw, 28px);--tn-gap-xs:6px;--tn-gap-sm:10px;--tn-gap-md:14px;--tn-gap-lg:20px;--tn-gap-xl:28px;--tn-radius-sm:10px;--tn-radius-md:14px;--tn-radius-lg:20px;--tn-radius-xl:28px;--tn-control-h:44px;--tn-control-h-sm:36px;--tn-control-h-lg:52px;--tn-text:#241c19;--tn-muted:#7d625d;--tn-soft:#fff7f4;--tn-card:#fffdfb;--tn-border:#eadfd9;--tn-primary:#e05246;--tn-primary-strong:#bf332a;--tn-shadow-card:0 16px 40px #62342d14}.tn-page-container{width:min(100%, var(--tn-page-max));padding:var(--tn-page-pad-y) var(--tn-page-pad-x);gap:var(--tn-gap-lg);margin-inline:auto;display:grid}.tn-page-container--wide{--tn-page-max:1680px}.tn-page-header{justify-content:space-between;align-items:flex-start;gap:var(--tn-gap-lg);flex-wrap:wrap;display:flex}.tn-page-header__copy{gap:6px;min-width:min(100%,420px);display:grid}.tn-page-header__actions{justify-content:flex-end;align-items:center;gap:var(--tn-gap-sm);flex-wrap:wrap;display:flex}.tn-eyebrow{color:var(--tn-primary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:850;line-height:1.2}.tn-page-title{color:var(--tn-text);letter-spacing:-.035em;margin:0;font-size:clamp(25px,2.3vw,36px);font-weight:850;line-height:1.05}.tn-page-description{color:var(--tn-muted);max-width:760px;margin:0;font-size:14px;line-height:1.55}.tn-page-grid{gap:var(--tn-gap-md);display:grid}.tn-page-grid--auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tn-page-grid--two{grid-template-columns:minmax(0,1fr) minmax(320px,.42fr)}.tn-panel{background:var(--tn-card);border:1px solid var(--tn-border);border-radius:var(--tn-radius-lg);box-shadow:var(--tn-shadow-card);min-width:0;padding:clamp(16px,2vw,24px)}.tn-panel--soft{background:linear-gradient(#fffdfb 0%,#fff7f4 100%)}.tn-stat-card{background:var(--tn-card);border:1px solid var(--tn-border);border-radius:var(--tn-radius-lg);gap:8px;min-width:0;padding:18px;display:grid;box-shadow:0 10px 28px #62342d0f}.tn-stat-card span{color:var(--tn-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.tn-stat-card strong{color:var(--tn-text);letter-spacing:-.04em;font-size:clamp(26px,2vw,34px);font-weight:850;line-height:1}.tn-stat-card small{color:var(--tn-muted);font-size:12px;font-weight:650}.tn-stat-card--danger strong,.tn-stat-card--danger small{color:var(--tn-primary-strong)}.tn-stat-card--success strong,.tn-stat-card--success small{color:#12805c}.tn-field{gap:7px;min-width:0;display:grid}.tn-field__label{color:var(--tn-text);letter-spacing:.02em;font-size:12px;font-weight:800}.tn-field__hint{color:var(--tn-muted);font-size:12px;line-height:1.35}.tn-input,input.tn-input,select.tn-input,textarea.tn-input{width:100%;min-height:var(--tn-control-h);border:1px solid var(--tn-border);border-radius:var(--tn-radius-md);color:var(--tn-text);font:inherit;box-sizing:border-box;background:#fff;outline:none;padding:0 14px;font-size:14px;font-weight:650;transition:border-color .16s,box-shadow .16s,background .16s}textarea.tn-input{resize:vertical;min-height:110px;padding-top:12px;line-height:1.45}.tn-input:focus{border-color:#e05246a6;box-shadow:0 0 0 4px #e052461f}.tn-button{min-height:var(--tn-control-h);border-radius:var(--tn-radius-md);font:inherit;cursor:pointer;box-sizing:border-box;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:850;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex}.tn-button:hover{transform:translateY(-1px)}.tn-button--primary{color:#fff;background:linear-gradient(135deg, var(--tn-primary) 0%, #f36c5f 100%);box-shadow:0 12px 24px #e0524638}.tn-button--secondary{color:var(--tn-text);background:var(--tn-soft);border-color:var(--tn-border)}.tn-button--ghost{color:var(--tn-muted);border-color:var(--tn-border);background:0 0}.tn-button--sm{min-height:var(--tn-control-h-sm);padding-inline:12px;font-size:12px}.tn-button--lg{min-height:var(--tn-control-h-lg);padding-inline:20px;font-size:15px}.turnera-admin input:not([type=checkbox]):not([type=radio]),.turnera-admin select,.turnera-admin textarea{box-sizing:border-box;font-family:inherit}.turnera-admin button{font-family:inherit}@media (width<=820px){:root{--tn-page-pad-x:14px;--tn-page-pad-y:14px;--tn-control-h:48px}.tn-page-header{gap:var(--tn-gap-md);display:grid}.tn-page-header__actions{justify-content:stretch}.tn-page-header__actions>*{flex:auto}.tn-page-grid--two{grid-template-columns:1fr}.tn-panel{border-radius:20px;padding:16px}}:root{--saas-color-bg:#fbf8f6;--saas-color-surface:#fff;--saas-color-surfaceSoft:#fff7f5;--saas-color-text:#161316;--saas-color-textSoft:#665b59;--saas-color-textMuted:#91817c;--saas-color-border:#eadfdb;--saas-color-borderStrong:#f2c8c2;--saas-color-primary:#ef3f36;--saas-color-primaryDark:#d82f28;--saas-radius-sm:10px;--saas-radius-md:14px;--saas-radius-lg:20px;--saas-radius-xl:28px;--saas-shadow-card:0 16px 45px #40271f12;--saas-layout-maxPage:1680px;--saas-layout-mobileBottomNav:92px}html,body,#root{background:var(--saas-color-bg);min-height:100%;color:var(--saas-color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}.saas-page{width:min(100%, var(--saas-layout-maxPage));margin:0 auto;padding:28px 32px 48px}.saas-page--wide{width:100%;max-width:none}.saas-page__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.saas-eyebrow{color:var(--saas-color-primary);text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:11px;font-weight:900}.saas-page__title{letter-spacing:-.05em;margin:0;font-size:clamp(30px,3.6vw,46px);font-weight:900;line-height:.98}.saas-page__description{color:var(--saas-color-textSoft);margin:10px 0 0;font-size:15px;line-height:1.5}.saas-page__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.saas-page__body{gap:18px;display:grid}.saas-card{background:var(--saas-color-surface);border:1px solid var(--saas-color-border);border-radius:var(--saas-radius-lg);box-shadow:var(--saas-shadow-card);overflow:hidden}.saas-card__header{justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px 0;display:flex}.saas-card__header h2{letter-spacing:-.025em;margin:0;font-size:18px;line-height:1.2}.saas-card__header p{color:var(--saas-color-textSoft);margin:6px 0 0;font-size:13px;line-height:1.45}.saas-card__body{padding:22px}.saas-button{border:1px solid var(--saas-color-border);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:850;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.saas-button:active{transform:translateY(1px)}.saas-button--primary{background:linear-gradient(135deg, var(--saas-color-primary), var(--saas-color-primaryDark));color:#fff;border-color:#0000;box-shadow:0 12px 24px #ef3f362e}.saas-button--secondary{color:var(--saas-color-text);background:#fff}.saas-button--ghost{color:var(--saas-color-textSoft);background:0 0}.saas-input{border:1px solid var(--saas-color-border);width:100%;min-height:44px;color:var(--saas-color-text);background:#fff;border-radius:13px;outline:none;padding:0 14px;font-size:14px}.saas-input:focus{border-color:var(--saas-color-borderStrong);box-shadow:0 0 0 4px #ef3f3614}.saas-stat{border:1px solid var(--saas-color-border);background:#fff;border-radius:18px;flex-direction:column;justify-content:center;gap:7px;min-height:110px;padding:18px;display:flex}.saas-stat strong{letter-spacing:-.04em;font-size:32px;line-height:1}.saas-stat span{color:var(--saas-color-textSoft);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.saas-stat small{color:var(--saas-color-textMuted);font-size:12px}@media (width>=900px){.turnera-main,.admin-main,main[class*=main],section[class*=page]{max-width:none}}input:not([type=checkbox]):not([type=radio]),select,textarea{border-color:var(--saas-color-border)!important;border-radius:13px!important}input:not([type=checkbox]):not([type=radio]),select{min-height:42px}textarea{min-height:96px;padding-top:12px!important}button:not([class*=unstyled]):not([aria-label=Close]){border-radius:13px}.tn-messages-page,.messages-page,[data-page=messages]{width:100%!important;max-width:none!important}.tn-messages-shell,.messages-shell,[data-message-shell]{min-height:calc(100vh - 150px);width:100%!important;max-width:none!important}.tn-message-search,.messages-search,[data-message-search]{width:100%!important}@media (width<=760px){body{background:#fff}.saas-page{padding:22px 20px calc(var(--saas-layout-mobileBottomNav) + 28px)}.saas-page__header{flex-direction:column;gap:14px;margin-bottom:22px}.saas-page__title{font-size:44px}.saas-card{border-radius:28px;box-shadow:0 12px 34px #40271f0e}.saas-card__body{padding:24px}.saas-button{border-radius:17px;min-height:52px;font-size:15px}.saas-input{border-radius:17px;min-height:52px;font-size:16px}input:not([type=checkbox]):not([type=radio]),select{min-height:50px}}.ui-page{width:min(var(--tn-layout-pageMax,1680px), calc(100vw - 48px));padding:var(--tn-space-7,28px) 0 var(--tn-space-12,48px);margin:0 auto}.ui-page--compact{width:min(var(--tn-layout-contentMax,1440px), calc(100vw - 48px))}.ui-page-header{justify-content:space-between;align-items:flex-end;gap:var(--tn-space-6,24px);margin-bottom:var(--tn-space-6,24px);display:flex}.ui-page-header__copy{min-width:0}.ui-page-header__actions{justify-content:flex-end;align-items:center;gap:var(--tn-space-3,12px);flex-wrap:wrap;display:flex}.ui-eyebrow{color:var(--tn-brand,#ef3f36);letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:900}.ui-title{color:var(--tn-color-text,#171316);letter-spacing:-.055em;margin:0;font-size:clamp(30px,3.8vw,44px);font-weight:900;line-height:1.05}.ui-description{max-width:760px;color:var(--tn-color-muted,#81706b);margin:10px 0 0;font-size:15px;font-weight:650;line-height:1.6}.ui-page-body{gap:var(--tn-space-5,20px);flex-direction:column;display:flex}.ui-card{background:var(--tn-color-surface,#fff);border:1px solid var(--tn-color-border,#eadfdb);border-radius:var(--tn-radius-xl,24px);box-shadow:var(--tn-shadow-card,0 14px 40px #40271f11);overflow:hidden}.ui-card--padded{padding:var(--tn-space-6,24px)}.ui-card__header{justify-content:space-between;align-items:flex-start;gap:var(--tn-space-4,16px);margin-bottom:var(--tn-space-5,20px);display:flex}.ui-card__header h2{letter-spacing:-.035em;margin:0;font-size:18px;font-weight:900}.ui-card__header p{color:var(--tn-color-muted,#81706b);margin:6px 0 0;font-size:13px;font-weight:650;line-height:1.5}.ui-card__actions{gap:var(--tn-space-2,8px);flex-wrap:wrap;justify-content:flex-end;display:flex}.ui-card__body{min-width:0}.ui-button{min-height:var(--tn-control-height,44px);border-radius:var(--tn-radius-md,14px);cursor:pointer;font-family:var(--tn-font,Inter, sans-serif);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:850;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s;display:inline-flex}.ui-button:hover{transform:translateY(-1px)}.ui-button--sm{min-height:36px;padding:0 12px;font-size:12px}.ui-button--lg{min-height:52px;padding:0 20px;font-size:14px}.ui-button--primary{background:linear-gradient(135deg, var(--tn-brand,#ef3f36), var(--tn-brand-hover,#d82f28));color:#fff;box-shadow:var(--tn-shadow-brand,0 14px 28px #ef3f3633)}.ui-button--secondary{background:var(--tn-brand-soft,#fff0ed);color:var(--tn-brand-hover,#d82f28);border-color:var(--tn-brand-tint,#ffd6d0)}.ui-button--ghost{background:var(--tn-color-surface,#fff);color:var(--tn-color-text2,#473b38);border-color:var(--tn-color-border,#eadfdb);box-shadow:var(--tn-shadow-xs,0 1px 2px #1f14100a)}.ui-input{width:100%;min-height:var(--tn-control-height,44px);border:1px solid var(--tn-color-border,#eadfdb);background:var(--tn-color-surface,#fff);color:var(--tn-color-text,#171316);border-radius:var(--tn-radius-md,14px);font-family:var(--tn-font,Inter, sans-serif);outline:none;padding:11px 14px;font-size:14px;font-weight:650;transition:border-color .15s,box-shadow .15s}.ui-input:focus{border-color:var(--tn-brand,#ef3f36);box-shadow:var(--tn-shadow-ring,0 0 0 4px #ef3f361f)}.ui-stat{background:var(--tn-color-surface,#fff);border:1px solid var(--tn-color-border,#eadfdb);border-radius:var(--tn-radius-lg,18px);min-height:112px;box-shadow:var(--tn-shadow-xs,0 1px 2px #1f14100a);flex-direction:column;justify-content:center;padding:18px;display:flex}.ui-stat strong{letter-spacing:-.045em;color:var(--tn-color-text,#171316);font-size:30px;font-weight:900;line-height:1}.ui-stat span{color:var(--tn-color-muted,#81706b);letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:11px;font-weight:900}.ui-stat small{color:var(--tn-color-faint,#aa9b96);margin-top:7px;font-size:12px;font-weight:650}.ui-stat--success strong{color:var(--tn-color-success,#18b86a)}.ui-stat--warning strong{color:var(--tn-color-warning,#f59e0b)}.ui-stat--danger strong{color:var(--tn-color-danger,#ef4444)}.ui-empty-state{text-align:center;border-radius:var(--tn-radius-xl,24px);background:var(--tn-color-surface,#fff);border:1px solid var(--tn-color-border,#eadfdb);min-height:360px;box-shadow:var(--tn-shadow-card,0 14px 40px #40271f11);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.ui-empty-state__icon{background:radial-gradient(circle,#fff5ee,#ffeceb);border-radius:999px;place-items:center;width:116px;height:116px;margin-bottom:24px;font-size:44px;display:grid}.ui-empty-state h2{letter-spacing:-.045em;margin:0;font-size:28px;font-weight:900}.ui-empty-state p{max-width:420px;color:var(--tn-color-muted,#81706b);margin:12px auto 0;font-size:16px;font-weight:650;line-height:1.65}.ui-empty-state__action{margin-top:24px}.staff-mobile-shell{min-height:100dvh;color:var(--tn-color-text,#171316);padding-bottom:calc(var(--tn-layout-mobileBottomNav,96px) + env(safe-area-inset-bottom));background:linear-gradient(#fff 0%,#fffaf8 54%,#fbf6f3 100%)}.staff-mobile-topbar{z-index:30;height:var(--tn-layout-mobileHeader,96px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--tn-color-borderSoft,#f3ebe7);background:#ffffffeb;grid-template-columns:56px 1fr 56px;align-items:center;padding:12px 22px 10px;display:grid;position:sticky;top:0}.staff-mobile-logo{object-fit:contain;justify-self:center;width:112px;max-height:74px}.staff-mobile-icon-button{color:#111;background:0 0;border:0;place-items:center;width:48px;height:48px;padding:0;font-size:34px;line-height:1;display:grid}.staff-mobile-content{width:min(100%,640px);margin:0 auto;padding:28px 22px 32px}.staff-mobile-hero{grid-template-columns:1fr auto;align-items:start;gap:22px;margin-bottom:28px;display:grid}.staff-mobile-hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(42px,12vw,62px);font-weight:950;line-height:.95}.staff-mobile-hero p{color:var(--tn-color-muted,#81706b);letter-spacing:-.035em;margin:12px 0 0;font-size:clamp(20px,5vw,30px);font-weight:650}.staff-mobile-user-chip{align-items:center;gap:14px;display:flex}.staff-mobile-user-chip>span{width:64px;height:64px;box-shadow:var(--tn-shadow-card);border:1px solid var(--tn-color-borderSoft);color:#2bbb72;background:#fff;border-radius:999px;place-items:center;font-size:26px;font-weight:900;display:grid}.staff-mobile-user-chip small{color:var(--tn-color-muted);font-size:20px;line-height:1.1;display:block}.staff-mobile-user-chip strong{color:var(--tn-color-text);font-size:25px;font-weight:900;line-height:1.15;display:block}.staff-mobile-hero__controls{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:14px;display:flex}.staff-mobile-stats{border:1px solid var(--tn-color-border,#eadfdb);box-shadow:var(--tn-shadow-card);background:#fff;border-radius:30px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px;padding:28px 0;display:grid}.staff-mobile-stat{border-right:1px solid var(--tn-color-border,#eadfdb);flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:96px;display:flex}.staff-mobile-stat:last-child{border-right:0}.staff-mobile-stat strong{letter-spacing:-.055em;color:var(--tn-color-text);font-size:34px;font-weight:950;line-height:1}.staff-mobile-stat span{color:var(--tn-color-muted);text-transform:uppercase;text-align:center;font-size:13px;font-weight:750}.staff-mobile-stat--warning strong{color:var(--tn-color-warning,#f59e0b)}.staff-mobile-stat--success strong{color:var(--tn-color-success,#18b86a)}.staff-mobile-stat--danger strong{color:var(--tn-color-danger,#ef4444)}.staff-mobile-bottomnav{z-index:40;min-height:var(--tn-layout-mobileBottomNav,96px);padding:10px max(28px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--tn-color-borderSoft,#f3ebe7);background:#fffffff0;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 36px #1f14100e}.staff-mobile-bottomnav button{color:var(--tn-color-muted);background:0 0;border:0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:76px;font-size:17px;font-weight:850;display:flex;position:relative}.staff-mobile-bottomnav button.is-active{color:var(--tn-brand,#ef3f36)}.staff-mobile-nav-icon{width:48px;height:48px;color:inherit;border-radius:16px;place-items:center;font-size:24px;display:grid}.staff-mobile-bottomnav button.is-active .staff-mobile-nav-icon{background:linear-gradient(135deg, var(--tn-brand,#ef3f36), var(--tn-brand-hover,#d82f28));color:#fff;box-shadow:var(--tn-shadow-brand)}.staff-mobile-bottomnav em{background:var(--tn-brand);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:11px;font-style:normal;font-weight:900;display:grid;position:absolute;top:10px;right:25%}@media (width<=760px){.ui-page,.ui-page--compact{width:100%;padding:24px 18px 110px}.ui-page-header{flex-direction:column;align-items:flex-start;gap:16px}.ui-page-header__actions{justify-content:stretch;width:100%}.ui-page-header__actions>*{flex:auto}.ui-card--padded{padding:18px}.ui-stat{min-height:98px;padding:16px}.staff-mobile-stats{border-radius:24px;padding:22px 0}.staff-mobile-stat strong{font-size:30px}.staff-mobile-stat span{font-size:11px}}@media (width>=761px){.staff-mobile-shell{display:none}}:root{--v6-bg:#fbf8f6;--v6-surface:#fff;--v6-surface-soft:#fff8f6;--v6-text:#171316;--v6-text-2:#4f4542;--v6-muted:#82736f;--v6-border:#eadfdb;--v6-border-strong:#f3cbc5;--v6-red:#ef3f36;--v6-red-dark:#d82f28;--v6-red-soft:#fff0ed;--v6-radius-control:14px;--v6-radius-card:22px;--v6-radius-page:28px;--v6-control-height:44px;--v6-page-max:1680px;--v6-content-max:1440px;--v6-page-gutter:clamp(18px, 2.4vw, 36px);--v6-card-pad:clamp(18px, 1.6vw, 24px);--v6-gap:18px;--v6-shadow-card:0 14px 40px #40271f11;--v6-shadow-field:0 1px 2px #1f141009;--v6-ring:0 0 0 4px #ef3f361f}html,body,#root{min-width:0;background:var(--v6-bg)!important;color:var(--v6-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page){width:min(var(--v6-page-max), calc(100vw - (var(--v6-page-gutter) * 2)))!important;margin-inline:auto!important;padding-block:24px 48px!important}:where(.turnera-messages-page,.ti-page-container--full,.tn-page-container--wide,.saas-page--wide){width:min(var(--v6-page-max), calc(100vw - (var(--v6-page-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important}:where(.ui-page-header,.tn-page-header,.ti-page-toolbar,.turnera-page-header,.saas-page__header){justify-content:space-between!important;align-items:flex-end!important;gap:24px!important;margin-bottom:22px!important;display:flex!important}:where(.ui-title,.tn-page-title,.ti-page-title,.turnera-title,.saas-page__title,.staff-page-title,h1){color:var(--v6-text)!important;letter-spacing:-.045em!important;font-weight:900!important}:where(.ui-description,.tn-page-description,.ti-page-description,.turnera-subtitle,.saas-page__description,.staff-page-subtitle){color:var(--v6-muted)!important;font-weight:600!important}:where(.ui-card,.tn-panel,.tn-stat-card,.turnera-card,.turnera-panel,.saas-card,.staff-stats-card,.staff-empty-card,.turnera-messages-card){background:var(--v6-surface)!important;border:1px solid var(--v6-border)!important;border-radius:var(--v6-radius-card)!important;box-shadow:var(--v6-shadow-card)!important}:where(.ui-card--padded,.tn-panel,.turnera-panel,.turnera-card__body,.saas-card__body){padding:var(--v6-card-pad)!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.ui-input,.tn-input,.turnera-input,.turnera-select,.turnera-textarea,.saas-input){min-height:var(--v6-control-height)!important;border:1px solid var(--v6-border)!important;border-radius:var(--v6-radius-control)!important;background:var(--v6-surface)!important;color:var(--v6-text)!important;box-shadow:var(--v6-shadow-field)!important;padding:11px 14px!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.ui-input,.tn-input,.turnera-input,.turnera-select,.turnera-textarea,.saas-input):focus{border-color:var(--v6-red)!important;box-shadow:var(--v6-ring)!important;outline:0!important}:where(.turnera-messages-search,[data-message-search],.tn-message-search,.messages-search){min-height:var(--v6-control-height)!important;border:1px solid var(--v6-border)!important;border-radius:var(--v6-radius-control)!important;background:var(--v6-surface)!important;box-shadow:var(--v6-shadow-field)!important}:where(.turnera-messages-search input,[data-message-search] input,.tn-message-search input,.messages-search input){min-height:calc(var(--v6-control-height) - 2px)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}:where(.ui-button,.tn-button,.turnera-button,.turnera-btn-primary,.turnera-btn-secondary,.saas-button,button:not([aria-hidden=true])){border-radius:var(--v6-radius-control)!important;min-height:40px!important;font-family:inherit!important;font-size:13px!important;font-weight:800!important}.turnera-messages-page{padding-block:0 32px!important}.turnera-messages-card{grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;width:100%!important;min-height:calc(100vh - 176px)!important}.turnera-chat-panel,.turnera-chat-messages,.turnera-chat-composer{min-width:0!important}@media (width<=760px){:root{--v6-control-height:52px;--v6-page-gutter:18px;--v6-radius-card:30px}body{background:#fff!important}.staff-shell{background:linear-gradient(#fff 0%,#fffaf8 58%,#fbf6f3 100%)!important;grid-template-columns:none!important;min-height:100dvh!important;display:block!important}.staff-main{width:100%!important;padding:0 18px calc(112px + env(safe-area-inset-bottom))!important;margin:0!important}.staff-mobile-topbar{height:calc(104px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 20px 12px!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffffff2!important;border-bottom:1px solid #1f141014!important;grid-template-columns:56px 1fr 56px!important;align-items:center!important;margin:0 -18px 30px!important;display:grid!important}.staff-mobile-logo{object-fit:contain!important;justify-self:center!important;width:118px!important;max-height:78px!important}.staff-page-title{margin-bottom:10px!important;font-size:clamp(40px,13vw,58px)!important;line-height:.94!important}.staff-page-subtitle{font-size:clamp(20px,5.5vw,25px)!important;line-height:1.24!important}.staff-topbar{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:16px!important;margin-bottom:24px!important;display:grid!important}.staff-top-actions{justify-items:end!important;gap:10px!important;display:grid!important}.staff-top-actions>button[title=Refresh\ tasks],.staff-top-actions>button[aria-label^=Notifications]{display:none!important}.staff-stats-card{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:0!important;padding:28px 0!important;display:grid!important}.staff-stat{min-height:88px!important}.staff-stat-num{font-size:clamp(32px,10vw,42px)!important}.staff-stat-label{font-size:clamp(11px,3.2vw,14px)!important}.staff-empty-card{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:min(58dvh,620px)!important;padding:56px 24px!important;display:flex!important}.staff-empty-icon{background:radial-gradient(circle,#ffe9e3 0%,#fff1ef 70%)!important;border-radius:999px!important;place-items:center!important;width:150px!important;height:150px!important;margin-bottom:32px!important;display:grid!important}.staff-empty-title{margin-bottom:16px!important;font-size:clamp(27px,7vw,34px)!important}.staff-empty-subtitle{max-width:340px!important;font-size:clamp(18px,5.2vw,24px)!important;line-height:1.55!important}.staff-bottom-nav{z-index:950!important;min-height:calc(96px + env(safe-area-inset-bottom))!important;padding:12px 34px calc(10px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffffff5!important;border-top:1px solid #1f141014!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -18px 50px #1f141014!important}.staff-bottom-nav-btn{min-height:76px!important;font-size:18px!important}.staff-bottom-icon{border-radius:18px!important;width:56px!important;height:56px!important}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page){width:calc(100vw - 36px)!important;padding-block:18px 112px!important}}.ui-grid{gap:var(--v6-gap,18px);display:grid}.ui-grid--1{grid-template-columns:1fr}.ui-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ui-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ui-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ui-field{gap:7px;min-width:0;display:grid}.ui-field__label{color:var(--v6-text-2,#4f4542);letter-spacing:.02em;font-size:12px;font-weight:850}.ui-field__hint{color:var(--v6-muted,#82736f);font-size:12px;line-height:1.4}@media (width<=920px){.ui-grid--2,.ui-grid--3,.ui-grid--4{grid-template-columns:1fr}}.staff-mobile-center-stack{place-items:center;gap:4px;min-width:0;display:grid}.staff-mobile-topbar-extra{justify-content:center;align-items:center;gap:6px;max-width:100%;display:flex}.staff-mobile-topbar-extra select{border-radius:10px!important;max-width:96px!important;min-height:34px!important;padding:6px 9px!important;font-size:12px!important}@media (width<=760px){.staff-mobile-topbar .staff-mobile-center-stack .staff-mobile-logo{width:96px!important;max-height:58px!important}.staff-mobile-topbar-extra{margin-top:-4px;display:none!important}.staff-topbar{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important}.staff-top-actions{align-content:start!important;align-self:start!important;justify-items:end!important}.staff-top-actions>div:first-child:not(.staff-welcome-chip){order:0!important;justify-content:flex-end!important;width:auto!important;margin:0 0 6px!important;display:flex!important}.staff-top-actions select,.staff-top-actions button[title=Language]{border-radius:16px!important;min-height:44px!important;font-size:18px!important;font-weight:900!important}.staff-welcome-chip{order:1!important}.staff-mobile-topbar{isolation:isolate!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;position:sticky!important}.staff-mobile-topbar .staff-mobile-center-stack{left:50%!important;top:calc(env(safe-area-inset-top) + 12px)!important;z-index:0!important;pointer-events:none!important;position:absolute!important;transform:translate(-50%)!important}.staff-mobile-topbar .staff-mobile-center-stack .staff-mobile-logo{object-fit:contain!important;width:104px!important;max-height:72px!important;margin:0 auto!important;display:block!important}.staff-mobile-topbar .staff-mobile-menu-btn{z-index:2!important;justify-self:start!important;gap:10px!important;width:auto!important;min-width:52px!important;padding-inline:6px!important}.staff-mobile-topbar>button:last-child{z-index:2!important;justify-self:end!important}.staff-mobile-menu-label{white-space:nowrap!important}}.staff-sidebar-close{display:none}@media (width<=760px){.staff-sidebar{overscroll-behavior:contain!important;width:min(80vw,310px)!important;max-width:310px!important;overflow-y:auto!important}.staff-sidebar-logo{justify-content:center!important;align-items:center!important;min-height:118px!important;padding:18px 56px 10px 18px!important;display:flex!important;position:relative!important}.staff-sidebar .staff-logo-img{object-fit:contain!important;width:104px!important;max-width:104px!important;max-height:104px!important;margin:0 auto!important}.staff-sidebar-close{color:#d9483f!important;cursor:pointer!important;z-index:2!important;background:#fff5f3f5!important;border:1px solid #e1483d38!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;font-size:28px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:14px!important;right:14px!important;box-shadow:0 12px 30px #1f14101a!important}.staff-nav{padding:8px 18px 24px!important}.staff-mobile-backdrop{cursor:pointer!important;touch-action:manipulation!important}}:root{--t2-bg:#f8f7f6;--t2-surface:#fff;--t2-surface-soft:#fffaf8;--t2-border:#ebe4df;--t2-border-strong:#dfd5ce;--t2-text:#171312;--t2-text-2:#4d423d;--t2-muted:#82736f;--t2-faint:#aa9b96;--t2-red:#e53935;--t2-red-hover:#cf302d;--t2-red-soft:#fff0ee;--t2-green:#18a058;--t2-amber:#f59e0b;--t2-radius-sm:10px;--t2-radius-md:14px;--t2-radius-lg:18px;--t2-radius-card:22px;--t2-radius-mobile-card:30px;--t2-control-h:44px;--t2-page-max:1480px;--t2-page-gutter:28px;--t2-section-gap:20px;--t2-card-pad:22px;--t2-shadow-card:0 1px 2px #1f14100a, 0 18px 44px #1f14100e;--t2-shadow-control:0 1px 2px #1f141009;--t2-ring:0 0 0 4px #e539351f;font-synthesis-weight:none}html,body,#root{text-rendering:geometricprecision;background:var(--t2-bg)!important;min-width:0!important;color:var(--t2-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.turnera-messages-page,.t2-page){width:min(var(--t2-page-max), calc(100vw - (var(--t2-page-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important;padding:24px 0 48px!important}:where(.ui-page-body,.tn-page-body,.ti-page-body,.turnera-page-body,.saas-page__body,.t2-page-body){gap:var(--t2-section-gap)!important;display:grid!important}:where(.ui-page-header,.tn-page-header,.ti-page-toolbar,.turnera-page-header,.saas-page__header,.t2-page-header){justify-content:space-between!important;align-items:flex-end!important;gap:20px!important;margin:0 0 22px!important;display:flex!important}:where(h1,.ui-title,.tn-page-title,.ti-page-title,.turnera-title,.saas-page__title,.t2-title){color:var(--t2-text)!important;letter-spacing:-.045em!important;margin:0!important;font-size:clamp(28px,2.1vw,38px)!important;font-weight:900!important;line-height:1.04!important}:where(h2,.ui-card__header h2,.t2-card-title){color:var(--t2-text)!important;letter-spacing:-.025em!important;margin:0!important;font-size:18px!important;font-weight:850!important;line-height:1.2!important}:where(.ui-description,.tn-page-description,.ti-page-description,.turnera-subtitle,.saas-page__description,.t2-description){color:var(--t2-muted)!important;margin:6px 0 0!important;font-size:14px!important;font-weight:600!important;line-height:1.5!important}:where(.turnera-eyebrow,.ui-eyebrow,.tn-eyebrow,.t2-eyebrow){color:#a08e87!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 7px!important;font-size:11px!important;font-weight:900!important;line-height:1!important}:where(.ui-card,.tn-panel,.tn-stat-card,.turnera-card,.turnera-panel,.saas-card,.staff-stats-card,.staff-empty-card,.turnera-messages-card,.t2-card){background:var(--t2-surface)!important;border:1px solid var(--t2-border)!important;border-radius:var(--t2-radius-card)!important;box-shadow:var(--t2-shadow-card)!important}:where(.ui-card--padded,.tn-panel,.turnera-panel,.turnera-card,.saas-card,.t2-card){padding:var(--t2-card-pad)!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.ui-input,.tn-input,.turnera-input,.turnera-select,.turnera-textarea,.saas-input,.t2-input){min-height:var(--t2-control-h)!important;border:1px solid var(--t2-border)!important;border-radius:var(--t2-radius-md)!important;background:var(--t2-surface)!important;color:var(--t2-text)!important;box-shadow:var(--t2-shadow-control)!important;outline:none!important;padding:11px 14px!important;font-family:inherit!important;font-size:14px!important;font-weight:600!important;line-height:1.35!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea,.ui-input,.tn-input,.turnera-input,.turnera-select,.turnera-textarea,.saas-input,.t2-input):focus{box-shadow:var(--t2-ring)!important;border-color:#e5393594!important}:where(button:not([aria-hidden=true]),.ui-button,.tn-button,.turnera-button,.turnera-btn-primary,.turnera-btn-secondary,.saas-button,.t2-button){border-radius:var(--t2-radius-md)!important;letter-spacing:-.01em!important;min-height:40px!important;font-family:inherit!important;font-size:13px!important;font-weight:850!important;line-height:1!important}:where(.turnera-messages-search,.t2-search){min-height:var(--t2-control-h)!important;border:1px solid var(--t2-border)!important;border-radius:var(--t2-radius-md)!important;background:var(--t2-surface)!important;box-shadow:var(--t2-shadow-control)!important;overflow:hidden!important}:where(.turnera-messages-search:focus-within,.t2-search:focus-within){box-shadow:var(--t2-ring)!important;border-color:#e5393594!important}:where(.turnera-messages-search input,.t2-search input){height:calc(var(--t2-control-h) - 2px)!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.turnera-messages-page{min-height:calc(100vh - 148px)!important;padding-top:18px!important}.turnera-messages-staff-panel{background:var(--t2-surface-soft)!important;gap:16px!important;padding:22px!important}.turnera-chat-panel{min-width:0!important}.turnera-chat-header{min-height:78px!important;padding:18px 24px!important}.turnera-chat-messages{background:radial-gradient(circle at 18% 0,#e5393509,#0000 35%),#fffdfc!important;gap:15px!important;min-height:0!important;padding:32px!important}.turnera-chat-composer{background:var(--t2-surface)!important;padding:16px 24px 18px!important}.turnera-composer-row{grid-template-columns:44px minmax(0,1fr) 44px!important;gap:10px!important}.turnera-chat-composer textarea{background:var(--t2-surface-soft)!important;min-height:44px!important;max-height:132px!important}.turnera-icon-button,.turnera-send-button{width:44px!important;height:44px!important;min-height:44px!important}@media (width<=760px){:root{--t2-page-gutter:18px;--t2-control-h:52px;--t2-card-pad:24px}body{background:#fff!important}.staff-shell{background:linear-gradient(#fff 0%,#fffaf8 55%,#fbf6f3 100%)!important;min-height:100dvh!important;display:block!important}.staff-main{width:100%!important;max-width:none!important;padding:0 18px calc(112px + env(safe-area-inset-bottom))!important;margin:0!important}.staff-mobile-topbar{height:calc(104px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 20px 12px!important;z-index:900!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffffff5!important;border-bottom:1px solid #1f141014!important;grid-template-columns:56px minmax(0,1fr) 56px!important;align-items:center!important;margin:0 -18px 30px!important;display:grid!important;position:sticky!important;top:0!important;box-shadow:0 8px 24px #1f141009!important}.staff-mobile-menu-btn,.staff-mobile-bell-btn{color:#14100f!important;width:52px!important;height:52px!important;min-height:52px!important;box-shadow:none!important;background:0 0!important;border:0!important;font-size:31px!important}.staff-mobile-logo{object-fit:contain!important;justify-self:center!important;width:122px!important;max-height:82px!important}.staff-topbar{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:16px!important;margin:0 0 26px!important;display:grid!important}.staff-page-title{letter-spacing:-.055em!important;margin:0 0 10px!important;font-size:clamp(42px,13vw,58px)!important;line-height:.94!important}.staff-page-subtitle{color:#6f6967!important;font-size:clamp(20px,5.5vw,25px)!important;font-weight:600!important;line-height:1.25!important}.staff-top-actions{grid-template-columns:1fr!important;justify-items:end!important;gap:10px!important;display:grid!important}.staff-top-actions>button[title=Refresh\ tasks],.staff-top-actions>button[aria-label^=Notifications]{display:none!important}.staff-stats-card{border-radius:var(--t2-radius-mobile-card)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important;margin:0 0 26px!important;padding:28px 0!important;display:grid!important}.staff-stat{min-height:90px!important}.staff-stat-num{font-size:clamp(34px,10vw,44px)!important;line-height:1!important}.staff-stat-label{letter-spacing:.03em!important;font-size:clamp(11px,3.3vw,14px)!important}.staff-empty-card{border-radius:var(--t2-radius-mobile-card)!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:min(58dvh,620px)!important;padding:58px 24px!important;display:flex!important}.staff-empty-icon{background:radial-gradient(circle,#ffe8e2 0%,#fff2f0 72%)!important;border-radius:999px!important;place-items:center!important;width:154px!important;height:154px!important;margin:0 0 34px!important;display:grid!important}.staff-empty-title{margin:0 0 16px!important;font-size:clamp(28px,7.5vw,36px)!important;line-height:1.12!important}.staff-empty-subtitle{color:#706967!important;max-width:350px!important;font-size:clamp(18px,5.2vw,24px)!important;line-height:1.55!important}.staff-task-card{border:1px solid var(--t2-border)!important;box-shadow:var(--t2-shadow-card)!important;background:#fff!important;border-radius:24px!important}.staff-bottom-nav{z-index:950!important;min-height:calc(96px + env(safe-area-inset-bottom))!important;padding:12px 34px calc(10px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffffff7!important;border-top:1px solid #1f141014!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -18px 50px #1f141014!important}.staff-bottom-nav-btn{color:#77706e!important;background:0 0!important;border:0!important;place-items:center!important;gap:5px!important;min-height:76px!important;font-size:18px!important;font-weight:850!important;display:grid!important}.staff-bottom-nav-btn.is-active{color:var(--t2-red)!important}.staff-bottom-icon{border-radius:19px!important;place-items:center!important;width:58px!important;height:58px!important;display:grid!important}.staff-bottom-nav-btn.is-active .staff-bottom-icon{color:#fff!important;background:linear-gradient(135deg,#f0443e 0%,#e53935 100%)!important;box-shadow:0 16px 28px #e539353d!important}.staff-main textarea,.staff-main input[type=text]{font-size:16px!important}}@media (width<=980px){.turnera-messages-page{width:calc(100vw - 28px)!important;padding:16px 0 32px!important}.turnera-messages-card{grid-template-columns:1fr!important;min-height:calc(100dvh - 150px)!important}.turnera-messages-staff-panel{border-right:0!important;border-bottom:1px solid var(--t2-border)!important}.turnera-staff-list{max-height:260px!important}.turnera-chat-messages{padding:20px!important}.turnera-message-row{max-width:88%!important}}.turnera-tab-loader{color:#7d625d;letter-spacing:-.01em;align-items:center;gap:10px;min-height:72px;padding:24px;font-weight:700;display:inline-flex}.turnera-tab-loader__dot{background:#ef4438;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #ef44381f}:root{--t3-page-pad-x:clamp(20px, 2.4vw, 40px);--t3-page-pad-y:clamp(20px, 2.2vw, 34px);--t3-section-gap:20px;--t3-card-pad:20px;--t3-control-h:44px;--t3-content-max:1680px;--t3-sidebar-w:300px}html,body,#root{width:100%;min-height:100%}body{font-family:var(--tn-font,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)!important;background:var(--t2-bg,#fbf8f6)!important}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.turnera-messages-page,main>section){box-sizing:border-box}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.turnera-messages-page){width:min(var(--t3-content-max), calc(100vw - 40px));padding:var(--t3-page-pad-y) var(--t3-page-pad-x);margin-inline:auto}:where(.ui-page-header,.tn-page-header,.turnera-page-header,.saas-page-header){justify-content:space-between;align-items:flex-end;gap:var(--t3-section-gap);margin-bottom:22px;display:flex}:where(.ui-title,.tn-page-title,.turnera-page-title,.saas-page-title,h1){letter-spacing:-.045em}:where(.ui-description,.tn-page-description,.turnera-page-description,.saas-page-description){max-width:760px;color:var(--t2-muted,#7d706b);line-height:1.55}:where(.ui-input,.tn-input,.turnera-input,.saas-input,input:not([type=checkbox]):not([type=radio]),select,textarea){box-sizing:border-box;min-height:var(--t3-control-h);border:1px solid var(--t2-border,#eadfdb);color:var(--t2-text,#171316);font:600 14px/1.3 var(--tn-font,Inter, sans-serif);background:#fff;border-radius:14px;transition:border-color .18s,box-shadow .18s,background .18s}:where(.ui-input,.tn-input,.turnera-input,.saas-input,input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#ef3f3673;outline:none;box-shadow:0 0 0 4px #ef3f361c}:where(.ui-button,.tn-button,.turnera-button,.saas-button,button){font-family:var(--tn-font,Inter, sans-serif)}.turnera-messages-card{grid-template-columns:minmax(260px, var(--t3-sidebar-w)) minmax(0, 1fr)!important;width:100%!important;min-height:calc(100dvh - 170px)!important;display:grid!important;overflow:hidden!important}.turnera-messages-staff-panel{width:auto!important;min-width:0!important}.turnera-chat-panel{grid-template-rows:auto minmax(0,1fr) auto auto!important;min-width:0!important;display:grid!important}.turnera-chat-messages{min-height:0!important;padding:28px 32px!important;overflow-y:auto!important}.turnera-messages-search{height:var(--t3-control-h)!important;min-height:var(--t3-control-h)!important;align-items:center!important;gap:10px!important;padding:0 14px!important;display:flex!important}.turnera-messages-search input{height:100%!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.turnera-chat-composer{border-top:1px solid var(--t2-border,#eadfdb);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb}.turnera-composer-row textarea{resize:none;max-height:140px;min-height:44px!important}@media (width<=760px){:root{--t3-page-pad-x:18px;--t3-page-pad-y:20px;--t3-control-h:52px}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.turnera-messages-page){width:100%!important;padding:var(--t3-page-pad-y) var(--t3-page-pad-x) calc(112px + env(safe-area-inset-bottom))!important}:where(.ui-page-header,.tn-page-header,.turnera-page-header,.saas-page-header){align-items:start;gap:14px;margin-bottom:18px;display:grid}.turnera-messages-page{padding-inline:14px!important}.turnera-messages-card{border-radius:28px!important;grid-template-columns:1fr!important;min-height:calc(100dvh - 138px)!important}.turnera-messages-staff-panel{max-height:34dvh;border-right:0!important;border-bottom:1px solid var(--t2-border,#eadfdb)!important}.turnera-chat-header{padding:16px!important}.turnera-chat-messages{padding:18px 16px!important}}:root{--tv9-bg:#fbf8f6;--tv9-surface:#fff;--tv9-surface-soft:#fff8f6;--tv9-border:#eadfdb;--tv9-border-soft:#f4ebe7;--tv9-text:#171316;--tv9-muted:#786a66;--tv9-brand:#ef3f36;--tv9-brand-dark:#d82f28;--tv9-brand-soft:#fff0ed;--tv9-radius-sm:12px;--tv9-radius-md:16px;--tv9-radius-lg:22px;--tv9-radius-xl:28px;--tv9-shadow-card:0 14px 40px #40271f11;--tv9-shadow-soft:0 8px 24px #40271f0b;--tv9-control-h:44px;--tv9-page-max:1680px;--tv9-content-gap:clamp(16px, 1.4vw, 24px);--tv9-page-x:clamp(20px, 2.4vw, 40px);--tv9-page-y:clamp(22px, 2.2vw, 36px)}*{box-sizing:border-box}html{background:var(--tv9-bg)}body{color:var(--tv9-text);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;margin:0;background:var(--tv9-bg)!important;font-family:var(--tn-font,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)!important}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.turnera-messages-page,.admin-main,.dashboard-main,.staff-main){max-width:var(--tv9-page-max);margin-inline:auto}:where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.admin-main,.dashboard-main,.staff-main){padding:var(--tv9-page-y) var(--tv9-page-x)}:where(.ui-page-body,.tn-page-body,.turnera-page-body,.dashboard-grid,.page-grid,.content-grid,.admin-section,.linen-grid){gap:var(--tv9-content-gap);display:grid}:where(.ui-page-header,.tn-page-header,.turnera-page-header,.saas-page-header,.admin-page-header){justify-content:space-between;align-items:flex-end;gap:20px;min-height:54px;margin:0 0 24px;display:flex}:where(h1,.ui-title,.tn-page-title,.turnera-page-title,.saas-page-title){color:var(--tv9-text);letter-spacing:-.055em;margin:0;font-size:clamp(30px,3.1vw,44px);font-weight:900;line-height:1.04}:where(h2,.ui-card__header h2,.tn-panel h2){color:var(--tv9-text);letter-spacing:-.035em;font-weight:850;line-height:1.15}:where(p,small,.ui-description,.tn-page-description,.turnera-page-description,.saas-page-description){color:inherit}:where(.ui-description,.tn-page-description,.turnera-page-description,.saas-page-description,.muted,.helper-text){line-height:1.55;color:var(--tv9-muted)!important}:where(.ui-eyebrow,.tn-eyebrow,.turnera-eyebrow,.eyebrow,label>span:first-child){color:#a0837c;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;line-height:1.2}:where(.ui-card,.tn-panel,.turnera-card,.saas-card,.stat-card,.metric-card,.dashboard-card,.linen-card,.report-card,.property-card){background:var(--tv9-surface);border:1px solid var(--tv9-border);border-radius:var(--tv9-radius-lg);box-shadow:var(--tv9-shadow-card)}:where(.ui-card--padded,.tn-panel,.dashboard-card,.linen-card,.report-card,.property-card){padding:clamp(18px,1.6vw,24px)}:where(.ui-card__header,.tn-panel__header,.card-header){justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.ui-input,.tn-input,.turnera-input,.saas-input){box-shadow:none;min-height:var(--tv9-control-h)!important;border:1px solid var(--tv9-border)!important;color:var(--tv9-text)!important;font-family:var(--tn-font,Inter, system-ui, sans-serif)!important;background:#fff!important;border-radius:14px!important;font-size:14px!important;font-weight:650!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.ui-input,.tn-input,.turnera-input,.saas-input)::placeholder{color:#a59a96;font-weight:550}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.ui-input,.tn-input,.turnera-input,.saas-input):focus{border-color:#ef3f367a!important;outline:none!important;box-shadow:0 0 0 4px #ef3f361f!important}:where(button,.ui-button,.tn-button,.turnera-button,.saas-button){letter-spacing:-.015em;border-radius:14px;min-height:40px;font-weight:850;font-family:var(--tn-font,Inter, system-ui, sans-serif)!important}:where(.ui-button--primary,.tn-button--primary,.turnera-button--primary,.saas-button--primary,.turnera-send-button){box-shadow:0 10px 20px #ef3f362e;background:var(--tv9-brand)!important;color:#fff!important;border-color:var(--tv9-brand)!important}:where(.ui-button--primary,.tn-button--primary,.turnera-button--primary,.saas-button--primary,.turnera-send-button):hover{background:var(--tv9-brand-dark)!important}:where(table){border-collapse:separate;border-spacing:0;width:100%}:where(th){color:#9a817a;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:850}:where(td,th){padding:14px 16px}.turnera-messages-page{width:100%!important;max-width:var(--tv9-page-max)!important;padding:0 var(--tv9-page-x) 40px!important}.turnera-messages-card{background:var(--tv9-surface);max-height:calc(100dvh - 130px);border-radius:var(--tv9-radius-xl)!important;border:1px solid var(--tv9-border)!important;width:100%!important;min-height:min(780px,100dvh - 160px)!important;box-shadow:var(--tv9-shadow-card)!important;grid-template-columns:clamp(300px,24vw,390px) minmax(620px,1fr)!important}.turnera-messages-staff-panel{background:linear-gradient(#fff 0%,#fffaf8 100%);border-right:1px solid var(--tv9-border-soft)!important;padding:18px!important}.turnera-messages-panel-header{margin-bottom:14px}.turnera-messages-search{width:100%;box-shadow:var(--tv9-shadow-soft);border:1px solid var(--tv9-border)!important;background:#fff!important;border-radius:16px!important;margin:0 0 16px!important}.turnera-messages-search input:focus{box-shadow:none!important;border-color:#0000!important}.turnera-staff-list{gap:10px;display:grid}.turnera-staff-row{text-align:left;background:0 0;border:1px solid #0000;border-radius:18px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:72px;display:grid;padding:12px!important}.turnera-staff-row.is-active,.turnera-staff-row:hover{background:var(--tv9-brand-soft);border-color:#ef3f3633}.turnera-staff-meta strong,.turnera-staff-meta span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.turnera-chat-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;min-height:78px;border-bottom:1px solid var(--tv9-border-soft)!important;padding:18px 24px!important}.turnera-chat-messages{padding:clamp(20px,2vw,34px)!important}.turnera-message-row.is-me{margin-left:auto}.turnera-message-bubble{box-shadow:0 6px 16px #40271f0e;border-radius:20px!important;padding:12px 16px!important}.turnera-message-row.is-me .turnera-message-bubble{background:var(--tv9-brand)!important;color:#fff!important}.turnera-message-row.is-them .turnera-message-bubble{border:1px solid var(--tv9-border)!important;background:#fff!important}.turnera-chat-composer{padding:16px 20px calc(16px + env(safe-area-inset-bottom))!important}.turnera-composer-row{grid-template-columns:44px minmax(0,1fr) 48px!important;align-items:end!important;gap:10px!important;display:grid!important}.turnera-icon-button,.turnera-send-button{border-radius:15px!important;width:44px!important;height:44px!important;min-height:44px!important}.turnera-composer-row textarea{width:100%!important;min-height:44px!important;padding:12px 14px!important;line-height:1.35!important}:where(.ui-grid,.tn-page-grid,.dashboard-grid,.stats-grid,.metrics-grid,.linen-stats-grid){gap:var(--tv9-content-gap);display:grid}:where(.ui-grid--2,.tn-page-grid--2){grid-template-columns:repeat(2,minmax(0,1fr))}:where(.ui-grid--3,.tn-page-grid--3){grid-template-columns:repeat(3,minmax(0,1fr))}:where(.ui-grid--4,.tn-page-grid--4){grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1180px){.turnera-messages-card{grid-template-columns:320px minmax(0,1fr)!important}:where(.ui-grid--4,.tn-page-grid--4){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=840px){:root{--tv9-control-h:52px;--tv9-page-x:18px;--tv9-page-y:22px;--tv9-content-gap:16px}:where(.ui-page-header,.tn-page-header,.turnera-page-header,.saas-page-header,.admin-page-header){align-items:start;gap:14px;display:grid}:where(.ui-grid--2,.ui-grid--3,.ui-grid--4,.tn-page-grid--2,.tn-page-grid--3,.tn-page-grid--4){grid-template-columns:1fr}.turnera-messages-page{padding-inline:12px!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}.turnera-messages-card{border-radius:26px!important;grid-template-columns:1fr!important;min-height:calc(100dvh - 112px)!important;max-height:none!important}.turnera-messages-staff-panel{max-height:36dvh;overflow:auto;border-right:0!important;border-bottom:1px solid var(--tv9-border-soft)!important}.turnera-chat-header{min-height:68px;padding:14px 16px!important}.turnera-chat-messages{padding:18px 16px!important}.turnera-message-row{max-width:86%}}@media (width<=520px){:where(h1,.ui-title,.tn-page-title,.turnera-page-title,.saas-page-title){font-size:34px}.turnera-composer-row{grid-template-columns:42px minmax(0,1fr) 44px!important}}.turnera-v10-section{gap:20px;width:100%;display:grid}.turnera-v10-header-row{background:#fffdfa;border:1px solid #eadfd9;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px;display:flex;box-shadow:0 18px 44px #502d230f}.turnera-v10-header-row h3{letter-spacing:-.035em;color:#171312;margin:2px 0 6px;font-size:clamp(22px,2vw,30px);line-height:1.05}.turnera-v10-header-row p{color:#7d625d;margin:0;font-size:14px;line-height:1.5}.turnera-v10-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#e53935!important;font-size:11px!important;font-weight:900!important}.turnera-v10-primary{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ef4444,#e02f2a);border:0;border-radius:14px;min-height:44px;padding:0 18px;font-weight:850;box-shadow:0 14px 28px #e02f2a33}.turnera-v10-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.turnera-v10-metric-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.turnera-v10-metric,.turnera-v10-card{background:#fffdfa;border:1px solid #eadfd9;border-radius:22px;box-shadow:0 18px 44px #502d230e}.turnera-v10-metric{flex-direction:column;justify-content:space-between;min-height:112px;padding:18px;display:flex}.turnera-v10-metric span,.turnera-v10-card-head span{color:#8c746e;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.turnera-v10-metric strong{color:#171312;letter-spacing:-.045em;font-size:clamp(26px,2.6vw,38px);line-height:1}.turnera-v10-card{overflow:hidden}.turnera-v10-card-head{border-bottom:1px solid #f0e4de;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.turnera-v10-card-head strong{color:#171312;font-size:16px}.turnera-v10-table{display:grid}.turnera-v10-row{color:#3a2f2c;border-bottom:1px solid #f4ebe6;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(110px,1fr));align-items:center;gap:14px;min-height:58px;padding:0 20px;font-size:14px;display:grid}.turnera-v10-row:last-child{border-bottom:0}.turnera-v10-row-head{color:#8c746e;text-transform:uppercase;letter-spacing:.1em;background:#fff7f5;min-height:44px;font-size:11px;font-weight:900}.turnera-v10-row strong{color:#171312}.turnera-v10-empty{color:#8c746e;background:#fffaf8;border:1px dashed #eadfd9;border-radius:18px;place-items:center;min-height:120px;margin:18px;font-weight:700;display:grid}@media (width<=900px){.turnera-v10-header-row{border-radius:20px;flex-direction:column;padding:18px}.turnera-v10-primary{width:100%}.turnera-v10-metric-grid,.turnera-v10-metric-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-v10-row{grid-template-columns:1.5fr .8fr .8fr .9fr;padding:0 14px;font-size:12px}}@media (width<=560px){.turnera-v10-metric-grid,.turnera-v10-metric-grid-3{grid-template-columns:1fr}.turnera-v10-card-head{flex-direction:column;align-items:flex-start}.turnera-v10-table{overflow-x:auto}.turnera-v10-row{min-width:620px}}.turnera-bookings-ops-panel{background:radial-gradient(circle at 0 0,#e06b5a1f,#0000 34%),#fffbfaf5;border:1px solid #e06b5a29;border-radius:24px;grid-template-columns:minmax(240px,.9fr) minmax(0,1.6fr);align-items:stretch;gap:18px;margin:0 0 18px;padding:20px;display:grid;box-shadow:0 18px 42px #39272314}.turnera-bookings-ops-copy{flex-direction:column;justify-content:center;gap:8px;min-width:0;display:flex}.turnera-kicker{color:#d9342b;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:950}.turnera-bookings-ops-copy h3{color:#201513;letter-spacing:-.035em;margin:0;font-size:clamp(20px,2vw,26px);font-weight:950;line-height:1.08}.turnera-bookings-ops-copy p{color:#614440b8;margin:0;font-size:13px;font-weight:700;line-height:1.55}.turnera-bookings-ops-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.turnera-bookings-ops-card{background:#ffffffd1;border:1px solid #ece2dce6;border-radius:18px;flex-direction:column;justify-content:space-between;gap:8px;min-height:104px;padding:14px;display:flex}.turnera-bookings-ops-card span{color:#614440b8;letter-spacing:.045em;text-transform:uppercase;font-size:11px;font-weight:950}.turnera-bookings-ops-card strong{color:#171312;letter-spacing:-.05em;font-size:30px;font-weight:950;line-height:.95}.turnera-bookings-ops-card small{color:#614440a8;font-size:12px;font-weight:750;line-height:1.35}.turnera-bookings-ops-card.is-warning{background:#fffbebe6;border-color:#f59e0b47}.turnera-bookings-ops-card.is-danger{background:#fff1f0eb;border-color:#d9342b3d}.turnera-bookings-ops-card.is-good{background:#ecfdf5cc;border-color:#10b98138}@media (width<=920px){.turnera-bookings-ops-panel{border-radius:22px;grid-template-columns:1fr;padding:16px}.turnera-bookings-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.turnera-bookings-ops-panel{margin:0 0 14px;padding:14px}.turnera-bookings-ops-grid{grid-template-columns:1fr}.turnera-bookings-ops-card{min-height:92px}}.turnera-v16-staff-ops{gap:16px;margin:18px 0 22px;display:grid}.turnera-v16-hero,.turnera-v16-card{background:#fffdfa;border:1px solid #7d625d24;border-radius:24px;box-shadow:0 18px 45px #7d2a2312}.turnera-v16-hero{justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.turnera-v16-eyebrow{color:#d9342b;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:850}.turnera-v16-hero h3{color:#221b18;letter-spacing:-.04em;margin:0;font-size:clamp(20px,2.4vw,28px);font-weight:850}.turnera-v16-hero p:not(.turnera-v16-eyebrow){color:#7d625d;max-width:760px;margin:10px 0 0;font-size:14px;line-height:1.6}.turnera-v16-switch{background:#f7ebe7;border:1px solid #d9342b1f;border-radius:999px;flex-shrink:0;gap:6px;padding:5px;display:inline-flex}.turnera-v16-switch button,.turnera-v16-primary{min-height:40px;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 15px;font-size:13px;font-weight:850}.turnera-v16-switch button{color:#7d625d;background:0 0}.turnera-v16-switch button.is-active,.turnera-v16-primary{color:#fff;background:linear-gradient(135deg,#d9342b 0%,#ee5045 100%);box-shadow:0 10px 22px #d9342b2e}.turnera-v16-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.turnera-v16-kpi-grid>div{background:#fffdfa;border:1px solid #7d625d1f;border-radius:20px;padding:16px;box-shadow:0 12px 30px #7d2a230d}.turnera-v16-kpi-grid span,.turnera-v16-card-head span,.turnera-v16-row small{color:#8c746e;font-size:12px;font-weight:750;display:block}.turnera-v16-kpi-grid strong{color:#221b18;letter-spacing:-.04em;margin-top:7px;font-size:25px;font-weight:900;display:block}.turnera-v16-card{padding:18px}.turnera-v16-card-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.turnera-v16-card-head strong{color:#221b18;font-size:18px;font-weight:850}.turnera-v16-pill{background:#fff2ef;border:1px solid #d9342b26;border-radius:999px;align-items:center;min-height:32px;padding:0 11px;color:#d9342b!important;display:inline-flex!important}.turnera-v16-table{gap:8px;display:grid}.turnera-v16-row{color:#4d3d38;background:#fff;border:1px solid #7d625d1c;border-radius:16px;grid-template-columns:minmax(180px,1.5fr) repeat(4,minmax(90px,.7fr));align-items:center;gap:12px;min-height:54px;padding:10px 12px;font-size:13px;display:grid}.turnera-v16-row-head{color:#8c746e;letter-spacing:.06em;text-transform:uppercase;background:#fff6f3;min-height:40px;font-size:11px;font-weight:850}.turnera-v16-row strong{color:#221b18;font-weight:850}.turnera-v16-row em{border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-style:normal;font-weight:850;display:inline-flex}.turnera-v16-row em.is-ready{color:#168553;background:#e9f8ef}.turnera-v16-row em.needs-rates{color:#d9342b;background:#fff2ef}.turnera-v16-empty{color:#8c746e;text-align:center;border:1px dashed #7d625d33;border-radius:18px;padding:22px;font-weight:750}@media (width<=900px){.turnera-v16-hero,.turnera-v16-card-head{flex-direction:column;align-items:stretch}.turnera-v16-switch{width:100%}.turnera-v16-switch button{flex:1}.turnera-v16-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-v16-row,.turnera-v16-row-head{grid-template-columns:1fr .55fr}.turnera-v16-row>span:nth-child(n+4),.turnera-v16-row-head>span:nth-child(n+4){display:none}}@media (width<=560px){.turnera-v16-kpi-grid{grid-template-columns:1fr}.turnera-v16-hero,.turnera-v16-card{border-radius:20px;padding:16px}}.turnera-v17-finance{background:linear-gradient(135deg,#fffffffa,#fff8f6f0);border:1px solid #7d625d1f;border-radius:24px;margin:18px 0;padding:18px;box-shadow:0 18px 44px #4a2f2914}.turnera-v17-finance-head,.turnera-v17-table-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.turnera-v17-eyebrow{color:#e05246;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900;line-height:1.2}.turnera-v17-finance h3{color:#241b18;letter-spacing:-.04em;margin:0;font-size:clamp(20px,2vw,26px);font-weight:900;line-height:1.15}.turnera-v17-finance p{color:#7d625d;max-width:760px;margin:8px 0 0;font-size:14px;line-height:1.55}.turnera-v17-badge{white-space:nowrap;color:#d73f35;background:#e052461a;border:1px solid #e052462e;border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.turnera-v17-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.turnera-v17-kpis>div{background:#fff;border:1px solid #7d625d1a;border-radius:20px;min-height:96px;padding:15px;box-shadow:0 12px 28px #4a2f290f}.turnera-v17-kpis span{color:#8c746e;font-size:12px;font-weight:800;display:block}.turnera-v17-kpis strong{color:#241b18;letter-spacing:-.06em;margin-top:8px;font-size:clamp(24px,3vw,34px);font-weight:950;line-height:1;display:block}.turnera-v17-table-card{background:#ffffffc7;border:1px solid #7d625d1a;border-radius:22px;padding:14px}.turnera-v17-table-head{padding:4px 2px 12px}.turnera-v17-table-head strong{color:#241b18;font-size:15px;font-weight:900}.turnera-v17-table-head span{color:#8c746e;font-size:12px;font-weight:800}.turnera-v17-table{gap:8px;display:grid}.turnera-v17-row{color:#4d3d38;background:#fff;border:1px solid #7d625d1a;border-radius:16px;grid-template-columns:minmax(180px,1.8fr) repeat(6,minmax(72px,.7fr));align-items:center;gap:10px;min-height:58px;padding:10px 12px;font-size:13px;display:grid}.turnera-v17-row-head{color:#8c746e;letter-spacing:.06em;text-transform:uppercase;background:#fff6f3;min-height:38px;font-size:11px;font-weight:900}.turnera-v17-row strong{color:#221b18;font-weight:900}.turnera-v17-row small{color:#9a8580;margin-top:3px;font-size:11px;font-weight:750;display:block}.turnera-v17-row em{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-style:normal;font-weight:900;display:inline-flex}.turnera-v17-row em.is-ok{color:#168553;background:#e9f8ef}.turnera-v17-row em.is-issues{color:#d9342b;background:#fff2ef}.turnera-v17-row em.is-missing-rates{color:#9a6400;background:#fff7df}.turnera-v17-empty{color:#8c746e;text-align:center;border:1px dashed #7d625d33;border-radius:18px;padding:24px;font-weight:800}@media (width<=980px){.turnera-v17-finance-head,.turnera-v17-table-head{flex-direction:column;align-items:stretch}.turnera-v17-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-v17-row{grid-template-columns:1fr .55fr .55fr}.turnera-v17-row>span:nth-child(n+4),.turnera-v17-row-head>span:nth-child(n+4){display:none}}@media (width<=560px){.turnera-v17-finance{border-radius:20px;padding:14px}.turnera-v17-kpis{grid-template-columns:1fr}.turnera-v17-row{grid-template-columns:1fr .5fr}.turnera-v17-row>span:nth-child(n+3),.turnera-v17-row-head>span:nth-child(n+3){display:none}}.turnera-exec-dashboard{gap:18px;margin-bottom:22px;display:grid}.turnera-exec-hero{background:radial-gradient(circle at 100% 0,#e16b5a2e,#0000 32%),linear-gradient(135deg,#fffaf8 0%,#fff 58%,#fff2ee 100%);border:1px solid #e2bab2ad;border-radius:28px;justify-content:space-between;align-items:flex-start;gap:18px;padding:clamp(20px,3vw,30px);display:flex;box-shadow:0 22px 54px #5f362f1a}.turnera-exec-eyebrow{color:#d9483f;letter-spacing:.11em;text-transform:uppercase;align-items:center;margin-bottom:8px;font-size:11px;font-weight:900;display:inline-flex}.turnera-exec-hero h2{color:#2f241f;letter-spacing:-.04em;margin:0;font-size:clamp(24px,3vw,38px);line-height:1.05}.turnera-exec-hero p{color:#614440bd;max-width:680px;margin:10px 0 0;font-size:14px;line-height:1.6}.turnera-exec-hero__badge{color:#d9483f;background:#ffffffd1;border:1px solid #d9483f33;border-radius:999px;flex:none;padding:10px 14px;font-size:12px;font-weight:900;box-shadow:0 12px 28px #5f362f14}.turnera-exec-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.turnera-exec-metric{background:#fff;border:1px solid #e2bab2b3;border-radius:22px;align-content:space-between;gap:8px;min-height:122px;padding:18px;display:grid;box-shadow:0 14px 34px #5f362f12}.turnera-exec-metric span,.turnera-exec-metric small{color:#614440ad;letter-spacing:.03em;text-transform:uppercase;font-size:11px;font-weight:800}.turnera-exec-metric strong{color:#2f241f;letter-spacing:-.04em;font-size:clamp(24px,2.8vw,34px);line-height:1}.turnera-exec-metric--positive{background:linear-gradient(#fff 0%,#f3fff8 100%)}.turnera-exec-metric--warning{background:linear-gradient(#fff 0%,#fff7e8 100%)}.turnera-exec-metric--danger{background:linear-gradient(#fff 0%,#fff0ed 100%)}.turnera-exec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.turnera-exec-panel{background:#fffffff0;border:1px solid #e2bab2b3;border-radius:24px;overflow:hidden;box-shadow:0 16px 42px #5f362f14}.turnera-exec-panel__head{background:#fffaf8bd;border-bottom:1px solid #e2bab28c;padding:17px 18px}.turnera-exec-panel__head h3{color:#2f241f;letter-spacing:-.02em;margin:0;font-size:15px;font-weight:900}.turnera-exec-panel__body{gap:10px;padding:14px;display:grid}.turnera-exec-row{background:#fff;border:1px solid #eed3cfe0;border-radius:18px;justify-content:space-between;gap:14px;padding:13px;display:flex}.turnera-exec-row strong,.turnera-exec-alert strong{color:#2f241f;font-size:13px;font-weight:900;display:block}.turnera-exec-row span,.turnera-exec-row small,.turnera-exec-alert span,.turnera-exec-empty{color:#614440ad;font-size:12px;line-height:1.45}.turnera-exec-row__right{align-content:center;justify-items:end;min-width:82px;display:grid}.turnera-exec-row__right b{color:#d9483f;font-size:15px;font-weight:950}.turnera-exec-alert{background:#fff;border:1px solid #eed3cfe0;border-radius:18px;gap:4px;padding:13px;display:grid}.turnera-exec-alert--high{background:#fff2ef;border-color:#d9483f52}.turnera-exec-alert--medium{background:#fff8eb;border-color:#f59e0b57}.turnera-exec-alert--low{background:#fffaf8;border-color:#7d625d38}.turnera-exec-alert--good{background:#f3fff8;border-color:#10b98147}@media (width<=1180px){.turnera-exec-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.turnera-exec-hero{border-radius:24px;flex-direction:column}.turnera-exec-metrics,.turnera-exec-grid{grid-template-columns:1fr}.turnera-exec-row{align-items:flex-start}}.turnera-automation-panel{background:linear-gradient(145deg,#fffffffa,#fff8f6f0);border:1px solid #e5cbc5b8;border-radius:28px;margin:18px 0;padding:clamp(18px,2vw,26px);box-shadow:0 20px 55px #3e272314}.turnera-automation-panel.is-compact{border-radius:24px;padding:18px}.turnera-automation-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.turnera-automation-header h3{letter-spacing:-.035em;color:#2f241f;margin:4px 0 6px;font-size:clamp(20px,2vw,26px)}.turnera-automation-header p{color:#614440b8;max-width:760px;margin:0;font-size:14px;line-height:1.55}.turnera-automation-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.turnera-automation-metrics article{background:#fff;border:1px solid #e5cbc5b3;border-radius:20px;padding:16px;box-shadow:0 10px 28px #3e27230d}.turnera-automation-metrics article.is-danger{background:#fef2f2eb;border-color:#dc262647}.turnera-automation-metrics article.is-warning{background:#fffbebeb;border-color:#d9770647}.turnera-automation-metrics span{color:#614440a8;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;display:block}.turnera-automation-metrics strong{color:#2f241f;letter-spacing:-.04em;margin-top:5px;font-size:28px;line-height:1;display:block}.turnera-automation-metrics small{color:#6144409e;margin-top:8px;font-size:12px;display:block}.turnera-automation-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.turnera-automation-panel.is-compact .turnera-automation-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-automation-list{background:#ffffffdb;border:1px solid #e5cbc5a6;border-radius:22px;min-width:0;padding:12px}.turnera-automation-list-title{justify-content:space-between;align-items:center;gap:10px;padding:4px 4px 10px;display:flex}.turnera-automation-list-title strong{color:#2f241f;font-size:14px}.turnera-automation-list-title span{color:#614440;background:#61444014;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.turnera-automation-row{background:#fff8f6c7;border:1px solid #f7e2ddb3;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;margin-top:8px;padding:12px;display:flex}.turnera-automation-row strong{color:#2f241f;font-size:13px;line-height:1.25;display:block}.turnera-automation-row p{color:#614440ad;margin:5px 0 0;font-size:12px;line-height:1.4}.turnera-automation-empty{color:#61444094;margin:0;padding:14px 8px;font-size:13px}.turnera-automation-mini{color:#cf4239;white-space:nowrap;flex:none;font-size:12px;font-weight:800}.turnera-automation-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;flex:none;padding:5px 8px;font-size:10px;font-weight:900}.turnera-automation-pill.is-info{color:#2563eb;background:#3b82f61a}.turnera-automation-pill.is-warning{color:#b45309;background:#f59e0b1f}.turnera-automation-pill.is-danger{color:#dc2626;background:#ef44441f}.turnera-automation-pill.is-success{color:#15803d;background:#22c55e1f}@media (width<=980px){.turnera-automation-header{flex-direction:column}.turnera-automation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-automation-columns,.turnera-automation-panel.is-compact .turnera-automation-columns{grid-template-columns:1fr}}@media (width<=560px){.turnera-automation-panel{border-radius:22px;margin:14px 0;padding:16px}.turnera-automation-metrics{grid-template-columns:1fr}.turnera-automation-row{flex-direction:column}}:root{--turnera-admin-gutter:clamp(18px, 2.2vw, 32px);--turnera-admin-max:none;--turnera-panel-radius:28px;--turnera-panel-border:#e5cbc5b8;--turnera-panel-shadow:0 22px 60px #3e272312}.turnera-admin-shell-v21{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.turnera-admin-sidebar-v21{flex:0 0 240px!important}.turnera-admin-main-v21{width:calc(100vw - 240px)!important;min-width:0!important;max-width:calc(100vw - 240px)!important;overflow-x:hidden!important}.turnera-admin-content-v21{width:100%!important;max-width:var(--turnera-admin-max)!important;padding:0 var(--turnera-admin-gutter) var(--turnera-admin-gutter)!important;box-sizing:border-box!important;margin:0!important}.turnera-admin-nav-v21{gap:4px!important;padding-inline:10px!important}.turnera-admin-nav-item-v21{text-overflow:ellipsis!important;border-radius:14px!important;justify-content:flex-start!important;width:100%!important;min-height:42px!important;overflow:hidden!important}.turnera-admin-nav-item-v21 span:last-child{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.turnera-admin-nav-item-v21:not(.is-active){box-shadow:none!important}.turnera-admin-content-v21>section,.turnera-admin-content-v21>div,.turnera-admin-content-v21>article,.turnera-admin-content-v21>form,.turnera-admin-content-v21 [class*=Tab],.turnera-admin-content-v21 [class*=Panel]{max-width:none!important}.turnera-admin-content-v21 :where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.t2-page,.turnera-panel,.turnera-card,.ui-card,.tn-panel,.saas-card){box-sizing:border-box!important;width:100%!important;max-width:none!important}.turnera-messages-page{width:100%!important;max-width:none!important;padding:0 0 var(--turnera-admin-gutter)!important;box-sizing:border-box!important;margin:0!important;display:block!important}.turnera-messages-card{border-radius:var(--turnera-panel-radius)!important;border:1px solid var(--turnera-panel-border)!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:calc(100dvh - 168px)!important;box-shadow:var(--turnera-panel-shadow)!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;margin:0!important;display:grid!important;overflow:hidden!important}.turnera-messages-staff-panel,.turnera-chat-panel{box-sizing:border-box!important;min-width:0!important}.turnera-chat-panel{width:100%!important;max-width:none!important}.turnera-messages-search{background:#fff!important;border:1px solid #e5cbc5e0!important;border-radius:16px!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:46px!important;margin:0 0 14px!important;padding:0 14px!important;display:grid!important;box-shadow:0 8px 18px #3e27230a!important}.turnera-messages-search input{width:100%!important;min-width:0!important;height:44px!important;font:inherit!important;color:#2f241f!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.turnera-messages-search input::placeholder{color:#61444085!important}.turnera-chat-messages{min-height:0!important}@media (width<=1180px){.turnera-admin-main-v21{width:100vw!important;max-width:100vw!important}.turnera-admin-sidebar-v21{display:none!important}.turnera-admin-content-v21{padding-inline:clamp(14px,4vw,24px)!important}}@media (width<=860px){.turnera-messages-card{grid-template-columns:1fr!important;min-height:auto!important}.turnera-messages-staff-panel{border-bottom:1px solid #e5cbc5b8!important;border-right:0!important}}:root{--t22-sidebar-width:240px;--t22-page-gutter:clamp(20px, 2.25vw, 36px);--t22-page-bottom:36px;--t22-card-radius:24px;--t22-card-border:#e5cbc5b8;--t22-card-shadow:0 20px 50px #3e272311;--t22-input-height:46px;--t22-control-radius:14px;--t22-text:#171312;--t22-muted:#614440ad;--t22-bg:#fbf8f7;--t22-surface:#fffdfc;--t22-primary:#ef3f35;--t22-primary-soft:#fff0ee}html,body,#root{background:var(--t22-bg);width:100%;min-width:0;max-width:100%;overflow-x:hidden}*,:before,:after{box-sizing:border-box}.turnera-admin-shell-v21{background:var(--t22-bg)!important;width:100vw!important;max-width:100vw!important;min-height:100dvh!important;display:flex!important;overflow-x:hidden!important}.turnera-admin-sidebar-v21{flex:0 0 var(--t22-sidebar-width)!important;width:var(--t22-sidebar-width)!important;max-width:var(--t22-sidebar-width)!important}.turnera-admin-main-v21{width:calc(100vw - var(--t22-sidebar-width))!important;max-width:calc(100vw - var(--t22-sidebar-width))!important;flex:auto!important;min-width:0!important;overflow-x:clip!important}.turnera-admin-content-v21{width:100%!important;min-width:0!important;max-width:none!important;padding:0 var(--t22-page-gutter) var(--t22-page-bottom)!important;margin:0!important}.turnera-admin-content-v21>:where(section,div,article,form,main){width:100%!important;min-width:0!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.turnera-admin-content-v21 :where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.t2-page,.admin-section,.dashboard-main,.page-grid,.content-grid,.linen-grid){width:100%!important;min-width:0!important;max-width:none!important;margin-inline:0!important}.turnera-admin-content-v21 :where(.ui-page-header,.tn-page-header,.ti-page-toolbar,.turnera-page-header,.saas-page__header,.admin-page-header){width:100%!important;max-width:none!important;margin:0 0 22px!important;padding:0!important}.turnera-admin-content-v21 :where(.ui-card,.tn-panel,.tn-stat-card,.turnera-card,.turnera-panel,.saas-card,.t2-card,.staff-stats-card,.staff-empty-card,.turnera-messages-card){border-radius:var(--t22-card-radius)!important;border:1px solid var(--t22-card-border)!important;background:var(--t22-surface)!important;box-shadow:var(--t22-card-shadow)!important;min-width:0!important;max-width:none!important}.turnera-admin-content-v21 :where(input,select,textarea){min-width:0!important;max-width:100%!important;font-family:inherit!important}.turnera-admin-content-v21 :where(input:not([type=checkbox]):not([type=radio]),select){min-height:var(--t22-input-height)!important;border-radius:var(--t22-control-radius)!important}.turnera-admin-content-v21 :where(button,.ui-button,.tn-button,.saas-button){white-space:nowrap;font-family:inherit!important}.turnera-messages-page{width:100%!important;min-width:0!important;max-width:none!important;padding:0 0 var(--t22-page-bottom)!important;margin:0!important}.turnera-messages-card{grid-template-columns:minmax(292px,380px) minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:calc(100dvh - 158px)!important;margin:0!important;display:grid!important;overflow:hidden!important}.turnera-messages-staff-panel{border-right:1px solid #e5cbc5b8!important;width:100%!important;min-width:0!important;padding:18px!important}.turnera-chat-panel{grid-template-rows:auto minmax(0,1fr) auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:grid!important}.turnera-chat-header{min-width:0!important}.turnera-chat-messages{min-width:0!important;min-height:0!important;overflow:hidden auto!important}.turnera-messages-search,.turnera-admin-content-v21 [data-message-search]{width:100%!important;min-width:0!important;min-height:var(--t22-input-height)!important;background:#fff!important;border:1px solid #e5cbc5e6!important;border-radius:16px!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;padding:0 14px!important;display:grid!important;box-shadow:0 8px 18px #3e272309!important}.turnera-messages-search input,.turnera-admin-content-v21 [data-message-search] input{width:100%!important;min-width:0!important;height:44px!important;box-shadow:none!important;font:inherit!important;color:var(--t22-text)!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.turnera-staff-row{width:100%!important;min-width:0!important}.turnera-staff-meta{min-width:0!important}.turnera-staff-meta :where(strong,span){text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.turnera-chat-composer{background:#fffdfcf5!important;border-top:1px solid #e5cbc5b8!important}.turnera-composer-row{grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important;width:100%!important;display:grid!important}.turnera-composer-row textarea{resize:none!important;width:100%!important;min-width:0!important}.turnera-admin-nav-v21{gap:5px!important}.turnera-admin-nav-item-v21{border-radius:14px!important;min-height:42px!important;padding-inline:14px!important}.turnera-admin-nav-item-v21:not(.is-active){box-shadow:none!important;background:0 0!important;border-color:#0000!important}.turnera-admin-nav-item-v21.is-active{background:var(--t22-primary-soft)!important;color:var(--t22-primary)!important;border-color:#ef3f353d!important}.turnera-empty-state,.turnera-chat-empty,.turnera-admin-content-v21 .empty-state{color:var(--t22-muted)!important}.turnera-chat-empty{text-align:center!important;place-content:center!important;min-height:360px!important;padding:48px 24px!important;display:grid!important}.turnera-chat-empty h3{color:var(--t22-text)!important;margin:10px 0 6px!important}.turnera-admin-content-v21 :where(.ui-grid,.tn-grid,.saas-grid,.dashboard-grid,.stats-grid){width:100%!important;min-width:0!important}@media (width<=1180px){.turnera-admin-sidebar-v21{display:none!important}.turnera-admin-main-v21{width:100vw!important;max-width:100vw!important}.turnera-admin-content-v21{padding-inline:clamp(14px,4vw,24px)!important}}@media (width<=900px){.turnera-messages-card{grid-template-columns:1fr!important;min-height:auto!important}.turnera-messages-staff-panel{border-bottom:1px solid #e5cbc5b8!important;border-right:0!important}.turnera-chat-panel{min-height:62dvh!important}}@media (width<=640px){:root{--t22-page-gutter:14px;--t22-card-radius:22px}.turnera-admin-content-v21{padding-inline:14px!important;padding-bottom:92px!important}.turnera-admin-content-v21 :where(.ui-card,.tn-panel,.turnera-card,.turnera-panel,.saas-card,.t2-card){border-radius:22px!important}.turnera-messages-staff-panel{padding:14px!important}.turnera-chat-empty{min-height:280px!important}}.turnera-messages-page[data-feature=messages]{inline-size:100%!important;max-inline-size:none!important;margin-inline:0!important;padding-inline:clamp(16px,2vw,28px)!important}.turnera-messages-page[data-feature=messages] .turnera-messages-card{inline-size:100%!important;max-inline-size:none!important;grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;min-height:min(760px,100dvh - 180px)!important;display:grid!important}.turnera-messages-page[data-feature=messages] .turnera-chat-panel,.turnera-messages-page[data-feature=messages] .turnera-chat-messages{min-inline-size:0!important}.turnera-message-error{color:#991b1b;background:#fee2e2b8;border:1px solid #b91c1c2e;border-radius:14px;margin:0 0 12px;padding:10px 12px;font-size:13px;font-weight:700}@media (width<=900px){.turnera-messages-page[data-feature=messages]{padding-inline:12px!important}.turnera-messages-page[data-feature=messages] .turnera-messages-card{grid-template-columns:1fr!important;min-height:auto!important}}.turnera-admin-content-v21,.turnera-admin-content-v21>*,.turnera-admin-content-v21 [class*=properties],.turnera-admin-content-v21 [class*=clients]{box-sizing:border-box}.turnera-admin-content-v21{min-width:0;overflow-x:hidden}.turnera-admin-content-v21>div{width:100%;max-width:none}.turnera-admin-content-v21 input,.turnera-admin-content-v21 select,.turnera-admin-content-v21 textarea,.turnera-admin-content-v21 button{font-family:inherit}.turnera-admin-content-v21 input,.turnera-admin-content-v21 select,.turnera-admin-content-v21 textarea{min-height:40px}@media (width>=900px){.turnera-admin-content-v21 [style*=grid-template-columns]{max-width:none}}@media (width<=768px){.turnera-admin-content-v21{padding-left:16px!important;padding-right:16px!important}.turnera-admin-content-v21 input,.turnera-admin-content-v21 select,.turnera-admin-content-v21 textarea,.turnera-admin-content-v21 button{width:100%;max-width:100%}}.turnera-v30-invoices,.turnera-v30-card,.turnera-v30-side-card{box-sizing:border-box}.turnera-v30-invoices{gap:18px;width:100%;display:grid}.turnera-v30-header-row{background:linear-gradient(135deg,#fff,#fff7f5);border:1px solid #6144401f;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex;box-shadow:0 18px 50px #61444014}.turnera-v30-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#d44f45;margin:0 0 8px;font-size:11px;font-weight:850}.turnera-v30-header-row h3{color:#2f211f;margin:0 0 8px;font-size:clamp(20px,2vw,28px);font-weight:850;line-height:1.08}.turnera-v30-header-row p:not(.turnera-v30-eyebrow){color:#614440b8;max-width:720px;margin:0;line-height:1.55}.turnera-v30-primary{color:#fff;white-space:nowrap;background:#d44f45;border:0;border-radius:999px;padding:12px 18px;font-weight:850;box-shadow:0 14px 30px #d44f4538}.turnera-v30-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.turnera-v30-metric-card,.turnera-v30-card,.turnera-v30-side-card{background:#fff;border:1px solid #6144401f;border-radius:22px;box-shadow:0 14px 36px #61444012}.turnera-v30-metric-card{gap:8px;padding:18px;display:grid}.turnera-v30-metric-card span,.turnera-v30-card-head span{color:#6144409e;font-size:12px;font-weight:750}.turnera-v30-metric-card strong{color:#2f211f;font-size:26px;line-height:1}.turnera-v30-metric-card small{color:#6144409e;line-height:1.35}.turnera-v30-layout-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);align-items:start;gap:16px;display:grid}.turnera-v30-card,.turnera-v30-side-card{padding:18px}.turnera-v30-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.turnera-v30-card-head strong{color:#2f211f;font-size:16px}.turnera-v30-table{gap:8px;display:grid}.turnera-v30-row{color:#2f211fdb;background:#fff8f6;border-radius:16px;grid-template-columns:minmax(180px,1.4fr) 80px 100px minmax(120px,.8fr) 110px;align-items:center;gap:12px;padding:12px 14px;display:grid}.turnera-v30-row-head{color:#61444094;text-transform:uppercase;letter-spacing:.06em;background:0 0;font-size:12px;font-weight:850}.turnera-v30-pill{color:#047857;background:#10b9811f;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-style:normal;font-weight:850;display:inline-flex}.turnera-v30-pill.warn{color:#b82e27;background:#d44f451f}.turnera-v30-cleaner-row{border-top:1px solid #6144401a;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.turnera-v30-cleaner-row:first-of-type{border-top:0}.turnera-v30-cleaner-row p{color:#6144409e;margin:4px 0 0;font-size:12px}.turnera-v30-cleaner-row span{color:#2f211f;font-weight:850}.turnera-v30-empty{color:#614440a3;text-align:center;background:#fff8f6;border-radius:18px;padding:20px;font-weight:750}.turnera-v30-empty.compact{padding:14px}@media (width<=980px){.turnera-v30-header-row,.turnera-v30-layout-grid{grid-template-columns:1fr}.turnera-v30-header-row{display:grid}.turnera-v30-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-v30-row,.turnera-v30-row-head{grid-template-columns:minmax(160px,1.2fr) 70px 90px minmax(120px,1fr) 100px;min-width:680px}.turnera-v30-table{padding-bottom:4px;overflow-x:auto}}@media (width<=640px){.turnera-v30-header-row,.turnera-v30-card,.turnera-v30-side-card{border-radius:20px;padding:16px}.turnera-v30-metric-grid{grid-template-columns:1fr}.turnera-v30-primary{justify-content:center;width:100%}}.turnera-admin-shell-v34,.turnera-admin-main-v34{width:100%;min-width:0}.turnera-admin-content-v34{min-width:0;width:100%!important;max-width:none!important}.turnera-admin-content-v34>*{width:100%;min-width:0;max-width:none}.turnera-admin-topbar-v34{width:100%;min-width:0}.turnera-admin-sidebar-v34{flex-shrink:0}.turnera-admin-nav-v34{min-width:0}.turnera-admin-nav-item-v34{min-height:44px}@media (width<=980px){.turnera-admin-shell-v34{display:block!important}.turnera-admin-sidebar-v34{z-index:30;top:0;width:100%!important;max-width:none!important;position:sticky!important}.turnera-admin-main-v34{width:100%!important;padding-left:0!important;padding-right:0!important}.turnera-admin-topbar-v34{align-items:flex-start!important;gap:14px!important}}.tn-linen-supplier-form input,.tn-linen-supplier-form select,.tn-linen-product-form input,.tn-linen-product-form select{min-height:44px}.tn-linen-product-row>*{min-width:0}@media (width<=1180px){.tn-linen-supplier-form,.tn-linen-product-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tn-linen-supplier-form>*,.tn-linen-product-form>*{grid-column:auto!important}.tn-linen-product-row{grid-template-columns:minmax(0,1fr) 110px 110px!important}}@media (width<=720px){.tn-linen-supplier-form,.tn-linen-product-form,.tn-linen-weekend-grid,.tn-linen-product-row,.tn-table-head,.tn-table-row{grid-template-columns:1fr!important}}:root{--turnera-page-max:1680px;--turnera-page-gutter:clamp(16px, 2vw, 32px);--turnera-section-gap:clamp(16px, 2vw, 24px);--turnera-card-pad:clamp(16px, 1.9vw, 24px);--turnera-control-height:46px}.turnera-admin-main-v21,.turnera-admin-main-v34{width:100%!important;min-width:0!important}.turnera-admin-content-v21,.turnera-admin-content-v34{width:100%!important;max-width:var(--turnera-page-max)!important;padding-inline:var(--turnera-page-gutter)!important;box-sizing:border-box!important;margin-inline:auto!important;padding-bottom:clamp(28px,4vw,56px)!important}.turnera-admin-content-v21>*,.turnera-admin-content-v34>*{min-width:0!important}.turnera-admin-content-v21 section,.turnera-admin-content-v21 article,.turnera-admin-content-v21 form,.turnera-admin-content-v34 section,.turnera-admin-content-v34 article,.turnera-admin-content-v34 form{box-sizing:border-box}.turnera-admin-content-v21 input,.turnera-admin-content-v21 select,.turnera-admin-content-v21 textarea,.turnera-admin-content-v34 input,.turnera-admin-content-v34 select,.turnera-admin-content-v34 textarea{min-height:var(--turnera-control-height);box-sizing:border-box;border-radius:16px}.turnera-admin-content-v21 button,.turnera-admin-content-v34 button{touch-action:manipulation;min-height:40px}.turnera-admin-content-v21 [class*=grid],.turnera-admin-content-v34 [class*=grid]{min-width:0}.turnera-tab-fallback{color:#2d2422;background:linear-gradient(135deg,#fff,#fff7f5);border:1px solid #78504629;border-radius:28px;align-content:center;gap:14px;width:100%;min-height:340px;padding:clamp(22px,4vw,42px);display:grid;box-shadow:0 22px 48px #56373014}.turnera-tab-fallback__eyebrow{color:#c8453b;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.turnera-tab-fallback__title{letter-spacing:-.04em;max-width:720px;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.04}.turnera-tab-fallback__copy{color:#77635f;max-width:760px;margin:0;font-size:16px;line-height:1.6}.turnera-tab-fallback__error{color:#442f2b;white-space:pre-wrap;background:#fbf7f4;border:1px solid #78504624;border-radius:16px;max-width:900px;padding:14px 16px;display:block;overflow:auto}.turnera-tab-fallback__button{color:#fff;cursor:pointer;background:#c8453b;border:0;border-radius:999px;justify-self:start;min-height:44px;padding:0 18px;font-weight:900}@media (width<=860px){.turnera-admin-content-v21,.turnera-admin-content-v34{padding-inline:14px!important;padding-bottom:88px!important}.turnera-admin-content-v21 input,.turnera-admin-content-v21 select,.turnera-admin-content-v21 textarea,.turnera-admin-content-v34 input,.turnera-admin-content-v34 select,.turnera-admin-content-v34 textarea{font-size:16px}}.tn-linen-forecast-controls input,.tn-linen-forecast-controls select{min-height:44px}@media (width<=820px){.tn-linen-forecast-controls{width:100%;grid-template-columns:1fr!important}.tn-table-head,.tn-table-row{overflow-x:auto;grid-template-columns:1.4fr .7fr .7fr .7fr .9fr!important}}.tn-linen-finance-controls{min-width:min(100%,620px)}@media (width<=860px){.tn-linen-finance-controls{width:100%;grid-template-columns:1fr!important}}@media (width<=980px){.turnera-guest-pack-print-sheet{border-radius:18px!important;padding:18px!important}}@media print{body *{visibility:hidden!important}.turnera-guest-pack-print-sheet,.turnera-guest-pack-print-sheet *{visibility:visible!important}.turnera-guest-pack-print-sheet{width:100%!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:24px!important;position:absolute!important;top:0!important;left:0!important}}.tn-linen-native-panel{gap:16px;display:grid}.tn-table-head,.tn-table-row{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(100px,.7fr));align-items:center;gap:12px;display:grid}.tn-table-head{color:#8a6a63;text-transform:uppercase;letter-spacing:.05em;background:#fff7f5;border-radius:14px;padding:10px 14px;font-size:11px;font-weight:900}.tn-table-row{color:#2b211e;background:#fffdfa;border:1px solid #e052461f;border-radius:16px;margin-top:8px;padding:13px 14px}.tn-empty-state{color:#8a6a63;text-align:center;background:#fffaf8;border:1px dashed #e0524638;border-radius:18px;padding:24px;font-weight:700}.tn-linen-integration-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.tn-linen-integration-grid>div{background:#ffffffc2;border:1px solid #e052461f;border-radius:18px;gap:6px;padding:14px;display:grid}.tn-linen-integration-grid strong{color:#1f1715;font-size:13px}.tn-linen-integration-grid span{color:#80635d;font-size:12px;line-height:1.45}@media (width<=980px){.tn-table-head{display:none}.tn-table-row{grid-template-columns:1fr 1fr}.tn-linen-integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.tn-table-row,.tn-linen-integration-grid{grid-template-columns:1fr}}.turnera-linen-ops-grid{align-items:start}@media (width<=1080px){.turnera-linen-ops-grid{grid-template-columns:1fr!important}}@media (width<=720px){.turnera-linen-ops-grid [style*="grid-template-columns: minmax(0,1fr) 90px 90px 100px"],.turnera-linen-ops-grid [style*="grid-template-columns: minmax(0,1fr) 92px 92px"]{grid-template-columns:1fr!important}}.tn-linen-module--native{width:100%;max-width:none}.tn-linen-primary-nav{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.tn-linen-primary-nav button{min-height:42px}.tn-linen-kpi-grid,.tn-linen-properties-grid,.tn-linen-properties-summary-grid,.tn-linen-add-requirement-grid,.tn-linen-two-col{width:100%}@media (width<=1100px){.tn-linen-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=820px){.tn-linen-primary-nav{-webkit-overflow-scrolling:touch;top:0;overflow-x:auto}.tn-linen-primary-nav>div{min-width:max-content;padding-bottom:4px;flex-wrap:nowrap!important}.tn-linen-primary-nav button{white-space:nowrap}.tn-linen-kpi-grid,.tn-linen-properties-grid,.tn-linen-properties-summary-grid,.tn-linen-add-requirement-grid,.tn-linen-two-col{grid-template-columns:1fr!important}}.tn-linen-module .tn-table-head,.tn-linen-module .tn-table-row{grid-template-columns:minmax(0,1.4fr) minmax(70px,.45fr) minmax(0,1.2fr) minmax(100px,.55fr)}@media (width<=920px){.tn-linen-module .tn-linen-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.tn-linen-module .tn-linen-kpi-grid{grid-template-columns:1fr!important}.tn-linen-module .tn-table-row{grid-template-columns:1fr;gap:6px;display:grid}}.turnera-messages-page[data-feature=messages] .turnera-messages-card{height:min(780px,100dvh - 176px)!important;min-height:min(720px,100dvh - 176px)!important;overflow:hidden!important}.turnera-messages-page[data-feature=messages] .turnera-chat-panel{flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.turnera-messages-page[data-feature=messages] .turnera-chat-header,.turnera-messages-page[data-feature=messages] .turnera-chat-composer{flex:none!important}.turnera-messages-page[data-feature=messages] .turnera-chat-messages{scrollbar-gutter:stable!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;flex:auto!important;min-height:0!important;overflow:hidden scroll!important}.turnera-messages-page[data-feature=messages] .turnera-chat-messages::-webkit-scrollbar{width:10px}.turnera-messages-page[data-feature=messages] .turnera-chat-messages::-webkit-scrollbar-track{background:#fff7f5;border-radius:999px}.turnera-messages-page[data-feature=messages] .turnera-chat-messages::-webkit-scrollbar-thumb{background:#e5cbc5;border:2px solid #fff7f5;border-radius:999px}.turnera-messages-page[data-feature=messages] .turnera-chat-messages::-webkit-scrollbar-thumb:hover{background:#d9483f}@media (width<=900px){.turnera-messages-page[data-feature=messages] .turnera-messages-card{height:auto!important;min-height:auto!important}.turnera-messages-page[data-feature=messages] .turnera-chat-panel{height:min(680px,72dvh)!important}}@media (width<=640px){.tn-linen-delivery-follow-up-row{grid-template-columns:1fr!important}}.tn-linen-module details>summary::-webkit-details-marker{display:none}.tn-linen-module details>summary::marker{content:""}@media (width<=760px){.tn-linen-command-centre-head{grid-template-columns:1fr!important}.tn-linen-command-centre-head>div:last-child{text-align:left!important}.tn-linen-module details>summary{flex-direction:column!important;align-items:flex-start!important}}.turnera-v45-engine,.turnera-v45-queue-card,.turnera-v45-empty{background:#fff;border:1px solid #2f1d1a1a;border-radius:24px;box-shadow:0 18px 45px #3d221d14}.turnera-v45-engine{gap:18px;margin-bottom:18px;padding:20px;display:grid}.turnera-v45-engine__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.turnera-v45-eyebrow{color:#b82e27;letter-spacing:.12em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.turnera-v45-engine h3{color:#2f1d1a;letter-spacing:-.05em;margin:0;font-size:clamp(22px,3vw,32px);font-weight:950}.turnera-v45-engine p{color:#614440b8;max-width:720px;margin:6px 0 0;font-size:14px;font-weight:650;line-height:1.5}.turnera-v45-primary{color:#fff;cursor:pointer;background:#b82e27;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900;box-shadow:0 16px 30px #b82e272e}.turnera-v45-stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.turnera-v45-stat{background:#fff7f5;border-radius:18px;gap:6px;padding:14px;display:grid}.turnera-v45-stat span,.turnera-v45-queue-main span,.turnera-v45-empty span{color:#614440b8;font-size:12px;font-weight:750}.turnera-v45-stat strong{color:#2f1d1a;letter-spacing:-.04em;font-size:24px;font-weight:950}.turnera-v45-queue{gap:12px;margin-bottom:14px;display:grid}.turnera-v45-queue-card{gap:12px;padding:16px;display:grid}.turnera-v45-queue-main,.turnera-v45-queue-totals{justify-content:space-between;align-items:center;gap:12px;display:flex}.turnera-v45-queue-main>div{gap:4px;display:grid}.turnera-v45-queue-main strong{color:#2f1d1a;font-size:15px;font-weight:950}.turnera-v45-queue-main em{border-radius:999px;padding:7px 10px;font-size:11px;font-style:normal;font-weight:900}.turnera-v45-queue-main em.is-ready{color:#047857;background:#10b9811f}.turnera-v45-queue-main em.needs-review{color:#b82e27;background:#b82e271a}.turnera-v45-queue-totals{flex-wrap:wrap;justify-content:flex-start}.turnera-v45-queue-totals span{color:#614440c7;background:#fff7f5;border-radius:12px;padding:8px 10px;font-size:12px;font-weight:800}.turnera-v45-queue-totals strong{color:#2f1d1a}.turnera-v45-warning{color:#96302b;background:#b82e2714;border-radius:14px;padding:10px 12px;font-size:12px;font-weight:800}.turnera-v45-empty{gap:4px;padding:18px;display:grid}.turnera-v45-empty strong{color:#2f1d1a;font-weight:950}@media (width<=720px){.turnera-v45-engine__header,.turnera-v45-queue-main{flex-direction:column;align-items:stretch}.turnera-v45-primary{width:100%}}:root{--v86-bg:#f8f4f1;--v86-bg-2:#fffaf7;--v86-surface:#fffffff0;--v86-surface-solid:#fff;--v86-surface-soft:#fff7f4;--v86-border:#442f291a;--v86-border-strong:#442f292e;--v86-text:#211714;--v86-muted:#76625c;--v86-muted-2:#9a847d;--v86-brand:#d9342b;--v86-brand-2:#ef6a55;--v86-brand-soft:#fff1ed;--v86-success:#0f9f6e;--v86-warning:#b7791f;--v86-danger:#b42318;--v86-radius-lg:28px;--v86-radius-md:18px;--v86-shadow-card:0 18px 44px #26181313;--v86-shadow-hover:0 26px 62px #2618131b;--v86-shadow-brand:0 16px 34px #d9342b2e}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 10% 0%, #d9342b1a, transparent 30rem), radial-gradient(circle at 95% 10%, #ef6a5517, transparent 28rem), linear-gradient(180deg, #fffaf7 0%, var(--v86-bg) 58%, #f2ebe6 100%)!important;color:var(--v86-text)!important}body,button,input,select,textarea{text-rendering:geometricprecision}::selection{color:var(--v86-text)!important;background:#d9342b2e!important}.turnera-admin-shell-v34{background:radial-gradient(circle at 18% -12%,#d9342b17,#0000 34rem),linear-gradient(#fffaf7 0%,#f7f2ee 100%)!important}.turnera-admin-main-v34{transition:margin-left .18s,width .18s,padding .18s}.turnera-admin-content-v34{animation:.18s both v86FadeIn}@keyframes v86FadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.turnera-admin-sidebar-v34{scrollbar-width:thin;scrollbar-color:#d9342b38 transparent;border-right:1px solid var(--v86-border)!important;background:linear-gradient(#fffffff5,#fff8f5f0)!important;box-shadow:12px 0 38px #2618130e!important}.turnera-admin-sidebar-v34:before{content:"";background:linear-gradient(90deg, var(--v86-brand), var(--v86-brand-2));z-index:2;height:3px;display:block;position:sticky;top:0}.turnera-admin-sidebar-v34 img[alt=Turnera]{filter:drop-shadow(0 10px 16px #43221e14)}.turnera-admin-nav-v34{gap:7px!important}.turnera-admin-nav-item-v34{position:relative;border-radius:15px!important;min-height:42px!important;transition:transform .15s,background .15s,color .15s,box-shadow .15s,border-color .15s!important}.turnera-admin-nav-item-v34:hover{transform:translate(2px);background:#fff1edc2!important;border-color:#d9342b1a!important}.turnera-admin-nav-item-v34.is-active{color:var(--v86-brand)!important;background:linear-gradient(135deg,#fff1ee 0%,#ffe4df 100%)!important;border-color:#d9342b38!important;box-shadow:0 14px 28px #d9342b1b!important}.turnera-admin-nav-item-v34.is-active:before{content:"";background:linear-gradient(180deg, var(--v86-brand), var(--v86-brand-2));border-radius:999px;width:4px;position:absolute;top:11px;bottom:11px;left:-8px}.turnera-admin-topbar-v34{-webkit-backdrop-filter:blur(18px);z-index:35!important;background:#ffffffc7!important;border:1px solid #442f2914!important;border-radius:28px!important;margin:-4px 0 22px!important;padding:18px 20px!important;position:sticky!important;top:0!important;box-shadow:0 14px 34px #2618130e!important}.turnera-admin-topbar-v34 h1{letter-spacing:-.06em!important;font-size:clamp(26px,3vw,38px)!important}.turnera-admin-topbar-v34 p{max-width:760px}:where(.tn-linen-module,.turnera-messages-page,.turnera-admin-content-v34) :where([style*=box-shadow],.turnera-panel,.turnera-card,.turnera-messages-card){border-color:var(--v86-border)!important}:where(.tn-linen-module,.turnera-admin-content-v34) button:not(:disabled),.turnera-messages-page button:not(:disabled){transition:transform .14s,box-shadow .14s,border-color .14s,background .14s!important}:where(.tn-linen-module,.turnera-admin-content-v34) button:not(:disabled):hover,.turnera-messages-page button:not(:disabled):hover{transform:translateY(-1px)}:where(.tn-linen-module,.turnera-admin-content-v34) button:not(:disabled):active,.turnera-messages-page button:not(:disabled):active{transform:translateY(0)scale(.99)}.tn-linen-module--native{gap:18px;display:grid;container-type:inline-size}.tn-linen-module--native>div:first-child{position:relative;overflow:hidden;border:1px solid var(--v86-border)!important;box-shadow:var(--v86-shadow-card)!important;background:linear-gradient(135deg,#fffffff5,#fff4eff0),radial-gradient(circle at 8% 0,#d9342b1f,#0000 18rem)!important;border-radius:32px!important;padding:26px 28px!important}.tn-linen-module--native>div:first-child:after{content:"Functional MVP freeze complete";color:var(--v86-success);letter-spacing:.055em;text-transform:uppercase;background:#f8fffbeb;border:1px solid #0f9f6e33;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:950;position:absolute;top:22px;right:22px}.tn-linen-module--native>div:first-child p:first-child{letter-spacing:-.07em!important;font-size:clamp(32px,4vw,48px)!important}.tn-linen-module--native>div:first-child p:last-child{max-width:980px;font-size:14px!important}.tn-linen-primary-nav{z-index:28;-webkit-backdrop-filter:blur(18px);position:sticky;top:104px;border:1px solid var(--v86-border)!important;background:#ffffffd1!important;border-radius:999px!important;padding:10px!important;box-shadow:0 14px 30px #2618130f!important}.tn-linen-primary-nav>div:first-child{gap:7px!important}.tn-linen-primary-nav button{min-height:42px!important;box-shadow:none!important;border-radius:999px!important;padding:0 16px!important}.tn-linen-primary-nav button[style*="background: rgb(217, 72, 63)"],.tn-linen-primary-nav button[style*="background:#d9483f"],.tn-linen-primary-nav button[style*="background: #d9483f"]{background:linear-gradient(135deg, var(--v86-brand), var(--v86-brand-2))!important;box-shadow:var(--v86-shadow-brand)!important}.tn-linen-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important}.tn-linen-module--native details{transition:box-shadow .15s,border-color .15s,background .15s}.tn-linen-module--native details:hover{border-color:#d9342b29!important;box-shadow:0 20px 48px #26181313!important}.tn-linen-module--native details[open] summary{background:linear-gradient(135deg,#fff9f6e0,#ffffffb8);border-bottom:1px solid #442f2914}.tn-linen-module--native summary::-webkit-details-marker{display:none}.tn-linen-module--native summary{-webkit-user-select:none;user-select:none}.tn-linen-module--native summary:after{content:"⌄";background:var(--v86-brand-soft);width:30px;height:30px;color:var(--v86-brand);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;font-weight:950;transition:transform .16s;display:inline-flex}.tn-linen-module--native details[open] summary:after{transform:rotate(180deg)}.tn-linen-module--native [style*="border-radius: 24px"],.tn-linen-module--native [style*="border-radius: 28px"],.tn-linen-module--native [style*="border-radius: 20px"],.tn-linen-module--native [style*="borderRadius: 24"]{border-radius:var(--v86-radius-lg)!important}.tn-linen-module--native input,.tn-linen-module--native select,.tn-linen-module--native textarea{background:#fffffff2!important;border-color:#442f2926!important;border-radius:15px!important}.tn-linen-module--native input:focus,.tn-linen-module--native select:focus,.tn-linen-module--native textarea:focus{border-color:var(--v86-brand)!important;box-shadow:0 0 0 4px #d9342b1a!important}.tn-linen-delivery-follow-up-row{box-shadow:0 10px 22px #2618130b}.tn-linen-two-col{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tn-linen-module--native [style*=grid-template-columns]>input[type=number]{text-align:center!important}.tn-linen-module--native [style*="display: grid"][style*="gap: 8px"]>[style*="border: 1px"]:hover,.tn-linen-module--native [style*="display: grid"][style*="gap: 10px"]>[style*="border: 1px"]:hover{border-color:#d9342b2e!important}.turnera-messages-page[data-feature=messages]{padding:clamp(10px,1.4vw,18px) 0 32px!important}.turnera-messages-card{border-color:var(--v86-border)!important;min-height:min(820px,100dvh - 150px)!important;max-height:min(860px,100dvh - 120px)!important;box-shadow:var(--v86-shadow-card)!important;background:#fffffff0!important;border-radius:30px!important;overflow:hidden!important}.turnera-messages-staff-panel{background:linear-gradient(#fffdfb 0%,#fff6f2 100%)!important}.turnera-chat-panel{min-height:0!important;max-height:inherit!important}.turnera-chat-header{-webkit-backdrop-filter:blur(18px);flex:none;background:#ffffffeb!important}.turnera-chat-messages{scrollbar-gutter:stable;scroll-behavior:smooth;background:radial-gradient(circle at 0 0,#fff1ede6,#0000 18rem),linear-gradient(#fff 0%,#fffaf8 100%)!important;flex:auto!important;min-height:0!important;overflow:hidden auto!important}.turnera-chat-messages::-webkit-scrollbar{width:12px}.turnera-staff-list::-webkit-scrollbar{width:12px}.turnera-chat-messages::-webkit-scrollbar-track{background:#fff1edcc;border-radius:999px}.turnera-staff-list::-webkit-scrollbar-track{background:#fff1edcc;border-radius:999px}.turnera-chat-messages::-webkit-scrollbar-thumb{background:#d9342b3d;border:3px solid #fff1edf5;border-radius:999px}.turnera-staff-list::-webkit-scrollbar-thumb{background:#d9342b3d;border:3px solid #fff1edf5;border-radius:999px}.turnera-message-row{margin-bottom:14px}.turnera-message-bubble{box-shadow:0 12px 24px #2618130e;border-radius:22px!important}.turnera-chat-composer{-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--v86-border)!important;background:#fffffff0!important;flex:none!important}.turnera-chat-composer textarea{max-height:120px}@media (width<=1180px){.turnera-admin-main-v34{width:calc(100vw - 92px)!important;margin-left:92px!important;padding-inline:18px!important}.turnera-admin-sidebar-v34{width:92px!important}.turnera-admin-sidebar-v34 img[alt=Turnera]{max-width:58px!important}.turnera-admin-nav-item-v34{justify-content:center!important;padding-inline:10px!important}.turnera-admin-nav-item-v34 span:not(:first-child):not([style*=margin-left]),.turnera-admin-sidebar-v34 label,.turnera-admin-sidebar-v34 [style*=sidebarUserName],.turnera-admin-sidebar-v34 [style*=sidebarUserRole]{display:none!important}.tn-linen-primary-nav{top:96px}}@media (width<=920px){.turnera-admin-shell-v34{padding-top:0!important;display:block!important}.turnera-admin-sidebar-v34{z-index:60!important;border-right:0!important;border-bottom:1px solid var(--v86-border)!important;flex-direction:row!important;align-items:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:8px!important;position:sticky!important;top:0!important;left:0!important;overflow:auto hidden!important}.turnera-admin-sidebar-v34:before,.turnera-admin-sidebar-v34 [style*=companyLogoPreview],.turnera-admin-sidebar-v34 [style*=sidebarLogoUploader],.turnera-admin-sidebar-v34 [style*=sidebarUserCard]{display:none!important}.turnera-admin-sidebar-v34>div:first-of-type{flex:none!important;padding:0 8px!important}.turnera-admin-sidebar-v34 img[alt=Turnera]{max-width:86px!important}.turnera-admin-nav-v34{flex-direction:row!important;flex:auto!important;padding:0!important;overflow-x:auto!important}.turnera-admin-nav-item-v34{flex:none!important;width:auto!important;min-width:54px!important}.turnera-admin-main-v34{width:100%!important;margin-left:0!important;padding:16px!important}.turnera-admin-topbar-v34{border-radius:24px!important;align-items:flex-start!important;top:68px!important}.tn-linen-primary-nav{top:146px;overflow-x:auto;border-radius:24px!important}.tn-linen-module--native>div:first-child:after{width:fit-content;margin-top:14px;display:inline-flex;position:static}.tn-linen-two-col,.tn-linen-kpi-grid,.tn-linen-module--native [style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr!important}.turnera-messages-card{grid-template-columns:1fr!important;min-height:calc(100dvh - 160px)!important;max-height:none!important}.turnera-messages-staff-panel{max-height:280px;border-right:0!important;border-bottom:1px solid var(--v86-border)!important}.turnera-staff-list{max-height:170px}}@media (width<=640px){.turnera-admin-main-v34{padding:12px!important}.turnera-admin-topbar-v34{gap:12px!important;padding:14px!important;top:64px!important}.turnera-admin-topbar-v34 h1{font-size:24px!important}.turnera-admin-topbar-v34 p{font-size:12px!important}.tn-linen-module--native>div:first-child{border-radius:24px!important;padding:20px!important}.tn-linen-module--native>div:first-child p:first-child{font-size:30px!important}.tn-linen-primary-nav{top:136px;padding:8px!important}.tn-linen-primary-nav button{min-height:40px!important;padding-inline:13px!important}.tn-linen-module--native [style*=grid-template-columns]{grid-template-columns:1fr!important}.turnera-messages-page[data-feature=messages]{padding-inline:0!important}.turnera-messages-card{border-radius:24px!important;min-height:calc(100dvh - 132px)!important}.turnera-chat-header,.turnera-chat-composer,.turnera-messages-staff-panel{padding-inline:16px!important}.turnera-chat-messages{padding:18px!important}}.turnera-admin-nav-icon-v86{background:#fff1edb8;border-radius:10px;place-items:center!important;width:24px!important;height:24px!important;display:inline-grid!important}.turnera-admin-nav-item-v34.is-active .turnera-admin-nav-icon-v86{background:#d9342b21}.turnera-admin-nav-label-v86{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=1180px){.turnera-admin-nav-label-v86{display:none!important}}@media (width<=920px){.turnera-admin-nav-label-v86{max-width:88px;display:inline!important}}@media (width<=640px){.turnera-admin-nav-label-v86{display:none!important}}.tn-cockpit-accordion-v86{-webkit-backdrop-filter:blur(12px);background:#fffffff0!important}.tn-cockpit-toggle-pill-v86{margin-left:auto}.tn-linen-notice-pill-v86{background:#fff7f5eb;border:1px solid #d9342b2e;border-radius:999px;align-items:center;max-width:min(680px,100%);min-height:38px;padding:8px 12px;display:inline-flex;box-shadow:0 10px 22px #d9342b14}:root{--v87-focus:0 0 0 4px #d9342b24;--v87-border:#442f291f;--v87-border-strong:#442f2933;--v87-surface:#fffffff5;--v87-soft:#fff7f4;--v87-text:#211714;--v87-muted:#76625c;--v87-brand:#d9342b;--v87-success:#0f9f6e;--v87-warning:#b7791f;--v87-danger:#b42318}:where(button,a,input,select,textarea,[role=button],summary):focus-visible{box-shadow:var(--v87-focus)!important;outline:none!important}:where(button,[role=button],summary){-webkit-tap-highlight-color:transparent}:where([role=button],summary,.turnera-staff-row,.tn-table-row){cursor:pointer}.turnera-admin-content-v34,.turnera-admin-main-v34,.tn-linen-module,.turnera-messages-page{min-width:0!important;max-width:100%!important}.turnera-admin-content-v34>*,.turnera-admin-content-v34 :where(table,.table,[class*=Table],[class*=table]){max-width:100%}.turnera-admin-content-v34 :where(input,select,textarea){max-width:100%!important}.turnera-admin-content-v34 :where(button){max-width:100%}.turnera-admin-topbar-v34{isolation:isolate}.turnera-admin-top-actions-v87{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;min-width:min(520px,100%)!important;display:flex!important}.turnera-admin-role-switch-v87{border:1px solid var(--v87-border)!important;background:#fff7f4d1!important;border-radius:999px!important;align-items:center!important;gap:6px!important;padding:4px!important;display:inline-flex!important}.turnera-admin-notification-wrap-v87{z-index:80!important;position:relative!important}.turnera-admin-notification-btn-v87,.turnera-admin-logout-v87{min-height:40px!important}.turnera-admin-notification-dropdown-v87{-webkit-backdrop-filter:blur(20px);border:1px solid var(--v87-border-strong)!important;border-radius:22px!important;width:min(380px,100vw - 32px)!important;max-height:min(520px,100dvh - 150px)!important;left:auto!important;right:0!important;overflow-y:auto!important;box-shadow:0 24px 70px #2618132e!important}.turnera-sidebar-logo-uploader-v87{background:linear-gradient(#fffc,#fff7f4eb)!important}.turnera-sidebar-user-card-v86,.turnera-sidebar-user-card-v86>div:last-child{min-width:0!important}.turnera-admin-content-v34 :where(.dashboard-kpi-card,.dashboard-panel,.turnera-card,.turnera-panel,.ui-card,.saas-card,.tn-panel,.tn-stat-card){border-color:var(--v87-border)!important}.turnera-admin-content-v34 :where(.dashboard-kpi-card,.dashboard-panel,.turnera-card,.turnera-panel,.ui-card,.saas-card,.tn-panel,.tn-stat-card):hover{border-color:#d9342b29!important}.turnera-empty-state,.tn-empty-state,.turnera-loading-card{color:var(--v87-muted)!important;background:linear-gradient(135deg,#fffaf7f5,#fff3efe0)!important;border:1px dashed #d9342b2e!important;border-radius:20px!important}.dashboard-kpi-grid,.dashboard-grid,.dashboard-split,.dashboard-action-centre-grid{min-width:0!important}.dashboard-kpi-card,.dashboard-panel{overflow:hidden}.dashboard-kpi-value,.dashboard-main-text,.dashboard-sub-text{overflow-wrap:anywhere}.tn-linen-primary-nav{scrollbar-width:thin;max-width:100%;overflow-x:auto}.tn-linen-primary-nav>div:first-child{min-width:max-content}.tn-linen-module--native details{overflow:clip}.tn-linen-module--native summary{gap:12px!important}.tn-linen-module--native summary>*{min-width:0}.tn-linen-module--native :where(.tn-table-head,.tn-table-row){align-items:center;min-width:0}.tn-linen-module--native :where(.tn-table-head,.tn-table-row)>*{overflow-wrap:anywhere;min-width:0}.tn-linen-module--native :where(.tn-table-head){color:var(--v87-muted)!important}.tn-linen-module--native :where(.tn-table-row):focus-visible{box-shadow:var(--v87-focus)!important}.tn-linen-notice-pill-v86{white-space:normal}.tn-order-modal-overlay-v87{overscroll-behavior:contain;padding:clamp(12px,2vw,24px)!important;overflow-y:auto!important}.tn-order-modal-v87{scrollbar-gutter:stable;max-width:min(920px,100vw - 24px)!important;max-height:min(88dvh,860px)!important}.tn-order-modal-v87 .tn-table-head,.tn-order-modal-v87 .tn-table-row{border-radius:14px!important;gap:10px!important;padding:10px 12px!important;display:grid!important}.tn-order-modal-v87 .tn-table-head{letter-spacing:.05em!important;text-transform:uppercase!important;background:#fff7f5!important;border:1px solid #eadfd9!important;font-size:11px!important;font-weight:950!important}.tn-order-modal-v87 .tn-table-row{background:#fff!important;border:1px solid #eadfd9!important}.turnera-messages-card{grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important}.turnera-messages-staff-panel,.turnera-chat-panel,.turnera-chat-header,.turnera-chat-composer{min-width:0!important}.turnera-staff-row,.turnera-staff-meta,.turnera-chat-person>div:last-child{min-width:0}.turnera-staff-meta strong,.turnera-staff-meta span,.turnera-chat-person h3,.turnera-chat-person p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.turnera-chat-header{gap:12px!important}.turnera-chat-person{min-width:0}.turnera-chat-badge{flex:none}.turnera-message-row{max-width:100%}.turnera-message-bubble{overflow-wrap:anywhere;max-width:min(74ch,78%)!important}.turnera-message-attachment img,.turnera-compose-thumb img{object-fit:cover}.turnera-compose-media{max-height:132px;overflow-y:auto;border-top:1px solid var(--v87-border)!important;background:#ffffffeb!important}.turnera-chat-composer textarea{resize:none!important;line-height:1.45!important}.turnera-admin-content-v34 :where(input,select,textarea,button){font:inherit}.turnera-admin-content-v34 :where(button){min-height:36px}.turnera-admin-content-v34 :where(input,select){min-height:38px}@media (width<=920px){.turnera-admin-topbar-v34{margin-bottom:14px!important;position:static!important}.turnera-admin-top-actions-v87{justify-content:flex-start!important;width:100%!important;min-width:0!important}.turnera-admin-notification-dropdown-v87{width:auto!important;max-height:calc(100dvh - 110px)!important;position:fixed!important;top:84px!important;left:12px!important;right:12px!important}.tn-linen-primary-nav{border-radius:22px!important;position:sticky!important;top:8px!important}.turnera-messages-card{grid-template-columns:1fr!important;max-height:none!important}.turnera-chat-badge{display:none!important}}@media (width<=720px){.turnera-admin-content-v34 :where([style*=grid-template-columns]),.tn-linen-module--native :where([style*=grid-template-columns]){grid-template-columns:1fr!important}.tn-order-modal-v87{border-radius:22px!important;padding:16px!important}.tn-order-modal-v87 .tn-table-head{display:none!important}.tn-order-modal-v87 .tn-table-row{grid-template-columns:1fr!important;align-items:start!important}.turnera-message-bubble{max-width:88%!important}}@media (width<=560px){.turnera-admin-main-v34{padding-inline:10px!important}.turnera-admin-topbar-v34{border-radius:20px!important}.turnera-admin-top-actions-v87>*{max-width:100%}.turnera-admin-role-switch-v87{width:100%!important;overflow-x:auto!important}.turnera-admin-sidebar-v34 img[alt=Turnera]{max-width:72px!important}.tn-linen-module--native>div:first-child p:first-child{letter-spacing:-.045em!important}.turnera-chat-header{align-items:flex-start!important}.turnera-chat-person{width:100%}.turnera-composer-row{gap:8px!important}.turnera-send-button,.turnera-icon-button{flex:0 0 42px!important;width:42px!important}}:root{--v88-ink:#201512;--v88-ink-soft:#57453f;--v88-muted:#7f6a62;--v88-canvas:#f7f1ed;--v88-card:#fffffff5;--v88-card-soft:#fff8f5;--v88-line:#482f291f;--v88-line-strong:#482f2933;--v88-brand:#d9342b;--v88-brand-2:#ff775f;--v88-brand-deep:#7f1f1a;--v88-green:#108a57;--v88-amber:#b7791f;--v88-shadow-sm:0 10px 26px #2618130f;--v88-shadow-md:0 22px 56px #26181318;--v88-shadow-lg:0 34px 88px #26181324}body{background:radial-gradient(circle at 8% 2%, #d9342b1f, transparent 34rem), radial-gradient(circle at 88% 4%, #ff775f1f, transparent 30rem), linear-gradient(180deg, #fffaf7 0%, var(--v88-canvas) 48%, #f2e9e4 100%)!important}.turnera-admin-topbar-v34{box-shadow:var(--v88-shadow-md)!important;background:linear-gradient(135deg,#ffffffdb,#fff6f2c7),radial-gradient(circle at 0 0,#d9342b14,#0000 18rem)!important;border-color:#ffffff94!important}.turnera-admin-topbar-v34 h1,.tn-linen-module--native>div:first-child p:first-child{text-wrap:balance}.turnera-admin-nav-item-v34.is-active{background:linear-gradient(135deg,#fff3ef 0%,#ffe1db 100%)!important}.turnera-admin-nav-item-v34 span:first-child{filter:saturate(1.08)}.turnera-admin-content-v34 :where(.dashboard-panel,.dashboard-kpi-card,.turnera-panel,.turnera-card,.tn-panel,.tn-stat-card,.turnera-messages-card){border-color:var(--v88-line)!important;box-shadow:var(--v88-shadow-sm)!important}.turnera-admin-content-v34 :where(.dashboard-panel,.dashboard-kpi-card,.turnera-panel,.turnera-card,.tn-panel,.tn-stat-card,.turnera-messages-card):hover{box-shadow:var(--v88-shadow-md)!important}.turnera-admin-content-v34 :where(button:not(:disabled)){will-change:transform}.turnera-admin-content-v34 :where(button:not(:disabled):hover){filter:saturate(1.02)}.turnera-admin-content-v34 :where(input,select,textarea){border-color:var(--v88-line-strong)!important}.tn-linen-module--native>div:first-child{box-shadow:var(--v88-shadow-lg)!important;background:radial-gradient(circle at 100% 0,#ff775f33,#0000 26rem),linear-gradient(135deg,#211714 0%,#35211d 48%,#7f1f1a 135%)!important;border-color:#ffffff24!important}.tn-linen-module--native>div:first-child p:first-child{color:#fffaf7!important}.tn-linen-module--native>div:first-child p:last-child{color:#fffaf7bd!important}.tn-linen-module--native>div:first-child:after{color:#fffaf7!important;background:#fffaf71a!important;border-color:#fff3!important}.tn-linen-primary-nav{box-shadow:var(--v88-shadow-md)!important;background:#ffffffe0!important;border-color:#ffffffb3!important}.tn-linen-module--native details,.tn-linen-module--native .tn-card,.tn-linen-module--native .tn-panel{border-color:var(--v88-line)!important}[data-turnera-listings]{--listing-grid-border:#4e38311f;--listing-half-out:#fff1ede0;--listing-half-in:#fffffff5}[data-turnera-listings] [data-turnera-listings-scroll]{border-top:1px solid var(--listing-grid-border)}[data-turnera-listings] [data-turnera-listings-scroll]::-webkit-scrollbar{height:12px}[data-turnera-listings] [data-turnera-listings-scroll]::-webkit-scrollbar-track{background:#fff1ed;border-radius:999px}[data-turnera-listings] [data-turnera-listings-scroll]::-webkit-scrollbar-thumb{background:linear-gradient(90deg, var(--v88-brand), var(--v88-brand-2));border:3px solid #fff1ed;border-radius:999px}[data-turnera-listings] button[data-half-checkin=true]:before{content:"CHECK-IN";z-index:1;color:#ffffffeb;letter-spacing:.04em;background:#ffffff38;border-radius:999px;padding:2px 6px;font-size:8px;font-weight:950;position:absolute;top:8px;right:8px}[data-turnera-listings] button[data-half-checkin=true] .pillMove{background:#ffffff52!important}[data-turnera-listings] .listing-snapshot-metrics div{background:#fff8f5;border:1px solid #482f2914;border-radius:14px;min-width:0;padding:9px}[data-turnera-listings] .listing-snapshot-metrics span{color:var(--v88-muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:900;display:block}[data-turnera-listings] .listing-snapshot-metrics strong{color:var(--v88-ink);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:950;display:block;overflow:hidden}.turnera-messages-card{box-shadow:var(--v88-shadow-md)!important;background:#fffffff0!important;border-radius:28px!important}.turnera-chat-panel{background:linear-gradient(#fffaf7,#fff4f1)!important}.turnera-chat-bubble,.turnera-message-bubble{border-radius:18px!important}@media (width<=980px){.turnera-admin-topbar-v34{border-radius:22px!important}.tn-linen-primary-nav{top:82px;border-radius:22px!important}[data-turnera-listings] [data-turnera-listings-scroll]{margin-inline:-2px}}@media (width<=720px){.turnera-admin-content-v34 :where(.dashboard-panel,.dashboard-kpi-card,.turnera-panel,.turnera-card,.tn-panel,.tn-stat-card){border-radius:20px!important}.tn-linen-module--native>div:first-child:after{margin-top:14px!important;display:inline-flex!important;position:static!important}}:root{--v90-ink:#18110f;--v90-muted:#6d5a53;--v90-line:#452f2721;--v90-brand:#d9342b;--v90-brand-soft:#fff0ed;--v90-ok:#108a57;--v90-warn:#b7791f;--v90-card-shadow:0 24px 60px #26181317;--v90-focus:0 0 0 4px #d9342b2e}.turnera-admin-content-v34{scroll-behavior:smooth}.turnera-admin-content-v34 :where(button,a,input,select,textarea):focus-visible{box-shadow:var(--v90-focus)!important;outline:none!important}.turnera-admin-content-v34 :where(button:not(:disabled)){transition:transform .16s,box-shadow .16s,border-color .16s,background .16s}.turnera-admin-content-v34 :where(button:not(:disabled):active){transform:translateY(1px)scale(.995)}.turnera-admin-content-v34 :where(.dashboard-panel,.dashboard-kpi-card,.turnera-panel,.turnera-card,.tn-panel,.tn-stat-card,.turnera-messages-card){-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-turnera-listings][data-turnera-listings-version=v90]{container-type:inline-size}[data-turnera-listings][data-turnera-listings-version=v90] button[data-split-day-bar=true]{transform-origin:0}[data-turnera-listings][data-turnera-listings-version=v90] button[data-split-day-bar=true]:hover{transform:translateY(-1px);box-shadow:0 18px 34px #19120f3d!important}[data-turnera-listings][data-turnera-listings-version=v90] button[data-split-day-bar=true]:after{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(90deg,#ffffff2e,#0000 36%,#ffffff1a);position:absolute;inset:0}[data-turnera-listings][data-turnera-listings-version=v90] button[data-half-checkin=true]{border-top-left-radius:7px!important;border-bottom-left-radius:7px!important}[data-turnera-listings][data-turnera-listings-version=v90] [data-turnera-listings-scroll]{box-shadow:inset 18px 0 24px #2618130a,inset -18px 0 24px #2618130a}[data-turnera-listings][data-turnera-listings-version=v90] [data-turnera-listings-scroll] button{-webkit-tap-highlight-color:transparent}[data-turnera-listings][data-turnera-listings-version=v90] :where(select){min-height:44px}[data-turnera-listings][data-turnera-listings-version=v90] :where([aria-label="Listings calendar QA summary"]){position:relative;overflow:hidden}[data-turnera-listings][data-turnera-listings-version=v90] :where([aria-label="Listings calendar QA summary"]):before{content:"";background:linear-gradient(180deg, var(--v90-brand), #ff775f);width:5px;position:absolute;inset:0 auto 0 0}@container (width<=760px){[data-turnera-listings][data-turnera-listings-version=v90] [data-turnera-listings-scroll]{border-radius:0 0 24px 24px}[data-turnera-listings][data-turnera-listings-version=v90] button[data-split-day-bar=true] .pillGuest{max-width:9rem}}@media (width<=780px){.turnera-admin-content-v34{padding-bottom:28px}[data-turnera-listings][data-turnera-listings-version=v90]{gap:16px!important}[data-turnera-listings][data-turnera-listings-version=v90] [data-turnera-listings-scroll]{overflow-x:auto}[data-turnera-listings][data-turnera-listings-version=v90] [data-split-day-bar=true]{min-height:58px!important}}:root{--turnera-card-border:#e5564b29;--turnera-soft-panel:#fffcf9eb}.turnera-legacy-ops-tab,.turnera-products-tab.turnera-legacy-ops-tab{gap:18px;max-width:100%;display:grid}.turnera-page-hero-mini{border:1px solid var(--turnera-card-border);background:linear-gradient(135deg,#fffffff5,#fff6f3d1);border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 18px 42px #623c3414}.turnera-page-hero-mini h2{color:#211614;letter-spacing:-.04em;margin:3px 0 6px;font-size:clamp(22px,2vw,31px)}.turnera-page-hero-mini p{color:#46322ead;margin:0;line-height:1.45}.turnera-page-kicker{color:#d63f34!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin:0 0 4px!important;font-size:11px!important;font-weight:900!important}.turnera-card-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.turnera-roster-tab>div,.turnera-reports-tab>div,.turnera-products-tab>div{max-width:100%}.turnera-roster-tab button,.turnera-reports-tab button,.turnera-products-tab button{min-height:38px}.turnera-reports-tab [style*=sectionHeader],.turnera-roster-tab [style*=sectionHeader],.turnera-products-tab [style*=sectionHeader]{align-items:center!important}.turnera-products-tab .turnera-page-kicker+p{letter-spacing:-.03em}.turnera-products-tab input,.turnera-roster-tab input,.turnera-reports-tab input,.turnera-products-tab select,.turnera-roster-tab select,.turnera-reports-tab select{max-width:100%}.property-ops-meta-grid,.property-ops-detail-grid,.property-ops-summary-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:10px!important}.property-ops-meta-card,.property-ops-detail-card,.property-ops-summary-card{overflow-wrap:anywhere!important;min-width:0!important}.property-ops-meta-card span,.property-ops-detail-card span,.property-ops-summary-card span,.property-ops-meta-card p,.property-ops-detail-card p,.property-ops-summary-card p{overflow-wrap:anywhere!important;min-width:0!important;line-height:1.35!important}.property-ops-flags,.property-ops-card-actions,.property-ops-toolbar{flex-wrap:wrap!important}.turnera-message-row.is-unread-anchor:before{content:"Unread";color:#c8322b;letter-spacing:.1em;text-transform:uppercase;background:#e137301a;border:1px solid #e1373033;border-radius:999px;align-self:center;margin:0 0 6px;padding:4px 10px;font-size:10px;font-weight:900}.turnera-message-row.is-unread-anchor .turnera-message-bubble{box-shadow:0 0 0 3px #e137301a,0 12px 28px #1f141014}.turnera-admins-tab img,.turnera-clients-tab img,.turnera-staff-tab img{image-rendering:auto}@media (width<=760px){.turnera-page-hero-mini{border-radius:18px;padding:16px}.turnera-card-toolbar{align-items:stretch}.turnera-card-toolbar>button{width:100%}.property-ops-meta-grid,.property-ops-detail-grid,.property-ops-summary-grid{grid-template-columns:1fr!important}}.property-ops-meta-grid>div{align-content:start!important;gap:5px!important;display:grid!important}.property-ops-meta-grid>div span{margin:0!important;line-height:1.2!important;display:block!important}.property-ops-meta-grid>div strong{word-break:break-word!important;line-height:1.35!important;display:block!important}.turnera-products-tab .turnera-page-kicker,.turnera-products-tab [style*=Stock\ catalogue]{color:#d9342b!important}.turnera-products-tab{gap:18px;display:grid}.turnera-products-tab>div:first-child{background:linear-gradient(135deg,#fff 0%,#fff8f5 100%)!important;border:1px solid #ece2dc!important;border-radius:26px!important;padding:22px 24px!important;box-shadow:0 18px 44px #19120f0e!important}.turnera-products-tab input,.turnera-products-tab button,.turnera-products-tab select{transition:border-color .16s,box-shadow .16s,transform .16s}.turnera-products-tab button:hover{transform:translateY(-1px)}.turnera-task-calendar-panel{background:linear-gradient(135deg,#fff 0%,#fffaf8 100%);border:1px solid #ece2dc;border-radius:24px;gap:12px;padding:18px;display:grid;box-shadow:0 18px 45px #19120f0e}.turnera-task-calendar-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.turnera-task-calendar-head h3{letter-spacing:-.03em;color:#171312;margin:0;font-size:22px}.turnera-task-calendar-head span{color:#655b57;margin-top:4px;font-size:13px;font-weight:700;display:block}.turnera-task-calendar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.turnera-task-calendar-actions strong{color:#171312;text-align:center;min-width:130px}.turnera-task-calendar-weekdays,.turnera-task-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.turnera-task-calendar-weekdays span{color:#8a7470;text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:11px;font-weight:900}.turnera-task-calendar-day{color:#3d3431;text-align:left;cursor:pointer;background:#fff;border:1px solid #efe0dc;border-radius:16px;align-content:space-between;gap:6px;min-height:76px;padding:10px;display:grid}.turnera-task-calendar-day.empty{opacity:.35;cursor:default;background:0 0;border-style:dashed}.turnera-task-calendar-day.has-tasks{background:linear-gradient(135deg,#fff5f2 0%,#fff 100%);border-color:#d9342b57;box-shadow:inset 0 0 0 1px #d9342b14}.turnera-task-calendar-day strong{color:#171312;font-size:16px}.turnera-task-calendar-day span,.turnera-task-calendar-day small{color:#d9342b;font-size:11px;font-weight:900}[data-turnera-listings] [data-split-day-bar=true]{min-width:42px;max-width:calc(100% - 8px);overflow:hidden}@media (width<=900px){.turnera-task-calendar-weekdays,.turnera-task-calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.turnera-task-calendar-day.is-today{background:linear-gradient(135deg,#e8f8eff5 0%,#fffffffa 100%);border-color:#1987548c;box-shadow:inset 0 0 0 2px #1987542e,0 10px 24px #19875414}.turnera-task-calendar-day.is-today strong{color:#166534}.turnera-task-calendar-day.is-today .turnera-task-calendar-empty-v122,.turnera-task-calendar-day.is-today small{color:#15803d}.turnera-compact-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px;padding:0 2px;display:flex}.turnera-compact-section-head h2{color:#171312;letter-spacing:-.045em;margin:0;font-size:clamp(24px,2vw,34px);font-weight:900;line-height:1.05}.turnera-compact-section-head p{color:#614440b8;margin:6px 0 0;font-weight:720;line-height:1.45}.turnera-muted-pill{color:#614440b8;background:#ffffffd1;border:1px solid #e2d0c7d9;border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:850;display:inline-flex}.turnera-task-calendar-grid{grid-template-rows:repeat(6,minmax(78px,1fr));align-items:stretch}.turnera-task-calendar-day{box-sizing:border-box;height:100%;min-height:78px!important}.turnera-task-calendar-day.empty{min-height:78px!important}.turnera-task-calendar-actions strong{justify-content:center;min-width:150px;display:inline-flex}[data-turnera-listings] [data-split-day-bar=true]{white-space:normal;pointer-events:auto;position:relative;overflow:hidden;min-width:78px!important;max-width:none!important}[data-turnera-listings] [data-split-day-bar=true] .pillGuest{max-width:100%;font-size:12px;line-height:1.15}[data-turnera-listings] [data-split-day-bar=true]:hover,[data-turnera-listings] [data-split-day-bar=true]:focus-visible{transform:translateY(-2px);z-index:50!important;box-shadow:0 18px 34px #19120f3d!important}[data-turnera-listings] [data-turnera-listings-scroll]{overflow:auto visible}[data-turnera-listings] [data-turnera-listings-scroll] [style*="overflow: visible"]{overflow:visible!important}.turnera-staff-list-compact{margin-top:10px}.turnera-roster-calendar-card{margin-top:0!important}.turnera-roster-tab .turnera-page-hero-mini{display:none!important}.turnera-roster-tab .turnera-card-toolbar{align-items:center;margin-bottom:10px}@media (width<=900px){.turnera-task-calendar-grid{grid-template-rows:none}.turnera-compact-section-head{align-items:stretch}.turnera-compact-section-head button{width:100%}}.turnera-admin-heading-v97 h1,.turnera-admin-heading-v97 .ti-page-title{min-width:0}.turnera-staff-page-v99{flex-direction:column;gap:14px;display:flex}.turnera-staff-list-head-v99{justify-content:space-between;align-items:center;gap:14px;margin:0 0 6px;padding:0 2px;display:flex}.turnera-staff-list-head-v99 h2{margin:0!important}.turnera-staff-page-v99>[style*="cursor: pointer"]{margin-top:0!important}.turnera-staff-page-v99 .turnera-compact-section-head,.turnera-staff-page-v99 .turnera-page-hero-mini{display:none!important}@media (width<=760px){.turnera-staff-list-head-v99{flex-direction:column;align-items:stretch}.turnera-staff-list-head-v99 button{width:100%}}.turnera-admin-content-v21,.turnera-admin-content-v34{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important}.turnera-admin-content-v21>*,.turnera-admin-content-v34>*,.tn-page-container,.ui-page,.turnera-page,.saas-page{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.tn-linen-module--native>div:first-child:after,.tn-linen-clean-header-v100:after{content:none!important;display:none!important}.tn-linen-primary-nav{margin-bottom:24px!important}[data-turnera-listings]{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow:hidden!important}[data-turnera-listings] [data-turnera-listings-scroll]{border-top:1px solid #4e38311f;box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow:auto hidden!important}[data-turnera-listings] [data-turnover-card=true]{transform:none;white-space:normal!important;pointer-events:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;position:relative!important;overflow:hidden!important}[data-turnera-listings] [data-turnover-card=true]:hover,[data-turnera-listings] [data-turnover-card=true]:focus-visible{transform:translateY(-1px);z-index:12!important;box-shadow:0 14px 28px #19120f33!important}[data-turnera-listings] [data-turnover-card=true] .pillGuest{max-width:100%!important;font-size:11px!important;line-height:1.15!important}.turnera-person-row-v104{min-height:88px}.turnera-person-avatar-v104{flex:0 0 64px!important;width:64px!important;min-width:64px!important;height:64px!important}@media (width<=900px){.turnera-admin-main-v21,.turnera-admin-main-v34{width:100%!important;margin-left:0!important;padding-inline:16px!important}.turnera-admin-content-v21,.turnera-admin-content-v34{padding-inline:0!important}.turnera-person-row-v104{align-items:flex-start!important}}.tn-linen-module--native>.tn-linen-primary-nav:first-child{z-index:28!important;background:#ffffffe0!important;border:1px solid #2f1d1a1a!important;border-radius:999px!important;min-height:0!important;padding:10px!important;position:sticky!important;top:104px!important;overflow:visible!important;box-shadow:0 14px 30px #2618130f!important}.tn-linen-module--native{box-sizing:border-box!important;gap:0!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.tn-linen-module--native>.tn-linen-tabs-v105{z-index:auto!important;-webkit-backdrop-filter:none!important;box-sizing:border-box!important;background:#ffffffeb!important;border:1px solid #2f1d1a1a!important;border-radius:999px!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:100%!important;min-height:0!important;margin:0 0 24px!important;padding:10px!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;overflow:visible!important;box-shadow:0 10px 24px #2618130b!important}.tn-linen-tabs-wrap-v105{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.tn-linen-tabs-v105 button{white-space:nowrap!important;border:1px solid #2f1d1a1f!important;border-radius:999px!important;min-height:42px!important;padding:0 18px!important;font-weight:900!important;line-height:1!important}.tn-linen-tabs-v105+*{z-index:1!important;margin-top:0!important;position:relative!important}.tn-linen-tabs-v105+* .tn-linen-kpi-grid,.tn-linen-tabs-v105+.tn-linen-kpi-grid{margin-top:0!important}.tn-linen-notice-pill-v105{overflow-wrap:anywhere!important;max-width:min(520px,100%)!important}@media (width<=820px){.tn-linen-module--native>.tn-linen-tabs-v105{border-radius:24px!important;align-items:flex-start!important;overflow-x:auto!important}.tn-linen-tabs-wrap-v105{flex-wrap:nowrap!important;min-width:max-content!important}}:root{--turnera-admin-title-content-gap:24px}.turnera-admin-main-v21,.turnera-admin-main-v34{box-sizing:border-box!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97{width:100%!important;max-width:100%!important;margin:0 0 var(--turnera-admin-title-content-gap) 0!important;box-sizing:border-box!important;flex:none!important}.turnera-admin-content-v21,.turnera-admin-content-v34{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding-top:0!important}.turnera-admin-content-v21>:first-child,.turnera-admin-content-v34>:first-child,.turnera-admin-content-v21>:first-child>:first-child,.turnera-admin-content-v34>:first-child>:first-child,.turnera-admin-content-v21>:first-child>:first-child>:first-child,.turnera-admin-content-v34>:first-child>:first-child>:first-child,.turnera-admin-content-v21>:first-child .turnera-automation-panel:first-child,.turnera-admin-content-v34>:first-child .turnera-automation-panel:first-child,.turnera-admin-content-v21>:first-child [data-turnera-listings]:first-child,.turnera-admin-content-v34>:first-child [data-turnera-listings]:first-child,.turnera-admin-content-v21>:first-child .tn-linen-module--native:first-child,.turnera-admin-content-v34>:first-child .tn-linen-module--native:first-child{margin-top:0!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97,.turnera-admin-content-v21,.turnera-admin-content-v34,.turnera-admin-content-v21>*,.turnera-admin-content-v34>*{min-width:0!important;max-width:100%!important}@media (width<=760px){:root{--turnera-admin-title-content-gap:18px}}.turnera-roster-tab{gap:18px;display:grid}.turnera-roster-month-panel{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#fffaf8 100%);border:1px solid #ece2dcfa;border-radius:26px;gap:14px;width:100%;padding:20px;display:grid;box-shadow:0 18px 45px #19120f0e}.turnera-roster-month-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.turnera-roster-month-head h3{letter-spacing:-.045em;color:#171312;margin:0;font-size:clamp(24px,2vw,34px);font-weight:950;line-height:1.05}.turnera-roster-month-head span{color:#614440b8;margin-top:6px;font-size:13px;font-weight:760;line-height:1.4;display:block}.turnera-roster-month-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.turnera-roster-weekdays,.turnera-roster-month-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.turnera-roster-weekdays span{color:#614440b8;text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:11px;font-weight:950}.turnera-roster-day{color:#3d3431;text-align:left;cursor:pointer;box-sizing:border-box;background:#ffffffeb;border:1px solid #efe0dcf5;border-radius:18px;flex-direction:column;gap:8px;min-height:150px;padding:10px;transition:border-color .16s,box-shadow .16s,transform .16s,background .16s;display:flex;overflow:hidden}.turnera-roster-day:hover,.turnera-roster-day:focus-visible{border-color:#e03d325c;outline:none;transform:translateY(-1px);box-shadow:0 14px 30px #19120f14}.turnera-roster-day.empty{opacity:.38;cursor:default;box-shadow:none;background:0 0;border-style:dashed;transform:none}.turnera-roster-day.has-tasks{background:linear-gradient(135deg,#fff6f3 0%,#fff 100%);border-color:#e03d323b}.turnera-roster-day.selected{border-color:#e03d329e;box-shadow:inset 0 0 0 1px #e03d3233,0 16px 34px #e03d3214}.turnera-roster-day-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.turnera-roster-day-top strong{color:#171312;font-size:18px;line-height:1}.turnera-roster-day-top span{color:#d9342b;white-space:nowrap;background:#f052461a;border-radius:999px;justify-content:center;align-items:center;padding:5px 7px;font-size:10px;font-weight:950;display:inline-flex}.turnera-roster-day-tasks{flex-direction:column;gap:6px;min-height:0;display:flex}.turnera-roster-task-chip{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#e05246 100%);border:1px solid #e03d3238;border-radius:13px;gap:2px;max-width:100%;padding:7px 8px;transition:transform .16s,box-shadow .16s;display:grid;box-shadow:0 8px 18px #e03d3229}.turnera-roster-task-chip:hover,.turnera-roster-task-chip:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 12px 24px #e03d323d}.turnera-roster-task-chip b,.turnera-roster-task-chip em,.turnera-roster-task-chip small{text-overflow:ellipsis;white-space:nowrap;line-height:1.12;display:block;overflow:hidden}.turnera-roster-task-chip b{opacity:.95;font-size:10px;font-weight:950}.turnera-roster-task-chip em{font-size:12px;font-style:normal;font-weight:950}.turnera-roster-task-chip small{opacity:.86;font-size:10px;font-weight:820}.turnera-roster-tab>div[style*=background],.turnera-roster-tab>div[style*=border]{box-sizing:border-box;width:100%}@media (width<=1100px){.turnera-roster-weekdays,.turnera-roster-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.turnera-roster-weekdays{display:none}.turnera-roster-day{min-height:130px}}@media (width<=640px){.turnera-roster-month-panel{border-radius:20px;padding:14px}.turnera-roster-month-grid{grid-template-columns:minmax(0,1fr)}.turnera-roster-month-actions{justify-content:stretch;width:100%}.turnera-roster-month-actions button{flex:1}}.turnera-roster-editor-backdrop-v114{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-sizing:border-box;background:#18121052;justify-content:flex-end;align-items:flex-start;padding:18px;display:flex;position:fixed;inset:0}.turnera-roster-editor-panel-v114{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#fff8f5 100%);border:1px solid #ece2dcfa;border-radius:26px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;width:min(720px,100%);height:auto;max-height:calc(100dvh - 36px);padding:18px;display:flex;overflow-y:auto;box-shadow:0 28px 80px #19120f3d}.turnera-roster-editor-panel-v114>*{flex:none}.turnera-roster-editor-head-v114{justify-content:space-between;align-items:flex-start;gap:12px;padding:2px 4px 0;display:flex}.turnera-roster-editor-head-v114 p{color:#e03d32;letter-spacing:.12em;margin:0 0 6px;font-size:11px;font-weight:950}.turnera-roster-editor-head-v114 h3{color:#171312;letter-spacing:-.045em;margin:0;font-size:30px;font-weight:950;line-height:1}.turnera-roster-editor-head-v114 span{color:#614440ad;margin-top:8px;font-size:13px;font-weight:800;display:block}.turnera-roster-editor-head-v114 button{color:#d9342b;cursor:pointer;background:#fff;border:1px solid #ece2dcfa;border-radius:999px;width:38px;height:38px;font-size:26px;font-weight:800;line-height:1;box-shadow:0 8px 22px #19120f14}.turnera-roster-editor-head-v114 button:hover,.turnera-roster-editor-head-v114 button:focus-visible{border-color:#e03d326b;outline:none;box-shadow:0 12px 28px #e03d3226}.turnera-roster-month-actions button,.turnera-roster-day,.turnera-roster-day-top span,.turnera-roster-task-chip,.turnera-compact-section-head button{-webkit-user-select:none;user-select:none}@media (width<=760px){.turnera-roster-editor-backdrop-v114{justify-content:center;padding:10px}.turnera-roster-editor-panel-v114{border-radius:20px;padding:14px}}.turnera-reports-tab{gap:18px;display:grid}.turnera-reports-month-panel-v117{margin-top:0}.turnera-report-day-v117.has-tasks{background:linear-gradient(135deg,#fff7f2 0%,#fff 100%);border-color:#e03d323d}.turnera-report-day-v117 .turnera-roster-day-top span{background:#e03d3214}.turnera-report-chip-v117{background:linear-gradient(135deg,#22a06b 0%,#15805c 100%);border-color:#15805c4d;box-shadow:0 8px 18px #15805c29}.turnera-report-chip-v117:hover,.turnera-report-chip-v117:focus-visible{box-shadow:0 12px 24px #15805c3d}.turnera-report-more-v117{color:#d9342b;background:#f052461a;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:5px 8px;font-size:10px;font-weight:950;display:inline-flex}.turnera-roster-month-panel,.turnera-reports-month-panel-v117{align-self:start;overflow:visible;height:auto!important;min-height:0!important}.turnera-roster-month-grid{grid-auto-rows:minmax(108px,auto)}.turnera-roster-day{gap:6px;height:auto;min-height:108px;padding:9px}.turnera-roster-day.empty{min-height:108px}.turnera-roster-day-top strong{font-size:16px}.turnera-roster-day-top span{padding:4px 6px;font-size:9px}.turnera-roster-task-chip{border-radius:11px;padding:6px 7px}.turnera-roster-task-chip em{font-size:11px}.turnera-roster-task-chip b,.turnera-roster-task-chip small{font-size:9px}@media (width>=1280px){.turnera-roster-month-grid{grid-auto-rows:minmax(104px,auto)}.turnera-roster-day,.turnera-roster-day.empty{min-height:104px}}@media (width<=1100px){.turnera-roster-month-grid{grid-auto-rows:minmax(112px,auto)}.turnera-roster-day,.turnera-roster-day.empty{min-height:112px}}:root{--turnera-section-gap-v119:16px;--turnera-eyebrow-v119:#e53935;--turnera-title-v119:#171312;--turnera-muted-v119:#614440b8}.turnera-page-kicker,.turnera-v16-eyebrow,.turnera-v17-eyebrow{color:var(--turnera-eyebrow-v119)!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 6px!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important}.turnera-page-intro-v119{margin-bottom:var(--turnera-section-gap-v119)!important}.turnera-page-intro-v119 h2,.turnera-page-intro-v119 h3,.turnera-v16-hero h3,.turnera-v17-finance h3{color:var(--turnera-title-v119)!important}.turnera-page-intro-v119 p:not(.turnera-page-kicker),.turnera-v16-hero p:not(.turnera-v16-eyebrow),.turnera-v17-finance p:not(.turnera-v17-eyebrow){color:var(--turnera-muted-v119)!important}.turnera-properties-tab-v119{gap:var(--turnera-section-gap-v119)!important}.turnera-properties-tab-v119 .turnera-compact-section-head{margin-bottom:0!important}.turnera-properties-tab-v119 .turnera-v17-finance{margin:0!important}.turnera-properties-tab-v119 .turnera-v17-kpis{gap:var(--turnera-section-gap-v119)!important;margin:var(--turnera-section-gap-v119) 0!important}.turnera-properties-tab-v119 .turnera-v17-table{gap:8px!important}.turnera-ops-page-v119 .turnera-v16-staff-ops,.turnera-v16-staff-ops.turnera-ops-page-v119{margin-top:0!important}.turnera-v16-staff-ops.turnera-ops-page-v119,.turnera-v16-staff-ops.turnera-ops-page-v119 .turnera-v16-kpi-grid{gap:var(--turnera-section-gap-v119)!important}.turnera-v16-staff-ops.turnera-ops-page-v119 .turnera-v16-kpi-grid>div,.turnera-properties-tab-v119 [style*=Total\ properties],.turnera-properties-tab-v119 .turnera-v17-kpis>div{min-height:88px}@media (width<=760px){:root{--turnera-section-gap-v119:14px}}.turnera-task-board-hero-actions-v122{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.turnera-task-calendar-day{min-height:96px;align-content:start!important}.turnera-task-calendar-day-head-v122{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.turnera-task-calendar-day-head-v122 strong{color:#171312;font-size:16px}.turnera-task-calendar-day-head-v122 small{color:#e03d32;white-space:nowrap;background:#f052461a;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:950;display:inline-flex}.turnera-task-calendar-chip-list-v122{gap:5px;width:100%;min-width:0;display:grid}.turnera-task-calendar-chip-v122{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#e05246 100%);border:1px solid #e03d3238;border-radius:10px;gap:2px;min-width:0;max-width:100%;padding:6px 7px;display:grid;box-shadow:0 8px 18px #e03d3224}.turnera-task-calendar-chip-v122 b,.turnera-task-calendar-chip-v122 em{text-overflow:ellipsis;white-space:nowrap;line-height:1.12;display:block;overflow:hidden}.turnera-task-calendar-chip-v122 b{opacity:.92;font-size:10px;font-weight:950}.turnera-task-calendar-chip-v122 em{font-size:11px;font-style:normal;font-weight:900}.turnera-task-calendar-more-v122,.turnera-task-calendar-empty-v122{color:#614440ad;background:#fff8f6d9;border-radius:999px;width:fit-content;padding:4px 7px;font-size:10px;font-weight:850;display:inline-flex}.turnera-task-editor-backdrop-v122{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-sizing:border-box;background:#18121052;justify-content:flex-end;align-items:flex-start;padding:18px;display:flex;position:fixed;inset:0}.turnera-task-editor-panel-v122{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#fff8f5 100%);border:1px solid #ece2dcfa;border-radius:26px;gap:16px;width:min(720px,100%);height:auto;max-height:calc(100dvh - 36px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 28px 80px #19120f3d}.turnera-task-editor-head-v122{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.turnera-task-editor-head-v122 p{color:#e03d32;text-transform:uppercase;letter-spacing:.16em;margin:0 0 6px;font-size:11px;font-weight:950}.turnera-task-editor-head-v122 h3{color:#171312;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:950}.turnera-task-editor-head-v122 span{color:#614440b8;margin-top:8px;font-size:13px;font-weight:850;display:block}.turnera-task-editor-head-v122 button{color:#e03d32;cursor:pointer;background:#fff;border:1px solid #ece2dc;border-radius:16px;width:46px;height:46px;font-size:18px;font-weight:950}.turnera-task-editor-form-v122{box-sizing:border-box;background:#ffffffeb;border:1px solid #ece2dcfa;border-radius:22px;gap:10px;width:100%;padding:18px;display:grid}.turnera-task-editor-two-col-v122{grid-template-columns:minmax(0,1fr) minmax(160px,.45fr);align-items:center;gap:10px;display:grid}.turnera-task-editor-stack-v122{gap:8px;display:grid}.turnera-task-editor-check-v122{color:#3d3431;align-items:center;gap:8px;font-weight:850;display:flex}.turnera-task-editor-check-v122 input,.turnera-task-editor-staff-list-v122 input{accent-color:#e05246}.turnera-task-editor-staff-list-v122{background:#fff8f6f0;border:1px solid #f7e2dd9e;border-radius:14px;gap:7px;padding:10px;display:grid}.turnera-task-editor-staff-list-v122 p{color:#734f499e;margin:0;font-size:13px;font-weight:700}.turnera-task-editor-staff-list-v122 label{cursor:pointer;color:#2f241f;background:0 0;border-radius:12px;align-items:center;gap:10px;padding:8px;font-weight:800;display:flex}.turnera-task-editor-staff-list-v122 label.is-selected{background:#f0524624}.turnera-task-editor-actions-v122,.turnera-selected-task-actions-v122{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=760px){.turnera-task-editor-backdrop-v122{padding:10px}.turnera-task-editor-panel-v122{width:100%}.turnera-task-editor-two-col-v122{grid-template-columns:1fr}.turnera-task-board-hero-actions-v122{justify-content:flex-start;width:100%}}.turnera-task-calendar-chip-v122{color:#171312!important;background:#fffdfa!important;border:1px solid #d9342b5c!important;border-left:5px solid #d9342b!important;box-shadow:0 8px 18px #19120f0f!important}.turnera-task-calendar-chip-v122 b,.turnera-task-calendar-chip-v122 em{color:#171312!important;opacity:1!important}.turnera-task-card-v155,.turnera-task-card-v155.is-active{color:#171312!important;background:#fffdfa!important;border:1px solid #d9342b57!important;border-left:6px solid #d9342b!important;box-shadow:0 10px 24px #19120f12!important}.turnera-task-card-v155.is-active{background:linear-gradient(135deg,#fffdfa 0%,#fff4f0 100%)!important;box-shadow:0 14px 30px #d9342b24!important}.turnera-task-card-v155 strong,.turnera-task-card-v155 span,.turnera-task-card-v155 p,.turnera-task-card-v155 em,.turnera-task-card-v155 div,.turnera-task-card-v155 [style*=color]{color:#171312!important}:root{--turnera-tab-bottom-gap-v123:12px}.turnera-admin-shell-v21,.turnera-admin-shell-v34{align-items:flex-start!important}.turnera-admin-main-v21,.turnera-admin-main-v34{height:auto!important;min-height:auto!important;padding-bottom:var(--turnera-tab-bottom-gap-v123)!important}.turnera-admin-content-v21,.turnera-admin-content-v34{height:auto!important;min-height:0!important;margin-bottom:0!important;padding-bottom:0!important;display:block!important}.turnera-admin-content-v21>:where(section,main,article,div),.turnera-admin-content-v34>:where(section,main,article,div),.turnera-admin-content-v21 :where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.t2-page,.dashboard-main,.admin-main,.staff-main,.page-grid,.content-grid,.admin-section,.linen-grid,.tn-linen-module,.turnera-properties-tab-v119,.turnera-ops-page-v119),.turnera-admin-content-v34 :where(.ui-page,.tn-page-container,.ti-page-container,.turnera-page,.saas-page,.t2-page,.dashboard-main,.admin-main,.staff-main,.page-grid,.content-grid,.admin-section,.linen-grid,.tn-linen-module,.turnera-properties-tab-v119,.turnera-ops-page-v119){height:auto!important;min-height:auto!important;margin-bottom:0!important;padding-bottom:0!important}.turnera-admin-content-v21>:last-child,.turnera-admin-content-v34>:last-child,.turnera-admin-content-v21 :where(.ui-page,.tn-page-container,.turnera-page,.saas-page,.t2-page)>:last-child,.turnera-admin-content-v34 :where(.ui-page,.tn-page-container,.turnera-page,.saas-page,.t2-page)>:last-child{margin-bottom:0!important}.turnera-admin-content-v21 :where(.ui-empty-state,.empty-state,.staff-empty-card,.turnera-empty-state),.turnera-admin-content-v34 :where(.ui-empty-state,.empty-state,.staff-empty-card,.turnera-empty-state){min-height:auto!important;padding-top:18px!important;padding-bottom:18px!important}.turnera-messages-page[data-feature=messages] .turnera-messages-card{min-height:min(640px,100dvh - 176px)!important}@media (width<=760px){:root{--turnera-tab-bottom-gap-v123:8px}}:root{--turnera-v124-panel-gap:16px;--turnera-v124-card-radius:24px}.turnera-messages-page[data-feature=messages]{height:calc(100dvh - 118px)!important;min-height:calc(100dvh - 118px)!important;padding-bottom:0!important;display:flex!important}.turnera-messages-page[data-feature=messages] .turnera-messages-card{flex:auto!important;grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;height:100%!important;min-height:720px!important;max-height:none!important;display:grid!important}.turnera-messages-page[data-feature=messages] .turnera-messages-staff-panel,.turnera-messages-page[data-feature=messages] .turnera-chat-panel{height:100%!important;min-height:0!important}.turnera-messages-page[data-feature=messages] .turnera-chat-panel{flex-direction:column!important;display:flex!important}.turnera-messages-page[data-feature=messages] .turnera-chat-messages,.turnera-messages-page[data-feature=messages] .turnera-chat-empty{flex:auto!important;min-height:0!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-products-tab>.turnera-page-intro-v119,.turnera-reports-tab>.turnera-page-intro-v119,.turnera-properties-tab-v119>.turnera-page-intro-v119,.turnera-task-calendar-panel,.turnera-staff-page-v99>.turnera-page-intro-v119){box-sizing:border-box!important;border-radius:var(--turnera-v124-card-radius)!important;width:100%!important;margin:0 0 var(--turnera-v124-panel-gap)!important;background:linear-gradient(135deg,#fffffff5,#fff8f6f0)!important;border:1px solid #2f1d1a1a!important;padding:22px 24px!important;box-shadow:0 18px 45px #3d221d12!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124){justify-content:space-between!important;align-items:center!important;gap:18px!important;display:flex!important}.turnera-admin-content-v34 .turnera-page-kicker,.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124) :where(.turnera-page-kicker,[style*="text-transform: uppercase"]){color:#e53935!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 6px!important;font-size:11px!important;font-weight:950!important}.turnera-page-intro-copy-small-v124{color:#614440b3!important;margin:4px 0 0!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}.turnera-hero-tab-actions-v124{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.turnera-product-summary-hero-v124{align-items:stretch!important}.turnera-product-summary-hero-v124 .turnera-page-intro-copy-v124{min-width:280px!important;max-width:720px!important}.turnera-product-summary-cards-v124{grid-template-columns:repeat(4,minmax(112px,1fr))!important;align-items:stretch!important;gap:10px!important;width:min(760px,100%)!important;min-width:min(680px,100%)!important;max-width:760px!important;display:grid!important}.turnera-product-summary-cards-v124>div{background:#ffffffc7!important;min-height:70px!important}.turnera-products-tab :where(.linen-tabs-wrap,.tn-linen-tabs-wrap-v105) button:only-child,.turnera-products-tab button[style*="rgba(59,130,246"]{display:none!important}.turnera-person-row-v104{align-items:center!important;min-height:84px!important}.turnera-person-avatar-v104,.turnera-person-row-v104 .turnera-person-avatar-v104,.turnera-person-row-v104 :where(span,div)[style*="border-radius: 50%"]{background:linear-gradient(135deg,#ffe3dc,#fffaf8)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:64px!important;min-width:64px!important;height:64px!important;display:inline-flex!important;overflow:hidden!important;box-shadow:0 14px 30px #7d2a2329,0 0 0 2px #fff,0 0 0 3px #f0524624!important}.turnera-person-avatar-v104 img,.turnera-person-row-v104 .turnera-person-avatar-v104 img{object-fit:cover!important;object-position:center center!important;border-radius:999px!important;width:100%!important;height:100%!important;display:block!important}.turnera-lightbox-close-v124{top:max(18px, env(safe-area-inset-top))!important;right:max(18px, env(safe-area-inset-right))!important;z-index:10001!important;color:#fff!important;cursor:pointer!important;background:#e53935!important;border:2px solid #ffffffe6!important;border-radius:999px!important;width:52px!important;height:52px!important;font-size:32px!important;font-weight:950!important;line-height:1!important;position:fixed!important;box-shadow:0 18px 45px #00000052!important}[role=dialog] button[aria-label*=Close],[aria-modal=true] button[aria-label*=Close]{min-width:44px!important;min-height:44px!important}.turnera-admin-content-v34 :where(.turnera-ops-page-v119,.turnera-products-tab,.turnera-properties-tab-v119,.turnera-reports-tab,.turnera-staff-page-v99,.tn-linen-module){gap:var(--turnera-v124-panel-gap)!important;display:grid!important}@media (width<=980px){.turnera-messages-page[data-feature=messages]{height:auto!important;min-height:auto!important}.turnera-messages-page[data-feature=messages] .turnera-messages-card{grid-template-columns:1fr!important;height:auto!important;min-height:680px!important}.turnera-product-summary-hero-v124,.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124){flex-direction:column!important;align-items:stretch!important}.turnera-product-summary-cards-v124{grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.turnera-hero-tab-actions-v124{justify-content:flex-start!important}}@media (width>=1024px){.turnera-product-summary-hero-v124{gap:24px!important}.turnera-product-summary-cards-v124{grid-template-columns:repeat(4,minmax(112px,1fr))!important;width:min(760px,100%)!important;min-width:min(680px,100%)!important;max-width:760px!important}}.turnera-profile-lightbox-v135{z-index:2147483646!important;-webkit-backdrop-filter:blur(8px)!important;overscroll-behavior:contain!important;background:#1a0d0bc7!important;justify-content:center!important;align-items:center!important;padding:20px!important;animation:.12s ease-out turnera-profile-lightbox-fade-v135!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.turnera-profile-lightbox-panel-v135{background:#fffaf7!important;border:1px solid #ea6c593d!important;border-radius:24px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:min(92vw,720px)!important;max-height:min(88vh,720px)!important;padding:12px!important;animation:.14s ease-out turnera-profile-lightbox-pop-v135!important;display:inline-flex!important;position:relative!important;box-shadow:0 28px 80px #00000057!important}.turnera-profile-lightbox-image-v135{object-fit:contain!important;object-position:center center!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;border-radius:18px!important;width:auto!important;max-width:min(92vw - 24px,696px)!important;height:auto!important;max-height:min(88vh - 24px,696px)!important;display:block!important}.turnera-profile-lightbox-close-v135{z-index:2!important;color:#fff!important;cursor:pointer!important;background:#e53935!important;border:2px solid #fffffff5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;font-size:24px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:10px!important;right:10px!important;box-shadow:0 12px 30px #00000042!important}.turnera-profile-lightbox-close-v135:hover{transform:scale(1.03)!important}@keyframes turnera-profile-lightbox-fade-v135{0%{opacity:0}to{opacity:1}}@keyframes turnera-profile-lightbox-pop-v135{0%{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}@media (width<=620px){.turnera-profile-lightbox-v135{padding:14px!important}.turnera-profile-lightbox-panel-v135{border-radius:20px!important;max-width:calc(100vw - 28px)!important;max-height:calc(100vh - 28px)!important;padding:10px!important}.turnera-profile-lightbox-image-v135{border-radius:16px!important;max-width:calc(100vw - 48px)!important;max-height:calc(100vh - 48px)!important}.turnera-profile-lightbox-close-v135{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;top:8px!important;right:8px!important}}:root{--turnera-v136-red:#e53935;--turnera-v136-red-dark:#c93e34;--turnera-v136-title:#171312;--turnera-v136-copy:#503a35b8;--turnera-v136-border:#2f1d1a1a;--turnera-v136-card-bg:linear-gradient(135deg, #fffffff7, #fff8f6f2);--turnera-v136-shadow:0 18px 45px #3d221d12}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-notifications-hero-v136){box-sizing:border-box!important;border:1px solid var(--turnera-v136-border)!important;background:var(--turnera-v136-card-bg)!important;width:100%!important;box-shadow:var(--turnera-v136-shadow)!important;border-radius:24px!important;margin:0 0 16px!important;padding:22px 24px!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-notifications-hero-v136){flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;display:flex!important}.turnera-admin-content-v34 :where(.turnera-page-kicker,.turnera-v16-eyebrow,.turnera-v17-eyebrow,.turnera-eyebrow),.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head)>:first-child>:first-child{color:var(--turnera-v136-red)!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 7px!important;font-size:11px!important;font-weight:950!important;line-height:1.2!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-notifications-hero-v136)>:first-child>:where(h1,h2,h3,h4,p):nth-child(2),.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-notifications-hero-v136) :where(h2,h3).turnera-title{color:var(--turnera-v136-title)!important;letter-spacing:-.035em!important;margin:0!important;font-size:clamp(20px,1.55vw,24px)!important;font-weight:950!important;line-height:1.12!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-notifications-hero-v136)>:first-child>:where(p,span):nth-child(n+3),.turnera-admin-content-v34 .turnera-page-intro-copy-small-v124,.turnera-admin-content-v34 .turnera-page-intro-copy-v124,.turnera-admin-content-v34 .turnera-subtitle{color:var(--turnera-v136-copy)!important;letter-spacing:-.01em!important;margin:8px 0 0!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head)>:first-child>p:nth-child(2){color:var(--turnera-v136-title)!important}.turnera-admin-content-v34 :where(.turnera-hero-tab-actions-v124 button,.turnera-client-subtab-button-v136,.turnera-notifications-actions-v136 button){color:#2f241f!important;opacity:1!important;background:#ffffffeb!important;border:1px solid #ebc2bcd1!important;border-radius:14px!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important;font-weight:850!important;box-shadow:0 8px 18px #3d221d0d!important}.turnera-admin-content-v34 :where(.turnera-hero-tab-actions-v124 button:hover,.turnera-client-subtab-button-v136:hover,.turnera-notifications-actions-v136 button:hover){transform:translateY(-1px)!important;box-shadow:0 14px 28px #3d221d17!important}.turnera-admin-content-v34 :where(.turnera-client-subtab-button-v136.is-active,.turnera-hero-tab-actions-v124 button.is-active,.turnera-hero-tab-actions-v124 button[aria-selected=true]){background:linear-gradient(135deg, var(--turnera-v136-red), var(--turnera-v136-red-dark))!important;color:#fff!important;border-color:#0000!important;box-shadow:0 14px 30px #e539352e!important}.turnera-client-subtab-button-v136:not(.is-active){color:#2f241f!important}.turnera-client-subtab-button-v136.is-active{color:#fff!important}.turnera-notifications-actions-v136 button:disabled{opacity:.72!important;cursor:not-allowed!important;color:#2f241f9e!important;background:#ffffffb8!important}.turnera-admin-content-v34 :where(.turnera-empty-state,.turnera-notifications-tab-v136 p[style*="text-align: center"]){color:#503a35a8!important;font-weight:750!important}@media (width<=780px){.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-notifications-hero-v136){align-items:flex-start!important}.turnera-admin-content-v34 .turnera-hero-tab-actions-v124{justify-content:flex-start!important;width:100%!important}.turnera-admin-content-v34 :where(.turnera-hero-tab-actions-v124 button,.turnera-client-subtab-button-v136){flex:150px!important}}:root{--turnera-v137-kicker:#e53935;--turnera-v137-title:#171312;--turnera-v137-copy:#503a35b8;--turnera-v137-border:#2f1d1a1a;--turnera-v137-card-bg:linear-gradient(135deg, #fffffff7, #fff8f6f2);--turnera-v137-shadow:0 18px 45px #3d221d12}.turnera-admin-content-v34 :where(.turnera-taskboard-hero-v137,.turnera-automation-panel,.turnera-bookings-ops-panel,.turnera-task-calendar-panel,.turnera-roster-month-panel,.turnera-reports-month-panel-v117){border:1px solid var(--turnera-v137-border)!important;background:var(--turnera-v137-card-bg)!important;box-shadow:var(--turnera-v137-shadow)!important;border-radius:24px!important}.turnera-admin-content-v34 .turnera-taskboard-hero-v137{box-sizing:border-box!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;width:100%!important;margin:0 0 16px!important;padding:22px 24px!important;display:flex!important}.turnera-admin-content-v34 :where(.turnera-automation-header>div:first-child,.turnera-bookings-ops-copy,.turnera-taskboard-hero-v137>div:first-child,.turnera-task-calendar-head>div:first-child,.turnera-roster-month-head>div:first-child){flex-direction:column!important;align-items:flex-start!important;display:flex!important}.turnera-admin-content-v34 :where(.turnera-automation-header .turnera-kicker,.turnera-bookings-ops-copy .turnera-kicker,.turnera-taskboard-hero-v137>div:first-child>p:first-child,.turnera-task-calendar-head>div:first-child>p:first-child,.turnera-roster-month-head>div:first-child>p:first-child){color:var(--turnera-v137-kicker)!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 7px!important;font-size:11px!important;font-weight:950!important;line-height:1.2!important}.turnera-admin-content-v34 :where(.turnera-automation-header>div:first-child>h3,.turnera-bookings-ops-copy>h3,.turnera-taskboard-hero-v137>div:first-child>h2,.turnera-task-calendar-head>div:first-child>h3,.turnera-roster-month-head>div:first-child>h3){color:var(--turnera-v137-title)!important;letter-spacing:-.035em!important;margin:0!important;font-size:clamp(20px,1.55vw,24px)!important;font-weight:950!important;line-height:1.12!important}.turnera-admin-content-v34 :where(.turnera-automation-header>div:first-child>p:last-child,.turnera-bookings-ops-copy>p,.turnera-taskboard-hero-v137>div:first-child>p:last-child,.turnera-task-calendar-head>div:first-child>span,.turnera-roster-month-head>div:first-child>span){max-width:760px!important;color:var(--turnera-v137-copy)!important;letter-spacing:-.01em!important;margin:8px 0 0!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}.turnera-admin-content-v34 :where(.turnera-task-board-hero-actions-v122,.turnera-task-calendar-actions,.turnera-roster-month-actions){flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.turnera-admin-content-v34 :where(.turnera-task-calendar-actions>strong,.turnera-roster-month-actions>strong){color:var(--turnera-v137-title)!important;font-size:14px!important;font-weight:850!important}.turnera-admin-content-v34 :where(.turnera-automation-header h3,.turnera-bookings-ops-copy h3,.turnera-task-calendar-head h3,.turnera-roster-month-head h3,.turnera-taskboard-hero-v137 h2){color:var(--turnera-v137-title)!important}.turnera-admin-content-v34 :where(.turnera-automation-header p,.turnera-bookings-ops-copy p,.turnera-task-calendar-head span,.turnera-roster-month-head span,.turnera-taskboard-hero-v137 p:last-child){color:var(--turnera-v137-copy)!important}@media (width<=780px){.turnera-admin-content-v34 .turnera-taskboard-hero-v137,.turnera-admin-content-v34 .turnera-automation-header,.turnera-admin-content-v34 .turnera-task-calendar-head,.turnera-admin-content-v34 .turnera-roster-month-head{align-items:flex-start!important}.turnera-admin-content-v34 :where(.turnera-task-board-hero-actions-v122,.turnera-task-calendar-actions,.turnera-roster-month-actions){justify-content:flex-start!important;width:100%!important}}.turnera-client-invite-button-v138{color:#fff!important;background:linear-gradient(135deg,#e53935,#c93e34)!important;border-color:#0000!important;box-shadow:0 14px 30px #e539352e!important}.turnera-client-invite-button-v138:hover{transform:translateY(-1px)!important}:root{--turnera-v139-red:#e53935;--turnera-v139-red-dark:#c93e34;--turnera-v139-title:#171312;--turnera-v139-text:#2f241f;--turnera-v139-muted:#503a35b3;--turnera-v139-soft:#fff8f6f0;--turnera-v139-border:#2f1d1a1a;--turnera-v139-border-strong:#ebc2bcd1;--turnera-v139-card-bg:linear-gradient(135deg, #fffffff7, #fff8f6f2);--turnera-v139-shadow:0 18px 45px #3d221d12;--turnera-v139-radius:24px;--turnera-v139-gap:16px}.turnera-admin-content-v34,.turnera-admin-content-v34 *{box-sizing:border-box!important}.turnera-admin-content-v34{color:var(--turnera-v139-text)!important}.turnera-admin-content-v34>:where(div,section,article){max-width:100%!important}.turnera-admin-content-v34 :where(h1,h2,h3,h4,h5,h6){color:var(--turnera-v139-title)!important;letter-spacing:-.035em!important;font-weight:950!important;line-height:1.12!important}.turnera-admin-content-v34 :where(p,span,small,label,div){text-rendering:geometricprecision}.turnera-admin-content-v34 :where(p[style*="fontSize: 20"],p[style*="font-size: 20"],p[style*="fontSize: 22"],p[style*="font-size: 22"],p[style*="fontSize: 24"],p[style*="font-size: 24"],p[style*=sectionTitle]){color:var(--turnera-v139-title)!important;letter-spacing:-.035em!important;font-weight:950!important}.turnera-admin-content-v34 :where(.turnera-page-kicker,.turnera-kicker,.turnera-eyebrow,.turnera-v16-eyebrow,.turnera-v17-eyebrow,p[style*=uppercase],span[style*=uppercase],p[style*=text-transform],span[style*=text-transform]){color:var(--turnera-v139-red)!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important;line-height:1.2!important}.turnera-admin-content-v34 :where(.turnera-page-intro-copy-small-v124,.turnera-page-intro-copy-v124,.turnera-subtitle,.turnera-automation-header p,.turnera-bookings-ops-copy p,.turnera-task-calendar-head span,.turnera-roster-month-head span){color:var(--turnera-v139-muted)!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-taskboard-hero-v137,.turnera-automation-panel,.turnera-bookings-ops-panel,.turnera-task-calendar-panel,.turnera-roster-month-panel,.turnera-reports-month-panel-v117,.turnera-products-tab>div:first-child,.turnera-properties-tab-v119>div:first-child,.turnera-reports-tab>div:first-child,.turnera-staff-page-v99>div:first-child){border:1px solid var(--turnera-v139-border)!important;border-radius:var(--turnera-v139-radius)!important;background:var(--turnera-v139-card-bg)!important;box-shadow:var(--turnera-v139-shadow)!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-taskboard-hero-v137){margin:0 0 var(--turnera-v139-gap)!important;padding:22px 24px!important}.turnera-admin-content-v34 :where(.turnera-card,.turnera-panel,.turnera-form-card,.turnera-automation-list,.turnera-v16-staff-ops,.turnera-v17-finance,.turnera-v17-table,.turnera-messages-card,.turnera-chat-panel,.turnera-messages-staff-panel,.turnera-person-row-v104,.turnera-task-column,.turnera-linen-card,.turnera-linen-panel,.turnera-stock-card,.turnera-report-card){border:1px solid var(--turnera-v139-border)!important;border-radius:var(--turnera-v139-radius)!important;background:#fffffff0!important;box-shadow:0 14px 34px #3d221d0e!important}.turnera-admin-content-v34 :where(div,section,article)[style*="rgba(255,248,246"]{border-color:var(--turnera-v139-border)!important;border-radius:var(--turnera-v139-radius)!important}.turnera-admin-content-v34 button,.turnera-admin-content-v34 input[type=button],.turnera-admin-content-v34 input[type=submit],.turnera-admin-content-v34 input[type=reset]{cursor:pointer;letter-spacing:-.01em!important;opacity:1!important;border-radius:14px!important;min-height:42px!important;font-size:13px!important;font-weight:850!important}.turnera-admin-content-v34 button:not(:disabled):not(.turnera-client-invite-button-v138):not(.is-active):not([aria-selected=true]){border-color:var(--turnera-v139-border-strong)!important}.turnera-admin-content-v34 :where(.turnera-btn-primary,.turnera-button--primary,.turnera-client-invite-button-v138,button.is-active,button[aria-selected=true],button[style*=linear-gradient],button[style*=\#e05246],button[style*=\#e53935],button[style*=\#d9483f],button[style*=\#dc2626],button[style*=\#c93e34]){background:linear-gradient(135deg, var(--turnera-v139-red), var(--turnera-v139-red-dark))!important;color:#fff!important;border-color:#0000!important;box-shadow:0 14px 30px #e539352e!important}.turnera-admin-content-v34 button:disabled{opacity:.62!important;cursor:not-allowed!important;box-shadow:none!important}.turnera-admin-content-v34 :where(button[style*=\#dc2626],button[style*=Delete],.turnera-delete-button){color:#fff!important}.turnera-admin-content-v34 :where(input,select,textarea){min-height:42px!important;color:var(--turnera-v139-text)!important;background:#fffffff5!important;border:1px solid #e2d1cbf2!important;border-radius:14px!important;font-size:13px!important;font-weight:650!important;box-shadow:0 8px 18px #3d221d09!important}.turnera-admin-content-v34 :where(input,select,textarea)::placeholder{color:#503a3570!important;font-weight:650!important}.turnera-admin-content-v34 :where(input,select,textarea):focus{border-color:#e539358c!important;outline:none!important;box-shadow:0 0 0 4px #e5393514,0 8px 18px #3d221d09!important}.turnera-admin-content-v34 :where(.turnera-automation-metrics article,.turnera-bookings-ops-card,.turnera-v16-kpi-grid>div,.turnera-v17-kpis>div,.turnera-product-summary-cards-v124>div){border:1px solid var(--turnera-v139-border)!important;background:#ffffffeb!important;border-radius:20px!important;box-shadow:0 12px 28px #3d221d0b!important}.turnera-admin-content-v34 :where(.turnera-automation-metrics span,.turnera-bookings-ops-card span,.turnera-product-summary-cards-v124 span){color:#503a35a8!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important}.turnera-admin-content-v34 :where(.turnera-automation-metrics strong,.turnera-bookings-ops-card strong,.turnera-product-summary-cards-v124 strong){color:var(--turnera-v139-title)!important;font-weight:950!important}.turnera-admin-content-v34 :where(table){border-collapse:separate!important;border-spacing:0 8px!important}.turnera-admin-content-v34 :where(th){color:#503a35a8!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:950!important}.turnera-admin-content-v34 :where(td){color:var(--turnera-v139-text)!important;font-size:13px!important;font-weight:650!important}.turnera-admin-content-v34 :where(.turnera-person-row-v104,.turnera-task-calendar-day,.turnera-roster-day,.turnera-report-day-v117){border-color:#e2d1cbe6!important}.turnera-admin-content-v34 :where(.turnera-empty-state,.turnera-automation-empty,.turnera-task-calendar-empty-v122,p[style*=No\ ],span[style*=No\ ]){color:#503a35a8!important;font-weight:750!important}.turnera-admin-content-v34 :where(.turnera-person-avatar-v104,.turnera-staff-avatar,[class*=avatar]){object-position:center center!important}@media (width<=780px){.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-compact-section-head,.turnera-taskboard-hero-v137){align-items:flex-start!important;padding:18px!important}.turnera-admin-content-v34 :where(.turnera-hero-tab-actions-v124,.turnera-task-board-hero-actions-v122){justify-content:flex-start!important;width:100%!important}.turnera-admin-content-v34 :where(.turnera-hero-tab-actions-v124 button,.turnera-task-board-hero-actions-v122 button){flex:150px!important}}:root{--turnera-v142-mobile-nav-h:86px;--turnera-v142-mobile-nav-bg:#fffffff5;--turnera-v142-mobile-border:#e5cbc5e0}@media (width<=900px){.turnera-auth-brand-logo,.login-logo,.auth-logo,.turnera-login-logo,[class*=login] img[alt*=turnera i],[class*=auth] img[alt*=turnera i]{filter:none!important;object-fit:contain!important;background:#fffffff0!important;border:1px solid #ffffff9e!important;border-radius:22px!important;padding:12px!important;box-shadow:0 18px 42px #52161038!important}}@media (width<=1180px){.turnera-admin-shell-v21,.turnera-admin-shell-v34{width:100vw!important;max-width:100vw!important;padding-bottom:calc(var(--turnera-v142-mobile-nav-h) + env(safe-area-inset-bottom))!important;display:block!important;overflow-x:hidden!important}.turnera-admin-main-v21,.turnera-admin-main-v34{width:100vw!important;max-width:100vw!important;padding:14px 14px calc(var(--turnera-v142-mobile-nav-h) + 28px + env(safe-area-inset-bottom))!important;margin-left:0!important;overflow-x:hidden!important}.turnera-admin-sidebar-v21.turnera-admin-sidebar-v34,.turnera-admin-sidebar-v21,.turnera-admin-sidebar-v34{width:100vw!important;min-width:0!important;max-width:100vw!important;height:var(--turnera-v142-mobile-nav-h)!important;min-height:var(--turnera-v142-mobile-nav-h)!important;max-height:var(--turnera-v142-mobile-nav-h)!important;z-index:9999!important;padding:8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right))!important;background:var(--turnera-v142-mobile-nav-bg)!important;border-right:0!important;border-top:1px solid var(--turnera-v142-mobile-border)!important;-webkit-backdrop-filter:blur(18px)!important;flex-direction:row!important;justify-content:flex-start!important;align-items:stretch!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;overflow:auto hidden!important;box-shadow:0 -16px 38px #1f14101a!important}.turnera-admin-sidebar-v34:before,.turnera-admin-sidebar-v21:before,.turnera-admin-sidebar-v34>div:first-of-type,.turnera-admin-sidebar-v21>div:first-of-type,.turnera-sidebar-logo-uploader-v87,.turnera-sidebar-user-card-v86{display:none!important}.turnera-admin-nav-v21,.turnera-admin-nav-v34{scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;flex-direction:row!important;align-items:stretch!important;gap:7px!important;width:100%!important;min-width:0!important;height:100%!important;padding:0!important;display:flex!important;overflow:auto hidden!important}.turnera-admin-nav-v21::-webkit-scrollbar{display:none!important}.turnera-admin-nav-v34::-webkit-scrollbar{display:none!important}.turnera-admin-nav-item-v21,.turnera-admin-nav-item-v34{scroll-snap-align:start!important;text-align:center!important;width:76px!important;min-width:76px!important;max-width:76px!important;height:68px!important;min-height:68px!important;box-shadow:none!important;border-radius:20px!important;flex-direction:column!important;flex:0 0 76px!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:8px 6px!important;line-height:1.05!important;display:flex!important}.turnera-admin-nav-item-v21.is-active,.turnera-admin-nav-item-v34.is-active{color:#d9342b!important;background:linear-gradient(135deg,#fff1ee,#fbe2de)!important;border-color:#e5393542!important;box-shadow:0 10px 24px #d9342b1f!important}.turnera-admin-nav-icon-v86{background:#fff1eddb!important;border-radius:12px!important;width:27px!important;min-width:27px!important;height:27px!important;font-size:14px!important}.turnera-admin-nav-label-v86{text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:-.01em!important;max-width:68px!important;font-size:10px!important;font-weight:850!important;line-height:1.05!important;display:block!important;overflow:hidden!important}.turnera-admin-nav-item-v21 span:not(:first-child):not([style*=margin-left]),.turnera-admin-nav-item-v34 span:not(:first-child):not([style*=margin-left]){display:block!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97{margin-bottom:16px!important;position:static!important;top:auto!important}}@media (width<=640px){:root{--turnera-v142-mobile-nav-h:82px}.turnera-admin-main-v21,.turnera-admin-main-v34{padding:12px 12px calc(var(--turnera-v142-mobile-nav-h) + 24px + env(safe-area-inset-bottom))!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97{border-radius:28px!important;padding:18px!important}.turnera-admin-topbar-v34 h1,.turnera-admin-topbar-v97 h1{font-size:32px!important;line-height:1!important}.turnera-admin-top-actions-v87{gap:10px!important;width:100%!important}.turnera-admin-nav-item-v21,.turnera-admin-nav-item-v34{flex-basis:72px!important;width:72px!important;min-width:72px!important;max-width:72px!important}}.turnera-lang-menu-portal-v143{pointer-events:auto!important;isolation:isolate!important}@media (width<=1180px){.turnera-admin-topbar-v34,.turnera-admin-topbar-v97,.turnera-admin-top-actions-v87,.turnera-admin-notification-wrap-v87{overflow:visible!important}.turnera-admin-notification-dropdown-v87{z-index:2147482500!important}}.staff-stat--with-divider{border-left:1px solid #e1483d1f!important}.staff-stat-divider{display:none!important}@media (width<=760px){.staff-stats-card{border-radius:26px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;margin:0 0 18px!important;padding:14px 6px!important;display:grid!important;overflow:hidden!important}.staff-stat{justify-content:center!important;gap:6px!important;min-width:0!important;min-height:74px!important;padding:8px 3px!important}.staff-stat-num{letter-spacing:-.06em!important;font-size:clamp(25px,8vw,34px)!important;line-height:.95!important}.staff-stat-label{letter-spacing:.03em!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;max-width:100%!important;font-size:clamp(8px,2.45vw,10px)!important;line-height:1.08!important}}@media (width<=430px){.staff-content{gap:16px!important}.staff-stats-card{margin-top:-2px!important;margin-bottom:14px!important;padding:12px 4px!important}.staff-stat{min-height:68px!important;padding-left:2px!important;padding-right:2px!important}.staff-stat-num{font-size:clamp(24px,7.4vw,31px)!important}.staff-stat-label{font-size:clamp(7.5px,2.25vw,9px)!important}}html,body,#root{max-width:100%;overflow-x:hidden}.staff-main,.staff-content,.staff-task-list,.staff-task-card,.staff-card-body,.staff-workflow-panel,.staff-linen-pack-box{min-width:0!important;max-width:100%!important}.staff-task-notes,.staff-property-name,.staff-room-name,.staff-linen-item,.staff-workflow-panel,.staff-workflow-panel *{overflow-wrap:anywhere!important;word-break:break-word!important}.staff-task-notes{white-space:pre-line!important}@media (width<=760px){:root{--turnera-staff-bottom-nav-space-v153:calc(62px + env(safe-area-inset-bottom))}.staff-shell{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.staff-main{width:100vw!important;max-width:100vw!important;padding:0 14px calc(var(--turnera-staff-bottom-nav-space-v153) + 18px)!important;overflow-x:hidden!important}.staff-mobile-topbar{height:calc(78px + env(safe-area-inset-top))!important;min-height:calc(78px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 16px 8px!important;grid-template-columns:48px minmax(0,1fr) 48px!important;margin:0 -14px 16px!important}.staff-mobile-logo{width:92px!important;max-height:58px!important}.staff-mobile-icon-btn{border-radius:16px!important;width:46px!important;height:46px!important}.staff-topbar{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;margin:0 0 14px!important}.staff-page-title{letter-spacing:-.055em!important;margin:0!important;font-size:clamp(34px,10.4vw,44px)!important;line-height:.98!important}.staff-page-subtitle{display:none!important}.staff-top-actions{flex-direction:column!important;align-items:flex-end!important;gap:8px!important;max-width:46vw!important;display:flex!important}.staff-top-actions .turnera-lang-switcher,.staff-top-actions select,.staff-top-actions [class*=Lang]{max-width:120px!important;min-height:42px!important}.staff-welcome-chip{max-width:100%!important;min-height:48px!important;padding:4px 8px 4px 4px!important}.staff-welcome-chip>div:first-child{width:42px!important;height:42px!important;font-size:17px!important}.staff-welcome-label{font-size:13px!important;line-height:1.05!important}.staff-welcome-name{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100px!important;font-size:17px!important;line-height:1.1!important;overflow:hidden!important}.staff-content{-webkit-overflow-scrolling:touch!important;gap:12px!important;width:100%!important;overflow-x:hidden!important}.staff-stats-card{border-radius:22px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:0 0 12px!important;padding:10px 2px!important}.staff-stat{gap:4px!important;min-height:58px!important;padding:6px 2px!important}.staff-stat-num{letter-spacing:-.045em!important;font-size:clamp(22px,7vw,30px)!important}.staff-stat-label{letter-spacing:.02em!important;text-align:center!important;font-size:clamp(7.5px,2.15vw,9px)!important;line-height:1.08!important}.staff-task-list{gap:12px!important;width:100%!important;padding:0!important}.staff-task-card{touch-action:pan-y!important;border-radius:22px!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:10px!important;width:100%!important;max-width:100%!important;padding:14px!important;display:grid!important;overflow:hidden!important}.staff-room-icon{display:none!important}.staff-card-body{order:2!important;width:100%!important;min-width:0!important}.staff-card-right{order:1!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.staff-card-right span:first-child{white-space:normal!important;max-width:100%!important}.staff-card-right span:last-child{display:none!important}.staff-room-name{margin-bottom:3px!important;font-size:18px!important;line-height:1.2!important}.staff-property-name{font-size:14px!important;line-height:1.35!important}.staff-task-notes{color:#614440db!important;max-width:100%!important;font-size:13px!important;line-height:1.42!important}.staff-task-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.staff-task-actions button,.staff-decline-panel button,.staff-workflow-panel button,.staff-workflow-panel label[style]{width:100%!important;min-height:46px!important}.staff-decline-panel{width:100%!important;max-width:100%!important}.staff-workflow-panel{border-radius:18px!important;gap:10px!important;margin-top:12px!important;padding:12px!important}.staff-linen-pack-box{border-radius:16px!important;padding:10px!important;overflow:hidden!important}.staff-linen-items{gap:7px!important;display:grid!important}.staff-linen-item{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:9px 10px!important;font-size:13px!important;line-height:1.2!important;display:grid!important}.staff-linen-item strong{white-space:nowrap!important}.staff-workflow-panel textarea,.staff-main textarea,.staff-main input,.staff-main select,.staff-main button{font-size:16px!important}.staff-bottom-nav{min-height:calc(50px + env(safe-area-inset-bottom))!important;padding:4px 18px calc(4px + env(safe-area-inset-bottom))!important}.staff-bottom-nav-btn{gap:2px!important;min-height:38px!important;font-size:10px!important}.staff-bottom-icon{border-radius:9px!important;width:25px!important;height:25px!important;font-size:13px!important}}@media (width<=390px){.staff-main{padding-left:10px!important;padding-right:10px!important}.staff-mobile-topbar{margin-left:-10px!important;margin-right:-10px!important}.staff-topbar{grid-template-columns:1fr!important}.staff-top-actions{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:100%!important}.staff-task-actions{grid-template-columns:1fr!important}.staff-task-card{border-radius:20px!important;padding:12px!important}}@media (width<=760px){.staff-bottom-nav{min-height:calc(50px + env(safe-area-inset-bottom))!important;padding:4px 18px calc(4px + env(safe-area-inset-bottom))!important;gap:10px!important}.staff-bottom-nav-btn{border-radius:14px!important;gap:2px!important;min-height:38px!important;font-size:10px!important}.staff-bottom-icon{border-radius:9px!important;width:25px!important;height:25px!important;font-size:13px!important}.staff-bottom-badge{min-width:15px!important;height:15px!important;font-size:8px!important;top:2px!important;right:calc(50% - 23px)!important}.staff-mobile-topbar{grid-template-columns:96px minmax(0,1fr) 48px!important}.staff-mobile-menu-btn{justify-content:flex-start!important;justify-self:start!important;align-items:center!important;gap:7px!important;width:auto!important;min-width:88px!important;height:46px!important;padding:0 8px!important;display:inline-flex!important}.staff-mobile-menu-btn svg{flex:none!important;width:25px!important;height:25px!important}.staff-mobile-menu-label{letter-spacing:-.02em!important;color:#171312!important;font-size:15px!important;font-weight:900!important;line-height:1!important;display:inline-block!important}.staff-shell--no-mobile-bottom-nav .staff-main{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.staff-shell--no-mobile-bottom-nav .staff-bottom-nav{display:none!important}}.turnera-messages-page[data-feature=messages] .turnera-messages-card{grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important}.turnera-messages-page[data-feature=messages] .turnera-messages-staff-panel{width:auto!important;min-width:0!important;padding:20px!important}.turnera-messages-page[data-feature=messages] .turnera-staff-row{grid-template-columns:40px minmax(0,1fr) 8px!important;gap:12px!important;min-height:64px!important;padding:10px!important}.turnera-messages-page[data-feature=messages] .turnera-chat-composer{padding:16px 22px 18px!important}.turnera-messages-page[data-feature=messages] .turnera-composer-row{width:100%!important}.turnera-messages-page[data-feature=messages] .turnera-composer-row--text-only{grid-template-columns:minmax(0,1fr) 42px!important;align-items:end!important;gap:10px!important;display:grid!important}.turnera-messages-page[data-feature=messages] .turnera-chat-composer textarea{width:100%!important;min-width:0!important;min-height:58px!important;max-height:160px!important}.turnera-messages-page[data-feature=messages] .turnera-chat-panel,.turnera-messages-page[data-feature=messages] .turnera-chat-messages{min-width:0!important}.turnera-admin-nav-icon-v86{filter:saturate(1.15);font-size:16px!important}@media (width<=900px){.turnera-messages-page[data-feature=messages] .turnera-messages-card{grid-template-columns:1fr!important}}:root{--turnera-v195-main-pad-x:clamp(20px, 2vw, 32px);--turnera-v195-topbar-gap:18px;--turnera-v195-section-gap:16px;--turnera-v195-topbar-min-h:76px}.turnera-admin-main-v34,.turnera-admin-main-v21{padding:24px var(--turnera-v195-main-pad-x) 16px!important;min-width:0!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97{width:100%!important;max-width:100%!important;min-height:var(--turnera-v195-topbar-min-h)!important;margin:0 0 var(--turnera-v195-topbar-gap) 0!important;box-sizing:border-box!important;align-items:center!important;padding:18px 24px!important;display:flex!important}.turnera-admin-content-v34,.turnera-admin-content-v21{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.turnera-admin-content-v34>*,.turnera-admin-content-v21>*{margin-top:0!important}.turnera-admin-content-v34>:first-child,.turnera-admin-content-v21>:first-child{margin-top:0!important;padding-top:0!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-taskboard-hero-v137,.turnera-task-calendar-panel,.turnera-automation-panel,.turnera-bookings-ops-panel,.turnera-reports-month-panel-v117,.tn-linen-module--native>div:first-child){margin-top:0!important;margin-bottom:var(--turnera-v195-section-gap)!important}.turnera-admin-content-v34 :where(.turnera-page-intro-v119,.turnera-unified-tab-hero-v124,.turnera-taskboard-hero-v137,.turnera-task-calendar-panel,.turnera-automation-panel,.turnera-bookings-ops-panel,.turnera-reports-month-panel-v117)+:where(div,section,main,article){margin-top:0!important}.turnera-admin-content-v34 .turnera-messages-page[data-feature=messages],.turnera-admin-content-v21 .turnera-messages-page[data-feature=messages]{box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0 0 16px!important}.turnera-admin-content-v34 .turnera-messages-page[data-feature=messages] .turnera-messages-card,.turnera-admin-content-v21 .turnera-messages-page[data-feature=messages] .turnera-messages-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:min(780px,100dvh - 150px)!important;min-height:min(760px,100dvh - 150px)!important;margin:0!important}.turnera-admin-content-v34 :where(.dashboard-panel,.turnera-panel,.turnera-card,.tn-panel,.tn-card,.saas-card,.turnera-messages-card){box-sizing:border-box!important}.turnera-admin-content-v34 :where(.turnera-person-row-v104,.turnera-list-row,.tn-table-row){margin-top:0!important}@media (width<=980px){.turnera-admin-main-v34,.turnera-admin-main-v21{padding:18px 16px 16px!important}.turnera-admin-topbar-v34,.turnera-admin-topbar-v97{align-items:flex-start!important;min-height:auto!important;padding:16px 18px!important}.turnera-admin-content-v34 .turnera-messages-page[data-feature=messages] .turnera-messages-card,.turnera-admin-content-v21 .turnera-messages-page[data-feature=messages] .turnera-messages-card{height:auto!important;min-height:auto!important}}.turnera-admin-content-v34 .tn-linen-module--native>.tn-linen-tabs-v105,.turnera-admin-content-v21 .tn-linen-module--native>.tn-linen-tabs-v105{margin-bottom:var(--turnera-v195-section-gap)!important}.turnera-admin-content-v34 .tn-linen-tabs-v105+:where(div,section,main),.turnera-admin-content-v21 .tn-linen-tabs-v105+:where(div,section,main){margin-top:0!important;padding-top:0!important}.turnera-admin-content-v34 .tn-linen-tabs-v105+:where(div,section,main)>:first-child,.turnera-admin-content-v21 .tn-linen-tabs-v105+:where(div,section,main)>:first-child{margin-top:0!important}.dashboard-panel-grid{margin-bottom:var(--turnera-v195-section-gap,16px)!important}.dashboard-action-centre{margin-top:0!important}.turnera-property-editor-v197{background:linear-gradient(135deg,#fffffffa,#fffaf8f5)!important;border:1px solid #ebc2bcb8!important;border-radius:26px!important;gap:18px!important;padding:24px!important;box-shadow:0 20px 54px #2f241f13!important}.turnera-property-editor-title-v197{color:#171312!important;letter-spacing:-.035em!important;margin:0 0 2px!important;font-size:22px!important;font-weight:950!important;line-height:1.1!important}.turnera-property-editor-v197>p:not(.turnera-property-editor-title-v197){color:#d9342b!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:10px 0 -6px!important;font-size:12px!important;font-weight:950!important}.turnera-property-form-section-v197,.turnera-property-sleeping-section-v197{background:#ffffffeb!important;border:1px solid #ebc2bcb8!important;border-radius:22px!important;padding:18px!important;box-shadow:0 14px 34px #2f241f0b!important}.turnera-property-form-section-v197{align-items:end!important}.turnera-property-form-grid-2-v197{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.turnera-property-form-grid-3-v197{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:end!important;gap:16px!important}.turnera-property-form-grid-4-v197{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.turnera-property-field-v197,.turnera-property-bed-row-v197>div{gap:7px!important;min-width:0!important;display:grid!important}.turnera-property-editor-v197 span[style*=font-size]{color:#7a4d46!important;letter-spacing:.075em!important;text-transform:uppercase!important;margin:0!important;font-size:11px!important;font-weight:950!important;line-height:1.1!important;display:block!important}.turnera-property-editor-v197 input,.turnera-property-editor-v197 select,.turnera-property-editor-v197 textarea{box-sizing:border-box!important;color:#221b18!important;background:#fff!important;border:1px solid #ebc2bcdb!important;border-radius:15px!important;width:100%!important;padding:13px 14px!important;font-size:14px!important;font-weight:750!important;line-height:1.25!important;box-shadow:0 8px 20px #2f241f09!important}.turnera-property-editor-v197 input:focus,.turnera-property-editor-v197 select:focus,.turnera-property-editor-v197 textarea:focus{border-color:#d9342b6b!important;box-shadow:0 0 0 4px #d9342b1a,0 10px 24px #2f241f0a!important}.turnera-property-editor-v197 textarea{resize:vertical!important;min-height:82px!important}.turnera-property-section-help-v197{color:#6f514b!important;background:#fff7f5!important;border:1px solid #d9342b24!important;border-radius:16px!important;padding:12px 14px!important;font-size:13px!important;line-height:1.45!important}.turnera-property-bed-row-v197{background:#fff!important;border:1px solid #ebc2bcb8!important;border-radius:20px!important;grid-template-columns:minmax(220px,1.2fr) minmax(170px,.8fr) minmax(150px,.7fr)!important;gap:16px!important;padding:16px!important;box-shadow:0 10px 26px #2f241f09!important}.turnera-property-sofabed-row-v197{background:#fff7f5!important}.turnera-property-sleeping-section-v197 strong{color:#171312!important;letter-spacing:-.02em!important;margin-top:2px!important;font-size:15px!important;font-weight:950!important;display:block!important}.turnera-property-editor-v197 button{border-radius:14px!important;min-height:42px!important}@media (width<=1100px){.turnera-property-form-grid-4-v197,.turnera-property-form-grid-3-v197,.turnera-property-bed-row-v197,.turnera-property-sofabed-row-v197{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=720px){.turnera-property-editor-v197{border-radius:22px!important;padding:16px!important}.turnera-property-form-grid-2-v197,.turnera-property-form-grid-3-v197,.turnera-property-form-grid-4-v197,.turnera-property-bed-row-v197,.turnera-property-sofabed-row-v197{grid-template-columns:1fr!important}.turnera-property-form-section-v197,.turnera-property-sleeping-section-v197{padding:14px!important}}@media (width<=760px){.staff-mobile-topbar{height:calc(92px + env(safe-area-inset-top))!important;min-height:calc(92px + env(safe-area-inset-top))!important;padding:env(safe-area-inset-top) 18px 10px!important;align-items:center!important;overflow:hidden!important}.staff-mobile-topbar .staff-mobile-center-stack{pointer-events:none!important;z-index:1!important;justify-content:center!important;align-items:center!important;width:92px!important;height:66px!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.staff-mobile-topbar .staff-mobile-logo,.staff-mobile-topbar .staff-mobile-center-stack .staff-mobile-logo{object-fit:contain!important;width:auto!important;max-width:86px!important;height:62px!important;max-height:62px!important;margin:0 auto!important;display:block!important}.staff-mobile-topbar .staff-mobile-menu-btn,.staff-mobile-topbar>button:last-child{z-index:2!important;position:relative!important}}
