.phone-wrap { position: relative; min-height: 710px; display: grid; place-items: center; perspective: 1600px; }
.orbit { position: absolute; border: 1px dashed rgba(23,25,20,.16); border-radius: 50%; width: 640px; height: 640px; animation: orbit 42s linear infinite; }
.orbit-dot { position: absolute; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.88); display: grid; place-items: center; font-family: var(--mono); font-size: 9px; font-weight: 500; box-shadow: 0 12px 35px rgba(40,38,26,.08); }
.orbit-dot:nth-child(1) { top: 7%; left: 20%; }
.orbit-dot:nth-child(2) { top: 18%; right: 5%; }
.orbit-dot:nth-child(3) { bottom: 14%; right: 5%; }
.orbit-dot:nth-child(4) { bottom: 4%; left: 25%; }
.orbit-dot:nth-child(5) { top: 42%; left: -3%; }
.phone { position: relative; width: 362px; height: 720px; padding: 9px; border: 1px solid rgba(23,25,20,.28); border-radius: 54px; background: #20221d; box-shadow: 0 45px 120px rgba(38,34,22,.28), inset 0 0 0 1px rgba(255,255,255,.15); transform: rotateY(-4deg) rotateX(2deg); transition: transform .25s ease; z-index: 3; }
.phone::before { content: ""; position: absolute; z-index: 10; width: 92px; height: 27px; border-radius: 999px; background: #161812; top: 16px; left: 50%; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 46px; background: #faf8f2; position: relative; }
.phone-top { height: 56px; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 18px 8px; font-family: var(--mono); font-size: 8px; color: #6f7169; }
.app-head { padding: 10px 18px 14px; display: flex; align-items: center; justify-content: space-between; }
.app-brand { display: flex; align-items: center; gap: 9px; }
.app-brand b { font-size: 16px; letter-spacing: -.04em; }
.app-brand small { display: block; font-size: 8px; color: var(--muted); margin-top: 1px; }
.mini-logo { width: 32px; height: 32px; border-radius: 11px; background: var(--acid); display: grid; place-items: center; font-size: 14px; font-weight: 800; }
.app-status { font: 500 8px/1 var(--mono); text-transform: uppercase; padding: 7px 9px; border-radius: 999px; background: var(--mint); }
.scene-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: 0 12px; padding: 4px; background: rgba(23,25,20,.05); border-radius: 14px; }
.scene-tab { border: 0; background: transparent; border-radius: 10px; padding: 8px 2px; font-size: 8px; font-weight: 700; color: #74766f; cursor: pointer; }
.scene-tab.is-active { background: white; color: var(--ink); box-shadow: 0 4px 12px rgba(23,25,20,.08); }
.scenes { position: relative; height: 520px; }
.scene { position: absolute; inset: 0; padding: 16px 14px 10px; opacity: 0; transform: translateX(16px); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
.scene.is-active { opacity: 1; transform: none; pointer-events: auto; }
.micro-label { font: 500 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #7b7d75; }
.scene h3 { margin: 8px 0 12px; font-size: 21px; line-height: 1.05; letter-spacing: -.055em; }
.prompt { background: var(--inverse, #171816); color: var(--on-inverse, #fff); padding: 13px; border-radius: 16px 16px 5px 16px; font-size: 11px; line-height: 1.45; margin-left: 28px; }
.agent-reply { margin-top: 9px; padding: 13px; border: 1px solid var(--line); background: white; border-radius: 5px 16px 16px 16px; }
.agent-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.agent-line strong { font-size: 10px; }
.agent-line span { font: 500 7px/1 var(--mono); color: #3f8d57; }
.subagents { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 10px; }
.subagent { padding: 8px 5px; border-radius: 10px; background: #f3f1eb; text-align: center; font-size: 7px; font-weight: 700; }
.opp-card { border: 1px solid var(--line); border-radius: 16px; background: white; padding: 12px; margin-top: 8px; box-shadow: 0 8px 20px rgba(23,25,20,.04); }
.opp-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.opp-top b { font-size: 12px; }
.tag { font: 500 7px/1 var(--mono); text-transform: uppercase; padding: 6px 7px; border-radius: 999px; background: var(--mint); }
.tag.amber { background: #ffefc9; }
.tag.violet { background: #ece7ff; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 10px; }
.metric { background: #f5f3ed; border-radius: 10px; padding: 8px; }
.metric small { display: block; color: var(--muted); font-size: 7px; }
.metric b { font-size: 10px; }
.trade-ticket { border: 1px solid var(--line); background: white; border-radius: 18px; padding: 14px; }
.market-row { display: flex; align-items: center; justify-content: space-between; }
.market { display: flex; gap: 9px; align-items: center; }
.token { width: 35px; height: 35px; border-radius: 50%; background: var(--violet); display: grid; place-items: center; font-weight: 800; font-size: 10px; }
.market b { display: block; font-size: 12px; }
.market small { color: var(--muted); font-size: 8px; }
.direction { padding: 7px 8px; border-radius: 9px; background: var(--mint); font-size: 8px; font-weight: 800; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.ticket-cell { padding: 10px; border-radius: 11px; background: #f4f2ec; }
.ticket-cell small { display: block; color: var(--muted); font-size: 7px; }
.ticket-cell b { font-size: 10px; }
.policy-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 10px; border-radius: 11px; background: #f2faef; font-size: 8px; }
.policy-row::before { content: "✓"; width: 18px; height: 18px; border-radius: 50%; background: #c7f2d5; display: grid; place-items: center; font-weight: 800; }
.phone-cta { width: 100%; border: 0; background: var(--inverse, #171816); color: var(--on-inverse, #fff); border-radius: 13px; padding: 12px; margin-top: 11px; font-size: 10px; font-weight: 800; }
.wallet-balance { background: linear-gradient(135deg, #1b1d18, #3c3f34); color: white; border-radius: 20px; padding: 17px; }
.wallet-balance small { font-size: 8px; color: rgba(255,255,255,.65); }
.wallet-balance strong { display: block; margin-top: 5px; font-size: 28px; letter-spacing: -.06em; }
.chain-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 10px; }
.chain { border: 1px solid var(--line); background: white; border-radius: 13px; padding: 10px; display: flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 700; }
.chain i { width: 22px; height: 22px; border-radius: 8px; background: var(--mint); display: block; }
.chain:nth-child(2) i, .chain:nth-child(7) i { background: var(--violet); }
.chain:nth-child(3) i, .chain:nth-child(6) i { background: #ffedbd; }
.chain:nth-child(4) i, .chain:nth-child(8) i { background: #d6edff; }
.agent-card { border: 1px solid var(--line); background: white; border-radius: 16px; padding: 12px; margin-top: 8px; }
.agent-card-head { display: flex; justify-content: space-between; align-items: center; }
.agent-card-head b { font-size: 11px; }
.switch { width: 29px; height: 17px; border-radius: 999px; background: #c3edcf; padding: 3px; }
.switch::after { content:""; display: block; width: 11px; height: 11px; border-radius: 50%; background: #21733d; margin-left: auto; }
.agent-card p { margin: 7px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.app-bottom { height: 56px; position: absolute; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); background: rgba(250,248,242,.94); backdrop-filter: blur(12px); }
.app-bottom span { display: grid; place-items: center; font-size: 7px; color: var(--muted); }
.app-bottom span.active { color: var(--ink); font-weight: 800; }
.floating-receipt { position: absolute; z-index: 5; right: -52px; bottom: 65px; width: 190px; border: 1px solid var(--line); border-radius: 18px; padding: 13px; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); box-shadow: var(--shadow); animation: float 5s ease-in-out infinite; }
.floating-receipt b { display: block; font-size: 11px; margin: 5px 0; }
.floating-receipt small { color: var(--muted); font-size: 8px; line-height: 1.4; display: block; }
