.fa_note{display:flex;align-items:center;gap:16px;margin:26px 0;padding:18px 20px;border-radius:16px;background:linear-gradient(180deg,rgba(110,123,255,.1),rgba(18,20,32,.8));border:1px solid rgba(133,145,255,.28)}@media(max-width:560px){.fa_note{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}}.fa_note_icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(110,123,255,.16);color:#8591ff}.fa_note_icon svg{width:24px;height:24px}.fa_note_body{flex:1 1;min-width:0}.fa_note_title{font-family:Inter,sans-serif;font-size:16px;font-weight:800;color:#fff;margin:0 0 4px}.fa_note_text{font-family:Inter,sans-serif;font-size:13.5px;line-height:1.45;color:rgba(190,196,225,.9);margin:0 0 10px}.fa_note_copy{display:inline-flex;align-items:center;gap:10px;max-width:100%;padding:8px 12px;border-radius:10px;background:rgba(110,123,255,.12);border:1px dashed rgba(133,145,255,.45);cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}.fa_note_copy:hover{background:rgba(110,123,255,.2);border-color:rgba(133,145,255,.7)}.fa_note_copy.is_copied{border-style:solid;border-color:rgba(64,208,79,.6);background:rgba(64,208,79,.12)}.fa_note_copy_handle{font-family:Inter,sans-serif;font-size:15px;font-weight:800;letter-spacing:.2px;color:#aab4ff;-webkit-user-select:all;-moz-user-select:all;user-select:all}.is_copied .fa_note_copy_handle{color:#52d861}.fa_note_copy_hint{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:rgba(150,158,200,.7);white-space:nowrap}.is_copied .fa_note_copy_hint{color:#52d861}@media(max-width:420px){.fa_note_copy{flex-direction:column;align-items:flex-start;gap:3px}.fa_note_copy_hint{font-size:11px}}