.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:220px;height:220px;flex-shrink:0}.cp-gauge{width:220px;height:220px;overflow:visible}.cp-gauge__bg{fill:none;stroke:var(--border);stroke-width:7}.cp-gauge__fill{fill:none;stroke-width:7;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:2.4rem;font-weight:900;color:var(--text);line-height:1}.cp-gauge__grade{font-size:1.35rem;font-weight:800;line-height:1}.cp-gauge__label{font-size:12px;font-weight:700;color:var(--muted);text-align:center;line-height:1.3;max-width:110px}.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-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-timeline{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:4px}.cp-tl-track{display:flex;position:relative;min-width:500px;padding:0 10px}.cp-tl-track::before{content:'';position:absolute;top:18px;left:10px;right:10px;height:2px;background:linear-gradient(90deg,var(--border),rgb(225 29 72 / .3),var(--border));z-index:0}.cp-tl-item{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;animation:cpTlIn 0.4s ease both}.cp-tl-item:nth-child(1){animation-delay:0.05s}.cp-tl-item:nth-child(2){animation-delay:0.13s}.cp-tl-item:nth-child(3){animation-delay:0.21s}.cp-tl-item:nth-child(4){animation-delay:0.29s}.cp-tl-item:nth-child(5){animation-delay:0.37s}@keyframes cpTlIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cp-tl-node{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.cp-tl-dot{width:14px;height:14px;border-radius:50%;border:2.5px solid var(--border);background:var(--card)}.cp-tl-item--good .cp-tl-dot{border-color:#22c55e;background:#fff;box-shadow:0 0 0 3px rgb(34 197 94 / .15)}.cp-tl-item--great .cp-tl-dot{width:20px;height:20px;border-color:#f59e0b;background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 0 0 4px rgb(251 191 36 / .2),0 0 10px rgb(251 191 36 / .45)}.cp-tl-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px 10px 12px;text-align:center;width:calc(100% - 10px);display:flex;flex-direction:column;gap:5px}.cp-tl-item--great .cp-tl-card{border-color:rgb(251 191 36 / .35);background:linear-gradient(170deg,#fffbeb 0%,var(--card) 60%);box-shadow:0 2px 14px rgb(251 191 36 / .14)}.cp-tl-item--good .cp-tl-card{border-color:rgb(34 197 94 / .22)}.cp-tl-year{font-size:22px;font-weight:900;color:var(--text);line-height:1}.cp-tl-item--great .cp-tl-year{color:#92400e}.cp-tl-canchi{font-size:12px;font-weight:600;color:var(--muted)}.cp-tl-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:99px;line-height:1.4}.cp-tl-item--great .cp-tl-badge{background:rgb(251 191 36 / .18);color:#92400e}.cp-tl-item--good .cp-tl-badge{background:rgb(34 197 94 / .12);color:#15803d}.cp-tl-item--neutral .cp-tl-badge{background:var(--bg);color:var(--muted)}.cp-tl-act{font-size:11.5px;color:var(--muted);line-height:1.45}.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{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.cp-advice__item{display:flex;align-items:center;gap:12px;padding:14px 18px;font-size:14px;line-height:1.65;border-bottom:1px solid var(--border)}.cp-advice__item:last-child{border-bottom:none}.cp-advice__item i{font-size:17px;flex-shrink:0;margin-top:3px}.cp-advice__item p{margin:0}.cp-advice__item--good i{color:#22c55e}.cp-advice__item--warn i{color:#f97316}.cp-advice__item--info{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:180px;height:180px}.cp-gauge__pct{font-size:2rem}.cp-gauge__grade{font-size:1.15rem}.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}}.cp-radar-wrap{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 24px 24px;margin-bottom:16px;display:flex;justify-content:center}.cp-radar__svg{width:280px;height:280px;overflow:visible;font-family:inherit}.cp-radar__grid{fill:none;stroke:var(--border);stroke-width:1}.cp-radar__axis{stroke:var(--border);stroke-width:.8}.cp-radar__polygon{stroke-width:2;stroke-linejoin:round;transform-origin:150px 150px;animation:cpRadarExpand 0.65s cubic-bezier(.34,1.4,.64,1) both;animation-delay:0.1s}@keyframes cpRadarExpand{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.cp-radar__dot{stroke:#fff;stroke-width:1.5;animation:cpRadarFadeIn 0.35s ease both;animation-delay:0.65s}.cp-radar__label{font-size:11px;font-weight:700;fill:var(--text);animation:cpRadarFadeIn 0.35s ease both;animation-delay:0.65s}.cp-radar__score{font-size:14px;font-weight:900}@keyframes cpRadarFadeIn{from{opacity:0}to{opacity:1}}@media (max-width:460px){.cp-radar__svg{width:240px;height:240px}}.cp-ranking{display:flex;gap:24px;background:#fff;border:1px solid #f0ecff;border-radius:16px;padding:20px 24px;margin-bottom:16px;align-items:center}.cp-ranking__left{text-align:center;min-width:120px;flex-shrink:0}.cp-rank-badge{display:inline-block;font-size:17px;font-weight:800;padding:7px 18px;border-radius:99px;letter-spacing:.01em;margin-bottom:8px}.cp-rank-badge--great{background:rgb(74 222 128 / .15);color:#15803d}.cp-rank-badge--good{background:rgb(134 239 172 / .18);color:#16a34a}.cp-rank-badge--neutral{background:rgb(148 163 184 / .15);color:#475569}.cp-rank-badge--bad{background:rgb(252 165 165 / .18);color:#dc2626}.cp-rank-sub{font-size:11px;color:#94a3b8;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}.cp-rank-peers{font-size:13px;color:#64748b;background:#f8fafc;border-radius:8px;padding:5px 10px}.cp-rank-peers strong{color:#1e1b4b}.cp-ranking__right{flex:1;min-width:0}.cp-ranking__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:12px}.cp-rbar{display:flex;align-items:center;gap:8px;margin-bottom:9px}.cp-rbar:last-child{margin-bottom:0}.cp-rbar__lbl{font-size:12px;color:#64748b;width:62px;flex-shrink:0;text-align:right}.cp-rbar__track{flex:1;height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden}.cp-rbar__fill{height:100%;border-radius:5px;width:0;transition:width 0.65s cubic-bezier(.4,0,.2,1)}.cp-rbar--bad .cp-rbar__fill{background:#fca5a5}.cp-rbar--neutral .cp-rbar__fill{background:#94a3b8}.cp-rbar--good .cp-rbar__fill{background:#86efac}.cp-rbar--great .cp-rbar__fill{background:#4ade80}.cp-rbar--active .cp-rbar__lbl{color:#e11d48;font-weight:700}.cp-rbar--active .cp-rbar__track{box-shadow:0 0 0 2px rgb(225 29 72 / .18)}.cp-rbar__count{font-size:11px;color:#94a3b8;width:28px;flex-shrink:0;text-align:right}.cp-rbar__you{font-size:11px;font-weight:700;color:#e11d48;white-space:nowrap}@media (max-width:520px){.cp-ranking{flex-direction:column;gap:14px;align-items:stretch}.cp-ranking__left{display:flex;align-items:center;gap:12px;text-align:left;min-width:0;flex-wrap:wrap}.cp-rank-sub{margin-bottom:0}.cp-rank-peers{margin-left:auto}}