.dtech-cofc-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .6);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.dtech-cofc-modal{background:#fff;width:100%;max-width:780px;max-height:92vh;overflow-y:auto;border-radius:4px;padding:28px;position:relative;box-shadow:0 8px 40px rgb(0 0 0 / .25)}.dtech-cofc-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;line-height:1;cursor:pointer;color:#555;padding:0}.dtech-cofc-close:hover{color:#000}.dtech-cofc-loading{display:flex;flex-direction:column;align-items:center;padding:40px 0;gap:16px}.dtech-cofc-loading p{font-size:13px;color:#666;margin:0}.dtech-cofc-spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:#111;border-radius:50%;animation:dtech-spin 0.7s linear infinite}@keyframes dtech-spin{to{transform:rotate(360deg)}}.dtech-cofc-footer{margin-top:16px;text-align:right}.dtech-cofc-print-btn{background:#1a1a1a;color:#fff;border:none;padding:10px 20px;cursor:pointer;font-size:13px;font-weight:600;border-radius:2px}.dtech-cofc-print-btn:hover{opacity:.85}