.harry{grid-template-columns:260px minmax(0,1fr);height:100%;min-height:0;display:grid}.harry.harry-solo{flex-direction:column;display:flex}.message.harry{height:auto;display:block}.harry .messages{width:min(46rem,100%)}.harry .composer{width:min(46rem,100% - 48px)}.harry .composer textarea{padding:10px 48px 10px 14px}.harry-sessions{border-right:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.harry-sessions .empty{flex:auto;height:auto}.harry-new{border:1px solid var(--line);min-height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:8px;margin:12px 16px 4px;font-size:13px;font-weight:600}.harry-new:hover{background:var(--soft)}.harry-rows{flex:auto;padding:4px 0;overflow-y:auto}.harry-row-wrap{position:relative}.harry-row{width:100%;min-height:52px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:2px;padding:8px 40px 8px 16px;display:flex}.harry-row:hover{background:var(--soft)}.harry-row-active,.harry-row-active:hover{background:var(--soft);box-shadow:inset 3px 0 0 var(--ink)}.harry-row-armed{cursor:default}.harry-row-title{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.harry-row-time{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.harry-row-working{background:var(--ink);border-radius:50%;flex:none;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.harry-row-actions{opacity:0;gap:2px;display:flex;position:absolute;top:8px;right:10px}.harry-row-menu-open{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;font-size:15px;line-height:1;display:grid}.harry-row-menu-open:hover{color:var(--ink);background:var(--soft)}.harry-row-wrap:hover .harry-row-actions,.harry-row-wrap:focus-within .harry-row-actions,.harry-row-active~.harry-row-actions,.harry-folder-header-wrap:hover .harry-row-actions,.harry-folder-header-wrap:focus-within .harry-row-actions{opacity:1}.harry-menu{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;margin:2px 12px 8px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014}.harry-menu-item{min-height:34px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:0 12px;font-size:13px;font-weight:600}.harry-menu-item:hover{background:var(--soft)}.harry-menu-item-danger{color:var(--red)}.harry-row-rename{flex-direction:row;align-items:center;gap:6px;padding:8px 16px}.harry-row-rename-input{border:1px solid var(--line);min-width:0;height:28px;color:var(--ink);background:var(--surface);border-radius:6px;flex:auto;padding:0 8px;font-size:13px}.harry-row-rename-input:focus-visible{border-color:var(--ink);outline:none}.harry-row-rename-save{border:1px solid var(--line);min-height:26px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;flex:none;padding:0 10px;font-size:12px;font-weight:600}.harry-row-rename-save:hover{background:var(--soft)}.harry-row-rename-save:disabled{opacity:.45;cursor:not-allowed}.harry-row-confirm{flex-wrap:wrap;gap:6px;display:flex}.harry-row-confirm button{border:1px solid var(--line);min-height:26px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:6px;padding:0 10px;font-size:12px;font-weight:600}.harry-row-confirm button:hover{background:var(--soft)}.harry-row-confirm button:disabled{opacity:.45;cursor:not-allowed}.harry-row-move-menu button{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.harry-row-note{color:var(--red);margin:0;font-size:11px;line-height:1.3}.harry-folder-new{border:1px solid var(--line);width:28px;height:28px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:15px;line-height:1;display:inline-flex}.harry-folder-new:hover{background:var(--soft)}.harry-new-folder{align-items:center;gap:6px;min-width:0;display:flex}.harry-new-folder .harry-row-rename-input{width:64px}.harry-new-folder-note{margin:4px 16px 0}.harry-folder{margin-top:4px}.harry-folder-header-wrap{position:relative}.harry-folder-header{min-height:36px;color:var(--muted);flex-direction:row;align-items:center;gap:8px;padding:6px 40px 6px 12px;font-size:12px;font-weight:600}.harry-folder-header:hover{color:var(--ink)}.harry-folder-chevron{text-align:center;flex:none;width:12px;font-size:10px;line-height:1;transition:transform .15s}.harry-folder-chevron-collapsed{transform:rotate(-90deg)}.harry-folder-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.harry-folder-count{flex:none;font-size:11px}.harry-folder-rows{padding-left:8px}.harry-content{flex-direction:column;min-width:0;min-height:0;display:flex}.harry-content-header{justify-content:flex-start;gap:12px}.harry-content-header h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.harry-back{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:18px;display:none}.harry-back:hover{background:var(--soft)}@media (width<=640px){.harry{grid-template-columns:1fr}.harry-sessions{display:flex}.harry-content,.harry-open .harry-sessions{display:none}.harry-open .harry-content{display:flex}.harry-back{display:inline-flex}}.group-modal-overlay{background:#00000052;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.group-modal{background:var(--surface);border-radius:16px;flex-direction:column;width:min(440px,100% - 32px);max-height:min(600px,100% - 32px);padding:24px;display:flex;position:relative;box-shadow:0 20px 60px #0000002e}.group-modal-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:18px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.group-modal-close:hover{background:var(--soft)}.group-modal-close:disabled{opacity:.45;cursor:not-allowed}.group-modal h2{margin:0 0 16px;font-size:18px;font-weight:650}.group-modal form{flex-direction:column;gap:10px;min-height:0;display:flex}.group-modal input[type=text]{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);background:var(--surface);font:inherit;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.group-modal input[type=text]:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.group-modal-loading{color:var(--muted);margin:4px 0;font-size:13px}.group-modal-count{color:var(--muted);margin:4px 0 0;font-size:13px;font-weight:600}.group-contact-list{border:1px solid var(--line);border-radius:10px;flex:auto;min-height:120px;overflow-y:auto}.group-contact-row{cursor:pointer;align-items:center;gap:10px;min-height:52px;padding:6px 12px;display:flex}.group-contact-row:hover{background:var(--soft)}.group-contact-row+.group-contact-row{border-top:1px solid var(--line)}.group-contact-row input[type=checkbox]{flex:none;width:16px;height:16px}.group-contact-email{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;overflow:hidden}.group-modal-submit{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;min-height:42px;margin-top:4px;font-size:13px;font-weight:650}.group-modal-submit:disabled{opacity:.45;cursor:not-allowed}.group-modal-error{color:var(--red);margin:0;font-size:13px}@media (width<=640px){.group-modal-overlay{align-items:flex-end;padding:0}.group-modal{border-radius:16px 16px 0 0;width:100%;max-height:85vh}}.direct{grid-template-columns:320px minmax(0,1fr);height:100%;min-height:0;display:grid}.direct.direct-empty{flex-direction:column;display:flex}.direct-empty .empty{flex:auto}.direct-list{border-right:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.direct-rows{flex:auto;overflow-y:auto}.direct-row{width:100%;min-height:64px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:8px 16px;display:flex}.direct-row:hover{background:var(--soft)}.direct-row-active,.direct-row-active:hover{background:#ececec}.direct-row-body{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.direct-row-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.direct-row-email{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);font-size:14px;font-weight:600;overflow:hidden}.direct-row-time{color:var(--muted);flex:none;font-size:12px}.direct-row-preview{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px;overflow:hidden}.direct-thread{flex-direction:column;min-width:0;min-height:0;display:flex}.direct-thread-header{justify-content:flex-start;gap:12px;min-height:56px}.direct-thread-header h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.direct-back{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:18px;display:none}.direct-back:hover{background:var(--soft)}@media (width<=640px){.direct{grid-template-columns:1fr}.direct-list,.direct-thread{display:none}.direct:not(.direct-peer-open) .direct-list,.direct-peer-open .direct-thread{display:flex}.direct-back{display:inline-flex}}.direct-new-group{border:1px solid var(--line);width:32px;height:32px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.direct-new-group:hover{background:var(--soft)}.group-avatar{color:#fff;background:var(--ink);text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:grid}.group-avatar.small{width:32px;height:32px;font-size:14px}.group-thread-title{flex-direction:column;gap:1px;min-width:0;display:flex}.group-thread-title h1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.group-thread-meta{color:var(--muted);font-size:12px}.group-message-row{align-items:flex-start;gap:8px;display:flex}.group-message-body{min-width:0}.group-message-sender{color:var(--muted);margin:0 0 3px;font-size:12px;display:block}.contacts{background:var(--surface);flex-direction:column;height:100%;display:flex}.contacts .page-header{justify-content:flex-start;gap:4px}.contacts .page-header h1{flex:auto}.contacts-back{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.contacts-back:hover{background:var(--soft)}.contacts-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:20px;height:20px}.contacts-add{border:1px solid var(--line);width:32px;height:32px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.contacts-add:hover{background:var(--soft)}.contacts-body{flex-direction:column;flex:auto;min-height:0;display:flex;overflow-y:auto}.contacts-loading{color:var(--muted);margin:0;padding:24px;font-size:13px}.contacts-friends-entry{border:0;border-bottom:8px solid var(--soft);width:100%;min-height:64px;color:inherit;background:var(--surface);cursor:pointer;text-align:left;font:inherit;flex:none;align-items:center;gap:12px;padding:10px 20px;display:flex}.contacts-friends-entry:hover{background:#f4f4f4}.contacts-friends-icon{width:40px;height:40px;color:var(--muted);background:var(--soft);border-radius:50%;flex:none;place-items:center;display:grid}.contacts-friends-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:22px;height:22px}.contacts-friends-title{color:var(--ink);flex:auto;font-size:15px}.contacts-badge{color:#fff;background:var(--red);border-radius:999px;flex:none;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;line-height:1;display:grid}.contacts-chevron{fill:none;width:18px;height:18px;stroke:var(--muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none}.contacts-friends-error{color:var(--red);margin:0;padding:12px 20px 0;font-size:13px}.contacts-list,.contacts-requests{flex-direction:column;flex:auto;min-height:0;padding-bottom:8px;display:flex}.contacts-group-title{color:var(--muted);margin:0;padding:14px 20px 6px;font-size:13px;font-weight:600}.contacts-row{border-top:1px solid var(--line);flex:none;align-items:center;gap:12px;min-height:64px;padding:10px 20px;display:flex}.contacts-row:hover{background:#f4f4f4}.contacts-info{flex:auto;min-width:0}.contacts-email{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:auto;margin:0;font-size:15px;overflow:hidden}.contacts-email-secondary{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;overflow:hidden}.contacts-time{color:var(--muted);margin:2px 0 0;font-size:12px}.contacts-actions{flex:none;gap:8px;display:flex}.contacts-accept,.contacts-actions .quiet-button{min-height:32px;padding:0 14px;font-size:13px;font-weight:600}.contacts-accept{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px}.contacts-accept:disabled,.contacts-actions .quiet-button:disabled{opacity:.45;cursor:not-allowed}.contacts-pending{color:var(--muted);flex:none;font-size:13px}.contacts-row .quiet-button{flex:none}.contacts-menu-open{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.contacts-menu-open:hover{background:var(--soft)}.contacts-menu{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;margin:0 20px 8px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014}.contacts-menu-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;padding:10px 12px 6px;font-size:12px;overflow:hidden}.contacts-menu-item{min-height:38px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:0 12px;font-size:14px;font-weight:600}.contacts-menu-item:hover{background:var(--soft)}.contacts-menu-item-danger{color:var(--red)}.contacts-remark-input{min-width:0;height:36px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:8px;outline:none;flex:auto;padding:0 10px;font-size:14px}.contacts-remark-input:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.contacts-remark-save{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px;flex:none;min-height:32px;padding:0 14px;font-size:13px;font-weight:600}.contacts-remark-save:disabled{opacity:.45;cursor:wait}.contacts-row-note{color:var(--red);margin:0;padding:0 20px 10px;font-size:12px}.contact-modal-overlay{background:#00000052;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.contact-modal{background:#fff;border-radius:16px;width:min(440px,100% - 32px);padding:24px;position:relative;box-shadow:0 20px 60px #0000002e}.contact-modal-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;font-size:18px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.contact-modal-close:hover{background:var(--soft)}.contact-modal h2{margin:0 0 8px;font-size:18px;font-weight:650}.contact-modal-hint{color:var(--muted);margin:0 0 18px;font-size:13px}.contact-modal form{gap:10px;display:grid}.contact-modal input{width:100%;min-height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.contact-modal input:focus-visible{border-color:var(--muted);box-shadow:0 0 0 3px #1717171f}.contact-modal-submit{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;min-height:42px;margin-top:4px;font-size:13px;font-weight:650}.contact-modal-submit:disabled{opacity:.45;cursor:wait}.contact-modal-error{color:var(--red);margin:12px 0 0;font-size:13px}@media (width<=640px){.contacts-row,.contacts-friends-entry{padding:10px 16px}.contacts-group-title{padding:14px 16px 6px}.contacts-friends-error{padding:12px 16px 0}.contacts-menu{margin:0 16px 8px}.contacts-row-note{padding:0 16px 10px}.contact-modal-overlay{align-items:flex-end;padding:0}.contact-modal{border-radius:16px 16px 0 0;width:100%}}.account{color:#171717;background:#fff;border-bottom:1px solid #e8e8e8;width:min(520px,100%);padding:0 0 28px;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}.account form{gap:10px;display:grid}.account h2{letter-spacing:-.02em;margin:0 0 12px;font-size:17px;font-weight:650}.account label{color:#525252;margin-top:3px;font-size:12px;font-weight:600}.account input{color:#171717;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.account input:focus-visible{border-color:#737373;box-shadow:0 0 0 3px #1717171f}.account button{cursor:pointer;min-height:42px;font:inherit;border-radius:9px;font-size:13px;font-weight:650}.account button:focus-visible{outline:none;box-shadow:0 0 0 3px #17171729}.account button:disabled{opacity:.45;cursor:wait}.account-primary{color:#fff;background:#171717;border:0;margin-top:8px}.account-switch{color:#525252;background:0 0;border:0;font-weight:550!important}.account-switch:hover:not(:disabled){color:#171717;background:#f5f5f5}.account-detail,.account-loading,.account-notice,.account-error{color:#737373;margin:0;font-size:13px;line-height:1.5}.account-detail{overflow-wrap:anywhere;margin:-8px 0 8px}.account-notice,.account-error{margin-top:14px}.account-error{color:#b42318}.account-signed{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-signed h2{margin-bottom:5px}.account-signed p{color:#737373;overflow-wrap:anywhere;margin:0;font-size:13px}.account-signed button{color:#171717;background:#fff;border:1px solid #e5e5e5;flex:none;padding:0 14px}.account-signed button:hover:not(:disabled){background:#f5f5f5}@media (width<=640px){.account{padding-bottom:24px}.account input{min-height:48px}.account button{min-height:44px}}.profile{border-bottom:1px solid var(--line);width:min(520px,100%);color:var(--ink);background:var(--surface);padding:0 0 28px;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif}.profile h2{letter-spacing:-.02em;margin:0 0 12px;font-size:17px;font-weight:650}.profile label{color:var(--muted);margin-top:3px;font-size:12px;font-weight:600}.profile-loading{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.profile-error-state{justify-items:start;gap:12px;display:grid}.profile-error-state p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.profile-identity{align-items:center;gap:14px;display:flex}.profile-avatar{object-fit:cover;border-radius:50%;flex:none;width:64px;height:64px}.profile-avatar-letter{color:var(--muted);background:var(--soft);-webkit-user-select:none;user-select:none;place-items:center;font-size:26px;font-weight:650;display:grid}.profile-name{overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:650}.profile-email{color:var(--muted);overflow-wrap:anywhere;margin:2px 0 0;font-size:13px}.profile-bio{color:var(--ink);overflow-wrap:anywhere;white-space:pre-wrap;margin:14px 0 0;font-size:14px;line-height:1.5}.profile-actions{gap:8px;margin-top:16px;display:flex}.profile-form{gap:10px;display:grid}.profile-photo-row{align-items:center;gap:14px;margin-bottom:4px;display:flex}.profile-photo-actions{gap:8px;display:flex}.profile-file-input{display:none}.profile-form input,.profile-form textarea{width:100%;color:var(--ink);background:var(--surface);font:inherit;border:1px solid #d4d4d4;border-radius:9px;outline:none;padding:0 12px;font-size:15px}.profile-form input{min-height:46px}.profile-form textarea{resize:vertical;min-height:72px;padding:10px 12px}.profile-form input:focus-visible,.profile-form textarea:focus-visible{border-color:#737373;box-shadow:0 0 0 3px #1717171f}.profile-form input:disabled,.profile-form textarea:disabled{opacity:.6;cursor:not-allowed}.profile-counter{color:var(--muted);text-align:right;margin-top:-4px;font-size:12px}.profile-form-actions{gap:8px;margin-top:8px;display:flex}.profile-form-actions button{cursor:pointer;min-height:42px;font:inherit;border-radius:9px;padding:0 16px;font-size:13px;font-weight:650}.profile-form-actions button:focus-visible{outline:none;box-shadow:0 0 0 3px #17171729}.profile-form-actions button:disabled{opacity:.45;cursor:wait}.profile-primary{color:#fff;background:var(--ink);border:0}.profile-cancel{color:var(--muted);background:0 0;border:0}.profile-cancel:hover:not(:disabled){color:var(--ink);background:var(--soft)}.profile-error{color:var(--red);margin:4px 0 0;font-size:13px;line-height:1.5}.profile-notice{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.5}@media (width<=640px){.profile{padding-bottom:24px}.profile-form input,.profile-form textarea{min-height:48px}.profile-form-actions button{min-height:44px}.profile-actions,.profile-form-actions{flex-wrap:wrap}.profile-actions button,.profile-form-actions button{flex:auto}}:root{--surface:#fff;--nav:#fafafa;--soft:#f1f1f1;--line:#e8e8e8;--ink:#171717;--muted:#737373;--green:#0a8f5b;--red:#b42318}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--surface)}body{color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,SF Pro Text,Segoe UI,system-ui,sans-serif;overflow:hidden}button,textarea{font:inherit}button,a,textarea{outline:none}button{touch-action:manipulation}button:focus-visible,a:focus-visible,textarea:focus-visible{box-shadow:0 0 0 3px #17171729}.app-shell{grid-template-columns:72px minmax(0,1fr);min-height:100dvh;display:grid}.app-nav{border-right:1px solid var(--line);background:var(--nav);flex-direction:column;gap:6px;min-height:100dvh;padding:10px 8px;display:flex}.app-nav button{min-width:0;min-height:56px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-content:center;place-items:center;gap:4px;padding:6px 2px;font-size:10px;line-height:1;display:grid}.app-nav button:last-child{margin-top:auto}.app-nav button:hover{color:var(--ink);background:#f4f4f4}.app-nav button.active{color:var(--ink);background:#ececec;font-weight:600}.app-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:22px;height:22px}.nav-icon{place-items:center;display:grid;position:relative}.nav-icon.connected:after{content:"";border:2px solid var(--nav);background:var(--green);border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.nav-badge{border:2px solid var(--nav);color:#fff;background:var(--red);text-align:center;border-radius:999px;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-style:normal;font-weight:650;line-height:13px;position:absolute;top:-7px;right:-11px}.app-content{min-width:0;height:100dvh;overflow:hidden}.chat,section.me,.blank-view{background:var(--surface);min-width:0;height:100%}.chat{flex-direction:column;display:flex}section.me{overflow-y:auto}section.me .page-header{z-index:1;background:var(--surface);position:sticky;top:0}.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:0 24px;display:flex}h1{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:650}.status{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.status i{background:#a3a3a3;border-radius:50%;width:7px;height:7px}.status-connected{color:var(--green)}.status-connected i{background:var(--green)}.status-installing,.status-authorizing,.status-verifying{color:var(--ink)}.status-installing i,.status-authorizing i,.status-verifying i{background:var(--ink);animation:1.2s ease-in-out infinite pulse}.status-failed{color:var(--red)}.status-failed i{background:var(--red)}.messages{scrollbar-color:#d4d4d4 transparent;flex:auto;width:min(860px,100%);margin:0 auto;padding:28px 24px;overflow:auto}.empty{text-align:center;place-content:center;justify-items:center;gap:14px;height:100%;display:grid}.empty p{color:var(--muted);margin:0;font-size:14px}.quiet-button{border:1px solid var(--line);min-height:40px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:0 16px;font-size:13px;font-weight:600}.quiet-button:hover{background:var(--soft)}.message{margin:0 0 18px}.message p{background:var(--soft);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;width:fit-content;max-width:min(680px,86%);margin:0;padding:11px 14px;font-size:14px;line-height:1.6}.message.me{justify-items:end;display:grid}.message.me p{color:#fff;background:var(--ink)}.message.error p{color:var(--red);background:#fff1f0}.retry{min-height:36px;color:var(--red);cursor:pointer;background:#fff;border:1px solid #f1c0bb;border-radius:8px;margin-top:8px;padding:0 12px;font-size:12px;font-weight:600}.retry:disabled{opacity:.45;cursor:not-allowed}.typing{color:var(--muted);font-style:normal;animation:1.2s ease-in-out infinite pulse}.composer{background:#fff;border:1px solid #d4d4d4;border-radius:13px;flex:none;width:min(760px,100% - 48px);margin:0 auto 20px;position:relative}.composer:focus-within{border-color:#8c8c8c}.composer textarea{resize:none;border-radius:inherit;width:100%;min-height:50px;max-height:160px;color:var(--ink);background:0 0;border:0;padding:14px 56px 12px 15px;font-size:15px;line-height:1.45}.composer textarea:focus-visible{box-shadow:none}.composer textarea::placeholder{color:#a3a3a3}.composer textarea:disabled{cursor:not-allowed;background:#fafafa}.send{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:9px;width:34px;height:34px;font-size:18px;line-height:1;position:absolute;bottom:8px;right:8px}.send:disabled{color:#a3a3a3;cursor:not-allowed;background:#ededed}.me-body{width:min(520px,100%);padding:32px 24px}.agent-section{padding-top:28px}.agent-section h2{margin:0 0 14px;font-size:15px;font-weight:650}.agent-picker{background:var(--soft);border-radius:11px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.agent-picker button{min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:14px;font-weight:600}.agent-picker button[aria-pressed=true]{color:var(--ink);background:#fff;box-shadow:0 1px 3px #00000014}.connect-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:10px;width:100%;min-height:48px;margin-top:16px;font-size:14px;font-weight:650}.connect-button:disabled{opacity:.45;cursor:wait}.download-link{width:fit-content;color:var(--muted);text-underline-offset:3px;margin:18px auto 0;font-size:13px;display:block}.note{color:var(--muted);text-align:center;margin:18px 0 0;font-size:13px;line-height:1.5}.note.error{color:var(--red)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes pulse{50%{opacity:.35}}@media (width<=640px){body{overflow:hidden}.app-shell{grid-template-rows:minmax(0,1fr) 64px;grid-template-columns:1fr}.app-content{grid-row:1;height:calc(100dvh - 64px)}.app-nav{border-top:1px solid var(--line);border-right:0;flex-direction:row;grid-row:2;gap:2px;min-height:64px;padding:4px 8px}.app-nav button{flex:1 1 0;min-height:56px;padding:5px 0}.app-nav button:last-child{margin-top:0}.page-header{min-height:52px;padding:0 16px}.messages{padding:20px 16px}.composer{width:calc(100% - 24px);margin-bottom:12px}.message p{max-width:92%}.me-body{padding:24px 16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
