.ct-modal__dialog{position:relative;z-index:1;width:min(calc(100% - 24px),860px);margin:0;height:min(76vh,760px);max-height:76vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ct-border);border-radius:18px;background:#fff;box-shadow:0 18px 50px #0f172440}.ct-modal__header,.ct-modal__actions{flex:0 0 auto;padding:12px 14px;background:#fff}.ct-modal__header{align-items:flex-start;border-bottom:1px solid var(--ct-border)}.ct-modal__title-group{display:grid;gap:2px}.ct-modal__eyebrow,.ct-modal__subtitle,.ct-compare-state__label,.ct-compare-hint,.ct-modal__footer-note{margin:0;color:var(--ct-text-muted)}.ct-modal__eyebrow:empty,.ct-modal__subtitle:empty,.ct-compare-hint:empty{display:none}.ct-modal__eyebrow{font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ct-modal__header h2{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.05;font-weight:800}.ct-modal__subtitle{font-size:.84rem}.ct-modal__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:12px 14px 14px}@media(max-width:900px){.ct-modal__dialog{width:min(calc(100% - 12px),1040px);margin:0;height:min(92vh,980px);max-height:92vh;border-radius:18px}}.ct-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--ct-border)}.ct-modal__footer-note{font-size:.9rem;font-weight:600}.ct-modal__footer-buttons{display:flex;align-items:center;gap:12px}.ct-compare-state{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:10px}.ct-compare-state__section{display:grid;gap:6px}.ct-compare-state__label{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.ct-compare-state__chips{display:flex;flex-wrap:wrap;gap:6px;min-height:28px}.ct-compare-hint{grid-column:1 / -1;font-size:.82rem;font-weight:600}.ct-compare-chip{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:5px 10px;border:1px solid var(--ct-border);border-radius:999px;background:var(--ct-surface-muted);color:var(--ct-text);font-size:.84rem;font-weight:700}.ct-compare-chip--primary{border-color:#2563eb3d;background:#2563eb14;color:var(--ct-primary-dark)}.ct-compare-chip--ghost{color:var(--ct-text-muted);font-weight:600}.ct-compare-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:999px;background:#2563eb1f;color:inherit;cursor:pointer}.ct-compare-toolbar{margin-bottom:10px}.ct-compare-search{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 14px;border:1px solid rgba(195,207,222,.9);border-radius:16px;background:#fff;box-shadow:none}.ct-compare-search .material-symbols-outlined,.ct-compare-search__clear{color:var(--ct-text-muted)}.ct-compare-search:focus-within{border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb1a}.ct-compare-search__input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0;color:var(--ct-text);font-size:.98rem;font-weight:600;line-height:1.2;box-shadow:none;appearance:none;-webkit-appearance:none}.ct-compare-search__input::-webkit-search-decoration,.ct-compare-search__input::-webkit-search-cancel-button,.ct-compare-search__input::-webkit-search-results-button,.ct-compare-search__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.ct-compare-search__input::placeholder{color:#8a97ad;font-weight:500}.ct-compare-search__clear{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.ct-compare-search__clear:hover{background:#2563eb14;color:var(--ct-primary-dark)}.ct-compare-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));min-height:0;flex:1 1 auto;align-items:start;overflow:hidden;padding-bottom:6px}.ct-compare-grid[data-compare-type=mobile]{grid-template-columns:repeat(2,minmax(0,1fr))}.ct-compare-panel{display:flex;flex-direction:column;min-height:0;height:100%;border:1px solid var(--ct-border);border-radius:16px;background:#fff;overflow:hidden}.ct-compare-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 8px;border-bottom:1px solid rgba(217,225,236,.7)}.ct-compare-panel__header .ct-panel__title{margin:0;font-size:1rem;font-weight:800;letter-spacing:-.01em}.ct-compare-panel__step{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#2563eb14;color:var(--ct-primary-dark);font-size:.82rem;font-weight:800}.ct-compare-panel .ct-picker-list{display:grid;gap:8px;align-content:start;grid-auto-rows:max-content;min-height:0;flex:1 1 auto;max-height:none;overflow-y:auto;margin:0;padding:10px 10px 18px}.ct-compare-option{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--ct-border);border-radius:12px;background:#fff;color:var(--ct-text);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.ct-compare-option:hover{border-color:var(--ct-border-strong);background:var(--ct-surface-muted);transform:translateY(-1px)}.ct-compare-option.is-selected{border-color:var(--ct-primary);background:linear-gradient(135deg,#2563eb24,#2563eb0f);box-shadow:inset 0 0 0 1px #2563eb24}.ct-compare-option.is-selected .ct-compare-option__title,.ct-compare-option.is-selected .ct-compare-option__meta{color:var(--ct-primary-dark)}.ct-compare-option__icon,.ct-compare-option__status{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px}.ct-compare-option__icon{background:#1f2a440f;color:var(--ct-text-muted)}.ct-compare-option__status{margin-left:auto;background:#2563eb1f;color:var(--ct-primary-dark)}.ct-compare-option__content{min-width:0;display:grid;gap:2px}.ct-compare-option__title{font-size:.84rem;font-weight:700;line-height:1.2}.ct-compare-option__meta{font-size:.7rem;color:var(--ct-text-muted)}.ct-compare-empty{margin:0;padding:18px 12px;color:var(--ct-text-muted);text-align:center;font-weight:600}@media(max-width:900px){.ct-modal__dialog{width:min(calc(100% - 16px),1040px);margin:1.5vh auto;height:88vh;max-height:88vh}.ct-modal__body{overflow-y:auto}.ct-compare-grid,.ct-compare-grid[data-compare-type=mobile]{grid-template-columns:1fr;overflow:visible;flex:0 0 auto}.ct-compare-panel{height:auto;max-height:260px}.ct-compare-panel .ct-picker-list{max-height:190px}.ct-compare-state{grid-template-columns:1fr}.ct-modal__actions{flex-direction:column;align-items:stretch}.ct-modal__footer-buttons{justify-content:flex-end;flex-wrap:wrap}}
