@import"https://fonts.googleapis.com/css2?family=Grandstander:wght@700;900&family=Figtree:wght@400;500;600;700&display=swap";:root{--hs-cherry: #ed4c4c;--hs-red: #fe6c60;--hs-dark-peach: #faa09a;--hs-light-peach: #ffd0cd;--hs-black: #000000;--hs-white: #ffffff;--hs-font-display: "Grandstander", cursive;--hs-font-body: "Figtree", sans-serif;--hs-radius-btn: 50px;--hs-radius-card: 16px;--hs-radius-icon: 22px;--hs-space-xs: 4px;--hs-space-sm: 8px;--hs-space-md: 16px;--hs-space-lg: 24px;--hs-space-xl: 48px;--hs-shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--hs-shadow-hover: 0 4px 20px rgba(237, 76, 76, .12);--hs-primary: var(--hs-cherry);--hs-bg: #f7f1ed;--hs-text: var(--hs-black);--hs-text-muted: #666666;--hs-border: #eeeeee;--hs-hover: rgba(255, 208, 205, .4);--hs-surface-soft: #fff9f6;--hs-page-top-clearance: clamp(96px, 10vh, 120px);--hs-page-bottom-clearance: 48px;line-height:1.5;font-weight:400;font-family:var(--hs-font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=dark]{--hs-bg: var(--hs-black);--hs-text: var(--hs-white);--hs-text-muted: #aaaaaa;--hs-border: rgba(255, 255, 255, .12);--hs-hover: rgba(237, 76, 76, .16)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:var(--hs-bg);color:var(--hs-text)}a{color:inherit;text-decoration:inherit}button,input,textarea,select{font:inherit}.app{display:flex;min-height:100vh;height:100vh;width:100%;max-width:100vw;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0}.main-content{flex:1;margin-left:256px;display:flex;flex-direction:column;min-width:0;max-width:100%;height:100vh;overflow:hidden;position:relative;background:radial-gradient(circle at top right,rgba(255,208,205,.22),transparent 30%),linear-gradient(180deg,var(--hs-surface-soft) 0%,#fffdfb 100%)}.app-shell-controls{position:absolute;top:20px;right:24px;z-index:220;display:inline-flex;align-items:center;gap:8px}.theme-toggle{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:space-between;width:56px;height:34px;padding:0 8px;border:1px solid #eeeeee;border-radius:999px;background:#ffd0cd2e;color:#666;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.theme-toggle:hover{border-color:var(--hs-dark-peach);box-shadow:var(--hs-shadow-card)}.theme-toggle-icon{position:relative;z-index:1;font-size:12px;line-height:1}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:var(--hs-white);box-shadow:var(--hs-shadow-card);transition:transform .2s ease,background-color .2s ease}.theme-toggle.dark{background:#ed4c4c2e;border-color:#fe6c6066;color:var(--hs-white)}.theme-toggle.dark .theme-toggle-thumb{transform:translate(22px);background:#ffffff38}.shell-sidebar{position:fixed;inset:0 auto 0 0;width:256px;display:flex;flex-direction:column;z-index:1100;overflow:hidden;transition:width .2s ease}.chatgpt-sidebar{background:linear-gradient(180deg,#faf7f4,#fff);color:#000000b8;border-right:1px solid rgba(0,0,0,.08);box-shadow:18px 0 36px #0000000d}.chatgpt-sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 10px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.chatgpt-sidebar-brand-button,.chatgpt-sidebar-icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:none;border-radius:12px;background:transparent;color:#000000b8;cursor:pointer;transition:background-color .2s ease,color .2s ease}.chatgpt-sidebar-brand-button{width:auto;min-width:32px;padding:0 8px 0 6px;justify-content:flex-start}.chatgpt-sidebar-icon-button{width:34px}.chatgpt-sidebar-brand-button:hover,.chatgpt-sidebar-icon-button:hover,.chatgpt-sidebar-brand-button:focus-visible,.chatgpt-sidebar-icon-button:focus-visible{background:#0000000d;color:#151515;outline:none}.chatgpt-sidebar-brand-lockup{display:inline-flex;align-items:center;gap:10px}.chatgpt-sidebar-brand-icon{width:22px;height:22px}.chatgpt-sidebar-brand-wordmark{width:128px;height:auto;display:block}html[data-theme=dark] .chatgpt-sidebar-brand-wordmark{filter:brightness(0) invert(1)}.chatgpt-sidebar-scroll{flex:1;min-height:0;padding:12px 8px 18px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.chatgpt-sidebar-primary,.chatgpt-sidebar-link-list,.chatgpt-sidebar-chat-list{display:flex;flex-direction:column;gap:6px}.chatgpt-sidebar-item,.chatgpt-sidebar-link-row{display:inline-flex;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 12px;border:none;border-radius:12px;background:transparent;color:#000000b8;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.chatgpt-sidebar-item:hover,.chatgpt-sidebar-link-row:hover,.chatgpt-sidebar-item:focus-visible,.chatgpt-sidebar-link-row:focus-visible{background:#0000000d;color:#151515;outline:none}.chatgpt-sidebar-item.active,.chatgpt-sidebar-link-row.secondary{background:#ed4c4c14;color:#151515}.chatgpt-sidebar-item:disabled{opacity:.58;cursor:default}.chatgpt-sidebar-item:disabled:hover{background:transparent;color:#000000b8}.chatgpt-sidebar-search-panel{padding:0 2px}.chatgpt-sidebar-search-field{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#00000008;color:#000000a3;transition:border-color .2s ease,background-color .2s ease}.chatgpt-sidebar-search-field:focus-within{border-color:#e85b4a4d;background:#fff}.chatgpt-sidebar-search-field input{width:100%;border:none;background:transparent;color:#151515;outline:none}.chatgpt-sidebar-search-field input::placeholder,.chatgpt-sidebar-section-label,.chatgpt-sidebar-empty,.shell-sidebar-user-meta,.threads-chat-item-time{color:#0000006b}.chatgpt-sidebar-status-card{padding:12px 14px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#00000008;color:#000000a3;font-size:12px;line-height:1.5}.chatgpt-sidebar-status-card.action{cursor:pointer}.chatgpt-sidebar-status-card.action:hover,.chatgpt-sidebar-status-card.action:focus-visible{background:#ed4c4c14;border-color:#e85b4a38;color:#151515;outline:none}.chatgpt-sidebar-section{display:grid;gap:8px}.chatgpt-sidebar-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.chatgpt-sidebar-link-pill{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#0000000f;color:#00000094;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-left:auto}.shell-sidebar-footer{padding:12px 8px;border-top:1px solid rgba(0,0,0,.06)}.shell-sidebar-user{display:flex}.shell-sidebar-user-trigger{width:100%;display:inline-flex;align-items:center;gap:10px;padding:10px;border:none;border-radius:14px;background:transparent;color:#151515;cursor:pointer;transition:background-color .2s ease}.shell-sidebar-user-trigger:hover,.shell-sidebar-user-trigger:focus-visible{background:#ed4c4c14;outline:none}.shell-sidebar-avatar{width:32px;height:32px;border-radius:999px;background:#ed4c4c24;color:#151515;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.shell-sidebar-user-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.shell-sidebar-user-name{color:#151515;font-size:13px;font-weight:600;text-align:left}.shell-sidebar-user-meta{font-size:12px;text-align:left}.chatgpt-sidebar-chat-list .threads-chat-item-row{position:relative;width:100%;min-height:50px;overflow:visible;border-radius:14px}.chatgpt-sidebar-chat-list .threads-chat-item{position:relative;width:100%;min-width:0;min-height:50px;display:flex;align-items:center;background:#ffffffe0;border:1px solid rgba(0,0,0,.07);border-radius:14px;transition:border-color .2s ease,background-color .2s ease}.chatgpt-sidebar-chat-list .threads-chat-item:hover,.chatgpt-sidebar-chat-list .threads-chat-item:focus-within{background:#ed4c4c0f;border-color:#e85b4a2e}.chatgpt-sidebar-chat-list .threads-chat-item.active{background:#e85b4a1f;border-color:#e85b4a47}.threads-chat-item-main{flex:1 1 auto;min-width:0;min-height:48px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;border:none;background:transparent;color:#151515;text-align:left;cursor:pointer}.threads-chat-item-icon{display:inline-flex;align-items:center;justify-content:center;color:#00000080}.threads-chat-item-copy{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.threads-chat-item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#151515;font-size:13px}.threads-page{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--hs-page-top-clearance) clamp(18px,2.6vw,32px) 28px;background:transparent}.threads-workspace{width:min(1280px,100%);display:grid;gap:18px}.threads-workspace.full-chat{grid-template-columns:minmax(0,1fr);width:min(1280px,100%);height:min(860px,calc(100vh - 120px))}.threads-chat-shell{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:transparent;border:none;border-radius:0;box-shadow:none}.threads-chat-shell.is-empty{justify-content:center}.threads-chat-body{flex:1;min-height:0;overflow-y:auto;padding:20px 0 18px;display:flex;flex-direction:column;gap:24px}.threads-chat-body.start{justify-content:center;overflow:hidden}.threads-start-screen{width:min(820px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center}.threads-start-copy{display:flex;flex-direction:column;align-items:center;gap:14px}.threads-start-copy h3{color:var(--hs-black);font-family:var(--hs-font-body);font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.08}.threads-start-copy p{max-width:620px;font-size:16px;color:#666}.threads-membership-banner{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:10px 12px;border-radius:999px;border:1px solid rgba(14,16,15,.08);background:#ffffffd1;color:#524d4a;font-size:13px;line-height:1.4}.threads-secondary-button,.threads-connect-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.threads-secondary-button{border:1px solid rgba(14,16,15,.1);background:#ffffffd6;color:var(--hs-black)}.threads-connect-button{border:none;background:var(--hs-cherry);color:var(--hs-white)}.threads-secondary-button.inline,.threads-connect-button.inline{min-height:32px;padding:0 14px}.threads-secondary-button:hover:not(:disabled){transform:translateY(-1px);border-color:#e85b4a38;background:#fffffff5}.threads-connect-button:hover:not(:disabled){background:var(--hs-red)}.threads-start-composer{width:min(768px,100%)}.threads-composer-shell{width:min(920px,100%);margin:0 auto;padding:4px 0 14px;position:relative;flex-shrink:0}.threads-composer-card{display:flex;flex-direction:column;gap:12px;width:100%;max-width:768px;margin:0 auto;padding:16px 16px 14px;border-radius:24px;background:transparent;box-shadow:none}.threads-composer-input-shell{border:1px solid #eeeeee;border-radius:22px;background:#f5f5f5;padding:18px 20px}.threads-composer-input{width:100%;border:none;resize:none;background:transparent;color:var(--hs-black);font-size:15px;line-height:1.55;outline:none;min-height:74px;max-height:160px}.threads-composer-input::placeholder{color:#999}.threads-composer-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px}.threads-composer-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.threads-composer-actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.threads-tool-button{width:42px;height:42px;border:1px solid #eeeeee;border-radius:14px;background:var(--hs-white);color:#555;cursor:pointer}.threads-tool-button:hover{border-color:#e85b4a59;background:#ed4c4c14}.threads-model-select{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:999px;background:var(--hs-white);border:1px solid #eeeeee;color:#555;font-size:13px;font-weight:600}.threads-model-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:inherit;font:inherit;outline:none;cursor:pointer}.threads-send-button{width:46px;height:46px;border:none;border-radius:16px;background:#e85b4a6b;color:#fff;display:inline-flex;align-items:center;justify-content:center;opacity:.46;box-shadow:0 18px 28px #e85b4a2e}.threads-send-button.active{background:#e85b4a;opacity:1}.threads-send-button:hover:not(:disabled){background:#f26d5d;opacity:1}.codey-settings-page{align-items:stretch}.codey-settings-surface{width:min(1120px,100%);min-height:calc(100vh - 148px);overflow:hidden;display:flex;flex-direction:column;border-radius:30px;border:1px solid rgba(14,16,15,.08);background:linear-gradient(145deg,#fffcfafa,#fff6f2fa),#fffcfaf5;box-shadow:0 36px 90px #14121129}.heysalad-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 28px 20px;border-bottom:1px solid rgba(14,16,15,.08)}.heysalad-settings-kicker{margin:0 0 8px;color:#d64f3f;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.heysalad-settings-header h2{margin:0 0 8px;color:var(--hs-black);font-size:32px;line-height:1.04}.heysalad-settings-copy{margin:0;color:#625c58;font-size:14px;line-height:1.6}.heysalad-settings-body{min-height:0;flex:1;display:grid;grid-template-columns:220px minmax(0,1fr)}.heysalad-settings-nav{display:flex;flex-direction:column;gap:8px;padding:24px 16px 24px 20px;border-right:1px solid rgba(14,16,15,.08);background:#ffffff7a}.heysalad-settings-tab{display:inline-flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 14px;border:1px solid transparent;border-radius:14px;background:transparent;color:#4a4441;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.heysalad-settings-tab:hover,.heysalad-settings-tab.active{background:#ed4c4c14;border-color:#e85b4a38;color:var(--hs-black)}.heysalad-settings-panel{min-height:0;overflow:auto;padding:24px}.heysalad-settings-stack{display:grid;gap:16px}.heysalad-settings-card{display:grid;gap:14px;padding:20px;border:1px solid rgba(14,16,15,.08);border-radius:24px;background:#ffffffdb}.heysalad-settings-card.accent{border-color:#e85b4a3d;background:linear-gradient(145deg,#fff2effa,#fff9f7f5)}.heysalad-settings-card h3{margin:0;color:var(--hs-black);font-size:20px}.heysalad-settings-card p,.heysalad-settings-caption{margin:0;color:#625c58;font-size:14px;line-height:1.6}.heysalad-settings-caption{font-size:13px}.heysalad-settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.heysalad-settings-actions{display:flex;flex-wrap:wrap;gap:12px}.codey-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.codey-settings-input,.codey-settings-textarea{width:100%;padding:12px 14px;border:1px solid rgba(14,16,15,.08);border-radius:18px;background:#ffffffe0;color:var(--hs-black);outline:none}.codey-settings-textarea{resize:vertical}.codey-settings-inline-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}.codey-table{width:100%;overflow-x:auto;border-radius:18px}.codey-table__head,.codey-table__row{display:grid;grid-template-columns:1.25fr 1.6fr .6fr 1fr 1fr;gap:16px;padding:14px 0}.codey-table__head{color:#857c77;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(14,16,15,.08)}.codey-table__row+.codey-table__row{border-top:1px solid rgba(14,16,15,.06)}.codey-usage-bar{width:100%;height:10px;border-radius:999px;background:#0e100f14;overflow:hidden}.codey-usage-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hs-cherry),var(--hs-red))}html[data-theme=dark] body{background:var(--hs-bg)}html[data-theme=dark] .main-content{background:radial-gradient(circle at top right,rgba(237,76,76,.08),transparent 30%),linear-gradient(180deg,#161311,#0f0f10)}html[data-theme=dark] .chatgpt-sidebar{background:#0d0d0d;color:#fff;border-right-color:#ffffff1a;box-shadow:none}html[data-theme=dark] .chatgpt-sidebar-brand-button,html[data-theme=dark] .chatgpt-sidebar-icon-button,html[data-theme=dark] .chatgpt-sidebar-item,html[data-theme=dark] .chatgpt-sidebar-link-row{color:#ffffffb8}html[data-theme=dark] .chatgpt-sidebar-brand-button:hover,html[data-theme=dark] .chatgpt-sidebar-icon-button:hover,html[data-theme=dark] .chatgpt-sidebar-item:hover,html[data-theme=dark] .chatgpt-sidebar-link-row:hover,html[data-theme=dark] .chatgpt-sidebar-brand-button:focus-visible,html[data-theme=dark] .chatgpt-sidebar-icon-button:focus-visible,html[data-theme=dark] .chatgpt-sidebar-item:focus-visible,html[data-theme=dark] .chatgpt-sidebar-link-row:focus-visible{background:#ffffff14;color:#fff}html[data-theme=dark] .chatgpt-sidebar-item.active,html[data-theme=dark] .chatgpt-sidebar-link-row.secondary{background:#ffffff1a;color:#fff}html[data-theme=dark] .chatgpt-sidebar-item:disabled:hover{background:transparent;color:#ffffffb8}html[data-theme=dark] .chatgpt-sidebar-search-field,html[data-theme=dark] .chatgpt-sidebar-status-card{border-color:#ffffff14;background:#ffffff08;color:#ffffffad}html[data-theme=dark] .chatgpt-sidebar-search-field input,html[data-theme=dark] .shell-sidebar-user-name,html[data-theme=dark] .threads-chat-item-title{color:#fff}html[data-theme=dark] .chatgpt-sidebar-search-field input::placeholder,html[data-theme=dark] .chatgpt-sidebar-section-label,html[data-theme=dark] .shell-sidebar-user-meta,html[data-theme=dark] .threads-chat-item-time{color:#ffffff6b}html[data-theme=dark] .chatgpt-sidebar-link-pill{background:#ffffff14;color:#ffffffa8}html[data-theme=dark] .shell-sidebar-footer{border-top-color:#ffffff14}html[data-theme=dark] .shell-sidebar-user-trigger:hover,html[data-theme=dark] .shell-sidebar-user-trigger:focus-visible{background:#ffffff14}html[data-theme=dark] .shell-sidebar-avatar{background:#ffffff24;color:#fff}html[data-theme=dark] .chatgpt-sidebar-chat-list .threads-chat-item{background:#121212;border-color:#ffffff0f}html[data-theme=dark] .chatgpt-sidebar-chat-list .threads-chat-item:hover,html[data-theme=dark] .chatgpt-sidebar-chat-list .threads-chat-item:focus-within{background:#ffffff0d;border-color:#ffffff1f}html[data-theme=dark] .chatgpt-sidebar-chat-list .threads-chat-item.active{background:#e85b4a29;border-color:#e85b4a52}html[data-theme=dark] .threads-chat-item-main,html[data-theme=dark] .threads-start-copy h3,html[data-theme=dark] .heysalad-settings-header h2,html[data-theme=dark] .heysalad-settings-card h3,html[data-theme=dark] .codey-settings-input,html[data-theme=dark] .codey-settings-textarea{color:#fff}html[data-theme=dark] .threads-start-copy p,html[data-theme=dark] .heysalad-settings-copy,html[data-theme=dark] .heysalad-settings-card p,html[data-theme=dark] .heysalad-settings-caption{color:#fff4efad}html[data-theme=dark] .threads-membership-banner,html[data-theme=dark] .threads-secondary-button,html[data-theme=dark] .codey-settings-surface,html[data-theme=dark] .heysalad-settings-card,html[data-theme=dark] .heysalad-settings-nav{border-color:#ffffff14}html[data-theme=dark] .threads-membership-banner{background:#18181ac7;color:#fff4efc7}html[data-theme=dark] .threads-secondary-button,html[data-theme=dark] .threads-tool-button,html[data-theme=dark] .threads-model-select{background:#18181ae6;color:#fff9f5eb;border-color:#ffffff14}html[data-theme=dark] .threads-composer-card{border:1px solid rgba(255,255,255,.08);background:#171717;box-shadow:0 24px 54px #00000038}html[data-theme=dark] .threads-composer-input-shell{border:none;background:transparent;padding:0}html[data-theme=dark] .threads-composer-input::placeholder{color:#fff6}html[data-theme=dark] .threads-send-button{background:var(--hs-cherry);opacity:1}html[data-theme=dark] .threads-send-button:hover:not(:disabled){background:var(--hs-red)}html[data-theme=dark] .codey-settings-surface{background:linear-gradient(145deg,#161413fa,#201c1afa),#161413f5;box-shadow:0 30px 90px #00000061}html[data-theme=dark] .heysalad-settings-nav,html[data-theme=dark] .heysalad-settings-card{background:#18181adb}html[data-theme=dark] .heysalad-settings-tab{color:#fff4efb8}html[data-theme=dark] .heysalad-settings-tab:hover,html[data-theme=dark] .heysalad-settings-tab.active{background:#ed4c4c1f;color:#fff}html[data-theme=dark] .codey-settings-input,html[data-theme=dark] .codey-settings-textarea{border-color:#ffffff14;background:#0e100f73}html[data-theme=dark] .codey-table__head{border-bottom-color:#ffffff14;color:#fff4ef75}html[data-theme=dark] .codey-table__row+.codey-table__row{border-top-color:#ffffff0f}html[data-theme=dark] .codey-usage-bar{background:#ffffff14}@media (max-width: 1023px){.main-content{margin-left:0}.shell-sidebar{display:none}.threads-page{padding-top:84px}}@media (max-width: 768px){.threads-page{padding:78px 20px 20px}.threads-workspace.full-chat{width:100%;height:auto;min-height:calc(100vh - 124px)}.threads-start-copy h3{font-size:32px}.threads-composer-card{padding:16px}.threads-composer-footer{flex-direction:column;align-items:flex-start}.threads-composer-tools,.threads-composer-actions{width:100%}.threads-composer-actions{justify-content:flex-end}.heysalad-settings-body{grid-template-columns:1fr}.heysalad-settings-nav{border-right:none;border-bottom:1px solid rgba(14,16,15,.08)}.codey-settings-grid,.codey-table__head,.codey-table__row{grid-template-columns:1fr}.heysalad-settings-card-header,.codey-settings-inline-row{flex-direction:column;align-items:flex-start}}
