:root{--green:#074a40;--deep:#073b35;--mint:#8ed7c7;--cream:#f4f0e8;--ink:#172622;--muted:#66736f;--line:#d9e1dd;--white:#fff;--coral:#ef775f;--shadow:0 24px 70px rgba(9,61,53,.13);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f7f5ef 0,#eef5f1 100%);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;min-height:100vh;overflow-x:hidden}.ambient{position:fixed;border-radius:50%;filter:blur(1px);pointer-events:none;z-index:-1}.ambient-one{width:440px;height:440px;background:rgba(128,207,189,.2);top:-170px;right:-120px}.ambient-two{width:360px;height:360px;background:rgba(239,119,95,.08);left:-180px;top:48%}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:10px;background:#fff;padding:10px;z-index:20}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;max-width:1220px;margin:auto;padding:0 30px;border-bottom:1px solid rgba(7,74,64,.1)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--green)}.brand-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--green);box-shadow:inset 0 0 0 4px #d9eee7}.brand-mark span{font-family:Georgia,serif;color:white;font-size:25px;font-weight:bold}.brand strong,.brand small{display:block}.brand strong{font:800 17px/1.1 Manrope,sans-serif}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;margin-top:4px}.header-meta{font-size:12px;color:#53635e;display:flex;align-items:center;gap:8px}.live-dot{width:8px;height:8px;background:#33af7f;border-radius:50%;box-shadow:0 0 0 4px rgba(51,175,127,.12)}.page-shell{max-width:1160px;margin:auto;padding:70px 30px 60px}.hero{text-align:center;max-width:830px;margin:0 auto 44px}.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--green);background:rgba(255,255,255,.65);border:1px solid rgba(7,74,64,.13);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px}.eyebrow span{color:var(--coral)}h1{font:800 clamp(42px,6vw,72px)/1.06 Manrope,sans-serif;letter-spacing:-3.4px;margin:22px 0 20px;color:var(--deep)}h1 em{font-style:normal;color:var(--coral)}.hero>p{font-size:17px;line-height:1.65;color:var(--muted);max-width:680px;margin:0 auto}.trust-row{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:26px;font-size:12px;color:#66736f}.trust-row b{color:var(--green)}.separator{width:3px;height:3px;border-radius:50%;background:#98aaa4}.chat-card{background:rgba(255,255,255,.94);border:1px solid rgba(7,74,64,.12);border-radius:26px;box-shadow:var(--shadow);overflow:hidden;max-width:930px;margin:0 auto}.chat-top{height:74px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid #e7ece9;background:rgba(250,252,250,.8)}.assistant-avatar,.mini-avatar{display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font:700 16px Georgia,serif}.assistant-avatar{width:42px;height:42px}.chat-top strong,.chat-top span{display:block}.chat-top strong{font-size:14px}.chat-top span{font-size:11px;color:#75817e;margin-top:3px}.chat-top i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#30ae7b;margin-right:5px}.icon-button{margin-left:auto;background:#edf4f1;color:var(--green);border:0;border-radius:50%;width:36px;height:36px;font-size:19px;cursor:pointer}.messages{min-height:200px;max-height:470px;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding:28px 30px 14px;scrollbar-color:#bdd2ca transparent}.message{display:flex;align-items:flex-start;gap:11px;margin-bottom:17px}.mini-avatar{width:30px;height:30px;font-size:12px;flex:0 0 auto}.bubble{max-width:78%;padding:14px 17px;border-radius:5px 17px 17px 17px;background:#eef4f1;color:#30433d;font-size:14px;line-height:1.55}.bubble p{margin:0 0 7px}.bubble p:last-child{margin-bottom:0}.user-message{justify-content:flex-end}.user-message .bubble{background:var(--green);color:white;border-radius:17px 5px 17px 17px}.typing .bubble{display:flex;gap:5px;padding:17px}.typing i{width:6px;height:6px;background:#7a918a;border-radius:50%;animation:bounce 1.1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}.answer-text{white-space:pre-line}.source-list{margin-top:12px;padding-top:11px;border-top:1px solid #dbe5e1}.source-list strong{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#62736e}.source-list a{display:flex;justify-content:space-between;gap:10px;color:var(--green);text-decoration:none;margin-top:8px;font-size:12px;font-weight:600}.source-list a:hover{text-decoration:underline}.composer{display:flex;align-items:flex-end;gap:10px;margin:8px 20px 0;padding:8px 8px 8px 17px;border:1px solid #ccd9d4;border-radius:18px;background:#fff;transition:.2s}.composer:focus-within{border-color:#5c9d90;box-shadow:0 0 0 4px rgba(92,157,144,.1)}textarea{flex:1;resize:none;border:0;outline:0;font:14px/1.5 "DM Sans",sans-serif;min-height:42px;max-height:130px;padding:10px 0;background:transparent;color:var(--ink)}textarea::placeholder{color:#95a29e}.composer button{height:42px;border:0;border-radius:12px;background:var(--coral);color:#fff;display:flex;align-items:center;gap:10px;padding:0 14px 0 17px;font:700 12px "DM Sans";cursor:pointer;transition:.2s}.composer button:hover{background:#db624d;transform:translateY(-1px)}.composer button:disabled{opacity:.55;cursor:not-allowed}.composer button b{font-size:18px}.privacy-note{text-align:center;font-size:10px;color:#8c9894;padding:11px 20px 17px}.suggestion-section{margin-top:70px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-heading span{font-size:10px;color:var(--coral);font-weight:800;letter-spacing:1.5px}.section-heading h2{font:800 28px Manrope,sans-serif;letter-spacing:-1px;color:var(--deep);margin:7px 0 0}.section-heading p{font-size:12px;color:#78847f}.suggestion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.suggestion-card{border:1px solid rgba(7,74,64,.1);background:rgba(255,255,255,.78);border-radius:17px;padding:16px;text-align:left;display:flex;align-items:center;gap:11px;cursor:pointer;transition:.2s;color:var(--ink)}.suggestion-card:hover{transform:translateY(-3px);background:#fff;box-shadow:0 10px 28px rgba(9,61,53,.1)}.suggestion-card>span:nth-child(2){min-width:0;flex:1}.suggestion-card strong,.suggestion-card small{display:block}.suggestion-card strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-card small{font-size:10px;color:#82908b;margin-top:4px}.suggestion-card>b{color:#6d7d78}.card-icon{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;font-size:16px;flex:0 0 auto}.coral{background:#fee7e1;color:#d85e49}.mint{background:#dff3ec;color:#188064}.blue{background:#e3eef8;color:#3879aa}.gold{background:#f6edce;color:#9c7920}footer{max-width:1160px;margin:auto;padding:24px 30px 35px;border-top:1px solid rgba(7,74,64,.1);display:flex;justify-content:space-between;color:#77847f;font-size:10px}.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}
@media(max-width:850px){.suggestion-grid{grid-template-columns:repeat(2,1fr)}.page-shell{padding-top:45px}h1{letter-spacing:-2.2px}.section-heading p{display:none}}
@media(max-width:560px){.site-header{height:72px;padding:0 18px}.header-meta{display:none}.page-shell{padding:34px 14px 45px}.hero{margin-bottom:28px}.hero>p{font-size:14px}.desktop-only{display:none}.chat-card{border-radius:20px;min-height:0}.chat-top{padding:0 16px}.messages{height:min(52dvh,420px);min-height:220px;max-height:none;overflow-y:scroll;padding:22px 15px 10px}.bubble{max-width:88%;font-size:13px}.composer{margin:7px 10px 0;padding-left:13px}.composer button span{display:none}.composer button{width:42px;padding:0;justify-content:center}.suggestion-section{margin-top:48px}.suggestion-grid{grid-template-columns:1fr}.section-heading h2{font-size:24px}footer{margin:0 14px;padding:22px 0;display:block;line-height:1.8}footer span{display:block}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Ege Üniversitesi mavi kurumsal paleti */
:root{--green:#005ca9;--deep:#073d74;--mint:#79c5f4;--cream:#f2f8fd;--ink:#132b40;--muted:#607487;--line:#d4e4f1;--white:#fff;--coral:#0078c9;--shadow:0 24px 70px rgba(0,72,138,.14)}
body{background:linear-gradient(180deg,#f8fbff 0,#edf5fb 100%)}
.ambient-one{background:rgba(30,136,229,.16)}.ambient-two{background:rgba(0,92,169,.08)}
.site-header,footer{border-color:rgba(0,92,169,.12)}.eyebrow,.chat-card,.suggestion-card{border-color:rgba(0,92,169,.14)}
.theme-toggle,.language-toggle{border-color:rgba(0,92,169,.2)}.theme-toggle:focus-visible,.language-toggle:focus-visible,.composer button:focus-visible,.suggestion-card:focus-visible{outline:3px solid #168bd2;outline-offset:3px}
.bubble{background:#eaf4fb;color:#25445e}.composer:focus-within{border-color:#4d9bd4;box-shadow:0 0 0 4px rgba(0,92,169,.1)}
.composer button:hover{background:#0064aa}.suggestion-card:hover{box-shadow:0 10px 28px rgba(0,72,138,.12)}

/* Kurumsal logo ve tema denetimi */
.brand-mark{width:49px;height:49px;background:#fff;box-shadow:0 3px 13px rgba(10,44,63,.15);overflow:hidden}
.brand-mark img{width:45px;height:45px;object-fit:contain}
.brand-mark>span{display:none}
.header-actions{display:flex;align-items:center;gap:14px}
.language-toggle{height:36px;min-width:42px;padding:0 11px;border-radius:11px;border:1px solid rgba(7,74,64,.15);background:rgba(255,255,255,.72);color:var(--green);display:grid;place-items:center;text-decoration:none;font:800 11px Manrope,sans-serif;letter-spacing:.7px;transition:.2s}.language-toggle:hover{transform:translateY(-1px);background:#fff}
.theme-toggle{width:42px;height:42px;border-radius:13px;border:1px solid rgba(7,74,64,.15);background:rgba(255,255,255,.72);color:var(--deep);display:grid;place-items:center;cursor:pointer;font-size:19px;transition:.2s}
.theme-toggle:hover{transform:translateY(-1px);background:#fff}.theme-toggle .moon{display:none}
.assistant-avatar{background:#fff;overflow:hidden;border:1px solid #dfe7e4}.assistant-avatar img{width:39px;height:39px;object-fit:contain}

html[data-theme="dark"]{--green:#69baff;--deep:#edf7ff;--ink:#eaf4fc;--muted:#acc3d7;--line:#294a66;--white:#10263a;--cream:#081725;--coral:#38a6ee;--shadow:0 24px 80px rgba(0,0,0,.42);color-scheme:dark}
html[data-theme="dark"] body{background:linear-gradient(180deg,#061522 0,#0a2133 100%);color:var(--ink)}
html[data-theme="dark"] .ambient-one{background:rgba(34,139,230,.18)}html[data-theme="dark"] .ambient-two{background:rgba(39,116,181,.1)}
html[data-theme="dark"] .site-header,html[data-theme="dark"] footer{border-color:#26445d}
html[data-theme="dark"] .brand{color:#e2f3ff}html[data-theme="dark"] .header-meta,html[data-theme="dark"] footer{color:#9fb8cd}
html[data-theme="dark"] .theme-toggle{background:#112b40;border-color:#315879;color:#8ccaff}html[data-theme="dark"] .theme-toggle:hover{background:#17364f}
html[data-theme="dark"] .language-toggle{background:#112b40;border-color:#315879;color:#75c0ff}html[data-theme="dark"] .language-toggle:hover{background:#17364f}
html[data-theme="dark"] .theme-toggle .sun{display:none}html[data-theme="dark"] .theme-toggle .moon{display:inline}
html[data-theme="dark"] .eyebrow{background:rgba(17,43,64,.86);border-color:#315978;color:#7cc5ff}
html[data-theme="dark"] .hero>p,html[data-theme="dark"] .trust-row{color:#abc1d4}
html[data-theme="dark"] .chat-card{background:rgba(13,34,51,.96);border-color:#2b506e}
html[data-theme="dark"] .chat-top{background:#0d273b;border-color:#294b66}html[data-theme="dark"] .chat-top span,html[data-theme="dark"] .privacy-note{color:#91acc1}
html[data-theme="dark"] .icon-button{background:#183a54;color:#80c8ff}
html[data-theme="dark"] .bubble{background:#1a3850;color:#e4f1fa}html[data-theme="dark"] .user-message .bubble{background:#075f9f;color:#fff}
html[data-theme="dark"] .source-list{border-color:#37566e}html[data-theme="dark"] .source-list strong{color:#a8bfd1}html[data-theme="dark"] .source-list a{color:#79c4ff}
html[data-theme="dark"] .composer{background:#0a1f30;border-color:#356080}html[data-theme="dark"] textarea{color:#eff8ff}html[data-theme="dark"] textarea::placeholder{color:#829db2}
html[data-theme="dark"] .suggestion-card{background:rgba(15,39,59,.9);border-color:#2d526f;color:#e8f3fb}html[data-theme="dark"] .suggestion-card:hover{background:#173a54;box-shadow:0 10px 32px rgba(0,0,0,.3)}html[data-theme="dark"] .suggestion-card small,html[data-theme="dark"] .section-heading p{color:#99b2c6}
html[data-theme="dark"] .coral{background:#153f5d;color:#8ed0ff}html[data-theme="dark"] .mint{background:#123d5a;color:#79c8ff}html[data-theme="dark"] .blue{background:#163b58;color:#91d1ff}html[data-theme="dark"] .gold{background:#183b56;color:#9bd6ff}
html:not([data-theme="dark"]) .theme-toggle,html:not([data-theme="dark"]) .language-toggle{border-color:rgba(0,92,169,.2);color:#073d74}
.theme-toggle:focus-visible,.language-toggle:focus-visible,.composer button:focus-visible,.suggestion-card:focus-visible{outline:3px solid #168bd2;outline-offset:3px}
.mini-avatar{background:#fff;border:1px solid #dfe7e4;overflow:hidden}
.mini-avatar img{width:100%;height:100%;display:block;object-fit:contain}
