:root{--gk-bg-white:#fafaf7;--gk-bg-cream:#f5f0e8;--gk-bg-green:#edf3ed;--gk-accent:#6b8f71;--gk-accent-hover:#5a7d60;--gk-accent-light:#e8f0e8;--gk-text:#3a3a3a;--gk-text-muted:#7a7a72;--gk-border:#d4cfc6;--gk-red:#c07c6e;--gk-red-light:#f5e8e4;--gk-sand:#d4c9b0;--gk-sand-light:#ede8db;--gk-blue:#5b8ba8;--gk-blue-light:#e4eff5;--gk-yellow:#c4a832;--gk-yellow-light:#f5f0d4;--gk-orange:#d4845a;--gk-orange-light:#f5e8db;--gk-danger:#c05c5c;--gk-danger-light:#f5e0e0}.gk-page{background-color:var(--gk-bg-white);width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);padding-top:2rem;padding-bottom:3rem}.gk-container{max-width:720px;margin:0 auto;padding:0 1.25rem}.gk-bg-cream{background-color:var(--gk-bg-cream)}.gk-bg-green{background-color:var(--gk-bg-green)}.gk-bg-white{background-color:var(--gk-bg-white)}.gk-card{border:1px solid var(--gk-border);background:#fff;border-radius:16px;margin-bottom:1.25rem;padding:2rem;transition:border-color .2s}.gk-card:hover{border-color:var(--gk-sand)}.gk-title{color:var(--gk-text);margin-bottom:.75rem;font-weight:700;line-height:1.3}.gk-subtitle{color:var(--gk-text-muted);margin-bottom:1.25rem;font-size:1rem;font-weight:400;line-height:1.6}.gk-hint{color:var(--gk-text-muted);margin-bottom:1rem;font-size:.875rem;font-style:italic;line-height:1.5}.gk-intro-title{color:var(--gk-text);text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.gk-intro-desc{text-align:center;color:var(--gk-text-muted);max-width:520px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.gk-intro-features{flex-direction:column;gap:.5rem;max-width:400px;margin:0 auto 1.5rem;display:flex}.gk-intro-feature{color:var(--gk-text);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.gk-intro-feature span:first-child{font-size:1.1rem}.gk-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.625rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;transition:all .2s;display:inline-flex}.gk-btn:disabled{opacity:.5;cursor:not-allowed}.gk-btn-primary{background-color:var(--gk-accent);color:#fff;border-color:var(--gk-accent)}.gk-btn-primary:hover:not(:disabled){background-color:var(--gk-accent-hover);border-color:var(--gk-accent-hover)}.gk-btn-outline{color:var(--gk-accent);border-color:var(--gk-accent);background:0 0}.gk-btn-outline:hover:not(:disabled){background-color:var(--gk-accent-light)}.gk-btn-ghost{color:var(--gk-text-muted);border-color:var(--gk-border);background:0 0}.gk-btn-ghost:hover:not(:disabled){background-color:var(--gk-bg-cream);color:var(--gk-text)}.gk-progress-container{margin-bottom:2rem}.gk-progress-info{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.gk-progress-text{color:var(--gk-text-muted);font-size:.85rem}.gk-progress-count{color:var(--gk-accent);font-size:.85rem;font-weight:600}.gk-progress-bar{background:var(--gk-sand-light);border-radius:4px;width:100%;height:8px;overflow:hidden}.gk-progress-fill{background:var(--gk-accent);border-radius:4px;height:100%;transition:width .4s}.gk-question-number{background:var(--gk-accent-light);width:28px;height:28px;color:var(--gk-accent);border-radius:50%;justify-content:center;align-items:center;margin-right:.5rem;font-size:.8rem;font-weight:700;display:inline-flex}.gk-question-title{color:var(--gk-text);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.gk-question-subtitle{color:var(--gk-text-muted);margin-bottom:1rem;font-size:.8rem;font-style:italic}.gk-options{flex-direction:column;gap:.5rem;display:flex}.gk-option{border:1px solid var(--gk-border);cursor:pointer;background:var(--gk-bg-white);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.gk-option:hover{border-color:var(--gk-accent);background:var(--gk-accent-light)}.gk-option-selected{border-color:var(--gk-accent);background:var(--gk-accent-light);box-shadow:0 0 0 1px var(--gk-accent)}.gk-option-radio{border:2px solid var(--gk-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .2s;display:flex}.gk-option-selected .gk-option-radio{border-color:var(--gk-accent)}.gk-option-radio-inner{background:var(--gk-accent);border-radius:50%;width:10px;height:10px;transition:transform .2s;transform:scale(0)}.gk-option-selected .gk-option-radio-inner{transform:scale(1)}.gk-option-text{color:var(--gk-text);font-size:.9rem;line-height:1.5}.gk-nav{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.gk-result-header{text-align:center;margin-bottom:1.5rem}.gk-result-emoji{margin-bottom:.5rem;font-size:2.5rem}.gk-result-summary{color:var(--gk-text);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.gk-result-zone{color:var(--gk-text-muted);font-size:.9rem}.gk-scale{margin:1.5rem 0;padding:1.25rem 0}.gk-scale-labels{justify-content:space-between;margin-bottom:.5rem;display:flex}.gk-scale-label{color:var(--gk-text-muted);text-align:center;flex:1;font-size:.7rem}.gk-scale-bar{border-radius:6px;gap:2px;height:12px;display:flex;overflow:hidden}.gk-scale-segment{opacity:.3;flex:1;transition:opacity .3s}.gk-scale-segment-active{opacity:1}.gk-scale-marker{justify-content:center;margin-top:.5rem;display:flex}.gk-scale-arrow{border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--gk-text);width:0;height:0}.gk-result-card{border:1px solid var(--gk-border);background:#fff;border-radius:14px;margin-bottom:1rem;padding:1.5rem}.gk-result-card-title{text-transform:uppercase;letter-spacing:.05em;color:var(--gk-accent);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.gk-result-card-text{color:var(--gk-text);font-size:.95rem;line-height:1.7}.gk-recommendation-card{background:var(--gk-accent-light);border:1px solid var(--gk-accent);border-radius:14px;margin-bottom:1rem;padding:1.5rem}.gk-recommendation-card.gk-zone-blue{background:var(--gk-blue-light);border-color:var(--gk-blue)}.gk-recommendation-card.gk-zone-yellow{background:var(--gk-yellow-light);border-color:var(--gk-yellow)}.gk-recommendation-card.gk-zone-orange{background:var(--gk-orange-light);border-color:var(--gk-orange)}.gk-recommendation-card.gk-zone-red{background:var(--gk-danger-light);border-color:var(--gk-danger)}.gk-recommendation-title{text-transform:uppercase;letter-spacing:.05em;color:var(--gk-accent);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.gk-zone-blue .gk-recommendation-title{color:var(--gk-blue)}.gk-zone-yellow .gk-recommendation-title{color:var(--gk-yellow)}.gk-zone-orange .gk-recommendation-title{color:var(--gk-orange)}.gk-zone-red .gk-recommendation-title{color:var(--gk-danger)}.gk-pro-toggle{color:var(--gk-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:.5rem 0;font-family:inherit;font-size:.85rem;transition:color .2s;display:inline-flex}.gk-pro-toggle:hover{color:var(--gk-text)}.gk-pro-content{background:var(--gk-bg-cream);color:var(--gk-text-muted);border-radius:10px;margin-top:.5rem;padding:1rem;font-size:.85rem;line-height:1.6}.gk-promo-card{border:1px solid var(--gk-sand);text-align:center;background:linear-gradient(135deg,#f5f0e8 0%,#edf3ed 100%);border-radius:14px;margin-bottom:1rem;padding:1.5rem}.gk-promo-emoji{margin-bottom:.5rem;font-size:2rem}.gk-promo-title{color:var(--gk-text);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.gk-promo-subtitle{color:var(--gk-accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600;line-height:1.4}.gk-promo-desc{color:var(--gk-text-muted);max-width:480px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.6}.gk-promo-btn{background-color:var(--gk-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.375rem;padding:.7rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.gk-promo-btn:hover{background-color:var(--gk-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6b8f714d}.gk-promo-tag{background:var(--gk-accent-light);color:var(--gk-accent);border-radius:6px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.gk-result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}@media (max-width:768px){.gk-card{border-radius:14px;padding:1.25rem}.gk-intro-title{font-size:1.5rem}.gk-scale-label{font-size:.6rem}}
