*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;width:100%}body{margin:0;padding:0;display:block;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:650}p{margin:0}a{font-weight:500;color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8;text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:100%}img{max-width:100%;display:block}@media(prefers-color-scheme:dark){body{background-color:#020617;color:#e5e7eb}}:root{--pg-blue: #074266;--pg-blue-dark: #052f4c;--pg-green: #18bf63;--pg-bg: #f4f7fb;--pg-panel: #ffffff;--pg-chrome: #f8fbff;--pg-text: #0f172a;--pg-muted: #64748b;--pg-border: #e6ebf2;--pg-shadow: 0 18px 45px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body.pgDrawerOpen{overflow:hidden}.pgShell{min-height:100vh;display:grid;grid-template-columns:282px minmax(0,1fr);background:var(--pg-bg);color:var(--pg-text)}.pgSidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:18px 14px;background:var(--pg-chrome);border-right:1px solid var(--pg-border);overflow-y:auto}.pgSidebarTop{padding:2px 4px 16px}.pgBrand{display:flex;align-items:center;gap:11px;min-width:0}.pgBrandLogo{width:58px;height:58px;object-fit:contain;flex:0 0 auto}.pgBrandCompact .pgBrandLogo{width:40px;height:40px}.pgBrandMeta{display:flex;flex-direction:column;min-width:0}.pgBrandMeta strong{font-size:16px;line-height:1.1;letter-spacing:-.01em}.pgBrandMeta span{margin-top:4px;color:var(--pg-muted);font-size:12px}.pgAccountPill{margin:12px 4px 0;padding:8px 10px;border-radius:999px;background:#18bf631a;color:#08723d;font-size:12px;font-weight:800}.pgDrawerAccount{margin:0 0 14px}.pgNav{display:flex;flex-direction:column;gap:18px}.pgNavSection{display:flex;flex-direction:column;gap:4px}.pgNavTitle{padding:0 12px 7px;color:var(--pg-muted);font-size:11px;letter-spacing:.11em;text-transform:uppercase;font-weight:900}.pgNavItem{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border-radius:14px;color:var(--pg-text);text-decoration:none;font-weight:800;transition:background .15s ease,color .15s ease,transform .15s ease}.pgNavItem:hover{background:#f3f8fc;transform:translate(1px)}.pgNavItem.active{background:#dff5ff;color:#065f89}.pgNavIcon{width:22px;text-align:center}.pgSidebarFooter{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding:16px 4px 0}.pgInstallLink{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--pg-border);border-radius:14px;color:var(--pg-blue);background:#fff;text-decoration:none;font-weight:900}.pgUserCard{display:flex;align-items:center;gap:12px;border:1px solid var(--pg-border);border-radius:16px;background:#fff;padding:10px}.pgAvatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--pg-blue-dark);color:#fff;font-size:13px;font-weight:900}.pgUserText{min-width:0;display:flex;flex-direction:column}.pgUserText strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pgUserText span{margin-top:3px;color:var(--pg-muted);font-size:12px}.pgLogout{min-height:42px;border:1px solid var(--pg-border);border-radius:14px;background:#fff;color:var(--pg-text);cursor:pointer;font-weight:900}.pgLogout:hover{background:#f8fafc}.pgMainColumn{min-width:0;display:flex;flex-direction:column}.pgHeader{position:sticky;top:0;z-index:70;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;background:var(--pg-chrome);border-bottom:1px solid var(--pg-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pgMobileBrand{display:none;align-items:center;gap:10px}.pgPageTitleBlock{min-width:220px}.pgPageTitleBlock h1{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.02em}.pgPageTitleBlock p{margin:6px 0 0;color:var(--pg-muted);font-size:13px}.pgHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1}.pgSearch{width:min(420px,100%);display:flex;align-items:center;border:1px solid var(--pg-border);border-radius:14px;background:#fff;overflow:hidden}.pgSearch input{min-width:0;flex:1;border:0;outline:0;padding:12px;font:inherit;font-weight:700}.pgSearch button,.pgIconButton{border:0;background:transparent;min-width:42px;min-height:42px;cursor:pointer}.pgIconButton{border:1px solid var(--pg-border);border-radius:14px;background:#fff}.pgMenuButton{border:1px solid var(--pg-border);border-radius:14px;background:#fff;width:42px;height:42px;cursor:pointer;font-size:18px}.pgPrimaryAction{border:0;border-radius:14px;background:var(--pg-green);color:#fff;padding:12px 16px;cursor:pointer;font-weight:900;box-shadow:0 16px 30px #18bf632e}.pgContent{min-width:0;padding:22px 22px 36px}.pgMobileBottomNav,.pgDrawerLayer{display:none}@media(max-width:1060px){.pgShell{grid-template-columns:1fr}.pgSidebar{display:none}.pgMobileBrand{display:flex}.pgHeader{min-height:calc(74px + env(safe-area-inset-top));padding:max(12px,env(safe-area-inset-top)) 16px 12px;align-items:center}.pgPageTitleBlock{flex:1;min-width:0}.pgPageTitleBlock h1{font-size:18px}.pgPageTitleBlock p,.pgHeaderActions .pgSearch,.pgHeaderActions .pgIconButton{display:none}.pgPrimaryAction{padding:10px 12px;white-space:nowrap}.pgContent{padding:14px;padding-bottom:calc(98px + env(safe-area-inset-bottom))}.pgMobileBottomNav{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:110;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:var(--pg-chrome);box-shadow:0 20px 45px #0f172a29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pgMobileNavItem{min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:16px;color:var(--pg-muted);background:transparent;text-decoration:none;font:inherit;font-weight:900;cursor:pointer;-webkit-tap-highlight-color:transparent}.pgMobileNavItem small{font-size:11px}.pgMobileNavItem.active{background:#dff5ff;color:#065f89}.pgDrawerLayer{position:fixed;inset:0;z-index:200;display:block}.pgDrawerBackdrop{position:fixed;inset:0;z-index:201;display:block;border:0;background:#0f172a73;cursor:pointer}.pgDrawer{position:fixed;left:12px;right:12px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:202;max-height:min(76vh,640px);overflow-y:auto;background:#fff;padding:16px;display:flex;flex-direction:column;border:1px solid rgba(226,232,240,.95);border-radius:26px;box-shadow:0 28px 80px #0f172a47}.pgDrawerHead{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px}.drawerFooter{margin-top:14px;padding-top:14px;border-top:1px solid var(--pg-border)}}@media(max-width:620px){.pgHeader{gap:10px}.pgHeaderActions{flex:0 0 auto}.pgPrimaryAction{font-size:0;width:44px;height:44px;padding:0;border-radius:14px}.pgPrimaryAction:before{content:"+";font-size:22px}.pgContent{padding-left:10px;padding-right:10px}.pgBrandCompact .pgBrandLogo{width:34px;height:34px}.pgMenuButton{width:40px;height:40px}.pgPageTitleBlock h1{font-size:16px}}.pgMobileLogoutTop{display:none}@media(max-width:1060px){.pgMobileLogoutTop{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin:0 0 14px;border:1px solid rgba(220,38,38,.22);border-radius:16px;background:#dc262612;color:#991b1b;font-weight:900;cursor:pointer}.drawerFooter .pgLogout{min-height:48px;border-color:#dc262638;color:#991b1b;background:#dc26260f}}.pgSidebarFooter,.drawerFooter{background:var(--pg-chrome)}.pgSidebarFooter{margin-left:-14px;margin-right:-14px;padding-left:18px;padding-right:18px;padding-bottom:14px;border-top:1px solid var(--pg-border)}.pgInstallLink,.pgUserCard,.pgLogout,.pgMobileBottomNav{background-color:#fff}@media(max-width:1060px){.pgHeader,.pgMobileBottomNav{background:var(--pg-chrome)}.drawerFooter{margin-left:-16px;margin-right:-16px;margin-bottom:-16px;padding-left:16px;padding-right:16px;padding-bottom:16px;border-radius:0 0 26px 26px}}.pgInstallLink,.pgMobileLogoutTop{display:none!important}.pgDrawer .drawerFooter{margin-top:auto}.pgDrawer{display:flex;flex-direction:column}@media(max-width:1060px){.pgContent{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.pgMobileBottomNav{left:0!important;right:0!important;bottom:0!important;width:100%!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:22px 22px 0 0!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:var(--pg-chrome)!important;box-shadow:0 -10px 32px #0f172a1f!important;grid-template-columns:repeat(4,1fr)!important}.pgDrawer{bottom:calc(82px + env(safe-area-inset-bottom))!important}.pgMobileBrand .pgBrandCompact .pgBrandLogo,.pgBrandCompact .pgBrandLogo{width:46px!important;height:46px!important}.pgHeader{min-height:calc(82px + env(safe-area-inset-top))}}@media(max-width:620px){.pgMobileBrand .pgBrandCompact .pgBrandLogo,.pgBrandCompact .pgBrandLogo{width:44px!important;height:44px!important}}
