:root{color-scheme:light;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary: #2563eb;--primary-strong: #1d4ed8;--mint: #14b8a6;--coral: #f97316;--amber: #f59e0b;--ink: #172033;--muted: #64748b;--soft: #f4f7fb;--surface: #ffffff;--surface-strong: #eef5ff;--line: #dbe5f3;--shadow: 0 24px 70px rgba(37, 99, 235, .15)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at 10% 10%,rgba(20,184,166,.18),transparent 28%),linear-gradient(135deg,#f8fbff,#fff 46%,#eef6ff);color:var(--ink)}button,input{font:inherit}button{border:0}.app{position:relative;min-height:100vh;overflow:hidden;padding:28px 18px;display:grid;place-items:center}.campus-visual{position:absolute;inset:auto -20px 12px auto;width:min(560px,58vw);max-height:52vh;opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none}.assistant-shell{position:relative;z-index:1;width:min(100%,760px);height:min(920px,calc(100vh - 56px));min-height:640px;overflow:hidden;border:1px solid rgba(219,229,243,.9);border-radius:26px;background:#ffffffdb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.top-bar{height:72px;padding:12px 18px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;color:#fff;background:linear-gradient(110deg,#2563ebfa,#14b8a6f0),var(--primary)}.brand-mark,.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:14px;color:#fff;background:#ffffff29;text-decoration:none}.icon-button{cursor:pointer;transition:transform .16s ease,background-color .16s ease}.icon-button:hover{background:#ffffff3d;transform:translateY(-1px)}.top-identity{min-width:0;display:flex;align-items:center;gap:10px}.top-identity img{width:44px;height:44px;border-radius:15px;background:#fff;object-fit:cover;box-shadow:0 6px 18px #0f172a29}.top-identity strong,.top-identity span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-identity strong{font-size:17px;line-height:1.2;font-weight:800}.top-identity span{margin-top:3px;color:#ffffffe6;font-size:12px;line-height:1.3}.top-identity i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:999px;background:#4ade80;box-shadow:0 0 0 4px #4ade8029;vertical-align:1px}.screen-scroll{height:calc(100% - 72px);overflow-y:auto;padding:0 24px 104px;scrollbar-width:thin;scrollbar-color:rgba(37,99,235,.35) transparent}.home-screen{padding:28px 0 12px}.hero{max-width:520px;margin:0 auto;text-align:center}.hero-avatar{position:relative;width:112px;height:112px;margin:0 auto 16px;display:grid;place-items:center;border:1px solid rgba(37,99,235,.14);border-radius:24px;background:linear-gradient(145deg,#fff,#e8f4ff);box-shadow:0 16px 40px #2563eb1f}.hero-avatar img{width:82px;height:82px;border-radius:18px;object-fit:cover}.hero-avatar svg{position:absolute;right:14px;top:13px;color:var(--amber)}.pinned-hero-image{position:relative;width:min(100%,540px);aspect-ratio:16 / 5;margin:0 auto 18px;overflow:hidden;border:1px solid rgba(37,99,235,.12);border-radius:18px;background:#eef5ff;box-shadow:0 14px 34px #2563eb1a}.pinned-hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff38,#ffffff9e),linear-gradient(90deg,#ffffffb8,#fff3)}.pinned-hero-image img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.9)}h1,h2,h3,p{margin:0}.hero h1{font-size:30px;line-height:1.2;font-weight:850;color:var(--primary)}.school-line{margin-top:10px;color:var(--ink);font-size:15px;font-weight:700;line-height:1.5}.intro{max-width:440px;margin:7px auto 0;color:var(--muted);font-size:13px;line-height:1.7}.phone-link{width:fit-content;max-width:100%;margin:18px auto 0;padding:9px 13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(37,99,235,.16);border-radius:999px;background:#f7fbff;color:var(--primary);font-size:13px;font-weight:700;text-decoration:none}.quick-section{max-width:640px;margin:34px auto 0}.section-heading{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--primary-strong)}.section-heading h2{font-size:15px;line-height:1.3;font-weight:800}.faq-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.faq-button{min-height:70px;padding:12px 11px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:14px;background:var(--soft);color:#1f2937;cursor:pointer;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.faq-button:hover{transform:translateY(-2px);border-color:#2563eb2e;background:#fff;box-shadow:0 14px 34px #2563eb1f}.faq-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--primary)}.faq-button:nth-child(2n) .faq-icon{color:var(--mint)}.faq-button:nth-child(3n) .faq-icon{color:var(--coral)}.faq-button span:last-child{min-width:0;font-size:13px;line-height:1.35;font-weight:750}.qr-section{max-width:480px;margin:24px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qr-card{min-width:0;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:16px;background:#fffc}.qr-card img{width:64px;height:64px;flex:0 0 64px;border-radius:12px;border:1px solid var(--line)}.qr-card h3{color:var(--ink);font-size:13px;line-height:1.35;font-weight:800}.qr-card p{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.disclaimer{margin-top:20px;color:#8a99ad;font-size:11px;line-height:1.5;text-align:center}.chat-screen{padding:18px 0 10px}.bubble-row{display:flex;gap:10px;margin:0 0 16px}.assistant-row{justify-content:flex-start}.user-row{justify-content:flex-end}.bubble-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:11px;background:#fff;object-fit:cover;box-shadow:0 8px 20px #2563eb1f}.assistant-bubble,.user-bubble{max-width:min(86%,540px);border-radius:20px;font-size:15px;line-height:1.75}.assistant-bubble{padding:15px 16px;background:#f1f5f9;color:#132033;border-top-left-radius:8px}.assistant-bubble p{white-space:pre-wrap}.answer-images{margin-top:14px;display:flex;gap:9px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:rgba(37,99,235,.35) transparent}.answer-image{width:132px;height:92px;flex:0 0 132px;padding:0;overflow:hidden;border:1px solid rgba(37,99,235,.14);border-radius:12px;background:#fff;cursor:zoom-in}.answer-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .18s ease}.answer-image:hover img{transform:scale(1.04)}.assistant-bubble.streaming p:after{content:"";display:inline-block;width:2px;height:1em;margin-left:3px;border-radius:999px;background:var(--primary);transform:translateY(2px);animation:cursorBlink .82s infinite}.user-bubble{padding:12px 15px;background:var(--primary);color:#fff;border-top-right-radius:8px;font-weight:700}.source-label{margin-bottom:9px;display:inline-flex;align-items:center;gap:6px;color:var(--primary-strong);font-size:12px;font-weight:800}.suggestions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.suggestions button{padding:7px 10px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#fff;color:var(--primary);cursor:pointer;font-size:12px;font-weight:750;line-height:1.3}.typing{display:flex;align-items:center;gap:6px;min-height:48px}.typing span{width:7px;height:7px;border-radius:999px;background:var(--primary);animation:typingPulse 1s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.14s}.typing span:nth-child(3){animation-delay:.28s}.composer-wrap{position:absolute;right:0;bottom:0;left:0;padding:12px 24px 14px;border-top:1px solid rgba(219,229,243,.75);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.composer{display:grid;grid-template-columns:28px 1fr 42px;align-items:center;gap:7px;min-height:50px;padding:5px 6px 5px 13px;border:1px solid var(--line);border-radius:18px;background:#f7faff}.composer>svg{color:var(--mint)}.composer input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px;line-height:1.4}.composer input::placeholder{color:#98a6ba}.composer button{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--primary);color:#fff;cursor:pointer;transition:background-color .16s ease,transform .16s ease,opacity .16s ease}.composer button:hover:not(:disabled){background:var(--primary-strong);transform:translateY(-1px)}.composer button:disabled{cursor:not-allowed;opacity:.48}.composer-wrap>p{margin-top:8px;color:#8a99ad;font-size:11px;line-height:1.3;text-align:center}@keyframes typingPulse{0%,80%,to{transform:translateY(0);opacity:.42}40%{transform:translateY(-4px);opacity:1}}@keyframes cursorBlink{0%,45%{opacity:1}46%,to{opacity:0}}@media(max-width:740px){.app{padding:0;place-items:stretch}.campus-visual{display:none}.assistant-shell{width:100%;height:100vh;min-height:100vh;border:0;border-radius:0}.screen-scroll{padding:0 16px 100px}.home-screen{padding-top:24px}.hero-avatar{width:96px;height:96px;border-radius:22px}.pinned-hero-image{aspect-ratio:16 / 6;border-radius:16px}.hero-avatar img{width:72px;height:72px}.hero h1{font-size:27px}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-button{min-height:66px}.qr-section{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-card{align-items:center;flex-direction:column;text-align:center}.assistant-bubble,.user-bubble{max-width:88%;font-size:14px}.answer-image{width:118px;height:84px;flex-basis:118px}.composer-wrap{padding:10px 16px 12px}}@media(max-width:390px){.top-bar{grid-template-columns:38px 1fr 38px;gap:8px;padding-inline:12px}.brand-mark,.icon-button{width:36px;height:36px;border-radius:12px}.top-identity img{width:38px;height:38px;border-radius:13px}.top-identity strong{font-size:15px}.top-identity span{font-size:11px}.phone-link{font-size:12px}.faq-button{padding:10px}.faq-icon{width:31px;height:31px;flex-basis:31px}.faq-button span:last-child{font-size:12px}.qr-card img{width:58px;height:58px;flex-basis:58px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;transition-duration:1ms!important}}
