:root {
  --ink: #08111f;
  --ink-soft: #526173;
  --muted: #778396;
  --line: #e4e9ef;
  --paper: #f7f9fb;
  --white: #ffffff;
  --cyan: #45e1ff;
  --cyan-dark: #0d9bbd;
  --violet: #8f78ff;
  --mint: #59e1c0;
  --amber: #f4c575;
  --danger: #d94b67;
  --shadow: 0 20px 60px rgba(15, 35, 58, .09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
body::selection { background: rgba(69, 225, 255, .35); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.is-hidden { display: none !important; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 249, 251, .88); border-bottom: 1px solid rgba(228, 233, 239, .82); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 37px; height: 37px; display: inline-grid; place-items: center; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 16px rgba(8, 17, 31, .18); }
.brand-mark img { width: 100%; height: 100%; }
.brand-copy { display: inline-flex; align-items: baseline; gap: 4px; letter-spacing: -.04em; font-size: 18px; }
.brand-copy strong { font-weight: 800; }
.brand-copy span { color: var(--ink-soft); font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-link { color: var(--ink-soft); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-admin { color: var(--violet); }
.nav-download { margin-left: 3px; }

.button { border: 1px solid transparent; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .nav-link:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .icon-button:focus-visible { outline: 3px solid rgba(69, 225, 255, .5); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--cyan); box-shadow: 0 10px 24px rgba(69, 225, 255, .22); }
.button-primary:hover { background: #6be8ff; box-shadow: 0 14px 30px rgba(69, 225, 255, .3); }
.button-outline { color: var(--ink); border-color: #d4dce6; background: rgba(255, 255, 255, .72); }
.button-outline:hover { border-color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { box-shadow: 0 12px 28px rgba(8, 17, 31, .22); }
.button-ghost { color: var(--ink-soft); background: transparent; border-color: transparent; }
.button-ghost:hover { color: var(--ink); background: #eef2f6; }
.button-small { min-height: 38px; padding: 0 14px; font-size: 13px; }
.text-link { color: var(--ink-soft); font-weight: 700; font-size: 14px; transition: color .2s ease; }
.text-link:hover { color: var(--ink); }

.hero-section { color: var(--white); overflow: hidden; background: var(--ink); position: relative; }
.hero-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: 43%; top: -370px; border-radius: 50%; border: 1px solid rgba(69, 225, 255, .18); box-shadow: 0 0 0 60px rgba(69, 225, 255, .02), 0 0 0 120px rgba(143, 120, 255, .025); }
.hero-section::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; bottom: -185px; border-radius: 50%; background: rgba(143, 120, 255, .12); filter: blur(40px); }
.hero-grid { min-height: 590px; padding: 98px 0 86px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .87fr); align-items: center; gap: 75px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--cyan-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--cyan); display: flex; gap: 9px; align-items: center; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(69, 225, 255, .12); }
.hero-copy h1 { max-width: 630px; margin: 0; font-size: clamp(42px, 5.6vw, 76px); line-height: .99; letter-spacing: -.075em; font-weight: 780; }
.hero-copy h1 em { color: var(--cyan); font-style: normal; }
.hero-description { max-width: 530px; margin: 26px 0 0; color: #b4c1d0; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 34px; }
.hero-actions .text-link { color: #c8d2df; }
.hero-actions .text-link:hover { color: var(--white); }
.hero-stats { display: flex; gap: 34px; margin-top: 62px; }
.hero-stats div { display: grid; gap: 1px; }
.hero-stats strong { color: var(--white); font-size: 24px; letter-spacing: -.04em; }
.hero-stats span { color: #7e8c9e; font-size: 12px; }
.hero-showcase { min-height: 380px; position: relative; display: grid; align-content: center; }
.showcase-glow { position: absolute; width: 300px; height: 300px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(69, 225, 255, .25), rgba(143, 120, 255, .1) 40%, transparent 70%); filter: blur(12px); }
.showcase-label { position: absolute; top: 24px; left: 13%; color: #6e8093; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.showcase-grid-lines { position: absolute; inset: 12% 7%; opacity: .18; background-image: linear-gradient(rgba(69, 225, 255, .25) 1px, transparent 1px), linear-gradient(90deg, rgba(69, 225, 255, .25) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse at center, black 20%, transparent 72%); pointer-events: none; }
.showcase-card { border: 1px solid rgba(255, 255, 255, .14); background: rgba(20, 40, 61, .78); box-shadow: 0 24px 60px rgba(0, 0, 0, .2); backdrop-filter: blur(16px); }
.showcase-card-main { width: min(100%, 370px); min-height: 126px; margin: 0 auto; padding: 20px; display: flex; align-items: center; gap: 17px; border-radius: 24px; position: relative; z-index: 2; }
.showcase-icon { flex: 0 0 72px; width: 72px; height: 72px; overflow: hidden; border-radius: 22px; box-shadow: 0 12px 24px rgba(0, 0, 0, .24); }
.showcase-icon img { width: 100%; height: 100%; }
.showcase-info { display: grid; gap: 2px; min-width: 0; }
.showcase-info strong { font-size: 19px; letter-spacing: -.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.showcase-info > span:last-child { color: #90a3b6; font-size: 13px; }
.mini-label { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.showcase-arrow { margin-left: auto; align-self: flex-start; color: var(--cyan); font-size: 22px; }
.showcase-card-side { position: absolute; display: flex; align-items: center; gap: 9px; padding: 12px 15px; color: #a8b9ca; font-size: 12px; border-radius: 13px; z-index: 3; }
.showcase-card-one { left: 1%; bottom: 16%; transform: rotate(-7deg); }
.showcase-card-two { right: 0; top: 25%; transform: rotate(6deg); }
.tiny-icon { color: var(--mint); font-size: 17px; }

.catalog-section { padding: 105px 0 115px; background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2, .about-copy h2 { margin: 0; font-size: clamp(31px, 4vw, 47px); line-height: 1.04; letter-spacing: -.065em; }
.section-note { max-width: 250px; margin: 0 0 4px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.catalog-toolbar { display: flex; gap: 20px; align-items: center; margin: 47px 0 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.search-box { flex: 1 1 330px; max-width: 440px; min-height: 50px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid #dbe2ea; border-radius: 13px; background: var(--white); color: var(--muted); box-shadow: 0 5px 18px rgba(8, 17, 31, .03); }
.search-box > span { font-size: 24px; line-height: 1; transform: translateY(-2px); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.search-box kbd { padding: 1px 6px; border: 1px solid #dfe5eb; border-radius: 5px; color: #9ba6b2; font: 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.category-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.category-button { min-height: 37px; padding: 0 13px; flex: 0 0 auto; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 700; }
.category-button:hover { color: var(--ink); background: #edf2f6; }
.category-button.is-active { color: var(--ink); border-color: var(--ink); background: var(--white); }
.catalog-status { min-height: 23px; color: var(--muted); font-size: 13px; }
.app-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.app-card { min-width: 0; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 24px rgba(8, 17, 31, .025); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.app-card:hover { transform: translateY(-5px); border-color: #cad6e2; box-shadow: var(--shadow); }
.app-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.app-icon { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 19px; overflow: hidden; box-shadow: 0 9px 18px rgba(8, 17, 31, .12); }
.app-icon img { width: 100%; height: 100%; }
.badge { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border-radius: 999px; background: #edf8f5; color: #16775f; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.badge-violet { color: #6352be; background: #f1efff; }
.app-card-copy { margin-top: 22px; }
.app-card-copy h3 { margin: 0; font-size: 20px; line-height: 1.15; letter-spacing: -.045em; }
.app-card-copy p { min-height: 50px; margin: 9px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.app-meta { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: 17px; color: var(--muted); font-size: 11px; }
.app-meta span { display: inline-flex; align-items: center; gap: 5px; }
.app-meta span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #b4bfca; }
.app-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding-top: 17px; border-top: 1px solid #eef1f4; }
.app-version { color: var(--muted); font-size: 12px; }
.app-detail-link { color: var(--ink); font-size: 13px; font-weight: 800; }
.app-detail-link span { color: var(--cyan-dark); font-size: 18px; vertical-align: -1px; }
.empty-state { padding: 58px 20px; border: 1px dashed #cfd9e3; border-radius: var(--radius-md); background: rgba(255,255,255,.55); text-align: center; }
.empty-icon { width: 46px; height: 46px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 15px; color: var(--cyan-dark); background: #e9faff; font-size: 24px; }
.empty-state h3 { margin: 0; font-size: 20px; letter-spacing: -.04em; }
.empty-state p { margin: 7px 0 18px; color: var(--ink-soft); font-size: 14px; }

.about-section { padding: 0 0 115px; }
.about-panel { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 34px; padding: 46px 50px; color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(115deg, #10273b, #0b1b2d 65%, #1c2148); overflow: hidden; position: relative; }
.about-panel::after { content: ""; position: absolute; width: 310px; height: 310px; right: -110px; top: -170px; border: 1px solid rgba(69, 225, 255, .2); border-radius: 50%; box-shadow: 0 0 0 40px rgba(69, 225, 255, .05), 0 0 0 80px rgba(143, 120, 255, .04); }
.about-mark { width: 78px; height: 78px; border-radius: 25px; overflow: hidden; box-shadow: 0 15px 28px rgba(0,0,0,.18); position: relative; z-index: 1; }
.about-copy { position: relative; z-index: 1; }
.about-copy .eyebrow { color: var(--cyan); }
.about-copy h2 { max-width: 520px; font-size: clamp(25px, 3vw, 36px); }
.about-copy > p:last-child { max-width: 600px; margin: 13px 0 0; color: #b9c6d3; font-size: 14px; }
.about-panel > .button { position: relative; z-index: 1; background: var(--cyan); color: var(--ink); }

.site-footer { padding: 25px 0; background: var(--white); border-top: 1px solid var(--line); }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.brand-mark-small { width: 27px; height: 27px; border-radius: 8px; box-shadow: none; }
.footer-links { display: flex; gap: 20px; color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--ink); }

.detail-page { min-height: calc(100vh - 157px); padding: 66px 0 100px; }
.detail-loading { min-height: 390px; display: grid; place-items: center; align-content: center; gap: 12px; color: var(--muted); }
.loading-spinner { width: 25px; height: 25px; border: 3px solid #d9e2e9; border-top-color: var(--cyan-dark); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.detail-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 35px; color: var(--muted); font-size: 13px; }
.detail-breadcrumb a:hover { color: var(--ink); }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 45px; align-items: center; padding: 46px 0 58px; border-bottom: 1px solid var(--line); }
.detail-title-row { display: flex; gap: 21px; align-items: center; }
.detail-title-row .app-icon { width: 92px; height: 92px; flex-basis: 92px; border-radius: 27px; }
.detail-kicker { margin: 0 0 6px; color: var(--cyan-dark); font-size: 12px; font-weight: 800; }
.detail-title-row h1 { margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: 1; letter-spacing: -.07em; }
.detail-title-row p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; }
.detail-description { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px 17px; margin-top: 23px; color: var(--muted); font-size: 13px; }
.detail-meta span { display: inline-flex; align-items: center; gap: 7px; }
.detail-meta strong { color: var(--ink); font-weight: 750; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.detail-side-card { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow); }
.detail-side-card .eyebrow { margin-bottom: 9px; }
.detail-side-card h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.detail-side-card p { margin: 9px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.detail-side-card .button { width: 100%; margin-top: 22px; }
.feature-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding-top: 54px; }
.feature-section h2 { margin: 0; font-size: 29px; letter-spacing: -.05em; }
.feature-section > div > p { margin: 11px 0 0; color: var(--ink-soft); font-size: 14px; }
.feature-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink-soft); font-size: 14px; }
.feature-list li::before { content: "✓"; flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #087d65; background: #e2f8f1; font-weight: 850; }
.share-row { display: flex; gap: 10px; margin-top: 13px; }
.share-row .button { flex: 1; }
.detail-error { padding: 90px 20px; text-align: center; }
.detail-error h1 { margin: 0; font-size: 34px; letter-spacing: -.06em; }
.detail-error p { color: var(--ink-soft); }

.admin-body { background: #f3f6f9; }
.admin-header { background: rgba(243, 246, 249, .9); }
.admin-breadcrumb { color: var(--muted); font-size: 13px; font-weight: 650; }
.admin-page { padding: 70px 0 100px; }
.admin-container { max-width: 1210px; }
.admin-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
.admin-intro h1 { margin: 0; font-size: clamp(35px, 4.4vw, 54px); line-height: 1; letter-spacing: -.07em; }
.admin-intro p:last-child { max-width: 520px; margin: 13px 0 0; color: var(--ink-soft); font-size: 15px; }
.admin-mode-pill { display: inline-flex; align-items: center; gap: 9px; min-height: 35px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: var(--white); font-size: 12px; font-weight: 750; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(244, 197, 117, .14); }
.status-dot.is-api { background: var(--mint); box-shadow: 0 0 0 4px rgba(89, 225, 192, .14); }
.admin-alert { min-height: 0; margin-bottom: 16px; color: var(--ink-soft); font-size: 13px; }
.admin-alert:not(:empty) { padding: 12px 14px; border: 1px solid #d9e6ed; border-radius: 11px; background: #f4fbfe; }
.admin-alert.is-error { color: #933248; border-color: #f1c6d0; background: #fff4f6; }
.admin-alert.is-success { color: #16775f; border-color: #bde8db; background: #f0fcf8; }
.card-surface { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 30px rgba(8, 17, 31, .035); }
.admin-auth { min-height: 142px; display: flex; align-items: center; gap: 18px; padding: 25px 30px; }
.auth-icon { flex: 0 0 47px; width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; background: var(--ink); color: var(--cyan); font-size: 25px; }
.auth-copy { min-width: 190px; }
.auth-copy h2 { margin: 0; font-size: 19px; letter-spacing: -.04em; }
.auth-copy p { margin: 5px 0 0; color: var(--ink-soft); font-size: 13px; }
.auth-form { margin-left: auto; min-width: min(100%, 475px); }
.auth-form label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.input-with-action { display: flex; gap: 8px; }
.input-with-action input { min-width: 0; flex: 1; }
.auth-form small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.admin-workspace { margin-top: 46px; }
.workspace-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 22px; }
.workspace-head h2 { margin: 0; font-size: 33px; letter-spacing: -.06em; }
.workspace-actions { display: flex; gap: 8px; }
.admin-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); align-items: start; gap: 18px; }
.editor-card, .list-card { padding: 25px; }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 25px; }
.card-kicker { color: var(--cyan-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.card-heading h3 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.05em; }
.icon-button { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--white); font-size: 19px; }
.icon-button:hover { color: var(--ink); border-color: var(--ink); }
.app-form { display: grid; gap: 15px; }
.app-form label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.label-hint { color: var(--muted); font-size: 10px; font-weight: 500; }
.form-row { display: grid; gap: 12px; }
.form-row-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-row-three { grid-template-columns: .8fr 1.35fr .85fr; }
.app-form input, .app-form textarea, .app-form select, .auth-form input { width: 100%; border: 1px solid #dbe2e9; border-radius: 9px; outline: none; color: var(--ink); background: #fbfcfd; padding: 11px 12px; font-size: 13px; font-weight: 500; }
.app-form input:focus, .app-form textarea:focus, .app-form select:focus, .auth-form input:focus { border-color: var(--cyan-dark); background: var(--white); box-shadow: 0 0 0 3px rgba(69, 225, 255, .12); }
.app-form textarea { resize: vertical; min-height: 95px; }
.file-field input { padding: 9px; }
.check-field { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px !important; color: var(--ink-soft) !important; font-weight: 600 !important; }
.check-field input { width: 16px; height: 16px; accent-color: var(--cyan-dark); }
.form-actions { display: flex; gap: 8px; padding-top: 7px; }
.sync-label { color: var(--muted); font-size: 11px; }
.admin-app-list { display: grid; gap: 9px; }
.admin-app-row { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid #e9edf1; border-radius: 12px; }
.admin-app-row:hover { border-color: #cfd9e2; }
.admin-app-row .app-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
.admin-row-copy { min-width: 0; flex: 1; display: grid; gap: 1px; }
.admin-row-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.admin-row-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 11px; }
.row-actions { display: flex; gap: 4px; }
.row-actions button { min-height: 30px; padding: 0 9px; border: 0; border-radius: 7px; color: var(--muted); background: #f2f5f7; font-size: 11px; font-weight: 750; }
.row-actions button:hover { color: var(--ink); background: #e7edf2; }
.row-actions .danger:hover { color: var(--danger); background: #fff0f3; }
.admin-empty { padding: 35px 15px; text-align: center; color: var(--muted); font-size: 13px; }
.admin-empty .empty-icon { margin-bottom: 10px; }
.admin-help { display: flex; gap: 13px; margin-top: 18px; padding: 18px 20px; border: 1px solid #dbe9ee; border-radius: 13px; color: #496274; background: #f4fbfd; font-size: 12px; }
.admin-help p { margin: 3px 0 0; line-height: 1.6; }
.admin-help code { padding: 1px 4px; border-radius: 4px; color: var(--ink); background: rgba(255,255,255,.75); font-size: 11px; }
.help-icon { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border-radius: 50%; color: var(--cyan-dark); background: #dff7fc; font-weight: 850; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr); gap: 35px; }
  .hero-copy h1 { font-size: clamp(41px, 6vw, 64px); }
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 740px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .nav-wrap { min-height: 68px; gap: 15px; }
  .main-nav { gap: 13px; }
  .nav-download { display: none; }
  .nav-link { font-size: 12px; }
  .hero-grid { display: block; padding: 76px 0 66px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 61px); }
  .hero-description { font-size: 15px; }
  .hero-stats { margin-top: 45px; gap: 20px; }
  .hero-stats strong { font-size: 20px; }
  .hero-showcase { min-height: 290px; margin-top: 48px; }
  .showcase-card-main { width: min(100%, 340px); }
  .showcase-card-one { left: 0; bottom: 7%; }
  .showcase-card-two { right: 0; top: 15%; }
  .catalog-section { padding: 72px 0 78px; }
  .section-heading { display: block; }
  .section-note { max-width: 420px; margin-top: 14px; }
  .catalog-toolbar { display: block; margin-top: 32px; }
  .search-box { max-width: none; }
  .category-list { margin-top: 12px; }
  .app-grid { grid-template-columns: 1fr; }
  .about-section { padding-bottom: 75px; }
  .about-panel { grid-template-columns: auto 1fr; padding: 31px 24px; gap: 19px; }
  .about-panel > .button { grid-column: 1 / -1; width: 100%; }
  .about-copy h2 { font-size: 26px; }
  .footer-wrap { display: block; }
  .footer-links { margin-top: 15px; }
  .detail-page { padding: 42px 0 70px; }
  .detail-hero { display: block; padding-top: 20px; }
  .detail-title-row h1 { font-size: 44px; }
  .detail-side-card { margin-top: 35px; }
  .feature-section { display: block; padding-top: 42px; }
  .feature-list { margin-top: 24px; }
  .admin-page { padding-top: 45px; }
  .admin-intro { display: block; }
  .admin-mode-pill { margin-top: 20px; }
  .admin-auth { display: block; padding: 21px; }
  .auth-copy { margin-top: 14px; }
  .auth-form { min-width: 0; margin: 20px 0 0; }
  .workspace-head { display: block; }
  .workspace-actions { margin-top: 17px; }
  .editor-card, .list-card { padding: 20px; }
  .form-row-two, .form-row-three { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .brand-copy { display: none; }
  .main-nav { margin-left: auto; }
  .main-nav .nav-admin { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-stats { justify-content: space-between; }
  .hero-stats span { font-size: 10px; }
  .showcase-card-one { left: -3%; }
  .showcase-card-two { right: -3%; }
  .detail-title-row .app-icon { width: 73px; height: 73px; flex-basis: 73px; border-radius: 21px; }
  .detail-title-row h1 { font-size: 37px; }
  .workspace-actions .button { flex: 1; padding: 0 8px; font-size: 11px; }
  .input-with-action { display: block; }
  .input-with-action .button { width: 100%; margin-top: 8px; }
}
