.DateDifferenceCalculatorTool-module__6t6OTa__tool{flex-direction:column;gap:24px;width:100%;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__tabs{border:1px solid var(--color-border);background:#fff;border-radius:12px;gap:4px;padding:4px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s}.DateDifferenceCalculatorTool-module__6t6OTa__tab:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.DateDifferenceCalculatorTool-module__6t6OTa__tabActive{background:var(--color-accent);color:#fff}.DateDifferenceCalculatorTool-module__6t6OTa__tabActive:hover{background:var(--color-accent-hover);color:#fff}.DateDifferenceCalculatorTool-module__6t6OTa__inputCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:32px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__inputRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:640px){.DateDifferenceCalculatorTool-module__6t6OTa__inputRow{grid-template-columns:1fr}}.DateDifferenceCalculatorTool-module__6t6OTa__field{flex-direction:column;gap:8px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__label{color:var(--color-text-primary);font-size:14px;font-weight:600}.DateDifferenceCalculatorTool-module__6t6OTa__dateInput{border:1.5px solid var(--color-border);color:var(--color-text-primary);background:#fff;border-radius:10px;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:15px;transition:border-color .2s}.DateDifferenceCalculatorTool-module__6t6OTa__dateInput:focus{border-color:var(--color-accent);outline:none}.DateDifferenceCalculatorTool-module__6t6OTa__quickRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__quickLabel{color:var(--color-text-muted);white-space:nowrap;font-size:13px;font-weight:600}.DateDifferenceCalculatorTool-module__6t6OTa__quickBtn{border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;white-space:nowrap;background:#c3db6b26;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s}.DateDifferenceCalculatorTool-module__6t6OTa__quickBtn:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.DateDifferenceCalculatorTool-module__6t6OTa__checkLabel{color:var(--color-text-secondary);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__checkbox{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer}.DateDifferenceCalculatorTool-module__6t6OTa__btnRow{gap:12px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__primaryBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600;transition:background .2s}.DateDifferenceCalculatorTool-module__6t6OTa__primaryBtn:hover{background:var(--color-accent-hover)}.DateDifferenceCalculatorTool-module__6t6OTa__ghostBtn{color:var(--color-text-muted);border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s}.DateDifferenceCalculatorTool-module__6t6OTa__ghostBtn:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.DateDifferenceCalculatorTool-module__6t6OTa__error{color:#dc2626;margin:0;font-size:14px}.DateDifferenceCalculatorTool-module__6t6OTa__resultHero{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.DateDifferenceCalculatorTool-module__6t6OTa__heroAge{border:1px solid var(--color-border);background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:32px 24px;display:flex;box-shadow:0 4px 12px #00000008}.DateDifferenceCalculatorTool-module__6t6OTa__heroNum{color:var(--color-accent);font-family:DM Serif Display,serif;font-size:48px;line-height:1}.DateDifferenceCalculatorTool-module__6t6OTa__heroUnit{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:600}@media (max-width:640px){.DateDifferenceCalculatorTool-module__6t6OTa__resultHero{grid-template-columns:repeat(3,1fr)}.DateDifferenceCalculatorTool-module__6t6OTa__heroNum{font-size:32px}.DateDifferenceCalculatorTool-module__6t6OTa__heroAge{padding:20px 12px}}.DateDifferenceCalculatorTool-module__6t6OTa__detailGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.DateDifferenceCalculatorTool-module__6t6OTa__detailCard{border:1px solid var(--color-border);background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.DateDifferenceCalculatorTool-module__6t6OTa__detailLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.DateDifferenceCalculatorTool-module__6t6OTa__detailValue{font-family:var(--font-dm-mono),monospace;color:var(--color-text-primary);font-size:20px;font-weight:700}@media (max-width:768px){.DateDifferenceCalculatorTool-module__6t6OTa__detailGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.DateDifferenceCalculatorTool-module__6t6OTa__detailGrid{grid-template-columns:1fr}}.DateDifferenceCalculatorTool-module__6t6OTa__addSubResult{border:1px solid var(--color-border);background:#fff;border-radius:16px;align-items:center;gap:20px;padding:32px;display:flex;box-shadow:0 4px 12px #00000008}.DateDifferenceCalculatorTool-module__6t6OTa__addSubIcon{flex-shrink:0;font-size:40px}.DateDifferenceCalculatorTool-module__6t6OTa__addSubResult strong{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.DateDifferenceCalculatorTool-module__6t6OTa__resultDateText{color:var(--color-text-primary);margin:0 0 4px;font-family:DM Serif Display,serif;font-size:28px;line-height:1.2}.DateDifferenceCalculatorTool-module__6t6OTa__resultDateISO{font-family:var(--font-dm-mono),monospace;color:var(--color-text-muted);margin:0;font-size:14px}@media (max-width:640px){.DateDifferenceCalculatorTool-module__6t6OTa__addSubResult{flex-direction:column;align-items:flex-start}.DateDifferenceCalculatorTool-module__6t6OTa__resultDateText{font-size:22px}}
