/* style.css - Narec Theme Styles */

/* ===== CSS Variables ===== */
:root {
    --navy: #0e1526;
    --navy-soft: #172136;
    --navy-softer: #1e2a44;
    --parchment: #f4efdd;
    --parchment-dim: #e9e1c8;
    --ink: #1b1810;
    --gold: #c9a227;
    --gold-bright: #e8c765;
    --green: #2e5d42;
    --green-bright: #5a9a70;
    --cream: #f1ecde;
    --muted-navy: rgba(241, 236, 222, 0.62);
    --muted-ink: rgba(27, 24, 16, 0.62);
    --line-navy: rgba(241, 236, 222, 0.14);
    --line-ink: rgba(27, 24, 16, 0.14);
    --maxw: 1200px;
}

/* ===== Reset & Base ===== */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--navy);
    color: var(--cream);
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, .display {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0;
}

.mono {
    font-family: 'Space Mono', monospace;
}

em {
    font-style: italic;
    font-weight: 500;
    color: var(--gold-bright);
}

a {
    color: inherit;
    text-decoration: none;
}

img, svg {
    display: block;
    max-width: 100%;
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
}

/* ===== Eyebrow ===== */
.eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: "";
    width: 20px;
    height: 1px;
    background: currentColor;
    display: inline-block;
}

section {
    position: relative;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 2px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-gold {
    background: var(--gold);
    color: #191305;
}

.btn-gold:hover {
    background: var(--gold-bright);
}

.btn-green {
    background: var(--green);
    color: var(--cream);
}

.btn-green:hover {
    background: var(--green-bright);
}

.btn-ghost-navy {
    border-color: var(--line-navy);
    color: var(--cream);
}

.btn-ghost-navy:hover {
    border-color: var(--gold);
    color: var(--gold-bright);
}

.btn-ghost-ink {
    border-color: var(--line-ink);
    color: var(--ink);
}

.btn-ghost-ink:hover {
    border-color: var(--green);
    color: var(--green);
}

.btn svg {
    width: 15px;
    height: 15px;
    transition: transform 0.25s ease;
}

.btn:hover svg {
    transform: translateX(3px);
}

/* ===== Header / Navigation ===== */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(14, 21, 38, 0.86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-navy);
}

nav {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.01em;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.logo .dot {
    color: var(--gold);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 14.5px;
    font-weight: 500;
}

.nav-links a {
    color: var(--muted-navy);
    transition: color 0.2s;
    position: relative;
}

.nav-links a:hover {
    color: var(--cream);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-login {
    font-size: 14px;
    color: var(--muted-navy);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.hamburger span {
    width: 22px;
    height: 2px;
    background: var(--cream);
    display: block;
    transition: 0.25s;
}

/* ===== Hero Section ===== */
.hero {
    padding-top: 78px;
    display: grid;
    grid-template-columns: 1fr 88px 1fr;
    min-height: 640px;
    transition: grid-template-columns 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-half {
    position: relative;
    padding: 88px 48px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-half--estate {
    background-image: 
        linear-gradient(160deg, rgba(16, 26, 48, 0.90), rgba(12, 18, 32, 0.95)),
        url('https://images.unsplash.com/photo-1768638687896-35bde623d532?auto=format&fit=crop&w=1400&q=70');
}

.hero-half--farm {
    background-image: 
        linear-gradient(200deg, rgba(18, 36, 26, 0.90), rgba(13, 23, 16, 0.95)),
        url('https://images.unsplash.com/photo-1719253860282-cd3f93da6548?auto=format&fit=crop&w=1400&q=70');
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    pointer-events: none;
}

.hero-half--estate .hero-bg-pattern {
    background-image: 
        linear-gradient(rgba(201, 162, 39, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 162, 39, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: radial-gradient(circle at 70% 30%, black, transparent 75%);
}

.hero-half--farm .hero-bg-pattern {
    background-image: 
        repeating-radial-gradient(
            circle at 30% 70%,
            rgba(90, 154, 112, 0.14) 0px,
            rgba(90, 154, 112, 0.14) 1px,
            transparent 1px,
            transparent 26px
        );
}

.hero-tag {
    margin-bottom: 22px;
    color: var(--gold-bright);
}

.hero-half--farm .hero-tag {
    color: var(--green-bright);
}

.hero-half h1 {
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.08;
    color: var(--cream);
    position: relative;
    z-index: 1;
}

.hero-half p {
    margin-top: 20px;
    max-width: 420px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--muted-navy);
    position: relative;
    z-index: 1;
}

.hero-half .btn {
    margin-top: 32px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.hero-figures {
    display: flex;
    gap: 28px;
    margin-top: 44px;
    position: relative;
    z-index: 1;
}

.hero-figures .num {
    font-family: 'Space Mono', monospace;
    font-size: 20px;
    color: var(--gold-bright);
}

.hero-half--farm .hero-figures .num {
    color: var(--green-bright);
}

.hero-figures .lbl {
    font-size: 11.5px;
    color: var(--muted-navy);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

.hero-seam {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0f1c;
    border-left: 1px solid var(--line-navy);
    border-right: 1px solid var(--line-navy);
}

.seam-ticks {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background-image: 
        repeating-linear-gradient(to bottom, var(--gold) 0px, var(--gold) 1px, transparent 1px, transparent 40px),
        repeating-linear-gradient(to bottom, rgba(201, 162, 39, 0.35) 0px, rgba(201, 162, 39, 0.35) 1px, transparent 1px, transparent 10px);
    background-size: 2px 40px, 1px 10px;
    background-repeat: repeat-y;
    opacity: 0.8;
}

.seam-coord {
    writing-mode: vertical-rl;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--gold-bright);
    background: #0a0f1c;
    padding: 14px 3px;
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease;
}

/* ===== Ledger Strip ===== */
.ledger {
    background: var(--navy-soft);
    border-top: 1px solid var(--line-navy);
    border-bottom: 1px solid var(--line-navy);
}

.ledger .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 36px 32px;
}

.ledger-item {
    padding: 0 24px;
    border-left: 1px solid var(--line-navy);
}

.ledger-item:first-child {
    border-left: none;
    padding-left: 0;
}

.ledger-item .val {
    font-family: 'Space Mono', monospace;
    font-size: 26px;
    color: var(--gold-bright);
}

.ledger-item .val.green {
    color: var(--green-bright);
}

.ledger-item .lbl {
    margin-top: 6px;
    font-size: 12.5px;
    color: var(--muted-navy);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ===== Section Scaffold ===== */
.section {
    padding: 100px 0;
}

.section-parchment {
    background: var(--parchment);
    color: var(--ink);
}

.section-parchment .muted {
    color: var(--muted-ink);
}

.section-navy .muted {
    color: var(--muted-navy);
}

.head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.head-row h2 {
    font-size: clamp(28px, 3vw, 40px);
    max-width: 560px;
    line-height: 1.14;
}

.head-row .desc {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.6;
}

/* ===== Tracks ===== */
.tracks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.track-card {
    background: #faf6e9;
    border: 1px solid var(--line-ink);
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
}

.track-card.estate {
    border-top: 3px solid var(--gold);
}

.track-card.farm {
    border-top: 3px solid var(--green);
}

.track-card .kicker {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.track-card.estate .kicker {
    color: #9c7a17;
}

.track-card.farm .kicker {
    color: var(--green);
}

.track-card h3 {
    font-size: 26px;
    margin-top: 14px;
    color: var(--ink);
}

.track-card p.sub {
    margin-top: 12px;
    font-size: 14.5px;
    color: var(--muted-ink);
    line-height: 1.6;
}

.track-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.track-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: var(--ink);
}

.track-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 7px;
    flex-shrink: 0;
}

.track-card.estate .track-list li::before {
    background: var(--gold);
}

.track-card.farm .track-list li::before {
    background: var(--green);
}

.track-card .btn {
    margin-top: 30px;
}

/* ===== Save Small Small ===== */
.save-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 64px;
}

.save-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.save-feature .ico {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid var(--line-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c7a17;
}

.save-feature h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.save-feature p {
    font-size: 13.5px;
    color: var(--muted-ink);
    margin-top: 6px;
    line-height: 1.55;
}

.goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.goal-card {
    background: #faf6e9;
    border: 1px solid var(--line-ink);
    padding: 26px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    position: relative;
}

.goal-card.is-ready {
    border-color: var(--green);
}

.goal-dial {
    --pct: 0;
    width: 78px;
    height: 78px;
    flex-shrink: 0;
    border-radius: 50%;
    background: conic-gradient(var(--dial-color, var(--gold)) calc(var(--pct) * 3.6deg), rgba(27, 24, 16, 0.09) 0deg);
}

.goal-card[data-track="farm"] .goal-dial {
    --dial-color: var(--green);
}

.goal-dial-inner {
    position: relative;
    top: 7px;
    left: 7px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #faf6e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goal-dial-inner .pct {
    font-family: 'Space Mono', monospace;
    font-size: 15px;
    color: var(--ink);
}

.goal-dial-inner .lbl {
    font-size: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted-ink);
    margin-top: 2px;
}

.goal-info h4 {
    font-size: 16px;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    color: var(--ink);
}

.goal-info .sub {
    font-size: 12px;
    color: var(--muted-ink);
    margin-top: 3px;
}

.goal-figures {
    display: flex;
    gap: 16px;
    margin-top: 14px;
}

.goal-figures .f .val {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    color: var(--ink);
}

.goal-figures .f .k {
    font-size: 9px;
    color: var(--muted-ink);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

.goal-badge {
    margin-top: 12px;
    display: inline-block;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 8px;
    background: var(--green);
    color: var(--cream);
}

.save-cta {
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 36px;
    border-top: 1px solid var(--line-ink);
}

.save-cta p {
    max-width: 420px;
    font-size: 14px;
    color: var(--muted-ink);
}

/* ===== How It Works ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line-navy);
    border: 1px solid var(--line-navy);
}

.step {
    background: var(--navy);
    padding: 40px 28px;
}

.step .stepnum {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    color: var(--gold-bright);
}

.step h4 {
    font-family: 'Fraunces', serif;
    font-size: 19px;
    font-weight: 600;
    margin-top: 16px;
    color: var(--cream);
}

.step p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted-navy);
}

/* ===== Opportunities ===== */
.opps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.opp-card {
    background: #faf6e9;
    border: 1px solid var(--line-ink);
    display: flex;
    flex-direction: column;
}

.opp-visual {
    height: 150px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.opp-card[data-type="estate"] .opp-visual {
    background-image: 
        linear-gradient(135deg, rgba(22, 35, 61, 0.70), rgba(14, 22, 38, 0.82)),
        url('https://images.unsplash.com/photo-1768638687896-35bde623d532?auto=format&fit=crop&w=900&q=65');
}

.opp-card[data-type="farm"] .opp-visual {
    background-image: 
        linear-gradient(135deg, rgba(22, 40, 28, 0.70), rgba(15, 28, 20, 0.82)),
        url('https://images.unsplash.com/photo-1719253860282-cd3f93da6548?auto=format&fit=crop&w=900&q=65');
}

.opp-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: 'Space Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 10px;
    color: var(--ink);
    background: var(--gold-bright);
}

.opp-card[data-type="farm"] .opp-tag {
    background: var(--green-bright);
    color: #0d1710;
}

.opp-body {
    padding: 26px 26px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.opp-body h4 {
    font-size: 19px;
    color: var(--ink);
    font-family: 'Fraunces', serif;
    font-weight: 600;
}

.opp-loc {
    font-size: 13px;
    color: var(--muted-ink);
    margin-top: 6px;
}

.opp-metrics {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-family: 'Space Mono', monospace;
}

.opp-metrics .m .val {
    font-size: 17px;
    color: var(--ink);
}

.opp-metrics .m .k {
    font-size: 10.5px;
    color: var(--muted-ink);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
}

.opp-progress-track {
    margin-top: 20px;
    height: 5px;
    background: var(--line-ink);
    position: relative;
}

.opp-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--gold);
    transition: width 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.opp-card[data-type="farm"] .opp-progress-fill {
    background: var(--green);
}

.opp-progress-lbl {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 11.5px;
    color: var(--muted-ink);
}

/* ===== Trust ===== */
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
    padding-top: 6px;
}

.trust-item {
    flex: 1;
    min-width: 220px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.trust-item .ico {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid var(--line-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-bright);
}

.trust-item h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--cream);
    margin: 0;
}

.trust-item p {
    font-size: 13.5px;
    color: var(--muted-navy);
    margin-top: 6px;
    line-height: 1.55;
}

/* ===== Testimonials ===== */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testi-card {
    background: #faf6e9;
    border: 1px solid var(--line-ink);
    padding: 32px 28px;
}

.testi-card .quote {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 16.5px;
    line-height: 1.55;
    color: var(--ink);
}

.testi-who {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--green);
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Mono', monospace;
    font-size: 13px;
}

.testi-name {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
}

.testi-role {
    font-size: 12px;
    color: var(--muted-ink);
}

/* ===== CTA Band ===== */
.cta-band {
    background: radial-gradient(circle at 20% 20%, #16233d, #0b0f19 70%);
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid var(--line-navy);
}

.cta-band h2 {
    font-size: clamp(28px, 4vw, 46px);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.14;
}

.cta-band .desc {
    max-width: 460px;
    margin: 20px auto 0;
    color: var(--muted-navy);
    font-size: 15.5px;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 34px;
    flex-wrap: wrap;
}

/* ===== Footer ===== */
footer {
    background: #0a0f1c;
    border-top: 1px solid var(--line-navy);
    padding: 72px 0 32px;
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
}

.foot-brand p {
    margin-top: 16px;
    font-size: 13.5px;
    color: var(--muted-navy);
    max-width: 260px;
    line-height: 1.6;
}

.foot-col h5 {
    font-family: 'Space Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-navy);
    margin-bottom: 16px;
}

.foot-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.foot-col a {
    font-size: 14px;
    color: var(--cream);
    opacity: 0.85;
    transition: opacity 0.2s;
}

.foot-col a:hover {
    opacity: 1;
    color: var(--gold-bright);
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--line-navy);
    font-size: 12.5px;
    color: var(--muted-navy);
    flex-wrap: wrap;
    gap: 12px;
}

.foot-socials {
    display: flex;
    gap: 16px;
}

/* ===== Reveal Animation ===== */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Auth Forms ===== */
.narec-auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px;
    background: var(--parchment);
}

.narec-auth-box {
    background: #ffffff;
    padding: 40px 48px;
    max-width: 460px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    color: var(--ink);
}

.narec-auth-box h2 {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 6px;
}

.narec-auth-box .auth-sub {
    color: var(--muted-ink);
    margin-bottom: 28px;
    font-size: 14px;
}

.narec-auth-box label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--navy);
}

.narec-auth-box input[type="text"],
.narec-auth-box input[type="email"],
.narec-auth-box input[type="password"],
.narec-auth-box input[type="number"],
.narec-auth-box select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 16px;
    background: #f9f9f9;
}

.narec-auth-box input[type="submit"] {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.narec-auth-box .auth-links {
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
}

.narec-auth-box .auth-links a {
    color: var(--gold);
    font-weight: 500;
}

.narec-auth-box .auth-links a:hover {
    color: var(--green);
}

.narec-auth-box .auth-errors {
    background: #fde7e7;
    color: #b33636;
    padding: 10px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
}

.narec-auth-box .auth-errors ul {
    margin: 0;
    padding-left: 20px;
}

.narec-auth-box .auth-success {
    background: #e1f5e1;
    color: #1e6b1e;
    padding: 10px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
}

/* ===== Dashboard ===== */
.dashboard-wrap {
    padding-top: 100px;
    min-height: 100vh;
    background: var(--parchment);
    color: var(--ink);
}

.dashboard-wrap .wrap {
    max-width: 1200px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--gold);
}

.dashboard-header h1 {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    color: var(--navy);
}

.dashboard-header .user-badge {
    background: var(--navy);
    color: var(--cream);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.stat-card {
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.stat-card .stat-label {
    font-size: 12px;
    color: var(--muted-ink);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.stat-card .stat-value {
    font-family: 'Space Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-top: 4px;
}

.stat-card .stat-value.gold {
    color: var(--gold);
}

.stat-card .stat-value.green {
    color: var(--green);
}

.dashboard-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 32px;
    background: var(--navy-softer);
    border-radius: 8px;
    padding: 4px;
    overflow-x: auto;
}

.dashboard-tabs .tab-btn {
    padding: 12px 28px;
    border: none;
    background: transparent;
    color: var(--muted-navy);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    white-space: nowrap;
}

.dashboard-tabs .tab-btn.active {
    background: var(--gold);
    color: var(--navy);
}

.dashboard-tabs .tab-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.05);
    color: var(--cream);
}

.dashboard-tab-content {
    display: none;
}

.dashboard-tab-content.active {
    display: block;
}

/* ===== Investment Cards ===== */
.investment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.investment-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--gold);
    transition: transform 0.2s;
}

.investment-card:hover {
    transform: translateY(-4px);
}

.investment-card.farm-card {
    border-top-color: var(--green);
}

.investment-card h3 {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 4px;
}

.investment-card .investment-meta {
    font-size: 13px;
    color: var(--muted-ink);
    margin-bottom: 16px;
}

.investment-card .investment-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 16px 0;
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.investment-card .investment-stats .stat .label {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--muted-ink);
    letter-spacing: 0.04em;
}

.investment-card .investment-stats .stat .value {
    font-family: 'Space Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
}

.investment-card .investment-stats .stat .value.gold {
    color: var(--gold);
}

.investment-card .investment-stats .stat .value.green {
    color: var(--green);
}

.investment-card .btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}

.investment-card .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.investment-card .invested-badge {
    display: inline-block;
    background: var(--green);
    color: #ffffff;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 20px;
    margin-top: 10px;
}

.investment-card .invested-badge.estate-badge {
    background: var(--gold);
    color: var(--navy);
}

/* ===== Transactions ===== */
.transaction-list {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.transaction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.transaction-item:last-child {
    border-bottom: none;
}

.transaction-item .tx-info .tx-title {
    font-weight: 600;
    color: var(--navy);
}

.transaction-item .tx-info .tx-meta {
    font-size: 12px;
    color: var(--muted-ink);
}

.transaction-item .tx-amount {
    font-weight: 700;
    font-family: 'Space Mono', monospace;
}

.transaction-item .tx-amount.credit {
    color: var(--green);
}

.transaction-item .tx-amount.debit {
    color: #c0392b;
}

.transaction-item .tx-status {
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.transaction-item .tx-status.pending {
    background: #fef3c7;
    color: #92400e;
}

.transaction-item .tx-status.completed {
    background: #d1fae5;
    color: #065f46;
}

.transaction-item .tx-status.failed {
    background: #fee2e2;
    color: #991b1b;
}

.transaction-item .tx-status.waiting {
    background: #dbeafe;
    color: #1e40af;
}

/* ===== Deposit & Withdraw Forms ===== */
.deposit-form,
.withdraw-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.deposit-form label,
.withdraw-form label {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 4px;
    font-size: 14px;
}

.deposit-form select,
.deposit-form input,
.withdraw-form select,
.withdraw-form input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 16px;
    background: #f9f9f9;
}

.payment-details-box {
    background: #f0f7ff;
    border: 1px solid #b3d4fc;
    padding: 16px 20px;
    border-radius: 6px;
    margin: 16px 0;
}

.payment-details-box .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.payment-details-box .detail-row:last-child {
    border-bottom: none;
}

.payment-details-box .detail-label {
    font-weight: 600;
    color: var(--navy);
}

.payment-details-box .detail-value {
    font-family: 'Space Mono', monospace;
    color: #1a56db;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr !important;
        min-height: auto;
    }
    
    .hero-seam {
        display: none;
    }
    
    .hero-half {
        padding: 56px 24px;
    }
    
    .ledger .wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
    }
    
    .ledger-item {
        border-left: none;
        padding: 0;
    }
    
    .tracks-grid {
        grid-template-columns: 1fr;
    }
    
    .save-features {
        grid-template-columns: 1fr;
    }
    
    .goals-grid {
        grid-template-columns: 1fr;
    }
    
    .steps {
        grid-template-columns: 1fr 1fr;
    }
    
    .opps-grid {
        grid-template-columns: 1fr;
    }
    
    .testi-grid {
        grid-template-columns: 1fr;
    }
    
    .foot-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .nav-links {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-login {
        display: none;
    }
    
    header nav.open .nav-links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--navy);
        padding: 24px 32px;
        gap: 20px;
        border-bottom: 1px solid var(--line-navy);
    }
    
    .investment-grid {
        grid-template-columns: 1fr;
    }
    
    .dashboard-tabs .tab-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .dashboard-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .foot-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .foot-grid {
        grid-template-columns: 1fr;
    }
    
    .steps {
        grid-template-columns: 1fr;
    }
    
    .dashboard-stats {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .goals-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* style.css - Add admin panel styles at the end */
/* ... all existing styles ... */

/* ===== Admin Panel Styles ===== */
.admin-panel-wrap {
    padding-top: 100px;
    min-height: 100vh;
    background: var(--parchment);
    color: var(--ink);
}

.admin-panel-wrap .wrap {
    max-width: 1200px;
}

.admin-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--gold);
}

.admin-panel-header h1 {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    color: var(--navy);
}

.admin-panel-header .admin-badge {
    background: var(--navy);
    color: var(--cream);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}

.admin-stat-card {
    background: #fff;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    border-left: 4px solid var(--gold);
}

.admin-stat-card .stat-label {
    font-size: 12px;
    color: var(--muted-ink);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.admin-stat-card .stat-value {
    font-family: 'Space Mono', monospace;
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    margin-top: 4px;
}

.admin-stat-card .stat-value.gold {
    color: var(--gold);
}
.admin-stat-card .stat-value.green {
    color: var(--green);
}
.admin-stat-card .stat-value.red {
    color: #c0392b;
}

.admin-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 30px;
    background: var(--navy-softer);
    border-radius: 8px;
    padding: 4px;
    overflow-x: auto;
}

.admin-tabs .admin-tab-btn {
    padding: 12px 28px;
    border: none;
    background: transparent;
    color: var(--muted-navy);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .3s;
    white-space: nowrap;
}

.admin-tabs .admin-tab-btn.active {
    background: var(--gold);
    color: var(--navy);
}

.admin-tabs .admin-tab-btn:hover:not(.active) {
    background: rgba(255,255,255,.05);
    color: var(--cream);
}

.admin-tab-content {
    display: none;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.admin-tab-content.active {
    display: block;
}

.admin-form-group {
    margin-bottom: 20px;
}

.admin-form-group label {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
    font-size: 14px;
}

.admin-form-group input,
.admin-form-group select,
.admin-form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    background: #f9f9f9;
}

.admin-form-group textarea {
    min-height: 80px;
    resize: vertical;
}

.admin-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.admin-table th {
    background: var(--navy);
    color: var(--cream);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}

.admin-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.admin-table tr:hover td {
    background: #f8f9fa;
}

.admin-table .status-badge {
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.admin-table .status-badge.pending {
    background: #fef3c7;
    color: #92400e;
}

.admin-table .status-badge.waiting {
    background: #dbeafe;
    color: #1e40af;
}

.admin-table .status-badge.completed {
    background: #d1fae5;
    color: #065f46;
}

.admin-table .status-badge.failed {
    background: #fee2e2;
    color: #991b1b;
}

.admin-table .status-badge.active {
    background: #d1fae5;
    color: #065f46;
}

.admin-table .status-badge.inactive {
    background: #fee2e2;
    color: #991b1b;
}

.admin-btn {
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all .2s;
}

.admin-btn-primary {
    background: var(--gold);
    color: var(--navy);
}

.admin-btn-primary:hover {
    background: var(--gold-bright);
}

.admin-btn-success {
    background: var(--green);
    color: #fff;
}

.admin-btn-success:hover {
    background: var(--green-bright);
}

.admin-btn-danger {
    background: #c0392b;
    color: #fff;
}

.admin-btn-danger:hover {
    background: #e74c3c;
}

.admin-btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}

.admin-action-form {
    display: inline-block;
    margin: 0 4px;
}

.admin-alert {
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 16px;
    border-left: 4px solid;
}

.admin-alert-success {
    background: #d1fae5;
    color: #065f46;
    border-color: #065f46;
}

.admin-alert-error {
    background: #fee2e2;
    color: #991b1b;
    border-color: #991b1b;
}

.admin-alert-info {
    background: #dbeafe;
    color: #1e40af;
    border-color: #1e40af;
}

.admin-empty {
    padding: 40px;
    text-align: center;
    color: var(--muted-ink);
}

.admin-form-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .admin-form-row {
        grid-template-columns: 1fr;
    }
    .admin-tabs .admin-tab-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    .admin-table {
        font-size: 12px;
    }
    .admin-table th,
    .admin-table td {
        padding: 8px 10px;
    }
}


/* style.css - Add these styles at the end */
/* ... existing styles ... */

/* Deposit details display */
.deposit-details-box {
    background: #f0f7ff;
    border: 2px solid #b3d4fc;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 16px 0;
}

.deposit-details-box .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.deposit-details-box .detail-row:last-child {
    border-bottom: none;
}

.deposit-details-box .detail-label {
    font-weight: 600;
    color: var(--navy);
}

.deposit-details-box .detail-value {
    font-family: 'Space Mono', monospace;
    color: #1a56db;
    word-break: break-all;
    text-align: right;
    max-width: 60%;
}

.deposit-details-box .detail-value.bank {
    color: #065f46;
}

.deposit-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.deposit-actions .btn {
    padding: 10px 24px;
    font-size: 14px;
}

.deposit-actions .btn-paid {
    background: var(--green);
    color: #fff;
}

.deposit-actions .btn-paid:hover {
    background: var(--green-bright);
}

.deposit-actions .btn-cancel {
    background: #e74c3c;
    color: #fff;
}

.deposit-actions .btn-cancel:hover {
    background: #c0392b;
}

/* style.css - Add these styles at the end */
/* ... existing styles ... */

/* Deposit details display */
.deposit-details-box {
    background: #f0f7ff;
    border: 2px solid #b3d4fc;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 16px 0;
}

.deposit-details-box .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.deposit-details-box .detail-row:last-child {
    border-bottom: none;
}

.deposit-details-box .detail-label {
    font-weight: 600;
    color: var(--navy);
}

.deposit-details-box .detail-value {
    font-family: 'Space Mono', monospace;
    color: #1a56db;
    word-break: break-all;
    text-align: right;
    max-width: 60%;
}

.deposit-details-box .detail-value.bank {
    color: #065f46;
}

.deposit-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.deposit-actions .btn {
    padding: 10px 24px;
    font-size: 14px;
}

.deposit-actions .btn-paid {
    background: var(--green);
    color: #fff;
}

.deposit-actions .btn-paid:hover {
    background: var(--green-bright);
}

.deposit-actions .btn-cancel {
    background: #e74c3c;
    color: #fff;
}

.deposit-actions .btn-cancel:hover {
    background: #c0392b;
}


/* style.css - Add these styles at the end */
/* ... existing styles ... */

/* Forgot password styles */
.forgot-password-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px;
    background: var(--parchment);
}

.forgot-password-box {
    background: #ffffff;
    padding: 40px 48px;
    max-width: 460px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    color: var(--ink);
}

.forgot-password-box h2 {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 6px;
}

.forgot-password-box .auth-sub {
    color: var(--muted-ink);
    margin-bottom: 28px;
    font-size: 14px;
}

.forgot-password-box label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--navy);
}

.forgot-password-box input[type="email"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 16px;
    background: #f9f9f9;
}

.forgot-password-box input[type="submit"] {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background: var(--gold);
    color: #191305;
    font-weight: 600;
}

.forgot-password-box input[type="submit"]:hover {
    background: var(--gold-bright);
}

.forgot-password-box .auth-links {
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
}

.forgot-password-box .auth-links a {
    color: var(--gold);
    font-weight: 500;
}

.forgot-password-box .auth-links a:hover {
    color: var(--green);
}

/* Password change form in dashboard */
.password-change-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.password-change-form label {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 4px;
    font-size: 14px;
}

.password-change-form input[type="password"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 16px;
    background: #f9f9f9;
}

.password-change-form .btn {
    width: 100%;
    justify-content: center;
}


/* style.css - Add verification styles at the end */
/* ... existing styles ... */

/* Verification Badge */
.verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #1a56db;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px 2px 6px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1.4;
}

.verification-badge .badge-icon {
    font-size: 14px;
}

.verification-badge.pending {
    background: #fef3c7;
    color: #92400e;
}

.verification-badge.rejected {
    background: #fee2e2;
    color: #991b1b;
}

/* Verification Form */
.verification-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.verification-form label {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 4px;
    font-size: 14px;
}

.verification-form .form-row {
    margin-bottom: 20px;
}

.verification-form input[type="text"],
.verification-form input[type="file"],
.verification-form textarea,
.verification-form select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 15px;
    background: #f9f9f9;
}

.verification-form textarea {
    min-height: 80px;
    resize: vertical;
}

.verification-form .file-upload-area {
    border: 2px dashed #b3d4fc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: #f8faff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.verification-form .file-upload-area.dragover {
    border-color: var(--gold);
    background: #fefcf0;
}

.verification-form .file-upload-area .file-info {
    font-size: 13px;
    color: var(--muted-ink);
    margin-top: 8px;
}

.verification-form .file-upload-area .file-name {
    font-weight: 600;
    color: var(--navy);
}

.verification-form .file-preview {
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}

.verification-form .file-preview img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.verification-form .btn {
    width: 100%;
    justify-content: center;
}

.verification-status {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    border-left: 4px solid;
}

.verification-status.pending {
    background: #fef3c7;
    border-color: #92400e;
    color: #92400e;
}

.verification-status.verified {
    background: #d1fae5;
    border-color: #065f46;
    color: #065f46;
}

.verification-status.rejected {
    background: #fee2e2;
    border-color: #991b1b;
    color: #991b1b;
}

.verification-status .status-title {
    font-weight: 600;
    font-size: 16px;
}

.verification-status .status-message {
    font-size: 14px;
    margin-top: 4px;
}

.verification-documents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 12px;
}

.verification-documents .doc-item {
    background: #f8faff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.verification-documents .doc-item .doc-label {
    font-size: 12px;
    color: var(--muted-ink);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.verification-documents .doc-item .doc-value {
    font-weight: 600;
    color: var(--navy);
    margin-top: 4px;
    word-break: break-all;
}

.verification-documents .doc-item .doc-link {
    color: #1a56db;
    text-decoration: underline;
    font-size: 13px;
}

/* Admin Verification Panel */
.admin-verification-box {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 12px 0;
}

.admin-verification-box .doc-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin: 10px 0;
}

.admin-verification-box .doc-preview .doc-item {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
}

.admin-verification-box .doc-preview .doc-item img {
    max-width: 100%;
    max-height: 120px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.admin-verification-box .doc-preview .doc-item .doc-label {
    font-size: 11px;
    color: var(--muted-ink);
    margin-top: 4px;
    display: block;
}

.admin-verification-box .verification-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.admin-verification-box .btn-verify {
    background: var(--green);
    color: #fff;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.admin-verification-box .btn-verify:hover {
    background: var(--green-bright);
}

.admin-verification-box .btn-reject {
    background: #e74c3c;
    color: #fff;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.admin-verification-box .btn-reject:hover {
    background: #c0392b;
}

.admin-verification-box textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    min-height: 60px;
    resize: vertical;
    margin: 8px 0;
}