.gosync-page{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}.gosync-page.light{--bg-tertiary:#f1f5f9;--text-muted:#94a3b8;--primary-light:#2e6ae01a;--accent-gradient:linear-gradient(135deg, var(--primary-color) 0%, #6366f1 100%);--card-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--card-hover-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--code-bg:#1e293b;--code-text:#e2e8f0}.gosync-page.dark{--bg-tertiary:#334155;--text-muted:#64748b;--primary-light:#2e6ae026;--accent-gradient:linear-gradient(135deg, var(--primary-color) 0%, #818cf8 100%);--card-shadow:0 4px 6px -1px #0000004d, 0 2px 4px -1px #0003;--card-hover-shadow:0 20px 25px -5px #0006, 0 10px 10px -5px #0003;--code-bg:#1e293b;--code-text:#e2e8f0}.gosync-page code{border:none;outline:none}.gosync-page *{box-sizing:border-box;margin:0;padding:0}.gosync-page a{color:inherit;text-decoration:none}.gosync-page .gosync-nav{z-index:100;background-color:var(--nav-bg-scrolled);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px var(--nav-shadow-color);position:fixed;top:0;left:0;right:0}.gosync-page .gosync-nav .nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;display:flex}.gosync-page .gosync-nav .logo-link{align-items:center;gap:.5rem;display:flex}.gosync-page .gosync-nav .logo-text{color:var(--primary-color);font-size:1.25rem;font-weight:700}.gosync-page .gosync-nav .nav-right{align-items:center;gap:1rem;display:flex}.gosync-page .gosync-nav .theme-toggle{border:1px solid var(--border-color);background-color:var(--bg-secondary);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.gosync-page .gosync-nav .theme-toggle:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.gosync-page .gosync-nav .nav-btn{background:var(--primary-color);color:#fff;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s}.gosync-page .gosync-nav .nav-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #2e6ae066}.gosync-page .hero-section{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.gosync-page .hero-section .hero-bg{pointer-events:none;position:absolute;inset:0}.gosync-page .hero-section .hero-bg .hero-gradient-1{filter:blur(60px);background:radial-gradient(circle,#2e6ae026 0%,#0000 70%);width:600px;height:600px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.gosync-page .hero-section .hero-bg .hero-gradient-2{filter:blur(60px);background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:20%;right:10%}.gosync-page .hero-section .hero-content{z-index:10;text-align:center;max-width:800px;position:relative}.gosync-page .hero-section .hero-badge{background-color:var(--primary-light);border:1px solid var(--primary-color);color:var(--primary-color);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.gosync-page .hero-section .hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:800}.gosync-page .hero-section .hero-title .highlight{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.gosync-page .hero-section .hero-title{font-size:2.5rem}}.gosync-page .hero-section .hero-subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.25rem;line-height:1.8}.gosync-page .plugin-id-box{border-radius:16px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem}.gosync-page .plugin-id-box .plugin-id-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.gosync-page .plugin-id-box .plugin-id-content{background-color:var(--bg-tertiary);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.gosync-page .plugin-id-box .plugin-id-code{color:var(--primary-color);background:0 0;border:none;outline:none;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1rem;font-weight:600}.gosync-page .plugin-id-box .copy-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.gosync-page .plugin-id-box .copy-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #2e6ae066}.gosync-page .plugin-id-box .copy-btn.copied{background:#10b981}.gosync-page .hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.gosync-page .hero-actions .btn-primary,.gosync-page .hero-actions .btn-outline{border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.gosync-page .hero-actions .btn-primary{background:var(--primary-color);color:#fff;border:none}.gosync-page .hero-actions .btn-primary:hover{box-shadow:0 10px 30px -10px #2e6ae080}.gosync-page .hero-actions .btn-outline{color:var(--text-primary);border:2px solid var(--border-color);background:0 0}.gosync-page .hero-actions .btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.gosync-page .section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.gosync-page .section-title{text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:800}@media (max-width:768px){.gosync-page .section-title{font-size:2rem}}.gosync-page .features-section{background-color:var(--bg-secondary);padding:6rem 0}.gosync-page .features-section .features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.gosync-page .features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.gosync-page .features-section .features-grid{grid-template-columns:1fr}}.gosync-page .features-section .feature-card{background-color:var(--bg-primary);border-radius:16px;padding:2rem;transition:all .3s}.gosync-page .features-section .feature-card:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary-color)}.gosync-page .features-section .feature-card .feature-icon{background:var(--primary-color);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.gosync-page .features-section .feature-card .feature-icon svg{color:#fff;font-size:1.5rem}.gosync-page .features-section .feature-card h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.gosync-page .features-section .feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.gosync-page .workflow-section{padding:6rem 0}.gosync-page .workflow-section .workflow-steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1024px){.gosync-page .workflow-section .workflow-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.gosync-page .workflow-section .workflow-steps{grid-template-columns:1fr}}.gosync-page .workflow-section .workflow-step{text-align:center}.gosync-page .workflow-section .workflow-step .step-number{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.gosync-page .workflow-section .workflow-step .step-content h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.gosync-page .workflow-section .workflow-step .step-content p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.gosync-page .config-section{background-color:var(--bg-secondary);padding:6rem 0}.gosync-page .config-section .config-example{max-width:800px;box-shadow:var(--card-shadow);border-radius:16px;margin:0 auto 3rem;overflow:hidden}.gosync-page .config-section .config-example .config-header{background:var(--primary-color);padding:.75rem 1.5rem}.gosync-page .config-section .config-example .config-header .config-file{color:#fff;font-size:.875rem;font-weight:600}.gosync-page .config-section .config-example .config-code{background-color:var(--code-bg);padding:1.5rem;overflow-x:auto}.gosync-page .config-section .config-example .config-code code{color:var(--code-text);white-space:pre;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.7}.gosync-page .config-section .params-title{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.gosync-page .config-section .params-table-wrapper{max-width:1000px;margin:0 auto;overflow-x:auto}.gosync-page .config-section .params-table{border-collapse:collapse;background-color:var(--bg-primary);width:100%;box-shadow:var(--card-shadow);border-radius:16px;overflow:hidden}.gosync-page .config-section .params-table th,.gosync-page .config-section .params-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem 1.25rem}.gosync-page .config-section .params-table th{background-color:var(--bg-tertiary);text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);font-size:.875rem;font-weight:700}.gosync-page .config-section .params-table tr:last-child td{border-bottom:none}.gosync-page .config-section .params-table tr:hover{background-color:var(--bg-secondary)}.gosync-page .config-section .params-table .param-name{color:var(--primary-color);background-color:var(--primary-light);border-radius:4px;padding:.25rem .5rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;font-weight:600}.gosync-page .config-section .params-table .param-type{color:var(--text-secondary);background-color:var(--bg-tertiary);border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.gosync-page .config-section .params-table .param-required{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.gosync-page .config-section .params-table .param-required.yes{color:#10b981;background-color:#10b9811a}.gosync-page .config-section .params-table .param-required.no{color:var(--text-muted);background-color:#64748b1a}.gosync-page .config-section .params-table .param-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.gosync-page .usage-section{padding:4rem 0}.gosync-page .usage-section .usage-cards{justify-content:center;max-width:600px;margin:0 auto;display:flex}.gosync-page .usage-section .usage-card{text-align:center;padding:1.5rem 2rem}.gosync-page .usage-section .usage-card h4{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;font-weight:600}.gosync-page .usage-section .usage-card .usage-code{background-color:var(--bg-tertiary);border-radius:12px;padding:1rem 2rem;display:inline-block}.gosync-page .usage-section .usage-card .usage-code code{color:var(--primary-color);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1.1rem;font-weight:500}.gosync-page .usage-section .usage-card p{color:var(--text-muted);margin-top:1rem;font-size:.875rem}.gosync-page .gosync-footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0}.gosync-page .gosync-footer .footer-inner{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.gosync-page .gosync-footer .footer-inner p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem}.gosync-page .gosync-footer .footer-inner p strong{color:var(--primary-color)}.gosync-page .gosync-footer .footer-inner p a{color:var(--primary-color);transition:opacity .3s}.gosync-page .gosync-footer .footer-inner p a:hover{opacity:.8}
