:root {
  --ink: #1f2328;
  --paper: #f6f8fa;
  --cream: #eaeef2;
  --muted: #636c76;
  --line: rgba(31, 35, 40, .14);
  --lime: #e3b341;
  --lilac: #d8dee4;
  --pink: #c8a34f;
  --radius: 28px;
  --display: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-noise { pointer-events: none; position: fixed; inset: 0; z-index: 5; opacity: .06; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 350px; height: 350px; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(8px); opacity: .22; background: radial-gradient(circle, rgba(227,179,65,.42), rgba(227,179,65,0) 68%); transform: translate(-50%, -50%); }
.wrap { width: min(1192px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 132px; }
.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 11px; letter-spacing: -.05em; }
.brand-logo { display: block; width: 42px; height: 42px; border-radius: 50%; box-shadow: 0 6px 18px rgba(31,35,40,.15); transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease; }
.brand:hover .brand-logo { transform: translateY(-1px) rotate(-3deg); box-shadow: 0 9px 24px rgba(31,35,40,.2); }
.brand-word { font-size: 16px; font-weight: 750; }
.nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
.nav a { transition: opacity .2s ease; }
.nav a:hover { opacity: .48; }
.admin-trigger { cursor: pointer; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.44); padding: 10px 15px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.admin-trigger:hover { transform: translateY(-2px); background: white; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(227,179,65,.24); }

.hero { min-height: 654px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 30px; align-items: center; padding-top: 58px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 9px; color: #555550; font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 9px; height: 9px; border: 2px solid currentColor; border-radius: 50%; }
.hero h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.07em; }
.hero h1 { max-width: 900px; font-size: clamp(48px, 5.2vw, 76px); line-height: .98; white-space: nowrap; }
em { font-style: normal; color: #77758e; }
.hero-intro { max-width: 520px; margin: 29px 0 31px; color: #555550; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 19px; cursor: pointer; padding: 14px 19px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.button-dark { background: var(--ink); color: white; }
.button i, .text-link i { font-size: 17px; font-style: normal; }
.text-link { font-size: 13px; font-weight: 720; display: flex; gap: 9px; align-items: center; }
.text-link i { transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }

.hero-visual { min-height: 486px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 55% 45%, #f6d77f 0%, #e3b341 30%, #c7ccd1 68%, transparent 70%); filter: blur(2px); opacity: .74; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(21,21,21,.18); border-radius: 50%; transform: rotate(-21deg); }
.orbit-one { width: 96%; height: 62%; }
.orbit-two { width: 74%; height: 88%; border-style: dashed; }
.hero-card { width: 58%; min-width: 278px; background: #161718; box-shadow: 19px 24px 48px rgba(21,21,21,.25); border: 5px solid rgba(255,255,255,.65); transform: rotate(5deg); overflow: hidden; border-radius: 20px; }
.hero-card::after { content: ""; display: none; position: absolute; inset: 0; place-items: center; background: rgba(21,21,21,.91); color: var(--lime); font: 800 15px/1 var(--display); letter-spacing: .05em; }
.is-guest .hero-card::after { display: grid; content: "PUBLIC PREVIEW"; }
.hero-card img { width: 100%; aspect-ratio: 1.774; object-fit: cover; object-position: center; }
.hero-cover-ui { min-height: 226px; display: flex; flex-direction: column; padding: 18px; color: white; background: radial-gradient(circle at 85% 20%, rgba(227,179,65,.32), transparent 32%), linear-gradient(145deg, #1f2328, #30363d); }
.hero-cover-ui > span { color: #b9bbb2; font-size: 7px; font-weight: 800; letter-spacing: .12em; }.hero-cover-ui > strong { margin: 28px 0 20px; font: 800 46px/.78 var(--display); letter-spacing: -.09em; }.hero-cover-ui > div { margin-top: auto; display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: baseline; gap: 5px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 11px; }.hero-cover-ui b { color: var(--lime); font: 800 15px/1 var(--display); }.hero-cover-ui small { color: #aeb0a8; font-size: 6px; }
.hero-card::after, .is-guest .hero-card::after { display: none; }
.floating-stat { position: absolute; background: rgba(255,255,255,.78); backdrop-filter: blur(17px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 12px 28px rgba(21,21,21,.11); }
.stat-top { top: 14%; right: 1%; padding: 15px 19px; border-radius: 15px; transform: rotate(-3deg); }
.stat-label { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 750; }
.stat-top strong { font: 800 32px/.9 var(--display); letter-spacing: -.08em; }
.stat-top strong span { font-size: 17px; }
.stat-bottom { left: 3%; bottom: 13%; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; color: #52524d; font-size: 10px; font-weight: 700; }
.mini-pulse { width: 7px; height: 7px; background: #e3b341; border-radius: 50%; box-shadow: 0 0 0 3px rgba(227,179,65,.18); }
.visual-index { position: absolute; right: -1px; bottom: -9px; margin: 0; font: 800 11px/1 var(--body); letter-spacing: .13em; }

.metrics-strip { background: var(--ink); color: white; overflow: hidden; }
.metric-grid { min-height: 172px; display: grid; grid-template-columns: repeat(4, 1fr) 1.25fr; align-items: center; }
.metric { min-height: 84px; padding: 3px 24px; border-left: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; }
.metric:first-child { border-left: 0; padding-left: 0; }
.metric strong { font: 800 clamp(29px, 3vw, 45px)/1 var(--display); letter-spacing: -.07em; }
.metric strong span { font-size: .56em; }
.metric > span { margin-top: 9px; font-size: 11px; font-weight: 600; color: #bbbcb3; }
.metrics-note { margin: 0; color: var(--lime); font-size: 12px; line-height: 1.55; font-weight: 700; text-align: right; }
.accounts { padding-top: 108px; padding-bottom: 44px; }.account-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }.account-card { min-height: 320px; display: flex; flex-direction: column; padding: 31px; border-radius: var(--radius); background: #e5e5e0; }.account-card-dark { color: white; background: #202020; }.account-index { margin: 0; color: #777870; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.account-card-dark .account-index, .account-card-dark > p { color: #afafa9; }.account-card h3 { margin-top: 47px; font-size: 47px; line-height: .9; }.account-card > p:not(.account-index) { max-width: 310px; margin: 19px 0 0; color: #5d5e58; font-size: 13px; line-height: 1.7; }.account-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 26px; }.account-links a, .project-links a { border: 1px solid rgba(21,21,21,.18); border-radius: 999px; padding: 8px 11px; color: var(--ink); background: rgba(255,255,255,.38); font-size: 11px; font-weight: 750; transition: transform .2s ease, background .2s ease; }.account-links a:hover, .project-links a:hover { transform: translateY(-2px); background: white; }.account-card-dark .account-links a { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 53px; }
.section-heading h2, .profile h2, .journey h2 { font-size: clamp(38px, 4.2vw, 61px); line-height: 1.01; }
.section-heading > p { max-width: 310px; margin: 0 6px 4px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.project-list { display: grid; gap: 22px; }
.project-card { overflow: hidden; border-radius: var(--radius); background: #e7e8e3; }
.project-card-feature { min-height: 562px; display: grid; grid-template-columns: 1.08fr .92fr; }
.project-media { border: none; background: #cfd0cc; position: relative; overflow: hidden; padding: 0; cursor: pointer; }
.project-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(227,179,65,.13), transparent 50%); transition: opacity .25s ease; }
.project-media:hover::after { opacity: 0; }
.project-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 13%; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.project-media:hover img { transform: scale(1.035); }
.media-expand { position: absolute; z-index: 1; top: 18px; right: 18px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.86); color: var(--ink); font-size: 19px; transition: transform .25s ease; }
.project-media:hover .media-expand { transform: rotate(45deg); }
.project-content { padding: 36px; display: flex; flex-direction: column; align-items: flex-start; }
.project-meta { width: 100%; display: flex; justify-content: space-between; gap: 12px; color: #60615c; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.project-content h3 { margin-top: 50px; font-size: clamp(39px, 4.1vw, 59px); line-height: .96; }
.project-content > p { max-width: 380px; margin: 22px 0 20px; color: #5b5d57; font-size: 13px; line-height: 1.75; }
.project-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.project-tags span { border: 1px solid rgba(21,21,21,.18); border-radius: 999px; padding: 6px 9px; color: #4b4c47; font-size: 10px; font-weight: 700; }
.project-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }.project-links a { padding: 6px 8px; font-size: 10px; }.dark-card .project-links a { border-color: rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.08); }
.project-result { margin-top: auto; padding-top: 28px; display: flex; align-items: baseline; gap: 7px; }
.project-result strong { font: 800 32px/1 var(--display); letter-spacing: -.07em; }
.project-result strong span { font-size: .52em; }
.project-result > span { color: var(--muted); font-size: 10px; font-weight: 700; }
.project-result i { width: 1px; height: 21px; margin: 0 9px; background: rgba(21,21,21,.22); }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.project-card-small { min-height: 656px; display: grid; grid-template-rows: 57% 43%; }
.project-card-small .project-content { padding: 27px 31px 31px; }
.project-card-small .project-content h3 { margin-top: 25px; font-size: 40px; }
.project-card-small .project-content > p { margin: 13px 0; font-size: 12px; }
.dark-card { background: #242424; color: #fff; }
.dark-card .project-media { background: #343434; }
.dark-card .project-meta, .dark-card .project-content > p, .dark-card .project-result > span { color: #b4b4af; }

.method { color: white; background: var(--ink); position: relative; overflow: hidden; }
.method::before { content: ""; width: 55vw; height: 55vw; max-width: 800px; max-height: 800px; position: absolute; right: -18vw; top: -28vw; border-radius: 50%; background: var(--lilac); filter: blur(100px); opacity: .22; }
.method .wrap { position: relative; }
.eyebrow-light { color: #c5c5bd; }
.method-top { display: grid; grid-template-columns: 1fr 1.3fr .75fr; align-items: end; gap: 28px; margin-bottom: 72px; }
.method-top .eyebrow { margin: 0; align-self: start; }
.method-top h2 { font-size: clamp(39px, 4.5vw, 63px); line-height: .98; }
.method-top h2 em { color: var(--lime); }
.method-top > p { margin: 0 0 4px; color: #b7b7b1; font-size: 13px; line-height: 1.75; }
.process-grid { counter-reset: item; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.process-grid li { min-height: 218px; padding: 25px 20px 20px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.process-grid li:first-child { border-left: 0; padding-left: 0; }
.process-grid b { color: var(--lime); font-size: 11px; letter-spacing: .09em; }
.process-grid strong { margin-top: auto; font: 750 21px/1.05 var(--display); letter-spacing: -.05em; }
.process-grid span { min-height: 48px; margin-top: 13px; color: #a9aaa3; font-size: 11px; line-height: 1.55; }

.profile { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; gap: 8vw; }
.profile-portrait { min-height: 545px; position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #c8c0ff 0%, #e8ffa1 56%, #fdcadf 100%); }
.profile-portrait::before, .profile-portrait::after { content: ""; position: absolute; border: 1px solid rgba(21,21,21,.25); border-radius: 50%; }
.profile-portrait::before { width: 120%; height: 70%; left: -27%; top: 18%; transform: rotate(29deg); }
.profile-portrait::after { width: 85%; height: 110%; left: 12%; top: -10%; transform: rotate(-37deg); }
.portrait-number { position: absolute; z-index: 1; left: 30px; bottom: 26px; color: var(--ink); font: 800 clamp(82px, 10vw, 138px)/.66 var(--display); letter-spacing: -.1em; }
.portrait-number span { margin-left: 8px; font-size: 17px; letter-spacing: -.04em; }
.portrait-copy { position: absolute; z-index: 1; inset: 21px 22px auto; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.profile-content { align-self: center; padding-block: 30px; }
.profile-content h2 { margin-bottom: 26px; }
.profile-lead { max-width: 560px; margin: 0 0 40px; color: #555550; line-height: 1.8; }
.skill-group { padding: 19px 0; border-top: 1px solid var(--line); }
.skill-group:last-child { border-bottom: 1px solid var(--line); }
.skill-group > p { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.skill-group div { display: flex; flex-wrap: wrap; gap: 7px; }
.skill-group span { padding: 6px 9px; background: #e5e5e0; border-radius: 7px; font-size: 11px; font-weight: 650; }

.journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding-top: 0; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { min-height: 125px; padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 112px 1fr 18px; gap: 15px; }
.timeline-item > span { color: #686963; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.timeline-item h3 { font: 760 17px/1.2 var(--display); letter-spacing: -.04em; }
.timeline-item p { margin: 10px 0 0; color: #62635e; font-size: 11px; line-height: 1.7; }
.timeline-item i { color: #888982; font-style: normal; }

.lab { color: white; background: #282828; }.lab .section-heading > p { color: #bebeb8; }.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.note-card, .tool-card { min-height: 290px; display: flex; flex-direction: column; padding: 25px; border-radius: 22px; background: #f1f1ec; color: var(--ink); }.note-card:nth-child(2) { background: var(--lilac); }.tool-card { background: #333; color: white; }.tool-card-wide { grid-column: span 2; min-height: 208px; background: linear-gradient(120deg, #d7ff36, #c4baff); color: var(--ink); }.note-card > span, .tool-card > span { color: #6b6c66; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.tool-card > span { color: #bfc0b9; }.tool-card-wide > span { color: #3d4420; }.note-card h3, .tool-card h3 { margin-top: 39px; font-size: 29px; line-height: .95; }.tool-card h3 em { color: var(--lime); }.tool-card-wide h3 { margin-top: 21px; }.note-card p, .tool-card p { margin: 14px 0 0; color: #62635d; font-size: 12px; line-height: 1.65; }.tool-card p { color: #bcbdb7; }.tool-card-wide p { max-width: 620px; color: #3d3d38; }.note-card button, .tool-card button { align-self: flex-start; margin-top: auto; border: 0; background: none; padding: 0; color: inherit; cursor: pointer; font-size: 11px; font-weight: 800; }.tool-card button { color: var(--lime); }.tool-card-wide button { color: var(--ink); }

.contact { padding-top: 0; }
.contact-card { position: relative; min-height: 452px; padding: 55px 58px 28px; overflow: hidden; border-radius: var(--radius); color: #fff; background: #191919; }
.contact-card::before { content: ""; position: absolute; width: 610px; height: 610px; right: -6%; top: -61%; border-radius: 50%; background: var(--lime); filter: blur(40px); opacity: .82; }
.contact-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: 9%; bottom: -64%; border-radius: 50%; background: var(--pink); filter: blur(43px); opacity: .8; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 710px; margin-top: 38px; font-size: clamp(46px, 5.8vw, 76px); line-height: .95; }
.contact-card h2 em { color: var(--lime); }
.contact-email { display: inline-flex; gap: 16px; align-items: center; margin-top: 37px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 7px; font: 700 clamp(17px, 2vw, 25px)/1 var(--display); letter-spacing: -.04em; transition: border-color .2s ease; }
.contact-email:hover { border-color: var(--lime); }
.contact-email span { color: var(--lime); }
.contact-bottom { position: absolute !important; bottom: 25px; left: 58px; right: 58px; display: flex; justify-content: space-between; color: #c2c2bb; font-size: 10px; font-weight: 650; }
.site-footer { min-height: 95px; display: flex; justify-content: space-between; align-items: center; color: #777871; font-size: 10px; font-weight: 650; }
.site-footer a { color: var(--ink); }

.modal-shell { visibility: hidden; position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .24s ease, visibility .24s ease; }
.modal-shell.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(16,16,15,.43); backdrop-filter: blur(10px); }
.login-modal, .project-modal, .admin-modal { width: min(100%, 455px); position: relative; z-index: 1; border-radius: 24px; box-shadow: 0 25px 65px rgba(0,0,0,.22); background: #f8f8f5; padding: 34px; transform: translateY(16px) scale(.98); transition: transform .24s ease; }
.project-modal { width: min(100%, 900px); padding: 27px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 27px; align-items: center; }
.admin-modal { width: min(100%, 630px); }
.modal-shell.is-open .login-modal, .modal-shell.is-open .project-modal, .modal-shell.is-open .admin-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 13px; right: 15px; z-index: 2; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #e5e5df; color: var(--ink); cursor: pointer; font-size: 22px; line-height: 1; }
.login-kicker { color: #777871; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.login-modal h2, .project-modal h2 { margin-top: 11px; font-size: 34px; line-height: 1; }
.login-modal > p { margin: 15px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.login-modal form { display: grid; gap: 13px; }
.login-modal label { display: grid; gap: 7px; color: #555650; font-size: 11px; font-weight: 750; }
.login-modal input { width: 100%; border: 1px solid #d7d7d1; outline: none; border-radius: 10px; background: white; padding: 12px; color: var(--ink); font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.login-modal input:focus { border-color: #a2c900; box-shadow: 0 0 0 3px rgba(215,255,54,.35); }
.login-modal form .button { width: 100%; margin-top: 5px; }
.demo-access { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #deded8; color: #686963; font-size: 10px; font-weight: 700; }
.demo-access code { color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.form-message { min-height: 16px; margin: 12px 0 0 !important; color: #b33667 !important; font-size: 11px !important; font-weight: 650; }
.project-modal h2 { margin-bottom: 18px; font-size: clamp(28px, 3.2vw, 43px); }
.project-modal p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.project-modal img { width: 100%; max-height: 68vh; object-fit: cover; object-position: top; border-radius: 14px; }
.privacy-shell { z-index: 50; }.privacy-modal, .note-modal, .tool-modal { width: min(100%, 720px); position: relative; z-index: 1; border-radius: 27px; box-shadow: 0 25px 65px rgba(0,0,0,.22); background: #f8f8f5; padding: 38px; transform: translateY(16px) scale(.98); transition: transform .24s ease; }.modal-shell.is-open .privacy-modal, .modal-shell.is-open .note-modal, .modal-shell.is-open .tool-modal { transform: translateY(0) scale(1); }.privacy-modal h2, .note-modal h2, .tool-modal h2 { margin: 13px 0 0; font: 800 clamp(34px, 4.4vw, 53px)/.98 var(--display); letter-spacing: -.07em; }.privacy-modal > p { max-width: 510px; margin: 18px 0 26px; color: var(--muted); line-height: 1.7; font-size: 13px; }.privacy-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.privacy-options > button, .hr-option { position: relative; min-height: 236px; border-radius: 17px; padding: 21px; text-align: left; }.privacy-options > button { display: flex; flex-direction: column; border: 0; color: var(--ink); background: var(--lime); cursor: pointer; }.privacy-options span { font-size: 10px; font-weight: 800; letter-spacing: .09em; }.privacy-options strong { margin-top: auto; font: 800 27px/.98 var(--display); letter-spacing: -.06em; }.privacy-options small { display: block; margin-top: 12px; font-size: 11px; line-height: 1.55; }.privacy-options i { position: absolute; right: 20px; bottom: 18px; font-style: normal; font-size: 23px; }.hr-option { color: white; background: var(--ink); }.hr-option strong { display: block; margin-top: 22px; }.hr-option small { color: #bdbeb7; }.hr-option form { display: flex; gap: 6px; margin-top: 15px; }.hr-option input { min-width: 0; width: 100%; border: 1px solid #50514c; border-radius: 8px; outline: none; padding: 9px; color: white; background: #323330; font-size: 11px; }.hr-option button { border: 0; border-radius: 8px; padding: 0 10px; color: var(--ink); background: white; cursor: pointer; font-size: 10px; font-weight: 800; }.hr-option p { min-height: 13px; margin: 8px 0 0; color: var(--lime); font-size: 10px; }.note-modal { width: min(100%, 620px); }.note-modal > .eyebrow { margin-top: 6px; }.note-modal h2 { margin-bottom: 22px; }.note-modal #noteBody { display: grid; gap: 13px; color: #575851; font-size: 14px; line-height: 1.8; }.note-modal #noteBody p { margin: 0; }.tool-modal { width: min(100%, 530px); }.tool-modal > p { color: var(--muted); line-height: 1.75; font-size: 13px; }.tool-modal > p:first-of-type { margin-top: 22px; }
.admin-heading { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.admin-heading h2 { margin: 10px 0 0; font: 800 32px/1 var(--display); letter-spacing: -.06em; }
.admin-live { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dcdcd6; border-radius: 99px; padding: 7px 9px; color: #64655f; font-size: 10px; font-weight: 750; }
.admin-live i { width: 6px; height: 6px; background: #97b900; border-radius: 50%; }
.admin-copy { margin: 23px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.admin-grid article { min-height: 124px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 14px; padding: 14px; background: #e9e9e4; }
.admin-grid article:nth-child(2) { background: var(--lime); }.admin-grid article:nth-child(3) { color: white; background: var(--ink); }
.admin-grid span, .admin-grid small { font-size: 10px; font-weight: 700; }.admin-grid strong { font: 800 30px/1 var(--display); letter-spacing: -.07em; }
.admin-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }.admin-signout { border: 0; color: #777871; background: none; cursor: pointer; padding: 8px 0; font-size: 11px; font-weight: 750; }
.toast { position: fixed; z-index: 40; left: 50%; bottom: 28px; transform: translate(-50%, 16px); visibility: hidden; opacity: 0; border-radius: 999px; background: var(--ink); color: white; padding: 11px 16px; box-shadow: 0 10px 25px rgba(0,0,0,.17); font-size: 12px; font-weight: 650; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.toast.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }.delay-4 { transition-delay: .4s; }

@media (max-width: 800px) {
  .wrap { width: min(100% - 32px, 590px); }.section { padding-block: 82px; }.site-header { height: 72px; }.nav { display: none; }.hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 44px; padding-bottom: 55px; }.hero h1 { font-size: clamp(46px, 12vw, 71px); }.hero-intro { font-size: 14px; }.hero-visual { min-height: 360px; }.hero-card { width: 57%; }.stat-top { right: 0; }.stat-bottom { left: 0; bottom: 8%; }.metric-grid { grid-template-columns: 1fr 1fr; padding-block: 20px; }.metric { min-height: 88px; padding: 12px 15px; }.metric:nth-child(3) { border-left: 0; }.metrics-note { padding: 12px 15px; text-align: left; border-left: 1px solid rgba(255,255,255,.18); }.section-heading { display: block; margin-bottom: 34px; }.section-heading > p { margin-top: 20px; }.project-card-feature { min-height: 0; grid-template-columns: 1fr; }.project-card-feature .project-media { min-height: 337px; }.project-content { padding: 28px; }.project-content h3 { margin-top: 33px; }.project-pair { grid-template-columns: 1fr; }.project-card-small { min-height: 560px; }.method-top { display: block; }.method-top .eyebrow { margin-bottom: 24px; }.method-top > p { margin-top: 23px; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid li { min-height: 165px; padding: 20px; }.process-grid li:first-child { padding-left: 0; }.process-grid li:nth-child(3) { border-left: 0; padding-left: 0; }.process-grid li:last-child { grid-column: span 2; border-left: 0; padding-left: 0; }.profile, .journey { grid-template-columns: 1fr; gap: 46px; }.profile-portrait { min-height: 370px; }.journey { padding-top: 0; }.contact-card { min-height: 390px; padding: 36px 28px 24px; }.contact-bottom { left: 28px; right: 28px; display: grid; gap: 5px; }.site-footer { min-height: 120px; display: grid; gap: 6px; align-content: center; }.project-modal { grid-template-columns: 1fr; padding: 27px 20px 20px; }.project-modal > div { padding-inline: 6px; }.project-modal img { max-height: 45vh; }.admin-grid { grid-template-columns: 1fr; }.admin-grid article { min-height: 96px; }.admin-actions { gap: 15px; }
}

@media (max-width: 430px) {
  .brand-word { display: none; }.admin-trigger { padding: 9px 12px; }.hero-actions { gap: 18px; }.button { font-size: 12px; padding: 13px 16px; }.hero-visual { min-height: 316px; }.hero-card { min-width: 0; width: 67%; }.stat-top { top: 5%; }.stat-bottom { bottom: 3%; }.metric strong { font-size: 29px; }.metric > span { font-size: 10px; }.project-card-feature .project-media { min-height: 280px; }.project-content h3, .project-card-small .project-content h3 { font-size: 37px; }.timeline-item { grid-template-columns: 85px 1fr 13px; gap: 8px; }.timeline-item > span { font-size: 9px; }.contact-card h2 { font-size: 42px; }.contact-email { font-size: 16px; }.login-modal { padding: 29px 23px 24px; }
}

@media (max-width: 800px) {
  .hero h1 { font-size: 7.3vw; white-space: nowrap; }.accounts { padding-top: 72px; }.account-grid, .lab-grid { grid-template-columns: 1fr; }.account-card { min-height: 255px; }.tool-card-wide { grid-column: auto; }.privacy-modal, .note-modal, .tool-modal { padding: 29px 23px; }.privacy-options { grid-template-columns: 1fr; }.privacy-options > button, .hr-option { min-height: 205px; }.privacy-options strong { margin-top: 27px; }.note-card, .tool-card { min-height: 245px; }
}

/* 2026 editorial interaction refresh */
.header-actions { display: flex; align-items: center; gap: 8px; }
.identity-trigger { cursor: pointer; border: 0; border-radius: 999px; padding: 11px 15px; color: var(--ink); background: rgba(255,255,255,.54); box-shadow: inset 0 0 0 1px rgba(21,21,21,.1); font-size: 12px; font-weight: 720; transition: transform .2s ease, background .2s ease; }
.identity-trigger:hover { transform: translateY(-2px); background: white; }
.nav { padding: 5px; border-radius: 999px; background: rgba(255,255,255,.5); box-shadow: inset 0 0 0 1px rgba(21,21,21,.08); backdrop-filter: blur(18px); }
.nav a { padding: 8px 14px; border-radius: 999px; font-size: 12px; }
.nav a:hover { opacity: 1; background: rgba(255,255,255,.85); }

.side-nav { position: fixed; z-index: 12; left: 19px; top: 50%; display: grid; gap: 16px; transform: translateY(-50%); }
.side-line { position: absolute; left: 5px; top: 7px; bottom: 7px; width: 1px; background: linear-gradient(transparent, rgba(21,21,21,.25) 12%, rgba(21,21,21,.25) 88%, transparent); }
.side-nav a { position: relative; display: flex; align-items: center; gap: 10px; min-height: 16px; }
.side-nav i { position: relative; z-index: 1; width: 11px; height: 11px; border: 2px solid var(--paper); border-radius: 50%; background: #aaa9a2; box-shadow: 0 0 0 1px rgba(21,21,21,.16); transition: transform .2s ease, background .2s ease; }
.side-nav b { visibility: hidden; opacity: 0; transform: translateX(-5px); border-radius: 7px; padding: 5px 7px; color: white; background: rgba(21,21,21,.82); backdrop-filter: blur(12px); font-size: 9px; white-space: nowrap; transition: all .2s ease; }
.side-nav a:hover i { transform: scale(1.35); background: var(--lime); }.side-nav a:hover b { visibility: visible; opacity: 1; transform: translateX(0); }

.method-top { grid-template-columns: .62fr 1.72fr .72fr; }
.method-top h2 { font-size: clamp(36px, 4.05vw, 58px); }
.method-top h2 span { display: block; white-space: nowrap; }
.glass-process { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: linear-gradient(120deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 30px 70px rgba(0,0,0,.16); backdrop-filter: blur(24px); }
.glass-process::before { content: ""; position: absolute; width: 280px; height: 280px; left: 18%; bottom: -230px; border-radius: 50%; background: var(--lime); filter: blur(70px); opacity: .17; }
.glass-process li { position: relative; min-height: 235px; border-left: 1px solid rgba(255,255,255,.13); padding: 28px 22px 24px; background: transparent; transition: background .25s ease; }
.glass-process li:hover { background: rgba(255,255,255,.075); }.glass-process li:first-child { padding-left: 22px; }
.glass-process b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lime); background: rgba(255,255,255,.06); }
.glass-process strong { font-size: 20px; }.glass-process span { min-height: 0; color: #b8b9b2; }

.profile-portrait { overflow: visible; cursor: pointer; perspective: 1200px; background: transparent; transform: translate3d(var(--card-x,0), var(--card-y,0), 0); transition: transform .2s ease; }
.profile-portrait::before, .profile-portrait::after { display: none; }
.portrait-inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .75s cubic-bezier(.2,.75,.2,1); }
.profile-portrait.is-flipped .portrait-inner { transform: rotateY(180deg); }
.portrait-face { position: absolute; inset: 0; overflow: hidden; border-radius: var(--radius); backface-visibility: hidden; box-shadow: 0 25px 55px rgba(21,21,21,.13); }
.portrait-front { background: linear-gradient(145deg, #c8c0ff 0%, #e8ffa1 56%, #fdcadf 100%); }
.portrait-front::before, .portrait-front::after { content: ""; position: absolute; border: 1px solid rgba(21,21,21,.25); border-radius: 50%; }
.portrait-front::before { width: 120%; height: 70%; left: -27%; top: 18%; transform: rotate(29deg); }.portrait-front::after { width: 85%; height: 110%; left: 12%; top: -10%; transform: rotate(-37deg); }
.portrait-back { display: flex; flex-direction: column; justify-content: space-between; padding: 29px; color: white; background: radial-gradient(circle at 78% 14%, rgba(215,255,54,.28), transparent 33%), #1c1c1c; transform: rotateY(180deg); }
.portrait-back span, .portrait-back small { color: #aeb0a9; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.portrait-back strong { max-width: 340px; font: 800 33px/1.05 var(--display); letter-spacing: -.06em; }
.portrait-lines { pointer-events: none; }.journey-heading h2 { font-size: clamp(36px, 3.7vw, 52px); }.journey-heading h2 span { display: block; white-space: nowrap; }
.journey-type { display: inline-flex; margin-bottom: 11px; border-radius: 999px; padding: 5px 8px; font-size: 9px; letter-spacing: .05em; }.work-type { background: var(--lime); }.study-type { color: white; background: var(--ink); }

.tools { color: white; background: radial-gradient(circle at 84% 15%, rgba(207,196,255,.23), transparent 29%), #202020; }
.tools .section-heading > p { color: #bcbdb5; }.tool-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tool-grid .tool-card { min-height: 350px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(22px); transition: transform .25s ease, border-color .25s ease; }
.tool-grid .tool-card:hover { transform: translateY(-7px); border-color: rgba(215,255,54,.45); }.tool-grid .tool-card p { color: #b8b9b2; }
.blog-list { border-top: 1px solid var(--line); }.blog-row { min-height: 180px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }.blog-row:hover { padding-inline: 18px; border-radius: 22px; background: rgba(255,255,255,.62); }.blog-row > span { font: 800 12px/1 var(--body); color: #8b8c85; }.blog-row small { color: #8a8b84; font-size: 10px; font-weight: 750; letter-spacing: .05em; }.blog-row h3 { margin-top: 12px; font-size: 29px; line-height: 1; }.blog-row p { margin: 9px 0 0; color: #64655f; font-size: 12px; }.blog-row button { border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 800; }

@media (max-width: 1080px) { .side-nav { display: none; }.method-top { grid-template-columns: .45fr 1.7fr .6fr; }.method-top h2 { font-size: 4.2vw; } }
@media (max-width: 800px) {
  .header-actions { gap: 5px; }.identity-trigger, .admin-trigger { padding: 9px 10px; font-size: 10px; }.method-top h2 { font-size: 6.8vw; }.method-top h2 span { white-space: nowrap; }.glass-process { grid-template-columns: 1fr; border-radius: 26px; }.glass-process li, .glass-process li:first-child { min-height: 145px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 21px; }.glass-process li:first-child { border-top: 0; }.glass-process li:last-child { grid-column: auto; }.tool-grid { grid-template-columns: 1fr; }.blog-row { grid-template-columns: 40px 1fr; gap: 13px; padding-block: 24px; }.blog-row button { grid-column: 2; justify-self: start; }.journey-heading h2 { font-size: 8vw; }.journey-heading h2 span { white-space: nowrap; }.profile-portrait { min-height: 400px; }
}

/* Navigation and portfolio refinement */
.hero h1 { font-size: clamp(42px, 4.45vw, 66px); }
.side-nav { left: 27px; gap: 20px; }.side-line { left: 7px; }.side-nav i { width: 15px; height: 15px; border-width: 3px; }.side-nav b { padding: 7px 9px; font-size: 12px; }
.account-links, .project-links { gap: 10px; }.account-links a, .project-links a { border-radius: 10px; padding: 12px 16px; font-size: 13px; letter-spacing: -.01em; }.account-card-dark .account-links a { background: rgba(255,255,255,.11); }
.project-tags { gap: 14px; }.project-tags span { position: relative; border: 0; border-radius: 0; padding: 0 14px 0 0; color: #65665f; font-size: 11px; }.project-tags span:not(:last-child)::after { content: "·"; position: absolute; right: 0; color: #aaa; }
.project-list { gap: 0; border-bottom: 1px solid var(--line); }.project-pair { display: contents; }
.project-card, .project-card-feature, .project-card-small { min-height: 465px; display: grid; grid-template-columns: .94fr 1.06fr; grid-template-rows: none; overflow: visible; border-radius: 0; border-top: 1px solid var(--line); padding: 34px 0; color: var(--ink); background: transparent; }
.project-card .project-media { min-height: 397px; border-radius: 24px; background: #dedfd9; box-shadow: 0 18px 45px rgba(21,21,21,.1); }.project-card .project-content, .project-card-small .project-content { padding: 15px 28px 15px 48px; }
.project-card .project-content h3, .project-card-small .project-content h3 { margin-top: 42px; font-size: clamp(42px, 4.1vw, 58px); }.project-card-small .project-content > p, .project-card .project-content > p { max-width: 440px; margin: 20px 0; color: #5b5d57; font-size: 13px; line-height: 1.75; }
.project-card .project-result { margin-top: auto; }.dark-card .project-meta, .dark-card .project-content > p, .dark-card .project-result > span { color: #5b5d57; }.dark-card .project-links a { border-color: rgba(21,21,21,.18); color: var(--ink); background: rgba(255,255,255,.48); }
.project-pair .project-card:nth-child(2) { grid-template-columns: 1.06fr .94fr; }.project-pair .project-card:nth-child(2) .project-media { order: 2; }.project-pair .project-card:nth-child(2) .project-content { order: 1; padding-left: 20px; padding-right: 48px; }

.font-control { position: relative; }.font-toggle { width: 34px; height: 34px; border: 0; border-radius: 50%; color: #6c6d66; background: transparent; cursor: pointer; font: 750 11px/1 var(--body); transition: background .2s ease, color .2s ease; }.font-toggle:hover, .font-control.is-open .font-toggle { color: var(--ink); background: rgba(255,255,255,.8); }.font-panel { visibility: hidden; position: absolute; z-index: 20; right: 0; top: 43px; display: flex; gap: 4px; width: max-content; border: 1px solid rgba(21,21,21,.1); border-radius: 12px; padding: 6px; opacity: 0; transform: translateY(-5px); background: rgba(250,250,247,.86); box-shadow: 0 15px 36px rgba(21,21,21,.13); backdrop-filter: blur(18px); transition: all .2s ease; }.font-control.is-open .font-panel { visibility: visible; opacity: 1; transform: translateY(0); }.font-panel button { border: 0; border-radius: 7px; padding: 8px 9px; color: #5f6059; background: transparent; cursor: pointer; font-size: 10px; font-weight: 750; }.font-panel button:hover { color: var(--ink); background: white; }
.back-top-zone { position: fixed; z-index: 18; right: 18px; bottom: 18px; display: grid; place-items: end; width: 112px; height: 112px; }.back-to-top { display: grid; place-items: center; align-content: center; gap: 2px; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; opacity: 0; transform: translateY(15px) scale(.88); color: var(--ink); background: rgba(215,255,54,.82); box-shadow: 0 14px 35px rgba(21,21,21,.16); backdrop-filter: blur(16px); cursor: pointer; pointer-events: none; transition: opacity .3s ease, transform .3s ease; }.back-to-top span { font-size: 7px; font-weight: 900; letter-spacing: .1em; }.back-top-zone:hover .back-to-top, .back-to-top.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.tool-card h3 em { display: block; margin-top: 18px; font-style: normal; }.tool-card h3 br { display: none; }

@media (max-width: 800px) {
  .hero h1 { font-size: 6.7vw; }.font-toggle { display: none; }.project-card, .project-card-feature, .project-card-small, .project-pair .project-card:nth-child(2) { min-height: 0; grid-template-columns: 1fr; padding: 25px 0; }.project-card .project-media, .project-pair .project-card:nth-child(2) .project-media { order: 1; min-height: 300px; }.project-card .project-content, .project-card-small .project-content, .project-pair .project-card:nth-child(2) .project-content { order: 2; padding: 27px 4px 20px; }.project-card .project-content h3, .project-card-small .project-content h3 { font-size: 39px; }.back-top-zone { right: 9px; bottom: 9px; }.back-to-top { width: 58px; height: 58px; }
}

/* Dedicated tools and blog pages */
.nav .is-current { color: var(--ink); background: white; box-shadow: 0 3px 10px rgba(21,21,21,.08); }
.subpage { background: #f3f3f0; }.subpage .site-header { position: relative; }.subpage .identity-trigger { display: inline-flex; align-items: center; }
.sub-hero { min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding-block: 90px; }.sub-hero h1 { max-width: 950px; margin: 0; font: 800 clamp(58px, 7.5vw, 102px)/.92 var(--display); letter-spacing: -.08em; }.sub-hero > p:last-child { max-width: 550px; margin: 34px 0 0; color: #60615b; font-size: 15px; line-height: 1.8; }
.tool-detail { min-height: 600px; display: grid; grid-template-columns: 90px 1.05fr .95fr; align-items: center; gap: 42px; border-top: 1px solid var(--line); padding-block: 85px; }.tool-detail:last-child { border-bottom: 1px solid var(--line); }.tool-number { align-self: start; padding-top: 8px; color: #8b8c85; font-size: 11px; font-weight: 850; letter-spacing: .1em; }.tool-detail-copy h2 { margin: 0; font: 800 clamp(48px, 5.2vw, 70px)/.9 var(--display); letter-spacing: -.08em; }.tool-detail-copy h2 span { display: block; margin-top: 24px; color: #9e9892; }.tool-detail-copy > p:not(.eyebrow) { max-width: 510px; margin: 30px 0; color: #5f6059; font-size: 14px; line-height: 1.85; }.tool-spec { display: flex; flex-wrap: wrap; gap: 9px 19px; }.tool-spec span { color: #65665f; font-size: 11px; font-weight: 750; }.tool-spec span::before { content: "•"; margin-right: 7px; color: #9bb600; }
.tool-drop { min-height: 330px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.33)); box-shadow: inset 0 1px 0 white, 0 28px 55px rgba(21,21,21,.09); backdrop-filter: blur(24px); }.tool-drop strong { font: 800 25px/1 var(--display); letter-spacing: -.05em; }.tool-drop small { margin-top: 10px; color: #8a8b84; font-size: 10px; }.tool-drop button { margin-top: 26px; border: 0; border-radius: 11px; padding: 13px 18px; color: white; background: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }.tool-status { min-height: 17px; margin: 15px 25px 0; color: #697900; text-align: center; font-size: 10px; }
.blog-page { background: #f7f7f4; }.blog-article { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; border-top: 1px solid var(--line); padding-block: 95px 125px; scroll-margin-top: 30px; }.blog-article:last-child { border-bottom: 1px solid var(--line); }.blog-article header > span { color: #8a8b84; font-size: 10px; font-weight: 850; letter-spacing: .1em; }.blog-article h2 { margin-top: 31px; font-size: clamp(40px, 4.5vw, 61px); line-height: .98; }.blog-article header > p { margin-top: 23px; color: #8a8b84; font-size: 10px; font-weight: 700; }.blog-article > div { padding-top: 42px; }.blog-article > div p { margin: 0 0 26px; color: #555650; font-size: 16px; line-height: 2; }.blog-article h3 { margin: 50px 0 18px; font-size: 28px; }.blog-article blockquote { margin: 42px 0 0; border-left: 3px solid var(--lime); padding: 7px 0 7px 22px; color: #30312e; font: 750 20px/1.65 var(--display); letter-spacing: -.03em; }

@media (max-width: 800px) {
  .font-toggle { display: grid; place-items: center; }.subpage .identity-trigger { display: none; }.sub-hero { min-height: 500px; }.sub-hero h1 { font-size: 13vw; }.tool-detail { grid-template-columns: 38px 1fr; gap: 10px; padding-block: 65px; }.tool-detail-copy { grid-column: 2; }.tool-drop { grid-column: 1 / -1; min-height: 270px; margin-top: 20px; }.blog-article { grid-template-columns: 1fr; gap: 12px; padding-block: 70px; }.blog-article > div { padding-top: 10px; }.blog-article > div p { font-size: 14px; }.nav { gap: 1px; }.nav a { padding: 7px 8px; font-size: 10px; }
}

/* Forest Archive polish */
.metrics-strip { background: linear-gradient(120deg, #1f2328, #30363d 62%, #24292f); }.method { background: radial-gradient(circle at 84% 8%, rgba(227,179,65,.16), transparent 31%), #24292f; }.tools { background: radial-gradient(circle at 84% 15%, rgba(227,179,65,.15), transparent 31%), #24292f; }.contact-card { background: #24292f; }
.site-header { backdrop-filter: blur(0); }.nav, .admin-trigger, .identity-trigger { backdrop-filter: blur(22px) saturate(130%); }
.account-card { border: 1px solid rgba(255,255,255,.7); background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(232,233,239,.58)); box-shadow: inset 0 1px 0 white, 0 25px 55px rgba(32,33,39,.08); backdrop-filter: blur(24px); }.account-card-dark { border-color: rgba(255,255,255,.1); background: linear-gradient(145deg, #343744, #292c36); }
.project-card .project-content h3, .project-card-small .project-content h3 { margin-top: 38px; font-size: clamp(55px, 5.2vw, 74px); line-height: .91; }.project-meta { font-size: 13px; }.project-card-small .project-content > p, .project-card .project-content > p { font-size: 16px; line-height: 1.78; }.project-tags span { font-size: 13px; }.project-links { margin-top: 18px; }.project-links a { padding: 14px 18px; font-size: 15px; font-weight: 820; }.project-card .project-result, .project-card-small .project-result { margin-top: 18px; padding-top: 8px; }.project-result strong { font-size: 41px; }.project-result > span { font-size: 12px; }.project-card .project-media { box-shadow: 0 24px 58px rgba(32,33,39,.13); }
.method-top { gap: 52px; }.method-top .eyebrow { padding-top: 8px; }.method-top h2 { line-height: 1.05; }.method-top h2 span + span { margin-top: 22px; }.glass-process { background: linear-gradient(125deg, rgba(255,255,255,.14), rgba(255,255,255,.045)); backdrop-filter: blur(30px) saturate(130%); }
.profile-portrait { transition: transform .12s ease-out; }.portrait-face { box-shadow: 0 32px 70px rgba(32,33,39,.16); }
.tool-card h3 em { margin-top: 25px; color: #d5b45e; }.tool-detail-copy h2 span { margin-top: 30px; color: #8a6d2d; }
.sub-hero h1 { font-size: clamp(52px, 6.3vw, 86px); line-height: .96; }.sub-hero h1 em { display: block; margin-top: 18px; font-size: .76em; white-space: nowrap; }.tools-page .sub-hero h1 em, .blog-page .sub-hero h1 em { color: #725c2b; }
.back-top-zone { right: 46px; bottom: 38px; }.back-to-top { background: rgba(227,179,65,.94); }
.modal-backdrop { background: rgba(31,32,39,.05); backdrop-filter: blur(0); transition: background .42s ease, backdrop-filter .42s ease; }.modal-shell.is-open .modal-backdrop { background: rgba(31,32,39,.42); backdrop-filter: blur(18px) saturate(125%); }.login-modal, .project-modal, .admin-modal, .privacy-modal, .note-modal, .tool-modal, .composer-modal { background: rgba(248,248,246,.88); backdrop-filter: blur(28px) saturate(125%); }
.contact-phone { position: relative; z-index: 1; margin: 16px 0 0; color: #d1d2cc; font-size: 13px; font-weight: 700; }.home-posts { padding-top: 0; }.home-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.home-post-item { min-height: 225px; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(255,255,255,.58); box-shadow: inset 0 1px 0 white, 0 20px 45px rgba(32,33,39,.07); backdrop-filter: blur(22px); }.home-post-item small { color: #85868f; font-size: 9px; font-weight: 800; }.home-post-item h3 { margin-top: 35px; font-size: 28px; line-height: 1.02; }.home-post-item p { margin-top: auto; color: #62646e; font-size: 12px; line-height: 1.65; }.empty-state { color: #82838b; font-size: 12px; }
.home-post-item > a { align-self: flex-start; margin-top: 18px; color: #656772; font-size: 10px; font-weight: 850; }
.author-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; padding: 18px 21px; background: rgba(255,255,255,.55); box-shadow: inset 0 1px 0 white; backdrop-filter: blur(24px); }.author-toolbar div { display: grid; gap: 5px; }.author-toolbar span { color: #85868d; font-size: 9px; font-weight: 850; letter-spacing: .1em; }.author-toolbar strong { font: 780 17px/1 var(--display); }.author-toolbar button { border: 0; border-radius: 10px; padding: 12px 16px; color: white; background: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }
.published-posts:empty { display: none; }.published-post { border-top: 1px solid var(--line); padding: 60px 0; }.published-post small { color: #85868d; font-size: 10px; font-weight: 800; }.published-post h3 { margin: 20px 0 13px; font-size: clamp(34px, 4vw, 52px); }.published-post > p { color: #64656f; font-size: 14px; }.published-content { max-width: 760px; margin: 38px 0 0 auto; }.published-content p { color: #555761; font-size: 16px; line-height: 1.9; }
.composer-modal { width: min(100%, 680px); position: relative; z-index: 1; max-height: 90vh; overflow: auto; border-radius: 26px; padding: 34px; box-shadow: 0 28px 70px rgba(32,33,39,.24); transform: translateY(15px) scale(.98); transition: transform .28s ease; }.modal-shell.is-open .composer-modal { transform: translateY(0) scale(1); }.composer-modal h2 { margin: 12px 0 25px; font: 800 40px/1 var(--display); letter-spacing: -.06em; }.composer-modal form { display: grid; gap: 13px; }.composer-modal label { display: grid; gap: 7px; color: #5d5f69; font-size: 11px; font-weight: 780; }.composer-modal input, .composer-modal textarea { width: 100%; resize: vertical; border: 1px solid rgba(32,33,39,.13); border-radius: 10px; outline: 0; padding: 12px; background: rgba(255,255,255,.78); }.composer-modal input:focus, .composer-modal textarea:focus { border-color: #9ab700; box-shadow: 0 0 0 3px rgba(215,255,54,.28); }
.admin-space { padding-block: 120px; }.admin-space-locked .button { align-self: flex-start; margin-top: 30px; }.is-admin .admin-space-locked { display: none; }.admin-space-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.admin-space-grid a { min-height: 260px; display: flex; flex-direction: column; border-radius: 24px; padding: 24px; background: rgba(255,255,255,.62); box-shadow: inset 0 1px 0 white, 0 22px 48px rgba(32,33,39,.08); backdrop-filter: blur(24px); }.admin-space-grid span { color: #898a93; font-size: 10px; font-weight: 850; }.admin-space-grid strong { margin-top: auto; font: 800 27px/1.05 var(--display); letter-spacing: -.05em; }.admin-space-grid small { margin-top: 14px; color: #656772; }

@media (max-width: 800px) {
  .project-card .project-content h3, .project-card-small .project-content h3 { font-size: 46px; }.project-card-small .project-content > p, .project-card .project-content > p { font-size: 14px; }.project-links a { padding: 12px 14px; font-size: 13px; }.method-top { gap: 25px; }.sub-hero h1 { font-size: 11.2vw; }.sub-hero h1 em { font-size: .67em; white-space: nowrap; }.back-top-zone { right: 22px; bottom: 22px; }.home-post-list, .admin-space-grid { grid-template-columns: 1fr; }.author-toolbar { align-items: flex-start; gap: 20px; }.contact-phone { margin-top: 12px; }
}

/* Interactive studio systems */
.site-header { position: relative; }.site-header > .nav { position: absolute; left: 50%; transform: translateX(-50%); }.method-top h2, .profile-content h2 { padding-inline: 22px; }
.contact-card { --glow-x: 86%; --glow-y: 12%; isolation: isolate; }.contact-card::before { left: var(--glow-x); top: var(--glow-y); right: auto; width: 520px; height: 520px; transform: translate(-50%,-50%); opacity: .4; background: radial-gradient(circle, rgba(227,179,65,.9), rgba(216,222,228,.45) 42%, transparent 69%); filter: blur(32px); transition: opacity .45s ease, transform .16s cubic-bezier(.2,.8,.2,1); }.contact-card.is-hovered::before { opacity: .78; }.contact-card::after { background: radial-gradient(circle, rgba(227,179,65,.36), transparent 68%); }
.remember-row, .login-modal label.remember-row { display: flex; grid-template-columns: none; align-items: center; gap: 8px; color: #6a6c77; font-size: 10px; cursor: pointer; }.remember-row input, .login-modal .remember-row input { width: 14px; height: 14px; margin: 0; padding: 0; box-shadow: none; }
.external-warning { z-index: 80; }.external-modal, .blog-detail-modal { width: min(100%, 690px); position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.78); border-radius: 27px; padding: 36px; background: rgba(249,249,247,.78); box-shadow: 0 30px 85px rgba(32,33,39,.22), inset 0 1px 0 white; backdrop-filter: blur(32px) saturate(135%); transform: translateY(18px) scale(.975); transition: transform .35s cubic-bezier(.2,.8,.2,1); }.modal-shell.is-open .external-modal, .modal-shell.is-open .blog-detail-modal { transform: translateY(0) scale(1); }.external-modal h2 { margin: 13px 0 18px; font: 800 43px/1 var(--display); letter-spacing: -.065em; }.external-modal > p { color: #62646e; font-size: 13px; line-height: 1.75; }.copy-link { display: flex; gap: 7px; margin: 24px 0 29px; border-radius: 12px; padding: 6px; background: rgba(226,227,232,.72); }.copy-link input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 8px; color: #555761; background: transparent; font: 11px/1.4 ui-monospace, monospace; }.copy-link button { border: 0; border-radius: 8px; padding: 9px 11px; background: white; cursor: pointer; font-size: 10px; font-weight: 800; }.external-actions { display: flex; justify-content: space-between; align-items: end; gap: 20px; }.external-actions > div { display: flex; gap: 8px; }.external-actions button { cursor: pointer; border: 0; }.external-cancel { padding: 10px 0; color: #8a8b94; background: transparent; font-size: 11px; }.external-confirm { border-radius: 10px !important; padding: 12px 14px; color: #202127; background: var(--lime); font-size: 11px; font-weight: 850; }.external-confirm.permanent { color: white; background: #78748e; }
.published-posts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 110px; }.published-post { display: flex; flex-direction: column; min-height: 380px; overflow: hidden; border: 1px solid rgba(255,255,255,.76); border-radius: 26px; padding: 28px; background: rgba(255,255,255,.58); box-shadow: inset 0 1px 0 white, 0 24px 55px rgba(32,33,39,.08); backdrop-filter: blur(24px); }.published-post > img { width: calc(100% + 56px); height: 230px; margin: -28px -28px 25px; object-fit: cover; }.published-post h3 { margin: 24px 0 14px; font-size: clamp(32px,3.4vw,46px); line-height: .98; }.published-post > p { color: #646671; font-size: 13px; line-height: 1.7; }.post-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: auto; padding-top: 25px; }.post-actions button { border: 0; border-radius: 9px; padding: 10px 12px; color: white; background: var(--ink); cursor: pointer; font-size: 10px; font-weight: 800; }.post-actions span { color: #777984; font-size: 10px; }.post-actions .subtle-action { color: #696b75; background: rgba(222,223,228,.75); }.post-actions .subtle-action:last-child { color: #9c526a; }
.blog-detail-modal { max-height: 90vh; overflow: auto; }.blog-detail-modal > img { width: calc(100% + 72px); max-height: 360px; margin: -36px -36px 27px; object-fit: cover; }.blog-detail-modal > small { color: #858791; font-size: 10px; font-weight: 800; }.blog-detail-modal h2 { margin: 20px 0 28px; font-size: clamp(39px,5vw,61px); }.blog-detail-modal #blogDetailContent p { color: #535660; font-size: 15px; line-height: 1.95; }.reaction-row { display: flex; align-items: center; gap: 9px; margin-top: 35px; border-top: 1px solid var(--line); padding-top: 21px; }.reaction-row button { border: 1px solid rgba(32,33,39,.12); border-radius: 10px; padding: 10px 13px; background: rgba(255,255,255,.6); cursor: pointer; font-size: 11px; }.reaction-row span { margin-left: 8px; color: #7b7d87; font-size: 10px; }
.status-dashboard { margin-top: 90px; border-top: 1px solid var(--line); padding-top: 70px; }.status-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }.status-heading h2 { font-size: clamp(42px,5vw,65px); }.status-metrics { display: flex; gap: 24px; }.status-metrics span { display: grid; gap: 4px; color: #747680; font-size: 10px; }.status-metrics b { color: var(--ink); font: 800 32px/1 var(--display); }.service-status { margin-top: 35px; border-top: 1px solid var(--line); }.status-row { display: grid; grid-template-columns: 15px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 18px 0; }.status-row > span { width: 10px; height: 10px; border-radius: 50%; background: #8bb400; box-shadow: 0 0 0 4px rgba(139,180,0,.12); }.status-row.preview > span { background: #8a879d; }.status-row strong { font-size: 13px; }.status-row b { color: #777984; font-size: 10px; }.status-dashboard > h3 { margin: 60px 0 20px; font-size: 27px; }.recent-reactions { display: grid; gap: 1px; color: #666873; font-size: 11px; }.recent-reactions div { border-radius: 9px; padding: 12px 14px; background: rgba(255,255,255,.54); }

@media (max-width: 800px) {
  .site-header > .nav { position: static; transform: none; }.method-top h2, .profile-content h2 { padding-inline: 8px; }.published-posts { grid-template-columns: 1fr; }.external-actions { align-items: stretch; flex-direction: column-reverse; }.external-actions > div { flex-direction: column; }.external-actions button { width: 100%; }.external-modal, .blog-detail-modal { padding: 25px 21px; }.external-modal h2 { font-size: 35px; }.blog-detail-modal > img { width: calc(100% + 42px); margin: -25px -21px 23px; }.status-heading { align-items: flex-start; flex-direction: column; }.status-metrics { width: 100%; justify-content: space-between; }
}

/* Forest Archive: stable navigation, click-light system and working admin drawers */
body { --page-glow-x: 72vw; --page-glow-y: 24vh; --page-glow-color: rgba(227,179,65,.34); position: relative; }
body.tools-page { --page-glow-color: rgba(227,179,65,.3); }
body.blog-page { --page-glow-color: rgba(227,179,65,.27); }
body.admin-space-page { --page-glow-color: rgba(227,179,65,.31); }
main, footer { position: relative; z-index: 1; }
.page-color-drop { position: fixed; left: var(--page-glow-x); top: var(--page-glow-y); width: min(760px, 92vmax); height: min(760px, 92vmax); z-index: 0; pointer-events: none; opacity: 0; border-radius: 50%; background: radial-gradient(circle, var(--page-glow-color) 0, rgba(227,179,65,.14) 31%, rgba(227,179,65,.035) 54%, transparent 72%); filter: blur(10px); transform: translate(-50%,-50%) scale(.72); will-change: transform, opacity; }
.color-drop-active .page-color-drop { animation: archive-color-drop 1.3s cubic-bezier(.16,.8,.24,1) both; }
@keyframes archive-color-drop { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.72); } 18% { opacity: .9; } 100% { opacity: .26; transform: translate(-50%,-50%) scale(1.04); } }

.site-header { width: min(1192px, calc(100% - 48px)); margin-inline: auto; }
.site-header > .brand { position: absolute; left: 0; }
.site-header > .header-actions { position: absolute; right: 0; }
.site-header > .nav { width: max-content; }
.nav-admin-slot { visibility: visible; pointer-events: auto; }
.is-admin .nav-admin-slot::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 5px; border-radius: 50%; background: #b98a20; vertical-align: 2px; }

.privacy-warning-reset { position: absolute; top: 69px; right: 23px; border: 0; border-radius: 8px; padding: 7px 9px; color: #777b82; background: rgba(220,225,226,.62); cursor: pointer; font-size: 9px; font-weight: 760; transition: color .2s ease, background .2s ease; }
.privacy-warning-reset:hover, .privacy-warning-reset.is-enabled { color: #24594f; background: rgba(169,215,204,.34); }

.contact-card::before { transition: opacity .45s ease, left .16s cubic-bezier(.2,.8,.2,1), top .16s cubic-bezier(.2,.8,.2,1); }

.admin-metrics { justify-content: flex-end; margin: -26px 0 48px auto; }
.admin-metrics span { min-width: 86px; border-left: 1px solid var(--line); padding-left: 20px; }
.admin-workbench { border-top: 1px solid var(--line); }
.workbench-drawer { border-bottom: 1px solid var(--line); }
.workbench-trigger { width: 100%; display: grid; grid-template-columns: 150px 1fr 1fr 38px; align-items: center; gap: 20px; border: 0; padding: 28px 4px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.workbench-trigger > span { color: #777c82; font-size: 10px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.workbench-trigger > strong { font: 790 clamp(25px,3vw,38px)/1 var(--display); letter-spacing: -.055em; }
.workbench-trigger > small { color: #70747a; font-size: 12px; }
.workbench-trigger > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.65); font-style: normal; font-size: 18px; transition: transform .62s cubic-bezier(.16,.8,.24,1), background .42s ease; }
.workbench-trigger:hover > i { background: rgba(169,215,204,.4); }
.workbench-trigger[aria-expanded="true"] > i { transform: rotate(45deg); }
.workbench-panel { overflow: hidden; padding: 5px 4px 38px 170px; animation: drawer-reveal .58s cubic-bezier(.16,.8,.24,1) both; }
@keyframes drawer-reveal { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: translateY(0); } }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.panel-heading p { margin: 0; color: #6e7278; font-size: 12px; }
.panel-heading button, .personal-post-manager button { border: 0; border-radius: 9px; padding: 10px 13px; background: #252a2e; color: white; cursor: pointer; font-size: 10px; font-weight: 800; }
.personal-post-manager { display: grid; border-top: 1px solid var(--line); color: #6d7177; font-size: 12px; }
.personal-post-manager article { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); padding: 17px 0; }
.personal-post-manager article > div:first-child { display: grid; gap: 5px; }
.personal-post-manager small { color: #85898f; font-size: 9px; }
.personal-post-manager strong { font-size: 14px; }
.personal-post-manager article > div:last-child { display: flex; gap: 7px; }
.personal-post-manager button.danger { color: #864c5d; background: rgba(217,186,194,.35); }
.content-editor { display: grid; gap: 15px; }
.content-editor label { display: grid; gap: 7px; color: #666b70; font-size: 10px; font-weight: 780; }
.content-editor textarea { width: 100%; resize: vertical; border: 1px solid rgba(36,42,46,.12); border-radius: 13px; outline: 0; padding: 14px; color: var(--ink); background: rgba(255,255,255,.58); font: 650 14px/1.6 var(--body); box-shadow: inset 0 1px 0 white; }
.content-editor textarea:focus { border-color: #c99114; box-shadow: 0 0 0 4px rgba(227,179,65,.16); }
.content-editor > div { display: flex; align-items: center; gap: 18px; }
.status-inline { display: flex; gap: 25px; color: #777c82; font-size: 11px; }
.status-inline b { margin-left: 5px; color: #315e56; }
.visitor-ledger { margin-top: 100px; border-top: 1px solid var(--line); padding-top: 64px; }
.visitor-ledger > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.visitor-ledger h2 { font-size: clamp(38px,5vw,64px); }
.privacy-note { max-width: 520px; margin: 22px 0 34px; color: #74787e; font-size: 11px; line-height: 1.7; }
.visit-list { display: grid; border-top: 1px solid var(--line); color: #73777d; font-size: 11px; }
.visit-list > div { display: grid; grid-template-columns: 160px 1fr 170px; gap: 20px; border-bottom: 1px solid var(--line); padding: 13px 4px; }
.visit-list strong { color: #343a3e; font: 750 11px/1.3 ui-monospace, monospace; }
.visit-list time { text-align: right; }
.ledger-link { border-bottom: 1px solid rgba(31,35,40,.24); padding-bottom: 4px; color: #3f4449; font-size: 11px; font-weight: 800; }

.tools-page:not(.is-admin) .tool-form { display: none !important; }
.tool-auth-gate { min-height: 280px; display: grid; place-content: center; justify-items: center; gap: 12px; text-align: center; }
.tool-auth-gate[hidden] { display: none; }
.tool-auth-gate > span { color: #9a7a32; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.tool-auth-gate > strong { font: 780 clamp(22px,2.6vw,34px)/1.05 var(--display); letter-spacing: -.045em; }
.tool-auth-gate > button { border: 0; border-radius: 10px; margin-top: 10px; padding: 12px 16px; color: #1f2328; background: var(--lime); cursor: pointer; font-size: 11px; font-weight: 850; }
.visit-archive { padding-block: 112px 120px; }
.visit-archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 54px; }
.visit-archive-heading h1 { margin-top: 25px; font-size: clamp(54px,8vw,108px); line-height: .87; }
.visit-total { display: grid; justify-items: end; gap: 5px; border-left: 1px solid var(--line); padding-left: 32px; }
.visit-total strong { font: 810 clamp(48px,6vw,76px)/1 var(--display); letter-spacing: -.06em; }
.visit-total span { color: #74787e; font-size: 10px; }
.all-visit-list { margin-top: 24px; }
.visit-back { display: inline-flex; margin-top: 38px; }

/* Privacy and mobile compatibility regressions */
.admin-only[hidden], .author-toolbar[hidden], .side-nav .admin-only[hidden] { display: none !important; }
.project-media img { display: block; }

.tool-live { min-height: 390px; align-items: stretch; padding: 24px; }
.tool-form { width: 100%; display: flex; flex-direction: column; gap: 14px; }
.tool-form > button[type="submit"] { align-self: center; min-width: 145px; margin-top: 2px; }
.tool-form > button:disabled { opacity: .45; cursor: wait; }
.file-pick { min-height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(56,67,72,.2); border-radius: 20px; padding: 20px; background: rgba(255,255,255,.28); cursor: pointer; }
.file-pick input { width: 1px; height: 1px; position: absolute; opacity: 0; }
.file-pick strong { font: 790 20px/1 var(--display); letter-spacing: -.04em; }
.file-pick small { margin-top: 9px; color: #858a8f; font-size: 9px; }
.tool-job { display: grid; gap: 8px; margin-top: auto; color: #687276; text-align: center; font-size: 10px; }
.tool-job progress { width: 100%; height: 5px; overflow: hidden; border: 0; border-radius: 99px; accent-color: #c99114; }
.tool-results { display: grid; gap: 8px; }
.tool-results audio { width: 100%; height: 36px; }
.tool-results a { border-radius: 9px; padding: 10px 13px; color: #513d0e; background: rgba(227,179,65,.28); font-weight: 800; }
.tts-form label:not(.text-import) { display: grid; gap: 7px; color: #646d71; font-size: 10px; font-weight: 780; }
.tts-form textarea, .tts-form select { width: 100%; resize: vertical; border: 1px solid rgba(40,49,54,.13); border-radius: 12px; outline: 0; padding: 12px; color: var(--ink); background: rgba(255,255,255,.62); }
.tts-form .tool-form-row { grid-template-columns: .8fr 1.1fr 1fr; }
.repair-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.repair-options label { display: grid; gap: 7px; color: #646d71; font-size: 10px; font-weight: 780; }
.repair-options select { width: 100%; border: 1px solid rgba(40,49,54,.13); border-radius: 11px; padding: 10px; color: var(--ink); background: rgba(255,255,255,.72); }
.tool-result-image { display: block; width: 100%; max-height: 330px; border-radius: 14px; object-fit: contain; background: rgba(31,35,40,.06); }
.repair-feedback { display: flex; gap: 8px; }
.repair-feedback button { flex: 1; border: 1px solid rgba(31,35,40,.14); border-radius: 10px; padding: 11px; color: var(--ink); background: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; cursor: pointer; }
.repair-feedback button:last-child { border-color: #e3b341; background: #e3b341; }
.tool-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tool-form-row label:last-child { grid-template-columns: 1fr auto; align-items: center; }
.tool-form-row label:last-child input { grid-column: 1; }
.tool-form-row output { grid-column: 2; grid-row: 2; color: #4f6c66; font-size: 10px; }
.text-import { align-self: flex-start; border-radius: 8px; padding: 7px 9px; color: #626b70; background: rgba(220,226,228,.62); cursor: pointer; font-size: 9px; font-weight: 760; }
.text-import input { display: none; }
.restore-detail { grid-template-columns: 90px .8fr 1.2fr; }
.media-tool { min-height: 500px; }
.media-editor { width: 100%; }
.media-toolbar { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.tool-drop .media-toolbar button { margin: 0; border-radius: 8px; padding: 8px 10px; color: #606a6e; background: rgba(223,228,229,.76); font-size: 9px; }
.tool-drop .media-toolbar button.is-active { color: #1f2328; background: #e3b341; }
.tool-drop .media-toolbar .clear-mask { margin-left: auto; color: #7c7075; background: transparent; }
.canvas-stage { width: 100%; position: relative; overflow: hidden; border-radius: 14px; background: #20262a; line-height: 0; }
.canvas-stage canvas { width: 100%; height: auto; display: block; }
.canvas-stage #maskCanvas { position: absolute; inset: 0; touch-action: none; cursor: crosshair; }
.editor-help { margin: 8px 0 0; color: #727b7f; font-size: 9px; line-height: 1.5; }
.rights-check { display: flex; align-items: flex-start; gap: 8px; color: #697276; font-size: 9px; line-height: 1.5; }
.rights-check input { margin: 2px 0 0; }

@media (max-width: 800px) {
  .site-header { width: min(100% - 32px, 590px); height: 124px; align-items: flex-start; padding-top: 15px; }
  .site-header > .brand, .site-header > .header-actions { position: static; }
  .site-header > .nav { position: absolute; left: 50%; top: 76px; display: flex; width: max-content; max-width: 100%; transform: translateX(-50%); gap: 2px; }
  .site-header > .nav a { padding: 8px 10px; font-size: 10px; white-space: nowrap; }
  .workbench-trigger { grid-template-columns: 76px 1fr 34px; gap: 10px; }
  .workbench-trigger > small { display: none; }
  .workbench-panel { padding: 2px 0 31px; }
  .admin-metrics { margin-top: 0; }
  .personal-post-manager article { align-items: flex-start; flex-direction: column; }
  .visit-list > div { grid-template-columns: 1fr auto; }
  .visit-list span { grid-column: 1 / -1; grid-row: 2; }
  .visit-list time { grid-column: 2; grid-row: 1; }
  .privacy-warning-reset { top: 61px; right: 17px; }
  .restore-detail { grid-template-columns: 38px 1fr; }
  .tool-form-row { grid-template-columns: 1fr; }
  .tts-form .tool-form-row, .repair-options { grid-template-columns: 1fr; }
  .visit-archive-heading { align-items: flex-start; flex-direction: column; }
  .visit-total { justify-items: start; border-left: 0; padding-left: 0; }
  .glass-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glass-process li, .glass-process li:first-child, .glass-process li:nth-child(3), .glass-process li:last-child { grid-column: auto; min-height: 160px; border-top: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 22px; }
  .glass-process li:nth-child(even) { border-left: 1px solid rgba(255,255,255,.16); }
  .glass-process li:last-child { grid-column: 1 / -1; min-height: 145px; border-bottom: 0; }
  .space-project-media { aspect-ratio: 3 / 4; height: auto; min-height: 0 !important; }
  .space-project-media img { height: 100%; object-position: center top; }
}

@media (max-width: 430px) {
  .contact-card h2 { font-size: clamp(28px, 8.4vw, 34px); line-height: 1.02; letter-spacing: -.065em; }
  .contact-card h2 em { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .color-drop-active .page-color-drop, .workbench-panel { animation: none; }
}

.external-confirm.permanent { color: white; background: #32383f; }

@media (prefers-reduced-transparency: reduce) {
  .nav, .admin-trigger, .identity-trigger, .tool-drop, .external-modal, .blog-detail-modal, .login-modal, .privacy-modal, .composer-modal { backdrop-filter: none; -webkit-backdrop-filter: none; background: #f6f8fa; }
}

:where(a, button, input, textarea, select):focus-visible { outline: 3px solid rgba(227,179,65,.62); outline-offset: 3px; }

/* Semantic line locks and ZZL identity docket */
.work-title > span, .rifle-title > span, .rifle-title > em { display: block; }
.portrait-identity { position: absolute; z-index: 2; left: 29px; top: 72px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 66%; }
.portrait-identity span { border: 1px solid rgba(31,35,40,.16); border-radius: 999px; padding: 8px 12px; color: rgba(31,35,40,.78); background: rgba(255,255,255,.28); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; letter-spacing: .02em; }
.portrait-flip-hint { position: absolute; z-index: 2; top: 74px; right: 23px; display: flex; align-items: center; gap: 5px; color: rgba(31,35,40,.53); font-size: 8px; font-weight: 760; letter-spacing: .04em; }
.portrait-flip-hint i { font-style: normal; font-size: 12px; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.profile-portrait:hover .portrait-flip-hint i, .profile-portrait:focus-visible .portrait-flip-hint i { transform: rotate(160deg); }
.account-card.account-card-dark > p:not(.account-index) { color: #d7d9d6; }
.account-card.account-card-dark .account-index { color: #bfc3c4; }
.semantic-copy { text-wrap: pretty; line-break: strict; }

@media (max-width: 800px) {
  .work .work-title { font-size: clamp(28px, 7.2vw, 38px); line-height: 1.05; letter-spacing: -.055em; }
  .work-title > span { white-space: nowrap; }
  .project-card-feature .rifle-title { font-size: clamp(38px, 10.6vw, 46px); }
  .rifle-title > span, .rifle-title > em { white-space: nowrap; }
  .semantic-copy > span { display: block; }
  .sofa-copy > span, .rifle-copy > span { white-space: nowrap; }
}

@media (max-width: 370px) {
  .work .work-title { font-size: 25px; }
  .project-card-feature .rifle-title { font-size: 37px; }
  .portrait-identity { left: 22px; gap: 6px; max-width: 64%; }
  .portrait-identity span { padding: 7px 10px; font-size: 10px; }
  .portrait-flip-hint { right: 18px; }
}

/* Player archive */
.hero-card-role { margin: 12px 0 0; color: #e3b341; font-size: 7px; font-weight: 820; line-height: 1.45; letter-spacing: .11em; }
.hero-cover-ui > strong { margin: 16px 0 15px; }
.game-history { position: relative; overflow: visible; padding-top: 88px; padding-bottom: 0; background: var(--paper); }
.game-history > .wrap { position: relative; z-index: 1; }
.game-history::before { content: ""; position: absolute; z-index: 0; width: 350px; height: 350px; left: var(--game-pointer-x, 22%); top: var(--game-pointer-y, 8%); border-radius: 50%; pointer-events: none; opacity: .16; background: radial-gradient(circle,rgba(227,179,65,.34),rgba(227,179,65,.1) 38%,transparent 70%); filter: blur(12px); transform: translate(-50%,-50%); transition: left .08s linear, top .08s linear, opacity .3s ease; }
.game-history.is-pointer-active::before { opacity: .32; }
.game-history::after { content: ""; position: fixed; z-index: 6; width: 12px; height: 12px; left: var(--game-hit-x, 50%); top: var(--game-hit-y, 50%); border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle,rgba(227,179,65,.34) 0 12%,rgba(227,179,65,.16) 27%,transparent 68%); transform: translate(-50%,-50%) scale(.2); }
.game-history.is-hit::after { animation: game-hit .62s cubic-bezier(.2,.8,.2,1); }
.game-entry { position: relative; cursor: pointer; }
.game-entry:focus-visible { outline: 2px solid #c99114; outline-offset: -2px; }
@keyframes game-hit { 0% { opacity: .9; transform: translate(-50%,-50%) scale(.2); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(29); } }
.game-ledger { border-top: 1px solid var(--line); }
.game-entry { min-height: 146px; display: grid; grid-template-columns: 34px 184px 1fr 170px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); padding: 18px 4px; transition: padding .3s ease, background .3s ease; }
.game-entry:hover { padding-inline: 16px; background: rgba(255,255,255,.64); }
.game-index { align-self: start; padding-top: 8px; color: #8a9095; font-size: 9px; font-weight: 820; letter-spacing: .08em; }
.game-entry img { width: 184px; aspect-ratio: 16 / 9; border-radius: 15px; object-fit: cover; box-shadow: 0 12px 28px rgba(31,35,40,.12); }
.game-entry > div { min-width: 0; }.game-entry small { color: #878d92; font-size: 8px; font-weight: 850; letter-spacing: .12em; }.game-entry h3 { margin-top: 7px; font-size: 31px; line-height: .95; }.game-entry p { margin: 8px 0 0; color: #626a70; font-size: 11px; }
.game-entry > strong { justify-self: end; font: 810 clamp(38px,4vw,56px)/1 var(--display); letter-spacing: -.075em; white-space: nowrap; }.game-entry > strong span { margin-left: 3px; color: #9c7417; font-size: .35em; letter-spacing: 0; }
.solo-library { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; gap: 50px; margin-top: 36px; border-radius: 22px; padding: 31px 34px; color: white; background: radial-gradient(circle at 82% 0,rgba(227,179,65,.25),transparent 38%),#24292f; }
.solo-library > div { display: grid; gap: 7px; }.solo-library span { color: #b7bbc0; font-size: 8px; font-weight: 850; letter-spacing: .12em; }.solo-library strong { font: 790 28px/1 var(--display); letter-spacing: -.055em; }.solo-library p { margin: 0; color: #d2d5d7; font-size: 12px; line-height: 1.85; }
.game-source-note { margin: 14px 2px 0; color: #92989c; font-size: 8px; }
.project-card-feature .project-media { padding: 14px; }
.project-card-feature .project-media::after { inset: 14px; border-radius: 16px; }.project-card-feature .project-media img { border-radius: 16px; }

@media (max-width: 800px) {
  .accounts { padding-bottom: 30px; }
  .game-history { padding-top: 52px; }
  .metric-grid .metric, .metric-grid .metric:first-child { min-height: 96px; align-items: flex-start; border-left: 0; padding: 14px 16px; }
  .metric-grid .metric:nth-child(even) { border-left: 1px solid rgba(255,255,255,.18); }
  .metric-grid .metric:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .metric strong { min-height: 32px; display: flex; align-items: baseline; line-height: 1; }
  .metric > span { min-height: 16px; display: flex; align-items: center; margin-top: 7px; line-height: 1.2; }
  .metrics-note { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; padding: 15px 16px; text-align: left; }
  .game-entry { min-height: 132px; grid-template-columns: 24px 96px minmax(0,1fr); grid-template-rows: auto auto; gap: 5px 13px; padding: 17px 0; }
  .game-entry:hover { padding-inline: 0; background: transparent; }.game-index { grid-row: 1 / 3; }.game-entry img { grid-row: 1 / 3; width: 96px; border-radius: 11px; }.game-entry > div { grid-column: 3; align-self: end; }.game-entry h3 { font-size: 23px; }.game-entry p { margin-top: 5px; font-size: 9px; }.game-entry > strong { grid-column: 3; justify-self: start; align-self: start; font-size: 31px; }
  .solo-library { grid-template-columns: 1fr; gap: 20px; padding: 25px 23px; }.solo-library p { font-size: 11px; }
  .project-card-feature .project-media { padding: 10px; }.project-card-feature .project-media::after { inset: 10px; }.project-card-feature .media-expand { top: 22px; right: 22px; }
}

@media (max-width: 360px) {
  .game-entry { grid-template-columns: 20px 84px minmax(0,1fr); gap: 5px 10px; }.game-entry img { width: 84px; }.game-entry h3 { font-size: 20px; }.game-entry > strong { font-size: 28px; }
}
:where(a, button):active { transform: translateY(1px) scale(.985); }

.login-modal input:focus, .composer-modal input:focus, .composer-modal textarea:focus { border-color: #c99114; box-shadow: 0 0 0 3px rgba(227,179,65,.2); }
.portrait-back { background: radial-gradient(circle at 78% 14%, rgba(227,179,65,.24), transparent 33%), #1f2328; }
.tool-grid .tool-card:hover { border-color: rgba(227,179,65,.4); }
.tool-spec span::before { color: #b5800c; }

/* Independent creator workspaces */
.tool-hub-hero { min-height: 650px; }
.tool-route-list { padding-bottom: 130px; }
.tool-route { min-height: 235px; display: grid; grid-template-columns: 140px 1fr 150px; align-items: center; gap: 48px; border-top: 1px solid var(--line); }
.tool-route:last-child { border-bottom: 1px solid var(--line); }
.tool-route-index { align-self: start; padding-top: 38px; color: #868b8f; font: 820 10px/1 var(--body); letter-spacing: .1em; }
.tool-route h2 { margin: 0; font: 800 clamp(42px,5vw,68px)/.94 var(--display); letter-spacing: -.07em; }
.tool-route p { max-width: 570px; margin: 20px 0 0; color: #696e72; font-size: 13px; line-height: 1.8; }
.tool-route-action { justify-self: end; display: grid; grid-template-columns: auto 48px; align-items: center; gap: 13px; color: var(--ink); font-size: 13px; font-weight: 820; }
.tool-route-action i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #1f2328; background: #e3b341; font-style: normal; font-size: 20px; transition: transform .35s cubic-bezier(.16,.8,.24,1); }
.tool-route-action:hover i { transform: rotate(12deg) scale(1.08); }
.tool-workspace-page { background: radial-gradient(circle at 77% 7%, rgba(159,185,174,.22), transparent 32%), #eef0ed; }
.tool-workspace { padding-top: 56px; padding-bottom: 120px; }
.workspace-back { display: inline-flex; color: #6e7477; font-size: 11px; font-weight: 780; }
.workspace-heading { min-height: 430px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; padding-block: 70px; }
.workspace-heading h1 { margin: 18px 0 0; font: 810 clamp(54px,6.3vw,90px)/.9 var(--display); letter-spacing: -.08em; }
.workspace-heading h1 em { color: #82621c; font-style: normal; }
.workspace-heading > p { max-width: 430px; margin: 0 0 10px; color: #63696d; font-size: 14px; line-height: 1.85; }
.workspace-stage { min-height: 620px; display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 34px; background: rgba(255,255,255,.44); box-shadow: inset 0 1px 0 white, 0 36px 90px rgba(31,35,40,.12); backdrop-filter: blur(28px) saturate(125%); }
.workspace-visual { position: relative; overflow: hidden; color: white; background: #24292f; }
.workspace-console { display: flex; align-items: center; padding: clamp(28px,5vw,68px); }
.workspace-console .tool-form { width: 100%; }
.workspace-submit { min-width: 170px; align-self: flex-start !important; margin-top: 5px !important; border-radius: 12px !important; padding: 15px 22px !important; color: #1f2328 !important; background: #e3b341 !important; }
.workspace-submit.is-cancel { color: #fff !important; background: #5d4038 !important; }
.selected-file { max-width: 100%; margin-top: 16px; overflow: hidden; color: #5e686c; font-size: 11px; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.audio-rails { display: grid; align-content: center; gap: 48px; padding: 70px 42px; }
.audio-rails span { height: 2px; position: relative; display: block; background: rgba(255,255,255,.2); }
.audio-rails span::after { content: ""; position: absolute; inset: -18px 0; background: repeating-linear-gradient(90deg, transparent 0 6px, rgba(227,179,65,.9) 6px 8px, transparent 8px 14px); clip-path: polygon(0 48%,7% 35%,13% 61%,21% 20%,31% 71%,38% 40%,46% 58%,55% 28%,64% 69%,73% 39%,82% 57%,91% 26%,100% 50%,100% 54%,91% 34%,82% 64%,73% 46%,64% 76%,55% 35%,46% 65%,38% 47%,31% 78%,21% 27%,13% 68%,7% 42%,0 55%); }
.audio-rails span:nth-child(even)::after { opacity: .58; transform: scaleY(.7); }
.audio-rails b { color: #aeb3b7; font: 790 9px/1 var(--body); letter-spacing: .13em; }
.voice-stage { grid-template-columns: .7fr 1.3fr; }
.script-ribbon { display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 56px; background: linear-gradient(160deg,#31373d,#202428); }
.script-ribbon span { color: #d8d9d6; font: 760 22px/1 var(--display); letter-spacing: -.04em; }
.script-ribbon i { width: 70%; height: 1px; background: rgba(227,179,65,.55); }
.script-ribbon b { position: absolute; left: 56px; bottom: 45px; color: #e3b341; font-size: 9px; letter-spacing: .12em; }
.restore-stage { display: block; }
.workspace-console-wide { padding: clamp(25px,4vw,55px); }
.workspace-console-wide .file-pick { min-height: 125px; }

/* Blog search */
.blog-search { display: grid; grid-template-columns: 230px 1fr; gap: 38px; align-items: end; margin-top: -50px; margin-bottom: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 28px; }
.blog-search label { display: grid; gap: 7px; }
.blog-search label span { color: #8a8e93; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.blog-search label strong { font: 790 25px/1 var(--display); letter-spacing: -.05em; }
.blog-search > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.blog-search input { width: 100%; border: 0; border-bottom: 1px solid #999da0; outline: 0; padding: 13px 2px; color: var(--ink); background: transparent; font: 720 15px/1 var(--body); }
.blog-search input:focus { border-color: #a47712; }
.blog-search button { border: 0; border-radius: 9px; padding: 10px 14px; color: #666c70; background: rgba(255,255,255,.64); cursor: pointer; font-weight: 780; }
.blog-search > p { grid-column: 2; margin: -18px 0 0; color: #8b8f92; font-size: 10px; }
.blog-search-empty { grid-column: 1 / -1; padding: 80px 0; color: #74797d; text-align: center; }

/* Personal-space analytics, images and versions */
.admin-insights { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 0 0 75px; }
.admin-insights > article { min-height: 260px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 24px; background: rgba(255,255,255,.52); box-shadow: inset 0 1px 0 white, 0 22px 55px rgba(31,35,40,.07); backdrop-filter: blur(24px); }
.admin-insights header { display: grid; gap: 8px; }
.admin-insights header span { color: #8c9094; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.admin-insights header strong { font: 780 20px/1 var(--display); letter-spacing: -.04em; }
.mini-chart { min-height: 140px; margin-top: auto; }
.bar-chart { display: flex; align-items: end; gap: 5px; }
.chart-column { flex: 1; display: grid; justify-items: center; gap: 7px; }
.chart-column i { width: 100%; height: var(--value); min-height: 6px; border-radius: 4px 4px 1px 1px; background: linear-gradient(#e3b341,#a87b18); }
.chart-column small { color: #999da0; font-size: 7px; }
.usage-chart { display: grid; align-content: end; gap: 9px; }
.usage-chart > div { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.usage-chart span { color: #686e72; font-size: 11px; }.usage-chart strong { font: 800 25px/1 var(--display); }.usage-chart > small,.pressure-chart > small { color: #92969a; font-size: 9px; }
.pressure-chart { display: grid; align-content: end; gap: 11px; }
.pressure-chart > div { display: grid; grid-template-columns: 38px 1fr 48px; align-items: center; gap: 8px; }
.pressure-chart span,.pressure-chart strong { color: #6b7175; font-size: 9px; }.pressure-chart strong { text-align: right; }
.pressure-chart i { height: 6px; overflow: hidden; border-radius: 99px; background: #dfe2df; }.pressure-chart b { height: 100%; display: block; border-radius: inherit; background: #9fb9ae; }
.pressure-chart b { transition: width .72s cubic-bezier(.2,.8,.2,1), background .3s ease; }
.pressure-card { position: relative; overflow: hidden; }
.pressure-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg,transparent 25%,rgba(227,179,65,.17) 48%,transparent 72%); transform: translateX(-120%); }
.pressure-card.is-refreshing::after { animation: pressure-scan .58s cubic-bezier(.2,.8,.2,1); }
.pressure-card header { grid-template-columns: 1fr auto; align-items: center; }
.pressure-card header strong { grid-column: 1 / -1; }
.pressure-card header button { border: 0; border-radius: 8px; padding: 7px 9px; color: #785715; background: rgba(227,179,65,.18); cursor: pointer; font-size: 9px; font-weight: 820; }
.pressure-card header button:disabled { opacity: .5; cursor: wait; }
@keyframes pressure-scan { to { transform: translateX(120%); } }
.status-history-card { margin-top: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; padding: 20px; background: rgba(255,255,255,.43); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.status-history-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.status-history-head > div { display: grid; gap: 6px; }.status-history-head span { color: #8b9093; font-size: 8px; font-weight: 850; letter-spacing: .11em; }.status-history-head strong { font: 780 18px/1 var(--display); }.status-history-head > b { color: #50725e; font-size: 10px; }
.status-timeline { display: grid; grid-template-columns: repeat(96,minmax(1px,1fr)); gap: 2px; margin-top: 22px; }
.status-timeline i { height: 34px; border-radius: 2px; background: #a9afb2; transition: transform .2s ease, filter .2s ease; }.status-timeline i:hover { z-index: 1; transform: scaleY(1.2); filter: saturate(1.3); }.status-timeline i.healthy { background: #5f9e72; }.status-timeline i.strained { background: #d9942f; }.status-timeline i.critical { background: #c75749; }.status-timeline i.unavailable { background: #a9afb2; }
.status-legend { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 15px; color: #777d80; font-size: 9px; }.status-legend span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 2px; background: #a9afb2; }.status-legend .healthy::before { background: #5f9e72; }.status-legend .strained::before { background: #d9942f; }.status-legend .critical::before { background: #c75749; }
.image-manager,.version-manager { display: grid; border-top: 1px solid var(--line); }
.image-manager article { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.image-manager img { width: 82px; height: 64px; border-radius: 10px; object-fit: cover; background: #e2e4e1; }
.image-manager article > div,.version-manager article > div { display: grid; gap: 5px; min-width: 0; }
.image-manager strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.image-manager small,.image-manager span,.version-manager small { color: #858a8e; font-size: 9px; }
.image-manager button,.version-manager button { border: 0; border-radius: 9px; padding: 10px 12px; color: white; background: #252a2e; cursor: pointer; font-size: 10px; font-weight: 800; }.image-manager button:disabled { color: #8b8f91; background: #e4e5e2; cursor: default; }
.version-manager article { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 15px 0; }
.version-manager strong { font-size: 13px; }.version-manager button { color: #684c13; background: rgba(227,179,65,.24); }
.backup-summary { margin-top: 18px; border-radius: 10px; padding: 13px 15px; color: #696e72; background: rgba(159,185,174,.16); font-size: 10px; line-height: 1.6; }

@media (max-width: 800px) {
  .tool-route { grid-template-columns: 1fr auto; gap: 18px; padding-block: 34px; }.tool-route-index { grid-column: 1 / -1; padding-top: 0; }.tool-route h2 { font-size: 42px; }.tool-route p { font-size: 12px; }.tool-route-action { grid-row: 2; grid-column: 2; align-self: end; }.tool-route-action > span { display: none; }
  .workspace-heading { min-height: 390px; grid-template-columns: 1fr; gap: 28px; padding-block: 55px; }.workspace-heading h1 { font-size: 13vw; }.workspace-heading > p { font-size: 12px; }.workspace-stage,.voice-stage { grid-template-columns: 1fr; }.workspace-visual { min-height: 270px; }.workspace-console { padding: 27px 20px 36px; }.script-ribbon { min-height: 260px; padding: 40px; }.script-ribbon b { left: 40px; bottom: 30px; }
  .blog-search { grid-template-columns: 1fr; gap: 20px; margin-top: -15px; }.blog-search > p { grid-column: 1; margin: -10px 0 0; }
  .admin-insights { grid-template-columns: 1fr; }.admin-insights > article { min-height: 230px; }.image-manager article { grid-template-columns: 64px 1fr; }.image-manager img { width: 64px; height: 58px; }.image-manager button { grid-column: 2; justify-self: start; }.version-manager article { align-items: flex-start; flex-direction: column; }
  .status-history-card { padding: 16px 13px; }.status-timeline { gap: 1px; }.status-timeline i { height: 28px; }
}

@media (prefers-reduced-motion: reduce) { .pressure-card.is-refreshing::after { animation: none; }.pressure-chart b,.status-timeline i { transition: none; } }

@media (max-width: 800px) {
  .project-card .project-content, .project-card-small .project-content, .project-pair .project-card:nth-child(2) .project-content { order: 1; }
  .project-card .project-media, .project-pair .project-card:nth-child(2) .project-media { order: 2; }
}
