:root{--astropanel-primary:#7c3aed;--astropanel-secondary:#ec4899;--astropanel-surface:#ffffff;--astropanel-text:#172033;--astropanel-muted:#64748b;--astropanel-line:rgba(148,163,184,.22);--astropanel-shadow:0 18px 55px rgba(15,23,42,.12);--astropanel-radius:24px;--astropanel-button-radius:999px}.astropanel-grid{display:grid;grid-template-columns:repeat(var(--astropanel-grid-columns,3),minmax(0,1fr));gap:22px;margin:26px 0}.astropanel-card{--astropanel-sign-color:var(--astropanel-primary);position:relative;isolation:isolate;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--astropanel-sign-color) 18%,var(--astropanel-line));border-radius:var(--astropanel-radius);padding:20px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-sign-color) 15%,transparent),transparent 38%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 28px rgba(15,23,42,.08);overflow:hidden;color:var(--astropanel-text);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.astropanel-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--astropanel-primary),var(--astropanel-secondary));z-index:0}.astropanel-card:hover{transform:translateY(-5px);box-shadow:var(--astropanel-shadow);border-color:color-mix(in srgb,var(--astropanel-sign-color) 42%,var(--astropanel-line))}.astropanel-card,.astropanel-card p,.astropanel-card div,.astropanel-card span,.astropanel-card li{color:var(--astropanel-text)}.astropanel-card-image{width:100%;height:158px;object-fit:cover;border-radius:18px;margin-bottom:14px}.astropanel-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:2px 0 14px}.astropanel-card-period,.astropanel-card-date{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:.76rem;font-weight:800;line-height:1;letter-spacing:.02em}.astropanel-card-period{background:color-mix(in srgb,var(--astropanel-sign-color) 13%,#fff);color:var(--astropanel-sign-color)!important}.astropanel-card-date{background:#f8fafc;color:#475569!important;border:1px solid rgba(148,163,184,.22)}.astropanel-card-header{display:flex;gap:14px;align-items:center;border:0;padding:0;margin-bottom:12px}.astropanel-card-icon,.astropanel-card-symbol{flex:0 0 52px;width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;object-fit:contain;background:linear-gradient(145deg,color-mix(in srgb,var(--astropanel-sign-color) 18%,#fff),#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--astropanel-sign-color) 20%,transparent),0 10px 24px rgba(15,23,42,.08)}.astropanel-card-symbol{font-size:2rem;color:var(--astropanel-sign-color)!important;font-weight:800}.astropanel-card-title-wrap{display:flex;flex-direction:column;gap:3px;min-width:0}.astropanel-card h3{margin:0;color:#0f172a!important;font-size:1.32rem;line-height:1.12;font-weight:900;letter-spacing:-.03em}.astropanel-card-title-wrap strong{color:#64748b!important;font-size:.86rem;font-weight:700}.astropanel-sign-description{color:#475569!important;font-size:.93rem;margin:0 0 14px;line-height:1.58}.astropanel-content,.astropanel-content p,.astropanel-content li{line-height:1.75;color:#263244!important;font-size:1rem}.astropanel-content p:first-child{margin-top:0}.astropanel-content p:last-child{margin-bottom:0}.astropanel-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:18px}.astropanel-card button,.astropanel-tab{border:0;border-radius:var(--astropanel-button-radius,999px);padding:10px 14px;background:var(--astropanel-sign-color,var(--astropanel-primary));color:#fff!important;cursor:pointer;font-weight:800;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.astropanel-card button:hover{transform:translateY(-1px);opacity:.94}.astropanel-copy{box-shadow:0 9px 20px color-mix(in srgb,var(--astropanel-sign-color) 24%,transparent)}.astropanel-tab-buttons{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px;padding:6px;background:#f1f5f9;border:1px solid rgba(148,163,184,.2);border-radius:999px;width:max-content;max-width:100%}.astropanel-tab{background:transparent!important;color:#334155!important;box-shadow:none!important}.astropanel-tab.is-active,.astropanel-tab[aria-selected="true"]{background:#111827!important;color:#fff!important;box-shadow:0 8px 20px rgba(15,23,42,.16)!important}.astropanel-tab:focus-visible,.astropanel-card button:focus-visible{outline:3px solid color-mix(in srgb,var(--astropanel-primary) 35%,#fff);outline-offset:2px}.astropanel-error{border-color:#fecaca;background:#fff1f2;color:#991b1b}.astropanel-error,.astropanel-error *{color:#991b1b!important}.astropanel-skeleton-card span,.astropanel-skeleton-card strong,.astropanel-skeleton-card p{display:block;border-radius:12px;background:linear-gradient(90deg,rgba(148,163,184,.18),rgba(148,163,184,.36),rgba(148,163,184,.18));background-size:200% 100%;animation:astropanelSkeleton 1.2s infinite}.astropanel-skeleton-card span{width:42%;height:18px}.astropanel-skeleton-card strong{width:74%;height:24px;margin-top:14px}.astropanel-skeleton-card p{height:14px;margin:14px 0}.astropanel-skeleton-card p:nth-child(4){width:92%}.astropanel-skeleton-card p:nth-child(5){width:68%}@keyframes astropanelSkeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}@media(max-width:640px){.astropanel-grid{grid-template-columns:1fr;gap:16px;margin:18px 0}.astropanel-card{padding:17px;border-radius:20px}.astropanel-card-topline{align-items:flex-start}.astropanel-tab-buttons{width:100%;border-radius:20px}.astropanel-tab{flex:1 1 auto;text-align:center}.astropanel-card-actions{display:grid;grid-template-columns:1fr;gap:8px}.astropanel-card button{width:100%}}@media(prefers-color-scheme:dark){:root{--astropanel-surface:#0f172a;--astropanel-text:#e5edf7;--astropanel-muted:#cbd5e1;--astropanel-line:rgba(148,163,184,.22)}.astropanel-card{background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-sign-color) 20%,transparent),transparent 40%),linear-gradient(180deg,#111827,#0f172a);border-color:#334155;box-shadow:0 10px 28px rgba(0,0,0,.22)}.astropanel-card,.astropanel-card p,.astropanel-card div,.astropanel-card span,.astropanel-card li{color:var(--astropanel-text)}.astropanel-card h3{color:#f8fafc!important}.astropanel-card-title-wrap strong,.astropanel-sign-description{color:#cbd5e1!important}.astropanel-content,.astropanel-content p,.astropanel-content li{color:#dbe4f0!important}.astropanel-card-period{background:color-mix(in srgb,var(--astropanel-sign-color) 20%,#0f172a);color:#f8fafc!important}.astropanel-card-date{background:#1e293b;color:#dbe4f0!important;border-color:#334155}.astropanel-card-icon,.astropanel-card-symbol{background:linear-gradient(145deg,color-mix(in srgb,var(--astropanel-sign-color) 24%,#1e293b),#111827)}.astropanel-tab-buttons{background:#111827;border-color:#334155}.astropanel-tab{color:#dbe4f0!important}.astropanel-tab.is-active,.astropanel-tab[aria-selected="true"]{background:#f8fafc!important;color:#111827!important}}.astropanel-horoscope-widget .astropanel-grid{grid-template-columns:1fr;gap:14px;margin:12px 0}.astropanel-horoscope-widget .astropanel-card{padding:16px;border-radius:18px}.astropanel-horoscope-widget .astropanel-card h3{font-size:1.12rem}.astropanel-horoscope-widget .astropanel-card-symbol,.astropanel-horoscope-widget .astropanel-card-icon{width:44px;height:44px;flex-basis:44px;font-size:1.6rem}.astropanel-horoscope-widget .astropanel-tab-buttons{width:100%;border-radius:18px}.astropanel-horoscope-widget .astropanel-tab{flex:1 1 auto;text-align:center;padding:8px 10px}.astropanel-horoscope-widget .astropanel-card-actions{display:grid;grid-template-columns:1fr;gap:8px}.astropanel-horoscope-widget .astropanel-card button{width:100%}.astropanel-card-actions .astropanel-copy{width:100%;justify-content:center;text-align:center}.astropanel-card-actions{align-items:end}.astropanel-content{margin-bottom:0}
.astropanel-compact-grid{display:grid;grid-template-columns:repeat(var(--astropanel-compact-columns,4),minmax(0,1fr));gap:12px;margin:18px 0}
.astropanel-compact-item{appearance:none;border:1px solid color-mix(in srgb,var(--astropanel-sign-color,var(--astropanel-primary)) 18%,var(--astropanel-line));background:linear-gradient(180deg,#fff,#fbfdff);border-radius:18px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:92px;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.astropanel-compact-item:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.11);border-color:color-mix(in srgb,var(--astropanel-sign-color,var(--astropanel-primary)) 38%,var(--astropanel-line))}
.astropanel-compact-icon{width:44px;height:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,color-mix(in srgb,var(--astropanel-sign-color,var(--astropanel-primary)) 16%,#fff),#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--astropanel-sign-color,var(--astropanel-primary)) 18%,transparent)}
.astropanel-compact-symbol{font-size:1.9rem;line-height:1;color:var(--astropanel-sign-color,var(--astropanel-primary));font-weight:900}
.astropanel-compact-icon-img{width:34px;height:34px;object-fit:contain}
.astropanel-compact-name{font-size:.9rem;font-weight:900;line-height:1.1;color:#172033!important;text-align:center;text-shadow:none}
.astropanel-modal{position:fixed;inset:0;z-index:99999;display:none}
.astropanel-modal.is-open{display:block}
.astropanel-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}
.astropanel-modal-dialog{position:relative;z-index:1;width:min(760px,calc(100vw - 32px));max-height:calc(100vh - 44px);overflow:auto;margin:22px auto;background:transparent;border-radius:var(--astropanel-radius)}
.astropanel-modal-close{position:sticky;top:10px;float:right;z-index:2;width:38px;height:38px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 12px 32px rgba(15,23,42,.24)}
.astropanel-modal-body{clear:both}.astropanel-modal-body .astropanel-card{margin:0}.astropanel-modal-loading{background:#fff;border-radius:18px;padding:28px;text-align:center;font-weight:800;color:#172033}
html.astropanel-modal-open{overflow:hidden}
@media(max-width:780px){.astropanel-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.astropanel-modal-dialog{width:calc(100vw - 20px);margin:10px auto}.astropanel-compact-item{min-height:86px}}
@media(max-width:420px){.astropanel-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.astropanel-compact-item .astropanel-compact-name{color:#172033!important}.astropanel-compact-item:hover .astropanel-compact-name{color:#0f172a!important}
/* AstroPanel 3.1.0 compact/icon text contrast hotfix */
.astropanel-compact-grid .astropanel-compact-item .astropanel-compact-name,
.astropanel-compact-grid button.astropanel-compact-item .astropanel-compact-name,
.astropanel-compact-grid .astropanel-compact-item:hover .astropanel-compact-name,
.astropanel-compact-grid .astropanel-compact-item:focus .astropanel-compact-name{
    color:#111827!important;
    opacity:1!important;
    text-shadow:none!important;
    -webkit-text-fill-color:#111827!important;
}
/* AstroPanel 3.1.0 V1 frontend polish */
.astropanel-card{min-width:0}
.astropanel-card-title-wrap,.astropanel-content{min-width:0}
.astropanel-content{overflow-wrap:anywhere}
.astropanel-compact-grid .astropanel-compact-item .astropanel-compact-name,
.astropanel-compact-grid button.astropanel-compact-item .astropanel-compact-name,
.astropanel-compact-grid .astropanel-compact-item:hover .astropanel-compact-name,
.astropanel-compact-grid .astropanel-compact-item:focus .astropanel-compact-name{color:#111827!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#111827!important}
.astropanel-modal-body .astropanel-card{box-shadow:0 24px 80px rgba(15,23,42,.24)}



/* AstroPanel 3.1.0 safe horoscope archive page */
.astropanel-archive-page{max-width:1180px;margin:32px auto;padding:0 18px;color:var(--astropanel-text,#172033)}
.astropanel-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:.92rem;color:#64748b}
.astropanel-breadcrumb a{color:var(--astropanel-primary,#7c3aed);font-weight:800;text-decoration:none}
.astropanel-archive-hero{border:1px solid rgba(148,163,184,.22);border-radius:28px;padding:34px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-primary) 18%,transparent),transparent 42%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--astropanel-shadow)}
.astropanel-archive-hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.05em;color:#0f172a}
.astropanel-archive-hero p{max-width:780px;font-size:1.05rem;line-height:1.7;color:#475569}
.astropanel-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px 0}
.astropanel-archive-card{border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.07);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.astropanel-archive-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(15,23,42,.13);border-color:color-mix(in srgb,var(--astropanel-primary) 34%,#e2e8f0)}
.astropanel-archive-link{display:flex;min-height:210px;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;text-decoration:none!important;color:#172033!important}
.astropanel-archive-symbol{width:58px;height:58px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:900;color:var(--astropanel-primary,#7c3aed)!important;background:linear-gradient(145deg,color-mix(in srgb,var(--astropanel-primary) 16%,#fff),#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--astropanel-primary) 18%,transparent)}
.astropanel-archive-title{font-size:1.25rem;font-weight:950;color:#0f172a!important}
.astropanel-archive-desc{font-size:.95rem;line-height:1.6;color:#475569!important;flex:1}
.astropanel-archive-cta{margin-top:auto;border-radius:999px;padding:8px 12px;background:linear-gradient(135deg,var(--astropanel-primary,#7c3aed),var(--astropanel-secondary,#ec4899));color:#fff!important;font-weight:900;font-size:.86rem}
@media(max-width:960px){.astropanel-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.astropanel-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.astropanel-archive-hero{padding:24px}}
@media(max-width:420px){.astropanel-archive-grid{grid-template-columns:1fr}}

/* AstroPanel 3.1.0 enriched horoscope profile */
.astropanel-profile-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0 0}
.astropanel-profile-pill{border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#f8fafc;padding:9px 10px;display:flex;flex-direction:column;gap:3px}
.astropanel-profile-pill em{font-style:normal;font-size:.72rem;font-weight:900;color:#64748b!important}
.astropanel-profile-pill strong{font-size:.88rem;color:#111827!important;line-height:1.2}
.astropanel-archive-meta{display:inline-flex;align-items:center;border-radius:999px;background:#f8fafc;border:1px solid rgba(148,163,184,.22);color:#475569!important;font-size:.82rem;font-weight:900;padding:6px 10px}
.astropanel-profile-standalone{max-width:980px;margin:24px auto}
.astropanel-profile-panel{border:1px solid rgba(148,163,184,.22);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 42px rgba(15,23,42,.08);padding:22px;margin:18px 0;color:#172033}
.astropanel-profile-panel h3,.astropanel-profile-standalone h2{margin-top:0;color:#0f172a!important;letter-spacing:-.03em}
.astropanel-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}
.astropanel-profile-fact{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#f8fafc;padding:13px}
.astropanel-profile-fact span{display:block;font-size:.76rem;color:#64748b!important;font-weight:900;margin-bottom:5px}
.astropanel-profile-fact strong{display:block;color:#111827!important;font-weight:950}
.astropanel-profile-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}
.astropanel-profile-list{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#fff;padding:14px}
.astropanel-profile-list h4,.astropanel-profile-area h4{margin:0 0 10px;color:#0f172a!important}
.astropanel-profile-list ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.astropanel-profile-list li{border-radius:999px;background:color-mix(in srgb,var(--astropanel-primary) 10%,#fff);border:1px solid color-mix(in srgb,var(--astropanel-primary) 22%,#e2e8f0);padding:7px 10px;font-weight:800;color:#111827!important}
.astropanel-profile-areas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.astropanel-profile-area{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#fff;padding:15px}
.astropanel-profile-area p{margin:0;line-height:1.7;color:#334155!important}
@media(max-width:820px){.astropanel-profile-facts,.astropanel-profile-areas{grid-template-columns:1fr}.astropanel-profile-lists{grid-template-columns:1fr}}
@media(max-width:520px){.astropanel-profile-summary{grid-template-columns:1fr}}

/* AstroPanel 3.1.0 Tarot module */
.astropanel-tarot{margin:26px 0;padding:24px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-primary) 18%,transparent),transparent 42%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--astropanel-shadow)}
.astropanel-tarot-head p{margin:0 0 6px;color:var(--astropanel-primary,#7c3aed)!important;font-weight:900;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.astropanel-tarot-head h2{margin:0 0 18px;color:#0f172a!important;letter-spacing:-.04em}
.astropanel-tarot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.astropanel-tarot-card{border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#fff;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.07);display:flex;flex-direction:column;gap:14px}.astropanel-tarot-card-face{min-height:230px;border-radius:18px;background:linear-gradient(160deg,#111827,#312e81 58%,var(--astropanel-primary,#7c3aed));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:18px;position:relative;overflow:hidden}.astropanel-tarot-card-face::before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.35);border-radius:14px}.astropanel-tarot-label{position:relative;z-index:1;border-radius:999px;background:rgba(255,255,255,.14);padding:5px 10px;font-size:.78rem;font-weight:900;color:#fff!important}.astropanel-tarot-symbol{position:relative;z-index:1;font-size:4rem;line-height:1;margin:16px 0 10px;color:#fff!important;text-shadow:0 12px 34px rgba(0,0,0,.24)}.astropanel-tarot-card h3{position:relative;z-index:1;margin:0;color:#fff!important;font-size:1.35rem}.astropanel-tarot-card p{margin:0;line-height:1.7;color:#334155!important;font-weight:600}@media(max-width:820px){.astropanel-tarot-grid{grid-template-columns:1fr}.astropanel-tarot-card-face{min-height:190px}}

/* AstroPanel 3.1.0 Numerology module */
.astropanel-numerology{margin:26px 0;padding:24px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-secondary,#ec4899) 16%,transparent),transparent 42%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--astropanel-shadow);color:#172033}.astropanel-numerology-head p{margin:0 0 6px;color:var(--astropanel-primary,#7c3aed)!important;font-weight:900;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.astropanel-numerology-head h2{margin:0 0 18px;color:#0f172a!important;letter-spacing:-.04em}.astropanel-numerology-form{display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin-bottom:18px}.astropanel-numerology-form label{display:flex;flex-direction:column;gap:6px;font-weight:900;color:#334155}.astropanel-numerology-form input{min-width:260px;border:1px solid rgba(148,163,184,.45);border-radius:14px;padding:11px 12px;font-size:1rem}.astropanel-numerology-form button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,var(--astropanel-primary,#7c3aed),var(--astropanel-secondary,#ec4899));color:#fff;font-weight:950;cursor:pointer}.astropanel-numerology-result{display:flex;gap:18px;align-items:center;border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#fff;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.07)}.astropanel-numerology-result.is-error{display:block;color:#991b1b;background:#fee2e2;border-color:#fecaca}.astropanel-numerology-number{width:84px;height:84px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,var(--astropanel-primary,#7c3aed));color:#fff!important;font-size:2.5rem;font-weight:950;box-shadow:0 16px 42px rgba(15,23,42,.18)}.astropanel-numerology-result h3{margin:0 0 8px;color:#0f172a!important}.astropanel-numerology-result p{margin:0;line-height:1.7;color:#334155!important}@media(max-width:620px){.astropanel-numerology-form{display:block}.astropanel-numerology-form label{margin-bottom:12px}.astropanel-numerology-form input{min-width:0;width:100%}.astropanel-numerology-result{align-items:flex-start;flex-direction:column}}

/* AstroPanel 3.1.0 Compatibility module */
.astropanel-compatibility{margin:26px 0;padding:24px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--astropanel-secondary,#ec4899) 18%,transparent),transparent 42%),linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--astropanel-shadow);color:#172033}.astropanel-compatibility-head p{margin:0 0 6px;color:var(--astropanel-primary,#7c3aed)!important;font-weight:900;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.astropanel-compatibility-head h2{margin:0 0 18px;color:#0f172a!important;letter-spacing:-.04em}.astropanel-compatibility-form{display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin-bottom:18px}.astropanel-compatibility-form label{display:flex;flex-direction:column;gap:6px;font-weight:900;color:#334155}.astropanel-compatibility-form select{min-width:220px;border:1px solid rgba(148,163,184,.45);border-radius:14px;padding:11px 12px;font-size:1rem;background:#fff}.astropanel-compatibility-form button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,var(--astropanel-primary,#7c3aed),var(--astropanel-secondary,#ec4899));color:#fff;font-weight:950;cursor:pointer}.astropanel-compatibility-result{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:#fff;padding:20px;box-shadow:0 12px 34px rgba(15,23,42,.07)}.astropanel-compatibility-result.is-error{display:block;color:#991b1b;background:#fee2e2;border-color:#fecaca}.astropanel-compatibility-score{width:140px;height:140px;border-radius:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#111827,var(--astropanel-primary,#7c3aed),var(--astropanel-secondary,#ec4899));color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.2)}.astropanel-compatibility-score span{font-size:2.6rem;font-weight:950;line-height:1;color:#fff!important}.astropanel-compatibility-score small{font-weight:900;color:#fff!important;opacity:.9}.astropanel-compatibility-content h3{margin:0 0 8px;color:#0f172a!important}.astropanel-compatibility-content p{line-height:1.7;color:#334155!important}.astropanel-compatibility-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.astropanel-compatibility-box{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#f8fafc;padding:14px}.astropanel-compatibility-box h4{margin:0 0 10px;color:#0f172a!important}.astropanel-compatibility-box ul{margin:0;padding-left:18px;color:#334155!important;line-height:1.65}@media(max-width:780px){.astropanel-compatibility-result{grid-template-columns:1fr}.astropanel-compatibility-score{width:120px;height:120px}.astropanel-compatibility-columns{grid-template-columns:1fr}}@media(max-width:520px){.astropanel-compatibility-form{display:block}.astropanel-compatibility-form label{margin-bottom:12px}.astropanel-compatibility-form select{width:100%;min-width:0}}

/* AstroPanel 3.1.0 card profile alignment */
.astropanel-grid .astropanel-card,
.astropanel-tabs-panel .astropanel-card,
.astropanel-modal-body .astropanel-card{display:flex;flex-direction:column}
.astropanel-card .astropanel-profile-summary{margin-top:auto!important;margin-bottom:12px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}
.astropanel-card .astropanel-profile-pill{min-height:58px;justify-content:center;align-items:center;text-align:center;padding:9px 8px!important}
.astropanel-card .astropanel-profile-pill em{display:block;white-space:nowrap}
.astropanel-card .astropanel-profile-pill strong{display:block;word-break:break-word}
.astropanel-card .astropanel-card-actions{margin-top:0!important}
@media(max-width:720px){.astropanel-card .astropanel-profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.astropanel-card .astropanel-profile-pill{min-height:54px}}


/* AstroPanel 3.1.0 design pack preparation */
.astropanel-design-pack {
    box-sizing: border-box;
}

.astropanel-design-pack * {
    box-sizing: border-box;
}

.astropanel-design-pack--classic {
    --astropanel-card-radius: 16px;
    --astropanel-card-gap: 16px;
}

.astropanel-design-pack--soft {
    --astropanel-card-radius: 24px;
    --astropanel-card-gap: 18px;
}

.astropanel-design-pack--minimal {
    --astropanel-card-radius: 10px;
    --astropanel-card-gap: 12px;
}

.astropanel-design-pack--premium {
    --astropanel-card-radius: 28px;
    --astropanel-card-gap: 20px;
}


/* AstroPanel 3.1.0 frontend stabilization */
.astropanel-card,
.astropanel-grid,
.astropanel-tabs,
.astropanel-compact-grid,
.astropanel-profile-panel,
.astropanel-tarot,
.astropanel-numerology,
.astropanel-compatibility {
    max-width: 100%;
}

.astropanel-content img,
.astropanel-card img {
    max-width: 100%;
    height: auto;
}

/* AstroPanel 3.1.0 compatibility patch */
.astropanel-card,
.astropanel-panel,
.astropanel-profile-panel,
.astropanel-archive-card { box-sizing: border-box; }

.astropanel-card *,
.astropanel-panel *,
.astropanel-profile-panel *,
.astropanel-archive-card * { box-sizing: border-box; }

.astropanel-grid,
.astropanel-archive-grid,
.astropanel-compact-grid { width: 100%; }


/* AstroPanel 3.1.0 performance maintenance */
.astropanel-card,
.astropanel-archive-card,
.astropanel-profile-panel {
    overflow-wrap: anywhere;
}

.astropanel-grid,
.astropanel-archive-grid,
.astropanel-compact-grid {
    contain: layout style;
}

/* AstroPanel 3.1.0 horoscope frontend stabilization */
.astropanel-card,
.astropanel-grid,
.astropanel-tabs,
.astropanel-compact-grid,
.astropanel-icons,
.astropanel-profile-panel,
.astropanel-archive-grid,
.astropanel-archive-card {
    max-width: 100%;
}

.astropanel-card,
.astropanel-profile-panel,
.astropanel-archive-card {
    overflow-wrap: break-word;
}

.astropanel-grid,
.astropanel-archive-grid,
.astropanel-compact-grid {
    gap: 16px;
}

/* AstroPanel 3.1.0 extra modules stabilization */
.astropanel-tarot,
.astropanel-numerology,
.astropanel-compatibility {
    max-width: 100%;
    overflow-wrap: break-word;
}

.astropanel-tarot form,
.astropanel-numerology form,
.astropanel-compatibility form {
    max-width: 100%;
}

.astropanel-tarot input,
.astropanel-tarot select,
.astropanel-tarot textarea,
.astropanel-numerology input,
.astropanel-numerology select,
.astropanel-numerology textarea,
.astropanel-compatibility input,
.astropanel-compatibility select,
.astropanel-compatibility textarea {
    max-width: 100%;
    box-sizing: border-box;
}

.astropanel-tarot .is-loading,
.astropanel-numerology .is-loading,
.astropanel-compatibility .is-loading {
    opacity: .7;
    cursor: wait;
}

/* AstroPanel 3.1.0 stable patch */
.astropanel-card,
.astropanel-panel,
.astropanel-tarot,
.astropanel-numerology,
.astropanel-compatibility {
    box-sizing: border-box;
}

.astropanel-card *,
.astropanel-panel *,
.astropanel-tarot *,
.astropanel-numerology *,
.astropanel-compatibility * {
    box-sizing: border-box;
}

/* AstroPanel 3.1.0 shortcode block stabilization */
.wp-block-astropanel-horoscope-daily,
.wp-block-astropanel-horoscope-weekly,
.wp-block-astropanel-horoscope-monthly,
.wp-block-astropanel-tarot-daily,
.wp-block-astropanel-numerology-report,
.wp-block-astropanel-compatibility {
    max-width: 100%;
}

/* AstroPanel 3.1.0 result overflow patch */
.astropanel-tarot,
.astropanel-numerology,
.astropanel-compatibility,
.astropanel-card {
    word-break: normal;
    overflow-wrap: anywhere;
}

/* AstroPanel 3.1.0 focus patch */
.astropanel-card a:focus,
.astropanel-tabs button:focus,
.astropanel-tarot button:focus,
.astropanel-numerology button:focus,
.astropanel-compatibility button:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* AstroPanel 3.1.0 frontend mobile patch */
@media (max-width: 600px) {
    .astropanel-grid,
    .astropanel-archive-grid,
    .astropanel-compact-grid {
        grid-template-columns: 1fr;
    }

    .astropanel-card,
    .astropanel-profile-panel,
    .astropanel-archive-card {
        min-width: 0;
    }
}

/* AstroPanel 3.1.0 content readability */
.astropanel-card p,
.astropanel-profile-panel p,
.astropanel-archive-card p,
.astropanel-tarot p,
.astropanel-numerology p,
.astropanel-compatibility p {
    line-height: 1.65;
}

.astropanel-card h2,
.astropanel-card h3,
.astropanel-profile-panel h2,
.astropanel-profile-panel h3 {
    line-height: 1.25;
}

/* AstroPanel 3.1.0 seo intro style */
.astropanel-seo-intro {
    margin: 0 0 18px;
    line-height: 1.7;
}

/* AstroPanel 3.1.0 seo microcopy spacing */
.astropanel-seo-intro + .astropanel-grid,
.astropanel-seo-intro + .astropanel-tabs,
.astropanel-seo-intro + .astropanel-card {
    margin-top: 16px;
}

/* AstroPanel 3.1.0 archive readability polish */
.astropanel-archive-card,
.astropanel-profile-panel,
.astropanel-card {
    hyphens: auto;
}

.astropanel-archive-card .astropanel-meta,
.astropanel-card .astropanel-meta {
    font-size: 0.95em;
}

/* AstroPanel 3.1.0 frontend seo final polish */
.astropanel-seo-intro,
.astropanel-card,
.astropanel-archive-card,
.astropanel-profile-panel {
    text-wrap: pretty;
}

/* AstroPanel 3.1.0 form label polish */
.astropanel-tarot label,
.astropanel-numerology label,
.astropanel-compatibility label {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
}

/* AstroPanel 3.1.0 premium frontend notice */
.astropanel-premium-notice {
    padding: 14px 16px;
    border-radius: 10px;
    margin: 16px 0;
    line-height: 1.6;
}

/* AstroPanel 3.1.0 premium notice finish */
.astropanel-premium-notice strong {
    font-weight: 700;
}

.astropanel-premium-notice p:last-child {
    margin-bottom: 0;
}

/* AstroPanel 3.1.0 premium final lock */
.astropanel-premium-notice a {
    font-weight: 600;
    text-decoration: underline;
}

/* AstroPanel 3.1.0 premium copy finish */
.astropanel-premium-notice small {
    display: block;
    margin-top: 8px;
    line-height: 1.5;
}

/* AstroPanel 3.1.0 premium release lock */
.astropanel-premium-notice {
    max-width: 100%;
    box-sizing: border-box;
}

/* AstroPanel 3.1.0 launch landing polish */
.astropanel-demo-section,
.astropanel-sales-section {
    max-width: 100%;
    box-sizing: border-box;
}

/* AstroPanel 3.1.0 productization frontend polish */
.astropanel-landing-block,
.astropanel-demo-section,
.astropanel-sales-section {
    width: 100%;
    max-width: 100%;
}

/* AstroPanel 3.1.0 content quality typography */
.astropanel-card p,
.astropanel-tarot p,
.astropanel-numerology p,
.astropanel-compatibility p {
    margin-bottom: 1em;
}

.astropanel-card ul,
.astropanel-tarot ul,
.astropanel-numerology ul,
.astropanel-compatibility ul {
    padding-left: 1.25em;
}

/* AstroPanel 3.1.0 seo block polish */
.astropanel-seo-block {
    margin: 0 0 22px;
    line-height: 1.7;
}

.astropanel-seo-block h2,
.astropanel-seo-block h3 {
    margin-top: 0;
}

/* AstroPanel 3.1.0 premium ready frontend */
.astropanel-premium-lock,
.astropanel-premium-cta {
    max-width: 100%;
    box-sizing: border-box;
}

/* AstroPanel 3.1.0 sales landing frontend */
.astropanel-landing-block,
.astropanel-sales-section,
.astropanel-demo-section {
    margin-bottom: 24px;
}

/* AstroPanel 3.1.0 final publish frontend */
.astropanel-card,
.astropanel-profile-panel,
.astropanel-archive-card,
.astropanel-premium-notice {
    max-width: 100%;
}

/* AstroPanel 3.1.0 license frontend */
.astropanel-license-message {
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
}

/* AstroPanel 3.1.0 performance frontend */
.astropanel-card,
.astropanel-grid,
.astropanel-archive-card {
    contain: content;
}

/* AstroPanel 3.1.0 commercial frontend */
.astropanel-commercial-section,
.astropanel-landing-block,
.astropanel-sales-section {
    max-width: 100%;
    box-sizing: border-box;
}

/* AstroPanel 3.1.0 support frontend */
.astropanel-help-block {
    max-width: 100%;
    line-height: 1.65;
}

/* AstroPanel 3.1.0 market frontend */
.astropanel-market-section,
.astropanel-commercial-section {
    max-width: 100%;
    box-sizing: border-box;
}

/* AstroPanel 3.1.2 calculators frontend */
.astropanel-calculators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:28px 0}
.astropanel-calculator{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9)),radial-gradient(circle at top right,var(--ap-calc-secondary,#f5f3ff),transparent 48%);color:var(--ap-calc-text,#1f2937);font-family:var(--ap-calc-font,inherit);border:1px solid rgba(124,58,237,.16);border-radius:calc(var(--ap-calc-radius,16px) + 8px);padding:24px;margin:0 0 24px;box-sizing:border-box;box-shadow:0 18px 45px rgba(15,23,42,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.astropanel-calculators .astropanel-calculator{margin:0}
.astropanel-calculator::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--ap-calc-primary,#7c3aed),#ec4899);z-index:-1}
.astropanel-calculator::after{content:"";position:absolute;width:190px;height:190px;right:-92px;top:-94px;border-radius:999px;background:color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 12%,transparent);z-index:-1}
.astropanel-calculator:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(15,23,42,.16);border-color:rgba(124,58,237,.28)}
.astropanel-calculator,.astropanel-calculator *{box-sizing:border-box}
.astropanel-calculator-header{display:flex;align-items:flex-start;gap:16px;margin:0 0 22px}
.astropanel-calculator-icon{flex:0 0 48px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,var(--ap-calc-primary,#7c3aed),#ec4899);color:#fff;font-size:26px;font-weight:800;line-height:1;box-shadow:0 12px 28px color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 28%,transparent)}
.astropanel-calculator-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:5px 10px;margin:0 0 8px;background:color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 11%,#fff);color:var(--ap-calc-primary,#7c3aed);font-size:.76rem;font-weight:800;line-height:1;letter-spacing:.02em}
.astropanel-calculator h3{margin:0 0 6px;color:var(--ap-calc-text,#1f2937);font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2;font-weight:800}
.astropanel-calculator-header p{margin:0;color:color-mix(in srgb,var(--ap-calc-text,#1f2937) 72%,#64748b);font-size:.95rem;line-height:1.55}
.astropanel-calculator-form{display:grid;grid-template-columns:1fr;gap:14px;margin-top:auto}
.astropanel-calculator-form label{display:block;margin:0}
.astropanel-calculator-form label span{display:block;color:var(--ap-calc-text,#1f2937);font-size:.9rem;font-weight:800;margin:0 0 7px}
.astropanel-calculator-form input{width:100%;max-width:100%;min-height:46px;box-sizing:border-box;border:1px solid rgba(100,116,139,.26);border-radius:14px;padding:11px 13px;background:rgba(255,255,255,.86);color:var(--ap-calc-text,#1f2937);font:inherit;outline:none;box-shadow:0 1px 0 rgba(15,23,42,.03);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.astropanel-calculator-form input:focus{border-color:var(--ap-calc-primary,#7c3aed);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 14%,transparent)}
.astropanel-calculator-form button{width:100%;min-height:48px;border:0;border-radius:999px;padding:12px 18px;margin-top:2px;background:linear-gradient(135deg,var(--ap-calc-primary,#7c3aed),#ec4899);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 14px 32px color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 24%,transparent);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.astropanel-calculator-form button:hover{transform:translateY(-1px);filter:saturate(1.08);box-shadow:0 18px 38px color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 30%,transparent)}
.astropanel-calculator-form button:focus-visible{outline:3px solid color-mix(in srgb,var(--ap-calc-primary,#7c3aed) 28%,transparent);outline-offset:3px}
.astropanel-calculator-result{margin-top:18px;padding:16px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,255,255,.78));border:1px solid rgba(124,58,237,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
.astropanel-calculator-result span{display:block;margin:0 0 4px;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.astropanel-calculator-result strong{display:block;margin:0 0 6px;color:var(--ap-calc-primary,#7c3aed);font-size:1.22em;line-height:1.25}
.astropanel-calculator-result p{margin:0;color:var(--ap-calc-text,#1f2937);line-height:1.6}
@media(max-width:1024px){.astropanel-calculators{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.astropanel-calculators{grid-template-columns:1fr;gap:18px}.astropanel-calculator{padding:20px;border-radius:var(--ap-calc-radius,16px)}.astropanel-calculator-header{gap:13px}.astropanel-calculator-icon{width:44px;height:44px;flex-basis:44px;border-radius:14px;font-size:24px}}
