@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*{padding:0;margin:0;border:none}*,*:before,*:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Montserrat,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6}#root{max-width:1280px;margin:0 auto;padding:24px;min-height:100vh}.app-container{display:flex;gap:24px;min-height:calc(100vh - 48px);align-items:flex-start}.app-main{flex:1;width:100%;background-color:#fff;border-radius:24px;box-shadow:0 18px 45px #0f172a14;padding:32px 32px 40px}.sidebar{width:260px;border-radius:24px;background:#fff;box-shadow:0 18px 45px #0f172a14;padding:24px 20px;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:24px;align-self:flex-start;height:calc(100vh - 48px)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.sidebar-logo{display:flex;align-items:center;gap:10px}.sidebar-logo-icon{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#7a55ff,#ff3b8a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.sidebar-logo-img{width:22px;height:22px;display:block}.sidebar-logo-text{font-weight:700;font-size:18px;letter-spacing:-.4px;color:#111827}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar-link{display:block;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:500;color:#4b5563;text-decoration:none;transition:all .2s ease}.sidebar-link:hover{background-color:#f4f4ff;color:#4c1d95}.sidebar-link.active{background:linear-gradient(135deg,#fee2ff,#e0f2fe);color:#4338ca}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:12px;background:none;cursor:pointer;transition:all .2s ease}.theme-toggle:hover{transform:scale(1.05)}.theme-icon{width:20px;height:20px;display:block;transition:transform .3s ease}.sun-icon{filter:brightness(0) invert(1)}.theme-toggle:hover .theme-icon{transform:rotate(15deg)}.sidebar-bottom{margin-top:32px;padding-top:16px;border-top:1px solid #e5e7eb}.sidebar-link-profile{background-color:#fdf2ff;color:#7a55ff}.sidebar-link-profile.active{background:linear-gradient(135deg,#7a55ff,#ff3b8a);color:#fff}.tasks-container{padding:25px}.create-activity-page{display:flex;justify-content:center}h1{font-size:24px;margin-bottom:20px;color:#444;text-align:center;font-weight:600;letter-spacing:-.5px}.content-list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.content-card{background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden;position:relative}.content-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #7a55ff26}.content-card[data-status=done]:hover{border-color:#4ade80;box-shadow:0 16px 40px #4ade8026}.content-card[data-status=inProgress]:hover{border-color:#fbbf24;box-shadow:0 16px 40px #fbbf2426}.content-card[data-status=planned]:hover{border-color:#a78bfa;box-shadow:0 16px 40px #a78bfa26}.content-card-link{display:flex;flex-direction:column;gap:10px;padding:18px 18px 16px;text-decoration:none;color:#111827}.content-card--detail{max-width:640px;margin:12px auto 0;width:100%;box-shadow:0 8px 22px #0f172a0f}.content-card--detail:hover{transform:none;box-shadow:0 8px 22px #0f172a0f;border-color:#e5e7eb}.content-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.content-detail-back{font-size:13px;color:#6b7280;text-decoration:none}.content-detail-back:hover{text-decoration:underline}.item-title{font-size:17px;font-weight:600;margin-bottom:4px;letter-spacing:-.2px;color:#111827;display:flex;align-items:center}.item-details{font-size:13px;color:#6b7280}.item-details span{font-weight:600;color:#4b5563}.item-details-highlight{color:#fbbf24}.item-details-highlight span{color:#fcd34d}.status-days{color:#fbbf24}.item-dates{margin-top:6px;padding-top:8px;border-top:1px dashed #e5e7eb;font-size:12px;color:#6b7280;display:flex;flex-direction:column;gap:2px}.item-dates span{display:flex;justify-content:space-between;gap:4px}.profile-page{padding:20px 24px 28px}.profile-card{max-width:640px;margin:0 auto;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 14px 40px #0f172a0f;padding:22px 22px 20px}.profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.profile-main{display:flex;align-items:center;gap:16px}.profile-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:26px;text-transform:uppercase;flex-shrink:0;position:relative;overflow:hidden}.profile-name-block{display:flex;flex-direction:column;gap:4px}.profile-name-section{display:flex;align-items:center;gap:8px}.profile-name{font-size:18px;font-weight:600;letter-spacing:-.2px;color:#111827}.profile-tagline{font-size:13px;color:#6b7280}.profile-badges{display:flex;flex-direction:column;gap:8px;margin-top:14px}.profile-badge{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#f9fafb;border:1px dashed #e5e7eb;font-size:13px;color:#4b5563}.profile-badge-label{display:flex;align-items:center;gap:8px;font-weight:600;color:#4b5563}.profile-badge-dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#7a55ff,#ff3b8a)}.profile-badge-value{font-weight:500}.profile-badge-value.muted{color:#9ca3af}.profile-footer{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;color:#6b7280;flex-wrap:wrap;min-height:40px}.profile-link-back{font-size:13px;color:#7a55ff;text-decoration:none}.profile-link-back:hover{text-decoration:underline}.profile-meta{font-size:12px;color:#9ca3af}.auth-page{display:flex;justify-content:center}.auth-card{max-width:420px}.activity-form-wrapper{max-width:520px;margin:0 auto;width:100%}.activity-form{display:flex;flex-direction:column;gap:14px;margin-top:8px}.activity-form-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4b5563}.activity-form-field label{font-weight:600}.activity-form input[type=text],.activity-form input[type=date],.activity-form input[type=password],.activity-form select{border-radius:10px;border:1px solid #e5e7eb;padding:8px 10px;font-family:inherit;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%;background-color:#fff}.activity-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%),linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:30px}.activity-form select::-ms-expand{display:none}.activity-form input[type=text]:focus,.activity-form input[type=date]:focus,.activity-form select:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}.activity-form-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}.activity-form-checkbox input[type=checkbox]{width:18px;height:18px;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;appearance:none;-webkit-appearance:none;outline:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.activity-form-checkbox input[type=checkbox]:after{content:"";width:8px;height:4px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:translateY(-1px) rotate(-45deg);transition:border-color .15s ease}.activity-form-checkbox input[type=checkbox]:checked{border-color:#7a55ff;background-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}.activity-form-checkbox input[type=checkbox]:checked:after{border-left-color:#fff;border-bottom-color:#fff}.activity-form-actions{margin-top:6px;display:flex;justify-content:space-between;gap:12px}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;border:none;background:linear-gradient(135deg,#7a55ff,#ff3b8a);color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #7a55ff59;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #7a55ff73}.primary-button:disabled{opacity:.65;cursor:default;box-shadow:none}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.secondary-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#374151}.secondary-button:disabled{opacity:.65;cursor:default}.error-message{background-color:#fef2f2;border:1px solid #fecaca;padding:12px 16px;border-radius:10px;color:#dc2626;font-size:14px;margin-bottom:16px}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;padding:12px 16px;border-radius:10px;color:#16a34a;font-size:14px;margin-bottom:16px}.auth-link-container{margin-top:16px;text-align:center;font-size:13px;color:#6b7280}.auth-link{color:#7a55ff;text-decoration:none}.auth-options-container{display:flex;gap:12px;align-items:center}.auth-option-separator{color:#6b7280}.couple-token-input{padding:6px 10px!important;font-size:12px!important;width:180px!important;margin-bottom:0!important}.token-refresh-button{display:flex!important;align-items:center!important;justify-content:center!important;padding:4px!important;min-width:auto!important;width:28px!important;height:28px!important}.couple-join-button{padding:8px!important;border-radius:8px!important;border:1px solid #e5e7eb!important;font-size:13px!important;cursor:pointer!important;transition:all .2s ease!important;background-color:#fff!important;color:#4b5563!important;font-weight:400!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important}.couple-join-button:hover{background-color:#f4f4ff!important;border-color:#c7d2fe!important}.couple-join-button img{width:16px!important;height:16px!important;filter:brightness(1.5) saturate(150%) invert(34%) sepia(49%) saturate(302%) hue-rotate(82deg) brightness(140%) contrast(105%)!important}[data-theme=dark] .couple-join-button{background-color:#374151!important;border-color:#4b5563!important;color:#d1d5db!important}[data-theme=dark] .couple-join-button:hover{background-color:#4b5563!important;border-color:#6b7280!important}.danger-button{background:#ef4444;box-shadow:0 10px 25px #ef44444d}.danger-button:hover{box-shadow:0 14px 30px #ef444466}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:48px 32px;max-width:360px;margin:30px auto;background-color:#7a55ff14;border:1px solid rgba(122,85,255,.15);border-radius:16px;box-shadow:0 4px 12px #0000000d;font-family:Montserrat,sans-serif;text-align:center;color:#6a4c93}.loading p{margin:0;font-size:15px;font-weight:500;opacity:.85;letter-spacing:.3px}.loading:before{content:"";display:block;width:44px;height:44px;border:4px solid transparent;border-top-color:#7a55ff;border-radius:50%;animation:spin .9s linear infinite}@media(max-width:768px){#root{padding:12px}.app-container{flex-direction:column;min-height:auto}.sidebar{width:100%;position:static;height:auto;flex-direction:row;align-items:center;padding:16px;margin-bottom:12px}.sidebar-top{display:flex;align-items:center;gap:16px;flex:1}.sidebar-logo{margin-bottom:0}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:8px}.sidebar-link{padding:6px 10px;font-size:13px}.sidebar-bottom{margin-top:0;padding-top:0;border-top:none}.loading{padding:36px 24px;max-width:300px;margin:20px auto;gap:16px}.loading p{font-size:14px}.loading:before{width:38px;height:38px;border-width:3.5px}.loading:after{font-size:18px}.profile-avatar{width:60px;height:60px;min-width:60px;min-height:60px}.profile-footer{flex-direction:column;align-items:flex-start;gap:8px}.profile-footer>div{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:space-between}}@media(max-width:480px){#root{padding:10px}.app-main{padding:20px 16px 28px;border-radius:18px}.sidebar{padding:12px;border-radius:18px;flex-direction:column;align-items:flex-start;gap:10px}.sidebar-top{width:100%;flex-direction:column;align-items:flex-start;gap:10px}.sidebar-nav{width:100%;flex-wrap:wrap;row-gap:6px}.sidebar-link{padding:6px 8px;font-size:12px}.tasks-container{padding:15px}.content-card--detail{margin-top:8px;max-width:100%;width:100%}.activity-form-wrapper{max-width:100%;width:100%}h1{font-size:20px}.item-title{font-size:16px}.item-details,.item-dates{font-size:12px}.loading{padding:28px 16px;max-width:260px;margin:15px auto;gap:12px}.loading p{font-size:13px;line-height:1.4}.loading:before{width:32px;height:32px;border-width:3px}.loading:after{font-size:16px}.profile-avatar{width:56px;height:56px;min-width:56px;min-height:56px}.profile-footer{flex-direction:column;align-items:flex-start;gap:8px}.profile-footer>div{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:space-between}}@media(max-width:360px){.loading{padding:24px 12px;max-width:220px;gap:10px}.loading p{font-size:12px}.loading:before{width:28px;height:28px;border-width:2.5px}.loading:after{font-size:14px}.nav-link{font-size:11px;padding:3px 6px;border-radius:16px}h1{font-size:18px}.item-title{font-size:14px}.item-dates{font-size:11px}.profile-avatar{width:52px;height:52px;min-width:52px;min-height:52px}.profile-footer{flex-direction:column;align-items:flex-start;gap:8px}.profile-footer>div{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:space-between}.profile-footer,.profile-link-back{font-size:12px}.profile-meta{font-size:11px}.primary-button{padding:8px 16px;font-size:12px}}.profile-badge-link{background:none;border:none;padding:0;margin:0;font:inherit;color:#7a55ff;cursor:pointer;text-align:right}.profile-badge-link:hover{text-decoration:underline}.item-title-card{font-size:17px;font-weight:600;margin-bottom:4px;letter-spacing:-.2px;color:#111827;display:flex;align-items:center}.item-title-card .status-icon-container{flex-shrink:0;margin-right:3px}.item-title-card .status-icon{width:18px;height:18px;object-fit:contain;display:block}.item-title-content{flex:1;word-break:break-word;overflow-wrap:break-word}.sort-button img.status-icon{width:16px;height:16px;vertical-align:middle;position:relative;top:0;transform:none}.status-filter-buttons-container .sort-button img.status-icon{margin-right:0}.status-icon.done{filter:brightness(1.5) saturate(150%) invert(34%) sepia(49%) saturate(302%) hue-rotate(82deg) brightness(140%) contrast(105%)}.status-icon.in-progress{filter:brightness(1.4) saturate(140%) invert(67%) sepia(59%) saturate(415%) hue-rotate(345deg) brightness(120%) contrast(105%)}.status-icon.planned{filter:brightness(1.3) saturate(130%) invert(40%) sepia(39%) saturate(682%) hue-rotate(245deg) brightness(120%) contrast(100%)}.filters-container{margin-bottom:20px;padding:16px;background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0f172a0f;border:1px solid #e5e7eb}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.filter-label{display:block;margin-bottom:8px;font-weight:600;font-size:13px;color:#4b5563}.filter-select{width:100%;padding:10px 30px 10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background-color:#fff;color:#4b5563;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%),linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;transition:border-color .15s ease,box-shadow .15s ease}.filter-select:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}.filter-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px;-webkit-appearance:none;appearance:none}.date-input-wrapper{position:relative;width:100%}.date-input-wrapper input[type=date]{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px;-webkit-appearance:none;appearance:none;position:relative}.date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer;opacity:.6;transition:opacity .15s ease}.date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.date-input-wrapper input[type=date]:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40;outline:none}.filter-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}.filter-search-input{width:100%;padding:10px 12px 10px 36px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px center;transition:border-color .15s ease,box-shadow .15s ease}.filter-search-input::placeholder{color:#9ca3af}.search-container{grid-column:auto;display:flex;align-items:flex-end;flex:1;min-width:150px}.filter-search-input{width:100%;padding:8px 10px 8px 32px;border-radius:8px;border:1px solid #e5e7eb;font-size:13px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:8px center;transition:border-color .15s ease,box-shadow .15s ease}.filter-search-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40;outline:none}.sort-buttons-container,.status-filter-buttons-container{display:flex;gap:8px;align-items:flex-end}.sort-button{padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:13px;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#4b5563;font-weight:400}.sort-button:hover:not(.sort-button-active){background-color:#f4f4ff;border-color:#c7d2fe}.sort-button-active{background-color:#f4f4ff;color:#7a55ff;font-weight:600}.status-filter-buttons-container .sort-button{width:36px;height:36px;padding:8px;display:flex;align-items:center;justify-content:center}.statistics-block{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-radius:18px;border:1px solid #e0e7ff;box-shadow:0 4px 12px #7a55ff14}.stat-item{text-align:center;padding:12px}.stat-value{font-size:28px;font-weight:700;color:#4c1d95;margin-bottom:4px;background:linear-gradient(135deg,#7a55ff,#5b21b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:13px;color:#6b7280;font-weight:500}.icon-button-edit,.icon-button-delete,.icon-button-complete,.icon-button-progress{width:24px;height:24px;padding:0;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.icon-button-edit:hover,.icon-button-delete:hover,.icon-button-complete:hover,.icon-button-progress:hover{opacity:.8}.icon-button-edit img,.icon-button-delete img,.icon-button-complete img,.icon-button-progress img{width:20px;height:20px;filter:invert(56%) sepia(10%) saturate(88%) hue-rotate(187deg) brightness(95%) contrast(93%)}.content-card[data-status=done]:hover{border-color:#4ade80}.content-card[data-status=inProgress]:hover{border-color:#fbbf24}.content-card[data-status=planned]:hover{border-color:#a78bfa}.in-progress-section,.recently-added-section,.recently-completed-section{margin-bottom:24px}@media(max-width:768px){.statistics-block{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}.stat-value{font-size:24px}}@media(max-width:480px){.statistics-block{grid-template-columns:1fr;padding:14px}.stat-value{font-size:22px}}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background-color:#0f0f23;color:#fff}[data-theme=dark] .app-main{background-color:#1a1a2e;box-shadow:0 18px 45px #00000080}[data-theme=dark] .sidebar{background:#1a1a2e;box-shadow:0 18px 45px #00000080}[data-theme=dark] .sidebar-logo-text{color:#fff}[data-theme=dark] .sidebar-link{color:#d1d5db}[data-theme=dark] .sidebar-link:hover{background-color:#2d2d4a;color:#c7d2fe}[data-theme=dark] .sidebar-link.active{background:linear-gradient(135deg,#7a55ff,#ff3b8a);color:#fff}[data-theme=dark] .sidebar-link-profile{background-color:#2d1b69;color:#c7d2fe}[data-theme=dark] .sidebar-link-profile.active{background:linear-gradient(135deg,#7a55ff,#ff3b8a);color:#fff}[data-theme=dark] .sidebar-bottom{border-top-color:#4a5568}[data-theme=dark] .theme-toggle:hover{transform:scale(1.05)}[data-theme=dark] .content-card{background:#1a1a2e;border-color:#4a5568;box-shadow:0 10px 30px #0000004d}[data-theme=dark] .content-card:hover{box-shadow:0 16px 40px #7a55ff33}[data-theme=dark] .content-card[data-status=done]:hover{border-color:#4ade80;box-shadow:0 16px 40px #4ade8040}[data-theme=dark] .content-card[data-status=inProgress]:hover{border-color:#fbbf24;box-shadow:0 16px 40px #fbbf2440}[data-theme=dark] .content-card[data-status=planned]:hover{border-color:#a78bfa;box-shadow:0 16px 40px #a78bfa40}[data-theme=dark] .content-card--detail{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}[data-theme=dark] .content-card--detail:hover{box-shadow:0 8px 22px #0000004d;border-color:#4a5568}[data-theme=dark] .content-card-link,[data-theme=dark] .item-title,[data-theme=dark] .item-title-card{color:#fff}[data-theme=dark] .item-details{color:#d1d5db}[data-theme=dark] .item-details span{color:#e5e7eb}[data-theme=dark] .item-details-highlight{color:#fbbf24}[data-theme=dark] .item-details-highlight span{color:#fcd34d}[data-theme=dark] .status-days{color:#fbbf24}[data-theme=dark] .item-dates{border-top-color:#4a5568;color:#9ca3af}[data-theme=dark] h1{color:#fff}[data-theme=dark] .filters-container{background-color:#1a1a2e;border-color:#4a5568;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .filter-label{color:#e5e7eb}[data-theme=dark] .filter-select,[data-theme=dark] .filter-input{background-color:#2d2d4a;border-color:#4a5568;color:#fff}[data-theme=dark] .filter-select:focus,[data-theme=dark] .filter-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}[data-theme=dark] .filter-search-input{background-color:#2d2d4a;border-color:#4a5568;color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E")}[data-theme=dark] .filter-search-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}[data-theme=dark] .date-input-wrapper input[type=date]{background-color:#2d2d4a;border-color:#4a5568;color:#fff}[data-theme=dark] .date-input-wrapper input[type=date]:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}.color-picker{margin-top:4px}.color-picker-label{font-weight:600;font-size:13px;color:#4b5563;display:block;margin-bottom:6px}.color-palette{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:8px;margin-bottom:12px}.color-option{width:40px;height:40px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.color-option:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.color-option.selected{border-color:#fff;box-shadow:0 0 0 2px #4b5563,0 4px 12px #0003}.color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.color-option:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.color-option:disabled:hover{transform:scale(1);box-shadow:none}.avatar-preview{margin-top:16px;padding:16px;background-color:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.avatar-preview-label{font-size:13px;font-weight:600;color:#4b5563;margin-bottom:12px}.avatar-preview-container{display:flex;justify-content:center;align-items:center}.avatar-preview-avatar{width:60px;height:60px;font-size:24px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}[data-theme=dark] .sort-button{background-color:#2d2d4a;border-color:#4a5568;color:#e5e7eb}[data-theme=dark] .sort-button:hover:not(.sort-button-active){background-color:#1e1b4b;border-color:#c7d2fe;color:#c7d2fe}[data-theme=dark] .sort-button-active{background-color:#1e1b4b;color:#c7d2fe;border-color:#7a55ff}[data-theme=dark] .activity-form-field{color:#e5e7eb}[data-theme=dark] .activity-form input[type=text],[data-theme=dark] .activity-form input[type=date],[data-theme=dark] .activity-form input[type=password],[data-theme=dark] .activity-form select{background-color:#2d2d4a;border-color:#4a5568;color:#fff}[data-theme=dark] .activity-form input[type=text]:focus,[data-theme=dark] .activity-form input[type=date]:focus,[data-theme=dark] .activity-form select:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40}[data-theme=dark] .activity-form-checkbox{color:#e5e7eb}[data-theme=dark] .activity-form-checkbox input[type=checkbox]{background-color:#2d2d4a;border-color:#4a5568}[data-theme=dark] .activity-form-checkbox input[type=checkbox]:checked{border-color:#7a55ff;background-color:#7a55ff}[data-theme=dark] .profile-card{background:#1a1a2e;border-color:#4a5568;box-shadow:0 14px 40px #0000004d}[data-theme=dark] .profile-name{color:#fff}[data-theme=dark] .profile-tagline{color:#9ca3af}[data-theme=dark] .profile-badge{background:#2d2d4a;border-color:#4a5568;color:#e5e7eb}[data-theme=dark] .profile-badge-label{color:#e5e7eb}[data-theme=dark] .profile-badge-value{color:#d1d5db}[data-theme=dark] .profile-badge-value.muted,[data-theme=dark] .profile-footer{color:#9ca3af}[data-theme=dark] .profile-link-back{color:#c7d2fe}[data-theme=dark] .profile-meta{color:#6b7280}[data-theme=dark] .statistics-block{background:linear-gradient(135deg,#2d1b69,#1e1b4b);border-color:#7a55ff;box-shadow:0 4px 12px #7a55ff4d}[data-theme=dark] .stat-value{background:linear-gradient(135deg,#c7d2fe,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .stat-label{color:#d1d5db}[data-theme=dark] .loading{background-color:#7a55ff1a;border-color:#7a55ff4d;color:#c7d2fe}[data-theme=dark] .loading p{color:#c7d2fe}[data-theme=dark] .content-detail-back{color:#9ca3af}[data-theme=dark] .content-detail-header{color:#fff}[data-theme=dark] .profile-badge-link{color:#c7d2fe}[data-theme=dark] .secondary-button{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .secondary-button:hover:not(:disabled){background:#4b5563;border-color:#6b7280;color:#f3f4f6}[data-theme=dark] .error-message{background-color:#450a0a;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .success-message{background-color:#052e16;border-color:#14532d;color:#86efac}[data-theme=dark] .color-picker-label{color:#e5e7eb}[data-theme=dark] .color-option:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .color-option.selected{border-color:#fff;box-shadow:0 0 0 2px #4b5568,0 4px 12px #0006}[data-theme=dark] .color-option:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}[data-theme=dark] .color-option:disabled:hover{transform:scale(1);box-shadow:none}[data-theme=dark] .avatar-preview{background-color:#2d2d4a;border-color:#4a5568}[data-theme=dark] .avatar-preview-label{color:#e5e7eb}.avatar-icon{width:60%;height:60%;object-fit:contain;max-width:100%;max-height:100%;display:block;flex-shrink:0}.profile-avatar .avatar-icon,.avatar-preview-avatar .avatar-icon{width:60%;height:60%;object-fit:contain;flex-shrink:0}.icon-picker{margin-top:4px}.icon-picker-label{font-weight:600;font-size:13px;color:#4b5563;display:block;margin-bottom:6px}.icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:8px;margin-bottom:12px}.icon-option{width:40px;height:40px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:0}.icon-option:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.icon-option.selected{border-color:#fff;box-shadow:0 0 0 2px #4b5563,0 4px 12px #0003}.icon-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:16px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.icon-option:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.icon-option:disabled:hover{transform:scale(1);box-shadow:none}.icon-image{width:80%;height:80%;object-fit:contain;display:block}[data-theme=dark] .icon-option{background:#2d2d4a}[data-theme=dark] .icon-option:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .icon-option.selected{border-color:#fff;box-shadow:0 0 0 2px #4b5568,0 4px 12px #0006}[data-theme=dark] .icon-option:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}[data-theme=dark] .icon-option:disabled:hover{transform:scale(1);box-shadow:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%;padding:28px 24px 24px;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{margin-bottom:16px}.modal-title{font-size:18px;font-weight:600;color:#111827;letter-spacing:-.3px}.modal-body{margin-bottom:24px}.modal-text{font-size:15px;color:#4b5563;margin:0 0 8px;font-weight:500}.modal-subtext{font-size:13px;color:#9ca3af;margin:0}.modal-actions{display:flex;gap:12px;justify-content:flex-end}[data-theme=dark] .modal-content{background:#1a1a2e;box-shadow:0 20px 60px #00000080}[data-theme=dark] .modal-title{color:#f3f4f6}[data-theme=dark] .modal-text{color:#d1d5db}[data-theme=dark] .modal-subtext{color:#6b7280}.comment-section{margin-top:24px;padding:0;background:transparent;border-radius:0;border:none;box-shadow:none}.comment-section-title{font-size:17px;font-weight:600;color:#111827;margin-bottom:16px;letter-spacing:-.2px}.comment-form{margin-bottom:20px;position:relative}.comment-form-input{width:100%;border-radius:10px;border:1px solid #e5e7eb;padding:10px 40px 10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;background-color:#fff;min-height:44px;height:44px}.comment-form-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40;outline:none}.comment-form-input:disabled{background-color:#f9fafb;cursor:not-allowed}.comment-form-input::placeholder{color:#9ca3af}.comment-form-actions{margin-top:6px;display:flex;justify-content:flex-end}.comment-submit-button{position:absolute;right:8px;bottom:8px;width:28px;height:28px;padding:0;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,transform .15s ease;border-radius:6px}.comment-submit-button:hover:not(:disabled){opacity:.8;transform:scale(1.05)}.comment-submit-button:disabled{opacity:.4;cursor:not-allowed}.comment-submit-button img{width:20px;height:20px}.comments-list{display:flex;flex-direction:column;gap:12px}.comment-item{display:flex;gap:14px;padding:12px 0;border-radius:0;background:transparent;border:none;transition:none;border-bottom:1px dashed #e5e7eb;position:relative}.comment-item:last-child{border-bottom:none}.comment-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0;align-self:center;overflow:hidden}.comment-avatar-icon{width:28px;height:28px;object-fit:contain}.comment-content{flex:1;min-width:0;position:relative}.comment-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.comment-author{font-weight:600;font-size:14px;color:#111827;letter-spacing:-.2px}.comment-date{font-size:12px;color:#9ca3af}.comment-text{font-size:14px;color:#4b5563;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;padding-right:60px}.comment-edit-form{display:flex;flex-direction:column;gap:10px}.comment-edit-input{width:100%;border-radius:10px;border:1px solid #e5e7eb;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.comment-edit-input:focus{border-color:#7a55ff;box-shadow:0 0 0 1px #7a55ff40;outline:none}.comment-error{font-size:12px;color:#dc2626;background-color:#fef2f2;padding:8px 12px;border-radius:8px;border:1px solid #fecaca}.comment-edit-actions{display:flex;gap:10px;justify-content:flex-end}.comment-actions{display:flex;gap:4px;margin-top:8px;position:absolute;right:0;bottom:0}.comment-action-button{width:24px;height:24px;padding:0;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.comment-action-button:hover{opacity:.8}.comment-action-button img{width:20px;height:20px;filter:invert(56%) sepia(10%) saturate(88%) hue-rotate(187deg) brightness(95%) contrast(93%)}.comment-action-delete img{filter:invert(56%) sepia(10%) saturate(88%) hue-rotate(187deg) brightness(95%) contrast(93%)}.comments-empty{text-align:center;padding:32px 16px;color:#9ca3af;font-size:14px}.comments-loading{text-align:center;padding:24px;color:#6b7280;font-size:14px}[data-theme=dark] .comment-section-title{color:#fff}[data-theme=dark] .comment-form-input{background-color:#1a1a2e;border-color:#4a5568;color:#fff}[data-theme=dark] .comment-form-input:focus{border-color:#7a55ff}[data-theme=dark] .comment-form-input::placeholder{color:#6b7280}[data-theme=dark] .comment-item{border-bottom-color:#4a5568}[data-theme=dark] .comment-author{color:#fff}[data-theme=dark] .comment-date{color:#9ca3af}[data-theme=dark] .comment-text{color:#d1d5db}[data-theme=dark] .comment-edit-input{background-color:#1a1a2e;border-color:#4a5568;color:#fff}[data-theme=dark] .comment-error{background-color:#450a0a;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .comment-action-button img,[data-theme=dark] .comment-action-delete img,[data-theme=dark] .comment-submit-button img{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}[data-theme=dark] .comment-empty{color:#9ca3af}[data-theme=dark] .comments-loading{color:#6b7280}.stats-page,[data-theme=dark] .stats-page{padding:20px}.stats-page h1{font-size:28px;margin-bottom:24px;color:#111827}[data-theme=dark] .stats-page h1{color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}:root{--chart-pie-width: 500px;--chart-pie-height: 380px;--chart-donut-width: 350px;--chart-donut-height: 300px;--chart-bar-width: 700px;--chart-bar-height: 440px;--chart-bar-horizontal-width: 600px;--chart-bar-horizontal-height: 380px}@media(max-width:768px){:root{--chart-pie-width: 400px;--chart-pie-height: 320px;--chart-donut-width: 300px;--chart-donut-height: 280px;--chart-bar-width: 500px;--chart-bar-height: 400px;--chart-bar-horizontal-width: 450px;--chart-bar-horizontal-height: 350px}}@media(max-width:480px){:root{--chart-pie-width: 320px;--chart-pie-height: 280px;--chart-donut-width: 260px;--chart-donut-height: 260px;--chart-bar-width: 400px;--chart-bar-height: 370px;--chart-bar-horizontal-width: 380px;--chart-bar-horizontal-height: 320px}}.stats-card{background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0f;overflow:hidden}[data-theme=dark] .stats-card{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}.stats-card.full-width{grid-column:1 / -1}.stats-card-content{padding:24px}.chart-container{margin-bottom:20px}.stats-card-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#111827}[data-theme=dark] .stats-card-title{color:#fff}.chart-container-pie{height:400px;position:relative;overflow:visible;display:flex;justify-content:center}.chart-container-donut{height:300px;position:relative;overflow:visible;display:flex;justify-content:center}.chart-container-bar{height:420px;overflow-x:auto;overflow-y:hidden;position:relative}.chart-container-bar::-webkit-scrollbar{height:8px}.chart-container-bar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chart-container-bar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.chart-container-bar::-webkit-scrollbar-thumb:hover{background:#a1a1a1}[data-theme=dark] .chart-container-bar::-webkit-scrollbar-track{background:#2d2d4a}[data-theme=dark] .chart-container-bar::-webkit-scrollbar-thumb{background:#4a5568}[data-theme=dark] .chart-container-bar::-webkit-scrollbar-thumb:hover{background:#5a6578}.chart-container-bar-horizontal{height:380px;position:relative;overflow:visible}[data-theme=dark] .stats-card .stat-category,[data-theme=dark] .stats-card .stat-detail-label{color:#d1d5db}[data-theme=dark] .stats-card .stat-total,[data-theme=dark] .stats-card .stat-value{color:#fff}.stats-empty{text-align:center;color:#9ca3af;padding:60px 20px}.stats-empty-hint{font-size:13px;margin-top:8px;color:#6b7280}.stats-empty-icon,[data-theme=dark] .stats-empty-icon{font-size:64px;margin-bottom:16px}[data-theme=dark] .stats-empty-hint{color:#9ca3af}.stats-empty-main{text-align:center;padding:80px 20px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0f;max-width:500px;margin:40px auto}[data-theme=dark] .stats-empty-main{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}.stats-empty-main h2{font-size:22px;color:#111827;margin-bottom:12px}[data-theme=dark] .stats-empty-main h2{color:#fff}.stats-empty-main p{color:#6b7280;margin-bottom:24px}[data-theme=dark] .stats-empty-main p{color:#9ca3af}.stats-auth-required,.stats-no-partner{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0f;max-width:500px;margin:40px auto;display:flex;flex-direction:column;align-items:center;justify-content:center}[data-theme=dark] .stats-auth-required,[data-theme=dark] .stats-no-partner{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}.stats-loading{display:flex;flex-direction:column;align-items:center;padding:60px 20px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0f;max-width:500px;margin:40px auto}[data-theme=dark] .stats-loading{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}.loading-spinner{width:44px;height:44px;border:4px solid rgba(122,85,255,.2);border-top-color:#7a55ff;border-radius:50%;animation:spin .9s linear infinite}[data-theme=dark] .loading-spinner{border:4px solid rgba(122,85,255,.2);border-top-color:#7a55ff}@keyframes spin{to{transform:rotate(360deg)}}.stats-error{padding:60px 20px;text-align:center;color:#dc2626;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0f;max-width:500px;margin:40px auto}[data-theme=dark] .stats-error{background:#1a1a2e;border-color:#4a5568;box-shadow:0 8px 22px #0000004d}.stats-details{display:flex;flex-direction:column;gap:10px;margin-top:20px}.stat-detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;transition:background-color .2s}.stat-detail-row:hover{background:#f3f4f6}[data-theme=dark] .stat-detail-row{background:#2d2d4a;border-color:#4a5568}[data-theme=dark] .stat-detail-row:hover{background:#3d3d5c}.stat-detail-left{display:flex;align-items:center;gap:10px}.stat-color-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.stat-category{font-weight:500;color:#4b5563}[data-theme=dark] .stat-category{color:#d1d5db}.stat-detail-values{display:flex;gap:4px;align-items:center}.stat-total{font-weight:600;color:#111827;font-size:16px}[data-theme=dark] .stat-total{color:#fff}.stat-completed{color:#10b981;font-weight:600}[data-theme=dark] .stat-completed{color:#4ade80}.status-stats-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.status-stat-item{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}[data-theme=dark] .status-stat-item{background:#2d2d4a;border-color:#4a5568}.status-stat-value{font-size:28px;font-weight:700;color:#7a55ff}[data-theme=dark] .status-stat-value{color:#a78bfa}.status-stat-label{font-size:12px;color:#6b7280;margin-top:4px;text-align:center}[data-theme=dark] .status-stat-label{color:#9ca3af}.status-legend{display:flex;flex-direction:column;gap:10px;margin-top:20px}.status-legend-item{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}[data-theme=dark] .status-legend-item{background:#2d2d4a;border-color:#4a5568}.status-legend-color{width:14px;height:14px;border-radius:3px;flex-shrink:0}.status-legend-label{flex:1;font-size:13px;color:#4b5563}[data-theme=dark] .status-legend-label{color:#d1d5db}.status-legend-value{font-weight:600;color:#111827;font-size:15px}[data-theme=dark] .status-legend-value{color:#fff}.completion-curve-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;margin-bottom:20px}.completion-curve-stat{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}[data-theme=dark] .completion-curve-stat{background:#2d2d4a;border-color:#4a5568}.completion-curve-stat-value{font-size:24px;font-weight:700;color:#7a55ff}[data-theme=dark] .completion-curve-stat-value{color:#a78bfa}.completion-curve-stat-label{font-size:12px;color:#6b7280;margin-top:4px;text-align:center}[data-theme=dark] .completion-curve-stat-label{color:#9ca3af}.completion-curve-insights{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}[data-theme=dark] .completion-curve-insights{background:#2d2d4a;border-color:#4a5568}.completion-curve-insight-item{display:flex;align-items:center;gap:10px}.completion-curve-insight-text{font-size:13px;color:#4b5563;line-height:1.5}[data-theme=dark] .completion-curve-insight-text{color:#d1d5db}.chart-container-line{border-radius:12px;overflow-x:auto;overflow-y:hidden;position:relative}.chart-container-line::-webkit-scrollbar{height:8px}.chart-container-line::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chart-container-line::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.chart-container-line::-webkit-scrollbar-thumb:hover{background:#a1a1a1}[data-theme=dark] .chart-container-line::-webkit-scrollbar-track{background:#2d2d4a}[data-theme=dark] .chart-container-line::-webkit-scrollbar-thumb{background:#4a5568}[data-theme=dark] .chart-container-line::-webkit-scrollbar-thumb:hover{background:#5a6578}.monthly-stats-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;padding-top:20px}.monthly-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.monthly-stat-value{font-size:22px;font-weight:700;color:#7a55ff}[data-theme=dark] .monthly-stat-value{color:#a78bfa}.monthly-stat-label{font-size:11px;color:#6b7280;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .monthly-stat-label{color:#9ca3af}.completion-stats-details{display:flex;flex-direction:column;gap:12px;margin-top:20px}.completion-stat-row{display:grid;grid-template-columns:100px 1fr 60px;gap:12px;align-items:center;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}[data-theme=dark] .completion-stat-row{background:#2d2d4a;border-color:#4a5568}.completion-stat-left{display:flex;align-items:center;gap:8px;overflow:hidden}.completion-stat-color-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.completion-stat-category{font-size:13px;font-weight:500;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .completion-stat-category{color:#d1d5db}.completion-stat-progress{display:flex;align-items:center;gap:10px}.completion-stat-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}[data-theme=dark] .completion-stat-bar{background:#4a5568}.completion-stat-fill{height:100%;border-radius:4px;transition:width .5s ease}.completion-stat-percent{font-size:12px;font-weight:600;color:#4b5563;min-width:40px;text-align:right}[data-theme=dark] .completion-stat-percent{color:#d1d5db}.completion-stat-values{display:flex;gap:4px;align-items:center;justify-content:flex-end;font-size:13px}.completion-stat-completed{font-weight:600;color:#10b981}[data-theme=dark] .completion-stat-completed{color:#4ade80}.completion-stat-total,[data-theme=dark] .completion-stat-total{color:#9ca3af}.custom-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;font-size:13px;min-width:140px}[data-theme=dark] .custom-tooltip{background:#1a1a2e;border-color:#4a5568}.custom-tooltip-title{font-weight:600;color:#111827;margin-bottom:8px;padding-bottom:6px}[data-theme=dark] .custom-tooltip-title{color:#fff}.custom-tooltip-row{display:flex;justify-content:space-between;gap:16px;padding:4px 0;color:#4b5563}[data-theme=dark] .custom-tooltip-row{color:#d1d5db}.custom-tooltip-row strong{color:#111827;font-weight:600}[data-theme=dark] .custom-tooltip-row strong{color:#fff}.tooltip-indicator{font-weight:500}.tooltip-indicator-added{color:#7a55ff}.tooltip-indicator-completed{color:#4ade80}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.stats-page h1{font-size:24px}.chart-container-pie{height:340px}.chart-container-donut{height:280px}.chart-container-bar{height:400px}.chart-container-bar-horizontal{height:350px}.monthly-stats-summary{grid-template-columns:1fr;gap:10px}.completion-stat-row{grid-template-columns:80px 1fr 50px;gap:8px;padding:10px 12px}.completion-stat-category{font-size:12px}.status-stats-overview{grid-template-columns:1fr;gap:10px}.stats-details{gap:8px}.stat-detail-row{padding:10px 12px}}@media(max-width:480px){.stats-page{padding:16px}.stats-page h1{font-size:22px}.stats-card-content{padding:16px}.stats-card-title{font-size:16px;margin-bottom:16px}.chart-container-pie{height:300px}.chart-container-donut{height:260px}.chart-container-bar{height:370px}.chart-container-bar-horizontal{height:320px}.completion-stat-row{grid-template-columns:70px 1fr 45px;gap:6px;padding:8px 10px}.completion-stat-category,.completion-stat-percent,.completion-stat-values{font-size:11px}.stat-detail-row{padding:8px 10px}.stat-category{font-size:13px}.stat-total{font-size:14px}.status-legend-item{padding:8px 10px}.status-legend-label{font-size:12px}.status-legend-value{font-size:13px}.monthly-stat-value{font-size:18px}.monthly-stat-label{font-size:10px}}
