/* ITOD platform — public website, sign-in and project portfolio */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
button:disabled { opacity: .6; cursor: wait; }
a:focus-visible, button:focus-visible { outline: 3px solid #c29a68; outline-offset: 4px; }
.itod-monogram { font-family: Georgia, serif; font-weight: 700; font-size: 23px; font-style: normal; letter-spacing: -3px; padding-right: 3px; }
.bronze-text { color: var(--bronze-light); }
.bar-chart { min-width: 0; }
.marketing-page { background: #17191d; color: #f7f4ed; }
.site-container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -80px; padding: 14px; background: #fff; color: #17191d; z-index: 100; }
.skip-link:focus { top: 16px; }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff13; gap: 24px; }
.site-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: .2em; }
.site-brand small { display: block; margin-top: 4px; color: #979a9f; font-size: 8px; letter-spacing: .13em; font-weight: 500; text-transform: uppercase; }
.site-header nav { display: flex; gap: 35px; }
.site-header nav a { color: #a8aaae; text-decoration: none; font-size: 12px; }
.site-header nav a:hover { color: #fff; }
.site-login { display: flex; gap: 34px; align-items: center; padding: 12px 19px; border: 1px solid #5c554a; border-radius: 7px; color: #ecd5b7; text-decoration: none; font-size: 12px; }
.site-login:hover { background: #b88b521c; }
.site-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 20px; min-height: 650px; padding-block: 65px 75px; }
.site-hero__copy { position: relative; z-index: 2; }
.site-hero .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .16em; margin-bottom: 25px; }
.tiny-line { width: 23px; height: 1px; background: #c49c68; }
.site-hero h1 { font-size: clamp(56px, 5.6vw, 80px); line-height: 1.08; letter-spacing: -.045em; }
.site-hero h1 em { font-weight: 400; color: #d4b486; }
.site-hero__description { margin: 29px 0 31px; color: #a7a9ad; font-size: 15px; line-height: 1.85; }
.site-hero__actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.marketing-page .button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; text-decoration: none; min-height: 50px; padding-inline: 23px; border-radius: 7px; font-size: 12px; }
.marketing-page .button--primary { background: #c4a078; color: #1c1b1a; box-shadow: 0 10px 36px #b78b5220; }
.marketing-page .button--primary:hover { background: #d7b68e; }
.text-link { color: #bebdb9; font-size: 11px; text-decoration: none; }
.text-link span { margin-left: 9px; }
.hero-caption { display: flex; align-items: center; gap: 9px; margin-top: 30px; color: #80848a; font-size: 10px; }
.status-light { width: 5px; height: 5px; background: #9dab93; border-radius: 50%; }
.compass-scene { height: 480px; position: relative; isolation: isolate; }
.compass-scene::before { content: ''; position: absolute; inset: -15%; background: radial-gradient(ellipse, #b48b4930, transparent 65%); z-index: -1; }
.compass-orbit { position: absolute; border: 1px solid #cba67426; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.compass-orbit--outer { width: 410px; height: 410px; outline: 1px dashed #cba67418; outline-offset: 25px; }
.compass-orbit--inner { width: 285px; height: 285px; border-style: dashed; }
.compass-axis { position: absolute; background: #cba67415; }
.compass-axis--x { top: 50%; left: 5%; width: 90%; height: 1px; }
.compass-axis--y { left: 50%; top: 4%; height: 92%; width: 1px; }
.compass-north, .compass-south { position: absolute; left: calc(50% - 4px); font-size: 9px; color: #857155; }
.compass-north { top: 16px; }.compass-south { bottom: 14px; }
.compass-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; justify-items: center; }
.compass-center strong { font-size: 42px; letter-spacing: .16em; padding-left: .16em; color: #f2e4d2; }
.compass-center small { margin-top: 7px; color: #968772; font-size: 9px; }
.compass-needle { width: 18px; height: 36px; background: linear-gradient(110deg, #d9bb90 50%, #8f6e41 50%); clip-path: polygon(50% 0, 100% 100%, 50% 75%, 0 100%); margin-bottom: 15px; transform: rotate(35deg); }
.compass-card { position: absolute; width: 190px; padding: 19px; background: linear-gradient(130deg, #303133f5, #222426f5); border: 1px solid #d4b48632; border-radius: 11px; box-shadow: 0 18px 45px #0004; }
.compass-card__label { display: block; color: #a99880; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 13px; }
.compass-card strong { display: block; font-size: 13px; line-height: 1.6; font-weight: 500; }
.compass-card--capital { top: 18px; left: 0; transform: rotate(-5deg); }
.mini-bars { height: 38px; display: flex; gap: 8px; align-items: flex-end; margin-top: 15px; }.mini-bars i { flex: 1; height: 30%; background: #a8855655; border-radius: 2px 2px 0 0; }.mini-bars i:nth-child(2n) { height: 55%; }.mini-bars i:nth-child(3n) { height: 75%; }.mini-bars i:last-child { height: 100%; background: #c4a078; }
.compass-card--scenario { top: 65px; right: -3px; width: 178px; transform: rotate(5deg); }
.scenario-lines { display: grid; gap: 12px; }.scenario-lines span { color: #a9a49b; font-size: 8px; }.scenario-lines i { display: block; margin-top: 5px; height: 3px; width: 47%; background: #766c5f; border-radius: 2px; }.scenario-lines span:nth-child(2) i { width: 73%; background: #ad8b61; }.scenario-lines span:nth-child(3) i { width: 94%; background: #dfbe8f; }
.compass-card--result { bottom: 37px; right: 19px; width: 227px; transform: rotate(-3deg); }.compass-card--result em { font-style: normal; color: #d8b68a; }.compass-card__arrow { position: absolute; right: 18px; top: 16px; color: #c3a077; font-size: 22px; }.scene-caption { position: absolute; bottom: -12px; width: 100%; text-align: center; font-size: 8px; letter-spacing: .2em; color: #706c65; }
.site-principles { display: flex; justify-content: space-between; align-items: center; padding-block: 26px; border-top: 1px solid #ffffff13; color: #a19c93; font-size: 11px; letter-spacing: .03em; }
.site-principles i { width: 4px; height: 4px; background: #907752; transform: rotate(45deg); }
.platform-section { background: #f4f2ed; color: var(--ink); padding-block: 95px 100px; }
.section-heading h2 { font-size: clamp(34px, 3.5vw, 49px); margin-block: 19px 23px; line-height: 1.14; }.section-heading h2 span { color: #8b877f; }.section-heading > p:last-child { max-width: 470px; color: #8a8882; font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 45px; }.feature-card { position: relative; border: 1px solid #e0dbd1; padding: 30px; border-radius: 13px; background: #fffdf8; }.feature-number { position: absolute; right: 26px; top: 25px; color: #c8bba9; font-size: 10px; }.feature-card h3 { font-size: 18px; margin-bottom: 15px; }.feature-card p { color: #777872; font-size: 13px; line-height: 1.85; margin-bottom: 30px; }.feature-foot { font-size: 8px; letter-spacing: .15em; color: #a08b71; }
.feature-glyph { width: 37px; height: 37px; margin-bottom: 29px; color: #b28a59; }.glyph-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }.glyph-dashboard i { border: 1px solid currentColor; border-radius: 3px; }.glyph-dashboard i:first-child { background: #b28a5930; }.glyph-sliders { display: flex; align-items: center; gap: 9px; padding-inline: 4px; }.glyph-sliders i { display: block; position: relative; width: 1px; height: 100%; background: currentColor; }.glyph-sliders i::after { content: ''; width: 8px; height: 8px; border: 1px solid currentColor; background: #fffdf8; position: absolute; top: 5px; left: -4px; border-radius: 2px; }.glyph-sliders i:nth-child(2)::after { top: 23px; }.glyph-sliders i:nth-child(3)::after { top: 13px; }.glyph-team { display: flex; align-items: flex-end; gap: 4px; }.glyph-team i { border: 1px solid currentColor; width: 11px; height: 20px; border-radius: 5px 5px 2px 2px; position: relative; }.glyph-team i::before { content: ''; position: absolute; width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; top: -12px; left: 1px; }.glyph-team i:nth-child(2) { height: 25px; }
.approach-section { padding-block: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.approach-steps { padding: 0; margin: 0; list-style: none; }.approach-steps li { position: relative; padding: 0 0 27px 50px; border-bottom: 1px solid #ffffff15; margin-bottom: 27px; }.approach-steps li:last-child { margin-bottom: 0; }.approach-steps li > span { position: absolute; left: 0; top: 4px; color: #bca17e; font-size: 11px; }.approach-steps h3 { margin-bottom: 10px; font-size: 17px; font-weight: 500; }.approach-steps p { color: #909297; font-size: 12px; line-height: 1.8; max-width: 330px; margin: 0; }
.site-cta { background: radial-gradient(ellipse at 90% 80%, #b38b5630, transparent 70%), #232528; border: 1px solid #b38b5633; border-radius: 15px; padding: 43px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.site-cta h2 { font-size: 43px; margin: 0; }.site-cta h2 em { color: #d1af82; }.site-footer { display: flex; align-items: center; justify-content: space-between; padding-block: 47px; gap: 20px; }.site-footer > span { font-size: 10px; color: #777b82; }
.login-back { color: #999b9e; font-size: 12px; text-decoration: none; position: relative; z-index: 1; }.login-help { color: #8a8d92; font-size: 11px; line-height: 1.65; margin: 23px 0 0; }.login-form { width: min(440px, 100%); }.login-form h2 { font-size: 36px; }
.nav__section { color: #9c8468; font-size: 9px; letter-spacing: .16em; padding: 25px 14px 9px; }
.portfolio-intro { margin: 20px 0 40px; }.portfolio-intro h2 { font-size: clamp(34px, 3.7vw, 52px); margin: 15px 0 22px; }.portfolio-intro h2 span { color: #989083; }.portfolio-intro > p:last-child { color: #81817b; max-width: 570px; font-size: 13px; line-height: 1.8; }.portfolio-meta { display: flex; justify-content: space-between; margin-bottom: 20px; color: #97948e; font-size: 11px; }.portfolio-meta b { margin-left: 7px; background: #e8e2d8; color: #8c7354; padding: 3px 7px; border-radius: 5px; }
.project-grid { display: grid; grid-template-columns: minmax(330px, 1.2fr) minmax(260px, .8fr); gap: 28px; }.project-card { display: block; color: inherit; text-decoration: none; border: 1px solid #dcd5c9; border-radius: 17px; overflow: hidden; background: var(--surface); box-shadow: 0 12px 40px #40351e08; }.project-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px #40351e12; border-color: #bca17f; }.project-card__art { height: 230px; position: relative; overflow: hidden; padding: 25px 28px; background: radial-gradient(ellipse at 75% 70%, #9b744d55, transparent 70%), linear-gradient(130deg, #1b1e22, #343331); }.project-tag { display: inline-block; padding: 6px 9px; border: 1px solid #cab69444; color: #c8b493; font-size: 9px; border-radius: 4px; }.project-card__art > strong { position: absolute; left: 28px; bottom: 56px; color: #f0e6d7; font-family: Georgia, serif; font-weight: 400; letter-spacing: .1em; font-size: 60px; }.project-card__index { position: absolute; left: 30px; bottom: 26px; font-size: 8px; letter-spacing: .21em; color: #a0927d; }.onix-orbit { position: absolute; right: -5px; top: 15px; width: 220px; height: 220px; border: 1px solid #ceb18b55; border-radius: 50%; transform: rotate(-35deg) scaleX(.55); box-shadow: 0 0 0 25px #ceb18b09, 0 0 0 65px #ceb18b05; }.onix-orbit::after { content: ''; position: absolute; inset: 30px; border: 1px solid #ceb18b40; border-radius: 50%; }
.project-card__body { padding: 27px; }.project-card__title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.project-card__title h3 { font-size: 24px; letter-spacing: .04em; }.project-status { color: #697d68; background: #eff1e9; border-radius: 20px; padding: 6px 9px; font-size: 9px; }.project-card__body > p { margin: 8px 0 26px; color: #8b8b83; font-size: 11px; }.project-card__numbers { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }.project-card__numbers > div { display: grid; gap: 9px; }.project-card__numbers span { color: #8b8b83; font-size: 10px; }.project-card__numbers strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.project-card__bottom { margin-top: 27px; padding-top: 19px; border-top: 1px solid #e7e0d5; display: flex; justify-content: space-between; gap: 10px; font-size: 10px; color: #8a8982; }.project-card__bottom strong { color: #9f7849; }
.portfolio-note { padding: 42px; display: flex; flex-direction: column; justify-content: center; border: 1px dashed #d1c6b5; border-radius: 17px; background: #ede9e133; }.portfolio-note__icon { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid #d0c4b0; border-radius: 50%; color: #ad9371; font-size: 24px; margin-bottom: 30px; }.portfolio-note h3 { font-family: Georgia, serif; font-weight: 400; font-size: 30px; margin-bottom: 20px; }.portfolio-note > p:not(.eyebrow) { color: #8a8982; font-size: 12px; line-height: 1.8; }.portfolio-note > span:last-child { margin-top: 16px; color: #a29a8e; font-size: 10px; line-height: 1.6; }.portfolio-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 43px; color: #a59d90; font-size: 9px; }
.save-error { margin-bottom: 20px; padding: 15px; border: 1px solid #d9aca5; background: #f6e8e5; color: #98423c; border-radius: 8px; font-size: 12px; }.save-indicator--error { color: #a64b46; }.save-indicator--error i { background: #a64b46; }.boot-error { max-width: 560px; padding: 80px 24px; margin: auto; }.boot-error h1 { margin-bottom: 25px; }.field-note { color: #9b8467; font-size: 9px; line-height: 1.4; }
@media (max-width: 1100px) {
  .site-container { width: calc(100% - 64px); }.site-hero { grid-template-columns: 1.15fr 1fr; gap: 0; }.site-hero h1 { font-size: 62px; }.compass-scene { transform: scale(.85); transform-origin: center; }.compass-card--capital { left: -20px; }.compass-card--scenario { right: -25px; }.site-hero .eyebrow { font-size: 8px; }.approach-section { gap: 40px; }.project-grid { grid-template-columns: 1fr; }.portfolio-note { padding: 28px; }.portfolio-note__icon { display: none; }
}
@media (max-width: 900px) {
  .nav__section { display: none; }.site-hero { grid-template-columns: 1fr; padding-top: 55px; }.site-hero__copy { max-width: 600px; }.compass-scene { max-width: 500px; width: 100%; margin: 25px auto 0; transform: none; }.compass-card--capital { left: 10px; }.compass-card--scenario { right: 0; }.feature-grid { gap: 15px; }.feature-card { padding: 23px; }.feature-card h3 { font-size: 15px; }.feature-card p { font-size: 12px; }.site-cta { padding: 35px; }.site-cta h2 { font-size: 35px; }
}
@media (max-width: 680px) {
  .site-container { width: calc(100% - 40px); }.site-header { height: 83px; }.site-header nav { display: none; }.site-brand small { font-size: 7px; }.site-hero { min-height: 0; padding-block: 40px; }.site-hero h1 { font-size: clamp(43px, 10.5vw, 62px); }.site-hero__description { font-size: 13px; }.site-hero .eyebrow { font-size: 7px; letter-spacing: .1em; }.compass-scene { width: 100%; height: 400px; overflow: hidden; }.compass-orbit--outer { width: 325px; height: 325px; }.compass-orbit--inner { width: 225px; height: 225px; }.compass-card { padding: 14px; width: 153px; }.compass-card--capital { top: 8px; left: 8px; }.compass-card--scenario { right: 8px; top: 36px; width: 139px; }.compass-card--result { bottom: 19px; right: 8px; width: 190px; }.compass-center strong { font-size: 33px; }.compass-card strong { font-size: 11px; }.scene-caption { display: none; }.site-principles { flex-direction: column; gap: 13px; padding-block: 25px; font-size: 10px; }.site-principles i { display: none; }.platform-section { padding-block: 55px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { padding: 28px; }.feature-card h3 { font-size: 18px; }.approach-section { grid-template-columns: 1fr; padding-block: 55px; }.site-cta { flex-direction: column; align-items: flex-start; padding: 27px; }.site-cta h2 { font-size: 31px; }.site-footer { flex-wrap: wrap; padding-block: 30px; }.site-footer > span:nth-child(2) { flex-basis: 100%; order: 3; font-size: 9px; }.portfolio-meta > span:last-child { display: none; }.project-grid { grid-template-columns: minmax(0, 1fr); }.project-card__body { padding: 20px; }.project-card__numbers { grid-template-columns: 1fr; }.project-card__bottom { flex-direction: column; gap: 12px; }.portfolio-footer { flex-direction: column; gap: 10px; }.nav__item { padding-inline: 10px; }.save-indicator { display: flex; }.login-panel__brand.site-brand small { max-width: 200px; line-height: 1.5; }
}
.access-badge { display: inline-block; border: 1px solid #d9cfbe; border-radius: 20px; padding: 7px 11px; color: #806640; background: #f5f0e7; font-size: 11px; white-space: nowrap; }
.roles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 28px; }
.role-card { padding: 24px; border: 1px solid #ded6c8; border-radius: 12px; background: #f8f5ee; }
.role-card h3 { margin: 12px 0 10px; font-size: 19px; }
.role-card p { margin: 0; color: #7a7973; font-size: 12px; line-height: 1.8; }
.users-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr); gap: 24px; align-items: start; }
.users-list, .user-editor { min-width: 0; }
.users-table { min-width: 480px; }
.user-you, .user-project-list { display: block; color: #8a847b; font-size: 11px; line-height: 1.7; margin-top: 7px; white-space: normal; overflow-wrap: anywhere; }
.user-form { display: grid; gap: 20px; }
.project-permissions { border: 1px solid #e2d9c9; border-radius: 8px; padding: 16px; display: grid; gap: 12px; margin: 0; }
.project-permissions legend { padding: 0 5px; font-size: 12px; color: #797365; }
.project-permissions:disabled { opacity: .45; }
.access-note { font-size: 11px; line-height: 1.8; color: #8b8275; margin: 0; }
.form-error { font-size: 12px; line-height: 1.6; color: #a34039; margin: 0; }
.empty-state { padding: 35px; }
.empty-state p { font-size: 13px; line-height: 1.8; color: #858077; }
@media (max-width: 1250px) { .users-layout { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 680px) { .roles-grid { grid-template-columns: minmax(0, 1fr); } .role-card { padding: 20px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
