.uni-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:1rem}.uni-modal-overlay.open{opacity:1;pointer-events:auto}.uni-modal-card{background:#fff;width:100%;max-width:750px;max-height:90vh;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:scale(.95) translateY(10px);transition:transform .3s cubic-bezier(.34, 1.56, .64, 1);display:flex;flex-direction:column;overflow:hidden}.uni-modal-overlay.open .uni-modal-card{transform:scale(1) translateY(0)}.modal-header{background:#f8fafc;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.source-badge{font-size:.75rem;background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:99px;font-weight:600;text-transform:uppercase;margin-top:.25rem;display:inline-block}.modal-close-btn{width:36px;height:36px;border-radius:50%;background:0 0;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close-btn:hover{background:#fee2e2;color:#ef4444}.modal-body{padding:1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.4rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.95rem;color:#1e293b;transition:all .2s;background:#fff}.form-input:focus,.form-textarea:focus{border-color:#0f3c63;outline:0;box-shadow:0 0 0 3px rgba(15,60,99,.1)}.form-textarea{min-height:80px;resize:vertical}.modal-submit-btn{width:100%;background:#0f3c63;color:#fff;font-weight:600;padding:.875rem;border-radius:.5rem;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:all .2s;margin-top:.5rem}.modal-submit-btn:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,60,99,.2)}