@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.auth-page{display:flex;min-height:100vh;width:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a1a 50%,#0f0f0f);color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 1px,transparent 0),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 1px,transparent 0);background-size:50px 50px;pointer-events:none}.auth-content-wrapper{justify-content:center;align-items:center;width:100%;padding:2rem;position:relative;z-index:1;max-width:1200px;margin:0 auto}.auth-content-wrapper,.sidebar{display:flex;flex-direction:column}.sidebar{width:280px;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid rgba(255,255,255,.08);z-index:10;overflow-y:auto;transition:transform .3s ease,box-shadow .3s ease}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.logo{font-size:2.5rem;font-weight:300;color:#ffffff;letter-spacing:-.02em;text-transform:uppercase;position:relative;padding:.5rem 0;font-family:Courier New,monospace}.logo:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:1px;background:#888}.user-section{padding:1.5rem;background-color:rgba(255,255,255,.03);border-radius:0;margin-bottom:2rem;border:1px solid rgba(255,255,255,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.user-section:hover{transform:translateY(-1px);box-shadow:0 1px 2px rgba(0,0,0,.1);border-color:rgba(255,255,255,.15)}.user-profile{display:flex;align-items:center;text-decoration:none;color:#ffffff}.user-info{margin-left:1rem}.user-info h3{margin:0 0 .25rem;font-size:1rem;font-weight:500}.user-info h3,.user-info p{font-family:Courier New,monospace}.user-info p{margin:0;font-size:.85rem;color:#999;font-weight:400}.auth-section{padding:2rem;background-color:rgba(255,255,255,.03);border-radius:0;margin-bottom:2rem;border:1px solid rgba(255,255,255,.08);text-align:center}.auth-section h3{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:500}.auth-section h3,.auth-section p{font-family:Courier New,monospace}.auth-section p{margin-bottom:1.5rem;color:#999;font-size:.9rem;font-weight:400;line-height:1.5}.auth-buttons{display:flex;gap:1rem}.main-nav{margin-top:2rem;flex:1;gap:2.5rem}.main-nav,.nav-section{display:flex;flex-direction:column}.nav-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#999;margin:0 0 1rem .75rem;font-weight:400;opacity:.7;font-family:Courier New,monospace}.nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.nav-links li{border-radius:0;transition:all .2s ease}.nav-links li:hover{background-color:rgba(255,255,255,.05)}.nav-links li.active{background-color:rgba(255,255,255,.08)}.nav-link{display:flex;align-items:center;padding:.75rem 1rem;color:#999;text-decoration:none;transition:color .2s ease;font-weight:400;position:relative;font-size:.9rem;font-family:Courier New,monospace}.nav-link:hover,.nav-links li.active .nav-link{color:#ffffff}.nav-link .icon{margin-right:.75rem;font-size:1.1rem;width:1.5rem}.badge,.nav-link .icon{display:flex;align-items:center;justify-content:center}.badge{position:absolute;right:1rem;background:#ffffff;color:#000000;font-size:.7rem;font-weight:600;min-width:1.2rem;height:1.2rem;border-radius:10px;padding:0 .35rem;font-family:Courier New,monospace}.create-post-button{margin-top:1.5rem;padding:0 .5rem}.create-post-button .auth-button{display:flex;justify-content:center;align-items:center;width:100%;transition:transform .2s ease,box-shadow .2s ease}.create-post-button .auth-button:hover{transform:translateY(-1px);box-shadow:0 1px 2px rgba(0,0,0,.1)}.create-post-button .icon{margin-right:.75rem}.sidebar-footer{padding:1.5rem 0;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.logout-button{display:flex;align-items:center;width:100%;background:none;border:1px solid rgba(255,255,255,.08);color:#999;padding:.75rem 1rem;cursor:pointer;font-size:.9rem;border-radius:0;transition:all .2s ease;text-align:left;font-weight:400;font-family:Courier New,monospace}.logout-button:hover{background-color:rgba(255,255,255,.05);color:#ffffff;border-color:rgba(255,255,255,.15)}.logout-button .icon{margin-right:.75rem;font-size:1rem}.feed-layout{display:flex;min-height:100vh;position:relative;z-index:1;width:100%}.feed-main{flex:1;margin-left:280px;margin-right:280px;padding:2.5rem 2rem;min-height:100vh}.feed-container{max-width:1000px;margin:0 auto}.feed-posts{display:flex;flex-direction:column;gap:2rem}.right-sidebar{width:280px;height:100vh;position:fixed;top:0;right:0;background-color:rgba(0,0,0,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.08);overflow-y:auto;z-index:5}.right-sidebar-header{padding:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.right-sidebar-content{padding:2rem}.footer-links{text-align:center;font-size:.8rem;color:#999;font-weight:400;border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 2rem;margin-top:auto;font-family:Courier New,monospace}.footer-links a{color:#999;text-decoration:none;margin:0 .75rem;border-bottom:1px solid transparent;transition:border-color .2s ease}.footer-links a:hover{color:#ffffff;border-bottom-color:#ffffff}.footer-links p{margin-top:1rem}.categories-scroll{overflow-x:auto;padding:1rem 0;margin-bottom:2rem}.category{display:inline-block;margin-right:1rem;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s ease;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:.05em}@media (max-width:1280px){.feed-main{margin-right:250px}.right-sidebar{width:250px}}@media (max-width:1024px){.feed-main{margin-left:0;margin-right:0}.right-sidebar{z-index:100}}@media (max-width:768px){.feed-main{padding:1.5rem 1rem;margin-top:0}}.auth-branding{text-align:center;margin-bottom:3rem}.brand-logo{font-size:4rem;font-weight:300;margin:0;color:#ffffff;letter-spacing:-.05em;text-transform:uppercase;position:relative}.brand-logo:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#888}.brand-tagline{font-size:1rem;color:#888;margin-top:1rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.auth-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:3rem;width:100%;max-width:420px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin-bottom:2rem;position:relative}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h2{font-size:1.75rem;font-weight:400;margin:0 0 .75rem;color:#ffffff;letter-spacing:-.02em}.auth-header p{color:#888;margin:0;font-size:.9rem;font-weight:300}.auth-form{width:100%}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:400;color:#ccc;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.form-input{width:100%;padding:.875rem 1rem;border-radius:4px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#ffffff;font-size:.95rem;font-family:inherit;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#888;background:rgba(255,255,255,.08)}.form-input::-moz-placeholder{color:#666}.form-input::placeholder{color:#666}.auth-button{width:100%;padding:.875rem 1rem;background:#ffffff;border:none;border-radius:4px;color:#000000;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin-top:1rem;text-align:center;display:block;text-decoration:none;font-family:inherit;text-transform:uppercase;letter-spacing:.05em}.auth-button:hover{background:#f0f0f0;transform:translateY(-1px)}.auth-button:active{transform:translateY(0)}.auth-button.secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffff}.auth-button.secondary:hover{background:rgba(255,255,255,.05)}.auth-footer{text-align:center;margin-top:2rem;color:#888;font-size:.875rem}.auth-link{color:#ffffff;text-decoration:none;font-weight:400;transition:color .2s ease;border-bottom:1px solid transparent}.auth-link:hover{color:#ccc;border-bottom-color:#ccc}.auth-features{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;opacity:.7;margin-top:1rem}.feature{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em;font-weight:300}.feature-icon{font-size:1rem;opacity:.8}.error,.feature-text{font-weight:400}.error{color:#ff6b6b;font-size:.8rem;margin-top:.5rem}.error-message{background:rgba(255,107,107,.1);border:1px solid rgba(255,107,107,.2);color:#ff6b6b;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;font-size:.875rem}.success-message{text-align:center;padding:2rem 0}.success-icon{width:60px;height:60px;border-radius:50%;background:#4ade80;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;margin:0 auto 1.5rem}.success-message h2{font-size:1.75rem;margin:0 0 1rem;font-weight:400}.redirect-message{color:#888;margin:1rem 0 2rem;font-size:.875rem}@media (max-width:768px){.auth-card{padding:2rem;margin:1rem}.auth-features{flex-direction:column;align-items:center;gap:1.5rem}.brand-logo{font-size:3rem}.auth-content-wrapper{padding:1rem}}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-header h2{font-size:1.5rem}.brand-logo{font-size:2.5rem}}.wizard-progress{margin-bottom:2rem}.progress-steps{display:flex;justify-content:center;align-items:center;gap:2rem;position:relative}.progress-steps:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,.08);z-index:0}.step{flex-direction:column;gap:.5rem;position:relative;z-index:1}.step,.step-number{display:flex;align-items:center}.step-number{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);justify-content:center;font-weight:400;font-size:.875rem}.step-label,.step-number{color:#888;transition:all .2s ease}.step-label{font-size:.75rem;font-weight:300;text-transform:uppercase;letter-spacing:.05em}.step.active .step-number{background:#ffffff;border-color:#ffffff;color:#000000}.step.active .step-label{color:#ffffff}.step.completed .step-number{background:#4ade80;border-color:#4ade80;color:#000000}.step.completed .step-number:before{content:"✓";font-size:.75rem}.step.completed .step-label{color:#888}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1;margin-bottom:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-actions .auth-button{margin-top:0;flex:1}.pin-info{text-align:center;margin-bottom:1.5rem;padding:1rem;background:rgba(255,255,255,.03);border-radius:4px;border:1px solid rgba(255,255,255,.08)}.pin-info p{margin:0 0 .5rem;color:#888;font-size:.875rem}.pin-info strong{color:#ffffff;font-weight:500}.pin-input{text-align:center;font-size:1.25rem;letter-spacing:.5rem;font-weight:400}.resend-section{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.resend-section p{margin:0 0 .5rem;color:#888;font-size:.8rem}.link-button{background:none;color:#ffffff;text-decoration:none;cursor:pointer;font-size:.8rem;transition:color .2s ease;border:none;border-bottom:1px solid transparent}.link-button:hover{color:#ccc;border-bottom-color:#ccc}.verification-status{margin-bottom:1.5rem;text-align:center}.verified-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(74,222,128,.1);color:#4ade80;padding:.5rem 1rem;border-radius:4px;border:1px solid rgba(74,222,128,.2);font-size:.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}