:root{--bg-primary:#fff;--bg-secondary:#f5f5f7;--card-bg:#fff;--accent-primary:#8b5cf6;--accent-secondary:#c084fc;--accent-tertiary:#aa3bff;--accent-gradient:linear-gradient(135deg, #8b5cf6, #c084fc);--text-primary:#1d1d1f;--text-secondary:#5f6368;--border-color:#d2d2d7;--glass-bg:#fffc;--glass-border:#00000014;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease}.dark-theme{--bg-primary:#0d1117;--bg-secondary:#161b22;--card-bg:#1c2128;--accent-primary:#8b5cf6;--accent-secondary:#c084fc;--accent-tertiary:#aa3bff;--accent-gradient:linear-gradient(135deg, #8b5cf6, #c084fc);--text-primary:#e6edf3;--text-secondary:#8b949e;--border-color:#30363d;--glass-bg:#0d1117d9;--glass-border:#ffffff14}@media (prefers-color-scheme:dark){:root:not(.light-theme){--bg-primary:#0d1117;--bg-secondary:#161b22;--card-bg:#1c2128;--text-primary:#e6edf3;--text-secondary:#8b949e;--border-color:#30363d;--glass-bg:#0d1117d9;--glass-border:#ffffff14}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);color:var(--text-primary);transition:background var(--transition-normal), color var(--transition-normal);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);z-index:1000;width:100%;padding:.75rem 0;position:fixed;top:0;left:0}.nav-container{align-items:center;max-width:1200px;margin:0 auto;padding:0 4rem;display:flex;position:relative}.nav-logo a{color:var(--text-primary);transition:var(--transition-fast);font-size:1.5rem;font-weight:700;text-decoration:none}.nav-logo a:hover{color:var(--accent-primary)}.nav-menu{flex:1;justify-content:center;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--text-secondary);transition:var(--transition-fast);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;position:relative}.nav-link:hover{color:var(--accent-primary)}.nav-link:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.lang-switcher{cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:.5rem .75rem;font-size:1rem;font-weight:500}.lang-switcher:hover{color:var(--accent-primary)}.theme-switcher{cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:.5rem .75rem;font-size:1rem;font-weight:500}.theme-switcher:hover{color:var(--accent-primary)}.theme-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:.35rem .6rem;display:flex}.theme-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.theme-icon{width:18px;height:18px}.lang-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;display:flex}.lang-btn:hover{opacity:.7}.lang-icon{flex-shrink:0;width:18px;height:18px}.lang-label{letter-spacing:.5px}.nav-utilities{align-items:center;gap:.5rem;margin-left:auto;display:flex}.nav-hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;display:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.hamburger-line{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger-line:not(:last-child){margin-bottom:5px}.hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{display:none;position:absolute}.container{margin:0 auto;padding:0 4rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.section-title{text-align:center;color:var(--text-primary);letter-spacing:-.03em;margin-bottom:4rem;font-size:3rem;font-weight:800}.btn{cursor:pointer;transition:var(--transition-fast);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 12px #8b5cf633}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#6d28d9,#8b5cf6);transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf64d}.btn-secondary{color:var(--accent-primary);border:2px solid var(--accent-primary);background:0 0}.btn-secondary:hover{background:#8b5cf60d;transform:translateY(-2px)}.btn-outline{color:var(--text-primary);border:2px solid var(--border-color);background:0 0}.btn-outline:hover{background:var(--bg-secondary);border-color:var(--accent-primary);color:var(--accent-primary)}.hero{background:var(--bg-primary);justify-content:center;align-items:center;min-height:40vh;margin-top:65px;padding:3rem 0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#8b5cf608 0%,#0000 70%);position:absolute;inset:0}.hero-content{text-align:center;z-index:2;max-width:800px}.hero-title{color:var(--text-primary);margin-bottom:1rem;font-size:3.5rem;font-weight:700}.hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.5rem;font-weight:500}.hero-buttons{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.hero-visual{perspective:1000px;justify-content:center;align-items:center;height:400px;display:flex}.hero{color:var(--text-secondary)}.route-loading{min-height:40vh}@supports (content-visibility:auto){.portal-section,.features,.showcase,.pricing,.download-cta,.faq-section,.testimonials,.footer,.about-hero,.blog-list,.privacy-content,.changelog-timeline,.ticktot-problem,.ticktot-features,.ticktot-audience,.ticktot-download{content-visibility:auto;contain-intrinsic-size:auto 900px}}.window-stack{transform-style:preserve-3d;gap:20px;animation:6s ease-in-out infinite floatStack;display:flex}.window-card{width:280px;height:200px;transform-style:preserve-3d;transition:var(--transition-normal);animation:.8s ease-out forwards fadeInUp;animation-delay:var(--delay,0s);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014}.window-card:hover{z-index:10;transform:rotateY(10deg)rotateX(5deg)scale(1.05);box-shadow:0 20px 40px #00000026}.window-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;width:100%;height:100%;overflow:hidden;transform:translateZ(0)}.window-header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);align-items:center;padding:.75rem 1rem;display:flex}.window-controls{gap:.25rem;margin-right:.75rem;display:flex}.control{border-radius:50%;width:12px;height:12px;display:inline-block}.control.close{background:#ff5f57}.control.minimize{background:#ffbd2e}.control.maximize{background:#28c940}.window-title{color:var(--text-secondary);font-size:.875rem;font-weight:500}.window-body{height:calc(100% - 40px);padding:1rem}.window-preview{border:1px solid var(--border-color);background:linear-gradient(45deg,#f0f0f0,#e0e0e0);border-radius:8px;width:100%;height:100%}.hero-image-section{background:var(--bg-primary);padding:1rem 0 3rem}.hero-image-container{justify-content:center;align-items:center;display:flex}.hero-image{border:1px solid var(--border-color);max-width:75%;height:auto;transition:var(--transition-normal);border-radius:20px;box-shadow:0 12px 32px #0000001a}.hero-image:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000026}.features{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);padding:6rem 0}.feature-row{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:32px;align-items:center;gap:3rem;max-width:1200px;margin:0 auto 3rem;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.feature-row:hover{border-color:#8b5cf633;transform:translateY(-4px);box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014}.feature-row:last-child{margin-bottom:0}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex-direction:column;flex:.8;justify-content:center;min-height:400px;padding:3rem 2.5rem;display:flex}.feature-icon{background:linear-gradient(135deg,#8b5cf666 0%,#c084fc66 100%);border-radius:28px;flex-direction:row;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2.5rem;font-size:3rem;transition:transform .3s;display:flex;box-shadow:0 10px 30px #8b5cf633}.feature-row:hover .feature-icon{transform:scale(1.1)rotate(-5deg)}.feature-title{color:var(--text-primary);letter-spacing:-.05em;margin-bottom:3rem;font-size:2.6rem;font-weight:800;position:relative}.feature-title:after{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));border-radius:4px;width:120px;height:8px;position:absolute;bottom:-24px;left:0}.feature-desc{color:var(--text-secondary);margin-top:4.5rem;font-size:4rem;font-weight:500;line-height:2.4}.feature-video{flex:1.2;justify-content:center;align-items:center;min-height:450px;padding:2rem 3rem 2rem 1rem;display:flex}.feature-video-placeholder{aspect-ratio:16/9;background:var(--glass-bg);border:2px dashed var(--border-color);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:640px;transition:all .3s;display:flex}.feature-video-placeholder:hover{border-color:var(--accent-primary);background:#8b5cf60d;transform:scale(1.02)}.feature-video-placeholder .placeholder-icon{font-size:4rem}.feature-video-placeholder .placeholder-text{color:var(--text-secondary);text-align:center;padding:0 2rem;font-size:1.1rem}.feature-video-player{aspect-ratio:16/9;background:#000;border-radius:20px;width:100%;max-width:100%;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000026}.feature-row:hover .feature-video-player{transform:scale(1.02)}.feature-video iframe.feature-video-player{object-fit:fill}.lazy-video-element{object-fit:cover;width:100%;height:100%;display:block}.lazy-video-play{z-index:1;color:var(--accent-primary);cursor:pointer;background:linear-gradient(#0000000a,#00000038);border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.lazy-video-play-icon{width:5rem;height:5rem;transition:transform var(--transition-fast), background var(--transition-fast);background:#fffffff0;border-radius:999px;justify-content:center;align-items:center;display:flex;box-shadow:0 18px 42px #0000004d}.lazy-video-play:hover .lazy-video-play-icon,.lazy-video-play:focus-visible .lazy-video-play-icon{background:#fff;transform:scale(1.06)}.lazy-video-ready{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);background:#00000094;border-radius:999px;padding:.4rem .55rem;font-size:.75rem;font-weight:700;line-height:1;position:absolute;bottom:.75rem;left:.75rem}.lazy-video-loading{z-index:2;color:#fff;white-space:nowrap;background:#0000009e;border-radius:999px;padding:.45rem .7rem;font-size:.85rem;font-weight:700;line-height:1;position:absolute;top:calc(50% + 3.9rem);left:50%;transform:translate(-50%)}.lazy-video-fallback{background:#000000b8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.lazy-video-fallback a{color:#fff;background:var(--accent-primary);border-radius:10px;padding:.7rem 1rem;font-weight:700;text-decoration:none}.lazy-video-external-link{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);opacity:.82;transition:opacity var(--transition-fast), background var(--transition-fast);background:#00000094;border-radius:999px;padding:.45rem .6rem;font-size:.8rem;font-weight:700;line-height:1;text-decoration:none;position:absolute;top:.75rem;right:.75rem}.lazy-video-external-link:hover{color:#fff;background:var(--accent-primary);opacity:1}.feature-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;transition:var(--transition-normal);border-radius:20px;height:100%;padding:2rem;box-shadow:0 2px 8px #0000000d}.feature-card:hover{border-color:var(--accent-primary);transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.feature-icon{color:var(--accent-primary);margin-bottom:1rem;font-size:2.5rem}.feature-desc{color:var(--text-secondary);margin-top:1rem;font-size:1.2rem;line-height:1.6}.bento-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.showcase{background:var(--bg-primary);padding:6rem 0;position:relative;overflow:hidden}.showcase-carousel-wrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.showcase-carousel{gap:2rem;width:max-content;animation:30s linear infinite showcaseScroll;display:flex}.showcase-carousel:hover{animation-play-state:paused}.showcase-item{width:500px;height:280px;transition:var(--transition-normal);border-radius:16px;flex:none;overflow:hidden;box-shadow:0 8px 24px #0000001f}.showcase-item:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 12px 32px #0000002e}.showcase-item img{object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}@keyframes showcaseScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.showcase{padding:4rem 0}.showcase-carousel{gap:1rem}.showcase-item{width:300px;height:200px}.nav-hamburger{display:flex}.nav-overlay{z-index:999;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;display:block;position:fixed;inset:0}.nav-overlay.open{opacity:1;pointer-events:auto}.nav-menu{background:var(--bg-secondary);z-index:1001;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:280px;height:100vh;margin:0;padding:5rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%)}.nav-menu.open{transform:translate(0)}.nav-item{border-bottom:1px solid var(--border-color)}.nav-link{padding:1rem 0;font-size:1.1rem;display:block}.lang-switcher{border-bottom:none;margin-top:1rem}.lang-btn{justify-content:center;width:100%}}.how-it-works{background:var(--bg-primary);padding:6rem 0}.steps-container{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.step-item{text-align:center;max-width:250px}.step-number{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:600;display:flex;box-shadow:0 4px 12px #8b5cf633}.step-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step-desc{color:var(--text-secondary)}.pricing{background:var(--bg-secondary);padding:4rem 0}.pricing-cards{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.pricing-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;width:280px;transition:var(--transition-normal);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000000d}.pricing-card:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.popular-badge{background:var(--accent-gradient);color:#fff;border-radius:12px;margin-bottom:.5rem;padding:.2rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.pricing-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.pricing-price{color:var(--text-primary);margin-bottom:.25rem;font-size:2rem;font-weight:700}.price-period{color:var(--text-secondary);font-size:.875rem;font-weight:500}.pricing-alternative{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.pricing-features{text-align:left;margin-bottom:1rem;list-style:none}.pricing-features li{border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.35rem 0;font-size:.9rem}.pricing-features li:last-child{border-bottom:none}.download-cta{background:var(--accent-gradient);text-align:center;padding:6rem 0}.download-cta-content{max-width:600px;margin:0 auto}.download-cta-title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.download-cta-subtitle{color:#ffffffd9;margin-bottom:2rem;font-size:1.25rem}.app-store-badge{line-height:0;display:inline-block}.app-store-badge:hover{opacity:.85}.app-store-badge-img,.app-store-badge-hero{width:auto;height:52px}.testimonials{background:var(--bg-primary);padding:6rem 0}.testimonial-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;max-width:600px;transition:var(--transition-normal);border-radius:24px;margin:0 auto;padding:3rem;box-shadow:0 4px 16px #00000014}.testimonial-stars{justify-content:center;gap:.25rem;margin-bottom:1.5rem;display:flex}.star-icon{width:20px;height:20px;color:var(--border-color)}.star-icon.filled{color:#ffb800}.testimonial-text{color:var(--text-primary);transition:opacity var(--transition-normal);margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.6}.testimonial-author{flex-direction:column;gap:.25rem;display:flex}.author-name{color:var(--text-primary);font-size:1rem;font-weight:600}.author-role{color:var(--text-secondary);font-size:.9rem}.testimonial-dots{justify-content:center;gap:.25rem;margin-top:2rem;display:flex}.testimonial-dot{cursor:pointer;width:24px;height:24px;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;padding:0;position:relative}.testimonial-dot:before{content:"";background:var(--border-color);transition:var(--transition-fast);border-radius:50%;position:absolute;inset:7px}.testimonial-dot:hover:before{background:var(--accent-primary);opacity:.7}.testimonial-dot.active:before{background:var(--accent-primary);transform:scale(1.2)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:5rem 0 2rem}.footer-slogan{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:4rem;padding-bottom:3rem}.footer-slogan p{color:var(--text-primary);letter-spacing:.05em;text-shadow:0 0 10px #7d7dff4d;max-width:600px;margin:0 auto;font-family:VT323,Courier New,monospace;font-size:2rem;line-height:1.4}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-col{flex-direction:column;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-col-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col-list li a{color:var(--text-secondary);transition:var(--transition-fast);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;display:flex}.footer-col-list li a:hover{color:var(--accent-primary)}.footer-col-list li a svg{opacity:.7;flex-shrink:0}.footer-col-list li a:hover svg{opacity:1}.footer-vision-text{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color);padding-top:2rem;font-size:.85rem}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-slogan p{font-size:1.5rem}}@media (width<=640px){.footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-slogan{margin-bottom:2.5rem;padding-bottom:2rem}.footer-slogan p{font-size:1.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatStack{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}@keyframes coverFlowRotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@media (width<=1199px){.container{padding:0 1.5rem}.hero-title{font-size:2.8rem}.section-title{font-size:2rem}.bento-grid{grid-template-columns:repeat(2,1fr)}.pricing-cards{flex-direction:column;align-items:center}}@media (width<=768px){.hero{padding:2rem 0}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:.75rem}.hero-visual{height:300px}.window-stack{flex-direction:column;gap:15px}.window-card{width:240px;height:160px}.bento-grid{grid-template-columns:1fr}.steps-container{gap:2rem}.step-item{max-width:200px}.cover-flow{gap:10px}.cover-item{width:160px;height:120px}.footer-content{text-align:center;flex-direction:column}.footer-link{margin-top:1rem;margin-left:0;display:block}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.window-card:hover,.feature-card:hover,.pricing-card:hover{transform:none!important}}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}a{color:var(--accent-primary)}a:hover{color:var(--accent-secondary)}.about-page{margin-top:65px}.about-hero{background:var(--bg-primary);padding:6rem 0}.about-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;max-width:800px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #0000000d}.about-content h2{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.profile-list{padding:0;list-style:none}.profile-item{background:var(--bg-secondary);color:var(--text-primary);border-left:3px solid var(--accent-primary);border-radius:12px;margin-bottom:.8rem;padding:.8rem 1.2rem;font-size:1.1rem}.profile-item strong{color:var(--accent-primary)}.profile-item:last-child{margin-bottom:0}.blog-page{margin-top:65px;padding:2rem 0}.blog-page.loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.blog-list{background:var(--bg-primary);padding:4rem 0}.blog-list>.container{max-width:960px;margin:0 auto}.blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin-top:2rem;display:grid}.blog-controls{flex-direction:column;gap:1rem;margin-top:1.5rem;margin-bottom:1rem;display:flex}.blog-search{margin-bottom:0}.blog-search-input{border:1px solid var(--border-color);background:var(--card-bg);width:100%;color:var(--text-primary);transition:var(--transition-fast);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem}.blog-search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #8b5cf61a}.blog-search-input::placeholder{color:var(--text-secondary);opacity:.7}.blog-categories{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.blog-rss-link{border:1px solid var(--accent-primary);background:var(--accent-primary);color:#fff;transition:var(--transition-fast);border-radius:20px;align-items:center;gap:.4rem;margin-left:auto;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.blog-rss-link:hover{opacity:.9;transform:scale(1.05)}.blog-rss-link svg{width:16px;height:16px}.blog-category-btn{border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.blog-category-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.blog-category-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.blog-no-results{text-align:center;color:var(--text-secondary);padding:4rem 0}.blog-post-layout{grid-template-columns:250px 1fr;gap:3rem;max-width:1100px;margin-top:1.5rem;margin-left:auto;margin-right:auto;display:grid}.blog-toc{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;align-self:start;max-height:calc(100vh - 6rem);padding:1.5rem;position:sticky;top:5rem;overflow-y:auto}.blog-toc h3{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.blog-toc nav ul{margin:0;padding:0;list-style:none}.blog-toc nav li{margin-bottom:.5rem}.blog-toc nav a{color:var(--text-secondary);transition:var(--transition-fast);padding:.25rem 0;font-size:.9rem;text-decoration:none;display:block}.blog-toc nav a:hover{color:var(--accent-primary)}.blog-toc nav .toc-level-3{padding-left:1rem}.blog-toc nav .toc-level-3 a{font-size:.85rem}.blog-post-extras{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.reading-time{color:var(--text-secondary);font-size:.85rem}.share-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:16px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.85rem;display:inline-flex}.share-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.post-navigation{border-top:1px solid var(--border-color);grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:grid}.post-nav-item{border:1px solid var(--border-color);transition:var(--transition-fast);border-radius:8px;flex-direction:column;padding:1rem;text-decoration:none;display:flex}.post-nav-item:hover{border-color:var(--accent-primary);background:var(--bg-secondary)}.post-nav-item.prev{text-align:left}.post-nav-item.next{text-align:right;justify-content:flex-end}.post-nav-label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.85rem}.post-nav-title{color:var(--text-primary);font-size:.95rem;font-weight:500}.back-to-top{background:var(--accent-primary);color:#fff;cursor:pointer;width:48px;height:48px;transition:var(--transition-fast);z-index:900;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #8b5cf64d}.back-to-top:hover{opacity:.85;transform:translateY(-2px)}@media (width<=900px){.blog-post-layout{grid-template-columns:1fr}.blog-toc{max-height:none;position:static}.post-navigation{grid-template-columns:1fr}.back-to-top{width:40px;height:40px;font-size:1.2rem;bottom:1rem;right:1rem}.blog-rss-link{align-self:flex-start;margin-left:0}}.blog-post-card{background:var(--card-bg);border:1px solid var(--border-color);transition:var(--transition-normal);cursor:pointer;color:inherit;border-radius:20px;padding:2rem;text-decoration:none;display:block;box-shadow:0 4px 20px #0000000d}.blog-post-card:hover{border-color:var(--accent-primary);color:inherit;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.blog-post-card .blog-post-title{color:var(--text-primary);text-decoration:none}.blog-post-card .blog-post-excerpt{color:var(--text-secondary);text-decoration:none}.blog-post-card .blog-post-read-more{color:var(--accent-primary);font-weight:500;text-decoration:none}.blog-post-category{background:var(--accent-primary);color:#fff;border-radius:20px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.8rem;font-weight:500;display:inline-block}.blog-post-title{color:var(--text-primary);margin:.5rem 0 1rem;font-size:1.5rem;line-height:1.4}.blog-post-detail .blog-post-title{text-align:center;margin:1rem 0 1.5rem}.blog-post-excerpt{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.blog-post-meta{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.blog-post-detail{background:var(--bg-primary);padding:4rem 0}.blog-back-button{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:12px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:1rem}.blog-back-button:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.blog-post-content{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;max-width:800px;margin:0 auto;padding:2rem;line-height:1.7;box-shadow:0 4px 20px #0000000d}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3{color:var(--text-primary);margin:1.5rem 0 1rem}.blog-post-content p{margin-bottom:1rem}.blog-post-content ul,.blog-post-content ol{margin:1rem 0 1rem 1.5rem;padding-left:1rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content a{color:var(--accent-primary);text-decoration:none}.blog-post-content a:hover{text-decoration:underline}.blog-post-content img{border-radius:12px;max-width:100%;margin:1rem 0}.blog-post-content table{border-collapse:collapse;border:1px solid var(--border-color);border-radius:12px;width:100%;margin:1.5rem 0;font-size:.95rem;overflow:hidden}.blog-post-content th,.blog-post-content td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem 1rem}.blog-post-content th{background:var(--accent-primary);color:#fff;text-align:center;font-weight:600}.blog-post-content th:first-child,.blog-post-content td:first-child{text-align:left}.blog-post-content td:nth-child(2),.blog-post-content td:nth-child(3),.blog-post-content td:nth-child(4){text-align:center}.blog-post-content tr:last-child td{border-bottom:none}.blog-post-content tr:nth-child(2n){background:var(--bg-secondary)}.blog-post-content tr:hover{background:var(--hover-bg)}.portal-section{background:var(--bg-primary);padding:5rem 0}.portal-section:first-of-type{margin-top:65px}.portal-section:nth-of-type(2n){background:var(--bg-secondary)}.portal-row{align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:flex}.portal-row-reverse{flex-direction:row-reverse}.portal-text{flex:1}.portal-image{flex:1;justify-content:center;align-items:center;display:flex}.portal-image-img{border:1px solid var(--border-color);border-radius:16px;max-width:100%;height:auto;transition:transform .3s,box-shadow .3s;box-shadow:0 12px 32px #0000001a}.portal-image-img:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000026}.portal-product-name{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.portal-tagline{color:var(--accent-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.portal-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.portal-features{flex-direction:column;gap:.6rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.portal-features li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;position:relative}.portal-features li:before{content:"";background:var(--accent-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}@media (width<=768px){.portal-row,.portal-row-reverse{flex-direction:column;gap:2rem}.portal-product-name{font-size:2rem}.portal-section{padding:3rem 0}}.ticktot-page{margin-top:65px}.ticktot-hero{background:var(--bg-primary);padding:6rem 0;position:relative;overflow:hidden}.ticktot-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-20%}.ticktot-hero-content{align-items:center;gap:3rem;max-width:960px;margin:0 auto;display:flex}.ticktot-hero-text{flex:1}.ticktot-hero-badge{color:var(--accent-primary);background:#8b5cf614;border:1px solid #8b5cf626;border-radius:24px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.ticktot-hero-badge svg{flex-shrink:0}.ticktot-hero-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.2rem;font-weight:800;line-height:1.15}.ticktot-hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.ticktot-hero-buttons{justify-content:flex-start;margin-bottom:1.5rem;display:flex}.ticktot-hero-platforms{justify-content:flex-start;gap:.75rem;display:flex}.platform-tag{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.platform-tag:hover{background:var(--card-bg);border-color:var(--accent-primary);color:var(--accent-primary)}.ticktot-hero-visual{flex:1;position:relative}.ticktot-hero-image-wrapper{border-radius:10px;position:relative;overflow:hidden}.ticktot-hero-image{z-index:1;border-radius:5px;width:100%;max-width:560px;height:auto;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;box-shadow:0 20px 60px #0000001f}.ticktot-hero-image-wrapper:hover .ticktot-hero-image{transform:scale(1.02)}.ticktot-hero-image-glow{filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);position:absolute;inset:-20%}.ticktot-problem{background:var(--bg-primary);padding:6rem 0;position:relative}.ticktot-problem-header{text-align:center;margin-bottom:3rem}.ticktot-problem-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.ticktot-problem-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);text-align:center;border-radius:24px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000000a}.ticktot-problem-card:hover{background:var(--card-bg);border-color:#8b5cf633;transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.problem-icon-wrapper{background:var(--glass-bg);border:1px solid var(--glass-border);width:64px;height:64px;color:var(--accent-primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.ticktot-problem-card:hover .problem-icon-wrapper{transform:scale(1.1)}.ticktot-problem-card h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.ticktot-problem-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.ticktot-features{background:var(--bg-primary);padding:6rem 0}.ticktot-features-header{text-align:center;margin-bottom:3rem}.ticktot-feature-showcase{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:28px;max-width:1100px;margin:0 auto;transition:all .4s;overflow:hidden;box-shadow:0 8px 32px #0000000f}.ticktot-feature-showcase:hover{box-shadow:0 20px 60px #0000001a}.ticktot-feature-tabs{border-bottom:1px solid var(--border-color);scrollbar-width:none;display:flex;overflow-x:auto}.ticktot-feature-tabs::-webkit-scrollbar{display:none}.ticktot-feature-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.ticktot-feature-tab:hover{color:var(--accent-primary);background:#8b5cf60d}.ticktot-feature-tab.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary);background:#8b5cf608}.ticktot-feature-tab svg{flex-shrink:0}.ticktot-feature-content{justify-content:center;align-items:center;min-height:280px;padding:3rem;display:flex;position:relative}.ticktot-feature-panel{text-align:center;animation:.4s ticktotFadeIn;display:none}.ticktot-feature-panel.active{flex-direction:column;justify-content:center;align-items:center;display:flex}@keyframes ticktotFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ticktot-feature-icon{color:var(--accent-primary);margin-bottom:1.5rem}.ticktot-feature-panel h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.ticktot-feature-panel p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.ticktot-audience{background:var(--bg-primary);padding:6rem 0}.ticktot-audience-header{text-align:center;margin-bottom:3rem}.ticktot-audience-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.audience-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);text-align:center;border-radius:24px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000000a}.audience-card:hover{background:var(--card-bg);border-color:#8b5cf633;transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.audience-icon-wrapper{width:80px;height:80px;color:var(--accent-primary);background:linear-gradient(135deg,#8b5cf61a 0%,#c084fc1a 100%);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.audience-card:hover .audience-icon-wrapper{transform:scale(1.1)rotate(-5deg)}.audience-card h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.audience-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.download-cta{background:linear-gradient(135deg,#8b5cf60d 0%,#c084fc0d 100%);padding:5rem 0}.download-cta-content{text-align:center;max-width:700px;margin:0 auto}.download-cta-icon{color:var(--accent-primary);margin-bottom:1.5rem;animation:2s infinite ticktotBounce;display:inline-block}@keyframes ticktotBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.download-cta-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.download-cta-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.ticktot-animate{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.ticktot-animate.ticktot-animated{opacity:1;transform:translateY(0)}@media (width<=900px){.ticktot-hero-content{text-align:center;flex-direction:column}.ticktot-hero-title{font-size:2.2rem}.ticktot-hero-buttons,.ticktot-hero-platforms{justify-content:center}.ticktot-problem-grid,.ticktot-audience-grid{grid-template-columns:1fr;max-width:500px}.ticktot-feature-tabs{flex-wrap:nowrap;overflow-x:auto}.ticktot-feature-content{padding:2rem 1.5rem}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideLeftFade{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideRightFade{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0,0)}}@keyframes scaleFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:1;will-change:transform, opacity}.animate-on-scroll.animated{opacity:1!important}.animate-on-scroll.animated.feature-row,.animate-on-scroll.animated.feature-row.reverse{animation:.5s cubic-bezier(.25,.46,.45,.94) forwards slideUpFade}.animate-on-scroll.animated.section-title{animation:.4s cubic-bezier(.25,.46,.45,.94) forwards scaleFade}.animate-on-scroll.animated.hero{animation:.6s cubic-bezier(.25,.46,.45,.94) forwards slideUpFade}.animate-on-scroll.animated.hero-image-section{animation:.6s cubic-bezier(.25,.46,.45,.94) .1s forwards slideUpFade}.animate-on-scroll.animated.showcase,.animate-on-scroll.animated.pricing{animation:.5s cubic-bezier(.25,.46,.45,.94) forwards scaleFade}.animate-on-scroll.animated.pricing-cards{animation:.5s cubic-bezier(.25,.46,.45,.94) .1s forwards slideUpFade}.animate-on-scroll.animated.download-cta{animation:.5s cubic-bezier(.25,.46,.45,.94) forwards scaleFade}.privacy-page{min-height:100vh;padding-top:5rem}.privacy-header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:3rem 0}.privacy-intro{color:var(--text-secondary);margin-top:1rem;font-size:1.1rem;line-height:1.7}.privacy-content{padding:2rem 0}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{color:var(--text-primary);margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.privacy-section p{color:var(--text-secondary);line-height:1.7}.privacy-footer{border-top:1px solid var(--border-color);padding:2rem 0}.not-found-page{justify-content:center;align-items:center;min-height:70vh;padding-top:5rem;display:flex}.not-found-content{text-align:center;padding:4rem 0}.not-found-code{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:8rem;font-weight:700;line-height:1}.not-found-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:600}.not-found-desc{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-btn{transition:var(--transition-fast);border:1px solid var(--border-color);color:var(--text-primary);background:var(--bg-secondary);border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;display:inline-block}.not-found-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.not-found-btn.primary{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.not-found-btn.primary:hover{opacity:.9;color:#fff}.faq-section{background:var(--bg-secondary);padding:5rem 0}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--card-bg);transition:box-shadow var(--transition-fast);border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px #0000000d}.faq-item:hover{box-shadow:0 4px 12px #00000014}.faq-item summary{cursor:pointer;transition:color var(--transition-fast);color:var(--text-primary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent-primary);transition:transform var(--transition-fast);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:300}.faq-item[open] summary:after{content:"-"}.faq-item summary:hover{color:var(--accent-primary)}.faq-item p{color:var(--text-secondary);margin:0;padding:0 1.5rem 1.25rem;line-height:1.7}@media (width<=768px){.faq-section{padding:3rem 0}.faq-item summary{padding:1rem 1.25rem;font-size:1rem}.faq-item p{padding:0 1.25rem 1rem}}.changelog-page{padding:6rem 0 4rem}.changelog-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.changelog-timeline{max-width:800px;margin:0 auto;padding-left:2rem;position:relative}.changelog-timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:0}.changelog-entry{padding-bottom:2.5rem;padding-left:2rem;position:relative}.changelog-entry:last-child{padding-bottom:0}.changelog-dot{background:var(--accent-primary);border:2px solid var(--card-bg);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent-primary);border-radius:50%;position:absolute;top:.5rem;left:-.35rem}.changelog-card{background:var(--card-bg);border:1px solid var(--border-color);transition:var(--transition-fast);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.changelog-card:hover{box-shadow:0 4px 16px #0000001a}.changelog-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.changelog-version-info{align-items:center;gap:.75rem;display:flex}.changelog-version{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.changelog-badge{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.changelog-badge.major{color:#fff;background:#ff3b30}.changelog-badge.minor{background:var(--accent-primary);color:#fff}.changelog-badge.patch{background:var(--text-secondary);color:#fff}.changelog-date{color:var(--text-secondary);font-size:.85rem}.changelog-title{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.changelog-changes{margin:0;padding:0;list-style:none}.changelog-changes li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.25rem;line-height:1.5;position:relative}.changelog-changes li:before{content:"";background:var(--accent-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}@media (width<=768px){.changelog-page{padding:4rem 0 2rem}.changelog-timeline,.changelog-entry{padding-left:1.5rem}.changelog-header{flex-direction:column;align-items:flex-start}.changelog-card{padding:1.25rem}}
