.days-calculator[data-astro-cid-3yyfcu22]{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;position:relative}.calc-section[data-astro-cid-3yyfcu22]{margin-bottom:2rem}.calc-section[data-astro-cid-3yyfcu22]:last-child{margin-bottom:0}.calc-section[data-astro-cid-3yyfcu22] h3[data-astro-cid-3yyfcu22]{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dates-row[data-astro-cid-3yyfcu22]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.date-picker[data-astro-cid-3yyfcu22]{display:flex;flex-direction:column}.date-picker[data-astro-cid-3yyfcu22] label[data-astro-cid-3yyfcu22]{font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.date-picker[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22][type=date]{padding:.75rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;outline:none;background:var(--card-bg)}.date-picker[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22][type=date]:focus{border-color:var(--accent)}.date-info[data-astro-cid-3yyfcu22]{font-size:.8rem;color:var(--text-muted);margin-top:.25rem;min-height:1.2em}.include-end[data-astro-cid-3yyfcu22]{margin-bottom:1rem}.include-end[data-astro-cid-3yyfcu22] label[data-astro-cid-3yyfcu22]{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--text-muted)}.include-end[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22][type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.diff-results[data-astro-cid-3yyfcu22]{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.diff-card[data-astro-cid-3yyfcu22]{background:var(--bg);border-radius:8px;padding:1rem;text-align:center}.diff-card[data-astro-cid-3yyfcu22].main{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd}.diff-value[data-astro-cid-3yyfcu22]{display:block;font-size:1.5rem;font-weight:700;color:var(--text)}.diff-card[data-astro-cid-3yyfcu22].main .diff-value[data-astro-cid-3yyfcu22]{font-size:2rem;color:var(--accent)}.diff-label[data-astro-cid-3yyfcu22]{font-size:.75rem;color:var(--text-muted);text-transform:uppercase}.add-row[data-astro-cid-3yyfcu22]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.operation-row[data-astro-cid-3yyfcu22]{display:flex;gap:.5rem;align-items:flex-end}.operation-row[data-astro-cid-3yyfcu22] select[data-astro-cid-3yyfcu22],.operation-row[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22]{padding:.75rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;outline:none;background:var(--card-bg)}.operation-row[data-astro-cid-3yyfcu22] select[data-astro-cid-3yyfcu22]:first-child{width:60px}.operation-row[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22]{width:80px}.operation-row[data-astro-cid-3yyfcu22] select[data-astro-cid-3yyfcu22]:last-child{flex:1}.operation-row[data-astro-cid-3yyfcu22] select[data-astro-cid-3yyfcu22]:focus,.operation-row[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22]:focus{border-color:var(--accent)}.add-result[data-astro-cid-3yyfcu22]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--bg);border-radius:8px}.add-result[data-astro-cid-3yyfcu22] .result-label[data-astro-cid-3yyfcu22]{font-size:.875rem;color:var(--text-muted)}.add-result[data-astro-cid-3yyfcu22] .result-date[data-astro-cid-3yyfcu22]{font-size:1.25rem;font-weight:700;color:var(--accent)}.add-result[data-astro-cid-3yyfcu22] .result-weekday[data-astro-cid-3yyfcu22]{font-size:.875rem;color:var(--text-muted)}.copy-btn[data-astro-cid-3yyfcu22]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--card-bg);border-radius:6px;color:var(--text-muted);cursor:pointer;transition:all .2s;margin-left:auto}.copy-btn[data-astro-cid-3yyfcu22]:hover{background:var(--accent);color:#fff}.copy-btn[data-astro-cid-3yyfcu22].copied{background:var(--success);color:#fff}.toast[data-astro-cid-3yyfcu22]{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;opacity:0;transition:all .3s ease;z-index:1000}.toast[data-astro-cid-3yyfcu22].show{transform:translate(-50%) translateY(0);opacity:1}@media (max-width: 600px){.dates-row[data-astro-cid-3yyfcu22],.add-row[data-astro-cid-3yyfcu22]{grid-template-columns:1fr}.diff-results[data-astro-cid-3yyfcu22]{grid-template-columns:repeat(2,1fr)}.operation-row[data-astro-cid-3yyfcu22]{flex-wrap:wrap}.operation-row[data-astro-cid-3yyfcu22] input[data-astro-cid-3yyfcu22],.operation-row[data-astro-cid-3yyfcu22] select[data-astro-cid-3yyfcu22]:last-child{flex:1;min-width:80px}}.calculator-page[data-astro-cid-ur7pwhxv] h1[data-astro-cid-ur7pwhxv]{font-size:1.75rem;margin-bottom:.5rem;color:var(--text)}.intro[data-astro-cid-ur7pwhxv]{color:var(--text-muted);margin-bottom:1.5rem}.info-section[data-astro-cid-ur7pwhxv]{margin-top:2.5rem}.info-section[data-astro-cid-ur7pwhxv] h2[data-astro-cid-ur7pwhxv]{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.info-section[data-astro-cid-ur7pwhxv] p[data-astro-cid-ur7pwhxv],.info-section[data-astro-cid-ur7pwhxv] li[data-astro-cid-ur7pwhxv]{color:var(--text-muted);margin-bottom:.5rem}.info-section[data-astro-cid-ur7pwhxv] ul[data-astro-cid-ur7pwhxv]{margin-left:1.25rem;margin-top:.5rem}
