:root{--theme-primary:#c2185b;--theme-primary-light:#f8bbd9;--theme-primary-dark:#880e4f;--theme-accent:#f50057;--theme-bg:#1a0a12;--theme-surface:#2d1320;--theme-text:#fce4ec;--theme-text-muted:#f8bbd9;--theme-hero-gradient:linear-gradient(135deg,#1a0a12,#2d1320 50%,#4a1c35);--theme-card-border:rgba(194,24,91,.4);--theme-star-avatar:url(/images/ayra01.png);--theme-bg-image:url(/images/hania-bg.svg);--theme-hero-image:url(/images/ayra01.png)}[data-theme=kamiyar]{--theme-primary:#1565c0;--theme-primary-light:#bbdefb;--theme-primary-dark:#0d47a1;--theme-accent:#2196f3;--theme-bg:#0a1628;--theme-surface:#132f4c;--theme-text:#e3f2fd;--theme-text-muted:#bbdefb;--theme-hero-gradient:linear-gradient(135deg,#0a1628,#132f4c 50%,#1e3a5f);--theme-card-border:rgba(21,101,192,.4);--theme-star-avatar:url(/images/kamiyar01.png);--theme-bg-image:url(/images/bilal-bg.svg);--theme-hero-image:url(/images/kamiyar01.png)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--theme-bg);background-image:var(--theme-bg-image);background-size:cover;background-attachment:fixed;background-position:50%;color:var(--theme-text);-webkit-font-smoothing:antialiased;position:relative}body:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 50%,rgba(0,0,0,.6));pointer-events:none;z-index:0}a{color:var(--theme-accent);text-decoration:none}a:hover{text-decoration:underline}.ModeSwitcher_wrapper__FMjkG{display:flex;border-radius:9999px;overflow:hidden;border:2px solid var(--theme-card-border);background:var(--theme-bg)}.ModeSwitcher_btn__CXN_X{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;border:none;cursor:pointer;background:transparent;color:var(--theme-text-muted);transition:background .2s,color .2s}.ModeSwitcher_avatar__FvkE3{display:inline-flex;width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.ModeSwitcher_avatarImg__eXh6I{width:100%!important;height:100%!important;object-fit:cover}.ModeSwitcher_btn__CXN_X:hover{color:var(--theme-text);background:hsla(0,0%,100%,.06)}.ModeSwitcher_btn__CXN_X[data-active=true]{background:var(--theme-primary);color:#fff}.ModeSwitcher_btn__CXN_X[data-active=true]:hover{background:var(--theme-primary-dark);color:#fff}.Header_header__AF_3G{background:var(--theme-surface);border-bottom:2px solid var(--theme-card-border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_inner__bfSJD{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.Header_logo__1FRrW{text-decoration:none;color:var(--theme-text)}.Header_logo__1FRrW:hover{text-decoration:none;color:var(--theme-accent)}.Header_logoTitle__Ijiz5{display:block;font-size:1.1rem;font-weight:700;letter-spacing:.02em}.Header_logoSub__sWtUT{display:block;font-size:.75rem;color:var(--theme-text-muted);font-weight:500}.Header_nav__LVYU2{display:flex;gap:1.25rem;align-items:center}.Header_navLink__bX76H{color:var(--theme-text-muted);font-weight:500;font-size:.95rem}.Header_navLink__bX76H:hover{color:var(--theme-accent);text-decoration:none}.Header_dropdownWrap__ZwrsA{position:relative}.Header_dropdownTrigger__67Wkq{display:inline-flex;align-items:center;gap:.25rem;text-decoration:none;color:var(--theme-text-muted);font-weight:500;font-size:.95rem}.Header_dropdownTrigger__67Wkq:hover{color:var(--theme-accent);text-decoration:none}.Header_dropdownCaret__8J_6X{font-size:.6rem;opacity:.8;transition:transform .2s}.Header_dropdownWrap__ZwrsA:hover .Header_dropdownCaret__8J_6X{transform:rotate(180deg)}.Header_dropdown__f5upL{position:absolute;top:100%;left:0;margin:0;padding:.35rem 0 .5rem;min-width:180px;list-style:none;background:var(--theme-surface);border:2px solid var(--theme-card-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:200;display:none;animation:Header_dropdownIn__DkHml .2s ease-out}.Header_dropdownWrap__ZwrsA:hover .Header_dropdown__f5upL{display:block}@keyframes Header_dropdownIn__DkHml{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header_dropdownLink__zc8kB{display:block;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--theme-text-muted);text-decoration:none;transition:background .15s,color .15s}.Header_dropdownLink__zc8kB:hover{background:hsla(0,0%,100%,.06);color:var(--theme-accent);text-decoration:none}.Header_right__IaiY4{display:flex;align-items:center;gap:.75rem}@media (max-width:768px){.Header_dropdownWrap__ZwrsA .Header_dropdown__f5upL,.Header_dropdownWrap__ZwrsA:hover .Header_dropdown__f5upL{display:none!important}.Header_dropdownCaret__8J_6X{display:none}.Header_dropdownWrap__ZwrsA .Header_dropdownTrigger__67Wkq{pointer-events:auto}}@media (max-width:640px){.Header_inner__bfSJD{flex-direction:column;align-items:flex-start}.Header_nav__LVYU2{width:100%}.Header_right__IaiY4{width:100%;justify-content:space-between}}.Footer_footer__4vzqH{margin-top:auto;padding:1.5rem 1.5rem 2rem;border-top:2px solid var(--theme-card-border);background:var(--theme-surface);text-align:center}.Footer_disclaimer__HaL_N{font-size:.85rem;color:var(--theme-text-muted);line-height:1.5;max-width:640px;margin:0 auto 1rem}.Footer_disclaimer__HaL_N strong{color:var(--theme-text)}.Footer_links__LGHlK{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.Footer_link__wByfM{font-size:.9rem;font-weight:600;color:var(--theme-primary);text-decoration:none}.Footer_link__wByfM:hover{text-decoration:underline}.Footer_copyright__1v3uR{font-size:.8rem;color:var(--theme-text-muted);opacity:.9;margin:0}@keyframes FloatingPhotos_float__L07jO{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.FloatingPhotos_spot__6tVk1{position:fixed;z-index:0;pointer-events:none;animation:FloatingPhotos_float__L07jO 5s ease-in-out infinite}.FloatingPhotos_spot__6tVk1:nth-child(2){animation-delay:1.2s;animation-duration:4.5s}.FloatingPhotos_spot__6tVk1:nth-child(3){animation-delay:2.5s;animation-duration:6s}.FloatingPhotos_circle__RDmeD{border-radius:50%;overflow:hidden;background:var(--theme-surface);display:flex;align-items:center;justify-content:center;opacity:.14}.FloatingPhotos_photo__VlgPs{width:100%;height:100%;display:block;object-fit:cover}@media (max-width:768px){.FloatingPhotos_spot__6tVk1{display:none}}