/* Cabinet design system. Shared brand palette with the public website.
   Kept separate from the supplied Metronic and Cult UI distributions. */
@font-face {
    font-family: 'PD Inter'; font-style: normal; font-weight: 100 900; font-display: swap;
    src: url('/assets/fonts/9c72aa0f40e4eef8-s.18a48cbc.woff2') format('woff2');
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: 'PD Inter'; font-style: normal; font-weight: 100 900; font-display: swap;
    src: url('/assets/fonts/83afe278b6a6bb3c-s.p.3a6ba036.woff2') format('woff2');
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root, [data-bs-theme='dark'] {
    --pd-accent: #f47a20; --pd-accent-hover: #ff923f; --pd-accent-ink: #17100a;
    --pd-canvas: #101112; --pd-sidebar: #141516; --pd-surface: #191a1c;
    --pd-raised: #202123; --pd-inset: #131416; --pd-hover: #26272a;
    --pd-text: #f1f1f2; --pd-muted: #a0a1a6; --pd-subtle: #82848b;
    --pd-line: #2b2c2f; --pd-line-strong: #3a3b3f; --pd-accent-soft: #f47a2014;
    --pd-shadow: 0 12px 36px #00000012; --pd-sidebar-width: 248px;
    --bs-primary: var(--pd-accent); --bs-primary-rgb: 244, 122, 32;
    --bs-primary-active: var(--pd-accent-hover); --bs-primary-light: var(--pd-accent-soft);
    --bs-primary-inverse: var(--pd-accent-ink);
    --bs-body-bg: var(--pd-canvas); --bs-body-color: var(--pd-text);
    --bs-body-color-rgb: 241, 241, 242; --bs-border-color: var(--pd-line);
    --bs-border-dashed-color: var(--pd-line-strong); --bs-card-bg: var(--pd-surface);
    --bs-light: var(--pd-raised); --bs-light-rgb: 32, 33, 35;
    --bs-gray-100: #202123; --bs-gray-200: #2b2c2f; --bs-gray-300: #3a3b3f;
    --bs-gray-400: #74767d; --bs-gray-500: #96989f; --bs-gray-600: #a0a1a6;
    --bs-gray-700: #c0c1c5; --bs-gray-800: #d9dadc; --bs-gray-900: #f1f1f2;
    --bs-text-muted: var(--pd-muted); --bs-text-gray-100: var(--bs-gray-100);
    --bs-text-gray-200: var(--bs-gray-200); --bs-text-gray-300: var(--bs-gray-300);
    --bs-text-gray-400: var(--bs-gray-400); --bs-text-gray-500: var(--bs-gray-500);
    --bs-text-gray-600: var(--bs-gray-600); --bs-text-gray-700: var(--bs-gray-700);
    --bs-text-gray-800: var(--bs-gray-800); --bs-text-gray-900: var(--bs-gray-900);
    --bs-text-primary: var(--pd-accent); --bs-link-color: var(--pd-accent);
    --bs-link-hover-color: var(--pd-accent-hover);
    --bs-success-light: #70bd9617; --bs-info-light: #a7a9b61a;
    --bs-warning-light: #dba54c17; --bs-danger-light: #e7797917;
}
[data-bs-theme='light'] {
    --pd-accent: #b94e00; --pd-accent-hover: #a54500; --pd-accent-ink: #fff;
    --pd-canvas: #f5f4f2; --pd-sidebar: #fbfaf8; --pd-surface: #fff;
    --pd-raised: #f1efec; --pd-inset: #f8f7f5; --pd-hover: #eae7e3;
    --pd-text: #242321; --pd-muted: #67635e; --pd-subtle: #77726b;
    --pd-line: #e5e1dc; --pd-line-strong: #d0cac2; --pd-accent-soft: #f47a2012;
    --pd-shadow: 0 10px 32px #3d2d1a06;
    --bs-primary: var(--pd-accent); --bs-primary-rgb: 185, 78, 0;
    --bs-primary-active: var(--pd-accent-hover); --bs-primary-light: var(--pd-accent-soft);
    --bs-primary-inverse: #fff; --bs-body-bg: var(--pd-canvas); --bs-body-color: var(--pd-text);
    --bs-body-color-rgb: 36, 35, 33; --bs-border-color: var(--pd-line);
    --bs-border-dashed-color: var(--pd-line-strong); --bs-card-bg: var(--pd-surface);
    --bs-light: var(--pd-raised); --bs-light-rgb: 241, 239, 236;
    --bs-gray-100: #f5f4f2; --bs-gray-200: #eae7e3; --bs-gray-300: #d0cac2;
    --bs-gray-400: #9e978f; --bs-gray-500: #77726b; --bs-gray-600: #67635e;
    --bs-gray-700: #514e49; --bs-gray-800: #383631; --bs-gray-900: #242321;
    --bs-text-muted: var(--pd-muted); --bs-text-primary: var(--pd-accent);
    --bs-link-color: var(--pd-accent); --bs-link-hover-color: var(--pd-accent-hover);
    --bs-text-gray-100: var(--bs-gray-100); --bs-text-gray-200: var(--bs-gray-200);
    --bs-text-gray-300: var(--bs-gray-300); --bs-text-gray-400: var(--bs-gray-400);
    --bs-text-gray-500: var(--bs-gray-500); --bs-text-gray-600: var(--bs-gray-600);
    --bs-text-gray-700: var(--bs-gray-700); --bs-text-gray-800: var(--bs-gray-800);
    --bs-text-gray-900: var(--bs-gray-900);
}
html:has(body.pd-app) { color-scheme: dark; scroll-padding-top: 90px; }
html[data-bs-theme='light']:has(body.pd-app) { color-scheme: light; }
body.pd-app { background: var(--pd-canvas); color: var(--pd-text); font-family: 'PD Inter', Inter, Arial, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
.pd-app .bg_body { display: block; }
.pd-app .bg_body__dots { background-image: radial-gradient(circle, var(--pd-bg-dot-color) .65px, transparent 1px); opacity: .4; }
.pd-app .bg_body__cursor { background-image: radial-gradient(circle, var(--pd-bg-cursor-dot-color) .65px, transparent 1px); }
.pd-app ::selection { color: var(--pd-text); background: #f47a2050; }
.pd-app :is(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--pd-accent); outline-offset: 4px; }
.pd-skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 12px 20px; border-radius: 10px; background: var(--pd-accent); color: var(--pd-accent-ink); }
.pd-skip-link:focus { top: 12px; }
.pd-app #kt_wrapper { min-width: 0; margin-left: 0; }
/* Keep the original inset, floating navigation and its vertical position. */
.pd-app .new-aside { width: 250px; flex: 0 0 250px; left: 50px; position: sticky; display: flex; flex-direction: column; background: transparent; }
.pd-app .new-aside-logo { width: 207px; position: sticky; top: 62px; bottom: 50px; left: 50px;    transform: rotate(9deg); }
.pd-app #kt_aside { width: 250px; height: 74vh; max-height: calc(100dvh - 190px); position: sticky; top: 170px; display: flex; flex-direction: column; flex-shrink: 0; border-right: 1px solid var(--pd-line); background: #18191b; }
.pd-app .aside-menu { min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--pd-line-strong) transparent; }
.pd-app #kt_aside .menu-content { color: var(--pd-subtle) !important; }
.pd-app #kt_aside .menu-link { border: 1px solid transparent; transition: background .18s, border-color .18s, color .18s; }
.pd-app #kt_aside .menu-title { color: var(--pd-muted); }
.pd-app #kt_aside .menu-icon i { color: var(--pd-subtle); }
.pd-app #kt_aside .menu-link:hover { background: var(--pd-raised); }
.pd-app #kt_aside .menu-link.active { background: var(--pd-accent-soft); border-color: #f47a2025; }
.pd-app #kt_aside .menu-link.active .menu-title, .pd-app #kt_aside .menu-link:hover .menu-title { color: var(--pd-text); }
.pd-app #kt_aside .menu-link.active .menu-icon i { color: var(--pd-accent); }
@media (min-width: 992px) { .pd-app #kt_aside { width: 250px !important; transform: none !important; transition: none; } }
.pd-app .aside-footer { margin-top: auto; }
.pd-app .aside-footer [data-pd-account-initial] { background: var(--pd-raised) !important; color: var(--pd-accent) !important; border: 1px solid var(--pd-line-strong); }
.pd-app .aside-footer [data-pd-account-label] { max-width: 131px; font-size: 11px !important; }
.pd-app .aside-footer [data-pd-account-status] { max-width: 131px; font-size: 9px !important; }
.pd-app #kt_header { position: sticky; top: 20px; left: auto; right: auto; height: 72px; min-height: 72px; margin: 0 50px; padding: 0; border-radius: 12px; border: 1px solid var(--pd-line); background: color-mix(in srgb, var(--pd-canvas) 92%, transparent); backdrop-filter: blur(18px); z-index: 90;     width: 90.6%;}
.pd-app #kt_header > .container-fluid { padding: 0 !important; flex-wrap: nowrap !important; gap: 14px !important; }
.pd-app #kt_header .page-title { display: flex !important; }
.pd-breadcrumb { display: flex; align-items: center; gap: 11px; color: var(--pd-subtle); white-space: nowrap; }
.pd-breadcrumb a { color: var(--pd-muted); font-size: 11px; }
.pd-breadcrumb h1 { margin: 0; color: var(--pd-text); font-weight: 550; font-size: 12px; }
.pd-app [data-pd-page-subtitle] { font-size: 10px !important; font-weight: 400 !important; }
.pd-header-home { color: var(--pd-muted); font-size: 11px; padding: 8px 12px; white-space: nowrap; }
.pd-header-home span { margin-left: 8px; }
.pd-app .pd-header-wallet { background: var(--pd-surface) !important; border: 1px solid var(--pd-line) !important; height: 38px; padding: 6px 8px 6px 12px !important; display: flex; align-items: center; gap: 5px; }
.pd-app .pd-header-wallet .badge { color: var(--pd-text); font-weight: 550; background: transparent; padding: 0 5px 0 0; white-space: nowrap; }
.pd-wallet-plus { background: var(--pd-raised); border: 1px solid var(--pd-line); width: 23px; height: 23px; border-radius: 6px; color: var(--pd-accent); display: grid; place-items: center; font-size: 17px; }
.pd-app .pd-header-auth { font-size: 11px; }
.pd-app #kt_app_root { position: relative; isolation: isolate; will-change: auto; background: var(--pd-canvas); }
.pd-app #kt_content { padding: 0; outline: none; background: transparent; }
.pd-app .pd-shell { width: 100%; max-width: 1600px; margin: 0 auto; padding: 32px 50px 48px !important; }
.pd-app .pd-route-outlet { min-height: 60vh; }
.pd-app .card { --bs-card-bg: var(--pd-surface); background: var(--pd-surface); border: 1px solid var(--pd-line); border-radius: 16px; box-shadow: var(--pd-shadow); }
.pd-app .card > .card-header { padding: 0 24px; min-height: 70px; border-color: var(--pd-line); }
.pd-app .card > .card-header .card-title { font-size: 16px; font-weight: 600 !important; letter-spacing: -.35px; }
.pd-app .card > .card-body { padding: 24px; }
.pd-app .card > .card-footer { border-color: var(--pd-line); }
.pd-app .btn { border-radius: 9px; font-weight: 550; transition: color .18s, background .18s, border-color .18s, box-shadow .18s; }
.pd-app .btn-primary { color: var(--pd-accent-ink) !important; background: var(--pd-accent) !important; border-color: var(--pd-accent) !important; box-shadow: inset 0 1px 0 #ffffff30, 0 3px 10px #00000010; }
.pd-app .btn-primary:not(:disabled):hover { background: var(--pd-accent-hover) !important; border-color: var(--pd-accent-hover) !important; }
.pd-app .btn-primary i { color: inherit !important; }
.pd-app .btn-light { background: var(--pd-raised) !important; color: var(--pd-text) !important; border: 1px solid var(--pd-line) !important; }
.pd-app .btn-light-primary { background: var(--pd-accent-soft) !important; color: var(--pd-accent) !important; border: 1px solid #f47a2030 !important; }
.pd-app .btn-light:not(:disabled):hover { background: var(--pd-hover) !important; }
.pd-app .btn:disabled { opacity: .45; cursor: not-allowed; }
.pd-app :is(.form-control, .form-select) { background-color: var(--pd-inset); color: var(--pd-text); border: 1px solid var(--pd-line-strong); border-radius: 9px; min-height: 42px; font-size: 13px; }
.pd-app :is(.form-control, .form-select):focus { background-color: var(--pd-surface); border-color: var(--pd-accent); box-shadow: 0 0 0 3px var(--pd-accent-soft); }
.pd-app :is(.form-control, .form-select):disabled { opacity: .6; }
.pd-app .form-control::placeholder { color: var(--pd-subtle); }
.pd-app .form-label { color: var(--pd-muted); font-size: 12px; }
.pd-app .input-group-text { background: var(--pd-raised); border-color: var(--pd-line-strong); color: var(--pd-muted); }
.pd-app .form-check-input { background-color: var(--pd-inset); border-color: var(--pd-line-strong); }
.pd-app .form-check-input:checked { background-color: var(--pd-accent); border-color: var(--pd-accent); }
.pd-app .table { --bs-table-color: var(--pd-text); --bs-table-bg: transparent; --bs-table-border-color: var(--pd-line); }
.pd-app .table th { color: var(--pd-subtle); font-size: 10px; font-weight: 600; letter-spacing: .6px; }
.pd-app .table td { font-size: 12px; padding-top: 18px; padding-bottom: 18px; }
.pd-app .table-responsive { border-radius: 12px; }
.pd-app .nav-line-tabs .nav-link.active { color: var(--pd-accent); border-color: var(--pd-accent); }
.pd-app .alert { border-radius: 12px; }
.pd-app .text-muted { color: var(--pd-muted) !important; }
.pd-app .pd-gen-thumb { border-radius: 12px; }
.pd-app [data-pd-gen-grid] .card { overflow: hidden; }
.pd-app .pd-toast-host { max-width: min(380px, calc(100vw - 32px)); top: 94px; right: 24px; }
.pd-app .pd-toast { background: var(--pd-surface); color: var(--pd-text); border: 1px solid var(--pd-line-strong); border-left: 3px solid var(--pd-accent); border-radius: 12px; padding: 16px 20px; box-shadow: 0 12px 40px #0003; font-size: 13px; }
.pd-app .pd-toast.alert-danger { border-left-color: #e77979; }

/* Overview: editorial hero, instrument-like stats, useful next actions. */
.pd-overview-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 26px; }
.pd-eyebrow { display: flex; align-items: center; gap: 8px; color: var(--pd-subtle); text-transform: uppercase; letter-spacing: 1.9px; font-size: 9px; font-weight: 600; margin: 0 0 12px; }
.pd-eyebrow::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--pd-accent); }
.pd-overview-heading h2 { color: var(--pd-text); font-size: clamp(24px, 2.25vw, 34px); font-weight: 550; letter-spacing: -1.1px; margin: 0 0 8px; }
.pd-overview-heading p { margin: 0; color: var(--pd-muted); font-size: 12px; line-height: 1.65; }
.pd-overview-date { padding-top: 26px; color: var(--pd-subtle); font-size: 11px; white-space: nowrap; }
.pd-studio-hero { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 302px; border: 1px solid var(--pd-line-strong); border-radius: 18px; overflow: hidden; background: #18191b; color: #f5f5f5; margin-bottom: 22px; position: relative; isolation: isolate; }
.pd-hero-copy { position: relative; z-index: 2; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.pd-hero-label { display: inline-flex; align-items: center; gap: 6px; color: #c4c3c3; font-size: 9px; font-weight: 500; letter-spacing: .6px; margin-bottom: 25px; }
.pd-hero-label i { color: #f47a20; font-size: 16px; }
.pd-hero-copy h3 { font-size: clamp(27px, 2.5vw, 38px); font-weight: 550; color: #f5f5f5; line-height: 1.13; letter-spacing: -1.25px; margin: 0 0 14px; }
.pd-hero-copy h3 em { color: #f49750; font-style: normal; }
.pd-hero-copy p { color: #aeafb3; font-size: 11px; line-height: 1.8; max-width: 310px; margin: 0 0 24px; }
.pd-hero-copy .pd-hero-cta { margin-top: auto; min-height: 42px; padding: 11px 17px; background: #f47a20 !important; border-color: #f47a20 !important; color: #17100a !important; gap: 12px; font-size: 11px; font-weight: 650; display: inline-flex; align-items: center; border-radius: 9px; text-decoration: none; }
.pd-hero-cta:hover { background: #ff923f !important; }
.pd-hero-cta > span:last-child { font-size: 17px; line-height: 1; }
.pd-hero-art { position: relative; margin: 0; min-width: 0; background: #242426; }
.pd-hero-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 54% 55%; }
.pd-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #18191b, #18191b00 28%), linear-gradient(0deg, #11111285, transparent 30%); pointer-events: none; }
.pd-hero-art figcaption { position: absolute; z-index: 1; bottom: 20px; right: 22px; color: #e5e5e6; font-size: 9px; letter-spacing: .6px; display: flex; gap: 8px; align-items: center; }
.pd-hero-art figcaption span { background: #1a1b1ccd; border: 1px solid #ffffff30; padding: 5px 8px; border-radius: 5px; }
.pd-app .pd-stat-grid { --bs-gutter-x: 16px; --bs-gutter-y: 16px; margin-bottom: 28px !important; }
.pd-app .pd-stat { display: block; position: relative; padding: 20px 22px; background: var(--pd-surface); border: 1px solid var(--pd-line); border-radius: 14px; min-height: 135px; color: var(--pd-text); box-shadow: var(--pd-shadow); text-decoration: none; }
.pd-stat-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--pd-muted); font-size: 10px; }
.pd-stat-top i { font-size: 19px; color: var(--pd-subtle); }
.pd-stat-value { display: flex; align-items: baseline; gap: 7px; font-size: 30px; line-height: 1.15; font-weight: 550; letter-spacing: -1.2px; font-variant-numeric: tabular-nums; margin: 18px 0 0; color: var(--pd-text); }
.pd-stat-value small { color: var(--pd-subtle); font-weight: 400; font-size: 11px; letter-spacing: 0; }
.pd-stat-link { position: absolute; bottom: 22px; right: 22px; color: var(--pd-subtle); font-size: 16px; }
.pd-stat:first-child { min-width: 0; }
.pd-app .pd-stat-grid > div:first-child .pd-stat { background: linear-gradient(115deg, var(--pd-accent-soft), transparent 85%), var(--pd-surface); border-color: #f47a2038; }
.pd-app .pd-stat:hover { border-color: var(--pd-line-strong); }
.pd-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
.pd-section-heading h3 { color: var(--pd-text); margin: 0; font-size: 17px; font-weight: 550; letter-spacing: -.45px; }
.pd-section-heading a { color: var(--pd-muted); font-size: 11px; white-space: nowrap; }
.pd-section-heading a:hover { color: var(--pd-accent); }
.pd-quick-actions { margin-bottom: 30px; }
.pd-action-tile { display: flex; align-items: center; gap: 13px; min-height: 88px; padding: 18px; background: var(--pd-surface); border: 1px solid var(--pd-line); border-radius: 12px; text-decoration: none; transition: background .2s, border-color .2s; height: 100%; }
.pd-action-tile:hover { background: var(--pd-raised); border-color: var(--pd-line-strong); }
.pd-action-icon { flex-shrink: 0; height: 37px; width: 37px; display: grid; place-items: center; border: 1px solid var(--pd-line-strong); background: var(--pd-raised); border-radius: 10px; color: var(--pd-muted); font-size: 21px; }
.pd-action-copy { min-width: 0; }
.pd-action-copy strong { display: block; font-size: 11px; font-weight: 550; color: var(--pd-text); margin-bottom: 5px; }
.pd-action-copy small { display: block; font-size: 10px; color: var(--pd-muted); line-height: 1.5; }
.pd-action-arrow { margin-left: auto; color: var(--pd-subtle); }
.pd-inspiration { margin-top: 30px; }
.pd-inspiration-intro { color: var(--pd-muted); font-size: 11px; margin: -5px 0 18px; }
.pd-inspiration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pd-inspiration-card { margin: 0; overflow: hidden; border-radius: 13px; border: 1px solid var(--pd-line); background: var(--pd-surface); }
.pd-inspiration-photo { display: block; aspect-ratio: 1.8; overflow: hidden; position: relative; }
.pd-inspiration-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pd-inspiration-photo span { position: absolute; right: 12px; bottom: 12px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #ffffff45; background: #13141699; backdrop-filter: blur(8px); color: #fff; border-radius: 50%; }
.pd-inspiration-photo:hover img { transform: scale(1.035); }
.pd-inspiration-card figcaption { padding: 13px 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pd-inspiration-card strong { font-size: 11px; color: var(--pd-text); font-weight: 550; }
.pd-inspiration-card small { display: block; font-size: 9px; color: var(--pd-muted); margin-top: 4px; }
.pd-inspiration-card figcaption > span { font-size: 9px; color: var(--pd-subtle); letter-spacing: .8px; }
.pd-overview-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 24px 0 0; margin-top: 30px; border-top: 1px solid var(--pd-line); color: var(--pd-subtle); font-size: 10px; }
.pd-overview-footer a { color: var(--pd-muted); }
.pd-overview-footer span:first-child { display: flex; gap: 7px; align-items: center; }
.pd-overview-footer i { font-size: 14px; color: var(--pd-accent); }
.pd-app .pd-balance-hint { background: var(--pd-accent-soft); border: 1px solid #f47a2025; }
.pd-guest { max-width: 1120px; margin: 30px auto; }
.pd-guest .pd-studio-hero { min-height: 390px; }
.pd-guest .pd-hero-copy { padding: 42px; }
.pd-guest-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 15px; }
.pd-guest-steps strong { display: block; font-weight: 550; font-size: 13px; color: var(--pd-text); margin-bottom: 8px; }
.pd-guest-steps p { font-size: 12px; color: var(--pd-muted); line-height: 1.7; margin: 0; }
.pd-guest-steps small { color: var(--pd-accent); margin-right: 10px; font-variant-numeric: tabular-nums; }

/* Cult UI is progressively applied to real controls; their DOM and handlers stay intact. */
.pd-app [data-cult='animated-input'] { width: 100%; font-family: inherit; }
.pd-app .cult-pro-input-wrap { width: 100%; min-width: 0; }
.pd-app .cult-pro, .pd-app .cult-pro[data-pro-theme] { font-family: 'PD Inter', Inter, Arial, sans-serif; --pro-card: var(--pd-surface); --pro-foreground: var(--pd-text); --pro-muted: var(--pd-muted); --pro-border: var(--pd-line); }
.pd-app .cult-pro-blob-1 { background: linear-gradient(90deg, #f47a20, #ac683b, #bdc1c8); }
.pd-app .cult-pro-blob-2 { background: linear-gradient(90deg, #c0a894, #f47a20, #c6c6c6); }
.pd-app .cult-pro-blob-3 { background: linear-gradient(90deg, #65686d, #a2a6ad, #c68350); }
.pd-app .cult-pro-field { opacity: .16; }
.pd-app .cult-pro-rim:hover > .cult-pro-glow .cult-pro-field, .pd-app .cult-pro-rim:focus-within > .cult-pro-glow .cult-pro-field { opacity: .35; }
.pd-app [data-cult='animated-card'].pd-stat { padding: 1px; gap: 0; }
.pd-app .pd-stat .cult-pro-card-surface { padding: 20px 22px; min-height: 132px; height: 100%; border: 0; gap: 0; border-radius: 13px; background: color-mix(in srgb, var(--pd-surface) 96%, transparent); box-shadow: none; }
.pd-app [data-cult='border-beam-card'].pd-studio-hero { padding: 0; gap: 0; display: block; }
.pd-app .pd-studio-hero .cult-pro-beam-card-surface { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; min-height: inherit; padding: 0; border-radius: inherit; background: #18191b; font-family: inherit; box-shadow: none; }
.pd-app .pd-studio-hero .cult-pro-button-wrap { border-radius: 10px; margin-top: auto; }
.pd-app .pd-hero-cta .cult-pro-button-content { gap: 12px; }
.pd-app .pd-studio-hero [data-cult-part='content'] { padding: 32px; }
.pd-app .cult-pro-input-surface { background: var(--pd-inset); border-color: var(--pd-line-strong); border-radius: 9px; box-shadow: none; }
.pd-app .cult-pro-input-wrap:focus-within > .cult-pro-input-surface { border-color: var(--pd-accent); box-shadow: 0 0 0 3px var(--pd-accent-soft); }
.pd-app .cult-pro-input-control { font-family: inherit; }
.pd-app .pd-header-wallet.btn-light-primary { background: var(--pd-surface) !important; border-color: var(--pd-line) !important; }

/* Studio and BSM sheets share the shell's palette, including the light theme. */
.pd-app .pd-studio, body.pd-app .sheet-layer .pd-sheet {
    --color-brand-hsl: 26 91% 54%; --brand: var(--pd-accent); --brand-muted: var(--pd-accent-soft);
    --brand-text: var(--pd-accent-ink); --font-sans: 'PD Inter', Inter, Arial, sans-serif;
    --bg-canvas: var(--pd-canvas); --bg-surface: var(--pd-surface); --bg-surface-hover: var(--pd-hover);
    --bg-surface-raised: var(--pd-raised); --bg-inset: var(--pd-inset);
    --text-primary: var(--pd-text); --text-secondary: var(--pd-muted); --text-muted: var(--pd-subtle);
    --border-primary: var(--pd-line-strong); --border-secondary: var(--pd-line);
    --pd-sheet-button-bg: var(--pd-accent); --pd-sheet-button-bg-hover: var(--pd-accent-hover);
    --pd-sheet-button-color: var(--pd-accent-ink); --pd-sheet-button-border: var(--pd-accent);
    --pd-sheet-button-border-hover: var(--pd-accent-hover);
}
body.pd-app .sheet-layer .pd-sheet { background: var(--pd-surface); border-color: var(--pd-line-strong); border-radius: 20px; }
body.pd-app .sheet-layer .pd-sheet .sheet__title { font-size: 20px; font-weight: 550; letter-spacing: -.5px; }
body.pd-app .sheet-layer .pd-sheet .sheet__header { border-bottom: 1px solid var(--pd-line); }
body.pd-app .sheet-layer .pd-sheet .form-control { background: var(--pd-inset); color: var(--pd-text); border-color: var(--pd-line-strong); border-radius: 9px; }
body.pd-app .sheet-layer .pd-sheet .form-control:focus { border-color: var(--pd-accent); }
.pd-app .pd-studio { --model-v1-accent-hsl: 26 91% 54%; --model-v2-accent-hsl: 30 30% 65%; }
.pd-app .pd-studio { container: pd-workspace / inline-size; }
.pd-app .pd-studio .workspace-desktop-module__2LSETa__form { grid-template-columns: minmax(190px, .75fr) minmax(300px, 1.6fr) minmax(250px, 1fr); }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__stageViewport { width: 100%; align-self: stretch; }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__stage { align-items: stretch; width: 100%; }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__stageHeader { width: 100%; }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__onboardingPanel { padding: 28px 20px; gap: 15px; box-shadow: none; background: color-mix(in srgb, var(--pd-surface) 90%, transparent); border-color: var(--pd-line); }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__onboardingPanel h2 { font-size: 22px; font-weight: 550; letter-spacing: -.5px; }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__onboardingPanel p { font-size: 12px; line-height: 1.7; }
.pd-app .pd-studio .studio-stage-module__0zF3Oq__onboardingPrimary { min-height: 40px; border-radius: 9px; padding: 10px 16px; }
.pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzone { border: 1px dashed var(--pd-line-strong); background: var(--pd-inset); }
.pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzone:hover { border-color: var(--pd-accent); background: var(--pd-accent-soft); }
.pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzoneIcon { width: 40px; height: 40px; border-radius: 12px; color: var(--pd-muted); }
.pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzoneIcon svg { width: 21px; height: 21px; }
.pd-app .pd-studio [data-pd-create-submit] { background: var(--pd-accent); color: var(--pd-accent-ink); }
.pd-app .pd-studio [data-pd-create-submit]::after { display: none; }
.pd-app .pd-studio [data-pd-studio-generate-label] { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 650; }
@container pd-workspace (max-width: 1050px) {
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__form { grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__assetRail, .pd-app .pd-studio .workspace-desktop-module__2LSETa__previewColumn { min-height: 470px; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__settingsRail { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: start; height: auto; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__recentPanel { grid-area: auto; width: 100%; height: auto; min-height: 140px; }
}
@container pd-workspace (max-width: 640px) {
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__form { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__assetRail { min-height: 0; }
    .pd-app .pd-studio .upload-section-desktop-module__4n7KQG__uploadGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 10px; }
    .pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzone { min-height: 155px; }
    .pd-app .pd-studio .upload-section-desktop-module__4n7KQG__dropzoneCopy span { font-size: 9px; }
    .pd-app .pd-studio .upload-section-desktop-module__4n7KQG__libraryButton > span:not([class]), .pd-app .pd-studio .upload-section-desktop-module__4n7KQG__libraryButton .cult-pro-button-content > span:not([class]) { display: none; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__previewColumn { min-height: 350px; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__stageViewport { min-height: 285px; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__stageStatus { display: none; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__stageHeader { gap: 8px; padding-inline: 12px; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__stageHeaderActions { flex: 0 0 auto; margin-left: auto; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__stageTab { padding-inline: 9px; font-size: 10px; }
    .pd-app .pd-studio .studio-stage-module__0zF3Oq__onboardingStage { padding: 18px; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__settingsRail { display: flex; flex-direction: column; width: 100%; gap: 16px; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__settingsRail > * { width: 100%; }
    .pd-app .pd-studio .workspace-desktop-module__2LSETa__settingsRail > .workspace-desktop-module__2LSETa__recentPanel { height: auto; min-height: 100px; }
}
.pd-auth-intro { margin-bottom: 24px; }
.pd-auth-intro .pd-eyebrow { margin-bottom: 10px; }
.pd-auth-intro p { color: var(--pd-muted); font-size: 13px; line-height: 1.7; margin: 0; }

@media (min-width: 1600px) { .pd-studio-hero { min-height: 350px; } .pd-hero-copy { padding: 40px; } }
@media (max-width: 1199.98px) and (min-width: 992px) {
    .pd-app .new-aside { width: 260px; flex-basis: 260px; left: 24px; }
    .pd-app #kt_wrapper { padding: 5rem 16px !important; }
    .pd-app #kt_header { padding-inline: 18px; margin-inline: 24px; }
    .pd-app .pd-shell { padding: 26px 24px 40px !important; }
    .pd-header-home { display: none; }
    .pd-hero-copy { padding: 26px; }
    .pd-hero-copy h3 { font-size: 29px; }
    .pd-overview-date { display: none; }
    .pd-action-tile { padding: 14px; gap: 10px; }
    .pd-action-icon { width: 30px; height: 30px; }
}
@media (max-width: 991.98px) {
    .pd-app #kt_wrapper { margin-left: 0; padding: 10px 0 0 !important; }
    .pd-app .new-aside { position: static; width: 0; flex: 0 0 0; border: 0; padding: 0; display: block; }
    .pd-app .new-aside-logo { display: none; }
    .pd-app #kt_aside.pd-aside.drawer { position: fixed; inset: 0 auto 0 0; width: 280px !important; height: 100dvh; max-height: none; background: var(--pd-sidebar); padding: 24px 0 max(20px, env(safe-area-inset-bottom)) !important; z-index: 120 !important; border-right: 1px solid var(--pd-line); }
    .pd-app #kt_header { height: 65px; min-height: 65px; padding: 0 20px; margin: 0 24px; }
    .pd-app .pd-shell { padding: 26px 24px 100px !important; }
    .pd-header-home { display: none; }
    .pd-app .pd-bottom-nav { left: 16px; right: 16px; bottom: max(10px, env(safe-area-inset-bottom)); padding: 7px; background: color-mix(in srgb, var(--pd-surface) 94%, transparent); border: 1px solid var(--pd-line-strong); border-radius: 18px; box-shadow: 0 6px 30px #0003; backdrop-filter: blur(20px); }
    .pd-app .pd-bottom-nav a { min-width: 0; min-height: 46px; padding: 6px 3px; gap: 5px; font-size: 9px; color: var(--pd-muted); border-radius: 11px; transition: background .2s, color .2s; }
    .pd-app .pd-bottom-nav a.active { color: var(--pd-accent); background: var(--pd-accent-soft); }
    .pd-app .pd-bottom-nav a i { color: inherit; }
    .pd-app .pd-toast-host { top: 82px; right: 16px; }
    .pd-overview-date { padding-top: 24px; }
}
@media (max-width: 639.98px) {
    .pd-app #kt_header { padding: 0 12px; height: 60px; min-height: 60px; margin-inline: 18px;    width: 93.1%; }
    .pd-app #kt_header > .container-fluid { gap: 7px !important; }
    .pd-app .pd-header-actions { gap: 5px !important; margin-left: auto; }
    .pd-breadcrumb > a, .pd-breadcrumb > span, .pd-app [data-pd-page-subtitle], .pd-overview-date, .pd-header-auth { display: none; }
    .pd-breadcrumb h1 { font-size: 12px; max-width: 115px; overflow: hidden; text-overflow: ellipsis; }
    .pd-app .pd-header-wallet { padding: 5px 6px 5px 9px !important; height: 34px; font-size: 10px; }
    .pd-app .pd-header-wallet > i { display: none; }
    .pd-app [data-pd-theme-toggle] { width: 34px !important; height: 34px !important; }
    .pd-app .pd-shell { padding: 24px 18px 105px !important; }
    .pd-overview-heading { margin-bottom: 22px; }
    .pd-overview-heading h2 { font-size: 27px; letter-spacing: -.9px; }
    .pd-overview-heading p { font-size: 11px; max-width: 280px; }
    .pd-studio-hero { grid-template-columns: 1fr; min-height: 0; border-radius: 15px; }
    .pd-app .pd-studio-hero .cult-pro-beam-card-surface { grid-template-columns: 1fr; }
    .pd-hero-copy, .pd-app .pd-studio-hero [data-cult-part='content'] { padding: 24px; }
    .pd-hero-copy h3 { font-size: 32px; max-width: 320px; }
    .pd-hero-label { margin-bottom: 20px; }
    .pd-hero-copy p { max-width: 275px; margin-bottom: 21px; }
    .pd-hero-art { min-height: 200px; grid-row: 2; }
    .pd-hero-art img { object-position: 50% 56%; }
    .pd-hero-art::after { background: linear-gradient(180deg, #18191b 0%, transparent 30%, #11111255 100%); }
    .pd-hero-art figcaption { bottom: 14px; right: 14px; font-size: 8px; }
    .pd-app .pd-stat-grid { --bs-gutter-x: 10px; --bs-gutter-y: 10px; }
    .pd-app .pd-stat-grid > div { width: 50%; }
    .pd-app .pd-stat { min-height: 119px; padding: 16px; border-radius: 12px; }
    .pd-app [data-cult='animated-card'].pd-stat { padding: 1px; }
    .pd-app .pd-stat .cult-pro-card-surface { min-height: 116px; padding: 16px; }
    .pd-stat-top { font-size: 9px; }
    .pd-stat-top i { font-size: 16px; }
    .pd-stat-value { font-size: 26px; margin-top: 18px; }
    .pd-stat-value small { font-size: 9px; }
    .pd-stat-link { right: 15px; bottom: 17px; font-size: 14px; }
    .pd-section-heading h3 { font-size: 16px; }
    .pd-section-heading a { font-size: 10px; }
    .pd-quick-actions .row { --bs-gutter-y: 10px; }
    .pd-action-tile { min-height: 76px; padding: 16px; }
    .pd-action-copy strong { font-size: 12px; }
    .pd-inspiration-grid { grid-template-columns: 1fr; gap: 14px; }
    .pd-inspiration-photo { aspect-ratio: 1.85; }
    .pd-inspiration-card figcaption { padding: 15px 16px; }
    .pd-inspiration-card strong { font-size: 12px; }
    .pd-app .card > .card-body { padding: 20px; }
    .pd-app .card > .card-header { padding: 0 20px; min-height: 62px; }
    .pd-guest { margin: 0; }
    .pd-guest .pd-hero-copy { padding: 25px; }
    .pd-guest-steps { grid-template-columns: 1fr; gap: 22px; }
    .pd-overview-footer { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
    .pd-app *, .pd-app *::before, .pd-app *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .pd-inspiration-photo:hover img { transform: none; }
}

#kt_aside .cult-pro-card-surface {
      border-color: unset!important;
    box-shadow: none!important;
    border: none!important;
    padding: 0!important;
        height: 100%!important;
    background: none!important;
        padding: 25px 0 !important;
}
#kt_header .cult-pro-beam-card-surface{
        border-radius: 0px;
   background:none;
    padding: 24px 0;
     box-shadow: none;
    width: 100%;
}