body.native-app .web-only-evolution,body.native-app .native-more-sheet>.nav-item.web-only-evolution{display:none!important}
.evo-hero{position:relative;overflow:hidden;padding:28px;border:1px solid #252525;border-radius:22px;background:radial-gradient(circle at 85% 15%,rgba(245,196,0,.24),transparent 34%),linear-gradient(135deg,#111 0%,#181818 65%,#241f08 100%);color:#fff}
.evo-hero::after{content:"";position:absolute;right:-48px;bottom:-76px;width:220px;height:220px;border:1px solid rgba(245,196,0,.22);border-radius:50%}
.evo-hero-copy,.evo-hero-actions{position:relative;z-index:1}.evo-eyebrow{display:block;margin-bottom:7px;color:#f5c400;font-size:11px;font-weight:900;letter-spacing:.16em}.evo-hero h3{font-size:28px;line-height:1.08;font-weight:900}.evo-hero p{max-width:650px;margin-top:9px;color:#c9c9c9;font-size:14px}.evo-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.evo-primary,.evo-secondary,.evo-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:11px;font-size:13px;font-weight:900;transition:transform .15s ease,opacity .15s ease}.evo-primary{background:#f5c400;color:#111}.evo-secondary{border:1px solid #d8d8d8;background:#fff;color:#111}.evo-hero .evo-secondary{border-color:#4c4c4c;background:#222;color:#fff}.evo-danger{border:1px solid #ef4444;background:#fff;color:#b91c1c}.evo-primary:hover,.evo-secondary:hover,.evo-danger:hover{transform:translateY(-1px)}.evo-primary:disabled,.evo-secondary:disabled,.evo-danger:disabled{cursor:not-allowed;opacity:.45;transform:none}
.evo-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.evo-summary-card{padding:17px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.evo-summary-card span{display:block;color:#6b7280;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.evo-summary-card b{display:block;margin-top:5px;font-size:28px;line-height:1}.evo-summary-card.open b{color:#15803d}.evo-summary-card.close b{color:#dc2626}.evo-summary-card.connecting b{color:#b77900}
.evo-notice{margin-bottom:15px;padding:12px 14px;border:1px solid #f5c400;border-radius:12px;background:#fff9dc;color:#5f4b00;font-size:13px}.evo-notice.error{border-color:#fca5a5;background:#fff1f2;color:#991b1b}.evo-notice.hidden{display:none}
.evo-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:15px}.evo-card{display:flex;flex-direction:column;min-width:0;padding:18px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(17,17,17,.05)}.evo-card-top{display:flex;align-items:flex-start;gap:12px}.evo-avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;overflow:hidden;flex:0 0 auto;border:1px solid #e5e7eb;border-radius:14px;background:#111;color:#f5c400;font-size:18px;font-weight:900}.evo-avatar img{width:100%;height:100%;object-fit:cover}.evo-card-title{min-width:0;flex:1}.evo-card-title h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:900}.evo-card-title p{margin-top:2px;color:#6b7280;font-size:12px;word-break:break-all}.evo-status{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.evo-status::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.evo-status.open{background:#dcfce7;color:#15803d}.evo-status.close{background:#fee2e2;color:#b91c1c}.evo-status.connecting{background:#fef3c7;color:#a16207}
.evo-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.evo-meta div{min-width:0;padding:10px;border-radius:11px;background:#f6f6f6}.evo-meta span{display:block;color:#5f6673;font-size:10px;font-weight:800;text-transform:uppercase}.evo-meta b{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.evo-dependencies{display:flex;flex-wrap:wrap;gap:6px;min-height:27px;margin-bottom:14px}.evo-dependency,.evo-free{padding:5px 8px;border-radius:8px;font-size:10px;font-weight:800}.evo-dependency{background:#fff1f2;color:#9f1239}.evo-free{background:#ecfdf5;color:#047857}.evo-reconnect-note{margin:-3px 0 14px;padding:11px 12px;border-left:4px solid #f5c400;border-radius:9px;background:#fff9dc;color:#5f4b00;font-size:11px}.evo-reconnect-note b{display:block;margin-bottom:2px;font-size:12px}.evo-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.evo-card-actions button{flex:1 1 125px}
.evo-empty{grid-column:1/-1;padding:48px 20px;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;color:#64748b}.evo-empty b{display:block;margin-bottom:6px;color:#111;font-size:17px}
.evo-modal-layer{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.evo-modal-layer.hidden{display:none}.evo-modal{width:min(470px,100%);max-height:90vh;overflow:auto;padding:22px;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.35)}.evo-modal-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;margin-bottom:18px}.evo-modal-head h3{font-size:20px;font-weight:900}.evo-modal-head p{margin-top:4px;color:#6b7280;font-size:12px}.evo-modal-close{width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:#f2f2f2;font-size:21px}.evo-form{display:grid;gap:14px}.evo-field{display:grid;gap:6px}.evo-field span{font-size:12px;font-weight:900}.evo-field small{color:#6b7280;font-size:11px}.evo-check{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.evo-check input{margin-top:3px}.evo-check b,.evo-check small{display:block}.evo-check small{margin-top:2px;color:#6b7280;font-size:11px}.evo-form-error{min-height:18px;color:#b91c1c;font-size:12px;font-weight:700}.evo-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:4px}
.evo-qr-wrap{display:grid;place-items:center;min-height:310px;padding:18px;border-radius:16px;background:#f5f5f5}.evo-qr-wrap img{width:min(280px,100%);aspect-ratio:1;object-fit:contain;border:10px solid #fff;border-radius:12px}.evo-qr-placeholder{text-align:center;color:#6b7280}.evo-qr-code{max-width:100%;margin-top:10px;padding:9px;border-radius:8px;background:#e5e7eb;overflow-wrap:anywhere;font-size:10px}.evo-qr-state{display:flex;align-items:center;justify-content:center;gap:8px;margin:13px 0 4px;font-size:13px;font-weight:900}.evo-qr-state.open{color:#15803d}.evo-qr-state.close{color:#b91c1c}.evo-qr-progress{min-height:34px;margin-bottom:13px;text-align:center;color:#6b7280;font-size:11px;line-height:1.45}.evo-delete-warning{margin-bottom:14px;padding:12px;border-radius:12px;background:#fff1f2;color:#9f1239;font-size:12px}.evo-delete-name{font-weight:900;word-break:break-all}
.dark .evo-summary-card,.dark .evo-card,.dark .evo-modal{border-color:#343434;background:#181818;color:#f5f5f5}.dark .evo-summary-card span,.dark .evo-card-title p,.dark .evo-modal-head p,.dark .evo-field small,.dark .evo-check small,.dark .evo-qr-progress{color:#a3a3a3}.dark .evo-meta div,.dark .evo-check,.dark .evo-qr-wrap{border-color:#343434;background:#242424}.dark .evo-reconnect-note{background:#332d12;color:#f5df75}.dark .evo-secondary{border-color:#444;background:#262626;color:#fff}.dark .evo-empty b{color:#fff}.dark .evo-empty{border-color:#444}.dark .evo-qr-placeholder{color:#aaa}
@media(max-width:800px){.evo-hero{padding:22px 18px}.evo-hero h3{font-size:23px}.evo-summary{grid-template-columns:1fr 1fr}.evo-list{grid-template-columns:1fr}.evo-card-top{flex-wrap:wrap}.evo-status{margin-left:60px}.evo-modal{padding:18px}.evo-modal-actions{flex-direction:column-reverse}.evo-modal-actions button{width:100%}}
@media(max-width:440px){.evo-summary{gap:8px}.evo-summary-card{padding:13px}.evo-summary-card b{font-size:23px}.evo-meta{grid-template-columns:1fr}.evo-status{margin-left:0}.evo-card{padding:15px}}
