@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=JetBrains+Mono:wght@400;500&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap");:root{--bg:#080b0f;--surface:#0d1118;--panel:#111821;--panel-alt:#141d28;--border:rgba(201,147,58,.18);--border-dim:rgba(201,147,58,.08);--gold:#c9933a;--gold-lt:#e8b660;--gold-dim:rgba(201,147,58,.55);--teal:#00d4a8;--teal-dim:rgba(0,212,168,.12);--teal-border:rgba(0,212,168,.25);--text:#ddd8ce;--text-mid:hsla(40,18%,84%,.65);--text-muted:hsla(40,18%,84%,.38);--serif:"Cormorant Garamond",Georgia,serif;--mono:"JetBrains Mono","Fira Mono",monospace;--sans:"DM Sans",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.sg{background-color:var(--bg);color:var(--text);font-family:var(--sans);font-weight:300;min-height:100vh;overflow-x:hidden}.sg:before{content:"";position:fixed;inset:0;z-index:0;background-image:linear-gradient(rgba(201,147,58,.025) 1px,transparent 0),linear-gradient(90deg,rgba(201,147,58,.025) 1px,transparent 0);background-size:56px 56px;pointer-events:none}.sg-nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1.1rem 2.5rem;background:rgba(8,11,15,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-dim);gap:1rem}.sg-nav,.sg-nav-logo{display:flex;align-items:center}.sg-nav-logo{gap:.6rem;text-decoration:none}.sg-nav-wordmark{font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--gold);letter-spacing:.12em;text-transform:uppercase}.sg-nav-right{display:flex;align-items:center;gap:1.25rem}.sg-nav-link{color:var(--text-muted);text-decoration:none;font-size:.82rem;letter-spacing:.06em;transition:color .2s}.sg-nav-link:hover{color:var(--text)}.sg-toggle-wrap{display:flex;background:hsla(0,0%,100%,.04);border:1px solid var(--border-dim);border-radius:6px;padding:3px;gap:2px}.sg-toggle-btn{display:flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:4px;border:none;background:transparent;color:var(--text-muted);font-family:var(--sans);font-size:.78rem;font-weight:400;letter-spacing:.04em;cursor:pointer;transition:all .18s;white-space:nowrap}.sg-toggle-btn:hover{color:var(--text)}.sg-toggle-btn-on{background:var(--panel-alt);color:var(--gold);border:1px solid var(--border)}.sg-toggle-btn-on:hover{color:var(--gold-lt)}.sg-btn{display:inline-block;text-decoration:none;border-radius:3px;font-family:var(--sans);font-weight:400;letter-spacing:.04em;transition:all .18s;cursor:pointer;border:none}.sg-btn-primary{background:var(--gold);color:#07090c;font-weight:500;padding:.65rem 1.5rem;font-size:.875rem}.sg-btn-primary:hover{background:var(--gold-lt);transform:translateY(-1px);box-shadow:0 6px 24px rgba(201,147,58,.25)}.sg-btn-primary-lg{padding:.9rem 2.25rem;font-size:1rem}.sg-btn-ghost{background:transparent;color:var(--text-mid);border:1px solid hsla(40,18%,84%,.15);padding:.65rem 1.5rem;font-size:.875rem}.sg-btn-ghost:hover{border-color:var(--gold-dim);color:var(--gold-lt)}.sg-btn-ghost-lg{padding:.9rem 2.25rem;font-size:1rem}@keyframes mode-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sg-mode-content{animation:mode-in .3s ease both}.sg-hero{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 2rem 7rem;overflow:hidden}.sg-hero-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(201,147,58,.06) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.sg-eyebrow{position:relative;font-family:var(--mono);font-size:.7rem;color:var(--teal);letter-spacing:.28em;text-transform:uppercase;margin-bottom:2.25rem;display:flex;align-items:center;gap:.9rem}.sg-eyebrow:after,.sg-eyebrow:before{content:"";display:block;width:36px;height:1px;background:var(--teal);opacity:.4}.sg-hero-title{font-family:var(--serif);font-size:clamp(3.2rem,7.5vw,6.5rem);font-weight:600;line-height:1.05;color:var(--text);max-width:850px;margin-bottom:1.75rem;letter-spacing:-.01em}.sg-hero-title em{font-style:italic;color:var(--gold)}.sg-hero-sub{font-size:1.1rem;color:var(--text-mid);max-width:520px;line-height:1.75;margin-bottom:2.75rem}.sg-token-badge{font-family:var(--mono);font-size:.85rem;color:var(--teal);background:var(--teal-dim);border:1px solid var(--teal-border);border-radius:5px;padding:.7rem 1.4rem;margin-bottom:3rem;display:inline-flex;align-items:center;gap:.9rem;letter-spacing:.03em}.sg-token-label{color:var(--text-muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;border-right:1px solid var(--teal-border);padding-right:.9rem}.sg-hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.sg-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.sg-divider,.sg-section{position:relative;z-index:1}.sg-section{max-width:1160px;margin:0 auto;padding:6rem 2rem}.sg-section-label{font-family:var(--mono);font-size:.68rem;color:var(--gold);letter-spacing:.28em;text-transform:uppercase;margin-bottom:1rem}.sg-section-title{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,3rem);font-weight:600;color:var(--text);line-height:1.18;margin-bottom:.9rem}.sg-section-sub{font-size:1rem;color:var(--text-mid);max-width:520px;line-height:1.75;margin-bottom:3.5rem}.sg-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-dim);border:1px solid var(--border-dim);border-radius:8px;overflow:hidden}.sg-step{background:var(--panel);padding:2.25rem 2rem}.sg-step-num{font-family:var(--mono);font-size:.65rem;color:var(--gold-dim);letter-spacing:.2em;display:block;margin-bottom:1.5rem}.sg-step-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.sg-step-title{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--text);margin-bottom:.7rem}.sg-step-desc{font-size:.875rem;color:var(--text-muted);line-height:1.7}.sg-two-col{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.sg-two-col-rev{direction:rtl}.sg-two-col-rev>*{direction:ltr}.sg-chain{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--panel)}.sg-chain-stage{flex:1;padding:1.5rem 1.25rem;border-right:1px solid var(--border-dim)}.sg-chain-stage:last-child{border-right:none}.sg-chain-stage-name{font-family:var(--mono);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}.sg-chain-actor{font-size:.85rem;color:var(--text);margin-bottom:.4rem}.sg-chain-tool{font-family:var(--mono);font-size:.7rem;color:var(--teal);background:var(--teal-dim);padding:.2rem .5rem;border-radius:3px;display:inline-block;margin-bottom:.6rem}.sg-chain-time{font-family:var(--mono);font-size:.62rem;color:var(--text-muted)}.sg-chain-token{margin-top:1rem;display:flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:.78rem;color:var(--teal);padding:.65rem 1rem;background:var(--teal-dim);border:1px solid var(--teal-border);border-radius:5px}.sg-chain-token-label{color:var(--text-muted);font-size:.65rem;letter-spacing:.1em}.sg-terminal{background:#050810;border:1px solid var(--border);border-radius:8px;overflow:hidden;font-family:var(--mono)}.sg-terminal-bar{background:var(--panel-alt);padding:.7rem 1rem;display:flex;align-items:center;gap:.45rem;border-bottom:1px solid var(--border-dim)}.sg-terminal-dot{width:10px;height:10px;border-radius:50%}.sg-terminal-title{margin-left:.5rem;font-size:.72rem;color:var(--text-muted);letter-spacing:.06em}.sg-terminal-body{padding:1.5rem 1.75rem;font-size:.8rem;line-height:1.9;display:flex;flex-direction:column}.t-comment{color:#3d4f63}.t-key{color:var(--gold)}.t-str{color:#82c891}.t-teal{color:var(--teal)}.t-muted{color:#4a5f72}.t-white{color:var(--text)}.t-success{color:var(--teal)}.t-indent{padding-left:1.5rem}.t-indent2{padding-left:3rem}.t-spacer{height:.5rem}.t-spacer-lg{height:1rem}.sg-ai-tools{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}.sg-ai-chip{background:var(--panel);border:1px solid var(--border);border-radius:40px;padding:.45rem 1.1rem;font-size:.82rem;color:var(--text-mid);display:flex;align-items:center;gap:.5rem;transition:border-color .2s,color .2s}.sg-ai-chip:hover{border-color:var(--gold-dim);color:var(--text)}.sg-ai-dot{width:5px;height:5px;border-radius:50%;background:var(--teal)}.sg-standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.sg-std-card{background:var(--panel);border:1px solid var(--border-dim);border-radius:8px;padding:1.75rem;transition:border-color .22s}.sg-std-card:hover{border-color:var(--gold-dim)}.sg-std-tag{font-family:var(--mono);font-size:.64rem;color:var(--gold);letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:.75rem}.sg-std-name{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:.6rem}.sg-std-desc{font-size:.855rem;color:var(--text-muted);line-height:1.65}.sg-creator-callout{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:2.5rem 2rem}.sg-creator-callout-icon{width:52px;height:52px;background:rgba(201,147,58,.08);border:1px solid rgba(201,147,58,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:1.5rem}.sg-creator-callout-title{font-family:var(--serif);font-size:1.4rem;font-weight:600;font-style:italic;color:var(--text);line-height:1.4;margin-bottom:1rem}.sg-creator-callout-sub{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.sg-creator-platforms{display:flex;flex-wrap:wrap;gap:.5rem}.sg-platform-chip{font-family:var(--mono);font-size:.7rem;color:var(--text-muted);letter-spacing:.08em;background:hsla(0,0%,100%,.04);border:1px solid var(--border-dim);border-radius:3px;padding:.3rem .7rem}.sg-verify-wrap{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:3rem 2.5rem}.sg-verify-badge{width:64px;height:64px;border-radius:50%;background:rgba(0,212,168,.08);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.sg-verify-badge,.sg-verify-url{border:1px solid var(--teal-border);color:var(--teal)}.sg-verify-url{font-family:var(--mono);font-size:.82rem;background:var(--teal-dim);border-radius:5px;padding:.6rem 1.1rem;display:inline-block;margin:1.25rem 0}.sg-verify-points{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.65rem}.sg-verify-point{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text-mid);line-height:1.6}.sg-verify-point-dot{width:5px;height:5px;border-radius:50%;background:var(--teal);margin-top:.55rem;flex-shrink:0}.sg-cta-section{position:relative;z-index:1;padding:7rem 2rem;text-align:center}.sg-cta-inner{max-width:660px;margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:5rem 3rem;position:relative;overflow:hidden}.sg-cta-inner:before{content:"";position:absolute;top:-1px;left:15%;right:15%;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.sg-cta-title{font-family:var(--serif);font-size:clamp(2rem,4vw,2.9rem);font-weight:600;color:var(--text);line-height:1.2;margin-bottom:1rem}.sg-cta-sub{color:var(--text-mid);font-size:1rem;line-height:1.75;margin-bottom:2.5rem;max-width:440px;margin-left:auto;margin-right:auto}.sg-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.sg-footer{position:relative;z-index:1;border-top:1px solid var(--border-dim);padding:1.75rem 2.5rem;display:flex;align-items:center;justify-content:space-between}.sg-footer-copy{font-size:.78rem;color:var(--text-muted);font-family:var(--mono);letter-spacing:.03em}.sg-footer-links{display:flex;gap:1.5rem}.sg-footer-link{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.sg-footer-link:hover{color:var(--gold)}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.sg-fade-1{animation:fade-up .75s ease both;animation-delay:.05s}.sg-fade-2{animation:fade-up .75s ease both;animation-delay:.2s}.sg-fade-3{animation:fade-up .75s ease both;animation-delay:.35s}.sg-fade-4{animation:fade-up .75s ease both;animation-delay:.5s}.sg-fade-5{animation:fade-up .75s ease both;animation-delay:.65s}@keyframes pulse-ring{0%,to{box-shadow:0 0 0 0 rgba(0,212,168,.15)}50%{box-shadow:0 0 0 10px rgba(0,212,168,0)}}.sg-pulse{animation:pulse-ring 2.8s ease-in-out infinite}@media (max-width:900px){.sg-nav{padding:1rem 1.25rem}.sg-two-col{grid-template-columns:1fr;gap:2.5rem}.sg-two-col-rev{direction:ltr}.sg-standards-grid,.sg-steps{grid-template-columns:1fr}.sg-chain{flex-direction:column}.sg-chain-stage{border-right:none;border-bottom:1px solid var(--border-dim)}.sg-chain-stage:last-child{border-bottom:none}.sg-cta-inner{padding:3rem 1.5rem}.sg-footer{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:600px){.sg-nav-link{display:none}.sg-section{padding:4rem 1.25rem}.sg-hero{padding:8rem 1.25rem 5rem}.sg-toggle-btn span{display:none}}.sg-waveform{display:flex;align-items:center;gap:3px;height:36px;margin-bottom:2.5rem}.sg-waveform-bar{width:3px;border-radius:2px;background:var(--teal);opacity:.6;animation:wave-bounce 1.1s ease-in-out infinite alternate}.sg-waveform-bar:first-child{height:8px;animation-delay:0s}.sg-waveform-bar:nth-child(2){height:16px;animation-delay:.07s}.sg-waveform-bar:nth-child(3){height:26px;animation-delay:.14s}.sg-waveform-bar:nth-child(4){height:32px;animation-delay:.21s}.sg-waveform-bar:nth-child(5){height:20px;animation-delay:.28s}.sg-waveform-bar:nth-child(6){height:36px;animation-delay:.35s}.sg-waveform-bar:nth-child(7){height:24px;animation-delay:.42s}.sg-waveform-bar:nth-child(8){height:30px;animation-delay:.49s}.sg-waveform-bar:nth-child(9){height:18px;animation-delay:.56s}.sg-waveform-bar:nth-child(10){height:28px;animation-delay:.63s}.sg-waveform-bar:nth-child(11){height:14px;animation-delay:.7s}.sg-waveform-bar:nth-child(12){height:22px;animation-delay:.77s}.sg-waveform-bar:nth-child(13){height:10px;animation-delay:.84s}.sg-waveform-bar:nth-child(14){height:18px;animation-delay:.91s}.sg-waveform-bar:nth-child(15){height:6px;animation-delay:.98s}@keyframes wave-bounce{0%{transform:scaleY(.5);opacity:.35}to{transform:scaleY(1);opacity:.8}}.sg-hero-waveform-bg{position:absolute;bottom:0;left:0;right:0;height:120px;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding-bottom:0;pointer-events:none;z-index:0;opacity:.04;overflow:hidden}.sg-hero-waveform-bg span{display:block;width:4px;border-radius:2px 2px 0 0;background:var(--teal)}.sg-music-callout{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:2.5rem 2rem;position:relative;overflow:hidden}.sg-music-callout:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--teal),transparent)}.sg-music-callout-icon{width:52px;height:52px;background:var(--teal-dim);border:1px solid var(--teal-border);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:1.5rem}.sg-music-callout-title{font-family:var(--serif);font-size:1.4rem;font-weight:600;font-style:italic;color:var(--text);line-height:1.4;margin-bottom:1rem}.sg-music-callout-sub{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}