.cp-form-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 28px 24px;margin-bottom:20px}.cp-form-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.cp-form-col{background:var(--bg);border:1.5px solid var(--border);border-radius:14px;padding:20px}.cp-form-col__header{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:800;margin-bottom:18px;padding-bottom:14px;border-bottom:1.5px solid var(--border)}.cp-form-col__header--husband{color:#2563eb}.cp-form-col__header--wife{color:#db2777}.cp-col-icon{font-size:1.4rem;line-height:1}.cp-form-field{margin-bottom:14px}.cp-form-field:last-child{margin-bottom:0}.cp-form-field label{display:block;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:7px;text-transform:uppercase;letter-spacing:.05em}.cp-required{color:#ef4444}.cp-input{width:100%;height:44px;padding:0 14px;border:1.5px solid var(--border);border-radius:10px;background:var(--card);color:var(--text);font-size:15px;font-weight:500;outline:none;transition:border-color 0.15s,box-shadow 0.15s;box-sizing:border-box;-webkit-appearance:none;font-family:inherit}.cp-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(225 29 72 / .1)}.cp-input--error{border-color:#ef4444!important;animation:cp-shake 0.3s ease}@keyframes cp-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.cp-year-select{width:100%!important;min-width:unset!important;height:44px!important;font-size:15px!important;font-weight:600!important;border-radius:10px!important;box-sizing:border-box}.cp-married-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:22px;padding:14px 16px;background:var(--bg);border:1.5px solid var(--border);border-radius:12px;transition:border-color 0.15s;user-select:none}.cp-married-toggle:hover{border-color:var(--primary)}.cp-married-cb{display:none}.cp-married-box{width:22px;height:22px;border:2px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.15s,border-color 0.15s;background:var(--card)}.cp-married-box i{font-size:14px;color:#fff;opacity:0;transition:opacity 0.15s}.cp-married-cb:checked+.cp-married-box{background:var(--primary);border-color:var(--primary)}.cp-married-cb:checked+.cp-married-box i{opacity:1}.cp-married-text{flex:1;min-width:0}.cp-married-text__main{display:block;font-size:15px;font-weight:700;color:var(--text);line-height:1.3}.cp-married-text__sub{display:block;font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.4}.cp-form-submit{text-align:center}.tienich-submit.cp-submit-big{height:52px;font-size:16px;padding:0 36px;border-radius:12px;gap:10px;background:linear-gradient(135deg,#fb7185,#e11d48);box-shadow:0 4px 14px rgb(225 29 72 / .35);transition:background 0.2s,box-shadow 0.2s,transform 0.12s}.tienich-submit.cp-submit-big:hover{background:linear-gradient(135deg,#f43f5e,#be123c);box-shadow:0 6px 20px rgb(225 29 72 / .45)}.tienich-submit.cp-submit-big:active{transform:scale(.97)}.tienich-submit.cp-submit-big i{font-size:20px}.cp-error{display:flex;align-items:center;gap:10px;padding:14px 18px;background:rgb(239 68 68 / .08);border:1px solid rgb(239 68 68 / .25);border-radius:12px;color:#ef4444;font-size:14px;margin-bottom:18px}.cp-hero{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px;margin-bottom:20px}.cp-person{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}.cp-person__animal{font-size:3.2rem;line-height:1;margin-bottom:6px}.cp-person__role{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cp-person--left .cp-person__role{color:#2563eb}.cp-person--right .cp-person__role{color:#db2777}.cp-person__name{font-size:18px;font-weight:700;color:var(--text);margin-top:3px}.cp-person__year{font-size:13px;color:var(--muted)}.cp-person__chi{font-size:15px;color:var(--text)}.cp-person__hanh{font-size:13px;color:var(--muted);font-weight:500}.cp-person__cung{font-size:12px;color:var(--muted)}.cp-gauge-wrap{position:relative;width:160px;height:160px;flex-shrink:0}.cp-gauge{width:160px;height:160px;overflow:visible}.cp-gauge__bg{fill:none;stroke:var(--border);stroke-width:8}.cp-gauge__fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray 1.1s cubic-bezier(.4,0,.2,1)}.cp-gauge__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.cp-gauge__pct{font-size:1.8rem;font-weight:900;color:var(--text);line-height:1}.cp-gauge__grade{font-size:1.1rem;font-weight:800;line-height:1}.cp-gauge__label{font-size:11px;font-weight:700;color:var(--muted);text-align:center;line-height:1.3;max-width:90px}.cp-warning{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:rgb(251 191 36 / .08);border:1px solid rgb(251 191 36 / .3);border-radius:12px;font-size:14px;line-height:1.6;color:var(--text);margin-bottom:20px}.cp-warning i{color:#f59e0b;font-size:18px;flex-shrink:0;margin-top:1px}.cp-section-title{display:flex;align-items:center;gap:7px;font-size:18px;font-weight:800;color:var(--text);margin:28px 0 14px}.cp-section-title i{color:var(--primary);font-size:18px}.cp-dims{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:4px}.cp-dim{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 16px;display:flex;flex-direction:column;gap:8px;border-top:2px solid #fff0}.cp-dim--great{border-top-color:#16a34a}.cp-dim--good{border-top-color:#22c55e}.cp-dim--neutral{border-top-color:#94a3b8}.cp-dim--bad{border-top-color:#f97316}.cp-dim--critical{border-top-color:#ef4444}.cp-dim__head{display:flex;align-items:center;gap:7px}.cp-dim__head i{font-size:17px;flex-shrink:0}.cp-dim--great .cp-dim__head i{color:#16a34a}.cp-dim--good .cp-dim__head i{color:#22c55e}.cp-dim--neutral .cp-dim__head i{color:#94a3b8}.cp-dim--bad .cp-dim__head i{color:#f97316}.cp-dim--critical .cp-dim__head i{color:#ef4444}.cp-dim__name{font-size:16px;font-weight:700;color:var(--text);flex:1;line-height:1.3}.cp-dim__score-num{font-size:12px;font-weight:700;color:var(--muted);white-space:nowrap}.cp-dim__bar{height:10px;background:var(--border);border-radius:99px;overflow:hidden}.cp-dim__bar-fill{height:100%;border-radius:99px;transition:width 0.9s cubic-bezier(.4,0,.2,1)}.cp-dim--great .cp-dim__bar-fill{background:#16a34a}.cp-dim--good .cp-dim__bar-fill{background:#22c55e}.cp-dim--neutral .cp-dim__bar-fill{background:#94a3b8}.cp-dim--bad .cp-dim__bar-fill{background:#f97316}.cp-dim--critical .cp-dim__bar-fill{background:#ef4444}.cp-dim__label{font-size:14px;font-weight:700;color:var(--text)}.cp-dim__detail{font-size:13px;line-height:1.65;color:var(--muted)}.cp-best-years{display:flex;gap:12px;flex-wrap:wrap}.cp-year{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:14px 18px;min-width:90px;text-align:center}.cp-year__num{font-size:1.4rem;font-weight:900;color:var(--primary);line-height:1}.cp-year__canchi{font-size:13px;font-weight:600;color:var(--text)}.cp-year__reason{font-size:11.5px;color:var(--muted);white-space:nowrap}.cp-years-note{font-size:13px;color:var(--muted);line-height:1.6;margin:12px 0 0;padding:10px 14px;background:var(--card);border-radius:10px;border-left:3px solid var(--primary)}.cp-family-years{display:flex;flex-direction:column;gap:10px}.cp-fyear{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:16px 18px}.cp-fyear__top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cp-fyear__num{font-size:1.3rem;font-weight:900;color:var(--primary);line-height:1}.cp-fyear__canchi{font-size:14px;font-weight:600;color:var(--text);flex:1}.cp-fyear__badge{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:99px;white-space:nowrap}.cp-fyear__badge--great{background:rgb(22 163 74 / .12);color:#16a34a}.cp-fyear__badge--good{background:rgb(34 197 94 / .12);color:#15803d}.cp-fyear__badge--neutral{background:var(--bg);color:var(--muted)}.cp-fyear__activity{font-size:13.5px;color:var(--text)}.cp-fyear__activity i{color:var(--primary);margin-right:4px}.cp-family-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cp-finfo-card{display:flex;align-items:flex-start;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:16px}.cp-finfo-card__icon{width:38px;height:38px;background:var(--primary-light,rgb(225 29 72 / .08));border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-finfo-card__icon i{font-size:20px;color:var(--primary)}.cp-finfo-card__body{min-width:0;flex:1}.cp-finfo-card__label{font-size:11.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.cp-finfo-card__val{font-size:14px;font-weight:700;color:var(--text);line-height:1.4}.cp-advice{display:flex;flex-direction:column;gap:10px}.cp-advice__item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.65}.cp-advice__item i{font-size:17px;flex-shrink:0;margin-top:2px}.cp-advice__item p{margin:0}.cp-advice__item--good{background:rgb(34 197 94 / .08);border:1px solid rgb(34 197 94 / .2)}.cp-advice__item--good i{color:#22c55e}.cp-advice__item--warn{background:rgb(249 115 22 / .07);border:1px solid rgb(249 115 22 / .2)}.cp-advice__item--warn i{color:#f97316}.cp-advice__item--info{background:var(--bg);border:1px solid var(--border);color:var(--muted)}.cp-advice__item--info i{color:var(--muted)}@media (max-width:720px){.cp-form-card{padding:18px 16px}.cp-form-cols{grid-template-columns:1fr;gap:14px}.cp-hero{grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;padding:24px 16px;gap:20px}.cp-person{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;gap:6px 14px}.cp-person__animal{font-size:2.5rem}.cp-gauge-wrap,.cp-gauge{width:140px;height:140px}.cp-gauge__pct{font-size:1.5rem}.cp-dims{grid-template-columns:1fr 1fr}.cp-family-info{grid-template-columns:1fr}.cp-best-years{gap:10px}.cp-year{min-width:80px;padding:12px 14px}}@media (max-width:460px){.cp-dims{grid-template-columns:1fr}.cp-married-text__sub{display:none}}