dt{font-weight:600;margin:0}dd{margin:0}ul{list-style:disc;padding-left:24px;margin-bottom:16px}input[type=email]:invalid{box-shadow:inset 0 0 0 2px var(--ds-border-danger, #efb3ab);background-color:var(--ds-background-danger, #fbedeb)}.grid{display:flex;flex-direction:row;gap:12px;margin-bottom:24px}@media (max-width: 480px){.grid{flex-direction:column}}label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.loading-container{display:flex;justify-content:center;align-items:center;flex:1}.spinner{width:40px;height:40px;border:4px solid var(--ds-background-neutral);border-top:4px solid var(--ds-background-brand-bold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}pre{margin:12px 2px}.email-conversation{height:100vh;display:flex;flex-direction:row;background-color:var(--ds-background-neutral);border-top:1px solid var(--ds-border);box-sizing:border-box}.email-conversation .main{flex:1;display:flex;flex-direction:column}.email-conversation .main .messages{flex:1;overflow-y:auto;padding:16px 16px 0}.email-conversation .sidebar{width:400px;flex-shrink:0;background-color:var(--ds-surface);border-left:1px solid var(--ds-border);border-right:1px solid var(--ds-border);display:flex;flex-direction:column}.email-conversation .card{flex:1;overflow-y:auto;border-radius:0;border-bottom:1px solid var(--ds-border)}.email-status.mod-success{color:var(--ds-icon-success, #61bd4f)}.email-status.mod-danger{color:var(--ds-border-accent-red, #eb5a46)}.email-editor{margin:0 16px 16px;background-color:var(--ds-surface);padding:16px;border:none;box-shadow:inset 0 0 0 2px var(--ds-border-input);border-radius:8px;transition:box-shadow .2s ease-in-out;color:var(--ds-text);max-height:314px}.email-editor:focus-within{box-shadow:inset 0 0 0 2px var(--ds-border-focused)}.email-editor-content{max-height:250px;overflow-y:auto;min-height:40px}.email-editor-content p.is-editor-empty:first-child:before{color:var(--ds-text-subtlest);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.email-editor-content [contenteditable]{outline:none}.email-message{display:flex;flex-direction:column;margin-bottom:16px;max-width:100%}.email-message.outbound{align-items:flex-end}.email-message.inbound{align-items:flex-start}.email-message .header{display:flex;align-items:center;gap:8px}.email-message .sender{font-size:12px;font-weight:600;color:var(--ds-text-subtle, #5e6c84)}.email-message .date{font-size:12px;color:var(--ds-text-subtlest, #8c9bab)}.email-message .content{max-width:75%;min-width:200px;border-radius:8px;padding:12px 16px;word-wrap:break-word;position:relative;font-size:14px;line-height:20px;white-space:pre-line}.email-message .footer{font-size:11px;color:var(--ds-text-subtlest, #8c9bab);font-weight:400;display:flex;gap:4px}.email-message .footer a{color:inherit}.email-message .footer a:hover{color:var(--ds-text, #172b4d)}.email-message.outbound .content{background-color:var(--ds-background-brand-bold, #0079bf);color:var(--ds-text-inverse, #ffffff);box-shadow:0 1px 2px #0079bf33}.email-message.inbound .content{background-color:var(--ds-surface, #ffffff);color:var(--ds-text, #172b4d);box-shadow:0 1px 2px var(--ds-border, rgba(9, 30, 66, .13))}.comments-list{display:flex;flex-direction:column;margin-top:16px;gap:16px}.comment{display:flex;gap:4px}.comment .member-avatar{height:32px;width:32px;line-height:32px}.comment .member-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.comment .details{flex:1}.comment .header{margin-bottom:4px;line-height:20px;display:flex;gap:8px}.comment .member-name{font-weight:var(--ds-font-weight-bold, bold)}.comment .date{color:var(--ds-text-subtle, #5e6c84);font-size:12px}.comment .text{display:inline-block;box-sizing:border-box;width:100%;margin:var(--ds-space-0, 0);background-color:var(--ds-surface-raised, #ffffff);border-radius:var(--ds-radius-large, 8px);box-shadow:var( --ds-shadow-raised, 0px 1px 1px #091e4240, 0px 0px 1px #091e424f );text-overflow:ellipsis;padding:var(--ds-space-075, 6px) var(--ds-space-150, 12px);min-height:1.5rem;white-space:pre-wrap}@media (max-width: 768px){.email-conversation .sidebar{display:none}.email-editor{margin:0;border-radius:0;box-shadow:inset 0 2px 0 0 var(--ds-border-input);padding:12px}.email-editor:focus-within{box-shadow:inset 0 2px 0 0 var(--ds-border-focused)}}
