.calc-step .card-body{display:flex;flex-direction:column}.calc-nav{margin-top:auto}@media (max-width:768px){.calc-nav{order:-1;margin-top:0;margin-bottom:1.5rem}}.calc-page{background:var(--border-light);min-height:100vh}.calc-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:24px;gap:24px;padding:24px 0 48px;align-items:start}.calc-progress{display:flex;align-items:center;justify-content:center;margin-bottom:20px;gap:0;overflow-x:auto;padding-bottom:4px}.calc-progress__step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1;position:relative;min-width:60px}.calc-progress__step:after{content:"";position:absolute;top:18px;left:60%;right:-40%;height:2px;background:var(--border);z-index:0}.calc-progress__step:last-child:after{display:none}.calc-progress__dot{width:36px;height:36px;border-radius:50%;border:2px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;color:var(--text-muted);position:relative;z-index:1;transition:all .2s ease;flex-shrink:0}.calc-progress__step.active .calc-progress__dot{background:var(--green-primary);border-color:var(--green-primary);color:var(--white);box-shadow:0 0 0 4px rgba(45,106,79,.15)}.calc-progress__step.done .calc-progress__dot{background:var(--green-light);border-color:var(--green-light);color:var(--white)}.calc-progress__step span{font-size:.72rem;color:var(--text-muted);font-weight:500;text-align:center;white-space:nowrap}.calc-progress__step.active span{color:var(--green-primary);font-weight:600}.crop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:8px;gap:8px}.crop-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 6px;border:2px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;transition:all var(--transition);text-align:center;width:100%;min-height:80px}.crop-btn:hover{border-color:var(--green-light);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.crop-btn.selected{border-color:var(--green-primary);background:var(--green-faint)}.crop-btn__icon{font-size:1.8rem;line-height:1}.crop-btn__name{font-size:.75rem;font-weight:600;color:var(--text-primary);line-height:1.2}.crop-btn__season{font-size:.65rem;color:var(--text-muted)}.selected-crop-badge{display:inline-flex;align-items:center;gap:10px;background:var(--green-pale);border:1px solid var(--green-light);padding:10px 16px;border-radius:99px;font-size:.9rem;flex-wrap:wrap}.btn-link{background:none;border:none;color:var(--green-primary);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0;font-family:var(--font-body)}.calc-nav{display:flex;justify-content:space-between;align-items:center;padding-top:18px;gap:12px}.text-small{text-align:center;font-size:12px;color:var(--text-muted)}.results-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.results-title h2{font-size:1.3rem;margin-bottom:4px}.results-title p{color:var(--text-secondary);font-size:.88rem}.npk-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin:16px 0}.npk-card{padding:18px 12px;border-radius:var(--radius);text-align:center;border:1px solid transparent}.npk-n{background:#fff7ed;border-color:#fed7aa}.npk-p{background:#eff6ff;border-color:#bfdbfe}.npk-k{background:#f5f3ff;border-color:#ddd6fe}.npk-card__label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-bottom:6px}.npk-card__value{font-family:var(--font-display);font-size:1.7rem;font-weight:700}.npk-n .npk-card__value{color:#c2410c}.npk-p .npk-card__value{color:#1d4ed8}.npk-k .npk-card__value{color:#6d28d9}.npk-card__sub{font-size:.7rem;opacity:.6;margin-top:3px}.total-row td{background:var(--green-faint);font-weight:600}.schedule-row{display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid var(--border-light)}.schedule-row:last-child{border-bottom:none}.schedule-row__timing{gap:10px;min-width:200px}.schedule-row__dot,.schedule-row__timing{display:flex;align-items:center;flex-shrink:0}.schedule-row__dot{width:26px;height:26px;border-radius:50%;background:var(--green-primary);color:var(--white);justify-content:center;font-size:.78rem;font-weight:700}.schedule-row__share{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.calc-sidebar{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:80px}.sidebar-card h3{font-size:.95rem;margin-bottom:12px}.tips-list{list-style:none}.tips-list li{padding:6px 0;font-size:.84rem;color:var(--text-secondary);border-bottom:1px solid var(--border-light);line-height:1.4}.tips-list li:before{content:"✓ ";color:var(--green-primary);font-weight:700}.tips-list li:last-child{border-bottom:none}.npk-info{display:flex;flex-direction:column;gap:12px}.npk-info__item{display:flex;align-items:center;gap:12px}.npk-info__symbol{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.npk-info__symbol.n{background:#fff7ed;color:#c2410c}.npk-info__symbol.p{background:#eff6ff;color:#1d4ed8}.npk-info__symbol.k{background:#f5f3ff;color:#6d28d9}.npk-info__item strong{display:block;font-size:.85rem}.npk-info__item p{margin:0}.npk-info__item p,.tooltip-icon{font-size:.75rem;color:var(--text-muted)}.tooltip-icon{display:inline-block;margin-left:6px;cursor:help;border-bottom:1px dotted}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:8px;gap:8px}.skeleton-crop-btn{background:var(--border-light);border-radius:var(--radius);height:80px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.area-hint{font-size:.75rem;color:var(--text-muted);margin-top:4px}@media (max-width:768px){.btn,.calc-nav button,.crop-btn{min-height:44px;min-width:44px}}.rec-table-desktop{display:block}.rec-cards-mobile{display:none}@media (max-width:600px){.rec-table-desktop{display:none}.rec-cards-mobile{display:flex;flex-direction:column;gap:0}.rec-card{padding:14px 16px;border-bottom:1px solid var(--border-light)}.rec-card:last-child{border-bottom:none}.rec-card__name{gap:10px;margin-bottom:10px}.rec-card__name,.rec-card__num{display:flex;align-items:center}.rec-card__num{width:22px;height:22px;border-radius:50%;background:var(--green-primary);color:#fff;font-size:.72rem;font-weight:700;justify-content:center;flex-shrink:0}.rec-card__name strong{font-size:.88rem;color:var(--text-primary);line-height:1.3}.rec-card__stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.rec-card__stat{display:flex;flex-direction:column;align-items:center;background:var(--border-light);border-radius:8px;padding:8px 6px;text-align:center}.rec-card__stat-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-weight:600}.rec-card__stat-val{font-size:.82rem;font-weight:600;color:var(--text-primary)}.rec-card__cost{color:var(--green-primary)}.rec-card--total{display:flex;justify-content:space-between;align-items:center;background:var(--green-faint);padding:14px 16px;border-bottom:none!important}.rec-card--total strong{font-size:.92rem}.rec-card--total .rec-card__cost{font-size:1rem}}@media (max-width:1024px){.calc-layout{grid-template-columns:1fr}.calc-sidebar{position:static}}@media (max-width:768px){.calc-layout{padding:12px 0 32px;gap:16px}.calc-progress{justify-content:flex-start;gap:0}.calc-progress__step:after{display:none}.calc-progress__dot{width:30px;height:30px;font-size:.75rem}.calc-progress__step span{font-size:.68rem}.calc-step .card-header{padding:14px 16px}.calc-step .card-header h2{font-size:1.05rem}.calc-step .card-header p{font-size:.8rem}.crop-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.crop-btn{padding:10px 4px 8px!important;gap:3px!important;min-height:72px;border-radius:10px;border-width:1.5px}.crop-btn__icon{font-size:1.5rem!important}.crop-btn__name{font-size:.65rem!important;line-height:1.2}.crop-btn__season{display:none!important}.calc-nav{flex-direction:column;gap:10px}.calc-nav .btn{width:100%;justify-content:center}.calc-step .grid-2,.calc-step .grid-3{grid-template-columns:1fr!important}.npk-cards{gap:8px}.npk-card{padding:14px 8px}.npk-card__value{font-size:1.4rem}.npk-card__label{font-size:.66rem}.results-title{flex-direction:column;gap:10px}.results-title>div:last-child{display:flex;gap:8px;width:100%}.results-title .btn{flex:1 1;justify-content:center;font-size:.8rem}.schedule-row{flex-direction:column;gap:6px}.schedule-row__timing{min-width:unset}}@media (max-width:480px){.crop-grid{grid-template-columns:repeat(4,1fr)!important;gap:5px!important}.crop-btn{padding:8px 2px 6px!important;gap:2px!important;min-height:64px;border-radius:8px}.crop-btn__icon{font-size:1.3rem!important}.crop-btn__name{font-size:.55rem!important}.npk-cards{gap:6px}.npk-card{padding:12px 6px}.npk-card__value{font-size:1.2rem}.calc-progress__step span,.npk-card__sub{font-size:.6rem}.calc-progress__dot{width:26px;height:26px;font-size:.72rem}}@media (max-width:360px){.crop-grid{grid-template-columns:repeat(4,1fr)!important;gap:4px!important}.crop-btn__icon{font-size:1.1rem!important}.crop-btn__name{font-size:.5rem!important}.calc-progress__step span{display:none}}@media print{.ad-slot,.calc-nav,.calc-progress,.calc-sidebar,ins.adsbygoogle{display:none!important}.calc-layout{grid-template-columns:1fr!important;padding:0}.npk-cards{grid-template-columns:repeat(3,1fr)!important}}