@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";:root{--bg-color:#020617;--card-bg:#0f172a;--card-border:#1e293b;--primary-glow:#eab308;--primary-dark:#a16207;--success-color:#10b981;--text-main:#f8fafc;--text-muted:#94a3b8;--glass-bg:#0f172ab3}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#eab30814 0%,#02061700 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff0d}.text-gradient{background:linear-gradient(135deg, var(--primary-glow), var(--primary-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.sticky-header{z-index:100;-webkit-backdrop-filter:blur(12px);position:sticky;top:0;background:#020617cc!important}.logo{letter-spacing:-.05em;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:900;display:flex}.logo-dot{background-color:var(--primary-glow);width:8px;height:8px;box-shadow:0 0 10px var(--primary-glow);border-radius:50%}.cursor-pointer{cursor:pointer}.btn-secondary{color:var(--text-muted);border:1px solid var(--card-border);cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-secondary:hover{color:var(--text-main);border-color:var(--text-muted);background:#ffffff08}.hero{text-align:center;padding:4rem 2rem 2.5rem;position:relative}.terms-hero{max-width:800px;margin:0 auto;animation:.6s ease-out fadeInDown}.hero-badge{color:var(--primary-glow);text-transform:uppercase;letter-spacing:.05em;background:#eab30812;border:1px solid #eab30826;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:900;line-height:1.2}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.main-content{flex:1;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 5rem;display:flex}.terms-layout{align-items:flex-start}.sidebar{flex-shrink:0;width:280px}.terms-sidebar{animation:.6s ease-out fadeInLeft;position:sticky;top:90px}.sidebar-sticky-wrapper{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;max-height:calc(100vh - 130px);padding:1.5rem;overflow-y:auto}.sidebar-sticky-wrapper::-webkit-scrollbar{width:4px}.sidebar-sticky-wrapper::-webkit-scrollbar-track{background:0 0}.sidebar-sticky-wrapper::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:2px}.sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-left:2px solid var(--card-border);margin-bottom:1.25rem;padding-left:.5rem;font-size:.8rem;font-weight:800}.sidebar-menu{flex-direction:column;gap:.25rem;list-style:none;display:flex}.sidebar-item{color:var(--text-muted);cursor:pointer;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.875rem;font-weight:500;line-height:1.3;transition:all .2s;display:flex}.sidebar-item:hover{color:var(--text-main);background:#ffffff05}.sidebar-item.active{color:var(--primary-glow);background:#eab3080d;border-color:#eab30826;font-weight:600}.sidebar-item .toc-arrow{opacity:0;flex-shrink:0;transition:opacity .2s,transform .2s}.sidebar-item.active .toc-arrow{opacity:1}.sidebar-item:hover .toc-arrow{opacity:.4;transform:translate(2px)}.article-container{flex:1;max-width:820px}.terms-container{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1.25rem;padding:3rem;animation:.6s ease-out fadeInRight;box-shadow:0 10px 40px #0003}.terms-content{color:var(--text-muted);font-size:.975rem;line-height:1.75}.terms-introduction{color:var(--text-main);font-size:1.05rem;font-weight:500}.terms-introduction p{margin-bottom:1rem}.terms-introduction p:last-child{margin-bottom:0}.terms-separator{background:linear-gradient(to right, var(--card-border), #1e293b1a);border:0;height:1px;margin:2.5rem 0}.terms-section{margin-bottom:3.5rem;scroll-margin-top:100px}.terms-section:last-of-type{margin-bottom:0}.terms-section h2{color:var(--text-main);border-left:3px solid var(--primary-glow);margin-bottom:1.25rem;padding-left:.75rem;font-size:1.5rem;font-weight:800;line-height:1.2}.terms-section h3{color:var(--text-main);align-items:center;gap:.5rem;margin:2rem 0 1rem;font-size:1.125rem;font-weight:700;display:flex}.terms-section h3:before{content:"";background-color:var(--primary-glow);border-radius:50%;width:6px;height:6px;display:inline-block}.terms-section p{margin-bottom:1.25rem}.terms-section p:last-child{margin-bottom:0}.terms-list,.terms-list-alert{flex-direction:column;gap:.85rem;margin:1.25rem 0 1.5rem 1rem;list-style:none;display:flex}.terms-list li,.terms-list-alert li{align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.terms-list li .list-icon{color:var(--success-color);flex-shrink:0;margin-top:.2rem}.terms-list-alert li .list-icon-alert{color:#f87171;flex-shrink:0;margin-top:.2rem}.terms-accept-box{background:radial-gradient(circle at 0 0,#eab30805,#0000);border-radius:1rem;margin-top:4rem;padding:2rem;border:1px solid #eab30826!important}.terms-accept-box h2{border-left-color:var(--primary-glow)}.terms-date-footer{color:var(--text-muted);border-top:1px solid var(--card-border);margin-top:2rem;padding-top:1.25rem;font-size:.875rem;font-weight:600;display:block}.scroll-top-btn{border:1px solid var(--card-border);width:46px;height:46px;color:var(--text-muted);cursor:pointer;z-index:99;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2.5rem;right:2.5rem;box-shadow:0 4px 20px #0006}.scroll-top-btn:hover{border-color:var(--primary-glow);color:var(--primary-glow);background:#eab3080d;transform:translateY(-4px);box-shadow:0 6px 24px #eab30826}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--card-border);margin-top:auto;padding:2rem;font-size:.875rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.main-content{gap:2rem;padding:0 1.5rem 4rem}.terms-layout{flex-direction:column}.desktop-sidebar{display:none}.hero h1{font-size:2.5rem}.terms-container{padding:2.5rem}}@media (width<=768px){.header{padding:1rem 1.5rem}.hero{padding:3rem 1.5rem 2rem}.hero h1{font-size:2.25rem}.terms-container{border-radius:1rem;padding:2rem}.terms-section h2{font-size:1.35rem}.terms-section h3{font-size:1.05rem}}@media (width<=480px){.header{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}.logo{justify-content:center}.hero h1{font-size:1.85rem}.terms-container{padding:1.25rem}.terms-section{margin-bottom:2.5rem}.terms-section h2{padding-left:.5rem;font-size:1.2rem}.terms-list,.terms-list-alert{margin-left:.5rem}.scroll-top-btn{bottom:1.5rem;right:1.5rem}}
