:root{--vf-help-bg-primary: #050510;--vf-help-bg-glass: rgba(255, 255, 255, .03);--vf-help-bg-glass-hover: rgba(0, 240, 255, .05);--vf-help-text-primary: #ffffff;--vf-help-text-secondary: rgba(255, 255, 255, .6);--vf-help-text-body: rgba(255, 255, 255, .8);--vf-help-accent: #00F0FF;--vf-help-accent-glow: rgba(0, 240, 255, .3);--vf-help-border: rgba(255, 255, 255, .1);--vf-help-border-active: #00F0FF}.dark{--vf-help-bg-primary: #050510;--vf-help-bg-glass: rgba(255, 255, 255, .03);--vf-help-bg-glass-hover: rgba(0, 240, 255, .05);--vf-help-text-primary: #ffffff;--vf-help-text-secondary: rgba(255, 255, 255, .6);--vf-help-text-body: rgba(255, 255, 255, .8);--vf-help-accent: #00F0FF;--vf-help-accent-glow: rgba(0, 240, 255, .3);--vf-help-border: rgba(255, 255, 255, .1);--vf-help-border-active: #00F0FF}.vf-help{background-color:var(--vf-help-bg-primary);min-height:100vh;color:var(--vf-help-text-primary);padding:80px 24px;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;max-width:100%;margin:0}.vf-help>*{max-width:800px;margin-left:auto;margin-right:auto}.vf-help__title{font-family:Clash Display,Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:900;font-size:3rem;color:var(--vf-help-text-primary);letter-spacing:.05em;text-align:center;margin-bottom:12px;text-transform:uppercase}.vf-help__subtitle{text-align:center;color:var(--vf-help-accent);font-family:Space Grotesk,monospace;letter-spacing:.2em;font-size:.9rem;margin-bottom:60px;text-transform:uppercase}.vf-help__search{max-width:600px;margin:0 auto 60px;position:relative}.vf-help__search-input{width:100%;padding:16px 20px 16px 50px;background:var(--vf-help-bg-glass);border:1px solid var(--vf-help-border);border-radius:12px;font-size:15px;color:var(--vf-help-text-primary);outline:none;transition:all .3s ease}.vf-help__search-input::placeholder{color:var(--vf-help-text-secondary)}.vf-help__search-input:focus{border-color:var(--vf-help-accent);box-shadow:0 0 20px var(--vf-help-accent-glow)}.vf-help__search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--vf-help-text-secondary);pointer-events:none}.vf-help__search-input:focus+.vf-help__search-icon,.vf-help__search:focus-within .vf-help__search-icon{color:var(--vf-help-accent)}.vf-help__no-results{display:none;text-align:center;color:var(--vf-help-text-secondary);margin:20px 0 32px;font-size:14px}.vf-help__no-results--visible{display:block}.vf-help__categories{margin-bottom:60px}.vf-help__category{margin-bottom:40px}.vf-help__category--hidden{display:none}.vf-help__category-title{font-size:1.3rem;font-weight:700;color:var(--vf-help-accent);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--vf-help-accent-glow);letter-spacing:.02em}.vf-help__accordion{border:none;border-radius:0;overflow:visible}.vf-help__item{background:var(--vf-help-bg-glass);border:1px solid var(--vf-help-border);border-radius:12px;margin-bottom:12px;transition:all .3s ease;overflow:hidden}.vf-help__item:hover{border-color:#00f0ff4d;background:var(--vf-help-bg-glass-hover)}.vf-help__item--open{border-color:var(--vf-help-accent);background:var(--vf-help-bg-glass-hover);box-shadow:0 0 20px var(--vf-help-accent-glow)}.vf-help__item--hidden{display:none}.vf-help__button{width:100%;padding:20px 24px;background:transparent;border:none;text-align:left;font-size:15px;font-weight:600;color:var(--vf-help-text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;position:relative}.vf-help__button:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--vf-help-accent);transition:height .3s ease;border-radius:0 2px 2px 0}.vf-help__item--open .vf-help__button:before{height:60%}.vf-help__button-text{flex:1;padding-right:16px}.vf-help__icon{width:20px;height:20px;color:var(--vf-help-accent);transition:transform .3s ease;flex-shrink:0}.vf-help__item--open .vf-help__icon{transform:rotate(180deg)}.vf-help__content{max-height:0;overflow:hidden;transition:max-height .4s ease}.vf-help__item--open .vf-help__content{max-height:600px}.vf-help__content-inner{padding:0 24px 24px;color:var(--vf-help-text-body);font-size:14px;line-height:1.9}.vf-help__content strong{font-weight:700;color:var(--vf-help-text-primary)}.vf-help__content a{color:var(--vf-help-accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.vf-help__content a:hover{border-bottom-color:var(--vf-help-accent)}.vf-help__contact{text-align:center;padding:50px 32px;background:var(--vf-help-bg-glass);border:1px solid var(--vf-help-border);border-radius:16px;margin-top:60px}.vf-help__contact-title{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700;color:var(--vf-help-text-primary);margin-bottom:12px;letter-spacing:.02em}.vf-help__contact-text{color:var(--vf-help-text-secondary);font-size:14px;margin-bottom:28px;line-height:1.7}.vf-help__contact-button{display:inline-block;padding:16px 48px;background:transparent;border:1px solid var(--vf-help-accent);color:var(--vf-help-accent);text-decoration:none;border-radius:50px;font-family:Space Grotesk,monospace;font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all .3s cubic-bezier(.25,1,.5,1);box-shadow:0 0 10px var(--vf-help-accent-glow)}.vf-help__contact-button:hover{background:var(--vf-help-accent);color:#000;box-shadow:0 0 30px #00f0ff99;transform:translateY(-2px)}.vf-help__highlight{background-color:#00f0ff33;color:var(--vf-help-accent);padding:1px 4px;border-radius:3px}@media (max-width: 768px){.vf-help{padding:60px 16px}.vf-help__title{font-size:2rem}.vf-help__subtitle{font-size:.75rem;letter-spacing:.15em;margin-bottom:40px}.vf-help__category-title{font-size:1.1rem}.vf-help__button{font-size:14px;padding:16px 18px}.vf-help__content-inner{font-size:13px;padding:0 18px 20px}.vf-help__contact{padding:40px 20px}.vf-help__contact-button{padding:14px 36px;font-size:12px}}.vf-help__button:focus{outline:2px solid var(--vf-help-accent);outline-offset:2px}.vf-help__button:focus:not(:focus-visible){outline:none}.vf-help__button:focus-visible{outline:2px solid var(--vf-help-accent);outline-offset:2px}@keyframes vf-help-glow-pulse{0%,to{box-shadow:0 0 10px var(--vf-help-accent-glow)}50%{box-shadow:0 0 20px var(--vf-help-accent-glow)}}.vf-help__item--open{animation:vf-help-glow-pulse 2s ease-in-out infinite}@keyframes vf-help-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.vf-help__content-inner{animation:vf-help-fade-in .3s ease}
/*# sourceMappingURL=/cdn/shop/t/80/assets/help-center.css.map */
