.shradh-result{--shradh-ink:#3e2723;--shradh-muted:#6b5344;--shradh-gold:#b45309;--shradh-border:rgba(180,83,9,0.35);position:relative;border-radius:1.25rem;border:1px solid var(--shradh-border);background:radial-gradient(ellipse 75% 50% at 0 0,rgba(180,83,9,.1) 0,transparent 55%),radial-gradient(ellipse 60% 45% at 100% 100%,rgba(120,53,15,.06) 0,transparent 50%),linear-gradient(165deg,#fffdf8,#faf3e6 45%,#f3e4c8);padding:1.15rem 1.2rem 1.1rem;overflow:hidden;box-shadow:0 12px 32px rgba(62,39,35,.08),inset 0 1px 0 rgba(255,255,255,.8);animation:shradh-result-enter .4s ease-out both}.shradh-result--miss{--shradh-border:rgba(185,28,28,0.28);background:radial-gradient(ellipse 75% 50% at 0 0,rgba(185,28,28,.07) 0,transparent 55%),linear-gradient(165deg,#fffdfb,#faf0ee 50%,#f5e6e2)}.shradh-result__stripe{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7c2d12,#b45309 42%,#e8c97a)}.shradh-result--miss .shradh-result__stripe{background:linear-gradient(90deg,#7f1d1d,#dc2626 50%,#fca5a5)}.shradh-result__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.shradh-result__eyebrow{margin:0;font-size:.625rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--shradh-gold)}.shradh-result--miss .shradh-result__eyebrow{color:#991b1b}.shradh-result__title{margin:.3rem 0 0;font-family:var(--font-cormorant,"Cormorant Garamond",serif);font-size:clamp(1.35rem,3.2vw,1.7rem);font-weight:700;line-height:1.2;letter-spacing:.01em;color:var(--shradh-ink)}.shradh-result__badge{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;border-radius:999px;padding:.32rem .75rem;font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;box-shadow:0 2px 8px rgba(62,39,35,.08)}.shradh-result__badge--ok{background:linear-gradient(135deg,#ffedd5,#fdba74);color:#9a3412}.shradh-result__badge--miss{background:linear-gradient(135deg,#fee2e2,#fca5a5);color:#991b1b}.shradh-result__hero{margin-top:.95rem;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1.25rem;border-radius:1rem;border:1px solid rgba(180,83,9,.28);background:linear-gradient(145deg,rgba(255,252,245,.95),rgba(253,230,198,.55));padding:.9rem 1rem;text-decoration:none;color:inherit}.shradh-result__hero--interactive{cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.shradh-result__hero--interactive:hover{border-color:rgba(180,83,9,.5);box-shadow:0 8px 20px rgba(62,39,35,.1);transform:translateY(-2px)}.shradh-result__hero--interactive:focus-visible{outline:2px solid rgba(180,83,9,.55);outline-offset:2px}.shradh-result__hero-label{margin:0;font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#92400e}.shradh-result__hero-date{margin:.25rem 0 0;font-family:var(--font-cormorant,"Cormorant Garamond",serif);font-size:clamp(1.55rem,4vw,2rem);font-weight:700;line-height:1.15;color:var(--shradh-ink)}.shradh-result__hero-weekday{margin:.2rem 0 0;font-size:.75rem;font-weight:600;color:var(--shradh-muted)}.shradh-result__hero-link{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid rgba(180,83,9,.45);padding:.45rem .85rem;font-size:.7rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#7c2d12,#b45309 55%,#92400e);box-shadow:0 4px 12px rgba(146,64,14,.22);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.shradh-result__hero-link:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(146,64,14,.28)}.shradh-result__reason{margin:.85rem 0 0;border-radius:.85rem;border:1px solid rgba(180,83,9,.22);background:linear-gradient(135deg,rgba(180,83,9,.08),rgba(253,241,218,.7));padding:.7rem .85rem;font-size:.8125rem;font-weight:600;line-height:1.45;color:var(--shradh-ink)}.shradh-result--miss .shradh-result__reason{border-color:rgba(185,28,28,.22);background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(254,242,242,.75))}.shradh-result__grid{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.9rem}@media (min-width:560px){.shradh-result__grid{grid-template-columns:repeat(2,1fr)}}.shradh-result__stat{position:relative;border-radius:.95rem;border:1px solid rgba(201,169,110,.35);background:linear-gradient(160deg,rgba(255,253,248,.96),rgba(255,248,235,.9));padding:.75rem .8rem .7rem .95rem;overflow:hidden;box-shadow:0 2px 8px rgba(62,39,35,.04);text-decoration:none;color:inherit;display:block;width:100%;text-align:left}.shradh-result__stat--interactive{cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.shradh-result__stat--interactive:hover{border-color:rgba(217,119,6,.5);box-shadow:0 8px 20px rgba(62,39,35,.1);transform:translateY(-2px)}.shradh-result__stat--interactive:focus-visible{outline:2px solid rgba(180,83,9,.55);outline-offset:2px}.shradh-result__stat-chevron{position:absolute;right:.55rem;bottom:.55rem;width:.9rem;height:.9rem;color:rgba(62,39,35,.35);transition:transform .15s ease,color .15s ease}.shradh-result__stat--interactive:hover .shradh-result__stat-chevron{transform:translateX(2px);color:#b45309}.shradh-result__stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#d97706,#92400e)}.shradh-result__stat-top{display:flex;align-items:center;gap:.4rem}.shradh-result__stat-icon{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:.45rem;background:rgba(180,83,9,.12);color:#92400e;flex-shrink:0}.shradh-result__stat-label{margin:0;font-size:.6rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#8b6914}.shradh-result__stat-value{margin:.4rem 0 0;font-size:.9rem;font-weight:800;line-height:1.3;color:var(--shradh-ink);padding-right:1rem}.shradh-result__stat-meta{margin:.2rem 0 0;font-size:.6875rem;font-weight:600;color:var(--shradh-muted);padding-right:1rem}.shradh-result__actions{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.5rem}.shradh-result__action{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.45rem .9rem;font-size:.7rem;font-weight:800;letter-spacing:.02em;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;cursor:pointer;font-family:inherit}.shradh-result__action--primary{border:1px solid rgba(180,83,9,.45);color:#fff;background:linear-gradient(135deg,#7c2d12,#b45309 55%,#92400e);box-shadow:0 4px 12px rgba(146,64,14,.22)}.shradh-result__action--primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(146,64,14,.28)}.shradh-result__action--ghost{border:1px solid rgba(201,169,110,.5);color:#92400e;background:rgba(255,252,245,.9)}.shradh-result__action--ghost:hover{background:#fff7ed;transform:translateY(-1px)}.shradh-result__action:focus-visible{outline:2px solid rgba(180,83,9,.55);outline-offset:2px}.shradh-result__foot{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.45rem}.shradh-result__chip{border-radius:999px;border:1px solid rgba(201,169,110,.45);background:rgba(255,252,245,.9);padding:.28rem .7rem;font-size:.625rem;font-weight:700;color:#5d4037}.shradh-result__grid .shradh-result__stat:last-child{grid-column:1/-1}@media (max-width:559px){.shradh-result__grid .shradh-result__stat:last-child{grid-column:auto}}@keyframes shradh-result-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.shradh-result{animation:none}}