.explanation-text{max-width:90%;margin:0 auto;padding:0 15px;text-align:center;color:#8b949e;font-size:.95rem;line-height:1.5}.content-wrapper{max-width:90%;margin:0 auto;padding:20px 0 40px 0;display:flex;flex-direction:row;align-items:flex-start;gap:30px}.ec-main-column{flex:1;min-width:0;display:flex;flex-direction:column;gap:25px}.ec-panel{background-color:rgba(28,33,40,.95);border:1px solid #2d333b;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:15px;box-shadow:0 8px 24px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;z-index:2}.ec-panel-title{color:#40b3ff;font-size:1.3rem;font-weight:700;margin:0;padding-bottom:10px;border-bottom:1px solid #30363d}.ec-field label{display:block;color:#8b949e;font-size:.85rem;font-weight:600;margin-bottom:6px}.form-control{width:100%;background-color:#111418;color:#c9d1d9;border:1px solid #30363d;border-radius:6px;padding:10px 12px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:0;border-color:#40b3ff;box-shadow:0 0 0 3px rgba(64,179,255,.2)}.ec-panel-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;border-top:1px solid #30363d;padding-top:15px}.ec-counter{color:#8b949e;font-size:.9rem}.ec-counter span{color:#c9d1d9;font-weight:700}.ec-note{color:#8b949e;font-size:.85rem;line-height:1.5;margin:0}.ec-btn{background-color:transparent;border:1px solid rgba(64,179,255,.4);color:#40b3ff;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s;white-space:nowrap}.ec-btn-primary:hover{background-color:#40b3ff;color:#fff;transform:translateY(-2px)}.ec-btn-danger{color:#f85149;border-color:rgba(248,81,73,.4)}.ec-btn-danger:hover{background-color:#f85149;color:#fff}.ec-icon-btn{background-color:#161b22;border:1px solid #30363d;color:#c9d1d9;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:all .2s}.ec-icon-btn:hover{border-color:#40b3ff;color:#40b3ff}.ec-icon-btn-danger:hover{border-color:#f85149;color:#f85149}.ec-party-rows{display:flex;flex-direction:column;gap:12px}.ec-party-row{display:flex;align-items:flex-end;gap:12px}.ec-party-row .ec-field{flex:1;max-width:200px}.ec-party-row .ec-icon-btn{margin-bottom:4px}.ec-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.ec-field-search{grid-column:1/-1}.ec-autocomplete{position:relative}.ec-suggestions{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:340px;overflow-y:auto;background-color:#161b22;border:1px solid #30363d;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.5);z-index:100}.ec-suggestions.open{display:block}.ec-suggestions::-webkit-scrollbar{width:8px}.ec-suggestions::-webkit-scrollbar-track{background:#111418}.ec-suggestions::-webkit-scrollbar-thumb{background:#3c5372;border-radius:4px}.ec-suggestions::-webkit-scrollbar-thumb:hover{background:#40b3ff}.ec-suggestion{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 10px;width:100%;padding:8px 12px;background:0 0;border:none;border-bottom:1px solid rgba(48,54,61,.5);color:#c9d1d9;font-size:.9rem;text-align:left;cursor:pointer;transition:background-color .15s}.ec-suggestion:last-child{border-bottom:none}.ec-suggestion:hover{background-color:rgba(64,179,255,.15)}.ec-suggestion-name{flex:1 1 150px;min-width:0}.ec-suggestion-name i{color:#8b949e;font-size:.82rem}.ec-suggestion-meta{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto;max-width:100%}.ec-suggestion-src{color:#8b949e;font-size:.78rem;white-space:nowrap}.ec-suggestion-empty{padding:12px;color:#8b949e;font-size:.9rem;text-align:center}.ec-suggestion-more{position:-webkit-sticky;position:sticky;bottom:0;padding:8px 12px;background-color:#1c2128;border-top:1px solid #30363d;color:#8b949e;font-size:.8rem;line-height:1.4;text-align:center}.ec-cr-badge{background-color:rgba(64,179,255,.1);border:1px solid #30363d;color:#40b3ff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:10px;white-space:nowrap}.ec-dropdown{position:relative}.ec-dropdown-toggle{text-align:left;cursor:pointer}.ec-dropdown-panel{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#161b22;border:1px solid #30363d;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.5);padding:8px;z-index:100}.ec-dropdown.open .ec-dropdown-panel{display:block}.ec-checkbox-label{display:flex;align-items:center;gap:8px;padding:6px 8px;color:#c9d1d9;font-size:.9rem;border-radius:6px;cursor:pointer;transition:background-color .15s}.ec-checkbox-label:hover{background-color:rgba(64,179,255,.15)}.ec-checkbox-label input{accent-color:rgb(64,179,255)}.ec-selected-monsters{display:flex;flex-direction:column;gap:10px}.ec-monster-row{display:flex;align-items:center;gap:12px;background-color:rgba(22,27,34,.85);border:1px solid #30363d;border-radius:8px;padding:10px 14px;transition:border-color .2s}.ec-monster-row:hover{border-color:#484f58}.ec-monster-name{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ec-monster-name a{color:#40b3ff;text-decoration:none;font-weight:600}.ec-monster-name a:hover{text-decoration:underline}.ec-monster-meta{color:#8b949e;font-size:.8rem}.ec-monster-count{display:flex;align-items:center;gap:6px;flex:0 0 auto}.ec-count-input{width:58px;text-align:center;padding:6px 4px;-moz-appearance:textfield}.ec-count-input::-webkit-inner-spin-button,.ec-count-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ec-monster-xp{flex:0 0 auto;min-width:64px;text-align:right;color:#e6edf3;font-weight:700;font-size:.95rem}.ec-empty{text-align:center;color:#8b949e;padding:25px;background-color:rgba(22,27,34,.5);border:1px dashed #30363d;border-radius:8px;margin:0}.ec-custom-monster{background-color:rgba(0,0,0,.2);border:1px solid #30363d;border-radius:8px;padding:12px 16px}.ec-custom-monster summary{color:#40b3ff;font-weight:600;cursor:pointer}.ec-custom-grid{display:grid;grid-template-columns:2fr 1.5fr 0.8fr auto;gap:15px;align-items:end;margin-top:15px}.ec-custom-grid .ec-btn{margin-bottom:2px}.ec-rules-box{background-color:rgba(28,33,40,.95);border:1px solid #2d333b;border-radius:10px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ec-rules-box summary{color:#40b3ff;font-weight:600;cursor:pointer}.ec-rules-content{margin-top:12px;display:flex;flex-direction:column;gap:10px}.ec-rules-content p{margin:0;color:#c9d1d9;font-size:.92rem;line-height:1.6}.ec-rules-content b{color:#e6edf3}.ec-rules-warning{border-left:4px solid #d29922;background-color:rgba(210,153,34,.06);border-radius:0 8px 8px 0;padding:10px 14px}.ec-results-sidebar{width:340px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:20px;display:flex;flex-direction:column;gap:20px;background-color:rgba(28,33,40,.95);border:1px solid #2d333b;border-radius:10px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-height:calc(100vh - 40px);overflow-y:auto}.ec-results-sidebar::-webkit-scrollbar{width:6px}.ec-results-sidebar::-webkit-scrollbar-track{background:0 0}.ec-results-sidebar::-webkit-scrollbar-thumb{background:#3c5372;border-radius:4px}.ec-results-block{display:flex;flex-direction:column;gap:10px}.ec-results-title{color:#40b3ff;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;padding-bottom:8px;border-bottom:1px solid #30363d}.ec-placeholder{color:#8b949e;font-size:.9rem;margin:0}.ec-thresholds{display:flex;flex-direction:column;gap:6px}.ec-threshold-row{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;border-radius:6px;border:1px solid transparent;font-size:.92rem;transition:all .2s}.ec-threshold-name{color:#8b949e}.ec-threshold-value{color:#c9d1d9;font-weight:700}.ec-threshold-row.current{border-color:rgba(64,179,255,.4);background-color:rgba(64,179,255,.1)}.ec-threshold-row.current .ec-threshold-name{color:#e6edf3;font-weight:600}.ec-threshold-row.current.ec-difficulty-0{border-color:rgba(63,185,80,.5);background-color:rgba(63,185,80,.1)}.ec-threshold-row.current.ec-difficulty-1{border-color:rgba(64,179,255,.5);background-color:rgba(64,179,255,.1)}.ec-threshold-row.current.ec-difficulty-2{border-color:rgba(210,153,34,.5);background-color:rgba(210,153,34,.1)}.ec-threshold-row.current.ec-difficulty-3{border-color:rgba(248,81,73,.5);background-color:rgba(248,81,73,.1)}.ec-scene-params{display:flex;flex-direction:column;gap:6px}.ec-param-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.92rem;color:#8b949e}.ec-param-row b{color:#e6edf3;text-align:right}.ec-param-adjusted{border-top:1px solid #30363d;padding-top:8px;margin-top:4px}.ec-param-adjusted b{color:#40b3ff;font-size:1.05rem}.ec-mult-note{color:#8b949e;font-weight:400;font-size:.8rem}.ec-verdict{text-align:center;padding:12px;border-radius:8px;border:1px solid #30363d;background-color:rgba(0,0,0,.2);color:#8b949e;font-size:.95rem;font-weight:700;letter-spacing:1px}.ec-verdict-trivial{color:#8b949e}.ec-verdict-0{color:#3fb950;border-color:rgba(63,185,80,.5);background-color:rgba(63,185,80,.1)}.ec-verdict-1{color:#40b3ff;border-color:rgba(64,179,255,.5);background-color:rgba(64,179,255,.1)}.ec-verdict-2{color:#d29922;border-color:rgba(210,153,34,.5);background-color:rgba(210,153,34,.1)}.ec-verdict-3{color:#f85149;border-color:rgba(248,81,73,.5);background-color:rgba(248,81,73,.1)}.ec-reco-tabs{display:flex;flex-wrap:wrap;gap:6px}.ec-reco-tabs input[type=radio]{display:none}.ec-reco-tabs label{background-color:#161b22;border:1px solid #30363d;color:#8b949e;font-size:.78rem;font-weight:600;padding:5px 10px;border-radius:20px;cursor:pointer;transition:all .2s}.ec-reco-tabs input[type=radio]:checked+label{background-color:rgba(64,179,255,.15);border-color:#40b3ff;color:#40b3ff}.ec-recommendations{display:flex;flex-direction:column;gap:6px}.ec-reco-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.9rem;color:#8b949e}.ec-reco-row b{color:#c9d1d9;white-space:nowrap}.ec-btn-reset{width:100%}@media (max-width:1024px){.content-wrapper{flex-direction:column}.ec-results-sidebar{position:static;width:100%;max-height:none;order:2}.ec-main-column{order:1;width:100%}}@media (max-width:900px){.ec-custom-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.content-wrapper{max-width:95%;padding-bottom:80px}.ec-panel{padding:15px}}@media (max-width:600px){.ec-custom-grid{grid-template-columns:1fr}.ec-party-row .ec-field{max-width:none}.ec-monster-row{flex-wrap:wrap}.ec-monster-name{flex-basis:100%}.ec-monster-xp{min-width:0}}