*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1b1f;color:#fff;min-height:100vh}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");.container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.header-section{text-align:center;padding:4rem 0 2rem}.passport-logo{width:64px;height:64px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;box-shadow:0 8px 40px rgba(16,185,129,.2)}.passport-logo-svg{width:32px;height:32px;color:#fff;filter:brightness(0) invert(1)}.title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.subtitle{font-size:1.3rem;color:hsla(0,0%,100%,.7);margin-bottom:2rem;font-weight:400;line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}.header-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.header-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.header-button.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:2px solid transparent}.header-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.3)}.header-button.secondary{background:transparent;color:hsla(0,0%,100%,.8);border:2px solid hsla(0,0%,100%,.2)}.header-button.secondary:hover{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.main-content{flex:1 1;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:4rem;padding-top:2rem;max-width:1400px;margin:0 auto}.explanation-column{flex:1 1;max-width:500px;padding-right:2rem}.widget-column{flex:1 1;max-width:600px;display:flex;flex-direction:column;gap:2rem}.explanation-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#fff;text-align:left}.explanation-section{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}.step-number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;box-shadow:0 4px 20px rgba(16,185,129,.3)}.step-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#fff}.step-content p{color:hsla(0,0%,100%,.8);line-height:1.6;font-size:1rem}.explanation-note{margin-top:3rem;padding:1.5rem;background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.15);border-radius:16px}.explanation-note h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#10b981}.explanation-note p{color:hsla(0,0%,100%,.8);line-height:1.6;font-size:.95rem}.card{background:rgba(31,33,37,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(55,65,81,.3);border-radius:24px;padding:3rem;width:100%;max-width:600px;box-shadow:0 20px 60px rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;text-align:center}.connect-card{text-align:center;background:linear-gradient(135deg,rgba(16,185,129,.05),rgba(31,33,37,.8));border:1px solid rgba(16,185,129,.2)}.wallet-address{display:inline-flex;gap:.5rem;background:rgba(16,185,129,.1);color:#10b981;padding:.75rem 1.5rem;border-radius:12px;font-family:JetBrains Mono,monospace;font-size:.9rem;margin-bottom:2rem;border:1px solid rgba(16,185,129,.2)}.status,.wallet-address{align-items:center;font-weight:600;align-self:center}.status{display:flex;justify-content:center;gap:.75rem;margin:1.5rem 0;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;width:100%;max-width:450px}.status.success{background:rgba(16,185,129,.1);color:#10b981;border:1px solid rgba(16,185,129,.2)}.status.warning{background:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.status.error{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2)}.score-display{text-align:center;margin:2rem 0}.score-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#fff,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.score-label{color:hsla(0,0%,100%,.6);font-size:1rem;font-weight:500}.unlock-section{text-align:center;margin-top:2rem;padding:3rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;position:relative;overflow:hidden}.unlock-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 80%,hsla(0,0%,100%,.1) 0,transparent 50%);pointer-events:none}.unlock-title{font-size:2rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1}.unlock-description{margin-bottom:2rem;opacity:.9;line-height:1.6}.unlock-button,.unlock-description{font-size:1.1rem;position:relative;z-index:1}.unlock-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#10b981;padding:1.25rem 2.5rem;border-radius:16px;text-decoration:none;font-weight:700;transition:all .3s ease;border:2px solid transparent}.unlock-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.2);background:hsla(0,0%,100%,.95)}.community-links{display:flex;flex-direction:column;gap:1rem;width:100%;position:relative;z-index:1}.unlock-button.secondary{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.2)}.unlock-button.secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3)}.locked-section{text-align:center;margin-top:2rem;padding:3rem;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:20px;color:#fff;position:relative;overflow:hidden}.locked-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 80%,hsla(0,0%,100%,.1) 0,transparent 50%);pointer-events:none}.locked-title{font-size:2rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1}.locked-description{margin-bottom:2rem;opacity:.9;line-height:1.6}.locked-button,.locked-description{font-size:1.1rem;position:relative;z-index:1}.locked-button{display:inline-flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.2);color:#fff;padding:1.25rem 2.5rem;border-radius:16px;font-weight:700;border:2px solid hsla(0,0%,100%,.3);cursor:not-allowed}.progress-hint{text-align:center;margin-top:2rem;padding:2rem;background:rgba(255,193,7,.05);border:1px solid rgba(255,193,7,.1);border-radius:16px;color:hsla(0,0%,100%,.8)}.loading{display:flex;align-items:center;justify-content:center;gap:.75rem;color:hsla(0,0%,100%,.7);padding:1rem;width:100%;max-width:450px;align-self:center}.spinner{width:24px;height:24px;border:2px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.passport-widget-container{margin:2rem 0;border-radius:16px;overflow:hidden;width:100%;max-width:500px;align-self:center;display:flex;justify-content:center}.score-status-card{background:rgba(31,33,37,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(55,65,81,.3);border-radius:16px;padding:2rem;margin-bottom:2rem}.score-status-card h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.status-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(55,65,81,.2)}.status-row:last-child{border-bottom:none}.status-label{font-weight:500;color:hsla(0,0%,100%,.8);font-size:.95rem}.status-value{font-weight:600;font-size:.95rem;font-family:JetBrains Mono,monospace}.status-value.passing{color:#10b981}.status-value.failing{color:#ef4444}.status-value.verified{color:#10b981}.status-value.pending{color:#f59e0b}.status-row.error .status-value{color:#ef4444}.passport-widget-container>*{margin:0 auto!important;display:block!important}[class*=passport]{margin:0 auto!important;text-align:center!important}.fixed-wallet-button{position:fixed;top:2rem;right:2rem;z-index:1000;background:rgba(31,33,37,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:.5rem;border:1px solid rgba(55,65,81,.3);box-shadow:0 8px 32px rgba(0,0,0,.3)}w3m-button{--w3m-accent:#10b981;--w3m-color-mix:#059669}@media (max-width:768px){.container{padding:1rem}.title{font-size:2.5rem}.subtitle{font-size:1.1rem}.main-content{flex-direction:column;gap:2rem}.explanation-column{max-width:100%;padding-right:0}.widget-column{max-width:100%}.explanation-title{font-size:1.7rem}.explanation-section{gap:1rem;margin-bottom:2rem}.step-number{width:32px;height:32px;font-size:1rem}.step-content h3{font-size:1.2rem}.step-content p{font-size:.95rem}.card,.unlock-section{padding:2rem}.fixed-wallet-button{top:1rem;right:1rem}}@media (max-width:480px){.title{font-size:2rem}.explanation-title{font-size:1.5rem}.explanation-section{gap:.75rem;margin-bottom:1.5rem}.step-number{width:28px;height:28px;font-size:.9rem}.step-content h3{font-size:1.1rem}.step-content p{font-size:.9rem}.card{padding:1.5rem}}