:root{--top-bar-height:36px}body,html{min-height:100vh}.app-shell,body,html{height:100vh;overflow:hidden}.app-shell{position:relative;width:100%}.page-content{box-sizing:border-box;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;overflow-y:auto;scrollbar-gutter:stable}.page-content.with-top-bar{top:var(--top-bar-height)}@media (max-width:640px){:root{--top-bar-height:32px}}.top-bar_topBar__Hcuba{position:fixed;top:0;left:0;right:0;height:var(--top-bar-height,72px);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.96));border-bottom:1px solid rgba(148,163,184,.26);box-shadow:0 18px 36px rgba(15,23,42,.08);z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.top-bar_leftArea__WRAVo{display:flex;align-items:center;gap:.75rem;min-width:0}.top-bar_dashboardButton__PNWQi{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:rgba(255,255,255,.92);color:#0f172a;text-decoration:none;font-weight:700;box-shadow:0 12px 24px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.top-bar_dashboardButton__PNWQi:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.7);box-shadow:0 16px 30px rgba(37,99,235,.14)}.top-bar_dashboardButton__PNWQi:active{transform:translateY(0);box-shadow:0 10px 20px rgba(37,99,235,.12)}.top-bar_actions__1dSs2{display:flex;align-items:center;gap:.75rem}.top-bar_languageSelector__6_v_i{position:relative}.top-bar_logout__LTq8m{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.2rem;border-radius:14px;border:1px solid rgba(59,130,246,.32);background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#1d4ed8;font-weight:700;text-decoration:none;box-shadow:0 14px 26px rgba(37,99,235,.16);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.top-bar_logout__LTq8m:hover{transform:translateY(-1px);border-color:#2563eb;box-shadow:0 18px 32px rgba(37,99,235,.22)}.top-bar_logout__LTq8m:active{transform:translateY(0);box-shadow:0 12px 22px rgba(37,99,235,.18)}@media (max-width:640px){.top-bar_topBar__Hcuba{padding:0 .85rem;gap:.75rem}.top-bar_dashboardButton__PNWQi,.top-bar_logout__LTq8m{padding:.55rem .95rem;font-size:.95rem}.top-bar_actions__1dSs2{gap:.5rem}}.page-transition_wrapper__IMY_k{width:100%;min-height:calc(100vh - var(--top-bar-height, 0px));animation:page-transition_fadeIn__YC7us .38s ease both;will-change:opacity;overflow:visible;display:flex;flex-direction:column;align-items:stretch;justify-content:center}@keyframes page-transition_fadeIn__YC7us{0%{opacity:0}to{opacity:1}}