@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100vw;margin:0;padding:0;overflow-x:hidden;box-sizing:border-box}body{font-family:system-ui,Arial,sans-serif;line-height:1.5;background-color:#fff;color:#213547}@media (prefers-color-scheme: dark){body{background-color:#242424;color:#ffffffde}button{background-color:#444;color:#fff}}:root{--aleem-grad: linear-gradient(90deg, #955c9d 15%, #519cdb 95%);--aleem-purple: #955c9d;--aleem-blue: #519cdb;--aleem-ink: #2c2a44;--aleem-muted: #75739a}.aleem-root{height:100dvh;width:100%;display:flex;flex-direction:column;font-family:IBM Plex Sans Arabic,system-ui,sans-serif;color:var(--aleem-ink);background:linear-gradient(180deg,#fff 30%,#f2e6f4 70%,#d3def4);overflow:hidden}.aleem-header{flex:0 0 auto;display:flex;align-items:center;justify-content:center;position:relative;height:56px;background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(149,92,157,.08);z-index:5}.aleem-logo{height:44px;object-fit:contain}.aleem-newchat{position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);border:1px solid rgba(149,92,157,.25);background:#fff;color:#6a5687;font-family:inherit;font-size:.85rem;border-radius:18px;padding:6px 12px;cursor:pointer}.aleem-newchat:disabled{opacity:.5;cursor:default}.aleem-scroll{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.aleem-scroll::-webkit-scrollbar{display:none}.aleem-messages{max-width:720px;margin:0 auto;padding:18px 16px 24px;display:flex;flex-direction:column;gap:16px}.aleem-hero{max-width:640px;margin:0 auto;padding:11vh 24px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.hero-mark{font-size:38px;line-height:1;background:var(--aleem-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title{font-size:2.1rem;font-weight:700;margin:0}.hero-sub{font-size:1.02rem;color:var(--aleem-muted);line-height:1.8;margin:0}.hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px}.chip{border:1px solid rgba(149,92,157,.22);background:#ffffffe0;color:#4c4370;border-radius:22px;padding:9px 16px;font-size:.95rem;font-family:inherit;line-height:1.5;cursor:pointer;transition:transform .12s,box-shadow .12s,border-color .12s}.chip:hover:enabled{border-color:#955c9d80;box-shadow:0 4px 14px #5a93f824}.chip:active:enabled{transform:scale(.97)}.chip:disabled{opacity:.6;cursor:default}.msg-user{position:relative;align-self:flex-end;max-width:85%;padding:6px 16px 6px 4px;font-size:1.12rem;font-weight:600;line-height:1.7;animation:msg-in .4s ease}.msg-user:after{content:"";position:absolute;top:8px;right:0;width:4px;height:calc(100% - 16px);border-radius:8px;background:linear-gradient(360deg,#5a93f8 50%,#a660af)}.msg-assistant{align-self:stretch;display:flex;flex-direction:column;gap:12px;animation:msg-in .4s ease}@keyframes msg-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.msg-text{font-size:1.04rem;line-height:1.9;color:#424262}.msg-assistant.error .msg-text{color:#8a3a4a}.rt-line{margin:0 0 4px}.rt-gap{height:8px}.msg-assistant.streaming .msg-text .rt-line:last-child:after{content:"▍";margin-inline-start:2px;color:var(--aleem-purple);animation:caret-blink 1s steps(2) infinite}@keyframes caret-blink{0%,to{opacity:1}50%{opacity:0}}.rt-link{display:inline-block;padding:3px 12px;margin:6px 0 0;border-radius:38px;background:var(--aleem-grad);color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;white-space:nowrap;max-width:90%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.rt-link:hover{filter:brightness(1.08)}.msg-status{display:flex;align-items:center;gap:10px;color:var(--aleem-muted);font-size:.95rem}.status-dots:after{content:"";display:inline-block;width:24px;height:8px;background:url('data:image/svg+xml;utf8,<svg width="40" height="10" viewBox="0 0 40 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="4" fill="%237f7c94"/><circle cx="20" cy="5" r="4" fill="%237f7c94"/><circle cx="35" cy="5" r="4" fill="%237f7c94"/></svg>') no-repeat center / contain;animation:dots-breath 1.4s infinite ease-in-out}@keyframes dots-breath{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.story-cards{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.story-cards::-webkit-scrollbar{display:none}.story-card{flex:0 0 auto;width:min(280px,76vw);scroll-snap-align:start;background:#fffffff0;border:1px solid rgba(149,92,157,.12);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;box-shadow:0 4px 18px #5a93f814;transition:transform .15s,box-shadow .15s}.story-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5a93f829}.story-card-img{height:140px;background:linear-gradient(120deg,#f2e6f4,#d3def4)}.story-card-img img{width:100%;height:100%;object-fit:cover;display:block}.story-card-img.img-missing img{display:none}.story-card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px}.story-card-meta{display:flex;align-items:center;gap:8px}.story-pill{background:#f2e6f4;color:#7a4b85;border-radius:20px;padding:2px 10px;font-size:.75rem;font-weight:600}.story-time{color:var(--aleem-muted);font-size:.75rem}.story-title{font-size:.98rem;font-weight:600;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-excerpt{font-size:.85rem;color:#6a6a85;line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.assistant-chips{display:flex;flex-wrap:wrap;gap:8px}.aleem-composer{flex:0 0 auto;padding:8px 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff0,#f0ebf6eb 45%)}.composer-form{display:flex;align-items:center;gap:10px;max-width:720px;margin:0 auto;background:#fff;border-radius:40px;box-shadow:0 2px 16px #5a93f81f;padding:8px}.composer-input{flex:1;border:none;outline:none;background:transparent;font-size:1.05rem;font-family:inherit;color:#23294d;padding:8px 10px;min-width:0}.composer-input::placeholder{color:#b0b0c0}.composer-input:disabled{color:#888}.composer-send{width:44px;height:44px;flex:0 0 auto;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(90deg,#6b9dee 20%,#a0579f,#6b9dee);background-size:200% 100%;animation:send-sheen 6s linear infinite}.composer-send:disabled{opacity:.55;cursor:default}@keyframes send-sheen{0%{background-position:200% 0}to{background-position:0 0}}.aleem-disclaimer{max-width:720px;margin:8px auto 0;text-align:center;font-size:.75rem;color:#71708e;line-height:1.6}@media (min-width: 700px){.story-card{width:300px}.aleem-messages{padding:24px 24px 32px}}
