
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        .task-actions {
            position: relative;
            margin-left: auto;
        }

        .menu-trigger {
            background: none;
            border: none;
            color: white;
            font-size: 1rem;
            cursor: pointer;
            padding: 5px;
            opacity: 0.8;
            transition: opacity 0.2s;
        }

        .menu-trigger:hover {
            opacity: 1;
        }

        .dropdown-menu {
            position: absolute;
            right: 0;
            top: 100%;
            background: white;
            border-radius: 0.375rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            min-width: 120px;
            z-index: 50;
            display: none;
        }

        .dropdown-menu.active {
            display: block;
        }
/* Details Toggle Button */
.details-toggle {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-left: 0.5rem;
    opacity: 0.8;
}


.details-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    opacity: 1;
}


.details-toggle.active::before {
    content: "\f077"; /* Font Awesome up chevron icon */
}


.task-details {
    font-size: 0.875rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
}

.dropdown-item {
            padding: 8px 12px;
            display: flex;
            align-items: center;
            color: #4b5563;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .dropdown-item:hover {
            background-color: #f3f4f6;
        }

        .dropdown-item i {
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }

        /* Zusätzliche Stile für das Dropdown-Menü */
        .task-actions {

            position: relative;
            margin-left: auto;
        }

        .menu-trigger {
            background: none;
            border: none;
            color: white;
            font-size: 1rem;
            cursor: pointer;
            padding: 5px;
            opacity: 0.8;
            transition: opacity 0.2s;
        }

        .menu-trigger:hover {
            opacity: 1;
        }

        .dropdown-menu {
            position: absolute;
            right: 0;
            top: 100%;
            background: white;
            border-radius: 0.375rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            min-width: 120px;
            z-index: 50;
            display: none;
        }

        .dropdown-menu.active {
            display: block;
        }

        .dropdown-item {
            padding: 8px 12px;
            display: flex;
            align-items: center;
            color: #4b5563;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .dropdown-item:hover {
            background-color: #f3f4f6;
        }

        .dropdown-item i {
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }



        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: #f3f4f6;
            color: #1f2937;
            line-height: 1.5;
            min-height: 100vh;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 1rem;
        }

        header {
            text-align: center;
            margin-bottom: 2rem;
        }

        h1 {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            font-weight: 900; /* Maximale Fettigkeit */
            font-size: 2.5rem; /* Etwas größer */
            color: #1f2937; /* Dunkler Anthrazit-Ton */
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
        }

        .subtitle {
            color: #6b7280;
            font-size: 0.975rem;
            margin-bottom: 1rem;
        }

        .matrix-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 1rem;
            height: 650px;
            margin-bottom: 2rem;
            position: relative;
        }

        .quadrant {
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .quadrant::after {
            content: attr(data-quadrant);
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-size: 5rem;
            font-weight: bold;
            opacity: 0.1;
            z-index: 1;
            pointer-events: none;
        }

        .quadrant-header {
            padding: 1rem 1.25rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .quadrant-header h2 {
            color: white;
            font-weight: 700;
            font-size: 1.125rem;
        }

        .quadrant-label {
            font-size: 0.875rem;
            opacity: 0.8;
            color: white;
        }

        .quadrant-content {
            padding: 1.25rem;
            flex-grow: 1;
            overflow-y: auto;
            position: relative;
            z-index: 2;
        }

        .quadrant-content.drag-over {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .task-list {
            list-style: none;
        }

        .task-item {
            border-radius: 0.375rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            padding: 0.75rem;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 0.5rem;
            transition: transform 0.2s, box-shadow 0.2s;
            color: white;
            cursor: move; /* Cursor ändern um anzuzeigen, dass das Element gezogen werden kann */
        }

        .task-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .task-item.dragging {
            opacity: 0.5;
            transform: scale(0.95);
        }

        .task-content {
            flex-grow: 1;
            margin-right: 0.75rem;
            word-break: break-word;
        }
        .task-details-wrapper {
            display: none; /* Alte Wrapper ausblenden */
        }
        .task-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .task-details {
            font-size: 0.875rem;
            opacity: 0.9;
            margin-top: 0.25rem;
        }

        .action-menu {
            position: relative;
            margin-left: auto;
        }

        .menu-trigger {
            background: none;
            border: none;
            cursor: pointer;
            color: white;
            opacity: 0.8;
            transition: opacity 0.2s;
            font-size: 0.875rem;
            padding: 0.25rem;
        }

        .menu-trigger:hover {
            opacity: 1;
        }

        .menu-dropdown {
            position: absolute;
            right: 0;
            top: 100%;
            background-color: white;
            border-radius: 0.375rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 120px;
            z-index: 10;
            display: none;
        }

        .menu-dropdown.active {
            display: block;
        }

        .menu-item {
            display: flex;
            align-items: center;
            padding: 0.5rem 0.75rem;
            color: #4b5563;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .menu-item:hover {
            background-color: #f3f4f6;
        }

        .menu-item i {
            margin-right: 0.5rem;
            width: 1rem;
            text-align: center;
        }

        .empty-message {
            text-align: center;
            padding: 2rem 0;
            opacity: 0.6;
            color: white;
        }

        .empty-message i {
            font-size: 1.875rem;
            margin-bottom: 0.5rem;
            display: block;
        }

        /* Quadrant-specific colors */
        .q1 {
            background-color: var(--color-q1-bg);
        }

        .q1-header {
            background-color: var(--color-q1-header);
        }

        .q1-task {
            background-color: var(--color-q1-card);
        }

        .q1-task:hover {
            background-color: var(--color-q1-card-hover);
        }

        .q2 {
            background-color: var(--color-q2-bg);
        }

        .q2-header {
            background-color: var(--color-q2-header);
        }

        .q2-task {
            background-color: var(--color-q2-card);
        }

        .q2-task:hover {
            background-color: var(--color-q2-card-hover);
        }

        .q3 {
            background-color: var(--color-q3-bg);
        }

        .q3-header {
            background-color: var(--color-q3-header);
        }

        .q3-task {
            background-color: var(--color-q3-card);
        }

        .q3-task:hover {
            background-color: var(--color-q3-card-hover);
        }

        .q4 {
            background-color: var(--color-q4-bg);
        }

        .q4-header {
            background-color: var(--color-q4-header);
        }

        .q4-task {
            background-color: var(--color-q4-card);
        }

        .q4-task:hover {
            background-color: var(--color-q4-card-hover);
        }

        /* Add task button */
        .add-task-container {
            position: fixed;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 30;
        }

        .add-task-btn {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            background-color: var(--color-primary);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            font-size: 1.25rem;
        }

        .add-task-btn:hover {
            background-color: var(--color-primary-hover);
            transform: scale(1.1);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        }

        .add-task-btn:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.3);
        }

        /* Info button */
        .info-btn {
            position: fixed;
            bottom: 1.5rem;
            left: 1.5rem;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            background-color: var(--color-q4-header);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.2s;
            z-index: 20;
        }

        .info-btn:hover {
            background-color: var(--color-q4-bg);
        }

        .info-tooltip {
            position: absolute;
            bottom: 3.5rem;
            left: 0;
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            padding: 1rem;
            width: 20rem;
            font-size: 0.875rem;
            color: #4b5563;
            display: none;
            z-index: 40;
        }

        .info-tooltip h4 {
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .info-tooltip p {
            margin-bottom: 0.5rem;
        }

        /* Privacy button */
        .privacy-btn {
            position: fixed;
            bottom: 1.5rem;
            right: 1.5rem;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            background-color: var(--color-q4-header);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.2s;
            z-index: 20;
        }

        .privacy-btn:hover {
            background-color: var(--color-q4-bg);
        }

        .privacy-modal {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 50;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .privacy-modal.active {
            opacity: 1;
            display: flex;
        }

        .privacy-content {
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 500px;
            margin: 0 1rem;
            overflow: hidden;
        }

        /* Modal */
        .modal {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 50;
            display: none;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .modal.active {
            opacity: 1;
            display: flex;
        }

        .modal-content {
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 28rem;
            margin: 0 1rem;
            overflow: hidden;
        }

        .modal-header {
            background-color: var(--color-primary);
            color: white;
            padding: 1rem 1.5rem;
        }

        .modal-header h3 {
            font-size: 1.125rem;
            font-weight: 500;
        }

        .modal-body {
            padding: 1.5rem;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        .form-group:last-child {
            margin-bottom: 0;
        }

        label {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            color: #374151;
            margin-bottom: 0.25rem;
        }

        input[type="text"], textarea {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #d1d5db;
            border-radius: 0.375rem;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            font-size: 1rem;
        }

        textarea {
            min-height: 100px;
            resize: vertical;
        }

        input[type="text"]:focus, textarea:focus {
            outline: none;
            border-color: var(--color-primary);
            box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.3);
        }

        .radio-group {
            margin-top: 1rem;
        }

        .radio-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: 0.5rem;
        }

        .radio-label {
            display: flex;
            align-items: center;
            padding: 0.75rem;
            border: 1px solid #d1d5db;
            border-radius: 0.375rem;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .radio-label:hover {
            background-color: #f9fafb;
        }

        .radio-label input {
            margin-right: 0.5rem;
        }

        .modal-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 0.5rem;
        }

        .btn {
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            font-size: 0.875rem;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .btn-cancel {
            background-color: white;
            border: 1px solid #d1d5db;
            color: #374151;
        }

        .btn-cancel:hover {
            background-color: #f9fafb;
        }

        .btn-primary {
            background-color: var(--color-primary);
            border: 1px solid transparent;
            color: white;
        }

        .btn-primary:hover {
            background-color: var(--color-primary-hover);
        }

        /* Scrollbar styling */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        @media (max-width: 768px) {
            .matrix-grid {
                grid-template-columns: 1fr;
                grid-template-rows: repeat(4, 350px);
                height: auto;
            }
        }
.dev-sticker {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #4f46e5;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 16px;
    font-size: 0.75rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 500;
}

.dev-sticker:hover {
    background-color: #8b5cf6;
    transform: scale(1.05);
}

.dev-sticker a {
    text-decoration: none;  
    color: inherit;        
    cursor: default;       
}

        .footer-heart {
            font-size: 0.875rem;
        }
       .faq-list {
            list-style-type: none;
            padding: 0;
        }

        .faq-item {
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #e5e7eb;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-item h4 {
            font-weight: 600;
            margin-bottom: 0.75rem;
            color: #2d3748;
        }

        .faq-item p {
            color: #4a5568;
            line-height: 1.6;
        }
        /* Zusätzliche Stile für das Dropdown-Menü */
        .task-actions {
            position: relative;
            margin-left: auto;
        }

        .menu-trigger {
            background: none;
            border: none;
            color: white;
            font-size: 1rem;
            cursor: pointer;
            padding: 5px;
            opacity: 0.8;
            transition: opacity 0.2s;
        }

        .menu-trigger:hover {
            opacity: 1;
        }

        .dropdown-menu {
            position: absolute;
            right: 0;
            top: 100%;
            background: white;
            border-radius: 0.375rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            min-width: 120px;
            z-index: 50;
            display: none;
        }

        .dropdown-menu.active {
            display: block;
        }

        .dropdown-item {
            padding: 8px 12px;
            display: flex;
            align-items: center;
            color: #4b5563;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .dropdown-item:hover {
            background-color: #f3f4f6;
        }

        .dropdown-item i {
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }
