.pmw-page{min-height:0;color:var(--app-shell-text);font-family:var(--app-shell-font);background:var(--app-shell-canvas);flex:1;overflow-y:auto}.pmw-inner{width:100%;max-width:768px;padding:var(--app-space-48) var(--app-space-20) 96px;margin:0 auto}.pmw-title{color:var(--app-shell-text);font-size:var(--app-type-title2);font-weight:var(--app-weight-semibold);letter-spacing:var(--app-tracking-body);margin:0;line-height:32px}.pmw-subtitle{margin:var(--app-space-6) 0 0;max-width:60ch;color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);letter-spacing:var(--app-tracking-hero);line-height:18px}.pmw-section{margin-top:var(--app-space-32)}.pmw-card{background:var(--app-shell-panel);border:var(--app-card-border);border-radius:var(--app-shell-radius-card);box-shadow:var(--app-card-shadow);overflow:hidden}.pmw-card>*+:before{z-index:1;top:0;right:var(--app-space-16);left:var(--app-space-16);background:var(--app-shell-border);content:"";height:1px;position:absolute}.pmw-row{box-sizing:border-box;align-items:center;gap:var(--app-space-14);width:100%;height:auto;min-height:52px;padding:var(--app-space-14) var(--app-space-16);color:var(--app-shell-text);text-align:left;white-space:normal;cursor:pointer;transition:background-color .12s var(--app-shell-easing);background:0 0;border:0;border-radius:0;outline:none;font-family:inherit;display:flex;position:relative;overflow:visible}button.pmw-row:hover:not(:disabled){background:var(--app-shell-control)}button.pmw-row:active:not(:disabled){background:var(--app-shell-control-hover)}button.pmw-row:focus-visible{outline:var(--app-shell-focus-ring-width) solid var(--app-shell-focus-ring);outline-offset:-2px}button.pmw-row:disabled{cursor:default;opacity:.6}.pmw-row--inert{cursor:default}.pmw-row-icon{width:20px;height:20px;color:inherit;flex:0 0 20px;justify-content:center;align-items:center;display:inline-flex}.pmw-row-body{gap:var(--app-space-2);flex-direction:column;flex:auto;min-width:0;display:flex}.pmw-row-label{color:var(--app-shell-text);font-size:var(--app-type-small);font-weight:var(--app-weight-medium);letter-spacing:var(--app-tracking-hero);line-height:18px}.pmw-row-desc{color:var(--app-shell-text-muted);font-size:var(--app-type-small);font-weight:400;line-height:20px}.pmw-row-hint{color:var(--app-shell-text-subtle);font-size:var(--app-type-small);font-weight:400;line-height:20px}.pmw-row-chevron{color:var(--app-shell-text-subtle);flex:0 0 16px}.pmw-status{align-items:center;gap:var(--app-space-6);color:var(--app-shell-text-muted);font-size:var(--app-type-small);white-space:nowrap;flex:none;font-weight:400;line-height:20px;display:inline-flex}.pmw-dot{background:var(--app-shell-text-subtle);border-radius:9999px;flex:0 0 6px;width:6px;height:6px}.pmw-status--granted .pmw-dot{background:var(--app-shell-text)}.pmw-status--denied{color:var(--app-shell-danger)}.pmw-status--denied .pmw-dot{background:var(--app-shell-danger)}.pmw-status--undetermined{color:var(--app-shell-text-subtle)}.pmw-status--undetermined .pmw-dot{box-shadow:inset 0 0 0 1px var(--app-shell-border-hover);background:0 0}.pmw-status--unavailable{color:var(--app-shell-text-subtle)}.pmw-status--unavailable .pmw-dot{background:var(--app-shell-border-hover)}.pmw-skeleton{background:var(--app-shell-control);border-radius:var(--app-shell-radius-chip);flex:0 0 64px;width:64px;height:14px;animation:1.4s ease-in-out infinite pmw-skeleton-pulse;display:inline-block}@keyframes pmw-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.pmw-row{transition:none}.pmw-skeleton{animation:none}}