.news{background-color:#ff6f56}.interview{background-color:#ff925d}.report{background-color:#947bbc}.research{background-color:#b75c9d}.learning{background-color:#cedf39}.column{background-color:#6fd178}.guide{background-color:#6072ab}.other{background-color:#ccc}.c-adu-tag--hokkaido{background-color:#fef9d9;color:#000}.c-adu-tag--tohoku{background-color:#f6f9dc;color:#000}.c-adu-tag--kanto{background-color:#e7f2e6;color:#000}.c-adu-tag--hokushin{background-color:#e6f2f3;color:#000}.c-adu-tag--tokai{background-color:#e4ebf2;color:#000}.c-adu-tag--kinki{background-color:#ece9ef;color:#000}.c-adu-tag--chugoku{background-color:#f8eaf2;color:#000}.c-adu-tag--shikoku{background-color:#fceceb;color:#000}.c-adu-tag--kyusyu{background-color:#fcefe0;color:#000}.c-adu-tag--okinawa{background-color:#fdf6e0;color:#000}.p-category-tag--science{background-color:#ff6f56}.p-category-tag--technology{background-color:#ff925d}.p-category-tag--engineering{background-color:#947bbc}.p-category-tag--mathematics{background-color:#b75c9d}.p-category-tag--art{background-color:#cedf39}.p-category-tag--sports{background-color:#6fd178}.p-category-tag--other{background-color:#ccc}@-webkit-keyframes chat-msg-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-msg-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes chat-card-enter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chat-card-enter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@-webkit-keyframes chat-pulse{0%,80%,to{opacity:.3;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}@keyframes chat-pulse{0%,80%,to{opacity:.3;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}.chat{background:#f7f8fc;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.chat:before{background:radial-gradient(ellipse at 15% 0,rgba(0,115,209,.04) 0,transparent 50%),radial-gradient(ellipse at 85% 100%,rgba(99,102,241,.03) 0,transparent 50%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.chat>*{position:relative;z-index:1}.chat__messages{display:flex;flex:1;flex-direction:column;gap:16px;overflow-y:auto;overscroll-behavior:contain;padding:16px;-webkit-overflow-scrolling:touch}@media(min-width:640px){.chat__messages{gap:24px;padding:24px 32px}}.chat__message{align-items:flex-start;-webkit-animation:chat-msg-enter .35s ease-out both;animation:chat-msg-enter .35s ease-out both;display:flex;gap:8px;margin:0 auto;max-width:840px;width:100%}.chat__message--user{justify-content:flex-end}.chat__message--ai{justify-content:flex-start}.chat__avatar{background-color:#fff;border-radius:50%;flex-shrink:0;height:36px;overflow:hidden;padding-inline:4px;padding-top:4px;width:36px}.chat__avatar svg{display:block;height:100%;width:100%}@media(max-width:640px){.chat__avatar{height:30px;width:30px}}.chat__bubble{font-size:1.4rem;line-height:1.7;max-width:72%;padding:14px 18px;white-space:pre-wrap;word-break:break-word}@media(max-width:640px){.chat__bubble{font-size:13px;max-width:84%;padding:12px 14px}}.chat__bubble--ai{background:#fff;border-radius:4px 16px 16px 16px;box-shadow:0 1px 2px rgba(0,0,0,.04);color:#1a1a2e}.chat__bubble--user{background:linear-gradient(135deg,#0073d1,#005ba6);border-radius:16px 4px 16px 16px;box-shadow:0 2px 8px rgba(0,115,209,.18);color:#fff}.chat__bubble--typing{align-items:center;display:flex;gap:5px;min-width:70px;padding:16px 24px}.chat__typing-dot{-webkit-animation:chat-pulse 1.4s ease-in-out infinite both;animation:chat-pulse 1.4s ease-in-out infinite both;background:#6b7280;border-radius:50%;display:inline-block;height:7px;width:7px}.chat__typing-dot:nth-child(2){-webkit-animation-delay:.16s;animation-delay:.16s}.chat__typing-dot:nth-child(3){-webkit-animation-delay:.32s;animation-delay:.32s}.chat__choices{-webkit-animation:chat-msg-enter .35s ease-out .08s both;animation:chat-msg-enter .35s ease-out .08s both;display:flex;flex-wrap:wrap;gap:8px;margin:0 auto;max-width:840px;padding-left:42px;width:100%}@media(max-width:640px){.chat__choices{padding-left:38px}}.chat__choice-btn{background:#fff;border:1.5px solid #0073d1;border-radius:9999px;color:#0073d1;cursor:pointer;font-size:13px;font-weight:500;line-height:1.4;padding:8px 16px;transition:all .2s cubic-bezier(.4,0,.2,1)}.chat__choice-btn:hover:not(:disabled){background:#0073d1;box-shadow:0 2px 8px rgba(0,115,209,.25);color:#fff;transform:translateY(-1px)}.chat__choice-btn:active:not(:disabled){transform:translateY(0)}.chat__choice-btn--selected{background:#0073d1;border-color:#0073d1;box-shadow:0 2px 8px rgba(0,115,209,.25);color:#fff}.chat__choice-btn--disabled{cursor:default;opacity:.3}.chat__school-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:840px;padding-left:42px;width:100%}@media(max-width:900px){.chat__school-grid{gap:12px;grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.chat__school-grid{display:flex;flex-shrink:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:8px;padding-left:38px;padding-right:16px;scrollbar-width:none}.chat__school-grid::-webkit-scrollbar{display:none}}.chat__school-card{-webkit-animation:chat-card-enter .4s ease-out both;animation:chat-card-enter .4s ease-out both;background:#fff;border:1px solid #f0f1f3;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);color:#1a1a2e;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.chat__school-card:hover{border-color:rgba(0,115,209,.2);box-shadow:0 4px 12px rgba(0,0,0,.06);transform:translateY(-2px)}@media(max-width:640px){.chat__school-card{flex-direction:column;flex-shrink:0;max-width:200px;min-width:200px;scroll-snap-align:start}}.chat__school-card-img-wrap{overflow:hidden;position:relative}.chat__school-card-img{display:block;height:110px;object-fit:cover;transition:transform .4s ease;width:100%}.chat__school-card:hover .chat__school-card-img{transform:scale(1.04)}.chat__school-card-img--placeholder{background:linear-gradient(135deg,#f0f1f3,#f7f8fc)}@media(max-width:640px){.chat__school-card-img{height:110px}}.chat__school-card-body{display:flex;flex:1;flex-direction:column;gap:4px;padding:10px}.chat__school-card-name{display:-webkit-box;font-size:13px;font-weight:600;-webkit-line-clamp:2;margin:0;-webkit-box-orient:vertical;color:#1a1a2e;line-height:1.4;overflow:hidden}.chat__school-card-review{align-items:center;display:flex;font-size:1.2rem;gap:3px}.chat__school-card-star{color:#f59e0b}.chat__school-card-address,.chat__school-card-review-count{color:#6b7280;font-size:11px}.chat__school-card-address{display:-webkit-box;-webkit-line-clamp:1;margin:0;-webkit-box-orient:vertical;line-height:1.4;overflow:hidden}.chat__school-card-features{display:flex;flex-wrap:wrap;gap:3px;margin-top:2px}.chat__school-card-feature{background:#f0f7ff;border-radius:4px;color:#0073d1;font-size:10px;font-weight:500;line-height:1.4;padding:2px 6px}.chat__input-area{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.78);border-top:1px solid #f0f1f3;box-shadow:0 -4px 20px rgba(0,0,0,.03);flex-shrink:0;padding:12px 16px}@media(min-width:640px){.chat__input-area{padding:16px 24px}}.chat__disclaimer{color:#6b7280;font-size:11px;line-height:1.4;margin:6px auto 0;max-width:840px;text-align:center}.chat__input-wrapper{align-items:flex-end;background:#fff;border:1.5px solid #e5e7eb;border-radius:24px;display:flex;gap:8px;margin:0 auto;max-width:840px;padding:5px 5px 5px 16px;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.chat__input-wrapper:focus-within{border-color:#0073d1;box-shadow:0 0 0 3px rgba(0,115,209,.1)}.chat__input{background:transparent;border:none;color:#1a1a2e;flex:1;font-family:inherit;font-size:1.4rem;line-height:1.5;max-height:120px;outline:none;padding:8px 0;resize:none}.chat__input:focus{outline:none}.chat__input:focus-visible{outline:none}.chat__input::-webkit-input-placeholder{color:#6b7280}.chat__input::placeholder{color:#6b7280}.chat__send-btn{align-items:center;background:linear-gradient(135deg,#0073d1,#005ba6);border:none;border-radius:50%;box-shadow:0 2px 6px rgba(0,115,209,.25);color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:38px}.chat__send-btn:disabled{background:#e5e7eb;box-shadow:none;cursor:default;opacity:.25}.chat__send-btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(0,115,209,.35);transform:scale(1.06)}.chat__send-btn:active:not(:disabled){transform:scale(.96)}.chat__send-btn:focus-visible{outline:2px solid #0073d1;outline-offset:2px}.chat__send-icon{display:block;flex-shrink:0;height:18px;pointer-events:none;width:18px}