/* Blog article stylesheet generated from live selector coverage. */
:root { --teal: #1B7C83; --teal-dark: #124f54; --teal-glow: #151515; --teal-mid: #2a939b; --teal-light: #e8f5f6; --ink: #080d0e; --ink-soft: #0f1a1b; --smoke: #f5f4f1; --mist: #eceae6; --warm-white: #faf9f7; --body: #3d4a4a; --muted: #adadad; --border: rgba(15, 23, 42, 0.08); --border-strong: rgba(15, 23, 42, 0.16); --border-glow: inset 0 1px 1px rgba(255, 255, 255, 0.9); --fs-xs: 0.75rem; --fs-sm: 0.875rem; --fs-base: 1rem; --fs-md: 1.05rem; --fs-lg: 1.15rem; --fs-xl: 1.35rem; --label: 1rem; --label-ls: 0.18em; }
*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
p { font-weight: 200 !important; }
body { font-family: Manrope, sans-serif; background: var(--warm-white); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; cursor: auto; line-height: 1.85; }
.cursor { position: fixed; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s; mix-blend-mode: multiply; }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1.5px solid var(--teal); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); transition: transform 0.08s, width 0.3s, height 0.3s, opacity 0.3s; opacity: 0.4; }
body::before { content: ""; position: fixed; inset: 0px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9997; opacity: 0.35; }
nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 500; padding: 0px; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1); background: transparent; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: var(--smoke); border: 1px solid var(--border); border-radius: 12px; padding: 1rem; min-width: 200px; box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 40px; opacity: 0; visibility: hidden; transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; gap: 0.5rem; z-index: 1000; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0px); }
.dropdown-menu a { padding: 0.6rem 1rem; border-radius: 8px; white-space: nowrap; font-size: 0.85rem !important; text-transform: none !important; letter-spacing: 0px !important; }
.dropdown-menu a:hover { background: var(--teal-light); color: var(--teal) !important; }
.container { max-width: 1380px; margin: 0px auto; padding: 0px 3rem; }
.section-label { font-size: var(--label); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 1.1rem; }
.status-dot { width: 5px; height: 5px; background: var(--teal); border-radius: 50%; animation: 2s ease 0s infinite normal none running pulse-green; }
footer { background: var(--smoke); padding: 8rem 0px 3rem; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
footer::after { content: "KEHEM IT"; position: absolute; bottom: -5vw; left: 50%; transform: translateX(-50%); font-family: Manrope, sans-serif; font-size: 28vw; font-weight: 800; color: rgba(15, 171, 188, 0.02); white-space: nowrap; pointer-events: none; z-index: 1; line-height: 1; letter-spacing: -0.04em; }
.footer-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; margin-bottom: 1.5rem; }
.footer-logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; box-shadow: rgba(15, 171, 188, 0.2) 0px 10px 20px; }
.footer-desc { font-size: 1.1rem; color: var(--body); line-height: 1.9; max-width: 300px; font-weight: 500; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; position: relative; z-index: 2; }
.footer-copy { font-size: 1rem; font-weight: 600; color: var(--muted); }
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--warm-white); border-radius: 100px; padding: 1rem 2rem; font-size: var(--fs-sm); font-weight: 500; box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 48px; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 999; white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0px); }
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.7s, transform 0.7s; }
.fade-up.in { opacity: 1; transform: translateY(0px); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }
@media (max-width: 1100px) {.container { padding: 0px 2rem; }}
@media (max-width: 600px) {.container { padding: 0px 1.5rem; }}
.footer-apple { padding: 100px 0px 40px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.06), transparent 30%), linear-gradient(rgb(15, 23, 32), rgb(9, 16, 24)); color: rgb(255, 255, 255); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: start; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: rgb(255, 255, 255); font-size: 28px; letter-spacing: -1px; font-weight: 600; }
.footer-logo-mark { width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgb(27, 124, 131), rgb(19, 94, 99)); color: rgb(255, 255, 255); box-shadow: rgba(27, 124, 131, 0.25) 0px 12px 30px; }
.footer-desc { margin-top: 24px; max-width: 480px; font-size: 17px; line-height: 1.9; color: rgba(255, 255, 255, 0.68); }
.footer-status { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); font-size: 14px; font-weight: 600; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: rgb(53, 208, 127); box-shadow: rgba(53, 208, 127, 0.12) 0px 0px 0px 8px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-col h4 { font-size: 14px; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 24px; font-weight: 700; }
.footer-col a { display: block; margin-bottom: 14px; text-decoration: none; color: rgba(255, 255, 255, 0.82); font-size: 16px; transition: 0.3s; }
.footer-col a:hover { color: rgb(255, 255, 255); transform: translateX(4px); }
.footer-line { height: 1px; background: rgba(255, 255, 255, 0.08); margin: 70px 0px 28px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-copy { color: rgba(255, 255, 255, 0.55); font-size: 15px; }
.footer-socials { display: flex; gap: 12px; }
.social-btn { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); text-decoration: none; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.07); transition: 0.35s; }
.social-btn:hover { transform: translateY(-4px); background: rgb(27, 124, 131); border-color: rgb(27, 124, 131); }
@media (max-width: 1100px) {.footer-top { grid-template-columns: 1fr; gap: 55px; }
.footer-grid { grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px) {.footer-apple { padding: 70px 0px 30px; }
.footer-logo { font-size: 24px; }
.footer-desc { font-size: 16px; }
.footer-grid { grid-template-columns: 1fr; gap: 26px; }
.footer-line { margin: 45px 0px 24px; }
.footer-bottom { flex-direction: column; align-items: flex-start; }}
.hero-grid-bg { position: absolute; inset: 0px; background-image: linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black 45%, transparent 85%); opacity: 0.55; pointer-events: none; }
:root { --bg: #f5f5f7; --card: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-dark: #14666c; --shadow: 0 20px 60px rgba(0, 0, 0, .08); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.section-label { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
.fade-up p { font-size: 1.12rem; line-height: 1.9; color: var(--muted); max-width: 560px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
:root { --bg: #f5f5f7; --white: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-soft: #eef7f7; --shadow: 0 20px 60px rgba(0, 0, 0, .07); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { width: min(1280px, 92%); margin: auto; }
.apple-nav { position: fixed; top: 16px; left: 0px; width: 100%; z-index: 999; padding: 0px 18px; }
.nav-wrap { max-width: 1320px; margin: auto; height: 72px; padding: 0px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 22px; background: rgba(255, 255, 255, 0.74); backdrop-filter: blur(22px); border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 28px, rgba(255, 255, 255, 0.75) 0px 1px 0px inset; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-logo span { font-size: 18px; font-weight: 700; color: rgb(17, 17, 17); letter-spacing: -0.4px; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu > a, .dropdown-btn { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: none; text-decoration: none; color: rgb(68, 68, 68); font-size: 15px; font-weight: 500; padding: 11px 15px; border-radius: 999px; cursor: pointer; transition: 0.25s; }
.nav-menu > a:hover, .dropdown-btn:hover { background: rgba(0, 0, 0, 0.04); color: rgb(17, 17, 17); }
.nav-btn { margin-left: 8px; box-shadow: rgba(27, 124, 131, 0.16) 0px 10px 20px; background: rgb(27, 124, 131) !important; color: rgb(255, 255, 255) !important; padding: 12px 18px !important; }
.nav-btn:hover { background: rgb(21, 104, 110) !important; }
.nav-dropdown { position: relative; }
.dropdown-btn { display: flex; align-items: center; gap: 8px; }
.dropdown-btn svg { width: 16px; height: 16px; }
.dropdown-menu { position: absolute; top: 56px; left: 0px; min-width: 220px; padding: 10px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(20px); border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.25s; }
.dropdown-menu a { display: block; padding: 12px 14px; border-radius: 14px; text-decoration: none; color: rgb(51, 51, 51); font-size: 15px; transition: 0.22s; }
.dropdown-menu a:hover { background: rgb(245, 245, 247); color: rgb(17, 17, 17); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-toggle { width: 46px; height: 46px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 14px; background: rgba(0, 0, 0, 0.04); display: none; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 12px; width: 22px; height: 2px; background: rgb(17, 17, 17); }
.nav-toggle span:first-child { top: 17px; }
.nav-toggle span:last-child { top: 26px; }
@media (max-width: 1024px) {.nav-toggle { display: block; }
.nav-menu { position: absolute; top: 84px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border-radius: 22px; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(22px); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: 0.25s; }
.nav-menu.show { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-menu > a, .dropdown-btn { width: 100%; text-align: left; border-radius: 16px; }
.dropdown-btn { justify-content: space-between; }
.dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: rgb(247, 247, 247); margin-top: 6px; display: none; }
.nav-dropdown.open .dropdown-menu { display: block; }
.nav-btn { margin-left: 0px; margin-top: 6px; text-align: center !important; }}
@media (max-width: 600px) {body { padding: 30px 15px; }}
html, body { cursor: auto !important; }
a, button, [role="button"], .blog-card, .blog-featured, .service-item, .project-apple { cursor: pointer; }
.cursor, .cursor-ring { display: none !important; }
.blog-featured, .blog-card, .blog-read-link, .article-back, .article-btn-primary, .article-btn-secondary, .toc-list a, .related-list a { text-decoration: none !important; }
.blog-read-link:hover, .article-back:hover, .toc-list a:hover, .related-list a:hover { text-decoration: none !important; }
.brand-logo-img { width: 3.4rem; }
.author-heading-reset { margin: 0px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: inherit; font-weight: 700; }
.article-hero { position: relative; overflow: hidden; padding: 155px 0px 86px; background: radial-gradient(circle at 16% 18%, rgba(27, 124, 131, 0.12), transparent 28%), radial-gradient(circle at 86% 16%, rgba(27, 124, 131, 0.08), transparent 30%), linear-gradient(rgb(255, 255, 255) 0%, rgb(247, 251, 251) 100%); }
.article-hero-inner { position: relative; z-index: 2; max-width: 980px; margin: 0px auto; text-align: center; }
.article-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.article-title { margin: 18px auto 0px; max-width: 1000px; color: var(--ink); font-size: clamp(3rem, 6.4vw, 6rem); line-height: 0.98; letter-spacing: -3.5px; font-weight: 600; }
.article-title em { color: var(--teal); font-style: italic; font-weight: 500; }
.article-sub { margin: 28px auto 0px; max-width: 760px; color: rgb(102, 112, 133); font-size: 21px; line-height: 1.8; font-weight: 700; }
.article-meta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.article-meta-row span { padding: 12px 18px; border-radius: 999px; color: rgb(52, 64, 84); background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 24px; font-size: 14px; font-weight: 800; }
.article-shell { padding: 96px 0px 130px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.05), transparent 30%), linear-gradient(rgb(255, 255, 255), rgb(248, 251, 251)); }
.article-layout { display: grid; grid-template-columns: minmax(0px, 1fr) 320px; gap: 56px; align-items: start; }
.article-card { overflow: hidden; border-radius: 38px; border: 1px solid rgba(16, 24, 40, 0.07); background: rgb(255, 255, 255); box-shadow: rgba(15, 23, 42, 0.06) 0px 30px 90px; }
.article-visual { position: relative; min-height: 360px; overflow: hidden; background: radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.22), transparent 20%), linear-gradient(135deg, rgb(15, 23, 32) 0%, rgb(18, 56, 61) 52%, rgb(27, 124, 131) 100%); }
.article-visual::before { content: ""; position: absolute; inset: 0px; background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(black, transparent 90%); }
.article-code-window { position: absolute; left: 50%; top: 50%; width: min(640px, 100% - 48px); transform: translate(-50%, -50%); padding: 28px; border-radius: 26px; color: rgb(217, 243, 244); background: rgba(9, 16, 24, 0.76); border: 1px solid rgba(255, 255, 255, 0.16); backdrop-filter: blur(18px); box-shadow: rgba(0, 0, 0, 0.26) 0px 28px 76px; font-family: Consolas, Monaco, monospace; font-size: 14px; line-height: 1.8; }
.article-code-window strong { color: rgb(156, 229, 232); font-weight: 800; }
.article-content { padding: 62px; }
.article-content > :first-child { margin-top: 0px; }
.article-content p { margin: 0px 0px 28px; color: rgb(71, 84, 103); font-size: 19px; line-height: 1.9; font-weight: 650; }
.article-content .lead { color: var(--ink); font-size: 23px; line-height: 1.75; letter-spacing: -0.3px; }
.article-content h2 { margin: 58px 0px 20px; color: var(--ink); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -1.6px; }
.article-content h3 { margin: 38px 0px 14px; color: var(--ink); font-size: 1.55rem; line-height: 1.18; letter-spacing: -0.7px; }
.article-content ul { display: grid; gap: 14px; margin: 0px 0px 30px; padding: 0px; list-style: none; }
.article-content li { position: relative; padding-left: 28px; color: rgb(71, 84, 103); font-size: 18px; line-height: 1.75; font-weight: 700; }
.article-content li::before { content: ""; position: absolute; left: 0px; top: 13px; width: 9px; height: 9px; border-radius: 999px; background: var(--teal); box-shadow: rgba(27, 124, 131, 0.1) 0px 0px 0px 7px; }
.article-content pre { margin: 34px 0px; padding: 28px; overflow-x: auto; border-radius: 26px; color: rgb(217, 243, 244); background: rgb(15, 23, 32); border: 1px solid rgba(255, 255, 255, 0.08); font-size: 14px; line-height: 1.8; }
.article-sidebar { position: sticky; top: 110px; display: grid; gap: 22px; }
.side-card { padding: 26px; border-radius: 28px; border: 1px solid rgba(16, 24, 40, 0.07); background: rgba(255, 255, 255, 0.86); box-shadow: rgba(15, 23, 42, 0.055) 0px 22px 60px; }
.side-card h3 { margin: 0px 0px 18px; color: var(--ink); font-size: 20px; letter-spacing: -0.5px; }
.toc-list { display: grid; gap: 12px; }
.toc-list a { color: rgb(102, 112, 133); font-size: 14px; font-weight: 800; line-height: 1.5; transition: color 0.2s; }
.toc-list a:hover { color: var(--teal); }
.author-row { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.author-avatar { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: rgb(255, 255, 255); background: linear-gradient(135deg, rgb(18, 56, 61), rgb(27, 124, 131)); font-weight: 900; }
.side-card p { margin: 0px; color: rgb(102, 112, 133); font-size: 14px; line-height: 1.7; font-weight: 700; }
.related-list { display: grid; gap: 14px; }
.related-list a { display: block; padding: 14px; border-radius: 18px; color: var(--ink); background: rgb(246, 251, 251); font-size: 14px; font-weight: 850; line-height: 1.45; transition: transform 0.2s, background 0.2s; }
.related-list a:hover { transform: translateY(-2px); background: rgb(238, 248, 248); }
.article-bottom-cta { margin-top: 40px; padding: 40px; border-radius: 32px; color: rgb(255, 255, 255); background: radial-gradient(circle at right top, rgba(255, 255, 255, 0.16), transparent 30%), linear-gradient(135deg, rgb(15, 23, 32), rgb(18, 56, 61) 58%, rgb(27, 124, 131)); }
.article-bottom-cta h2 { margin: 0px 0px 14px; color: rgb(255, 255, 255); }
.article-bottom-cta p { color: rgba(255, 255, 255, 0.74); }
.article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.article-btn-primary, .article-btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0px 22px; border-radius: 999px; font-size: 14px; font-weight: 900; }
.article-btn-primary { color: rgb(18, 56, 61); background: rgb(255, 255, 255); }
.article-btn-secondary { color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.22); }
@media (max-width: 1100px) {.article-layout { grid-template-columns: 1fr; }
.article-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px) {.article-hero { padding: 130px 0px 70px; }
.article-title { letter-spacing: -2px; }
.article-sub { font-size: 16px; line-height: 1.75; }
.article-shell { padding: 70px 0px 90px; }
.article-content { padding: 30px; }
.article-content p, .article-content li { font-size: 16px; }
.article-content .lead { font-size: 19px; }
.article-sidebar { grid-template-columns: 1fr; }}
