:root{--evct-primary:#6366f1;--evct-primary-light:#eef2ff;--evct-text:#1e293b;--evct-text-secondary:#475569;--evct-text-muted:#64748b;--evct-bg:#fff;--evct-bg-secondary:#f8fafc;--evct-border:#e2e8f0;--evct-radius:var(--main-radius,.5rem);--evct-radius-lg:var(--main-radius-lg,.75rem);--evct-shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--evct-shadow-md:0 4px 12px #00000014;--evct-color-level1:#f59e0b;--evct-color-level2:#3b82f6;--evct-color-dc:#8b5cf6;--evct-accent:#10b981}._evct-container{max-width:600px;margin:0 auto}._evct-card{background:var(--evct-bg);border-radius:var(--evct-radius-lg);box-shadow:var(--evct-shadow);border-style:solid;border-width:1px;border-color:var(--evct-border);margin-bottom:1rem;padding:1.25rem}._evct-card-title{color:var(--evct-text);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:flex}._evct-card-title svg{color:var(--evct-primary);flex-shrink:0}@media (max-width:768px){._evct-container{padding-left:1rem;padding-right:1rem}}._evct-field{flex-direction:column;gap:.375rem;display:flex}._evct-label{color:var(--evct-text);font-size:.8125rem;font-weight:600}._evct-input-wrapper{background:var(--evct-bg-secondary);border-style:solid;border-width:1.5px;border-color:var(--evct-border);border-radius:var(--evct-radius);align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}._evct-input-wrapper:focus-within{border-color:var(--evct-primary);box-shadow:0 0 0 3px #6366f11a}._evct-input-wrapper-sm{flex-shrink:0;width:5.5rem}._evct-input{color:var(--evct-text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.625rem .75rem;font-family:inherit;font-size:1rem;font-weight:500}._evct-input-sm{padding:.5rem .625rem;font-size:.875rem}._evct-input::placeholder{color:#94a3b8}._evct-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._evct-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._evct-input[type=number]{-moz-appearance:textfield}._evct-unit{color:var(--evct-text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:0 .75rem;font-size:.8125rem;font-weight:500}._evct-presets{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}._evct-presets-label{color:var(--evct-text-muted);white-space:nowrap;font-size:.75rem}._evct-presets-buttons{flex-wrap:wrap;gap:.25rem;display:flex}._evct-preset{border-radius:var(--evct-radius);background:var(--evct-bg-secondary);color:var(--evct-text-secondary);cursor:pointer;border-style:solid;border-width:1px;border-color:var(--evct-border);padding:.25rem .5rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}._evct-preset:hover{background:var(--evct-primary-light);color:var(--evct-primary);border-color:var(--evct-primary)}._evct-preset._evct-preset-active{background:var(--evct-primary);color:#fff;border-color:var(--evct-primary)}._evct-levels{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}._evct-level-field{flex-direction:column;gap:.375rem;display:flex}._evct-range-row{align-items:center;gap:.625rem;display:flex}._evct-range{-webkit-appearance:none;appearance:none;background:var(--evct-border);cursor:pointer;border-radius:3px;outline:none;flex:1;height:6px}._evct-range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--evct-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}._evct-range::-moz-range-thumb{background:var(--evct-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}._evct-custom-power{flex-direction:column;gap:.375rem;margin-top:1rem;margin-bottom:1rem;display:flex}@media (max-width:480px){._evct-levels{grid-template-columns:1fr;gap:.75rem}._evct-presets{flex-direction:column;align-items:flex-start}._evct-card{padding:1rem}}._evct-charger-types{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}._evct-charger-btn{border-radius:var(--evct-radius);background:var(--evct-bg-secondary);border-style:solid;border-width:1.5px;border-color:var(--evct-border);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.125rem;padding:.625rem .375rem;font-family:inherit;transition:all .15s;display:flex}._evct-charger-btn:hover{border-color:var(--evct-primary);background:var(--evct-primary-light)}._evct-charger-btn._evct-charger-btn-active{border-color:var(--evct-primary);background:var(--evct-primary-light);box-shadow:0 0 0 3px #6366f11a}._evct-charger-name{color:var(--evct-text);font-size:.8125rem;font-weight:600}._evct-charger-desc{color:var(--evct-text-muted);font-size:.6875rem;line-height:1.2}._evct-charger-power{color:var(--evct-primary);font-size:.75rem;font-weight:600;font-family:var(--main-font-mono,monospace);margin-top:.125rem}@media (max-width:480px){._evct-charger-types{grid-template-columns:repeat(2,1fr)}}@keyframes _evct-fadeIn{0%{opacity:0}to{opacity:1}}._evct-result-card{background:var(--evct-bg);border-radius:var(--evct-radius-lg);box-shadow:var(--evct-shadow);border-style:solid;border-width:1px;border-color:var(--evct-border);margin-bottom:.75rem;padding:1.5rem}._evct-result-header{text-align:center}._evct-result-time{color:var(--evct-primary);font-size:2.5rem;font-weight:700;line-height:1.1;font-family:var(--main-font-mono,monospace);margin-bottom:.25rem}._evct-result-label{color:var(--evct-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:500}._evct-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem;display:grid}._evct-stat-card{background:var(--evct-bg);border-radius:var(--evct-radius-lg);box-shadow:var(--evct-shadow);border-style:solid;border-width:1px;border-color:var(--evct-border);align-items:center;gap:.625rem;padding:.875rem;display:flex}._evct-stat-icon{color:var(--evct-primary);flex-shrink:0}._evct-stat-icon svg{width:16px;height:16px}._evct-stat-info{min-width:0}._evct-stat-label{color:var(--evct-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;margin-bottom:.125rem;font-size:.6875rem;font-weight:500}._evct-stat-value{color:var(--evct-text);font-size:1rem;font-weight:700;font-family:var(--main-font-mono,monospace)}@media (max-width:480px){._evct-result-time{font-size:2rem}._evct-stats{grid-template-columns:1fr;gap:.5rem}._evct-stat-card{padding:.75rem}._evct-result-card{padding:1.25rem}}._evct-comparison{background:var(--evct-bg);border-radius:var(--evct-radius-lg);box-shadow:var(--evct-shadow);border-style:solid;border-width:1px;border-color:var(--evct-border);margin-bottom:1rem;padding:1.25rem}._evct-comparison-table-wrapper{min-height:200px;overflow-x:auto}._evct-comparison-table{border-collapse:collapse;width:100%;font-size:.8125rem}._evct-comparison-table th{text-align:left;color:var(--evct-text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--evct-border);padding:.5rem;font-size:.6875rem;font-weight:600}._evct-comparison-table td{color:var(--evct-text-secondary);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--evct-border);padding:.5rem}._evct-comparison-table tr:last-child td{border-bottom:none}._evct-comparison-table td:nth-child(2),._evct-comparison-table td:nth-child(3),._evct-comparison-table td:nth-child(4){font-family:var(--main-font-mono,monospace);text-align:right;font-size:.75rem}._evct-comparison-table th:nth-child(2),._evct-comparison-table th:nth-child(3),._evct-comparison-table th:nth-child(4){text-align:right}._evct-comparison-row-active{background:var(--evct-primary-light)}._evct-comparison-row-active td{color:var(--evct-text);font-weight:600}._evct-reference{background:var(--evct-bg);border-radius:var(--evct-radius-lg);box-shadow:var(--evct-shadow);border-style:solid;border-width:1px;border-color:var(--evct-border);margin-top:.25rem;padding:1rem 1.25rem}._evct-reference-title{color:var(--evct-text);align-items:center;gap:.375rem;margin-bottom:.625rem;font-size:.8125rem;font-weight:600;display:flex}._evct-reference-title svg{color:var(--evct-primary);flex-shrink:0}._evct-reference-content p{color:var(--evct-text-secondary);margin:0 0 .75rem;font-size:.8125rem;line-height:1.5}._evct-reference-table{border-collapse:collapse;width:100%;margin-bottom:.75rem;font-size:.8125rem}._evct-reference-table th{text-align:left;color:var(--evct-text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--evct-border);padding:.375rem .5rem;font-size:.6875rem;font-weight:600}._evct-reference-table td{color:var(--evct-text-secondary);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--evct-border);padding:.375rem .5rem}._evct-reference-table tr:last-child td{border-bottom:none}._evct-reference-table td:nth-child(2){font-family:var(--main-font-mono,monospace);color:var(--evct-text-muted);white-space:nowrap;font-size:.75rem}._evct-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:.375rem;display:inline-block}._evct-dot-level1{background:var(--evct-color-level1)}._evct-dot-level2{background:var(--evct-color-level2)}._evct-dot-dc{background:var(--evct-color-dc)}._evct-reference-note{font-style:italic;color:var(--evct-text-muted)!important;margin-bottom:0!important;font-size:.75rem!important}
