.pt-page{max-width:1320px;margin:0 auto;padding:0 1.5rem 3rem}.pt-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.pt-title{font-size:1.5rem;font-weight:700;color:var(--color-text)}.pt-subtitle{font-size:.85rem;color:var(--color-text-muted);margin-top:.2rem}.pt-search-bar{display:flex;gap:.75rem;align-items:center}.pt-input{padding:.6rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);font-size:.95rem;font-family:inherit;width:180px;transition:border-color .2s}.pt-input:focus{outline:none;border-color:var(--color-accent)}.pt-input::-moz-placeholder{color:var(--color-text-muted)}.pt-input::placeholder{color:var(--color-text-muted)}.pt-btn{padding:.6rem 1.2rem;background:var(--color-accent);color:var(--ve-text-on-accent);border:none;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:opacity .2s,transform .1s;font-family:inherit;white-space:nowrap}.pt-btn:hover{opacity:.85}.pt-btn:active{transform:scale(.98)}.pt-btn:disabled{opacity:.5;cursor:not-allowed}.pt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:var(--color-text-muted)}.pt-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:pt-spin .8s linear infinite}@keyframes pt-spin{to{transform:rotate(1turn)}}.pt-ai-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.3);border-radius:20px;font-size:.75rem;color:#4ade80;font-weight:600}.pt-grid{display:grid;gap:1.25rem}.pt-grid-2{grid-template-columns:repeat(2,1fr)}.pt-grid-3{grid-template-columns:repeat(3,1fr)}.pt-grid-4{grid-template-columns:repeat(4,1fr)}.pt-grid-5{grid-template-columns:repeat(5,1fr)}@media (max-width:768px){.pt-grid-2,.pt-grid-3,.pt-grid-4,.pt-grid-5{grid-template-columns:1fr}}.pt-card{background:rgba(30,41,59,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease}.pt-card:hover{background:rgba(30,41,59,.8);border-color:rgba(255,255,255,.15);box-shadow:0 10px 40px rgba(0,0,0,.2)}.pt-card-title{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.pt-card-value{font-size:1.5rem;font-weight:700;color:var(--color-text)}.pt-card-sub{font-size:.8rem;color:var(--color-text-muted);margin-top:.3rem}.pt-upside{color:#4ade80}.pt-downside{color:#f87171}.pt-neutral{color:var(--color-text-muted)}.pt-gauge-wrap{position:relative;background:var(--color-border);border-radius:999px;height:10px;overflow:hidden;margin-top:.5rem}.pt-gauge-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#f87171,#fbbf24,#4ade80);transition:width .6s ease}.pt-score-circle{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-weight:700;font-size:1.25rem;border:3px solid;flex-shrink:0}.pt-score-high{border-color:#4ade80;color:#4ade80;background:rgba(74,222,128,.08)}.pt-score-mid{border-color:#fbbf24;color:#fbbf24;background:rgba(251,191,36,.08)}.pt-score-low{border-color:#f87171;color:#f87171;background:rgba(248,113,113,.08)}.pt-flag-item{background:rgba(248,113,113,.06);border:1px solid rgba(248,113,113,.2);border-radius:10px}.pt-flag-item,.pt-strength-item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem}.pt-strength-item{background:rgba(74,222,128,.06);border:1px solid rgba(74,222,128,.2);border-radius:10px}.pt-flag-icon{color:#f87171;flex-shrink:0;font-size:1rem}.pt-strength-icon{color:#4ade80;flex-shrink:0;font-size:1rem}.pt-flag-label{font-size:.82rem;font-weight:600;color:var(--color-text)}.pt-flag-concern{font-size:.78rem;color:var(--color-text-muted);margin-top:.2rem}.pt-section-title{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.pt-narrative{background:rgba(30,41,59,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.7;color:var(--color-text)}.pt-narrative p+p{margin-top:.75rem}.pt-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--color-border)}.pt-table{width:100%;border-collapse:collapse;font-size:.85rem}.pt-table th{padding:.75rem 1rem;background:rgba(255,255,255,.03);color:var(--color-text-muted);font-weight:600;text-align:right;border-bottom:1px solid var(--color-border);white-space:nowrap}.pt-table th:first-child{text-align:left}.pt-table td{padding:.65rem 1rem;border-bottom:1px solid rgba(255,255,255,.04);text-align:right;color:var(--color-text)}.pt-table td:first-child{text-align:left;font-weight:600}.pt-table tr:last-child td{border-bottom:none}.pt-table tr.pt-row-target td{background:rgba(74,222,128,.05)}.pt-best{color:#4ade80;font-weight:700}.pt-assumptions{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:rgba(30,41,59,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);border-radius:14px;padding:1.25rem}@media (max-width:640px){.pt-assumptions{grid-template-columns:1fr}}.pt-assumption-field label{display:block;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.35rem}.pt-assumption-field input{width:100%;padding:.5rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.9rem;font-family:inherit;box-sizing:border-box}.pt-assumption-field input:focus{outline:none;border-color:var(--color-accent)}.pt-verdict{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border-radius:20px;font-weight:700;font-size:.8rem}.pt-verdict-positive{background:rgba(74,222,128,.15);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.pt-verdict-neutral{background:rgba(251,191,36,.15);color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.pt-verdict-negative{background:rgba(248,113,113,.15);color:#f87171;border:1px solid rgba(248,113,113,.3)}.pt-empty{text-align:center;padding:4rem 2rem;color:var(--color-text-muted);font-size:.9rem}.pt-edu-card{background:rgba(30,41,59,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(139,92,246,.15);border-left:4px solid #f59e0b}.pt-edu-card h3{font-size:1.05rem;font-weight:700;color:#F59E0B;margin:0 0 .6rem}.pt-edu-card p{font-size:.85rem;color:var(--color-text-muted);line-height:1.65;margin:0 0 1rem}.pt-edu-card em{color:#4ade80;font-style:normal;font-weight:600}.pt-edu-flow{padding:1rem;background:rgba(255,255,255,.02);border:1px solid var(--color-border);border-radius:10px;overflow-x:auto;margin-bottom:1rem}.pt-edu-flow,.pt-edu-flow-item{display:flex;align-items:center;gap:.5rem}.pt-edu-flow-item{padding:.6rem .9rem;background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:8px;font-size:.78rem;color:var(--color-text);white-space:nowrap;flex-shrink:0}.pt-edu-flow-highlight{background:rgba(74,222,128,.08);border-color:rgba(74,222,128,.3);font-weight:600}.pt-edu-flow-icon{font-size:1.1rem}.pt-edu-flow-sub{display:block;font-size:.7rem;color:var(--color-text-muted);font-weight:400}.pt-edu-flow-arrow{color:var(--color-text-muted);flex-shrink:0;opacity:.5}.pt-edu-tips{font-size:.78rem;color:var(--color-text-muted);line-height:1.6;padding:.6rem .8rem;background:rgba(96,165,250,.06);border-radius:8px;border:1px solid rgba(96,165,250,.15)}.pt-assumption-hint{display:block;font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem;opacity:.7}.pt-assumption-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.pt-verdict-card{border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.05);background:rgba(30,41,59,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.pt-verdict-card-positive{border-color:rgba(74,222,128,.3);background:rgba(74,222,128,.04)}.pt-verdict-card-neutral{border-color:rgba(251,191,36,.3);background:rgba(251,191,36,.04)}.pt-verdict-card-negative{border-color:rgba(248,113,113,.3);background:rgba(248,113,113,.04)}.pt-verdict-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pt-verdict-card-label{font-size:.95rem;font-weight:700;color:var(--color-text)}.pt-verdict-card-body{font-size:.85rem;color:var(--color-text-muted);line-height:1.65}.pt-verdict-card-body p{margin:0 0 .5rem}.pt-verdict-card-body p:last-child{margin-bottom:0}.pt-verdict-card-hint{font-size:.78rem;opacity:.8}.pt-guide-methods{display:grid;gap:.6rem;margin-top:.9rem}.pt-guide-method-item{font-size:.84rem;line-height:1.55;color:var(--color-text-secondary);background:rgba(255,255,255,.02);border:1px solid var(--color-border);border-radius:10px;padding:.65rem .75rem}.pt-guide-method-item strong{color:var(--color-text)}.pt-guide-method-note{font-size:.78rem;color:var(--color-text-muted)}.pt-formula-block{display:grid;gap:.22rem}.pt-formula-main{color:var(--color-text-secondary);font-size:.8rem;line-height:1.5}.pt-formula-main strong{color:var(--color-text);font-weight:700}.pt-formula-meta{color:var(--color-text-muted);font-size:.74rem;line-height:1.45}@media (max-width:640px){.pt-edu-flow{flex-wrap:wrap}.pt-edu-flow-arrow{display:none}}.pt-card-value,.pt-kpi-value,.pt-section-title,.pt-title{color:var(--color-text)}.pt-card-sub,.pt-card-title,.pt-empty,.pt-legend,.pt-note,.pt-subtitle,.pt-table th{color:var(--color-text-secondary)}.pt-assumptions,.pt-btn-outline,.pt-card,.pt-edu-card,.pt-edu-flow,.pt-edu-flow-item,.pt-guide-method-item,.pt-input,.pt-kpi,.pt-narrative,.pt-note,.pt-panel,.pt-table-wrap,.pt-verdict-card{border-color:var(--color-border)}.pt-assumptions,.pt-card,.pt-edu-card,.pt-edu-flow,.pt-edu-flow-item,.pt-guide-method-item,.pt-input,.pt-kpi,.pt-narrative,.pt-note,.pt-panel,.pt-table-wrap,.pt-verdict-card{background:var(--ve-bg-light);box-shadow:var(--ve-shadow-card)}.pt-btn-outline:hover,.pt-card:hover,.pt-edu-flow-item:hover,.pt-guide-method-item:hover,.pt-input:focus,.pt-kpi:hover,.pt-panel:hover{border-color:var(--color-border-light);background:var(--ve-bg-muted)}.pt-btn,.pt-btn-primary{background:var(--ve-accent);color:var(--ve-text-primary)}.pt-btn-primary:hover,.pt-btn:hover{background:var(--ve-accent-soft)}.pt-positive,.pt-upside{color:var(--ve-positive)}.pt-downside,.pt-negative{color:var(--ve-negative)}.pt-neutral{color:var(--ve-warning)}.pt-gauge-fill{background:linear-gradient(90deg,var(--ve-negative),var(--ve-accent),var(--ve-positive))}