@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Montserrat:wght@400;500;600;700&display=swap";:root{--color-bg: #ffffff;--color-ink: #1a1a1a;--color-body: #555555;--color-link: #c2578f;--color-border: #e3e3e3;--font-display: "Fraunces", Georgia, serif;--font-main: "Montserrat", sans-serif;--spacing-unit: 1rem;--top-bar-height: 60px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-ink);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center;min-height:100vh}#root{width:100%;max-width:1000px;padding:calc(var(--top-bar-height) + 3.5rem) 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}p{font-size:.95rem;color:var(--color-body)}a{text-decoration:none;color:var(--color-link)}.floating-bar{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:.25rem;padding:.35rem;max-width:calc(100vw - 2rem);background:#fff;border-radius:999px;box-shadow:0 1px 2px #0000000f,0 8px 24px #0000001f}.floating-bar-btn{padding:.45rem .95rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--color-ink);white-space:nowrap;transition:background-color .15s ease,color .15s ease}.floating-bar-btn:hover{background:#f2f2f2}.floating-bar-btn.active{background:#c2578f24;color:var(--color-link)}.container{display:flex;flex-direction:column;width:100%;position:relative;z-index:1}.home-block,.hero{scroll-margin-top:calc(var(--top-bar-height) + 1.5rem)}.home-block{width:100%}.home-block+.home-block{margin-top:2.5rem}.placeholder{font-size:.9rem;font-style:italic;color:var(--color-body)}.hero{display:flex;flex-direction:row;align-items:center;width:100%;gap:3rem;margin-bottom:5rem}.profile-img{display:block;flex-shrink:0;width:280px;height:280px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a}.hero-info{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hello{font-size:1rem;font-weight:600;color:var(--color-link);margin-bottom:.25rem}.name{font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem;color:var(--color-ink)}.bio{font-size:.95rem;max-width:520px;margin-bottom:.25rem;font-weight:500;color:var(--color-body)}.email{font-size:.9rem;color:var(--color-body);margin-bottom:1.75rem}.email a{color:var(--color-link);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.links-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.link-btn{background:#fff;border:1px solid var(--color-border);color:var(--color-ink);font-family:var(--font-main);font-weight:600;font-size:.875rem;padding:.55rem 1.4rem;border-radius:999px;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;box-shadow:0 2px 8px #0000000f}.link-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.link-btn:active{transform:translateY(0)}.link-icon{flex-shrink:0}.news-section{width:100%;background-color:#fff;border:1px solid var(--color-border);border-radius:22px;padding:2.25rem 2.5rem 1.9rem;box-shadow:0 4px 16px #0000000d}.news-title{font-size:1.75rem;font-weight:700;color:var(--color-ink);margin-bottom:1rem;display:inline-block}.news-list{list-style:none}.news-item{display:flex;gap:1.25rem;padding-bottom:.55em}.news-date{flex:0 0 7.5rem;font-size:.9rem;font-weight:600;color:var(--color-link);font-variant-numeric:tabular-nums}.news-text{font-size:.9rem;color:var(--color-ink)}.news-text a{font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.page{width:100%}.page-title{font-size:1.75rem;font-weight:700;color:var(--color-ink);margin-bottom:.35rem}.page-intro{margin-bottom:2rem}.shelf-group+.shelf-group{margin-top:3rem}.shelf-year{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-link);margin-bottom:1rem}.shelf-group{--row-h: 300px;--plank-h: 14px;--book-h: 240px;--wall-w: 12px;--depth: 64px;--wood-h: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='48'%3E%3Cfilter id='w' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.006 0.16' numOctaves='4' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncG type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncB type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncA type='linear' slope='0' intercept='1'/%3E%3C/feComponentTransfer%3E%3CfeBlend in2='SourceGraphic' mode='multiply'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' fill='%23e8d4b6' filter='url(%23w)'/%3E%3C/svg%3E");--wood-v: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='480'%3E%3Cfilter id='w' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.16 0.006' numOctaves='4' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncG type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncB type='linear' slope='1.5' intercept='0.2'/%3E%3CfeFuncA type='linear' slope='0' intercept='1'/%3E%3C/feComponentTransfer%3E%3CfeBlend in2='SourceGraphic' mode='multiply'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' fill='%23e8d4b6' filter='url(%23w)'/%3E%3C/svg%3E")}.bookcase{position:relative;border-radius:4px;box-shadow:0 14px 36px #00000024}.case-frame,.case-books{perspective:2000px;perspective-origin:50% -10%}.case-frame{position:absolute;top:0;right:0;bottom:0;left:0}.case-books{position:relative;padding-top:var(--plank-h)}.frame-row{position:relative;height:var(--row-h);transform-style:preserve-3d}.case-back{position:absolute;top:var(--plank-h);bottom:0;left:var(--wall-w);right:var(--wall-w);transform:translateZ(calc(-1 * var(--depth)));background-image:linear-gradient(to bottom,#0003,#0000 48px),linear-gradient(to right,#0000002e,#0000 10%,#0000 90%,#0000002e),linear-gradient(#ffffffb8,#ffffffb8),var(--wood-v);background-size:auto,auto,auto,96px 960px}.case-wall{position:absolute;top:var(--plank-h);bottom:0;width:var(--wall-w);transform-style:preserve-3d;background-image:linear-gradient(to right,#ffffff59,#0000001f),var(--wood-v);background-size:auto,96px 960px}.case-wall-left{left:0;border-radius:0 0 0 4px}.case-wall-right{right:0;border-radius:0 0 4px}.case-wall:after{content:"";position:absolute;top:0;bottom:0;width:var(--depth);background-size:auto,96px 960px}.case-wall-left:after{left:100%;transform-origin:left center;transform:rotateY(90deg);background-image:linear-gradient(to right,#0000000d,#0000004d),var(--wood-v)}.case-wall-right:after{right:100%;transform-origin:right center;transform:rotateY(-90deg);background-image:linear-gradient(to left,#0000000d,#0000004d),var(--wood-v)}.shelf-row{position:relative;height:var(--row-h);transform-style:preserve-3d;pointer-events:none}.book{pointer-events:auto}.shelf-books{position:absolute;top:0;left:var(--wall-w);right:var(--wall-w);height:calc(var(--row-h) - var(--plank-h));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 1.25rem;transform-style:preserve-3d;transform:translateZ(calc(var(--depth) * -.45))}.plank{position:absolute;left:var(--wall-w);right:var(--wall-w);bottom:0;height:var(--plank-h);transform-style:preserve-3d;background-image:linear-gradient(to bottom,#ffffff8c,#fff3 3px,#0000 4px,#0000 calc(100% - 3px),#00000040),var(--wood-h);background-size:auto,960px 96px}.plank-top{position:absolute;top:0;left:0;right:0;height:var(--depth);transform-origin:top center;transform:rotateX(-90deg);background-image:linear-gradient(to bottom,#ffffff73,#0003),var(--wood-h);background-size:auto,960px 96px}.case-top{position:relative;left:auto;right:auto;bottom:auto;border-radius:4px 4px 0 0}.book{display:flex;align-items:flex-end;justify-content:center;height:100%;margin:0;transform-style:preserve-3d;text-decoration:none;color:inherit;cursor:pointer}.book-cover{position:relative;display:block;height:var(--book-h);max-width:100%;border-radius:2px 5px 5px 2px;transform-origin:bottom center;transition:transform .35s cubic-bezier(.22,1,.36,1)}.book-cover img{display:block;height:100%;width:auto;max-width:100%;object-fit:cover;border-radius:inherit;box-shadow:6px 8px 18px #00000047,0 1px 2px #00000026;transition:box-shadow .35s cubic-bezier(.22,1,.36,1)}.book-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(to right,rgba(0,0,0,.22) 0,rgba(255,255,255,.2) 5px,rgba(0,0,0,.08) 9px,transparent 16px);pointer-events:none}.book:hover .book-cover{transform:translateY(-14px) translateZ(24px) rotate(-3deg)}.book:hover .book-cover img{box-shadow:10px 16px 28px #00000052,0 1px 2px #00000026}@media (prefers-reduced-motion: reduce){.book-cover,.book-cover img{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tutorial-list{display:flex;flex-direction:column;gap:1.25rem}.tutorial-card{display:flex;align-items:center;gap:1.5rem;background-color:#fff;border:1px solid var(--color-border);border-radius:22px;padding:1.25rem 1.5rem;box-shadow:0 4px 16px #0000000d;color:inherit;transition:transform .2s ease,box-shadow .2s ease}a.tutorial-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000017}.tutorial-cover{flex:0 0 150px;width:150px;height:100px;object-fit:cover;border-radius:12px}.tutorial-title{font-size:1.1rem;font-weight:700;color:var(--color-ink);margin-bottom:.35rem}.tutorial-desc{font-size:.9rem;color:var(--color-body)}.back-link{display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.tutorial-hero{display:block;width:100%;max-height:340px;object-fit:cover;border-radius:22px;border:1px solid var(--color-border);margin-bottom:1.5rem}.tutorial-content{font-size:.95rem;line-height:1.7;color:var(--color-ink)}.tutorial-content p+p{margin-top:1rem}.footer{font-size:.75rem;color:#888;text-align:center;margin-top:4rem;font-weight:500}.footer p{font-size:.75rem;color:#888}@media (max-width: 720px){.floating-bar-btn{padding:.4rem .7rem;font-size:.8rem}.hero{flex-direction:column;gap:2rem}.profile-img{width:180px;height:180px}.name{font-size:2.25rem}.news-section{padding:1.75rem 1.5rem 1.5rem}.tutorial-card{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.tutorial-cover{flex:none;width:100%;height:160px}.shelf-group{--book-h: clamp(95px, 24vw, 160px);--row-h: calc(var(--book-h) + 40px);--plank-h: 10px;--wall-w: 8px;--depth: 36px}.shelf-books{padding:0 .5rem}.news-item{gap:1.25rem}}
