.toggle-wrapper{--toggle-case-top: #d2cfc8;--toggle-case-bottom: #eeebe4;--toggle-highlight: rgb(255 255 255 / .65);--toggle-shadow: rgb(71 62 47 / .3);--toggle-grip-top: #f8f5ee;--toggle-grip-bottom: #bebbb4;display:inline-flex;justify-content:center;align-items:center;position:relative;flex:0 0 auto;box-sizing:border-box;width:3.25em;min-height:44px;border-radius:.5em;padding:.125em;background-image:linear-gradient(to bottom,var(--toggle-case-top),var(--toggle-case-bottom));box-shadow:0 1px 1px var(--toggle-highlight);font-size:24px;cursor:pointer;-webkit-tap-highlight-color:transparent}[data-theme=dark] .toggle-wrapper{--toggle-case-top: #202221;--toggle-case-bottom: #393c3a;--toggle-highlight: rgb(255 255 255 / .12);--toggle-shadow: rgb(0 0 0 / .5);--toggle-grip-top: #666964;--toggle-grip-bottom: #232523}.toggle-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;margin:0;border-radius:inherit;font:inherit;opacity:0;cursor:pointer}.toggle-container{display:flex;align-items:center;position:relative;flex:0 0 auto;width:3em;height:1.5em;border-radius:.375em;background-color:var(--surface, #e9e6df);box-shadow:inset 0 0 .0625em .125em var(--toggle-highlight),inset 0 .0625em .125em var(--toggle-shadow);transition:background-color .4s linear}.toggle-checkbox:checked+.toggle-container{background-color:var(--accent, #c28b30)}.toggle-checkbox:focus-visible+.toggle-container{outline:3px solid var(--focus-ring, #9b6a19);outline-offset:6px}.toggle-button{display:flex;justify-content:center;align-items:center;position:absolute;left:.0625em;width:1.375em;height:1.375em;border-radius:.3125em;background-color:var(--surface, #e9e6df);box-shadow:inset 0 -.0625em .0625em .125em #00000014,inset 0 -.125em .0625em #00000029,inset 0 .1875em .0625em var(--toggle-highlight),0 .125em .125em var(--toggle-shadow);transition:left .4s ease,background-color .4s linear}.toggle-checkbox:checked+.toggle-container>.toggle-button{left:1.5625em}.toggle-button-circles-container{display:grid;grid-template-columns:repeat(3,min-content);gap:.125em}.toggle-button-circle{width:.125em;height:.125em;border-radius:50%;background-image:radial-gradient(circle at 50% 0,var(--toggle-grip-top),var(--toggle-grip-bottom))}@media(prefers-reduced-motion:reduce){.toggle-container,.toggle-button{transition:none}}@media(forced-colors:active){.toggle-container,.toggle-button{outline:1px solid ButtonText}.toggle-checkbox:checked+.toggle-container{background-color:Highlight;forced-color-adjust:none}.toggle-checkbox:focus-visible+.toggle-container{outline-color:Highlight}}*{box-sizing:border-box;-webkit-user-select:none;user-select:none}:root{font-family:Lora,Palatino Linotype,Palatino,Georgia,serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--background: #e9e6df;--text-primary: #292b2a;--radius-panel: 32px;--radius-control: 14px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--transition: .24s ease}html{background:var(--background);color:var(--text-primary)}html[data-theme=dark]{--background: #292b2a;--text-primary: #e9e6df}body{margin:0;min-width:280px}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}a{color:inherit}p,h1,blockquote,figure{margin:0}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:6px}.site{min-height:100svh;display:flex;flex-direction:column;isolation:isolate;color:var(--text-primary);transition:color var(--transition)}.page-width{width:min(1200px,calc(100% - 112px));margin-inline:auto}.site-header,.composition,.site-footer{position:relative;z-index:1;pointer-events:none}.site-header{display:flex;align-items:center;justify-content:flex-end;gap:24px;padding-block:36px}.appearance-control{display:flex;gap:18px;align-items:center;pointer-events:auto}.mesh-instruction{pointer-events:auto}.composition{flex:1;display:grid;grid-template-columns:440px minmax(0,1fr);gap:clamp(64px,7.2vw,104px);align-content:center;align-items:stretch;padding-block:56px 72px}.composition:focus{outline:none}.profile-panel{pointer-events:auto;padding:40px;border:1px solid var(--surface-border);border-radius:var(--radius-panel);background:var(--surface);box-shadow:var(--panel-shadow);transition:background-color var(--transition),border-color var(--transition),box-shadow var(--transition)}.portrait-setting{width:100px;height:100px;padding:6px;border-radius:50%;box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light)}.portrait{width:88px;height:88px;border-radius:50%;overflow:hidden;box-shadow:1px 2px 4px var(--shadow-dark)}.portrait img{display:block;width:100%;height:100%;object-fit:cover}.portrait-fallback{display:grid;height:100%;place-items:center;font-size:28px;color:var(--text-primary);background:var(--surface)}.profile-identity{margin-top:32px}.profile-real-name{color:var(--text-secondary);font-size:16px;line-height:1.5;margin-bottom:8px}.profile-identity h1{font-size:clamp(36px,3.55vw,49px);font-weight:600;line-height:1.12;letter-spacing:-.015em;overflow-wrap:anywhere}.name-period{color:var(--text-secondary)}.profile-tagline{color:var(--text-secondary);font-size:16px;line-height:1.6;margin-top:20px}.panel-divider{height:2px;background:var(--divider);border-bottom:1px solid var(--shadow-light);margin-block:32px 24px}.profile-links{display:grid;gap:14px}.profile-link{display:flex;align-items:center;gap:16px;min-height:62px;padding:10px 16px;border:1px solid var(--surface-border);border-radius:var(--radius-control);text-decoration:none;background:var(--surface);box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light);transition:box-shadow var(--transition),background-color var(--transition),transform var(--transition)}.profile-link-icon{display:flex;color:var(--text-body)}.profile-link-label{font-size:16px;line-height:1.5;font-weight:500}.profile-link-arrow{margin-left:auto;color:var(--text-secondary);transition:transform var(--transition)}.profile-link:active{box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light);transform:translateY(1px)}.thought-space{display:flex;align-items:flex-end;padding:0 12px 28px;min-width:0}.thought{max-width:350px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-body);pointer-events:auto}.thought-label{font-size:14px;line-height:1.5;color:var(--text-secondary);margin-bottom:18px}.thought blockquote{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:clamp(25px,2.25vw,32px);line-height:1.42;letter-spacing:-.5px;text-wrap:pretty}.thought figcaption{font-size:14px;line-height:1.6;color:var(--text-secondary);margin-top:22px}.site-footer{display:flex;justify-content:flex-end;align-items:center;gap:24px;padding-block:20px 32px;font-size:14px;line-height:1.5;color:var(--text-secondary)}.mesh-instruction{display:flex;align-items:center;gap:10px}.site:has(.physics-background[data-interactive=false]) .mesh-instruction{display:none}.skip-link{position:fixed;z-index:10;top:12px;left:12px;padding:12px 20px;background:var(--surface);border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}@media(hover:hover)and (pointer:fine){.profile-link:hover{background:var(--button-hover);transform:translateY(-1px)}.profile-link:hover .profile-link-arrow{transform:translate(2px,-2px)}}@media(max-width:959px){.page-width{width:min(560px,calc(100% - 64px))}.site-header{padding-block:28px}.composition{grid-template-columns:minmax(0,1fr);gap:56px;padding-block:32px 40px}.profile-identity h1{font-size:48px}.thought-space{padding:0 24px}.thought{max-width:410px}.thought blockquote{font-size:27px}.site-footer{padding-block:24px 32px}.mesh-instruction{display:none}}@media(max-width:479px){.page-width{width:calc(100% - 40px)}.site-header{padding-top:max(20px,env(safe-area-inset-top));padding-bottom:20px;gap:16px}.composition{padding-block:24px 32px;gap:40px}.profile-panel{padding:28px 24px;border-radius:26px}.portrait-setting{width:88px;height:88px}.portrait{width:76px;height:76px}.profile-identity{margin-top:28px}.profile-identity h1{font-size:clamp(32px,10.2vw,44px)}.profile-tagline{margin-top:16px}.panel-divider{margin-block:28px 22px}.profile-link{min-height:58px;gap:12px;padding-inline:14px}.thought-space{padding-inline:14px}.thought blockquote{font-size:25px}.thought-label{margin-bottom:14px}.thought figcaption{margin-top:18px}.site-footer{padding-bottom:max(28px,env(safe-area-inset-bottom))}}@media(pointer:coarse),(prefers-reduced-motion:reduce){.mesh-instruction{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(forced-colors:active){.profile-panel,.profile-link,.portrait-setting{border:1px solid CanvasText}.physics-background{display:none}}
