*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.fs-page{min-height:100vh;background:#fdfdfd;font-family:Prompt,Inter,sans-serif;color:#1d1d1f;overflow-x:hidden;position:relative;width:100%}.mesh-bg-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.mesh-blob{position:absolute;filter:blur(80px);opacity:.55;border-radius:50%}.b1{width:520px;height:520px;background:#ffd4a1;top:-10%;left:-10%;animation:floatBlob 10s infinite alternate}.b2{width:420px;height:420px;background:#ffc8c8;top:40%;right:-5%;animation:floatBlob 12s infinite alternate-reverse}.b3{width:460px;height:460px;background:#b8d4ff;bottom:-10%;left:10%;animation:floatBlob 15s infinite alternate}@keyframes floatBlob{0%{transform:translate(0) scale(1)}to{transform:translate(40px,30px) scale(1.1)}}.fs-nav{position:relative;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;max-width:1100px;margin:0 auto}.fs-logo{font-size:20px;font-weight:800;letter-spacing:-.5px;color:#1d1d1f}.fs-nav-links{display:flex;align-items:center;gap:24px}.fs-nav-links a{text-decoration:none;color:#555;font-weight:600;font-size:14px;transition:color .2s}.fs-nav-links a:hover{color:#ff6b35}.nav-cta-btn{background:#1d1d1f;color:#fff!important;padding:8px 18px;border-radius:20px;font-size:13px!important;font-weight:700!important;transition:transform .2s,background .2s!important}.nav-cta-btn:hover{background:#ff6b35!important;color:#fff!important;transform:translateY(-1px)}.nav-mobile-shop{display:none;background:none;border:none;cursor:pointer;color:#333}@media (max-width: 768px){.fs-nav-links{display:none}.nav-mobile-shop{display:flex}}.hero-section{position:relative;z-index:10;max-width:1100px;margin:0 auto;padding:20px 24px 90px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:48px}.hero-visual{order:1;width:100%;display:flex;justify-content:center;perspective:1200px}.hero-text{order:2;width:100%}@media (min-width: 992px){.hero-section{flex-direction:row;text-align:left;justify-content:space-between;padding-top:60px;min-height:660px}.hero-visual{order:1;flex:1}.hero-text{order:2;flex:1;padding-left:40px}}.hero-eyebrow{display:inline-block;background:linear-gradient(135deg,#ff6b3522,#ff3cac22);color:#ff6b35;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;border-radius:20px;margin-bottom:16px}.hero-text h1{font-size:38px;font-weight:900;line-height:1.2;margin-bottom:18px;color:#1d1d1f}@media (min-width: 992px){.hero-text h1{font-size:54px}}.gradient-text{background:linear-gradient(135deg,#ff6b35,#ff3cac,#7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:15px;color:#666;line-height:1.65;margin-bottom:28px;max-width:420px}@media (min-width: 992px){.hero-text p{font-size:17px}}.hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}@media (min-width: 992px){.hero-cta-row{justify-content:flex-start}}.btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ff6b35,#ff3cac);color:#fff;padding:14px 28px;border-radius:14px;font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 24px #ff6b3559;transition:transform .2s,box-shadow .2s}.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 14px 30px #ff6b3573}.btn-secondary-hero{display:inline-flex;align-items:center;gap:8px;background:#ffffffd9;color:#1d1d1f;padding:14px 24px;border-radius:14px;font-weight:700;font-size:15px;text-decoration:none;border:1.5px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .2s,transform .2s}.btn-secondary-hero:hover{border-color:#1d1d1f;transform:translateY(-2px)}.hero-stats-row{display:flex;align-items:center;gap:20px;justify-content:center}@media (min-width: 992px){.hero-stats-row{justify-content:flex-start}}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:22px;font-weight:800;color:#1d1d1f}.hero-stat span{display:block;font-size:11px;color:#999;font-weight:600;text-transform:uppercase;margin-top:2px}.hero-stat-divider{width:1px;height:32px;background:#e0e0e0}.phone-container-tilted{position:relative;width:300px;height:590px;display:flex;justify-content:center;align-items:center;transform:rotateY(-15deg) rotateX(5deg);transform-style:preserve-3d}.phone-tilt-right{transform:rotateY(15deg) rotateX(5deg)}.phone-mockup-3d{width:270px;height:550px;background:#fff;border-radius:46px;border:10px solid #1d1d1f;box-shadow:20px 20px 60px #00000047,inset -2px -2px 10px #0000001a;position:relative;overflow:hidden;z-index:10;animation:floatPhone 6s ease-in-out infinite}@keyframes floatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.screen-content{width:100%;height:100%;background:#f5f5f7;border-radius:36px;overflow:hidden;position:relative}.dark-screen{background:#121212}.screen-scroll-wrapper{width:100%;height:200%;animation:slideScreen 10s cubic-bezier(.65,0,.35,1) infinite}@keyframes slideScreen{0%,40%{transform:translateY(0)}50%,90%{transform:translateY(-50%)}to{transform:translateY(0)}}.screen-scene{width:100%;height:50%;display:flex;flex-direction:column;overflow:hidden}.tk-profile-scene{background:#121212}.tk-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 14px 8px}.tk-topbar-dim{font-size:11px;color:#ffffff73;font-weight:600}.tk-topbar-active{font-size:13px;color:#fff;font-weight:700;border-bottom:2px solid #fff;padding-bottom:2px}.tk-profile-body{display:flex;flex-direction:column;align-items:center;padding:8px 14px 10px}.tk-avatar-ring{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff3cac,#7b61ff);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.tk-avatar-inner{width:54px;height:54px;border-radius:50%;background:#222;display:flex;align-items:center;justify-content:center;font-size:26px}.tk-handle{font-size:12px;color:#fff;font-weight:700}.tk-display-name{font-size:10px;color:#fff9;margin-top:2px}.tk-stats-row{display:flex;gap:12px;margin:10px 0 8px}.tk-stat{text-align:center}.tk-stat strong{display:block;font-size:13px;color:#fff;font-weight:700}.tk-stat span{display:block;font-size:8px;color:#ffffff80;margin-top:1px}.tk-follow-btn{background:#fe2c55;color:#fff;font-size:11px;font-weight:700;padding:6px 24px;border-radius:4px;margin-bottom:8px}.tk-bio{font-size:9px;color:#fff9;text-align:center;line-height:1.4}.tk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:10px;flex:1}.tk-thumb{position:relative;aspect-ratio:9/16;overflow:hidden}.tk-thumb-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px}.tk-thumb-views{position:absolute;bottom:4px;left:4px;font-size:8px;color:#fff;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}.tk-feed-scene{background:#000}.tk-video-wrapper{position:relative;width:100%;height:100%}.tk-video-bg{width:100%;height:100%;background:linear-gradient(180deg,#2d1b00,#1a0a00);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.tk-video-emoji{font-size:48px}.tk-video-label{text-align:center}.tk-video-label span{display:block;font-size:13px;color:#fff;font-weight:700}.tk-video-label small{font-size:10px;color:#ffffffb3}.tk-sidebar{position:absolute;right:8px;bottom:60px;display:flex;flex-direction:column;align-items:center;gap:14px}.tk-side-item{display:flex;flex-direction:column;align-items:center;gap:2px}.tk-side-item span{font-size:8px;color:#fffc}.tk-music-disc{width:28px;height:28px;background:linear-gradient(135deg,#333,#111);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;border:2px solid rgba(255,255,255,.3);animation:spin 4s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tk-bottom-overlay{position:absolute;bottom:36px;left:10px;right:50px}.tk-bottom-user{font-size:11px;color:#fff;font-weight:700;margin-bottom:3px}.tk-bottom-desc{font-size:9px;color:#ffffffd9;line-height:1.35;margin-bottom:5px}.tk-bottom-sound{font-size:8px;color:#fff9}.tk-nav-bar{position:absolute;bottom:0;left:0;right:0;height:36px;background:#000000b3;display:flex;justify-content:space-around;align-items:center}.tk-plus-btn{width:28px;height:20px;background:linear-gradient(to right,#25f4ee,#fe2c55);border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.float-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;padding:10px 14px;box-shadow:10px 10px 30px #00000024;display:flex;align-items:center;gap:8px;z-index:20;transform:translateZ(40px)}.float-badge-label{font-size:12px;font-weight:700;color:#333;white-space:nowrap}.fc-hero-left{top:80px;left:-20px;animation:floatLeft 4s ease-in-out infinite}.fc-hero-right{bottom:100px;right:-20px;animation:floatRight 5s ease-in-out infinite}.fc-shop-l{top:80px;left:-20px;animation:floatLeft 3s ease-in-out infinite}.fc-shop-r{bottom:100px;right:-20px;animation:floatRight 4s ease-in-out infinite}@keyframes floatLeft{0%,to{transform:translateY(0) translateZ(40px)}50%{transform:translateY(-8px) translateZ(40px)}}@keyframes floatRight{0%,to{transform:translateY(0) translateZ(40px)}50%{transform:translateY(8px) translateZ(40px)}}.fs-section{position:relative;z-index:10;max-width:1100px;margin:0 auto;padding:80px 24px}.section-header{text-align:center;margin-bottom:48px}.section-tag{display:inline-block;background:linear-gradient(135deg,#ff6b3522,#ff3cac22);color:#ff6b35;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 14px;border-radius:20px;margin-bottom:14px}.section-header h2{font-size:32px;font-weight:800;line-height:1.25;color:#1d1d1f;margin-bottom:14px}@media (min-width: 768px){.section-header h2{font-size:40px}}.section-header p{font-size:15px;color:#666;max-width:540px;margin:0 auto;line-height:1.6}.section-cta{display:flex;justify-content:center;margin-top:40px}.marquee-section{display:flex;flex-direction:column;align-items:center}.marquee-stage{width:100%;display:flex;flex-direction:column;gap:14px;overflow:hidden}.marquee-mask{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.marquee-track{display:flex;gap:14px;width:max-content}.track-right{animation:scrollRight 20s linear infinite}.track-left{animation:scrollLeft 20s linear infinite}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.course-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:16px;padding:14px 18px;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 16px #0000000f;min-width:280px;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0}.course-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0000001a}.course-emoji-box{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.course-body{flex:1}.course-level{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.course-title{font-size:13px;font-weight:700;color:#1d1d1f;margin-bottom:2px}.course-sub{font-size:11px;color:#888}.course-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.course-price{font-size:15px;font-weight:800}.course-cta-btn{font-size:11px;font-weight:700;color:#fff;background:#1d1d1f;padding:4px 10px;border-radius:8px;white-space:nowrap}.tab-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:12px 16px;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 12px #0000000d;min-width:200px;cursor:pointer;flex-shrink:0;transition:transform .2s}.tab-card:hover{transform:translateY(-3px)}.tab-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.tab-body{flex:1}.tab-title{font-size:12px;font-weight:700;color:#1d1d1f;margin-bottom:2px}.tab-artist{font-size:10px;color:#888;margin-bottom:3px}.tab-diff{font-size:10px;color:#666;font-weight:600}.btn-shopify{display:inline-flex;align-items:center;gap:8px;background:#96be25;color:#fff;padding:14px 28px;border-radius:14px;font-weight:700;font-size:14px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 8px 20px #96be2559;transition:transform .2s,box-shadow .2s}.btn-shopify:hover{transform:translateY(-2px);box-shadow:0 12px 28px #96be2573}.youtube-section{background:linear-gradient(180deg,#fff0,#ff000008)}.youtube-section .section-header{margin-bottom:40px}.youtube-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 640px){.youtube-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.youtube-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.yt-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 16px #0000000f;cursor:pointer}.yt-thumb-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}.yt-thumb{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.yt-card:hover .yt-thumb{transform:scale(1.05)}.yt-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.yt-card:hover .yt-play-overlay{opacity:1}.yt-play-circle{width:52px;height:52px;background:#ffffffeb;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003}.yt-card-footer{display:flex;align-items:flex-start;gap:10px;padding:12px}.yt-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff3cac);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.yt-title{font-size:12px;font-weight:600;color:#1d1d1f;line-height:1.4}.btn-youtube{display:inline-flex;align-items:center;gap:8px;background:red;color:#fff;padding:14px 28px;border-radius:14px;font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 8px 20px #ff00004d;transition:transform .2s,box-shadow .2s}.btn-youtube:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f006}.shop-section{display:flex;flex-direction:column;align-items:center;gap:60px}@media (min-width: 992px){.shop-section{flex-direction:row;justify-content:space-between;align-items:center}.shop-text{flex:1;padding-right:40px}.shop-visual{flex:1;display:flex;justify-content:center}}.shop-text .section-tag{text-align:left}.shop-text h2{font-size:32px;font-weight:800;line-height:1.25;color:#1d1d1f;margin-bottom:14px}@media (min-width: 992px){.shop-text h2{font-size:40px}}.shop-text p{font-size:15px;color:#666;line-height:1.6;margin-bottom:28px}.shop-product-list{display:flex;flex-direction:column;gap:12px}.shop-product-row{display:flex;align-items:center;gap:14px;background:#fff;border-radius:14px;padding:14px 16px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0000000a}.sp-emoji{font-size:24px}.sp-info{flex:1}.sp-name{font-size:14px;font-weight:700;color:#1d1d1f}.sp-name-en{font-size:11px;color:#999}.sp-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.sp-price{font-size:15px;font-weight:800;color:#ff6b35}.sp-tag{font-size:10px;font-weight:700;background:linear-gradient(135deg,#ff6b3522,#ff3cac22);color:#ff6b35;padding:3px 8px;border-radius:10px}.sp-phone-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 14px 8px;background:#fff;border-bottom:1px solid #f0f0f0}.sp-phone-logo{font-size:11px;font-weight:800;color:#1d1d1f}.sp-phone-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100px;background:linear-gradient(135deg,#ff6b35,#ff3cac)}.sp-banner-title{font-size:14px;font-weight:800;color:#fff}.sp-banner-sub{font-size:10px;color:#fffc}.sp-phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;background:#f8f8f8;flex:1}.sp-phone-item{background:#fff;border-radius:10px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid rgba(0,0,0,.04)}.sp-item-emoji{font-size:22px}.sp-item-name{font-size:8px;font-weight:700;color:#333;text-align:center;line-height:1.3}.sp-item-price{font-size:10px;font-weight:800;color:#ff6b35}.sp-item-add{font-size:9px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff6b35,#ff3cac);padding:3px 8px;border-radius:6px}.shop-scene-b{background:#f8f8f8;padding:16px}.cart-header{font-size:14px;font-weight:800;color:#1d1d1f;margin-bottom:14px}.cart-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.cart-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:10px;padding:10px 12px;font-size:11px;color:#333;border:1px solid rgba(0,0,0,.04)}.cart-row strong{font-size:12px;font-weight:800;color:#1d1d1f}.cart-divider{height:1px;background:#e8e8e8;margin:8px 0}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666;margin-bottom:14px}.cart-total strong{font-size:16px;font-weight:800;color:#ff6b35}.cart-checkout-btn{background:linear-gradient(135deg,#ff6b35,#ff3cac);color:#fff;font-size:12px;font-weight:700;padding:10px;border-radius:10px;text-align:center;margin-bottom:6px}.cart-secure{font-size:9px;color:#aaa;display:flex;align-items:center;gap:4px;justify-content:center}.contact-section{display:flex;flex-direction:column;align-items:center}.biz-card-stage{position:relative;width:380px;max-width:100%;perspective:1000px;display:flex;justify-content:center;align-items:center;margin-top:20px}.biz-card{background:#fff;border-radius:24px;padding:24px;width:340px;max-width:100%;border-bottom:6px solid #e0e0e0;box-shadow:0 30px 60px #00000024,0 4px 8px #0000000d;position:relative;z-index:2}.biz-card-top{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#ff6b3515,#ff3cac15,#7b61ff15);border-radius:16px;margin-bottom:16px}.biz-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff3cac);display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.biz-name{font-size:16px;font-weight:800;color:#1d1d1f}.biz-role{font-size:12px;color:#888;margin-top:2px}.biz-divider{height:1px;background:#f0f0f0;margin-bottom:14px}.biz-card-body{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.biz-row{display:flex;align-items:center;gap:10px;font-size:12px;color:#444}.biz-row span{flex:1}.copy-btn{background:#f5f5f7;border:none;border-radius:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:background .2s,color .2s;flex-shrink:0}.copy-btn:hover{background:#007aff;color:#fff}.biz-actions{display:flex;gap:8px}.biz-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;border-radius:10px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s}.biz-btn:hover{transform:translateY(-2px);opacity:.9}.biz-btn-tt{background:#f5f5f5;color:#1d1d1f}.biz-btn-yt{background:red;color:#fff}.biz-btn-mail{background:linear-gradient(135deg,#ff6b35,#ff3cac);color:#fff}.biz-decoration-circle{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#ff6b3530,#ff3cac30);z-index:1;bottom:-80px;right:-60px;filter:blur(40px);opacity:.4}.fs-footer{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.07);margin-top:60px;padding:44px 0 28px;position:relative;z-index:10;width:100%}.footer-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.footer-brand p{font-size:13px;color:#999;margin-top:4px}.footer-socials{display:flex;gap:16px}.footer-socials a{color:#888;transition:color .2s;text-decoration:none}.footer-socials a:hover{color:#ff6b35}.footer-bottom{font-size:12px;color:#bbb;padding-top:16px;border-top:1px solid rgba(0,0,0,.05);width:100%;text-align:center}@media (max-width: 480px){.hero-text h1{font-size:30px}.section-header h2{font-size:26px}.phone-container-tilted{transform:rotateY(-8deg) rotateX(3deg)}.fc-hero-left{left:-10px}.fc-hero-right{right:-10px}.biz-card{width:100%}.youtube-grid{grid-template-columns:1fr 1fr}}.screen-scene.photo-scene{padding:0;overflow:hidden}.phone-screenshot{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.biz-avatar{overflow:hidden}.course-thumb-wrap{width:150px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;flex-shrink:0}.course-thumb{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.tab-cover{width:120px;aspect-ratio:1 / 1;border-radius:12px;flex-shrink:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}.tab-strings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-evenly;padding:16px 0;opacity:.3}.tab-string-line{width:100%;height:1px;background:#fff}.tab-string-line:nth-child(1){height:1px}.tab-string-line:nth-child(2){height:1px}.tab-string-line:nth-child(3){height:1.5px}.tab-string-line:nth-child(4){height:1.5px}.tab-string-line:nth-child(5){height:2px}.tab-string-line:nth-child(6){height:2.5px}.tab-cover-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.tab-cover-label{font-size:15px;font-weight:600;letter-spacing:5px;color:#fff9;text-transform:uppercase;background:#0003;padding:2px 8px;border-radius:6px}.fs-page.dark-theme{background:#1a1a1a!important;color:#fff!important}.fs-page.dark-theme .fs-logo,.fs-page.dark-theme .fs-nav-links a,.fs-page.dark-theme .section-header h2,.fs-page.dark-theme .hero-text h1,.fs-page.dark-theme .hero-stat strong{color:#fff!important}.fs-page.dark-theme .hero-text p,.fs-page.dark-theme .section-header p{color:#ccc!important}.fs-page.dark-theme .mesh-blob{opacity:.3}.fs-page.dark-theme .course-card,.fs-page.dark-theme .tab-card,.fs-page.dark-theme .yt-card,.fs-page.dark-theme .shop-product-row{background:#2d2d2d!important;border-color:#ffffff1a!important}.fs-page.dark-theme .course-title,.fs-page.dark-theme .tab-title,.fs-page.dark-theme .yt-title,.fs-page.dark-theme .sp-name{color:#fff!important}
