.ai-chat-page{display:flex;height:calc(100vh - 64px);background:#f4f7ff;font-family:Zen Kaku Gothic New,Hiragino Kaku Gothic ProN,Noto Sans JP,sans-serif}.ai-chat-sidebar{width:280px;min-width:280px;background:#fff;border-right:1px solid #e5eaf2;display:flex;flex-direction:column;overflow:hidden}.ai-chat-sidebar__header{padding:16px 20px;border-bottom:1px solid #e5eaf2;display:flex;align-items:center;justify-content:space-between}.ai-chat-sidebar__title{font-size:15px;font-weight:700;color:#1f2a44}.ai-chat-sidebar__new-btn{width:32px;height:32px;border-radius:8px;background:#1f3d7a;color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ai-chat-sidebar__new-btn:hover{background:#2a4f9a}.ai-chat-sidebar__list{flex:1;overflow-y:auto;padding:8px 0}.ai-chat-thread-item{padding:12px 20px;cursor:pointer;border-left:3px solid transparent;transition:background .1s,border-color .1s}.ai-chat-thread-item:hover{background:#f4f7ff}.ai-chat-thread-item--active{background:#eef3ff;border-left-color:#1f3d7a}.ai-chat-thread-item__title{font-size:13px;font-weight:600;color:#1f2a44;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-thread-item__meta{font-size:11px;color:#8892a4}.ai-chat-main{min-width:0}.ai-chat-main,.ai-chat-messages{flex:1;display:flex;flex-direction:column}.ai-chat-messages{overflow-y:auto;padding:24px 32px;gap:16px}.ai-chat-welcome{flex:1;flex-direction:column;text-align:center;padding:48px 32px}.ai-chat-welcome,.ai-chat-welcome__icon{display:flex;align-items:center;justify-content:center}.ai-chat-welcome__icon{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#1f3d7a,#3a6fd8);color:#fff;font-size:28px;margin-bottom:20px}.ai-chat-welcome__heading{font-size:20px;font-weight:700;color:#1f2a44;margin-bottom:8px}.ai-chat-welcome__sub{font-size:14px;color:#8892a4;line-height:1.6;max-width:400px}.ai-chat-welcome__suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;justify-content:center}.ai-chat-welcome__suggestion{padding:10px 16px;border-radius:20px;background:#fff;border:1px solid #dde3f0;color:#1f3d7a;font-size:13px;cursor:pointer;transition:all .15s}.ai-chat-welcome__suggestion:hover{background:#eef3ff;border-color:#1f3d7a}.ai-chat-msg{display:flex;gap:12px;max-width:80%}.ai-chat-msg--user{align-self:flex-end;flex-direction:row-reverse}.ai-chat-msg--assistant{align-self:flex-start}.ai-chat-msg__avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.ai-chat-msg--user .ai-chat-msg__avatar{background:#f8d06b;color:#1f2a44}.ai-chat-msg--assistant .ai-chat-msg__avatar{background:linear-gradient(135deg,#1f3d7a,#3a6fd8);color:#fff}.ai-chat-msg__bubble{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.7;color:#1f2a44;white-space:pre-wrap;word-break:break-word}.ai-chat-msg--user .ai-chat-msg__bubble{background:#1f3d7a;color:#fff;border-bottom-right-radius:4px}.ai-chat-msg--assistant .ai-chat-msg__bubble{background:#fff;border:1px solid #e5eaf2;border-bottom-left-radius:4px}.ai-chat-msg--assistant .ai-chat-msg__bubble strong{font-weight:700}.ai-chat-msg--assistant .ai-chat-msg__bubble ol,.ai-chat-msg--assistant .ai-chat-msg__bubble ul{padding-left:20px;margin:8px 0}.ai-chat-msg--assistant .ai-chat-msg__bubble li{margin-bottom:4px}.ai-chat-streaming{display:inline-flex;gap:4px;padding:4px 0}.ai-chat-streaming__dot{width:6px;height:6px;border-radius:50%;background:#8892a4;animation:ai-dot-pulse 1.2s ease-in-out infinite}.ai-chat-streaming__dot:nth-child(2){animation-delay:.2s}.ai-chat-streaming__dot:nth-child(3){animation-delay:.4s}@keyframes ai-dot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ai-chat-jobs{display:flex;gap:12px;overflow-x:auto;padding:12px 0;scrollbar-width:thin}.ai-chat-job-card{min-width:220px;max-width:260px;background:#fff;border:1px solid #e5eaf2;border-radius:14px;padding:14px 16px;flex-shrink:0;cursor:pointer;transition:all .15s}.ai-chat-job-card:hover{border-color:#1f3d7a;box-shadow:0 4px 12px rgba(31,61,122,.1)}.ai-chat-job-card__company{font-size:11px;color:#8892a4;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-chat-job-card__title{font-size:13px;font-weight:700;color:#1f2a44;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-chat-job-card__tags{display:flex;flex-wrap:wrap;gap:4px}.ai-chat-job-card__tag{font-size:10px;padding:2px 8px;border-radius:999px;background:#f4f7ff;color:#1f3d7a}.ai-chat-job-card__match{font-size:11px;padding:3px 10px;border-radius:999px;background:#eef3ff;color:#1f3d7a;margin-top:8px;display:inline-block;font-weight:600}.ai-chat-job-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}.ai-chat-job-card__detail{margin-top:10px;padding-top:10px;border-top:1px solid #eef1f6;font-size:12px;line-height:1.7;color:#3a4560}.ai-chat-job-card__link-hint{margin-top:auto;padding-top:10px;font-size:12px;font-weight:600;color:#1f3d7a;text-align:right}.ai-chat-composer{padding:16px 32px 24px;background:#fff;border-top:1px solid #e5eaf2}.ai-chat-composer__inner{display:flex;align-items:flex-end;gap:12px;max-width:800px;margin:0 auto}.ai-chat-composer__input{flex:1;min-height:44px;max-height:160px;padding:12px 16px;border-radius:14px;border:1px solid #dde3f0;background:#f8f9ff;font-size:14px;font-family:inherit;color:#1f2a44;resize:none;outline:none;line-height:1.5;transition:border-color .15s}.ai-chat-composer__input:focus{border-color:#1f3d7a;background:#fff}.ai-chat-composer__input::-moz-placeholder{color:#b0b8c9}.ai-chat-composer__input::placeholder{color:#b0b8c9}.ai-chat-composer__send{width:44px;height:44px;border-radius:12px;background:#1f3d7a;color:#fff;border:none;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.ai-chat-composer__send:hover{background:#2a4f9a}.ai-chat-composer__send:disabled{background:#dde3f0;color:#b0b8c9;cursor:not-allowed;opacity:.6}.ai-chat-composer__hint{font-size:11px;color:#b0b8c9;text-align:center;margin-top:6px}.ai-chat-thread-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ai-chat-thread-item__delete{background:none;border:none;color:#c5cdd9;font-size:14px;cursor:pointer;padding:0 2px;line-height:1;flex-shrink:0;opacity:0;transition:opacity .15s,color .15s}.ai-chat-thread-item:hover .ai-chat-thread-item__delete{opacity:1}.ai-chat-thread-item__delete:hover{color:#b42318}.ai-chat-msg__body{display:flex;flex-direction:column;min-width:0}.ai-chat-msg__name{font-size:11px;font-weight:600;color:#8892a4;margin-bottom:2px}.ai-chat-msg--user .ai-chat-msg__name{text-align:right}.ai-chat-mobile-toggle{display:none;position:fixed;top:74px;left:12px;z-index:200;width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid #dde3f0;box-shadow:0 2px 8px rgba(0,0,0,.08);font-size:16px;cursor:pointer;color:#1f2a44}.ai-chat-mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:99}@media (max-width:768px){.ai-chat-sidebar{display:none;position:fixed;top:64px;left:0;bottom:0;z-index:100;width:280px;box-shadow:4px 0 16px rgba(0,0,0,.12)}.ai-chat-sidebar--open{display:flex}.ai-chat-mobile-toggle{display:flex;align-items:center;justify-content:center}.ai-chat-mobile-backdrop{display:block}.ai-chat-messages{padding:52px 16px 16px}.ai-chat-msg{max-width:95%}.ai-chat-composer{padding:12px 16px 16px}.ai-chat-page~button[class*=support],.ai-chat-page~div[class*=support]{display:none!important}}.ai-chat-page~button[class*=SupportChat],.ai-chat-page~div[class*=SupportChat]{bottom:100px!important}