:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f3f0;--surface:#fff;--surface-2:#f0efe9;--surface-3:#e6e4dc;--input-bg:var(--surface);--input-fg:var(--text);--mail-view-bg:var(--surface);--mail-view-fg:var(--text);--list-row-hover-bg:var(--gray-3);--list-row-hover-border:var(--gray-5);--list-row-selected-bg:var(--gray-4);--list-row-selected-border:var(--gray-6);--list-row-active-bg:color-mix(in srgb,var(--accent-a3)40%,var(--gray-3));--list-row-active-border:var(--accent-9);--list-row-focus-ring:var(--accent-8);--text:#1a1a1a;--muted:#5d5b55;--border:#d8d5cc;--accent:#1847d5;--accent-2:#ffcf5a;--accent-2-strong:#c28b15;--accent-2-bg:#c28b152e;--accent-2-border:#c28b1573;--shadow:0 20px 40px #00000014;--radius-lg:4px;--radius-md:4px;--radius-sm:4px}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#24272f;--surface:#2d313b;--surface-2:#363b47;--surface-3:#404656;--list-row-hover-bg:var(--gray-4);--list-row-hover-border:var(--gray-6);--list-row-selected-bg:var(--gray-6);--list-row-selected-border:var(--gray-7);--list-row-active-bg:color-mix(in srgb,var(--accent-a4)52%,var(--gray-4));--list-row-active-border:var(--accent-8);--list-row-focus-ring:var(--accent-8);--text:#f2f0ea;--muted:#c8c2b6;--border:#4b5264;--accent:#b8d5ff;--accent-2:#f7d78c;--accent-2-strong:#f7d78c;--accent-2-bg:#f7d78c2e;--accent-2-border:#f7d78c73;--shadow:0 16px 28px #00000038}*{box-sizing:border-box}html,body{height:100%}body{background:radial-gradient(circle at 10% 20%,#ffd05a24,transparent 35%),radial-gradient(circle at 80% 10%,#1847d526,transparent 45%),var(--bg);color:var(--text);font-family:var(--font-sans,"Sora",sans-serif);letter-spacing:-.01em;margin:0;overflow:hidden}.radix-themes{min-height:100%}button{white-space:nowrap}main{height:100vh;padding:0}button{font-family:inherit}a{color:inherit;text-decoration:none}.app-shell :where(.rt-Button.rt-variant-surface,.rt-IconButton.rt-variant-surface){background-color:var(--gray-3);box-shadow:inset 0 0 0 1px var(--gray-6);color:var(--gray-12)}.app-shell :where(.rt-Button.rt-variant-surface:hover,.rt-IconButton.rt-variant-surface:hover){background-color:var(--gray-4);box-shadow:inset 0 0 0 1px var(--gray-7)}.dark .app-shell :where(.rt-Button.rt-variant-surface,.rt-IconButton.rt-variant-surface){background-color:var(--gray-4);box-shadow:inset 0 0 0 1px var(--gray-7);color:var(--gray-12)}.dark .app-shell :where(.rt-Button.rt-variant-surface:hover,.rt-IconButton.rt-variant-surface:hover){background-color:var(--gray-5);box-shadow:inset 0 0 0 1px var(--gray-8)}.app-shell{background:var(--surface);width:100%;max-width:none;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:0;grid-template-rows:auto 1fr auto;height:100vh;margin:0;animation:.7s forwards floatIn;display:grid;overflow:hidden}.auth-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:var(--surface-2);color:var(--text);flex-direction:column;gap:14px;width:min(560px,92vw);display:flex}.auth-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.auth-close{opacity:.4}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=number]{width:100%}.auth-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 12px;display:grid}.auth-error{color:var(--red-11);background:var(--red-a3);border:1px solid var(--red-a6);border-radius:8px;padding:8px 10px}.auth-error-floating{z-index:12;max-width:min(420px,90vw);position:fixed;top:24px;right:24px}.icon-button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:var(--radius-md);cursor:pointer;padding:8px 12px;transition:transform .2s,border .2s}.icon-button.small{padding:4px 8px;font-size:11px}.icon-button:hover{border-color:var(--accent);transform:translateY(-1px)}.icon-button:disabled{opacity:.45;cursor:not-allowed;border-color:var(--border);transform:none}.icon-button:disabled.active{opacity:.6}.compose-modal.disabled{opacity:.6;pointer-events:none}.inapp-notice-stack{z-index:60;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:44px;right:16px}.inapp-notice{border:1px solid var(--border);background:var(--surface-2);width:min(470px,100vw - 24px);color:var(--text);border-radius:var(--radius-md);box-shadow:var(--shadow);pointer-events:auto;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 10px 10px 12px;transition:transform .14s;animation:.2s both riseIn;display:flex}.inapp-notice.dismissing{pointer-events:none;animation:.2s both riseOut}.inapp-notice.openable{cursor:pointer}.inapp-notice.openable:hover{transform:translateY(-1px)}.inapp-notice .notice-icon{justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.inapp-notice .notice-text{min-width:0;color:inherit;flex-direction:column;flex:1;gap:2px;font-size:12px;display:flex}.inapp-notice .notice-title{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inapp-notice .notice-description{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inapp-notice .notice-controls{align-items:center;gap:2px;margin-left:2px;display:inline-flex}.inapp-notice .notice-action{color:inherit;border-radius:var(--radius-sm);cursor:pointer;background:#00000014;border:none;padding:6px 8px;font-size:11px;line-height:1}.inapp-notice .notice-action:hover{background:#00000024}.inapp-notice .notice-dismiss{align-self:flex-start}.inapp-notice-info{background:#d7e7ff;border-color:#2063c959}.inapp-notice-success{background:#d8f3e5;border-color:#0f7c4a57}.inapp-notice-warning{background:#ffe8c7;border-color:#a75d005c}.inapp-notice-error{background:#ffd8d6;border-color:#b0262261}.dark .inapp-notice .notice-description{color:#ffffffb3}.dark .inapp-notice .notice-action{background:#ffffff24}.dark .inapp-notice .notice-action:hover{background:#fff3}.dark .inapp-notice-info{background:#29436c;border-color:#71b2ff73}.dark .inapp-notice-success{background:#245545;border-color:#62d0a075}.dark .inapp-notice-warning{background:#65461b;border-color:#ffc47280}.dark .inapp-notice-error{background:#632f2f;border-color:#ff9c9585}@media (max-width:860px){.inapp-notice-stack{bottom:40px;right:10px}}.content-grid{height:100%;min-height:0;display:flex;overflow:hidden}.pane{border-right:1px solid var(--gray-4);background:var(--gray-2);scrollbar-gutter:stable;flex-shrink:0;padding:18px 10px;overflow-y:scroll}.pane:last-child{border-right:none}.dark .pane{background:var(--gray-3);border-right-color:var(--gray-5)}.folder-list{flex-direction:column;gap:8px;min-height:100%;display:flex}.icon-button.active{border-color:var(--accent);background:var(--surface-3)}.icon-button.ghost{color:var(--muted);border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 6px}.icon-button.ghost:hover{background:var(--surface-2);color:var(--text);border:none;transform:none}.compose-modal{background:var(--color-panel-solid);border-radius:var(--radius-5);width:980px;max-width:95vw;height:820px;min-height:520px;max-height:90vh;box-shadow:var(--shadow-6);padding:var(--space-6);flex-direction:column;display:flex;position:relative;overflow:hidden}.compose-header{padding-bottom:var(--space-4);border-bottom:1px solid var(--gray-a5);justify-content:space-between;align-items:center;gap:12px;display:flex}.compose-header-actions{align-items:center;gap:8px;display:inline-flex}.compose-title{margin:0}.compose-subtitle{color:var(--gray-a11);margin:4px 0 0;font-size:12px}.compose-body{gap:var(--space-4);padding:var(--space-4)0;flex-direction:column;flex:1;min-height:0;margin:0;display:flex}.compose-body .form-field{flex-direction:column;gap:6px;display:flex}.compose-body .form-label{color:var(--muted);font-size:12px}.compose-body .form-field:last-child,.compose-message-field{flex:1;min-height:0}.compose-writing{width:100%;min-height:220px;max-height:70vh;overflow:auto}.compose-writing.html{resize:vertical}.compose-writing.text{resize:none}.compose-writing.html>.compose-editor{width:100%;height:100%;min-height:220px}.compose-writing.text>textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input-bg);width:100%;min-height:220px;color:var(--input-fg);line-height:1.5}.compose-row{align-items:center;gap:8px;display:flex}.compose-input-wrap{flex:1;position:relative}.compose-input-wrap input{width:100%}.compose-input-wrap .rt-TextFieldRoot,.compose-grid-row .rt-TextFieldRoot{--text-field-background-color:var(--input-bg);background:var(--input-bg);width:100%;color:var(--input-fg)}.compose-input-wrap .rt-TextFieldInput,.compose-grid-row .rt-TextFieldInput{color:var(--input-fg)}.compose-suggestions{z-index:50;background:var(--gray-1);border:1px solid var(--gray-a6);border-radius:var(--radius-3);box-shadow:var(--shadow-4);flex-direction:column;max-height:220px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto}.compose-signature-menu{background:var(--gray-1);border:1px solid var(--gray-a6);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-4);max-height:240px;overflow:auto}.compose-signature-menu .rt-DropdownMenuItem{font-size:12px}.compose-suggestion{text-align:left;cursor:pointer;color:var(--gray-12);background:0 0;border:none;padding:8px 10px;font-size:12px}.compose-suggestion:hover,.compose-suggestion.active{background:var(--gray-3)}.compose-suggestion.muted{color:var(--gray-10);cursor:default}.compose-row input:not(.rt-TextFieldRoot),.compose-row .rt-TextFieldRoot{flex:1}.compose-line{align-items:center;gap:8px;display:flex}.compose-line .compose-row{flex:1}.compose-line>input,.compose-subject>input,.compose-grid-row>input{border-radius:var(--radius-md);border:1px solid var(--gray-a6);background:var(--input-bg);min-width:0;color:var(--input-fg);flex:1;padding:8px 10px}.compose-line input[readonly]{opacity:.8}.compose-grid{gap:var(--space-3);grid-template-columns:1fr;width:100%;display:grid}.compose-grid-row{gap:var(--space-3);grid-template-columns:84px 1fr;align-items:center;display:grid}.compose-grid-row .label{color:var(--gray-a11);font-size:13px;font-weight:500}.compose-static{color:var(--gray-12);font-size:12px}.compose-minimized{z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;max-width:420px;box-shadow:var(--shadow);cursor:pointer;align-items:center;gap:10px;padding:10px 12px;display:flex;position:fixed;bottom:16px;right:18px}.compose-minimized-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:600;overflow:hidden}.compose-minimized-actions{align-items:center;gap:6px;display:inline-flex}.compose-tabs{gap:6px;margin-bottom:0;display:inline-flex}.compose-tabs-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.compose-attach{align-items:center;gap:6px;display:inline-flex}.compose-body textarea{resize:vertical;background:var(--input-bg);min-height:0;color:var(--input-fg);border:1px solid var(--gray-a6);border-radius:var(--radius-md);flex:1;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.5}.compose-editor{border:1px solid var(--gray-a6);border-radius:var(--radius-sm);background:var(--input-bg);--font-scale:1;flex-direction:column;flex:1;min-height:0;padding:10px 12px;display:flex;position:relative;overflow:auto}.compose-toolbar{background:var(--gray-2);border-bottom:1px solid var(--gray-a6);flex-wrap:wrap;gap:6px;margin:-10px -12px 8px;padding:6px 10px;display:flex}.compose-toolbar .compose-toolbar-button{padding:4px 6px;font-size:11px;line-height:1}.compose-toolbar-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:relative}.compose-toolbar-icon-base{justify-content:center;align-items:center;display:inline-flex}.compose-toolbar-icon-badge{background:var(--gray-1);width:10px;height:10px;box-shadow:0 0 0 1px var(--gray-a7);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute}.compose-toolbar-icon-badge--top-right{top:-4px;right:-4px}.compose-toolbar-icon-badge--bottom-right{bottom:-4px;right:-4px}.compose-toolbar-icon-badge--top-left{top:-4px;left:-4px}.compose-toolbar-icon-badge--bottom-left{bottom:-4px;left:-4px}.compose-editor-input{min-height:0;color:var(--input-fg);outline:none;flex:1;font-family:Sora,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.6}.compose-editor img{max-width:100%;height:auto}.compose-editor table{border-collapse:collapse;width:100%;margin:8px 0}.compose-editor blockquote,.compose-editor .compose-quote{border-left:2px solid var(--gray-a7);margin:0 0 0 .8ex;padding-left:1ex}.compose-editor td,.compose-editor th{border:1px solid var(--gray-a6);padding:6px 8px}.compose-quoted-block{border:1px solid var(--gray-a6);border-radius:var(--radius-sm);background:var(--gray-2);color:var(--gray-12);margin-top:8px;padding:8px 10px}.compose-quoted-summary{justify-content:space-between;align-items:center;gap:8px;display:flex}.compose-quoted-trigger{box-shadow:none;cursor:pointer;color:var(--gray-11);background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:12px;display:inline-flex}.compose-quoted-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.compose-quoted-trigger .summary-text{align-items:center;display:inline-flex}.compose-quoted-trigger .summary-caret{transition:transform .2s;display:inline-flex}.compose-quoted-trigger[data-state=open] .summary-caret{transform:rotate(90deg)}.compose-quoted-summary .summary-actions{flex-wrap:wrap;align-items:center;gap:6px;margin-left:auto;display:inline-flex}.compose-quoted-summary .quote-actions{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.compose-quoted-block[data-state=closed] .summary-actions .quote-actions{display:none}.compose-quoted-content{border-top:1px solid var(--gray-a5);max-height:min(260px,30vh);margin-top:10px;padding-top:10px;overflow:auto}.compose-quoted-toolbar{justify-content:flex-end;margin-top:6px;display:flex}.compose-quoted-text{border-left:2px solid var(--gray-a7);background:var(--gray-2);color:var(--gray-12);white-space:pre-wrap;margin-top:8px;padding:8px 10px;font-size:12px}.compose-quoted-content img{max-width:100%;height:auto}.compose-quoted-content table{border-collapse:collapse;width:100%;margin:8px 0}.compose-quoted-content td,.compose-quoted-content th{border:1px solid var(--gray-a6);padding:6px 8px}.compose-editor-placeholder{top:calc(var(--compose-toolbar-height,0px) + 10px);color:var(--muted);pointer-events:none;font-size:13px;position:absolute;left:12px}.compose-paragraph{margin:0 0 10px}.compose-text-bold{font-weight:600}.compose-text-italic{font-style:italic}.compose-text-underline{text-decoration:underline}.compose-text-strike{text-decoration:line-through}.compose-footer{padding-top:var(--space-3);border-top:1px solid var(--gray-a5);justify-content:space-between;align-items:center;gap:12px;display:flex}.compose-draft-meta{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.compose-draft-status{color:var(--muted);font-size:11px}.compose-draft-status.saving{color:var(--accent)}.compose-draft-status.error{color:var(--red-11)}.compose-draft{color:var(--muted);font-size:11px}.compose-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.compose-toggle{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.compose-resizer{cursor:nwse-resize;width:18px;height:18px;color:var(--muted);opacity:.9;z-index:10;position:absolute;bottom:6px;right:6px}.compose-resizer:before{content:"⤡";color:currentColor;font-size:18px;line-height:1;position:absolute;bottom:-1px;right:0;transform:rotate(0)}.markdown-view{font-family:var(--font-body,"IBM Plex Sans",system-ui,sans-serif);color:var(--mail-view-fg);background:var(--mail-view-bg);border:1px solid var(--border);border-radius:var(--radius-md);overflow-wrap:anywhere;word-break:break-word;padding:16px;font-size:13px;line-height:1.6}.markdown-view :where(p,ul,ol,blockquote,pre,table){margin:0 0 10px}.markdown-view :where(h1,h2,h3,h4,h5,h6){margin:6px 0 8px;font-weight:600}.markdown-view a{color:var(--accent);text-decoration:underline}.markdown-view a:hover{color:var(--accent)}.markdown-view code{background:var(--surface-2);border-radius:var(--radius-sm);padding:2px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px}.markdown-view pre code{padding:10px;display:block;overflow-x:auto}.markdown-view blockquote{border-left:3px solid var(--accent);color:var(--mail-view-fg);margin:10px 0;padding-left:12px}.markdown-view blockquote blockquote{border-left-color:var(--accent-2);background:linear-gradient(90deg,#ffcf5a1f,#0000)}.markdown-view blockquote blockquote blockquote{border-left-color:var(--green-9);background:linear-gradient(90deg,var(--green-a2),transparent)}.attachments h4{margin:8px 0;font-size:13px}.attachment-list{flex-direction:column;display:flex}.attachment-item{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:6px 0;font-size:12px;display:flex}.attachment-item:last-child{border-bottom:none}.attachment-item:hover{background:var(--surface-1);margin:0 -8px;padding-left:8px;padding-right:8px}.attachment-icon-wrapper{flex-shrink:0;position:relative}.attachment-icon{color:var(--muted);flex-shrink:0}.attachment-image-preview{z-index:1000;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);pointer-events:none;margin-left:12px;padding:4px;display:none;position:absolute;top:50%;left:100%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.attachment-icon-wrapper:hover .attachment-image-preview{display:block}.attachment-image-preview img{border-radius:var(--radius-sm);max-width:300px;max-height:200px;display:block}.attachment-link{min-width:0;color:inherit;flex:1;text-decoration:none}.attachment-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.compose-attachments{margin-top:10px}.compose-attachments .attachment-name{align-items:center;gap:6px;display:inline-flex}.compose-attachments .icon-button{padding:4px 6px}.compose-drop-active{outline:2px dashed var(--accent);outline-offset:4px}.attachment-meta{color:var(--muted);font-size:11px}.attachment-preview{padding:4px 6px}.html-message{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--mail-view-bg);width:100%;min-width:0;max-width:none;color:var(--mail-view-fg);padding:16px;display:block;overflow:auto}.html-message img{max-width:100%;height:auto}.html-message a{color:var(--accent)}.message-flags{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.flag-pill{border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted);border:1px solid var(--border);padding:2px 6px;font-size:10px}.quote-block{border-left:3px solid var(--accent);margin:10px 0;padding-left:12px}.quote-level-2{border-left-color:var(--accent-2);background:linear-gradient(90deg,#ffcf5a1f,#0000)}.quote-level-3{border-left-color:var(--green-9);background:linear-gradient(90deg,var(--green-a2),transparent)}.quote-block p{color:var(--mail-view-fg);margin:6px 0;font-size:13px}.text-line{line-height:1.5;display:block}@media (max-width:900px){.content-grid{flex-direction:column}.pane{border-right:none;border-bottom:1px solid var(--border)}.resizer{display:none}}@keyframes floatIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes riseOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.95)}}.bottom-bar{border-top:1px solid var(--border);background:var(--surface-2);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;min-height:32px;padding:6px 14px;font-size:11px;display:flex;position:relative}.bottom-section{cursor:default;align-items:center;gap:8px;display:flex}.bottom-status-trigger{appearance:none;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.bottom-status-trigger:focus-visible{outline:1px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.bottom-right{text-align:right;justify-content:flex-end;margin-left:auto}.bottom-right .bottom-item,.bottom-right .bottom-muted,.bottom-right .bottom-error{text-align:right}.bottom-wide{flex:320px;max-width:460px}.bottom-wide .bottom-item,.bottom-wide .bottom-muted,.bottom-wide .bottom-error{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bottom-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:10px}.bottom-item{color:var(--text)}.bottom-muted{color:var(--muted)}.bottom-error{color:var(--red-11);background:var(--red-a3);border-radius:var(--radius-sm);padding:2px 6px}.bottom-popover{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow);color:var(--text);z-index:6;padding:10px;font-size:12px}.bottom-popover-reminders{min-width:min(560px,100vw - 24px);max-width:min(920px,100vw - 24px)}.popover-title{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:11px}.bottom-popover-heading{text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.exception-title,.reminder-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.reminder-groups{flex-direction:column;gap:10px;max-height:min(64vh,560px);padding-right:2px;display:flex;overflow:auto}.reminder-group{flex-direction:column;gap:6px;display:flex}.reminder-group-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0}.reminder-list{flex-direction:column;gap:8px;display:flex}.reminder-item{padding:8px}.reminder-open-button{color:inherit;text-align:left;font:inherit;white-space:normal;cursor:default;background:0 0;border:none;flex:1;min-width:0;margin:0;padding:0}.reminder-open-button.interactive{cursor:pointer}.reminder-open-button:focus-visible{outline:1px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.reminder-open-button.interactive:hover .reminder-item-title{text-decoration:underline}.reminder-item-main,.reminder-open-button .reminder-item-title,.reminder-open-button .reminder-item-meta{min-width:0}.reminder-item-title{overflow-wrap:anywhere;line-height:1.25}.reminder-item-meta{white-space:normal;color:var(--muted);line-height:1.25}.reminder-item-location{margin-top:2px}.reminder-item-timing{overflow-wrap:anywhere;align-items:baseline;margin-top:2px}.reminder-item-start{color:var(--text);font-size:12px;line-height:1.25}.reminder-item-reminder-label{color:var(--muted);font-size:10px;line-height:1.25}.reminder-item-title{color:var(--text);overflow-wrap:anywhere;font-size:12px}.reminder-item-meta,.exception-meta{color:var(--muted);font-size:10px}.exception-list{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:4px;max-height:140px;padding:4px;display:flex;overflow:auto}.exception-item{color:inherit;text-align:left;border-radius:var(--radius-sm);cursor:default;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:4px 6px;font-size:11px;display:flex}.exception-item.interactive{cursor:pointer}.exception-item.interactive:hover{background:var(--surface-2)}.exception-item.active{background:#cc534824}.exception-item-summary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.exception-item-time{color:var(--muted);font-size:10px}.exception-detail{white-space:pre-wrap;color:var(--text);background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border);cursor:text;-webkit-user-select:text;user-select:text;padding:10px;font-size:12px}.popover-body{flex-direction:column;gap:6px;display:flex}.process-list{color:var(--muted);flex-direction:column;gap:4px;margin-top:6px;font-size:11px;display:flex}.modal-backdrop{z-index:10;background:#090c128c;place-items:center;animation:.2s both riseIn;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);width:min(720px,92vw);max-height:86vh;padding:22px;position:relative;overflow:auto}.account-settings-modal{background:var(--surface-2);flex-direction:column;min-height:86vh;display:flex;overflow:hidden}.settings-body{flex:1;min-height:0;position:relative}.settings-tab{opacity:0;pointer-events:none;flex-direction:column;height:100%;display:flex;position:absolute;inset:0}.settings-tab.active{opacity:1;pointer-events:auto}.tab-content{flex-direction:column;flex:1;gap:12px;display:flex;overflow:auto}.settings-tab .form-actions{margin-top:0}.settings-subtitle{color:var(--muted);margin:6px 0 4px;font-size:16px;font-weight:400}.modal h3{margin:0 0 8px}.form-section{border-top:1px solid var(--border);padding:14px 0}.form-section:first-of-type{border-top:none}.form-section h4{margin:0 0 6px;font-size:14px}.section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.section-note{color:var(--muted);margin:0 0 10px;font-size:12px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.form-field{color:var(--muted);flex-direction:column;gap:6px;font-size:12px;display:flex}.form-field input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:10px 12px}.form-field input::placeholder{color:var(--muted);opacity:.7}.form-field select{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:10px 12px}.form-field textarea{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);resize:vertical;padding:10px 12px}.resizer{cursor:col-resize;background:0 0;width:6px;position:relative}.resizer:after{content:"";border-radius:var(--radius-md);background:var(--border);width:2px;position:absolute;top:12px;bottom:12px;left:2px}.form-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.form-divider{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.settings-tabs{justify-content:flex-end;margin:8px 0 16px;display:flex}.signature-list{flex-direction:column;gap:14px;margin-top:12px;display:flex}.signature-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);flex-direction:column;gap:12px;padding:12px;display:flex}.signature-item .form-field+.form-field{margin-top:10px}.signature-item textarea{min-height:90px}.signature-actions{justify-content:flex-end;display:flex}.drag-ghost{border-radius:var(--radius-sm);background:var(--surface-1);border:1px solid var(--border);color:var(--text);pointer-events:none;z-index:9999;padding:10px 14px;font-size:13px;position:absolute;top:-9999px;left:-9999px;box-shadow:0 6px 18px #00000029}
