body{background-color:#f8fafc;color:#1e293b;font-family:Inter,sans-serif;transition:background-color .3s ease,color .3s ease}html.dark body{background-color:#0f172a;color:#f1f5f9}.section-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;transition:background-color .3s ease,color .3s ease}html.dark .section-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}.skill-tag{background-color:#f1f5f9;border-radius:6px;color:#475569;display:inline-block;font-size:.875rem;font-weight:400;margin:.25rem;padding:.25rem .75rem;transition:background-color .3s ease,color .3s ease}html.dark .skill-tag{background-color:#334155}.skill-tag.text-blue-700{color:#1e40af}.skill-tag.text-green-700{color:#15803d}.skill-tag.text-orange-700{color:#b45309}.skill-tag.text-purple-700{color:#6b21a8}.skill-tag.text-slate-700{color:#334155}html.dark .skill-tag.text-blue-700{color:#60a5fa}html.dark .skill-tag.text-green-700{color:#4ade80}html.dark .skill-tag.text-orange-700{color:#fb923c}html.dark .skill-tag.text-purple-700{color:#c084fc}html.dark .skill-tag.text-slate-700{color:#cbd5e1}.experience-border{border-left:2px solid #e2e8f0;padding-left:1.5rem;position:relative;transition:border-color .3s ease}html.dark .experience-border{border-left-color:#334155}.experience-border:before{background:#3b82f6;border-radius:50%;content:"";height:8px;left:-5px;position:absolute;top:0;width:8px}html.dark .text-slate-900{color:#f1f5f9}html.dark .text-slate-600{color:#cbd5e1}html.dark .text-slate-500{color:#94a3b8}html.dark .text-slate-400{color:#64748b}html.dark .text-slate-700,html.dark .text-slate-800{color:#e2e8f0}html.dark .bg-blue-50{background-color:#1e3a5f}html.dark .border-blue-100{border-color:#1e3a5f}#darkModeToggle{align-items:center;background-color:#3b82f6;border:none;border-radius:50%;box-shadow:0 4px 12px #3b82f666;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;position:fixed;right:1rem;top:1rem;transition:all .3s ease;width:3rem;z-index:50}#darkModeToggle:hover{background-color:#2563eb;box-shadow:0 6px 16px #3b82f699;transform:scale(1.1)}html.dark #darkModeToggle{background-color:#1e40af;box-shadow:0 4px 12px #1e40af66}html.dark #darkModeToggle:hover{background-color:#1e3a8a;box-shadow:0 6px 16px #1e40af99}@media print{#darkModeToggle{display:none!important}.no-print{display:none}}