:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #11213b; background: #fbfaf7; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 92% 4%, #e1ebff 0, transparent 26rem), #fbfaf7; }
button, input { font: inherit; }
button { cursor: pointer; }
.page-shell { max-width: 1160px; min-height: 100vh; margin: auto; padding: 28px 42px 48px; }
.site-nav { display: flex; align-items: center; justify-content: space-between; }
.brand { color: inherit; font-size: 1.18rem; font-weight: 760; letter-spacing: -.04em; text-decoration: none; display: inline-flex; align-items: center; gap: .55rem; }
.brand-mark { display: inline-grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: .55rem; background: #315eea; color: #fff; font-size: .92rem; font-weight: 850; letter-spacing: -.08em; }
.link-button, .text-action { border: 0; background: transparent; color: #315eea; padding: .3rem; font-weight: 680; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; padding: 112px 5.5% 96px; }
.eyebrow { margin: 0 0 1rem; color: #315eea; font-size: .83rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
h1 { max-width: 650px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: .99; letter-spacing: -.07em; }
.lede { max-width: 540px; margin: 1.6rem 0 2rem; color: #506078; font-size: 1.1rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
.primary-button { border: 0; border-radius: .8rem; padding: .9rem 1.2rem; background: #315eea; color: #fff; font-weight: 720; box-shadow: 0 10px 22px #315eea35; }
.primary-button:hover, .primary-button:focus-visible { background: #244ac3; }
.text-action { text-decoration: underline; text-underline-offset: .22em; }
.slide-art { position: relative; min-height: 370px; display: grid; place-items: center; }
.slide-card { position: relative; z-index: 1; width: min(100%, 405px); height: 270px; padding: 32px; border: 1px solid #dce4f5; border-radius: 1.2rem; background: #fff; box-shadow: 0 30px 60px #18315920; transform: rotate(3deg); }
.slide-kicker, .slide-title, .slide-line { display: block; border-radius: 99px; background: #dce5fa; }.slide-kicker { width: 24%; height: 8px; background: #f1c86d; }.slide-title { width: 72%; height: 20px; margin-top: 18px; background: #203c74; }.slide-line { width: 48%; height: 8px; margin-top: 14px; }.slide-line.wide { width: 64%; margin-top: 25px; }
.slide-chart { position: absolute; right: 31px; bottom: 31px; left: 31px; height: 76px; display: flex; gap: 9px; align-items: end; border-bottom: 2px solid #dae2f2; }.slide-chart i { width: 18%; border-radius: 6px 6px 0 0; background: #7898f6; }.slide-chart i:nth-child(1) { height: 38%; }.slide-chart i:nth-child(2) { height: 57%; }.slide-chart i:nth-child(3) { height: 46%; }.slide-chart i:nth-child(4) { height: 82%; background: #315eea; }.slide-chart i:nth-child(5) { height: 68%; }
.dot-grid { position: absolute; width: 178px; height: 160px; right: -8px; bottom: 12px; background-image: radial-gradient(#f1c86d 1.5px, transparent 1.5px); background-size: 17px 17px; }
.value-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; border-top: 1px solid #dce2ed; padding-top: 28px; }.value-list article { padding-right: 1rem; }.value-list span { color: #315eea; font-size: .83rem; font-weight: 760; }.value-list h2 { margin: .6rem 0; font-size: 1.15rem; letter-spacing: -.035em; }.value-list p { margin: 0; color: #607087; line-height: 1.55; }
.auth-dialog { width: min(100% - 32px, 460px); padding: 0; border: 0; border-radius: 1.2rem; color: #11213b; box-shadow: 0 24px 80px #101a2c4d; }.auth-dialog::backdrop { background: #0c183880; backdrop-filter: blur(4px); }.dialog-panel { position: relative; padding: 36px; }.close-button { position: absolute; top: 15px; right: 17px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f0f3f9; color: #405069; font-size: 1.45rem; line-height: 1; }.auth-heading { text-align: center; }.auth-heading .brand-mark { margin-bottom: .8rem; }.auth-heading h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.045em; }.auth-heading p, .auth-view > p { color: #66758c; line-height: 1.5; }.notice, .form-error { border-radius: .65rem; padding: .72rem .85rem; font-size: .9rem; line-height: 1.4; }.notice { background: #edf4ff; color: #234c99; }.form-error { background: #fff0ef; color: #a52e2b; }.google-button { display: block; margin-top: 1.4rem; padding: .85rem 1rem; border: 1px solid #cdd7e8; border-radius: .75rem; color: #17243a; font-weight: 680; text-align: center; text-decoration: none; }.divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: .7rem; align-items: center; margin: 1.15rem 0; color: #718097; font-size: .83rem; }.divider::before, .divider::after { height: 1px; background: #dde3ed; content: ""; }form { display: grid; gap: .9rem; }label { display: grid; gap: .4rem; color: #394960; font-size: .88rem; font-weight: 660; }input { width: 100%; border: 1px solid #cbd5e5; border-radius: .68rem; padding: .76rem .82rem; color: #17243a; outline: 0; }input:focus { border-color: #315eea; box-shadow: 0 0 0 3px #315eea22; }.form-button { width: 100%; margin-top: .2rem; }.inline-action { margin-top: .75rem; padding-left: 0; }.switch-copy { margin: 1.25rem 0 0; font-size: .9rem; text-align: center; }.auth-view h3 { margin: 1.5rem 0 .35rem; font-size: 1.25rem; letter-spacing: -.035em; }.auth-view h3 + p { margin-top: 0; }button:disabled { cursor: wait; opacity: .65; }
@media (max-width: 760px) { .page-shell { padding: 24px 22px 38px; }.hero { grid-template-columns: 1fr; gap: 1.5rem; padding: 74px 0 62px; }.slide-art { min-height: 280px; }.slide-card { width: min(92%, 380px); }.value-list { grid-template-columns: 1fr; gap: 1.5rem; }.value-list article { padding-right: 0; } }
@media (max-width: 400px) { .dialog-panel { padding: 31px 23px; } h1 { font-size: 2.65rem; } }

/* Public, non-sensitive expression of the existing FikraDeck workspace. */
.fikra-shell { min-height: 100vh; padding: 24px clamp(22px, 5vw, 76px) 42px; color: #211b19; background: radial-gradient(circle at 82% 12%, #f4dbc0 0, transparent 20rem), linear-gradient(120deg, #f8f0e5, #f2dfca); }
.fikra-nav { max-width: 1320px; margin: auto; padding-bottom: 22px; border-bottom: 1px solid #2b24211c; display: flex; justify-content: space-between; align-items: center; }
.fikra-brand { color: #211b19; font-size: 1.22rem; font-weight: 820; letter-spacing: -.055em; text-decoration: none; }.fikra-brand > span:first-child { display: inline-block; margin-right: .33rem; color: #bf5b3c; }.fikra-brand > span:last-child { color: #c25436; }
.fikra-nav-actions { display: flex; align-items: center; gap: .95rem; }.language-button { border: 0; background: transparent; color: #554742; font-size: .88rem; font-weight: 660; }.fikra-nav .link-button { color: #211b19; font-size: .92rem; }
.fikra-hero { width: min(1130px, 100%); min-height: calc(100vh - 146px); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 8vw, 9rem); align-items: center; }.fikra-hero.hero { padding: 0; }.fikra-kicker { margin: 0 0 1.05rem; color: #bc5739; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }.fikra-copy h1 { max-width: 530px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.25rem, 7vw, 6.35rem); font-weight: 500; line-height: .9; letter-spacing: -.075em; }.fikra-copy > p:last-child { max-width: 390px; margin: 1.5rem 0 0; color: #66534c; font-size: 1.05rem; line-height: 1.6; }
.fikra-composer { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid #3c2d2624; border-radius: 1.15rem; background: #fffcf7cf; box-shadow: 0 25px 65px #5e301620; }.fikra-composer label { margin-bottom: .7rem; color: #7d5c4f; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.brief-preview { display: block; width: 100%; min-height: 128px; resize: vertical; padding: .3rem 0 1.3rem; border: 0; border-bottom: 1px solid #4a383128; border-radius: 0; background: transparent; color: #312723; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.3; }.brief-preview::placeholder { color: #8a7670; opacity: 1; }.brief-preview:focus { box-shadow: none; border-bottom-color: #bf5b3c; }.prompt-suggestion { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: .6rem; align-items: center; padding: .9rem 0 .1rem; border: 0; background: transparent; color: #725b51; text-align: left; }.prompt-suggestion span { color: #bf5b3c; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.prompt-suggestion b { overflow: hidden; color: #624d44; font-size: .84rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }.prompt-suggestion i { color: #bf5b3c; font-size: 1rem; font-style: normal; }.composer-foot { display: flex; align-items: center; gap: .85rem; padding-top: 1rem; color: #806d65; font-size: .78rem; }.composer-foot span + span { padding-left: .85rem; border-left: 1px solid #4a383128; }.build-button { margin-left: auto; border: 0; border-radius: .6rem; padding: .76rem .9rem; background: #24201e; color: #fffaf4; font-size: .85rem; font-weight: 720; }.build-button b { padding-left: .45rem; font-size: 1.15rem; }
.fikra-notes { width: min(1130px, 100%); margin: 0 auto; padding-top: 18px; border-top: 1px solid #3b2c2520; display: flex; justify-content: space-between; color: #775d52; font-size: .82rem; }.fikra-notes span::before { margin-right: .48rem; color: #c35a3c; content: '✦'; }
@media (max-width: 760px) { .fikra-shell { padding-top: 18px; }.fikra-hero, .fikra-hero.hero { grid-template-columns: 1fr; min-height: auto; padding: 70px 0 82px; gap: 3rem; }.fikra-copy h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }.fikra-notes { display: grid; gap: .85rem; }.composer-foot { flex-wrap: wrap; }.build-button { margin-left: 0; width: 100%; }.composer-foot span + span { border: 0; padding-left: 0; } }

/* Exact public expression of the established FikraDeck composer. */
@font-face { font-family: "Fikra Inter"; src: url("/assets/fonts/fikradeck/inter-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Fikra Fraunces"; src: url("/assets/fonts/fikradeck/fraunces-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Fikra Arabic"; src: url("/assets/fonts/fikradeck/noto-sans-arabic.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --public-paper: #fafaf7;
  --public-surface: rgba(255,255,255,.94);
  --public-soft: #f2f0e9;
  --public-ink: #16130f;
  --public-muted: #70695f;
  --public-line: #e8e4dc;
  --public-line-strong: #d9d3c7;
  --public-accent: #b4552d;
  --public-shadow: 0 30px 60px -20px rgba(48,40,31,.18), 0 8px 20px -10px rgba(48,40,31,.1);
}
body {
  min-height: 100vh;
  color: var(--public-ink);
  background:
    radial-gradient(circle at 50% 10%, rgba(241,225,211,.55), transparent 34%),
    radial-gradient(circle at 9% 44%, rgba(200,102,59,.055), transparent 28%),
    radial-gradient(circle at 91% 44%, rgba(200,102,59,.045), transparent 28%),
    var(--public-paper);
  font-family: "Fikra Inter", Inter, "Segoe UI", Arial, sans-serif;
}
textarea, button { font: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.public-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 74px);
  border-bottom: 1px solid rgba(232,228,220,.96);
  background: rgba(250,250,247,.94);
  backdrop-filter: blur(14px);
}
.public-brand { display: inline-flex; align-items: baseline; color: var(--public-ink); font-size: 20px; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.public-brand i { color: var(--public-accent); font-style: normal; }
.public-brand em { color: var(--public-muted); font-style: normal; }
.public-nav-actions { display: flex; align-items: center; gap: 8px; }
.public-language, .public-sign-in {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--public-line-strong);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--public-ink);
  font-size: 13px;
  font-weight: 700;
}
.public-language:hover, .public-sign-in:hover { border-color: #b7aa9b; background: #fff; }
.public-compose { min-height: calc(100vh - 68px); padding: 48px 34px 64px; }
.public-hero.hero { width: min(100%, 940px); min-height: 0; display: block; margin: 0 auto; padding: 0; }
.public-hero-copy { padding-top: 16px; text-align: center; }
.public-hero-copy::before { width: 44px; height: 3px; display: block; margin: 0 auto 22px; border-radius: 999px; background: var(--public-accent); content: ""; }
.public-hero-copy h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--public-ink);
  font-family: "Fikra Inter", Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.052em;
}
.public-hero-copy p { max-width: 610px; margin: 18px auto 0; color: var(--public-muted); font-size: 14px; line-height: 1.65; }
.public-composer {
  position: relative;
  width: 100%;
  margin: 34px auto 0;
  padding: 18px 20px 16px;
  display: block;
  border: 1px solid var(--public-line-strong);
  border-radius: 22px;
  background: var(--public-surface);
  box-shadow: var(--public-shadow);
}
.public-composer::before { position: absolute; z-index: 3; inset: 0 auto auto 28px; width: 92px; height: 3px; border-radius: 0 0 3px 3px; background: var(--public-accent); content: ""; }
.public-composer:focus-within { border-color: #c7a892; box-shadow: var(--public-shadow), 0 0 0 4px rgba(200,102,59,.08); }
.public-prompt-field { position: relative; }
.public-prompt-field textarea {
  width: 100%;
  min-height: 118px;
  display: block;
  padding: 14px 8px;
  resize: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--public-ink);
  font-size: 16px;
  line-height: 1.9;
}
.public-prompt-field textarea::placeholder { color: var(--public-muted); opacity: 1; }
.public-prompt-field textarea.has-rotator::placeholder { color: transparent; }
.public-prompt-rotator { position: absolute; inset: 14px 8px auto; color: var(--public-muted); font-size: 16px; line-height: 1.9; pointer-events: none; }
.public-prompt-rotator::after { display: inline-block; width: 1px; height: 1.15em; margin-left: 2px; vertical-align: -.2em; background: var(--public-accent); animation: publicCaret 1s steps(1,end) infinite; content: ""; }
@keyframes publicCaret { 0%,48% { opacity: 1; } 49%,100% { opacity: 0; } }
.public-composer-controls { min-height: 62px; display: flex; align-items: center; gap: 10px; padding-top: 13px; border-top: 1px solid rgba(23,22,18,.09); }
.public-control-group { min-width: 0; display: flex; flex: 1; align-items: center; gap: 8px; }
.public-option, .public-icon-button {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid var(--public-line);
  border-radius: 999px;
  background: var(--public-paper);
  color: var(--public-ink);
  font-size: 11px;
  font-weight: 700;
}
.public-option span { color: var(--public-muted); font-size: 10px; font-weight: 600; }
.public-option:hover, .public-icon-button:hover { border-color: #c8b9a8; background: var(--public-soft); }
.public-mode > span { color: var(--public-accent); font-size: 15px; }
.public-icon-button { width: 38px; min-width: 38px; height: 38px; padding: 0; border-color: transparent; background: transparent; }
.public-icon-button img { width: 19px; height: 19px; opacity: .72; }
.public-generate {
  min-width: 178px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--public-ink);
  color: var(--public-paper);
  font-size: 12px;
  font-weight: 800;
}
.public-generate:hover { background: var(--public-accent); color: #fff; }
.public-generate img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.public-suggestions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 18px auto 0; }
.public-suggestions button { min-height: 36px; padding: 0 14px; border: 1px solid var(--public-line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--public-muted); font-size: 11px; font-weight: 700; }
.public-suggestions button::before { margin-right: 7px; color: var(--public-accent); content: "\2726"; }
.public-suggestions button:hover { border-color: #c8b9a8; background: #fff; color: var(--public-ink); }
.public-capabilities { margin: 48px auto 0; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--public-line); color: var(--public-muted); font-size: 12px; }
.public-capabilities span::before { margin-right: 7px; color: var(--public-accent); content: "\2726"; }
html[dir="rtl"] body { font-family: "Fikra Arabic", "Segoe UI", Tahoma, Arial, sans-serif; }
html[dir="rtl"] .public-prompt-field textarea { direction: rtl; text-align: right; }
html[dir="rtl"] .public-prompt-rotator { text-align: right; }
html[dir="rtl"] .public-composer::before { right: 28px; left: auto; }
html[dir="rtl"] .public-suggestions button::before, html[dir="rtl"] .public-capabilities span::before { margin-right: 0; margin-left: 7px; }

@media (max-width: 700px) {
  .public-topbar { height: 60px; padding: 0 14px; }
  .public-language, .public-sign-in { min-height: 34px; padding: 0 11px; font-size: 12px; }
  .public-compose { min-height: calc(100vh - 60px); padding: 34px 15px 48px; }
  .public-hero-copy h1 { font-size: clamp(40px, 12vw, 52px); letter-spacing: -.04em; }
  .public-hero-copy p { margin-top: 14px; font-size: 13px; }
  .public-composer { margin-top: 28px; padding: 15px; border-radius: 18px; }
  .public-prompt-field textarea { min-height: 104px; padding: 12px 4px; font-size: 15px; }
  .public-prompt-rotator { inset: 12px 4px auto; font-size: 15px; }
  .public-composer-controls { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .public-control-group { overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .public-control-group::-webkit-scrollbar { display: none; }
  .public-generate { width: 100%; }
  .public-capabilities { display: grid; gap: 10px; margin-top: 38px; }
}

@media (prefers-reduced-motion: reduce) { .public-prompt-rotator::after { animation: none; } }
