/* kechie.b Platform Phase 2 — Stable Public Website & Trust Pages */
.public-banner{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border:1px solid rgba(130,246,173,.28);background:rgba(10,30,24,.72);border-radius:16px;margin-bottom:14px}
.public-dot{width:11px;height:11px;border-radius:50%;background:#82f6ad;box-shadow:0 0 16px rgba(130,246,173,.55);margin-top:4px;flex:0 0 auto}
.public-title{font-weight:900}.public-copy{color:var(--muted);font-size:12px;line-height:1.5;margin-top:3px}
.empty-state{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed rgba(255,255,255,.18);border-radius:16px;background:rgba(0,0,0,.14);padding:22px}
.empty-state.compact{min-height:110px}.empty-state h3{margin:0 0 7px}.empty-state p{max-width:620px;margin:0;color:var(--muted);line-height:1.55}
.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-card{border:1px solid var(--border);border-radius:16px;background:rgba(0,0,0,.14);padding:14px}.status-card strong{display:block;margin-top:5px;font-size:17px}.status-ok{color:#82f6ad}.status-wait{color:#fbbf24}.status-lock{color:#fca5a5}
.fee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fee-item{padding:12px;border:1px solid var(--border);border-radius:14px;background:rgba(0,0,0,.13)}.fee-item span{display:block;color:var(--muted);font-size:12px}.fee-item strong{display:block;margin-top:4px}
.locked-action{opacity:.65!important;cursor:not-allowed!important}.safe-note{padding:11px 12px;border-radius:13px;border:1px solid rgba(251,191,36,.28);background:rgba(70,45,5,.35);color:#fde68a;font-size:12px;line-height:1.5}
.info-note{padding:11px 12px;border-radius:13px;border:1px solid rgba(130,246,173,.24);background:rgba(10,30,24,.52);color:#d1fae5;font-size:12px;line-height:1.55}
.wallet-options{display:grid;gap:8px}.wallet-option{width:100%;justify-content:flex-start}.wallet-status{font-size:12px;color:var(--muted);line-height:1.45;margin-top:8px}.wallet-connected{color:#82f6ad}
.mobile-nav{display:none;gap:8px;overflow-x:auto;padding:0 0 12px;margin-top:-2px}.mobile-nav-link{white-space:nowrap;text-decoration:none;color:var(--text);font-size:12px;font-weight:800;padding:8px 11px;border-radius:999px;border:1px solid var(--border);background:rgba(0,0,0,.30)}.mobile-nav-link.active{background:rgba(130,246,173,.18);border-color:rgba(130,246,173,.30)}
.phase-preview{display:flex;gap:12px;align-items:center;width:100%;padding:14px}.phase-preview img{width:72px;height:72px;border-radius:16px;object-fit:cover;border:1px solid var(--border)}
.code-wrap{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}
.site-footer{margin-top:18px;padding:18px 4px 4px;border-top:1px solid var(--border);color:var(--muted);font-size:12px}.footer-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:9px}.footer-links a{color:var(--text);text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-copy{line-height:1.55}
.trust-list{display:grid;gap:10px}.trust-row{display:grid;grid-template-columns:160px 1fr;gap:14px;padding:12px;border:1px solid var(--border);border-radius:14px;background:rgba(0,0,0,.12)}.trust-row strong{font-size:13px}.trust-row span{color:var(--muted);font-size:13px;line-height:1.5}
.legal h2{margin-top:0}.legal h3{margin-top:24px}.legal p,.legal li{color:var(--muted);line-height:1.65}.legal ul{padding-left:20px}.legal .effective{font-size:12px;color:var(--muted)}
.faq details{border:1px solid var(--border);border-radius:14px;background:rgba(0,0,0,.12);padding:12px 14px;margin-bottom:9px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted);line-height:1.55;margin-bottom:2px}
.portfolio-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.wallet-address{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-all;color:#d1fae5}
.badge-row{display:flex;flex-wrap:wrap;gap:8px}.tag.lock{border-color:rgba(252,165,165,.3);color:#fecaca}.tag.ready{border-color:rgba(130,246,173,.3);color:#d1fae5}
@media(max-width:980px){.mobile-nav{display:flex}.main{padding:12px}.main-header{align-items:flex-start}.header-actions{justify-content:flex-end}.status-grid{grid-template-columns:1fr}.fee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-row{grid-template-columns:1fr}}
@media(max-width:520px){.fee-grid{grid-template-columns:1fr}.main-header{display:block}.searchbar{max-width:none;margin-bottom:10px}.header-actions{justify-content:flex-start}.btn{padding:9px 12px;font-size:13px}.card{padding:14px}.site-footer{padding-bottom:12px}}
