:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f0e6;--card:#fff;--text:#1c2738;--primary:#9e1b1b;--accent:#e03e00;--accent-soft:#e03e001f;--secondary:#172033;--muted:#6b7280;--danger:#dc2626}*{box-sizing:border-box}body{background:radial-gradient(circle at 12% 20%,#1e293b14,transparent 34%),radial-gradient(circle at 88% 80%,#9e1b1b0f,transparent 28%),repeating-linear-gradient(18deg,#fff3 0,#fff3 1px,transparent 1px,transparent 3px),var(--bg);color:var(--text);margin:0;font-family:Georgia,Cambria,Times New Roman,Times,serif}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:1.5rem}.grid{gap:1rem;display:grid}.card{background:radial-gradient(circle at 95% 10%,#9e1b1b08,transparent 35%),radial-gradient(circle at 2% 95%,#1e293b0a,transparent 30%),var(--card);border:1px solid #1c273814;border-radius:12px;padding:1.25rem;box-shadow:0 18px 30px #11182712}.flex{gap:.75rem;display:flex}.button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.65rem 1rem;font-weight:600;transition:transform .15s,box-shadow .15s}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #9e1b1b40}.button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.button-secondary{background:#666}.button-secondary:hover{box-shadow:0 6px 18px #00000026}.button-danger{background:var(--danger)}.button-danger:hover{box-shadow:0 6px 18px #dc262640}.button-outline-danger{border:1.5px solid var(--danger);color:var(--danger);background:#fff}.button-outline-danger:hover{box-shadow:none;background:#fef2f2;transform:none}.badge{color:var(--secondary);background:#f8f6ef;border:1px solid #17203326;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.75rem}.table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title{margin:0}.meta{color:var(--muted);font-size:.9rem}.hero{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center;gap:2rem;display:grid}.hero-image{position:relative}.hero img{width:100%;height:auto}.landing-page{gap:2.25rem;margin-top:1.5rem;margin-bottom:1rem}.site-header{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f7f4ebf2;border-bottom:1px solid #1720331f;position:sticky;top:0}.site-header-inner{justify-content:flex-end;align-items:center;gap:.75rem;min-height:150px;display:flex}.site-brand{align-items:flex-end;gap:.7rem;display:flex;position:absolute;bottom:0;left:0}.site-brand-image{object-fit:contain;object-position:left bottom;width:auto;height:150px;display:block}.nav-cluster{flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.nav-divider{background:#0000002e;flex-shrink:0;width:1px;height:32px;margin:0 .25rem}.nav-user-cluster{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.nav-user-icon{object-fit:contain;width:36px;height:36px;color:var(--secondary);background:#f8f6ef;border:1px solid #17203326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.nav-user-icon--placeholder{font-size:1.25rem;line-height:1}.nav-user-meta{flex-direction:column;align-items:flex-start;gap:.2rem;line-height:1;display:flex}.nav-user-name{color:var(--secondary);white-space:nowrap;font-size:.82rem;font-weight:600;text-decoration:none}.nav-user-name.active,.nav-user-name:hover{color:var(--primary)}.nav-user-cluster .nav-signout{padding:.25rem .7rem;font-size:.75rem}.nav-signin{background:var(--secondary);color:#fff;white-space:nowrap;border-radius:999px;padding:.45rem .95rem;font-size:.85rem;font-weight:600}.nav-pill,.mobile-nav-pill{color:#2f3b4f;background:#f8f6ef;border:1px solid #1720331f;border-radius:999px;padding:.45rem .8rem;font-size:.86rem;font-weight:600}.nav-pill.active,.mobile-nav-pill.active{color:var(--primary);background:#9e1b1b0f;border-color:#9e1b1b4d}.nav-signout,.mobile-signout{background:var(--secondary);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:.45rem .85rem;font-weight:600}.mobile-nav{background:#f7f4ebfa;border-top:1px solid #17203326;gap:.65rem;padding:1rem}.hero-shell{background:#ffffff59;border-radius:24px;padding:1.5rem}.hero-copy{max-width:560px}.hero-eyebrow{letter-spacing:.04em;color:#2b3444;align-items:center;gap:.5rem;margin:0 0 .8rem;font-weight:700;display:inline-flex}.hero-eyebrow:before{content:"◯";color:var(--primary);font-size:1.1rem}.hero-title-accent{color:var(--primary)}.hero-divider{align-items:center;gap:.7rem;max-width:48ch;margin:0 0 1.2rem;display:flex}.hero-divider-line{flex:1;height:1px}.hero-divider-line--red{background:var(--primary)}.hero-divider-line--navy{background:linear-gradient(to right,var(--secondary)0,var(--secondary)30%,transparent 100%)}.hero-divider-icon{color:var(--primary);font-size:.95rem;line-height:1}.hero-title{letter-spacing:-.02em;margin:0 0 .95rem;font-size:clamp(2.3rem,5vw,4.4rem);font-weight:600;line-height:1.03}.hero-description{max-width:48ch;margin-bottom:1.2rem;font-size:1.03rem}.hero-actions{flex-wrap:wrap;gap:.8rem;display:flex}.hero-btn{color:#fff;border-radius:12px;padding:.8rem 1.2rem;font-weight:700;box-shadow:0 8px 18px #0f172a33}.hero-btn-primary{background:linear-gradient(135deg,#b92424,#8d1616)}.hero-btn-secondary{background:linear-gradient(135deg,#28364f,#111b2d)}.hero-image-shell:before{content:"";filter:blur(8px);z-index:0;background:radial-gradient(circle at 72% 32%,#1520322e,#0000 60%);position:absolute;inset:-16px}.hero-image-link{cursor:pointer;z-index:1;border-radius:28px;display:block;position:relative;overflow:hidden}.hero-image-main{object-fit:cover;border-radius:28px;width:100%;min-height:430px;display:block;box-shadow:0 18px 34px #090e183d}.brush-mask-wide{border-radius:28px;box-shadow:0 18px 34px #090e183d}@supports ((-webkit-mask-image:url('/images/site/brush-mask-wide.png')) or (mask-image:url('/images/site/brush-mask-wide.png'))){.brush-mask-wide{box-shadow:none;-webkit-mask-mode:luminance;border-radius:0;-webkit-mask-image:url(/images/site/brush-mask-wide.png);mask-image:url(/images/site/brush-mask-wide.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-source-type:luminance;mask-mode:luminance}}.hero-feature-badge{color:#f7f7f6;background:#121827c7;border-radius:999px;padding:.32rem .65rem;font-size:.74rem;font-weight:600;position:absolute;top:14px;left:14px}.hero-feature-overlay{color:#fff;z-index:1;background:linear-gradient(#0000,#080c15db);padding:2.2rem 6.7rem 1rem;position:absolute;inset:auto 0 0}.hero-caption-brush:before{content:"";opacity:.94;z-index:0;pointer-events:none;background-image:url(/images/site/black-brush-stroke.png);background-position:bottom;background-repeat:no-repeat;background-size:100% 100%;height:clamp(110px,23%,150px);position:absolute;inset:auto 0 -10px}.hero-caption-brush>*{z-index:1;position:relative}.hero-image-link--placeholder{overflow:visible}.hero-caption-brush--offset{background:0 0;transform:translate(-75px,25px)}.hero-feature-label{text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.hero-feature-name{font-size:1rem;font-weight:700}.hero-feature-name:after{content:"";background:linear-gradient(to right,var(--primary)0,var(--primary)20px,transparent 80px);width:80px;height:2px;margin-top:.45rem;display:block}.hero-feature-location{opacity:.9;margin-top:.15rem;font-size:.72rem}.new-feature-card{background:linear-gradient(135deg,#f9f4e8,#f5efe1);border:1px solid #6b4a1e33;border-radius:14px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:0 2px 8px #6b4a1e17}.new-feature-content{flex:1;min-width:260px}.new-feature-badge{color:#fdf6e3;letter-spacing:.03em;background:#6b4a1e;border-radius:9999px;margin-bottom:.4rem;padding:.15rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.new-feature-title{color:#3d2a11;margin:0;font-size:1rem;font-weight:600}.new-feature-description{color:#5a4423;margin:.25rem 0 0;font-size:.88rem}.new-feature-actions{align-items:center;gap:.5rem;display:flex}.new-feature-cta{color:#fff;white-space:nowrap;background:#6b4a1e;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.new-feature-dismiss{color:#6b4a1e;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;padding:.25rem .4rem;font-size:1.2rem;line-height:1;transition:opacity .15s}.new-feature-dismiss:hover,.new-feature-dismiss:focus-visible{opacity:1}.feature-grid{grid-template-columns:repeat(3,minmax(0,360px));justify-content:center;gap:1.2rem;max-width:1140px;margin-inline:auto}@media (max-width:800px){.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.hero{grid-template-columns:1fr;gap:1.2rem}.hero-copy{max-width:100%}.hero-image-shell{width:100%}.hero-caption-brush--offset{transform:translate(0)}.hero-feature-overlay{padding:1.4rem 1rem .8rem 6.5rem}.feature-grid{grid-template-columns:1fr;max-width:560px}.new-feature-content{min-width:0}.books-table-toolbar{flex-wrap:wrap;align-items:flex-start;gap:.75rem}.books-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.books-table{min-width:760px}.hero-feature-overlay{text-shadow:0 1px 2px #000000d9,0 0 6px #0000008c}}.feature-card{background-color:#0000;border:1px solid #18233514;border-radius:14px;gap:.75rem;min-height:260px;padding:160px 1.35rem 1.35rem;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f172a14}.feature-card:before{content:"";z-index:0;background:linear-gradient(#f9f6eedb 0%,#f9f6eee6 40%,#f9f6eef0 100%);position:absolute;inset:0}.feature-card-image{object-fit:cover;object-position:center top;z-index:0;width:100%;height:100%;position:absolute;inset:0}.feature-card>:not(.feature-card-image){z-index:1;position:relative}.feature-card-title{color:#2b2330;margin:0;font-size:1.65rem;font-weight:500;line-height:1.15}.feature-card .meta{color:#4b4352}.feature-link{color:var(--primary);margin-top:.5rem;font-weight:700}.feature-link:after{content:" →"}.site-footer{margin-top:3.2rem}.site-footer-inkband{color:#f5efe3f0;background:radial-gradient(circle at 18% 76%,#b0895824,#0000 45%),radial-gradient(circle at 80% 24%,#a57c481a,#0000 30%),linear-gradient(160deg,#0f1828,#08111f 56%,#121d2f);padding-top:10px}@supports ((-webkit-mask-image:url('/images/site/brush-mask-footer.png')) or (mask-image:url('/images/site/brush-mask-footer.png'))){.site-footer-inkband{-webkit-mask-mode:luminance,luminance;-webkit-mask-image:url(/images/site/brush-mask-footer.png),linear-gradient(#0000 60px,#fff 60px);mask-image:url(/images/site/brush-mask-footer.png),linear-gradient(#0000 60px,#fff 60px);-webkit-mask-position:top,top;mask-position:top,top;-webkit-mask-size:100% 60px,100% 100%;mask-size:100% 60px,100% 100%;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-source-type:luminance,luminance;mask-mode:luminance,luminance}}.footer-grid{grid-template-columns:1.3fr 1fr auto 1fr;align-items:center;gap:1.2rem;min-height:160px;display:grid}.footer-mark{align-items:center;gap:.9rem;display:flex}.footer-emblem{object-fit:contain;width:80px;height:80px}.footer-divider{background:#ab9a84;width:1px;height:80px}.footer-kanji{object-fit:contain;width:auto;height:auto;max-height:80px}.footer-links-cluster{gap:.42rem;font-size:1.03rem;display:grid}.footer-links-cluster:has(+.footer-divider){justify-self:end}.footer-links-cluster a{color:#f5efe3f0}.site-footer-mobile,.site-footer-mobile-meta,.site-footer-mobile-brand{display:none}.language-selector{cursor:pointer;background:#f8f6ef;border:1px solid #17203326;border-radius:999px;align-items:center;gap:.25rem;padding:.35rem .6rem;font-size:1.1rem;display:flex}.language-code{color:#4b5563;font-size:.75rem;font-weight:700}.input,textarea,select{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.75rem;font-size:1rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.learn-section{flex-direction:column;gap:1rem;display:flex}.learn-section h2{margin-bottom:0}.learn-section .learn-bottom-row{align-items:flex-start;gap:1.25rem;display:flex}.learn-section .learn-bottom-row img{flex-shrink:0}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;min-width:44px;min-height:44px;padding:.5rem;display:none}.mobile-nav{display:none}.book-header{flex-direction:column;gap:.75rem;display:flex}.book-header-title{margin:0;font-size:2rem;font-weight:700}.book-header-hero{background:var(--secondary);color:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:flex}.book-header-row{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;display:flex}.book-header-covers{flex-shrink:0;gap:1rem;display:flex}.book-header-details{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}.book-header-actions{justify-content:flex-end;gap:.75rem;width:100%;display:flex}.stamp-entry{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.stamp-entry-title{color:inherit;font-size:1.35rem;font-weight:600;text-decoration:none}.stamp-entry-title:hover{text-decoration:underline}.stamp-entry-hero{background:var(--secondary);color:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;display:flex}.stamp-entry-location{flex-shrink:1}.stamp-entry-date{white-space:nowrap;flex-shrink:0}.stamp-entry-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.stamp-entry-content{flex:1;min-width:200px}.stamp-entry-image{object-fit:cover;border:1px solid #ddd;border-radius:4px;flex-shrink:0;width:120px;height:180px}.stamp-entry-image-placeholder{color:#999;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:180px;font-size:.875rem;display:flex}.stamp-entry-actions{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.stamp-entry-notes{color:#444;white-space:pre-wrap;max-height:150px;margin:0;overflow-y:auto}@media (max-width:600px){.site-header-inner{min-height:96px}.site-brand-image{height:96px}.landing-page{gap:1.2rem;margin-top:.8rem}.hero-shell{border-radius:18px;padding:1rem}.hero-title{font-size:clamp(1.9rem,8.8vw,2.7rem)}.hero-image-main{min-height:280px}.brush-mask-wide{border-radius:18px;box-shadow:0 14px 24px #090e1838;-webkit-mask-image:none;mask-image:none}.hero-actions{width:100%}.hero-btn{text-align:center;flex:1}.feature-card-title{color:#1a1320;font-size:1.35rem;font-weight:700}.feature-card .meta{color:#2c2538;font-weight:500}.book-header-row,.book-header-covers{justify-content:center}.book-header-details{text-align:center}.book-header-actions{flex-wrap:wrap;justify-content:center}.book-header-actions .button{flex:1;min-width:100px}.learn-section .learn-bottom-row{flex-direction:column}.learn-section .learn-bottom-row img{object-fit:cover;width:100%;height:auto;max-height:200px}.badge{padding:.5rem .75rem;font-size:.8rem}.button{padding:.75rem 1.25rem;font-size:1rem}.container,.card{padding:1rem}.section-header{flex-wrap:wrap;gap:.5rem}.table th,.table td{padding:.5rem;font-size:.875rem}.mobile-menu-btn{display:flex}.desktop-nav{display:none!important}.site-footer-inkband{display:none}.site-footer-mobile,.site-footer-mobile-meta,.site-footer-mobile-brand{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.site-footer-mobile-meta{font-size:.75rem}.site-footer-mobile-brand{margin-bottom:0}}
