*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:#0a0a0a}a{color:#ff6b35;text-decoration:none;transition:color .2s}a:hover{color:#fff}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.landing-page{min-height:100vh;background:#0a0a0a;color:#fff;overflow-x:hidden}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem}.hero-background{position:absolute;inset:0;overflow:hidden;opacity:.3}.glyph-grid{display:flex;justify-content:center;align-items:center;height:100%;gap:2rem}.hero-glyph{width:300px;height:300px;transition:all .8s ease}.hero-glyph svg{width:100%;height:100%}.hero-content{position:relative;z-index:10;text-align:center;max-width:700px}.hero-title{font-size:4rem;font-weight:200;letter-spacing:.3em;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.title-glyph{color:#ff6b35;font-weight:300}.title-gardens{font-size:2rem;color:#666;letter-spacing:.5em}.hero-subtitle{font-size:1.5rem;color:#888;margin-bottom:2rem;font-weight:300}.hero-description{font-size:1.1rem;line-height:1.8;color:#aaa;margin-bottom:3rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ff6b35,#e55a2b);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ff6b354d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff6b3566}.cta-button.large{padding:1.25rem 3rem;font-size:1.25rem}.story-section{padding:8rem 2rem;background:linear-gradient(180deg,#0a0a0a,#111)}.story-content{max-width:800px;margin:0 auto}.story-section h2{font-size:2.5rem;font-weight:200;letter-spacing:.2em;color:#ff6b35;margin-bottom:3rem;text-align:center}.story-text p{font-size:1.15rem;line-height:2;color:#bbb;margin-bottom:2rem}.story-text strong{color:#ff6b35;font-weight:500}.features-section{padding:8rem 2rem;background:#0a0a0a}.features-section h2{font-size:2.5rem;font-weight:200;letter-spacing:.2em;color:#fff;margin-bottom:4rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{background:linear-gradient(135deg,#1a1a1a,#111);border:1px solid #222;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#ff6b35;transform:translateY(-4px)}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#e55a2b);border-radius:50%;color:#fff}.feature-card h3{font-size:1.3rem;font-weight:500;margin-bottom:1rem;color:#fff}.feature-card p{font-size:1rem;line-height:1.7;color:#888}.phases-section{padding:8rem 2rem;background:linear-gradient(180deg,#0a0a0a,#0d0d0d)}.phases-section h2{font-size:2.5rem;font-weight:200;letter-spacing:.2em;color:#fff;margin-bottom:4rem;text-align:center}.phases-timeline{max-width:600px;margin:0 auto;position:relative}.phases-timeline:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#ff6b35,#333)}.phase-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative}.phase-marker{width:26px;height:26px;background:#ff6b35;border-radius:50%;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 20px #ff6b3580}.phase-content h4{font-size:1.3rem;font-weight:500;color:#fff;margin-bottom:.25rem}.phase-days{font-size:.85rem;color:#ff6b35;font-weight:500;display:block;margin-bottom:.5rem}.phase-content p{font-size:1rem;color:#888;line-height:1.6}.cta-section{padding:8rem 2rem;background:linear-gradient(180deg,#0d0d0d,#0a0a0a)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-section h2{font-size:2.5rem;font-weight:200;letter-spacing:.15em;color:#fff;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#888;margin-bottom:2.5rem}.landing-footer{padding:3rem 2rem;text-align:center;border-top:1px solid #1a1a1a}.landing-footer p{font-size:.9rem;color:#666;margin-bottom:1rem;letter-spacing:.1em}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-links a{color:#ff6b35;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}@media(max-width:768px){.hero-title{font-size:2.5rem}.title-gardens{font-size:1.25rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.story-section h2,.features-section h2,.phases-section h2,.cta-section h2{font-size:1.75rem}.hero-glyph{width:200px;height:200px}}.mint-page{min-height:100vh;background:#0a0a0a;color:#fff;display:flex;flex-direction:column}.mint-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #1a1a1a;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #333;border-radius:8px;color:#888;cursor:pointer;transition:all .2s}.back-button:hover{border-color:#ff6b35;color:#ff6b35}.mint-logo{font-size:1.25rem;font-weight:300;letter-spacing:.2em;color:#ff6b35}.wallet-section{display:flex;align-items:center;gap:1rem}.loading-wallet{padding:.5rem}.wallet-connected{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#1a1a1a;border-radius:8px}.wallet-address{font-family:monospace;font-size:.9rem;color:#888}.logout-button{padding:.5rem;background:transparent;border:none;color:#666;cursor:pointer;transition:color .2s}.logout-button:hover{color:#ff6b35}.connect-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#e55a2b);border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.connect-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #ff6b354d}.connect-button.large{padding:1rem 2rem;font-size:1.1rem}.mint-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.stats-bar{display:flex;align-items:center;justify-content:center;gap:3rem;padding:1.5rem;background:#111;border-radius:12px;margin-bottom:2rem}.stats-loading{display:flex;align-items:center;gap:.5rem;color:#666}.stat{text-align:center}.stat-value{display:block;font-size:2rem;font-weight:600;color:#ff6b35}.stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.1em}.stat.muted .stat-value{color:#444}.stat.muted .stat-label{color:#555}.refresh-button{padding:.5rem;background:transparent;border:1px solid #333;border-radius:6px;color:#666;cursor:pointer;transition:all .2s}.refresh-button:hover{border-color:#ff6b35;color:#ff6b35}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;padding:.25rem;background:#111;border-radius:10px;width:fit-content}.tab{padding:.75rem 1.5rem;background:transparent;border:none;border-radius:8px;color:#666;font-weight:500;cursor:pointer;transition:all .2s}.tab:hover{color:#fff}.tab.active{background:#ff6b35;color:#fff}.mint-section{display:flex;justify-content:center}.connect-prompt{text-align:center;padding:2rem;width:100%}.loading-glyphs{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem;color:#666}.glyph-showcase{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.showcase-arrow{color:#ff6b35;opacity:.6;flex-shrink:0}.glyph-card{position:relative;background:#111;border:1px solid #222;border-radius:16px;overflow:hidden;width:320px;transition:all .3s ease}.glyph-card:hover{border-color:#333;box-shadow:0 8px 32px #0006}.glyph-card.next{border-color:#ff6b35;box-shadow:0 0 20px #ff6b3526}.glyph-card.next:hover{box-shadow:0 0 30px #ff6b3540}.glyph-card.placeholder{opacity:.5}.glyph-card-label-badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#888;z-index:10}.glyph-card.next .glyph-card-label-badge{background:#ff6b3533;color:#ff6b35}.glyph-card-visual{position:relative;aspect-ratio:1;background:#0a0a0a}.glyph-card-visual.empty{display:flex;align-items:center;justify-content:center;color:#444;font-size:.9rem}.glyph-card-svg{width:100%;height:100%}.glyph-card-svg svg{width:100%;height:100%}.glyph-card-info{padding:1rem 1.25rem;border-top:1px solid #1a1a1a}.glyph-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.glyph-card-title{font-size:1.1rem;font-weight:600;color:#ff6b35}.glyph-card-phase{font-size:.8rem;color:#666}.glyph-card-traits{display:flex;flex-direction:column;gap:.5rem}.glyph-card-traits .trait-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.glyph-card-traits .trait-name{color:#555}.glyph-card-traits .trait-val{color:#aaa;display:flex;align-items:center;gap:.5rem}.palette-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.authenticated-mint{width:100%;display:flex;flex-direction:column;align-items:center}.mint-controls{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;margin-top:2rem}.mint-controls .mint-button{width:100%}.connect-cta{text-align:center;padding-top:1rem;display:flex;flex-direction:column;align-items:center}.connect-cta h2{font-size:1.75rem;font-weight:300;margin-bottom:.75rem}.connect-cta p{color:#888;margin-bottom:1.5rem}.contract-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;color:#ffc107;font-size:.85rem}.connect-button:disabled{opacity:.5;cursor:not-allowed}.connect-button:disabled:hover{transform:none;box-shadow:none}.prompt-glyph{width:300px;height:300px;margin:0 auto 2rem;opacity:.5}.connect-prompt h2{font-size:2rem;font-weight:300;margin-bottom:1rem}.connect-prompt p{color:#888;margin-bottom:2rem}.mint-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;width:100%;background:#111;border-radius:20px;padding:2rem;border:1px solid #1a1a1a}.mint-preview{position:relative}.preview-svg{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden}.preview-svg svg{width:100%;height:100%}.preview-label{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;padding:.75rem 1rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px}.token-id{font-weight:600;color:#ff6b35}.phase-label{color:#888;font-size:.9rem}.mint-info{display:flex;flex-direction:column;justify-content:center}.mint-info h2{font-size:1.75rem;font-weight:400;margin-bottom:1rem}.mint-info>p{color:#888;line-height:1.7;margin-bottom:2rem}.mint-details{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:#0a0a0a;border-radius:10px}.detail{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-weight:500;color:#fff}.error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#ff3b301a;border:1px solid rgba(255,59,48,.3);border-radius:8px;color:#ff3b30;margin-bottom:1rem;font-size:.9rem}.warning-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;color:#ffc107;margin-bottom:1rem;font-size:.9rem}.success-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#34c7591a;border:1px solid rgba(52,199,89,.3);border-radius:8px;color:#34c759;margin-bottom:1rem;font-size:.9rem}.success-message a{color:#34c759;margin-left:auto;display:flex;align-items:center;gap:.25rem}.mint-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff6b35,#e55a2b);border:none;border-radius:12px;cursor:pointer;transition:all .2s}.mint-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3566}.mint-button:disabled{opacity:.7;cursor:not-allowed}.no-tokens{text-align:center;padding:4rem 2rem}.no-tokens h2{font-size:1.5rem;font-weight:300;margin-bottom:1rem}.no-tokens p{color:#888}.collection-section{max-width:1000px;margin:0 auto}.collection-section h2{font-size:1.5rem;font-weight:300;margin-bottom:2rem}.loading-collection{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem;color:#666}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.collection-item{background:#111;border:1px solid #1a1a1a;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s}.collection-item:hover{border-color:#ff6b35;transform:translateY(-4px)}.item-svg{aspect-ratio:1}.item-svg svg{width:100%;height:100%}.item-info{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1a1a1a}.item-id{font-weight:600;color:#ff6b35}.item-phase{font-size:.85rem;color:#666}.empty-collection{text-align:center;padding:4rem 2rem}.empty-collection p{color:#888;margin-bottom:1.5rem}.empty-collection button{padding:.75rem 1.5rem;background:#ff6b35;border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer}.mint-footer{padding:1.5rem;text-align:center;border-top:1px solid #1a1a1a}.mint-footer .footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.mint-footer a{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:.9rem;transition:color .2s}.mint-footer a:hover{color:#ff6b35}.mint-footer .magic-eden-link{color:#e42575}.mint-footer .magic-eden-link:hover{color:#ff6b35}.mint-footer .attribution{margin-top:.75rem;font-size:.8rem;color:#555}.mint-footer .attribution a{color:#888;text-decoration:none;transition:color .2s}.mint-footer .attribution a:hover{color:#ff6b35}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{position:relative;background:#111;border:1px solid #222;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;border:1px solid #333;border-radius:8px;color:#888;padding:.5rem;cursor:pointer;z-index:10;transition:all .2s}.modal-close:hover{background:#ff6b3533;border-color:#ff6b35;color:#ff6b35}.glyph-detail-modal{padding:0}.glyph-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:0}.glyph-detail-visual{background:#0a0a0a;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.glyph-detail-svg{width:100%;height:100%}.glyph-detail-svg svg{width:100%;height:100%}.glyph-detail-info{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.glyph-detail-title{font-size:2rem;font-weight:600;color:#ff6b35;margin:0}.glyph-detail-phase{font-size:1rem;color:#888;margin:0}.glyph-detail-progress{background:#0a0a0a;padding:1rem;border-radius:10px}.progress-label{display:flex;justify-content:space-between;font-size:.85rem;color:#888;margin-bottom:.5rem}.progress-bar-container{height:8px;background:#222;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff6b35,#e55a2b);border-radius:4px;transition:width .3s ease}.glyph-detail-traits h3{font-size:1rem;font-weight:500;color:#fff;margin:0 0 1rem}.trait-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.trait-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #1a1a1a}.trait-item .trait-label{font-size:.85rem;color:#666}.trait-item .trait-value{font-size:.9rem;color:#fff;display:flex;align-items:center;gap:.5rem}.palette-item{grid-column:span 2;margin-top:.5rem}.palette-swatch{width:16px;height:16px;border-radius:4px;display:inline-block}.view-on-explorer{display:inline-flex;align-items:center;gap:.5rem;color:#ff6b35;text-decoration:none;font-size:.9rem;margin-top:auto;padding-top:1rem;transition:opacity .2s}.view-on-explorer:hover{opacity:.8}@media(max-width:768px){.glyph-detail-layout{grid-template-columns:1fr}.glyph-detail-visual{max-height:300px}.modal-overlay{padding:1rem}.trait-grid{grid-template-columns:1fr}.palette-item{grid-column:span 1}}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.mint-header{padding:1rem}.mint-logo{display:none}.mint-card{grid-template-columns:1fr;gap:2rem}.stats-bar{gap:1.5rem;flex-wrap:wrap}.stat-value{font-size:1.5rem}.glyph-showcase{flex-direction:column;gap:1.5rem}.showcase-arrow{transform:rotate(90deg)}.glyph-card{width:100%;max-width:320px}}
