.chat-module__L-Nk4q__chat{flex-direction:column;gap:12px;display:flex}.chat-module__L-Nk4q__errorBar{color:#c0392b;background:#fdecea;border-radius:8px;padding:8px 12px;font-size:13px}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__errorBar{color:#ff8a80;background:#3a1f1f}}.chat-module__L-Nk4q__messageList{border:1px solid var(--border-color,#e2e2e2);border-radius:10px;flex-direction:column;gap:10px;min-height:240px;max-height:60vh;padding:16px;display:flex;overflow-y:auto}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__messageList{--border-color:#333}}.chat-module__L-Nk4q__empty{color:var(--text-secondary,#888);text-align:center;padding:24px 0;font-size:13px}.chat-module__L-Nk4q__messageRow{word-break:break-word;border-radius:10px;flex-direction:column;gap:4px;max-width:80%;padding:10px 12px;font-size:14px;line-height:1.6;display:flex}@media (max-width:640px){.chat-module__L-Nk4q__messageRow{max-width:90%}.chat-module__L-Nk4q__messageList{padding:12px}.chat-module__L-Nk4q__composer{padding:10px}}.chat-module__L-Nk4q__own{color:#fff;background:#4a90e2;align-self:flex-end}.chat-module__L-Nk4q__other{color:#171717;background:#f2f2f2;align-self:flex-start}.chat-module__L-Nk4q__ai{color:#1c5c33;background:#eefaf1;align-self:flex-start}.chat-module__L-Nk4q__system{color:#8a5300;background:#fff3e0;align-self:center;font-size:12px}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__own{color:#f5f8ff;background:#3a6bc4}.chat-module__L-Nk4q__other{color:#ededed;background:#242424}.chat-module__L-Nk4q__ai{color:#c9f2d6;background:#163a26}.chat-module__L-Nk4q__system{color:#ffcf7a;background:#3a2c0f}}.chat-module__L-Nk4q__unreadDivider{color:#d9382c;align-items:center;gap:10px;margin:4px 0;font-size:11px;font-weight:700;display:flex}.chat-module__L-Nk4q__unreadDivider:before,.chat-module__L-Nk4q__unreadDivider:after{content:"";opacity:.4;background:#d9382c;flex:1;height:1px}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__unreadDivider{color:#ff6f61}.chat-module__L-Nk4q__unreadDivider:before,.chat-module__L-Nk4q__unreadDivider:after{background:#ff6f61}}.chat-module__L-Nk4q__messageMeta{opacity:.75;align-items:center;gap:8px;font-size:11px;display:flex}.chat-module__L-Nk4q__messageContent{white-space:pre-wrap}.chat-module__L-Nk4q__classificationBadge{background:#00000014;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__classificationBadge{background:#ffffff24}}.chat-module__L-Nk4q__attachmentList{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.chat-module__L-Nk4q__attachmentImage{object-fit:cover;border-radius:8px;max-width:160px;max-height:160px;display:block}.chat-module__L-Nk4q__attachmentFile{background:#0000000f;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;text-decoration:underline;display:inline-flex}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__attachmentFile{background:#ffffff1a}}.chat-module__L-Nk4q__issueDraftActions{gap:8px;margin-top:4px;display:flex}.chat-module__L-Nk4q__issueDraftStatus{opacity:.75;margin-top:2px;font-size:12px}.chat-module__L-Nk4q__aiTyping{color:#1c5c33;background:#eefaf1;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;max-width:80%;padding:10px 14px;font-size:13px;line-height:1.6;display:inline-flex}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__aiTyping{color:#c9f2d6;background:#163a26}}.chat-module__L-Nk4q__typingDots{align-items:center;gap:3px;display:inline-flex}.chat-module__L-Nk4q__typingDots span{opacity:.3;background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite chat-module__L-Nk4q__typingBlink}.chat-module__L-Nk4q__typingDots span:nth-child(2){animation-delay:.2s}.chat-module__L-Nk4q__typingDots span:nth-child(3){animation-delay:.4s}@keyframes chat-module__L-Nk4q__typingBlink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-module__L-Nk4q__suggestedReplies{flex-wrap:wrap;gap:8px;padding:0 4px;display:flex}.chat-module__L-Nk4q__suggestedReplyButton{border:1px solid var(--border-color,#ccc);color:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:6px 14px;font-size:13px;transition:background .15s,border-color .15s}.chat-module__L-Nk4q__suggestedReplyButton:hover:not(:disabled){background:#4a90e21a;border-color:#4a90e2}.chat-module__L-Nk4q__suggestedReplyButton:disabled{opacity:.5;cursor:default}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__suggestedReplyButton{--border-color:#444}}.chat-module__L-Nk4q__composer{border:1px dashed var(--border-color,#ccc);border-radius:10px;flex-direction:column;gap:10px;padding:14px;transition:border-color .15s,background .15s;display:flex}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__composer{--border-color:#444}}.chat-module__L-Nk4q__composerActive{background:#4a90e214;border-color:#4a90e2}.chat-module__L-Nk4q__textarea{resize:vertical;border:1px solid var(--border-color,#ccc);min-height:72px;color:inherit;background:0 0;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__textarea{--border-color:#444}}.chat-module__L-Nk4q__pendingList{flex-wrap:wrap;gap:8px;display:flex}.chat-module__L-Nk4q__pendingItem{background:#0000000f;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:flex;position:relative}@media (prefers-color-scheme:dark){.chat-module__L-Nk4q__pendingItem{background:#ffffff1a}}.chat-module__L-Nk4q__pendingThumb{object-fit:cover;border-radius:6px;width:32px;height:32px}.chat-module__L-Nk4q__pendingRemove{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:13px}.chat-module__L-Nk4q__pendingRemove:hover{opacity:1}.chat-module__L-Nk4q__composerActions{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-module__L-Nk4q__hint{color:var(--text-secondary,#888);font-size:12px}
.auth-module__K2bxqa__page{background:var(--background);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.auth-module__K2bxqa__card{border:1px solid var(--border-color,#e2e2e2);background:var(--card-background,#fff);border-radius:12px;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:32px;display:flex}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__card{--border-color:#333;--card-background:#111}}.auth-module__K2bxqa__title{font-size:20px;font-weight:700}.auth-module__K2bxqa__description{color:var(--text-secondary,#666);font-size:14px;line-height:1.6}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__description{--text-secondary:#aaa}}.auth-module__K2bxqa__field{flex-direction:column;gap:6px;display:flex}.auth-module__K2bxqa__field label{font-size:13px;font-weight:600}.auth-module__K2bxqa__field input,.auth-module__K2bxqa__field textarea,.auth-module__K2bxqa__field select{border:1px solid var(--border-color,#ccc);color:inherit;background:0 0;border-radius:8px;padding:10px 12px;font-size:14px}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__field input,.auth-module__K2bxqa__field textarea,.auth-module__K2bxqa__field select{--border-color:#444}}.auth-module__K2bxqa__button{color:#fff;cursor:pointer;background:#171717;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}.auth-module__K2bxqa__button:disabled{opacity:.5;cursor:not-allowed}.auth-module__K2bxqa__buttonSecondary{border:1px solid var(--border-color,#ccc);color:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__button{color:#111;background:#ededed}.auth-module__K2bxqa__buttonSecondary{--border-color:#444}}.auth-module__K2bxqa__error{color:#c0392b;background:#fdecea;border-radius:8px;padding:10px 12px;font-size:13px}.auth-module__K2bxqa__success{color:#1e7e34;background:#eafaf0;border-radius:8px;padding:10px 12px;font-size:13px}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__error{color:#ff8a80;background:#3a1f1f}.auth-module__K2bxqa__success{color:#7fe0a0;background:#16311f}}.auth-module__K2bxqa__hint{color:var(--text-secondary,#888);font-size:12px}.auth-module__K2bxqa__divider{color:var(--text-secondary,#888);align-items:center;gap:12px;font-size:12px;display:flex}.auth-module__K2bxqa__divider:before,.auth-module__K2bxqa__divider:after{content:"";background:var(--border-color,#e2e2e2);flex:1;height:1px}@media (prefers-color-scheme:dark){.auth-module__K2bxqa__divider:before,.auth-module__K2bxqa__divider:after{--border-color:#333}}.auth-module__K2bxqa__googleButton{justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.auth-module__K2bxqa__link{font-size:13px;text-decoration:underline}
.projects-module__m2-BaG__page{flex-direction:column;gap:24px;width:100%;max-width:1120px;margin:0 auto;padding:32px 24px 80px;display:flex}@media (max-width:640px){.projects-module__m2-BaG__page{padding:20px 16px 64px}}.projects-module__m2-BaG__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.projects-module__m2-BaG__title{font-size:22px;font-weight:700}@media (max-width:640px){.projects-module__m2-BaG__title{font-size:18px}}.projects-module__m2-BaG__tabRow{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:8px;display:flex;overflow-x:auto}.projects-module__m2-BaG__tabRow>a{white-space:nowrap;flex-shrink:0}.projects-module__m2-BaG__list{flex-direction:column;gap:12px;display:flex}.projects-module__m2-BaG__itemCard{border:1px solid var(--border-color,#e2e2e2);color:inherit;border-radius:10px;padding:16px 18px;text-decoration:none;display:block}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__itemCard{--border-color:#333}}.projects-module__m2-BaG__itemName{font-size:16px;font-weight:600}.projects-module__m2-BaG__itemDesc{color:var(--text-secondary,#777);margin-top:4px;font-size:13px}.projects-module__m2-BaG__empty{color:var(--text-secondary,#888);text-align:center;border:1px dashed var(--border-color,#ccc);border-radius:10px;padding:24px;font-size:14px}.projects-module__m2-BaG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.projects-module__m2-BaG__projectCard{border:1px solid var(--border-color,#e2e2e2);color:inherit;background:var(--card-bg,transparent);border-radius:12px;flex-direction:column;gap:10px;padding:20px 22px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.projects-module__m2-BaG__projectCard:hover{border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 14px #00000014}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__projectCard{--border-color:#333}.projects-module__m2-BaG__projectCard:hover{box-shadow:0 4px 14px #00000059}}.projects-module__m2-BaG__projectCardNameRow{align-items:center;gap:8px;display:flex}.projects-module__m2-BaG__projectCardName{font-size:17px;font-weight:700}.projects-module__m2-BaG__newBadge{color:#fff;white-space:nowrap;background:#d9382c;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.projects-module__m2-BaG__projectCardDesc{color:var(--text-secondary,#777);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.projects-module__m2-BaG__projectCardStats{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.projects-module__m2-BaG__projectCardStat{color:#2f6fc7;background:#4a90e21a;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__projectCardStat{color:#9db8ec;background:#4a90e22e}}.projects-module__m2-BaG__projectCardFooter{color:var(--text-secondary,#888);border-top:1px solid var(--border-color,#eee);margin-top:auto;padding-top:8px;font-size:12px}.projects-module__m2-BaG__section{border:1px solid var(--border-color,#e2e2e2);border-radius:10px;flex-direction:column;gap:12px;padding:20px;display:flex}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__section{--border-color:#333}}.projects-module__m2-BaG__sectionTitle{font-size:16px;font-weight:700}.projects-module__m2-BaG__table{border-collapse:collapse;width:100%;font-size:13px}.projects-module__m2-BaG__table th,.projects-module__m2-BaG__table td{text-align:left;border-bottom:1px solid var(--border-color,#eee);padding:8px 10px}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__table th,.projects-module__m2-BaG__table td{--border-color:#2a2a2a}}.projects-module__m2-BaG__badge{color:#333;background:#eee;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__badge{color:#ddd;background:#2a2a2a}}.projects-module__m2-BaG__badgeOk{color:#1e7e34;background:#eafaf0}.projects-module__m2-BaG__badgeWarn{color:#a15c00;background:#fff6e0}.projects-module__m2-BaG__badgeMuted{color:#888;background:#f0f0f0}@media (prefers-color-scheme:dark){.projects-module__m2-BaG__badgeOk{color:#7fe0a0;background:#16311f}.projects-module__m2-BaG__badgeWarn{color:#ffcf7a;background:#3a2c0f}.projects-module__m2-BaG__badgeMuted{color:#999;background:#222}}
