
.killerrr-tryon-btn{display:block;width:100%;margin-top:12px;padding:14px 18px;border:0;border-radius:10px;background:#ff2d75;color:#fff;font-size:16px;font-weight:700;cursor:pointer}
.killerrr-tryon-modal{display:none;position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.76);align-items:center;justify-content:center;padding:18px}
.killerrr-tryon-modal.is-open{display:flex}
.killerrr-tryon-card{position:relative;width:min(720px,100%);max-height:94vh;overflow:auto;background:#fff;border-radius:22px;padding:24px;box-shadow:0 25px 80px rgba(0,0,0,.35)}
.killerrr-tryon-close{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:#f2f2f5;color:#11154f;font-size:28px;line-height:40px;cursor:pointer}
.killerrr-tryon-header{text-align:center;padding:5px 40px 18px}
.killerrr-tryon-brand{font-size:12px;font-weight:800;letter-spacing:3px;color:#11154f}
.killerrr-tryon-header h2{margin:6px 0 5px;color:#11154f;font-size:28px}
.killerrr-tryon-header p{margin:0;color:#6f7180}
.killerrr-stage{position:relative;min-height:220px}
.killerrr-camera-wrap,.killerrr-photo-wrap,.killerrr-result-wrap{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:#11154f}
#killerrr-camera,#killerrr-photo,#killerrr-result{width:100%;height:100%;object-fit:contain;background:#f7f7fa;display:block}
#killerrr-camera{object-fit:cover}
.killerrr-guide{position:absolute;inset:8% 23%;border:3px dashed #25e6cb;border-radius:50%;pointer-events:none}
.killerrr-guide-text{position:absolute;left:50%;bottom:15px;transform:translateX(-50%);background:rgba(0,0,0,.62);color:#fff;padding:7px 13px;border-radius:30px;font-size:12px;white-space:nowrap}
.killerrr-loading{position:absolute;inset:0;background:rgba(255,255,255,.96);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#11154f}
.killerrr-spinner{width:48px;height:48px;border:5px solid #eee;border-top-color:#ff2d75;border-radius:50%;animation:killerrr-spin .8s linear infinite}
@keyframes killerrr-spin{to{transform:rotate(360deg)}}
.killerrr-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.killerrr-btn{min-height:50px;border-radius:10px;border:0;font-weight:700;font-size:15px;cursor:pointer;padding:12px;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box}
.killerrr-primary{background:#11154f;color:#fff}.killerrr-secondary{background:#f0f1f5;color:#11154f}.killerrr-accent{background:#25e6cb;color:#07123e}.killerrr-dark{background:#11154f;color:#fff;grid-column:1/-1}
.killerrr-btn:disabled{opacity:.45;cursor:not-allowed}.killerrr-status{text-align:center;margin:14px 0 0;color:#666b79;font-size:13px;line-height:1.5}
@media(max-width:600px){.killerrr-tryon-modal{padding:0;align-items:flex-end}.killerrr-tryon-card{max-height:96vh;border-radius:22px 22px 0 0;padding:18px 14px 20px}.killerrr-camera-wrap,.killerrr-photo-wrap,.killerrr-result-wrap{aspect-ratio:3/4}.killerrr-actions{grid-template-columns:1fr}.killerrr-dark{grid-column:auto}.killerrr-tryon-header h2{font-size:23px}}
