:root {
            --ink: #182033;
            --muted: #667085;
            --line: #e4e8f0;
            --paper: #ffffff;
            --soft: #f5f7fb;
            --accent: #16a34a;
            --warn: #f59e0b;
        }
        * { min-width: 0; }
        body { background: var(--soft); color: var(--ink); font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: 0; overflow-x: hidden; }
        img { max-width: 100%; }
        h1, h2, h3, h4, h5, h6, .navbar-brand, .btn { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
        .navbar { border-bottom: 1px solid rgba(228, 232, 240, .86); backdrop-filter: blur(14px); }
        .navbar .nav-link { color: #344054; font-weight: 500; }
        .navbar .nav-link:hover { color: #101828; }
        .navbar .btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
        .brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: #101828; color: #fff; }
        .hero { background: #0f172a; color: #fff; position: relative; overflow: hidden; }
        .home-hero { padding: 72px 0 92px; background: radial-gradient(circle at 18% 18%, rgba(34, 197, 94, .18), transparent 30%), radial-gradient(circle at 86% 12%, rgba(59, 130, 246, .14), transparent 26%), linear-gradient(135deg, #0b1220 0%, #111827 58%, #102018 100%); }
        .hero > .container { position: relative; z-index: 1; }
        .hero-kicker { color: #86efac; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
        .hero-title { max-width: 820px; line-height: 1.04; }
        .hero-copy { max-width: 660px; color: #cbd5e1; }
        .hero-search-wrap { max-width: 820px; margin: 0 auto; text-align: center; }
        .hero-search-wrap .hero-title { margin-left: auto; margin-right: auto; }
        .hero-search-copy { max-width: 640px; margin-left: auto; margin-right: auto; color: #cbd5e1; font-size: 1.08rem; line-height: 1.6; }
        .hero-search-form { max-width: 720px; margin: 0 auto; }
        .hero-search-box { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.97); padding: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
        .hero-search-box i { color: #667085; font-size: 1.35rem; margin-left: 10px; }
        .hero-search-box .form-control { height: 50px; border: 0; box-shadow: none; color: #101828; font-size: 1.05rem; padding-left: 2px; background-color: #f6f6f6; }
        .hero-search-box .form-control:focus { box-shadow: none; }
        .hero-search-box .btn { min-height: 50px; min-width: 112px; border-radius: 6px; background: #101828; border-color: #101828; color: #fff; font-weight: 800; }
        .hero-search-box .btn:hover { background: #0b1220; border-color: #0b1220; color: #fff; }
        .hero-search-result { color: #d1d5db; }
        .hero-search-result a { color: #86efac; font-weight: 800; margin-left: 8px; text-decoration: none; }
        .hero-search-result a:hover { text-decoration: underline; }
        .hero-flow { display: flex; flex-wrap: wrap; gap: 10px; }
        .hero-flow span { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: #e5e7eb; padding: .5rem .75rem; font-size: .9rem; font-weight: 700; }
        .hero-flow i { color: #86efac; font-size: 1rem; }
        .hero-stats { max-width: 620px; }
        .terminal-preview {
            border: 1px solid rgba(255,255,255,.16);
            border-radius: 8px;
            background: rgba(15, 23, 42, .84);
            box-shadow: 0 24px 70px rgba(0,0,0,.32);
            overflow: hidden;
        }
        .terminal-bar { height: 42px; background: rgba(255,255,255,.07); display: flex; align-items: center; gap: 8px; padding: 0 16px; }
        .terminal-dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
        .terminal-dot:nth-child(2) { background: #f59e0b; }
        .terminal-dot:nth-child(3) { background: #22c55e; }
        .terminal-body { padding: 20px; font-family: Consolas, Monaco, monospace; font-size: .92rem; color: #dbeafe; min-height: 220px; }
        .terminal-line { display: flex; gap: 12px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
        .terminal-line:last-child { border-bottom: 0; }
        .terminal-label { color: #86efac; min-width: 86px; }
        .hero-stat { border-left: 1px solid rgba(255,255,255,.16); padding-left: 18px; }
        .hero-product-preview { border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); box-shadow: 0 28px 80px rgba(0,0,0,.34); overflow: hidden; backdrop-filter: blur(12px); }
        .hero-preview-top { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
        .hero-preview-media { background: #0b1220; }
        .hero-preview-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; display: block; }
        .hero-preview-empty { aspect-ratio: 16 / 9; display: grid; place-items: center; color: #d1fae5; background: #111827; }
        .hero-preview-empty i { font-size: 3rem; }
        .hero-preview-empty span { font-weight: 800; }
        .hero-preview-body { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px; background: rgba(15,23,42,.9); }
        .hero-preview-body h2 { color: #fff; font-weight: 800; line-height: 1.25; }
        .hero-preview-body p { color: #cbd5e1; font-size: .92rem; }
        .marketplace-section { padding-top: 64px; padding-bottom: 72px; }
        .marketplace-head { border-bottom: 1px solid #e4e8f0; padding-bottom: 18px; }
        .product-card, .panel { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 18px 36px rgba(15, 23, 42, .05); }
        .product-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; overflow: hidden; display: flex; flex-direction: column; border-color: #dde4ef; box-shadow: 0 18px 42px rgba(15, 23, 42, .08); }
        .product-card:hover { transform: translateY(-4px); border-color: #c9d3e2; box-shadow: 0 24px 56px rgba(15, 23, 42, .13); }
        .product-media { position: relative; background: #eef2f7; border-bottom: 1px solid #eef2f6; aspect-ratio: 16 / 7.25; overflow: hidden; }
        .product-thumb { width: 100%; height: 100%; object-fit: cover; object-position: center top; background: #e9edf5; display: block; }
        .product-overlay { position: absolute; inset: 12px 12px auto 12px; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; pointer-events: none; }
        .product-badges { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
        .product-body { padding: 22px 20px 20px; display: flex; flex-direction: column; flex: 1; }
        .product-title { color: #061124; font-size: 1.32rem; font-weight: 800; line-height: 1.18; min-height: 2.36em; margin-bottom: 10px; }
        .product-footer { border-top: 1px solid #eef2f6; padding-top: 18px; margin-top: auto; }
        .product-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
        .fallback-thumb {
            background:
                linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
                linear-gradient(0deg, rgba(255,255,255,.07) 1px, transparent 1px),
                #111827;
            background-size: 28px 28px;
            color: #d1fae5;
        }
        .feature-strip { margin-top: -34px; position: relative; z-index: 2; }
        .feature-item { min-height: 104px; }
        .icon-box { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: #ecfdf3; color: #15803d; font-size: 1.3rem; flex: 0 0 auto; }
        .section-eyebrow { color: var(--accent); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
        .price-pill { border: 1px solid #cfd8e6; border-radius: 999px; padding: .5rem .88rem; background: #fff; font-size: 1.02rem; font-weight: 900; color: #0f172a; white-space: nowrap; box-shadow: 0 8px 18px rgba(15, 23, 42, .04); }
        .meta-badge { border: 1px solid rgba(255,255,255,.72); color: #101828; background: rgba(255,255,255,.94); border-radius: 999px; padding: .28rem .58rem; font-size: .76rem; font-weight: 800; box-shadow: 0 8px 20px rgba(15,23,42,.1); }
        .meta-badge.soft { border-color: #e4e7ec; color: #475467; background: #f9fafb; box-shadow: none; }
        .btn-dark { background: #101828; border-color: #101828; }
        .btn-dark:hover { background: #0b1220; border-color: #0b1220; }
        .product-footer .btn { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding-inline: .78rem; font-weight: 800; }
        .place-items-center { place-items: center; }
        .status { border-radius: 999px; padding: .3rem .65rem; font-size: .78rem; font-weight: 700; }
        .status-pending { background: #fff3cd; color: #946200; }
        .status-approved { background: #d1e7dd; color: #0f5132; }
        .status-rejected { background: #f8d7da; color: #842029; }
        .code-block { white-space: pre-wrap; background: #111827; color: #e5e7eb; border-radius: 8px; padding: 1rem; }
        .auth-shell { min-height: calc(100vh - 96px); display: flex; align-items: center; padding: 34px 0 56px; }
        .auth-card { overflow: hidden; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; box-shadow: 0 28px 70px rgba(15, 23, 42, .1); }
        .auth-aside { background: #101828; color: #fff; min-height: 100%; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
        .auth-aside .brand-mark { background: #fff; color: #101828; }
        .auth-aside-copy { color: #cbd5e1; line-height: 1.65; }
        .auth-step { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); color: #e5e7eb; }
        .auth-step i { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; background: rgba(34, 197, 94, .14); color: #86efac; font-size: 1.1rem; }
        .auth-form { padding: 34px; max-width: 562px; margin: 0 auto; }
        .auth-title { font-weight: 800; line-height: 1.12; }
        .auth-subtitle { color: var(--muted); }
        .input-icon { position: relative; }
        .input-icon i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #98a2b3; font-size: 1.1rem; }
        .input-icon .form-control { padding-left: 42px; height: 46px; border-color: #d8dee8; }
        .input-icon .form-control:focus { border-color: #101828; box-shadow: 0 0 0 .18rem rgba(16,24,40,.08); }
        .auth-recaptcha { overflow-x: auto; width: fit-content; max-width: 100%; padding: 10px; border: 1px solid #e4e7ec; border-radius: 8px; background: #f9fafb; display: flex; justify-content: flex-start; }
        .auth-recaptcha .g-recaptcha { flex: 0 0 auto; }
        .auth-link { color: #101828; font-weight: 700; text-decoration: none; }
        .auth-link:hover { text-decoration: underline; }
        .dashboard-page { padding-top: 48px; padding-bottom: 72px; }
        .dashboard-hero { background: radial-gradient(circle at 92% 18%, rgba(34, 197, 94, .16), transparent 30%), #101828; color: #fff; border-radius: 8px; padding: 34px 36px; box-shadow: 0 28px 70px rgba(15,23,42,.14); }
        .dashboard-hero p { color: #cbd5e1; }
        .dashboard-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
        .dashboard-actions .btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-weight: 800; }
        .dash-stat { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px; height: 100%; display: flex; align-items: center; gap: 16px; box-shadow: 0 14px 32px rgba(15,23,42,.05); }
        .dash-stat .small { font-weight: 700; }
        .dash-stat .h4 { color: #061124; font-weight: 900; }
        .dash-stat-icon { width: 42px; height: 42px; border-radius: 8px; display: grid; place-items: center; background: #f2f4f7; color: #101828; font-size: 1.25rem; }
        .dash-stat-icon.approved { background: #ecfdf3; color: #15803d; }
        .dash-stat-icon.pending { background: #fffaeb; color: #b54708; }
        .dash-stat-icon.rejected { background: #fef3f2; color: #b42318; }
        .orders-panel { overflow: hidden; box-shadow: 0 18px 44px rgba(15,23,42,.07); }
        .orders-table thead th { color: #101828; font-weight: 900; border-bottom-color: #e5eaf2; padding-top: 18px; padding-bottom: 18px; }
        .orders-table tbody td { padding-top: 18px; padding-bottom: 18px; }
        .order-amount { font-weight: 900; color: #061124; white-space: nowrap; }
        .order-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 0 16px 36px rgba(15,23,42,.05); }
        .profile-page { padding: 34px 0 72px; }
        .profile-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 22px; align-items: stretch; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 20px 50px rgba(15, 23, 42, .07); }
        .profile-hero-copy { min-width: 0; }
        .profile-back { display: inline-flex; align-items: center; gap: 6px; color: #475467; text-decoration: none; font-weight: 800; font-size: .9rem; margin-bottom: 18px; }
        .profile-back:hover { color: #101828; }
        .profile-title { color: #061124; font-size: 2.15rem; line-height: 1.08; font-weight: 900; }
        .profile-lead { color: var(--muted); max-width: 640px; line-height: 1.65; }
        .profile-identity { display: flex; align-items: center; gap: 14px; min-width: 0; border: 1px solid #e4e8f0; border-radius: 8px; background: #f8fafc; padding: 18px; }
        .profile-avatar { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: #101828; color: #fff; font-size: 1.5rem; }
        .profile-name { color: #101828; font-weight: 900; font-size: 1.05rem; overflow-wrap: anywhere; }
        .profile-email { color: var(--muted); font-size: .92rem; overflow-wrap: anywhere; }
        .profile-status { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: .42rem .62rem; border-radius: 999px; font-size: .78rem; font-weight: 900; white-space: nowrap; }
        .profile-status.verified { background: #ecfdf3; color: #15803d; }
        .profile-status.pending { background: #fffaeb; color: #b54708; }
        .profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
        .profile-card { height: 100%; border: 1px solid #dfe5ee; border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .profile-card-head { display: flex; align-items: flex-start; gap: 14px; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid #eef2f6; }
        .profile-card-head span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: #ecfdf3; color: #15803d; font-size: 1.35rem; flex: 0 0 auto; }
        .profile-card-head h2 { color: #101828; font-size: 1.12rem; line-height: 1.25; font-weight: 900; margin: 0 0 4px; }
        .profile-card-head p { color: var(--muted); font-size: .92rem; line-height: 1.5; margin: 0; }
        .profile-card .form-label { color: #344054; font-weight: 800; margin-bottom: 8px; }
        .profile-field { margin-bottom: 16px; }
        .profile-readonly { min-height: 46px; display: flex; align-items: center; gap: 10px; border: 1px solid #d8dee8; border-radius: .375rem; background: #f8fafc; color: #344054; padding: .65rem .8rem; font-weight: 700; overflow-wrap: anywhere; }
        .profile-readonly i { color: #15803d; font-size: 1.1rem; }
        .profile-submit { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 900; margin-top: 4px; }
        .order-code-group { display: grid; grid-template-columns: minmax(0, 1fr) 40px; gap: 8px; align-items: center; max-width: 460px; }
        .order-code { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; border: 1px solid #d0d5dd; border-radius: 8px; background: #f8fafc; color: #101828; padding: .72rem .84rem; font-weight: 500; word-break: break-all; line-height: 1.35; }
        .order-code i { flex: 0 0 auto; color: #101828; }
        .copy-code-btn { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 8px; border: 1px solid #d0d5dd; background: #fff; color: #101828; }
        .copy-code-btn:hover { background: #101828; border-color: #101828; color: #fff; }
        .order-muted { color: var(--muted); font-size: .9rem; }
        .order-download-btn { min-height: 44px; min-width: 104px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-weight: 900; }
        .table.orders-table > :not(caption) > * > * { padding: 1rem; }
        .empty-state { border: 1px dashed #cfd6e2; border-radius: 8px; background: #fff; padding: 46px 24px; text-align: center; }
        .product-page-shell { padding: 42px 0 72px; }
        .item-header { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 18px 36px rgba(15, 23, 42, .05); }
        .product-hero-card { box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .product-hero-copy { min-width: 0; }
        .item-title { color: #101828; font-size: 2.35rem; font-weight: 900; line-height: 1.08; max-width: 920px; }
        .item-subtitle { color: var(--muted); line-height: 1.6; max-width: 820px; }
        .item-sidebar { position: sticky; top: 92px; display: grid; gap: 18px; }
        .market-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .purchase-card { padding: 22px; }
        .purchase-price { font-size: 2.15rem; line-height: 1; font-weight: 900; color: #0f172a; }
        .purchase-row { display: flex; gap: 12px; align-items: flex-start; padding: 14px; margin-top: 12px; border: 1px solid #eef2f6; border-radius: 8px; background: #f8fafc; color: var(--muted); font-size: .92rem; }
        .purchase-row i { color: #15803d; font-size: 1.1rem; margin-top: 1px; }
        .attribute-card { padding: 22px; }
        .attribute-list { display: grid; gap: 12px; }
        .attribute-row { display: grid; grid-template-columns: 112px 1fr; gap: 14px; align-items: start; border-top: 1px solid #eef2f6; padding-top: 12px; }
        .attribute-row:first-child { border-top: 0; padding-top: 0; }
        .attribute-label { color: #101828; font-weight: 800; }
        .attribute-value { color: #0074b8; line-height: 1.58; }
        .attribute-value.muted { color: var(--muted); }
        .product-showcase { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .product-showcase-frame { border-radius: 6px; background: #f6f8fb; border: 1px solid #eef2f6; overflow: hidden; }
        .product-showcase-img { width: 100%; max-height: 560px; object-fit: contain; background: #f8fafc; display: block; }
        .preview-actions { display: flex; justify-content: center; gap: 10px; padding-top: 14px; }
        .screenshots-btn { min-width: 160px; background: #6b7280; border-color: #6b7280; color: #fff; }
        .screenshots-btn:hover { background: #4b5563; border-color: #4b5563; color: #fff; }
        .screenshot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
        .screenshot-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #f8fafc; border: 1px solid #e4e7ec; border-radius: 8px; }
        .item-tabs { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .item-tabs .nav { background: #f8fafc; border-bottom: 1px solid #e4e7ec; padding: 0 18px; }
        .item-tabs .nav-link { border: 0; border-radius: 0; color: #475467; font-weight: 800; padding: 16px 4px; margin-right: 26px; border-bottom: 3px solid transparent; }
        .item-tabs .nav-link.active { color: #101828; background: transparent; border-bottom-color: #16a34a; }
        .item-content { padding: 28px; line-height: 1.72; }
        .product-description { color: #101828; overflow-wrap: anywhere; }
        .product-description-wrap { position: relative; }
        .product-description-fade,
        .show-more-btn { display: none; }
        .product-description > :last-child { margin-bottom: 0; }
        .product-description p { margin: 0 0 1.15rem; }
        .product-description h2,
        .product-description h3,
        .product-description h4 { margin: 1.6rem 0 .75rem; font-weight: 800; line-height: 1.25; color: #101828; }
        .product-description h2:first-child,
        .product-description h3:first-child,
        .product-description h4:first-child { margin-top: 0; }
        .product-description ul,
        .product-description ol { margin: 0 0 1.25rem; padding-left: 1.35rem; }
        .product-description li { margin-bottom: .38rem; }
        .product-description a { color: #0074b8; font-weight: 700; }
        .product-description img { display: block; width: 100%; max-width: 100%; height: auto; margin: 1rem 0; border-radius: 8px; border: 1px solid #e4e7ec; object-fit: contain; }
        .product-description a img { margin: .75rem 0 1.25rem; }
        .product-description blockquote { margin: 0 0 1.25rem; padding: 0; border: 0; background: transparent; color: inherit; }
        .support-box { padding: 18px 20px; display: flex; gap: 12px; align-items: flex-start; }
        .support-box i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #ecfdf3; color: #15803d; flex: 0 0 auto; }
        .checkout-shell { padding: 42px 0 72px; }
        .checkout-hero { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); }
        .checkout-title { color: #101828; font-size: 2rem; font-weight: 900; line-height: 1.12; }
        .checkout-subtitle { color: var(--muted); max-width: 680px; }
        .checkout-total { min-width: 170px; border: 1px solid #d8dee8; border-radius: 8px; background: #f8fafc; padding: 14px 16px; text-align: right; }
        .checkout-total span { display: block; color: var(--muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
        .checkout-total strong { display: block; color: #101828; font-size: 1.85rem; font-weight: 900; line-height: 1.1; }
        .checkout-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
        .checkout-steps div { min-height: 62px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 14px; color: #344054; font-weight: 800; box-shadow: 0 12px 28px rgba(15, 23, 42, .04); }
        .checkout-steps i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #ecfdf3; color: #15803d; font-size: 1.1rem; flex: 0 0 auto; }
        .checkout-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(15, 23, 42, .06); overflow: hidden; }
        .checkout-product-card { display: grid; grid-template-columns: 156px minmax(0, 1fr); align-items: stretch; }
        .checkout-product-media { background: #eef2f7; border-right: 1px solid #eef2f6; }
        .checkout-product-media img { width: 100%; height: 100%; min-height: 126px; object-fit: cover; object-position: center top; display: block; }
        .checkout-product-empty { min-height: 126px; height: 100%; display: grid; place-items: center; background: #111827; color: #d1fae5; font-weight: 800; }
        .checkout-product-empty i { font-size: 2rem; }
        .checkout-product-body { padding: 16px; display: flex; flex-direction: column; justify-content: center; }
        .checkout-product-body h2 { color: #101828; font-size: 1.05rem; font-weight: 900; line-height: 1.25; }
        .checkout-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px; border-bottom: 1px solid #eef2f6; }
        .checkout-card-head h2 { color: #101828; font-weight: 900; }
        .checkout-card-head > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: #ecfdf3; color: #15803d; font-size: 1.25rem; flex: 0 0 auto; }
        .payment-details-box { margin: 20px; white-space: pre-wrap; overflow-wrap: anywhere; background: #101828; color: #e5e7eb; border-radius: 8px; padding: 18px; font-family: Consolas, Monaco, monospace; line-height: 1.65; }
        .checkout-form-card form { padding: 20px; }
        .checkout-field { margin-bottom: 18px; }
        .checkout-field .form-label { color: #344054; font-weight: 800; margin-bottom: 8px; }
        .checkout-upload { position: relative; min-height: 156px; border: 1px dashed #b8c2d2; border-radius: 8px; background: #f8fafc; display: grid; place-items: center; text-align: center; gap: 6px; padding: 22px; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease; }
        .checkout-upload:hover { border-color: #101828; background: #fff; color: #101828; }
        .checkout-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
        .checkout-upload i { color: #15803d; font-size: 2rem; }
        .checkout-upload strong { color: #101828; font-size: 1rem; }
        .checkout-upload span { color: var(--muted); font-size: .88rem; }
        .checkout-submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #eef2f6; padding-top: 18px; }
        .checkout-submit .btn { min-width: 190px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
        @media (max-width: 991.98px) {
            .navbar-collapse { padding: 14px 0 4px; }
            .navbar-nav { align-items: stretch !important; gap: 6px !important; }
            .navbar .nav-link { border-radius: 8px; padding: .72rem .85rem; }
            .navbar .nav-link:hover { background: #f2f4f7; }
            .navbar .btn { width: 100%; min-height: 42px; }
            .home-hero { padding: 58px 0 78px; }
            .feature-strip { margin-top: -24px; }
            .checkout-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .item-sidebar { position: static; }
            .admin-table,
            .orders-table { min-width: 760px; }
        }
        @media (max-width: 767.98px) {
            main > .container.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
            .container { padding-left: 18px; padding-right: 18px; }
            .home-hero { padding: 42px 0 62px; }
            .hero-kicker { font-size: .74rem; letter-spacing: .06em; }
            .hero-title { font-size: 2.08rem; line-height: 1.08; margin-bottom: 14px !important; }
            .hero-search-copy { font-size: .95rem; line-height: 1.55; margin-bottom: 18px !important; }
            .hero-search-box { align-items: stretch; flex-direction: column; gap: 8px; padding: 12px; }
            .hero-search-box i { display: none; }
            .hero-search-box .form-control { text-align: left; padding-left: .9rem; height: 48px; font-size: 1rem; }
            .hero-search-box .btn { width: 100%; min-height: 48px; }
            .hero-search-result { font-size: .9rem; }
            .hero-flow span { width: 100%; justify-content: center; }
            .terminal-body { min-height: auto; font-size: .82rem; }
            .hero-stat { border-left: 0; padding-left: 0; }
            .hero-preview-body { align-items: stretch; flex-direction: column; }
            .hero-preview-body .btn { width: 100%; }
            .feature-strip { margin-top: 0; padding-top: 16px; }
            .feature-item { min-height: auto; }
            .marketplace-section { padding-top: 36px; padding-bottom: 52px; }
            .marketplace-head { align-items: flex-start !important; padding-bottom: 16px; }
            .marketplace-head h2 { font-size: 1.55rem; }
            .product-card:hover { transform: none; }
            .product-media { aspect-ratio: 16 / 9.4; }
            .product-body { padding: 16px; }
            .product-title { min-height: auto; font-size: 1.08rem; line-height: 1.25; }
            .product-footer { align-items: stretch !important; flex-direction: column; }
            .price-pill { width: fit-content; font-size: .98rem; }
            .product-actions { justify-content: stretch; }
            .product-actions .btn { flex: 1 1 100%; min-height: 42px; }
            .auth-shell { padding: 18px 0 36px; align-items: flex-start; }
            .auth-card { box-shadow: 0 18px 40px rgba(15,23,42,.08); }
            .auth-aside, .auth-form { padding: 22px; }
            .auth-title { font-size: 1.65rem; }
            .input-icon .form-control { height: 48px; }
            .dashboard-page { padding-top: 26px; padding-bottom: 48px; }
            .dashboard-hero { padding: 22px; }
            .dashboard-actions { width: 100%; }
            .dashboard-hero .btn { width: 100%; }
            .dash-stat { padding: 14px; gap: 10px !important; }
            .dash-stat-icon { width: 38px; height: 38px; font-size: 1.12rem; }
            .order-card { padding: 16px; }
            .order-code-group { grid-template-columns: minmax(0, 1fr) 40px; max-width: 100%; }
            .order-code { width: 100%; }
            .attribute-row { grid-template-columns: 1fr; gap: 4px; }
            .product-page-shell { padding: 0 0 48px; }
            .product-page-shell > .container > a:first-child,
            .product-hero-card { display: none; }
            .item-title { font-size: 1.75rem; }
            .item-header, .purchase-card, .attribute-card, .item-content { padding: 18px; }
            .item-sidebar { position: static; }
            .purchase-price { font-size: 2rem; }
            .product-showcase { padding: 8px; }
            .product-showcase-img { max-height: 420px; }
            .preview-actions, .screenshots-btn { width: 100%; }
            .item-tabs .nav { flex-wrap: nowrap; overflow-x: auto; padding: 0 14px; }
            .item-tabs .nav-link { margin-right: 20px; white-space: nowrap; }
            .product-description-wrap.can-collapse.is-collapsed { max-height: 318px; overflow: hidden; }
            .product-description-wrap.can-collapse.is-collapsed .product-description-fade { display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 92px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 72%); pointer-events: none; }
            .show-more-btn { width: 100%; border: 0; background: #fff; color: #008cc8; font-weight: 900; padding: 12px 0 2px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
            .show-more-btn[hidden] { display: none; }
            .show-more-btn i { font-size: 1.1rem; }
            .screenshot-grid { grid-template-columns: 1fr; }
            .checkout-shell { padding: 28px 0 48px; }
            .checkout-hero { align-items: stretch; flex-direction: column; padding: 20px; }
            .checkout-title { font-size: 1.65rem; }
            .checkout-total { width: 100%; text-align: left; }
            .checkout-steps { grid-template-columns: 1fr; }
            .checkout-product-card { grid-template-columns: 1fr; }
            .checkout-product-media { border-right: 0; border-bottom: 1px solid #eef2f6; }
            .checkout-product-media img,
            .checkout-product-empty { min-height: 180px; }
            .checkout-card-head { padding: 18px; }
            .checkout-card-head > i { display: none; }
            .payment-details-box { margin: 16px; font-size: .88rem; }
            .checkout-form-card form { padding: 18px; }
            .checkout-upload { min-height: 138px; padding: 18px; }
            .checkout-submit { align-items: stretch; flex-direction: column; }
            .checkout-submit .btn { width: 100%; }
        }

.admin-shell { padding-top: 34px; padding-bottom: 56px; }
.admin-hero { background: #101828; color: #fff; border-radius: 8px; padding: 28px; box-shadow: 0 24px 60px rgba(15,23,42,.12); margin-bottom: 18px; }
.admin-hero p { color: #cbd5e1; }
.admin-nav { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 10px; display: flex; flex-wrap: wrap; gap: 8px; box-shadow: 0 14px 32px rgba(15,23,42,.05); margin-bottom: 24px; }
.admin-nav a { border: 0; border-radius: 8px; color: #344054; font-weight: 800; padding: .7rem 1rem; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease; }
.admin-nav a i { color: #667085; font-size: 1.05rem; }
.admin-nav a:hover { background: #f2f4f7; color: #101828; transform: translateY(-1px); }
.admin-nav a:hover i { color: #101828; }
.admin-nav a.active { background: #101828; color: #fff; box-shadow: 0 10px 22px rgba(16,24,40,.18); }
.admin-nav a.active i { color: #86efac; }
.admin-stat { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 0 14px 32px rgba(15,23,42,.05); height: 100%; }
.admin-stat-icon { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; background: #f2f4f7; color: #101828; font-size: 1.3rem; }
.admin-stat-icon.products { background: #eff6ff; color: #175cd3; }
.admin-stat-icon.users { background: #ecfdf3; color: #15803d; }
.admin-stat-icon.pending { background: #fffaeb; color: #b54708; }
.admin-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 36px rgba(15,23,42,.05); overflow: hidden; }
.admin-card-header { padding: 18px 20px; border-bottom: 1px solid #eef2f6; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.admin-card-body { padding: 20px; }
.admin-table { margin: 0; }
.admin-table > :not(caption) > * > * { padding: 1rem 1.15rem; vertical-align: middle; }
.admin-table thead th { background: #f8fafc; color: #344054; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid #e4e7ec; }
.admin-table tbody td { border-top: 1px solid #eef2f6; }
.admin-table tbody tr:hover { background: #fbfcff; }
.admin-order-row > td:first-child { border-left: 4px solid transparent; }
.admin-order-row-pending > td:first-child { border-left-color: #f59e0b; }
.admin-order-row-approved > td:first-child { border-left-color: #16a34a; }
.admin-order-row-rejected > td:first-child { border-left-color: #ef4444; }
.admin-orders-table th:nth-child(1) { width: 30%; }
.admin-orders-table th:nth-child(2) { width: 18%; }
.admin-orders-table th:nth-child(3) { width: 9%; }
.admin-orders-table th:nth-child(4) { width: 10%; }
.admin-orders-table th:nth-child(5) { width: 33%; }
.admin-proof-btn { min-width: 72px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.admin-order-action { display: grid; grid-template-columns: 112px minmax(150px, 1fr) minmax(130px, 1fr) 38px; gap: 8px; align-items: center; min-width: 520px; padding: 8px; border: 1px solid #eef2f6; border-radius: 8px; background: #f8fafc; }
.admin-order-action .form-control,
.admin-order-action .form-select { border-color: #d8dee8; height: 38px; }
.admin-order-action .form-control:focus,
.admin-order-action .form-select:focus { border-color: #101828; box-shadow: 0 0 0 .16rem rgba(16,24,40,.08); }
.admin-order-action .btn { height: 38px; display: inline-grid; place-items: center; }
.admin-title-cell { font-weight: 800; color: #101828; }
.admin-muted { color: var(--muted); font-size: .88rem; }
.admin-page-title { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; }
.admin-form-grid .form-label { font-weight: 700; color: #344054; }
.admin-form-grid .form-control, .admin-form-grid .form-select { border-color: #d8dee8; }
.admin-form-grid .form-control:focus, .admin-form-grid .form-select:focus { border-color: #101828; box-shadow: 0 0 0 .18rem rgba(16,24,40,.08); }
.admin-settings-section { border-top: 1px solid #eef2f6; padding-top: 24px; margin-top: 24px; }
.admin-empty { padding: 34px 20px; text-align: center; color: var(--muted); }
.product-editor { display: grid; gap: 18px; max-width: 100%; }
.product-editor-head { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; box-shadow: 0 18px 36px rgba(15,23,42,.05); }
.product-editor-head h2 { margin: 0 0 6px; color: #101828; font-size: 1.35rem; font-weight: 800; }
.product-editor-head p { margin: 0; color: var(--muted); }
.product-editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 360px); gap: 18px; align-items: start; max-width: 100%; }
.product-editor-main,
.product-editor-side { display: grid; gap: 18px; min-width: 0; }
.product-editor-side { position: sticky; top: 92px; width: 100%; max-width: 100%; }
.product-editor-section { min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 0 18px 36px rgba(15,23,42,.05); }
.section-title { display: flex; align-items: flex-start; gap: 12px; padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid #eef2f6; }
.section-title.compact { margin-bottom: 14px; }
.section-title > span { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; background: #ecfdf3; color: #15803d; font-size: 1.2rem; flex: 0 0 auto; }
.section-title > div { min-width: 0; }
.section-title h3 { margin: 0 0 4px; color: #101828; font-size: 1.05rem; font-weight: 800; }
.section-title p { margin: 0; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.product-editor .form-label { color: #344054; font-weight: 800; margin-bottom: 7px; }
.product-editor .form-control { border-color: #d8dee8; min-height: 40px; width: 100%; }
.product-editor .form-control:focus { border-color: #101828; box-shadow: 0 0 0 .18rem rgba(16,24,40,.08); }
.product-description-input { min-height: 220px; line-height: 1.62; }
.upload-box { position: relative; border: 1px dashed #b8c2d2; border-radius: 8px; min-height: 118px; padding: 18px; display: grid; place-items: center; text-align: center; gap: 4px; background: #f8fafc; color: #344054; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.upload-box:hover { border-color: #101828; background: #fff; color: #101828; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-box i { font-size: 1.7rem; color: #15803d; }
.upload-box strong { font-size: .98rem; }
.upload-box span { color: var(--muted); font-size: .84rem; }
.upload-note { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; color: #15803d; font-weight: 800; font-size: .86rem; }
.current-screenshot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.current-screenshot { position: relative; border: 1px solid #d8dee8; border-radius: 8px; background: #f8fafc; overflow: hidden; }
.current-screenshot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.current-screenshot .btn { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; display: inline-grid; place-items: center; padding: 0; border-color: rgba(16,24,40,.12); box-shadow: 0 8px 18px rgba(15,23,42,.16); }
.current-screenshot .btn:hover { background: #fee4e2; border-color: #fda29b; color: #b42318; }
.current-source-file { border: 1px solid #d8dee8; border-radius: 8px; background: #fff; padding: 10px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.current-source-file > div { display: flex; align-items: center; gap: 8px; min-width: 0; color: #344054; font-weight: 800; font-size: .88rem; }
.current-source-file > div i { color: #15803d; font-size: 1.1rem; }
.current-source-file span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.current-source-file .btn { flex: 0 0 auto; }
.publish-toggle { display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #e4e7ec; border-radius: 8px; padding: 14px; background: #f8fafc; cursor: pointer; }
.publish-toggle strong,
.publish-toggle small { display: block; }
.publish-toggle strong { color: #101828; }
.publish-toggle small { color: var(--muted); }
.publish-toggle .form-check-input { width: 44px; height: 24px; margin: 0; cursor: pointer; }
.publish-toggle .form-check-input:checked { background-color: #16a34a; border-color: #16a34a; }
.settings-tabs-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 36px rgba(15,23,42,.05); overflow: hidden; }
.settings-tabs-header { padding: 20px 22px; border-bottom: 1px solid #eef2f6; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.settings-tabs { gap: 8px; padding: 12px 18px 0; border-bottom: 1px solid #e4e7ec; background: #f8fafc; overflow-x: auto; flex-wrap: nowrap; }
.settings-tabs .nav-link { border: 1px solid transparent; border-bottom: 0; border-radius: 8px 8px 0 0; color: #475467; font-weight: 800; padding: .75rem 1rem; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.settings-tabs .nav-link i { font-size: 1.05rem; color: #667085; }
.settings-tabs .nav-link:hover { color: #101828; background: #fff; border-color: #e4e7ec; }
.settings-tabs .nav-link.active { color: #101828; background: #fff; border-color: #d8dee8; box-shadow: 0 -4px 12px rgba(15,23,42,.04); }
.settings-tabs .nav-link.active i { color: #16a34a; }
.settings-tab-content { padding: 24px 22px 10px; min-height: 340px; }
.settings-section-title { margin-bottom: 22px; }
.settings-section-title h3 { margin: 0 0 6px; font-size: 1.2rem; font-weight: 800; color: #101828; }
.settings-section-title p { margin: 0; color: var(--muted); }
.settings-row { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 18px; max-width: 980px; }
.settings-row .form-label { padding-top: 9px; margin: 0; color: #344054; font-weight: 800; }
.settings-row .form-control { border-color: #d8dee8; min-height: 40px; }
.settings-row .form-control:focus { border-color: #101828; box-shadow: 0 0 0 .18rem rgba(16,24,40,.08); }
.settings-inline-options { min-height: 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 32px; color: #101828; }
.settings-inline-options label { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.settings-smtp-pair { display: grid; grid-template-columns: minmax(120px, 194px) minmax(120px, 194px); gap: 22px; }
.settings-test-mail { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(280px, 420px); gap: 18px; align-items: center; max-width: 980px; margin-top: 28px; padding: 20px; border: 1px solid #e4e7ec; border-radius: 8px; background: #f8fafc; }
.settings-test-mail h4 { margin: 0 0 6px; color: #101828; font-size: 1.05rem; font-weight: 900; }
.settings-test-mail p { margin: 0; color: var(--muted); }
.settings-test-mail-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.settings-light-switch { min-height: 40px; display: flex; align-items: center; gap: 10px; padding-left: 0; }
.settings-light-switch .form-check-input { width: 42px; height: 22px; margin-left: 0; float: none; cursor: pointer; }
.settings-light-switch .form-check-input:checked { background-color: #16a34a; border-color: #16a34a; }
.settings-light-switch .form-check-label { color: #344054; font-weight: 800; }
.settings-tabs-footer { border-top: 1px solid #eef2f6; background: #fff; padding: 18px 22px; display: flex; justify-content: flex-end; }
@media (max-width: 1199.98px) {
    .profile-hero { grid-template-columns: 1fr; }
    .product-editor-grid { grid-template-columns: 1fr; }
    .product-editor-side { position: static; }
}
@media (max-width: 767.98px) {
    .profile-page { padding: 22px 0 46px; }
    .profile-hero { padding: 18px; }
    .profile-title { font-size: 1.65rem; }
    .profile-identity { align-items: flex-start; flex-wrap: wrap; }
    .profile-status { margin-left: 0; }
    .profile-grid { grid-template-columns: 1fr; gap: 16px; }
    .profile-card { padding: 18px; }
    .profile-card-head { gap: 12px; }
    .admin-shell { padding-top: 22px; padding-bottom: 36px; }
    .admin-hero { padding: 22px; }
    .admin-nav { overflow-x: auto; flex-wrap: nowrap; }
    .admin-nav a { white-space: nowrap; }
    .admin-card-header { align-items: flex-start; flex-direction: column; }
    .admin-order-action { grid-template-columns: 1fr; min-width: 260px; }
    .admin-order-action .btn { width: 100%; }
    .product-editor-head { flex-direction: column; align-items: stretch; }
    .product-editor-grid { grid-template-columns: 1fr; }
    .product-editor-side { position: static; }
    .current-source-file { align-items: stretch; flex-direction: column; }
    .settings-tabs-header { align-items: flex-start; flex-direction: column; }
    .settings-tab-content { padding: 20px; }
    .settings-row { grid-template-columns: 1fr; gap: 6px; }
    .settings-row .form-label { padding-top: 0; }
    .settings-smtp-pair { grid-template-columns: 1fr; gap: 10px; }
    .settings-test-mail,
    .settings-test-mail-form { grid-template-columns: 1fr; }
    .settings-tabs-footer { justify-content: stretch; }
    .settings-tabs-footer .btn { width: 100%; }
}
@media (max-width: 575.98px) {
    .navbar-brand { max-width: calc(100% - 58px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .brand-mark { width: 34px; height: 34px; flex: 0 0 auto; }
    .section-eyebrow { font-size: .72rem; }
    .panel.p-5,
    .empty-state { padding: 32px 18px !important; }
    .product-overlay { inset: 10px 10px auto 10px; }
    .meta-badge { font-size: .7rem; padding: .24rem .5rem; }
    .profile-card-head,
    .section-title { gap: 10px; }
    .profile-card-head span,
    .section-title > span { width: 40px; height: 40px; }
    .profile-readonly { align-items: flex-start; }
    .admin-card-body,
    .settings-tab-content,
    .product-editor-section { padding: 16px; }
    .admin-page-title .btn,
    .product-editor-head .btn { width: 100%; }
}

