/* Semantic purpose: compact responsive Waymark entry and settings design system. */
:root{--ink:#14283b;--muted:#526474;--teal:#006b60;--line:#dce4e7;--paper:#f6f8f8;--navy:#10293a;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:disabled,select:disabled{cursor:wait;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #1b9d90;outline-offset:4px}h1,h2,p{margin:0}h1{letter-spacing:-.045em;line-height:1.08}p{line-height:1.65}button{color:inherit}.site-header{height:88px;padding:0 6%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#fff}.brand{display:flex;align-items:center;gap:11px;font-size:21px;font-weight:750;letter-spacing:.09em}.brand-mark{background:var(--navy);color:white;display:grid;place-items:center;width:36px;height:38px;border-radius:9px 9px 15px 15px;font-size:24px;letter-spacing:0}.brand-note{border-left:1px solid var(--line);margin-left:7px;padding-left:18px;font-size:10px;letter-spacing:.15em;font-weight:600;color:var(--muted)}.header-right,.actions{display:flex;gap:24px;align-items:center}.text-link{font-size:14px;font-weight:600;border:0;background:transparent;padding:8px 0}.text-link:hover{text-decoration:underline}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:46px;padding:12px 19px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:650;line-height:1.2}.primary{color:white;background:var(--teal)}.primary:hover{background:#00574e}.secondary{border-color:#cbd7dc;background:#fff}.secondary:hover{background:#eff4f4}.full{width:100%}.eyebrow{font-size:10px;font-weight:750;letter-spacing:.15em;display:flex;align-items:center;gap:9px;color:var(--teal);margin-bottom:20px}.dot{width:7px;height:7px;background:#52c5b1;border-radius:50%;display:inline-block;flex:none}.landing{max-width:1400px;width:100%;margin:0 auto;padding:74px 6% 40px;display:grid;grid-template-columns:1.15fr 1fr;gap:52px;align-items:center}.hero h1{font-size:clamp(42px,4.4vw,66px);font-weight:650}.hero h1 span{color:#527383}.lede{max-width:485px;font-size:17px;color:var(--muted);margin:25px 0 28px}.micro{font-size:12px;color:var(--muted);margin-top:14px}.intent-card{background:var(--navy);color:#fff;padding:29px 32px 0;border-radius:14px;box-shadow:0 18px 50px #0f293314;border:1px solid #284553}.card-caption{display:flex;align-items:center;gap:9px;font-size:9px;letter-spacing:.12em;color:#b8d0d8;font-weight:650}.pill{margin-left:auto;border:1px solid #395260;padding:5px 7px;border-radius:4px;font-size:9px;letter-spacing:0;white-space:nowrap}.intent-title{font-size:26px;letter-spacing:-.025em;margin:29px 0 10px}.intent-card p{font-size:13px;color:#b8cbd4}.journey{margin:24px 0 20px;display:grid;gap:19px}.journey>div{display:grid;grid-template-columns:33px 1fr;gap:4px 12px}.journey span{grid-row:span 2;color:#8ed8cb;font-size:10px;border:1px solid #42616b;align-self:start;border-radius:6px;padding:8px}.journey strong{font-size:13px;font-weight:550}.journey small{font-size:11px;color:#b8cbd4}.card-foot{border-top:1px solid #35515f;padding:16px 0;color:#a2c2cc;font-size:10px}.principles{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;border-top:1px solid var(--line);padding-top:30px}.principles article+article{border-left:1px solid var(--line);padding-left:35px}.principles article>span{font-size:9px;letter-spacing:.12em;color:#59707e}.principles h2{font-size:17px;margin:11px 0 8px;font-weight:600;letter-spacing:-.02em}.principles p{font-size:13px;color:var(--muted);max-width:300px}.site-footer{margin-top:auto;padding:20px 6%;display:flex;justify-content:space-between;font-size:10px;color:#607480;border-top:1px solid var(--line)}.centered{flex:1;display:grid;place-items:center;padding:48px 20px}.entry-card{max-width:470px;width:100%;background:#fff;border:1px solid var(--line);border-radius:12px;padding:40px;box-shadow:0 10px 35px #162d3b06}.entry-card h1{font-size:36px;margin-bottom:18px}.entry-card>p{font-size:14px;color:var(--muted);margin-bottom:27px}.entry-card .notice{background:#f3f6f7;padding:16px;margin-top:25px;color:var(--muted);font-size:12px;line-height:1.7;border-radius:6px}.entry-card>.micro{font-size:11px;margin:18px 0 0}.back-link{display:inline-block;color:var(--muted);font-size:12px;margin-top:25px}.status-icon{height:42px;width:42px;background:#eef4f4;color:var(--teal);border:1px solid #d4e6e1;border-radius:50%;display:grid;place-items:center;font-size:23px;margin-bottom:24px}.workspace{display:grid;grid-template-columns:240px minmax(0,1fr);flex:1}.sidebar{padding:32px 22px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column}.sidebar label{font-size:11px;color:var(--muted)}select,input{width:100%;padding:11px 12px;border:1px solid #cbd6dd;background:#fff;border-radius:6px;color:var(--ink);margin:7px 0 17px;min-height:44px}.sidebar nav{display:grid;gap:5px;margin-top:7px}.nav-item{text-align:left;border:0;background:none;padding:12px 11px;border-radius:5px;font-size:12px}.nav-item.active{background:#eaf4f1;color:#006253;font-weight:650}.sidebar-foot{font-size:10px;color:var(--muted);line-height:1.8;margin-top:auto;padding-top:40px;overflow-wrap:anywhere}.workspace-main{padding:34px 4%;max-width:1400px;width:100%}.workspace-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.workspace-heading .eyebrow{margin-bottom:10px}.workspace-heading h1{font-size:30px}.runtime-note{display:flex;gap:12px;margin:24px 0;padding:15px 18px;border:1px solid #e0dfcf;background:#fffef8;border-radius:7px;align-items:center}.amber{background:#ac7728}.runtime-note strong{font-size:12px;display:block}.runtime-note span:not(.dot){font-size:12px;color:var(--muted);display:block;margin-top:4px}.section-intro{color:var(--muted);font-size:13px;margin:16px 0}.records{display:grid;gap:10px}.record{background:white;border:1px solid var(--line);padding:17px 18px;display:flex;justify-content:space-between;align-items:center;gap:15px;border-radius:7px}.record strong{font-size:14px;overflow-wrap:anywhere}.record small{display:block;color:var(--muted);font-size:11px;margin-top:6px}.record-actions{display:flex;gap:8px;flex:none}.record .button{font-size:11px;min-height:36px;padding:8px 12px;gap:0}.empty{padding:35px;text-align:center;background:#fff;border:1px dashed #c9d6db;border-radius:8px;color:var(--muted);font-size:13px}.empty strong{display:block;color:var(--ink);font-size:16px;margin-bottom:8px}.message{font-size:13px;color:var(--muted);margin:12px 0;overflow-wrap:anywhere}.message.error{color:#9c2c35}.account-chip{font-size:10px;padding:6px 10px;background:#edf5f2;border-radius:30px;color:var(--teal)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:7px;background:white}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:15px 18px;border-bottom:1px solid var(--line);font-size:12px}th{font-size:10px;color:var(--muted);background:#f9fbfb}td small{display:block;color:var(--muted);font-size:11px;margin-top:4px}tr:last-child td{border:0}dialog{width:min(480px,calc(100% - 32px));border:1px solid var(--line);padding:25px;border-radius:12px;color:var(--ink);max-height:90vh}dialog::backdrop{background:#0d233a80;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dialog-head h2{font-size:23px;letter-spacing:-.03em}.icon-button{background:transparent;border:0;padding:5px 10px;font-size:27px}form label{font-size:12px;font-weight:600}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.skip-link{position:absolute;left:10px;top:-60px;z-index:20;padding:12px;background:white}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}[hidden]{display:none!important}#challenge{min-height:70px;max-width:100%;overflow:hidden}@media(min-width:1450px){.landing{padding-top:100px;padding-bottom:60px}}@media(max-width:900px){.brand-note{display:none}.landing{gap:35px;padding-top:45px}.hero h1{font-size:43px}.lede{font-size:15px}.intent-card{padding:23px 23px 0}.pill{display:none}.hero .actions{align-items:flex-start;flex-direction:column;gap:9px}.workspace{grid-template-columns:200px minmax(0,1fr)}.workspace-heading{align-items:flex-start;flex-direction:column;gap:14px}}@media(max-width:640px){.site-header{height:70px;padding:0 22px}.landing{grid-template-columns:1fr;padding:38px 22px 28px;gap:30px}.hero h1{font-size:43px}.hero .actions{flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.hero .actions .text-link{font-size:12px}.intent-card{padding:24px 24px 0}.principles{grid-template-columns:1fr;gap:22px;padding-top:24px}.principles article+article{border:0;padding-left:0}.principles p{max-width:none}.site-footer{padding:18px 22px;gap:20px}.entry-card{padding:29px 23px}.entry-card h1{font-size:32px}.centered{padding:30px 18px}.workspace{display:block}.sidebar{padding:19px 22px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .eyebrow,.sidebar-foot{display:none}.sidebar nav{grid-template-columns:1fr 1fr;margin:0}.sidebar select{margin-bottom:8px}.workspace-main{padding:25px 22px}.workspace-heading h1{font-size:27px}.workspace-heading{flex-direction:row;align-items:center;gap:10px}.workspace-heading .button{font-size:11px;padding:10px}.workspace-heading .eyebrow{font-size:8px}.record{align-items:flex-start;flex-direction:column}.record-actions{width:100%;justify-content:flex-end}.account-chip{display:none}.header-right{gap:12px}.runtime-note{padding:13px}.runtime-note span:not(.dot){font-size:11px}.entry-card .actions{flex-wrap:wrap;gap:15px}}
/* Readable settings and secondary copy on small displays. */
.brand-note,.eyebrow,.card-caption,.pill,.journey span,.journey small,.card-foot,.principles article>span,.site-footer,.micro,.entry-card>.micro{font-size:12px}.intent-card p,.journey strong,.principles p,.entry-card .notice,.back-link{font-size:14px}.entry-card>p,.section-intro{font-size:16px}@media(max-width:640px){.workspace-heading .button,.hero .actions .text-link,.runtime-note span:not(.dot){font-size:14px}.workspace-heading .eyebrow{font-size:12px}.workspace-heading{flex-wrap:wrap}}
