:root{--proto-bg:#070710;--proto-surface:#18181b;--proto-surface-hover:#222225;--proto-border:#27272a;--proto-border-hover:#3b3b40;--proto-text:#f5f5f5;--proto-text-secondary:#878792;--proto-text-muted:#61616b;--proto-accent:#ff791a;--proto-accent-glow:#ff6a0026;--gradient-primary:linear-gradient(135deg,#00f5a0,#00d9f5);--gradient-warm:linear-gradient(135deg,#ff6b35,#f7c948);--gradient-purple:linear-gradient(135deg,#8b5cf6,#6366f1);--gradient-blue:linear-gradient(135deg,#3b82f6,#06b6d4);--gradient-green:linear-gradient(135deg,#10b981,#34d399);--gradient-red:linear-gradient(135deg,#ef4444,#f97316)}.protocol-layout{background:var(--proto-bg);min-height:100vh;color:var(--proto-text);display:flex}.protocol-main-wrapper{flex-direction:column;flex:1;min-width:0;display:flex;overflow-x:hidden}.protocol-topbar{border-bottom:1px solid var(--proto-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#111113cc;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.topbar-title{align-items:center;gap:.5rem;display:flex}.topbar-label{color:var(--proto-text-secondary);letter-spacing:.02em;font-size:.875rem;font-weight:500}.protocol-main{flex:1;width:100%;max-width:1400px;padding:2rem}.protocol-sidebar{border-right:1px solid var(--proto-border);background:#111113;flex-direction:column;width:240px;height:100vh;transition:width .2s;display:flex;position:sticky;top:0;overflow-y:auto}.protocol-sidebar.collapsed{width:64px}.sidebar-header{border-bottom:1px solid var(--proto-border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.sidebar-logo{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-image-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.logo-image{object-fit:contain;width:auto;height:auto}.logo-text{font-size:1rem;font-weight:700;font-family:var(--font-display,inherit);background:var(--gradient-warm);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text}.sidebar-toggle{all:unset;cursor:pointer;color:#6d6d78;border-radius:6px;padding:.25rem;transition:color .2s,background .2s}.sidebar-toggle:hover{color:#c9c9cf;background:var(--proto-surface-hover)}.toggle-icon{width:16px;height:16px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:.5rem;display:flex}.sidebar-link{color:var(--proto-text-secondary);border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.sidebar-link:hover{background:var(--proto-surface-hover);color:#c9c9cf;padding-left:1rem}.sidebar-link.active{color:#ff974c;background:#ff6a0014;font-weight:600}.active-indicator{background:var(--proto-accent);border-radius:0 3px 3px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar-link.needs-wallet{opacity:.5}.link-icon{flex-shrink:0;width:18px;height:18px;transition:transform .2s,color .2s}.sidebar-link:hover .link-icon{transform:scale(1.1)}.sidebar-link.active .link-icon,.icon-active{color:var(--proto-accent)}.link-label{white-space:nowrap;flex:1}.lock-icon{width:14px;height:14px;color:var(--proto-text-muted);flex-shrink:0}.sidebar-footer{border-top:1px solid var(--proto-border);padding:.75rem 1rem}.chain-badge{color:#47d181;background:#29a35c14;border:1px solid #2e6b4733;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:flex}.chain-icon{width:14px;height:14px}.protocol-page-header{margin-bottom:2rem}.protocol-page-header h1{font-size:1.75rem;font-weight:700;font-family:var(--font-display,inherit);color:var(--proto-text);margin:0 0 .25rem}.protocol-page-header p{color:var(--proto-text-secondary);margin:0;font-size:.9rem}.protocol-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.protocol-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (min-width:900px){.protocol-grid-4{grid-template-columns:repeat(4,1fr)}}.protocol-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#18181bb3;border:1px solid #2c2c30;border-radius:14px;padding:1.25rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.protocol-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000 30%,#3b3b40 50%,#0000 70%);padding:1px;transition:opacity .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.protocol-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d,0 0 0 1px #36363a}.protocol-card:hover:before{opacity:1}.protocol-card.highlight{background:linear-gradient(135deg,#18181be6,#e66f1a0a);border-color:#ff6a0033}.protocol-card.highlight:before{opacity:.4;background:linear-gradient(135deg,#ff6a004d,#0000 60%)}.protocol-card.highlight:hover{border-color:#ff6a0059;box-shadow:0 8px 32px #ff6a0014,0 0 0 1px #ff6a0026}.protocol-card.highlight:hover:before{opacity:.7}.protocol-card.glow-green:hover{border-color:#29a35c4d;box-shadow:0 8px 32px #29a35c14,0 0 0 1px #29a35c26}.protocol-card.glow-purple:hover{border-color:#8c47d14d;box-shadow:0 8px 32px #8c47d114,0 0 0 1px #8c47d126}.protocol-card.glow-blue:hover{border-color:#308ce84d;box-shadow:0 8px 32px #308ce814,0 0 0 1px #308ce826}.protocol-card.glow-amber:hover{border-color:#f2a60d4d;box-shadow:0 8px 32px #f2a60d14,0 0 0 1px #f2a60d26}.protocol-card.glow-red:hover{border-color:#dd3c3c4d;box-shadow:0 8px 32px #dd3c3c14,0 0 0 1px #dd3c3c26}.protocol-card.hero{background:linear-gradient(145deg,#1c1c21e6,#131316f2);border-color:#36363a;padding:1.5rem}.protocol-card.hero .card-value{font-size:2rem;line-height:1.1}.protocol-card.hero .card-label{margin-bottom:.75rem;font-size:.75rem}.card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--proto-text-secondary);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.card-value{color:var(--proto-text);font-size:1.5rem;font-weight:700;font-family:var(--font-geist-mono,monospace);line-height:1.2}.card-value.accent{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card-value.accent-warm{background:var(--gradient-warm);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card-value.accent-purple{background:var(--gradient-purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card-sub{color:var(--proto-text-muted);margin-top:.35rem;font-size:.75rem}.card-icon{margin-bottom:.5rem;font-size:1.25rem;display:block}.trend{border-radius:6px;align-items:center;gap:.25rem;margin-left:.5rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.trend-up{color:#3cdd7f;background:#29a35c1f}.trend-down{color:#e05252;background:#a329291f}.protocol-section{margin-bottom:2rem}.protocol-section h2{color:#e0e0e0;border-bottom:1px solid #222225;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.protocol-table{border-collapse:separate;border-spacing:0;background:var(--proto-surface);border:1px solid var(--proto-border);table-layout:fixed;border-radius:14px;width:100%;overflow:hidden}.protocol-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--proto-text-secondary);border-bottom:1px solid var(--proto-border);background:#131316;padding:.75rem 1rem;font-size:.7rem;font-weight:600}.protocol-table thead th:first-child,.protocol-table thead th:nth-child(2){width:35%}.protocol-table thead th:last-child{width:30%}.protocol-table tbody td{color:#b4b4bb;border-bottom:1px solid #1d1d20;padding:.75rem 1rem;font-size:.85rem;transition:background .2s}.protocol-table tbody tr:last-child td{border-bottom:none}.protocol-table tbody tr{transition:background .2s}.protocol-table tbody tr:hover{background:#1d1d20}.protocol-table tbody tr:hover td{color:#d7d7db}.address-cell{font-family:var(--font-geist-mono,monospace);color:#70b8db;font-size:.8rem}.address-link{color:#f83;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s,text-shadow .2s}.address-link:hover{color:#ffb580;text-shadow:0 0 8px #ff6a004d;text-decoration:underline}.tier-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;padding:.15rem .6rem;font-size:.65rem;font-weight:700;display:inline-flex}.tier-bronze{color:#d18c47;background:#734d2633;border:1px solid #7d59364d}.tier-silver{color:#abb0ba;background:#5c637026;border:1px solid #5c63704d}.tier-gold{color:#e8ba30;background:#ad8a1f26;border:1px solid #a385294d}.tier-platinum{color:#94bdd1;background:#4770851f;border:1px solid #47708540}.tier-diamond{color:#b385e0;background:#732eb81f;border:1px solid #7339ac40}.emergency-banner{color:#e87d7d;background:linear-gradient(135deg,#410b0b99,#2e0f0f99);border:1px solid #b82e2e4d;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;animation:3s ease-in-out infinite emergencyPulse}@keyframes emergencyPulse{0%,to{border-color:#b82e2e4d}50%{border-color:#e8303080}}.demo-banner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#453008cc,#311f0ccc);border:1px solid #ad7e1f59;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;animation:4s ease-in-out infinite demoPulse;display:flex}.demo-banner-icon{font-size:1rem}.demo-banner-text{letter-spacing:.04em;text-transform:uppercase;color:#f6c155;font-size:.8rem;font-weight:600}@keyframes demoPulse{0%,to{border-color:#ad7e1f59}50%{border-color:#f4af258c}}.connect-wallet-cta{text-align:center;background:linear-gradient(135deg,#18181bb3,#141415b3);border:1px dashed #36363a;border-radius:16px;margin-top:1.5rem;padding:3rem 2rem;position:relative}.connect-wallet-cta h2{color:#e0e0e0;border-bottom:none;margin:0 0 .5rem;padding-bottom:0;font-size:1.25rem;font-weight:600}.connect-wallet-cta p{color:var(--proto-text-secondary);margin:0;max-width:400px;margin-inline:auto;font-size:.9rem}.progress-bar-container{background:#222225;border-radius:4px;width:100%;height:8px;margin-top:.5rem;overflow:hidden}.progress-bar-fill{background:var(--gradient-warm);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.progress-bar{background:#222225;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background:var(--gradient-purple);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.tier-ladder{flex-direction:column;gap:.5rem;display:flex}.tier-ladder-row{background:#18181b;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .25s;display:flex}.tier-ladder-row:hover{background:#202022;transform:translate(4px)}.tier-ladder-active{background:#222226;box-shadow:0 0 12px #6366f126}.tier-ladder-badge{background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.tier-ladder-img{object-fit:contain;border-radius:6px;width:44px;height:44px}.tier-ladder-info{flex:1;min-width:0}.tier-ladder-name{letter-spacing:.02em;font-size:.85rem;font-weight:700}.tier-ladder-threshold{color:#888891;font-variant-numeric:tabular-nums;margin-top:.15rem;font-size:.75rem}.tier-ladder-current{text-transform:uppercase;letter-spacing:.06em;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:999px;flex-shrink:0;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.flag-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.flag-on{color:#47d181;background:#29a35c1f;border:1px solid #367d5340}.flag-off{color:gray;background:#4d4d4d1f;border:1px solid #4d4d4d33}.feature-flag-badge{letter-spacing:.04em;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.flag-enabled{color:#75f075;background:#14521466;border:1px solid #1f7a1f80}.protocol-header-row{align-items:center;gap:.75rem;display:flex}.protocol-grid-2col{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem;display:grid}.protocol-card-stack{flex-direction:column;gap:.75rem;display:flex}.chart-card{flex-direction:column;min-height:280px;display:flex}.chart-card .card-label{margin-bottom:.75rem}.chart-placeholder{height:200px;color:var(--proto-text-secondary);justify-content:center;align-items:center;font-size:.875rem;font-style:italic;display:flex}.chart-tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--proto-text);background:#1d1d20f2;border:1px solid #36363a;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;box-shadow:0 8px 24px #0006}.chart-legend{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:-.5rem;padding-top:0;display:flex}.chart-legend-item{align-items:center;gap:.35rem;font-size:.75rem;display:flex}.chart-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.chart-legend-label{color:var(--proto-text-secondary)}.chart-legend-value{color:var(--proto-text);font-weight:600;font-family:var(--font-geist-mono,monospace)}.skeleton{background:#222225;border-radius:6px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#31313566,#0000);animation:1.5s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-line{width:60%;height:1.5rem;margin-bottom:.5rem}.skeleton-value{width:80%;height:2rem}.badge-card{text-align:center;background:linear-gradient(135deg,#211d1266,#18181b99);border-color:#b88f144d}.badge-card .card-value{font-size:2rem}.stat-row{border-bottom:1px solid #1d1d20;justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.stat-row:last-child{border-bottom:none}.stat-label{color:var(--proto-text-secondary);font-size:.8rem}.stat-value{color:var(--proto-text);font-size:.85rem;font-weight:600;font-family:var(--font-geist-mono,monospace)}.chain-guard-banner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#4d3300cc,#371f06cc);border:1px solid #8a610f80;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.chain-guard-banner p{color:#fd9;margin:0;font-size:.875rem}.chain-guard-btn{color:#000;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s}.chain-guard-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffaa004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.protocol-section{animation:.5s ease-out both fadeInUp}.protocol-section:nth-child(2){animation-delay:.1s}.protocol-section:nth-child(3){animation-delay:.15s}.protocol-section:nth-child(4){animation-delay:.2s}.protocol-section:nth-child(5){animation-delay:.25s}@media (max-width:768px){.protocol-layout{flex-direction:column}.protocol-sidebar{border-right:none;border-bottom:1px solid var(--proto-border);width:100%;height:auto;position:relative}.protocol-sidebar.collapsed{width:100%}.sidebar-nav{flex-direction:row;gap:4px;padding:.5rem;overflow-x:auto}.sidebar-link{white-space:nowrap;padding:.5rem .75rem}.protocol-main{padding:1rem}.protocol-grid{grid-template-columns:1fr}.protocol-grid-4{grid-template-columns:1fr 1fr}.protocol-topbar{padding:.75rem 1rem}.protocol-grid-2col{grid-template-columns:1fr}.protocol-card.hero .card-value{font-size:1.5rem}}@media (max-width:480px){.protocol-grid-4{grid-template-columns:1fr}}.protocol-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}@media (min-width:900px){.protocol-grid-3{grid-template-columns:repeat(3,1fr)}}.section-desc{color:var(--proto-text-secondary);margin:-.5rem 0 1rem;font-size:.85rem}.text-muted{color:var(--proto-text-muted)}.protocol-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#f59e0b,#ef4444);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.protocol-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6a004d}.protocol-btn:disabled{opacity:.5;cursor:not-allowed}.vesting-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.protocol-sidebar-desktop{display:flex}.protocol-sidebar-mobile,.mobile-menu-btn,.mobile-drawer-overlay{display:none}.topbar-left{align-items:center;gap:.75rem;display:flex}@media (max-width:768px){.protocol-layout{flex-direction:column}.protocol-sidebar-desktop{display:none}.protocol-sidebar-mobile{z-index:100;width:min(280px,85vw);height:100dvh;transition:left .3s cubic-bezier(.4,0,.2,1);display:block;position:fixed;top:0;left:-100%}.protocol-sidebar-mobile.open{left:0}.protocol-sidebar-mobile .protocol-sidebar{border-right:1px solid var(--proto-border);width:100%;height:100%;overflow-y:auto}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#0a0a0bb3;animation:.25s fadeOverlay;display:block;position:fixed;inset:0}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.mobile-menu-btn{all:unset;cursor:pointer;color:var(--proto-text-secondary);border-radius:8px;padding:.4rem;transition:color .2s,background .2s}.mobile-menu-btn:hover{color:var(--proto-text);background:var(--proto-surface-hover)}.protocol-main-wrapper{width:100%}.protocol-main{padding:1rem}.protocol-topbar{padding:.75rem 1rem}.protocol-grid{grid-template-columns:1fr}.protocol-grid-4,.protocol-grid-3{grid-template-columns:1fr 1fr}.protocol-grid-2col{grid-template-columns:1fr}.protocol-card.hero .card-value{font-size:1.5rem}.protocol-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.vesting-actions{flex-direction:column}.protocol-btn{width:100%}.chain-guard-banner{flex-direction:column;align-items:flex-start;gap:.75rem}.chain-guard-btn{text-align:center;width:100%}}@media (max-width:480px){.protocol-grid-4,.protocol-grid-3{grid-template-columns:1fr}.protocol-page-header h1{font-size:1.4rem}.card-value{font-size:1.35rem}.protocol-topbar{padding:.6rem .75rem}}.feature-flags-grid{flex-wrap:wrap;gap:.5rem;padding:.25rem 0;display:flex}.feature-flag-badge{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.feature-flag-badge:hover{transform:translateY(-1px)}.flag-enabled{color:#66e595;background:#21c45d26;border-color:#21c45d59}.flag-disabled{color:#e66565;background:#dc28281f;border-color:#dc28284d}.flag-dot{font-size:.6rem;line-height:1}@media (max-width:640px){.feature-flags-grid{gap:.4rem}.feature-flag-badge{padding:.3rem .6rem;font-size:.72rem}}
