.dm-daily-tools{margin:0 0 1rem;border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}
.dm-daily-fold{margin:0}.dm-daily-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:1rem;background:linear-gradient(115deg,#2A0A50,#3B0F6F 68%,#5B2D9E);color:#fff;cursor:pointer;list-style:none}.dm-daily-head::-webkit-details-marker{display:none}.dm-daily-head:after{content:'+';display:grid;place-items:center;align-self:center;width:2rem;height:2rem;margin-left:.15rem;border:1px solid rgba(255,213,58,.72);border-radius:50%;color:var(--gold);font:700 1.15rem/1 var(--font-body)}.dm-daily-fold[open]>.dm-daily-head:after{content:'−'}.dm-daily-head:focus-visible{outline:3px solid var(--gold);outline-offset:-4px}
.dm-daily-kicker{display:block;margin-bottom:.25rem;color:var(--gold);font:700 .64rem/1.2 var(--font-mono);letter-spacing:.12em;text-transform:uppercase}
.dm-daily-head h3{margin:0;color:#fff;font:700 clamp(1.22rem,2.6vw,1.72rem)/1.2 var(--font-display)}
.dm-daily-tools .dm-daily-head p{max-width:740px;margin:.35rem 0 0;color:rgba(255,255,255,.86);font-size:.76rem;line-height:1.4}
.dm-daily-state{grid-column:2;padding:.34rem .58rem;border:1px solid rgba(255,213,58,.72);border-radius:999px;color:var(--gold-light);font:600 .61rem/1.25 var(--font-mono);white-space:nowrap}.dm-daily-head:after{grid-column:3;grid-row:1}
.dm-daily-body{padding:1rem}
.dm-daily-planner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:.65rem;align-items:end}
.dm-daily-field{display:grid;gap:.3rem;min-width:0;color:var(--purple-deep);font-size:.68rem;font-weight:700}
.dm-daily-field input{width:100%;min-height:44px;padding:.68rem .78rem;border:1px solid var(--gold-muted);border-radius:999px;background:var(--surface);color:var(--ink);font:500 .78rem/1.2 var(--font-body)}
.dm-daily-field input:focus{outline:3px solid color-mix(in srgb,var(--gold) 42%,transparent);outline-offset:2px;border-color:var(--purple)}
.dm-daily-action{min-height:44px;padding:.65rem .9rem;border:1px solid #3B0F6F;border-radius:999px;background:#3B0F6F;color:#fff;font:700 .72rem/1.2 var(--font-body);cursor:pointer}
.dm-daily-action:hover,.dm-daily-action:focus-visible{background:var(--gold);border-color:var(--gold);color:var(--purple-deep);outline:2px solid var(--purple);outline-offset:2px}
.dm-daily-save{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.65rem 0 0;padding:.55rem .65rem;border-radius:.65rem;background:var(--purple-pale);color:var(--muted);font-size:.67rem;line-height:1.35}
.dm-daily-save button{min-height:44px;padding:.48rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--purple);font-weight:700;cursor:pointer}
.dm-daily-sources{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.45rem;margin-top:.65rem}
.dm-daily-source{display:flex;flex-direction:column;min-width:0;padding:.5rem .58rem;border:1px solid var(--border-light);border-radius:.7rem;background:color-mix(in srgb,var(--cream) 58%,var(--surface))}
.dm-daily-source span{color:var(--purple-deep);font-size:.76rem;font-weight:800}
.dm-daily-tools .dm-daily-source p{margin:.22rem 0 .32rem;color:var(--muted);font-size:.7rem;line-height:1.32}
.dm-daily-source small{display:block;margin-top:auto;color:var(--muted);font:600 .56rem/1.25 var(--font-mono);text-transform:uppercase;letter-spacing:.05em}
.dm-daily-source a{display:inline-flex;align-items:center;min-height:44px;margin-top:.2rem;color:var(--purple);font-size:.68rem;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.dm-daily-tools .dm-daily-boundary{margin:.55rem 0 0;color:var(--muted2);font-size:.68rem;line-height:1.35}
[data-theme="dark"] .dm-daily-save{background:rgba(255,213,58,.08);color:var(--ink);border:1px solid color-mix(in srgb,var(--gold) 20%,var(--border))}
[data-theme="dark"] .dm-daily-source{background:var(--surface-alt)}
[data-theme="dark"] .dm-daily-field,[data-theme="dark"] .dm-daily-source span{color:var(--gold-light)}
@media(max-width:1250px){.dm-daily-sources{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.dm-daily-planner{grid-template-columns:repeat(2,minmax(0,1fr))}.dm-daily-action{grid-column:1/-1}.dm-daily-sources{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.dm-daily-head{grid-template-columns:minmax(0,1fr) auto}.dm-daily-state{grid-column:1;grid-row:2;justify-self:start;white-space:normal}.dm-daily-head:after{grid-column:2;grid-row:1/3}.dm-daily-body{padding:.85rem 4rem .85rem .85rem}.dm-daily-planner,.dm-daily-sources{grid-template-columns:1fr}.dm-daily-action{grid-column:auto}.dm-daily-save{align-items:flex-start;flex-direction:column}.dm-daily-save button{width:100%}}
