:root{font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif;color:#173e35;background:#f6f9f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green: #007b58;--green-hover: #005e43;--ink: #173e35;--muted: #667a72;--faint: #8b9a94;--surface: #fff;--ground: #f6f9f7;--mint: #eaf6ef;--mint-strong: #d8f0e1;--line: #e3ebe6;--orange: #ed9233;--shadow: 0 16px 52px #185f3d0c;--ease: cubic-bezier(.2, .75, .25, 1);color-scheme:light}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}button,a{transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .22s var(--ease)}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #df952d;outline-offset:4px}input:focus,textarea:focus{outline:none}h1,h2,h3,p{margin:0}img{max-width:100%;display:block}svg{flex:none}button:active:not(:disabled){transform:translateY(1px)}::selection{background:#bceacd;color:#124e37}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-80px;left:20px;background:var(--green);color:#fff;padding:12px;z-index:30}.skip-link:focus{top:12px}.icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted)}.icon-button:hover,.icon-button[aria-pressed=true]{background:var(--mint);color:var(--green)}.text-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;white-space:nowrap}.text-link:hover{color:var(--green)}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 22px;border-radius:9px;font-size:15px;font-weight:600;min-height:46px}.primary-button{color:#fff;background:var(--green)}.primary-button:hover{background:var(--green-hover);box-shadow:0 5px 14px #00653e1a}.secondary-button{border:1px solid var(--line);background:var(--surface)}.secondary-button:hover{background:var(--mint)}.small-eyebrow{font-size:12px;font-weight:500;color:var(--green)}.site-header{height:88px;padding:0 clamp(24px,4vw,72px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--surface);border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:23px;flex:none}.university-logo{width:225px;height:auto;aspect-ratio:2373/703;object-fit:contain}.brand-divider{height:35px;width:1px;background:var(--line)}.alumni-brand{display:flex;align-items:center;gap:10px}.alumni-brand>img{width:44px;height:44px;object-fit:contain}.alumni-brand strong{font-size:17px;font-weight:600;display:block}.alumni-brand div>span{display:block;color:var(--muted);font-size:10px;margin-top:5px}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav>.text-link{color:var(--muted)}.theme-button{border-left:1px solid var(--line);border-radius:0;padding-left:14px;width:42px}.login-page{background:var(--surface)}.login-hero{min-height:690px;position:relative;isolation:isolate;overflow:hidden;background:#e8f7ee;display:flex;align-items:center;justify-content:flex-end;padding:55px clamp(32px,4.6vw,84px);gap:30px}.campus-art{position:absolute;z-index:-1;inset:0 30% 0 0;overflow:hidden}.campus-art>img{width:100%;height:100%;object-fit:cover;object-position:47% center}.hero-copy{position:absolute;left:clamp(32px,4.6vw,84px);top:65px;color:#073849;width:calc(60% - 80px);pointer-events:none}.hero-eyebrow{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.hero-eyebrow>span{width:25px;height:2px;background:#0c626b}.hero-copy h1{font-size:clamp(40px,calc(3.8vw + 1px),63px);font-weight:650;line-height:1.26;margin:20px 0 17px}.hero-copy h1 span{color:#07504c}.hero-copy p{font-size:15px;line-height:1.95;color:#174c57}.hero-signature{display:flex;gap:13px;align-items:center;margin-top:24px;font-size:11px;font-weight:500;color:#215c61}.signature-line{width:25px;height:1px;background:#215c6170}.login-card{position:relative;width:405px;flex:none;border-radius:18px;background:var(--surface);padding:35px 30px 0;box-shadow:0 20px 70px #235f4020;border:1px solid #fff9}.card-heading .small-eyebrow{font-size:12px}.card-heading h2{font-size:29px;margin:11px 0 10px;font-weight:650}.card-heading p{font-size:14px;color:var(--muted)}.role-tabs{display:grid;grid-template-columns:1fr 1.25fr 1.25fr;border-bottom:1px solid var(--line);margin:30px 0 25px;gap:7px}.role-tabs button{padding:0 0 14px;white-space:nowrap;font-size:13px;position:relative;color:var(--muted)}.role-tabs button.selected{color:var(--green);font-weight:650}.role-tabs button:after{position:absolute;content:"";bottom:-1px;left:15%;right:15%;height:3px;background:var(--green);border-radius:3px;transform:scaleX(0);transition:transform .22s var(--ease)}.role-tabs button.selected:after{transform:scaleX(1)}.login-fields{min-height:173px}.login-fields label{font-size:13px;font-weight:500;display:block}.input-wrap{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:8px;background:var(--ground);padding:0 13px;color:var(--faint);height:47px;margin-top:9px;transition:border-color .18s,box-shadow .18s}.input-wrap:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #007b5810}.input-wrap input{border:0;background:transparent;color:var(--ink);width:100%;min-width:0;font-size:13px;height:100%}.input-wrap input::placeholder{color:var(--faint)}.input-wrap .icon-button{width:25px;flex:none}.password-label{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.password-label .text-link{color:var(--muted);font-size:11px;padding:0}.guest-intro{display:flex;align-items:center;gap:15px;background:var(--mint);border-radius:8px;margin-top:18px;padding:14px;color:var(--green)}.guest-intro p{font-size:13px;line-height:1.8}.guest-intro span{font-size:12px;color:var(--muted)}.login-submit{width:100%;justify-content:space-between;min-height:48px;margin-top:23px;font-weight:500}.demo-note{font-size:11px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);margin:15px 0 27px}.login-mascot{position:absolute;right:calc(387px + 4.6vw);bottom:23px;width:170px}.mascot-button{display:block;width:100%;padding:0;position:relative}.mascot-stage{position:relative;display:block;width:100%;aspect-ratio:1}.mascot-stage img{width:100%;height:100%;object-fit:contain}.mascot-stage canvas{position:absolute;inset:0;width:100%;height:100%}.mascot-stage.ready img{visibility:hidden}.mascot-greeting{display:block;margin:-7px auto 0;width:max-content;padding:8px 11px;border-radius:8px;background:#ffffffed;color:#287058;font-size:11px;box-shadow:0 4px 15px #1863460d}.mascot-fallback{width:100%}.ginkgo-layer{position:absolute;right:-32px;top:-18px;width:166px;pointer-events:none;transform-origin:top right;z-index:1}.cloud-layer{position:absolute;top:28px;left:42%;width:92px;height:23px;border-radius:50px;background:linear-gradient(#fff,#eefbff);box-shadow:0 7px 17px #548eb710;pointer-events:none;opacity:.87}.cloud-layer:before,.cloud-layer:after{content:"";position:absolute;border-radius:50%;background:linear-gradient(145deg,#fff,#eefaff)}.cloud-layer:before{width:43px;height:43px;bottom:4px;left:16px}.cloud-layer:after{width:33px;height:33px;bottom:2px;right:12px}.welcome-footer{max-width:1440px;display:grid;grid-template-columns:1fr 1.45fr 1.45fr 1.5fr;margin:auto;padding:35px clamp(24px,4vw,64px);gap:35px;align-items:center}.welcome-footer-title span{font-size:12px;color:var(--muted);display:block}.welcome-footer-title strong{font-size:23px;line-height:1.8;font-weight:600}.welcome-footer>div:not(:first-child){display:flex;align-items:center;gap:15px;border-left:1px solid var(--line);padding-left:28px}.welcome-footer svg{color:var(--green)}.welcome-footer p strong{display:block;font-size:14px;font-weight:550}.welcome-footer p span{display:block;font-size:11px;color:var(--muted);margin-top:8px;white-space:nowrap}.page-footer{padding:18px 4vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.page-footer button{font-size:11px;padding:0}.service-page{min-height:100dvh;background:var(--ground)}.service-header{height:78px;padding:0 32px;gap:20px}.service-header .brand{gap:18px}.service-header .university-logo{width:194px}.service-header .alumni-brand>img{width:36px;height:36px}.service-header .alumni-brand strong{font-size:15px}.service-header .alumni-brand div>span{font-size:9px}.service-header .service-nav{align-self:stretch;gap:24px;margin-left:30px;margin-right:auto}.service-nav button{position:relative;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:14px;padding:0 6px}.service-nav button.active{color:var(--green);font-weight:600}.service-nav button.active:after{content:"";position:absolute;bottom:0;height:3px;background:var(--green);left:5px;right:5px}.header-actions{display:flex;align-items:center;gap:18px}.account-menu{position:relative}.account-menu summary{display:flex;gap:9px;align-items:center;font-size:13px;cursor:pointer;list-style:none}.account-menu summary::-webkit-details-marker{display:none}.user-avatar{display:flex;width:32px;height:32px;flex:none;border-radius:50%;background:var(--mint-strong);color:var(--green);align-items:center;justify-content:center}.account-popover{position:absolute;right:0;top:43px;background:var(--surface);padding:14px;border:1px solid var(--line);border-radius:10px;min-width:185px;box-shadow:var(--shadow)}.account-popover small{font-size:11px;color:var(--muted);display:block;margin-bottom:10px}.account-popover button{font-size:13px;display:flex;align-items:center;gap:8px;padding:8px;width:100%;border-radius:6px}.account-popover button:hover{background:var(--mint)}.service-layout{max-width:1800px;margin:auto;display:grid;grid-template-columns:230px minmax(0,1fr) 306px;min-height:calc(100dvh - 78px)}.history-sidebar{display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--line);min-width:0;padding:26px 17px 17px}.sidebar-intro{display:flex;gap:10px;align-items:center;padding:0 3px 24px}.sidebar-intro img{width:31px;height:31px;opacity:.85}.sidebar-intro strong{font-size:14px;font-weight:600}.sidebar-intro span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.new-chat{width:100%;padding:13px;background:var(--green);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px}.new-chat:hover{background:var(--green-hover)}.history-search{display:flex;gap:8px;align-items:center;color:var(--faint);margin:18px 0 22px;padding:9px 10px;border:1px solid var(--line);border-radius:7px}.history-search:focus-within{border-color:var(--green)}.history-search input{width:100%;min-width:0;background:none;border:0;font-size:12px;color:var(--ink)}.history-search input::placeholder{color:var(--faint)}.history-list{flex:1;min-height:230px}.sidebar-section-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted);padding:0 5px 13px;font-size:11px;min-height:36px}.sidebar-section-heading>span{display:flex;align-items:center;gap:7px}.history-empty{text-align:center;margin-top:37px;color:var(--faint)}.history-empty>svg{margin:auto;color:#b3cbbd}.history-empty p{font-size:12px;color:var(--muted);margin:13px 0 8px}.history-empty span{font-size:11px;line-height:1.9}.history-item{display:flex;align-items:center;border-radius:7px;margin-bottom:5px;min-height:40px}.history-item>button:first-child{display:flex;align-items:center;gap:9px;padding:11px 8px;min-width:0;flex:1;font-size:12px;color:var(--muted);text-align:left}.history-item>button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item.active,.history-item:hover{background:var(--mint)}.history-item.active>button{color:var(--green)}.delete-history{opacity:0;width:26px}.history-item:hover .delete-history,.history-item:focus-within .delete-history{opacity:1}.no-history-match{text-align:center;font-size:12px;color:var(--muted);padding:24px 4px}.sidebar-bottom{margin-top:30px}.sidebar-sentiment{position:relative;min-height:135px;overflow:hidden;padding:26px 14px 15px;border-radius:10px;background:linear-gradient(135deg,var(--mint),var(--surface));margin-bottom:18px}.sidebar-sentiment img{position:absolute;right:-25px;bottom:-20px;width:143px;opacity:.095}.sidebar-sentiment p{position:relative;font-size:14px;line-height:1.8;color:var(--green)}.sidebar-sentiment strong{font-weight:500}.sidebar-bottom>button{display:flex;width:100%;align-items:center;gap:9px;font-size:12px;color:var(--muted);padding:10px 7px}.sidebar-bottom>button span{margin-left:auto}.sidebar-bottom>small{font-size:10px;color:var(--faint);display:block;margin:8px 7px}.service-main{padding:24px 30px 18px;min-width:0;display:flex;flex-direction:column}.service-breadcrumb{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--faint)}.service-breadcrumb>span:first-child{display:flex;align-items:center;gap:5px}.service-breadcrumb strong{font-weight:400;color:var(--muted)}.assistant-heading{display:flex;justify-content:space-between;align-items:center;min-height:151px;padding:20px 4px 14px}.assistant-heading .small-eyebrow{font-size:11px}.assistant-heading h1{font-size:clamp(25px,calc(2.2vw + 1px),35px);font-weight:600;line-height:1.4;margin:11px 0 8px;white-space:nowrap}.assistant-heading h1 span{color:var(--orange)}.assistant-heading p{font-size:13px;color:var(--muted)}.assistant-heading>img{width:118px;height:118px;object-fit:contain;margin-right:3px}.chat-workspace{display:flex;flex-direction:column;flex:1;min-height:500px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 4px 22px #16523b03;overflow:hidden}.chat-toolbar{display:flex;align-items:center;justify-content:space-between;padding:17px 22px;border-bottom:1px solid var(--line);font-size:13px}.chat-toolbar>span:first-child{display:flex;align-items:center;gap:8px;font-weight:500}.chat-toolbar svg{color:var(--green)}.toolbar-tip{color:var(--faint);font-size:10px}.messages-scroll{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d4e2d9 transparent;flex:1;min-height:255px;max-height:calc(100dvh - 470px)}.chat-welcome{padding:27px 23px 16px}.welcome-message{display:flex;align-items:flex-start;gap:13px}.assistant-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dcece1;border-radius:10px;background:#eaf7ed;flex:none;overflow:hidden}.assistant-avatar img{width:37px;height:37px;object-fit:contain}.welcome-message strong{font-size:15px;font-weight:600}.welcome-message p{font-size:13px;line-height:1.9;margin-top:9px;color:var(--muted)}.suggestions{margin:25px 0 0 49px}.topic-tabs{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none}.topic-tabs button{font-size:11px;color:var(--muted);padding:0 0 10px;white-space:nowrap;border-bottom:2px solid transparent}.topic-tabs button.active{color:var(--green);border-color:var(--green);font-weight:600}.question-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.question-grid button{display:flex;align-items:flex-start;gap:9px;text-align:left;padding:13px 11px;border:1px solid var(--line);border-radius:8px;background:var(--ground);font-size:12px;line-height:1.75;min-height:63px}.question-grid button:hover{border-color:#acd3bf;background:var(--mint);transform:translateY(-2px)}.question-number{font-size:10px;color:#91b39e;padding-top:2px}.question-grid button>span:nth-child(2){flex:1}.question-grid svg{color:#87aa97;margin-top:3px}.question-hint{font-size:11px;color:var(--faint);margin-top:17px}.composer{border:1px solid #bfd8c9;border-radius:10px;margin:20px 20px 0;padding:13px 14px 11px;background:var(--surface);transition:border-color .2s,box-shadow .2s;flex:none}.composer:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #007b5809}.composer textarea{display:block;resize:none;width:100%;min-height:51px;max-height:150px;line-height:1.7;font-size:13px;border:none;background:none;color:var(--ink);padding:0}.composer textarea::placeholder{color:var(--faint)}.composer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px}.composer-library{display:flex;align-items:center;gap:6px;color:var(--green);background:var(--mint);border-radius:5px;padding:6px 8px;font-size:10px}.composer-bottom>div{display:flex;align-items:center;gap:12px}.keyboard-hint{font-size:9px;color:var(--faint)}.send-button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:8px}.send-button:hover:not(:disabled){background:var(--green-hover)}.send-button:disabled{background:var(--mint-strong);color:#668d78}.chat-disclaimer{text-align:center;margin:11px 10px 14px;color:var(--faint);font-size:10px}.messages{padding:23px 22px 5px}.message{display:flex;align-items:flex-start;gap:12px;margin-bottom:25px}.message-body{min-width:0;flex:1}.message-name{font-size:11px;color:var(--muted);display:block;margin:1px 0 8px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.85}.message.user{flex-direction:row-reverse;margin-left:30px}.message.user .message-body{display:flex;flex-direction:column;align-items:flex-end}.message.user .message-text{background:var(--mint);padding:11px 15px;border-radius:10px 2px 10px 10px;display:inline-block}.source-links{margin-top:18px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.source-links>span{font-size:10px;color:var(--faint);width:100%}.source-links button{display:flex;align-items:center;gap:5px;font-size:10px;border:1px solid var(--line);background:var(--ground);padding:5px 7px;border-radius:4px;color:var(--green)}.source-links button:hover{background:var(--mint)}.message-actions{display:flex;align-items:center;gap:2px;margin-top:10px}.message-actions .icon-button{width:28px;height:28px}.message-actions>span{font-size:9px;color:var(--faint);margin-left:5px}.thinking{display:flex;gap:12px;align-items:center;font-size:13px;color:var(--muted);padding:10px 23px 25px}.thinking-dots{display:inline-block;padding-left:4px}.chat-error{margin:5px 22px 18px;padding:10px;background:#fff4e7;border-radius:8px;color:#966523;font-size:12px;display:flex;align-items:center;gap:8px}.chat-error span{flex:1}.chat-error button{font-weight:600;text-decoration:underline}.has-messages .messages-scroll{min-height:260px}.service-aside{border-left:1px solid var(--line);padding:28px 23px;background:var(--surface)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-heading h2{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:600}.ranking-panel h2 svg{color:#e79236}.panel-heading>span{font-size:10px;color:var(--faint)}.panel-heading .text-link{font-size:11px;color:var(--muted)}.panel-description{font-size:11px;color:var(--muted);margin-top:9px}.ranking-panel ol{margin:19px 0 0;padding:0;list-style:none}.ranking-panel li+li{border-top:1px solid var(--line)}.ranking-panel li button{width:100%;display:flex;align-items:flex-start;gap:11px;padding:14px 0;text-align:left;line-height:1.7}.ranking-panel li button>span:nth-child(2){font-size:12px;flex:1}.ranking-panel li button>svg{color:var(--faint);margin-top:3px}.ranking-panel li button:hover>span:nth-child(2){color:var(--green)}.ranking-panel button:disabled{opacity:.55}.rank-number{font-size:13px;font-weight:500;color:var(--faint);font-variant-numeric:tabular-nums}.rank-0{color:#da7832}.rank-1{color:#e99d3f}.rank-2{color:#b4ab69}.resources-panel{margin-top:24px;padding-top:25px;border-top:1px solid var(--line)}.resource-previews{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:20px}.resource-previews>button{padding:0;text-align:left;min-width:0}.resource-previews>button:hover .book-cover{transform:translateY(-4px)}.resource-previews>button>strong{display:block;font-size:12px;font-weight:500;margin-top:12px}.resource-previews>button>small{font-size:10px;color:var(--faint);display:block;margin-top:5px}.book-cover{position:relative;overflow:hidden;border-radius:2px 5px 5px 2px;aspect-ratio:.72;width:150px;padding:17px 15px 12px 19px;background:#0c7657;color:#f7fff8;box-shadow:5px 5px 8px #0e4b2d0e,inset 5px 0 #ffffff0a,inset 7px 0 #00271612;transition:transform .25s var(--ease)}.book-cover.mint{background:#cce9d1;color:#255342}.book-cover.orange{background:#f4c281;color:#674519}.book-imprint{display:block;font-size:8px;position:relative;z-index:1}.book-cover>strong{font-size:20px;display:block;font-weight:500;line-height:1.5;margin-top:19px;position:relative;z-index:1;max-width:65px}.book-rule{display:block;width:17px;height:1px;background:currentColor;opacity:.5;margin:12px 0}.book-subtitle{font-size:7px;display:block}.book-cover>img{position:absolute;bottom:-14px;right:-32px;width:120px;opacity:.15;filter:brightness(0) invert(1)}.book-cover.mint>img,.book-cover.orange>img{filter:none;opacity:.12}.book-caption{position:absolute;bottom:9px;left:19px;font-size:7px;opacity:.7}.book-cover.small{width:100%;padding:12px 10px 10px 14px}.book-cover.small>strong{font-size:16px;margin-top:14px;max-width:60px}.book-cover.small .book-imprint,.book-cover.small .book-subtitle{font-size:6px}.book-cover.small .book-rule{margin:9px 0}.book-cover.small .book-caption{font-size:6px;left:14px;bottom:8px}.guide-resource{margin-top:19px;padding:12px 0;display:flex;align-items:center;gap:10px;width:100%;border-top:1px solid var(--line);text-align:left}.guide-resource>span{background:var(--mint);color:var(--green);padding:9px;border-radius:7px}.guide-resource>div{flex:1}.guide-resource strong{display:block;font-size:12px;font-weight:500}.guide-resource small{display:block;font-size:10px;color:var(--faint);margin-top:5px}.guide-resource>svg{color:var(--muted)}.aside-note{margin-top:25px;padding:21px 16px;background:#fff6e9;border:1px solid #f7e8cf;border-radius:10px;position:relative;overflow:hidden;color:#906337}.aside-note>span{font-size:10px}.aside-note>strong{display:block;font-weight:500;font-size:15px;line-height:1.8;margin-top:8px}.aside-note>img{width:68px;position:absolute;right:-4px;bottom:9px;opacity:.12}.dialog{border:1px solid var(--line);border-radius:17px;background:var(--surface);color:var(--ink);padding:0;width:min(540px,calc(100% - 32px));max-height:85dvh;box-shadow:0 35px 100px #0c302a30}.dialog.wide{width:min(780px,calc(100% - 32px))}.dialog::backdrop{background:#092c245c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-shell{padding:25px 29px 29px}.dialog-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;gap:20px}.dialog-header h2{font-size:21px;font-weight:600}.prose{padding-top:18px;font-size:14px;line-height:1.9;color:var(--muted)}.prose h3{font-size:15px;color:var(--ink);margin:20px 0 6px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.library-lead{font-size:14px;color:var(--muted);margin-top:22px}.library-search{margin-top:20px}.filter-row{display:flex;gap:8px;margin:20px 0 24px;flex-wrap:wrap}.filter-row button{font-size:12px;padding:7px 13px;border-radius:6px;border:1px solid var(--line)}.filter-row button.active{background:var(--mint);color:var(--green);border-color:#b4d6c1}.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.library-item{display:flex;flex-direction:column;align-items:center;text-align:left;padding:17px 12px;border:1px solid var(--line);border-radius:10px;background:var(--ground)}.library-item:hover{border-color:#b4d6c1}.library-item:hover .book-cover{transform:translateY(-4px)}.library-item>span{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-top:18px}.library-item strong{font-weight:500}.library-item>small{display:block;width:100%;font-size:10px;color:var(--muted);margin-top:7px}.library-notice{font-size:11px;color:var(--faint);text-align:center;margin-top:24px}.resource-detail>.text-link{margin:20px 0;color:var(--muted);font-size:12px}.resource-detail-main{display:grid;grid-template-columns:170px 1fr;gap:28px;padding:13px 0}.resource-detail-main .book-cover{width:170px}.resource-detail-main h3{font-size:25px;margin:12px 0 15px}.resource-detail-main p{font-size:14px;line-height:1.9;color:var(--muted)}.resource-pending{display:inline-flex;align-items:center;gap:8px;margin-top:20px;background:var(--mint);border-radius:7px;padding:10px;font-size:12px;color:var(--green)}.empty-state{text-align:center;color:var(--muted);padding:30px}.empty-state>svg{color:var(--faint)}.empty-state h3{font-size:17px;margin:14px 0 10px;color:var(--ink)}.empty-state p{font-size:13px;margin-bottom:15px}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:var(--ink);color:var(--surface);padding:13px 19px;border-radius:10px;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px;font-size:13px;z-index:30;max-width:calc(100% - 30px);white-space:nowrap}.mobile-menu,.sidebar-close,.sidebar-scrim{display:none}[data-theme=dark]{--green: #6cd5a3;--green-hover: #91e8bd;--ink: #e1f0e6;--muted: #9cb3a6;--faint: #829c8d;--surface: #172b23;--ground: #10231b;--mint: #203e2e;--mint-strong: #2b513c;--line: #2d4237;--orange: #f6b35d;color:var(--ink);background:var(--ground);color-scheme:dark}[data-theme=dark] .primary-button,[data-theme=dark] .new-chat,[data-theme=dark] .send-button{color:#103421}[data-theme=dark] .university-logo{filter:brightness(1.65)}[data-theme=dark] .login-hero{background:#1c372a}[data-theme=dark] .login-card{border-color:var(--line)}[data-theme=dark] .aside-note{background:#3c3221;border-color:#4f422e;color:#dfba84}[data-theme=dark] .chat-error{background:#44341e;color:#f3ce91}[data-theme=dark] .assistant-avatar{background:#d6f1dc;border-color:#98bda0}@media(prefers-reduced-motion:no-preference){.dialog[open]{animation:dialog-in .2s var(--ease)}.thinking-dots{animation:thinking 1s ease-in-out infinite}.scene-moving .ginkgo-layer{animation:ginkgo-sway 6s ease-in-out infinite alternate}.scene-moving .cloud-layer{animation:cloud-drift 16s ease-in-out infinite alternate}@keyframes ginkgo-sway{0%{transform:rotate(-2deg)}to{transform:rotate(2deg)}}@keyframes cloud-drift{0%{transform:translate(-12px)}to{transform:translate(20px)}}@keyframes thinking{50%{opacity:.35}}@keyframes dialog-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(min-width:1600px){.login-hero{min-height:740px}.login-card{width:430px;padding:40px 34px 0}.login-mascot{right:calc(412px + 4.6vw)}.service-layout{grid-template-columns:250px minmax(0,1fr) 340px}.service-main{padding:28px 42px 24px}.service-aside{padding:32px 28px}.question-grid button{font-size:14px;padding:17px 14px}.welcome-message p,.composer textarea{font-size:15px}.topic-tabs button{font-size:13px}.ranking-panel li button>span:nth-child(2){font-size:14px}.messages-scroll{max-height:calc(100dvh - 480px)}}@media(max-width:1200px){.site-header{padding:0 25px}.brand{gap:15px}.university-logo{width:200px}.alumni-brand>img{width:36px;height:36px}.alumni-brand strong{font-size:15px}.login-hero{padding-right:35px;min-height:660px}.login-card{width:370px;padding:29px 25px 0}.hero-copy{left:35px;top:55px;width:calc(65% - 100px)}.hero-copy h1{font-size:44px}.hero-copy p{font-size:13px}.hero-signature{font-size:10px}.login-mascot{right:385px;width:145px;bottom:20px}.welcome-footer{gap:20px;padding:28px 25px;grid-template-columns:1fr 1.7fr 1.7fr}.welcome-footer>div:last-child{display:none}.service-layout{grid-template-columns:205px minmax(0,1fr) 270px}.service-main{padding:22px 20px 18px}.service-aside{padding:27px 18px}.service-header .service-nav{margin-left:0;gap:13px}.service-header .brand{gap:12px}.service-header .university-logo{width:165px}.service-header .alumni-brand>img{display:none}.header-actions{gap:12px}.service-header .official-link{display:none}.assistant-heading h1{font-size:27px}.assistant-heading>img{width:90px;height:90px}.assistant-heading{min-height:140px}.suggestions{margin-left:0}.question-grid button{font-size:12px}.topic-tabs{gap:12px}.chat-welcome{padding:23px 18px 16px}.composer{margin:18px 16px 0}.keyboard-hint{display:none}.chat-toolbar{padding:16px 18px}.service-breadcrumb{font-size:10px}.toolbar-tip{font-size:9px}.sidebar-intro{gap:7px}.sidebar-intro img{width:26px;height:26px}.sidebar-intro strong{font-size:12px}.sidebar-intro span{font-size:9px}}@media(max-width:1023px){.service-layout{grid-template-columns:190px minmax(0,1fr)}.service-aside{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:25px;border-top:1px solid var(--line);border-left:0}.service-aside .resources-panel{margin:0;padding:0;border:0}.aside-note{display:none}.history-sidebar{grid-row:1/3}.messages-scroll{max-height:450px}.service-main{padding:20px}.chat-workspace{min-height:510px}.service-header .brand-divider,.service-header .alumni-brand{display:none}.service-header .service-nav{margin-left:auto}.service-header .brand{flex:none}.login-card{width:355px}.login-mascot{right:375px;width:130px}.hero-copy h1{font-size:40px}.hero-copy p{max-width:300px}.hero-copy{width:calc(60% - 55px)}.hero-signature{display:none}.login-hero{min-height:635px}.campus-art{right:29%}.hero-eyebrow{font-size:11px}.welcome-footer p span{font-size:10px}.welcome-footer>div:not(:first-child){padding-left:20px}}@media(max-width:767px){.site-header{height:73px;padding:0 18px;gap:10px}.brand{gap:12px}.university-logo{width:164px}.brand-divider{height:27px}.alumni-brand>img{width:29px;height:29px}.alumni-brand div{display:none}.site-header nav{gap:12px}.site-header nav>.official-link{display:none}.site-header nav>.text-link{font-size:12px}.theme-button{display:none}.login-hero{min-height:0;display:block;padding:330px 20px 28px;background:#e8f7ee}.campus-art{inset:0 0 auto;height:390px}.campus-art>img{object-position:55% center}.hero-copy{left:25px;top:30px;width:calc(100% - 50px)}.hero-eyebrow{font-size:10px}.hero-copy h1{font-size:35px;margin:14px 0 12px;line-height:1.24}.hero-copy p{font-size:11px;line-height:1.8;max-width:230px}.login-card{width:100%;max-width:430px;margin:auto;border-radius:15px;padding:27px 25px 0;box-shadow:0 14px 35px #235f4012}.card-heading h2{font-size:25px}.card-heading p{font-size:13px}.role-tabs{margin-top:26px}.role-tabs button{font-size:12px}.login-mascot{display:none}.login-fields{min-height:171px}.welcome-footer{padding:25px;grid-template-columns:1fr;gap:21px}.welcome-footer-title{display:none}.welcome-footer>div:not(:first-child){border:0;padding:0;gap:14px}.welcome-footer>div:last-child{display:none}.welcome-footer p strong{font-size:13px}.welcome-footer p span{font-size:11px}.page-footer{padding:17px 20px;font-size:10px;gap:10px;flex-wrap:wrap}.page-footer>span:nth-child(2){display:none}.page-footer button{font-size:10px}.ginkgo-layer{width:100px;right:-20px;top:5px}.cloud-layer{left:65%;top:64px;transform:scale(.6);width:72px;height:18px}.service-header{height:66px;padding:0 14px;gap:8px}.service-header .university-logo{width:160px}.mobile-menu{display:flex;width:30px}.service-header .service-nav,.service-header .theme-button{display:none}.header-actions{margin-left:auto}.account-menu summary>span:nth-child(2){font-size:11px}.account-menu summary{gap:6px}.user-avatar{width:28px;height:28px}.service-layout{display:block;min-height:calc(100dvh - 66px)}.history-sidebar{display:none}.history-sidebar.is-open{display:flex;position:fixed;inset:0 auto 0 0;width:280px;z-index:20;border-right:1px solid var(--line);padding:25px 20px;height:100dvh;overflow-y:auto}.sidebar-close{display:flex;margin-left:auto}.sidebar-intro strong{font-size:14px}.sidebar-intro span{font-size:11px}.sidebar-intro img{width:30px;height:30px}.sidebar-scrim{display:block;position:fixed;inset:0;background:#12382b65;z-index:20}.delete-history{opacity:1}.service-main{padding:19px 14px 22px}.service-breadcrumb{font-size:10px}.assistant-heading{padding:18px 2px 16px;min-height:127px}.assistant-heading h1{font-size:26px;white-space:normal;margin:8px 0}.assistant-heading p{font-size:12px}.assistant-heading .small-eyebrow{font-size:10px}.assistant-heading>img{width:78px;height:78px;margin-right:-5px}.chat-workspace{min-height:475px;border-radius:12px}.chat-toolbar{padding:14px 15px;font-size:12px}.toolbar-tip{font-size:9px}.chat-welcome{padding:21px 15px 10px}.welcome-message{gap:10px}.welcome-message strong{font-size:14px}.welcome-message p{font-size:12px;line-height:1.9;margin-top:7px}.assistant-avatar{width:31px;height:31px}.assistant-avatar img{width:33px;height:33px}.desktop-break{display:none}.suggestions{margin-top:23px}.topic-tabs{gap:15px}.topic-tabs button{font-size:11px}.question-grid{gap:8px;margin-top:13px}.question-grid button{padding:11px 9px;font-size:11px;gap:5px;min-height:65px}.question-grid button>svg{width:12px}.question-number{display:none}.question-hint{font-size:10px;margin-top:14px}.composer{margin:18px 12px 0;padding:12px 12px 9px}.composer textarea{font-size:13px;min-height:51px}.composer-bottom{margin-top:5px}.composer-library{font-size:10px}.chat-disclaimer{font-size:9px;margin:10px 6px 12px}.messages-scroll{min-height:252px;max-height:410px}.messages{padding:20px 14px 5px}.message{gap:9px}.message-text{font-size:13px}.message.user{margin-left:16px}.message-actions>span{font-size:8px}.source-links button{font-size:9px}.thinking{padding-left:15px;font-size:12px}.service-aside{display:grid;grid-template-columns:1fr;gap:26px;padding:25px 22px;border-left:0}.ranking-panel li button>span:nth-child(2){font-size:13px}.ranking-panel li button{padding:13px 0}.resources-panel .resource-previews{grid-template-columns:1fr 1fr;gap:20px;max-width:280px}.service-aside .resources-panel{border-top:1px solid var(--line);padding-top:25px}.book-cover.small{max-width:125px}.book-cover.small>strong{font-size:18px}.resource-previews>button>strong{font-size:13px}.guide-resource{margin-top:20px}.dialog-shell{padding:20px}.dialog-header h2{font-size:19px}.library-grid{grid-template-columns:1fr 1fr;gap:13px}.library-item{padding:12px 9px}.library-item .book-cover{width:112px;padding:13px}.library-item .book-cover>strong{font-size:17px}.library-item>span{font-size:12px}.library-item>small{font-size:9px}.library-lead{font-size:13px}.filter-row{gap:6px}.filter-row button{padding:6px 9px;font-size:11px}.resource-detail-main{grid-template-columns:100px 1fr;gap:17px}.resource-detail-main .book-cover{width:100px;padding:12px}.resource-detail-main .book-cover>strong{font-size:15px;margin-top:10px}.resource-detail-main .book-imprint,.resource-detail-main .book-subtitle{font-size:6px}.resource-detail-main h3{font-size:20px;margin-top:7px}.resource-detail-main p{font-size:12px}.resource-pending{font-size:10px;padding:8px;line-height:1.7}.library-notice{font-size:10px;line-height:1.7}.toast{font-size:12px;white-space:normal;min-width:190px;justify-content:center}.chat-error{font-size:11px;flex-wrap:wrap;margin:5px 14px 15px}}@media(max-width:374px){.site-header .alumni-brand,.site-header .brand-divider{display:none}.assistant-heading h1{font-size:23px}.assistant-heading>img{width:65px;height:65px}.account-menu summary>span:nth-child(2){display:none}.login-card{padding:25px 20px 0}.topic-tabs{gap:10px}.library-grid{grid-template-columns:1fr}.library-item .book-cover{width:145px}}.scene-inactive .ginkgo-layer,.scene-inactive .cloud-layer{animation-play-state:paused!important}@media(min-width:1024px){.service-layout{height:calc(100dvh - 78px);min-height:680px}.history-sidebar{min-height:0}.history-list{min-height:0;overflow-y:auto}.service-main{min-height:0}.service-aside{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.chat-workspace{min-height:0}.messages-scroll,.has-messages .messages-scroll{min-height:0;max-height:none}.aside-note{margin-top:18px;padding:15px 16px}.aside-note strong{font-size:14px}.welcome-message p{font-size:15px}.welcome-message strong{font-size:16px}.topic-tabs button{font-size:13px}.topic-tabs{gap:18px}.question-grid button{font-size:14px;min-height:69px;padding:13px 12px}.question-hint{font-size:12px}.composer textarea{font-size:15px}.composer-library{font-size:12px}.chat-disclaimer{font-size:11px}.ranking-panel li button>span:nth-child(2){font-size:14px}.ranking-panel li button{padding:13px 0}.panel-description{font-size:12px}.panel-heading h2{font-size:16px}.resource-previews>button>strong,.guide-resource strong{font-size:13px}.history-item>button:first-child{font-size:13px}.sidebar-intro strong{font-size:14px}.sidebar-intro span{font-size:11px}.sidebar-intro img{width:28px;height:28px}.history-search input,.history-empty p{font-size:13px}.history-empty span,.sidebar-section-heading{font-size:12px}.sidebar-bottom>button{font-size:13px}.chat-toolbar{font-size:14px}.message-text{font-size:16px}.message-name{font-size:12px}.source-links>span{font-size:11px}.source-links button{font-size:12px}.message-actions>span{font-size:10px}.thinking,.assistant-heading p{font-size:14px}}@media(min-width:1024px)and (max-width:1200px){.topic-tabs{gap:10px}.topic-tabs button{font-size:12px}.question-grid button{font-size:13px}.assistant-heading h1{font-size:26px}.ranking-panel li button>span:nth-child(2){font-size:13px}.sidebar-intro strong{font-size:12px}.sidebar-intro span{font-size:9px}}@media(max-width:767px){.welcome-message p,.question-grid button{font-size:13px}.topic-tabs button{font-size:12px}.composer textarea,.message-text{font-size:15px}.question-grid button{min-height:70px}.messages-scroll{max-height:450px}.chat-workspace{min-height:530px}.composer-library{font-size:11px}.chat-disclaimer{font-size:10px}.panel-description{font-size:13px}.ranking-panel li button>span:nth-child(2){font-size:14px}.login-fields label,.input-wrap input{font-size:14px}.role-tabs button{font-size:13px}}.cloud-layer{background:linear-gradient(150deg,#fff 15%,#f2fcff 48%,#cfebf8 95%)}.cloud-layer:before,.cloud-layer:after{background:radial-gradient(circle at 32% 23%,#fff 15%,#f1faff 55%,#cce7f3)}@media(max-width:767px){.theme-button{display:inline-flex;width:28px;padding:0;border:0}.service-header .theme-button{display:inline-flex}.cloud-layer{opacity:.7}.service-header .header-actions{gap:7px}.service-header .university-logo{width:150px}}:root{font-size:17px}.campus-art{inset:0}.campus-art>img{object-position:left center;transform:scale(1.085);transform-origin:left center}.login-card{padding-bottom:10px}.alumni-brand div>span{letter-spacing:1.5px}@media(max-width:767px){.campus-art{inset:0 0 auto;height:390px}.campus-art>img{object-position:left center}.login-card{padding-bottom:10px}}.campus-art:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 48%,rgba(215,240,255,.2) 68%,rgba(215,240,255,.58) 100%)}@media(max-width:767px){.login-hero{background:linear-gradient(160deg,#61cfff,#89e7f5 38%,#73ebce 72%,#c5f39b 90%,#ffe0ac)}.campus-art>img{transform:none;object-position:12% center}.campus-art:after{background:linear-gradient(180deg,transparent 70%,rgba(137,231,245,.12) 80%,#89e7f5 100%)}}@media(prefers-reduced-motion:no-preference){.assistant-heading>img{transform-origin:50% 75%;animation:assistant-mascot-idle 10s ease-in-out infinite}}@keyframes assistant-mascot-idle{0%,24%,50%,76%,to{transform:translateY(0) rotate(0) scale(1)}12%{transform:translateY(-5px) rotate(0) scale(1)}34%{transform:translateY(-2px) rotate(-5deg) scale(1)}42%{transform:translateY(-2px) rotate(4deg) scale(1)}60%{transform:translateY(2px) rotate(0) scale(1.025,.975)}65%{transform:translateY(-8px) rotate(0) scale(.985,1.015)}70%{transform:translateY(1px) rotate(0) scale(1.015,.985)}88%{transform:translateY(-4px) rotate(-2deg) scale(1)}}:root:not([data-theme=dark]) .service-main{background:radial-gradient(ellipse at 92% 0%,#bdf3dd 0%,transparent 42%),linear-gradient(155deg,#e1f7f5,#eef9f5 56%,#fff5e6)}:root:not([data-theme=dark]) .history-sidebar{background:linear-gradient(180deg,#f5fffc,#e4f7ee)}:root:not([data-theme=dark]) .sidebar-sentiment{background:linear-gradient(135deg,#c8f0dc,#eaf8d8)}:root:not([data-theme=dark]) .service-aside{background:linear-gradient(180deg,#fff9ee,#fffefa 45%,#effaf3)}:root:not([data-theme=dark]) .chat-toolbar{background:linear-gradient(100deg,#e5f7ee,#f5fcf9);border-bottom-color:#cee8db}:root:not([data-theme=dark]) .question-grid button{background:#edf9f3;border-color:#cfe8dc}:root:not([data-theme=dark]) .question-grid button:nth-child(2n){background:#fff7e9;border-color:#f1e2c9}:root:not([data-theme=dark]) .question-grid button:hover{background:#dcf4e7;border-color:#94cdb3}.role-tabs{grid-template-columns:repeat(2,1fr)}.calligraphy-title img{display:block;width:min(100%,450px);height:auto;margin:8px 0}.jiayuan-watermark{position:fixed;inset:78px 0 0;z-index:8;pointer-events:none;overflow:hidden;opacity:.045}.jiayuan-watermark img{position:absolute;width:48vw;height:auto;right:-8vw;top:2%;transform:rotate(-9deg)}.jiayuan-watermark img+img{left:-9vw;right:auto;top:54%;transform:rotate(-9deg)}.service-mascot{width:118px;height:118px;flex-shrink:0}.service-mascot .mascot-button,.service-mascot>img{width:100%;height:100%}.service-mascot .mascot-greeting{display:none}@media(max-width:767px){.calligraphy-title img{width:240px;max-width:100%;margin:6px 0}.service-mascot{width:78px;height:78px}.jiayuan-watermark img{width:95vw;right:-26vw}.jiayuan-watermark img+img{left:-34vw}}.calligraphy-title img{width:min(100%,340px);margin:5px 0}.hero-copy .calligraphy-title{line-height:1;margin:20px 0}.mascot-stage canvas{opacity:0;transition:opacity .3s ease}.mascot-stage.ready canvas{opacity:1}@media(max-width:767px){.calligraphy-title img{width:205px}.hero-copy .calligraphy-title{margin:14px 0}}.login-hero .ginkgo-layer,.login-hero .cloud-layer{display:none}.login-hero .campus-art>img{transform:none;object-position:center bottom}@media(max-width:767px){.login-hero .campus-art>img{object-position:40% bottom}}.login-page .login-hero{background:#d8ebf3;min-height:740px;padding:54px clamp(28px,4.6vw,84px)}.login-page .campus-art{inset:0}.login-page .campus-art>img{transform:none;object-fit:cover;object-position:center bottom}.login-page .campus-art:after{background:linear-gradient(90deg,rgba(232,244,249,.96) 0%,rgba(232,244,249,.86) 22%,rgba(232,244,249,.28) 34%,transparent 43%)}.login-page .hero-copy{top:64px;width:32%;max-width:390px;color:#183f3e}.login-page .hero-eyebrow{color:#315e59;font-size:12px}.login-page .hero-eyebrow>span{background:#cdb780}.login-page .hero-copy .calligraphy-title{margin:27px 0 24px}.login-page .calligraphy-title img{width:min(100%,305px);filter:none;margin:8px 0}.login-page .hero-copy p{color:#294e4d;font-size:15px;line-height:1.95;max-width:320px}.login-page .hero-signature{color:#45685d;margin-top:28px;font-size:11px}.login-page .signature-line{background:#789785}.login-page .login-card{border-radius:14px;border:1px solid #e2eae5;box-shadow:0 24px 64px #09282f30;background:#fcfefd;padding:32px 30px 16px}.login-page .card-heading h2{font-size:28px;color:#183d33}.login-page .input-wrap{background:#f1f6f3;border-color:#d7e3dc}.login-page .login-submit{background:#235545}.login-page .login-submit:hover{background:#173f33}.login-page .demo-note{color:#64796f}.login-page .login-mascot{bottom:23px}.login-page .mascot-greeting{color:#fff;background:#153f3ee6}@media(min-width:1600px){.login-page .login-hero{min-height:800px}}@media(max-width:1023px)and (min-width:768px){.login-page .hero-copy{width:35%}.login-page .login-card{width:360px}.login-page .calligraphy-title img{width:245px}}@media(max-width:767px){.login-page .login-hero{min-height:0;padding:520px 20px 32px;background:#d8ebf3}.login-page .campus-art{inset:0 0 auto;height:600px}.login-page .campus-art>img{object-position:40% bottom}.login-page .campus-art:after{background:linear-gradient(180deg,#e3f0f8e8 0%,#e3f0f8c9 29%,transparent 48%,transparent 76%,#d8ebf3 100%)}.login-page .hero-copy{top:26px;left:25px;width:calc(100% - 50px);max-width:none}.login-page .hero-eyebrow{font-size:10px}.login-page .hero-copy .calligraphy-title{margin:17px 0 12px}.login-page .calligraphy-title img{width:190px;margin:4px 0}.login-page .hero-copy p{font-size:12px;line-height:1.7;max-width:280px}.login-page .login-card{padding:28px 24px 16px}.login-page .card-heading h2{font-size:25px}}
