.blog-hub{background: var(--paper)}.blog-hero{padding-block: clamp(2.5rem,5vw,4rem) 2rem;background: var(--surface-sunk);border-bottom: 1px solid var(--line)}.blog-hero__breadcrumbs{display: inline-flex;align-items: center;gap: 0.5rem;font-size: 0.8rem;font-weight: 500;color: var(--ink-faint)}.blog-hero__breadcrumbs a{color: var(--ink-soft);text-decoration: none;transition: color 0.15s ease}.blog-hero__breadcrumbs a:hover{color: var(--ink)}.blog-hero__badge{display: inline-flex;align-items: center;gap: 0.45rem;padding: 0.28rem 0.75rem;border-radius: 999px;background: var(--surface);border: 1px solid var(--line-strong);font-size: 0.76rem;font-weight: 700;color: var(--flame-deep);letter-spacing: 0.03em;text-transform: uppercase;width: fit-content}.blog-hero__badge svg{width: 0.95rem;height: 0.95rem;color: var(--flame)}.blog-hero__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2rem,3.5vw,3.2rem);font-weight: 800;line-height: 1.12;letter-spacing: -0.03em;color: var(--ink);max-width: 22ch;margin: 0}.blog-hero__desc{font-size: clamp(0.95rem,1.2vw,1.12rem);color: var(--ink-soft);line-height: 1.6;max-width: 62ch;margin: 0}.blog-filter-pills{display: flex;align-items: center;gap: 0.5rem;flex-wrap: wrap;margin-top: 0.6rem}.blog-pill{display: inline-flex;align-items: center;gap: 0.35rem;padding: 0.38rem 0.85rem;border-radius: 999px;background: var(--surface);border: 1px solid var(--line-strong);color: var(--ink-soft);font-size: 0.82rem;font-weight: 600;text-decoration: none;transition: all 0.15s ease}.blog-pill:hover{border-color: var(--ink);color: var(--ink);transform: translateY(-1px)}.blog-pill--active{background: var(--ink);border-color: var(--ink);color: #ffffff !important}.blog-featured-card{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-lg);padding: clamp(1.6rem,3vw,2.5rem);box-shadow: 0 4px 20px rgba(0,0,0,0.03);display: flex;flex-direction: column;gap: 1.1rem;position: relative;overflow: hidden;transition: transform 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.blog-featured-card::before{content: "";position: absolute;top: 0;left: 0;width: 4px;height: 100%;background: linear-gradient(to bottom,var(--flame),var(--flame-deep))}.blog-featured-card:hover{transform: translateY(-2px);border-color: var(--line-strong);box-shadow: 0 10px 30px rgba(0,0,0,0.06)}.blog-featured-card__meta{display: flex;align-items: center;gap: 0.75rem;flex-wrap: wrap}.blog-featured-card__badge{font-family: "Spline Sans Mono",monospace;font-size: 0.72rem;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;background: var(--flame-haze);color: var(--flame-deep);padding: 0.2rem 0.6rem;border-radius: 999px}.blog-featured-card__date,.blog-featured-card__read{font-size: 0.8rem;color: var(--ink-faint);font-weight: 500}.blog-featured-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.35rem,2.2vw,1.85rem);font-weight: 800;letter-spacing: -0.025em;line-height: 1.25;margin: 0}.blog-featured-card__title a{color: var(--ink);text-decoration: none;transition: color 0.15s ease}.blog-featured-card__title a:hover{color: var(--flame-deep)}.blog-featured-card__excerpt{font-size: 0.95rem;color: var(--ink-soft);line-height: 1.6;margin: 0;max-width: 75ch}.blog-featured-card__footer{display: flex;align-items: center;justify-content: space-between;gap: 1rem;flex-wrap: wrap;margin-top: 0.4rem;padding-top: 1rem;border-top: 1px solid var(--line)}.blog-featured-card__desk{font-size: 0.8rem;color: var(--ink-faint);font-weight: 500}.blog-grid{display: grid;grid-template-columns: 1fr;gap: 1.4rem}@media (min-width: 680px){.blog-grid{grid-template-columns: repeat(2,1fr)}}@media (min-width: 1020px){.blog-grid{grid-template-columns: repeat(3,1fr)}}.blog-card{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-md);padding: 1.4rem 1.5rem;display: flex;flex-direction: column;justify-content: space-between;gap: 1rem;box-shadow: var(--shadow-sm);transition: transform 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.blog-card:hover{transform: translateY(-2px);border-color: var(--line-strong);box-shadow: 0 8px 24px rgba(0,0,0,0.06)}.blog-card__top{display: flex;align-items: center;justify-content: space-between;gap: 0.5rem}.blog-card__badge{display: inline-flex;align-items: center;gap: 0.35rem;font-size: 0.72rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.04em;color: var(--flame-deep)}.blog-card__badge svg{width: 0.85rem;height: 0.85rem;color: var(--flame)}.blog-card__time{font-size: 0.76rem;color: var(--ink-faint)}.blog-card__body{display: flex;flex-direction: column;gap: 0.5rem;flex: 1}.blog-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.15rem;font-weight: 700;letter-spacing: -0.015em;line-height: 1.35;margin: 0}.blog-card__title a{color: var(--ink);text-decoration: none;transition: color 0.15s ease}.blog-card__title a:hover{color: var(--flame-deep)}.blog-card__excerpt{font-size: 0.86rem;color: var(--ink-soft);line-height: 1.55;margin: 0}.blog-card__footer{padding-top: 0.85rem;border-top: 1px solid var(--line)}.blog-card__link{display: inline-flex;align-items: center;gap: 0.4ch;font-size: 0.82rem;font-weight: 700;color: var(--flame-deep);text-decoration: none;transition: gap 0.12s ease}.blog-card__link svg{width: 0.85rem;height: 0.85rem;transition: transform 0.12s ease}.blog-card:hover .blog-card__link svg{transform: translateX(3px)}.blog-pagination{display: flex;align-items: center;justify-content: space-between;gap: 1rem;padding-top: 1rem;border-top: 1px solid var(--line)}.blog-pagination__counter{font-size: 0.85rem;color: var(--ink-soft)}.blog-pagination .is-disabled{opacity: 0.4;pointer-events: none}.blog-cta-banner{background: var(--surface-sunk);border: 1px solid var(--line-strong);border-radius: var(--r-lg);padding: 1.8rem 2rem;display: flex;align-items: center;justify-content: space-between;gap: 1.5rem;flex-wrap: wrap}.blog-cta-banner__left{display: flex;align-items: center;gap: 1.2rem;max-width: 60ch}.blog-cta-banner__icon{font-size: 2rem;flex-shrink: 0}.blog-cta-banner__title{font-family: "Bricolage Grotesque",sans-serif;font-weight: 700;font-size: 1.15rem;margin: 0 0 0.25rem 0;color: var(--ink)}.blog-cta-banner__desc{font-size: 0.86rem;color: var(--ink-soft);line-height: 1.5;margin: 0}.blog-cta-banner__actions{display: flex;align-items: center;gap: 0.6rem;flex-shrink: 0}.blog-empty-state{text-align: center;padding: 4rem 1.5rem;background: var(--surface);border: 1px dashed var(--line-strong);border-radius: var(--r-lg)}.blog-empty-state__icon{font-size: 2.8rem;margin-bottom: 0.8rem}.blog-empty-state h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.3rem;margin: 0 0 0.4rem 0}.blog-empty-state p{color: var(--ink-soft);margin: 0 0 1.2rem 0}.article-view{background: var(--paper)}.article-header{padding-block: clamp(2.5rem,4vw,3.5rem) 2rem;background: var(--surface-sunk);border-bottom: 1px solid var(--line)}.article-crumbs{display: inline-flex;align-items: center;gap: 0.45rem;font-size: 0.82rem;color: var(--ink-faint);flex-wrap: wrap}.article-crumbs a{color: var(--ink-soft);text-decoration: none}.article-crumbs a:hover{color: var(--ink)}.article-crumbs .current{color: var(--ink);font-weight: 600;max-width: 32ch;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.article-badge{display: inline-flex;align-items: center;gap: 0.4rem;font-size: 0.74rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.04em;color: var(--flame-deep);background: var(--flame-haze);padding: 0.2rem 0.65rem;border-radius: 999px;width: fit-content}.article-badge svg{width: 0.85rem;height: 0.85rem;color: var(--flame)}.article-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2rem,3.8vw,3rem);font-weight: 800;letter-spacing: -0.025em;line-height: 1.15;color: var(--ink);margin: 0}.article-meta{display: flex;align-items: center;justify-content: space-between;gap: 1rem;flex-wrap: wrap;padding-top: 0.8rem;border-top: 1px solid var(--line)}.article-meta__author{display: flex;align-items: center;gap: 0.6rem}.article-meta__avatar{width: 2.2rem;height: 2.2rem;border-radius: 999px;background: var(--flame-btn);color: #ffffff;font-size: 0.76rem;font-weight: 800;display: flex;align-items: center;justify-content: center}.article-meta__name{display: block;font-weight: 700;font-size: 0.88rem;color: var(--ink)}.article-meta__role{display: block;font-size: 0.74rem;color: var(--ink-faint)}.article-meta__details{display: flex;align-items: center;gap: 0.85rem;font-size: 0.82rem;color: var(--ink-soft);flex-wrap: wrap}.article-container{padding-block: 2.5rem 4rem}.article-featured-image{margin-bottom: 2rem;border-radius: var(--r-md);overflow: hidden;border: 1px solid var(--line)}.article-prose{font-size: 1.05rem;line-height: 1.75;color: var(--ink)}.article-prose h2{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.65rem;font-weight: 800;letter-spacing: -0.02em;margin-top: 2.5rem;margin-bottom: 0.8rem;color: var(--ink)}.article-prose h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.3rem;font-weight: 700;margin-top: 2rem;margin-bottom: 0.6rem;color: var(--ink)}.article-prose p{margin-bottom: 1.4rem}.article-prose ul,.article-prose ol{margin-bottom: 1.4rem;padding-left: 1.4rem}.article-prose li{margin-bottom: 0.4rem}.article-prose blockquote{border-left: 4px solid var(--flame);padding: 0.8rem 1.2rem;margin: 1.8rem 0;background: var(--surface-sunk);border-radius: 0 var(--r-sm) var(--r-sm) 0;font-style: italic;color: var(--ink)}.prose-callout{border: 1px solid var(--line-strong);border-left: 4px solid var(--flame);background: var(--surface-sunk);border-radius: var(--r-sm);padding: 1.2rem 1.4rem;margin: 1.8rem 0;display: flex;gap: 0.9rem;align-items: flex-start}.prose-callout__icon{font-size: 1.35rem;line-height: 1;flex-shrink: 0}.prose-callout__content{flex: 1}.prose-callout__content strong{display: block;font-family: "Bricolage Grotesque",sans-serif;font-size: 1.02rem;color: var(--ink);margin-bottom: 0.25rem}.prose-callout__content p{margin: 0;font-size: 0.92rem;line-height: 1.6;color: var(--ink-soft)}.prose-callout--tip{border-left-color: #2f7d4f;background: rgba(47,125,79,0.05)}.prose-callout--warning{border-left-color: #eab308;background: rgba(234,179,8,0.06)}.prose-callout--insight{border-left-color: #3b82f6;background: rgba(59,130,246,0.05)}.prose-table-wrap{width: 100%;overflow-x: auto;margin: 2rem 0;border: 1px solid var(--line);border-radius: var(--r-md);box-shadow: var(--shadow-sm)}.prose-table{width: 100%;border-collapse: collapse;font-size: 0.9rem;background: var(--surface);text-align: left}.prose-table th{background: var(--surface-sunk);padding: 0.85rem 1.1rem;font-weight: 700;text-transform: uppercase;font-size: 0.76rem;letter-spacing: 0.04em;color: var(--ink);border-bottom: 1px solid var(--line)}.prose-table td{padding: 0.9rem 1.1rem;border-bottom: 1px solid var(--line);color: var(--ink);line-height: 1.5}.prose-table tr:last-child td{border-bottom: none}.prose-table tr:hover td{background: var(--surface-sunk)}.prose-stat-grid{display: grid;grid-template-columns: 1fr;gap: 1rem;margin: 1.8rem 0}@media (min-width: 580px){.prose-stat-grid{grid-template-columns: repeat(3,1fr)}}.prose-stat-card{background: var(--surface-sunk);border: 1px solid var(--line);border-radius: var(--r-md);padding: 1.2rem;text-align: center}.prose-stat-card__val{font-size: 1.65rem;font-weight: 800;color: var(--flame-deep);font-family: "Spline Sans Mono",monospace;margin-bottom: 0.2rem}.prose-stat-card__label{font-size: 0.8rem;color: var(--ink-soft);font-weight: 600}.prose-steps{list-style: none !important;padding: 0 !important;margin: 2rem 0 !important;display: flex;flex-direction: column;gap: 1.2rem}.prose-step{display: flex;gap: 1.1rem;align-items: flex-start;background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-md);padding: 1.2rem 1.4rem}.prose-step__num{width: 2rem;height: 2rem;border-radius: 50%;background: var(--flame-haze);color: var(--flame-deep);display: grid;place-content: center;font-weight: 800;font-family: "Spline Sans Mono",monospace;font-size: 0.95rem;flex-shrink: 0}.prose-step__content h4{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.05rem;font-weight: 700;margin: 0 0 0.35rem 0;color: var(--ink)}.prose-step__content p{margin: 0;font-size: 0.9rem;color: var(--ink-soft);line-height: 1.55}.prose-faq-item{border: 1px solid var(--line);border-radius: var(--r-md);margin-bottom: 0.9rem;background: var(--surface);overflow: hidden}.prose-faq-item summary{padding: 1rem 1.3rem;font-weight: 700;cursor: pointer;font-size: 1rem;display: flex;justify-content: space-between;align-items: center;user-select: none}.prose-faq-item summary::-webkit-details-marker{display: none}.prose-faq-item[open] summary{background: var(--surface-sunk);border-bottom: 1px solid var(--line);color: var(--flame-deep)}.prose-faq-item__answer{padding: 1.1rem 1.3rem;font-size: 0.92rem;color: var(--ink-soft);line-height: 1.6}.prose-faq-item__answer p:last-child{margin-bottom: 0}.article-takeaway{background: var(--surface);border: 1px solid var(--line-strong);border-radius: var(--r-md);padding: 1.6rem 1.8rem;margin-block: 2.8rem 2.2rem;box-shadow: var(--shadow-sm)}.article-takeaway__head{display: flex;align-items: center;gap: 0.5rem;margin-bottom: 0.5rem}.article-takeaway__icon{font-size: 1.2rem}.article-takeaway__head h4{font-family: "Bricolage Grotesque",sans-serif;font-weight: 700;font-size: 1.1rem;margin: 0}.article-takeaway p{font-size: 0.92rem;color: var(--ink-soft);line-height: 1.6;margin: 0 0 1.2rem 0}.article-takeaway__action{display: flex;align-items: center;gap: 0.65rem;flex-wrap: wrap}.article-related{margin-top: 3rem;padding-top: 2rem;border-top: 1px solid var(--line)}.article-related__head{display: flex;align-items: center;justify-content: space-between;gap: 1rem;margin-bottom: 1.2rem}.article-related__head h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.25rem;margin: 0}.article-related__head a{font-size: 0.82rem;font-weight: 600;color: var(--flame-deep);text-decoration: none}.article-related__grid{display: grid;grid-template-columns: 1fr;gap: 1rem}@media (min-width: 680px){.article-related__grid{grid-template-columns: repeat(3,1fr)}}.article-related__card{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-sm);padding: 1.1rem 1.2rem;display: flex;flex-direction: column;gap: 0.5rem}.article-related__tag{font-size: 0.68rem;font-weight: 700;text-transform: uppercase;color: var(--flame-deep)}.article-related__card h4{font-family: "Bricolage Grotesque",sans-serif;font-size: 0.95rem;font-weight: 700;line-height: 1.35;margin: 0}.article-related__card h4 a{color: var(--ink);text-decoration: none}.article-related__card h4 a:hover{color: var(--flame-deep)}.article-related__card p{font-size: 0.8rem;color: var(--ink-soft);margin: 0;line-height: 1.45}.article-related__link{font-size: 0.78rem;font-weight: 700;color: var(--flame-deep);text-decoration: none;margin-top: auto}.article-cta-ribbon{background: linear-gradient(135deg,var(--surface) 0%,var(--surface-sunk) 100%);border: 1px solid var(--line-strong);border-radius: var(--r-lg);padding: 2rem;margin-top: 2.8rem;display: flex;align-items: center;justify-content: space-between;gap: 1.5rem;flex-wrap: wrap}.article-cta-ribbon__content{max-width: 48ch}.article-cta-ribbon__content h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.35rem;font-weight: 800;margin: 0 0 0.3rem 0}.article-cta-ribbon__content p{font-size: 0.88rem;color: #cbd5e1;margin: 0}.acct-edit-grid{display: grid;grid-template-columns: 1fr;gap: 1.6rem;align-items: start}@media (min-width: 900px){.acct-edit-grid{grid-template-columns: 1fr 340px}}.acct-form-stack{display: flex;flex-direction: column;gap: 1.4rem}.acct-card{box-shadow: var(--shadow-sm);border: 1px solid var(--line);background: var(--surface);border-radius: var(--r-md);overflow: hidden}.acct-card__head{display: flex;align-items: center;gap: 0.8rem;padding: 1.2rem 1.4rem !important;background: var(--surface-sunk);border-bottom: 1px solid var(--line)}.acct-card__icon{font-size: 1.4rem;line-height: 1}.acct-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.12rem;font-weight: 700;margin: 0;color: var(--ink)}.acct-card__subtitle{font-size: 0.8rem;color: var(--ink-soft);margin: 0.15rem 0 0 0}.acct-card__body{padding: 1.4rem;display: flex;flex-direction: column;gap: 1.1rem}.acct-two-col{display: grid;grid-template-columns: 1fr;gap: 1.1rem}@media (min-width: 580px){.acct-two-col{grid-template-columns: 1fr 1fr}}.acct-field{display: flex;flex-direction: column;gap: 0.35rem}.acct-field label{display: flex;justify-content: space-between;align-items: center;font-size: 0.82rem;font-weight: 600;color: var(--ink)}.acct-verified-badge{font-family: "Spline Sans Mono",monospace;font-size: 0.68rem;font-weight: 700;color: #2f7d4f;background: rgba(47,125,79,0.1);padding: 0.1rem 0.45rem;border-radius: 999px}.acct-input{width: 100%;background: var(--surface-sunk);border: 1px solid var(--line-strong);border-radius: var(--r-md);padding: 0.65rem 0.85rem;font-size: 0.9rem;color: var(--ink);outline: none;transition: all 0.15s ease}.acct-input:focus{border-color: var(--flame);background: var(--surface);box-shadow: 0 0 0 3px var(--flame-haze)}.acct-field-error{color: #ef4444;font-size: 0.78rem;font-weight: 600;margin: 0.25rem 0 0 0}.acct-security-note{display: flex;align-items: center;gap: 0.6rem;padding: 0.65rem 0.9rem;background: var(--surface-sunk);border: 1px solid var(--line);border-left: 3px solid var(--flame);border-radius: var(--r-sm);font-size: 0.8rem;color: var(--ink-soft);line-height: 1.45}.acct-security-note svg{flex-shrink: 0;color: var(--flame)}.acct-pw-wrapper{position: relative;display: flex;align-items: center}.acct-pw-wrapper input{padding-right: 2.5rem}.acct-pw-toggle{position: absolute;right: 0.65rem;background: none;border: none;cursor: pointer;font-size: 1rem;opacity: 0.65;padding: 0.2rem;line-height: 1;transition: opacity 0.15s ease}.acct-pw-toggle:hover{opacity: 1}.acct-pw-rules{display: flex;flex-direction: column;gap: 0.35rem;padding-top: 0.4rem}.acct-pw-rule{display: flex;align-items: center;gap: 0.45rem;font-size: 0.76rem;color: var(--ink-soft)}.acct-pw-rule span{color: var(--ok,#2f7d4f);font-weight: 700}.acct-form-actions{display: flex;align-items: center;gap: 0.8rem;padding-top: 0.4rem}.acct-edit-sidebar{display: flex;flex-direction: column;gap: 1.2rem}.acct-card--sidebar{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-md);overflow: hidden;box-shadow: var(--shadow-sm)}.acct-card__head--compact{display: flex;align-items: center;gap: 0.5rem;padding: 0.75rem 1.1rem !important;background: var(--surface-sunk);border-bottom: 1px solid var(--line)}.acct-card__body--compact{padding: 0.9rem 1.1rem !important}.acct-meta-list{display: flex;flex-direction: column}.acct-meta-row{display: flex;justify-content: space-between;align-items: center;gap: 0.5rem;font-size: 0.82rem;padding-block: 0.55rem;border-bottom: 1px solid var(--line)}.acct-meta-row:first-child{padding-top: 0.15rem}.acct-meta-row:last-child{border-bottom: none;padding-bottom: 0.15rem}.acct-meta-row__label{color: var(--ink-soft);font-weight: 500}.acct-meta-row__val{font-weight: 600;color: var(--ink)}.acct-meta-row__val--wallet{color: var(--flame-deep);font-weight: 800}.acct-side-nav-stack{display: flex;flex-direction: column;gap: 0.55rem}.acct-side-link{display: flex;justify-content: space-between;align-items: center;padding: 0.7rem 0.9rem;border: 1px solid var(--line);border-radius: var(--r-sm);text-decoration: none;color: var(--ink);font-size: 0.82rem;font-weight: 600;background: var(--surface-sunk);transition: all 0.15s ease}.acct-side-link:hover{background: var(--flame-haze);color: var(--flame-deep);border-color: var(--flame);transform: translateX(2px)}.acct-side-link__arrow{color: var(--ink-faint);transition: transform 0.15s ease}.acct-side-link:hover .acct-side-link__arrow{color: var(--flame-deep);transform: translateX(2px)}.acct-security-card{background: var(--surface-sunk);border: 1px solid var(--line-strong);border-radius: var(--r-md);padding: 1.1rem 1.2rem;display: flex;gap: 0.8rem;align-items: flex-start;box-shadow: var(--shadow-sm)}.acct-security-card__icon{font-size: 1.3rem;line-height: 1}.acct-security-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 0.92rem;font-weight: 700;margin: 0 0 0.25rem 0;color: var(--ink)}.acct-security-card__desc{font-size: 0.78rem;color: var(--ink-soft);line-height: 1.45;margin: 0}.acct-head__badge-row{display: flex;align-items: center;gap: 0.75rem;flex-wrap: wrap}.acct-summary-grid{display: grid;grid-template-columns: 1fr;gap: 1rem}@media (min-width: 560px){.acct-summary-grid{grid-template-columns: repeat(2,1fr)}}@media (min-width: 960px){.acct-summary-grid{grid-template-columns: repeat(4,1fr)}}.acct-stat-card{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-md);padding: 1.25rem 1.4rem;display: flex;flex-direction: column;gap: 0.4rem;box-shadow: var(--shadow-sm);transition: transform 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.acct-stat-card:hover{transform: translateY(-2px);border-color: var(--line-strong);box-shadow: 0 8px 24px rgba(0,0,0,0.05)}.acct-stat-card__top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.2rem}.acct-stat-card__icon{font-size: 1.25rem;line-height: 1}.acct-stat-card__tag{font-family: "Spline Sans Mono",monospace;font-size: 0.68rem;font-weight: 700;text-transform: uppercase;color: var(--ink-faint);background: var(--surface-sunk);padding: 0.15rem 0.5rem;border-radius: 999px}.acct-stat-card__tag--flame{background: var(--flame-haze);color: var(--flame-deep)}.acct-stat-card__value{font-size: 1.75rem;font-weight: 800;color: var(--ink);line-height: 1.1}.acct-stat-card__label{font-size: 0.8rem;color: var(--ink-soft);font-weight: 500}.acct-stat-card--active{border-color: var(--flame);background: var(--surface)}.acct-stat-card--wallet .acct-stat-card__value{color: var(--flame-deep)}.acct-launchpad-grid{display: grid;grid-template-columns: 1fr;gap: 1rem}@media (min-width: 640px){.acct-launchpad-grid{grid-template-columns: repeat(2,1fr)}}@media (min-width: 1040px){.acct-launchpad-grid{grid-template-columns: repeat(4,1fr)}}.acct-launchpad-card{background: var(--surface);border: 1px solid var(--line);border-radius: var(--r-md);padding: 1.25rem 1.3rem;display: flex;gap: 0.85rem;align-items: flex-start;text-decoration: none;color: var(--ink);box-shadow: var(--shadow-sm);position: relative;transition: all 0.15s ease}.acct-launchpad-card:hover{transform: translateY(-2px);border-color: var(--flame);background: var(--surface);box-shadow: 0 8px 24px rgba(0,0,0,0.06)}.acct-launchpad-card__icon{font-size: 1.35rem;line-height: 1;flex-shrink: 0;margin-top: 0.1rem}.acct-launchpad-card__body{display: flex;flex-direction: column;gap: 0.25rem;flex: 1}.acct-launchpad-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 0.95rem;font-weight: 700;margin: 0;color: var(--ink);transition: color 0.15s ease}.acct-launchpad-card:hover .acct-launchpad-card__title{color: var(--flame-deep)}.acct-launchpad-card__desc{font-size: 0.78rem;color: var(--ink-soft);line-height: 1.45;margin: 0}.acct-launchpad-card__arrow{font-size: 0.95rem;color: var(--ink-faint);transition: transform 0.15s ease,color 0.15s ease}.acct-launchpad-card:hover .acct-launchpad-card__arrow{color: var(--flame-deep);transform: translateX(3px)}.acct-orders-panel{border: 1px solid var(--line);background: var(--surface);border-radius: var(--r-md);overflow: hidden;box-shadow: var(--shadow-sm)}.acct-orders-panel__head{display: flex;justify-content: space-between;align-items: center;gap: 1rem;padding: 1.25rem 1.5rem !important;background: var(--surface-sunk);border-bottom: 1px solid var(--line);flex-wrap: wrap}.acct-orders-panel__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.2rem;font-weight: 800;margin: 0;color: var(--ink)}.acct-orders-panel__subtitle{font-size: 0.8rem;color: var(--ink-soft);margin: 0.15rem 0 0 0}.acct-orders-table{width: 100%;border-collapse: collapse}.acct-orders-table th{background: var(--surface);padding: 0.75rem 1.25rem;font-size: 0.75rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.04em;color: var(--ink-soft);border-bottom: 1px solid var(--line);text-align: left}.acct-orders-table td{padding: 0.95rem 1.25rem;border-bottom: 1px solid var(--line);font-size: 0.86rem;vertical-align: middle}.acct-orders-table tr:last-child td{border-bottom: none}.acct-orders-table tr:hover td{background: var(--surface-sunk)}.acct-order-link{color: var(--ink);text-decoration: none}.acct-order-link:hover{color: var(--flame-deep)}.acct-empty-orders{text-align: center;padding: 3.5rem 1.5rem}.acct-empty-orders__icon{font-size: 2.5rem;margin-bottom: 0.6rem}.acct-empty-orders h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.2rem;margin: 0 0 0.3rem 0}.acct-empty-orders p{color: var(--ink-soft);font-size: 0.86rem;margin: 0 0 1.2rem 0}.acct-orders-header{display: flex;justify-content: space-between;align-items: flex-end;gap: 1rem;flex-wrap: wrap}.acct-orders-title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.6rem;font-weight: 800;margin: 0;color: var(--ink);display: flex;align-items: baseline;gap: 0.4rem}.acct-orders-subtitle{font-size: 0.85rem;color: var(--ink-soft);margin: 0.2rem 0 0 0}.acct-guarantee-banner{background: var(--surface-sunk);border: 1px solid var(--line-strong);border-radius: var(--r-md);padding: 1.3rem 1.6rem;display: flex;align-items: center;gap: 1.2rem;flex-wrap: wrap}.acct-guarantee-banner__icon{font-size: 1.8rem;flex-shrink: 0}.acct-guarantee-banner__text{flex: 1;min-width: 240px}.acct-guarantee-banner__text h4{font-family: "Bricolage Grotesque",sans-serif;font-weight: 700;font-size: 0.98rem;margin: 0 0 0.2rem 0;color: var(--ink)}.acct-guarantee-banner__text p{font-size: 0.82rem;color: var(--ink-soft);line-height: 1.45;margin: 0}.acct-guarantee-banner__btn{flex-shrink: 0}.about-page{color: #1e293b;font-family: "Hanken Grotesk",system-ui,-apple-system,sans-serif;line-height: 1.65}.about-crumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;font-weight: 500;color: #475569;margin-bottom: 2rem}.about-crumbs a{color: #1e293b;text-decoration: none;transition: color 0.15s ease}.about-crumbs a:hover{color: var(--flame)}.about-crumbs__sep{color: #94a3b8}.about-pill{display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.35rem 0.95rem;background: rgba(219,75,38,0.08);border: 1px solid rgba(219,75,38,0.22);border-radius: 9999px;font-size: 0.82rem;font-weight: 700;color: #b83c1d;letter-spacing: 0.02em;margin-bottom: 1.25rem}.about-pill__dot{width: 7px;height: 7px;border-radius: 50%;background: #c53f1c;box-shadow: 0 0 8px rgba(219,75,38,0.6)}.about-sub-pill{display: inline-block;font-size: 0.8rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: #c53f1c;margin-bottom: 0.75rem}.about-pill--dark{background: rgba(255,255,255,0.1);border-color: rgba(255,255,255,0.2);color: #ffffff}.about-pill--dark .about-pill__dot{background: #38bdf8;box-shadow: 0 0 8px rgba(56,189,248,0.8)}.about-pill--cta{background: rgba(255,255,255,0.15);border-color: rgba(255,255,255,0.25);color: #ffffff}.about-hero{padding-top: clamp(2rem,5vw,3.5rem);padding-bottom: clamp(3rem,6vw,4.5rem);background: radial-gradient(circle at 50% 0%,rgba(219,75,38,0.05) 0%,transparent 70%)}.about-hero__header{max-width: 820px;margin-bottom: 3.5rem}.about-hero__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2.35rem,4.5vw,3.75rem);font-weight: 800;line-height: 1.1;letter-spacing: -0.03em;color: #0f172a;margin-bottom: 1.35rem}.about-hero__highlight{background: linear-gradient(135deg,#c53f1c 0%,#ea580c 50%,#e11d48 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent}.about-hero__lead{font-size: clamp(1.08rem,1.6vw,1.25rem);line-height: 1.68;color: #1e293b;font-weight: 450;max-width: 720px}.about-stats-grid{display: grid;grid-template-columns: repeat(4,1fr);gap: 1.25rem}@media (max-width: 900px){.about-stats-grid{grid-template-columns: repeat(2,1fr)}}@media (max-width: 520px){.about-stats-grid{grid-template-columns: 1fr}}.about-stat-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 16px;padding: 1.75rem 1.5rem;box-shadow: 0 4px 18px -4px rgba(15,23,42,0.05),0 1px 3px rgba(15,23,42,0.04);transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;position: relative;overflow: hidden}.about-stat-card:hover{transform: translateY(-3px);border-color: #cbd5e1;box-shadow: 0 12px 28px -6px rgba(15,23,42,0.1),0 3px 8px rgba(15,23,42,0.05)}.about-stat-card::before{content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg,#c53f1c,#f97316);opacity: 0.85}.about-stat-card__num{font-family: "Spline Sans Mono",monospace;font-size: clamp(2rem,3vw,2.6rem);font-weight: 700;color: #0f172a;letter-spacing: -0.03em;line-height: 1;margin-bottom: 0.65rem;display: flex;align-items: baseline;gap: 0.15rem}.about-stat-card__plus,.about-stat-card__pct,.about-stat-card__star{color: #c53f1c;font-size: 0.85em}.about-stat-card__unit{color: #475569;font-size: 0.45em;font-weight: 600;text-transform: uppercase;letter-spacing: 0.05em;margin-left: 0.25rem}.about-stat-card__label{font-size: 1.02rem;font-weight: 700;color: #0f172a;margin-bottom: 0.4rem}.about-stat-card__desc{font-size: 0.86rem;color: #334155;line-height: 1.5}.about-section{padding-block: clamp(3.5rem,7vw,5.5rem)}.about-section--surface{background: #f8fafc;border-top: 1px solid #e2e8f0;border-bottom: 1px solid #e2e8f0}.about-section-header{max-width: 720px;margin-inline: auto;margin-bottom: 3.5rem}.about-section-header.text-center{text-align: center}.about-section-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.85rem,3.2vw,2.65rem);font-weight: 800;line-height: 1.15;letter-spacing: -0.025em;color: #0f172a;margin-bottom: 1rem}.about-section-subtitle{font-size: 1.08rem;line-height: 1.65;color: #1e293b}.about-story-grid{display: grid;grid-template-columns: 1.15fr 0.85fr;gap: clamp(2rem,5vw,4rem);align-items: center}@media (max-width: 960px){.about-story-grid{grid-template-columns: 1fr}}.about-story-text p{color: #1e293b;font-size: 1.04rem;line-height: 1.75;margin-bottom: 1.35rem}.about-story-text em{color: #0f172a;font-weight: 600;font-style: normal}.about-story-badges{display: flex;flex-wrap: wrap;gap: 1.25rem;margin-top: 2rem;padding-top: 1.5rem;border-top: 1px solid #e2e8f0}.about-badge-item{display: inline-flex;align-items: center;gap: 0.5rem;font-size: 0.92rem;font-weight: 600;color: #0f172a}.about-badge-icon{width: 22px;height: 22px;border-radius: 50%;background: #dcfce7;color: #15803d;display: inline-flex;align-items: center;justify-content: center;font-size: 0.75rem;font-weight: 800}.about-story-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 20px;padding: 2rem;box-shadow: 0 10px 30px -5px rgba(15,23,42,0.08),0 3px 10px rgba(15,23,42,0.04)}.about-compare-header{margin-bottom: 1.75rem;padding-bottom: 1.25rem;border-bottom: 1px solid #f1f5f9}.about-compare-header h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.35rem;font-weight: 800;color: #0f172a;margin-bottom: 0.35rem}.about-compare-header p{font-size: 0.88rem;color: #475569;margin: 0}.about-compare-list{display: flex;flex-direction: column;gap: 1.5rem}.about-compare-row{padding: 1.25rem;border-radius: 12px}.about-compare-row--bad{background: #fff1f2;border: 1px solid #ffe4e6}.about-compare-row--good{background: #f0fdf4;border: 1px solid #bbf7d0}.about-compare-tag{font-size: 0.8rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.06em;color: #be123c;margin-bottom: 0.75rem}.about-compare-tag--good{color: #15803d}.about-compare-bullets{list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 0.55rem}.about-compare-bullets li{font-size: 0.88rem;font-weight: 550;display: flex;align-items: baseline;gap: 0.55rem}.about-compare-row--bad .about-compare-bullets li{color: #9f1239}.about-compare-row--bad .about-compare-bullets li span{color: #be123c;font-weight: 800}.about-compare-row--good .about-compare-bullets li{color: #166534}.about-compare-row--good .about-compare-bullets li span{color: #15803d;font-weight: 800}.about-pillars-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: 1.75rem}@media (max-width: 768px){.about-pillars-grid{grid-template-columns: 1fr}}.about-pillar-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 18px;padding: 2.25rem;box-shadow: 0 4px 18px -4px rgba(15,23,42,0.05);transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.about-pillar-card:hover{transform: translateY(-3px);border-color: #cbd5e1;box-shadow: 0 12px 30px -6px rgba(15,23,42,0.1)}.about-pillar-card__icon-wrap{width: 48px;height: 48px;border-radius: 12px;background: rgba(219,75,38,0.1);color: #c53f1c;display: flex;align-items: center;justify-content: center;margin-bottom: 1.35rem}.about-pillar-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.28rem;font-weight: 750;color: #0f172a;letter-spacing: -0.015em;margin-bottom: 0.75rem}.about-pillar-card__desc{font-size: 0.96rem;color: #1e293b;line-height: 1.68;margin: 0}.about-steps-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.75rem}@media (max-width: 860px){.about-steps-grid{grid-template-columns: 1fr}}.about-step-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 16px;padding: 2.25rem 1.85rem;position: relative;box-shadow: 0 4px 16px -3px rgba(15,23,42,0.05)}.about-step-card__num{font-family: "Spline Sans Mono",monospace;font-size: 2.5rem;font-weight: 800;line-height: 1;color: rgba(219,75,38,0.22);margin-bottom: 1.25rem}.about-step-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.18rem;font-weight: 750;color: #0f172a;margin-bottom: 0.65rem}.about-step-card__desc{font-size: 0.94rem;color: #1e293b;line-height: 1.65;margin: 0}.about-security-card{background: #0f172a;color: #f8fafc;border-radius: 24px;padding: clamp(2.5rem,5vw,4rem);box-shadow: 0 20px 45px -10px rgba(15,23,42,0.35);position: relative;overflow: hidden}.about-security-card::before{content: "";position: absolute;top: -150px;right: -150px;width: 350px;height: 350px;border-radius: 50%;background: radial-gradient(circle,rgba(219,75,38,0.35) 0%,transparent 70%);pointer-events: none}.about-security-header{max-width: 680px;margin-bottom: 3rem;position: relative;z-index: 1}.about-security-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.85rem,3.2vw,2.5rem);font-weight: 800;color: #ffffff;line-height: 1.15;margin-bottom: 1rem}.about-security-lead{font-size: 1.05rem;color: #cbd5e1;line-height: 1.65;margin: 0}.about-security-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: 2rem;position: relative;z-index: 1}@media (max-width: 768px){.about-security-grid{grid-template-columns: 1fr}}.about-security-item{display: flex;align-items: flex-start;gap: 1.25rem;background: rgba(255,255,255,0.05);border: 1px solid rgba(255,255,255,0.1);border-radius: 14px;padding: 1.5rem}.about-security-item__icon{font-size: 1.75rem;line-height: 1;flex-shrink: 0}.about-security-item__content :is(h3,h4){font-family: "Bricolage Grotesque",sans-serif;font-size: 1.1rem;font-weight: 750;color: #ffffff;margin-bottom: 0.4rem}.about-security-item__content p{font-size: 0.9rem;color: #94a3b8;line-height: 1.6;margin: 0}.about-faq-list{display: flex;flex-direction: column;gap: 1rem}.about-faq-item{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 14px;overflow: hidden;transition: border-color 0.2s ease,box-shadow 0.2s ease}.about-faq-item:hover{border-color: #cbd5e1}.about-faq-item[open]{border-color: #c53f1c;box-shadow: 0 4px 18px -4px rgba(219,75,38,0.1)}.about-faq-question{display: flex;align-items: center;justify-content: space-between;gap: 1rem;padding: 1.35rem 1.5rem;font-family: "Bricolage Grotesque",sans-serif;font-size: 1.08rem;font-weight: 750;color: #0f172a;cursor: pointer;user-select: none;list-style: none}.about-faq-question::-webkit-details-marker{display: none}.about-faq-chevron{width: 10px;height: 10px;border-right: 2px solid #64748b;border-bottom: 2px solid #64748b;transform: rotate(45deg);transition: transform 0.25s ease;flex-shrink: 0}.about-faq-item[open] .about-faq-chevron{transform: rotate(-135deg);border-color: #c53f1c}.about-faq-answer{padding: 0 1.5rem 1.35rem 1.5rem}.about-faq-answer p{font-size: 0.96rem;color: #1e293b;line-height: 1.7;margin: 0}.about-cta-card{background: linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#31103f 100%);border-radius: 24px;padding: clamp(3rem,6vw,4.5rem) clamp(1.5rem,4vw,3rem);text-align: center;position: relative;overflow: hidden;box-shadow: 0 20px 45px -10px rgba(15,23,42,0.3)}.about-cta-card::before{content: "";position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 60%;height: 2px;background: linear-gradient(90deg,transparent,#c53f1c,transparent)}.about-cta-content{max-width: 680px;margin-inline: auto;position: relative;z-index: 1}.about-cta-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2rem,3.8vw,3rem);font-weight: 800;line-height: 1.15;letter-spacing: -0.025em;color: #ffffff;margin-bottom: 1.15rem}.about-cta-desc{font-size: 1.1rem;color: #e2e8f0;line-height: 1.65;margin-bottom: 2.25rem}.about-cta-actions{display: flex;align-items: center;justify-content: center;gap: 1rem;flex-wrap: wrap;margin-bottom: 2rem}.about-cta-btn-primary{box-shadow: 0 8px 24px -4px rgba(219,75,38,0.5)}.about-cta-btn-secondary{border-color: rgba(255,255,255,0.35) !important;color: #ffffff !important}.about-cta-btn-secondary:hover{background: rgba(255,255,255,0.1) !important;border-color: #ffffff !important}.about-cta-guarantees{display: flex;align-items: center;justify-content: center;gap: 1.5rem;flex-wrap: wrap;font-size: 0.85rem;font-weight: 550;color: #cbd5e1}@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .about-page{color: #e2e8f0}:root:not([data-theme="light"]) .about-crumbs{color: #94a3b8}:root:not([data-theme="light"]) .about-crumbs a{color: #f1f5f9}:root:not([data-theme="light"]) .about-hero__title,:root:not([data-theme="light"]) .about-section-title,:root:not([data-theme="light"]) .about-stat-card__num,:root:not([data-theme="light"]) .about-stat-card__label,:root:not([data-theme="light"]) .about-pillar-card__title,:root:not([data-theme="light"]) .about-step-card__title,:root:not([data-theme="light"]) .about-compare-header h3,:root:not([data-theme="light"]) .about-faq-question{color: #f8fafc}:root:not([data-theme="light"]) .about-hero__lead,:root:not([data-theme="light"]) .about-section-subtitle,:root:not([data-theme="light"]) .about-story-text p,:root:not([data-theme="light"]) .about-pillar-card__desc,:root:not([data-theme="light"]) .about-step-card__desc,:root:not([data-theme="light"]) .about-faq-answer p{color: #cbd5e1}:root:not([data-theme="light"]) .about-stat-card__desc{color: #94a3b8}:root:not([data-theme="light"]) .about-badge-item{color: #f1f5f9}:root:not([data-theme="light"]) .about-section--surface{background: #14120f;border-color: #322d25}:root:not([data-theme="light"]) .about-stat-card,:root:not([data-theme="light"]) .about-story-card,:root:not([data-theme="light"]) .about-pillar-card,:root:not([data-theme="light"]) .about-step-card,:root:not([data-theme="light"]) .about-faq-item{background: #201d18;border-color: #322d25}:root:not([data-theme="light"]) .about-compare-header{border-bottom-color: #322d25}:root:not([data-theme="light"]) .about-compare-row--bad{background: rgba(225,29,72,0.12);border-color: rgba(225,29,72,0.25)}:root:not([data-theme="light"]) .about-compare-row--good{background: rgba(34,197,94,0.12);border-color: rgba(34,197,94,0.25)}}:root[data-theme="dark"] .about-page{color: #e2e8f0}:root[data-theme="dark"] .about-crumbs{color: #94a3b8}:root[data-theme="dark"] .about-crumbs a{color: #f1f5f9}:root[data-theme="dark"] .about-hero__title,:root[data-theme="dark"] .about-section-title,:root[data-theme="dark"] .about-stat-card__num,:root[data-theme="dark"] .about-stat-card__label,:root[data-theme="dark"] .about-pillar-card__title,:root[data-theme="dark"] .about-step-card__title,:root[data-theme="dark"] .about-compare-header h3,:root[data-theme="dark"] .about-faq-question{color: #f8fafc}:root[data-theme="dark"] .about-hero__lead,:root[data-theme="dark"] .about-section-subtitle,:root[data-theme="dark"] .about-story-text p,:root[data-theme="dark"] .about-pillar-card__desc,:root[data-theme="dark"] .about-step-card__desc,:root[data-theme="dark"] .about-faq-answer p{color: #cbd5e1}:root[data-theme="dark"] .about-stat-card__desc{color: #94a3b8}:root[data-theme="dark"] .about-badge-item{color: #f1f5f9}:root[data-theme="dark"] .about-section--surface{background: #14120f;border-color: #322d25}:root[data-theme="dark"] .about-stat-card,:root[data-theme="dark"] .about-story-card,:root[data-theme="dark"] .about-pillar-card,:root[data-theme="dark"] .about-step-card,:root[data-theme="dark"] .about-faq-item{background: #201d18;border-color: #322d25}:root[data-theme="dark"] .about-compare-header{border-bottom-color: #322d25}:root[data-theme="dark"] .about-compare-row--bad{background: rgba(225,29,72,0.12);border-color: rgba(225,29,72,0.25)}:root[data-theme="dark"] .about-compare-row--good{background: rgba(34,197,94,0.12);border-color: rgba(34,197,94,0.25)}.legal-page{color: #1e293b;font-family: "Hanken Grotesk",system-ui,-apple-system,sans-serif;line-height: 1.7}.legal-crumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;font-weight: 500;color: #475569;margin-bottom: 1.85rem}.legal-crumbs a{color: #1e293b;text-decoration: none;transition: color 0.15s ease}.legal-crumbs a:hover{color: var(--flame)}.legal-crumbs__sep{color: #94a3b8}.legal-hero{padding-top: clamp(2rem,4.5vw,3.25rem);padding-bottom: clamp(2.5rem,5vw,4rem);background: radial-gradient(circle at 50% 0%,rgba(219,75,38,0.04) 0%,transparent 65%);border-bottom: 1px solid #e2e8f0}.legal-hero__content{max-width: 860px}.legal-pill{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.35rem 0.95rem;background: rgba(47,93,87,0.08);border: 1px solid rgba(47,93,87,0.22);border-radius: 9999px;font-size: 0.82rem;font-weight: 700;color: #1b5049;letter-spacing: 0.02em;margin-bottom: 1.25rem}.legal-pill__dot{width: 7px;height: 7px;border-radius: 50%;background: #2f5d57;box-shadow: 0 0 8px rgba(47,93,87,0.6)}.legal-hero__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2.4rem,4.5vw,3.8rem);font-weight: 800;line-height: 1.08;letter-spacing: -0.03em;color: #0f172a;margin-bottom: 1.15rem}.legal-hero__lead{font-size: clamp(1.05rem,1.5vw,1.2rem);line-height: 1.7;color: #1e293b;font-weight: 450;max-width: 760px;margin-bottom: 2rem}.legal-hero__lead strong{color: #0f172a;font-weight: 700}.legal-meta-bar{display: flex;align-items: center;flex-wrap: wrap;gap: 1.75rem;padding-top: 1.5rem;border-top: 1px solid #e2e8f0}.legal-meta-item{display: flex;flex-direction: column;gap: 0.15rem}.legal-meta-label{font-size: 0.76rem;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 700;color: #475569}.legal-meta-val{font-size: 0.95rem;font-weight: 700;color: #0f172a}.legal-meta-actions{display: flex;align-items: center;gap: 0.75rem;margin-left: auto}@media (max-width: 768px){.legal-meta-actions{margin-left: 0;width: 100%}}.legal-action-btn{display: inline-flex;align-items: center;gap: 0.45rem;padding: 0.45rem 0.95rem;background: #ffffff;border: 1px solid #cbd5e1;border-radius: 8px;font-size: 0.84rem;font-weight: 600;color: #0f172a;cursor: pointer;text-decoration: none;transition: all 0.15s ease}.legal-action-btn:hover{background: #f8fafc;border-color: #94a3b8;color: var(--flame)}.legal-highlights-section{padding-block: clamp(2.5rem,5vw,3.5rem);background: #f8fafc;border-bottom: 1px solid #e2e8f0}.legal-highlights-grid{display: grid;grid-template-columns: repeat(4,1fr);gap: 1.25rem}@media (max-width: 990px){.legal-highlights-grid{grid-template-columns: repeat(2,1fr)}}@media (max-width: 540px){.legal-highlights-grid{grid-template-columns: 1fr}}.legal-highlight-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 14px;padding: 1.5rem;box-shadow: 0 2px 8px rgba(15,23,42,0.04);transition: transform 0.2s ease,box-shadow 0.2s ease}.legal-highlight-card:hover{transform: translateY(-2px);box-shadow: 0 8px 20px -4px rgba(15,23,42,0.08)}.legal-highlight-card__icon{width: 42px;height: 42px;border-radius: 10px;display: flex;align-items: center;justify-content: center;margin-bottom: 1rem}.legal-highlight-card__icon--orange{background: rgba(219,75,38,0.1);color: #c53f1c}.legal-highlight-card__icon--green{background: rgba(22,163,74,0.1);color: #15803d}.legal-highlight-card__icon--blue{background: rgba(2,132,199,0.1);color: #0284c7}.legal-highlight-card__icon--purple{background: rgba(147,51,234,0.1);color: #9333ea}.legal-highlight-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.05rem;font-weight: 750;color: #0f172a;margin-bottom: 0.4rem}.legal-highlight-card__desc{font-size: 0.88rem;color: #334155;line-height: 1.55;margin: 0}.legal-content-section{padding-block: clamp(3rem,6vw,4.5rem)}.legal-layout{display: grid;grid-template-columns: 280px 1fr;gap: 3.5rem;align-items: start}@media (max-width: 960px){.legal-layout{grid-template-columns: 1fr;gap: 2.5rem}}.legal-sidebar{display: flex;flex-direction: column;gap: 1.5rem;position: static;width: 100%}@media (min-width: 961px){.legal-sidebar{position: sticky;top: 95px;width: 280px;flex-shrink: 0}}@media (max-width: 960px){.legal-sidebar{position: static !important;top: auto !important;width: 100% !important;margin-bottom: 2rem}.legal-support-card{display: none}}.legal-toc-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 16px;padding: 1.25rem 1.4rem;box-shadow: 0 4px 16px -2px rgba(15,23,42,0.04);position: relative;z-index: 2}.legal-toc-summary{display: flex;align-items: center;justify-content: space-between;cursor: default;list-style: none;user-select: none}.legal-toc-summary::-webkit-details-marker{display: none}.legal-toc-header{display: flex;align-items: center;gap: 0.5rem;padding-bottom: 0;margin-bottom: 0}.legal-toc-header :is(h3,h4){font-family: "Bricolage Grotesque",sans-serif;font-size: 1.02rem;font-weight: 800;color: #0f172a;margin: 0}.legal-toc-chevron{display: none}@media (max-width: 960px){.legal-toc-summary{cursor: pointer;padding-bottom: 0.4rem}.legal-toc-chevron{display: block;width: 8px;height: 8px;border-right: 2px solid #64748b;border-bottom: 2px solid #64748b;transform: rotate(45deg);transition: transform 0.2s ease}.legal-toc-details[open] .legal-toc-chevron{transform: rotate(-135deg);border-color: #c53f1c}.legal-toc-details[open] .legal-toc-summary{padding-bottom: 0.75rem;border-bottom: 1px solid #f1f5f9;margin-bottom: 0.85rem}}@media (min-width: 961px){.legal-toc-details .legal-toc-summary{padding-bottom: 0.85rem;border-bottom: 1px solid #f1f5f9;margin-bottom: 1rem;pointer-events: none}}.legal-toc-nav{display: flex;flex-direction: column;gap: 0.35rem}.legal-toc-link{display: flex;align-items: center;gap: 0.45rem;padding: 0.45rem 0.65rem;border-radius: 6px;font-size: 0.86rem;font-weight: 550;color: #334155;text-decoration: none;transition: all 0.15s ease}.legal-toc-link:hover{background: #f1f5f9;color: #0f172a}.legal-toc-link:active,.legal-toc-link.active{background: rgba(219,75,38,0.08);color: #c53f1c;font-weight: 700}.legal-toc-num{font-family: "Spline Sans Mono",monospace;font-size: 0.78rem;color: #64748b;font-weight: 600}.legal-support-card{background: #0f172a;color: #ffffff;border-radius: 16px;padding: 1.5rem;box-shadow: 0 8px 24px -4px rgba(15,23,42,0.25)}.legal-support-card__badge{display: inline-block;font-size: 0.72rem;text-transform: uppercase;font-weight: 800;letter-spacing: 0.06em;color: #38bdf8;margin-bottom: 0.65rem}.legal-support-card :is(h3,h4){font-family: "Bricolage Grotesque",sans-serif;font-size: 1.05rem;font-weight: 750;margin-bottom: 0.45rem;color: #ffffff}.legal-support-card p{font-size: 0.84rem;color: #cbd5e1;line-height: 1.55;margin-bottom: 1.15rem}.legal-support-card__btn{display: block;text-align: center;padding: 0.55rem 1rem;background: #c53f1c;color: #ffffff !important;border-radius: 8px;font-size: 0.85rem;font-weight: 700;text-decoration: none;transition: background 0.15s ease}.legal-support-card__btn:hover{background: #b83c1d}.legal-body{max-width: 820px}.legal-section-block{padding-bottom: 3rem;margin-bottom: 3rem;border-bottom: 1px solid #e2e8f0;scroll-margin-top: 100px}.legal-section-block:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0}.legal-section-header{margin-bottom: 1.35rem}.legal-section-badge{display: inline-block;font-family: "Spline Sans Mono",monospace;font-size: 0.78rem;font-weight: 700;color: #c53f1c;letter-spacing: 0.08em;text-transform: uppercase;margin-bottom: 0.45rem}.legal-section-header h2{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.6rem,2.6vw,2.15rem);font-weight: 800;letter-spacing: -0.02em;color: #0f172a;line-height: 1.2}.legal-prose{color: #1e293b;font-size: 1.02rem;line-height: 1.75}.legal-prose p{margin-bottom: 1.25rem;color: #1e293b}.legal-prose strong{color: #0f172a;font-weight: 700}.legal-prose code{font-family: "Spline Sans Mono",monospace;font-size: 0.88em;background: #f1f5f9;color: #0f172a;padding: 0.15rem 0.4rem;border-radius: 4px;border: 1px solid #e2e8f0}.legal-bullets{list-style: none;padding: 0;margin: 1.25rem 0 1.5rem 0;display: flex;flex-direction: column;gap: 0.75rem}.legal-bullets li{position: relative;padding-left: 1.75rem;color: #1e293b;font-size: 0.98rem;line-height: 1.65}.legal-bullets li::before{content: "";position: absolute;left: 0.35rem;top: 0.65em;width: 6px;height: 6px;border-radius: 50%;background: #c53f1c}.legal-table-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 12px;overflow-x: auto;margin: 1.5rem 0;box-shadow: 0 1px 3px rgba(15,23,42,0.04)}.legal-table{width: 100%;border-collapse: collapse;text-align: left;font-size: 0.92rem}.legal-table th{background: #f8fafc;padding: 0.9rem 1.15rem;font-family: "Bricolage Grotesque",sans-serif;font-weight: 750;color: #0f172a;border-bottom: 1px solid #e2e8f0;letter-spacing: -0.01em}.legal-table td{padding: 0.95rem 1.15rem;border-bottom: 1px solid #f1f5f9;color: #1e293b;vertical-align: top;line-height: 1.6}.legal-table tr:last-child td{border-bottom: 0}.legal-callout{display: flex;align-items: flex-start;gap: 1.25rem;border-radius: 14px;padding: 1.5rem;margin: 1.75rem 0}.legal-callout--safety{background: #f0fdf4;border: 1px solid #bbf7d0}.legal-callout__icon{font-size: 1.75rem;line-height: 1;flex-shrink: 0}.legal-callout__body :is(h3,h4){font-family: "Bricolage Grotesque",sans-serif;font-size: 1.1rem;font-weight: 800;color: #14532d;margin-bottom: 0.45rem}.legal-callout__body p{font-size: 0.95rem;color: #166534;line-height: 1.65;margin-bottom: 0.65rem}.legal-callout__body p:last-child{margin-bottom: 0}.legal-cookie-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1rem;margin: 1.5rem 0}@media (max-width: 768px){.legal-cookie-grid{grid-template-columns: 1fr}}.legal-cookie-item{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 12px;padding: 1.25rem}.legal-cookie-item :is(h3,h5){font-family: "Bricolage Grotesque",sans-serif;font-size: 0.98rem;font-weight: 750;color: #0f172a;margin-bottom: 0.45rem}.legal-cookie-item p{font-size: 0.86rem;color: #334155;line-height: 1.55;margin: 0}.legal-dpo-box{background: #ffffff;border: 2px solid #0f172a;border-radius: 18px;padding: 2.25rem;box-shadow: 0 10px 30px -5px rgba(15,23,42,0.08)}.legal-dpo-box__header{display: flex;align-items: flex-start;gap: 1.25rem;margin-bottom: 1.75rem;padding-bottom: 1.25rem;border-bottom: 1px solid #e2e8f0}.legal-dpo-box__icon{font-size: 2rem;line-height: 1;flex-shrink: 0}.legal-dpo-box__header h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.35rem;font-weight: 800;color: #0f172a;margin-bottom: 0.25rem}.legal-dpo-box__header p{font-size: 0.92rem;color: #475569;margin: 0}.legal-dpo-box__details{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem;margin-bottom: 1.5rem}@media (max-width: 768px){.legal-dpo-box__details{grid-template-columns: 1fr;gap: 1rem}}.legal-dpo-item{display: flex;flex-direction: column;gap: 0.25rem}.legal-dpo-label{font-size: 0.78rem;text-transform: uppercase;letter-spacing: 0.06em;font-weight: 700;color: #64748b}.legal-dpo-val{font-size: 0.95rem;font-weight: 650;color: #0f172a}a.legal-dpo-val{color: #c53f1c;text-decoration: underline}.legal-dpo-box__footer{padding-top: 1rem;border-top: 1px solid #f1f5f9}.legal-dpo-box__footer p{font-size: 0.84rem;color: #475569;line-height: 1.5;margin: 0}@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .legal-page{color: #e2e8f0}:root:not([data-theme="light"]) .legal-crumbs{color: #94a3b8}:root:not([data-theme="light"]) .legal-crumbs a{color: #f1f5f9}:root:not([data-theme="light"]) .legal-hero{border-bottom-color: #322d25}:root:not([data-theme="light"]) .legal-hero__title,:root:not([data-theme="light"]) .legal-section-header h2,:root:not([data-theme="light"]) .legal-highlight-card__title,:root:not([data-theme="light"]) .legal-toc-header :is(h3,h4),:root:not([data-theme="light"]) .legal-dpo-box__header h3{color: #f8fafc}:root:not([data-theme="light"]) .legal-hero__lead,:root:not([data-theme="light"]) .legal-prose,:root:not([data-theme="light"]) .legal-prose p,:root:not([data-theme="light"]) .legal-bullets li,:root:not([data-theme="light"]) .legal-table td{color: #cbd5e1}:root:not([data-theme="light"]) .legal-prose strong{color: #f8fafc}:root:not([data-theme="light"]) .legal-prose code{background: #1e1b18;color: #f8fafc;border-color: #383127}:root:not([data-theme="light"]) .legal-meta-bar,:root:not([data-theme="light"]) .legal-section-block{border-color: #322d25}:root:not([data-theme="light"]) .legal-meta-val{color: #f8fafc}:root:not([data-theme="light"]) .legal-action-btn{background: #201d18;border-color: #383127;color: #f8fafc}:root:not([data-theme="light"]) .legal-highlights-section{background: #14120f;border-bottom-color: #322d25}:root:not([data-theme="light"]) .legal-highlight-card,:root:not([data-theme="light"]) .legal-toc-card,:root:not([data-theme="light"]) .legal-table-card,:root:not([data-theme="light"]) .legal-cookie-item,:root:not([data-theme="light"]) .legal-dpo-box{background: #201d18;border-color: #383127}:root:not([data-theme="light"]) .legal-highlight-card__desc,:root:not([data-theme="light"]) .legal-cookie-item p,:root:not([data-theme="light"]) .legal-dpo-box__header p,:root:not([data-theme="light"]) .legal-dpo-box__footer p{color: #94a3b8}:root:not([data-theme="light"]) .legal-toc-link{color: #cbd5e1}:root:not([data-theme="light"]) .legal-toc-link:hover{background: #2a2620;color: #ffffff}:root:not([data-theme="light"]) .legal-table th{background: #171512;color: #f8fafc;border-bottom-color: #383127}:root:not([data-theme="light"]) .legal-callout--safety{background: rgba(34,197,94,0.12);border-color: rgba(34,197,94,0.3)}:root:not([data-theme="light"]) .legal-callout__body :is(h3,h4){color: #86efac}:root:not([data-theme="light"]) .legal-callout__body p{color: #bbf7d0}}:root[data-theme="dark"] .legal-page{color: #e2e8f0}:root[data-theme="dark"] .legal-crumbs{color: #94a3b8}:root[data-theme="dark"] .legal-crumbs a{color: #f1f5f9}:root[data-theme="dark"] .legal-hero{border-bottom-color: #322d25}:root[data-theme="dark"] .legal-hero__title,:root[data-theme="dark"] .legal-section-header h2,:root[data-theme="dark"] .legal-highlight-card__title,:root[data-theme="dark"] .legal-toc-header :is(h3,h4),:root[data-theme="dark"] .legal-dpo-box__header h3{color: #f8fafc}:root[data-theme="dark"] .legal-hero__lead,:root[data-theme="dark"] .legal-prose,:root[data-theme="dark"] .legal-prose p,:root[data-theme="dark"] .legal-bullets li,:root[data-theme="dark"] .legal-table td{color: #cbd5e1}:root[data-theme="dark"] .legal-prose strong{color: #f8fafc}:root[data-theme="dark"] .legal-prose code{background: #1e1b18;color: #f8fafc;border-color: #383127}:root[data-theme="dark"] .legal-meta-bar,:root[data-theme="dark"] .legal-section-block{border-color: #322d25}:root[data-theme="dark"] .legal-meta-val{color: #f8fafc}:root[data-theme="dark"] .legal-action-btn{background: #201d18;border-color: #383127;color: #f8fafc}:root[data-theme="dark"] .legal-highlights-section{background: #14120f;border-bottom-color: #322d25}:root[data-theme="dark"] .legal-highlight-card,:root[data-theme="dark"] .legal-toc-card,:root[data-theme="dark"] .legal-table-card,:root[data-theme="dark"] .legal-cookie-item,:root[data-theme="dark"] .legal-dpo-box{background: #201d18;border-color: #383127}:root[data-theme="dark"] .legal-highlight-card__desc,:root[data-theme="dark"] .legal-cookie-item p,:root[data-theme="dark"] .legal-dpo-box__header p,:root[data-theme="dark"] .legal-dpo-box__footer p{color: #94a3b8}:root[data-theme="dark"] .legal-toc-link{color: #cbd5e1}:root[data-theme="dark"] .legal-toc-link:hover{background: #2a2620;color: #ffffff}:root[data-theme="dark"] .legal-table th{background: #171512;color: #f8fafc;border-bottom-color: #383127}:root[data-theme="dark"] .legal-callout--safety{background: rgba(34,197,94,0.12);border-color: rgba(34,197,94,0.3)}:root[data-theme="dark"] .legal-callout__body :is(h3,h4){color: #86efac}:root[data-theme="dark"] .legal-callout__body p{color: #bbf7d0}html,body{overflow-x: hidden;max-width: 100vw}.prose,.article-prose{overflow-wrap: break-word;word-break: break-word;max-width: 100%}.prose table,.article-prose table{display: block;width: 100%;max-width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;border-collapse: collapse}.prose pre,.article-prose pre{max-width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;white-space: pre-wrap;word-break: break-word;border-radius: var(--r-sm);padding: 0.85rem 1rem}.prose code,.article-prose code{word-break: break-word}.prose img,.article-prose img{max-width: 100%;height: auto;border-radius: var(--r-md)}@media (max-width: 640px){.article-header{padding-block: 1.5rem 1.25rem}.article-title{font-size: clamp(1.65rem,5.5vw,2.25rem);line-height: 1.18;word-break: break-word}.article-crumbs .current{max-width: 22ch}.article-meta{flex-direction: column;align-items: flex-start;gap: 0.75rem}.article-meta__details{width: 100%;justify-content: flex-start;font-size: 0.78rem;gap: 0.65rem}.article-container{padding-block: 1.5rem 2.5rem}.article-featured-image{margin-bottom: 1.5rem;border-radius: var(--r-sm)}.article-takeaway{padding: 1.25rem 1.15rem;margin-block: 2rem 1.5rem}.article-takeaway__action{flex-direction: column;align-items: stretch;width: 100%}.article-takeaway__action .btn{width: 100%;text-align: center;justify-content: center}.article-cta-ribbon{padding: 1.35rem 1.15rem;margin-top: 2rem;flex-direction: column;align-items: stretch;text-align: left;gap: 1.15rem}.article-cta-ribbon .btn{width: 100%;text-align: center;justify-content: center}.article-related{margin-top: 2.25rem;padding-top: 1.5rem}}@media (max-width: 480px){.prose-step{padding: 0.95rem 1rem;gap: 0.8rem}.prose-step__num{width: 1.75rem;height: 1.75rem;font-size: 0.85rem}.prose-callout{padding: 0.95rem 1rem;gap: 0.65rem;margin: 1.25rem 0}.prose-stat-card{padding: 1rem}}@media (max-width: 768px){.legal-meta-bar{flex-direction: column;align-items: flex-start;gap: 1rem}.legal-meta-actions{width: 100%;display: flex;gap: 0.65rem}.legal-meta-actions .legal-action-btn{flex: 1;justify-content: center;text-align: center}.legal-section-block{padding-bottom: 2rem;margin-bottom: 2rem}.legal-dpo-box{padding: 1.4rem 1.25rem}.legal-dpo-box__header{flex-direction: column;gap: 0.75rem}}@media (max-width: 640px){.about-hero{padding-top: 1.5rem;padding-bottom: 2.5rem}.about-hero__header{margin-bottom: 2rem}.about-stat-card{padding: 1.25rem 1.15rem}.about-story-card{padding: 1.35rem 1.15rem}.about-pillar-card{padding: 1.4rem 1.25rem}.about-step-card{padding: 1.4rem 1.25rem}.about-security-card{padding: 1.75rem 1.25rem}.about-security-item{padding: 1.15rem;gap: 0.85rem}.about-cta-card{padding: 2.25rem 1.25rem}.about-cta-actions{flex-direction: column;width: 100%}.about-cta-actions .btn{width: 100%;justify-content: center;text-align: center}.about-cta-guarantees{gap: 0.85rem;font-size: 0.78rem}}.contact-page{color: #1e293b;font-family: "Hanken Grotesk",system-ui,-apple-system,sans-serif;line-height: 1.65}.contact-crumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;font-weight: 500;color: #475569;margin-bottom: 1.85rem}.contact-crumbs a{color: #1e293b;text-decoration: none;transition: color 0.15s ease}.contact-crumbs a:hover{color: var(--flame)}.contact-crumbs__sep{color: #94a3b8}.contact-hero{padding-top: clamp(2rem,5vw,3.5rem);padding-bottom: clamp(2.5rem,5vw,4rem);background: radial-gradient(circle at 50% 0%,rgba(219,75,38,0.05) 0%,transparent 70%);border-bottom: 1px solid #e2e8f0}.contact-hero__header{max-width: 820px}.contact-pill{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.35rem 0.95rem;background: rgba(219,75,38,0.08);border: 1px solid rgba(219,75,38,0.22);border-radius: 9999px;font-size: 0.82rem;font-weight: 700;color: #b83c1d;letter-spacing: 0.02em;margin-bottom: 1.25rem}.contact-pill__dot{width: 7px;height: 7px;border-radius: 50%;background: #c53f1c;box-shadow: 0 0 8px rgba(219,75,38,0.6)}.contact-hero__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2.35rem,4.5vw,3.75rem);font-weight: 800;line-height: 1.1;letter-spacing: -0.03em;color: #0f172a;margin-bottom: 1.25rem}.contact-hero__highlight{background: linear-gradient(135deg,#c53f1c 0%,#ea580c 50%,#e11d48 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent}.contact-hero__lead{font-size: clamp(1.06rem,1.5vw,1.22rem);line-height: 1.68;color: #1e293b;font-weight: 450;max-width: 740px;margin-bottom: 2rem}.contact-hero__lead strong{color: #0f172a;font-weight: 700}.contact-hero__guarantees{display: flex;align-items: center;flex-wrap: wrap;gap: 1.25rem;padding-top: 1.5rem;border-top: 1px solid #e2e8f0}.contact-guarantee-tag{display: inline-flex;align-items: center;gap: 0.45rem;font-size: 0.88rem;font-weight: 650;color: #0f172a}.contact-guarantee-icon{font-size: 1.05rem}.contact-channels-section{padding-block: clamp(2.5rem,5vw,3.5rem);background: #f8fafc;border-bottom: 1px solid #e2e8f0}.contact-channels-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem}@media (max-width: 990px){.contact-channels-grid{grid-template-columns: repeat(2,1fr)}}@media (max-width: 640px){.contact-channels-grid{grid-template-columns: 1fr}}.contact-channel-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 16px;padding: 1.85rem;box-shadow: 0 4px 18px -4px rgba(15,23,42,0.05);display: flex;flex-direction: column;transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;position: relative}.contact-channel-card:hover{transform: translateY(-3px);border-color: #cbd5e1;box-shadow: 0 12px 28px -6px rgba(15,23,42,0.1)}.contact-channel-card__icon{width: 46px;height: 46px;border-radius: 12px;display: flex;align-items: center;justify-content: center;margin-bottom: 1.15rem}.contact-channel-card__icon--orange{background: rgba(219,75,38,0.1);color: #c53f1c}.contact-channel-card__icon--blue{background: rgba(2,132,199,0.1);color: #0284c7}.contact-channel-card__icon--green{background: rgba(22,163,74,0.1);color: #15803d}.contact-channel-card__badge{display: inline-block;font-family: "Spline Sans Mono",monospace;font-size: 0.72rem;text-transform: uppercase;letter-spacing: 0.08em;font-weight: 700;color: #64748b;margin-bottom: 0.35rem}.contact-channel-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.22rem;font-weight: 800;color: #0f172a;margin-bottom: 0.55rem}.contact-channel-card__desc{font-size: 0.92rem;color: #334155;line-height: 1.55;margin-bottom: 1.35rem;flex: 1}.contact-channel-card__action{display: inline-flex;align-items: center;gap: 0.45rem;font-size: 0.94rem;font-weight: 750;color: #c53f1c;text-decoration: none;margin-bottom: 0.45rem;transition: color 0.15s ease,transform 0.15s ease}.contact-channel-card__action:hover{color: #b83c1d;transform: translateX(2px)}.contact-channel-card__meta{font-size: 0.78rem;color: #64748b;font-weight: 500}.contact-main-section{padding-block: clamp(3rem,6vw,4.5rem)}.contact-layout{display: grid;grid-template-columns: 1.25fr 0.75fr;gap: 3rem;align-items: start}@media (max-width: 960px){.contact-layout{grid-template-columns: 1fr;gap: 2.5rem}}.contact-form-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 20px;padding: clamp(1.75rem,4vw,2.75rem);box-shadow: 0 10px 30px -5px rgba(15,23,42,0.06)}.contact-form-header{margin-bottom: 2rem}.contact-sub-pill{display: inline-block;font-family: "Spline Sans Mono",monospace;font-size: 0.76rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.08em;color: #c53f1c;margin-bottom: 0.5rem}.contact-form-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.6rem,2.8vw,2.2rem);font-weight: 800;color: #0f172a;letter-spacing: -0.02em;line-height: 1.15;margin-bottom: 0.55rem}.contact-form-subtitle{font-size: 0.98rem;color: #334155;line-height: 1.6;margin: 0}.contact-form-body{display: flex;flex-direction: column;gap: 1.35rem}.contact-form-row{display: grid;grid-template-columns: 1fr 1fr;gap: 1.25rem}@media (max-width: 600px){.contact-form-row{grid-template-columns: 1fr;gap: 1.25rem}}.contact-form-group{display: flex;flex-direction: column;gap: 0.45rem}.contact-label{font-family: "Bricolage Grotesque",sans-serif;font-size: 0.92rem;font-weight: 750;color: #0f172a}.contact-req{color: #dc2626}.contact-opt{font-size: 0.8em;font-weight: 500;color: #64748b}.contact-input,.contact-select,.contact-textarea{width: 100%;padding: 0.75rem 1rem;font-size: 0.95rem;color: #0f172a;background: #ffffff;border: 1.5px solid #cbd5e1;border-radius: 10px;outline: none;transition: border-color 0.15s ease,box-shadow 0.15s ease;box-sizing: border-box}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{border-color: #c53f1c;box-shadow: 0 0 0 3px rgba(219,75,38,0.15)}.contact-input::placeholder,.contact-textarea::placeholder{color: #94a3b8}.contact-textarea{resize: vertical;min-height: 120px;line-height: 1.6}.contact-form-actions{margin-top: 0.5rem}.contact-submit-btn{width: 100%;padding: 0.95rem 1.5rem;font-size: 1.02rem;font-weight: 750;display: flex;align-items: center;justify-content: center;box-shadow: 0 8px 20px -4px rgba(219,75,38,0.4);cursor: pointer}.contact-form-security-note{display: flex;align-items: center;justify-content: center;gap: 0.45rem;font-size: 0.82rem;color: #475569;text-align: center;margin-top: 0.25rem}.contact-security-icon{font-size: 0.95rem}.contact-sidebar-col{display: flex;flex-direction: column;gap: 1.75rem}.contact-info-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 18px;padding: 1.75rem;box-shadow: 0 4px 18px -4px rgba(15,23,42,0.05)}.contact-info-card__head{display: flex;align-items: center;gap: 0.65rem;padding-bottom: 0.95rem;border-bottom: 1px solid #f1f5f9;margin-bottom: 1.25rem}.contact-info-icon{font-size: 1.25rem}.contact-info-card__head :is(h3,h4){font-family: "Bricolage Grotesque",sans-serif;font-size: 1.15rem;font-weight: 800;color: #0f172a;margin: 0}.contact-faq-mini{display: flex;flex-direction: column;gap: 1.25rem}.contact-faq-mini-item :is(h4,h5){font-family: "Bricolage Grotesque",sans-serif;font-size: 0.98rem;font-weight: 750;color: #0f172a;margin-bottom: 0.35rem}.contact-faq-mini-item p{font-size: 0.88rem;color: #334155;line-height: 1.55;margin: 0}.contact-status-card{background: #0f172a;color: #ffffff;border-radius: 18px;padding: 1.75rem;box-shadow: 0 10px 30px -5px rgba(15,23,42,0.25)}.contact-status-indicator{display: flex;align-items: center;gap: 0.6rem;padding-bottom: 1.15rem;border-bottom: 1px solid rgba(255,255,255,0.12);margin-bottom: 1.25rem}.contact-pulse-dot{width: 9px;height: 9px;border-radius: 50%;background: #22c55e;box-shadow: 0 0 10px rgba(34,197,94,0.8);animation: contactPulse 2s infinite ease-in-out}@keyframes contactPulse{0%{transform: scale(1);opacity: 1}50%{transform: scale(1.3);opacity: 0.7}100%{transform: scale(1);opacity: 1}}.contact-status-text{font-size: 0.82rem;font-weight: 700;color: #86efac;letter-spacing: 0.01em}.contact-status-details{display: flex;flex-direction: column;gap: 0.85rem;margin-bottom: 1.35rem}.contact-status-row{display: flex;justify-content: space-between;align-items: center;gap: 0.5rem;font-size: 0.86rem}.contact-status-label{color: #94a3b8;font-weight: 500}.contact-status-val{color: #f8fafc;font-weight: 700}.contact-quick-links{display: flex;align-items: center;gap: 1.25rem;padding-top: 1rem;border-top: 1px solid rgba(255,255,255,0.1);font-size: 0.84rem;font-weight: 600}.contact-quick-links a{color: #38bdf8;text-decoration: none;transition: color 0.15s ease}.contact-quick-links a:hover{color: #7dd3fc;text-decoration: underline}@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .contact-page{color: #e2e8f0}:root:not([data-theme="light"]) .contact-crumbs{color: #94a3b8}:root:not([data-theme="light"]) .contact-crumbs a{color: #f1f5f9}:root:not([data-theme="light"]) .contact-hero{border-bottom-color: #322d25}:root:not([data-theme="light"]) .contact-hero__title,:root:not([data-theme="light"]) .contact-channel-card__title,:root:not([data-theme="light"]) .contact-form-title,:root:not([data-theme="light"]) .contact-label,:root:not([data-theme="light"]) .contact-info-card__head :is(h3,h4),:root:not([data-theme="light"]) .contact-faq-mini-item :is(h4,h5),:root:not([data-theme="light"]) .contact-guarantee-tag{color: #f8fafc}:root:not([data-theme="light"]) .contact-hero__lead,:root:not([data-theme="light"]) .contact-channel-card__desc,:root:not([data-theme="light"]) .contact-form-subtitle,:root:not([data-theme="light"]) .contact-faq-mini-item p{color: #cbd5e1}:root:not([data-theme="light"]) .contact-hero__guarantees{border-top-color: #322d25}:root:not([data-theme="light"]) .contact-channels-section{background: #14120f;border-bottom-color: #322d25}:root:not([data-theme="light"]) .contact-channel-card,:root:not([data-theme="light"]) .contact-form-card,:root:not([data-theme="light"]) .contact-info-card{background: #201d18;border-color: #322d25}:root:not([data-theme="light"]) .contact-input,:root:not([data-theme="light"]) .contact-select,:root:not([data-theme="light"]) .contact-textarea{background: #171512;border-color: #383127;color: #f8fafc}:root:not([data-theme="light"]) .contact-info-card__head{border-bottom-color: #322d25}:root:not([data-theme="light"]) .contact-form-security-note{color: #94a3b8}}:root[data-theme="dark"] .contact-page{color: #e2e8f0}:root[data-theme="dark"] .contact-crumbs{color: #94a3b8}:root[data-theme="dark"] .contact-crumbs a{color: #f1f5f9}:root[data-theme="dark"] .contact-hero{border-bottom-color: #322d25}:root[data-theme="dark"] .contact-hero__title,:root[data-theme="dark"] .contact-channel-card__title,:root[data-theme="dark"] .contact-form-title,:root[data-theme="dark"] .contact-label,:root[data-theme="dark"] .contact-info-card__head :is(h3,h4),:root[data-theme="dark"] .contact-faq-mini-item :is(h4,h5),:root[data-theme="dark"] .contact-guarantee-tag{color: #f8fafc}:root[data-theme="dark"] .contact-hero__lead,:root[data-theme="dark"] .contact-channel-card__desc,:root[data-theme="dark"] .contact-form-subtitle,:root[data-theme="dark"] .contact-faq-mini-item p{color: #cbd5e1}:root[data-theme="dark"] .contact-hero__guarantees{border-top-color: #322d25}:root[data-theme="dark"] .contact-channels-section{background: #14120f;border-bottom-color: #322d25}:root[data-theme="dark"] .contact-channel-card,:root[data-theme="dark"] .contact-form-card,:root[data-theme="dark"] .contact-info-card{background: #201d18;border-color: #322d25}:root[data-theme="dark"] .contact-input,:root[data-theme="dark"] .contact-select,:root[data-theme="dark"] .contact-textarea{background: #171512;border-color: #383127;color: #f8fafc}:root[data-theme="dark"] .contact-info-card__head{border-bottom-color: #322d25}:root[data-theme="dark"] .contact-form-security-note{color: #94a3b8}.tracker-page{color: #1e293b;font-family: inherit;background: #f8fafc;min-height: 80vh}.tracker-hero{background: linear-gradient(180deg,#fff7ed 0%,#f8fafc 100%);padding: 3rem 0 3.5rem;border-bottom: 1px solid #e2e8f0}.tracker-crumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;color: #475569;margin-bottom: 1.5rem}.tracker-crumbs a{color: #0f172a;text-decoration: none;font-weight: 500;transition: color 0.15s ease}.tracker-crumbs a:hover{color: #ac3a19}.tracker-crumbs__sep{color: #cbd5e1}.tracker-crumbs__current{color: #64748b;font-weight: 600}.tracker-hero__header{text-align: center;max-width: 48rem;margin: 0 auto}.tracker-pill{display: inline-flex;align-items: center;gap: 0.55rem;background: #ffedd5;color: #9a3412;border: 1px solid #fed7aa;padding: 0.35rem 0.95rem;border-radius: 9999px;font-size: 0.78rem;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;margin-bottom: 1.25rem}.tracker-pill__dot{width: 0.55rem;height: 0.55rem;border-radius: 50%;background: #10b981;box-shadow: 0 0 0 2px rgba(16,185,129,0.25);animation: trackerDotPulse 1.8s infinite ease-in-out}@keyframes trackerDotPulse{0%,100%{transform: scale(1);opacity: 1}50%{transform: scale(1.35);opacity: 0.75}}.tracker-hero__title{font-size: clamp(2rem,4vw,2.75rem);font-weight: 800;color: #0f172a;line-height: 1.15;letter-spacing: -0.025em;margin: 0 0 1rem}.tracker-hero__sub{font-size: 1.08rem;color: #334155;line-height: 1.6;margin: 0}.tracker-search-card{max-width: 54rem;margin: 2.25rem auto 0;background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.25rem;padding: 2rem 2.25rem;box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05),0 8px 10px -6px rgba(0,0,0,0.02)}.tracker-form__grid{display: grid;grid-template-columns: 1.15fr 1.35fr auto;gap: 1.25rem;align-items: flex-end}.tracker-field{display: flex;flex-direction: column;gap: 0.4rem}.tracker-field__label{display: flex;align-items: center;gap: 0.45rem;font-size: 0.84rem;font-weight: 700;color: #0f172a;letter-spacing: 0.01em}.tracker-field__icon{color: #ac3a19;font-weight: 800}.tracker-field__svg{width: 1rem;height: 1rem;color: #ac3a19}.tracker-field__input{height: 3.1rem;background: #ffffff;border: 1.5px solid #cbd5e1;border-radius: 0.75rem;padding: 0 1.1rem;font-size: 0.96rem;color: #0f172a;font-weight: 500;transition: all 0.2s ease;width: 100%;box-sizing: border-box}.tracker-field__input:focus{outline: none;border-color: #ac3a19;box-shadow: 0 0 0 3.5px rgba(230,74,25,0.15)}.tracker-field__hint{font-size: 0.74rem;color: #64748b;margin-top: 0.15rem}.tracker-field--btn{margin-bottom: 1.25rem}.tracker-submit-btn{height: 3.1rem;padding: 0 1.8rem;background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%);color: #ffffff;border: none;border-radius: 0.75rem;font-size: 0.98rem;font-weight: 700;display: inline-flex;align-items: center;justify-content: center;gap: 0.6rem;cursor: pointer;box-shadow: 0 4px 12px rgba(230,74,25,0.25);transition: all 0.2s ease;white-space: nowrap}.tracker-submit-btn:hover{transform: translateY(-1px);box-shadow: 0 8px 16px rgba(230,74,25,0.35);background: linear-gradient(135deg,#f4511e 0%,#d84315 100%)}.tracker-submit-btn:active{transform: translateY(0)}.tracker-search-foot{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 0.75rem;margin-top: 1.4rem;padding-top: 1.2rem;border-top: 1px solid #f1f5f9;font-size: 0.82rem}.tracker-security-tag{display: flex;align-items: center;gap: 0.45rem;color: #475569;font-weight: 500}.tracker-security-tag svg{color: #10b981}.tracker-sample-hint{color: #64748b}.tracker-sample-hint a{color: #ac3a19;font-weight: 600;text-decoration: underline;text-underline-offset: 2px}.tracker-alert{display: flex;gap: 1.25rem;padding: 1.5rem 1.75rem;border-radius: 1rem;margin-top: 1.5rem;background: #ffffff;border: 1px solid #fecaca;box-shadow: 0 4px 6px -1px rgba(239,68,68,0.05)}.tracker-alert--danger{border-left: 5px solid #ef4444}.tracker-alert__icon{width: 2.25rem;height: 2.25rem;border-radius: 50%;background: #fee2e2;color: #b91c1c;display: grid;place-content: center;flex-shrink: 0}.tracker-alert__icon svg{width: 1.3rem;height: 1.3rem}.tracker-alert__title{font-size: 1.05rem;font-weight: 800;color: #0f172a;margin: 0 0 0.35rem}.tracker-alert__desc{font-size: 0.94rem;color: #1e293b;line-height: 1.55;margin: 0 0 0.85rem}.tracker-alert__actions{display: flex;align-items: center;gap: 1rem;flex-wrap: wrap}.tracker-alert__tip{font-size: 0.78rem;color: #64748b}.tracker-results{padding: 2.5rem 0 4rem}.tracker-ribbon{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1.25rem;background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.4rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-ribbon__eyebrow{font-size: 0.72rem;font-weight: 800;letter-spacing: 0.08em;color: #ac3a19;text-transform: uppercase}.tracker-ribbon__id{font-size: 1.75rem;font-weight: 800;color: #0f172a;margin: 0.15rem 0 0.3rem}.tracker-ribbon__date{font-size: 0.85rem;color: #475569;font-weight: 500}.tracker-badge{display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.55rem 1.15rem;border-radius: 9999px;font-size: 0.88rem;font-weight: 700;border: 1.5px solid transparent}.tracker-badge--live{background: #eff6ff;color: #1d4ed8;border-color: #bfdbfe}.tracker-badge--success{background: #ecfdf5;color: #047857;border-color: #a7f3d0}.tracker-badge--warn{background: #fffbeb;color: #b45309;border-color: #fde68a}.tracker-badge--pending{background: #f8fafc;color: #475569;border-color: #cbd5e1}.tracker-badge--muted{background: #f1f5f9;color: #64748b;border-color: #cbd5e1}.tracker-badge__pulse{width: 0.6rem;height: 0.6rem;border-radius: 50%;background: #2563eb;box-shadow: 0 0 0 2px rgba(37,99,235,0.25);animation: trackerDotPulse 1.5s infinite}.tracker-badge__check{font-weight: 900;color: #10b981}.tracker-metrics-grid{display: grid;grid-template-columns: repeat(4,1fr);gap: 1.25rem}.tracker-metric-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.4rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);display: flex;flex-direction: column;justify-content: space-between}.tracker-metric-card__head{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.85rem}.tracker-metric-card__label{font-size: 0.72rem;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase;color: #64748b}.tracker-metric-card__icon{width: 2.2rem;height: 2.2rem;border-radius: 0.65rem;display: grid;place-content: center}.tracker-metric-card__icon svg{width: 1.2rem;height: 1.2rem}.tracker-metric-card__icon--orange{background: #fff7ed;color: #ac3a19}.tracker-metric-card__icon--blue{background: #eff6ff;color: #2563eb}.tracker-metric-card__icon--pink{background: #fdf2f8;color: #db2777}.tracker-metric-card__icon--green{background: #ecfdf5;color: #059669}.tracker-metric-card__val{font-size: 1.28rem;font-weight: 800;color: #0f172a;line-height: 1.25;margin-bottom: 0.35rem}.tracker-metric-card__percent{font-size: 0.95rem;font-weight: 700;color: #2563eb;margin-left: 0.25rem}.tracker-metric-card__val--green{color: #059669}.tracker-metric-card__val--truncate{white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.tracker-metric-card__sub{font-size: 0.82rem;color: #475569;line-height: 1.45}.tracker-metric-link{display: inline-flex;align-items: center;gap: 0.35rem;color: #db2777;font-weight: 600;text-decoration: none;transition: color 0.15s ease}.tracker-metric-link:hover{color: #be185d;text-decoration: underline}.tracker-progress-panel{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.75rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-progress-panel__top{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;margin-bottom: 1.25rem}.tracker-progress-panel__tag{font-size: 0.72rem;font-weight: 800;letter-spacing: 0.07em;color: #ac3a19;text-transform: uppercase}.tracker-progress-panel__title{font-size: 1.25rem;font-weight: 800;color: #0f172a;margin: 0.15rem 0 0}.tracker-progress-panel__stat{text-align: right}.tracker-progress-panel__num{font-size: 1.5rem;font-weight: 800;color: #0f172a;display: block}.tracker-progress-panel__lbl{font-size: 0.82rem;color: #475569;font-weight: 600}.tracker-bar{margin-bottom: 1.35rem}.tracker-bar__track{height: 0.95rem;background: #e2e8f0;border-radius: 9999px;overflow: hidden;position: relative}.tracker-bar__fill{height: 100%;background: linear-gradient(90deg,#c53f1c 0%,#97300d 100%);border-radius: 9999px;position: relative;transition: width 0.6s cubic-bezier(0.4,0,0.2,1)}.tracker-bar__glow{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.3) 50%,transparent 100%);animation: trackerShimmer 2s infinite linear}@keyframes trackerShimmer{0%{transform: translateX(-100%)}100%{transform: translateX(100%)}}.tracker-stream-strip{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;padding-top: 1.15rem;border-top: 1px solid #f1f5f9;font-size: 0.84rem;color: #334155}.tracker-stream-item{display: flex;align-items: center;gap: 0.5rem}.tracker-stream-item__dot{width: 0.5rem;height: 0.5rem;border-radius: 50%;background: #2563eb}.tracker-stream-item__dot--purple{background: #8b5cf6}.tracker-stream-item__dot--green{background: #10b981}.tracker-stepper-box{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-stepper-box__head{margin-bottom: 2rem}.tracker-stepper-box__title{font-size: 1.25rem;font-weight: 800;color: #0f172a;margin: 0 0 0.25rem}.tracker-stepper-box__sub{font-size: 0.86rem;color: #475569}.tracker-stages{display: flex;flex-direction: column;gap: 1.75rem;position: relative;list-style: none;padding: 0;margin: 0}.tracker-stages::before{content: "";position: absolute;top: 1.25rem;bottom: 1.25rem;left: 1.2rem;width: 2px;background: #e2e8f0;z-index: 0}.tracker-stage{display: flex;gap: 1.5rem;position: relative;z-index: 1}.tracker-stage__marker{width: 2.45rem;height: 2.45rem;border-radius: 50%;background: #ffffff;border: 2px solid #cbd5e1;color: #64748b;font-weight: 700;display: grid;place-content: center;flex-shrink: 0;box-shadow: 0 0 0 4px #ffffff;font-size: 0.92rem}.tracker-stage__marker svg{width: 1.2rem;height: 1.2rem}.tracker-stage--done .tracker-stage__marker{background: #10b981;border-color: #10b981;color: #ffffff}.tracker-stage--active .tracker-stage__marker{background: #ffffff;border-color: #ac3a19;color: #ac3a19;box-shadow: 0 0 0 4px #ffffff,0 0 0 7px rgba(230,74,25,0.18)}.tracker-stage__pulse-dot{width: 0.75rem;height: 0.75rem;border-radius: 50%;background: var(--flame-btn);animation: trackerDotPulse 1.5s infinite}.tracker-stage__body{flex: 1;background: #f8fafc;border: 1px solid #e2e8f0;border-radius: 0.85rem;padding: 1.2rem 1.4rem}.tracker-stage--active .tracker-stage__body{border-color: #fed7aa;background: #fffaf5}.tracker-stage__header{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 0.5rem;margin-bottom: 0.4rem}.tracker-stage__title{font-size: 1.02rem;font-weight: 800;color: #0f172a;margin: 0}.tracker-stage__status{font-size: 0.75rem;font-weight: 700;color: #059669;background: #ecfdf5;border: 1px solid #a7f3d0;padding: 0.2rem 0.65rem;border-radius: 9999px;text-transform: uppercase}.tracker-stage--active .tracker-stage__status{color: #ac3a19;background: #fff7ed;border-color: #fed7aa}.tracker-stage--pending .tracker-stage__status{color: #64748b;background: #f1f5f9;border-color: #cbd5e1}.tracker-stage__desc{font-size: 0.9rem;color: #334155;line-height: 1.55;margin: 0 0 0.5rem}.tracker-stage__time{font-size: 0.78rem;color: #64748b;font-family: "Spline Sans Mono",monospace;font-weight: 600}.tracker-comments-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.75rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-comments-card__head{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem}.tracker-comments-card__title{font-size: 1.18rem;font-weight: 800;color: #0f172a;margin: 0 0 0.2rem}.tracker-comments-card__count{font-size: 0.84rem;color: #475569}.tracker-comments-toggle{background: #f1f5f9;border: 1px solid #cbd5e1;color: #0f172a;font-size: 0.85rem;font-weight: 700;padding: 0.5rem 1rem;border-radius: 0.6rem;cursor: pointer;transition: all 0.15s ease}.tracker-comments-toggle:hover{background: #e2e8f0;border-color: #94a3b8}.tracker-comments-list{margin-top: 1.25rem;padding-top: 1.25rem;border-top: 1px solid #e2e8f0;display: flex;flex-direction: column;gap: 0.65rem}.tracker-comment-row{display: flex;align-items: center;gap: 0.85rem;background: #f8fafc;border: 1px solid #e2e8f0;border-radius: 0.65rem;padding: 0.75rem 1rem;font-size: 0.88rem}.tracker-comment-row__num{font-family: monospace;font-weight: 700;color: #64748b;font-size: 0.8rem;width: 2rem}.tracker-comment-row__text{flex: 1;color: #0f172a;font-weight: 500}.tracker-comment-row__badge{font-size: 0.72rem;font-weight: 700;color: #059669;background: #ecfdf5;border: 1px solid #a7f3d0;padding: 0.15rem 0.5rem;border-radius: 9999px;text-transform: uppercase}.tracker-summary-grid{display: grid;grid-template-columns: 1fr 1fr;gap: 1.5rem}.tracker-summary-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.75rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-summary-card__title{font-size: 1.15rem;font-weight: 800;color: #0f172a;margin: 0 0 1.2rem;padding-bottom: 0.75rem;border-bottom: 1px solid #f1f5f9}.tracker-summary-card__desc{font-size: 0.94rem;color: #334155;line-height: 1.6;margin: 0 0 1.5rem}.tracker-kv-list{display: flex;flex-direction: column;gap: 0.85rem;margin: 0}.tracker-kv-row{display: flex;justify-content: space-between;align-items: center;font-size: 0.92rem}.tracker-kv-row dt{color: #64748b;font-weight: 500}.tracker-kv-row dd{color: #0f172a;font-weight: 600;margin: 0}.tracker-help-actions{display: flex;flex-direction: column;gap: 0.75rem}.tracker-history-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.75rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-history-card__title{font-size: 1.15rem;font-weight: 800;color: #0f172a;margin: 0 0 1.25rem}.tracker-history-list{list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 1.15rem}.tracker-history-item{display: flex;gap: 1rem;font-size: 0.88rem}.tracker-history-item__dot{width: 0.55rem;height: 0.55rem;border-radius: 50%;background: #cbd5e1;margin-top: 0.4rem;flex-shrink: 0}.tracker-history-item__content{flex: 1}.tracker-history-item__status{display: flex;justify-content: space-between;gap: 1rem;color: #0f172a;margin-bottom: 0.2rem}.tracker-history-item__status span{font-size: 0.78rem;color: #64748b}.tracker-history-item__note{color: #475569;font-size: 0.82rem}.tracker-btn{display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;font-size: 0.92rem;font-weight: 700;padding: 0.8rem 1.4rem;border-radius: 0.75rem;text-decoration: none;transition: all 0.2s ease;cursor: pointer;border: 1.5px solid transparent}.tracker-btn--primary{background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%);color: #ffffff;box-shadow: 0 4px 12px rgba(230,74,25,0.25)}.tracker-btn--primary:hover{background: linear-gradient(135deg,#f4511e 0%,#d84315 100%);transform: translateY(-1px)}.tracker-btn--ghost{background: #f8fafc;color: #0f172a;border-color: #cbd5e1}.tracker-btn--ghost:hover{background: #e2e8f0}.tracker-btn--outline-sm{background: #ffffff;color: #0f172a;border-color: #cbd5e1;padding: 0.45rem 0.95rem;font-size: 0.82rem}.tracker-btn--outline-sm:hover{background: #f8fafc;border-color: #94a3b8}.tracker-section-head{text-align: center;max-width: 44rem;margin: 0 auto 2.5rem}.tracker-section-head__pill{font-size: 0.72rem;font-weight: 800;letter-spacing: 0.08em;color: #ac3a19;text-transform: uppercase;margin-bottom: 0.5rem}.tracker-section-head__title{font-size: clamp(1.6rem,3vw,2.1rem);font-weight: 800;color: #0f172a;line-height: 1.25;margin: 0 0 0.75rem}.tracker-section-head__sub{font-size: 1.02rem;color: #475569;line-height: 1.55;margin: 0}.tracker-pillars-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem}.tracker-pillar-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.25rem;padding: 2.2rem 1.8rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);transition: transform 0.2s ease,box-shadow 0.2s ease}.tracker-pillar-card:hover{transform: translateY(-2px);box-shadow: 0 12px 20px -5px rgba(0,0,0,0.06)}.tracker-pillar-card__icon{width: 3.25rem;height: 3.25rem;border-radius: 0.9rem;display: grid;place-content: center;margin-bottom: 1.4rem}.tracker-pillar-card__icon svg{width: 1.6rem;height: 1.6rem}.tracker-pillar-card__icon--blue{background: #eff6ff;color: #2563eb}.tracker-pillar-card__icon--orange{background: #fff7ed;color: #ac3a19}.tracker-pillar-card__icon--green{background: #ecfdf5;color: #059669}.tracker-pillar-card__title{font-size: 1.18rem;font-weight: 800;color: #0f172a;margin: 0 0 0.75rem}.tracker-pillar-card__desc{font-size: 0.94rem;color: #334155;line-height: 1.6;margin: 0}.tracker-faq-grid{display: grid;grid-template-columns: 1fr 1fr;gap: 1.5rem}.tracker-faq-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.8rem 2rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.tracker-faq-card__q{font-size: 1.05rem;font-weight: 800;color: #0f172a;margin: 0 0 0.65rem}.tracker-faq-card__a{font-size: 0.93rem;color: #334155;line-height: 1.6;margin: 0}.tracker-faq-card__a a{color: #ac3a19;font-weight: 600}.tracker-cta-card{background: linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius: 1.5rem;padding: 3rem 2.5rem;color: #ffffff;text-align: center;box-shadow: 0 20px 25px -5px rgba(15,23,42,0.2)}.tracker-cta-card__content{max-width: 44rem;margin: 0 auto}.tracker-cta-card__pill{font-size: 0.74rem;font-weight: 800;letter-spacing: 0.08em;color: #fdba74;text-transform: uppercase;display: inline-block;margin-bottom: 0.75rem}.tracker-cta-card__title{font-size: clamp(1.6rem,3vw,2.2rem);font-weight: 800;color: #ffffff;line-height: 1.25;margin: 0 0 1rem}.tracker-cta-card__desc{font-size: 1.05rem;color: #cbd5e1;line-height: 1.6;margin: 0 0 2rem}.tracker-cta-card__btns{display: flex;align-items: center;justify-content: center;gap: 1rem;flex-wrap: wrap}.tracker-cta-card__btns .tracker-btn--ghost{background: rgba(255,255,255,0.1);color: #ffffff;border-color: rgba(255,255,255,0.2)}.tracker-cta-card__btns .tracker-btn--ghost:hover{background: rgba(255,255,255,0.2)}@media (max-width: 900px){.tracker-metrics-grid{grid-template-columns: repeat(2,1fr)}.tracker-pillars-grid{grid-template-columns: 1fr}.tracker-summary-grid{grid-template-columns: 1fr}.tracker-faq-grid{grid-template-columns: 1fr}}@media (max-width: 768px){.tracker-form__grid{grid-template-columns: 1fr;gap: 1rem}.tracker-field--btn{margin-bottom: 0;margin-top: 0.5rem}.tracker-submit-btn{width: 100%}.tracker-metrics-grid{grid-template-columns: 1fr}.tracker-search-card{padding: 1.5rem}.tracker-ribbon{padding: 1.25rem}.tracker-progress-panel{padding: 1.25rem}.tracker-stepper-box{padding: 1.25rem}.tracker-stage{gap: 1rem}}:root[data-theme="dark"] .tracker-page{background: #0f172a;color: #f1f5f9}:root[data-theme="dark"] .tracker-hero{background: linear-gradient(180deg,#1e293b 0%,#0f172a 100%);border-bottom-color: #334155}:root[data-theme="dark"] .tracker-crumbs a{color: #cbd5e1}:root[data-theme="dark"] .tracker-crumbs__current{color: #94a3b8}:root[data-theme="dark"] .tracker-hero__title,:root[data-theme="dark"] .tracker-ribbon__id,:root[data-theme="dark"] .tracker-metric-card__val,:root[data-theme="dark"] .tracker-progress-panel__title,:root[data-theme="dark"] .tracker-progress-panel__num,:root[data-theme="dark"] .tracker-stepper-box__title,:root[data-theme="dark"] .tracker-stage__title,:root[data-theme="dark"] .tracker-comments-card__title,:root[data-theme="dark"] .tracker-comment-row__text,:root[data-theme="dark"] .tracker-summary-card__title,:root[data-theme="dark"] .tracker-kv-row dd,:root[data-theme="dark"] .tracker-history-card__title,:root[data-theme="dark"] .tracker-history-item__status,:root[data-theme="dark"] .tracker-section-head__title,:root[data-theme="dark"] .tracker-pillar-card__title,:root[data-theme="dark"] .tracker-faq-card__q,:root[data-theme="dark"] .tracker-alert__title{color: #f8fafc}:root[data-theme="dark"] .tracker-hero__sub,:root[data-theme="dark"] .tracker-ribbon__date,:root[data-theme="dark"] .tracker-metric-card__sub,:root[data-theme="dark"] .tracker-progress-panel__lbl,:root[data-theme="dark"] .tracker-stream-strip,:root[data-theme="dark"] .tracker-stepper-box__sub,:root[data-theme="dark"] .tracker-stage__desc,:root[data-theme="dark"] .tracker-summary-card__desc,:root[data-theme="dark"] .tracker-history-item__note,:root[data-theme="dark"] .tracker-pillar-card__desc,:root[data-theme="dark"] .tracker-faq-card__a,:root[data-theme="dark"] .tracker-alert__desc{color: #cbd5e1}:root[data-theme="dark"] .tracker-search-card,:root[data-theme="dark"] .tracker-ribbon,:root[data-theme="dark"] .tracker-metric-card,:root[data-theme="dark"] .tracker-progress-panel,:root[data-theme="dark"] .tracker-stepper-box,:root[data-theme="dark"] .tracker-comments-card,:root[data-theme="dark"] .tracker-summary-card,:root[data-theme="dark"] .tracker-history-card,:root[data-theme="dark"] .tracker-pillar-card,:root[data-theme="dark"] .tracker-faq-card,:root[data-theme="dark"] .tracker-alert{background: #1e293b;border-color: #334155}:root[data-theme="dark"] .tracker-field__input{background: #0f172a;border-color: #475569;color: #f8fafc}:root[data-theme="dark"] .tracker-field__label{color: #f1f5f9}:root[data-theme="dark"] .tracker-stage__body{background: #0f172a;border-color: #334155}:root[data-theme="dark"] .tracker-comment-row{background: #0f172a;border-color: #334155}:root[data-theme="dark"] .tracker-stage__marker{background: #0f172a;border-color: #475569;box-shadow: 0 0 0 4px #1e293b}:root[data-theme="dark"] .tracker-stages::before{background: #334155}:root[data-theme="dark"] .tracker-bar__track{background: #334155}:root[data-theme="dark"] .tracker-btn--ghost{background: #0f172a;color: #f8fafc;border-color: #475569}.article-progress-bar{position: fixed;top: 0;left: 0;width: 0%;height: 3.5px;background: linear-gradient(90deg,#c53f1c,#97300d);z-index: 9999;transition: width 0.08s ease-out}.article-view{background: #f8fafc;color: #1e293b;min-height: 80vh}.article-header{background: linear-gradient(180deg,#fff7ed 0%,#f8fafc 100%);padding-block: clamp(2.5rem,4.5vw,3.8rem) 2.2rem;border-bottom: 1px solid #e2e8f0}.article-crumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;color: #475569;flex-wrap: wrap}.article-crumbs a{color: #0f172a;font-weight: 600;text-decoration: none;transition: color 0.15s ease}.article-crumbs a:hover{color: #ac3a19}.article-crumbs .sep{color: #cbd5e1}.article-crumbs .current{color: #64748b;font-weight: 500;max-width: 36ch;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.article-badge-row{display: flex;align-items: center;gap: 0.75rem;flex-wrap: wrap}.article-badge{display: inline-flex;align-items: center;gap: 0.45rem;background: #ffedd5;color: #9a3412;border: 1px solid #fed7aa;padding: 0.3rem 0.85rem;border-radius: 9999px;font-size: 0.76rem;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase}.article-updated-tag{display: inline-flex;align-items: center;gap: 0.35rem;background: #ecfdf5;color: #047857;border: 1px solid #a7f3d0;padding: 0.3rem 0.75rem;border-radius: 9999px;font-size: 0.74rem;font-weight: 700}.article-title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2.1rem,4vw,3.15rem);font-weight: 800;color: #0f172a;line-height: 1.18;letter-spacing: -0.025em;margin: 0}.article-meta{display: flex;align-items: center;justify-content: space-between;gap: 1.25rem;flex-wrap: wrap;padding-top: 1.25rem;border-top: 1px solid #e2e8f0}.article-meta__author{display: flex;align-items: center;gap: 0.75rem}.article-meta__avatar{width: 2.6rem;height: 2.6rem;border-radius: 50%;background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%);color: #ffffff;display: flex;align-items: center;justify-content: center;position: relative;box-shadow: 0 0 0 3px #fed7aa;flex-shrink: 0}.article-meta__initials{font-size: 0.82rem;font-weight: 800;letter-spacing: -0.02em}.article-meta__check{position: absolute;bottom: -2px;right: -2px;width: 1rem;height: 1rem;border-radius: 50%;background: #10b981;color: #ffffff;font-size: 0.62rem;font-weight: 900;display: grid;place-content: center;border: 1.5px solid #ffffff}.article-meta__name{display: block;font-size: 0.94rem;font-weight: 800;color: #0f172a}.article-meta__role{display: block;font-size: 0.78rem;color: #475569;font-weight: 500}.article-meta__details{display: flex;align-items: center;gap: 1.25rem;flex-wrap: wrap}.article-meta__item{display: inline-flex;align-items: center;gap: 0.45rem;font-size: 0.86rem;color: #334155;font-weight: 600}.article-meta__item svg{color: #ac3a19}.article-share-strip{display: flex;align-items: center;gap: 0.75rem;flex-wrap: wrap;padding-top: 1rem;border-top: 1px solid #f1f5f9}.article-share-strip__label{font-size: 0.82rem;font-weight: 700;color: #475569;text-transform: uppercase;letter-spacing: 0.04em}.article-share-btn{display: inline-flex;align-items: center;gap: 0.45rem;background: #ffffff;border: 1px solid #cbd5e1;border-radius: 0.6rem;padding: 0.4rem 0.85rem;font-size: 0.82rem;font-weight: 700;color: #0f172a;text-decoration: none;cursor: pointer;transition: all 0.15s ease}.article-share-btn:hover{background: #f1f5f9;border-color: #94a3b8;transform: translateY(-1px)}.article-share-btn svg{color: #475569}.article-toc{margin-bottom: 2.5rem}.article-toc__details{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.25rem 1.6rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.article-toc__summary{display: flex;align-items: center;justify-content: space-between;gap: 0.75rem;cursor: pointer;user-select: none;font-weight: 800;color: #0f172a}.article-toc__summary::-webkit-details-marker{display: none}.article-toc__title{display: flex;align-items: center;gap: 0.6rem;font-size: 1.02rem;color: #0f172a}.article-toc__title svg{color: #ac3a19}.article-toc__badge{font-size: 0.72rem;font-weight: 700;text-transform: uppercase;color: #ac3a19;background: #fff7ed;border: 1px solid #fed7aa;padding: 0.15rem 0.65rem;border-radius: 9999px}.article-toc__list{list-style: none;padding: 1.15rem 0 0.25rem;margin: 1rem 0 0;border-top: 1px solid #f1f5f9;display: flex;flex-direction: column;gap: 0.65rem}.article-toc__item{margin: 0}.article-toc__link{display: flex;align-items: baseline;gap: 0.65rem;text-decoration: none;font-size: 0.92rem;color: #1e293b;font-weight: 600;line-height: 1.45;transition: color 0.15s ease}.article-toc__link:hover{color: #ac3a19;text-decoration: underline}.article-toc__num{font-family: "Spline Sans Mono",monospace;font-size: 0.8rem;font-weight: 700;color: #ac3a19;flex-shrink: 0}.article-container{padding-block: 2.5rem 4.5rem}.article-featured-image{margin-bottom: 2.5rem;border-radius: 1.15rem;overflow: hidden;border: 1px solid #e2e8f0;box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05)}.article-featured-image img{width: 100%;height: auto;display: block}.article-prose{font-size: 1.08rem;line-height: 1.8;color: #1e293b}.article-prose h2{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.75rem;font-weight: 800;letter-spacing: -0.025em;line-height: 1.25;margin-top: 3rem;margin-bottom: 1rem;color: #0f172a;scroll-margin-top: 5rem;padding-bottom: 0.5rem;border-bottom: 1.5px solid #f1f5f9}.article-prose h3{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.35rem;font-weight: 800;letter-spacing: -0.015em;margin-top: 2.25rem;margin-bottom: 0.75rem;color: #0f172a;scroll-margin-top: 5rem}.article-prose h4{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.12rem;font-weight: 800;color: #0f172a;margin-top: 1.75rem;margin-bottom: 0.5rem}.article-prose p{color: #1e293b;margin-bottom: 1.5rem;line-height: 1.8}.article-prose strong,.article-prose b{color: #0f172a;font-weight: 700}.article-prose em,.article-prose i{color: #1e293b}.article-prose a{color: #ac3a19;font-weight: 600;text-decoration: underline;text-underline-offset: 3px;transition: color 0.15s ease}.article-prose a:hover{color: #c2410c}.article-prose ul,.article-prose ol{color: #1e293b;margin-bottom: 1.6rem;padding-left: 1.6rem}.article-prose li{margin-bottom: 0.55rem;line-height: 1.7}.article-prose blockquote{border-left: 4px solid #e64a19;background: #ffffff;border-top: 1px solid #e2e8f0;border-right: 1px solid #e2e8f0;border-bottom: 1px solid #e2e8f0;padding: 1.4rem 1.8rem;margin: 2.25rem 0;border-radius: 0 1rem 1rem 0;font-style: italic;font-size: 1.06rem;line-height: 1.75;color: #0f172a;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02)}.prose-callout{border: 1px solid #e2e8f0;border-left: 4px solid #e64a19;background: #ffffff;border-radius: 1rem;padding: 1.4rem 1.75rem;margin: 2.25rem 0;display: flex;gap: 1.15rem;align-items: flex-start;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.prose-callout__icon{font-size: 1.5rem;line-height: 1;flex-shrink: 0;margin-top: 0.15rem}.prose-callout__content{flex: 1}.prose-callout__content strong{display: block;font-family: "Bricolage Grotesque",sans-serif;font-size: 1.08rem;font-weight: 800;color: #0f172a;margin-bottom: 0.35rem}.prose-callout__content p{margin: 0;font-size: 0.96rem;line-height: 1.65;color: #1e293b}.prose-callout--tip{border-left-color: #10b981;background: #f0fdf4;border-color: #bbf7d0}.prose-callout--warning{border-left-color: #f59e0b;background: #fffbeb;border-color: #fde68a}.prose-callout--insight{border-left-color: #3b82f6;background: #eff6ff;border-color: #bfdbfe}.prose-table-wrap{width: 100%;overflow-x: auto;margin: 2.25rem 0;border: 1px solid #e2e8f0;border-radius: 1rem;background: #ffffff;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.prose-table{width: 100%;border-collapse: collapse;font-size: 0.94rem;text-align: left}.prose-table th{background: #f8fafc;padding: 0.95rem 1.25rem;font-weight: 800;text-transform: uppercase;font-size: 0.78rem;letter-spacing: 0.05em;color: #0f172a;border-bottom: 1px solid #e2e8f0}.prose-table td{padding: 1rem 1.25rem;border-bottom: 1px solid #f1f5f9;color: #1e293b;line-height: 1.6}.prose-table tr:last-child td{border-bottom: none}.prose-table tr:hover td{background: #f8fafc}.prose-stat-grid{display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin: 2.25rem 0}@media (min-width: 600px){.prose-stat-grid{grid-template-columns: repeat(3,1fr)}}.prose-stat-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1rem;padding: 1.4rem;text-align: center;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.prose-stat-card__val{font-size: 1.85rem;font-weight: 800;color: #ac3a19;font-family: "Spline Sans Mono",monospace;margin-bottom: 0.35rem;line-height: 1.15}.prose-stat-card__label{font-size: 0.84rem;color: #334155;font-weight: 700}.prose-steps{list-style: none !important;padding: 0 !important;margin: 2.25rem 0 !important;display: flex;flex-direction: column;gap: 1.25rem}.prose-step{display: flex;gap: 1.25rem;align-items: flex-start;background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1rem;padding: 1.4rem 1.65rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.prose-step__num{width: 2.25rem;height: 2.25rem;border-radius: 50%;background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%);color: #ffffff;display: grid;place-content: center;font-weight: 800;font-family: "Spline Sans Mono",monospace;font-size: 0.95rem;flex-shrink: 0;box-shadow: 0 4px 8px rgba(230,74,25,0.25)}.prose-step__content h4{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.08rem;font-weight: 800;margin: 0 0 0.35rem 0;color: #0f172a}.prose-step__content p{margin: 0;font-size: 0.95rem;color: #1e293b;line-height: 1.6}.prose-faq-item{border: 1px solid #e2e8f0;border-radius: 0.95rem;margin-bottom: 1rem;background: #ffffff;overflow: hidden;box-shadow: 0 2px 4px rgba(0,0,0,0.02)}.prose-faq-item summary{padding: 1.15rem 1.45rem;font-weight: 800;cursor: pointer;font-size: 1.02rem;display: flex;justify-content: space-between;align-items: center;user-select: none;color: #0f172a}.prose-faq-item summary::-webkit-details-marker{display: none}.prose-faq-item[open] summary{background: #f8fafc;border-bottom: 1px solid #e2e8f0;color: #ac3a19}.prose-faq-item__answer{padding: 1.25rem 1.45rem;font-size: 0.95rem;color: #1e293b;line-height: 1.65}.prose-faq-item__answer p:last-child{margin-bottom: 0}.article-takeaway{background: #ffffff;border: 1.5px solid #fed7aa;border-radius: 1.25rem;padding: 2rem 2.25rem;margin-block: 3.25rem 2.5rem;box-shadow: 0 10px 20px -5px rgba(230,74,25,0.06)}.article-takeaway__head{display: flex;align-items: center;gap: 0.85rem;margin-bottom: 0.85rem}.article-takeaway__icon{width: 2.5rem;height: 2.5rem;border-radius: 0.75rem;background: #ffedd5;color: #ac3a19;display: grid;place-content: center;font-size: 1.35rem;flex-shrink: 0}.article-takeaway__head h4{font-family: "Bricolage Grotesque",sans-serif;font-weight: 800;font-size: 1.2rem;color: #0f172a;margin: 0}.article-takeaway__tag{font-size: 0.75rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.04em;color: #ac3a19;display: block}.article-takeaway p{font-size: 1rem;color: #1e293b;line-height: 1.65;margin: 0 0 1.5rem 0}.article-takeaway__action{display: flex;align-items: center;gap: 0.85rem;flex-wrap: wrap}.article-feedback{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1rem;padding: 1.25rem 1.75rem;margin-bottom: 2.5rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.article-feedback__question{font-size: 0.95rem;font-weight: 700;color: #0f172a}.article-feedback__btns{display: flex;gap: 0.65rem}.feedback-btn{background: #f8fafc;border: 1px solid #cbd5e1;color: #0f172a;font-size: 0.86rem;font-weight: 700;padding: 0.45rem 0.95rem;border-radius: 0.65rem;cursor: pointer;transition: all 0.15s ease}.feedback-btn:hover{background: #e2e8f0;border-color: #94a3b8;transform: translateY(-1px)}.article-feedback__thanks{color: #059669;font-weight: 700;font-size: 0.9rem}.article-author-bio{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.25rem;padding: 2rem;margin-bottom: 3.5rem;display: flex;gap: 1.5rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03)}.article-author-bio__avatar{width: 3.5rem;height: 3.5rem;border-radius: 50%;background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%);color: #ffffff;font-size: 1.15rem;font-weight: 800;display: grid;place-content: center;flex-shrink: 0;box-shadow: 0 0 0 4px #fed7aa}.article-author-bio__content{flex: 1}.article-author-bio__header{margin-bottom: 0.45rem}.article-author-bio__name{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.15rem;font-weight: 800;color: #0f172a;margin: 0 0 0.15rem}.article-author-bio__role{font-size: 0.82rem;color: #64748b;font-weight: 600;display: block}.article-author-bio__text{font-size: 0.94rem;color: #334155;line-height: 1.6;margin: 0 0 0.85rem}.article-author-bio__links{display: flex;gap: 1.25rem}.article-bio-link{font-size: 0.84rem;font-weight: 700;color: #ac3a19;text-decoration: none}.article-bio-link:hover{text-decoration: underline}.article-related{margin-top: 3.5rem;padding-top: 2.5rem;border-top: 1px solid #e2e8f0}.article-related__head{display: flex;align-items: flex-end;justify-content: space-between;gap: 1rem;flex-wrap: wrap;margin-bottom: 1.8rem}.article-related__eyebrow{font-size: 0.72rem;font-weight: 800;letter-spacing: 0.08em;color: #ac3a19;text-transform: uppercase}.article-related__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.5rem;font-weight: 800;color: #0f172a;margin: 0.2rem 0 0}.article-related__more{font-size: 0.88rem;font-weight: 700;color: #0f172a;text-decoration: none;transition: color 0.15s ease}.article-related__more:hover{color: #ac3a19}.article-related__grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.25rem}.article-related__card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.5rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);display: flex;flex-direction: column;justify-content: space-between;transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.article-related__card:hover{transform: translateY(-2px);border-color: #cbd5e1;box-shadow: 0 12px 20px -5px rgba(0,0,0,0.06)}.article-related__card-meta{display: flex;justify-content: space-between;font-size: 0.76rem;color: #64748b;font-weight: 600;margin-bottom: 0.75rem}.article-related__card-title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.05rem;font-weight: 800;line-height: 1.35;color: #0f172a;margin: 0 0 0.5rem}.article-related__card-title a{color: #0f172a;text-decoration: none;transition: color 0.15s ease}.article-related__card-title a:hover{color: #ac3a19}.article-related__card-desc{font-size: 0.86rem;color: #334155;line-height: 1.55;margin: 0 0 1.25rem}.article-related__card-foot{padding-top: 0.75rem;border-top: 1px solid #f1f5f9}.article-related__link{display: inline-flex;align-items: center;gap: 0.35rem;font-size: 0.84rem;font-weight: 700;color: #ac3a19;text-decoration: none}.article-related__link:hover{text-decoration: underline}.article-cta-ribbon{margin-top: 3.5rem;background: linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius: 1.5rem;padding: 2.75rem 3rem;color: #ffffff;display: flex;align-items: center;justify-content: space-between;gap: 2rem;flex-wrap: wrap;box-shadow: 0 20px 25px -5px rgba(15,23,42,0.2)}.article-cta-ribbon__content{max-width: 36rem}.article-cta-ribbon__pill{font-size: 0.74rem;font-weight: 800;letter-spacing: 0.08em;color: #fdba74;text-transform: uppercase;display: inline-block;margin-bottom: 0.5rem}.article-cta-ribbon__title{font-size: clamp(1.4rem,2.5vw,1.85rem);font-weight: 800;color: #ffffff;line-height: 1.25;margin: 0 0 0.65rem}.article-cta-ribbon__desc{font-size: 0.98rem;color: #cbd5e1;line-height: 1.6;margin: 0}.article-cta-ribbon__action{flex-shrink: 0}.blog-hub{background: #f8fafc;color: #1e293b;min-height: 80vh}.blog-hero{background: linear-gradient(180deg,#fff7ed 0%,#f8fafc 100%);padding: 3rem 0 2.5rem;border-bottom: 1px solid #e2e8f0}.blog-hero__breadcrumbs{display: flex;align-items: center;gap: 0.5rem;font-size: 0.88rem;color: #475569}.blog-hero__breadcrumbs a{color: #0f172a;font-weight: 600;text-decoration: none}.blog-hero__header{max-width: 48rem}.blog-pill{display: inline-flex;align-items: center;gap: 0.55rem;background: #ffedd5;color: #9a3412;border: 1px solid #fed7aa;padding: 0.35rem 0.95rem;border-radius: 9999px;font-size: 0.78rem;font-weight: 700;letter-spacing: 0.06em;text-transform: uppercase;margin-bottom: 1rem}.blog-pill__dot{width: 0.55rem;height: 0.55rem;border-radius: 50%;background: #10b981}.blog-hero__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(2.1rem,4vw,2.85rem);font-weight: 800;color: #0f172a;line-height: 1.15;letter-spacing: -0.025em;margin: 0 0 0.85rem}.blog-hero__desc{font-size: 1.08rem;color: #334155;line-height: 1.6;margin: 0}.blog-filter-strip{display: flex;align-items: center;gap: 0.65rem;flex-wrap: wrap;padding-top: 1.25rem}.blog-filter-tag{background: #ffffff;border: 1px solid #cbd5e1;color: #0f172a;font-size: 0.84rem;font-weight: 700;padding: 0.45rem 1rem;border-radius: 9999px;cursor: pointer;transition: all 0.15s ease}.blog-filter-tag:hover{background: #f1f5f9;border-color: #94a3b8}.blog-filter-tag--active{background: #0f172a;color: #ffffff;border-color: #0f172a}.blog-featured-card{background: #ffffff;border: 1.5px solid #fed7aa;border-radius: 1.35rem;padding: 2.25rem 2.5rem;box-shadow: 0 10px 25px -5px rgba(230,74,25,0.06);display: flex;flex-direction: column;gap: 1rem}.blog-featured-card__meta{display: flex;align-items: center;gap: 1rem;flex-wrap: wrap}.blog-featured-badge{background: #ffedd5;color: #9a3412;border: 1px solid #fed7aa;font-size: 0.76rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.04em;padding: 0.25rem 0.75rem;border-radius: 9999px}.blog-featured-card__date,.blog-featured-card__read{font-size: 0.82rem;color: #475569;font-weight: 600}.blog-featured-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: clamp(1.5rem,2.8vw,2rem);font-weight: 800;line-height: 1.25;color: #0f172a;margin: 0}.blog-featured-card__title a{color: #0f172a;text-decoration: none;transition: color 0.15s ease}.blog-featured-card__title a:hover{color: #ac3a19}.blog-featured-card__excerpt{font-size: 1.02rem;color: #334155;line-height: 1.65;margin: 0}.blog-featured-card__footer{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;padding-top: 1.25rem;border-top: 1px solid #f1f5f9}.blog-featured-card__desk{font-size: 0.82rem;color: #64748b;font-weight: 600}.blog-grid{display: grid;grid-template-columns: repeat(3,1fr);gap: 1.5rem}.blog-card{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 1.15rem;padding: 1.65rem;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);display: flex;flex-direction: column;justify-content: space-between;gap: 1rem;transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.blog-card:hover{transform: translateY(-2px);border-color: #cbd5e1;box-shadow: 0 12px 20px -5px rgba(0,0,0,0.06)}.blog-card__top{display: flex;align-items: center;justify-content: space-between;font-size: 0.78rem;color: #64748b;font-weight: 600}.blog-card__read{margin-left: auto}.blog-card__title{font-family: "Bricolage Grotesque",sans-serif;font-size: 1.18rem;font-weight: 800;line-height: 1.35;color: #0f172a;margin: 0 0 0.5rem}.blog-card__title a{color: #0f172a;text-decoration: none;transition: color 0.15s ease}.blog-card__title a:hover{color: #ac3a19}.blog-card__excerpt{font-size: 0.9rem;color: #334155;line-height: 1.55;margin: 0}.blog-card__footer{display: flex;align-items: center;justify-content: space-between;padding-top: 0.95rem;border-top: 1px solid #f1f5f9}.blog-card__link{display: inline-flex;align-items: center;gap: 0.35rem;font-size: 0.86rem;font-weight: 700;color: #ac3a19;text-decoration: none}.blog-card__link:hover{text-decoration: underline}.blog-card__category{font-size: 0.72rem;font-weight: 700;text-transform: uppercase;color: #55606f;background: #f1f5f9;padding: 0.2rem 0.55rem;border-radius: 9999px}.blog-pagination{display: flex;align-items: center;justify-content: space-between;gap: 1rem;padding-top: 1.5rem;border-top: 1px solid #e2e8f0}.blog-page-btn{background: #ffffff;border: 1px solid #cbd5e1;color: #0f172a;font-size: 0.88rem;font-weight: 700;padding: 0.6rem 1.35rem;border-radius: 0.75rem;text-decoration: none;transition: all 0.15s ease}.blog-page-btn:hover{background: #f1f5f9;border-color: #94a3b8}.blog-page-btn.is-disabled{opacity: 0.4;pointer-events: none}.blog-pagination__counter{font-size: 0.9rem;color: #475569;font-weight: 500}.blog-pagination__counter strong{color: #0f172a}@media (max-width: 960px){.blog-grid{grid-template-columns: repeat(2,1fr)}.article-related__grid{grid-template-columns: 1fr}}@media (max-width: 680px){.blog-grid{grid-template-columns: 1fr}.article-cta-ribbon{padding: 2rem 1.5rem}.article-author-bio{flex-direction: column;padding: 1.5rem}.article-takeaway{padding: 1.5rem}.blog-featured-card{padding: 1.5rem}.article-share-strip{flex-direction: column;align-items: flex-start}}:root[data-theme="dark"] .article-view,:root[data-theme="dark"] .blog-hub{background: #0f172a;color: #f1f5f9}:root[data-theme="dark"] .article-header,:root[data-theme="dark"] .blog-hero{background: linear-gradient(180deg,#1e293b 0%,#0f172a 100%);border-bottom-color: #334155}:root[data-theme="dark"] .article-crumbs a,:root[data-theme="dark"] .blog-hero__breadcrumbs a{color: #cbd5e1}:root[data-theme="dark"] .article-title,:root[data-theme="dark"] .article-prose h2,:root[data-theme="dark"] .article-prose h3,:root[data-theme="dark"] .article-prose h4,:root[data-theme="dark"] .article-prose strong,:root[data-theme="dark"] .article-meta__name,:root[data-theme="dark"] .article-toc__title,:root[data-theme="dark"] .article-takeaway__head h4,:root[data-theme="dark"] .article-author-bio__name,:root[data-theme="dark"] .article-related__title,:root[data-theme="dark"] .article-related__card-title,:root[data-theme="dark"] .article-related__card-title a,:root[data-theme="dark"] .blog-hero__title,:root[data-theme="dark"] .blog-featured-card__title a,:root[data-theme="dark"] .blog-card__title a,:root[data-theme="dark"] .article-feedback__question,:root[data-theme="dark"] .feedback-btn,:root[data-theme="dark"] .blog-page-btn{color: #f8fafc}:root[data-theme="dark"] .article-prose,:root[data-theme="dark"] .article-prose p,:root[data-theme="dark"] .article-prose li,:root[data-theme="dark"] .article-takeaway p,:root[data-theme="dark"] .article-author-bio__text,:root[data-theme="dark"] .article-related__card-desc,:root[data-theme="dark"] .blog-hero__desc,:root[data-theme="dark"] .blog-featured-card__excerpt,:root[data-theme="dark"] .blog-card__excerpt{color: #cbd5e1}:root[data-theme="dark"] .article-toc__details,:root[data-theme="dark"] .article-featured-image,:root[data-theme="dark"] .prose-callout,:root[data-theme="dark"] .prose-table-wrap,:root[data-theme="dark"] .prose-stat-card,:root[data-theme="dark"] .prose-step,:root[data-theme="dark"] .prose-faq-item,:root[data-theme="dark"] .article-takeaway,:root[data-theme="dark"] .article-feedback,:root[data-theme="dark"] .article-author-bio,:root[data-theme="dark"] .article-related__card,:root[data-theme="dark"] .blog-featured-card,:root[data-theme="dark"] .blog-card{background: #1e293b;border-color: #334155}:root[data-theme="dark"] .article-toc__link,:root[data-theme="dark"] .article-meta__item,:root[data-theme="dark"] .article-share-btn,:root[data-theme="dark"] .prose-table td,:root[data-theme="dark"] .prose-step__content p{color: #e2e8f0}:root[data-theme="dark"] .article-share-btn,:root[data-theme="dark"] .feedback-btn,:root[data-theme="dark"] .blog-page-btn,:root[data-theme="dark"] .blog-filter-tag{background: #1e293b;border-color: #475569}:root[data-theme="dark"] .prose-table th{background: #0f172a;color: #f8fafc;border-bottom-color: #334155}:root[data-theme="dark"] .prose-table td{border-bottom-color: #334155}:root[data-theme="dark"] .article-prose blockquote{background: #1e293b;color: #f8fafc;border-color: #334155;border-left-color: #ac3a19}.article-prose .prose-steps,.prose .prose-steps,.prose-steps{display: grid !important;grid-template-columns: repeat(3,1fr) !important;gap: 1.25rem !important;margin: 2.5rem 0 !important;padding: 0 !important;list-style: none !important}@media (max-width: 860px){.article-prose .prose-steps,.prose .prose-steps,.prose-steps{grid-template-columns: repeat(2,1fr) !important}}@media (max-width: 560px){.article-prose .prose-steps,.prose .prose-steps,.prose-steps{grid-template-columns: 1fr !important;gap: 1rem !important}}.article-prose .prose-step,.prose .prose-step,.prose-step{background: #ffffff !important;border: 1.5px solid #e2e8f0 !important;border-radius: 1.15rem !important;padding: 1.5rem 1.35rem !important;display: flex !important;flex-direction: column !important;align-items: flex-start !important;justify-content: flex-start !important;gap: 0 !important;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03),0 2px 4px -2px rgba(0,0,0,0.02) !important;transition: transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease !important;position: relative !important;margin: 0 !important;box-sizing: border-box !important;height: 100% !important;overflow: hidden !important}.article-prose .prose-step::before,.prose .prose-step::before,.prose-step::before{content: "" !important;position: absolute !important;top: 0 !important;left: 0 !important;right: 0 !important;height: 3px !important;background: linear-gradient(90deg,#ff5722 0%,#ff8a65 100%) !important;opacity: 0.9 !important}.article-prose .prose-step:hover,.prose .prose-step:hover,.prose-step:hover{border-color: #cbd5e1 !important;box-shadow: 0 12px 24px -4px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04) !important;transform: translateY(-3px) !important}.article-prose .prose-step > span:first-child,.prose .prose-step > span:first-child,.prose-step > span:first-child,.prose-step__num{width: 2.5rem !important;min-width: 2.5rem !important;max-width: 2.5rem !important;height: 2.5rem !important;min-height: 2.5rem !important;max-height: 2.5rem !important;flex: 0 0 2.5rem !important;aspect-ratio: 1 / 1 !important;border-radius: 50% !important;box-sizing: border-box !important;background: linear-gradient(135deg,#c53f1c 0%,#97300d 100%) !important;color: #ffffff !important;display: flex !important;align-items: center !important;justify-content: center !important;text-align: center !important;font-weight: 800 !important;font-family: "Spline Sans Mono",monospace !important;font-size: 1.05rem !important;line-height: 1 !important;box-shadow: 0 4px 10px rgba(230,74,25,0.25) !important;border: 2px solid #ffffff !important;outline: 2px solid #fed7aa !important;margin: 0 0 1rem 0 !important;padding: 0 !important}.article-prose .prose-step > div,.prose .prose-step > div,.prose-step > div,.prose-step__content{display: flex !important;flex-direction: column !important;flex: 1 1 auto !important;width: 100% !important;min-width: 0 !important}.article-prose .prose-step > div > strong:first-child,.prose .prose-step > div > strong:first-child,.prose-step > div > strong:first-child,.article-prose .prose-step > div > h4,.prose .prose-step > div > h4,.prose-step__title{display: block !important;font-family: "Bricolage Grotesque",sans-serif !important;font-size: 1.1rem !important;font-weight: 800 !important;color: #0f172a !important;margin: 0 0 0.45rem 0 !important;line-height: 1.35 !important;letter-spacing: -0.01em !important}.article-prose .prose-step > div > p,.prose .prose-step > div > p,.prose-step > div > p,.prose-step__text{color: #334155 !important;font-size: 0.93rem !important;line-height: 1.6 !important;margin: 0 !important}.article-prose .prose-table-wrap,.prose .prose-table-wrap,.prose-table-wrap{width: 100% !important;max-width: 100% !important;overflow-x: auto !important;margin: 2.5rem 0 !important;background: #ffffff !important;border: 1.5px solid #e2e8f0 !important;border-radius: 1.15rem !important;box-shadow: 0 10px 20px -5px rgba(0,0,0,0.04),0 4px 6px -4px rgba(0,0,0,0.02) !important;display: block !important;-webkit-overflow-scrolling: touch !important}.article-prose .prose-table,.prose .prose-table,.prose-table{width: 100% !important;min-width: 100% !important;border-collapse: separate !important;border-spacing: 0 !important;table-layout: auto !important;font-size: 0.96rem !important;text-align: left !important;margin: 0 !important;display: table !important}.article-prose .prose-table th,.prose .prose-table th,.prose-table th{background: #f8fafc !important;color: #0f172a !important;font-size: 0.8rem !important;font-weight: 800 !important;text-transform: uppercase !important;letter-spacing: 0.06em !important;padding: 1.15rem 1.5rem !important;border-bottom: 2px solid #e2e8f0 !important;border-top: none !important;border-left: none !important;border-right: none !important;white-space: nowrap !important}.article-prose .prose-table th:first-child,.prose .prose-table th:first-child,.prose-table th:first-child{border-top-left-radius: 1.05rem !important}.article-prose .prose-table th:last-child,.prose .prose-table th:last-child,.prose-table th:last-child{border-top-right-radius: 1.05rem !important}.article-prose .prose-table td,.prose .prose-table td,.prose-table td{padding: 1.15rem 1.5rem !important;border-bottom: 1px solid #f1f5f9 !important;border-top: none !important;border-left: none !important;border-right: none !important;color: #1e293b !important;font-size: 0.96rem !important;line-height: 1.6 !important;font-weight: 500 !important;vertical-align: middle !important}.article-prose .prose-table tbody tr:last-child td,.prose .prose-table tbody tr:last-child td,.prose-table tbody tr:last-child td{border-bottom: none !important}.article-prose .prose-table tbody tr:last-child td:first-child,.prose .prose-table tbody tr:last-child td:first-child,.prose-table tbody tr:last-child td:first-child{border-bottom-left-radius: 1.05rem !important}.article-prose .prose-table tbody tr:last-child td:last-child,.prose .prose-table tbody tr:last-child td:last-child,.prose-table tbody tr:last-child td:last-child{border-bottom-right-radius: 1.05rem !important}.article-prose .prose-table tbody tr:hover td,.prose .prose-table tbody tr:hover td,.prose-table tbody tr:hover td{background: #f8fafc !important;color: #0f172a !important}.article-prose .prose-table td strong,.prose .prose-table td strong,.prose-table td strong{color: #0f172a !important;font-weight: 800 !important}.article-prose .prose-faq-item,.prose .prose-faq-item,.prose-faq-item{border: 1.5px solid #e2e8f0 !important;border-left: 4px solid #e64a19 !important;border-radius: 1rem !important;margin-bottom: 1.15rem !important;background: #ffffff !important;overflow: hidden !important;box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02) !important;transition: all 0.2s ease !important}.article-prose .prose-faq-item:hover,.prose .prose-faq-item:hover,.prose-faq-item:hover{border-color: #cbd5e1 !important;border-left-color: #ac3a19 !important;box-shadow: 0 10px 15px -3px rgba(0,0,0,0.04) !important;transform: translateY(-1px)}.prose-faq-summary{display: flex !important;align-items: center !important;justify-content: space-between !important;gap: 1rem !important;padding: 1.25rem 1.65rem !important;cursor: pointer !important;user-select: none !important;background: #ffffff !important;transition: background 0.15s ease !important}.prose-faq-summary::-webkit-details-marker{display: none !important}.prose-faq-item[open] .prose-faq-summary{background: #f8fafc !important;border-bottom: 1px solid #f1f5f9 !important}.prose-faq-q{display: flex !important;align-items: center !important;gap: 0.85rem !important;flex: 1 !important}.prose-faq-pill{width: 1.85rem !important;height: 1.85rem !important;border-radius: 50% !important;background: #ffedd5 !important;color: #ac3a19 !important;font-size: 0.84rem !important;font-weight: 900 !important;display: flex !important;align-items: center !important;justify-content: center !important;flex-shrink: 0 !important;border: 1px solid #fed7aa !important}.prose-faq-qtext{font-family: "Bricolage Grotesque",sans-serif !important;font-size: 1.1rem !important;font-weight: 800 !important;color: #0f172a !important;line-height: 1.35 !important}.prose-faq-chevron{color: #64748b !important;transition: transform 0.2s ease !important;display: flex !important;align-items: center !important;flex-shrink: 0 !important}.prose-faq-item[open] .prose-faq-chevron{transform: rotate(180deg) !important;color: #ac3a19 !important}.prose-faq-answer{padding: 1.25rem 1.65rem 1.35rem 4.35rem !important;color: #1e293b !important;font-size: 0.98rem !important;line-height: 1.7 !important;background: #ffffff !important}.prose-faq-answer p{margin: 0 !important;color: #1e293b !important}div.prose-faq-item{padding: 1.35rem 1.65rem !important}div.prose-faq-item > strong{display: flex !important;align-items: center !important;gap: 0.85rem !important;font-family: "Bricolage Grotesque",sans-serif !important;font-size: 1.1rem !important;font-weight: 800 !important;color: #0f172a !important;margin-bottom: 0.65rem !important}div.prose-faq-item > strong::before{content: "Q";display: inline-flex !important;align-items: center !important;justify-content: center !important;width: 1.85rem !important;height: 1.85rem !important;border-radius: 50% !important;background: #ffedd5 !important;color: #ac3a19 !important;font-size: 0.84rem !important;font-weight: 900 !important;flex-shrink: 0 !important;border: 1px solid #fed7aa !important}div.prose-faq-item > p{color: #1e293b !important;font-size: 0.98rem !important;line-height: 1.7 !important;margin: 0 !important;padding-left: 2.7rem !important}@media (max-width: 640px){.prose-faq-answer{padding-left: 1.45rem !important}div.prose-faq-item > p{padding-left: 0 !important;margin-top: 0.45rem !important}.article-prose .prose-step,.prose .prose-step,.prose-step{padding: 1.35rem 1.15rem !important}}:root[data-theme="dark"] .article-prose .prose-step,:root[data-theme="dark"] .prose .prose-step,:root[data-theme="dark"] .prose-step,:root[data-theme="dark"] .article-prose .prose-table-wrap,:root[data-theme="dark"] .prose .prose-table-wrap,:root[data-theme="dark"] .prose-table-wrap,:root[data-theme="dark"] .article-prose .prose-faq-item,:root[data-theme="dark"] .prose .prose-faq-item,:root[data-theme="dark"] .prose-faq-item,:root[data-theme="dark"] .prose-faq-summary,:root[data-theme="dark"] .prose-faq-answer,:root[data-theme="dark"] div.prose-faq-item{background: #1e293b !important;border-color: #334155 !important}:root[data-theme="dark"] .prose-step > span:first-child,:root[data-theme="dark"] .prose-step__num{border-color: #1e293b !important;outline-color: #ac3a19 !important}:root[data-theme="dark"] .article-prose .prose-step > div > strong:first-child,:root[data-theme="dark"] .prose .prose-step > div > strong:first-child,:root[data-theme="dark"] .prose-step > div > strong:first-child,:root[data-theme="dark"] .prose-step__title,:root[data-theme="dark"] .prose-faq-qtext,:root[data-theme="dark"] div.prose-faq-item > strong{color: #f8fafc !important}:root[data-theme="dark"] .article-prose .prose-step > div > p,:root[data-theme="dark"] .prose .prose-step > div > p,:root[data-theme="dark"] .prose-step > div > p,:root[data-theme="dark"] .prose-step__text,:root[data-theme="dark"] .prose-faq-answer,:root[data-theme="dark"] .prose-faq-answer p,:root[data-theme="dark"] div.prose-faq-item > p,:root[data-theme="dark"] .article-prose .prose-table td,:root[data-theme="dark"] .prose .prose-table td,:root[data-theme="dark"] .prose-table td{color: #cbd5e1 !important}:root[data-theme="dark"] .article-prose .prose-table th,:root[data-theme="dark"] .prose .prose-table th,:root[data-theme="dark"] .prose-table th{background: #0f172a !important;color: #f8fafc !important;border-bottom-color: #334155 !important}:root[data-theme="dark"] .article-prose .prose-table tbody tr:hover td,:root[data-theme="dark"] .prose .prose-table tbody tr:hover td,:root[data-theme="dark"] .prose-table tbody tr:hover td,:root[data-theme="dark"] .prose-faq-item[open] .prose-faq-summary{background: #0f172a !important}a.acct-stat-card--wallet{text-decoration: none}.wallet-tiers{display: flex;flex-wrap: wrap;gap: .5rem;margin-bottom: 1.2rem}.wallet-tier{display: flex;flex-direction: column;align-items: center;gap: .1rem;padding: .55rem .9rem;border: 1px solid var(--line);border-radius: var(--r-md);background: var(--surface-sunk);flex: 1 1 5.5rem}.wallet-tier__from{font-family: "Spline Sans Mono",monospace;font-size: .72rem;color: var(--ink-soft)}.wallet-tier__bonus{font-weight: 700;color: var(--flame-deep)}.wallet-presets{display: flex;flex-wrap: wrap;gap: .5rem;margin-bottom: 1rem}.wallet-preset{padding: .55rem 1rem;border: 1px solid var(--line-strong);border-radius: var(--r-md);background: var(--surface);font-weight: 600;font-size: var(--step--1);cursor: pointer;font-family: "Spline Sans Mono",monospace;color: var(--ink)}.wallet-preset:hover{border-color: var(--flame)}.wallet-preset.is-active{background: var(--flame-haze);border-color: var(--flame);color: var(--flame-deep)}.wallet-form__row{display: flex;flex-wrap: wrap;gap: 1rem}.wallet-form .field{display: flex;flex-direction: column;gap: .3rem}.wallet-form .field > span{font-size: .78rem;font-weight: 600;color: var(--ink)}.wallet-form input,.wallet-form select{padding: .6rem .75rem;border: 1px solid var(--line-strong);border-radius: var(--r-md);background: var(--surface-sunk);color: var(--ink);font: inherit;width: 100%}.wallet-yield{margin: 1rem 0 1.1rem;padding: .8rem 1rem;border-radius: var(--r-md);background: var(--ok-haze);color: var(--ink);font-size: var(--step--1);line-height: 1.5}.wallet-pending{list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: .8rem}.wallet-pending li{display: flex;flex-wrap: wrap;align-items: baseline;gap: .5rem .8rem}.wallet-pending__bonus{color: var(--flame-deep);font-weight: 600;font-size: .85rem}.wallet-pending__via{color: var(--ink-soft);font-size: .85rem}.wallet-pending__note{flex-basis: 100%;color: var(--ink-faint);font-size: .8rem}.wallet-pending__cancel{margin-left: auto}.wallet-pending__cancel button{background: none;border: 0;padding: 0;font: inherit;font-size: .8rem;font-weight: 600;color: var(--ink-soft);text-decoration: underline;cursor: pointer}.wallet-pending__cancel button:hover{color: var(--flame-deep)}.wallet-table-wrap{overflow-x: auto}.wallet-table{width: 100%;border-collapse: collapse;font-size: var(--step--1)}.wallet-table th,.wallet-table td{padding: .7rem 1.1rem;border-bottom: 1px solid var(--line);text-align: left}.wallet-table th{font-size: .72rem;text-transform: uppercase;letter-spacing: .06em;color: var(--ink-faint)}.wallet-table tbody tr:last-child td{border-bottom: 0}.wallet-table__note{display: block;font-size: .78rem;color: var(--ink-faint)}