/* _content/WebSite/Pages/Contact.razor.rz.scp.css */
/* =========================================================
   Contact — dark · gold · serif (matches Subscribe / Library)
   ========================================================= */

.ctc-root[b-w1l3inr2j8] {
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 100px 56px 120px;
    position: relative;
    isolation: isolate;
}

.ctc-root[b-w1l3inr2j8]::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.028;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}

.ctc-head[b-w1l3inr2j8] {
    max-width: 720px;
    margin: 0 auto 64px;
    text-align: center;
}
.ctc-eyebrow[b-w1l3inr2j8] {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.ctc-title[b-w1l3inr2j8] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(52px, 7.5vw, 88px);
    color: #ede9df;
    margin: 0 0 22px;
    line-height: 0.96;
    letter-spacing: -0.02em;
}
.ctc-title em[b-w1l3inr2j8] {
    font-style: italic;
    color: #c8a86a;
}
.ctc-lead[b-w1l3inr2j8] {
    font-size: 16px;
    color: #8a8778;
    line-height: 1.75;
    max-width: 480px;
    margin: 0 auto;
}

.ctc-root[b-w1l3inr2j8]  .ctc-form {
    max-width: 720px;
    margin: 0 auto;
}

.ctc-section[b-w1l3inr2j8] {
    padding: 0;
}

.ctc-grid[b-w1l3inr2j8] {
    display: grid;
    gap: 22px;
    margin-bottom: 22px;
}
.ctc-grid-2[b-w1l3inr2j8] { grid-template-columns: repeat(2, 1fr); }

.ctc-field[b-w1l3inr2j8] {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}
.ctc-field:last-of-type[b-w1l3inr2j8] { margin-bottom: 22px; }
.ctc-grid .ctc-field[b-w1l3inr2j8] { margin-bottom: 0; }

.ctc-label[b-w1l3inr2j8] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #8a8778;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ctc-label-opt[b-w1l3inr2j8] {
    color: #4e4d47;
    text-transform: none;
    letter-spacing: 0.04em;
    margin-left: 8px;
}

.ctc-root[b-w1l3inr2j8]  .ctc-input {
    background: #1c1c18;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ede9df;
    padding: 13px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: all 0.22s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.ctc-root[b-w1l3inr2j8]  .ctc-input::placeholder {
    color: #5a5851;
}
.ctc-root[b-w1l3inr2j8]  .ctc-input:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #1f1f1b;
}
.ctc-root[b-w1l3inr2j8]  .ctc-input:focus {
    border-color: #c8a86a;
    background: #201f1a;
    box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.12);
}
.ctc-root[b-w1l3inr2j8]  .ctc-textarea {
    font-family: inherit;
    line-height: 1.6;
    resize: vertical;
    min-height: 140px;
}
.ctc-root[b-w1l3inr2j8]  .ctc-input:-webkit-autofill,
.ctc-root[b-w1l3inr2j8]  .ctc-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ede9df;
    -webkit-box-shadow: 0 0 0 1000px #1c1c18 inset;
}

.ctc-root[b-w1l3inr2j8]  .validation-message {
    color: #e29e9e;
    font-size: 12px;
    margin-top: 6px;
}

.ctc-recaptcha[b-w1l3inr2j8] {
    margin-top: 28px;
    margin-bottom: 24px;
    display: flex;
}

.ctc-status[b-w1l3inr2j8] {
    padding: 14px 18px;
    margin-bottom: 22px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #131310;
}
.ctc-status.is-error[b-w1l3inr2j8] {
    border-color: rgba(200, 112, 112, 0.4);
    color: #e29e9e;
    background: rgba(200, 112, 112, 0.06);
}
.ctc-status.is-success[b-w1l3inr2j8] {
    border-color: rgba(107, 170, 122, 0.4);
    color: #9ad1a8;
    background: rgba(107, 170, 122, 0.06);
}

.ctc-submit[b-w1l3inr2j8] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 36px;
    background: #c8a86a;
    color: #0b0b09;
    border: 1px solid #c8a86a;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.22s ease;
}
.ctc-submit:hover:not(:disabled)[b-w1l3inr2j8] {
    background: #e2c98a;
    border-color: #e2c98a;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -10px rgba(200, 168, 106, 0.4);
}
.ctc-submit:hover:not(:disabled) .ctc-submit-arrow[b-w1l3inr2j8] {
    transform: translateX(6px);
}
.ctc-submit:disabled[b-w1l3inr2j8] {
    opacity: 0.45;
    cursor: not-allowed;
}
.ctc-submit-arrow[b-w1l3inr2j8] {
    transition: transform 0.22s ease;
    display: inline-block;
}

@media (max-width: 960px) {
    .ctc-root[b-w1l3inr2j8] {
        padding: 70px 28px 90px;
    }
    .ctc-grid-2[b-w1l3inr2j8] { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
    .ctc-submit[b-w1l3inr2j8] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/WebSite/Pages/CourseCatalogue.razor.rz.scp.css */
.cc-breadcrumb[b-34p5m1s3ew] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #8a8778;
    margin-bottom: 24px;
}

.cc-breadcrumb a[b-34p5m1s3ew] {
    color: #c8a86a;
    text-decoration: none;
    transition: color 0.12s;
}

.cc-breadcrumb a:hover[b-34p5m1s3ew] {
    color: #e2c98a;
}

.cc-sep[b-34p5m1s3ew] {
    color: #4e4d47;
}

.cc-current[b-34p5m1s3ew] {
    color: #ede9df;
}

.cc-header[b-34p5m1s3ew] {
    margin-bottom: 28px;
}

.cc-title[b-34p5m1s3ew] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 500;
    color: #ede9df;
    margin: 0 0 6px;
    line-height: 1.1;
}

.cc-sub[b-34p5m1s3ew] {
    font-size: 12px;
    color: #8a8778;
    margin: 0;
}

.cc-tabs[b-34p5m1s3ew] {
    display: flex;
    gap: 6px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.cc-tab[b-34p5m1s3ew] {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #8a8778;
    background: transparent;
    cursor: pointer;
    transition: all 0.14s;
}

.cc-tab:hover[b-34p5m1s3ew] {
    border-color: rgba(255, 255, 255, 0.22);
    color: #ede9df;
}

.cc-tab.is-active[b-34p5m1s3ew] {
    background: rgba(200, 168, 106, 0.14);
    border-color: rgba(200, 168, 106, 0.45);
    color: #e2c98a;
}

.cc-grid[b-34p5m1s3ew] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.cc-card[b-34p5m1s3ew] {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 9px;
    overflow: hidden;
    background: #131310;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, transform 0.12s;
}

.cc-card:hover[b-34p5m1s3ew] {
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

.cc-thumb[b-34p5m1s3ew] {
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cc-card.theme-1 .cc-thumb[b-34p5m1s3ew] { background: linear-gradient(135deg, #181310, #211a0e); color: #e2c98a; }
.cc-card.theme-2 .cc-thumb[b-34p5m1s3ew] { background: linear-gradient(135deg, #0f1a18, #142120); color: #72c4b3; }
.cc-card.theme-3 .cc-thumb[b-34p5m1s3ew] { background: linear-gradient(135deg, #1a1012, #25131a); color: #c888aa; }
.cc-card.theme-4 .cc-thumb[b-34p5m1s3ew] { background: linear-gradient(135deg, #0e1218, #121826); color: #8aa8d4; }

.cc-thumb-title[b-34p5m1s3ew] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.cc-thumb-sub[b-34p5m1s3ew] {
    font-size: 9px;
    opacity: 0.55;
    margin-top: 4px;
    letter-spacing: 0.05em;
}

.cc-body[b-34p5m1s3ew] {
    padding: 10px 12px;
}

.cc-name[b-34p5m1s3ew] {
    font-size: 12px;
    font-weight: 500;
    color: #ede9df;
    margin-bottom: 6px;
    line-height: 1.3;
}

.cc-pills[b-34p5m1s3ew] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.cc-pill[b-34p5m1s3ew] {
    font-size: 9px;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #8a8778;
}

.cc-pill.is-beginner[b-34p5m1s3ew] {
    border-color: rgba(107, 170, 122, 0.3);
    color: #6baa7a;
    background: rgba(107, 170, 122, 0.1);
}

.cc-pill.is-intermediate[b-34p5m1s3ew] {
    border-color: rgba(200, 168, 106, 0.25);
    color: #c8a86a;
    background: rgba(200, 168, 106, 0.08);
}

.cc-pill.is-advanced[b-34p5m1s3ew] {
    border-color: rgba(200, 112, 112, 0.3);
    color: #c87070;
    background: rgba(200, 112, 112, 0.08);
}

.cc-empty[b-34p5m1s3ew] {
    text-align: center;
    padding: 60px 20px;
}

.cc-empty-title[b-34p5m1s3ew] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 24px;
    color: #ede9df;
    margin-bottom: 8px;
}

.cc-empty-sub[b-34p5m1s3ew] {
    font-size: 13px;
    color: #8a8778;
    margin-bottom: 20px;
}

.cc-back-link[b-34p5m1s3ew] {
    color: #c8a86a;
    text-decoration: none;
    font-size: 13px;
}

.cc-empty-inline[b-34p5m1s3ew] {
    color: #8a8778;
    font-size: 13px;
    padding: 24px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .cc-title[b-34p5m1s3ew] {
        font-size: 24px;
    }
    .cc-grid[b-34p5m1s3ew] {
        grid-template-columns: 1fr;
    }
}
/* _content/WebSite/Pages/Index.razor.rz.scp.css */
/* =========================================================
   Island Touch Dance Academy — Home page
   Editorial luxury · dark/gold · serif-led
   ========================================================= */

.home-root[b-9m6japmenp] {
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    isolation: isolate;
    min-height: 100vh;
}

/* Subtle film grain overlay for warmth */
.home-root[b-9m6japmenp]::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.028;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}

/* ── Section frame ── */
.home-root section[b-9m6japmenp] {
    position: relative;
    padding: 64px 56px;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
}

.home-section-head[b-9m6japmenp] {
    margin-bottom: 40px;
    max-width: 720px;
}
.home-section-num[b-9m6japmenp] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.home-section-num[b-9m6japmenp]::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(200, 168, 106, 0.45);
}
.home-section-title[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(38px, 5.5vw, 64px);
    font-weight: 400;
    color: #ede9df;
    margin: 0 0 18px;
    line-height: 1;
    letter-spacing: -0.012em;
}
.home-section-title em[b-9m6japmenp] {
    font-style: italic;
    color: #c8a86a;
}
.home-section-lead[b-9m6japmenp] {
    font-size: 15px;
    color: #8a8778;
    max-width: 520px;
    line-height: 1.75;
    margin: 0;
}

/* =========================================================
   HERO
   ========================================================= */
.home-root section.home-hero[b-9m6japmenp] {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -75px;
    padding: 0;
    background: #000;
    overflow: hidden;
}
.home-hero-image[b-9m6japmenp] {
    display: block;
    width: 100%;
    height: auto;
}
.home-hero-inner[b-9m6japmenp] {
    padding: 36px 60px 56px;
    display: flex;
    justify-content: center;
}
.home-hero-cta[b-9m6japmenp] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.home-btn[b-9m6japmenp] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.22s ease;
    cursor: pointer;
    letter-spacing: 0.05em;
}
.home-btn-arrow[b-9m6japmenp] {
    transition: transform 0.22s ease;
    display: inline-block;
}
.home-btn-primary[b-9m6japmenp] {
    background: #c8a86a;
    color: #0b0b09;
    border-color: #c8a86a;
}
.home-btn-primary:hover[b-9m6japmenp] {
    background: #e2c98a;
    border-color: #e2c98a;
    color: #0b0b09;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(200, 168, 106, 0.35);
}
.home-btn-primary:hover .home-btn-arrow[b-9m6japmenp] {
    transform: translateX(5px);
}
.home-btn-ghost[b-9m6japmenp] {
    background: transparent;
    color: #ede9df;
    border-color: rgba(255, 255, 255, 0.22);
}
.home-btn-ghost:hover[b-9m6japmenp] {
    border-color: #c8a86a;
    color: #c8a86a;
    background: rgba(200, 168, 106, 0.04);
}
.home-btn-lg[b-9m6japmenp] {
    padding: 20px 38px;
    font-size: 14px;
}

/* =========================================================
   TRINITY (3 products)
   ========================================================= */
.home-trinity-grid[b-9m6japmenp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.home-prod[b-9m6japmenp] {
    padding: 44px 32px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0d0b;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease;
    display: flex;
    flex-direction: column;
}
.home-prod[b-9m6japmenp]::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.55;
    transition: opacity 0.35s ease;
}
.home-prod-itda[b-9m6japmenp]::before {
    background:
        radial-gradient(ellipse at top right, rgba(200, 168, 106, 0.18), transparent 60%),
        linear-gradient(155deg, #1a1612 0%, #231e14 100%);
}
.home-prod-master[b-9m6japmenp]::before {
    background:
        radial-gradient(ellipse at top right, rgba(107, 191, 176, 0.18), transparent 60%),
        linear-gradient(155deg, #111a19 0%, #142220 100%);
}
.home-prod-choreo[b-9m6japmenp]::before {
    background:
        radial-gradient(ellipse at top right, rgba(176, 127, 212, 0.18), transparent 60%),
        linear-gradient(155deg, #1a1118 0%, #221326 100%);
}
.home-prod > *[b-9m6japmenp] {
    position: relative;
    z-index: 1;
}
.home-prod:hover[b-9m6japmenp] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);
}
.home-prod:hover[b-9m6japmenp]::before {
    opacity: 0.85;
}
.home-prod-tag[b-9m6japmenp] {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(232, 228, 224, 0.45);
    display: block;
    margin-bottom: 26px;
}
.home-prod-name[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 60px;
    font-weight: 400;
    line-height: 0.95;
    margin: 0 0 20px;
    letter-spacing: 0.005em;
}
.home-prod-itda .home-prod-name[b-9m6japmenp] { color: #e2c98a; }
.home-prod-master .home-prod-name[b-9m6japmenp] { color: #72c4b3; }
.home-prod-choreo .home-prod-name[b-9m6japmenp] { color: #c2a0e0; }

.home-prod-desc[b-9m6japmenp] {
    font-size: 14px;
    color: rgba(232, 228, 224, 0.72);
    line-height: 1.72;
    margin: 0 0 28px;
    flex: 1;
}
.home-prod-meta[b-9m6japmenp] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}
.home-prod-price[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: #ede9df;
    line-height: 1;
    font-weight: 400;
}
.home-prod-price sup[b-9m6japmenp] {
    font-size: 16px;
    color: #8a8778;
    top: -1.1em;
    position: relative;
}
.home-prod-period[b-9m6japmenp] {
    font-size: 11px;
    color: #8a8778;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.home-prod-alt[b-9m6japmenp] {
    font-size: 11px;
    color: #4e4d47;
    margin-left: auto;
    font-family: 'DM Mono', monospace;
    letter-spacing: 0.08em;
}
.home-prod-link[b-9m6japmenp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0;
    align-self: flex-start;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    transition: gap 0.22s ease;
}
.home-prod-arrow[b-9m6japmenp] {
    transition: transform 0.22s ease;
}
.home-prod-itda .home-prod-link[b-9m6japmenp] { color: #e2c98a; border-color: rgba(226, 201, 138, 0.35); }
.home-prod-master .home-prod-link[b-9m6japmenp] { color: #72c4b3; border-color: rgba(114, 196, 179, 0.35); }
.home-prod-choreo .home-prod-link[b-9m6japmenp] { color: #c2a0e0; border-color: rgba(194, 160, 224, 0.35); }
.home-prod-link:hover[b-9m6japmenp] { gap: 14px; }
.home-prod-link:hover .home-prod-arrow[b-9m6japmenp] { transform: translateX(3px); }

/* =========================================================
   MASTERS (instructors)
   ========================================================= */
.home-masters[b-9m6japmenp] {
    background: linear-gradient(180deg, transparent 0%, rgba(200, 168, 106, 0.025) 100%);
}
.home-masters-body[b-9m6japmenp] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 88px;
    align-items: center;
}
.home-masters-pull[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(28px, 3.8vw, 48px);
    font-weight: 400;
    color: #ede9df;
    line-height: 1.22;
    margin: 0 0 36px;
    position: relative;
    padding-left: 24px;
}
.home-masters-pull[b-9m6japmenp]::before {
    content: '\201C';
    position: absolute;
    left: -0.18em;
    top: -0.45em;
    color: #c8a86a;
    font-size: 1.8em;
    opacity: 0.55;
    line-height: 1;
}
.home-masters-attr[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 26px;
    color: #c8a86a;
    margin: 0 0 14px;
    padding-left: 24px;
}
.home-masters-attr em[b-9m6japmenp] {
    font-style: italic;
    margin: 0 4px;
    color: #e2c98a;
}
.home-masters-credits[b-9m6japmenp] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #4e4d47;
    line-height: 1.9;
    margin: 0;
    padding-left: 24px;
}
.home-masters-portrait[b-9m6japmenp] {
    position: relative;
    padding-bottom: 48px;
}
.home-portrait-frame[b-9m6japmenp] {
    aspect-ratio: 4 / 5;
    background:
        radial-gradient(ellipse at center, rgba(200, 168, 106, 0.12), transparent 65%),
        linear-gradient(135deg, #1a1612 0%, #231e14 100%);
    border: 1px solid rgba(200, 168, 106, 0.28);
    position: relative;
    padding: 18px;
    overflow: hidden;
}
.home-portrait-inner[b-9m6japmenp] {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(200, 168, 106, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.home-portrait-ornament[b-9m6japmenp] {
    color: rgba(200, 168, 106, 0.32);
    font-size: 88px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}
.home-portrait-label[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: rgba(226, 201, 138, 0.6);
    font-size: 28px;
    letter-spacing: 0.05em;
}
.home-portrait-caption[b-9m6japmenp] {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: #4e4d47;
    text-transform: uppercase;
}

/* =========================================================
   LATEST VIDEOS
   ========================================================= */
.home-latest-grid[b-9m6japmenp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px;
}
.home-latest-card[b-9m6japmenp] {
    cursor: pointer;
    background: #131310;
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    transition: border-color 0.22s ease, transform 0.22s ease;
}
.home-latest-card:hover[b-9m6japmenp] {
    border-color: rgba(200, 168, 106, 0.4);
    transform: translateY(-3px);
}
.home-latest-thumb[b-9m6japmenp] {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: #1a1a16;
    position: relative;
    overflow: hidden;
}
.home-latest-thumb[b-9m6japmenp]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(11, 11, 9, 0.85) 100%);
}
.home-latest-play[b-9m6japmenp] {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    background: #c8a86a;
    color: #0b0b09;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 3px;
    z-index: 1;
    opacity: 0;
    transform: translateY(8px) scale(0.85);
    transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
}
.home-latest-card:hover .home-latest-play[b-9m6japmenp] {
    opacity: 1;
    transform: translateY(0) scale(1);
    background: #e2c98a;
}
.home-latest-body[b-9m6japmenp] {
    padding: 18px 20px 24px;
}
.home-latest-eyebrow[b-9m6japmenp] {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c8a86a;
    display: block;
    margin-bottom: 10px;
}
.home-latest-title[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 400;
    color: #ede9df;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.005em;
}
.home-latest-loading[b-9m6japmenp] {
    color: #4e4d47;
    font-size: 13px;
    font-style: italic;
    padding: 40px 0;
}

/* =========================================================
   VOICES (testimonials)
   ========================================================= */
.home-voices-grid[b-9m6japmenp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.home-voice[b-9m6japmenp] {
    padding: 32px 32px 32px 36px;
    margin: 0;
    position: relative;
    border-left: 1px solid rgba(200, 168, 106, 0.2);
}
.home-voice[b-9m6japmenp]::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 32px;
    width: 1px;
    height: 30px;
    background: #c8a86a;
}
.home-voice-quote[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    color: #ede9df;
    line-height: 1.42;
    margin: 0 0 28px;
    padding: 0;
}
.home-voice-attr[b-9m6japmenp] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.home-voice-name[b-9m6japmenp] {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #c8a86a;
    letter-spacing: 0.04em;
}
.home-voice-loc[b-9m6japmenp] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4e4d47;
}

/* =========================================================
   FINALE CTA
   ========================================================= */
.home-finale[b-9m6japmenp] {
    text-align: center;
    padding: 80px 56px 96px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(ellipse at center top, rgba(200, 168, 106, 0.06), transparent 60%),
        #0b0b09;
}
.home-finale-rule[b-9m6japmenp] {
    width: 60px;
    height: 1px;
    background: rgba(200, 168, 106, 0.55);
    margin: 0 auto 26px;
}
.home-finale-eyebrow[b-9m6japmenp] {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.24em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.home-finale-title[b-9m6japmenp] {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(56px, 8vw, 112px);
    font-weight: 400;
    color: #ede9df;
    margin: 0 0 20px;
    line-height: 0.92;
    letter-spacing: -0.018em;
}
.home-finale-title em[b-9m6japmenp] {
    font-style: italic;
    color: #c8a86a;
}
.home-finale-sub[b-9m6japmenp] {
    font-size: 15px;
    color: #8a8778;
    margin: 0 auto 44px;
    max-width: 440px;
    line-height: 1.75;
}

/* =========================================================
   ENTRANCE ANIMATIONS
   ========================================================= */
@keyframes home-rise-b-9m6japmenp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
.home-hero-cta[b-9m6japmenp] {
    opacity: 0;
    animation: home-rise-b-9m6japmenp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.25s;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
    .home-root section[b-9m6japmenp] {
        padding: 48px 28px;
    }
    .home-root section.home-hero[b-9m6japmenp] {
        margin-top: -50px;
    }
    .home-hero-inner[b-9m6japmenp] {
        padding: 28px 28px 40px;
    }
    .home-trinity-grid[b-9m6japmenp] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .home-masters-body[b-9m6japmenp] {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .home-masters-pull[b-9m6japmenp],
    .home-masters-attr[b-9m6japmenp],
    .home-masters-credits[b-9m6japmenp] {
        padding-left: 18px;
    }
    .home-voices-grid[b-9m6japmenp] {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .home-voice[b-9m6japmenp] {
        padding: 24px 0 24px 24px;
    }
    .home-finale[b-9m6japmenp] {
        padding: 56px 28px 72px;
    }
    .home-prod-name[b-9m6japmenp] {
        font-size: 48px;
    }
}

@media (max-width: 540px) {
    .home-root section[b-9m6japmenp] {
        padding: 60px 20px;
    }
    .home-hero-cta[b-9m6japmenp] {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-btn[b-9m6japmenp] {
        width: 100%;
        justify-content: center;
    }
    .home-section-title[b-9m6japmenp] { font-size: 36px; }
    .home-prod[b-9m6japmenp] { padding: 36px 26px 30px; }
    .home-prod-name[b-9m6japmenp] { font-size: 42px; }
    .home-prod-meta[b-9m6japmenp] { gap: 8px; }
    .home-prod-alt[b-9m6japmenp] { margin-left: 0; flex-basis: 100%; }
    .home-voice-quote[b-9m6japmenp] { font-size: 19px; }
}
/* _content/WebSite/Pages/InsideCourse.razor.rz.scp.css */
.ic-breadcrumb[b-x6wovnfy4v] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #8a8778;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.ic-breadcrumb a[b-x6wovnfy4v] { color: #c8a86a; text-decoration: none; transition: color 0.12s; }
.ic-breadcrumb a:hover[b-x6wovnfy4v] { color: #e2c98a; }
.ic-sep[b-x6wovnfy4v] { color: #4e4d47; }
.ic-current[b-x6wovnfy4v] { color: #ede9df; }

.ic-header[b-x6wovnfy4v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ic-header-main[b-x6wovnfy4v] { flex: 1; min-width: 0; }
.ic-title[b-x6wovnfy4v] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 30px;
    font-weight: 500;
    color: #ede9df;
    margin: 0 0 6px;
    line-height: 1.1;
}
.ic-meta[b-x6wovnfy4v] {
    font-size: 12px;
    color: #8a8778;
    margin: 0 0 14px;
}
.ic-progress-wrap[b-x6wovnfy4v] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 360px;
}
.ic-progress-bar[b-x6wovnfy4v] {
    height: 4px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 2px;
    overflow: hidden;
}
.ic-progress-fill[b-x6wovnfy4v] {
    height: 100%;
    background: linear-gradient(90deg, #c8a86a, #e2c98a);
    transition: width 0.3s ease;
}
.ic-progress-text[b-x6wovnfy4v] {
    font-size: 11px;
    color: #8a8778;
}
.ic-backbtn[b-x6wovnfy4v] {
    font-size: 11px;
    color: #8a8778;
    background: #1a1a16;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    padding: 7px 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.14s;
}
.ic-backbtn:hover[b-x6wovnfy4v] {
    color: #ede9df;
    border-color: rgba(255, 255, 255, 0.22);
}

.ic-lessons[b-x6wovnfy4v] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ic-row[b-x6wovnfy4v] {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ic-row:last-child[b-x6wovnfy4v] {
    border-bottom: none;
}
.ic-row-link[b-x6wovnfy4v] {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 16px;
    padding: 14px 4px;
    color: inherit;
    text-decoration: none;
    transition: background 0.12s;
}
.ic-row-link:hover[b-x6wovnfy4v] {
    background: rgba(255, 255, 255, 0.02);
}
.ic-row-text[b-x6wovnfy4v] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}
.ic-lesson-title[b-x6wovnfy4v] {
    font-size: 13px;
    font-weight: 500;
    color: #ede9df;
}
.ic-lesson-status[b-x6wovnfy4v] {
    font-size: 11px;
}
.ic-done-tag[b-x6wovnfy4v]      { color: #6baa7a; font-weight: 500; }
.ic-continue-tag[b-x6wovnfy4v]  { color: rgba(200, 168, 106, 0.85); font-weight: 500; }
.ic-upcoming-tag[b-x6wovnfy4v]  { color: #4e4d47; }
.ic-current-arrow[b-x6wovnfy4v] { color: #c8a86a; margin-left: 6px; }

.ic-row.is-current .ic-lesson-title[b-x6wovnfy4v]  { color: #e2c98a; }

.ic-row-thumb[b-x6wovnfy4v] {
    position: relative;
    width: 100px;
    height: 56px;
    background: #1a1a16;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #4e4d47;
    font-family: 'DM Mono', monospace;
    overflow: hidden;
    flex-shrink: 0;
}
.ic-row-thumb img[b-x6wovnfy4v] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ic-row-thumb-badge[b-x6wovnfy4v] {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 2px 6px;
    background: rgba(11, 11, 9, 0.78);
    color: #ede9df;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.1em;
    border-radius: 3px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.ic-row-thumb.has-image[b-x6wovnfy4v] {
    background: #000;
}
.ic-row.is-current .ic-row-thumb[b-x6wovnfy4v] {
    border-color: rgba(200, 168, 106, 0.45);
    color: #c8a86a;
}
.ic-row.is-current .ic-row-thumb-badge[b-x6wovnfy4v] {
    background: rgba(200, 168, 106, 0.85);
    color: #0b0b09;
}
.ic-row.is-done .ic-row-thumb[b-x6wovnfy4v] {
    border-color: rgba(107, 170, 122, 0.3);
    color: #6baa7a;
}

.ic-empty[b-x6wovnfy4v] {
    text-align: center;
    padding: 60px 20px;
}
.ic-empty-title[b-x6wovnfy4v] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 24px;
    color: #ede9df;
    margin-bottom: 16px;
}
.ic-back-link[b-x6wovnfy4v] {
    color: #c8a86a;
    text-decoration: none;
    font-size: 13px;
}

@media (max-width: 768px) {
    .ic-header[b-x6wovnfy4v] { flex-direction: column; align-items: stretch; }
    .ic-title[b-x6wovnfy4v] { font-size: 24px; }
    .ic-row-link[b-x6wovnfy4v] { grid-template-columns: 1fr; }
    .ic-row-thumb[b-x6wovnfy4v] { display: none; }
}
/* _content/WebSite/Pages/InsideLesson.razor.rz.scp.css */
.il-breadcrumb[b-43o4ltp9go] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #8a8778;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.il-breadcrumb a[b-43o4ltp9go] { color: #c8a86a; text-decoration: none; transition: color 0.12s; }
.il-breadcrumb a:hover[b-43o4ltp9go] { color: #e2c98a; }
.il-sep[b-43o4ltp9go] { color: #4e4d47; }
.il-current[b-43o4ltp9go] { color: #ede9df; }

.il-layout[b-43o4ltp9go] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.il-player-wrap[b-43o4ltp9go] {
    background: #0b0b09;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 9px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.il-player-wrap > div[b-43o4ltp9go] { width: 100%; height: 100%; }

/* Video.js dark/gold brand overrides — scoped to .il-vjs so the legacy
   JWPlayer pages aren't affected. ::deep punches through Blazor scoped CSS. */
[b-43o4ltp9go] .il-vjs.video-js {
    width: 100%;
    height: 100%;
    background: #0b0b09;
}
[b-43o4ltp9go] .il-vjs .vjs-big-play-button {
    background-color: rgba(200, 168, 106, 0.15);
    border-color: rgba(200, 168, 106, 0.65);
    color: #e2c98a;
}
[b-43o4ltp9go] .il-vjs:hover .vjs-big-play-button,
[b-43o4ltp9go] .il-vjs .vjs-big-play-button:focus {
    background-color: rgba(200, 168, 106, 0.3);
    border-color: #e2c98a;
}
[b-43o4ltp9go] .il-vjs .vjs-control-bar {
    background-color: rgba(11, 11, 9, 0.85);
}
[b-43o4ltp9go] .il-vjs .vjs-play-progress,
[b-43o4ltp9go] .il-vjs .vjs-volume-level {
    background-color: #c8a86a;
}
[b-43o4ltp9go] .il-vjs .vjs-slider:hover .vjs-play-progress {
    background-color: #e2c98a;
}
[b-43o4ltp9go] .il-vjs .vjs-load-progress { background-color: rgba(200, 168, 106, 0.25); }
[b-43o4ltp9go] .il-vjs .vjs-load-progress div { background-color: rgba(200, 168, 106, 0.4); }

/* Custom quality-picker MenuButton — needs an explicit icon.
   VideoJS 8.21.1 icon font glyphs: \f10f is downloading, \f114 is the cog. */
[b-43o4ltp9go] .il-vjs .vjs-quality-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f114";
    font-size: 1.7em;
    line-height: 1.5;
}
[b-43o4ltp9go] .il-vjs .vjs-quality-button .vjs-menu-content {
    max-height: 240px;
    background: rgba(11, 11, 9, 0.92);
    border: 1px solid rgba(200, 168, 106, 0.25);
}
[b-43o4ltp9go] .il-vjs .vjs-quality-button .vjs-menu-item.vjs-selected {
    background-color: rgba(200, 168, 106, 0.2);
    color: #e2c98a;
}

.il-no-video[b-43o4ltp9go] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 24px;
    color: #8a8778;
}
.il-no-video p[b-43o4ltp9go] { margin: 0 0 6px; font-size: 13px; }
.il-no-video-sub[b-43o4ltp9go] { font-size: 11px; color: #4e4d47; }
.il-no-video em[b-43o4ltp9go] { color: #ede9df; font-style: italic; }

.il-meta[b-43o4ltp9go] {
    padding: 16px 2px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.il-meta-line[b-43o4ltp9go] {
    font-size: 11px;
    color: #8a8778;
    letter-spacing: 0.04em;
    margin: 0 0 4px;
}
.il-lesson-title[b-43o4ltp9go] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 24px;
    font-weight: 500;
    color: #ede9df;
    margin: 0 0 6px;
    line-height: 1.2;
}
.il-types[b-43o4ltp9go] {
    font-size: 11px;
    color: #c8a86a;
    letter-spacing: 0.04em;
    margin: 0;
}

.il-autoadvance[b-43o4ltp9go] {
    margin-top: 14px;
    padding: 12px 14px;
    background: rgba(200, 168, 106, 0.08);
    border: 1px solid rgba(200, 168, 106, 0.3);
    border-radius: 7px;
    color: #e2c98a;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.il-autoadvance strong[b-43o4ltp9go] { color: #ede9df; font-weight: 500; }
.il-aa-btn[b-43o4ltp9go] {
    background: transparent;
    color: #8a8778;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: all 0.14s;
}
.il-aa-btn:hover[b-43o4ltp9go] { color: #ede9df; border-color: rgba(255, 255, 255, 0.22); }
.il-aa-go[b-43o4ltp9go] {
    margin-left: auto;
    color: #c8a86a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.il-aa-go:hover[b-43o4ltp9go] { color: #e2c98a; }

.il-sidebar[b-43o4ltp9go] {
    background: #131310;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 9px;
    padding: 12px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    position: sticky;
    top: 16px;
}
.il-sb-head[b-43o4ltp9go] {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4e4d47;
    margin: 4px 6px 10px;
}
.il-sb-list[b-43o4ltp9go] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.il-sb-item[b-43o4ltp9go] {
    list-style: none;
}
.il-sb-item a[b-43o4ltp9go] {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid transparent;
    color: inherit;
    text-decoration: none;
    transition: background 0.12s, border-color 0.12s;
}
.il-sb-item a:hover[b-43o4ltp9go] { background: rgba(255, 255, 255, 0.02); }
.il-sb-item.is-current a[b-43o4ltp9go] {
    background: rgba(200, 168, 106, 0.1);
    border-color: rgba(200, 168, 106, 0.3);
}
.il-sb-thumb[b-43o4ltp9go] {
    width: 36px;
    height: 28px;
    background: #1a1a16;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #4e4d47;
    font-family: 'DM Mono', monospace;
}
.il-sb-item.is-current .il-sb-thumb[b-43o4ltp9go] { border-color: rgba(200, 168, 106, 0.45); background: rgba(200, 168, 106, 0.1); }
.il-sb-item.is-done .il-sb-thumb[b-43o4ltp9go] { border-color: rgba(107, 170, 122, 0.3); background: rgba(107, 170, 122, 0.05); }
.il-sb-check[b-43o4ltp9go] { color: #6baa7a; font-size: 12px; font-weight: 500; }
.il-sb-dot[b-43o4ltp9go] {
    width: 7px; height: 7px; border-radius: 50%;
    background: #c8a86a;
}
.il-sb-idx[b-43o4ltp9go] { font-family: 'DM Mono', monospace; font-size: 10px; color: #8a8778; }
.il-sb-text[b-43o4ltp9go] { min-width: 0; }
.il-sb-title[b-43o4ltp9go] {
    font-size: 11px;
    font-weight: 500;
    color: #ede9df;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.il-sb-status[b-43o4ltp9go] {
    font-size: 9px;
    color: #4e4d47;
}
.il-sb-item.is-current .il-sb-status[b-43o4ltp9go] { color: #c8a86a; }
.il-sb-item.is-done .il-sb-status[b-43o4ltp9go] { color: #6baa7a; }

.il-empty[b-43o4ltp9go] {
    text-align: center;
    padding: 60px 20px;
}
.il-empty-title[b-43o4ltp9go] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 24px;
    color: #ede9df;
    margin-bottom: 16px;
}
.il-back-link[b-43o4ltp9go] { color: #c8a86a; text-decoration: none; font-size: 13px; }

@media (max-width: 900px) {
    .il-layout[b-43o4ltp9go] { grid-template-columns: 1fr; }
    .il-sidebar[b-43o4ltp9go] { position: static; max-height: none; }
}
/* _content/WebSite/Pages/Library.razor.rz.scp.css */
.lib-header[b-mond8yt13h] {
    margin-bottom: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lib-eyebrow[b-mond8yt13h] {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c8a86a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lib-eyebrow[b-mond8yt13h]::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(200, 168, 106, 0.45);
}

.lib-title[b-mond8yt13h] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #ede9df;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
}

.lib-title em[b-mond8yt13h] {
    font-style: italic;
    color: #c8a86a;
}

.lib-sub[b-mond8yt13h] {
    font-size: 13px;
    color: #8a8778;
    line-height: 1.7;
    max-width: 500px;
    margin: 0;
}

.lib-loading[b-mond8yt13h] {
    color: #8a8778;
    font-size: 13px;
    padding: 40px 0;
    text-align: center;
}

.lib-grid[b-mond8yt13h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.lib-card[b-mond8yt13h] {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;
    overflow: hidden;
    background: #131310;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s;
}

.lib-card:hover[b-mond8yt13h] {
    border-color: rgba(200, 168, 106, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

.lib-card.is-upsell[b-mond8yt13h] {
    opacity: 0.55;
}

.lib-card.is-upsell:hover[b-mond8yt13h] {
    opacity: 0.85;
}

.lib-thumb[b-mond8yt13h] {
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 14px;
    text-align: center;
}

.lib-card.theme-itda .lib-thumb[b-mond8yt13h] {
    background: linear-gradient(135deg, #1a1612, #231e14);
    color: #e2c98a;
}

.lib-card.theme-masterclass .lib-thumb[b-mond8yt13h] {
    background: linear-gradient(135deg, #111a19, #142220);
    color: #6bbfb0;
}

.lib-card.theme-choreography .lib-thumb[b-mond8yt13h] {
    background: linear-gradient(135deg, #1a1118, #221326);
    color: #b07fd4;
}

.lib-badge[b-mond8yt13h] {
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.65;
    font-weight: 500;
}

.lib-mark[b-mond8yt13h] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.lib-info[b-mond8yt13h] {
    padding: 14px 16px;
}

.lib-name[b-mond8yt13h] {
    font-size: 13px;
    font-weight: 500;
    color: #ede9df;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib-meta[b-mond8yt13h] {
    font-size: 11px;
    color: #8a8778;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lib-dot[b-mond8yt13h] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4e4d47;
    flex-shrink: 0;
}

.lib-active[b-mond8yt13h] {
    color: #6baa7a;
    font-weight: 500;
}

.lib-price[b-mond8yt13h] {
    color: #c8a86a;
    font-weight: 500;
}

@media (max-width: 768px) {
    .lib-title[b-mond8yt13h] {
        font-size: 28px;
    }

    .lib-grid[b-mond8yt13h] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .lib-grid[b-mond8yt13h] {
        grid-template-columns: 1fr;
    }

    .lib-title[b-mond8yt13h] {
        font-size: 22px;
    }
}
/* _content/WebSite/Pages/Subscribe.razor.rz.scp.css */
/* =========================================================
   Island Touch Dance Academy — Subscribe
   Dark · gold · serif. Matches Home + Library aesthetic.
   ========================================================= */

.sub-root[b-dzizl4muyb] {
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 100px 56px 120px;
    position: relative;
    isolation: isolate;
}

/* Subtle film grain */
.sub-root[b-dzizl4muyb]::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.028;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}

/* =========================================================
   HEADER
   ========================================================= */
.sub-head[b-dzizl4muyb] {
    max-width: 760px;
    margin: 0 auto 72px;
    text-align: center;
}
.sub-eyebrow[b-dzizl4muyb] {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.sub-title[b-dzizl4muyb] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(56px, 8vw, 96px);
    color: #ede9df;
    margin: 0 0 24px;
    line-height: 0.96;
    letter-spacing: -0.022em;
}
.sub-title em[b-dzizl4muyb] {
    font-style: italic;
    color: #c8a86a;
}
.sub-lead[b-dzizl4muyb] {
    font-size: 16px;
    color: #8a8778;
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto;
}

/* =========================================================
   FORM
   EditForm + InputText render as separate Blazor components,
   so their root elements don't receive the page's scope
   attribute. Use ::deep to target them.
   ========================================================= */
.sub-root[b-dzizl4muyb]  .sub-form {
    max-width: 1080px;
    margin: 0 auto;
}

/* Section contents (everything except plan picker) sit in a tighter
   editorial column so inputs don't stretch full-bleed. */
.sub-section > .sub-grid[b-dzizl4muyb],
.sub-section > .sub-field[b-dzizl4muyb],
.sub-section > .sub-card-wrap[b-dzizl4muyb] {
    max-width: 720px;
}

.sub-section[b-dzizl4muyb] {
    padding: 56px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sub-section:first-of-type[b-dzizl4muyb] {
    border-top: none;
    padding-top: 0;
}

.sub-section-head[b-dzizl4muyb] {
    display: flex;
    align-items: baseline;
    gap: 22px;
    margin-bottom: 36px;
}
.sub-section-num[b-dzizl4muyb] {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    padding: 4px 10px;
    border: 1px solid rgba(200, 168, 106, 0.4);
}
.sub-section-title[b-dzizl4muyb] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 44px);
    color: #ede9df;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.012em;
}
.sub-section-title em[b-dzizl4muyb] {
    font-style: italic;
    color: #c8a86a;
}

/* =========================================================
   PLAN CYCLE TOGGLE
   ========================================================= */
.sub-cycle[b-dzizl4muyb] {
    display: inline-flex;
    background: #131310;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px;
    margin-bottom: 36px;
    gap: 2px;
}
.sub-cycle-btn[b-dzizl4muyb] {
    background: transparent;
    border: none;
    color: #8a8778;
    padding: 12px 26px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.sub-cycle-btn:hover[b-dzizl4muyb] {
    color: #ede9df;
}
.sub-cycle-btn.is-active[b-dzizl4muyb] {
    background: #c8a86a;
    color: #0b0b09;
}
.sub-cycle-save[b-dzizl4muyb] {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 3px 8px;
    background: rgba(11, 11, 9, 0.18);
    color: inherit;
    font-weight: 500;
}
.sub-cycle-btn:not(.is-active) .sub-cycle-save[b-dzizl4muyb] {
    background: rgba(200, 168, 106, 0.12);
    color: #c8a86a;
}

/* =========================================================
   PLAN CARDS
   ========================================================= */
.sub-plans[b-dzizl4muyb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
}
.sub-plan[b-dzizl4muyb] {
    position: relative;
    padding: 36px 28px 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0d0d0b;
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition: all 0.28s ease;
    font-family: inherit;
    overflow: hidden;
}
.sub-plan[b-dzizl4muyb]::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.32s ease;
    pointer-events: none;
    z-index: 0;
}
.sub-plan-itda[b-dzizl4muyb]::before {
    background: radial-gradient(ellipse at 80% 0%, rgba(200, 168, 106, 0.18), transparent 60%),
                linear-gradient(135deg, #1a1612, #231e14);
}
.sub-plan-master[b-dzizl4muyb]::before {
    background: radial-gradient(ellipse at 80% 0%, rgba(112, 200, 188, 0.16), transparent 60%),
                linear-gradient(135deg, #111a19, #142220);
}
.sub-plan-choreo[b-dzizl4muyb]::before {
    background: radial-gradient(ellipse at 80% 0%, rgba(180, 130, 220, 0.16), transparent 60%),
                linear-gradient(135deg, #1a1118, #221326);
}
.sub-plan > *[b-dzizl4muyb] {
    position: relative;
    z-index: 1;
}

.sub-plan:hover[b-dzizl4muyb] {
    border-color: rgba(200, 168, 106, 0.35);
    transform: translateY(-3px);
}
.sub-plan:hover[b-dzizl4muyb]::before {
    opacity: 0.4;
}
.sub-plan.is-selected[b-dzizl4muyb] {
    border-color: #c8a86a;
    box-shadow: 0 18px 40px -16px rgba(200, 168, 106, 0.35),
                inset 0 0 0 1px rgba(200, 168, 106, 0.5);
}
.sub-plan.is-selected[b-dzizl4muyb]::before {
    opacity: 1;
}
.sub-plan-master.is-selected[b-dzizl4muyb] {
    border-color: #70c8bc;
    box-shadow: 0 18px 40px -16px rgba(112, 200, 188, 0.35),
                inset 0 0 0 1px rgba(112, 200, 188, 0.5);
}
.sub-plan-choreo.is-selected[b-dzizl4muyb] {
    border-color: #b482dc;
    box-shadow: 0 18px 40px -16px rgba(180, 130, 220, 0.35),
                inset 0 0 0 1px rgba(180, 130, 220, 0.5);
}

.sub-plan-tag[b-dzizl4muyb] {
    display: inline-block;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sub-plan-master .sub-plan-tag[b-dzizl4muyb] { color: #70c8bc; }
.sub-plan-choreo .sub-plan-tag[b-dzizl4muyb] { color: #b482dc; }

.sub-plan-name[b-dzizl4muyb] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 38px;
    color: #ede9df;
    margin: 0 0 16px;
    line-height: 1;
}
.sub-plan-desc[b-dzizl4muyb] {
    font-size: 13px;
    color: #8a8778;
    line-height: 1.65;
    margin: 0 0 28px;
    min-height: 42px;
}
.sub-plan-price[b-dzizl4muyb] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.sub-plan-amt[b-dzizl4muyb] {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: #ede9df;
    line-height: 1;
    font-weight: 400;
}
.sub-plan-amt sup[b-dzizl4muyb] {
    font-size: 18px;
    color: #8a8778;
    margin-left: -3px;
    top: -0.7em;
}
.sub-plan-per[b-dzizl4muyb] {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: #8a8778;
    text-transform: uppercase;
}
.sub-plan-alt[b-dzizl4muyb] {
    flex-basis: 100%;
    font-size: 12px;
    color: #4e4d47;
    margin-top: 6px;
}

.sub-plan-check[b-dzizl4muyb] {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: transparent;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.22s ease;
}
.sub-plan.is-selected .sub-plan-check[b-dzizl4muyb] {
    background: #c8a86a;
    color: #0b0b09;
    border-color: #c8a86a;
}
.sub-plan-master.is-selected .sub-plan-check[b-dzizl4muyb] {
    background: #70c8bc;
    border-color: #70c8bc;
}
.sub-plan-choreo.is-selected .sub-plan-check[b-dzizl4muyb] {
    background: #b482dc;
    border-color: #b482dc;
}

/* =========================================================
   FIELDS
   ========================================================= */
.sub-grid[b-dzizl4muyb] {
    display: grid;
    gap: 22px;
    margin-bottom: 22px;
}
.sub-grid-2[b-dzizl4muyb] { grid-template-columns: repeat(2, 1fr); }
.sub-grid-3[b-dzizl4muyb] { grid-template-columns: repeat(3, 1fr); }

.sub-field[b-dzizl4muyb] {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}
.sub-field:last-child[b-dzizl4muyb] { margin-bottom: 0; }
.sub-grid .sub-field[b-dzizl4muyb] { margin-bottom: 0; }

.sub-label[b-dzizl4muyb] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #8a8778;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sub-label-opt[b-dzizl4muyb] {
    color: #4e4d47;
    text-transform: none;
    letter-spacing: 0.04em;
    margin-left: 8px;
}

.sub-root[b-dzizl4muyb]  .sub-input {
    background: #1c1c18;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ede9df;
    padding: 13px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: all 0.22s ease;
    outline: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.sub-root[b-dzizl4muyb]  .sub-input::placeholder {
    color: #5a5851;
}
.sub-root[b-dzizl4muyb]  .sub-input:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #1f1f1b;
}
.sub-root[b-dzizl4muyb]  .sub-input:focus {
    border-color: #c8a86a;
    background: #201f1a;
    box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.12);
    color: #ede9df;
}
.sub-root[b-dzizl4muyb]  .sub-input:-webkit-autofill,
.sub-root[b-dzizl4muyb]  .sub-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ede9df;
    -webkit-box-shadow: 0 0 0 1000px #1c1c18 inset;
    caret-color: #ede9df;
}

/* Constrain naturally-short fields */
.sub-field-promo[b-dzizl4muyb],
.sub-field-promo[b-dzizl4muyb]  .sub-input {
    max-width: 320px;
}

/* Select uses appearance: none for custom arrow */
.sub-root[b-dzizl4muyb]  .sub-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23c8a86a' stroke-width='1.4' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 42px;
}
.sub-root[b-dzizl4muyb]  .sub-select option {
    background: #1c1c18;
    color: #ede9df;
}

.sub-help[b-dzizl4muyb] {
    margin-top: 8px;
    font-size: 12px;
    color: #4e4d47;
}

.sub-root[b-dzizl4muyb]  .validation-message {
    color: #e29e9e;
    font-size: 12px;
    margin-top: 6px;
    font-family: 'DM Sans', sans-serif;
}

/* =========================================================
   TELERIK UPLOAD WRAPPER (override base styling)
   ========================================================= */
.sub-upload[b-dzizl4muyb] {
    background: #131310;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    padding: 16px;
}
.sub-upload[b-dzizl4muyb]  .k-upload {
    background: transparent;
    border: none;
    color: #ede9df;
}
.sub-upload[b-dzizl4muyb]  .k-upload-button {
    background: #c8a86a;
    border-color: #c8a86a;
    color: #0b0b09;
    font-family: 'DM Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0.02em;
}
.sub-upload[b-dzizl4muyb]  .k-upload-button:hover {
    background: #e2c98a;
    border-color: #e2c98a;
    color: #0b0b09;
}
.sub-upload[b-dzizl4muyb]  .k-dropzone-hint {
    color: #8a8778;
}

/* =========================================================
   PAYMENT (light highlight on the card area)
   ========================================================= */
.sub-card-wrap[b-dzizl4muyb] {
    background: #0d0d0b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px;
}
.sub-card-wrap .sub-field[b-dzizl4muyb] { margin-bottom: 22px; }
.sub-card-wrap .sub-field:last-child[b-dzizl4muyb],
.sub-card-wrap .sub-grid:last-child[b-dzizl4muyb] { margin-bottom: 0; }

/* ---- Trust row (lock + accepted cards + stripe) ---- */
.sub-card-trust[b-dzizl4muyb] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 22px;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sub-card-trust-secure[b-dzizl4muyb] {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: #8a8778;
    text-transform: uppercase;
}
.sub-card-trust-icon[b-dzizl4muyb] {
    width: 13px;
    height: 14px;
    color: #c8a86a;
    flex-shrink: 0;
}
.sub-card-trust-brands[b-dzizl4muyb] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sub-card-brand[b-dzizl4muyb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    line-height: 1;
    user-select: none;
}
.sub-card-brand svg[b-dzizl4muyb] {
    display: block;
}
/* VISA wordmark on dark background: park it in a white pill so the
   navy lettering reads cleanly. */
.brand-visa[b-dzizl4muyb] {
    background: #ffffff;
    padding: 3px 8px;
    border-radius: 3px;
}
.sub-card-trust-stripe[b-dzizl4muyb] {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    color: #5a5851;
    text-transform: uppercase;
}
.sub-card-trust-wordmark[b-dzizl4muyb] {
    font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #635bff;
    letter-spacing: -0.02em;
    text-transform: none;
    line-height: 1;
}

@media (max-width: 540px) {
    .sub-card-trust[b-dzizl4muyb] {
        justify-content: flex-start;
    }
    .sub-card-trust-stripe[b-dzizl4muyb] { width: 100%; }
}

/* =========================================================
   FOOTER · TERMS · SUBMIT
   ========================================================= */
.sub-footer[b-dzizl4muyb] {
    margin-top: 32px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.sub-terms[b-dzizl4muyb] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    font-size: 14px;
    color: #8a8778;
    line-height: 1.65;
}
.sub-terms input[type="checkbox"][b-dzizl4muyb] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    accent-color: #c8a86a;
    cursor: pointer;
    flex-shrink: 0;
}
.sub-terms a[b-dzizl4muyb] {
    color: #c8a86a;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 168, 106, 0.4);
    transition: border-color 0.18s ease;
}
.sub-terms a:hover[b-dzizl4muyb] {
    border-bottom-color: #c8a86a;
}

.sub-recaptcha[b-dzizl4muyb] {
    display: flex;
    justify-content: flex-start;
}

.sub-status[b-dzizl4muyb] {
    padding: 16px 20px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #131310;
}
.sub-status.is-error[b-dzizl4muyb] {
    border-color: rgba(200, 112, 112, 0.4);
    color: #e29e9e;
    background: rgba(200, 112, 112, 0.06);
}
.sub-status.is-success[b-dzizl4muyb] {
    border-color: rgba(107, 170, 122, 0.4);
    color: #9ad1a8;
    background: rgba(107, 170, 122, 0.06);
}

.sub-submit[b-dzizl4muyb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px 38px;
    background: #c8a86a;
    color: #0b0b09;
    border: 1px solid #c8a86a;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.22s ease;
    align-self: flex-start;
}
.sub-submit:hover:not(:disabled)[b-dzizl4muyb] {
    background: #e2c98a;
    border-color: #e2c98a;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -10px rgba(200, 168, 106, 0.4);
}
.sub-submit:hover:not(:disabled) .sub-submit-arrow[b-dzizl4muyb] {
    transform: translateX(6px);
}
.sub-submit:disabled[b-dzizl4muyb] {
    opacity: 0.45;
    cursor: not-allowed;
}
.sub-submit-arrow[b-dzizl4muyb] {
    transition: transform 0.22s ease;
    display: inline-block;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
    .sub-root[b-dzizl4muyb] {
        padding: 70px 28px 90px;
    }
    .sub-plans[b-dzizl4muyb] {
        grid-template-columns: 1fr;
    }
    .sub-grid-2[b-dzizl4muyb],
    .sub-grid-3[b-dzizl4muyb] {
        grid-template-columns: 1fr;
    }
    .sub-section-head[b-dzizl4muyb] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .sub-card-wrap[b-dzizl4muyb] {
        padding: 22px;
    }
}

@media (max-width: 540px) {
    .sub-cycle[b-dzizl4muyb] {
        display: flex;
        width: 100%;
    }
    .sub-cycle-btn[b-dzizl4muyb] {
        flex: 1;
        justify-content: center;
        padding: 12px 14px;
    }
    .sub-submit[b-dzizl4muyb] {
        align-self: stretch;
    }
}
/* _content/WebSite/Pages/UserProfile.razor.rz.scp.css */
/* =========================================================
   UserProfile — dark · gold · serif
   Matches Subscribe / Contact / Library aesthetic.
   ========================================================= */

.up-root[b-nmt61kwrv8] {
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 90px 56px 120px;
    position: relative;
    isolation: isolate;
}

.up-root[b-nmt61kwrv8]::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.028;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");
}

.up-head[b-nmt61kwrv8] {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}
.up-eyebrow[b-nmt61kwrv8] {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.up-title[b-nmt61kwrv8] {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(48px, 7vw, 80px);
    color: #ede9df;
    margin: 0 0 22px;
    line-height: 0.96;
    letter-spacing: -0.02em;
}
.up-title em[b-nmt61kwrv8] {
    font-style: italic;
    color: #c8a86a;
}
.up-lead[b-nmt61kwrv8] {
    font-size: 15px;
    color: #8a8778;
    line-height: 1.75;
    margin: 0;
}

.up-loading[b-nmt61kwrv8] {
    text-align: center;
    color: #8a8778;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 40px;
}

.up-card[b-nmt61kwrv8] {
    max-width: 980px;
    margin: 0 auto;
    background: #0d0d0b;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ── Identity (avatar + name) ── */
.up-identity[b-nmt61kwrv8] {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 32px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.up-avatar[b-nmt61kwrv8] {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(200, 168, 106, 0.35);
    flex-shrink: 0;
    background: rgba(200, 168, 106, 0.08);
}
.up-avatar img[b-nmt61kwrv8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.up-identity-eyebrow[b-nmt61kwrv8] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    color: #8a8778;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.up-identity-name[b-nmt61kwrv8] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 28px;
    color: #ede9df;
    margin: 0;
    line-height: 1;
}

/* ── Status banner ── */
.up-status[b-nmt61kwrv8] {
    max-width: 980px;
    margin: 0 auto 18px;
    padding: 14px 20px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #131310;
}
.up-status.is-error[b-nmt61kwrv8] {
    border-color: rgba(200, 112, 112, 0.4);
    color: #e29e9e;
    background: rgba(200, 112, 112, 0.06);
}
.up-status.is-success[b-nmt61kwrv8] {
    border-color: rgba(107, 170, 122, 0.4);
    color: #9ad1a8;
    background: rgba(107, 170, 122, 0.06);
}

/* ── Tabs (TelerikTabStrip via ::deep) ── */
.up-root[b-nmt61kwrv8]  .up-tabs {
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-items-wrapper {
    border: none;
    background: transparent;
    padding: 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-items {
    background: transparent;
    gap: 6px;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item {
    background: transparent !important;
    border: none !important;
    color: #8a8778 !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    padding: 16px 18px !important;
    transition: all 0.22s ease !important;
    position: relative;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item .k-link,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item .k-link-text {
    color: inherit !important;
    background: transparent !important;
    padding: 0 !important;
    font: inherit !important;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item:hover,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item:hover .k-link,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item:hover .k-link-text {
    color: #c8a86a !important;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-active,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-state-active {
    color: #c8a86a !important;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-active .k-link,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-active .k-link-text,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-state-active .k-link,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-state-active .k-link-text {
    color: #c8a86a !important;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-active::after,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-item.k-state-active::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -1px;
    height: 2px;
    background: #c8a86a;
}
.up-root[b-nmt61kwrv8]  .up-tabs .k-content,
.up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-content {
    background: transparent !important;
    border: none !important;
    color: inherit !important;
    padding: 0 !important;
}

.up-tab-body[b-nmt61kwrv8] {
    padding: 40px;
}

/* ── Form ── */
.up-form[b-nmt61kwrv8] {
    max-width: 720px;
}
.up-grid[b-nmt61kwrv8] {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.up-grid-2[b-nmt61kwrv8] { grid-template-columns: repeat(2, 1fr); }
.up-grid-3[b-nmt61kwrv8] { grid-template-columns: repeat(3, 1fr); }

.up-field[b-nmt61kwrv8] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.up-grid .up-field[b-nmt61kwrv8] { margin-bottom: 0; }
.up-field-action[b-nmt61kwrv8] {
    justify-content: flex-end;
}

.up-label[b-nmt61kwrv8] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #8a8778;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.up-label-opt[b-nmt61kwrv8] {
    color: #4e4d47;
    text-transform: none;
    letter-spacing: 0.04em;
    margin-left: 8px;
}

.up-root[b-nmt61kwrv8]  .up-input {
    background: #1c1c18;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ede9df;
    padding: 13px 16px;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: all 0.22s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
.up-root[b-nmt61kwrv8]  .up-input::placeholder {
    color: #5a5851;
}
.up-root[b-nmt61kwrv8]  .up-input:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: #1f1f1b;
}
.up-root[b-nmt61kwrv8]  .up-input:focus {
    border-color: #c8a86a;
    background: #201f1a;
    box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.12);
}
.up-root[b-nmt61kwrv8]  .up-input:-webkit-autofill,
.up-root[b-nmt61kwrv8]  .up-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ede9df;
    -webkit-box-shadow: 0 0 0 1000px #1c1c18 inset;
}
.up-root[b-nmt61kwrv8]  .up-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23c8a86a' stroke-width='1.4' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 42px;
}
.up-root[b-nmt61kwrv8]  .up-select option {
    background: #1c1c18;
    color: #ede9df;
}

.up-root[b-nmt61kwrv8]  .validation-message {
    color: #e29e9e;
    font-size: 12px;
    margin-top: 6px;
}

/* ── Submit ── */
.up-root[b-nmt61kwrv8]  .up-submit,
.up-submit[b-nmt61kwrv8] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    background: #c8a86a;
    color: #0b0b09;
    border: 1px solid #c8a86a;
    border-radius: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.22s ease;
    margin-top: 12px;
    text-transform: none;
}
.up-root[b-nmt61kwrv8]  .up-submit:hover,
.up-submit:hover[b-nmt61kwrv8] {
    background: #e2c98a;
    border-color: #e2c98a;
    color: #0b0b09;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px -10px rgba(200, 168, 106, 0.4);
}
.up-root[b-nmt61kwrv8]  .up-submit:hover .up-submit-arrow,
.up-submit:hover .up-submit-arrow[b-nmt61kwrv8] {
    transform: translateX(6px);
}
.up-submit-arrow[b-nmt61kwrv8] {
    transition: transform 0.22s ease;
    display: inline-block;
}

/* ── Telerik Upload (avatar uploader) ── */
.up-upload[b-nmt61kwrv8] {
    background: #131310;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    padding: 14px;
}
.up-root[b-nmt61kwrv8]  .up-upload .k-upload {
    background: transparent;
    border: none;
    color: #ede9df;
}
.up-root[b-nmt61kwrv8]  .up-upload .k-upload-button {
    background: #c8a86a;
    border-color: #c8a86a;
    color: #0b0b09;
    font-family: 'DM Sans', sans-serif;
    text-transform: none;
}
.up-root[b-nmt61kwrv8]  .up-upload .k-upload-button:hover {
    background: #e2c98a;
    border-color: #e2c98a;
}
.up-root[b-nmt61kwrv8]  .up-upload .k-dropzone-hint {
    color: #8a8778;
}

/* ── Renew / Add card section heading ── */
.up-renew[b-nmt61kwrv8],
.up-add-card[b-nmt61kwrv8] {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.up-section-eyebrow[b-nmt61kwrv8] {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    color: #c8a86a;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.up-section-title[b-nmt61kwrv8] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 32px;
    color: #ede9df;
    margin: 0 0 24px;
    line-height: 1;
}
.up-section-title em[b-nmt61kwrv8] {
    font-style: italic;
    color: #c8a86a;
}

/* ── Empty state ── */
.up-empty[b-nmt61kwrv8] {
    color: #8a8778;
    padding: 24px 0;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── Badge (Default, etc.) ── */
.up-badge[b-nmt61kwrv8] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: rgba(200, 168, 106, 0.12);
    border: 1px solid rgba(200, 168, 106, 0.3);
    color: #c8a86a;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* ── Telerik Grid (subscriptions / cards / invoices) ── */
.up-root[b-nmt61kwrv8]  .up-grid-table {
    background: transparent;
    color: #ede9df;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-header,
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-header-wrap,
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-toolbar {
    background: #131310;
    border-color: rgba(255, 255, 255, 0.08);
    color: #c8a86a;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-header th,
.up-root[b-nmt61kwrv8]  .up-grid-table .k-header {
    color: #c8a86a !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    background: #131310 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    padding: 14px 16px !important;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-content,
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-content-locked,
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-container {
    background: transparent;
    color: #ede9df;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-grid-table {
    background: transparent;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-table-row,
.up-root[b-nmt61kwrv8]  .up-grid-table tr {
    background: transparent !important;
    color: #ede9df !important;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-table-row:hover,
.up-root[b-nmt61kwrv8]  .up-grid-table tr:hover {
    background: rgba(200, 168, 106, 0.05) !important;
}
.up-root[b-nmt61kwrv8]  .up-grid-table .k-table-td,
.up-root[b-nmt61kwrv8]  .up-grid-table td {
    background: transparent !important;
    color: #ede9df !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
    padding: 14px 16px !important;
}

/* ── Telerik ConfirmButton / generic k-button ── */
.up-root[b-nmt61kwrv8]  .k-button-solid-primary,
.up-root[b-nmt61kwrv8]  .k-button-solid-base {
    background: #c8a86a !important;
    border-color: #c8a86a !important;
    color: #0b0b09 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    border-radius: 0 !important;
}
.up-root[b-nmt61kwrv8]  .k-button-solid-primary:hover,
.up-root[b-nmt61kwrv8]  .k-button-solid-base:hover {
    background: #e2c98a !important;
    border-color: #e2c98a !important;
    color: #0b0b09 !important;
}

/* ── Telerik DropDownList (the plan picker on Subscription tab) ── */
.up-root[b-nmt61kwrv8]  .up-dropdown,
.up-root[b-nmt61kwrv8]  .up-dropdown .k-input-inner {
    background: #1c1c18 !important;
    color: #ede9df !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    font-family: 'DM Sans', sans-serif !important;
    border-radius: 0 !important;
}
.up-root[b-nmt61kwrv8]  .up-dropdown:focus-within,
.up-root[b-nmt61kwrv8]  .up-dropdown.k-focus {
    border-color: #c8a86a !important;
    box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.12) !important;
}

/* ── Responsive ── */
@media (max-width: 960px) {
    .up-root[b-nmt61kwrv8] {
        padding: 60px 24px 80px;
    }
    .up-tab-body[b-nmt61kwrv8] {
        padding: 28px 22px;
    }
    .up-identity[b-nmt61kwrv8] {
        padding: 22px 22px;
    }
    .up-grid-2[b-nmt61kwrv8],
    .up-grid-3[b-nmt61kwrv8] {
        grid-template-columns: 1fr;
    }
    .up-root[b-nmt61kwrv8]  .up-tabs .k-tabstrip-items-wrapper {
        padding: 0 22px;
    }
}

@media (max-width: 540px) {
    .up-identity[b-nmt61kwrv8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .up-submit[b-nmt61kwrv8],
    .up-root[b-nmt61kwrv8]  .up-submit {
        width: 100%;
        justify-content: center;
    }
}
/* _content/WebSite/Shared/LibraryLayout.razor.rz.scp.css */
.lib-root[b-updfss5wvj] {
    min-height: 100vh;
    background: #0b0b09;
    color: #ede9df;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
}

.lib-main[b-updfss5wvj] {
    flex: 1;
    padding: 44px 52px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .lib-main[b-updfss5wvj] {
        padding: 24px 20px;
    }
}
