.dp-root{min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(165deg,#faf9fe,#f3f1fa 45%,#f8f7fc);color:var(--ink)}[data-theme=dark] .dp-root{background:linear-gradient(165deg,#0c0e1c,#101328 50%,#0d1020);color:#e2e0ee}.dp-app-shell{min-height:100dvh;display:flex;flex-direction:column;background:var(--ivory);color:var(--ink)}[data-theme=dark] .dp-app-shell{background:#0d0f1a;color:#e2e0ee}.dp-header{--ms-teal:#5bc0be;position:sticky;top:0;z-index:100;background:linear-gradient(145deg,#161a42,#1e2358 55%,#151938);border-bottom:1px solid rgba(232,190,80,.12);box-shadow:0 4px 32px rgba(8,10,26,.35);padding-top:env(safe-area-inset-top,0)}.dp-header-inner{max-width:1200px;margin:0 auto;width:100%;padding:.7rem .9rem .8rem;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}@media (min-width:640px){.dp-header-inner{padding:.85rem 1.35rem .9rem}}.dp-brand-lockup{display:flex;align-items:center;gap:.6rem;min-width:0;flex:1 1 auto;text-decoration:none;-webkit-tap-highlight-color:transparent}@media (min-width:400px){.dp-brand-lockup{gap:.75rem}}.dp-brand-logo-wrap{flex-shrink:0;line-height:0;border-radius:50%;box-shadow:0 0 0 1px hsla(0,0%,100%,.12)}.dp-brand-logo{display:block;width:38px;height:38px;border-radius:50%}@media (min-width:640px){.dp-brand-logo{width:42px;height:42px}}.dp-brand-text{display:flex;flex-direction:column;min-width:0;gap:.08rem;text-align:left}.dp-brand-name{font-family:Georgia,Times New Roman,serif;font-size:clamp(.88rem,3.2vw,1.05rem);font-weight:400;color:#f4f3fa;line-height:1.2;letter-spacing:.02em}.dp-brand-sub{font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ms-teal);line-height:1.1}.dp-brand-lockup:hover .dp-brand-name{color:#fff}.dp-nav-end{display:flex;flex-shrink:0;align-items:center;gap:.4rem}@media (min-width:480px){.dp-nav-end{gap:.5rem}}.dp-admin-link{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:8px;border:1px solid rgba(232,190,80,.35);background:hsla(0,0%,100%,.08);color:#f8fafc;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background .2s,border-color .2s,color .2s}.dp-admin-link:hover{background:hsla(0,0%,100%,.14);border-color:rgba(232,190,80,.55);color:#fff}.dp-admin-link:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.dp-theme-toggle{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:1px solid hsla(0,0%,100%,.18);border-radius:10px;background:hsla(0,0%,100%,.06);color:rgba(244,243,250,.92);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.dp-theme-toggle:hover{background:hsla(0,0%,100%,.12);color:#fff}.dp-theme-toggle:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.dp-theme-toggle-icon{width:1.1rem;height:1.1rem}.dp-nav-user{position:relative;min-width:0}.dp-avatar-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;border-radius:50%;cursor:pointer;line-height:0;box-shadow:0 0 0 0 rgba(232,190,80,.45);transition:box-shadow .2s,transform .2s}.dp-avatar-btn:hover{box-shadow:0 0 0 2px rgba(232,190,80,.45)}.dp-avatar-btn:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.dp-avatar-btn[aria-expanded=true]{box-shadow:0 0 0 2px rgba(232,190,80,.6)}.dp-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;border:2px solid rgba(232,190,80,.35);background:rgba(8,10,26,.4)}@media (min-width:640px){.dp-avatar{width:38px;height:38px}}.dp-nav-dropdown{list-style:none;margin:0;padding:.35rem;position:absolute;top:calc(100% + .45rem);right:0;z-index:120;min-width:11.5rem;max-width:min(calc(100vw - 1.5rem),16rem);background:linear-gradient(165deg,#1e2358,#161a42);border:1px solid rgba(232,190,80,.2);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.45)}.dp-nav-dropdown li{margin:0}@media (max-width:380px){.dp-nav-dropdown{right:-.25rem}}.dp-nav-dropdown-name{padding:.5rem .75rem .45rem;font-size:.75rem;font-weight:600;color:rgba(244,243,250,.95);border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:.2rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-nav-dropdown-item{display:block;width:100%;box-sizing:border-box;padding:.55rem .75rem;font-size:.88rem;font-weight:500;color:#f4f3fa;text-decoration:none;text-align:left;border:none;background:transparent;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.dp-nav-dropdown-item:hover{background:hsla(0,0%,100%,.08);color:#fff}.dp-nav-dropdown-item-button{color:hsla(0,100%,89%,.95)}.dp-nav-dropdown-item-button:hover{color:#ffd4d4;background:rgba(180,60,60,.2)}.dp-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.25rem 1rem calc(2.5rem + env(safe-area-inset-bottom, 0))}.dp-main--assistant-full{max-width:none;margin:0;padding:0}.dp-root--assistant{margin:0;padding:0}@media (min-width:768px){.dp-main{padding:1.75rem 1.5rem 3rem}}.dp-alert-stack{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.dp-welcome{margin-bottom:1.5rem}@media (min-width:768px){.dp-welcome{margin-bottom:2rem}}.dp-eyebrow{display:inline-block;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:.5rem}.dp-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,4.5vw,2rem);font-weight:400;line-height:1.2;color:var(--navy);margin:0 0 .35rem}.dp-title em{font-style:italic;color:var(--gold)}.dp-rule{width:56px;height:2px;margin-top:.85rem;background:linear-gradient(90deg,var(--gold),var(--jade));border-radius:2px}.dp-stat{display:flex;align-items:stretch;justify-content:space-between;gap:1rem 1.25rem;flex-wrap:wrap;padding:1.15rem 1.25rem;border-radius:16px;background:#fff;border:1px solid rgba(226,222,255,.9);box-shadow:0 2px 16px rgba(26,30,72,.06),inset 0 1px 0 hsla(0,0%,100%,.9);margin-bottom:1.75rem}.dp-stat-summary{display:flex;align-items:center;gap:1rem}.dp-stat-actions{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:.55rem;width:min(100%,650px);margin-left:auto}.dp-stat-action{display:flex;align-items:center;gap:.45rem;padding:.6rem .7rem;border-radius:10px;border:1px solid rgba(26,30,72,.12);background:rgba(248,247,252,.95);text-decoration:none;color:var(--navy);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.dp-stat-action:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(26,30,72,.12);background:#fff}.dp-stat-action-emoji{font-size:1rem;line-height:1}.dp-stat-action-label{font-size:.78rem;font-weight:700;letter-spacing:.02em;line-height:1.2}[data-theme=dark] .dp-stat{background:#14172a;border-color:hsla(0,0%,100%,.1);box-shadow:0 2px 16px rgba(0,0,0,.2)}[data-theme=dark] .dp-stat-action{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12);color:#e8e6f4}[data-theme=dark] .dp-stat-action:hover{background:hsla(0,0%,100%,.1)}@media (min-width:768px){.dp-stat{margin-bottom:2.25rem;padding:1.25rem 1.5rem}}@media (max-width:900px){.dp-stat-actions{width:100%;margin-left:0}}@media (max-width:560px){.dp-stat-actions{grid-template-columns:1fr}}.dp-stat-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(145deg,var(--gold) 0,var(--gold-bright) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px rgba(176,125,8,.28)}.dp-stat-icon span{font-size:1.5rem;line-height:1;color:#fff}.dp-stat-label{font-size:.78rem;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin:0 0 .2rem}.dp-stat-value{margin:0;font-size:clamp(1.75rem,5vw,2.35rem);font-weight:400;font-family:Georgia,serif;color:var(--navy);line-height:1}[data-theme=dark] .dp-stat-label{color:rgba(200,202,230,.75)}[data-theme=dark] .dp-stat-value{color:#e8e6f4}.dp-profile-alerts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.dp-profile-alerts .alert{margin:0}.dp-profile-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}@media (min-width:960px){.dp-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.dp-pcard-accent-jade{border-top:3px solid var(--jade)}.dp-pcard-accent-navy{border-top:3px solid var(--navy)}[data-theme=dark] .dp-pcard-accent-navy{border-top-color:rgba(200,202,255,.45)}.dp-profile-hero{display:flex;align-items:center;gap:1rem 1.25rem;margin-bottom:1.25rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(226,222,255,.6)}[data-theme=dark] .dp-profile-hero{border-bottom-color:hsla(0,0%,100%,.08)}.dp-profile-avatar-lg{flex-shrink:0;width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(90,180,160,.45);box-shadow:0 4px 20px rgba(26,30,72,.12)}[data-theme=dark] .dp-profile-avatar-lg{border-color:rgba(100,200,180,.35);box-shadow:0 4px 24px rgba(0,0,0,.35)}.dp-profile-hero p{margin:0;font-size:.82rem;line-height:1.55;color:var(--ink-muted)}[data-theme=dark] .dp-profile-hero p{color:rgba(200,202,230,.88)}.dp-field{margin-bottom:1rem}.dp-field:last-of-type{margin-bottom:0}.dp-label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:600;letter-spacing:.02em;color:var(--ink-soft)}[data-theme=dark] .dp-label{color:rgba(220,222,245,.9)}.dp-profile .dp-input,.dp-profile input.dp-input,.dp-profile input[type=password],.dp-profile input[type=text],.dp-profile input[type=url]{width:100%;box-sizing:border-box;font-size:.95rem;padding:.7rem .9rem;border-radius:10px;border:1px solid rgba(26,30,72,.12);background:#fff;color:var(--ink);transition:border-color .2s,box-shadow .2s}[data-theme=dark] .dp-profile .dp-input,[data-theme=dark] .dp-profile input[type=password],[data-theme=dark] .dp-profile input[type=text],[data-theme=dark] .dp-profile input[type=url]{background:#1a1d32;border-color:hsla(0,0%,100%,.12);color:#e8e6f4}.dp-profile input:disabled,.dp-profile input[readonly]{cursor:not-allowed;opacity:.75;background:rgba(26,30,72,.04)}[data-theme=dark] .dp-profile input:disabled,[data-theme=dark] .dp-profile input[readonly]{background:rgba(0,0,0,.25);color:rgba(200,202,230,.7)}.dp-profile .dp-input:focus,.dp-profile input:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 3px rgba(26,120,96,.18)}.dp-profile-joined{font-size:.8rem;color:var(--ink-muted);margin:.75rem 0 0;padding-top:.5rem}[data-theme=dark] .dp-profile-joined{color:rgba(200,202,230,.75)}.dp-profile .btn{width:100%;margin-top:.5rem}.dp-profile-hint{font-size:.8rem;color:var(--ink-muted);margin:0 0 .9rem;line-height:1.5}[data-theme=dark] .dp-profile-hint{color:rgba(200,202,230,.78)}.dp-password-wrap{position:relative;display:flex;align-items:stretch}.dp-profile .dp-password-wrap .dp-input,.dp-profile .dp-password-wrap input[type=password],.dp-profile .dp-password-wrap input[type=text]{padding-right:2.75rem;width:100%;box-sizing:border-box}.dp-password-toggle{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;padding:0;border:none;border-radius:8px;background:transparent;color:var(--navy-soft);cursor:pointer;transition:color .2s,background .2s}[data-theme=dark] .dp-password-toggle{color:rgba(200,202,230,.7)}.dp-password-toggle:hover{color:var(--jade);background:rgba(26,120,96,.1)}[data-theme=dark] .dp-password-toggle:hover{background:hsla(0,0%,100%,.06);color:#7dd3c0}.dp-pw-strength{margin-top:.5rem}.dp-pw-strength__track{height:5px;border-radius:999px;background:rgba(26,30,72,.1);overflow:hidden}[data-theme=dark] .dp-pw-strength__track{background:hsla(0,0%,100%,.1)}.dp-pw-strength__fill{height:100%;border-radius:999px;min-width:0;transition:width .25s ease,background .25s ease}.dp-pw-strength__fill.is-empty{width:0!important;background:transparent}.dp-pw-strength__fill.is-weak{background:linear-gradient(90deg,#c45c4a,#a84838)}.dp-pw-strength__fill.is-fair{background:linear-gradient(90deg,#c98c20,#9e7318)}.dp-pw-strength__fill.is-good{background:linear-gradient(90deg,#1a8c6a,#1a6b52)}.dp-pw-strength__fill.is-strong{background:linear-gradient(90deg,#0f6b52,#0a5040)}.dp-pw-strength__summary{margin:.35rem 0 0;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted)}[data-theme=dark] .dp-pw-strength__summary{color:rgba(200,202,230,.65)}.dp-pw-strength__rules{list-style:none;margin:.4rem 0 0;padding:0;display:flex;flex-direction:column;gap:.2rem}.dp-pw-strength__rule{display:flex;align-items:center;gap:.45rem;font-size:.78rem;line-height:1.4;color:var(--ink-muted);transition:color .2s}.dp-pw-strength__rule.is-met{color:var(--jade)}[data-theme=dark] .dp-pw-strength__rule{color:rgba(200,202,230,.75)}[data-theme=dark] .dp-pw-strength__rule.is-met{color:#6ee7c5}.dp-pw-strength__tick{flex-shrink:0;width:1.05rem;text-align:center;font-size:.7rem;opacity:.9}.dp-confirm-hint{font-size:.8rem;min-height:1.3em;margin:.35rem 0 0;color:var(--ink-muted)}[data-theme=dark] .dp-confirm-hint{color:rgba(200,202,230,.65)}.dp-confirm-hint.is-error{color:#b94a3d}[data-theme=dark] .dp-confirm-hint.is-error{color:#f59e8b}.dp-confirm-hint.is-ok{color:#1a6b52}[data-theme=dark] .dp-confirm-hint.is-ok{color:#6ee7c5}.dp-section{margin-bottom:2rem}@media (min-width:768px){.dp-section{margin-bottom:2.75rem}}.dp-dashboard-message{margin-bottom:1.25rem;padding:.95rem 1rem;border-radius:12px;border:1px solid rgba(232,190,80,.45);background:linear-gradient(145deg,#fffdf4,#fff8de);color:#5d4700;font-size:.9rem;line-height:1.55;white-space:pre-wrap}.dp-dashboard-message-title{margin:0 0 .25rem;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7a5d00}[data-theme=dark] .dp-dashboard-message{background:linear-gradient(145deg,rgba(232,190,80,.15),rgba(232,190,80,.08));border-color:rgba(232,190,80,.35);color:#f8e9b2}[data-theme=dark] .dp-dashboard-message-title{color:#f5df94}.dp-section-title{font-family:Georgia,serif;font-size:1.2rem;font-weight:400;color:var(--navy);margin:0 0 .35rem}.dp-section-desc{font-size:.88rem;color:var(--ink-muted);margin:0 0 1.15rem;line-height:1.55;max-width:52ch}[data-theme=dark] .dp-section-title{color:#e8e6f4}[data-theme=dark] .dp-section-desc{color:rgba(200,202,230,.85)}.dp-profile-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88em;color:var(--navy-soft);font-weight:500}[data-theme=dark] .dp-profile-mono{color:rgba(180,195,255,.9)}.dp-grid{display:grid;grid-template-columns:1fr;gap:1.15rem}@media (min-width:560px){.dp-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.35rem}}.dp-pcard{position:relative;background:#fff;border-radius:16px;padding:1.2rem 1.25rem;border:1px solid rgba(226,222,255,.85);box-shadow:0 2px 14px rgba(26,30,72,.05);transition:box-shadow .25s ease,transform .2s ease}.dp-pcard:hover{box-shadow:0 12px 40px rgba(26,30,72,.09);transform:translateY(-2px)}[data-theme=dark] .dp-pcard{background:#14172a;border-color:hsla(0,0%,100%,.1)}[data-theme=dark] .dp-pcard:hover{box-shadow:0 12px 40px rgba(0,0,0,.35)}[data-theme=dark] .dp-pcard-title,[data-theme=dark] .dp-title{color:#e8e6f4}[data-theme=dark] .dp-browse-cta-hint,[data-theme=dark] .dp-meta,[data-theme=dark] .dp-price,[data-theme=dark] .dp-progress-labels,[data-theme=dark] .dp-progress-note{color:rgba(200,202,230,.85)}.dp-pcard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.dp-pcard-title{margin:0;font-family:Georgia,serif;font-size:1.05rem;font-weight:400;color:var(--navy);line-height:1.3}.dp-badge{flex-shrink:0}.dp-meta{font-size:.8rem;color:var(--ink-muted);margin:0 0 .65rem;line-height:1.45}.dp-progress-wrap{margin-bottom:.75rem}.dp-progress-labels{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;font-size:.72rem;color:var(--ink-muted);font-weight:500}.dp-progress-track{height:8px;border-radius:6px;background:rgba(26,42,58,.1);overflow:hidden}.dp-progress-fill{height:100%;border-radius:6px;transition:width .45s ease}.dp-progress-note{font-size:.7rem;color:var(--ink-muted);margin:.35rem 0 0;line-height:1.4}.dp-quiz-block{margin-bottom:1rem;padding-top:.75rem;border-top:1px solid var(--warm)}.dp-quiz-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;flex-wrap:wrap}.dp-quiz-title{margin:0 0 .35rem;font-size:.92rem;font-family:Georgia,serif;color:var(--navy)}.dp-quiz-text{margin:0;font-size:.78rem;color:var(--ink-muted);line-height:1.45}.dp-btn-quiz{flex-shrink:0;font-size:.78rem!important;padding:.4rem .75rem!important}.dp-btn-primary{width:100%;margin-top:.35rem}.dp-browse-cta-hint{margin:0 0 .35rem;font-size:.8rem}.dp-price{font-size:.85rem;margin:0 0 1rem}.dp-empty,.dp-price{color:var(--ink-muted)}.dp-empty{padding:1.35rem 1.25rem;border-radius:16px;background:hsla(0,0%,100%,.7);border:1px dashed rgba(180,175,210,.6);font-size:.92rem;line-height:1.55}.dp-loading{display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.dp-spinner{width:2.25rem;height:2.25rem;border:2px solid rgba(26,30,72,.12);border-top:2px solid var(--gold);border-radius:50%;animation:dp-spin .75s linear infinite}@keyframes dp-spin{to{transform:rotate(1turn)}}.dp-assistant-bubble{position:fixed;right:1.05rem;bottom:calc(1rem + env(safe-area-inset-bottom, 0));z-index:1710;width:62px;height:62px;border:1px solid hsla(0,0%,100%,.35);border-radius:999px;background:radial-gradient(circle at 28% 22%,hsla(0,0%,100%,.28),hsla(0,0%,100%,0) 42%),linear-gradient(148deg,#19235f,#1f2e78 50%,#26388f);color:#fff;font-size:1.4rem;box-shadow:0 14px 36px rgba(20,24,58,.38),0 2px 10px rgba(232,190,80,.22);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.dp-assistant-bubble:hover{transform:translateY(-2px) scale(1.02);filter:saturate(1.08);box-shadow:0 18px 40px rgba(20,24,58,.42),0 3px 14px rgba(232,190,80,.26)}.dp-assistant-bubble:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.dp-assistant-backdrop{position:fixed;inset:0;z-index:1698;border:0;background:rgba(8,12,34,.36);backdrop-filter:blur(4px)}.dp-assistant-panel{position:fixed;right:1rem;bottom:4.9rem;width:min(430px,calc(100vw - 1.5rem));height:min(85dvh,calc(100dvh - 5rem));min-height:min(560px,calc(100dvh - 5rem));z-index:1699;background:linear-gradient(180deg,#fff,#fcfcff);border:1px solid rgba(26,30,72,.1);border-radius:18px;box-shadow:0 30px 72px rgba(14,18,46,.34),0 8px 24px rgba(20,24,58,.2);overflow:hidden;display:flex;flex-direction:column;transform-origin:bottom right;animation:dp-assistant-pop-in .2s ease-out}.dp-assistant-header{flex-shrink:0;padding:.65rem .8rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(130deg,#11163f,#1a2466 55%,#213181);color:#fff;border-bottom:1px solid hsla(0,0%,100%,.16)}.dp-assistant-header strong{font-size:.9rem;letter-spacing:.015em}.dp-assistant-header-actions{display:flex;align-items:center;gap:.45rem}.dp-assistant-expand{text-decoration:none;color:#fff;font-size:.76rem;font-weight:600;border:1px solid hsla(0,0%,100%,.35);border-radius:999px;padding:.26rem .62rem;transition:background .2s ease,border-color .2s ease}.dp-assistant-expand:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.55)}.dp-assistant-close{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#fff;cursor:pointer;font-size:1.05rem;border-radius:999px}.dp-assistant-close:hover{background:hsla(0,0%,100%,.14)}.dp-assistant-iframe{flex:1 1 0;min-height:0;width:100%;border:0;background:#fff}[data-theme=dark] .dp-assistant-panel{background:linear-gradient(180deg,#14172a,#111325);border-color:hsla(0,0%,100%,.14)}.dp-assistant-page{display:flex;flex-direction:column;gap:.8rem;height:calc(100dvh - 10.5rem)}.dp-assistant-page--full{gap:0;height:calc(100dvh - var(--dp-header-height, 76px));margin:0;padding:0}.dp-assistant-page-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.dp-assistant-page-head h2{margin:0;color:var(--navy);font-family:Georgia,serif;font-weight:400}.dp-assistant-page-frame{flex:1;min-height:420px;border-radius:14px;border:1px solid rgba(26,30,72,.12);overflow:hidden;background:#fff}.dp-assistant-page-frame--full{min-height:100%;height:100%;border:0;border-radius:0;margin:0;padding:0}.dp-assistant-page-frame iframe{width:100%;height:100%;border:0;display:block;margin:0;padding:0}@media (max-width:680px){.dp-assistant-bubble{right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom, 0));width:58px;height:58px}.dp-assistant-panel{inset:calc(var(--dp-header-height, 72px) + env(safe-area-inset-top, 0)) 0 0 0;width:100vw;height:auto;border-radius:0;border-left:0;border-right:0;border-bottom:0;max-height:none}}@keyframes dp-assistant-pop-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dp-billing-lead{margin:.5rem 0 0;font-size:.95rem;line-height:1.65;color:var(--ink-soft);max-width:56ch}[data-theme=dark] .dp-billing-lead{color:rgba(200,202,230,.88)}.dp-billing-alert{margin-bottom:1.25rem}.dp-billing-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.35rem}.dp-billing-stat{background:#fff;border:1px solid rgba(226,222,255,.9);border-radius:14px;padding:1.1rem 1.2rem;box-shadow:0 2px 12px rgba(26,30,72,.04)}[data-theme=dark] .dp-billing-stat{background:#14172a;border-color:hsla(0,0%,100%,.1);box-shadow:0 4px 24px rgba(0,0,0,.2)}.dp-billing-stat-label{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted)}[data-theme=dark] .dp-billing-stat-label{color:rgba(200,202,230,.7)}.dp-billing-stat-value{margin:.35rem 0 .2rem;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400;color:var(--navy);line-height:1.15}[data-theme=dark] .dp-billing-stat-value{color:#e8e6f4}.dp-billing-stat-hint{margin:0;font-size:.78rem;line-height:1.45;color:var(--ink-muted)}[data-theme=dark] .dp-billing-stat-hint{color:rgba(200,202,230,.65)}.dp-billing-callout{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding:1.1rem 1.2rem;border-radius:14px;background:linear-gradient(135deg,rgba(26,120,96,.09),rgba(26,30,72,.05));border:1px solid rgba(26,120,96,.22)}[data-theme=dark] .dp-billing-callout{background:linear-gradient(135deg,rgba(26,120,96,.14),rgba(20,23,42,.9));border-color:rgba(110,231,197,.2)}.dp-billing-callout-icon{flex-shrink:0;width:1.65rem;height:1.65rem;margin-top:.1rem;color:var(--jade);opacity:.95}.dp-billing-callout-title{margin:0 0 .35rem;font-size:.88rem;font-weight:600;color:var(--navy);letter-spacing:.02em}[data-theme=dark] .dp-billing-callout-title{color:#e8e6f4}.dp-billing-callout-body{margin:0;font-size:.86rem;line-height:1.6;color:var(--ink-soft)}[data-theme=dark] .dp-billing-callout-body{color:rgba(200,202,230,.88)}.dp-billing-section{margin-bottom:1.35rem}.dp-billing-section-head{margin-bottom:1rem;align-items:flex-end}.dp-billing-section-sub{margin:.35rem 0 0;font-size:.82rem;line-height:1.5;color:var(--ink-muted)}[data-theme=dark] .dp-billing-section-sub{color:rgba(200,202,230,.72)}.dp-billing-empty{text-align:center;padding:2rem 1rem 1.5rem}.dp-billing-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:14px;background:rgba(26,30,72,.06);color:var(--navy-soft);margin-bottom:1rem}.dp-billing-empty-icon svg{width:1.75rem;height:1.75rem}[data-theme=dark] .dp-billing-empty-icon{background:hsla(0,0%,100%,.06);color:rgba(200,202,230,.85)}.dp-billing-empty-title{margin:0 0 .5rem;font-family:Georgia,serif;font-size:1.15rem;font-weight:400;color:var(--navy)}[data-theme=dark] .dp-billing-empty-title{color:#e8e6f4}.dp-billing-empty-desc{margin:0 auto 1.25rem;max-width:36ch;font-size:.88rem;line-height:1.55;color:var(--ink-muted)}[data-theme=dark] .dp-billing-empty-desc{color:rgba(200,202,230,.78)}.dp-billing-empty-cta{display:inline-flex;width:auto;min-width:12rem;justify-content:center}.dp-billing-purchases{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.dp-billing-purchase{margin:0;padding:1rem 1.05rem;border-radius:12px;border:1px solid rgba(26,30,72,.1);border-left:4px solid var(--dp-billing-accent,var(--navy));background:hsla(0,0%,100%,.65)}[data-theme=dark] .dp-billing-purchase{border-color:hsla(0,0%,100%,.1);background:rgba(0,0,0,.2)}.dp-billing-purchase-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem}.dp-billing-purchase-title-row{display:flex;align-items:center;gap:.5rem .65rem;flex-wrap:wrap}.dp-billing-purchase-name{margin:0;font-family:Georgia,serif;font-size:1.02rem;font-weight:400;color:var(--navy);line-height:1.3}[data-theme=dark] .dp-billing-purchase-name{color:#e8e6f4}.dp-billing-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(26,120,96,.14);color:var(--jade-bright);border:1px solid rgba(26,120,96,.25)}[data-theme=dark] .dp-billing-badge{background:rgba(110,231,197,.12);color:#6ee7c5;border-color:rgba(110,231,197,.28)}.dp-billing-purchase-amount{margin:0;font-size:1.05rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--jade);letter-spacing:.02em}.dp-billing-purchase-meta{display:grid;grid-template-columns:1fr;gap:.65rem 1.25rem;margin:.85rem 0 0;padding-top:.85rem;border-top:1px solid rgba(26,30,72,.08)}@media (min-width:560px){.dp-billing-purchase-meta{grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr)}}[data-theme=dark] .dp-billing-purchase-meta{border-top-color:hsla(0,0%,100%,.08)}.dp-billing-purchase-meta dt{margin:0 0 .15rem;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted)}[data-theme=dark] .dp-billing-purchase-meta dt{color:rgba(200,202,230,.6)}.dp-billing-purchase-meta dd{margin:0;font-size:.84rem;line-height:1.45;color:var(--ink-soft)}[data-theme=dark] .dp-billing-purchase-meta dd{color:rgba(200,202,230,.88)}.dp-billing-ref{display:inline-block;max-width:100%;padding:.2rem .45rem;border-radius:6px;font-size:.78rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:rgba(26,30,72,.06);color:var(--navy-soft);word-break:break-all}[data-theme=dark] .dp-billing-ref{background:rgba(0,0,0,.35);color:rgba(180,195,255,.92)}.dp-billing-catalog .dp-billing-catalog-list{list-style:none;margin:0;padding:0;border-radius:10px;overflow:hidden;border:1px solid rgba(26,30,72,.08)}[data-theme=dark] .dp-billing-catalog .dp-billing-catalog-list{border-color:hsla(0,0%,100%,.1)}.dp-billing-catalog-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:rgba(26,30,72,.02);border-bottom:1px solid rgba(26,30,72,.06)}.dp-billing-catalog-item:last-child{border-bottom:none}[data-theme=dark] .dp-billing-catalog-item{background:rgba(0,0,0,.15);border-bottom-color:hsla(0,0%,100%,.06)}.dp-billing-catalog-name{font-weight:500;font-size:.9rem;color:var(--ink)}[data-theme=dark] .dp-billing-catalog-name{color:#e8e6f4}.dp-billing-catalog-price{font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-muted)}[data-theme=dark] .dp-billing-catalog-price{color:rgba(200,202,230,.85)}.dp-billing-catalog-foot{margin:1rem 0 0;font-size:.82rem;line-height:1.55;color:var(--ink-muted)}[data-theme=dark] .dp-billing-catalog-foot{color:rgba(200,202,230,.75)}.dp-billing-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.dp-billing-actions .btn{width:auto;margin:0;min-width:11rem;justify-content:center}.dp-billing-actions--solo{margin-top:1.5rem}.dp-billing-back-link{font-size:.9rem;font-weight:600;color:var(--jade);text-decoration:none;transition:color .2s}.dp-billing-back-link:hover{color:var(--gold)}.dp-billing-stripe-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.35rem}@media (min-width:960px){.dp-billing-stripe-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}.dp-billing-stripe-hint{margin:0 0 .85rem;font-size:.86rem;line-height:1.55;color:var(--ink-muted)}[data-theme=dark] .dp-billing-stripe-hint{color:rgba(200,202,230,.78)}.dp-billing-pm-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.dp-billing-pm-item{display:flex;align-items:center;gap:.85rem;padding:.75rem .85rem;border-radius:12px;border:1px solid rgba(26,30,72,.1);background:rgba(26,30,72,.02)}[data-theme=dark] .dp-billing-pm-item{border-color:hsla(0,0%,100%,.1);background:rgba(0,0,0,.2)}.dp-billing-pm-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:rgba(26,120,96,.12);color:var(--jade);flex-shrink:0}.dp-billing-pm-icon svg{width:1.35rem;height:1.35rem}.dp-billing-pm-brand{margin:0;font-weight:600;font-size:.92rem;text-transform:capitalize;color:var(--ink)}[data-theme=dark] .dp-billing-pm-brand{color:#e8e6f4}.dp-billing-pm-exp{margin:.15rem 0 0;font-size:.78rem;color:var(--ink-muted)}[data-theme=dark] .dp-billing-pm-exp{color:rgba(200,202,230,.7)}.dp-billing-portal-wrap{margin-top:.25rem;padding-top:.85rem;border-top:1px solid rgba(26,30,72,.08)}[data-theme=dark] .dp-billing-portal-wrap{border-top-color:hsla(0,0%,100%,.08)}.dp-billing-portal-btn{width:100%;margin:0;justify-content:center}@media (min-width:480px){.dp-billing-portal-btn{width:auto;min-width:14rem}}.dp-billing-portal-note{margin:.65rem 0 0;font-size:.78rem;line-height:1.5;color:var(--ink-muted)}[data-theme=dark] .dp-billing-portal-note{color:rgba(200,202,230,.68)}.dp-billing-table-wrap{overflow-x:auto;margin:0 -.25rem;padding:0 .25rem}.dp-billing-table{width:100%;min-width:520px;border-collapse:collapse;font-size:.84rem}.dp-billing-table th{text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);padding:.5rem .65rem .65rem;border-bottom:2px solid rgba(26,30,72,.12)}[data-theme=dark] .dp-billing-table th{color:rgba(200,202,230,.65);border-bottom-color:hsla(0,0%,100%,.12)}.dp-billing-table td{padding:.7rem .65rem;vertical-align:top;border-bottom:1px solid rgba(26,30,72,.07);color:var(--ink-soft)}[data-theme=dark] .dp-billing-table td{border-bottom-color:hsla(0,0%,100%,.07);color:rgba(200,202,230,.88)}.dp-billing-table-num{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.dp-billing-type-pill{display:inline-flex;padding:.2rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(26,30,72,.07);color:var(--navy-soft)}[data-theme=dark] .dp-billing-type-pill{background:hsla(0,0%,100%,.08);color:rgba(200,202,230,.9)}.dp-billing-desc{display:block;font-weight:500;color:var(--ink)}[data-theme=dark] .dp-billing-desc{color:#e8e6f4}.dp-billing-table-link{font-weight:600;color:var(--jade);text-decoration:none;white-space:nowrap}.dp-billing-table-link:hover{color:var(--gold)}.dp-billing-table-dash{color:var(--ink-muted);opacity:.7}.dp-billing-invoice-foot{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0 0;font-size:.8rem;line-height:1.5;color:var(--ink-muted)}[data-theme=dark] .dp-billing-invoice-foot{color:rgba(200,202,230,.72)}.dp-billing-invoice-foot-icon{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.12rem;opacity:.85}.dp-billing-inline-link{display:inline;padding:0;border:none;background:none;font:inherit;font-weight:700;color:var(--jade);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.dp-billing-inline-link:hover{color:var(--gold)}