.props{background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:0}
.props-head{padding:14px 16px 10px;border-bottom:1px solid var(--line)}
.props-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}
.prop-empty{text-align:center;color:var(--faint);padding:26px 10px}
.prop-empty .big{font-size:30px;opacity:.6}
.prop-empty p{font-size:13px;line-height:1.6;margin-top:8px}
.prop-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.prop-preview{background:linear-gradient(160deg,#fffbeb,#e0f2fe);display:grid;place-items:center;padding:18px}
.prop-preview svg{width:76px;height:76px;filter:drop-shadow(0 4px 10px rgba(15,23,42,.18))}
.prop-info{padding:12px 14px}
.prop-info h3{font-size:15px}
.prop-cat{display:inline-block;font-size:11px;font-weight:700;margin:6px 0 8px;padding:2px 10px;border-radius:99px;color:#fff}
.prop-info p{font-size:12.5px;color:var(--muted);line-height:1.55}
.prop-group{border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px}
.prop-group h4{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:10px}
.prop-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:13px}
.prop-row:last-child{margin-bottom:0}
.prop-row label{color:var(--muted)}
.prop-row input{width:110px;border:1px solid var(--line);border-radius:7px;padding:6px 9px;font-size:13px;color:var(--ink);background:var(--panel-2);outline:none}
.prop-row input:focus{border-color:var(--blue)}
.prop-row output{font-variant-numeric:tabular-nums;font-weight:600}
.prop-field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.prop-field:last-child{margin-bottom:0}
.prop-field label{font-size:12px;color:var(--muted)}
.prop-field input[type=text]{width:100%;border:1px solid var(--line);border-radius:7px;padding:7px 10px;font-size:13px;color:var(--ink);background:var(--panel-2);outline:none}
.prop-field input[type=text]:focus{border-color:var(--blue)}
.prop-field textarea{width:100%;border:1px solid var(--line);border-radius:7px;padding:7px 10px;font-size:13px;color:var(--ink);background:var(--panel-2);outline:none;resize:vertical;min-height:62px;line-height:1.5}
.prop-field textarea:focus{border-color:var(--blue)}
.prop-check{display:flex;align-items:center;gap:9px;margin-bottom:10px;font-size:13px}
.prop-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}
.prop-check label{color:var(--ink)}
.range-wrap{flex:1;display:flex;align-items:center;gap:10px;min-width:0}
.range-wrap input[type=range]{flex:1;min-width:0;accent-color:var(--accent)}
.prop-row output{min-width:44px;text-align:right}
.prop-select{flex:1;min-width:0;border:1px solid var(--line);border-radius:7px;padding:7px 9px;font-size:13px;color:var(--ink);background:var(--panel-2);outline:none}
.prop-select:focus{border-color:var(--blue)}
.color-wrap{display:flex;align-items:center;gap:8px}
.swatch-row{display:flex;gap:8px;align-items:center;margin:2px 0 10px}
.swatch{width:26px;height:26px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer;padding:0}
.swatch:hover{transform:scale(1.12)}
.swatch.on{box-shadow:0 0 0 2px var(--panel),0 0 0 4px var(--accent)}
.prop-row input[type=color]{width:44px;height:30px;padding:2px;border:1px solid var(--line);border-radius:7px;background:var(--panel-2);cursor:pointer}
.btn-small{width:auto!important;padding:6px 12px!important;font-size:12px!important}
.btn-danger{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-weight:600;font-size:13px;border-radius:9px;padding:9px;width:100%}
.btn-danger:hover{background:#fee2e2}
.btn-ghost{border:1px solid var(--line);background:var(--panel-2);color:var(--muted);font-weight:600;font-size:13px;border-radius:9px;padding:9px;width:100%}
.btn-ghost:hover{border-color:var(--line-strong);background:var(--panel-2)}
.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.btn-row .btn-ghost{padding:8px 4px;font-size:12.5px}
.prop-note{font-size:11.5px;color:var(--faint);line-height:1.6;background:var(--panel-2);border:1px dashed var(--line);border-radius:10px;padding:10px 12px}
.prop-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.preset-row{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 10px}
.preset-chip{font-size:11.5px;font-weight:600;color:var(--muted);background:var(--panel-2);border:1px solid var(--line);border-radius:99px;padding:4px 11px}
.preset-chip:hover{border-color:var(--accent);color:var(--accent-ink)}
.stat{border:1px solid var(--line);border-radius:10px;padding:9px 12px;background:var(--panel-2)}
.stat b{display:block;font-size:17px;font-variant-numeric:tabular-nums}
.stat span{font-size:11px;color:var(--muted)}
