@keyframes circle-msgFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes circle-msgOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes circle-msgSpin{to{transform:rotate(360deg)}}@keyframes circle-msgFadeSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.circle-shell .msg-overlay{z-index:1200;background:#0e0e0e;justify-content:center;align-items:center;padding:20px;animation:.2s circle-msgOverlayIn;display:flex;position:fixed;inset:0}.circle-shell .msg-modal{background:var(--circle-modal-fill);border:.5px solid #ffffff1a;border-top-color:var(--circle-border-highlight);box-shadow:var(--circle-glass-shadow);border-radius:24px;flex-direction:column;gap:18px;width:1040px;max-width:95vw;max-height:90vh;padding:30px 26px;animation:.3s circle-msgFadeUp;display:flex;position:relative;overflow-y:auto}.circle-shell .msg-header,.circle-shell .msg-context-banner,.circle-shell .msg-draft-restore-banner{flex-shrink:0}.circle-shell .msg-body{grid-template-columns:320px 1fr;align-items:start;gap:0;display:grid}.circle-shell .msg-left-panel{border-right:1px solid #ffffff0f;flex-direction:column;gap:18px;padding:0 26px 0 0;display:flex}.circle-shell .msg-right-panel{flex-direction:column;gap:18px;padding:0 0 0 26px;display:flex}.circle-shell .msg-right-panel>.msg-email-compose{flex:1 1 0;min-height:320px}.circle-shell .msg-right-empty{color:#ffffff26;flex:1;justify-content:center;align-items:center;min-height:120px;font-size:13px;font-style:italic;display:flex}.circle-shell .msg-header{justify-content:space-between;align-items:center;display:flex}.circle-shell .msg-contact-info{align-items:center;gap:14px;display:flex}.circle-shell .msg-avatar{color:#fff9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:13px;font-weight:600;display:flex}.circle-shell .msg-name{color:#fff;letter-spacing:-.02em;flex-wrap:wrap;align-items:center;gap:10px;font-size:18px;font-weight:700;display:inline-flex}.circle-shell .msg-ig-handle{letter-spacing:0;color:#ffffff8c;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.circle-shell .msg-ig-handle:hover{color:#fff;background:#ffffff17;border-color:#ffffff38}.circle-shell .msg-local-time{color:#ffffff59;letter-spacing:-.01em;margin-left:8px;font-size:12px;font-weight:400}.circle-shell .msg-role{color:#ffffff47;font-size:12px}.circle-shell .msg-close{color:#ffffff80;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .15s;display:flex}.circle-shell .msg-close:hover{color:#fff;background:#ffffff26}.circle-shell .msg-context-banner{background:#ffffff0a;border:1px solid #ffffff14;border-radius:50px;transition:border-radius .25s;animation:.25s both circle-msgFadeSlideUp;overflow:hidden}.circle-shell .msg-context-banner[data-open=true]{border-radius:18px}.circle-shell .msg-context-banner-top{justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.circle-shell .msg-context-badge{color:#ffffff80;letter-spacing:-.01em;font-size:11px;font-weight:500}.circle-shell .msg-context-toggle{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:2px 6px;font-family:inherit;font-size:11px;transition:color .15s,background .15s;display:inline-flex}.circle-shell .msg-context-toggle:hover{color:#ffffff80;background:#ffffff0d}.circle-shell .msg-context-toggle:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transition:transform .25s;transform:rotate(45deg)translate(-1px,-1px)}.circle-shell .msg-context-banner[data-open=true] .msg-context-toggle:after{transform:rotate(-135deg)translate(-1px,-1px)}.circle-shell .msg-context-inner-pad{border-top:1px solid #ffffff0f;flex-direction:column;gap:6px;padding:6px 18px 16px;display:flex}.circle-shell .msg-context-row{gap:8px;font-size:11px;line-height:1.5;display:flex}.circle-shell .msg-context-row-label{color:#ffffff4d;flex-shrink:0;min-width:90px}.circle-shell .msg-context-row-value{color:#fff9}.circle-shell .msg-section{flex-direction:column;gap:12px;margin-bottom:0;display:flex}.circle-shell .msg-label{letter-spacing:.1em;text-transform:uppercase;color:#fff3;margin-bottom:0;font-size:10px;font-weight:600;display:block}.circle-shell .msg-medium-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.circle-shell .msg-medium-btn{cursor:pointer;color:#ffffff59;text-align:left;background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 15px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;display:flex}.circle-shell .msg-medium-btn:hover{color:#ffffff80;background:#ffffff0f;border-color:#ffffff24}.circle-shell .msg-medium-btn.active{border-color:var(--circle-border-highlight);color:#ffffffe6;background:#ffffff12}.circle-shell .msg-type-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.circle-shell .msg-tone-slider-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.circle-shell .msg-tone-slider-value{color:#ffffff73;font-family:inherit;font-size:12px}.circle-shell .msg-tone-slider{appearance:none;cursor:pointer;background:linear-gradient(to right, var(--circle-border-highlight) 0%, var(--circle-border-highlight) calc(var(--tone-pct,50%)), #ffffff1a calc(var(--tone-pct,50%)), #ffffff1a 100%);border-radius:2px;outline:none;width:100%;height:3px}.circle-shell .msg-tone-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:2px solid #c8b9ffb3;border-radius:50%;width:14px;height:14px;transition:transform .1s;box-shadow:0 0 6px #b4a0ff59}.circle-shell .msg-tone-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.circle-shell .msg-tone-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #c8b9ffb3;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #b4a0ff59}.circle-shell .msg-tone-slider-labels{justify-content:space-between;margin-top:6px;display:flex}.circle-shell .msg-tone-slider-label{color:#ffffff40;font-size:11px;transition:color .15s}.circle-shell .msg-tone-slider-label.active{color:#ffffffb3}.circle-shell .msg-tone-desc{color:#ffffff4d;margin-top:4px;font-size:11px}.circle-shell .msg-tone-slider-desc{color:#ffffff4d;margin:4px 0 0;font-size:11px}.circle-shell .msg-pill{cursor:pointer;color:#ffffff59;text-align:left;background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;align-items:flex-start;gap:2px;padding:11px 13px;font-family:inherit;font-size:12px;font-weight:400;transition:all .15s;display:flex}.circle-shell .msg-pill:hover{color:#ffffff80;background:#ffffff0f;border-color:#ffffff24}.circle-shell .msg-pill.active{border-color:var(--circle-border-highlight);color:#ffffffe6;background:#ffffff12}.circle-shell .msg-tone-pill{cursor:pointer;color:#ffffff59;text-align:left;background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;padding:9px 10px;font-family:inherit;font-size:12px;font-weight:400;transition:all .15s;display:flex}.circle-shell .msg-tone-pill:hover{color:#ffffff80;background:#ffffff0f;border-color:#ffffff24}.circle-shell .msg-tone-pill.active{border-color:var(--circle-border-highlight);color:#ffffffe6;background:#ffffff12}.circle-shell .msg-pill-hint{color:#fff3;font-size:10px;font-weight:400}.circle-shell .msg-pill.active .msg-pill-hint,.circle-shell .msg-tone-pill.active .msg-pill-hint{color:#ffffff80}.circle-shell .msg-medium-btn .msg-pill-hint{color:#fff3;font-size:10px;font-weight:400}.circle-shell .msg-medium-btn.active .msg-pill-hint{color:#ffffff80}.circle-shell .msg-guidance{width:100%;color:var(--circle-text-primary);resize:none;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:14px 16px;font-family:inherit;font-size:12px;transition:border-color .15s}.circle-shell .msg-guidance:focus{border-color:var(--circle-border-highlight);outline:none;box-shadow:0 0 12px #ffffff0f}.circle-shell .msg-guidance::placeholder{color:#ffffff2e}.circle-shell .msg-guidance-wrap{isolation:isolate;border-radius:16px;position:relative;overflow:hidden}.circle-shell .msg-guidance-wrap:before{content:"";z-index:0;background:conic-gradient(from 90deg,#fffc 0%,#0e0e0e 50%,#fffc 100%);animation:3s linear infinite msg-guidance-border-spin;position:absolute;inset:-300%}.circle-shell .msg-guidance-wrap:after{content:"";z-index:1;background:#131313;border-radius:15px;position:absolute;inset:1px}.circle-shell .msg-guidance-wrap>.msg-guidance{z-index:2;background:0 0;border:none;border-radius:15px;display:block;position:relative}.circle-shell .msg-guidance-wrap>.msg-guidance:focus{box-shadow:none;border:none}@keyframes msg-guidance-border-spin{to{transform:rotate(360deg)}}.circle-shell .msg-guidance-wrap.is-quiet{overflow:visible}.circle-shell .msg-guidance-wrap.is-quiet:before,.circle-shell .msg-guidance-wrap.is-quiet:after{content:none}.circle-shell .msg-guidance-wrap.is-quiet>.msg-guidance{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px}.circle-shell .msg-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.circle-shell .msg-draft-btn{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:50px;align-items:center;gap:8px;padding:12px 30px;font-family:inherit;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.circle-shell .msg-draft-btn:hover{border-color:var(--circle-border-highlight);background:#ffffff0f;box-shadow:0 0 20px #ffffff12}.circle-shell .msg-draft-btn:disabled{opacity:.3;cursor:default;transform:none}.circle-shell .msg-result{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:22px;position:relative}.circle-shell .msg-subject-field{border-bottom:1px solid #ffffff0f;margin-bottom:14px;padding-bottom:14px}.circle-shell .msg-subject-label{letter-spacing:1px;text-transform:uppercase;color:#ffffff4d;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.circle-shell .msg-subject-input{box-sizing:border-box;color:#ffffffd9;background:#ffffff04;border:.5px solid #ffffff0f;border-radius:12px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s}.circle-shell .msg-subject-input:focus{border-color:var(--circle-border-highlight)}.circle-shell .msg-result-text{color:#fffc;white-space:pre-wrap;margin-bottom:18px;font-size:13px;line-height:1.7}.circle-shell .msg-result-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.circle-shell .msg-result-actions>*{animation:.2s both circle-msgFadeSlideUp}.circle-shell .msg-gmail-btn{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:50px;padding:7px 18px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.circle-shell .msg-gmail-btn:hover:not(:disabled){color:#4285f4cc;border-color:#4285f466}.circle-shell .msg-gmail-btn.sent{color:#34d399e6;background:#34d39914;border-color:#34d3994d}.circle-shell .msg-gmail-btn:disabled{opacity:.35;cursor:not-allowed}.circle-shell .msg-copy-btn{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:50px;padding:7px 18px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.circle-shell .msg-copy-btn:hover{color:#fff9;border-color:#ffffff2e}.circle-shell .msg-copy-btn.copied{color:#34d399e6;background:#34d39914;border-color:#34d3994d}.circle-shell .msg-schedule-wrap{position:relative}.circle-shell .msg-schedule-btn{color:#fff9;cursor:pointer;background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:50px;padding:7px 14px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.circle-shell .msg-schedule-btn:hover{background:var(--circle-surface-08);color:#fff}.circle-shell .msg-schedule-btn:disabled{opacity:.4;cursor:default}.circle-shell .msg-schedule-dropdown{z-index:10;background:#0c0c12f2;border:1px solid #ffffff1a;border-radius:10px;min-width:220px;margin-bottom:6px;animation:.15s circle-msgFadeSlideUp;position:absolute;bottom:100%;left:0;overflow:hidden;box-shadow:0 -8px 32px #00000080}.circle-shell .msg-schedule-dropdown button{color:#ffffffb3;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0a;width:100%;padding:10px 14px;font-family:inherit;font-size:12px;transition:background .1s;display:block}.circle-shell .msg-schedule-dropdown button:hover{color:#fff;background:#ffffff0f}.circle-shell .msg-schedule-dropdown button:last-child{border-bottom:none}.circle-shell .msg-schedule-confirm{border-radius:8px;margin-bottom:8px;padding:10px 14px;font-size:12px}.circle-shell .msg-schedule-confirm.verified{color:#4ade80cc;background:#4ade800f;border:1px solid #4ade8026}.circle-shell .msg-schedule-confirm.unverified{color:#fbbf24cc;background:#fbbf240f;border:1px solid #fbbf2426}.circle-shell .msg-schedule-check{color:#4ade80;margin-right:4px;font-weight:700}.circle-shell .msg-schedule-warn{color:#fbbf24;margin-right:4px}.circle-shell .msg-chat{flex-direction:column;gap:10px;margin-top:0;display:flex}.circle-shell .msg-refine-panel{background:#ffffff06;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:12px;padding:16px 18px 18px;display:flex}.circle-shell .msg-refine-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.circle-shell .msg-refine-title{color:#ffffffd1;font-size:12px;font-weight:650}.circle-shell .msg-refine-hint{color:#ffffff52;font-size:11px}.circle-shell .msg-refine-history{flex-direction:column;gap:8px;max-height:132px;padding-right:2px;display:flex;overflow-y:auto}.circle-shell .msg-refine-item{color:#ffffff9e;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.5}.circle-shell .msg-refine-loading{color:#ffffff59;align-items:center;gap:8px;font-size:12px;display:flex}.circle-shell .msg-chat-subject-above{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:4px;padding:12px 16px}.circle-shell .msg-result-actions-bar{padding-top:4px}.circle-shell .msg-chat-reply-pill{background:#c8b9ff0f;border:1px solid #c8b9ff2e;border-left:2px solid #c8b9ff8c;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:8px;padding:8px 12px;font-size:12px;line-height:1.4;animation:.2s circle-msgFadeUp;display:flex}.circle-shell .msg-chat-reply-label{color:#c8b9ffb3;flex-shrink:0;font-weight:600}.circle-shell .msg-chat-reply-quote{color:#ffffff8c;flex:1;font-style:italic}.circle-shell .msg-chat-reply-clear{cursor:pointer;color:#fff6;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-family:inherit;font-size:16px;line-height:1;transition:color .15s}.circle-shell .msg-chat-reply-clear:hover{color:#fffc}.circle-shell .msg-chat-input-row{align-items:flex-end;gap:8px;padding-top:2px;display:flex}.circle-shell .msg-chat-input{color:var(--circle-text-primary);resize:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;outline:none;flex:1;min-height:40px;padding:12px 16px;font-family:inherit;font-size:12px;line-height:1.5;transition:border-color .2s;overflow:hidden}.circle-shell .msg-chat-input:focus{border-color:var(--circle-border-highlight);box-shadow:0 0 12px #ffffff0f}.circle-shell .msg-chat-input::placeholder{color:#ffffff2e}.circle-shell .msg-chat-send{background:var(--circle-surface-08);border:1px solid var(--circle-border-highlight);color:#ffffffb3;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s;display:flex}.circle-shell .msg-chat-send:hover{background:#ffffff1f;box-shadow:0 0 12px #ffffff1a}.circle-shell .msg-chat-send:disabled{opacity:.25;cursor:default}.circle-shell .msg-context-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s infinite circle-msgPulse;position:absolute;top:6px;right:6px;box-shadow:0 0 8px #4ade80}@keyframes circle-msgPulse{0%,to{opacity:1}50%{opacity:.5}}.msg-stream-cursor{vertical-align:middle;background:currentColor;width:2px;height:1.1em;margin-left:2px;animation:1s ease-in-out infinite circle-msgCursorBlink;display:inline-block}@keyframes circle-msgCursorBlink{0%,to{opacity:1}50%{opacity:0}}.circle-shell .gm-modal{background:var(--circle-modal-fill);border:.5px solid #ffffff1a;border-top-color:var(--circle-border-highlight);max-width:480px;box-shadow:var(--circle-glass-shadow);border-radius:24px;padding:28px;animation:.3s circle-msgFadeUp}.circle-shell .gm-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.circle-shell .gm-header h2{color:#fff;margin:0;font-size:18px;font-weight:700}.circle-shell .gm-header-sub{color:#ffffff59;margin-top:2px;font-size:13px}.circle-shell .gm-search-wrap{margin-bottom:16px;position:relative}.circle-shell .gm-search-icon{pointer-events:none;font-size:14px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.circle-shell .gm-search-input{width:100%;color:var(--circle-text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:11px 14px 11px 38px;font-family:inherit;font-size:14px;transition:border-color .2s}.circle-shell .gm-search-input:focus{border-color:var(--circle-border-highlight);box-shadow:0 0 12px #ffffff0f}.circle-shell .gm-search-input::placeholder{color:#ffffff2e}.circle-shell .gm-contact-list{flex-direction:column;gap:4px;max-height:320px;display:flex;overflow-y:auto}.circle-shell .gm-empty{color:#ffffff59;text-align:center;padding:24px 0;font-size:13px}.circle-shell .gm-contact-row{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-family:inherit;transition:all .15s;display:flex}.circle-shell .gm-contact-row:hover{background:#ffffff0a;border-color:#ffffff14}.circle-shell .gm-contact-avatar{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.circle-shell .gm-contact-name{color:var(--circle-text-primary);font-size:14px;font-weight:600}.circle-shell .gm-contact-sub{color:#ffffff59;margin-top:2px;font-size:12px}.circle-shell .gm-contact-info{flex:1;min-width:0}.circle-shell .gm-contact-arrow{color:#ffffff59;font-size:14px;transition:color .15s}.circle-shell .gm-contact-row:hover .gm-contact-arrow{color:#ffffff80}.circle-shell .msg-email-compose{isolation:isolate;background:#ffffff06;border:1px solid #ffffff17;border-radius:20px;flex-direction:column;min-height:0;max-height:100%;animation:.3s cubic-bezier(.16,1,.3,1) circle-emailComposeIn;display:flex;position:relative;overflow:hidden}.circle-shell .msg-email-compose.is-active{border-color:#0000}.circle-shell .msg-email-compose.is-active:before{content:"";z-index:-2;background:conic-gradient(from 90deg,#fffc 0%,#0e0e0e 50%,#fffc 100%);animation:3s linear infinite msg-guidance-border-spin;position:absolute;inset:-300%}.circle-shell .msg-email-compose.is-active:after{content:"";z-index:-1;background:#131313;border-radius:19px;position:absolute;inset:1px}@keyframes circle-emailComposeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.circle-shell .msg-email-compose-header{color:#ffffff8c;align-items:center;gap:9px;padding:18px 22px 16px;font-size:13px;font-weight:600;display:flex}.circle-shell .msg-email-compose-divider{background:#ffffff0f;height:1px;margin:0}.circle-shell .msg-email-compose-field{align-items:center;gap:10px;min-height:48px;padding:14px 22px;display:flex}.circle-shell .msg-email-field-label{color:#ffffff4d;flex-shrink:0;min-width:56px;font-size:12px}.circle-shell .msg-email-field-value{color:#ffffffbf;flex:1;font-size:13px;font-weight:600}.circle-shell .msg-email-subject-inline{color:#fffc;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13px;font-weight:500}.circle-shell .msg-email-subject-inline::placeholder{color:#fff3}.circle-shell .msg-email-edit-icon{color:#fff3;flex-shrink:0;transition:color .15s}.circle-shell .msg-email-compose-field:hover .msg-email-edit-icon{color:#fff6}.circle-shell .msg-email-body-wrap{flex:1;min-height:0;padding:18px 22px 22px;position:relative;overflow-y:auto}.circle-shell .msg-email-body-textarea{resize:none;color:#ffffffbf;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;min-height:80px;padding-right:24px;font-family:inherit;font-size:13px;line-height:1.7;overflow:hidden}.circle-shell .msg-email-body-textarea::placeholder{color:#ffffff26;font-style:italic}.circle-shell .msg-email-body-edit-icon{position:absolute;top:20px;right:22px}.circle-shell .msg-email-body-loading{align-items:center;gap:5px;min-height:52px;padding:16px 0;display:flex}@keyframes circle-emailTypingBounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:.8;transform:translateY(-5px)}}.circle-shell .msg-email-typing-dot{background:#fff6;border-radius:50%;width:5px;height:5px;animation:1.2s infinite circle-emailTypingBounce}.circle-shell .msg-email-typing-dot:nth-child(2){animation-delay:.15s}.circle-shell .msg-email-typing-dot:nth-child(3){animation-delay:.3s}.circle-shell .msg-email-compose-footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 22px 20px;display:flex}.circle-shell .msg-email-footer-left{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.circle-shell .msg-email-send-btn{color:#111;cursor:pointer;background:#ffffffe6;border:none;border-radius:50px;flex-shrink:0;padding:9px 26px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.circle-shell .msg-email-send-btn:hover:not(:disabled){background:#fff;box-shadow:0 0 20px #ffffff26}.circle-shell .msg-email-send-btn.sent{color:#34d399e6;background:#34d39926;border:1px solid #34d3994d}.circle-shell .msg-email-send-btn:disabled{opacity:.35;cursor:not-allowed}@keyframes circle-selectionToolbarIn{0%{opacity:0;transform:translate(-50%,-6px)scale(.95)}to{opacity:1;transform:translate(-50%,-100%)scale(1)}}.circle-shell .msg-selection-toolbar,.msg-selection-toolbar{z-index:1400;pointer-events:all;background:#121216f5;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:2px;margin-top:-8px;padding:4px;animation:.15s cubic-bezier(.16,1,.3,1) circle-selectionToolbarIn;display:flex;position:fixed;transform:translate(-50%,-100%);box-shadow:0 8px 32px #0009,0 0 0 .5px #ffffff0f}.msg-selection-action{cursor:pointer;color:#ffffffa6;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:5px 10px;font-family:inherit;font-size:11.5px;font-weight:500;transition:background .12s,color .12s}.msg-selection-action:hover{color:#fff;background:#ffffff1a}.msg-selection-action:last-child{color:#dc5050b3}.msg-selection-action:last-child:hover{color:#dc5050f2;background:#dc50501f}.circle-shell .msg-error{color:#e24b4acc;background:#e24b4a0f;border:1px solid #e24b4a26;border-radius:12px;padding:10px 14px;font-size:12px;animation:.2s circle-msgFadeSlideUp}@media (width<=600px){.circle-shell .msg-modal{max-width:100%;margin:0 12px;overflow-y:auto}.circle-shell .msg-body{grid-template-columns:1fr}.circle-shell .msg-left-panel{border-bottom:1px solid #ffffff0f;border-right:none;padding:0 0 16px;overflow-y:visible}.circle-shell .msg-right-panel{padding:0 0 24px;overflow-y:visible}.circle-shell .msg-right-panel>.msg-email-compose{min-height:260px}.circle-shell .msg-type-grid,.circle-shell .msg-medium-row{gap:5px}.circle-shell .msg-pill,.circle-shell .msg-medium-btn{padding:6px 10px;font-size:11px}.circle-shell .msg-draft-archive-item,.circle-shell .msg-draft-archive-actions{flex-direction:column;align-items:stretch}}html[data-theme=light] .circle-shell .msg-overlay{background:#fff9}html[data-theme=light] .circle-shell .msg-modal{background:#fffffffa;border-color:#00000014;box-shadow:0 24px 60px #00000026}html[data-theme=light] .circle-shell .msg-header{border-bottom-color:#0000000f}html[data-theme=light] .circle-shell .msg-title,html[data-theme=light] .circle-shell .msg-name{color:#0e0e0e}html[data-theme=light] .circle-shell .msg-sub{color:#0e0e0e66}html[data-theme=light] .circle-shell .msg-close{color:#0e0e0e59;background:#0000000a;border-color:#00000014}html[data-theme=light] .circle-shell .msg-close:hover{color:#0e0e0e;background:#00000014}html[data-theme=light] .circle-shell .msg-left-panel{border-right-color:#0000000f}html[data-theme=light] .circle-shell .msg-section-label{color:#0e0e0e4d}html[data-theme=light] .circle-shell .msg-pill{color:#0e0e0e80;background:#00000008;border-color:#00000014}html[data-theme=light] .circle-shell .msg-pill:hover{color:#0e0e0ebf;background:#0000000d;border-color:#0000001f}html[data-theme=light] .circle-shell .msg-pill.active{color:#0e0e0e;background:#0000001a;border-color:#00000040}html[data-theme=light] .circle-shell .msg-medium-btn{color:#0e0e0e80;background:#00000008;border-color:#00000014}html[data-theme=light] .circle-shell .msg-medium-btn:hover{color:#0e0e0ebf;background:#0000000d}html[data-theme=light] .circle-shell .msg-medium-btn.active{color:#0e0e0e;background:#0000001a;border-color:#00000040}html[data-theme=light] .circle-shell .msg-textarea{color:#0e0e0e;background:#00000008;border-color:#0000001a}html[data-theme=light] .circle-shell .msg-textarea:focus{border-color:#0003}html[data-theme=light] .circle-shell .msg-textarea::placeholder{color:#0e0e0e33}html[data-theme=light] .circle-shell .msg-char-count{color:#0e0e0e4d}html[data-theme=light] .circle-shell .msg-actions{border-top-color:#0000000f}html[data-theme=light] .circle-shell .msg-btn-cancel{color:#0e0e0e80;background:#00000008;border-color:#0000001a}html[data-theme=light] .circle-shell .msg-btn-cancel:hover{color:#0e0e0ecc;background:#0000000f}html[data-theme=light] .circle-shell .msg-btn-generate{color:#fff;background:#0e0e0e;border-color:#0e0e0e}html[data-theme=light] .circle-shell .msg-btn-generate:hover{background:#2a2a2a}html[data-theme=light] .circle-shell .msg-schedule-dropdown{background:#f5f5f5fa;border-color:#0000001a;box-shadow:0 12px 40px #00000026}html[data-theme=light] .circle-shell .msg-schedule-option{color:#0e0e0eb3}html[data-theme=light] .circle-shell .msg-schedule-option:hover{color:#0e0e0e;background:#0000000a}.circle-shell .msg-reply-incoming{background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px 16px 16px;align-self:flex-start;max-width:92%;margin-bottom:14px;padding:14px 18px}.circle-shell .msg-reply-incoming-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.circle-shell .msg-reply-incoming-avatar{color:#ffffffd9;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:flex}.circle-shell .msg-reply-incoming-meta{flex:1;min-width:0}.circle-shell .msg-reply-incoming-name{color:#ffffffd9;font-size:12.5px}.circle-shell .msg-reply-incoming-addr{color:#ffffff73;font-size:11px}.circle-shell .msg-reply-incoming-date{letter-spacing:.08em;color:#fff6;text-transform:uppercase;font-size:10.5px}.circle-shell .msg-reply-incoming-subject{color:#ffffff8c;margin-bottom:6px;font-size:12.5px;font-style:italic}.circle-shell .msg-reply-incoming-body{color:#ffffffc7;white-space:pre-wrap;max-height:200px;font-size:13px;line-height:1.55;overflow-y:auto}html[data-theme=light] .circle-shell .msg-reply-incoming{background:#0000000a;border-color:#00000014}html[data-theme=light] .circle-shell .msg-reply-incoming-name{color:#0e0e0ed9}html[data-theme=light] .circle-shell .msg-reply-incoming-addr{color:#0e0e0e80}html[data-theme=light] .circle-shell .msg-reply-incoming-date{color:#0e0e0e73}html[data-theme=light] .circle-shell .msg-reply-incoming-subject{color:#0e0e0e8c}html[data-theme=light] .circle-shell .msg-reply-incoming-body{color:#0e0e0ecc}.circle-shell .msg-reply-modal{background:#121212fa;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;width:min(860px,92vw);height:86vh;font-family:aileron,sans-serif;display:flex;overflow:hidden;box-shadow:0 30px 80px #00000080}.circle-shell .msg-reply-header{border-bottom:1px solid #ffffff0f;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.circle-shell .msg-reply-title{flex-direction:column;gap:2px;min-width:0;display:flex}.circle-shell .msg-reply-title-label{color:#ffffffeb;letter-spacing:.02em;font-size:14px;font-weight:500}.circle-shell .msg-reply-title-subject{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.circle-shell .msg-reply-body{flex-direction:column;flex:auto;gap:14px;min-height:0;padding:22px;display:flex;overflow-y:auto}.circle-shell .msg-rb-row{align-items:flex-start;gap:10px;max-width:100%;display:flex}.circle-shell .msg-rb-row--in{justify-content:flex-start}.circle-shell .msg-rb-row--out{justify-content:flex-end}.circle-shell .msg-rb-avatar{color:#ffffffd9;background:#ffffff14;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;display:flex}.circle-shell .msg-rb-avatar--out{color:#cfe1ff;background:#6aa9ff2e}.circle-shell .msg-rb-bubble{border:1px solid;border-radius:16px;flex-direction:column;gap:8px;width:88%;padding:16px 20px;display:flex}.circle-shell .msg-rb-bubble--in{background:#ffffff0a;border-color:#ffffff14;border-bottom-left-radius:4px}.circle-shell .msg-rb-bubble--out{background:#1f2a3db3;border-color:#6aa9ff2e;border-bottom-right-radius:4px}.circle-shell .msg-rb-meta{color:#ffffff8c;flex-wrap:wrap;align-items:center;gap:8px;font-size:11.5px;display:flex}.circle-shell .msg-rb-meta--out{color:#cfe1ffb3;justify-content:flex-end}.circle-shell .msg-rb-name{color:#ffffffd9;font-weight:500}.circle-shell .msg-rb-bubble--out .msg-rb-name{color:#e6eefb}.circle-shell .msg-rb-addr{color:#fff6}.circle-shell .msg-rb-date{color:#fff6;letter-spacing:.08em;text-transform:uppercase;margin-left:auto;font-size:10.5px}.circle-shell .msg-rb-tag{letter-spacing:.18em;text-transform:uppercase;color:#6aa9ff;background:#6aa9ff1f;border-radius:999px;padding:2px 8px;font-size:9.5px}.circle-shell .msg-rb-text{color:#ffffffd9;white-space:pre-wrap;word-break:break-word;font-size:13.5px;line-height:1.6}.circle-shell .msg-rb-textarea{resize:none;color:#e6eefb;white-space:pre-wrap;word-break:break-word;background:0 0;border:none;outline:none;width:100%;min-height:60px;padding:0;font-family:inherit;font-size:13.5px;line-height:1.6}.circle-shell .msg-rb-textarea::placeholder{color:#cfe1ff66}.circle-shell .msg-rb-typing{gap:6px;padding:4px 0;display:flex}.circle-shell .msg-rb-typing span{background:#cfe1ff99;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite msgRbDot}.circle-shell .msg-rb-typing span:nth-child(2){animation-delay:.15s}.circle-shell .msg-rb-typing span:nth-child(3){animation-delay:.3s}@keyframes msgRbDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.circle-shell .msg-reply-refine{border-top:1px solid #ffffff0f;flex-direction:column;flex:none;gap:10px;padding:14px 22px;display:flex}.circle-shell .msg-reply-refine-pills{flex-wrap:wrap;gap:8px;display:flex}.circle-shell .msg-reply-pill{color:#ffffffc7;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:12px;transition:background .15s}.circle-shell .msg-reply-pill:hover:not(:disabled){background:#ffffff0f}.circle-shell .msg-reply-pill:disabled{opacity:.4;cursor:default}.circle-shell .msg-reply-refine-input{color:#ffffffeb;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;outline:none;width:100%;padding:10px 16px;font-family:inherit;font-size:12.5px}.circle-shell .msg-reply-refine-input:focus{border-color:#6aa9ff66}.circle-shell .msg-reply-refine-input::placeholder{color:#ffffff59}.circle-shell .msg-reply-footer{border-top:1px solid #ffffff0f;flex:none;justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.circle-shell .msg-reply-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:13px;transition:background .15s}.circle-shell .msg-reply-btn:hover:not(:disabled){background:#ffffff0f}.circle-shell .msg-reply-btn:disabled{opacity:.4;cursor:default}.circle-shell .msg-reply-btn--primary{color:#111;background:#f3f3f3;border-color:#f3f3f3}.circle-shell .msg-reply-btn--primary:hover:not(:disabled){background:#fff}html[data-theme=light] .circle-shell .msg-reply-modal{background:#f8f8f8fa;border-color:#00000014}html[data-theme=light] .circle-shell .msg-reply-header,html[data-theme=light] .circle-shell .msg-reply-refine,html[data-theme=light] .circle-shell .msg-reply-footer{border-color:#0000000f}html[data-theme=light] .circle-shell .msg-reply-title-label{color:#0e0e0eeb}html[data-theme=light] .circle-shell .msg-reply-title-subject{color:#0e0e0e80}html[data-theme=light] .circle-shell .msg-rb-bubble--in{background:#0000000a;border-color:#00000014}html[data-theme=light] .circle-shell .msg-rb-bubble--out{background:#cfe1ff66;border-color:#6aa9ff4d}html[data-theme=light] .circle-shell .msg-rb-text{color:#0e0e0ed9}html[data-theme=light] .circle-shell .msg-rb-textarea{color:#1a3060}html[data-theme=light] .circle-shell .msg-rb-name{color:#0e0e0ed9}html[data-theme=light] .circle-shell .msg-rb-addr,html[data-theme=light] .circle-shell .msg-rb-date{color:#0e0e0e66}html[data-theme=light] .circle-shell .msg-reply-pill{color:#0e0e0ec7;border-color:#0000001f}html[data-theme=light] .circle-shell .msg-reply-pill:hover:not(:disabled){background:#0000000f}html[data-theme=light] .circle-shell .msg-reply-refine-input{color:#0e0e0eeb;background:#0000000a;border-color:#00000014}html[data-theme=light] .circle-shell .msg-reply-btn{color:#0e0e0ed9;border-color:#0000001f}html[data-theme=light] .circle-shell .msg-reply-btn:hover:not(:disabled){background:#0000000f}html[data-theme=light] .circle-shell .msg-reply-btn--primary{color:#fff;background:#111;border-color:#111}.circle-shell .msg-draft-restore-banner{background:#ffc86412;border:1px solid #ffc8642e;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 16px;animation:.2s both circle-msgFadeSlideUp;display:flex}.circle-shell .msg-draft-restore-text{color:#ffc864bf;font-size:12px;font-weight:400}.circle-shell .msg-draft-restore-actions{gap:8px;display:flex}.circle-shell .msg-draft-restore-btn{cursor:pointer;color:#ffffff80;background:0 0;border:1px solid #ffffff26;border-radius:20px;padding:4px 12px;font-family:inherit;font-size:12px;transition:all .15s}.circle-shell .msg-draft-restore-btn:hover{color:#fffc;background:#ffffff14}.circle-shell .msg-draft-restore-btn--primary{color:#ffc864e6;background:#ffc86426;border-color:#ffc8644d}.circle-shell .msg-draft-restore-btn--primary:hover{background:#ffc86440}.circle-shell .msg-draft-archive{flex-direction:column;gap:10px;margin-top:-6px;padding:0 2px;display:flex}.circle-shell .msg-draft-archive-item{background:#ffffff06;border:1px solid #ffffff14;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.circle-shell .msg-draft-archive-copy{flex:1;min-width:0}.circle-shell .msg-draft-archive-title{color:#ffffffd1;font-size:12px;font-weight:600}.circle-shell .msg-draft-archive-meta{color:#ffffff57;margin-top:3px;font-size:11px}.circle-shell .msg-draft-archive-preview{color:#ffffff8f;margin-top:8px;font-size:12px;line-height:1.55}.circle-shell .msg-draft-archive-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}html[data-theme=light] .circle-shell .msg-reply-btn--primary:hover:not(:disabled){background:#000}
