.wwgt-vc-app{--wwgt-primary:#00acec;--wwgt-primary-dark:#0077b6;--wwgt-text:#1a2332;--wwgt-text-muted:#6b7280;--wwgt-border:#e5e7eb;--wwgt-bg:#f9fafb;--wwgt-white:#ffffff;--wwgt-red:#ef4444;--wwgt-green:#22c55e;--wwgt-yellow:#f59e0b;--wwgt-radius:8px;--wwgt-shadow:none;font-family:inherit;color:var(--wwgt-text);max-width:860px;margin:0 auto;box-sizing:border-box}.wwgt-vc-app *,.wwgt-vc-app *::before,.wwgt-vc-app *::after{box-sizing:inherit}.wwgt-vc-hero{position:relative;padding:clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px);border-radius:var(--wwgt-radius) var(--wwgt-radius) 0 0;background:linear-gradient(135deg,#12405e 0%,#00acec 100%);text-align:center;overflow:hidden}.wwgt-vc-hero--has-image{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#12405e}.wwgt-vc-hero__overlay{position:absolute;inset:0;background-image:linear-gradient(0deg,#00aeed 0%,#12405e -100%);opacity:.9;z-index:0}.wwgt-vc-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.wwgt-vc-hero__eyebrow{margin:0 0 10px;color:var(--wwgt-primary);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.wwgt-vc-hero--has-image .wwgt-vc-hero__eyebrow{color:#00acec}.wwgt-vc-hero__title{margin:0 0 12px;color:var(--wwgt-white);font-size:clamp(26px, 4vw, 44px);line-height:1.1;letter-spacing:-.03em;font-weight:500}.wwgt-vc-hero__subtitle{width:100%;max-width:760px;margin:0 auto;color:rgba(255,255,255,.88);font-size:17px;line-height:1.7}.wwgt-vc-hero__facts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.wwgt-vc-hero__facts span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.12);color:var(--wwgt-white);font-size:13px;line-height:1.2}.wwgt-vc-body{background:var(--wwgt-white);border:1px solid var(--wwgt-border);border-top:none;border-radius:0 0 var(--wwgt-radius) var(--wwgt-radius);padding:clamp(20px, 4vw, 40px)}.wwgt-vc-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:32px;flex-wrap:nowrap;overflow-x:auto}.wwgt-vc-step{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:64px}.wwgt-vc-step__num{width:32px;height:32px;border-radius:50%;background:var(--wwgt-border);color:var(--wwgt-text-muted);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:background .2s,color .2s}.wwgt-vc-step--active .wwgt-vc-step__num,.wwgt-vc-step--done .wwgt-vc-step__num{background:var(--wwgt-primary);color:var(--wwgt-white)}.wwgt-vc-step__label{font-size:11px;color:var(--wwgt-text-muted);text-align:center;white-space:nowrap;font-weight:500}.wwgt-vc-step--active .wwgt-vc-step__label{color:var(--wwgt-primary);font-weight:700}.wwgt-vc-step__line{flex:1;height:2px;background:var(--wwgt-border);margin:0 4px;margin-bottom:16px;min-width:20px}.wwgt-vc-panel__title{font-size:20px;font-weight:700;color:var(--wwgt-text);margin:0 0 6px}.wwgt-vc-panel__sub{font-size:14px;color:var(--wwgt-text-muted);margin:0 0 24px;line-height:1.6}.wwgt-vc-field{margin-bottom:20px}.wwgt-vc-label{display:block;font-size:14px;font-weight:600;color:var(--wwgt-text);margin-bottom:8px}.wwgt-vc-input{width:100%;height:48px;padding:0 14px;border:1px solid var(--wwgt-border);border-radius:8px;font-size:15px;color:var(--wwgt-text);background:var(--wwgt-white);outline:none;transition:border-color .15s,box-shadow .15s}.wwgt-vc-input:focus{border-color:var(--wwgt-primary);box-shadow:0 0 0 3px rgba(0,172,236,.15)}.wwgt-vc-input--number{padding-right:80px}.wwgt-vc-input-wrap{position:relative}.wwgt-vc-input-suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:13px;color:var(--wwgt-text-muted);pointer-events:none}.wwgt-vc-field__hint{margin:6px 0 0;font-size:13px;color:var(--wwgt-text-muted);line-height:1.5}.wwgt-vc-search-wrap{position:relative}.wwgt-vc-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--wwgt-white);border:1px solid var(--wwgt-border);border-radius:8px;box-shadow:none;max-height:260px;overflow-y:auto;z-index:100}.wwgt-vc-dropdown__item{padding:10px 14px;cursor:pointer;font-size:14px;color:var(--wwgt-text);border-bottom:1px solid var(--wwgt-border);transition:background .1s;display:flex;align-items:center;justify-content:space-between;gap:8px}.wwgt-vc-dropdown__item:last-child{border-bottom:none}.wwgt-vc-dropdown__item:hover,.wwgt-vc-dropdown__item--focused{background:rgba(0,172,236,.07)}.wwgt-vc-dropdown__item-name{flex:1}.wwgt-vc-dropdown__item-badge{font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px;white-space:nowrap}.wwgt-vc-dropdown__item-badge--yes{background:#d1fae5;color:#065f46}.wwgt-vc-dropdown__item-badge--no{background:#f3f4f6;color:var(--wwgt-text-muted)}.wwgt-vc-selected-badge{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:8px 14px;background:rgba(0,172,236,.1);border:1px solid rgba(0,172,236,.3);border-radius:8px;font-size:14px;font-weight:600;color:var(--wwgt-primary-dark)}.wwgt-vc-badge__clear{background:none;border:none;cursor:pointer;color:var(--wwgt-text-muted);font-size:14px;padding:0;line-height:1}.wwgt-vc-badge__clear:hover{color:var(--wwgt-red)}.wwgt-vc-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-bottom:24px}.wwgt-vc-type-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px;border:2px solid var(--wwgt-border);border-radius:8px;background:var(--wwgt-white);cursor:pointer;text-align:center;transition:border-color .15s,background .15s,transform .1s;font-size:14px;font-weight:500;color:var(--wwgt-text);line-height:1.4}.wwgt-vc-type-card:hover{border-color:var(--wwgt-primary);background:rgba(0,172,236,.04)}.wwgt-vc-type-card--active{border-color:var(--wwgt-primary);background:rgba(0,172,236,.08);color:var(--wwgt-primary-dark);font-weight:700}.wwgt-vc-type-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--wwgt-primary-light);color:var(--wwgt-primary);flex-shrink:0}.wwgt-vc-nav{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.wwgt-vc-nav--center{justify-content:center}.wwgt-vc-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;border:none;transition:background .15s,transform .1s,box-shadow .15s;text-decoration:none;line-height:1.4}.wwgt-vc-button--primary{background:var(--wwgt-primary);color:var(--wwgt-white);box-shadow:none}.wwgt-vc-button--primary:hover:not(:disabled){background:var(--wwgt-primary-dark);transform:translateY(-1px);box-shadow:none}.wwgt-vc-button--primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.wwgt-vc-button--secondary{background:var(--wwgt-white);color:var(--wwgt-text-muted);border:1px solid var(--wwgt-border);font-weight:500}.wwgt-vc-button--secondary:hover{background:var(--wwgt-bg)}.wwgt-vc-button--cta{background:var(--wwgt-yellow);color:#1a2332;font-weight:700;box-shadow:none}.wwgt-vc-button--cta:hover{background:#d97706;color:var(--wwgt-white);transform:translateY(-1px)}.wwgt-vc-result__header{text-align:center;margin-bottom:28px}.wwgt-vc-result__icon{font-size:48px;line-height:1;margin-bottom:10px}.wwgt-vc-result-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 24px;border-radius:8px;margin-bottom:16px}.wwgt-vc-result-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;margin-bottom:6px}.wwgt-vc-result-card__icon svg{width:28px;height:28px}.wwgt-vc-result-card__title{font-size:18px;font-weight:700;color:var(--wwgt-text);margin:0}.wwgt-vc-result-card__copy{font-size:14px;color:var(--wwgt-text-muted);line-height:1.6;margin:0;max-width:440px}.wwgt-vc-result-card--warn{background:var(--wwgt-warning-bg)}.wwgt-vc-result-card--warn .wwgt-vc-result-card__icon{background:rgba(245,158,11,.18);color:var(--wwgt-warning)}.wwgt-vc-result-card--success{background:var(--wwgt-success-bg)}.wwgt-vc-result-card--success .wwgt-vc-result-card__icon{background:rgba(22,163,74,.15);color:var(--wwgt-success)}.wwgt-vc-result-card--info{background:var(--wwgt-surface-blue)}.wwgt-vc-result-card--info .wwgt-vc-result-card__icon{background:rgba(0,174,239,.15);color:var(--wwgt-primary)}.wwgt-vc-result__title{font-size:22px;font-weight:800;color:var(--wwgt-text);margin:0 0 6px}.wwgt-vc-result__sub{font-size:15px;color:var(--wwgt-text-muted);margin:0;line-height:1.6}.wwgt-vc-subsidy-box{background:var(--wwgt-bg);border:1px solid var(--wwgt-border);border-radius:var(--wwgt-radius);padding:20px;margin-bottom:20px}.wwgt-vc-subsidy-box__title{font-size:13px;font-weight:700;color:var(--wwgt-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px}.wwgt-vc-subsidy-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.wwgt-vc-kpi{background:var(--wwgt-white);border:1px solid var(--wwgt-border);border-radius:8px;padding:14px;text-align:center}.wwgt-vc-kpi__label{font-size:11px;font-weight:700;color:var(--wwgt-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}.wwgt-vc-kpi__value{font-size:22px;font-weight:800;color:var(--wwgt-text);margin:0;line-height:1.2}.wwgt-vc-kpi__value--primary{color:var(--wwgt-primary)}.wwgt-vc-kpi__value--green{color:var(--wwgt-green)}.wwgt-vc-kpi__value--red{color:var(--wwgt-red)}.wwgt-vc-kpi__value--yellow{color:var(--wwgt-yellow)}.wwgt-vc-kpi__sub{font-size:11px;color:var(--wwgt-text-muted);margin:4px 0 0}.wwgt-vc-progress-wrap{margin:16px 0 8px}.wwgt-vc-progress-label{display:flex;justify-content:space-between;font-size:12px;color:var(--wwgt-text-muted);margin-bottom:6px}.wwgt-vc-progress-bar{height:10px;background:var(--wwgt-border);border-radius:5px;overflow:hidden}.wwgt-vc-progress-bar__fill{height:100%;border-radius:5px;background:var(--wwgt-primary);transition:width .6s ease}.wwgt-vc-progress-bar__fill--full{background:var(--wwgt-green)}.wwgt-vc-progress-bar__fill--over{background:var(--wwgt-red)}.wwgt-vc-note{padding:14px 18px;border-radius:8px;font-size:14px;line-height:1.6;margin-bottom:20px}.wwgt-vc-note--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.wwgt-vc-note--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#14532d}.wwgt-vc-note--warning{background:#fff7ed;border:1px solid #fed7aa;color:#92400e}.wwgt-vc-note__title{font-weight:700;margin:0 0 4px}.wwgt-vc-recommend{margin-bottom:20px}.wwgt-vc-recommend__title{font-size:16px;font-weight:700;color:var(--wwgt-text);margin:0 0 12px}.wwgt-vc-recommend-list{display:flex;flex-direction:column;gap:8px}.wwgt-vc-recommend-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--wwgt-bg);border:1px solid var(--wwgt-border);border-radius:8px;flex-wrap:wrap}.wwgt-vc-recommend-card__name{font-size:14px;font-weight:600;color:var(--wwgt-text);flex:1}.wwgt-vc-recommend-card__badge{font-size:13px;font-weight:700;padding:4px 12px;border-radius:999px;background:#d1fae5;color:#065f46;white-space:nowrap}.wwgt-vc-recommend-card__link{font-size:13px;color:var(--wwgt-primary);text-decoration:none;font-weight:600;white-space:nowrap}.wwgt-vc-recommend-card__link:hover{text-decoration:underline}.wwgt-vc-suggestion{margin-bottom:20px}.wwgt-vc-suggestion__title{font-size:16px;font-weight:700;color:var(--wwgt-text);margin:0 0 12px}.wwgt-vc-suggestion-chips{display:flex;flex-wrap:wrap;gap:8px}.wwgt-vc-suggestion-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid rgba(0,172,236,.3);border-radius:999px;background:rgba(0,172,236,.06);font-size:13px;font-weight:600;color:var(--wwgt-primary-dark);cursor:default}.wwgt-vc-cta{background:linear-gradient(135deg,#e0f7ff 0%,#f0f9ff 100%);border:1px solid rgba(0,172,236,.2);border-radius:var(--wwgt-radius);padding:24px;margin-bottom:16px;text-align:center}.wwgt-vc-cta--yellow{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:rgba(245,158,11,.3)}.wwgt-vc-cta__badge{display:inline-block;padding:4px 14px;border-radius:999px;background:var(--wwgt-primary);color:var(--wwgt-white);font-size:12px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.wwgt-vc-cta--yellow .wwgt-vc-cta__badge{background:var(--wwgt-yellow);color:#1a2332}.wwgt-vc-cta__title{font-size:18px;font-weight:700;color:var(--wwgt-text);margin:0 0 8px}.wwgt-vc-cta__copy{font-size:14px;color:var(--wwgt-text);line-height:1.6;margin:0 0 18px;max-width:560px;margin-left:auto;margin-right:auto}.wwgt-vc-cta__stat{font-size:13px;font-style:italic;color:var(--wwgt-text-muted);margin:8px 0 0}@media (max-width:600px){.wwgt-vc-body{padding:20px 16px}.wwgt-vc-type-grid{grid-template-columns:1fr 1fr}.wwgt-vc-step__label{display:none}.wwgt-vc-subsidy-kpis{grid-template-columns:1fr 1fr}.wwgt-vc-nav{flex-direction:column}.wwgt-vc-button{width:100%}}.wwgt-vc-type-grid--multi .wwgt-vc-type-card{position:relative}.wwgt-vc-type-card__check{display:none;position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:var(--wwgt-primary);color:#fff;font-size:11px;line-height:20px;text-align:center;font-weight:700}.wwgt-vc-type-card--selected .wwgt-vc-type-card__check{display:block}.wwgt-vc-type-card--selected{border-color:var(--wwgt-primary);background:rgba(0,172,236,.08);box-shadow:0 0 0 2px rgba(0,172,236,.2)}.wwgt-vc-multi-hint{margin:8px 0 0;font-size:13px;color:var(--wwgt-primary);font-weight:600;text-align:center}.wwgt-vc-ins-block{border:1px solid var(--wwgt-border);border-radius:8px;padding:18px 20px;margin-bottom:14px;background:var(--wwgt-bg)}.wwgt-vc-ins-block__header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.wwgt-vc-ins-block__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--wwgt-primary-light);color:var(--wwgt-primary);flex-shrink:0}.wwgt-vc-ins-block__title{font-size:15px;font-weight:700;color:var(--wwgt-text);flex:1}.wwgt-vc-ins-block__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:600px){.wwgt-vc-ins-block__fields{grid-template-columns:1fr}}.wwgt-vc-total-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(0,172,236,.07);border:1px solid rgba(0,172,236,.22);border-radius:8px;padding:12px 18px;margin:18px 0 0}.wwgt-vc-total-bar__label{font-size:13px;font-weight:700;color:var(--wwgt-text-muted);text-transform:uppercase;letter-spacing:.04em}.wwgt-vc-total-bar__monthly{font-size:16px;font-weight:800;color:var(--wwgt-primary)}.wwgt-vc-total-bar__sep{color:var(--wwgt-border)}.wwgt-vc-total-bar__yearly{font-size:14px;color:var(--wwgt-text-muted)}.wwgt-vc-breakdown{margin:20px 0;border:1px solid var(--wwgt-border);border-radius:8px;overflow:hidden}.wwgt-vc-breakdown__title{font-size:14px;font-weight:700;color:var(--wwgt-text);padding:12px 16px;margin:0;background:var(--wwgt-bg);border-bottom:1px solid var(--wwgt-border)}.wwgt-vc-breakdown__table{width:100%;border-collapse:collapse;font-size:13px}.wwgt-vc-breakdown__table th{background:var(--wwgt-bg);color:var(--wwgt-text-muted);font-weight:600;padding:8px 14px;text-align:left;border-bottom:1px solid var(--wwgt-border)}.wwgt-vc-breakdown__table td{padding:9px 14px;border-bottom:1px solid var(--wwgt-border);color:var(--wwgt-text)}.wwgt-vc-breakdown__table tr:last-child td{border-bottom:none}.wwgt-vc-breakdown__total td{background:rgba(0,172,236,.05);font-weight:700}