@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,500&family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#faf7f1;--bg-elevated:#fff;--text:#4d4638;--text-h:#1f1b13;--text-dim:#8c8471;--border:#e6dfcd;--border-soft:#efe9db;--accent:#b5551f;--accent-hover:#9a481a;--accent-bg:#b5551f17;--accent-ring:#b5551f59;--accent-2:#2f6b4f;--accent-2-bg:#2f6b4f1a;--user-bubble:#b5551f;--user-bubble-text:#fff8ef;--success:#2f6b4f;--danger:#a5402c;--shadow-sm:0 1px 2px #1f1b130f;--shadow-md:0 10px 24px -10px #1f1b1329;--shadow-lg:0 20px 40px -16px #1f1b1338;--serif:"Newsreader", Georgia, "Times New Roman", serif;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "SF Mono", Consolas, monospace;font:16px/1.55 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#1b1812;--bg-elevated:#24211a;--text:#cec5ae;--text-h:#f4efe2;--text-dim:#928a74;--border:#3a3527;--border-soft:#2c2921;--accent:#de8e50;--accent-hover:#eaa06a;--accent-bg:#de8e5024;--accent-ring:#de8e5066;--accent-2:#5da27c;--accent-2-bg:#5da27c24;--user-bubble:#a2632f;--user-bubble-text:#fff8ef;--success:#5da27c;--danger:#d17862;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 10px 24px -10px #0000008c;--shadow-lg:0 20px 40px -16px #000000a6}}:root[data-theme=dark]{--bg:#1b1812;--bg-elevated:#24211a;--text:#cec5ae;--text-h:#f4efe2;--text-dim:#928a74;--border:#3a3527;--border-soft:#2c2921;--accent:#de8e50;--accent-hover:#eaa06a;--accent-bg:#de8e5024;--accent-ring:#de8e5066;--accent-2:#5da27c;--accent-2-bg:#5da27c24;--user-bubble:#a2632f;--user-bubble-text:#fff8ef;--success:#5da27c;--danger:#d17862;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 10px 24px -10px #0000008c;--shadow-lg:0 20px 40px -16px #000000a6}*{box-sizing:border-box}body{background:var(--bg);margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--serif);color:var(--text-h);margin:0;font-weight:600}p{margin:0}code{font-family:var(--mono);background:var(--accent-bg);color:var(--accent);border-radius:4px;padding:.15em .4em;font-size:.9em}button{font-family:inherit}::selection{background:var(--accent-ring)}.accent-text{color:var(--accent);font-style:italic}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:var(--border-soft);min-height:96px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--bg-elevated) 60%, transparent), transparent);animation:1.4s infinite shimmer-sweep;position:absolute;inset:0}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.app-shell{flex-direction:column;min-height:100svh;display:flex}.site-header{z-index:20;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-soft);position:sticky;top:0}.site-header-inner{align-items:center;gap:1.5rem;width:min(1180px,100%);margin:0 auto;padding:.85rem 1.5rem;display:flex}.brand{font-family:var(--serif);letter-spacing:-.01em;color:var(--text-h);flex-shrink:0;align-items:center;gap:.55rem;font-size:1.3rem;font-weight:600;text-decoration:none;display:flex}.brand-mark{background:var(--accent);width:30px;height:30px;color:var(--bg);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.brand-mark.small{border-radius:5px;width:22px;height:22px}.site-nav{flex:1;align-items:center;gap:.15rem;display:flex}.nav-link{color:var(--text-dim);border-radius:7px;padding:.5rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;position:relative}.nav-link:hover{color:var(--text-h);background:var(--border-soft)}.nav-link.active{color:var(--accent)}.nav-icon-link{width:36px;height:36px;color:var(--text-dim);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex;position:relative}.nav-icon-link:hover{color:var(--danger);background:var(--border-soft)}.nav-badge{color:#fff;background:var(--danger);border:2px solid var(--bg);border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:-1px;right:-1px}.nav-cta{color:var(--bg);background:var(--text-h);border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.86rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.nav-cta:hover{background:var(--accent);transform:translateY(-1px)}.site-main{flex-direction:column;flex:1;display:flex}.site-footer{border-top:1px solid var(--border-soft);padding:2.25rem 1.5rem 2.5rem}.site-footer-inner{flex-direction:column;gap:.75rem;width:min(1180px,100%);margin:0 auto;display:flex}.footer-brand{font-size:1.05rem}.footer-note{color:var(--text-dim);max-width:42rem;font-size:.85rem;line-height:1.6}@media (width<=760px){.site-nav{display:none}}.home{position:relative}.hero-split{grid-template-columns:1.5fr 1fr;align-items:center;gap:3rem;width:min(1180px,100%);margin:0 auto;padding:4.5rem 1.5rem 4rem;animation:.5s both rise;display:grid}.hero-main{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.hero-kicker{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-weight:600}.hero-title{letter-spacing:-.01em;font-size:clamp(2.2rem,4.5vw,3.3rem);font-weight:600;line-height:1.12}.hero-title em{font-style:italic}.hero-sub{color:var(--text-dim);max-width:30rem;font-size:1.03rem;line-height:1.6}.hero-search{background:var(--bg-elevated);border:1px solid var(--border);border-radius:9px;align-items:center;gap:.5rem;width:min(480px,100%);margin-top:.5rem;padding:.3rem .3rem .3rem .95rem;transition:border-color .15s,box-shadow .15s;display:flex}.hero-search:focus-within{border-color:var(--accent-ring);box-shadow:0 0 0 3px var(--accent-bg)}.hero-search-icon{color:var(--text-dim);flex-shrink:0}.hero-search input{color:var(--text-h);font:inherit;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem 0;font-size:.94rem}.hero-search input::placeholder{color:var(--text-dim)}.hero-search button{font:inherit;color:var(--bg);background:var(--text-h);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;padding:.55rem 1.15rem;font-size:.86rem;font-weight:600;transition:background .15s}.hero-search button:hover{background:var(--accent)}.hero-aside{border-left:1px solid var(--border);flex-direction:column;gap:1.1rem;padding-left:2rem;display:flex}.hero-stat{flex-direction:column;gap:.15rem;display:flex}.hero-stat-number{font-family:var(--serif);color:var(--text-h);font-size:2.2rem;font-weight:600;line-height:1}.hero-stat-caption{color:var(--text-dim);font-size:.8rem}.hero-stat-rule{background:var(--border-soft);height:1px}.section{width:min(1180px,100%);margin:0 auto;padding:1.5rem 1.5rem 4.5rem}.section-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.section-head h2{font-size:1.55rem;font-weight:600}.section-head p{color:var(--text-dim);font-size:.88rem}.subject-index{grid-template-columns:1fr 1fr;column-gap:2.5rem;display:grid}.subject-index-row{border-bottom:1px solid var(--border-soft);color:var(--text-h);align-items:center;gap:.85rem;padding:.85rem .1rem;text-decoration:none;transition:background .12s,padding-left .12s;display:flex}.subject-index-row:hover{background:var(--accent-bg);padding-left:.4rem}.subject-index-num{font-family:var(--serif);color:var(--text-dim);flex-shrink:0;width:1.6rem;font-size:.9rem;font-style:italic}.subject-index-icon{color:var(--accent);flex-shrink:0;display:inline-flex}.subject-index-name{flex:1;font-size:.96rem;font-weight:500}.subject-index-count{color:var(--text-dim);flex-shrink:0;font-size:.82rem}@media (width<=860px){.hero-split{grid-template-columns:1fr}.hero-aside{border-left:none;border-top:1px solid var(--border);flex-direction:row;gap:2rem;padding-top:1.5rem;padding-left:0}.hero-stat-rule{display:none}.subject-index{grid-template-columns:1fr}}.results-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.programme-row{border-bottom:1px solid var(--border-soft);align-items:flex-start;gap:1rem;padding:1.05rem .15rem;transition:background .12s;display:flex}.programme-row:hover{background:var(--accent-bg)}.row-mark{letter-spacing:.02em;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:26px;margin-top:.15rem;font-size:.68rem;font-weight:700;display:inline-flex}.row-mark.masters{color:var(--accent-2);background:var(--accent-2-bg)}.row-mark.phd{color:var(--accent);background:var(--accent-bg)}.row-main{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.row-title{font-family:var(--serif);color:var(--text-h);font-size:1.05rem;font-weight:600;line-height:1.35;text-decoration:none}.row-title:hover{color:var(--accent)}.row-meta{color:var(--text-dim);flex-wrap:wrap;gap:0 .6rem;font-size:.82rem;display:flex}.row-meta span:not(:last-child):after{content:"·";color:var(--border);margin-left:.6rem}.row-side{flex-shrink:0;align-items:center;gap:.9rem;margin-top:.2rem;display:flex}.row-ielts{color:var(--text-dim);white-space:nowrap;font-size:.78rem;font-weight:600}.row-deadline{color:var(--success);white-space:nowrap;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:inline-flex}.favorite-btn{width:30px;height:30px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:color .15s,background .15s,transform .1s;display:inline-flex}.favorite-btn:hover{background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger)}.favorite-btn.active{color:var(--danger)}.favorite-btn:active{transform:scale(.9)}@media (width<=640px){.programme-row{flex-wrap:wrap}.row-side{margin-top:.4rem;margin-left:3.4rem}}.pagination{justify-content:center;align-items:center;gap:.3rem;margin:2rem 0;display:flex}.pagination button{font:inherit;border:1px solid var(--border);background:var(--bg-elevated);min-width:34px;height:34px;color:var(--text);cursor:pointer;border-radius:7px;padding:0 .65rem;font-size:.85rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.pagination button:hover:not(:disabled){border-color:var(--accent-ring);color:var(--accent)}.pagination button.active{background:var(--text-h);border-color:var(--text-h);color:var(--bg)}.pagination button:disabled{opacity:.4;cursor:default}.pagination-ellipsis{color:var(--text-dim);padding:0 .2rem}.search-page{width:min(920px,100%);margin:0 auto;padding:2rem 1.5rem 4rem}.search-header{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.search-header h1{font-size:1.7rem;font-weight:600}.search-bar{background:var(--bg-elevated);border:1px solid var(--border);border-radius:9px;align-items:center;gap:.5rem;padding:.3rem .3rem .3rem .9rem;display:flex}.search-bar:focus-within{border-color:var(--accent-ring);box-shadow:0 0 0 3px var(--accent-bg)}.search-bar-icon{color:var(--text-dim);flex-shrink:0}.search-bar input{font:inherit;color:var(--text-h);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem 0}.search-bar-clear{background:var(--border-soft);width:24px;height:24px;color:var(--text-dim);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.search-bar-submit{font:inherit;color:var(--bg);background:var(--text-h);cursor:pointer;border:none;border-radius:7px;flex-shrink:0;padding:.55rem 1.1rem;font-size:.84rem;font-weight:600;transition:background .15s}.search-bar-submit:hover{background:var(--accent)}.filter-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.6rem;padding-bottom:1rem;display:flex}.degree-toggle{border:1px solid var(--border);border-radius:7px;display:inline-flex;overflow:hidden}.degree-toggle button{font:inherit;color:var(--text-dim);background:var(--bg-elevated);cursor:pointer;border:none;border-right:1px solid var(--border);padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:color .15s,background .15s}.degree-toggle button:last-child{border-right:none}.degree-toggle button:hover{color:var(--text-h)}.degree-toggle button.active{background:var(--text-h);color:var(--bg)}.filter-select{font:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);cursor:pointer;border-radius:7px;max-width:15rem;padding:.5rem .7rem;font-size:.82rem;font-weight:500}.filter-select:hover{border-color:var(--accent-ring)}.filter-clear{font:inherit;color:var(--text-dim);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-left:auto;padding:.4rem .3rem;font-size:.8rem;font-weight:600;display:inline-flex}.filter-clear:hover{color:var(--danger)}.results-count{color:var(--text-dim);margin-bottom:.5rem;font-size:.85rem}.empty-results{color:var(--text-dim);flex-direction:column;align-items:flex-start;gap:.8rem;padding:3rem 0;display:flex}.empty-results button{font:inherit;color:var(--accent);background:var(--accent-bg);cursor:pointer;border:none;border-radius:7px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.faculty-section{border-top:1px solid var(--border-soft);margin:2rem 0;padding-top:1.5rem}.faculty-section h2{color:var(--text-h);margin:0 0 1rem;font-size:1.05rem;font-weight:600}.faculty-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.85rem;display:grid}.professor-card{border:1px solid var(--border-soft);background:var(--bg-elevated);border-radius:12px;flex-direction:column;gap:.55rem;padding:1rem 1.1rem;display:flex}.professor-main{flex-direction:column;gap:.2rem;display:flex}.professor-name{color:var(--text-h);font-size:.95rem;font-weight:600;line-height:1.3}.professor-dept{color:var(--text-dim);font-size:.8rem}.professor-contact{flex-direction:column;gap:.3rem;display:flex}.professor-contact-item{color:var(--accent);word-break:break-word;align-items:center;gap:.4rem;font-size:.8rem;text-decoration:none;display:inline-flex}.professor-contact-item:hover{text-decoration:underline}.faculty-loading{color:var(--text-dim);font-size:.85rem}.faculty-empty{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.faculty-source-note{color:var(--text-dim);margin-top:1rem;font-size:.8rem;line-height:1.5}.faculty-source-note a,.faculty-source-link{color:var(--accent);font-weight:600;text-decoration:none}.faculty-source-note a:hover,.faculty-source-link:hover{text-decoration:underline}.faculty-source-link{align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.programme-detail-page{width:min(820px,100%);margin:0 auto;padding:2rem 1.5rem 4rem;animation:.35s both rise}.detail-skeleton{border-radius:20px;height:20rem}.breadcrumb{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.82rem;display:flex}.breadcrumb a{color:var(--text-dim);text-decoration:none}.breadcrumb a:hover{color:var(--accent)}.breadcrumb svg{opacity:.6}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.detail-badge{letter-spacing:.02em;border-radius:5px;justify-content:center;align-items:center;height:26px;padding:0 .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.detail-badge.masters{color:var(--accent-2);background:var(--accent-2-bg)}.detail-badge.phd{color:var(--accent);background:var(--accent-bg)}.detail-header h1{letter-spacing:-.01em;margin:.5rem 0 .75rem;font-size:2rem;font-weight:600;line-height:1.2}.detail-meta{flex-wrap:wrap;gap:1.2rem;display:flex}.detail-meta .meta-item{text-decoration:none}.detail-meta a.meta-item:hover{color:var(--accent)}.favorite-btn-lg{font:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.88rem;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.favorite-btn-lg:hover{border-color:var(--danger);color:var(--danger)}.favorite-btn-lg.active{color:var(--danger);border-color:var(--danger);background:color-mix(in srgb, var(--danger) 8%, var(--bg-elevated))}.detail-grid{background:var(--border-soft);border:1px solid var(--border-soft);border-radius:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1px;margin-bottom:1.5rem;display:grid;overflow:hidden}.fact{background:var(--bg-elevated);flex-direction:column;gap:.3rem;padding:1rem 1.2rem;display:flex}.fact-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-dim);font-size:.74rem;font-weight:700}.fact-value{color:var(--text-h);font-size:1rem;font-weight:600}.detail-note{color:var(--text-dim);background:var(--accent-bg);border-radius:12px;margin-bottom:1.5rem;padding:.9rem 1.1rem;font-size:.88rem}.source-link{color:var(--accent);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.source-link:hover{text-decoration:underline}.detail-cta{color:var(--text-dim);border-top:1px solid var(--border-soft);flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:1.5rem;font-size:.9rem;display:flex}.detail-cta a{color:var(--accent);font-weight:700;text-decoration:none}.detail-cta a:hover{text-decoration:underline}.universities-page{width:min(860px,100%);margin:0 auto;padding:2.5rem 1.5rem 4rem}.universities-page .section-head{margin-bottom:2rem}.universities-page .section-head h1{font-size:1.9rem;font-weight:600}.universities-page .section-head p{color:var(--text-dim);margin-top:.3rem}.university-list{flex-direction:column;gap:.7rem;display:flex}.university-row{background:var(--bg-elevated);border:1px solid var(--border-soft);color:var(--text-h);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:1rem;padding:1.1rem 1.3rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.university-row:hover{border-color:var(--accent-ring);box-shadow:var(--shadow-md);transform:translate(2px)}.university-icon{background:var(--accent);width:42px;height:42px;color:var(--bg);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.university-row-main{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.university-row-name{font-size:1rem;font-weight:700}.university-row-location{color:var(--text-dim);align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.university-row-count{color:var(--text-dim);flex-shrink:0;font-size:.82rem;font-weight:600}.university-row-chevron{color:var(--text-dim);flex-shrink:0}.assistant-page{flex-direction:column;flex:1;display:flex;position:relative;overflow-x:hidden}.assistant-content{z-index:1;flex-direction:column;flex:1;width:min(760px,100%);margin:0 auto;padding:1.5rem 1.25rem 8rem;display:flex;position:relative}.empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem 0;animation:.5s both rise;display:flex}.empty-mark{background:var(--accent);width:52px;height:52px;color:var(--bg);border-radius:13px;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}.empty-mark svg{width:26px;height:26px}.empty-title{letter-spacing:-.01em;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;line-height:1.15}.empty-sub{color:var(--text-dim);max-width:34rem;font-size:1.02rem}.suggestions{flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:40rem;margin-top:1rem;display:flex}.suggestion-chip{font:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:.55rem 1rem;font-size:.88rem;transition:transform .15s,border-color .15s,color .15s}.suggestion-chip:hover{border-color:var(--accent-ring);color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.conversation{flex-direction:column;gap:1.75rem;display:flex}.turn{flex-direction:column;gap:.9rem;animation:.35s both rise;display:flex}.bubble-row{align-items:flex-start;gap:.6rem;display:flex}.user-row{justify-content:flex-end}.assistant-row{justify-content:flex-start}.avatar{background:var(--accent);width:30px;height:30px;color:var(--bg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:inline-flex}.assistant-block{flex-direction:column;gap:.6rem;max-width:calc(100% - 3rem);display:flex}.bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:18px;padding:.85rem 1.1rem;font-size:.98rem;line-height:1.55}.user-bubble{background:var(--user-bubble);color:var(--user-bubble-text);max-width:min(32rem,100%);box-shadow:var(--shadow-sm);border-bottom-right-radius:6px}.assistant-bubble{background:var(--bg-elevated);border:1px solid var(--border-soft);color:var(--text);box-shadow:var(--shadow-sm);border-bottom-left-radius:6px}.error-bubble{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 30%, var(--border));background:color-mix(in srgb, var(--danger) 6%, var(--bg-elevated))}.typing{align-items:center;gap:5px;padding:1.05rem 1.1rem;display:flex}.typing .dot{background:var(--accent);opacity:.6;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.typing .dot:nth-child(2){animation-delay:.15s}.typing .dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.sources{flex-wrap:wrap;gap:.4rem;display:flex}.source-chip{color:var(--text-dim);background:var(--accent-bg);text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:6px;align-items:center;gap:.35rem;max-width:16rem;padding:.3rem .7rem;font-size:.76rem;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex;overflow:hidden}.source-chip:hover{color:var(--accent);border-color:var(--accent-ring)}.source-chip svg{opacity:.8;flex-shrink:0}.composer{z-index:10;background:linear-gradient(to top, var(--bg) 55%, transparent);padding:1.1rem 1.25rem 1.5rem;position:fixed;bottom:0;left:0;right:0}.composer-inner{background:var(--bg-elevated);border:1px solid var(--border);width:min(760px,100%);box-shadow:var(--shadow-lg);border-radius:999px;align-items:center;gap:.5rem;margin:0 auto;padding:.4rem .4rem .4rem 1.15rem;transition:border-color .15s,box-shadow .15s;display:flex}.composer-inner:focus-within{border-color:var(--accent-ring);box-shadow:var(--shadow-lg), 0 0 0 4px var(--accent-bg)}.composer-inner input{color:var(--text-h);font:inherit;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.98rem}.composer-inner input::placeholder{color:var(--text-dim)}.composer-inner button{background:var(--accent);width:40px;height:40px;color:var(--bg);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,opacity .15s,background .15s;display:inline-flex}.composer-inner button:hover:not(:disabled){background:var(--accent-hover);transform:scale(1.06)}.composer-inner button:disabled{opacity:.4;cursor:default}@media (width<=640px){.assistant-block{max-width:calc(100% - 2.2rem)}.user-bubble{max-width:85%}}
