:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-bg: #0d0f1a;--color-bg-secondary: #12151f;--color-bg-card: #1a1f2e;--color-border: #2a2f3e;--color-text: #ffffff;--color-text-muted: #aaaaaa;--color-green: #39d353;--color-green-hover: #2db845;--color-purple: #a855f7;--color-accent: #6c63ff;--navbar-height: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Segoe UI,Arial,sans-serif;background-color:var(--color-bg);color:var(--color-text)}a{color:inherit;display:block}ul{list-style:none}header{height:var(--navbar-height);background-color:var(--color-bg);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}header .logo-link img{height:52px;width:auto}header nav{display:flex;align-items:center;gap:2rem}header nav a{font-size:1rem;color:var(--color-green);transition:color .2s}header nav a:hover,header nav a.router-link-exact-active{color:var(--color-green);text-decoration:underline}header .account-link img{height:44px;width:44px;border-radius:50%}.header-left{display:flex;align-items:center;gap:2rem}footer{background-color:#1c2030;padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;border-top:1px solid var(--color-border)}footer p{color:var(--color-text-muted);font-size:.9rem;line-height:1.8}footer nav ul{display:flex;flex-direction:column;gap:.6rem;text-align:right}footer nav a{color:var(--color-text);font-size:.95rem;transition:color .2s}footer nav a:hover{color:var(--color-green)}.btn-primary{background-color:var(--color-green);color:#000;font-weight:700;font-size:1rem;padding:.75rem 2rem;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s;width:200px}.btn-primary:hover{background-color:var(--color-green-hover)}h1,h2,h3,h4,h5,h6{font-weight:700}header nav a[data-v-35ec1078]{text-decoration:none;border:none}header nav a.router-link-exact-active[data-v-35ec1078]{text-decoration:none;background-color:transparent}.hero[data-v-b00167ea]{display:flex;align-items:center;justify-content:space-between;padding:4rem 6rem;min-height:calc(100vh - 280px);gap:2rem}.hero-text[data-v-b00167ea]{max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.hero-text h1[data-v-b00167ea]{font-size:2.8rem;font-weight:800;line-height:1.2;color:var(--color-text)}.hero-text p[data-v-b00167ea]{font-size:1rem;color:var(--color-text-muted);line-height:1.6}.hero-buttons[data-v-b00167ea]{display:flex;flex-direction:column;gap:1rem;width:fit-content}.hero-image img[data-v-b00167ea]{width:100%;max-width:480px}@media(max-width:768px){.hero[data-v-b00167ea]{flex-direction:column;padding:2rem 1.5rem;text-align:center;align-items:center}.hero-buttons[data-v-b00167ea]{align-items:center;width:100%}.hero-image img[data-v-b00167ea]{max-width:300px}}.guides-layout[data-v-57999dc4]{display:flex;min-height:calc(100vh - 280px)}.guides-sidebar[data-v-57999dc4]{width:230px;min-width:230px;background-color:var(--color-bg-secondary);border-right:1px solid var(--color-border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.3rem}.sidebar-group-title[data-v-57999dc4]{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-top:1rem;margin-bottom:.3rem;padding-left:.5rem}.guides-sidebar ul[data-v-57999dc4]{display:flex;flex-direction:column}.guides-sidebar ul li a[data-v-57999dc4]{display:block;padding:.2rem .5rem .2rem 1rem;color:var(--color-text-muted);font-size:.95rem;border-radius:4px;transition:color .2s,background-color .2s;text-decoration:none}.guides-sidebar ul li a[data-v-57999dc4]:hover{color:var(--color-text);background-color:var(--color-bg-hover)}.guides-sidebar ul li a.router-link-exact-active[data-v-57999dc4]{color:var(--color-text);font-weight:600;text-decoration:underline}.guides-content[data-v-57999dc4]{flex:1;padding:2.5rem 3rem;background-color:var(--color-bg-card)}.sidebar-group-link[data-v-57999dc4]{text-decoration:none}.sidebar-group-link.router-link-exact-active[data-v-57999dc4]{text-decoration:underline}article[data-v-df19a000]{max-width:400px}h1[data-v-df19a000]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-df19a000]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-df19a000]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-df19a000]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-253c8da1]{max-width:400px}h1[data-v-253c8da1]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-253c8da1]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-253c8da1]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-253c8da1]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-f5722486]{max-width:400px}h1[data-v-f5722486]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-f5722486]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-f5722486]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-f5722486]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-6e1a18fd]{max-width:400px}h1[data-v-6e1a18fd]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-6e1a18fd]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-6e1a18fd]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-6e1a18fd]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-172ed197]{max-width:400px}h1[data-v-172ed197]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-172ed197]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-172ed197]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-172ed197]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-c3d30315]{max-width:400px}h1[data-v-c3d30315]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-c3d30315]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-c3d30315]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-c3d30315]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-a09935df]{max-width:400px}h1[data-v-a09935df]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-a09935df]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-a09935df]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-a09935df]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-b100297e]{max-width:400px}h1[data-v-b100297e]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-b100297e]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-b100297e]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-b100297e]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-65cba207]{max-width:400px}h1[data-v-65cba207]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-65cba207]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-65cba207]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-65cba207]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-b418d563]{max-width:400px}h1[data-v-b418d563]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-b418d563]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-b418d563]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-b418d563]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-daa9d0a9]{max-width:400px}h1[data-v-daa9d0a9]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-daa9d0a9]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-daa9d0a9]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-daa9d0a9]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-0ffd9abb]{max-width:400px}h1[data-v-0ffd9abb]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-0ffd9abb]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-0ffd9abb]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-0ffd9abb]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-1bb03833]{max-width:400px}h1[data-v-1bb03833]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-1bb03833]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-1bb03833]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-1bb03833]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-0bd608a1]{max-width:400px}h1[data-v-0bd608a1]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-0bd608a1]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-0bd608a1]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-0bd608a1]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}article[data-v-8e9952c6]{max-width:400px}h1[data-v-8e9952c6]{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}h2[data-v-8e9952c6]{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-text)}p[data-v-8e9952c6]{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}ul[data-v-8e9952c6]{list-style:disc;padding-left:1.5rem;color:var(--color-text-muted);line-height:1.8}main[data-v-e6f4844a]{max-width:860px;margin:0 auto;padding:2.5rem 2rem}section[data-v-e6f4844a]{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}h1[data-v-e6f4844a]{font-size:1.8rem;font-weight:700;color:var(--color-text)}h2[data-v-e6f4844a]{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-top:.5rem}p[data-v-e6f4844a],li[data-v-e6f4844a]{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}ul[data-v-e6f4844a]{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.3rem}.back-btn[data-v-e6f4844a]{background:none;border:none;color:var(--color-text);font-size:1rem;cursor:pointer;padding:.5rem 0}.back-btn[data-v-e6f4844a]:hover{color:var(--color-green)}main[data-v-0eb6af2d]{max-width:860px;margin:0 auto;padding:2.5rem 2rem}section[data-v-0eb6af2d]{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}h1[data-v-0eb6af2d]{font-size:1.8rem;font-weight:700;color:var(--color-text)}h2[data-v-0eb6af2d]{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-top:.5rem}p[data-v-0eb6af2d],li[data-v-0eb6af2d]{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}ul[data-v-0eb6af2d]{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.3rem}.back-btn[data-v-0eb6af2d]{background:none;border:none;color:var(--color-text);font-size:1rem;cursor:pointer;padding:.5rem 0}.back-btn[data-v-0eb6af2d]:hover{color:var(--color-green)}main[data-v-7373051f]{max-width:860px;margin:0 auto;padding:2.5rem 2rem}section[data-v-7373051f]{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:8px;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}h1[data-v-7373051f]{font-size:1.8rem;font-weight:700;color:var(--color-text)}h2[data-v-7373051f]{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-top:.5rem}p[data-v-7373051f],li[data-v-7373051f]{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}ul[data-v-7373051f]{list-style:disc;padding-left:1.5rem;display:flex;flex-direction:column;gap:.3rem}.back-btn[data-v-7373051f]{background:none;border:none;color:var(--color-text);font-size:1rem;cursor:pointer;padding:.5rem 0}.back-btn[data-v-7373051f]:hover{color:var(--color-green)}.account-main[data-v-460e744a]{display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1rem;min-height:calc(100vh - 280px)}.auth-card[data-v-460e744a]{background-color:#1e2130;border:none;border-radius:14px;padding:2.5rem 2rem;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1rem}.auth-card h1[data-v-460e744a]{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.form-group[data-v-460e744a]{display:flex;flex-direction:column;gap:.3rem}.form-group label[data-v-460e744a]{font-size:.9rem;color:var(--color-text)}.form-group input[data-v-460e744a]{padding:.6rem .8rem;border-radius:6px;border:none;background-color:#c8c8c8;color:#111;font-size:.95rem}.auth-btn[data-v-460e744a]{align-self:center;background-color:var(--color-green);color:#000;font-weight:700;font-size:.95rem;padding:.6rem 2rem;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s;width:160px;margin-top:.3rem}.auth-btn[data-v-460e744a]:hover{background-color:var(--color-green-hover)}.social-label[data-v-460e744a]{text-align:center;color:var(--color-text-muted);font-size:.85rem;margin-bottom:-.3rem}.social-icons[data-v-460e744a]{display:flex;justify-content:center;gap:.8rem}.social-icons img[data-v-460e744a]{height:38px;width:38px;object-fit:contain;cursor:pointer;border-radius:50%}.auth-link[data-v-460e744a]{text-align:center;font-size:.88rem;color:var(--color-text-muted)}.auth-link a[data-v-460e744a]{color:var(--color-text);display:inline}.message[data-v-460e744a]{text-align:center;padding:.7rem .9rem;border-radius:8px;font-size:.9rem;margin:0}.message.error[data-v-460e744a]{background:#ff505026;color:#ff9b9b}.account-main[data-v-0311174f]{display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1rem;min-height:calc(100vh - 280px)}.auth-card[data-v-0311174f]{background-color:#1e2130;border:none;border-radius:14px;padding:2.5rem 2rem;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1rem}.auth-card h1[data-v-0311174f]{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.form-group[data-v-0311174f]{display:flex;flex-direction:column;gap:.3rem}.form-group label[data-v-0311174f]{font-size:.9rem;color:var(--color-text)}.form-group input[data-v-0311174f]{padding:.6rem .8rem;border-radius:6px;border:none;background-color:#c8c8c8;color:#111;font-size:.95rem}.auth-btn[data-v-0311174f]{align-self:center;background-color:var(--color-green);color:#000;font-weight:700;font-size:.95rem;padding:.6rem 2rem;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s;width:160px;margin-top:.3rem}.auth-btn[data-v-0311174f]:hover{background-color:var(--color-green-hover)}.social-label[data-v-0311174f]{text-align:center;color:var(--color-text-muted);font-size:.85rem;margin-bottom:-.3rem}.social-icons[data-v-0311174f]{display:flex;justify-content:center;gap:.8rem}.social-icons img[data-v-0311174f]{height:38px;width:38px;object-fit:contain;cursor:pointer;border-radius:50%}.auth-link[data-v-0311174f]{text-align:center;font-size:.88rem;color:var(--color-text-muted)}.auth-link a[data-v-0311174f]{color:var(--color-text);display:inline}.message[data-v-0311174f]{text-align:center;padding:.7rem .9rem;border-radius:8px;font-size:.9rem;margin:0}.message.error[data-v-0311174f]{background:#ff505026;color:#ff9b9b}.account-main[data-v-8f5789b6]{display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1rem;min-height:calc(100vh - 280px)}.account-card[data-v-8f5789b6]{background-color:var(--color-bg-card);border:1px solid var(--color-border);border-radius:10px;padding:2rem 2.5rem;width:100%;max-width:900px}.account-card h1[data-v-8f5789b6]{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.account-body[data-v-8f5789b6]{display:flex;gap:2.5rem;align-items:flex-start}.avatar img[data-v-8f5789b6]{width:160px;height:160px;border-radius:50%;object-fit:cover}.account-info[data-v-8f5789b6]{flex:1;display:flex;flex-direction:column;gap:.4rem}.info-header[data-v-8f5789b6]{display:flex;justify-content:space-between;align-items:center}.account-info h2[data-v-8f5789b6]{font-size:1rem;font-weight:700;margin-top:1rem;color:var(--color-text)}.account-info p[data-v-8f5789b6]{color:var(--color-text-muted);font-size:.95rem}.edit-btn[data-v-8f5789b6]{background:none;border:none;color:var(--color-text-muted);font-size:1.1rem;cursor:pointer}.edit-btn[data-v-8f5789b6]:hover{color:var(--color-green)}.auth-btn[data-v-8f5789b6]{align-self:flex-start;background-color:var(--color-green);color:#000;font-weight:700;font-size:.95rem;padding:.6rem 2rem;border:none;border-radius:999px;cursor:pointer;width:160px;margin-top:1.2rem}.auth-btn[data-v-8f5789b6]:hover{background-color:var(--color-green-hover)}main[data-v-ff7088c1]{min-height:calc(100vh - 280px);background-color:var(--color-bg-card);display:flex;flex-direction:column;align-items:center;padding:3rem 1rem}h1[data-v-ff7088c1]{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-align:center}p[data-v-ff7088c1]{color:var(--color-text-muted);margin-bottom:3rem;text-align:center}.mode-cards[data-v-ff7088c1]{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.mode-card[data-v-ff7088c1]{background-color:#0d0f1a;border:1px solid var(--color-border);border-radius:8px;padding:2.5rem 2rem;width:260px;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:border-color .2s;text-align:center}.mode-card[data-v-ff7088c1]:hover{border-color:var(--color-accent)}.mode-card img[data-v-ff7088c1]{width:70px;height:70px;object-fit:contain}.mode-card h2[data-v-ff7088c1]{font-size:1.3rem;font-weight:600}.mode-card p[data-v-ff7088c1]{font-size:.9rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:0}main[data-v-09df5779]{min-height:calc(100vh - 280px);background-color:var(--color-bg-card);display:flex;flex-direction:column;align-items:center;padding:3rem 1rem 1rem;position:relative}h1[data-v-09df5779]{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}p[data-v-09df5779]{font-size:1.1rem;margin-bottom:1.5rem;text-align:center;color:var(--color-text)}.option-list[data-v-09df5779]{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:340px}.option-list button[data-v-09df5779]{background-color:#0d0f1a;border:1px solid #2a2f3e;border-radius:4px;padding:.75rem 1rem;color:var(--color-text);font-size:1rem;cursor:pointer;text-align:center;transition:border-color .15s;width:100%}.option-list button[data-v-09df5779]:hover{border-color:var(--color-accent)}.option-list button p[data-v-09df5779]{font-size:.85rem;color:var(--color-text-muted);margin-top:.4rem;margin-bottom:0;text-align:left}.budget-card[data-v-09df5779]{background-color:#0d0f1a;border:1px solid #2a2f3e;border-radius:4px;padding:1.5rem 2rem;width:100%;max-width:340px}.budget-label[data-v-09df5779]{font-size:.85rem;background:#2a3555;color:#fff;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:.8rem}input[type=range][data-v-09df5779]{width:100%;accent-color:var(--color-accent);cursor:pointer}textarea[data-v-09df5779]{width:100%;margin-top:.5rem;padding:.5rem;border-radius:4px;border:none;background:#fff;color:#222;font-size:.9rem;resize:vertical;min-height:70px;box-sizing:border-box}.nav-bar[data-v-09df5779]{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--color-border)}.nav-btn[data-v-09df5779]{background:none;border:none;color:var(--color-text);font-size:1rem;cursor:pointer;outline:none}.nav-btn[data-v-09df5779]:hover{color:var(--color-green)}.ok-btn[data-v-09df5779]{margin-top:1rem;width:100%;background-color:var(--color-accent, #3b5bdb);color:#fff;border:none;border-radius:4px;padding:.6rem 1rem;font-size:1rem;cursor:pointer;transition:opacity .15s}.ok-btn[data-v-09df5779]:hover{opacity:.85}.simulator-layout[data-v-ba044a99]{display:flex;min-height:calc(100vh - 70px);background:#1a1f2e;color:#e0e6f0}.component-panel[data-v-ba044a99]{flex:1;min-width:0;background:#1e2435;border-right:1px solid #2a3148;display:flex;flex-direction:column;overflow-y:auto}.panel-header[data-v-ba044a99]{padding:18px 20px 14px;border-bottom:1px solid #2a3148;display:flex;align-items:center;gap:12px;flex-wrap:wrap;position:sticky;top:0;background:#1e2435;z-index:5}.panel-header h2[data-v-ba044a99]{font-size:1.05rem;font-weight:700;margin:0}.panel-tags[data-v-ba044a99]{display:flex;gap:6px;flex-wrap:wrap}.tag[data-v-ba044a99]{font-size:.7rem;padding:3px 9px;border-radius:10px;font-weight:600}.tag--activity[data-v-ba044a99]{background:#6c63ff1a;color:#9b8fff;border:1px solid #6c63ff33}.tag--budget[data-v-ba044a99]{background:#39d3531a;color:#39d353;border:1px solid #39d35333}.category-block[data-v-ba044a99]{border-bottom:1px solid #2a3148}.category-title[data-v-ba044a99]{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;cursor:pointer;transition:background .15s}.category-title[data-v-ba044a99]:hover,.category-title.active[data-v-ba044a99]{background:#252d42}.category-title-left[data-v-ba044a99]{display:flex;flex-direction:column;gap:2px;min-width:0}.cat-label[data-v-ba044a99]{font-size:.88rem;font-weight:600;color:#c8d0e0}.cat-selected-name[data-v-ba044a99]{font-size:.73rem;color:#39d353;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.category-title-right[data-v-ba044a99]{display:flex;align-items:center;gap:6px;flex-shrink:0}.cat-check[data-v-ba044a99]{color:#39d353;font-size:.85rem}.chevron[data-v-ba044a99]{font-size:1.3rem;color:#8a99b8;transition:transform .2s;display:inline-block;line-height:1}.chevron.open[data-v-ba044a99]{transform:rotate(90deg)}.category-dropdown[data-v-ba044a99]{background:#161b28;overflow:hidden}.items-separator[data-v-ba044a99]{padding:7px 20px 4px;font-size:.67rem;text-transform:uppercase;letter-spacing:.08em;color:#4a5a78;border-top:1px solid #1e2840}.items-separator[data-v-ba044a99]:first-child{border-top:none}.sep--recommended[data-v-ba044a99]{color:#39d353}.component-item[data-v-ba044a99]{display:flex;align-items:center;gap:12px;padding:10px 20px;cursor:pointer;border-left:3px solid transparent;transition:background .12s,border-color .12s}.component-item[data-v-ba044a99]:hover{background:#1c2338}.component-item.is-recommended[data-v-ba044a99]{border-left-color:#39d353;background:#192030}.component-item.is-recommended[data-v-ba044a99]:hover{background:#1e2840}.component-item.is-selected[data-v-ba044a99]{background:#162416;border-left-color:#39d353}.item-thumb[data-v-ba044a99]{width:50px;height:38px;object-fit:contain;background:#252d42;border-radius:4px;flex-shrink:0}.item-details[data-v-ba044a99]{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.item-name[data-v-ba044a99]{font-size:.84rem;font-weight:600;color:#e0e6f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-desc[data-v-ba044a99]{font-size:.73rem;color:#6a7a9a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-right[data-v-ba044a99]{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.item-price[data-v-ba044a99]{font-size:.84rem;font-weight:700;color:#c8d0e0;white-space:nowrap}.item-details-btn[data-v-ba044a99]{background:none;border:1px solid #2a3a55;color:#6a88b8;font-size:.7rem;border-radius:4px;padding:1px 5px;cursor:pointer;transition:border-color .15s,color .15s;line-height:1.4}.item-details-btn[data-v-ba044a99]:hover{border-color:#39d353;color:#39d353}.selected-check[data-v-ba044a99]{color:#39d353;font-size:.8rem}.build-panel[data-v-ba044a99]{width:290px;min-width:290px;background:#13182a;border-left:1px solid #2a3148;display:flex;flex-direction:column;overflow-y:auto}.build-title[data-v-ba044a99]{font-size:1.05rem;font-weight:700;padding:18px 20px 14px;margin:0;border-bottom:1px solid #2a3148;position:sticky;top:0;background:#13182a;z-index:5}.budget-display[data-v-ba044a99]{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border-bottom:1px solid #1e2840;font-size:.82rem}.budget-label[data-v-ba044a99]{color:#5a6a8a}.budget-value[data-v-ba044a99]{color:#39d353;font-weight:700}.build-list[data-v-ba044a99]{flex:1;overflow-y:auto;padding:6px 0}.build-slot[data-v-ba044a99]{padding:10px 20px;border-bottom:1px solid #1a2038;display:flex;flex-direction:column;gap:4px}.slot-cat[data-v-ba044a99]{font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;color:#4a5a78;font-weight:600}.slot-content[data-v-ba044a99]{display:flex;flex-direction:column;gap:4px}.slot-name[data-v-ba044a99]{font-size:.8rem;color:#c8d4ec;line-height:1.35}.slot-footer[data-v-ba044a99]{display:flex;align-items:center;justify-content:space-between}.slot-price[data-v-ba044a99]{font-size:.82rem;font-weight:700;color:#39d353}.slot-remove[data-v-ba044a99]{background:none;border:none;color:#3a4a65;cursor:pointer;font-size:.7rem;padding:2px 4px;transition:color .15s;line-height:1}.slot-remove[data-v-ba044a99]:hover{color:#e05555}.slot-empty[data-v-ba044a99]{font-size:.75rem;color:#2e3a52;font-style:italic}.total-section[data-v-ba044a99]{padding:14px 20px;border-top:1px solid #2a3148;display:flex;flex-direction:column;gap:6px}.total-row[data-v-ba044a99]{display:flex;justify-content:space-between;align-items:center}.total-label[data-v-ba044a99]{font-size:.9rem;color:#8a99b8}.total-amount[data-v-ba044a99]{font-size:1.15rem;font-weight:700;color:#e0e6f0}.remaining-row[data-v-ba044a99]{display:flex;justify-content:space-between;font-size:.8rem;color:#3a8a5a}.over-budget[data-v-ba044a99]{color:#e05555!important}.purchase-btn[data-v-ba044a99]{margin:14px 20px 20px;padding:12px;background:#39d353;color:#0d1117;border:none;border-radius:22px;font-size:.9rem;font-weight:700;cursor:pointer;text-align:center;transition:background .15s,transform .1s;flex-shrink:0}.purchase-btn[data-v-ba044a99]:hover{background:#2ebf47;transform:translateY(-1px)}.slide-enter-active[data-v-ba044a99],.slide-leave-active[data-v-ba044a99]{transition:max-height .22s ease,opacity .18s ease;max-height:700px;overflow:hidden}.slide-enter-from[data-v-ba044a99],.slide-leave-to[data-v-ba044a99]{max-height:0;opacity:0}.payment-main[data-v-38f69ac2]{min-height:calc(100vh - 280px);display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1rem}.payment-card[data-v-38f69ac2]{background-color:#1a1f2e;border-radius:12px;padding:2rem 2.5rem;width:100%;max-width:680px;display:flex;flex-direction:column;gap:1.2rem}.card-header[data-v-38f69ac2]{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.card-header h1[data-v-38f69ac2]{font-size:1.6rem;font-weight:700}.card-subtitle[data-v-38f69ac2]{color:var(--color-text-muted);font-size:.9rem}.order-total[data-v-38f69ac2]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#252d42;border-radius:8px;font-size:.95rem}.order-total-label[data-v-38f69ac2]{color:var(--color-text-muted, #8a99b8)}.order-total-amount[data-v-38f69ac2]{font-weight:700;font-size:1.1rem;color:#39d353}.google-pay-section[data-v-38f69ac2]{display:flex;flex-direction:column;gap:.75rem}.gpay-loading[data-v-38f69ac2]{text-align:center;color:var(--color-text-muted, #8a99b8);font-size:.9rem;padding:.75rem}.gpay-container[data-v-38f69ac2]{width:100%;min-height:48px}.pay-divider[data-v-38f69ac2]{display:flex;align-items:center;gap:.75rem;color:#556;font-size:.82rem}.pay-divider[data-v-38f69ac2]:before,.pay-divider[data-v-38f69ac2]:after{content:"";flex:1;height:1px;background:#2a3148}.payment-icons[data-v-38f69ac2]{display:flex;gap:1rem;align-items:center}.icon-btn[data-v-38f69ac2]{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;padding:0}.icon-btn img[data-v-38f69ac2]{height:40px;width:40px;object-fit:contain;border-radius:50%}.icon-btn span[data-v-38f69ac2]{font-size:.7rem;color:var(--color-text-muted)}input[data-v-38f69ac2]{padding:.65rem .9rem;border-radius:6px;border:1px solid var(--color-border);background-color:#2a2f3e;color:var(--color-text);font-size:.9rem;width:100%}input[data-v-38f69ac2]::placeholder{color:#888}.field-full[data-v-38f69ac2]{width:100%}.field-row[data-v-38f69ac2]{display:flex;gap:.7rem}.field-row input[data-v-38f69ac2]{flex:1}.field-wide[data-v-38f69ac2]{flex:2!important}.buy-row[data-v-38f69ac2]{display:flex;justify-content:center}.buy-btn[data-v-38f69ac2]{background-color:var(--color-green);color:#000;font-weight:700;font-size:1rem;padding:.65rem 2.5rem;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s}.buy-btn[data-v-38f69ac2]:hover{background-color:var(--color-green-hover)}.buy-btn[data-v-38f69ac2]:disabled{opacity:.6;cursor:not-allowed}.status-overlay[data-v-38f69ac2]{display:flex;justify-content:center;align-items:center;width:100%}.status-card[data-v-38f69ac2]{background-color:#1a1f2e;border-radius:12px;padding:3rem 2.5rem;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.status-icon[data-v-38f69ac2]{font-size:2rem;width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.status-card--success .status-icon[data-v-38f69ac2]{background:#1a3a1a;color:#39d353}.status-card--error .status-icon[data-v-38f69ac2]{background:#3a1a1a;color:#e05555}.status-card h2[data-v-38f69ac2]{font-size:1.5rem;font-weight:700}.status-amount[data-v-38f69ac2]{font-size:1.2rem;font-weight:700;color:#39d353}.crypto-header[data-v-38f69ac2]{display:flex;align-items:center;justify-content:space-between}.crypto-header h1[data-v-38f69ac2]{font-size:1.8rem;font-weight:700;text-align:center;flex:1}.crypto-icon[data-v-38f69ac2]{width:48px;height:48px;object-fit:contain;border-radius:50%}.icon-btn-plain[data-v-38f69ac2]{background:none;border:none;cursor:pointer;padding:0}.crypto-subtitle[data-v-38f69ac2]{text-align:center;color:var(--color-green);font-size:.95rem;text-decoration:underline}.connect-btn[data-v-38f69ac2]{background-color:#3b7bdb;color:#fff;font-weight:600;font-size:1rem;padding:.75rem 2rem;border:none;border-radius:8px;cursor:pointer;align-self:center;width:260px}.wallet-list[data-v-38f69ac2]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.wallet-item[data-v-38f69ac2]{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.wallet-item img[data-v-38f69ac2]{width:80px;height:80px;object-fit:contain;border-radius:12px}.wallet-item p[data-v-38f69ac2]{font-size:.9rem;color:var(--color-text);text-align:center}.detail-page[data-v-1430730d]{min-height:calc(100vh - var(--navbar-height));background:var(--color-bg);color:var(--color-text);padding:0 0 4rem}.state-center[data-v-1430730d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;min-height:40vh;color:var(--color-text-muted)}.not-found-title[data-v-1430730d]{font-size:1.3rem;font-weight:600}.spinner[data-v-1430730d]{width:36px;height:36px;border:3px solid #2a3148;border-top-color:var(--color-green);border-radius:50%;animation:spin-1430730d .7s linear infinite}@keyframes spin-1430730d{to{transform:rotate(360deg)}}.breadcrumb[data-v-1430730d]{display:flex;align-items:center;gap:.5rem;padding:1.2rem 2.5rem;font-size:.82rem;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary)}.btn-back[data-v-1430730d]{background:none;border:none;color:var(--color-green);font-size:.82rem;cursor:pointer;padding:0;transition:color .15s}.btn-back[data-v-1430730d]:hover{color:var(--color-green-hover);text-decoration:underline}.crumb-sep[data-v-1430730d]{color:#3a4a65}.crumb[data-v-1430730d]{color:var(--color-text-muted)}.crumb--active[data-v-1430730d]{color:var(--color-text);font-weight:600}.hero[data-v-1430730d]{display:grid;grid-template-columns:380px 1fr;gap:3rem;max-width:1100px;margin:2.5rem auto;padding:0 2.5rem}.hero-image-wrap[data-v-1430730d]{background:#1a1f2e;border:1px solid var(--color-border);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:2.5rem;aspect-ratio:4/3}.hero-image[data-v-1430730d]{width:100%;height:100%;object-fit:contain}.hero-info[data-v-1430730d]{display:flex;flex-direction:column;gap:.9rem;padding-top:.5rem}.category-badge[data-v-1430730d]{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-green);background:#39d3531a;border:1px solid rgba(57,211,83,.25);border-radius:6px;padding:3px 10px;width:fit-content}.component-name[data-v-1430730d]{font-size:2rem;font-weight:800;line-height:1.2;color:var(--color-text)}.component-price[data-v-1430730d]{font-size:1.8rem;font-weight:800;color:var(--color-green)}.component-desc[data-v-1430730d]{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;max-width:520px}.hero-actions[data-v-1430730d]{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.6rem}.btn-primary[data-v-1430730d]{background:var(--color-green);color:#000;font-weight:700;font-size:.95rem;padding:.75rem 1.8rem;border:none;border-radius:999px;cursor:pointer;transition:background .2s,transform .1s}.btn-primary[data-v-1430730d]:hover{background:var(--color-green-hover);transform:translateY(-1px)}.btn-secondary[data-v-1430730d]{background:transparent;color:var(--color-text-muted);font-weight:600;font-size:.95rem;padding:.75rem 1.8rem;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;transition:border-color .2s,color .2s}.btn-secondary[data-v-1430730d]:hover{border-color:var(--color-text-muted);color:var(--color-text)}.specs-section[data-v-1430730d],.related-section[data-v-1430730d]{max-width:1100px;margin:2rem auto 0;padding:0 2.5rem}.section-title[data-v-1430730d]{font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--color-border)}.specs-table[data-v-1430730d]{width:100%;border-collapse:collapse;background:#1a1f2e;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;font-size:.9rem}.specs-table tbody tr[data-v-1430730d]{border-bottom:1px solid var(--color-border);transition:background .12s}.specs-table tbody tr[data-v-1430730d]:last-child{border-bottom:none}.specs-table tbody tr[data-v-1430730d]:hover{background:#1e2435}.spec-label[data-v-1430730d]{padding:.75rem 1.25rem;color:var(--color-text-muted);font-weight:600;width:35%;white-space:nowrap}.spec-value[data-v-1430730d]{padding:.75rem 1.25rem;color:var(--color-text)}.related-grid[data-v-1430730d]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.related-card[data-v-1430730d]{display:flex;gap:1rem;align-items:center;background:#1a1f2e;border:1px solid var(--color-border);border-radius:10px;padding:1rem;cursor:pointer;transition:border-color .18s,background .18s}.related-card[data-v-1430730d]:hover{border-color:var(--color-green);background:#1e2435}.related-image[data-v-1430730d]{width:64px;height:48px;object-fit:contain;background:#252d42;border-radius:6px;flex-shrink:0}.related-info[data-v-1430730d]{display:flex;flex-direction:column;gap:3px;min-width:0}.related-name[data-v-1430730d]{font-size:.85rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-desc[data-v-1430730d]{font-size:.73rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.related-price[data-v-1430730d]{font-size:.85rem;font-weight:700;color:var(--color-green);margin-top:2px}@media(max-width:820px){.hero[data-v-1430730d]{grid-template-columns:1fr}.hero-image-wrap[data-v-1430730d]{aspect-ratio:16/9;max-height:240px}.component-name[data-v-1430730d]{font-size:1.5rem}.component-price[data-v-1430730d]{font-size:1.4rem}}
