:root{--pv-plum:#6f5379;--pv-plum-strong:#5a4162;--pv-cream:#f7f3ec;--pv-cream-line:#e7dccd}html[data-theme=light]{--theme-bg:var(--pv-cream)}html[data-theme=dark]{--theme-bg:#1a1613}.btn.btn--style-primary{background-color:var(--pv-plum);border-color:var(--pv-plum);color:#fff}.btn.btn--style-primary:hover,.btn.btn--style-primary:focus{background-color:var(--pv-plum-strong);border-color:var(--pv-plum-strong)}.nav__link--active,.nav a:hover{color:var(--pv-plum)}.pv-welcome--login{text-align:center;color:var(--theme-elevation-600);margin-bottom:1.5rem}.pv-welcome--dashboard{border:1px solid var(--pv-cream-line);background:linear-gradient(135deg,#fbf8f2,#f3ebdd);border-radius:12px;margin-bottom:2rem;padding:1.75rem 2rem}.pv-welcome__title{color:var(--pv-plum-strong);margin:0 0 .35rem;font-size:1.4rem}.pv-welcome__lead{margin:0 0 .25rem;font-weight:600}.pv-welcome__body{color:var(--theme-elevation-700);margin:0 0 1rem}.pv-quicklinks{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.pv-quicklinks__link{border:1px solid var(--pv-cream-line);background:#fff;border-radius:10px;flex-direction:column;gap:.15rem;padding:.85rem 1rem;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.pv-quicklinks__link:hover{border-color:var(--pv-plum);transform:translateY(-1px)}.pv-quicklinks__label{color:var(--pv-plum-strong);font-weight:600}.pv-quicklinks__hint{color:var(--theme-elevation-500);font-size:.82rem}.pv-oauth{text-align:center;margin-top:1.5rem}.pv-oauth__error{color:#8a2b2b;text-align:left;background:#fdf1f1;border:1px solid #e6b8b8;border-radius:8px;margin:0 0 1rem;padding:.7rem .9rem;font-size:.9rem}.pv-oauth__divider{color:var(--theme-elevation-400);align-items:center;gap:.75rem;margin:0 0 1rem;font-size:.82rem;display:flex}.pv-oauth__divider:before,.pv-oauth__divider:after{content:"";border-top:1px solid var(--theme-elevation-200);flex:1}.pv-oauth__button{border:1px solid var(--pv-cream-line);color:var(--pv-plum-strong);background:#fff;border-radius:8px;padding:.7rem 1rem;font-weight:600;text-decoration:none;transition:border-color .15s,transform .15s;display:block}.pv-oauth__button:hover,.pv-oauth__button:focus-visible{border-color:var(--pv-plum);transform:translateY(-1px)}html[data-theme=dark] .pv-welcome--dashboard{background:linear-gradient(135deg,#241e28,#1e1a1f);border-color:#362c3b}html[data-theme=dark] .pv-quicklinks__link{background:var(--theme-elevation-100);border-color:var(--theme-elevation-200)}html[data-theme=dark] .pv-oauth__error{color:#e8b4b4;background:#2e1d1d;border-color:#5c3535}html[data-theme=dark] .pv-oauth__button{background:var(--theme-elevation-100);border-color:var(--theme-elevation-200);color:var(--theme-elevation-800)}
