
/* V101.90 Daily Horoscope compact showcase UI — designed for 13-inch laptops */
html,body{max-width:100%;overflow-x:hidden}
body[data-service-id="daily-horoscope"]{min-height:100vh}
body[data-service-id="daily-horoscope"] .daily-horoscope-shell{
 max-width:1540px;margin:0 auto;padding:10px 16px 14px;box-sizing:border-box
}
.dg-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;align-items:center;
 padding:12px 16px;border:1px solid rgba(216,173,58,.36);border-radius:16px;
 background:linear-gradient(135deg,rgba(8,78,59,.98),rgba(4,48,37,.98));box-shadow:0 9px 25px rgba(0,0,0,.18)}
.dg-hero .badge{margin-bottom:4px}.dg-hero h1{margin:0;font-size:clamp(27px,2.15vw,38px);line-height:1.04;color:#fff}
.dg-hero p{margin:4px 0 0;font-size:13.5px;opacity:.84}
.dg-profile{display:flex;align-items:center;gap:10px;min-width:0;padding:9px 11px;border:1px solid rgba(216,173,58,.34);
 border-radius:13px;background:rgba(1,37,28,.72)}
.dg-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#fff;
 background:linear-gradient(135deg,#7c3aed,#e6b63c)}
.dg-profile small{display:block;font-size:10.5px;opacity:.7}.dg-profile strong{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dg-toolbar{display:grid;grid-template-columns:auto auto 1fr auto;gap:8px;align-items:center;margin:8px 0;
 padding:7px 9px;border:1px solid rgba(216,173,58,.20);border-radius:13px;background:rgba(5,57,44,.55)}
.dg-tabs{display:flex;gap:5px}.dg-tabs button,.dg-share button{height:34px;border-radius:9px;border:1px solid rgba(216,173,58,.30);
 background:rgba(10,79,61,.62);color:#f4f0e6;font-weight:700;padding:0 11px;cursor:pointer;white-space:nowrap}
.dg-tabs button.active,.dg-share button.primary{background:#ddb23f;color:#17261f}
.dg-date{display:flex;align-items:center;gap:6px}.dg-date label{font-size:11px;opacity:.72}.dg-date input{height:34px;max-width:145px;padding:0 8px;border-radius:8px}
.dg-share{display:flex;gap:5px;justify-content:flex-end}
.dg-selector{padding:7px 9px;border:1px solid rgba(216,173,58,.16);border-radius:13px;background:rgba(4,48,37,.42)}
.dg-selector-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px}.dg-selector-head small{opacity:.62}
.daily-choice-wheel{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:3px}
.daily-choice{min-width:0;padding:4px 1px;border:1px solid transparent;border-radius:9px;background:transparent;color:#f5f0e5;cursor:pointer}
.daily-choice span{display:block;font-size:23px;line-height:1}.daily-choice strong{display:block;font-size:9.6px;line-height:1.08;margin-top:3px;overflow-wrap:anywhere}
.daily-choice:hover,.daily-choice.active{border-color:#dcb13e;background:rgba(220,177,62,.09)}
#dailyResult{margin-top:8px}
.dg-reading{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px;padding:10px;border:1px solid rgba(216,173,58,.25);
 border-radius:15px;background:linear-gradient(180deg,rgba(5,62,47,.94),rgba(3,41,32,.96))}
.dg-summary{display:flex;flex-direction:column;justify-content:center;padding-right:10px;border-right:1px solid rgba(216,173,58,.17)}
.dg-symbol{font-size:48px;line-height:1}.dg-summary h2{font-size:22px;margin:3px 0 1px}.dg-meta{font-size:11px;opacity:.72;margin-bottom:6px}
.dg-overall{margin:0;font-size:13px;line-height:1.35}
.dg-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.dg-card{min-height:70px;padding:7px 9px;border:1px solid rgba(216,173,58,.14);border-radius:10px;background:rgba(8,73,56,.45)}
.dg-card strong{display:block;color:#f0bd40;font-size:11px;margin-bottom:3px}.dg-card p{margin:0;font-size:11.5px;line-height:1.28}
.dg-scope{grid-column:1/-1;margin:0;padding-top:2px;font-size:10.5px;opacity:.62}
.daily-empty{margin:0;padding:10px;text-align:center;opacity:.7}
@media(max-width:1280px){
 .daily-choice-wheel{grid-template-columns:repeat(10,minmax(0,1fr))}
 .dg-toolbar{grid-template-columns:auto auto 1fr}.dg-share{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:900px){
 .dg-hero{grid-template-columns:1fr}.dg-profile{max-width:420px}
 .daily-choice-wheel{grid-template-columns:repeat(7,minmax(0,1fr))}
 .dg-reading{grid-template-columns:1fr}.dg-summary{border-right:0;border-bottom:1px solid rgba(216,173,58,.17);padding:0 0 8px}
 .dg-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
 body[data-service-id="daily-horoscope"] .daily-horoscope-shell{padding:7px}
 .daily-choice-wheel{grid-template-columns:repeat(5,minmax(0,1fr))}
 .dg-cards{grid-template-columns:1fr}.dg-toolbar{grid-template-columns:1fr}.dg-share{overflow-x:auto}
}
@media print{
 .product-topbar,.dg-toolbar,.dg-selector{display:none!important}.dg-reading{border:0}.daily-horoscope-shell{padding:0!important}
}
