@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.calendar-scroll{scroll-behavior:smooth;scroll-snap-type:x mandatory}.calendar-day{scroll-snap-align:start;scroll-snap-stop:always}.task-card{transition:all .2s ease}.multiday-task{box-shadow:0 8px 24px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(0,0,0,.35)}.multiday-task.urgency-critical{background:rgba(239,68,68,.28)}.multiday-task.urgency-high{background:rgba(249,115,22,.28)}.multiday-task.urgency-medium{background:rgba(234,179,8,.28)}.multiday-task.urgency-low{background:rgba(34,197,94,.28)}.task-card:hover{transform:translateY(-2px)}.urgency-critical{border-left:4px solid #ef4444;background:rgba(239,68,68,.1)}.urgency-high{border-left:4px solid #f97316;background:rgba(249,115,22,.1)}.urgency-medium{border-left:4px solid #eab308;background:rgba(234,179,8,.1)}.urgency-low{border-left:4px solid #22c55e;background:rgba(34,197,94,.1)}.urgency-badge-critical{background-color:#ef4444}.urgency-badge-high{background-color:#f97316}.urgency-badge-medium{background-color:#eab308}.urgency-badge-low{background-color:#22c55e}.drag-over{background-color:#3b82f61a;border:2px dashed #3b82f6}.avatar{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.smooth-scroll{scroll-behavior:smooth}
