:root{--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-primary-light:#93c5fd;--color-secondary:#6b7280;--color-bg-primary:#fff;--color-bg-secondary:#f9fafb;--color-bg-tertiary:#f3f4f6;--color-text-primary:#374151;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-text-inverse:#fff;--color-success:#10b981;--color-success-bg:#d1fae5;--color-warning:#f59e0b;--color-warning-bg:#fef3c7;--color-error:#ef4444;--color-error-bg:#fee2e2;--color-info:#3b82f6;--color-info-bg:#dbeafe;--color-border:#e5e7eb;--color-border-hover:#d1d5db;--color-border-focus:#93c5fd;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:2.5rem;--spacing-3xl:3rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--transition-fast:.15s ease;--transition-normal:.2s ease;--transition-slow:.3s ease;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070;--font-family-base:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75}@media (prefers-color-scheme:dark){:root{--color-bg-primary:#111827;--color-bg-secondary:#1f2937;--color-bg-tertiary:#374151;--color-text-primary:#f9fafb;--color-text-secondary:#d1d5db;--color-text-tertiary:#9ca3af;--color-border:#4b5563;--color-border-hover:#6b7280;--color-border-focus:#3b82f6}}.drop-before{position:relative}@keyframes drop-pulse{0%,to{opacity:.7}50%{opacity:1}}.column__header-draggable{cursor:grab}.column__header-draggable:active{cursor:grabbing}:root{--app-color-background:#415681;--app-color-text:#bfbfbf;--app-color-text-warning:#ff6b11;--add-column-border:2px dashed #d1d5db;--column-border-raduis:.5rem;--column-color-background:white;--drop-indicator-height:1em;--drop-indicator-width:4px;--drop-indicator-color:#ff4208}*{box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:arial,HelveticaNeueCyr,sans-serif}@media (width<=768px){html{font-size:14px}}.view-desktop .task-card{min-height:120px}.view-mobile-columns .task-card{min-height:100px}.view-mobile-list .task-card{min-height:auto}.touch-device{-webkit-tap-highlight-color:transparent}.touch-device .task-card{user-select:none}.touch-device button{min-width:44px;min-height:44px}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.swipe-hint{animation:2s infinite swipe-hint}@keyframes swipe-hint{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(-10px)}}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:.3s ease-out slide-up}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{animation:.2s ease-out fade-in}@media (orientation:landscape) and (height<=600px){.view-mobile-columns .column-header{padding:.5rem}.view-mobile-columns .task-card{min-height:80px;padding:.5rem}}@media (width<=320px){.view-mobile-columns .column{width:90vw}.view-mobile-list .task-card{padding:.75rem}}@media (width<=768px){input,select,textarea{font-size:16px!important}}@media (prefers-color-scheme:dark){.dark\:bg-gray-900{background-color:#111827}.dark\:text-white{color:#fff}.dark\:border-gray-700{border-color:#374151}}:root{--column-bg:#f9fafb;--task-bg:#fff}.board-container::-webkit-scrollbar{height:8px}.board-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.board-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.board-container::-webkit-scrollbar-thumb:hover{background:#555}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-slow{animation:2s ease-in-out infinite pulse-slow}.snap-x{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.snap-start{scroll-snap-align:start}@keyframes pulse-dropzone{0%,to{opacity:.5}50%{opacity:1}}.dropzone-active{animation:1s ease-in-out infinite pulse-dropzone}.dragging{transform:rotate(2deg);box-shadow:0 10px 25px #0003;cursor:grabbing!important}.drag-preview{filter:drop-shadow(0 10px 15px #00000040)}@media (width<=768px){.task-card{touch-action:none}.drag-handle{min-width:44px;min-height:44px}}.sticky-add-button-container{transition:all .2s}.sticky-add-button-container.sticky{background:linear-gradient(to bottom,transparent,var(--task-bg)10%);box-shadow:0 -2px 10px #0000000d}.sticky-add-button-container:before{content:"";background:linear-gradient(90deg,#0000,#e5e7eb,#0000);height:1px;position:absolute;top:0;left:0;right:0}.dnd-container{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.dnd-container::-webkit-scrollbar{width:6px;height:6px}.dnd-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dnd-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dnd-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.new-column{animation:.3s ease-out slideIn}.edit-mode .column-container{position:relative}.edit-mode .column-container:before{content:"";pointer-events:none;opacity:.5;border:2px dashed #e5e7eb;border-radius:.75rem;transition:border-color .2s;position:absolute;inset:-2px}.edit-mode .column-container:hover:before{border-color:#93c5fd}.column-dropzone{transition:all .2s cubic-bezier(.4,0,.2,1)}.column-dropzone-active{transform:scale(1.1)}.unsaved-changes{position:relative}.unsaved-changes:after{content:"";background-color:#f59e0b;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;position:absolute;top:-2px;right:-2px}.edit-button{transition:all .2s;position:relative;overflow:hidden}.edit-button:after{content:"";opacity:0;transform-origin:50%;background:#ffffff80;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:scale(1)translate(-50%)}.edit-button:focus:not(:active):after{animation:1s ease-out ripple}@keyframes ripple{0%{opacity:.5;transform:scale(0)}20%{opacity:.3;transform:scale(25)}to{opacity:0;transform:scale(40)}}@media (width<=768px){.edit-mode .column-container{margin-bottom:1rem}.column-dropzone{width:20px}}
/*# sourceMappingURL=sitask.css.map */
