html[data-rn-dashboard-theme="light"] body{background:#f3f6fb!important;color:#14213d!important}
html[data-rn-dashboard-theme="dark"] body{background:#070b14!important;color:#e8edf7!important}

html body .rn-v109-dashboard{
    --rn-bg:#f3f6fb;
    --rn-surface:#ffffff;
    --rn-surface-soft:#f7f9fc;
    --rn-text:#14213d;
    --rn-muted:#667085;
    --rn-line:#e2e8f0;
    --rn-primary:#d90438;
    --rn-primary-dark:#aa062e;
    --rn-blue:#3157d5;
    --rn-shadow:0 16px 45px rgba(23,35,68,.09);
    display:grid!important;
    grid-template-columns:260px minmax(0,1fr)!important;
    align-items:start!important;
    gap:22px!important;
    width:min(1440px,calc(100% - 36px))!important;
    max-width:1440px!important;
    min-height:calc(100vh - 118px)!important;
    margin:18px auto 44px!important;
    padding:0!important;
    background:transparent!important;
    color:var(--rn-text)!important;
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

html body .rn-v109-dashboard[data-rn-dashboard-theme="dark"]{
    --rn-bg:#070b14;
    --rn-surface:#111827;
    --rn-surface-soft:#0d1422;
    --rn-text:#edf2fb;
    --rn-muted:#9da9bc;
    --rn-line:#263247;
    --rn-primary:#ef174c;
    --rn-primary-dark:#c40e3d;
    --rn-blue:#7893ff;
    --rn-shadow:0 18px 48px rgba(0,0,0,.32);
}

html body .rn-v109-dashboard *,
html body .rn-v109-dashboard *::before,
html body .rn-v109-dashboard *::after{box-sizing:border-box}

html body .rn-v109-dashboard .rn-v41-sidebar{
    position:sticky!important;
    top:18px!important;
    grid-column:1!important;
    width:100%!important;
    min-height:calc(100vh - 136px)!important;
    padding:20px 14px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:24px!important;
    background:var(--rn-surface)!important;
    color:var(--rn-text)!important;
    box-shadow:var(--rn-shadow)!important;
    overflow:hidden!important;
}

html body .rn-v109-dashboard .rn-v41-brand{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:4px 6px 20px!important;
    margin:0 0 12px!important;
    border-bottom:1px solid var(--rn-line)!important;
}

html body .rn-v109-dashboard .rn-v41-brand-mark{
    display:grid!important;
    place-items:center!important;
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    border-radius:15px!important;
    background:linear-gradient(145deg,#f41a50,#b80331)!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(217,4,56,.26)!important;
    font-weight:900!important;
}

html body .rn-v109-dashboard .rn-v41-brand strong{display:block!important;color:var(--rn-text)!important;font-size:15px!important}
html body .rn-v109-dashboard .rn-v41-brand small{display:block!important;margin-top:3px!important;color:var(--rn-muted)!important;font-size:11px!important}
html body .rn-v109-dashboard .rn-v41-nav{display:flex!important;flex-direction:column!important;gap:6px!important}

html body .rn-v109-dashboard .rn-v41-nav a{
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    min-height:46px!important;
    padding:10px 12px!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    background:transparent!important;
    color:var(--rn-muted)!important;
    text-decoration:none!important;
    transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease!important;
}

html body .rn-v109-dashboard .rn-v41-nav a:hover,
html body .rn-v109-dashboard .rn-v41-nav a.is-active{
    transform:translateX(3px)!important;
    border-color:rgba(217,4,56,.12)!important;
    background:rgba(217,4,56,.08)!important;
    color:var(--rn-primary)!important;
}

html body .rn-v109-dashboard .rn-v41-nav a span{display:grid!important;place-items:center!important;width:25px!important;height:25px!important;font-size:15px!important}
html body .rn-v109-dashboard .rn-v41-nav a strong{font-size:13px!important;font-weight:750!important}
html body .rn-v109-dashboard .rn-v41-sidebar-footer{margin-top:18px!important;padding:16px 8px 2px!important;border-top:1px solid var(--rn-line)!important}
html body .rn-v109-dashboard .rn-v41-sidebar-footer a{color:var(--rn-muted)!important;text-decoration:none!important;font-weight:700!important}

html body .rn-v109-dashboard .rn-dashboard-grid{
    grid-column:2!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:start!important;
    gap:18px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

html body .rn-v109-dashboard .rn-v109-dashboard-hero{
    grid-column:1/-1!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:22px!important;
    min-height:154px!important;
    padding:28px 30px!important;
    border:1px solid rgba(49,87,213,.16)!important;
    border-radius:24px!important;
    background:
        radial-gradient(circle at 88% 15%,rgba(217,4,56,.15),transparent 32%),
        radial-gradient(circle at 70% 110%,rgba(49,87,213,.15),transparent 38%),
        var(--rn-surface)!important;
    box-shadow:var(--rn-shadow)!important;
    overflow:hidden!important;
}

html body .rn-v109-dashboard .rn-v109-dashboard-hero h1{
    margin:5px 0 7px!important;
    color:var(--rn-text)!important;
    font-size:clamp(24px,3vw,38px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
}

html body .rn-v109-dashboard .rn-v109-dashboard-hero p{max-width:680px!important;margin:0!important;color:var(--rn-muted)!important;font-size:14px!important;line-height:1.65!important}
html body .rn-v109-dashboard .rn-v109-eyebrow{color:var(--rn-primary)!important;font-size:11px!important;font-weight:850!important;letter-spacing:.13em!important;text-transform:uppercase!important}

html body .rn-v109-dashboard .rn-v109-theme-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    min-width:126px!important;
    min-height:44px!important;
    padding:9px 14px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:999px!important;
    background:var(--rn-surface)!important;
    color:var(--rn-text)!important;
    box-shadow:0 7px 20px rgba(18,31,64,.08)!important;
    cursor:pointer!important;
    font-size:12px!important;
    font-weight:800!important;
    transition:transform .2s ease,border-color .2s ease!important;
}

html body .rn-v109-dashboard .rn-v109-theme-toggle:hover{transform:translateY(-2px)!important;border-color:var(--rn-primary)!important}
html body .rn-v109-dashboard .rn-v109-theme-icon{font-size:18px!important;line-height:1!important}

html body .rn-v109-dashboard .rn-dashboard-card{
    min-width:0!important;
    height:auto!important;
    padding:22px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:20px!important;
    background:var(--rn-surface)!important;
    color:var(--rn-text)!important;
    box-shadow:0 8px 26px rgba(27,42,78,.06)!important;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}

html body .rn-v109-dashboard .rn-dashboard-card:hover{transform:translateY(-2px)!important;border-color:rgba(49,87,213,.24)!important;box-shadow:var(--rn-shadow)!important}
html body .rn-v109-dashboard .rn-dashboard-card h2,
html body .rn-v109-dashboard .rn-dashboard-card h3{margin:0 0 15px!important;color:var(--rn-text)!important;font-size:18px!important;line-height:1.25!important}
html body .rn-v109-dashboard .rn-dashboard-card p,
html body .rn-v109-dashboard .rn-dashboard-card li,
html body .rn-v109-dashboard .rn-dashboard-card span{color:var(--rn-muted)!important;line-height:1.65!important}
html body .rn-v109-dashboard .rn-dashboard-card strong{color:var(--rn-text)!important}

html body .rn-v109-dashboard .rn-profile-preview{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    margin:0 0 18px!important;
    padding:14px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:16px!important;
    background:var(--rn-surface-soft)!important;
}
html body .rn-v109-dashboard .rn-profile-preview img{width:64px!important;height:64px!important;border:3px solid var(--rn-surface)!important;border-radius:50%!important;object-fit:cover!important;box-shadow:0 7px 18px rgba(17,31,63,.14)!important}
html body .rn-v109-dashboard .rn-profile-preview strong{display:block!important;font-size:15px!important}

html body .rn-v109-dashboard .rn-profile-field,
html body .rn-v109-dashboard .rn-editor-field{margin:0 0 14px!important}
html body .rn-v109-dashboard .rn-profile-field label,
html body .rn-v109-dashboard .rn-editor-field label{display:block!important;margin:0 0 7px!important;color:var(--rn-text)!important;font-size:12px!important;font-weight:800!important}
html body .rn-v109-dashboard input:not([type="checkbox"]):not([type="color"]),
html body .rn-v109-dashboard select,
html body .rn-v109-dashboard textarea{
    width:100%!important;
    min-height:44px!important;
    padding:10px 12px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:11px!important;
    outline:0!important;
    background:var(--rn-surface-soft)!important;
    color:var(--rn-text)!important;
    box-shadow:none!important;
}
html body .rn-v109-dashboard input:focus,
html body .rn-v109-dashboard select:focus,
html body .rn-v109-dashboard textarea:focus{border-color:var(--rn-blue)!important;box-shadow:0 0 0 3px rgba(49,87,213,.12)!important}

html body .rn-v109-dashboard .rn-dashboard-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:10px 16px!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,var(--rn-primary),var(--rn-primary-dark))!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(217,4,56,.2)!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:850!important;
    cursor:pointer!important;
    transition:transform .2s ease,box-shadow .2s ease!important;
}
html body .rn-v109-dashboard .rn-dashboard-btn:hover{transform:translateY(-2px)!important;box-shadow:0 14px 27px rgba(217,4,56,.28)!important}

html body .rn-v109-dashboard .rn-dashboard-list{display:flex!important;flex-direction:column!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}
html body .rn-v109-dashboard .rn-dashboard-list li{padding:12px 13px!important;border:1px solid var(--rn-line)!important;border-radius:12px!important;background:var(--rn-surface-soft)!important}
html body .rn-v109-dashboard .rn-dashboard-list a{color:var(--rn-blue)!important;text-decoration:none!important;font-weight:750!important}

html body .rn-v109-dashboard .rn-v109-policy-card{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:minmax(220px,.8fr) minmax(0,1.7fr)!important;
    gap:24px!important;
    padding:26px!important;
    background:
        linear-gradient(130deg,rgba(49,87,213,.07),transparent 42%),
        var(--rn-surface)!important;
}
html body .rn-v109-dashboard .rn-v109-policy-copy h3{margin:6px 0 8px!important;font-size:20px!important}
html body .rn-v109-dashboard .rn-v109-policy-copy p{margin:0!important}
html body .rn-v109-dashboard .rn-v109-policy-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
html body .rn-v109-dashboard .rn-v109-policy-links a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:46px!important;
    padding:11px 13px!important;
    border:1px solid var(--rn-line)!important;
    border-radius:12px!important;
    background:var(--rn-surface-soft)!important;
    color:var(--rn-text)!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:750!important;
    transition:transform .2s ease,border-color .2s ease,color .2s ease!important;
}
html body .rn-v109-dashboard .rn-v109-policy-links a:hover{transform:translateX(3px)!important;border-color:var(--rn-blue)!important;color:var(--rn-blue)!important}
html body .rn-v109-dashboard .rn-v109-policy-links a span{color:inherit!important;line-height:1.35!important}

html body .rn-v109-dashboard .rn-v41-mobile-dock{display:none!important}

@media(max-width:980px){
    html body .rn-v109-dashboard{
        display:block!important;
        width:min(100% - 24px,900px)!important;
        margin:12px auto 92px!important;
        min-height:auto!important;
    }
    html body .rn-v109-dashboard .rn-v41-sidebar{display:none!important}
    html body .rn-v109-dashboard .rn-dashboard-grid{display:grid!important;grid-template-columns:1fr 1fr!important}
    html body .rn-v109-dashboard .rn-v41-mobile-dock{
        position:fixed!important;
        left:10px!important;
        right:10px!important;
        bottom:10px!important;
        z-index:99980!important;
        display:flex!important;
        align-items:center!important;
        gap:4px!important;
        padding:7px!important;
        border:1px solid var(--rn-line)!important;
        border-radius:18px!important;
        background:color-mix(in srgb,var(--rn-surface) 92%,transparent)!important;
        box-shadow:0 14px 42px rgba(12,23,50,.24)!important;
        backdrop-filter:blur(18px)!important;
        overflow-x:auto!important;
    }
    html body .rn-v109-dashboard .rn-v41-mobile-dock a{flex:1 0 auto!important;padding:9px 11px!important;border-radius:11px!important;color:var(--rn-muted)!important;text-decoration:none!important;text-align:center!important;font-size:11px!important;font-weight:800!important}
    html body .rn-v109-dashboard .rn-v41-mobile-dock a:active{background:rgba(217,4,56,.1)!important;color:var(--rn-primary)!important}
}

@media(max-width:680px){
    html body .rn-v109-dashboard{width:calc(100% - 16px)!important;margin-top:8px!important}
    html body .rn-v109-dashboard .rn-dashboard-grid{grid-template-columns:1fr!important;gap:12px!important}
    html body .rn-v109-dashboard .rn-v109-dashboard-hero{
        grid-column:auto!important;
        align-items:flex-start!important;
        min-height:0!important;
        padding:21px!important;
        border-radius:19px!important;
    }
    html body .rn-v109-dashboard .rn-v109-dashboard-hero h1{font-size:25px!important}
    html body .rn-v109-dashboard .rn-v109-dashboard-hero p{font-size:13px!important}
    html body .rn-v109-dashboard .rn-v109-theme-toggle{min-width:44px!important;width:44px!important;padding:8px!important}
    html body .rn-v109-dashboard .rn-v109-theme-label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
    html body .rn-v109-dashboard .rn-dashboard-card{padding:18px!important;border-radius:17px!important}
    html body .rn-v109-dashboard .rn-v109-policy-card{grid-column:auto!important;grid-template-columns:1fr!important;padding:20px!important}
    html body .rn-v109-dashboard .rn-v109-policy-links{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
    html body .rn-v109-dashboard *,
    html body .rn-v109-dashboard *::before,
    html body .rn-v109-dashboard *::after{scroll-behavior:auto!important;transition:none!important}
}
