:root{--background:#fff;--foreground:#171717;--muted:#6b6b6b;--accent:#b5560f;--cell-background:#f5ead9;--cell-border:#e0cfae;--panel-border:#e5e5e5}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#9b9b9b;--accent:#e08a3e;--cell-background:#262019;--cell-border:#3a3024;--panel-border:#2a2a2a}}body,html{max-width:100vw;overflow-x:clip}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.page{max-width:56rem;margin:0 auto;padding:2rem 1.5rem 4rem}.title{font-size:1.5rem;margin-bottom:1.25rem}.game-header{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:var(--background)}.primary-guess-row{display:flex;align-items:flex-end;gap:.6rem;margin-bottom:1rem}.primary-guess-row>div{flex:1 1}.hud{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--panel-border);flex-wrap:wrap}.hud-stats{display:flex;gap:2rem}.hud-stat{display:flex;flex-direction:column;gap:.15rem}.hud-stat--end{align-items:flex-end}.hud-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.hud-value{font-size:1.5rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.give-up{border:none;background:none;padding:0;font-size:.85rem;color:var(--accent);text-decoration:underline;cursor:pointer}.give-up:disabled{color:var(--muted);text-decoration:none;cursor:default}.round-over{font-size:.85rem;color:var(--muted)}.guess-panel{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.field-label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.35rem}.primary-input{width:100%;font-size:1.1rem;padding:.6rem .75rem;border:2px solid var(--panel-border);border-radius:.4rem;background:var(--background);color:var(--foreground)}.primary-input:focus{outline:none;border-color:var(--accent)}.primary-button{font-size:.95rem;padding:.6rem 1rem;border:2px solid var(--panel-border);border-radius:.4rem;background:var(--background);color:var(--foreground);cursor:pointer;white-space:nowrap}.primary-button:disabled{color:var(--muted);cursor:default}.title-solved{font-size:.85rem;color:var(--accent);white-space:nowrap;padding-bottom:.6rem}.secondary-guess{display:flex;align-items:flex-end;gap:.6rem;flex:1 1 16rem}.secondary-guess>div{flex:1 1}.secondary-guess input{width:100%;font-size:.95rem;padding:.45rem .65rem;border:1px solid var(--panel-border);border-radius:.4rem;background:var(--background);color:var(--foreground)}.secondary-guess input:focus{outline:none;border-color:var(--accent)}@keyframes shake{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-4px)}40%,60%{transform:translateX(4px)}}.shake{animation:shake .4s}.title-guess-field{position:relative}.title-suggestions{position:absolute;top:100%;left:0;right:0;z-index:5;margin-top:.25rem;list-style:none;background:var(--background);border:1px solid var(--panel-border);border-radius:.4rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.15);max-height:14rem;overflow-y:auto}.title-suggestions li+li{border-top:1px solid var(--panel-border)}.title-suggestions button{display:block;width:100%;padding:.5rem .65rem;border:none;background:none;text-align:left;font-size:.9rem;color:var(--foreground);cursor:pointer}.title-suggestions button:focus,.title-suggestions button:hover{background:var(--cell-background);outline:none}.word-grid{display:grid;border-top:1px solid var(--cell-border);border-left:1px solid var(--cell-border);border-radius:.4rem;overflow:hidden}.word-cell{min-height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--cell-background);font-size:.9rem;border-right:1px solid var(--cell-border);border-bottom:1px solid var(--cell-border)}.page--dimmed{opacity:.35;pointer-events:none;filter:blur(1px)}.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(0,0,0,.55);z-index:10}.modal{position:relative;width:100%;max-width:26rem;padding:1.75rem;background:var(--background);color:var(--foreground);border:1px solid var(--panel-border);border-radius:.6rem;box-shadow:0 1rem 3rem rgba(0,0,0,.35)}.modal-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border:none;background:none;color:var(--muted);font-size:1.25rem;line-height:1;cursor:pointer}.modal-close:hover{color:var(--foreground)}.modal-title{font-size:1.25rem;margin-bottom:.75rem;padding-right:1.5rem}.modal-body{color:var(--muted);line-height:1.5;margin-bottom:1.5rem}.modal-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:1.25rem}.text-button{border:none;background:none;padding:0;font-size:.95rem;color:var(--muted);text-decoration:underline;cursor:pointer}.site-nav{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;border-bottom:1px solid var(--panel-border)}.site-nav a{font-size:.95rem;font-weight:600;text-decoration:underline}.site-nav a:hover{color:var(--accent)}.project-list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.project-card{padding:1.25rem 1.5rem;border:1px solid var(--panel-border);border-radius:.4rem}.project-card a{font-size:1.15rem;font-weight:700;color:var(--accent);text-decoration:underline}.project-card p{margin-top:.4rem;color:var(--muted)}.site-footer{margin-top:2rem;padding:1.5rem;border-top:1px solid var(--panel-border);color:var(--muted);font-size:.85rem;text-align:center}.game-credit{color:var(--muted);margin-bottom:1rem}.unity-embed{position:relative;width:960px;max-width:100%;background:#231f20}.unity-embed .logo,.unity-embed .progress{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.unity-embed .logo{background:url(/games/abyss-knight/TemplateData/progressLogo.Dark.png) no-repeat 50%/contain;width:154px;height:130px}.unity-embed .progress{height:18px;width:141px;margin-top:90px}.unity-embed .progress .empty{background:url(/games/abyss-knight/TemplateData/progressEmpty.Dark.png) no-repeat 100%/cover;float:right;width:100%;height:100%;display:inline-block}.unity-embed .progress .full{background:url(/games/abyss-knight/TemplateData/progressFull.Dark.png) no-repeat 0/cover;float:left;width:0;height:100%;display:inline-block}.cv-header{margin-bottom:2rem}.cv-subtitle{font-size:1.1rem;color:var(--muted);margin-top:.25rem}.cv-contact{margin-top:.5rem;font-size:.9rem;color:var(--muted)}.cv-contact a{color:var(--accent);text-decoration:underline}.cv-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--panel-border)}.cv-section:last-child{border-bottom:none}.cv-section>h2{font-size:1.2rem;margin-bottom:1rem}.cv-section p{margin-bottom:.75rem;line-height:1.5}.cv-section ul{list-style:disc;padding-left:1.25rem;margin-bottom:.75rem}.cv-section li{margin-bottom:.35rem;line-height:1.5}.cv-skill{margin-bottom:1.5rem}.cv-skill:last-child{margin-bottom:0}.cv-skill h3{font-size:1rem;margin-bottom:.5rem}.cv-entry{margin-bottom:1.5rem}.cv-entry:last-child{margin-bottom:0}.cv-entry-header h3{font-size:1.05rem}.cv-role-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.cv-role{font-weight:600}.cv-dates{font-size:.85rem;color:var(--muted);white-space:nowrap}.cv-modules{font-size:.9rem;color:var(--muted)}