:root{--gq-dark: #232221;--gq-muted: #6e6a66;--gq-option-text: #413f3d;--gq-white: #ffffff;--gq-accent: #f6bc2f;--gq-selected-bg: #fdf2dc;--gq-border: #f7f6f2;--gq-body-bg: #f9f9f9;--gq-footer-border: #f2f2f2;--gq-success-bg: #eaf3de;--gq-success-text: #27500a;--gq-amber-bg: #faeeda;--gq-amber-text: #633806}.ff-ffc .gq-trigger{padding:16px 16px 8px}.ff-ffc .gq-trigger__card{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:radial-gradient(100% 169.15% at 100% 0%,#ffd688,#d79900);cursor:pointer;width:100%;text-align:left;font-family:Figtree,sans-serif;-webkit-appearance:none;appearance:none}.ff-ffc .gq-trigger__text{flex:1;font-family:Figtree,sans-serif;font-weight:700;margin:0;color:#fff;font-style:normal;line-height:20px}.ff-ffc .gq-trigger__cta{display:flex;align-items:center;gap:2px;padding:6px 6px 6px 12px;background:#fff;border-radius:999px;flex-shrink:0}.ff-ffc .gq-trigger__cta-label{font-family:Figtree,sans-serif;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#d79900;white-space:nowrap}.ff-ffc .gq-trigger__cta-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#d79900}.ff-ffc .gq-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end}.ff-ffc .gq-modal[hidden]{display:none}.ff-ffc .gq-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;cursor:pointer;display:block}.ff-ffc .gq-modal__positioner{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.ff-ffc .gq-modal__close-btn{width:36px;height:36px;border-radius:50%;background:var(--gq-dark);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.ff-ffc .gq-modal__close-btn:hover{opacity:.85}.ff-ffc .gq-modal__sheet{background:var(--gq-white);border-radius:16px 16px 0 0;width:100%;max-height:92vh;overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.ff-ffc .gq-modal__sheet::-webkit-scrollbar{display:none}.ff-ffc .gq-modal__sheet{scrollbar-width:none}.ff-ffc .gq-header{background:var(--gq-white);padding:16px 16px 0;border-bottom:1px solid var(--gq-border);flex-shrink:0}.ff-ffc .gq-header__inner{display:flex;gap:16px;align-items:flex-start;padding-bottom:14px}.ff-ffc .gq-header__text{flex:1}.ff-ffc .gq-header__title{font-family:Figtree,sans-serif;font-weight:700;font-size:20px;line-height:1.4;color:var(--gq-dark);margin:0 0 4px}.ff-ffc .gq-header__subtitle{font-family:Figtree,sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:var(--gq-muted);margin:0}.ff-ffc .gq-progress{height:3px;background:var(--gq-border);overflow:hidden}.ff-ffc .gq-progress__fill{height:100%;background:var(--gq-accent);border-radius:0 999px 999px 0;transition:width .35s ease}.ff-ffc .gq-body{background:var(--gq-body-bg);padding:12px;flex:1}.ff-ffc .gq-card{background:var(--gq-white);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:20px}.ff-ffc .gq-question-meta{display:flex;flex-direction:column;gap:8px}.ff-ffc .gq-question-label{font-family:Figtree,sans-serif;font-weight:700;font-size:18px;line-height:1.33;color:var(--gq-dark);margin:0}.ff-ffc .gq-hint{font-family:Figtree,sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:var(--gq-muted);margin:0}.ff-ffc .gq-options{display:flex;flex-direction:column;gap:12px}.ff-ffc .gq-chip{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:999px;border:1px solid var(--gq-border);background:var(--gq-white);cursor:pointer;width:100%;text-align:left;font-family:Figtree,sans-serif;transition:border-color .15s,background .15s;-webkit-appearance:none;appearance:none}.ff-ffc .gq-chip:hover:not(.gq-chip--selected){border-color:#e0ddd6}.ff-ffc .gq-chip--selected{background:var(--gq-selected-bg);border-color:var(--gq-accent)}.ff-ffc .gq-chip__icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ff-ffc .gq-chip__label{flex:1;font-size:14px;font-weight:500;color:var(--gq-option-text);line-height:1.43}.ff-ffc .gq-chip--selected .gq-chip__label{font-weight:700;color:var(--gq-dark)}.ff-ffc .gq-footer{background:var(--gq-white);border-top:1px solid var(--gq-footer-border);padding:12px 16px 16px;display:flex;gap:8px;flex-shrink:0}.ff-ffc .gq-btn{flex:1;padding:12px 20px;border-radius:12px;font-family:Figtree,sans-serif;font-size:16px;font-weight:500;line-height:1.25;cursor:pointer;border:none;transition:opacity .2s;white-space:nowrap}.ff-ffc .gq-btn:disabled{opacity:.4;cursor:not-allowed}.ff-ffc .gq-btn--next{background:var(--gq-accent);color:#000;box-shadow:inset 0 1px #fff3}.ff-ffc .gq-btn--next:hover:not(:disabled){opacity:.9}.ff-ffc .gq-btn--back{background:var(--gq-white);color:var(--gq-dark);border:1px solid var(--gq-border)}.ff-ffc .gq-btn--back:hover:not(:disabled){background:var(--gq-body-bg)}.ff-ffc .gq-results-head{padding:20px 16px 16px;border-bottom:1px solid var(--gq-border);flex-shrink:0}.ff-ffc .gq-results-title{font-family:Figtree,sans-serif;font-weight:700;font-size:20px;color:var(--gq-dark);margin:0 0 4px}.ff-ffc .gq-results-sub{font-family:Figtree,sans-serif;font-weight:400;font-size:14px;color:var(--gq-muted);margin:0 0 12px}.ff-ffc .gq-retake-btn{background:none;border:none;cursor:pointer;font-family:Figtree,sans-serif;font-size:13px;color:var(--gq-muted);text-decoration:underline;padding:0;transition:color .2s}.ff-ffc .gq-retake-btn:hover{color:var(--gq-dark)}.ff-ffc .gq-results-list{padding:12px;display:flex;flex-direction:column;gap:12px}.ff-ffc .gq-result-card{background:var(--gq-white);border:1px solid var(--gq-border);border-radius:12px;padding:14px 16px;font-family:Figtree,sans-serif}.ff-ffc .gq-result-card--top{border:2px solid var(--gq-accent);padding:13px 15px}.ff-ffc .gq-best-badge{display:inline-block;font-size:11px;font-weight:600;padding:3px 10px;border-radius:4px;background:#fdf2dc;color:#b07000;margin-bottom:10px;letter-spacing:.02em}.ff-ffc .gq-result-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px}.ff-ffc .gq-result-name-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1}.ff-ffc .gq-result-rank{width:24px;height:24px;border-radius:50%;background:var(--gq-body-bg);color:var(--gq-muted);font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ff-ffc .gq-result-card--top .gq-result-rank{background:#fdf2dc;color:#b07000}.ff-ffc .gq-result-name{font-size:16px;font-weight:700;color:var(--gq-dark);margin:0}.ff-ffc .gq-match-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;white-space:nowrap}.ff-ffc .gq-match-badge--excellent,.ff-ffc .gq-match-badge--good{background:var(--gq-success-bg);color:var(--gq-success-text)}.ff-ffc .gq-match-badge--decent{background:var(--gq-amber-bg);color:var(--gq-amber-text)}.ff-ffc .gq-match-badge--partial{background:var(--gq-body-bg);color:var(--gq-muted)}.ff-ffc .gq-result-price-group{text-align:right;flex-shrink:0}.ff-ffc .gq-result-price{display:block;font-size:15px;font-weight:700;color:var(--gq-dark);white-space:nowrap}.ff-ffc .gq-result-moq{display:block;font-size:11px;color:var(--gq-muted);margin-top:2px}.ff-ffc .gq-result-meta{font-size:12px;color:var(--gq-muted);margin:4px 0 0 32px;line-height:1.4}.ff-ffc .gq-reasons{margin-top:12px;margin-left:32px;background:var(--gq-body-bg);border-radius:8px;padding:10px 12px}.ff-ffc .gq-reasons__title{font-family:Figtree,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gq-muted);margin:0 0 8px}.ff-ffc .gq-reasons__list{list-style:none;margin:0;padding:0}.ff-ffc .gq-reasons__item{font-family:Figtree,sans-serif;font-size:13px;color:var(--gq-dark);line-height:1.55;padding:5px 0 5px 20px;position:relative}.ff-ffc .gq-reasons__item:before{content:"\2713";position:absolute;left:0;color:var(--gq-success-text);font-weight:700}.ff-ffc .gq-empty{padding:48px 24px;text-align:center;font-family:Figtree,sans-serif}.ff-ffc .gq-empty__text{font-size:15px;color:var(--gq-muted);margin:0 0 16px;line-height:1.5}.ff-ffc .gq-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;gap:20px}.ff-ffc .gq-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--gq-border);border-top-color:var(--gq-accent);animation:gq-spin .75s linear infinite}@keyframes gq-spin{to{transform:rotate(360deg)}}.ff-ffc .gq-loader__text{font-family:Figtree,sans-serif;font-size:16px;font-weight:500;color:var(--gq-dark);text-align:center;margin:0}.ff-ffc .ff-farmer-card.gq-matched{border:1.5px solid var(--gq-accent)!important;box-shadow:0 0 20px 4px #f6bc2f29;overflow:hidden}.ff-ffc .ff-farmer-card.gq-rank-1{border-width:2px!important;box-shadow:0 0 28px 6px #f6bc2f38}.ff-ffc .ff-farmer-card.gq-matched .ff-farmer-card__body{background:linear-gradient(to bottom,#fff 50%,#fdf2dc)}.ff-ffc .ff-farmer-card__cover{position:relative}.ff-ffc .gq-card-ribbon{position:absolute;right:-30px;top:20px;border:1px solid #F6BC2F;background:linear-gradient(87deg,#ffeac4 .08%,#fffefc 45.08% 55.08%,#ffeac4 100.08%);display:flex;height:24px;transform:rotate(45deg);padding:2px 20px;justify-content:center;align-items:center;z-index:5;min-width:120px}.ff-ffc .gq-card-ribbon__inner{color:#996f25;font-family:var(--font-family-body);font-size:14px;font-style:normal;font-weight:700;line-height:20px}.ff-ffc .gq-quiz-tag{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:4px 10px 4px 6px;border-radius:999px;background:linear-gradient(90deg,#e5f4ff,#e5f4ff00);border:1px solid rgba(0,85,204,.14);font-family:Figtree,sans-serif;font-size:12px;font-weight:500;color:#05c;line-height:1.4}.ff-ffc .gq-quiz-tag svg{flex-shrink:0}@media(max-width:480px){.ff-ffc .gq-trigger__text{font-size:17px}.ff-ffc .gq-header__title{font-size:18px}.ff-ffc .gq-question-label{font-size:16px}.ff-ffc .gq-result-top-row{flex-direction:column}.ff-ffc .gq-result-price-group{text-align:left;padding-top:8px;border-top:1px solid var(--gq-border);width:100%}.ff-ffc .gq-result-meta,.ff-ffc .gq-reasons{margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/farmer-first-quiz.css.map */
