.cq-orgc-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border: 1px solid var(--cq-green, #12836a); border-radius: 22px;
    background: #fff; color: var(--cq-green, #12836a);
    font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap;
}
.cq-orgc-btn:hover { background: var(--cq-green, #12836a); color: #fff; }
.cq-orgc-btn svg { width: 16px; height: 16px; }

.cq-orgc-mask {
    position: fixed; inset: 0; z-index: 100000;
    background: rgba(0, 0, 0, .45);
    display: flex; align-items: center; justify-content: center; padding: 16px;
}
.cq-orgc-modal {
    width: 460px; max-width: 100%; background: #fff; border-radius: 14px; padding: 22px;
    font-family: inherit; color: #222;
}
.cq-orgc-modal h3 { margin: 0 0 6px; font-size: 18px; }
.cq-orgc-modal p.cq-orgc-hint { margin: 0 0 16px; font-size: 13px; color: #777; line-height: 1.5; }
.cq-orgc-key {
    width: 100%; box-sizing: border-box; height: 46px; padding: 0 14px;
    border: 1px solid #ccc; border-radius: 9px; font-size: 18px; letter-spacing: 2px;
    text-transform: uppercase; text-align: center; font-weight: 700;
}
.cq-orgc-key:focus { border-color: var(--cq-green, #12836a); outline: none; }
.cq-orgc-msg { min-height: 18px; margin: 12px 0 4px; font-size: 13.5px; }
.cq-orgc-msg--err { color: #c0392b; }
.cq-orgc-msg--ok { color: var(--cq-green, #12836a); }
.cq-orgc-foot { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }
.cq-orgc-foot button { height: 42px; padding: 0 22px; border-radius: 9px; font-size: 14px; cursor: pointer; }
.cq-orgc-cancel { border: 1px solid #ccc; background: #fff; color: #444; }
.cq-orgc-ok { border: 0; background: var(--cq-green, #12836a); color: #fff; font-weight: 600; }
.cq-orgc-ok[disabled] { opacity: .6; cursor: default; }

.cq-orgc-attach-wrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 12px 0 6px; }
.cq-orgc-attach {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border: 1px solid var(--cq-green, #12836a); border-radius: 22px;
    background: var(--cq-green, #12836a); color: #fff;
    font-size: 14px; font-weight: 600; cursor: pointer;
}
.cq-orgc-attach:hover { filter: brightness(1.06); }
.cq-orgc-attach svg { width: 16px; height: 16px; }
.cq-orgc-attach.is-up { background: #fff; color: var(--cq-green, #12836a); }
.cq-orgc-attach.is-pending { background: #f2f2f2; color: #888; border-color: #ddd; cursor: default; }
.cq-orgc-attach .cq-orgc-tick { font-style: normal; }
.cq-orgc-attach-note { font-size: 13px; color: var(--cq-green, #12836a); }

.cq-orgc-mine { font-size: 13.5px; color: #333; line-height: 1.5; }
.cq-orgc-mine b { color: var(--cq-green, #12836a); }
.cq-orgc-attach-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: -4px 0 18px; padding-left: 2px; }

