.cm-overlay{-webkit-backdrop-filter:blur(8px);z-index:9000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.cm-panel{z-index:9001;background:#0c0c0e;border:1px solid #ffffff14;border-radius:24px;width:min(680px,100%);max-height:min(850px,100%);padding:3rem 2.5rem;position:relative;overflow-y:auto;box-shadow:0 32px 80px #000c,0 0 0 1px #ffffff0a}.cm-close{color:var(--muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.cm-close:hover{color:var(--foreground);background:#ffffff1a}.cm-header{text-align:center;margin-bottom:2.5rem}.cm-label{letter-spacing:.16em;text-transform:uppercase;color:#a78bfa;margin-bottom:.75rem;font-family:Geist,sans-serif;font-size:.75rem;font-weight:500}.cm-title{letter-spacing:-.03em;color:var(--foreground);margin-bottom:.5rem;font-family:Geist,sans-serif;font-size:1.75rem;font-weight:500;line-height:1.2}.cm-title-serif{font-family:Georgia,Times New Roman,serif;font-style:italic}.cm-subtitle{color:var(--muted);font-family:Geist,sans-serif;font-size:.9rem;line-height:1.6}.cm-form{flex-direction:column;gap:1.25rem;display:flex}.cm-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cm-field{flex-direction:column;gap:.4rem;display:flex}.cm-field-label{color:var(--muted);letter-spacing:.01em;font-family:Geist,sans-serif;font-size:.78rem;font-weight:500}.cm-input{color:var(--foreground);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff17;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:Geist,sans-serif;font-size:.95rem;font-weight:400;transition:border-color .2s,background .2s}.cm-input::placeholder{color:#fff3}.cm-input:focus{background:#7c3aed0a;border-color:#7c3aed80}.cm-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.cm-select option{color:#f0f0f0;background:#111}.cm-textarea{resize:vertical;min-height:100px}.cm-btn-primary{color:#fff;cursor:pointer;z-index:0;background:#ffffff0d;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:1rem 2rem;font-family:Geist,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,transform .2s;display:flex;position:relative}.cm-btn-primary:before{content:"";background:linear-gradient(90deg, var(--color--primary-1), var(--color--primary-2) 35%, var(--color--primary-3) 70%, var(--color--primary-4));z-index:-1;border-radius:12.5px;position:absolute;inset:-.5px}.cm-btn-primary:after{content:"";z-index:-1;background:#0f1117;border-radius:11px;position:absolute;inset:1px}.cm-btn-primary:hover:not(:disabled){background:#ffffff15;transform:translateY(-2px)}.cm-btn-primary:disabled{opacity:.7;cursor:not-allowed}.cm-spinner{border:2px solid #ffffff26;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite cm-spin;display:inline-block}@keyframes cm-spin{to{transform:rotate(360deg)}}.cm-error{color:#f87171;background:#f8717114;border:1px solid #f8717126;border-radius:8px;padding:.6rem 1rem;font-family:Geist,sans-serif;font-size:.85rem}.cm-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.cm-success-icon{color:#34d399;background:#34d3991a;border:1px solid #34d39933;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex}.cm-success h3{color:var(--foreground);margin:0;font-family:Geist,sans-serif;font-size:1.5rem;font-weight:600}.cm-success p{color:var(--muted);max-width:360px;margin:0;font-family:Geist,sans-serif;font-size:.95rem;line-height:1.6}@media (max-width:600px){.cm-overlay{padding:1rem}.cm-panel{border-radius:20px;padding:2.5rem 1.25rem}.cm-row{grid-template-columns:1fr}.cm-title{font-size:1.4rem}}
