.pvi-container {
max-width: 820px;
margin: 40px auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 18px;
}
.pvi-card {
background: #fff;
border-radius: 20px;
box-shadow: 0 18px 48px rgba(0,0,0,0.08);
padding: 30px;
}
.pvi-intro {
margin-bottom: 18px;
}
.pvi-intro h2 {
margin: 0 0 10px 0;
font-size: 32px;
line-height: 1.2;
color: #1f2a44;
font-weight: 800;
}
.pvi-intro p {
margin: 0;
font-size: 16px;
line-height: 1.7;
color: #5a6478;
}
.pvi-label {
font-weight: 700;
font-size: 18px;
margin-top: 16px;
display: block;
color: #1f2937;
}
.pvi-switch {
display: flex;
gap: 10px;
margin-top: 10px;
}
.pvi-switch-3 button {
flex: 1;
}
.pvi-switch button {
flex: 1;
padding: 14px;
border-radius: 12px;
border: 2px solid #d1d5db;
background: #f8fafc;
cursor: pointer;
font-size: 16px;
font-weight: 800;
transition: all 0.25s ease;
}
.pvi-switch button.active {
background: #2b6cb0;
color: #fff;
border-color: #2b6cb0;
box-shadow: 0 6px 16px rgba(43,108,176,0.28);
}
.pvi-switch button:hover:not(.active) {
border-color: #2b6cb0;
background: #eef5ff;
}
.pvi-input,
.pvi-container input.pvi-input,
.pvi-container select.pvi-input {
width: 100%;
padding: 13px 14px;
margin-top: 6px;
font-size: 18px;
font-weight: 500;
border: 1.25px solid #4a4a4a !important;
border-radius: 10px;
background: #fff !important;
color: #111 !important;
box-sizing: border-box;
appearance: none;
-webkit-appearance: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.04);
transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.pvi-container input.pvi-input::placeholder {
color: #7a7a7a;
opacity: 1;
}
.pvi-container input.pvi-input::-webkit-outer-spin-button,
.pvi-container input.pvi-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.pvi-container input.pvi-input[type="number"] {
-moz-appearance: textfield;
}
.pvi-container input.pvi-input:focus,
.pvi-container select.pvi-input:focus,
.pvi-container input.pvi-input.pvi-active {
border-color: #5c93db !important;
box-shadow: 0 0 0 2px rgba(92,147,219,0.08), inset 0 1px 1px rgba(0,0,0,0.04);
outline: none;
background: #fff !important;
}
.pvi-row {
display: flex;
gap: 16px;
}
.pvi-row > div {
flex: 1;
}
.pvi-helper {
margin-top: 10px;
font-size: 14px;
line-height: 1.6;
color: #64748b;
}
.pvi-conditional {
margin-top: 4px;
}
.pvi-prefill-note {
display: none;
margin-bottom: 16px;
padding: 12px 14px;
border-radius: 12px;
background: #eef5ff;
border: 1px solid #d4e3ff;
color: #2b6cb0;
font-size: 15px;
line-height: 1.55;
font-weight: 600;
}
.pvi-project-context {
display: none;
margin-bottom: 18px;
padding: 18px;
border-radius: 16px;
background: linear-gradient(135deg,#f8fbff,#f4f7ff);
border: 1px solid #e1e9ff;
box-shadow: 0 8px 24px rgba(43,108,176,0.06);
}
.pvi-project-context-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.pvi-project-context-head h3 {
margin: 0;
font-size: 22px;
color: #1f2a44;
font-weight: 800;
}
.pvi-context-badge {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: 999px;
background: #eaf2ff;
color: #2b6cb0;
font-size: 13px;
font-weight: 800;
border: 1px solid #d6e4ff;
}
.pvi-context-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.pvi-context-item {
background: #fff;
border: 1px solid #e7edf8;
border-radius: 14px;
padding: 14px;
}
.pvi-context-kicker {
font-size: 13px;
font-weight: 800;
color: #64748b;
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: .02em;
}
.pvi-context-value {
font-size: 22px;
font-weight: 800;
color: #0f172a;
line-height: 1.25;
}
.pvi-context-sub {
margin-top: 6px;
font-size: 14px;
color: #64748b;
line-height: 1.5;
}
.pvi-result {
margin-top: 24px;
padding: 22px;
border-radius: 16px;
background: linear-gradient(135deg,#f0f4ff,#f9fbff);
border: 1px solid #e3e8ff;
line-height: 1.8;
color: #333;
}
.pvi-highlight {
font-size: 31px;
font-weight: 800;
color: #2b6cb0;
line-height: 1.2;
margin-bottom: 4px;
}
.pvi-sub {
margin-top: 8px;
font-size: 16px;
color: #475569;
}
.pvi-breakdown {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-top: 16px;
}
.pvi-break-item {
background: #fff;
border: 1px solid #e6eaf5;
border-radius: 14px;
padding: 14px;
}
.pvi-break-label {
font-size: 13px;
font-weight: 800;
color: #64748b;
text-transform: uppercase;
letter-spacing: .02em;
margin-bottom: 6px;
}
.pvi-break-value {
font-size: 22px;
font-weight: 800;
color: #111827;
line-height: 1.25;
}
.pvi-break-sub {
margin-top: 6px;
font-size: 14px;
color: #64748b;
line-height: 1.55;
}
.pvi-tag-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 14px;
}
.pvi-tag {
display: inline-flex;
align-items: center;
padding: 8px 11px;
border-radius: 999px;
background: #ffffff;
border: 1px solid #dbe6f6;
color: #33517d;
font-size: 13px;
font-weight: 700;
}
.pvi-ai-note {
display: none;
margin-top: 18px;
padding: 18px;
border-radius: 14px;
background: linear-gradient(135deg,#0f2348,#1d3970);
border: 1px solid rgba(255,255,255,0.08);
color: #fff;
box-shadow: 0 14px 30px rgba(15,35,72,0.18);
}
.pvi-ai-kicker {
display: inline-flex;
align-items: center;
padding: 7px 11px;
border-radius: 999px;
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.14);
color: #dbeafe;
font-size: 12px;
font-weight: 800;
margin-bottom: 10px;
letter-spacing: .02em;
}
.pvi-ai-title {
font-size: 21px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 8px;
color: #fff;
}
.pvi-ai-text {
font-size: 16px;
line-height: 1.75;
color: #eef4ff;
}
.pvi-next-steps {
display: none;
margin-top: 22px;
padding: 18px;
border-radius: 14px;
background: #ffffff;
border: 1px solid #e6eaf5;
box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}
.pvi-next-steps h3 {
margin: 0 0 8px 0;
font-size: 22px;
color: #1f2a44;
}
.pvi-next-steps p {
margin: 0 0 14px 0;
font-size: 15px;
color: #5a6478;
line-height: 1.6;
}
.pvi-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.pvi-action-btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 0 14px;
border-radius: 12px;
text-decoration: none !important;
font-size: 16px;
font-weight: 800;
transition: all .2s ease;
text-align: center;
}
.pvi-action-btn.primary {
background: #2b6cb0;
color: #fff !important;
border: 1px solid #2b6cb0;
}
.pvi-action-btn.secondary {
background: #fff;
color: #2b6cb0 !important;
border: 1px solid #cfe0f5;
}
.pvi-action-btn:hover {
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
.pvi-disclaimer {
margin-top: 16px;
font-size: 13px;
color: #6b7280;
line-height: 1.6;
}
.pvi-result-success {
background: linear-gradient(135deg,#f2fbf5,#fcfffd);
border-color: #d4eedb;
}
.pvi-result-warning {
background: linear-gradient(135deg,#fff9f2,#fffdf9);
border-color: #f5d9b6;
}
.pvi-result-neutral {
background: linear-gradient(135deg,#f0f4ff,#f9fbff);
border-color: #e3e8ff;
}
@media (max-width: 768px) {
.pvi-container {
font-size: 16px;
padding: 10px;
}
.pvi-card {
padding: 22px 18px;
}
.pvi-intro h2 {
font-size: 27px;
}
.pvi-row {
flex-direction: column;
}
.pvi-actions,
.pvi-breakdown,
.pvi-context-grid {
grid-template-columns: 1fr;
}
.pvi-highlight {
font-size: 27px;
}
.pvi-context-value,
.pvi-break-value {
font-size: 20px;
}
}