/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
:root { --bg: #0b0c0f; --surface: #111318; --surface-2: #171920; --line: #272b35; --text: #f1f3f5; --muted: #9da3ad; --faint: #666d78; --accent: #c9f47c; --accent-2: #8dd3ff; --danger: #ff8e8e; --shadow: 0 24px 80px rgba(0,0,0,.32); }
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 70% -10%, rgba(120,143,255,.11), transparent 32rem), var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
:focus-visible { outline: 2px solid var(--accent-2); outline-offset: 3px; }
.page-loading { display: grid; grid-gap: 18px; gap: 18px; }.loading-bar, .loading-grid span { display: block; border-radius: 8px; background: linear-gradient(90deg, #eceee6 25%, #f8f8f3 50%, #eceee6 75%); background-size: 200% 100%; animation: loading-shimmer 1.4s ease-in-out infinite; }.loading-bar { height: 20px; width: 38%; }.loading-bar-wide { width: min(520px, 75%); height: 54px; }.loading-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 14px; gap: 14px; }.loading-grid span { min-height: 140px; border: 1px solid #dedfd7; }@keyframes loading-shimmer { to { background-position: -200% 0; } }
.error-state { max-width: 720px; min-height: 0; }.error-state h1 { margin: 12px 0; color: #20221d; font-size: clamp(32px, 5vw, 52px); letter-spacing: -.07em; }.error-state p { max-width: 520px; color: #70736a; line-height: 1.7; }.error-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.workspace-signout { margin-left: auto; border: 0; padding: 4px; color: #7f8278; background: transparent; font-size: 10px; cursor: pointer; }.workspace-signout:hover { color: #3d4234; }
.site-shell { min-height: 100vh; }
.site-header { height: 78px; max-width: 1240px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.04); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 8px; transform: rotate(45deg); }
.brand-mark span { width: 8px; height: 8px; background: var(--accent); border-radius: 2px; }
.brand > span:last-child { margin-top: 1px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 30px; color: var(--muted); font-size: 13px; }
.main-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 22px; font-size: 13px; }
.text-link { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid var(--accent); border-radius: 8px; color: #10130c; background: var(--accent); font-weight: 800; font-size: 13px; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.button-small { min-height: 38px; padding: 0 14px; font-size: 12px; }
.button-secondary { border-color: var(--line); color: var(--text); background: var(--surface-2); }
.hero { max-width: 1240px; margin: 0 auto; padding: 126px 32px 104px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); align-items: center; grid-gap: 72px; gap: 72px; }
.eyebrow { display: block; color: var(--accent); font: 500 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 730px; margin: 19px 0 24px; font-size: clamp(52px, 7vw, 86px); line-height: .99; letter-spacing: -.075em; font-weight: 700; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-top: 35px; align-items: center; }
.hero-note { color: var(--faint); font: 400 11px/1.5 'DM Mono', monospace; }
.hero-branded { position: relative; padding-top: 114px; padding-bottom: 118px; }
.hero-copy { position: relative; z-index: 2; }
.hero-branded h1 { max-width: 760px; font-size: clamp(48px, 6.15vw, 78px); letter-spacing: -.078em; }
.hero-branded h1 em { display: block; max-width: 650px; color: var(--accent); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 28px; color: var(--muted); font: 400 10px/1.5 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .055em; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(201,244,124,.09); }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.execution-canvas { overflow: visible; min-height: 460px; isolation: isolate; }
.canvas-grid { position: absolute; inset: 10px -8px; z-index: -3; opacity: .48; background-image: linear-gradient(rgba(141,211,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(141,211,255,.075) 1px, transparent 1px); background-size: 33px 33px; -webkit-mask-image: radial-gradient(circle at 53% 52%, #000 8%, transparent 69%); mask-image: radial-gradient(circle at 53% 52%, #000 8%, transparent 69%); }
.canvas-ring { position: absolute; z-index: -2; width: 340px; height: 340px; border: 1px solid rgba(201,244,124,.24); border-radius: 50%; box-shadow: 0 0 0 34px rgba(201,244,124,.025), 0 0 0 67px rgba(141,211,255,.018); }
.canvas-ring-one { transform: translate(4px, -6px); }.canvas-ring-two { width: 185px; height: 185px; border-color: rgba(141,211,255,.32); border-style: dashed; animation: canvas-spin 28s linear infinite; }
@keyframes canvas-spin { to { transform: rotate(360deg); } }
.execution-card { position: relative; z-index: 1; width: min(100%, 505px); padding: 20px; border: 1px solid #3a4350; border-radius: 14px; background: linear-gradient(145deg, rgba(27,31,39,.97), rgba(12,15,20,.98)); box-shadow: 0 25px 76px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.035); transform: rotate(2deg); }
.execution-card-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.execution-card-bar div { display: grid; grid-gap: 6px; gap: 6px; }.execution-kicker { color: var(--faint); font: 500 9px 'DM Mono', monospace; letter-spacing: .12em; }.execution-card-bar strong { font-size: 15px; letter-spacing: -.035em; }.execution-status { padding: 5px 7px; border: 1px solid rgba(141,211,255,.32); border-radius: 999px; color: var(--accent-2); font: 500 9px 'DM Mono', monospace; letter-spacing: .07em; white-space: nowrap; }
.execution-path { display: flex; align-items: center; padding: 25px 8px 8px; }.path-node { display: grid; flex: 0 0 auto; place-items: center; width: 26px; height: 26px; border: 1px solid #46505e; border-radius: 50%; color: var(--faint); background: #15181f; font: 500 10px 'DM Mono', monospace; }.path-node-done { border-color: rgba(201,244,124,.6); color: #142009; background: var(--accent); }.path-node-live { border-color: var(--accent-2); color: var(--accent-2); box-shadow: 0 0 0 5px rgba(141,211,255,.09); }.path-line { width: 100%; height: 1px; background: #39414d; }.path-line-done { background: rgba(201,244,124,.6); }.execution-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 0 0 19px; color: var(--faint); font: 400 9px 'DM Mono', monospace; text-transform: uppercase; }.execution-steps span:nth-child(2) { text-align: center; }.execution-steps span:last-child { color: var(--accent-2); text-align: right; }
.execution-diff { display: grid; grid-gap: 10px; gap: 10px; padding: 15px; border: 1px solid rgba(255,255,255,.06); border-radius: 8px; background: rgba(4,6,9,.38); }.execution-diff div { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font: 400 10px 'DM Mono', monospace; }.execution-diff strong { color: var(--text); font-weight: 500; }.success-text { color: var(--accent) !important; }.execution-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; color: var(--muted); font-size: 10px; }.execution-action button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(201,244,124,.5); border-radius: 6px; color: var(--accent); background: transparent; font: 500 10px 'DM Mono', monospace; cursor: pointer; }.execution-label { position: absolute; bottom: 0; left: 8%; z-index: 2; padding: 7px 9px; border: 1px solid rgba(141,211,255,.2); border-radius: 5px; color: var(--accent-2); background: rgba(12,15,20,.85); font: 500 9px 'DM Mono', monospace; letter-spacing: .08em; }.signal-dot-blue { background: var(--accent-2); box-shadow: 0 0 0 4px rgba(141,211,255,.12); }
.orb { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(201,244,124,.27); border-radius: 50%; box-shadow: 0 0 0 38px rgba(201,244,124,.03), 0 0 0 78px rgba(141,211,255,.025); }
.orb::before, .orb::after { content: ''; position: absolute; inset: 35px; border: 1px dashed rgba(141,211,255,.28); border-radius: 50%; }
.orb::after { inset: 95px; border-style: solid; border-color: rgba(201,244,124,.45); }
.terminal-card { position: relative; width: min(100%, 480px); min-height: 295px; padding: 19px; border: 1px solid #303641; border-radius: 13px; background: linear-gradient(145deg, rgba(26,29,36,.96), rgba(13,15,20,.96)); box-shadow: var(--shadow); transform: rotate(3deg); }
.terminal-bar { display: flex; gap: 6px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.terminal-bar i { width: 7px; height: 7px; border-radius: 50%; background: #606874; }
.terminal-bar i:first-child { background: #ff8e8e; }.terminal-bar i:nth-child(2) { background: #f7d572; }.terminal-bar i:nth-child(3) { background: var(--accent); }
.terminal-body { padding-top: 24px; font: 400 12px/2 'DM Mono', monospace; color: var(--muted); }
.terminal-body .prompt { color: var(--accent); }.terminal-body .command { color: var(--text); }.terminal-body .result { color: var(--accent-2); }.terminal-body .cursor { display: inline-block; width: 6px; height: 13px; background: var(--accent); vertical-align: -2px; animation: blink 1.1s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.signal { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: #13161c; box-shadow: 0 14px 35px rgba(0,0,0,.3); font: 400 10px 'DM Mono', monospace; }.signal strong { color: var(--text); font-weight: 500; }.signal-a { top: 18px; right: -12px; }.signal-b { bottom: 30px; left: -22px; }.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(201,244,124,.12); }
.section { max-width: 1240px; margin: 0 auto; padding: 102px 32px; }.section-border { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 44px; }.section-heading h2 { max-width: 620px; margin: 14px 0 0; font-size: clamp(31px, 4vw, 49px); line-height: 1.08; letter-spacing: -.06em; }.section-heading p { max-width: 380px; margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 12px; gap: 12px; }.product-card { position: relative; min-height: 290px; padding: 23px; border: 1px solid var(--line); border-radius: 10px; background: rgba(17,19,24,.72); transition: border-color .2s, transform .2s, background .2s; }.product-card:hover { border-color: #565e6d; background: var(--surface-2); transform: translateY(-4px); }.card-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 54px; border: 1px solid #3b4350; border-radius: 8px; color: var(--accent); }.product-card h3 { margin: 12px 0 12px; font-size: 19px; letter-spacing: -.04em; }.product-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.card-arrow { position: absolute; right: 22px; bottom: 21px; color: var(--faint); }
.manifesto { display: grid; grid-template-columns: .85fr 1.15fr; grid-gap: 90px; gap: 90px; align-items: flex-start; }.manifesto h2 { margin: 14px 0 0; font-size: clamp(32px, 4vw, 56px); line-height: 1.04; letter-spacing: -.065em; }.manifesto-copy { color: var(--muted); font-size: 17px; line-height: 1.75; }.principles { display: grid; grid-gap: 0; gap: 0; }.principle { display: grid; grid-template-columns: 58px 1fr; grid-gap: 20px; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }.principle:first-child { border-top: 1px solid var(--line); }.principle-number { color: var(--accent); font: 400 12px 'DM Mono', monospace; }.principle h3 { margin: 0 0 7px; font-size: 17px; }.principle p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cta { max-width: 1240px; margin: 0 auto; padding: 0 32px 114px; }.cta-inner { position: relative; overflow: hidden; padding: 65px 70px; border: 1px solid #3a4533; border-radius: 14px; background: linear-gradient(110deg, rgba(201,244,124,.12), rgba(141,211,255,.05)); }.cta-inner::after { content: ''; position: absolute; width: 260px; height: 260px; right: 10%; top: -130px; border: 1px solid rgba(201,244,124,.28); border-radius: 50%; box-shadow: 0 0 0 30px rgba(201,244,124,.025), 0 0 0 62px rgba(201,244,124,.025); }.cta h2 { position: relative; z-index: 1; max-width: 600px; margin: 0 0 25px; font-size: clamp(31px, 4vw, 52px); line-height: 1.04; letter-spacing: -.06em; }.cta p { position: relative; z-index: 1; max-width: 500px; color: var(--muted); line-height: 1.6; font-size: 14px; }.cta .button { position: relative; z-index: 1; margin-top: 15px; }
.site-footer { max-width: 1240px; margin: 0 auto; padding: 0 32px 30px; }.footer-top { display: flex; justify-content: space-between; padding: 40px 0 66px; border-top: 1px solid var(--line); }.footer-note { max-width: 260px; margin: 18px 0 0; color: var(--faint); font-size: 12px; line-height: 1.6; }.footer-links { display: flex; gap: 82px; }.footer-links div { display: grid; align-content: start; grid-gap: 12px; gap: 12px; color: var(--muted); font-size: 12px; }.footer-label { margin-bottom: 6px; color: var(--text); font: 500 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; }.footer-bottom { display: flex; justify-content: space-between; color: var(--faint); font: 400 10px 'DM Mono', monospace; }.status-dot { display: inline-flex; align-items: center; gap: 8px; }.status-dot i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.page-main { max-width: 1240px; margin: 0 auto; padding: 84px 32px 120px; }.page-hero { max-width: 760px; padding: 30px 0 65px; }.page-hero h1 { margin: 18px 0; font-size: clamp(42px, 6vw, 75px); line-height: 1; letter-spacing: -.075em; }.page-hero p { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.7; }.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 13px; gap: 13px; }.feature-block { padding: 31px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.feature-block h2 { margin: 16px 0 10px; font-size: 23px; letter-spacing: -.04em; }.feature-block p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.published-content-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 13px; gap: 13px; }.published-content-card { padding: 27px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.published-content-card h2 { margin: 15px 0 10px; font-size: 23px; letter-spacing: -.045em; }.published-content-card p { min-height: 62px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }.published-content-card .button { margin-top: auto; }
.published-article { max-width: 820px; padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.published-article h1 { margin: 17px 0 12px; font-size: clamp(36px, 5vw, 62px); line-height: 1.03; letter-spacing: -.065em; }.published-article time { color: var(--faint); font: 400 11px 'DM Mono', monospace; }.published-article-body { margin-top: 42px; white-space: pre-wrap; color: var(--muted); font-size: 15px; line-height: 1.8; }.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 30px; }.auth-card { width: min(100%, 450px); padding: 40px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }.auth-card h1 { margin: 35px 0 10px; font-size: 32px; letter-spacing: -.06em; }.auth-card > p { color: var(--muted); font-size: 13px; line-height: 1.6; }.auth-back { display: inline-flex; color: var(--muted); font-size: 12px; }.form { display: grid; grid-gap: 16px; gap: 16px; margin-top: 30px; }.form label { display: grid; grid-gap: 8px; gap: 8px; color: var(--muted); font-size: 12px; }.form input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 7px; outline: none; color: var(--text); background: #0c0e12; }.form input:focus { border-color: var(--accent-2); }.form .button { width: 100%; margin-top: 7px; }.form button:disabled { cursor: wait; opacity: .6; transform: none; }.form-note { color: var(--faint); font-size: 11px; line-height: 1.6; }.form-note a { color: var(--accent-2); }.form-error { color: var(--danger); font-size: 11px; line-height: 1.5; }
.app-frame { min-height: 100vh; display: grid; grid-template-columns: 240px 1fr; }.app-sidebar { display: flex; flex-direction: column; padding: 28px 18px; border-right: 1px solid var(--line); background: #0e1014; }.app-sidebar .brand { padding: 0 10px 34px; }.side-nav { display: grid; grid-gap: 4px; gap: 4px; }.side-nav a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 7px; color: var(--muted); font-size: 12px; }.side-nav a:hover, .side-nav a.active { color: var(--text); background: var(--surface-2); }.side-nav a.active { box-shadow: inset 2px 0 var(--accent); }.sidebar-footer { margin-top: auto; padding: 17px 11px 0; border-top: 1px solid var(--line); color: var(--faint); font-size: 11px; line-height: 1.6; }.app-main { min-width: 0; padding: 34px 42px 70px; }.app-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 55px; }.app-kicker { color: var(--faint); font: 400 11px 'DM Mono', monospace; }.app-topbar h1 { margin: 9px 0 0; font-size: 31px; letter-spacing: -.055em; }.user-chip { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #10130c; background: var(--accent); font-weight: 800; }.metrics { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 12px; gap: 12px; margin-bottom: 34px; }.metric { padding: 19px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }.metric-label { color: var(--muted); font: 400 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.metric-value { display: block; margin-top: 15px; font-size: 26px; letter-spacing: -.05em; }.metric-hint { display: block; margin-top: 8px; color: var(--faint); font-size: 10px; }.dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-gap: 12px; gap: 12px; }.panel { min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }.panel-wide { grid-column: 1 / -1; }.panel-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }.panel-heading h2 { margin: 0; font-size: 15px; letter-spacing: -.03em; }.panel-heading span { color: var(--faint); font: 400 10px 'DM Mono', monospace; }.empty-state { min-height: 185px; display: grid; place-items: center; align-content: center; padding: 20px; text-align: center; }.empty-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 15px; border: 1px dashed #4b5360; border-radius: 50%; color: var(--accent); }.empty-state h2 { margin: 0 0 8px; font-size: 17px; letter-spacing: -.03em; }.empty-state p { max-width: 330px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.empty-state .button { margin-top: 19px; }.unavailable { padding: 12px 14px; border: 1px solid rgba(255,142,142,.22); border-radius: 7px; color: var(--danger); background: rgba(255,142,142,.05); font-size: 11px; }
.admin-badge { color: var(--accent-2); font: 400 10px 'DM Mono', monospace; }
.task-form-fields { grid-template-columns: minmax(150px, .65fr) minmax(200px, 1.25fr) minmax(150px, .65fr) auto; }.project-form select { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; outline: none; color: var(--text); background: #0c0e12; }.project-form select:focus { border-color: var(--accent-2); }.task-list-panel { min-height: 0; }.task-list { display: grid; }.task-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 0; border-top: 1px solid var(--line); }.task-title-line { display: flex; align-items: center; gap: 10px; }.task-row h3 { margin: 0 0 6px; font-size: 14px; }.task-meta { display: grid; grid-gap: 5px; gap: 5px; justify-items: flex-end; color: var(--muted); font-size: 11px; text-align: right; }.task-meta time { color: var(--faint); font: 400 10px 'DM Mono', monospace; }.status-pill { display: inline-flex; align-items: center; width: -moz-fit-content; width: fit-content; padding: 4px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font: 400 10px 'DM Mono', monospace; text-transform: uppercase; }.status-queued { border-color: rgba(141,211,255,.3); color: var(--accent-2); }.status-running, .status-succeeded { border-color: rgba(201,244,124,.3); color: var(--accent); }.status-failed { border-color: rgba(255,142,142,.35); color: var(--danger); }.status-cancelled { color: var(--faint); }
.admin-list-panel { min-height: 0; }.admin-list, .audit-list { display: grid; }.admin-row, .audit-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); }.admin-row h3, .audit-row strong { display: block; margin: 0 0 5px; font-size: 13px; }.admin-row > div:first-child > span, .audit-row > div > span { color: var(--muted); font-size: 11px; }.admin-row-meta { display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--faint); font-size: 10px; text-align: right; }.admin-row-meta time, .audit-row time { color: var(--faint); font: 400 10px 'DM Mono', monospace; white-space: nowrap; }.status-pending { border-color: rgba(141,211,255,.3); color: var(--accent-2); }.status-active { border-color: rgba(201,244,124,.3); color: var(--accent); }.status-suspended, .status-pending_deletion { border-color: rgba(255,142,142,.35); color: var(--danger); }
.maintenance-row { align-items: flex-start; }.maintenance-row p { max-width: 680px; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.maintenance-row .admin-row-meta { flex-shrink: 0; }.button-secondary { border-color: var(--line); color: var(--text); background: var(--surface-2); }.button-secondary:hover { border-color: #596170; background: #272c34; }
.project-form { margin-bottom: 13px; padding: 24px; border: 1px solid #3a4533; border-radius: 9px; background: linear-gradient(110deg, rgba(201,244,124,.08), rgba(17,19,24,.82)); }
.content-form { margin-bottom: 13px; padding: 24px; border: 1px solid #3a4533; border-radius: 9px; background: linear-gradient(110deg, rgba(201,244,124,.08), rgba(17,19,24,.82)); }.content-form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 13px; gap: 13px; align-items: flex-start; }.content-form label { display: grid; grid-gap: 8px; gap: 8px; color: var(--muted); font-size: 12px; }.content-form input, .content-form select, .content-form textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; outline: none; color: var(--text); background: #0c0e12; font: inherit; }.content-form input, .content-form select { height: 42px; }.content-form textarea { min-height: 86px; resize: vertical; line-height: 1.45; }.content-form input:focus, .content-form select:focus, .content-form textarea:focus { border-color: var(--accent-2); }.content-form input:disabled, .content-form select:disabled, .content-form textarea:disabled { cursor: not-allowed; opacity: .6; }.content-form .content-field-wide { grid-column: 1 / -1; }.content-form .check-label { display: flex; align-items: center; gap: 9px; min-height: 42px; }.content-form .check-label input { width: 15px; height: 15px; accent-color: var(--accent); }.content-form .button { align-self: flex-end; white-space: nowrap; }
.admin-manager-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 13px; gap: 13px; }.admin-manager-grid .content-form { margin-bottom: 0; }.compact-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.admin-data-grid { margin-top: 13px; }.admin-data-grid .panel { min-height: 0; }
.api-key-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.scope-fieldset { grid-column: 1 / -1; min-width: 0; margin: 0; padding: 0; border: 0; }.scope-fieldset legend { margin-bottom: 9px; color: var(--muted); font-size: 12px; }.scope-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 8px; gap: 8px; }.scope-option { display: flex !important; align-items: flex-start; gap: 8px; min-height: 65px; padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: #0c0e12; cursor: pointer; }.scope-option input { width: 15px !important; height: 15px !important; min-height: 0 !important; margin: 1px 0 0; accent-color: var(--accent); }.scope-option strong, .scope-option small { display: block; }.scope-option strong { color: var(--text); font-size: 11px; }.scope-option small { margin-top: 4px; color: var(--faint); font-size: 10px; line-height: 1.35; }.secret-notice { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 13px; padding: 24px; border: 1px solid rgba(201,244,124,.38); border-radius: 9px; background: linear-gradient(110deg, rgba(201,244,124,.12), rgba(17,19,24,.82)); }.secret-notice h2 { margin: 8px 0; font-size: 18px; letter-spacing: -.04em; }.secret-notice p { max-width: 640px; margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }.secret-notice code { display: block; overflow-x: auto; padding: 11px; border: 1px solid var(--line); border-radius: 7px; color: var(--accent); background: #0c0e12; font: 400 11px 'DM Mono', monospace; }
.form-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }.form-heading h2 { margin: 8px 0 0; font-size: 18px; letter-spacing: -.04em; }.project-form-fields { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(240px, 1.2fr) auto; grid-gap: 12px; gap: 12px; align-items: flex-end; }.project-form label { display: grid; grid-gap: 8px; gap: 8px; color: var(--muted); font-size: 12px; }.project-form input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; outline: none; color: var(--text); background: #0c0e12; }.project-form input:focus { border-color: var(--accent-2); }.project-form input:disabled { cursor: not-allowed; opacity: .6; }.optional { color: var(--faint); font-size: 10px; }.project-form .button { white-space: nowrap; }.form-feedback { margin: 14px 0 0; color: var(--accent); font-size: 11px; }.project-list-panel { min-height: 0; }.project-list { display: grid; }.project-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 0; border-top: 1px solid var(--line); }.project-row h3 { margin: 0 0 6px; font-size: 14px; }.project-slug { color: var(--faint); font: 400 10px 'DM Mono', monospace; }.project-meta { display: grid; grid-gap: 5px; gap: 5px; justify-items: flex-end; color: var(--muted); font-size: 11px; text-align: right; }.project-meta time { color: var(--faint); font: 400 10px 'DM Mono', monospace; }.legal-copy { max-width: 820px; padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.legal-copy h2 { margin: 27px 0 10px; font-size: 18px; letter-spacing: -.035em; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }.legal-copy code { color: var(--accent); font: 400 12px 'DM Mono', monospace; }
.device-pairing-fields { grid-template-columns: minmax(200px, .85fr) minmax(240px, 1.15fr) auto; }.device-pairing-note { max-width: 430px; margin: 0; padding-bottom: 3px; color: var(--muted); font-size: 11px; line-height: 1.55; }.device-list { display: grid; }.device-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 0; border-top: 1px solid var(--line); }.device-primary h3 { margin: 0; font-size: 14px; }.device-details { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }.device-meta { display: grid; grid-gap: 5px; gap: 5px; justify-items: flex-end; color: var(--muted); font-size: 11px; text-align: right; }.device-meta time { color: var(--faint); font: 400 10px 'DM Mono', monospace; }.status-online { border-color: rgba(201,244,124,.3); color: var(--accent); }.status-offline { border-color: rgba(255,142,142,.35); color: var(--danger); }.status-pairing { border-color: rgba(141,211,255,.3); color: var(--accent-2); }
.device-command-form { margin-top: 13px; }.device-command-warning { margin: -6px 0 18px; color: var(--danger); font-size: 11px; line-height: 1.5; }.device-command-fields { grid-template-columns: minmax(180px, .9fr) minmax(170px, .65fr) minmax(220px, 1.15fr) auto; }.device-command-fields select { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; outline: none; color: var(--text); background: #0c0e12; }.device-command-fields select:focus { border-color: var(--accent-2); }.device-command-fields select:disabled { cursor: not-allowed; opacity: .6; }.command-confirmation { align-self: flex-end; min-height: 42px; padding-bottom: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }.command-confirmation input { width: 15px; height: 15px; margin: 0 8px 0 0; accent-color: var(--accent); }.status-dispatched { border-color: rgba(141,211,255,.3); color: var(--accent-2); }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 85px; }.hero-visual { min-height: 370px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.manifesto { grid-template-columns: 1fr; gap: 50px; }.metrics { grid-template-columns: repeat(2, 1fr); }.app-frame { grid-template-columns: 205px 1fr; }.app-main { padding: 28px; }.admin-manager-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .site-header { padding: 0 19px; }.main-nav { display: none; }.header-actions { gap: 12px; }.header-actions .text-link { display: none; }.hero, .section, .page-main, .cta, .site-footer { padding-left: 19px; padding-right: 19px; }.hero h1 { font-size: 51px; }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; }.terminal-card { transform: rotate(1deg); }.orb { width: 270px; height: 270px; }.signal-a { right: -3px; }.signal-b { left: -3px; }.section-heading, .footer-top { align-items: flex-start; flex-direction: column; }.product-grid, .feature-list, .published-content-list, .dashboard-grid, .scope-options { grid-template-columns: 1fr; }.footer-links { gap: 35px; flex-wrap: wrap; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.auth-card { padding: 28px 22px; }.app-frame { display: block; }.app-sidebar { min-height: auto; padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }.app-sidebar .brand { padding-bottom: 17px; }.side-nav { grid-template-columns: repeat(3, 1fr); }.side-nav a { justify-content: center; padding: 8px 4px; font-size: 10px; }.side-nav a span { display: none; }.sidebar-footer { display: none; }.app-main { padding: 25px 19px 50px; }.app-topbar { align-items: flex-start; }.user-chip { display: none; }.metrics { gap: 8px; }.metric { padding: 14px; }.metric-value { font-size: 21px; }.project-form-fields, .content-form-grid, .api-key-form-grid { grid-template-columns: 1fr; }.project-form .button, .content-form .button { width: 100%; }.form-heading, .secret-notice { align-items: flex-start; flex-direction: column; gap: 8px; }.secret-notice .button { width: 100%; }.project-row, .device-row { align-items: flex-start; flex-direction: column; gap: 12px; }.project-meta, .task-meta, .device-meta { justify-items: flex-start; text-align: left; }.task-row, .admin-row, .audit-row { align-items: flex-start; flex-direction: column; gap: 12px; }.task-title-line { align-items: flex-start; flex-direction: column; gap: 6px; }.admin-row-meta { justify-content: flex-start; flex-wrap: wrap; text-align: left; }.legal-copy, .published-article { padding: 22px; } }

/* Coduf public-home identity */
.coduf-home { --coduf-ink: #181915; --coduf-muted: #65675e; --coduf-line: #dcddd4; --coduf-surface: #f7f7f1; --coduf-acid: #d7ff71; color: var(--coduf-ink); background: #f7f7f1; }.coduf-home .site-header { max-width: 1370px; height: 74px; border-bottom-color: var(--coduf-line); }.coduf-home .brand { color: var(--coduf-ink); }.coduf-home .brand-mark { border-color: #5b6a2f; }.coduf-home .brand-mark span { background: #687d33; }.coduf-home .main-nav, .coduf-home .text-link { color: #62645c; }.coduf-home .main-nav a:hover, .coduf-home .text-link:hover, .coduf-home .footer-links a:hover { color: var(--coduf-ink); }.coduf-home .button-small { border-color: var(--coduf-ink); color: var(--coduf-ink); background: var(--coduf-acid); }.coduf-home .site-footer { max-width: 1370px; }.coduf-home .footer-top { border-top-color: var(--coduf-line); }.coduf-home .footer-note, .coduf-home .footer-links div, .coduf-home .footer-bottom { color: var(--coduf-muted); }.coduf-home .footer-label { color: var(--coduf-ink); }.coduf-home .status-dot i { background: #819d35; }
.coduf-hero { max-width: 1370px; min-height: 685px; margin: 0 auto; padding: 102px 64px 84px; display: grid; grid-template-columns: minmax(330px, .8fr) minmax(610px, 1.2fr); align-items: center; grid-gap: 52px; gap: 52px; overflow: hidden; }.coduf-overline { display: block; color: #6a8030; font: 600 10px/1.2 'DM Mono', monospace; letter-spacing: .13em; }.coduf-hero h1 { max-width: 590px; margin: 20px 0 24px; color: var(--coduf-ink); font-size: clamp(50px, 5.35vw, 76px); line-height: .96; letter-spacing: -.08em; }.coduf-hero h1 em { color: #64782c; font-style: italic; font-weight: 500; }.coduf-hero-copy > p { max-width: 495px; margin: 0; color: var(--coduf-muted); font-size: 17px; line-height: 1.7; }.coduf-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 33px; }.coduf-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid var(--coduf-ink); border-radius: 8px; color: var(--coduf-ink); background: var(--coduf-acid); font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }.coduf-primary-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(67,76,32,.16); }.coduf-secondary-link, .coduf-inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--coduf-ink); font-size: 13px; font-weight: 700; }.coduf-secondary-link:hover, .coduf-inline-link:hover { color: #6a8030; }.coduf-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 29px; color: #72746c; font: 500 10px/1.5 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .035em; }.coduf-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }.coduf-hero-meta i { width: 6px; height: 6px; border-radius: 50%; background: #85a437; }
.coduf-workbench { position: relative; z-index: 1; width: min(100%, 738px); margin-right: -86px; border: 1px solid #c8cac0; border-radius: 12px; color: #30322e; background: #fafaf6; box-shadow: 0 30px 64px rgba(37,40,25,.12), 0 2px 5px rgba(37,40,25,.06); }.workbench-topbar { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid #d9dad2; color: #7b7d75; background: #f0f1ea; font: 500 10px 'DM Mono', monospace; }.workbench-brand { color: #2b2e27; font: 700 13px Manrope, sans-serif; letter-spacing: -.04em; }.workbench-brand b { margin-right: 4px; color: #7d9637; font-size: 18px; }.workbench-topbar div { display: flex; gap: 5px; }.workbench-topbar i { width: 7px; height: 7px; border: 1px solid #afb1a6; border-radius: 50%; }.workbench-body { display: grid; grid-template-columns: 176px 1fr; min-height: 451px; }.workbench-sidebar { display: grid; align-content: start; grid-gap: 11px; gap: 11px; padding: 21px 13px; border-right: 1px solid #dedfd8; background: #f4f5ef; font-size: 10px; }.sidebar-label { color: #969890; font: 500 9px 'DM Mono', monospace; letter-spacing: .09em; }.sidebar-label-spaced { margin-top: 14px; }.workbench-sidebar strong, .side-muted { display: flex; align-items: center; gap: 7px; min-height: 25px; padding: 0 7px; border-radius: 5px; font-weight: 600; }.side-active { color: #354112; background: #e7f4c6; }.side-muted { color: #777a71; }.side-icon, .side-check { display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid #bec1b7; border-radius: 4px; color: #899f43; font-size: 10px; }.side-check { width: 12px; height: 12px; border: 0; color: #759032; background: #e0efbd; }.side-dot { width: 6px; height: 6px; border-radius: 50%; background: #86a536; }.workbench-main { padding: 25px 28px 0; overflow: hidden; }.workbench-breadcrumb { display: flex; align-items: center; gap: 7px; color: #85877f; font: 500 10px 'DM Mono', monospace; }.workbench-breadcrumb strong { color: #4c4e48; font-weight: 500; }.workbench-breadcrumb em { margin-left: auto; padding: 4px 6px; border: 1px solid #b9d78a; border-radius: 20px; color: #6e8730; background: #f0f8dd; font-size: 8px; font-style: normal; letter-spacing: .07em; }.workbench-main h2 { max-width: 440px; margin: 20px 0 8px; color: #292b27; font-size: 22px; letter-spacing: -.05em; }.workbench-summary { max-width: 490px; margin: 0; color: #7b7d75; font-size: 11px; line-height: 1.65; }.workbench-canvas { position: relative; height: 199px; margin: 18px -28px 0; overflow: hidden; border-top: 1px solid #e5e6df; border-bottom: 1px solid #e5e6df; background: radial-gradient(circle at 46% 58%, rgba(211,255,113,.18), transparent 21%), linear-gradient(rgba(89,98,74,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(89,98,74,.065) 1px, transparent 1px), #fbfbf8; background-size: auto, 22px 22px, 22px 22px, auto; }.canvas-caption { position: absolute; z-index: 2; color: #92948c; font: 500 8px 'DM Mono', monospace; letter-spacing: .09em; }.canvas-caption-a { left: 28px; top: 20px; }.canvas-caption-b { right: 25px; bottom: 16px; }.context-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; min-width: 145px; padding: 8px; border: 1px solid #d7d9d0; border-radius: 7px; background: rgba(255,255,252,.94); box-shadow: 0 5px 13px rgba(48,54,31,.06); }.context-node > i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; color: #667e2e; background: #e8f7bd; font-style: normal; font-size: 12px; }.context-node div { display: grid; grid-gap: 2px; gap: 2px; }.context-node strong { color: #474943; font-size: 9px; }.context-node span { color: #93958d; font: 400 8px 'DM Mono', monospace; }.context-node-project { left: 29px; bottom: 26px; }.context-node-agent { top: 46px; left: 48%; transform: translateX(-50%); }.context-node-review { right: 29px; bottom: 37px; }.context-node-review > i { color: #597e9c; background: #dceff8; }.context-line { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: repeating-linear-gradient(90deg, #b7c58c 0 4px, transparent 4px 8px); }.line-one { width: 155px; left: 143px; bottom: 67px; transform: rotate(-28deg); }.line-two { width: 135px; top: 100px; left: 52%; transform: rotate(30deg); }.line-three { width: 108px; left: 38%; top: 109px; transform: rotate(-24deg); }.context-core { position: absolute; z-index: 2; left: 50%; top: 63%; display: grid; place-items: center; width: 57px; height: 57px; border: 1px solid #a7c161; border-radius: 50%; color: #556a22; background: #effccb; box-shadow: 0 0 0 9px rgba(218,255,129,.17); transform: translate(-50%, -50%); }.context-core span, .context-core small { font: 500 7px 'DM Mono', monospace; letter-spacing: .08em; }.context-core b { font-size: 16px; line-height: .85; }.workbench-feed { display: grid; }.workbench-feed > div { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; grid-gap: 8px; gap: 8px; min-height: 53px; border-bottom: 1px solid #e6e7e0; }.feed-time { color: #9b9d94; font: 400 9px 'DM Mono', monospace; }.workbench-feed p { display: grid; grid-gap: 2px; gap: 2px; margin: 0; }.workbench-feed b { color: #51534d; font-size: 10px; }.workbench-feed small { color: #92948b; font-size: 9px; }.workbench-feed em { padding: 4px 5px; border-radius: 3px; color: #6e8a29; background: #eef7d6; font: 500 8px 'DM Mono', monospace; font-style: normal; }.workbench-feed .feed-review { color: #597e99; background: #e5f2f7; }.workbench-glow { position: absolute; z-index: -1; width: 270px; height: 270px; right: 22%; bottom: -74px; border-radius: 50%; background: #d4ff79; filter: blur(85px); opacity: .34; }
.coduf-statement { max-width: 1242px; margin: 0 auto; padding: 102px 32px 93px; display: grid; grid-template-columns: 1fr 210px; grid-gap: 80px; gap: 80px; border-top: 1px solid var(--coduf-line); }.coduf-statement p { max-width: 900px; margin: 0; color: var(--coduf-ink); font-size: clamp(29px, 3.3vw, 47px); line-height: 1.13; letter-spacing: -.064em; }.coduf-statement p em { color: #708833; font-style: italic; font-weight: 500; }.coduf-statement > span { align-self: flex-end; color: #85877e; font: 500 9px 'DM Mono', monospace; letter-spacing: .09em; }
.coduf-method { max-width: 1370px; margin: 0 auto; padding: 80px 64px 97px; display: grid; grid-template-columns: .93fr 1.07fr; grid-gap: 90px; gap: 90px; border-top: 1px solid var(--coduf-line); }.method-heading h2 { margin: 16px 0 0; font-size: clamp(34px, 3.85vw, 56px); line-height: 1.02; letter-spacing: -.07em; }.method-steps { display: grid; }.method-steps article { display: grid; grid-template-columns: 59px 1fr; grid-column-gap: 13px; column-gap: 13px; padding: 18px 0 23px; border-bottom: 1px solid var(--coduf-line); }.method-steps article:first-child { border-top: 1px solid var(--coduf-line); }.method-steps article > span { grid-row: span 2; color: #799337; font: 500 11px 'DM Mono', monospace; }.method-steps h3 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.04em; }.method-steps p { max-width: 365px; margin: 0; color: var(--coduf-muted); font-size: 13px; line-height: 1.6; }
.coduf-editorial { max-width: 1370px; margin: 0 auto; padding: 102px 64px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; grid-gap: 110px; gap: 110px; border-top: 1px solid var(--coduf-line); background: #edede6; }.editorial-copy { max-width: 590px; }.editorial-copy h2 { margin: 17px 0 20px; font-size: clamp(34px, 4.1vw, 58px); line-height: 1.03; letter-spacing: -.075em; }.editorial-copy h2 em { color: #697f2d; font-style: italic; font-weight: 500; }.editorial-copy > p { max-width: 490px; color: var(--coduf-muted); font-size: 15px; line-height: 1.72; }.editorial-copy .coduf-inline-link { margin-top: 18px; }.review-paper { width: min(100%, 470px); justify-self: end; padding: 24px; border: 1px solid #d3d4cb; border-radius: 10px; background: #fbfbf7; box-shadow: 0 22px 38px rgba(55,58,42,.08); }.paper-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #e3e4dc; }.paper-top span { color: #93958e; font: 500 9px 'DM Mono', monospace; letter-spacing: .1em; }.paper-top b { color: #566b24; font-size: 10px; }.paper-change { display: flex; align-items: center; gap: 10px; padding: 20px 0; }.paper-change > i { display: grid; flex: 0 0 auto; place-items: center; width: 27px; height: 27px; border-radius: 6px; color: #61752a; background: #e7f6bd; font-style: normal; }.paper-change p { display: grid; grid-gap: 3px; gap: 3px; margin: 0; }.paper-change strong { font-size: 12px; }.paper-change small { color: #82847d; font-size: 10px; }.paper-change > span { margin-left: auto; color: #667e2b; font-size: 10px; font-weight: 700; }.paper-divider { height: 1px; background: #e3e4dc; }.paper-checks { display: grid; grid-gap: 10px; gap: 10px; padding: 19px 0 22px; color: #666861; font-size: 10px; }.paper-checks span { display: flex; align-items: center; gap: 8px; }.paper-checks i { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: #536b17; background: #e3f4bd; font-size: 9px; font-style: normal; }.review-paper button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 39px; border: 1px solid #34362f; border-radius: 6px; color: #2d3124; background: var(--coduf-acid); font-size: 11px; font-weight: 800; cursor: pointer; }
.coduf-cta { max-width: 1370px; margin: 0 auto; padding: 121px 64px 123px; border-top: 1px solid var(--coduf-line); background: radial-gradient(circle at 70% 50%, rgba(208,255,108,.28), transparent 18%), #f7f7f1; }.coduf-cta h2 { max-width: 750px; margin: 18px 0; font-size: clamp(40px, 4.85vw, 69px); line-height: .98; letter-spacing: -.08em; }.coduf-cta p { max-width: 530px; margin: 0 0 29px; color: var(--coduf-muted); font-size: 16px; line-height: 1.7; }
@media (max-width: 900px) { .coduf-hero { grid-template-columns: 1fr; padding: 76px 32px; gap: 50px; }.coduf-workbench { margin: 0; }.coduf-method, .coduf-editorial { grid-template-columns: 1fr; gap: 55px; }.review-paper { justify-self: flex-start; }.coduf-statement { grid-template-columns: 1fr; gap: 25px; }.coduf-statement > span { align-self: flex-start; }.coduf-editorial { padding: 75px 32px; }.coduf-method, .coduf-cta { padding-left: 32px; padding-right: 32px; } }
@media (max-width: 640px) { .coduf-home .site-header { height: 67px; }.coduf-hero { min-height: 0; padding: 63px 19px; }.coduf-hero h1 { font-size: 48px; }.coduf-hero-copy > p { font-size: 15px; }.coduf-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.coduf-hero-meta { display: grid; grid-gap: 9px; gap: 9px; }.coduf-workbench { width: calc(100% + 18px); margin-right: -18px; border-radius: 8px 0 0 8px; }.workbench-body { grid-template-columns: 1fr; }.workbench-sidebar { display: none; }.workbench-main { padding: 20px 16px 0; }.workbench-canvas { margin-left: -16px; margin-right: -16px; }.context-node { min-width: 118px; padding: 6px; }.context-node-project { left: 11px; }.context-node-review { right: 11px; }.context-node-agent { left: 52%; }.context-node span { font-size: 7px; }.context-line { display: none; }.workbench-feed > div { grid-template-columns: 35px 1fr auto; }.coduf-statement { padding: 71px 19px; }.coduf-statement p { font-size: 31px; }.coduf-method, .coduf-editorial, .coduf-cta { padding: 67px 19px; }.coduf-method { gap: 42px; }.method-heading h2 { font-size: 38px; }.coduf-editorial { margin: 0; }.editorial-copy h2 { font-size: 39px; }.review-paper { padding: 18px; }.coduf-cta h2 { font-size: 44px; } }

/* Unified public pages and account experience */
.site-shell:not(.coduf-home) { min-height: 100vh; color: var(--coduf-ink, #181915); background: #f7f7f1; }.site-shell:not(.coduf-home) .site-header { max-width: 1370px; height: 74px; border-bottom-color: #dcddd4; }.site-shell:not(.coduf-home) .brand { color: #181915; }.site-shell:not(.coduf-home) .brand-mark { border-color: #5b6a2f; }.site-shell:not(.coduf-home) .brand-mark span { background: #687d33; }.site-shell:not(.coduf-home) .main-nav, .site-shell:not(.coduf-home) .text-link { color: #62645c; }.site-shell:not(.coduf-home) .main-nav a:hover, .site-shell:not(.coduf-home) .text-link:hover { color: #181915; }.site-shell:not(.coduf-home) .button-small { border-color: #181915; color: #181915; background: #d7ff71; }.site-shell:not(.coduf-home) .site-footer { max-width: 1370px; }.site-shell:not(.coduf-home) .footer-top { border-top-color: #dcddd4; }.site-shell:not(.coduf-home) .footer-note, .site-shell:not(.coduf-home) .footer-links div, .site-shell:not(.coduf-home) .footer-bottom { color: #65675e; }.site-shell:not(.coduf-home) .footer-label { color: #181915; }.site-shell:not(.coduf-home) .status-dot i { background: #819d35; }
.site-shell:not(.coduf-home) .page-main { max-width: 1370px; padding: 76px 64px 112px; }.site-shell:not(.coduf-home) .page-hero { max-width: 820px; padding: 24px 0 57px; }.site-shell:not(.coduf-home) .page-hero .eyebrow { color: #6a8030; }.site-shell:not(.coduf-home) .page-hero h1 { max-width: 780px; color: #181915; font-size: clamp(46px, 5.5vw, 74px); line-height: .98; letter-spacing: -.08em; }.site-shell:not(.coduf-home) .page-hero p { max-width: 620px; color: #65675e; font-size: 16px; }.site-shell:not(.coduf-home) .feature-list { gap: 0; border-top: 1px solid #dcddd4; }.site-shell:not(.coduf-home) .feature-block { min-height: 245px; padding: 30px; border-color: #dcddd4; border-radius: 0; background: transparent; }.site-shell:not(.coduf-home) .feature-block:nth-child(odd) { border-left: 0; }.site-shell:not(.coduf-home) .feature-block:nth-child(even) { border-right: 0; }.site-shell:not(.coduf-home) .feature-block svg { color: #708833; }.site-shell:not(.coduf-home) .feature-block h2 { color: #181915; }.site-shell:not(.coduf-home) .feature-block p { color: #65675e; }.site-shell:not(.coduf-home) .panel, .site-shell:not(.coduf-home) .published-content-card, .site-shell:not(.coduf-home) .published-article, .site-shell:not(.coduf-home) .legal-copy { border-color: #dcddd4; border-radius: 10px; color: #181915; background: #fbfbf7; box-shadow: 0 10px 30px rgba(52,56,34,.04); }.site-shell:not(.coduf-home) .panel-heading h2, .site-shell:not(.coduf-home) .published-content-card h2, .site-shell:not(.coduf-home) .published-article h1, .site-shell:not(.coduf-home) .legal-copy h2 { color: #181915; }.site-shell:not(.coduf-home) .panel-heading span, .site-shell:not(.coduf-home) .published-content-card p, .site-shell:not(.coduf-home) .published-article-body, .site-shell:not(.coduf-home) .legal-copy p { color: #65675e; }.site-shell:not(.coduf-home) .button { border-color: #252720; color: #20231b; background: #d7ff71; }.site-shell:not(.coduf-home) .button-secondary { border-color: #cfd1c8; color: #30332c; background: transparent; }.site-shell:not(.coduf-home) .empty-state, .site-shell:not(.coduf-home) .empty-state h2 { color: #272a23; }.site-shell:not(.coduf-home) .empty-state p { color: #65675e; }.site-shell:not(.coduf-home) .empty-icon { border-color: #a9b49c; color: #708833; }.site-shell:not(.coduf-home) .unavailable { border-color: #e2c6a9; color: #87572d; background: #fff6e9; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(320px, .92fr) minmax(460px, 1.08fr); padding: 0; color: #1d1f1a; background: #f6f6f0; }.auth-story { position: relative; min-height: 100%; overflow: hidden; padding: 42px clamp(30px, 6vw, 88px); color: #f7f7f0; background: #1f221b; }.auth-story::before { content: ''; position: absolute; width: 530px; height: 530px; right: -230px; top: 24%; border: 1px solid rgba(220,255,124,.3); border-radius: 50%; box-shadow: 0 0 0 45px rgba(220,255,124,.035), 0 0 0 91px rgba(220,255,124,.025); }.auth-story::after { content: ''; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(221,229,186,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(221,229,186,.06) 1px, transparent 1px); background-size: 34px 34px; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent); }.auth-story .brand { position: relative; z-index: 1; color: #f7f7f0; }.auth-story .brand-mark { border-color: #cfef77; }.auth-story .brand-mark span { background: #cfef77; }.auth-story-copy { position: relative; z-index: 1; max-width: 510px; margin-top: min(22vh, 210px); }.auth-eyebrow { display: block; color: #8ea944; font: 600 10px/1.3 'DM Mono', monospace; letter-spacing: .13em; }.auth-story h1 { margin: 18px 0 20px; font-size: clamp(48px, 5vw, 72px); line-height: .98; letter-spacing: -.08em; }.auth-story h1 em { color: #d3fb74; font-style: italic; font-weight: 500; }.auth-story-copy p { max-width: 420px; margin: 0; color: #c1c4b8; font-size: 16px; line-height: 1.75; }.auth-story-signal { position: absolute; z-index: 1; left: clamp(30px, 6vw, 88px); bottom: 46px; display: flex; align-items: center; gap: 10px; color: #aeb3a2; font: 500 10px/1.55 'DM Mono', monospace; }.auth-story-signal i { width: 8px; height: 8px; border-radius: 50%; background: #ccef77; box-shadow: 0 0 0 5px rgba(204,239,119,.12); }.auth-story-signal strong { color: #f3f5ec; font-weight: 500; }.auth-panel { display: grid; place-items: center; padding: 45px 34px; background: #f7f7f1; }.auth-card { width: min(100%, 445px); padding: 0; border: 0; border-radius: 0; color: #20231d; background: transparent; box-shadow: none; }.auth-back { display: inline-flex; margin-bottom: 68px; color: #70736a; font-size: 12px; }.auth-back:hover { color: #657d2b; }.auth-card > .auth-eyebrow { color: #6b812e; }.auth-card h2 { max-width: 390px; margin: 14px 0 11px; font-size: 35px; line-height: 1.03; letter-spacing: -.065em; }.auth-card > p { max-width: 410px; color: #6a6d64; font-size: 13px; line-height: 1.7; }.auth-card .form { margin-top: 31px; }.auth-card .form label { color: #5d6058; font-size: 11px; font-weight: 700; }.auth-card .form input { height: 49px; border-color: #d2d4ca; border-radius: 7px; color: #272a22; background: #fdfdfa; }.auth-card .form input:focus { border-color: #819c37; box-shadow: 0 0 0 3px rgba(156,190,79,.12); }.auth-card .button { border-color: #252820; color: #21241a; background: #d7ff71; }.auth-card .form-note { color: #72756c; }.auth-card .form-note a { color: #60772a; font-weight: 700; }.auth-card .form-error { color: #b35342; }.auth-card .form .button { margin-top: 10px; }
.app-frame { min-height: 100vh; grid-template-columns: 260px 1fr; color: #23251f; background: #f7f7f1; }.workspace-sidebar { position: -webkit-sticky; position: sticky; top: 0; display: flex; height: 100vh; flex-direction: column; padding: 30px 17px 18px; border-right: 1px solid #d9dbd1; background: #eff0e9; }.workspace-sidebar .brand { padding: 0 11px; color: #22251e; }.workspace-sidebar .brand-mark { border-color: #6d8531; }.workspace-sidebar .brand-mark span { background: #6d8531; }.workspace-label { margin: 49px 11px 12px; color: #8c8e86; font: 600 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }.workspace-nav { display: grid; grid-gap: 4px; gap: 4px; }.workspace-nav a { display: flex; align-items: center; gap: 11px; min-height: 39px; padding: 0 11px; border-radius: 7px; color: #6c6f66; font-size: 12px; font-weight: 600; transition: color .18s ease, background .18s ease; }.workspace-nav a:hover { color: #2c3026; background: #e5e7de; }.workspace-nav a.active { color: #354413; background: #ddf1ae; box-shadow: inset 2px 0 #77922d; }.workspace-user { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 13px 10px; border: 1px solid #d9dbd1; border-radius: 9px; background: #f8f8f3; }.workspace-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #283116; background: #d5f680; font-size: 11px; font-weight: 800; }.workspace-user div { min-width: 0; display: grid; grid-gap: 3px; gap: 3px; }.workspace-user strong { overflow: hidden; color: #373a32; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.workspace-user span:last-child { overflow: hidden; color: #85877e; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.app-main { padding: 38px clamp(25px, 4vw, 58px) 70px; background: #f7f7f1; }.app-topbar { margin-bottom: 45px; }.app-kicker { color: #7f982f; font: 600 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }.app-topbar h1 { color: #20221d; font-size: 35px; letter-spacing: -.065em; }.user-chip { padding: 6px 7px 6px 13px; border: 1px solid #dadbd3; border-radius: 40px; color: #696c63; background: #fbfbf7; }.avatar { color: #283116; background: #d5f680; }.metrics { gap: 14px; }.metric { border-color: #dedfd7; border-radius: 10px; color: #24271f; background: #fbfbf7; box-shadow: 0 8px 22px rgba(53,57,36,.035); }.metric-label, .metric-hint { color: #7a7c74; }.metric-value { color: #262922; }.dashboard-grid { gap: 14px; }.panel { border-color: #dedfd7; border-radius: 10px; color: #24271f; background: #fbfbf7; box-shadow: 0 8px 22px rgba(53,57,36,.035); }.panel-heading { border-bottom: 1px solid #ecece6; padding-bottom: 15px; }.panel-heading h2 { color: #2d3029; }.panel-heading span { color: #85877e; }.admin-badge { color: #708833; }.unavailable { border-color: #e6c99f; color: #865b32; background: #fff6e9; }.empty-state { color: #3c3f37; }.empty-state p { color: #73766d; }.empty-icon { border-color: #a9b79b; color: #6d8630; }.project-form, .content-form { border-color: #d8e8ba; background: linear-gradient(110deg, rgba(218,246,172,.45), rgba(251,251,247,.95)); }.project-form input, .project-form select, .content-form input, .content-form select, .content-form textarea, .device-command-fields select { border-color: #d4d6cc; color: #252820; background: #fff; }.project-form input:focus, .project-form select:focus, .content-form input:focus, .content-form select:focus, .content-form textarea:focus, .device-command-fields select:focus { border-color: #8ca546; }.project-row, .task-row, .device-row, .admin-row, .audit-row { border-top-color: #e6e7e0; }.project-row h3, .task-row h3, .device-primary h3, .admin-row h3, .audit-row strong { color: #31342d; }.project-slug, .task-meta, .device-details, .admin-row > div:first-child > span, .audit-row > div > span { color: #7c7e76; }.status-pill { border-color: #d2d6c5; color: #6a6d64; }.status-queued, .status-pending, .status-dispatched { border-color: #b9dce8; color: #48778e; }.status-running, .status-succeeded, .status-active, .status-online { border-color: #b9d88f; color: #66822c; }.status-failed, .status-offline, .status-suspended { border-color: #e5baaf; color: #a25345; }.scope-option, .secret-notice { border-color: #d9dbd1; background: #fff; }.scope-option strong, .scope-option small { color: #42453d; }.secret-notice { background: linear-gradient(110deg, rgba(218,246,172,.45), rgba(251,251,247,.95)); }.secret-notice code { color: #526823; border-color: #d8dbcf; background: #fff; }.app-frame .button { border-color: #2c2f27; color: #23261e; background: #d7ff71; }.app-frame .button-secondary { border-color: #d2d4ca; color: #3a3d36; background: transparent; }
.auth-eyebrow, .auth-story-signal, .coduf-home .hero-note, .coduf-home .hero-proof, .execution-kicker, .execution-status, .execution-steps, .execution-diff div, .execution-action button, .execution-label, .sidebar-label, .workbench-breadcrumb, .canvas-caption, .context-node span, .context-core span, .context-core small, .feed-time, .workbench-feed em, .coduf-statement > span, .method-steps article > span, .paper-top span { font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; }
.workspace-page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin: -4px 0 38px; padding: 0 0 29px; border-bottom: 1px solid #dedfd7; }.workspace-page-heading { max-width: 720px; }.workspace-page-heading h1 { max-width: 680px; margin: 10px 0 10px; color: #20221d; font-size: clamp(34px, 4.15vw, 53px); line-height: .99; letter-spacing: -.075em; }.workspace-page-heading p { max-width: 620px; margin: 0; color: #70736a; font-size: 13px; line-height: 1.7; }.workspace-page-actions { display: flex; align-items: center; flex: 0 0 auto; gap: 14px; }.workspace-page-meta { display: inline-flex; align-items: center; gap: 8px; color: #6c7065; font: 600 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }.workspace-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #7c9b31; box-shadow: 0 0 0 4px rgba(124,155,49,.11); }.workspace-section-label { display: block; margin-bottom: 8px; color: #809a35; font: 600 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }.workspace-onboarding { display: grid; grid-template-columns: minmax(250px,.75fr) minmax(450px,1.25fr); grid-gap: 50px; gap: 50px; margin: 0 0 14px; padding: 29px; border: 1px solid #d7dacd; border-radius: 11px; background: linear-gradient(115deg, #eef4dc, #fbfbf7 62%); }.workspace-onboarding h2, .workspace-guidance h2 { max-width: 380px; margin: 0 0 8px; color: #252820; font-size: 23px; letter-spacing: -.055em; }.workspace-onboarding p, .workspace-guidance p { max-width: 440px; margin: 0; color: #73766c; font-size: 12px; line-height: 1.65; }.workspace-onboarding-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-left: 1px solid #d9ddcc; }.workspace-onboarding-steps > * { position: relative; display: grid; align-content: start; grid-gap: 5px; gap: 5px; min-height: 104px; padding: 5px 21px; border-right: 1px solid #d9ddcc; color: #31352b; }.workspace-onboarding-steps > *:last-child { border-right: 0; }.workspace-onboarding-steps a { transition: transform .18s ease, color .18s ease; }.workspace-onboarding-steps a:hover { color: #617b24; transform: translateY(-2px); }.workspace-onboarding-steps span { color: #8a9d54; font: 600 9px ui-monospace, SFMono-Regular, Consolas, monospace; }.workspace-onboarding-steps strong { font-size: 12px; }.workspace-onboarding-steps small { color: #818478; font-size: 10px; line-height: 1.4; }.workspace-onboarding-steps b { position: absolute; right: 17px; bottom: 6px; color: #6e882d; font-size: 15px; }.workspace-step-muted { opacity: .55; }.workspace-surface-panel .panel-heading { align-items: flex-start; }.panel-link { color: #657d2b; font-size: 11px; font-weight: 700; white-space: nowrap; }.panel-link:hover { color: #283017; }.workspace-compact-list { display: grid; margin-top: 3px; }.workspace-compact-list a { display: grid; grid-template-columns: 23px 1fr; grid-template-rows: auto auto; grid-column-gap: 9px; column-gap: 9px; padding: 13px 0; border-top: 1px solid #e6e7e0; color: #31342d; }.workspace-compact-list a:hover strong { color: #637d24; }.workspace-compact-list a:first-child { border-top: 0; }.workspace-list-mark { grid-row: span 2; display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #d4d7ca; border-radius: 5px; color: #708934; background: #f4f7eb; font-size: 11px; }.workspace-compact-list strong { font-size: 12px; transition: color .18s ease; }.workspace-compact-list small { margin-top: 3px; color: #85877e; font-size: 10px; }.workspace-status-mark { grid-row: span 2; width: 8px; height: 8px; align-self: center; justify-self: center; border-radius: 50%; background: #a7aaa0; }.workspace-status-ONLINE { background: #83a434; box-shadow: 0 0 0 4px rgba(131,164,52,.12); }.workspace-status-PAIRING { background: #6c9eb4; }.workspace-guidance { margin-bottom: 14px; padding: 30px; background: linear-gradient(115deg, rgba(226,240,192,.55), #fbfbf7 68%); }.workspace-guidance .button { margin-top: 20px; }.workspace-row-avatar { display: inline-grid; margin-right: 8px; vertical-align: middle; }
.execution-card-bar { align-items: flex-start; }.section-heading { align-items: flex-end; }.manifesto { align-items: flex-start; }.admin-row-meta { justify-content: flex-end; }.content-form-grid { align-items: flex-start; }.scope-option { align-items: flex-start !important; }.secret-notice, .form-heading, .project-form-fields { align-items: flex-end; }.project-meta { justify-items: flex-end; }
@keyframes auth-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }.auth-story-copy, .auth-card { animation: auth-enter .65s cubic-bezier(.22,1,.36,1) both; }.auth-card { animation-delay: .08s; }.auth-story::before { animation: auth-orbit 18s ease-in-out infinite alternate; }@keyframes auth-orbit { to { transform: translate(-35px, 28px) scale(1.08); } }
 .auth-form { gap: 18px; }
.auth-form label { color: #4f5547; font-size: 12px; font-weight: 700; }
.auth-field { display: grid; grid-gap: 8px; gap: 8px; }
.auth-field-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auth-field-label label { margin: 0; }
.auth-field-label a { color: #60772a; font-size: 11px; font-weight: 700; }
.auth-input-hint { color: #85897d; font-size: 11px; line-height: 1.5; }
.auth-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 14px; gap: 14px; }
.auth-message { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.auth-message-icon { display: grid; flex: 0 0 auto; place-items: center; width: 18px; height: 18px; border-radius: 50%; font-size: 11px; font-weight: 800; }
.auth-message-success { border-color: #b8d38d; color: #486323; background: #f1f8e5; }
.auth-message-success .auth-message-icon { color: #fff; background: #759d32; }
.auth-message-error { border-color: #e2b7ae; color: #9a493d; background: #fff3f0; }
.auth-message-error .auth-message-icon { color: #fff; background: #bd6657; }
.auth-form-footer { color: #72786b; font-size: 12px; text-align: center; }
.auth-form-footer a { color: #60772a; font-weight: 800; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 640px) { .workspace-user { display: flex; margin-top: 14px; padding: 8px 6px; border: 0; background: transparent; }.workspace-signout { font-size: 11px; } }
@media (max-width: 900px) { .site-shell:not(.coduf-home) .page-main { padding-left: 32px; padding-right: 32px; }.auth-shell { grid-template-columns: 1fr; }.auth-story { min-height: 365px; }.auth-story-copy { margin-top: 72px; }.auth-story-signal { bottom: 32px; }.auth-panel { padding: 70px 32px; }.auth-back { margin-bottom: 40px; }.app-frame { grid-template-columns: 220px 1fr; }.app-main { padding: 30px; }.workspace-onboarding { grid-template-columns: 1fr; gap: 28px; }.workspace-onboarding-steps { border-left: 0; border-top: 1px solid #d9ddcc; padding-top: 20px; } }
@media (max-width: 640px) { .site-shell:not(.coduf-home) .site-header, .site-shell:not(.coduf-home) .page-main { padding-left: 19px; padding-right: 19px; }.site-shell:not(.coduf-home) .page-main { padding-top: 45px; }.site-shell:not(.coduf-home) .page-hero { padding-bottom: 39px; }.site-shell:not(.coduf-home) .page-hero h1 { font-size: 48px; }.site-shell:not(.coduf-home) .feature-block { min-height: 0; padding: 25px 0; border-left: 0; border-right: 0; }.auth-story { min-height: 450px; padding: 28px 23px; }.auth-story-copy { margin-top: 63px; }.auth-story h1 { font-size: 48px; }.auth-story-copy p { max-width: 300px; font-size: 13px; line-height: 1.6; }.auth-story-signal { left: 23px; bottom: 22px; }.auth-panel { padding: 48px 23px; }.auth-back { margin-bottom: 42px; }.auth-card h2 { font-size: 31px; }.auth-form-grid { grid-template-columns: 1fr; gap: 18px; }.app-frame { display: block; }.workspace-sidebar { position: static; height: auto; padding: 17px; border-right: 0; border-bottom: 1px solid #d9dbd1; }.workspace-sidebar .brand { padding: 0 6px; }.workspace-label { display: none; }.workspace-nav { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 3px; margin-top: 17px; }.workspace-nav a { justify-content: center; min-height: 36px; padding: 0; }.workspace-nav a span { display: none; }.workspace-user { display: none; }.app-main { padding: 26px 19px 55px; }.app-topbar { align-items: flex-start; margin-bottom: 28px; }.app-topbar h1 { font-size: 29px; }.metrics { grid-template-columns: repeat(2, 1fr); }.panel-heading { align-items: flex-start; }.app-frame .project-form, .app-frame .content-form, .app-frame .secret-notice { padding: 18px; }.workspace-page-header { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 27px; padding-bottom: 23px; }.workspace-page-heading h1 { font-size: 36px; }.workspace-page-actions { align-items: flex-start; flex-direction: column-reverse; }.workspace-onboarding { padding: 22px; }.workspace-onboarding-steps { grid-template-columns: 1fr; gap: 0; }.workspace-onboarding-steps > * { min-height: auto; padding: 13px 0; border-right: 0; border-bottom: 1px solid #d9ddcc; }.workspace-onboarding-steps > *:last-child { border-bottom: 0; }.workspace-onboarding-steps b { right: 1px; bottom: 15px; }.workspace-guidance { padding: 23px; }.workspace-compact-list a { padding: 12px 0; } }

/* Desktop-first workspace navigation and CMS surfaces. */
.workspace-menu-trigger, .workspace-sidebar-backdrop, .workspace-collapse { display: none; }
.workspace-sidebar { transition: width .2s ease, padding .2s ease; }
.app-frame:has(.workspace-sidebar.is-collapsed) { grid-template-columns: 74px minmax(0, 1fr); }
.workspace-sidebar.is-collapsed { width: 74px; padding-left: 12px; padding-right: 12px; }.workspace-sidebar.is-collapsed .brand > span:last-child, .workspace-sidebar.is-collapsed .workspace-label, .workspace-sidebar.is-collapsed .workspace-nav a span, .workspace-sidebar.is-collapsed .workspace-user div, .workspace-sidebar.is-collapsed .workspace-signout { display: none; }.workspace-sidebar.is-collapsed .workspace-nav a { justify-content: center; padding-left: 0; padding-right: 0; }.workspace-sidebar.is-collapsed .workspace-user { justify-content: center; padding-left: 0; padding-right: 0; }.workspace-collapse { position: absolute; top: 28px; right: -13px; z-index: 2; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #d1d4c8; border-radius: 50%; color: #536324; background: #fafbf7; cursor: pointer; }
.desktop-release-card { min-height: 0; max-width: 840px; }.desktop-release-card h2 { margin: 10px 0; font-size: 30px; letter-spacing: -.055em; }.desktop-release-card > p { max-width: 680px; color: #63675d; line-height: 1.7; white-space: pre-wrap; }.desktop-release-card dl { display: grid; grid-gap: 12px; gap: 12px; margin: 27px 0; }.desktop-release-card dl div { display: grid; grid-template-columns: 155px 1fr; grid-gap: 15px; gap: 15px; padding: 12px 0; border-top: 1px solid #e4e5de; }.desktop-release-card dt { color: #777b70; font-size: 11px; font-weight: 800; }.desktop-release-card dd { margin: 0; color: #31352d; font-size: 12px; overflow-wrap: anywhere; }.desktop-release-card code { font-size: 10px; }
.site-admin-layout { display: grid; grid-gap: 14px; gap: 14px; }.site-admin-section { min-height: 0; }.site-library { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); grid-gap: 9px; gap: 9px; }.site-library-item { display: grid; grid-gap: 6px; gap: 6px; padding: 14px; border: 1px solid #dce0d1; border-radius: 8px; color: #30342c; text-align: left; background: #fff; cursor: pointer; }.site-library-item:hover { border-color: #8fa44c; background: #f5f9e9; }.site-library-item span, .site-library-item small { color: #7c8075; font-size: 10px; }.site-library-item strong { font-size: 13px; }.site-page-editor { display: grid; grid-gap: 20px; gap: 20px; }.site-block-editor { display: grid; grid-gap: 10px; gap: 10px; }.site-block-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 11px; gap: 11px; margin: 0; padding: 15px; border: 1px solid #dce0d1; border-radius: 8px; }.site-block-fields legend { padding: 0 5px; color: #6a7c31; font: 700 10px ui-monospace, SFMono-Regular, Consolas, monospace; }.site-block-fields label { display: grid; grid-gap: 7px; gap: 7px; color: #6a6e64; font-size: 11px; }.preview-toolbar { display: flex; align-items: center; gap: 8px; color: #6a6e64; font-size: 11px; font-weight: 700; }.preview-toolbar span { margin-right: auto; }.preview-toolbar button { padding: 5px 8px; border: 1px solid #d0d4c7; border-radius: 6px; color: #5e6258; background: #fff; cursor: pointer; }.preview-toolbar button.active { border-color: #799236; color: #3a4815; background: #e9f5c9; }.site-live-preview { width: 100%; max-width: 100%; margin: 0 auto; padding: 24px; border: 1px solid #d5d9ca; border-radius: var(--preview-radius); color: #252a20; background: var(--preview-background); transition: width .2s ease; }.site-live-preview.preview-tablet { width: 760px; max-width: 100%; }.site-live-preview.preview-mobile { width: 375px; max-width: 100%; }.site-live-preview article { padding: 17px 0; border-bottom: 1px solid color-mix(in srgb, var(--preview-accent) 30%, #d5d9ca); }.site-live-preview article:last-child { border-bottom: 0; }.site-live-preview small { color: #647a2b; font: 700 9px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; }.site-live-preview h3 { margin: 8px 0; font-size: 25px; letter-spacing: -.05em; }.site-live-preview p { margin: 0; color: #62675d; white-space: pre-wrap; line-height: 1.65; }.site-admin-notice { padding: 11px 13px; border: 1px solid #c6d99b; border-radius: 8px; background: #f2f8e6; }
.public-cms-page { max-width: 1120px; margin: 0 auto; padding-top: 78px; padding-bottom: 95px; }.public-block { padding: 36px 0; border-bottom: 1px solid #dfe0d9; }.public-block:first-child { padding-top: 0; }.public-block h1 { max-width: 850px; margin: 0; color: #1e221a; font-size: clamp(44px, 7vw, 82px); line-height: .94; letter-spacing: -.075em; }.public-block > div > p { max-width: 710px; margin: 21px 0 0; color: #65695f; font-size: 17px; line-height: 1.7; white-space: pre-wrap; }.public-block-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); grid-gap: 12px; gap: 12px; margin-top: 27px; }.public-block-items article { padding: 18px; border: 1px solid #dcded5; border-radius: 9px; background: #fafaf6; }.public-block-items h2 { margin: 0; font-size: 17px; letter-spacing: -.04em; }.public-block-items p { margin: 8px 0 0; color: #686c62; font-size: 13px; line-height: 1.6; }.public-block .button { margin-top: 22px; }
@media (max-width: 640px) { .app-frame:has(.workspace-sidebar.is-collapsed) { display: block; }.workspace-menu-trigger { position: fixed; z-index: 20; right: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid #85944c; border-radius: 999px; color: #33420f; background: #d7ff71; font-size: 12px; font-weight: 800; box-shadow: 0 8px 22px rgba(31,38,15,.18); }.workspace-sidebar-backdrop { position: fixed; z-index: 18; inset: 0; display: block; border: 0; background: rgba(22,26,17,.36); }.workspace-sidebar { position: fixed; z-index: 19; top: 0; bottom: 0; left: 0; width: min(290px, 88vw); height: 100vh; transform: translateX(-105%); transition: transform .2s ease; box-shadow: 14px 0 32px rgba(32,37,25,.18); }.workspace-sidebar.is-mobile-open { transform: translateX(0); }.workspace-sidebar.is-collapsed { width: min(290px, 88vw); padding-left: 17px; padding-right: 17px; }.workspace-sidebar.is-collapsed .brand > span:last-child, .workspace-sidebar.is-collapsed .workspace-label, .workspace-sidebar.is-collapsed .workspace-nav a span, .workspace-sidebar.is-collapsed .workspace-user div, .workspace-sidebar.is-collapsed .workspace-signout { display: initial; }.workspace-sidebar.is-collapsed .workspace-nav a { justify-content: flex-start; padding-left: 11px; padding-right: 11px; }.workspace-sidebar.is-collapsed .workspace-user { justify-content: flex-start; padding-left: 10px; padding-right: 10px; }.workspace-collapse { display: none; }.workspace-nav { grid-template-columns: 1fr; }.workspace-nav a { justify-content: flex-start; padding: 0 11px; }.workspace-nav a span { display: inline; }.workspace-user { display: flex; }.site-block-fields { grid-template-columns: 1fr; }.site-live-preview.preview-tablet, .site-live-preview.preview-mobile { width: 100%; }.public-cms-page { padding-top: 44px; padding-bottom: 66px; }.public-block h1 { font-size: 47px; }.public-block > div > p { font-size: 15px; }.desktop-release-card dl div { grid-template-columns: 1fr; gap: 5px; } }

.public-fallback { max-width: 760px; padding: 48px 0 64px; }.public-fallback h1 { max-width: 700px; margin: 15px 0; color: #20221d; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.075em; }.public-fallback p { max-width: 620px; color: #70736a; font-size: 15px; line-height: 1.7; }.public-fallback code { color: #647b2c; }.public-fallback .button-secondary { color: #3d4234; background: transparent; }.status-panel { min-height: 120px; display: flex; align-items: center; gap: 11px; color: #5f6b2b; }.status-panel-error { color: #a25345; border-color: #e5baaf; background: #fff7f4; }.status-panel-error .workspace-live-dot { background: #bd6657; box-shadow: 0 0 0 4px rgba(189,102,87,.11); }

/* Enterprise product surface: high-contrast graphite, precise borders, and semantic action colors. */
:root { --bg: #080b10; --surface: #10151d; --surface-2: #151d28; --line: #263241; --text: #f4f7fb; --muted: #aab5c4; --faint: #6f7d8e; --accent: #c9f47c; --accent-2: #8dd3ff; --amber: #f0b56b; --danger: #ef7785; --shadow: 0 26px 90px rgba(0,0,0,.36); }
body { background: radial-gradient(circle at 86% -12%, rgba(141,211,255,.14), transparent 32rem), radial-gradient(circle at 8% 20%, rgba(201,244,124,.06), transparent 30rem), var(--bg); }
.site-shell { background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 64px 64px; }
.site-header { max-width: 1320px; height: 88px; border-bottom-color: rgba(141,211,255,.13); }
.brand { letter-spacing: -.04em; }
.brand-mark { border-color: var(--accent-2); box-shadow: 0 0 24px rgba(141,211,255,.12); }
.brand-mark span { background: var(--accent); box-shadow: 0 0 16px rgba(201,244,124,.7); }
.main-nav { gap: 32px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.button { border-radius: 7px; box-shadow: 0 8px 24px rgba(201,244,124,.13); }
.button-secondary { box-shadow: none; }
.page-main { max-width: 1320px; }
.page-hero { max-width: 900px; padding: 76px 0 66px; }
.page-hero h1 { max-width: 900px; font-size: clamp(48px, 7vw, 88px); }
.page-hero p { max-width: 720px; color: var(--muted); }
.feature-list { gap: 16px; }
.feature-block { min-height: 250px; padding: 30px; border-color: rgba(141,211,255,.16); background: linear-gradient(145deg, rgba(16,21,29,.94), rgba(11,15,21,.96)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.feature-block:hover { border-color: rgba(201,244,124,.45); background: linear-gradient(145deg, rgba(22,31,41,.98), rgba(13,19,27,.98)); }
.feature-block h2 { font-size: 25px; }
.feature-block p { color: #9aa8b7; }
.hero-proof { margin: 0 0 34px; }
.public-block { border-bottom-color: rgba(141,211,255,.14); }
.public-block-items article { border-color: rgba(141,211,255,.16); background: rgba(16,21,29,.72); }
.public-block h1 { color: var(--text); }
.public-block > div > p { color: var(--muted); }
.public-fallback h1, .error-state h1 { color: var(--text); }
.public-fallback p, .error-state p { color: var(--muted); }
.enterprise-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 640px) { .enterprise-feature-grid { grid-template-columns: 1fr; } .site-header { height: 72px; } .main-nav { display: none; } .page-hero { padding-top: 48px; } }

