.home-page{overscroll-behavior:contain;width:100%;min-width:0;color:var(--text-primary);scrollbar-gutter:auto;overflow-y:auto}.home-container{width:min(100%,1380px);margin:0 auto;padding:1.5rem clamp(1rem,3vw,2.75rem) 3.5rem}.home-tool-section{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:var(--shadow-sm);border-radius:14px;margin-bottom:1.1rem;overflow:hidden}.home-title-row{border-bottom:1px solid var(--border);padding:.75rem 1.2rem .6rem}.home-title-row h1{font-family:var(--font-serif-next), serif;letter-spacing:.08em;margin:0;font-size:1.25rem;font-weight:650}.home-title-row h1:focus{outline:none!important}.home-tools{grid-template-columns:repeat(8,minmax(0,1fr));padding:.75rem 1.2rem .85rem;display:grid}.home-tool{min-width:0;min-height:5.8rem;color:var(--text-secondary);align-content:center;justify-items:center;text-decoration:none;display:grid;position:relative}.home-tool:not(:nth-child(8n)):after{content:"";background:var(--border);width:1px;position:absolute;top:15%;bottom:15%;right:0}.home-tool-icon{border:1px solid var(--border-strong);background:linear-gradient(145deg, var(--bg-raised), var(--bg-subtle));width:3.65rem;height:3.65rem;color:var(--accent-light);border-radius:50%;place-items:center;margin-bottom:.5rem;font-family:Segoe UI Symbol,"Noto Sans Symbols 2",sans-serif;font-size:1.55rem;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .2s,background .2s;display:grid;box-shadow:inset 0 1px #ffffff0f,0 8px 24px #03080914}.home-tool strong{color:var(--text-primary);font-family:var(--font-serif-next), serif;letter-spacing:.08em;font-size:1rem;font-weight:650}.home-tool:hover .home-tool-icon{border-color:var(--accent-dim);background:var(--accent-bg);transform:translateY(-3px)}.home-tool:hover strong{color:var(--accent-light)}.home-primary-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem;margin-bottom:1rem;display:grid}.home-primary-grid>.home-section{padding:1rem 1.15rem}.home-primary-grid .home-section-heading{margin-bottom:.65rem;padding-bottom:.55rem}.home-section{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);min-width:0;box-shadow:var(--shadow-sm);border-radius:14px;padding:1.25rem 1.35rem}.home-section-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;padding-bottom:.8rem;display:flex}.home-section-heading h2{font-family:var(--font-serif-next), serif;letter-spacing:.07em;margin:0;font-size:1.22rem;font-weight:650;line-height:1.35}.home-section-heading>a{min-height:44px;color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.35rem;font-size:.78rem;text-decoration:none;display:inline-flex}.home-section-heading>a:hover{color:var(--accent-light)}.home-featured-row{grid-template-columns:minmax(0,1.55fr) minmax(18rem,.75fr);align-items:stretch;gap:1rem;margin-bottom:1rem;display:grid}.home-featured-row>.home-section,.home-community{min-width:0}.home-tarot{flex-direction:column;min-width:0;padding-inline:.75rem;display:flex;position:relative;overflow:hidden}.home-tarot-heading>div{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:.55rem;width:100%;min-width:0;display:grid}.home-tarot-heading h2{white-space:nowrap}.home-tarot-heading>div p{min-width:0;color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.64rem;line-height:1.4;overflow:hidden}.home-tarot-stage{flex:1;place-items:center;min-height:24.5rem;padding:.25rem 0 .5rem;display:grid;overflow:hidden}.home-tarot-card{aspect-ratio:7/12;cursor:pointer;perspective:1000px;filter:drop-shadow(0 18px 24px #00000040);touch-action:manipulation;background:0 0;border:0;border-radius:11px;flex:0 auto;width:min(18rem,80%);max-width:100%;padding:0;display:block;position:relative}.home-tarot-card:disabled{cursor:wait}.home-tarot-card:focus-visible{outline:2px solid var(--accent-light);outline-offset:5px}.home-tarot-card-inner{transform-style:preserve-3d;transition:transform .36s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0}.home-tarot-card.is-revealed .home-tarot-card-inner{transform:rotateY(180deg)}.home-tarot-card.is-drawing .home-tarot-card-inner{animation:.24s ease-in-out 2 alternate home-tarot-draw}.home-tarot-card-back,.home-tarot-card-face{border:1px solid var(--border-strong);background:var(--surface);backface-visibility:hidden;border-radius:11px;display:block;position:absolute;inset:0;overflow:hidden;box-shadow:0 10px 24px #00000038}.home-tarot-card-back{transform:rotateY(0)}.home-tarot-card-face{background:#e9e0cc;transform:rotateY(180deg)}.home-tarot-card img{object-fit:cover}.home-tarot-card-face img.is-reversed,.home-tarot-modal-image img.is-reversed{transform:rotate(180deg)}.home-tarot-hand{z-index:3;color:#fff;filter:drop-shadow(0 2px 5px #000000e6);pointer-events:none;place-items:center;width:3rem;height:3rem;animation:1.85s cubic-bezier(.22,1,.36,1) infinite home-tarot-tap;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}.home-tarot-ripple,.home-tarot-ripple:after{z-index:2;content:"";opacity:0;pointer-events:none;border:2px solid #ffffffb3;border-radius:50%;width:2.1rem;height:2.1rem;animation:1.85s ease-out infinite home-tarot-ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-tarot-ripple:after{animation-delay:.18s;top:50%;left:50%}.home-tarot-loading{z-index:2;border:2px solid color-mix(in srgb, var(--accent-light) 25%, transparent);border-top-color:var(--accent-light);border-radius:50%;width:2rem;height:2rem;margin:-1rem;animation:.7s linear infinite home-tarot-spin;position:absolute;inset:50% auto auto 50%}.home-tarot-error{color:var(--accent-light);text-align:center;margin:.6rem 0 0;font-size:.72rem;line-height:1.5}.home-tarot-dialog{z-index:30;width:min(46rem,100vw - 2rem);max-width:none;max-height:calc(100dvh - 2rem);color:var(--text-primary);background:0 0;border:0;border-radius:16px;margin:auto;padding:0;position:fixed;inset:0;overflow:auto}.home-tarot-dialog::backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#020709b8}.home-tarot-modal{border:1px solid var(--border-strong);background:var(--surface);border-radius:16px;grid-template-columns:minmax(10rem,14rem) minmax(0,1fr);gap:1.25rem;padding:1.25rem;display:grid;position:relative;box-shadow:0 24px 70px #0000006b}.home-tarot-modal-close{z-index:2;border:1px solid var(--border);background:var(--bg-raised);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:.7rem;right:.7rem}.home-tarot-modal-close:hover{border-color:var(--accent-dim);color:var(--accent-light)}.home-tarot-modal-close:focus-visible,.home-tarot-modal-copy footer a:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.home-tarot-modal-image{aspect-ratio:7/12;border:1px solid var(--border-strong);background:#e9e0cc;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 15px 32px #00000047}.home-tarot-modal-image img{object-fit:cover}.home-tarot-modal-copy{flex-direction:column;min-width:0;display:flex}.home-tarot-modal-copy header{padding-right:3rem}.home-tarot-modal-copy header small{color:var(--text-faint);letter-spacing:.08em;font-size:.68rem}.home-tarot-modal-copy header h3{color:var(--text-primary);font-family:var(--font-serif-next), serif;letter-spacing:.06em;font-size:1.5rem;margin:.2rem 0 .35rem!important}.home-tarot-modal-copy header>span{border:1px solid var(--accent-dim);background:var(--accent-bg);color:var(--accent-light);border-radius:999px;padding:.25rem .5rem;font-size:.68rem;display:inline-flex}.home-tarot-modal-meta,.home-tarot-modal-keywords{flex-wrap:wrap;gap:.35rem;display:flex}.home-tarot-modal-meta{margin-top:.8rem}.home-tarot-modal-meta span,.home-tarot-modal-keywords span{border:1px solid var(--border);background:var(--bg-subtle);color:var(--text-muted);border-radius:6px;padding:.25rem .45rem;font-size:.66rem}.home-tarot-modal-keywords{margin-top:.65rem}.home-tarot-modal-copy>p{color:var(--text-secondary);margin:.75rem 0 0;font-size:.8rem;line-height:1.75}.home-tarot-modal-copy>p.home-tarot-modal-description{color:var(--text-muted);font-size:.72rem}.home-tarot-modal-copy footer{align-items:center;gap:.6rem;margin-top:auto;padding-top:1rem;display:flex}.home-tarot-modal-copy footer a{border:1px solid var(--border);background:var(--bg-subtle);min-height:44px;color:var(--text-secondary);font:inherit;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;padding:0 .8rem;font-size:.72rem;text-decoration:none;display:inline-flex}.home-tarot-modal-copy footer a:hover{border-color:var(--accent-dim);color:var(--accent-light)}@keyframes home-tarot-tap{0%,50%,to{opacity:.76;transform:translate(-50%,-46%)scale(1)}30%,42%{opacity:.58;transform:translate(-50%,-52%)scale(.86)}}@keyframes home-tarot-ripple{0%,34%{opacity:0;transform:translate(-50%,-50%)scale(.25)}42%{opacity:.72}to{opacity:0;transform:translate(-50%,-50%)scale(3.15)}}@keyframes home-tarot-draw{to{transform:translateY(-7px)rotate(1.5deg)}}@keyframes home-tarot-spin{to{transform:rotate(360deg)}}.home-featured-section{margin-bottom:0}.home-featured-content{grid-template-columns:minmax(0,1.45fr) minmax(14rem,.8fr);gap:.85rem;min-width:0;display:grid}.home-featured-main{border:1px solid var(--border);background:var(--bg-subtle);border-radius:12px;min-width:0;position:relative;overflow:hidden}.home-featured-main-link{height:100%;min-height:20rem;color:inherit;flex-direction:column;text-decoration:none;display:flex}.home-featured-main-media{aspect-ratio:16/8;background:var(--bg-raised);min-height:10rem;position:relative;overflow:hidden}.home-featured-main-media img{object-fit:cover;transition:transform .35s}.home-featured-main-link:hover .home-featured-main-media img{transform:scale(1.025)}.home-featured-main-copy{flex-direction:column;flex:1;min-width:0;padding:1rem 1.1rem;display:flex}.home-featured-label{background:var(--accent-bg);color:var(--accent-light);letter-spacing:.08em;border-radius:999px;align-self:flex-start;padding:.22rem .5rem;font-size:.68rem}.home-featured-main-copy h3{color:var(--text-primary);font-family:var(--font-serif-next), serif;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.55rem 0 .25rem;font-size:1.3rem;line-height:1.45;display:-webkit-box;overflow:hidden}.home-featured-main-copy p{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.7;display:-webkit-box;overflow:hidden}.home-featured-main-copy footer{color:var(--text-faint);flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.8rem;font-size:.68rem;display:flex}.home-featured-controls{border:1px solid color-mix(in srgb, var(--border-strong) 74%, transparent);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:.25rem;padding:.18rem;display:flex;position:absolute;bottom:.7rem;right:.7rem}.home-featured-controls button{width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.home-featured-controls button:hover{background:var(--accent-bg);color:var(--accent-light)}.home-featured-controls button:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.home-featured-controls span{min-width:2.3rem;color:var(--text-faint);text-align:center;font-size:.62rem}.home-featured-list{align-content:start;gap:.5rem;min-width:0;display:grid}.home-featured-mini{border:1px solid var(--border);background:var(--bg-subtle);min-width:0;min-height:4.7rem;color:inherit;border-radius:10px;grid-template-columns:4.7rem minmax(0,1fr);gap:.65rem;padding:.45rem;text-decoration:none;transition:border-color .2s,background .2s;display:grid}.home-featured-mini:hover,.home-featured-mini.is-active{border-color:var(--accent-dim);background:var(--bg-raised)}.home-featured-mini-media{background:var(--bg-raised);border-radius:7px;width:4.7rem;height:4.7rem;position:relative;overflow:hidden}.home-featured-mini-media img{object-fit:cover}.home-featured-mini>span:last-child{align-content:center;gap:.25rem;min-width:0;display:grid}.home-featured-mini strong{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.home-featured-mini small{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.home-featured-empty{border:1px dashed var(--border);min-height:20rem;color:var(--text-muted);text-align:center;border-radius:12px;place-items:center;padding:2rem;font-size:.8rem;display:grid}.home-community{box-shadow:none;background:0 0;border:0;padding-inline:0}.home-community-heading{border-bottom:0;justify-content:center;margin-bottom:.5rem;padding-bottom:.35rem;position:relative}.home-community-heading h2{color:var(--text-secondary);letter-spacing:.12em;font-size:1.05rem;font-weight:600}.home-community-heading>a{min-height:36px;font-size:.72rem;position:absolute;right:0}@media (min-width:1181px){.home-community .circle-post-list.is-masonry{column-count:5;column-gap:.72rem}}.home-almanac-main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:.35rem 0 1rem;display:grid}.home-almanac-date{border-right:1px solid var(--border);justify-items:center;min-width:5.5rem;padding-right:1rem;display:grid}.home-almanac-date strong{color:var(--accent-light);font-family:var(--font-serif-next), serif;font-size:3.15rem;line-height:1}.home-almanac-date span{color:var(--text-secondary);margin-top:.35rem;font-size:.76rem}.home-almanac-meta{gap:.3rem;display:grid}.home-almanac-meta strong{font-family:var(--font-serif-next), serif;font-size:1rem;line-height:1.55}.home-almanac-meta span{color:var(--text-muted);font-size:.78rem;line-height:1.55}.home-almanac-actions{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:.7rem;padding:.9rem 0;display:grid}.home-almanac-actions>div{grid-template-columns:1.9rem minmax(0,1fr);gap:.65rem;display:grid}.home-almanac-actions b{color:#65bd8c;background:#3a9b6929;border-radius:50%;place-items:center;width:1.75rem;height:1.75rem;font-size:.72rem;display:grid}.home-almanac-actions>div:last-child b{background:var(--accent-bg);color:var(--accent-light)}.home-almanac-actions p{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.75}.home-almanac-facts{border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:.35rem 0;display:grid}.home-almanac-facts>div{grid-template-columns:4.25rem minmax(0,1fr);gap:.45rem;padding:.45rem 0;display:grid}.home-almanac-facts>div:nth-child(2n){border-left:1px solid var(--border);padding-left:.75rem}.home-almanac-facts dt,.home-almanac-directions dt{color:var(--text-faint);font-size:.72rem}.home-almanac-facts dd,.home-almanac-directions dd{color:var(--text-secondary);margin:0;font-size:.78rem;line-height:1.55}.home-almanac-gods,.home-almanac-classics{border-bottom:1px solid var(--border);gap:.55rem;padding:.75rem 0;display:grid}.home-almanac-gods p,.home-almanac-classics p{grid-template-columns:4.8rem minmax(0,1fr);gap:.6rem;margin:0;display:grid}.home-almanac-gods b,.home-almanac-classics b{color:var(--text-muted);font-size:.74rem;font-weight:650;line-height:1.65}.home-almanac-gods span,.home-almanac-classics span{color:var(--text-secondary);font-size:.78rem;line-height:1.65}.home-almanac-directions{border-bottom:1px solid var(--border);grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:.75rem 0;display:grid}.home-almanac-directions>div{border-left:1px solid var(--border);justify-items:center;gap:.22rem;padding:0 .35rem;display:grid}.home-almanac-directions>div:first-child{border-left:0}.home-almanac-classics{border-bottom:0}.home-month-link{border:1px solid var(--border);background:var(--bg-subtle);min-height:44px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;margin-top:.2rem;font-size:.78rem;text-decoration:none;display:flex}.home-month-link:hover{border-color:var(--border-hover);color:var(--text-primary)}.home-primary-grid .home-almanac-main{gap:.85rem;padding:.2rem 0 .65rem}.home-primary-grid .home-almanac-date{min-width:5.2rem;padding-right:.85rem}.home-primary-grid .home-almanac-date strong{font-size:2.8rem}.home-primary-grid .home-almanac-date span{margin-top:.25rem;font-size:.74rem}.home-primary-grid .home-almanac-meta{gap:.2rem}.home-primary-grid .home-almanac-meta strong{font-size:.96rem;line-height:1.45}.home-primary-grid .home-almanac-meta span{font-size:.76rem;line-height:1.45}.home-primary-grid .home-almanac-actions{gap:.5rem;padding:.65rem 0}.home-primary-grid .home-almanac-actions>div{grid-template-columns:1.75rem minmax(0,1fr);gap:.55rem}.home-primary-grid .home-almanac-actions b{width:1.7rem;height:1.7rem;font-size:.7rem}.home-primary-grid .home-almanac-actions p{font-size:.78rem;line-height:1.55}.home-primary-grid .home-almanac-facts{padding:.2rem 0}.home-primary-grid .home-almanac-facts>div{grid-template-columns:4rem minmax(0,1fr);gap:.4rem;padding:.32rem 0}.home-primary-grid .home-almanac-facts>div:nth-child(2n){padding-left:.65rem}.home-primary-grid .home-almanac-facts dt,.home-primary-grid .home-almanac-directions dt{font-size:.7rem}.home-primary-grid .home-almanac-facts dd,.home-primary-grid .home-almanac-directions dd{font-size:.75rem;line-height:1.45}.home-primary-grid .home-almanac-gods,.home-primary-grid .home-almanac-classics{gap:.4rem;padding:.55rem 0}.home-primary-grid .home-almanac-gods p,.home-primary-grid .home-almanac-classics p{grid-template-columns:4.6rem minmax(0,1fr);gap:.5rem}.home-primary-grid .home-almanac-gods b,.home-primary-grid .home-almanac-classics b,.home-primary-grid .home-almanac-gods span,.home-primary-grid .home-almanac-classics span{font-size:.75rem;line-height:1.5}.home-primary-grid .home-almanac-directions{padding:.55rem 0}.home-primary-grid .home-month-link{margin-top:.1rem;font-size:.76rem}.home-feed-status{min-height:44px;color:var(--text-faint);justify-content:center;align-items:center;font-size:.7rem;display:flex}.home-feed-status button{border:1px solid var(--border);background:var(--bg-subtle);min-height:44px;color:var(--accent-light);font:inherit;cursor:pointer;border-radius:8px;padding:0 .8rem}.home-fortune-date{color:var(--text-faint);font-variant-numeric:tabular-nums;font-size:.75rem}.home-fortunes{gap:1.05rem;display:grid}.home-fortune-group{min-width:0}.home-fortune-group h3{color:var(--text-muted);letter-spacing:.08em;margin:0 0 .55rem;font-size:.78rem;font-weight:650}.home-fortune-signs{grid-template-columns:repeat(6,minmax(0,1fr));gap:.4rem;display:grid}.home-fortune-signs button{border:1px solid var(--border);background:var(--bg-subtle);min-width:0;min-height:54px;color:var(--text-secondary);cursor:pointer;border-radius:9px;align-content:center;place-items:center;gap:.15rem;padding:.35rem .2rem;transition:border-color .2s,background-color .2s,color .2s;display:grid}.home-fortune-signs button>span{font-family:var(--font-serif-next), serif;font-size:1.05rem;line-height:1}.home-fortune-signs button>small{font-size:.65rem}.home-fortune-signs button:hover{border-color:var(--border-hover);color:var(--text-primary)}.home-fortune-signs button:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.home-fortune-signs button.is-active{border-color:var(--accent-dim);background:var(--accent-bg);color:var(--accent-light)}.home-fortune-panels{margin-top:.55rem}.home-fortune-panels article{border:1px solid var(--border);background:color-mix(in srgb, var(--bg-subtle) 78%, transparent);border-radius:10px;padding:.8rem .9rem}.home-fortune-panels article[hidden]{display:none}.home-fortune-panels header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.home-fortune-panels header>div{align-items:baseline;gap:.55rem;display:flex}.home-fortune-panels header strong{font-family:var(--font-serif-next), serif;font-size:1rem}.home-fortune-panels header span{color:var(--text-faint);font-size:.68rem}.home-fortune-panels header>b{color:var(--accent-light);font-family:var(--font-serif-next), serif;font-size:1.55rem;font-weight:650}.home-fortune-scores{grid-template-columns:repeat(4,1fr);gap:.35rem;margin:.55rem 0;display:grid}.home-fortune-scores span{background:var(--surface);color:var(--text-faint);border-radius:6px;justify-content:center;align-items:center;gap:.3rem;padding:.35rem;font-size:.66rem;display:flex}.home-fortune-scores b{color:var(--text-primary);font-size:.72rem}.home-fortune-panels p{color:var(--text-secondary);margin:.4rem 0;font-size:.76rem;line-height:1.65}.home-fortune-panels .home-fortune-advice{color:var(--text-muted)}.home-fortune-panels footer{border-top:1px solid var(--border);color:var(--text-faint);gap:1rem;margin-top:.55rem;padding-top:.55rem;font-size:.68rem;display:flex}.home-fortune-source{border-top:1px dashed var(--border);color:var(--text-faint);margin:0;padding-top:.7rem;font-size:.66rem;line-height:1.6}.home-primary-grid .home-fortunes{gap:.8rem}.home-primary-grid .home-fortune-group h3{margin-bottom:.4rem}.home-primary-grid .home-fortune-signs{grid-template-columns:repeat(12,minmax(0,1fr));gap:.3rem}.home-primary-grid .home-fortune-signs button{border-radius:8px;gap:.12rem;min-height:48px;padding:.25rem .1rem}.home-primary-grid .home-fortune-signs button>span{font-size:1rem}.home-primary-grid .home-fortune-signs button>small{font-size:.62rem}.home-primary-grid .home-fortune-panels{margin-top:.45rem}.home-primary-grid .home-fortune-panels article{border-radius:9px;padding:.65rem .75rem}.home-primary-grid .home-fortune-panels header>div{gap:.5rem}.home-primary-grid .home-fortune-panels header strong{font-size:.96rem}.home-primary-grid .home-fortune-panels header span{font-size:.66rem}.home-primary-grid .home-fortune-panels header>b{font-size:1.4rem}.home-primary-grid .home-fortune-scores{gap:.3rem;margin:.45rem 0}.home-primary-grid .home-fortune-scores span{gap:.25rem;padding:.3rem;font-size:.64rem}.home-primary-grid .home-fortune-scores b{font-size:.7rem}.home-primary-grid .home-fortune-panels p{margin:.32rem 0;font-size:.75rem;line-height:1.55}.home-primary-grid .home-fortune-panels footer{margin-top:.45rem;padding-top:.45rem;font-size:.66rem}.home-primary-grid .home-fortune-source{padding-top:.55rem;font-size:.64rem;line-height:1.5}@media (min-width:901px){.home-fortune-card{flex-direction:column;display:flex}.home-fortune-card>.home-fortunes{flex:1;grid-template-rows:minmax(0,1fr) minmax(0,1fr) auto}.home-fortune-card .home-fortune-group{flex-direction:column;min-height:0;display:flex}.home-fortune-card .home-fortune-panels{flex:1}.home-fortune-card .home-fortune-panels article{flex-direction:column;height:100%;display:flex}.home-fortune-card .home-fortune-panels footer{margin-top:auto}}.home-empty{border:1px dashed var(--border);color:var(--text-muted);border-radius:8px;margin:0;padding:1rem;font-size:.78rem;line-height:1.7}.home-tarot-modal-copy footer>span{min-height:44px;color:var(--text-faint);align-items:center;font-size:.72rem;display:inline-flex}@media (max-width:1080px){.home-tools{padding-inline:.75rem}.home-tool-icon{width:3.5rem;height:3.5rem}.home-primary-grid .home-fortune-signs{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:900px){.home-primary-grid,.home-featured-row{grid-template-columns:1fr}}@media (max-width:820px){.home-page{overflow:visible}.home-container{padding-top:1rem}.home-title-row{padding-inline:1rem}.home-tools{scroll-snap-type:x proximity;scrollbar-width:none;gap:.35rem;padding:.9rem 1rem 1rem;display:flex;overflow-x:auto}.home-tools::-webkit-scrollbar{display:none}.home-tool{scroll-snap-align:start;border-top:0;width:5.2rem;min-width:5.2rem;min-height:6rem}.home-tool:after{display:none}.home-tool-icon{width:3.45rem;height:3.45rem;margin-bottom:.5rem;font-size:1.45rem}.home-tool strong{font-size:.9rem}.home-section{padding:1rem}}@media (max-width:620px){.home-section-heading h2{font-size:1.08rem}.home-section-heading>a{font-size:.72rem}.home-almanac-date{min-width:4.5rem}.home-almanac-date strong{font-size:2.65rem}.home-almanac-facts{grid-template-columns:1fr}.home-almanac-facts>div:nth-child(2n){border-left:0;padding-left:0}.home-almanac-gods p,.home-almanac-classics p{grid-template-columns:4.4rem minmax(0,1fr)}.home-almanac-directions{grid-template-columns:repeat(5,minmax(3.25rem,1fr));overflow-x:auto}.home-almanac-meta strong{font-size:.9rem}.home-fortune-signs{grid-template-columns:repeat(4,minmax(0,1fr))}.home-fortune-scores{grid-template-columns:repeat(2,1fr)}.home-tarot-heading>div{grid-template-columns:auto minmax(0,1fr);gap:.4rem}.home-tarot-stage{min-height:24.5rem}.home-tarot-card{width:min(17rem,92%)}.home-tarot-dialog{width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem)}.home-tarot-modal{grid-template-columns:1fr;gap:1rem;padding:1rem}.home-tarot-modal-image{width:min(10.5rem,48vw);margin-inline:auto}.home-tarot-modal-copy header{text-align:center;padding-right:0}.home-tarot-modal-copy footer{flex-wrap:wrap;justify-content:center}.home-featured-content{grid-template-columns:1fr}.home-featured-main-link{min-height:0}.home-featured-main-copy{padding:.85rem}.home-featured-main-copy h3{font-size:1.15rem}.home-featured-main-copy p{-webkit-line-clamp:4}.home-featured-list{scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:.25rem;display:flex;overflow-x:auto}.home-featured-list::-webkit-scrollbar{display:none}.home-featured-mini{scroll-snap-align:start;flex:0 0 82%}.home-featured-empty{min-height:11rem}.home-tarot .home-tarot-stage{min-height:22rem}.home-community{box-shadow:none;background:0 0;border:0;padding:1rem 0 0}.home-primary-grid .home-fortune-signs{scrollbar-width:none;display:flex;overflow-x:auto}.home-primary-grid .home-fortune-signs::-webkit-scrollbar{display:none}.home-primary-grid .home-fortune-signs button{flex:0 0 4.25rem}}.home-tarot-heading>div p{font-size:.62rem}@media (prefers-reduced-motion:reduce){.home-tool-icon,.home-tarot-card-inner{transition:none}.home-tool:hover .home-tool-icon{transform:none}.home-tarot-hand,.home-tarot-ripple,.home-tarot-ripple:after,.home-tarot-loading,.home-tarot-card.is-drawing .home-tarot-card-inner{animation:none}}@media (min-width:901px){.home-tarot-stage{min-height:0;padding:.25rem 0 .5rem}.home-tarot-card{width:min(18rem,80%)}}@media (max-width:520px){.home-container{padding-inline:.3rem}}
