:root{--pw-bg-0: #eef4f3;--pw-bg-1: #f7faf9;--pw-surface: #ffffff;--pw-tile-bg: #ffffff;--pw-ink-0: #0e2a2b;--pw-ink-1: #3a5759;--pw-ink-2: #6f8688;--pw-accent: #2f7d7a;--pw-accent-soft: #cfe6e2;--pw-radius-tile: 22px;--pw-radius-icon: 18px;--pw-shadow-tile: 0 1px 2px rgba(14, 42, 43, .04), 0 8px 24px rgba(14, 42, 43, .06);--pw-shadow-tile-hover: 0 2px 6px rgba(14, 42, 43, .08), 0 16px 36px rgba(14, 42, 43, .12);--pw-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}@media(prefers-color-scheme:dark){:root{--pw-bg-0: #0c1718;--pw-bg-1: #0f1d1e;--pw-surface: #182728;--pw-tile-bg: #f5f8f7;--pw-ink-0: #e8f1f0;--pw-ink-1: #bcccca;--pw-ink-2: #7e9694;--pw-accent: #6fbfb8;--pw-accent-soft: #1f3635;--pw-shadow-tile: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35);--pw-shadow-tile-hover: 0 2px 6px rgba(0, 0, 0, .4), 0 16px 36px rgba(0, 0, 0, .5)}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html{background:var(--pw-bg-0)}body{margin:0;min-height:100vh;font-family:var(--pw-font-sans);line-height:1.5;color:var(--pw-ink-0);background:radial-gradient(ellipse 80% 60% at 50% -10%,var(--pw-accent-soft) 0%,transparent 70%),linear-gradient(180deg,var(--pw-bg-1) 0%,var(--pw-bg-0) 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.app-shell{min-height:100%;display:flex;flex-direction:column}.app-shell__main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:clamp(48px,10vh,120px) 24px 64px}.dashboard{width:100%;max-width:880px;display:flex;flex-direction:column;align-items:center;gap:56px}.dashboard__header{text-align:center;display:flex;flex-direction:column;gap:12px}.dashboard__title{margin:0;font-size:clamp(40px,6vw,56px);font-weight:700;letter-spacing:-.02em;color:var(--pw-ink-0)}.dashboard__blurb{margin:0;font-size:clamp(15px,1.6vw,17px);color:var(--pw-ink-1);max-width:48ch}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,112px);gap:12px 24px;justify-content:center;width:100%}.app-tile{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px;border-radius:16px;transition:transform .16s ease}.app-tile:hover{transform:translateY(-2px)}.app-tile:active{transform:translateY(0)}.app-tile:focus-visible{outline:2px solid var(--pw-accent);outline-offset:4px}.app-tile__icon{width:80px;height:80px;border-radius:var(--pw-radius-icon);background:var(--pw-tile-bg);box-shadow:var(--pw-shadow-tile);display:grid;place-items:center;transition:box-shadow .2s ease,transform .2s ease}.app-tile:hover .app-tile__icon{box-shadow:var(--pw-shadow-tile-hover)}.app-tile__icon img{width:56px;height:56px;display:block}.app-tile__label{font-size:14px;font-weight:500;color:var(--pw-ink-1)}
