:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Georgia,Times New Roman,serif;background:#0b0d10;color:#e6e9ef;min-height:100dvh}.page{max-width:980px;margin:0 auto;padding:0 16px 40px}.hdr{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0d10bf;border-bottom:1px solid #1e2633}.book-hdr{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px}.brand{display:flex;align-items:center;gap:10px}.book-logo{font-size:22px}.hdr h1{font-size:20px;letter-spacing:.4px;font-weight:700}.nav{display:flex;gap:18px;align-items:center}.nav a{color:#c7d2fe;text-decoration:none;font-size:14px;font-family:system-ui,sans-serif;opacity:.9;transition:opacity .15s}.nav a:hover{opacity:1;text-decoration:underline}.dot{width:10px;height:10px;background:#f43f5e;border-radius:9999px;display:inline-block;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero{padding:52px 20px 40px;text-align:center;background:radial-gradient(1200px 500px at 50% -10%,#1b2333 0%,transparent 65%)}.hero h3{font-size:clamp(18px,4vw,28px);font-style:italic;font-weight:400;color:#c7d2fe;margin-bottom:24px;letter-spacing:.3px}.search{display:flex;gap:8px;max-width:480px;margin:0 auto}.search input{flex:1;padding:11px 14px;border-radius:10px;border:1px solid #2d3748;background:#111827;color:#e5e7eb;font-size:14px;font-family:system-ui,sans-serif;outline:none;transition:border-color .2s}.search input:focus{border-color:#4f6af5}.search button{padding:11px 20px;border-radius:10px;border:1px solid #334155;background:#1e3a8a;color:#fff;font-size:14px;cursor:pointer;font-family:system-ui,sans-serif;transition:background .15s}.search button:hover{background:#2563eb}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{padding:6px 14px;border-radius:9999px;border:1px solid #374151;background:#111827;font-size:13px;color:#9ca3af;font-family:system-ui,sans-serif;cursor:pointer;transition:background .15s,color .15s}.chip:hover{background:#1e3a8a;color:#c7d2fe}.shelf{padding:32px 0 0}.shelf-title{font-size:16px;font-weight:700;letter-spacing:.5px;color:#9ca3af;text-transform:uppercase;margin-bottom:14px;font-family:system-ui,sans-serif;border-left:3px solid #4f6af5;padding-left:10px}.shelf-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.shelf-row::-webkit-scrollbar{height:4px}.shelf-row::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}.book-card{flex:0 0 130px;scroll-snap-align:start;cursor:pointer;transition:transform .18s}.book-card:hover{transform:translateY(-3px)}.cover{border-radius:8px;overflow:hidden;border:1px solid #1f2937;background:#111827;box-shadow:0 4px 14px #0006}.ratio-3-4{aspect-ratio:3/4}.meta{margin-top:7px}.meta b{display:block;font-size:12px;color:#e5e7eb;line-height:1.3;font-family:system-ui,sans-serif}.meta .author{font-size:11px;color:#6b7280;display:block;margin-top:2px}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.line-clamp-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.collections{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:12px}.collection{padding:16px;border-radius:12px;border:1px solid #1f2937;background:#111827;cursor:pointer;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none}.collection b{font-size:14px;font-family:system-ui,sans-serif}.collection p{font-size:12px;color:#6b7280;margin-top:4px;font-family:system-ui,sans-serif}.collection-secret:hover{border-color:#374151;background:#131d2e}.collection-secret:active{opacity:.9}.coll-emoji{font-size:20px;margin-bottom:6px}.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:28px 0 8px;font-size:13px;color:#374151;font-family:system-ui,sans-serif;border-top:1px solid #1a2030;margin-top:40px}.card{background:#111827;border:1px solid #1f2937;border-radius:16px;padding:16px;margin:12px 0;box-shadow:0 8px 30px #0003}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.space{justify-content:space-between}.inp{padding:10px 12px;border-radius:10px;border:1px solid #334155;background:#0b1220;color:#fff;font-family:system-ui,sans-serif;font-size:14px;outline:none;transition:border-color .2s;min-width:240px}.inp:focus{border-color:#4f6af5}.btn{padding:10px 16px;border-radius:12px;border:1px solid #334155;background:#2563eb;color:#fff;cursor:pointer;font-size:14px;font-family:system-ui,sans-serif;transition:filter .15s;white-space:nowrap}.btn:hover{filter:brightness(1.1)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.light{background:#0b1220;color:#cbd5e1}.pe-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.pe-card{width:100%;max-width:560px;max-height:90dvh;overflow-y:auto;background:#0f172a;border-color:#1f2937}.pe-btn{background:#0ea5e9;border-color:#0284c7;color:#fff}.pe-btn.light{background:#111827;border-color:#334155;color:#cbd5e1}.pe-input{background:#0b1220;border-color:#334155;color:#e5e7eb;width:100%}.pe-input::placeholder{color:#94a3b8}.pe-chatbox{border:1px solid #1f2937;border-radius:12px;padding:10px;height:340px;overflow-y:auto;background:#080c14;margin-bottom:6px}.pe-chatbox::-webkit-scrollbar{width:4px}.pe-chatbox::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.pe-bubbles{display:flex;flex-direction:column;gap:8px}.pe-bubble{max-width:80%;border:1px solid;border-radius:16px;padding:8px 12px;font-size:14px;font-family:system-ui,sans-serif}.pe-bubble-me{align-self:flex-end;background:#1e293b;border-color:#334155;color:#e5e7eb;border-bottom-right-radius:4px}.pe-bubble-other{align-self:flex-start;background:#0b1220;border-color:#1f2937;color:#e5e7eb;border-bottom-left-radius:4px}.pe-meta{font-size:11px;opacity:.55;margin-bottom:4px}.pe-time{font-size:10px;opacity:.5}.pe-sending{font-size:10px;opacity:.5;font-style:italic}.pe-text{line-height:1.5;word-break:break-word}.pe-text a{color:#7dd3fc}.pe-img-wrap{margin:4px 0}.pe-img{max-width:220px;max-height:280px;width:100%;border-radius:10px;object-fit:cover;cursor:zoom-in;border:1px solid #334155;transition:opacity .15s}.pe-img:hover{opacity:.9}.pe-img-preview{position:relative;display:inline-flex;margin:6px 0;border-radius:10px;overflow:hidden}.pe-img-preview img{max-width:140px;max-height:160px;border-radius:10px;object-fit:cover;border:1px solid #334155}.pe-img-cancel{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:9999px;background:#000000a6;border:none;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.input-bar{display:flex;gap:6px;align-items:flex-end;margin-top:8px}.pe-attach{font-size:18px;padding:10px 12px;border-radius:12px;flex-shrink:0}.pe-sep{display:flex;align-items:center;gap:8px;margin:6px 0;font-size:11px;color:#6b7280;font-family:system-ui,sans-serif}.pe-sep:before,.pe-sep:after{content:"";flex:1;height:1px;background:#1f2937}.pe-newmsg{margin:6px auto;padding:5px 14px;border-radius:9999px;background:#0ea5e9;color:#fff;width:max-content;font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:system-ui,sans-serif}.pe-newmsg:hover{filter:brightness(1.08)}.pe-count{font-size:11px;color:#64748b;text-align:right;margin-top:2px;font-family:system-ui,sans-serif}.pe-error{color:#fca5a5;font-size:13px;margin-top:8px;font-family:system-ui,sans-serif}.pe-link{background:transparent;border:none;color:#93c5fd;font-size:12px;padding:0;text-decoration:underline;cursor:pointer;font-family:system-ui,sans-serif}.pe-link:hover{color:#bfdbfe}.prose{line-height:1.75;font-size:15px;color:#d1d5db;padding:8px 0}.prose p{margin-bottom:12px}.prose h1,.prose h2,.prose h3{color:#e5e7eb;margin-bottom:8px}body.modal-open{overflow:hidden}body.modal-open,html.modal-open{overflow:hidden;touch-action:none}@media(max-width:480px){.book-hdr{padding:12px 14px}.hdr h1{font-size:17px}.nav a{font-size:13px}.nav{gap:12px}.hero{padding:36px 14px 28px}.pe-card{max-height:95dvh}.pe-chatbox{height:260px}.pe-img{max-width:170px;max-height:220px}}.surprise-wrap{display:flex;flex-direction:column}.surprise-title{font-family:Georgia,serif;font-size:18px;color:#e5e7eb;font-weight:400;margin:0}.surprise-sub{font-family:system-ui,sans-serif;font-size:13px;color:#94a3b8;margin:6px 0 0;line-height:1.5}.music-start{display:flex;flex-direction:column;align-items:center;padding:24px;cursor:pointer;border:1px dashed #334155;border-radius:14px;background:#080c14;transition:background .2s;margin:8px 0}.music-start:hover{background:#0b1220}.music-play-btn{width:64px;height:64px;border-radius:50%;background:#0ea5e9;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;padding-left:4px;box-shadow:0 0 0 8px #0ea5e926}.music-player{margin:8px 0}.music-note{background:#080c14;border:1px solid #1f2937;border-radius:12px;padding:12px 14px;margin-top:10px;font-family:Georgia,serif;font-size:13px;color:#c7d2fe;line-height:1.65;font-style:italic}.album-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:8px 0}.album-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;cursor:pointer;border:1px solid #1f2937}.album-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.album-thumb:hover img{transform:scale(1.04)}.album-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 50%);display:flex;align-items:flex-end;padding:8px;opacity:0;transition:opacity .2s}.album-thumb:hover .album-thumb-overlay{opacity:1}.album-thumb-overlay span{font-family:system-ui,sans-serif;font-size:11px;color:#fff;line-height:1.3}.album-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:16px}.album-modal-inner{position:relative;max-width:500px;width:100%;border-radius:14px;overflow:hidden;background:#0f172a;border:1px solid #1f2937}.album-modal-inner img{width:100%;max-height:70vh;object-fit:contain;display:block;background:#000}.album-close{position:absolute;top:10px;right:10px;background:#0009;border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:14px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.album-caption{padding:12px 14px;font-family:Georgia,serif}.album-caption p{font-size:14px;color:#e5e7eb;font-style:italic}.album-caption span{font-size:11px;color:#6b7280;font-family:system-ui,sans-serif}.map-wrap{margin:8px 0}.map-note{font-family:system-ui,sans-serif;font-size:10px;color:#6b7280;text-align:center;margin-top:5px}.map-pins{display:flex;flex-direction:column;gap:8px;margin:10px 0}.map-pin-card{border:1px solid #1f2937;border-radius:12px;background:#080c14;cursor:pointer;transition:border-color .2s,background .2s;overflow:hidden}.map-pin-card:hover{background:#0b1220}.map-pin-open{background:#0b1220!important}.map-pin-header{display:flex;align-items:center;gap:10px;padding:10px 12px}.map-pin-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.map-pin-name{font-family:system-ui,sans-serif;font-size:13px;color:#e5e7eb;font-weight:500}.map-pin-arrow{font-size:20px;color:#6b7280;margin-left:auto;transition:transform .2s;line-height:1}.map-pin-desc{padding:0 12px 12px 56px;font-family:Georgia,serif;font-size:13px;color:#94a3b8;line-height:1.6;font-style:italic}.map-pin-desc p{margin-bottom:6px}.map-link{font-family:system-ui,sans-serif;font-size:11px;color:#7dd3fc;text-decoration:none;font-style:normal}.map-link:hover{text-decoration:underline}@media(max-width:380px){.album-grid{grid-template-columns:repeat(2,1fr);gap:6px}}.countdown-badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 20px;margin:0 auto 4px;max-width:400px}.cd-label{font-family:Georgia,serif;font-size:13px;color:#6b7280;font-style:italic;letter-spacing:.3px}.cd-units{display:flex;gap:10px;align-items:baseline;font-family:system-ui,sans-serif}.cd-units span{display:flex;align-items:baseline;gap:2px;font-size:12px;color:#4b5563}.cd-units b{font-size:20px;font-weight:700;color:#c7d2fe;font-variant-numeric:tabular-nums;letter-spacing:-1px}.special-day-banner{padding:32px 20px;text-align:center;animation:fadeIn .8s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.sdb-inner{max-width:480px;margin:0 auto;background:#0f172ab3;border:1px solid #1f2937;border-radius:20px;padding:28px 24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sdb-emoji{font-size:40px;margin-bottom:10px}.sdb-title{font-family:Georgia,serif;font-size:22px;color:#e5e7eb;font-weight:400;margin-bottom:12px}.sdb-msg{font-family:Georgia,serif;font-size:15px;color:#94a3b8;line-height:1.7;font-style:italic;margin-bottom:18px}.sdb-btn{padding:11px 22px;border-radius:12px;border:1px solid #334155;background:#0ea5e9;color:#fff;font-size:14px;cursor:pointer;font-family:system-ui,sans-serif;transition:filter .15s}.sdb-btn:hover{filter:brightness(1.1)}.sched-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:16px}.sched-modal-card{width:100%;max-width:480px;max-height:88dvh;overflow-y:auto;background:#0f172a;border:1px solid #1f2937;border-radius:16px;padding:20px}.sched-wrap{display:flex;flex-direction:column;gap:0}.sched-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.sched-header h3{font-family:system-ui,sans-serif;font-size:15px;color:#e5e7eb;margin:0}.sched-close{background:#374151;border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.sched-hint{font-family:system-ui,sans-serif;font-size:12px;color:#6b7280;line-height:1.55;margin-bottom:14px}.sched-form{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.sched-textarea{resize:vertical;width:100%}.sched-label{font-family:system-ui,sans-serif;font-size:12px;color:#94a3b8;margin-bottom:2px}.sched-ok{color:#86efac;font-size:13px;font-family:system-ui,sans-serif;margin-top:4px}.sched-list-title{font-family:system-ui,sans-serif;font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;margin-top:4px}.sched-empty{font-family:system-ui,sans-serif;font-size:13px;color:#4b5563;font-style:italic}.sched-list{display:flex;flex-direction:column;gap:8px}.sched-item{background:#080c14;border:1px solid #1f2937;border-radius:10px;padding:10px 12px}.sched-sent{opacity:.55}.sched-item-text{font-family:Georgia,serif;font-size:13px;color:#c7d2fe;font-style:italic;margin-bottom:6px;line-height:1.4}.sched-item-meta{display:flex;justify-content:space-between;align-items:center;font-family:system-ui,sans-serif;font-size:11px;color:#6b7280}.sched-del{background:transparent;border:1px solid #374151;color:#f87171;font-size:11px;border-radius:6px;padding:2px 8px;cursor:pointer;font-family:system-ui,sans-serif;transition:background .15s}.sched-del:hover{background:#1f0a0a}.pe-img-placeholder{font-family:system-ui,sans-serif;font-size:11px;color:#6b7280;padding:8px;font-style:italic}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:16px;cursor:zoom-out;animation:fadeIn .15s ease}.lightbox-inner{position:relative;max-width:90vw;max-height:90dvh;display:flex;align-items:center;justify-content:center}.lightbox-img{max-width:90vw;max-height:88dvh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px #0009;display:block}.lightbox-close{position:absolute;top:-14px;right:-14px;width:32px;height:32px;border-radius:50%;background:#374151;border:none;color:#fff;font-size:14px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0006}.lightbox-close:hover{background:#4b5563}.book-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}.book-modal-card{position:relative;background:#0f172a;border:1px solid #1f2937;border-radius:16px;width:100%;max-width:520px;max-height:90dvh;overflow-y:auto;padding:20px}.book-modal-close{position:absolute;top:14px;right:14px;background:#374151;border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center}.book-modal-body{display:flex;gap:16px;align-items:flex-start}.book-modal-cover{flex:0 0 110px;height:160px;border-radius:8px;overflow:hidden;border:1px solid #1f2937;box-shadow:0 4px 16px #0006}.book-modal-info{flex:1;min-width:0}.book-modal-title{font-family:Georgia,serif;font-size:16px;color:#e5e7eb;font-weight:400;margin-bottom:4px;line-height:1.3}.book-modal-author{font-family:system-ui,sans-serif;font-size:12px;color:#6b7280;margin-bottom:10px}.book-modal-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.book-modal-tag{padding:3px 10px;border-radius:999px;border:1px solid #334155;background:#111827;font-size:10px;color:#94a3b8;font-family:system-ui,sans-serif}.book-modal-stats{display:flex;gap:12px;font-family:system-ui,sans-serif;font-size:11px;color:#4b5563;margin-bottom:10px}.book-modal-desc{font-family:Georgia,serif;font-size:12px;color:#94a3b8;line-height:1.65;margin-bottom:14px;font-style:italic}.book-modal-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.book-modal-btn{padding:9px 16px;border-radius:10px;font-size:12px;cursor:pointer;font-family:system-ui,sans-serif;transition:filter .15s}.book-modal-btn:hover{filter:brightness(1.1)}.book-modal-btn.primary{background:#1e3a8a;border:1px solid #2563eb;color:#fff}.book-modal-btn.secondary{background:#111827;border:1px solid #334155;color:#cbd5e1}.book-modal-legal{font-family:system-ui,sans-serif;font-size:10px;color:#374151;line-height:1.4}@media(max-width:420px){.book-modal-body{flex-direction:column}.book-modal-cover{width:100%;height:180px;flex:none}}
