:root{
  --tr-safe-top:var(--safe-area-inset-top, env(safe-area-inset-top,0px));
  --tr-safe-right:var(--safe-area-inset-right, env(safe-area-inset-right,0px));
  --tr-safe-bottom:var(--safe-area-inset-bottom, env(safe-area-inset-bottom,0px));
  --tr-safe-left:var(--safe-area-inset-left, env(safe-area-inset-left,0px));
  --tr-app-nav-height:74px;
}
html.tr-native-app,html.tr-pwa-standalone{background:#f5f7fb}
body{padding-left:var(--tr-safe-left);padding-right:var(--tr-safe-right)}
html.tr-native-app body{padding-top:var(--tr-safe-top)}
.tr-connectivity-banner{position:fixed;z-index:9999;left:50%;top:calc(12px + var(--tr-safe-top));transform:translate(-50%,-140%);opacity:0;pointer-events:none;max-width:min(92vw,560px);padding:10px 16px;border-radius:999px;background:#16182e;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.24);font-size:14px;font-weight:700;transition:.25s ease}
.tr-connectivity-banner[data-state="offline"]{background:#8b252b;transform:translate(-50%,0);opacity:1}
.tr-connectivity-banner[data-state="online"]{background:#17613d;transform:translate(-50%,0);opacity:1}
.tr-update-toast{position:fixed;z-index:9997;right:calc(16px + var(--tr-safe-right));bottom:calc(92px + var(--tr-safe-bottom));display:flex;align-items:center;gap:12px;max-width:min(420px,calc(100vw - 32px));padding:12px 14px;border:1px solid rgba(17,19,74,.12);border-radius:16px;background:#fff;color:#11134a;box-shadow:0 18px 50px rgba(19,24,57,.18)}
.tr-update-toast[hidden]{display:none}
.tr-update-toast span{font-size:14px;line-height:1.35}
.tr-update-toast button{border:0;border-radius:10px;background:#11134a;color:#fff;font-weight:800;padding:8px 12px;cursor:pointer}
.tr-install-button{position:fixed;z-index:9000;right:calc(18px + var(--tr-safe-right));bottom:calc(18px + var(--tr-safe-bottom));display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:12px 16px;background:#11134a;color:#fff;box-shadow:0 16px 40px rgba(17,19,74,.28);font-weight:800;cursor:pointer}
.tr-install-button[hidden]{display:none}
.tr-mobile-nav{position:fixed;z-index:9995;left:0;right:0;bottom:0;display:none;grid-template-columns:repeat(var(--tr-mobile-nav-items,5),1fr);min-height:calc(var(--tr-app-nav-height) + var(--tr-safe-bottom));padding:7px max(8px,var(--tr-safe-right)) var(--tr-safe-bottom) max(8px,var(--tr-safe-left));border-top:1px solid rgba(17,19,74,.12);background:rgba(255,255,255,.96);box-shadow:0 -12px 35px rgba(20,29,70,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.tr-mobile-nav a,.tr-mobile-nav button{appearance:none;border:0;background:transparent;color:#6a7089;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;font:inherit;text-decoration:none;cursor:pointer}
.tr-mobile-nav svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}
.tr-mobile-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:800}
.tr-mobile-nav a.active{color:#11134a}
.tr-mobile-nav a.active::after{content:"";position:absolute;bottom:calc(5px + var(--tr-safe-bottom));width:20px;height:3px;border-radius:999px;background:#11134a}
.tr-mobile-nav a,.tr-mobile-nav button{position:relative}
.tr-mobile-drawer-backdrop{position:fixed;z-index:9996;inset:0;background:rgba(8,11,32,.44);opacity:0;pointer-events:none;transition:.2s ease}
.tr-mobile-drawer-backdrop.open{opacity:1;pointer-events:auto}
.tr-mobile-drawer{position:fixed;z-index:9998;left:10px;right:10px;bottom:calc(10px + var(--tr-safe-bottom));max-height:min(76vh,720px);overflow:auto;padding:10px;border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(4,9,35,.34);transform:translateY(calc(100% + 40px));transition:.25s ease}
.tr-mobile-drawer.open{transform:translateY(0)}
.tr-mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:10px 10px 14px}
.tr-mobile-drawer-header>div{display:grid;gap:2px}.tr-mobile-drawer-header small{color:#70778e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.tr-mobile-drawer-header strong{font-size:18px;color:#11134a}
.tr-mobile-drawer-header button{width:44px;height:44px;border:0;border-radius:50%;background:#eef0f7;font-size:22px;cursor:pointer}
.tr-mobile-drawer-grid{display:block}
.tr-mobile-drawer-search{display:grid;gap:6px;padding:0 4px 10px;color:#697087;font-size:12px;font-weight:850}
.tr-mobile-drawer-search input{width:100%;min-height:48px;padding:10px 13px;border:1px solid #dfe3ed;border-radius:14px;background:#f8f9fd;color:#11134a;font:inherit;font-size:15px}
.tr-mobile-drawer-groups{display:grid;gap:7px}
.tr-mobile-drawer-group{display:grid;gap:7px}
.tr-mobile-drawer-section{margin:10px 5px 0;color:#70778e;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tr-mobile-drawer-group-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tr-mobile-drawer-actions{margin-top:4px;padding-top:4px;border-top:1px solid #eceef4}
.tr-mobile-drawer-empty{margin:12px 4px;padding:14px;border-radius:14px;background:#f7f8fc;color:#697087;text-align:center;font-size:13px;font-weight:750}
.tr-mobile-drawer [hidden]{display:none!important}
.tr-mobile-drawer-grid a,.tr-mobile-drawer-grid button{display:flex;align-items:center;min-height:54px;padding:12px 14px;border:1px solid #e7e9f1;border-radius:15px;background:#fff;color:#11134a;text-align:left;text-decoration:none;font:inherit;font-size:13px;font-weight:800;cursor:pointer}
.tr-mobile-drawer-grid a.active{border-color:#11134a;background:#f0f1fa}
.tr-mobile-drawer-grid button.danger{color:#8b252b}
.tr-native-launch,.tr-offline-page{min-height:100vh;min-height:100dvh;display:grid;place-items:center;margin:0;padding:32px;background:radial-gradient(circle at 20% 10%,rgba(64,73,170,.17),transparent 34%),linear-gradient(145deg,#f8f9fc,#eef1f8)}
.tr-launch-card,.tr-offline-card{width:min(100%,520px);padding:34px;border:1px solid rgba(17,19,74,.09);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(18,25,68,.14);text-align:center}
.tr-launch-card img,.tr-offline-card img{width:min(210px,68%);height:auto;margin:0 auto 24px}
.tr-launch-card h1,.tr-offline-card h1{margin:10px 0 8px;color:#11134a}
.tr-launch-card p,.tr-offline-card p{color:#62687e;line-height:1.65}
.tr-launch-spinner{width:34px;height:34px;margin:0 auto 18px;border:3px solid #e5e7f1;border-top-color:#11134a;border-radius:50%;animation:tr-spin .8s linear infinite}
.tr-offline-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}
@keyframes tr-spin{to{transform:rotate(360deg)}}
@media (max-width:860px){
  body.tr-account-workspace{padding-bottom:calc(var(--tr-app-nav-height) + var(--tr-safe-bottom) + 8px)}
  body.tr-account-workspace .tr-mobile-nav{display:grid}
  body.tr-account-workspace .footer{padding-bottom:calc(var(--tr-app-nav-height) + var(--tr-safe-bottom))}
  body.tr-account-workspace .portal-sidebar{margin-bottom:8px}
  body.tr-account-workspace .portal-sidebar>a[data-account-nav="true"],body.tr-account-workspace .portal-sidebar>.portal-logout{display:none!important}
  .tr-install-button{bottom:calc(88px + var(--tr-safe-bottom))}
}
@media (display-mode:standalone){
  body.tr-account-workspace{padding-bottom:calc(var(--tr-app-nav-height) + var(--tr-safe-bottom) + 8px)}
  body.tr-account-workspace .tr-mobile-nav{display:grid}
}
@media (max-width:480px){
  .tr-mobile-drawer-group-links{grid-template-columns:1fr}
  .tr-native-launch,.tr-offline-page{padding:18px}
  .tr-launch-card,.tr-offline-card{padding:26px 20px;border-radius:22px}
  .tr-mobile-drawer-grid{grid-template-columns:1fr}
}

.tr-legal-footer-bar{display:flex;justify-content:center;padding:0 0 26px}.tr-legal-footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.tr-legal-footer-links a,.tr-app-privacy-links a{text-decoration:underline;text-underline-offset:3px}.tr-app-privacy-links{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin:16px 0 4px;font-size:.92rem}.tr-app-privacy-links a{color:inherit}

/* v058 mobile Team Chat unread badge */
.tr-mobile-nav [data-internal-chat-nav-count]{position:absolute;top:3px;right:calc(50% - 22px);display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d9334a;color:#fff;font-size:.58rem;font-weight:900;line-height:1;box-shadow:0 2px 8px rgba(217,51,74,.28)}
.tr-mobile-nav [data-internal-chat-nav-count][hidden]{display:none!important}

/* v061 three-platform download center hardening */
body.tr-install-center-open{overflow:hidden!important;overscroll-behavior:none}
.tr-install-button{min-height:54px;padding:9px 15px 9px 10px;gap:10px;background:linear-gradient(135deg,#071447,#233fc2);box-shadow:0 18px 48px rgba(7,20,71,.32);text-align:left;transition:transform .2s ease,box-shadow .2s ease}
.tr-install-button:hover{transform:translateY(-2px);box-shadow:0 24px 58px rgba(7,20,71,.4)}
.tr-install-button:focus-visible{outline:3px solid rgba(76,111,255,.34);outline-offset:3px}
.tr-install-button-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);font-size:20px;line-height:1}
.tr-install-button>span:last-child{display:grid;gap:1px}.tr-install-button strong{font-size:13px;line-height:1.1}.tr-install-button small{font-size:9px;line-height:1.1;color:#dce7ff;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.tr-install-center[hidden]{display:none!important}
.tr-install-center{position:fixed;z-index:10050;inset:0;display:grid;place-items:center;padding:calc(22px + var(--tr-safe-top)) calc(22px + var(--tr-safe-right)) calc(22px + var(--tr-safe-bottom)) calc(22px + var(--tr-safe-left));background:rgba(5,10,35,.66);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:auto}
.tr-install-center-shell{width:min(1080px,100%);max-height:min(880px,calc(100dvh - 44px - var(--tr-safe-top) - var(--tr-safe-bottom)));overflow:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.26);border-radius:30px;background:#f7f9fe;color:#11134a;box-shadow:0 36px 120px rgba(3,8,35,.42)}
.tr-install-center-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:30px 32px;background:radial-gradient(circle at 86% 18%,rgba(117,147,255,.26),transparent 31%),linear-gradient(135deg,#071447,#172c95);color:#fff}
.tr-install-center-brand{display:flex;align-items:center;gap:19px;min-width:0}.tr-install-center-brand img{flex:0 0 auto;width:74px;height:74px;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.tr-install-center-brand>div{min-width:0}.tr-install-center-brand span{display:block;margin-bottom:4px;color:#cfdcff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.tr-install-center-brand h2{margin:0;color:#fff;font-size:clamp(26px,3vw,42px);line-height:1.05;letter-spacing:-.045em}.tr-install-center-brand p{max-width:690px;margin:10px 0 0;color:#dce7ff;font-size:15px;line-height:1.55}
.tr-install-center-close{flex:0 0 auto;width:46px;height:46px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.11);color:#fff;font:inherit;font-size:27px;line-height:1;cursor:pointer}.tr-install-center-close:hover{background:rgba(255,255,255,.2)}.tr-install-center-close:focus-visible{outline:3px solid rgba(255,255,255,.45);outline-offset:2px}
.tr-install-center-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px;padding:22px}
.tr-install-option{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:24px;border:1px solid #dfe5f2;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(23,40,100,.06)}
.tr-install-option-android{grid-row:span 1;display:grid;grid-template-columns:minmax(0,1fr) 158px;gap:22px;align-items:center;background:linear-gradient(145deg,#fff,#f2f6ff)}
.tr-install-platform{display:inline-flex;width:max-content;max-width:100%;margin-bottom:10px;padding:6px 9px;border-radius:999px;background:#eef2ff;color:#3046ad;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.tr-install-option h3{margin:0;color:#11134a;font-size:22px;line-height:1.15;letter-spacing:-.025em}.tr-install-option p{margin:10px 0 18px;color:#626d86;font-size:14px;line-height:1.58}
.tr-install-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;margin-top:auto;border:0;border-radius:13px;padding:11px 15px;text-decoration:none;font:inherit;font-size:13px;font-weight:900;cursor:pointer;text-align:center}.tr-install-action.primary{background:#172c95;color:#fff;box-shadow:0 10px 24px rgba(23,44,149,.2)}.tr-install-action.primary:hover{background:#0c1e74}.tr-install-action.secondary{width:100%;border:1px solid #ccd5ec;background:#f5f7fd;color:#11134a}.tr-install-action.secondary:hover{background:#e9edfa}.tr-install-action:focus-visible{outline:3px solid rgba(47,74,194,.25);outline-offset:3px}
.tr-install-meta{display:block;margin-top:11px;color:#80889b;font-size:10px;line-height:1.45}
.tr-install-qr{display:grid;justify-items:center;gap:7px;padding:10px;border:1px solid #dbe3f4;border-radius:18px;background:#fff;color:#4f5c77;text-decoration:none;font-size:10px;font-weight:850;text-align:center;box-shadow:0 9px 25px rgba(15,33,95,.08)}.tr-install-qr img{display:block;width:136px;height:136px;object-fit:contain}.tr-install-qr:hover{border-color:#6a7bd1;transform:translateY(-1px)}
.tr-install-option-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:15px;border-radius:14px;background:#eef2ff;color:#172c95;font-size:27px;font-weight:900}.tr-install-windows-icon{grid-template-columns:repeat(2,13px);grid-template-rows:repeat(2,13px);gap:3px}.tr-install-windows-icon span{display:block;width:13px;height:13px;background:#172c95}.tr-install-browser-icon{font-size:31px}
.tr-install-windows-note{margin:12px 0 0!important;padding:10px 11px;border-radius:11px;background:#fff5e7;color:#6d4a0c!important;font-size:11px!important;line-height:1.5!important}.tr-install-manual{margin:12px 0 0!important;padding:11px 12px;border-radius:11px;background:#fff7dd;color:#69520b!important;font-size:12px!important}
.tr-install-center-foot{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 22px 22px;padding:14px 18px;border:1px solid #dce4f3;border-radius:16px;background:#eef3ff;color:#263875}.tr-install-center-foot span{font-size:20px;font-weight:900}.tr-install-center-foot p{margin:0;font-size:12px;font-weight:800;line-height:1.45;text-align:center}
html.tr-windows-app .tr-install-button,html.tr-native-app .tr-install-button,html.tr-pwa-standalone .tr-install-button,html.tr-pwa-installed .tr-install-button{display:none!important}
@media(max-width:900px){.tr-install-center-grid{grid-template-columns:1fr 1fr}.tr-install-option-android{grid-column:1/-1}.tr-install-center-shell{border-radius:24px}.tr-install-center-head{padding:25px}.tr-install-center-brand img{width:64px;height:64px}}
@media(max-width:620px){.tr-install-center{padding:calc(10px + var(--tr-safe-top)) calc(10px + var(--tr-safe-right)) calc(10px + var(--tr-safe-bottom)) calc(10px + var(--tr-safe-left));}.tr-install-center-shell{max-height:calc(100dvh - 20px - var(--tr-safe-top) - var(--tr-safe-bottom));border-radius:20px}.tr-install-center-head{padding:20px 18px}.tr-install-center-brand{align-items:flex-start;gap:12px}.tr-install-center-brand img{width:52px;height:52px;border-radius:15px}.tr-install-center-brand h2{font-size:25px}.tr-install-center-brand p{font-size:13px}.tr-install-center-close{width:42px;height:42px}.tr-install-center-grid{grid-template-columns:1fr;padding:13px}.tr-install-option-android{grid-column:auto;grid-template-columns:1fr}.tr-install-option{padding:19px}.tr-install-qr{width:100%;grid-template-columns:110px 1fr;align-items:center;text-align:left}.tr-install-qr img{width:110px;height:110px}.tr-install-center-foot{margin:0 13px 13px}.tr-install-button{right:calc(10px + var(--tr-safe-right));padding-right:12px}.tr-install-button small{display:none}}
@media(max-width:380px){.tr-install-center-brand img{display:none}.tr-install-option h3{font-size:20px}.tr-install-qr{grid-template-columns:94px 1fr}.tr-install-qr img{width:94px;height:94px}}

/* v079: explicit Windows browser/app choice. Browser links never auto-launch the app. */
.tr-windows-choice{position:fixed;inset:0;z-index:10040;display:grid;place-items:center;padding:24px;background:rgba(7,16,68,.22);backdrop-filter:blur(10px)}
.tr-windows-choice[hidden]{display:none!important}
.tr-windows-choice-card{position:relative;width:min(520px,100%);padding:30px;border:1px solid rgba(58,91,189,.22);border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 24px 80px rgba(23,38,91,.22);color:#101741}
.tr-windows-choice-close{position:absolute;top:14px;right:16px;width:38px;height:38px;border:0;border-radius:50%;background:#eef2ff;color:#1a2458;font-size:24px;line-height:1;cursor:pointer}
.tr-windows-choice-kicker{display:block;margin-bottom:8px;color:#3153b5;font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.tr-windows-choice-card h2{margin:0 42px 10px 0;color:#101741;font-size:clamp(1.45rem,4vw,2rem);line-height:1.12}
.tr-windows-choice-card>p{margin:0;color:#59627f;line-height:1.55}
.tr-windows-choice-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.tr-windows-choice-actions .btn{min-height:48px;justify-content:center}
.tr-windows-choice-remember{display:flex;align-items:flex-start;gap:10px;margin-top:18px;color:#3f4968;font-size:.9rem;line-height:1.4;cursor:pointer}
.tr-windows-choice-remember input{width:18px;height:18px;margin-top:1px;accent-color:#244fc5}
.tr-windows-choice-remove{display:inline-flex;margin-top:14px;padding:0;border:0;background:transparent;color:#5c66a0;font:inherit;font-size:.86rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.tr-windows-choice-status{min-height:1.4em;margin-top:14px!important;color:#3153b5!important;font-size:.86rem;font-weight:650}
body.tr-windows-choice-open{overflow:hidden}
@media(max-width:620px){.tr-windows-choice{padding:14px}.tr-windows-choice-card{padding:26px 20px 22px;border-radius:22px}.tr-windows-choice-actions{grid-template-columns:1fr}.tr-windows-choice-card h2{margin-right:34px}}
@media print{.tr-windows-choice{display:none!important}}


/* v101 final update placement: update notices do not cover Lily or Install App. */
.tr-update-toast{left:calc(18px + var(--tr-safe-left));right:auto;bottom:calc(18px + var(--tr-safe-bottom));max-width:min(440px,calc(100vw - 36px));display:grid;grid-template-columns:minmax(0,1fr) auto;}
.tr-update-toast-copy{display:grid;gap:2px;min-width:0;}
.tr-update-toast-copy strong{font-size:13px;line-height:1.25;}
.tr-update-toast-copy small{color:#6b748c;font-size:11px;line-height:1.35;}
.tr-update-toast-actions{display:flex;align-items:center;gap:7px;}
.tr-update-toast-actions button.secondary{border:1px solid #d8deeb;background:#f4f6fb;color:#424b65;}
@media(max-width:640px){
  .tr-update-toast{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:calc(100% - 24px);max-width:none;margin:12px auto 0;grid-template-columns:minmax(0,1fr) auto;padding:11px 12px;}
  .tr-update-toast-copy small{display:none;}
  .tr-update-toast-actions button{padding:8px 10px;}
}


/* v103 global update rail and larger app launcher. */
.tr-update-toast{position:relative;inset:auto;width:100%;max-width:none;margin:0;border-radius:0;padding:12px max(20px,calc((100vw - 1180px)/2));background:linear-gradient(90deg,#eef4ff,#f8fbff);color:#13224e;box-shadow:0 10px 24px rgba(18,45,105,.06);justify-content:space-between}.tr-update-toast-copy{display:grid;gap:2px}.tr-update-toast-copy strong{font-size:.84rem}.tr-update-toast-copy small{color:#66738d;font-size:.7rem}.tr-update-toast-actions{display:flex;gap:8px}.tr-update-toast button.secondary{border:1px solid #ccd8ee;background:#fff;color:#304064}
.tr-install-button{min-height:72px;padding:12px 21px 12px 12px;gap:12px}.tr-install-button-icon{width:46px;height:46px;font-size:24px}.tr-install-button strong{font-size:15px}.tr-install-button small{display:block;font-size:10px}
@media(max-width:640px){.tr-update-toast{align-items:flex-start;flex-direction:column;padding:11px 14px}.tr-update-toast-actions{width:100%}.tr-update-toast-actions button{flex:1}.tr-install-button small{display:block}}

/* v192 App UI cleanup: native/app users get clear bottom navigation, no blocking Lily/install buttons, and simple home cards. */
html.tr-app-no-floating-actions .lily-assistant,
html.tr-app-no-floating-actions [data-lily-assistant],
html.tr-app-no-floating-actions .tr-install-button,
html.tr-app-no-floating-actions [data-tr-install],
html.tr-app-no-floating-actions #tr-install-center,
html.tr-app-no-floating-actions .tr-install-center{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}
html.tr-native-app body.tr-account-workspace,
html.tr-pwa-standalone body.tr-account-workspace,
html.tr-app-lite-mode body.tr-account-workspace{padding-bottom:calc(88px + var(--tr-safe-bottom,0px))!important;}
body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192{grid-template-columns:repeat(var(--tr-mobile-nav-items,6),minmax(0,1fr));gap:4px;padding:7px max(8px,var(--tr-safe-left)) calc(7px + var(--tr-safe-bottom,0px)) max(8px,var(--tr-safe-right));border-top:1px solid rgba(17,19,74,.12);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 -18px 42px rgba(17,19,74,.12);}
body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 a,
body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 button{min-width:0;border:0;border-radius:15px;background:transparent;color:#566178;font-size:10px;font-weight:900;letter-spacing:-.01em;line-height:1.05;}
body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 a.active{background:#eef2ff;color:#1d2f96;}
body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 svg{width:22px;height:22px;stroke-width:2;}
.tr-mobile-drawer.tr-mobile-drawer-v192 .tr-mobile-drawer-header strong{letter-spacing:-.02em;}
.tr-mobile-drawer.tr-mobile-drawer-v192 .tr-mobile-drawer-grid a,
.tr-mobile-drawer.tr-mobile-drawer-v192 .tr-mobile-drawer-grid button{min-height:50px;border-radius:16px;}
.tr-app-lite-home-card{display:grid;gap:15px;margin:0 0 18px;padding:18px;border:1px solid rgba(79,91,135,.13);border-radius:24px;background:linear-gradient(145deg,#ffffff,#f6f8ff);box-shadow:0 16px 42px rgba(17,19,74,.08);}
.tr-app-lite-copy span{display:inline-flex;margin-bottom:6px;color:#3556d8;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;}
.tr-app-lite-copy h2{margin:0;color:#11134a;font-size:clamp(1.35rem,5.4vw,1.95rem);line-height:1.02;letter-spacing:-.045em;}
.tr-app-lite-copy p{margin:8px 0 0;color:#69738b;font-size:14px;line-height:1.55;}
.tr-app-lite-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.tr-app-lite-actions a{display:grid;grid-template-columns:26px 1fr;align-items:center;gap:9px;min-height:52px;padding:11px 12px;border:1px solid rgba(17,19,74,.1);border-radius:17px;background:#fff;color:#11134a;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(17,19,74,.05);}
.tr-app-lite-actions svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;}
html.tr-app-lite-mode body[data-portal-page="staff"].tr-app-lite-home-ready .portal-hero,
html.tr-app-lite-mode body[data-portal-page="portal"].tr-app-lite-home-ready .portal-hero,
html.tr-app-lite-mode body[data-portal-page="prospect"].tr-app-lite-home-ready .portal-hero{display:none!important;}
html.tr-app-lite-mode body[data-portal-page="staff"].tr-app-lite-home-ready .dashboard-secondary-content,
html.tr-app-lite-mode body[data-portal-page="staff"].tr-app-lite-home-ready #client-management{display:none!important;}
@media(max-width:860px){
  body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192{display:grid!important;}
  .tr-app-lite-home-card{margin:0 0 14px;padding:16px;border-radius:22px;}
  .tr-app-lite-actions{grid-template-columns:1fr;}
}
@media(max-width:430px){
  body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 span{font-size:9px;}
  body.tr-account-workspace .tr-mobile-nav.tr-mobile-nav-v192 svg{width:20px;height:20px;}
}
