:root { --pti-yellow: #c5ff4a; --pti-muted: #969892; }
.pti-hero-art { position: absolute; right: 9%; top: 18%; width: 31vw; height: 31vw; color: var(--pti-yellow); pointer-events: none; }
.pti-orbit { position: absolute; inset: 0; perspective: 700px; transform-style: preserve-3d; animation: pti-float 9s ease-in-out infinite; }
.pti-orbit i { position: absolute; inset: 0; border: 1px solid #c5ff4a88; border-radius: 50%; box-shadow: 0 0 22px #c5ff4a08, inset 0 0 25px #c5ff4a08; transform: rotateZ(-28deg) rotateY(25deg); }
.pti-orbit i:nth-child(2) { transform: rotateZ(-28deg) rotateY(55deg); }
.pti-orbit i:nth-child(3) { transform: rotateZ(-28deg) rotateY(85deg); }
.pti-orbit i:nth-child(4) { transform: rotateZ(-28deg) rotateY(115deg); }
.pti-orbit i:nth-child(5) { transform: rotateZ(-28deg) rotateY(145deg); }
.pti-orbit i:nth-child(6) { transform: rotateZ(62deg) rotateY(65deg); }
.pti-orbit-core { position: absolute; inset: 0; display: grid; place-items: center; font: 4vw 'Abermono', monospace; text-shadow: 0 0 35px #c5ff4a88; }
.pti-orbit-label { position: absolute; top: -30px; left: 10%; font: 9px 'Abermono', monospace; letter-spacing: .08em; }
.pti-orbit-token { position: absolute; padding: 10px 13px; background: #171d16e6; border: 1px solid #53683b; font: 10px 'Abermono', monospace; }
.pti-token-one { top: 18%; left: -6%; }
.pti-token-two { top: 47%; right: -5%; }
.pti-token-three { bottom: 2%; left: 25%; }
@keyframes pti-float { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-18px) rotate(8deg); } }
@media (max-width: 600px) { .pti-hero-art { top: 16%; right: 10%; width: 39vw; height: 39vw; opacity: .75; } .pti-orbit-core { font-size: 6vw; } .pti-orbit-label { display: none; } .pti-orbit-token { padding: 5px 7px; font-size: 7px; } .pti-token-three { bottom: -10%; } }
html { scroll-padding-top: 110px; }
body { overflow-y: auto !important; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--pti-yellow) !important; outline-offset: 5px; }
.logo .text-container { white-space: nowrap; }
.hero-heading h1 { font-size: clamp(64px, 9.7vw, 180px); }
.pti-section { padding: 100px 5vw; color: #f1f1eb; background: #101110; font-size: 16px; line-height: 1.5; position: relative; }
.pti-section *, .pti-dialog * { box-sizing: border-box; }
.pti-kicker { display: flex; justify-content: space-between; gap: 16px; font: 12px/1.5 'Abermono', monospace; letter-spacing: .06em; color: var(--pti-yellow); }
.pti-demo-dot { color: var(--pti-muted); }
.pti-demo-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--pti-yellow); }
.pti-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin: 36px 0; }
.pti-section h2 { font-size: clamp(30px, 4.1vw, 70px); line-height: 1.07; letter-spacing: -.05em; margin: 0; }
.pti-section p { font: 16px/1.6 'Space Grotesk', sans-serif; margin: 0; color: #a5a79f; max-width: 620px; }
.pti-prompt-form { display: flex; padding: 24px; gap: 24px; align-items: center; border: 1px solid #50534a; background: #191b18; }
.pti-prompt-form:focus-within { border-color: var(--pti-yellow); }
.pti-prompt-form textarea { resize: vertical; border: 0; background: none; color: #f2f3ed; padding: 8px; flex: 1; min-width: 0; font: 22px/1.5 'Space Grotesk', sans-serif; user-select: text; }
.pti-prompt-form textarea:focus { outline: none !important; }
.pti-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 23px; background: var(--pti-yellow); color: #101110; font: 12px/1.4 'Abermono', monospace; border: 1px solid var(--pti-yellow); cursor: pointer; text-align: left; text-decoration: none; transition: background .2s, transform .2s; }
.pti-button:hover { background: #f3ff75; transform: translateY(-2px); }
.pti-button:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.pti-secondary { color: var(--pti-yellow); background: transparent; }
.pti-secondary:hover { background: #2b3020; }
.pti-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 20px 0; }
.pti-suggestions > span { font: 10px 'Abermono', monospace; color: var(--pti-muted); margin-right: 12px; }
.pti-suggestions button { background: transparent; border: 1px solid #34372f; color: #c9cdc0; padding: 9px 13px; cursor: pointer; font-size: 13px; }
.pti-suggestions button:hover { border-color: var(--pti-yellow); color: var(--pti-yellow); }
.pti-demo-note { color: var(--pti-muted); font-size: 12px; }
#generation-status { min-height: 28px; margin-top: 12px; font-size: 13px; color: var(--pti-yellow); }
#basket-source { margin-top: 10px; }
#risk-estimate { max-width: 170px; text-align: right; }
.pti-wallet { margin-top: 28px; padding: 20px 0; border-top: 1px solid #343a2c; border-bottom: 1px solid #343a2c; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.pti-wallet-controls { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.pti-wallet select { background: #1a1e15; color: #c5ff4a; border: 1px solid #48503b; padding: 10px; max-width: 170px; }
.pti-wallet select:empty { display: none; }
.pti-wallet .pti-button { padding: 12px; }
#wallet-status { color: var(--pti-muted); font-size: 12px; margin-top: 5px; }
#disconnect-wallet { background: none; color: #c5ff4a; border: 0; cursor: pointer; }
.pti-community-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 45px; }
.pti-community-heading label { font-size: 13px; cursor: pointer; }
.pti-community-heading input { width: auto; accent-color: #c5ff4a; }
#collection h3 { font-size: 22px; margin: 24px 0; }
#collection .pti-discover-grid { margin-top: 24px; }
#basket-source { overflow-wrap: anywhere; }
.pti-trade-row { padding: 20px 0; border-bottom: 1px solid #48503b; font-size: 13px; }
.pti-trade-row small { display: block; color: #aaa; margin-top: 8px; }
@media(max-width: 700px) { .pti-wallet { flex-direction: column; align-items: stretch; } .pti-community-heading { align-items: flex-start; flex-direction: column; } }
.pti-result { margin-top: 55px; border-top: 1px solid #414639; padding-top: 32px; }
.pti-result-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 25px; }
.pti-result h3 { font-size: 32px; margin: 12px 0 0; line-height: 1.2; }
.pti-ticker { border: 1px solid #484e3c; padding: 9px 14px; font: 13px 'Abermono', monospace; color: var(--pti-yellow); }
.pti-result-grid { display: grid; grid-template-columns: 1fr 340px; gap: 6vw; }
#basket-thesis { margin-bottom: 24px; }
.pti-asset { display: grid; grid-template-columns: 45px 1fr 88px 90px; gap: 15px; align-items: center; padding: 20px 0; border-bottom: 1px solid #30352b; }
.pti-asset-icon { width: 42px; height: 42px; background: #262c1f; color: var(--pti-yellow); display: grid; place-items: center; font: 14px 'Abermono', monospace; }
.pti-asset-info strong { font-size: 16px; }
.pti-asset-info small { display: block; color: var(--pti-muted); font-size: 12px; line-height: 1.5; margin-top: 4px; }
.pti-weight { display: flex; align-items: center; gap: 5px; color: var(--pti-muted); font-size: 13px; }
.pti-weight input { width: 62px; }
.pti-section input, .pti-dialog input { background: #1e211a; color: #f1f1eb; border: 1px solid #48503b; padding: 10px; font: 16px 'Space Grotesk', sans-serif; border-radius: 0; user-select: text; }
.pti-allocation { text-align: right; font-size: 13px; color: #c9cdc0; }
.pti-weight-total { display: flex; justify-content: space-between; padding-top: 18px; font: 12px 'Abermono', monospace; }
.pti-summary { background: #1a1e15; padding: 25px; }
.pti-stat { display: flex; justify-content: space-between; border-bottom: 1px solid #343c2a; padding: 16px 0; font-size: 13px; }
.pti-summary label { display: block; margin: 25px 0 9px; font-size: 13px; }
.pti-summary input { width: 100%; }
.pti-summary small { display: block; color: #a5ab9b; line-height: 1.6; font-size: 12px; margin: 12px 0 24px; }
.pti-summary .pti-button { width: 100%; margin-top: 10px; }
#basket-validation { font-size: 12px; color: #f9c383; padding-top: 12px; }
.pti-discover-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pti-index-card { display: flex; flex-direction: column; text-align: left; padding: 28px; background: #1a1d16; border: 1px solid #363e29; color: #bfc5b5; cursor: pointer; transition: border-color .2s, transform .2s; }
.pti-index-card:hover { border-color: var(--pti-yellow); transform: translateY(-5px); }
.pti-card-number { font: 11px 'Abermono', monospace; }
.pti-card-art { color: var(--pti-yellow); font: clamp(30px, 4vw, 66px)/2.8 'Abermono', monospace; align-self: center; white-space: nowrap; }
.pti-index-card strong { color: #f1f1eb; font: 24px 'Abermono', monospace; margin-bottom: 14px; }
.pti-index-card > span:not([class]) { font-size: 14px; min-height: 44px; }
.pti-card-tickers { font-size: 10px; padding: 22px 0; }
.pti-card-bottom { display: flex; justify-content: space-between; width: 100%; padding-top: 20px; border-top: 1px solid #363e29; font: 10px 'Abermono', monospace; }
.pti-card-bottom b { color: var(--pti-yellow); }
.pti-final { padding-top: 120px; padding-bottom: 120px; text-align: center; border-top: 1px solid #343a2c; }
.pti-final .pti-kicker { justify-content: center; }
.pti-final h2 { margin: 35px 0; font-size: clamp(36px, 5.5vw, 90px); }
.pti-final h2 em { color: var(--pti-yellow); font-style: normal; }
.pti-final > span { display: block; margin-top: 23px; color: var(--pti-muted); font-size: 13px; }
.pti-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px 5vw; background: var(--pti-yellow); color: #101110; font-size: 12px; line-height: 1.6; }
.pti-wordmark { font: clamp(20px, 2.5vw, 42px) 'Abermono', monospace; }
.pti-dialog { position: fixed; inset: 0; margin: auto; width: min(540px, calc(100% - 32px)); max-height: 85vh; overflow-y: auto; color: #f1f1eb; background: #151811; border: 1px solid #56633d; padding: 40px; font: 16px/1.6 'Space Grotesk', sans-serif; z-index: 100000; }
.pti-dialog::backdrop { background: #000c; backdrop-filter: blur(8px); }
.pti-dialog h2 { font-size: 30px; line-height: 1.15; margin: 25px 0; }
.pti-dialog p { font-size: 15px; line-height: 1.6; color: #b6beaa; }
.pti-dialog-close { position: absolute; top: 10px; right: 16px; font-size: 28px; color: #e8ff00; border: 0; background: none; cursor: pointer; }
.pti-dialog label { display: block; font-size: 12px; margin: 16px 0 6px; }
.pti-dialog input { width: 100%; }
.pti-dialog .pti-button { width: 100%; margin-top: 22px; }
#dialog-status { color: var(--pti-yellow); font-size: 13px; padding-top: 12px; }
.pti-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.pti-catalog { margin: 22px 0; padding: 18px; border: 1px solid #343e29; }
.pti-catalog summary { cursor: pointer; color: var(--pti-yellow); font: 12px 'Abermono', monospace; }
.pti-catalog input { width: 100%; padding: 12px; margin: 12px 0; background: #161b12; color: #fff; border: 1px solid #56633d; }
.pti-catalog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; max-height: 360px; overflow: auto; }
.pti-catalog-list a { display: flex; flex-direction: column; gap: 5px; padding: 12px; background: #1b2016; text-decoration: none; color: #cbd0c3; font-size: 12px; overflow-wrap: anywhere; }
.pti-catalog-list strong { color: var(--pti-yellow); }
.pti-catalog p { font-size: 12px; margin: 12px 0 0; }
.pti-trade-row small { display: block; }
@media (max-width: 900px) { .pti-result-grid { grid-template-columns: 1fr; gap: 30px; } .pti-section-heading { align-items: flex-start; flex-direction: column; } .pti-prompt-form { align-items: stretch; flex-direction: column; } .pti-discover-grid { grid-template-columns: 1fr; } .pti-index-card { padding: 24px; } .pti-card-art { line-height: 2; font-size: 45px; } .pti-index-card > span:not([class]) { min-height: 0; } }
@media (max-width: 600px) { .pti-section { padding: 60px 6vw; } .pti-kicker { font-size: 9px; } .pti-section p { font-size: 14px; } .pti-prompt-form { padding: 16px; } .pti-result h3 { font-size: 24px; } .pti-asset { grid-template-columns: 30px 1fr 75px; gap: 10px; } .pti-asset-icon { width: 28px; height: 32px; font-size: 10px; } .pti-allocation { grid-column: 2 / 4; text-align: left; } .pti-asset-info small { font-size: 11px; } .pti-footer { flex-direction: column; align-items: flex-start; } .pti-dialog { padding: 30px 22px; } .hero-heading h1 { font-size: 16vw; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
