*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-surface:#12121a;--bg-elevated:#1a1a25;--border:#2a2a3a;--text:#e0e0e8;--text-muted:#8888a0;--primary:#00d4aa;--primary-hover:#00f0c0;--danger:#ff4466;--success:#22c55e;--warning:#f59e0b;--radius:8px;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;color:var(--text-muted);font-size:1.2rem}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg-surface)}.nav__brand{font-size:1.3rem;font-weight:700;cursor:pointer;color:var(--text);letter-spacing:-.5px}.nav__logo{color:var(--primary);font-family:var(--font-mono);font-weight:800}.nav__links{display:flex;gap:.5rem;align-items:center}.nav__link{background:0 0;border:none;color:var(--text-muted);cursor:pointer;padding:.4rem .8rem;border-radius:var(--radius);font-size:.9rem;transition:color .15s,background .15s}.nav__link:hover{color:var(--text);background:var(--bg-elevated)}.nav__link--primary{background:var(--primary);color:var(--bg);font-weight:600}.nav__link--primary:hover{background:var(--primary-hover);color:var(--bg)}.main{flex:1;max-width:960px;margin:0 auto;padding:2rem;width:100%}.hero{text-align:center;padding:3rem 0}.hero__title{font-size:2.8rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{color:var(--text-muted);font-size:1.15rem;max-width:640px;margin:0 auto 2rem}.hero__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s;text-decoration:none}.btn--primary{background:var(--primary);color:var(--bg)}.btn--primary:hover{background:var(--primary-hover)}.btn--ghost{background:0 0;border-color:var(--border);color:var(--text)}.btn--ghost:hover{border-color:var(--primary);color:var(--primary)}.btn--danger{background:var(--danger);color:#fff}.btn--small{padding:.35rem .8rem;font-size:.8rem}.btn--oauth{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);flex:1;justify-content:center}.btn--oauth:hover{border-color:var(--primary)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;text-align:left}.feature{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.feature h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem}.feature p{color:var(--text-muted);font-size:.9rem}.code-example{text-align:left;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.code-example h3{margin-bottom:1rem;font-size:1rem}.code-example pre{background:var(--bg);border-radius:var(--radius);padding:1rem;overflow-x:auto}.code-example code{font-family:var(--font-mono);font-size:.85rem;color:var(--primary)}.auth-form{max-width:400px;margin:2rem auto}.auth-form h2{margin-bottom:1.5rem;text-align:center}.auth-form form{display:flex;flex-direction:column;gap:.8rem}.auth-form input{padding:.7rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem}.auth-form input:focus{outline:none;border-color:var(--primary)}.auth-form__divider{text-align:center;color:var(--text-muted);margin:1.5rem 0;position:relative}.auth-form__divider::before,.auth-form__divider::after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--border)}.auth-form__divider::before{left:0}.auth-form__divider::after{right:0}.oauth-buttons{display:flex;gap:.5rem}.auth-form__switch{text-align:center;margin-top:1.5rem;color:var(--text-muted);font-size:.9rem}.link{background:0 0;border:none;color:var(--primary);cursor:pointer;font-size:inherit}.link:hover{text-decoration:underline}.error{background:rgba(255,68,102,.1);border:1px solid var(--danger);border-radius:var(--radius);padding:.7rem 1rem;color:var(--danger);margin-bottom:1rem;font-size:.9rem}.dashboard h2{margin-bottom:.5rem}.dashboard__welcome{color:var(--text-muted);margin-bottom:2rem}.dashboard__token{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}.dashboard__token h3{margin-bottom:.5rem}.dashboard__token p{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.token-display{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.token-display code{font-family:var(--font-mono);font-size:.8rem;background:var(--bg);padding:.5rem .8rem;border-radius:var(--radius);word-break:break-all;flex:1}.dashboard__hashes h3{margin-bottom:1rem}.empty{color:var(--text-muted);font-style:italic}.hash-list{display:flex;flex-direction:column;gap:.75rem}.hash-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.hash-card__header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer}.hash-card__header:hover{background:var(--bg-elevated)}.hash-card__hash{font-family:var(--font-mono);font-size:.85rem;color:var(--primary)}.hash-card__status{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-muted)}.hash-card__status--published{background:rgba(34,197,94,.15);color:var(--success)}.hash-card__date{font-size:.8rem;color:var(--text-muted);margin-left:auto}.hash-card__body{padding:1rem 1.25rem;border-top:1px solid var(--border);font-size:.9rem}.hash-card__body p{margin-bottom:.5rem}.hash-card__body code{font-family:var(--font-mono);font-size:.8rem;word-break:break-all}.hash-card__proof pre{background:var(--bg);padding:1rem;border-radius:var(--radius);overflow-x:auto;font-family:var(--font-mono);font-size:.8rem;margin-top:.5rem;max-height:400px;overflow-y:auto}.hash-card__actions{margin-top:1rem}.publish-form textarea{width:100%;padding:.7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font-mono);font-size:.85rem;resize:vertical;margin-bottom:.5rem}.publish-form textarea:focus{outline:none;border-color:var(--primary)}.publish-form div{display:flex;gap:.5rem}.hash-card__author{font-size:.85rem;color:var(--text)}.hash-card__title{padding:0 1.25rem 1rem;font-size:.9rem;color:var(--text-muted)}.verify{max-width:600px;margin:2rem auto}.verify h2{margin-bottom:.5rem}.verify>p{color:var(--text-muted);margin-bottom:1.5rem}.verify__form{display:flex;gap:.5rem;margin-bottom:1.5rem}.verify__form input{flex:1;padding:.7rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font-mono);font-size:.85rem}.verify__form input:focus{outline:none;border-color:var(--primary)}.verify__result{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.verify__badge{display:inline-block;padding:.3rem 1rem;border-radius:999px;font-weight:600;font-size:.9rem;margin-bottom:1rem}.verify__badge--found{background:rgba(34,197,94,.15);color:var(--success)}.verify__badge--notfound{background:rgba(255,68,102,.1);color:var(--danger)}.profile{max-width:500px;margin:2rem auto}.profile h2{margin-bottom:1.5rem}.profile__avatar{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.avatar{border-radius:50%;object-fit:cover}.avatar--large{width:80px;height:80px}.avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);color:var(--primary);font-size:2rem;font-weight:700}.profile__form{display:flex;flex-direction:column;gap:1rem}.profile__form label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;color:var(--text-muted)}.profile__form input,.profile__form textarea{padding:.7rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem}.profile__form input:focus,.profile__form textarea:focus{outline:none;border-color:var(--primary)}.explore h2{margin-bottom:1.5rem}.footer{text-align:center;padding:2rem;color:var(--text-muted);font-size:.85rem;border-top:1px solid var(--border)}.verify__details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.verify__row{display:flex;align-items:baseline;gap:1rem}.verify__label{font-size:.8rem;color:var(--text-muted);min-width:80px;flex-shrink:0;text-transform:uppercase;letter-spacing:.05em}.verify__value{font-size:.95rem}.verify__value--mono{font-family:var(--font-mono);font-size:.8rem;word-break:break-all}.verify__username{color:var(--text-muted);font-size:.85rem}.verify__status--published{color:var(--success)}.verify__status--private{color:var(--text-muted)}.verify__content{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem}.verify__content h3{font-size:1rem;margin-bottom:.75rem}.verify__proof{background:var(--bg);padding:1rem;border-radius:var(--radius);overflow-x:auto;font-family:var(--font-mono);font-size:.8rem;max-height:500px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.verify__children{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem}.verify__children h3{font-size:1rem;margin-bottom:.75rem}.verify__children-list{display:flex;flex-direction:column;gap:.75rem}.verify__child{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.verify__child-header{display:flex;align-items:center;gap:1rem}.verify__child-hash{font-family:var(--font-mono);font-size:.8rem;color:var(--primary);cursor:pointer}.verify__child-hash:hover{text-decoration:underline}.verify__child-date{font-size:.8rem;color:var(--text-muted);margin-left:auto}.verify__child-proof{background:var(--bg-surface);padding:.75rem;border-radius:var(--radius);overflow-x:auto;font-family:var(--font-mono);font-size:.75rem;max-height:300px;overflow-y:auto;margin-top:.75rem;white-space:pre-wrap;word-break:break-word}.verify__share{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.bounty-section{margin-top:3rem;text-align:center}.bounty-section__title{font-size:1.8rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0%,var(--warning) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bounty-section__hook{color:var(--text-muted);font-size:1.1rem;max-width:640px;margin:0 auto 2rem;font-style:italic}.bounty-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;text-align:left;margin-bottom:2rem}.bounty-section__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.bounty-section__card h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem}.bounty-section__card p{color:var(--text-muted);font-size:.9rem}.bounty-section__card--highlight{border-color:var(--primary);background:rgba(0,212,170,5%)}.bounty-section__cta{margin-top:1.5rem}.bug-bounty{max-width:800px;margin:0 auto}.bug-bounty__hero{text-align:center;padding:2rem 0 3rem}.bug-bounty__title{font-size:2.4rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0%,var(--warning) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bug-bounty__subtitle{color:var(--text-muted);font-size:1.15rem;max-width:560px;margin:0 auto}.bug-bounty__section{margin-bottom:3rem}.bug-bounty__section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.bug-bounty__section p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1rem}.bug-bounty__section em{color:var(--warning);font-style:italic}.bug-bounty__two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.bug-bounty__col{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.bug-bounty__col h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem}.bug-bounty__col p{font-size:.9rem;margin-bottom:0}.bug-bounty__steps{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.bug-bounty__step{display:flex;gap:1.25rem;align-items:flex-start;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.bug-bounty__step-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--primary);color:var(--bg);font-weight:700;font-size:.95rem}.bug-bounty__step h3{color:var(--text);margin-bottom:.25rem;font-size:1rem}.bug-bounty__step p{color:var(--text-muted);font-size:.9rem;margin-bottom:0}.bug-bounty__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.bug-bounty__list li{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.6}.bug-bounty__list li strong{color:var(--text)}.bug-bounty__install{margin-top:1.5rem}.bug-bounty__install h3{font-size:.95rem;margin-bottom:.75rem;color:var(--text)}.bug-bounty__install pre{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;overflow-x:auto}.bug-bounty__install code{font-family:var(--font-mono);font-size:.8rem;color:var(--primary)}.bug-bounty__cta{text-align:center;padding:3rem 0 2rem;border-top:1px solid var(--border)}.bug-bounty__cta h2{font-size:1.5rem;margin-bottom:.75rem}.bug-bounty__cta p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.bug-bounty__cta-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width:640px){.nav{flex-direction:column;gap:.5rem;padding:.75rem 1rem}.nav__links{flex-wrap:wrap;justify-content:center}.main{padding:1rem}.hero__title{font-size:2rem}.hero__actions{flex-direction:column;align-items:center}.features{grid-template-columns:1fr}.verify__form{flex-direction:column}.bounty-section__grid{grid-template-columns:1fr}.bug-bounty__title{font-size:1.8rem}.bug-bounty__two-col{grid-template-columns:1fr}.bug-bounty__cta-buttons{flex-direction:column;align-items:center}}