.modal-container{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.modal-container.show{display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.modal{background-color:var(--site-sub-background-color);margin:0;padding:0;border-radius:1.2rem;width:95%;max-width:calc(100vw - 2rem);position:relative;box-shadow:0 20px 60px #00000080;border:1px solid var(--site-text-sub-color);z-index:1001;animation:modalSlideIn .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:767px){.modal{width:100%;max-width:100vw;max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));margin:0;border-radius:1.2rem 1.2rem 0 0;align-self:flex-end}.modal_header{padding:1.5rem 1rem;position:relative}.modal_header:before{content:"";position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:40px;height:4px;background:#ffffff4d;border-radius:2px}.modal_header .heading-secondary{font-size:1.6rem;margin-top:.5rem}.modal__btn--close{top:1.2rem;right:1rem;font-size:2.4rem}.modal-form{padding:1.5rem 1rem}.modal-footer{padding:1rem;gap:.75rem;position:sticky;bottom:0;background:var(--site-sub-background-color);border-top:1px solid var(--site-text-sub-color);margin-top:auto}.modal-footer .btn{flex:1;min-width:0}}@media(min-width:768px){.modal{width:85%;max-width:calc(100vw - var(--sidebar-width) - 4rem)}}@media(min-width:1024px){.modal{width:75%;max-width:min(1200px,calc(100vw - var(--sidebar-width) - 6rem))}}@media(min-width:1440px){.modal{width:65%;max-width:min(1400px,calc(100vw - var(--sidebar-width) - 8rem))}}@media(min-width:1920px){.modal{width:60%;max-width:min(1600px,calc(100vw - var(--sidebar-width) - 10rem))}}.modal_header{padding:2rem;border-bottom:1px solid var(--site-text-sub-color)}.modal__btn--close{position:absolute;top:1rem;right:2rem;color:var(--site-text-sub-color);font-size:3rem;font-weight:700;background:none;border:none;cursor:pointer;transition:var(--transition-fade)}.modal__btn--close:hover,.modal__btn--close:focus{color:var(--site-text-color)}.modal-form{padding:2rem;max-width:100%}.modal-form .form__group,.modal-form .form__input{width:100%}.modal-footer{padding:2rem;border-top:1px solid var(--site-text-sub-color);display:flex;justify-content:flex-end;gap:1rem}.modal__btn--cancel,.modal__btn--save{padding:1rem 2rem;font-size:1.4rem;border:none;border-radius:5px;cursor:pointer;transition:var(--transition-fade)}.modal__btn--cancel{background-color:var(--site-background-color);color:var(--site-text-sub-color)}.modal__btn--cancel:hover{background-color:var(--side-hover-color);color:var(--site-text-color)}.modal__btn--save{background-color:var(--productive-color);color:#fff}.modal__btn--save:disabled{background-color:var(--productive-under-color);cursor:not-allowed}.modal__btn--delete{padding:1rem 2rem;font-size:1.4rem;border:none;border-radius:5px;cursor:pointer;transition:var(--transition-fade);background-color:#dc2626;color:#fff}.modal__btn--delete:hover{background-color:#b91c1c}.feedback-modal{display:flex;flex-direction:column;gap:1.6rem;color:var(--site-text-color)}.feedback-modal__field{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.feedback-modal__legend{font-size:1.4rem;font-weight:600;color:var(--site-text-color);margin-bottom:.2rem}.feedback-modal__choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:.8rem}.feedback-modal__choice{min-height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--site-text-color);font-size:1.3rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.feedback-modal__choice span{pointer-events:none}.feedback-modal__choice:hover,.feedback-modal__choice:focus-visible{border-color:var(--productive-color);transform:translateY(-1px);outline:none}.feedback-modal__choice--selected{border-color:var(--productive-color);background:#ff9d412e}.feedback-modal__experiences{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.feedback-modal__experience{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80px;height:80px;border-radius:12px;border:2px solid transparent;background:#ffffff0a;color:var(--site-text-color);cursor:pointer;padding:.8rem;transition:all .2s ease;position:relative}.feedback-modal__experience:focus-visible,.feedback-modal__experience:hover{transform:translateY(-2px);outline:none;box-shadow:0 4px 12px #00000026}.feedback-modal__experience-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.3rem;flex:1}.feedback-modal__experience-label{font-size:1.1rem;font-weight:600;text-align:center;margin-top:auto}.feedback-modal__experience--negative{border-color:#eb4d4b4d;background:#eb4d4b14}.feedback-modal__experience--neutral{border-color:#fff3;background:#ffffff0d}.feedback-modal__experience--positive{border-color:#1d8e254d;background:#1d8e2514}.feedback-modal__experience--negative.feedback-modal__experience--selected{border-color:#eb4d4b;background:#eb4d4b40;transform:translateY(-2px);box-shadow:0 4px 16px #eb4d4b4d}.feedback-modal__experience--neutral.feedback-modal__experience--selected{border-color:var(--productive-color);background:#ff9d4133;transform:translateY(-2px);box-shadow:0 4px 16px #ff9d414d}.feedback-modal__experience--positive.feedback-modal__experience--selected{border-color:#1d8e25;background:#1d8e2540;transform:translateY(-2px);box-shadow:0 4px 16px #1d8e254d}.feedback-modal__experience--selected:after{content:"✓";position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:currentColor;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.feedback-modal__textarea{width:100%;min-height:120px;padding:1.2rem;font-size:1.7rem;color:var(--site-text-color);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;resize:vertical}.feedback-modal__textarea:focus-visible{border-color:var(--productive-color);outline:none}.feedback-modal__helper{font-size:1.2rem;color:var(--site-text-sub-color)}.feedback-modal__error,.feedback-modal__offline{background:#eb4d4b33;color:var(--site-text-color);border:1px solid rgba(235,77,75,.4);padding:1rem 1.2rem;border-radius:8px;font-size:1.3rem}.feedback-modal__meta{display:flex;flex-wrap:wrap;gap:.8rem;font-size:1.2rem;color:var(--site-text-sub-color)}.feedback-modal__meta code{color:var(--site-text-color);background:#ffffff14;padding:.1rem .4rem;border-radius:4px;font-size:1.1rem}@media(max-width:480px){.feedback-modal__experience{min-height:90px;height:90px;padding:.8rem}.feedback-modal__experience-icon{margin-bottom:.2rem}.feedback-modal__experience-label{font-size:1rem}}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background-color:var(--site-sub-background-color);display:flex;flex-direction:column;z-index:1000;padding:2rem 1.5rem;box-sizing:border-box;transition:width .25s cubic-bezier(.37,-.05,.71,1),padding .25s cubic-bezier(.37,-.05,.71,1);overflow:hidden}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem 2rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);margin-left:-1.5rem;margin-right:-1.5rem}.sidebar__logo{display:flex;align-items:center;justify-content:center;text-decoration:none;flex:1;min-width:0}.sidebar__logo-img{width:100%;max-width:140px;height:auto;filter:brightness(1.1);transition:transform .3s ease}.sidebar__logo:hover .sidebar__logo-img{transform:scale(1.05)}.sidebar__logo-favicon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.sidebar__logo:hover .sidebar__logo-favicon{transform:scale(1.1)}.sidebar__toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:none;border:none;border-radius:6px;color:var(--site-text-sub-color);cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.sidebar__toggle:hover{background-color:var(--side-hover-color);color:var(--site-text-color)}.sidebar__toggle:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px}.sidebar__section{padding:.5rem 0}.sidebar__section--bottom{margin-top:auto;border-top:1px solid var(--site-text-sub-color);margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:-2rem;padding:1rem 1.5rem .5rem}.sidebar__el{display:flex;align-items:center;padding:1.2rem 1.5rem;margin:0 -1.5rem;color:var(--site-text-color);text-decoration:none;transition:var(--transition-fade);cursor:pointer;border:none;background:none;width:calc(100% + 3rem);text-align:left}.sidebar__el:hover{background-color:var(--side-hover-color)}.sidebar__el--active{background-color:var(--side-hover-color);border-left:3px solid var(--productive-color)}.sidebar__el_icon{margin-right:1.5rem;color:var(--site-text-color);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:margin .25s cubic-bezier(.37,-.05,.71,1)}.sidebar__el_text{font-size:1.6rem;color:var(--site-text-color);margin:0;white-space:nowrap;overflow:hidden}.sidebar__el_img{width:4rem;height:4rem;border-radius:50%;margin-right:1.5rem;-o-object-fit:cover;object-fit:cover}.sidebar__avatar{width:3.2rem;height:3.2rem;border-radius:50%;background-color:var(--productive-color);display:flex;align-items:center;justify-content:center;margin-right:1rem;color:#fff;font-weight:700;font-size:1.4rem;flex-shrink:0;transition:width .25s ease,height .25s ease,margin .25s ease,font-size .25s ease}.sidebar__profile-trigger{display:flex;align-items:center;width:100%;padding:.8rem 1.5rem;margin:0 -1.5rem;background:none;border:none;color:var(--site-text-color);cursor:pointer;border-radius:0;transition:background-color .15s ease;text-align:left;width:calc(100% + 3rem)}.sidebar__profile-trigger:hover,.sidebar__profile-trigger--open{background-color:var(--side-hover-color)}.sidebar__profile-name{font-size:1.4rem;color:var(--site-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.sidebar__profile-indicator{display:flex;align-items:center;justify-content:center;color:var(--site-text-sub-color);flex-shrink:0;margin-left:.5rem;opacity:.6;transition:opacity .15s ease}.sidebar__profile-trigger:hover .sidebar__profile-indicator{opacity:1}.sidebar--collapsed{width:var(--sidebar-width-collapsed, 64px);padding:2rem .5rem}.sidebar--collapsed .sidebar__header{flex-direction:column;padding:1rem .5rem 1.5rem;margin-left:-.5rem;margin-right:-.5rem;gap:.8rem}.sidebar--collapsed .sidebar__logo{justify-content:center}.sidebar--collapsed .sidebar__toggle{width:28px;height:28px}.sidebar--collapsed .sidebar__el{justify-content:center;padding:1.2rem 0;margin:0 -.5rem;width:calc(100% + 1rem)}.sidebar--collapsed .sidebar__el_icon{margin-right:0}.sidebar--collapsed .sidebar__el_text{display:none}.sidebar--collapsed .sidebar__section--bottom{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.sidebar--collapsed .sidebar__avatar{width:3.2rem;height:3.2rem;margin-right:0;font-size:1.4rem}.sidebar--collapsed .sidebar__profile-trigger{justify-content:center;padding:.8rem 0;margin:0 -.5rem;width:calc(100% + 1rem)}.sidebar__section--bottom .dropdown-menu-container{width:100%}.sidebar__item-wrapper{position:relative}.sidebar--collapsed .sidebar__item-wrapper:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background-color:#1a1a1b;color:var(--site-text-color);padding:.6rem 1rem;border-radius:6px;font-size:1.3rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease .2s;z-index:1001;box-shadow:0 2px 8px #0000004d}.sidebar--collapsed .sidebar__item-wrapper:hover:after{opacity:1}.main{transition:margin-left .25s cubic-bezier(.37,-.05,.71,1)}.app-launcher,.settings__container{transition:margin-left .25s cubic-bezier(.37,-.05,.71,1),width .25s cubic-bezier(.37,-.05,.71,1)}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--site-sub-background-color);border-top:1px solid var(--site-border-color);z-index:1000;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav__items{display:flex;justify-content:space-evenly;align-items:center;width:100%;padding:.4rem .5rem;position:relative;gap:.2rem}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem .3rem;color:var(--site-text-sub-color);text-decoration:none;font-size:1rem;transition:color .3s ease;border:none;background:none;cursor:pointer;min-height:44px;flex:1;max-width:70px}.mobile-nav__item--active{color:var(--productive-color)}.mobile-nav__item--center{background:transparent;border-radius:50%;width:52px;height:52px;padding:.6rem;box-shadow:none;max-width:52px;display:flex;align-items:center;justify-content:center}.mobile-nav__favicon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.mobile-nav__item--center:hover .mobile-nav__favicon{transform:scale(1.08);filter:drop-shadow(0 3px 8px rgba(0,0,0,.4))}.mobile-nav__item--center.mobile-nav__item--active .mobile-nav__favicon{filter:drop-shadow(0 3px 10px var(--productive-color))}.mobile-nav__icon{font-size:2rem;margin-bottom:.2rem;display:flex;align-items:center;justify-content:center}.mobile-nav__text{font-size:1rem;margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media screen and (max-width:1024px){.sidebar__toggle{display:none}}@media screen and (max-width:768px){.sidebar{display:none}.mobile-nav{display:block}.main{margin-left:0!important;margin-bottom:7rem;padding-top:1rem}}@media(prefers-reduced-motion:reduce){.sidebar,.sidebar__avatar,.sidebar__el_icon,.main,.app-launcher,.settings__container{transition:none!important}.sidebar--collapsed .sidebar__item-wrapper:after{transition:none!important}}.alert-system{position:fixed;bottom:8rem;left:50%;transform:translate(-50%);width:calc(100vw - 2rem);max-width:400px;z-index:9999;pointer-events:none}.alert-system--top{top:2rem;bottom:auto}.alert{background:var(--surface);border-radius:12px;margin-bottom:1rem;padding:1rem 1.5rem;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px;pointer-events:auto;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease}.alert:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003,0 3px 6px #00000026}.alert--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#047857}.alert--error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#b91c1c}.alert--info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#1d4ed8}.alert__content{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.alert__icon{width:24px;height:24px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.alert__message{font-size:1.4rem;font-weight:500;line-height:1.4;word-break:break-word}.alert__close{background:#fff3;border:none;color:inherit;font-size:20px;font-weight:700;cursor:pointer;padding:.5rem;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.alert__close:hover{background:#ffffff4d;transform:scale(1.1)}.alert__close:active{transform:scale(.95)}.alert__close:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}@media(min-width:768px){.alert-system{bottom:3rem;max-width:420px}.alert-system--top{top:2rem;bottom:auto}.alert{padding:1.25rem 1.75rem}.alert__message{font-size:1.5rem}}@media(min-width:1024px){.alert-system{top:2rem;bottom:auto;right:2rem;left:auto;transform:none;width:auto;max-width:450px}.alert-system--top{top:2rem;left:50%;right:auto;transform:translate(-50%);max-width:450px}.alert{margin-bottom:1rem;padding:1.5rem 2rem}.alert__message{font-size:1.6rem}.alert__close{width:36px;height:36px;font-size:22px}}@media(min-width:1024px){.alert-system{right:calc(2rem + var(--sidebar-offset, 0px))}}@media(min-resolution:2dppx){.alert{border-width:.5px}}@media(prefers-reduced-motion:reduce){.alert{transition:none}.alert:hover,.alert__close:hover,.alert__close:active{transform:none}}@media(prefers-color-scheme:dark){.alert{box-shadow:0 4px 12px #0000004d,0 2px 4px #0003}.alert:hover{box-shadow:0 6px 16px #0006,0 3px 6px #0000004d}}.avatar{position:relative;display:inline-block;flex-shrink:0;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.avatar__container{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--surface-light)}.avatar--small{width:32px;height:32px}.avatar--medium{width:40px;height:40px}.avatar--large{width:56px;height:56px}.avatar--xlarge{width:80px;height:80px}.avatar__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:block}.avatar__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative}.avatar__initials{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1);line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.avatar--small .avatar__initials{font-size:11px}.avatar--medium .avatar__initials{font-size:14px}.avatar--large .avatar__initials{font-size:18px}.avatar--xlarge .avatar__initials{font-size:28px}.avatar__spinner{width:50%;height:50%;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:avatar-spin 1s linear infinite}@keyframes avatar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.avatar--bordered .avatar__container{border:2px solid var(--surface);box-shadow:0 0 0 1px var(--border)}.avatar--bordered.avatar--small .avatar__container{border-width:1px}.avatar--clickable{cursor:pointer;transition:all .2s ease}.avatar--clickable:hover{transform:scale(1.05)}.avatar--clickable:active{transform:scale(.95)}.avatar--clickable:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:50%}.avatar__status{position:absolute;bottom:0;right:0;width:25%;height:25%;min-width:8px;min-height:8px;border-radius:50%;border:2px solid var(--surface);z-index:1}.avatar__status--online{background:#10b981}.avatar__status--offline{background:#6b7280}.avatar__status--away{background:#f59e0b}@media(min-width:768px){.avatar--small{width:36px;height:36px}.avatar--medium{width:44px;height:44px}.avatar--large{width:64px;height:64px}.avatar--xlarge{width:96px;height:96px}.avatar--small .avatar__initials{font-size:12px}.avatar--medium .avatar__initials{font-size:16px}.avatar--large .avatar__initials{font-size:22px}.avatar--xlarge .avatar__initials{font-size:32px}}@media(min-width:1024px){.avatar--clickable:hover{transform:scale(1.08)}.avatar--large{width:72px;height:72px}.avatar--xlarge{width:112px;height:112px}.avatar--large .avatar__initials{font-size:24px}.avatar--xlarge .avatar__initials{font-size:36px}}@media(min-resolution:2dppx){.avatar--bordered .avatar__container{border-width:1px;box-shadow:0 0 0 .5px var(--border)}}@media(prefers-reduced-motion:reduce){.avatar--clickable{transition:none}.avatar--clickable:hover,.avatar--clickable:active{transform:none}.avatar__spinner{animation:none}}@media(prefers-contrast:high){.avatar--bordered .avatar__container{border-width:3px;border-color:ButtonText}.avatar__status{border-width:3px;border-color:ButtonFace}}@media print{.avatar__status{display:none}.avatar--clickable:hover{transform:none}}.image-upload{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.image-upload__preview{position:relative;display:flex;align-items:center;justify-content:center}.image-upload__avatar{box-shadow:0 4px 12px #0000001a}.image-upload__overlay{position:absolute;inset:0;background:#000000b3;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff}.image-upload__spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:image-upload-spin 1s linear infinite}@keyframes image-upload-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-upload__loading-text{font-size:1.2rem;font-weight:500;text-align:center}.image-upload__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px}.image-upload__dropzone{width:100%;min-height:120px;border:2px dashed var(--border);border-radius:8px;background:var(--surface-light);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:1rem}.image-upload__dropzone:hover{border-color:var(--primary);background:var(--surface)}.image-upload__dropzone--active{border-color:var(--primary);background:var(--primary-bg);border-style:solid}.image-upload__dropzone--disabled{cursor:not-allowed;opacity:.6;background:var(--surface-disabled)}.image-upload__dropzone--disabled:hover{border-color:var(--border);background:var(--surface-disabled)}.image-upload__dropzone:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.image-upload__dropzone-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.image-upload__dropzone-icon{font-size:2.5rem;opacity:.7}.image-upload__dropzone-text{display:flex;flex-direction:column;gap:.25rem}.image-upload__dropzone-primary{font-size:1.4rem;font-weight:600;color:var(--text-primary)}.image-upload__dropzone-secondary{font-size:1.2rem;color:var(--text-secondary)}.image-upload__info{width:100%;text-align:center}.image-upload__requirements{font-size:1.2rem;color:var(--text-secondary);margin:0;line-height:1.4}.image-upload__buttons{display:flex;gap:1rem;width:100%;flex-wrap:wrap;justify-content:center}.image-upload__button{flex:1;min-width:120px;max-width:140px;min-height:44px}.image-upload__button--remove{color:var(--danger-color);border-color:var(--danger-border)}.image-upload__button--remove:hover{background:var(--danger-bg);border-color:var(--danger-color)}.image-upload__error{width:100%;padding:1rem;background:var(--error-bg);color:var(--error-color);border:1px solid var(--error-border);border-radius:6px;font-size:1.3rem;text-align:center;line-height:1.4}@media(min-width:768px){.image-upload{flex-direction:row;align-items:flex-start;gap:2rem;padding:2rem}.image-upload__preview{flex-shrink:0}.image-upload__actions{flex:1;max-width:400px}.image-upload__dropzone{min-height:140px}.image-upload__dropzone-icon{font-size:3rem}.image-upload__dropzone-primary{font-size:1.5rem}.image-upload__dropzone-secondary{font-size:1.3rem}.image-upload__buttons{justify-content:flex-start}.image-upload__button{flex:0 0 auto;min-width:140px}}@media(min-width:1024px){.image-upload{gap:3rem;padding:2.5rem}.image-upload__dropzone{min-height:160px}.image-upload__dropzone-icon{font-size:3.5rem}.image-upload__dropzone-primary{font-size:1.6rem}.image-upload__dropzone-secondary{font-size:1.4rem}.image-upload__requirements{font-size:1.3rem}.image-upload__button{min-width:160px}}@media(hover:none)and (pointer:coarse){.image-upload__dropzone{min-height:140px}.image-upload__button{min-height:48px;padding:1rem 1.5rem}}@media(prefers-reduced-motion:reduce){.image-upload__dropzone{transition:none}.image-upload__spinner{animation:none}}@media(prefers-contrast:high){.image-upload{border-width:2px}.image-upload__dropzone{border-width:3px}.image-upload__error{border-width:2px}}@media print{.image-upload__dropzone,.image-upload__buttons,.image-upload__error{display:none}.image-upload{border:none;padding:0}}.settings__container{padding:1.5rem;max-width:none;margin:0;min-height:100vh}.settings__title{font-size:2.6rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.02em}.settings__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.settings__header-content{flex:1}.settings__subtitle{margin-top:.5rem;color:var(--text-secondary);font-size:1.4rem;line-height:1.5}.settings__header-actions{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.settings__section{margin-bottom:3rem}.settings__section-header{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.settings__section-actions{display:flex;gap:1rem;align-items:center;margin-top:.5rem}.settings__section-title{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin:0;padding-left:1.2rem;border-left:3px solid var(--primary)}.settings__section-description{font-size:1.3rem;color:var(--text-secondary);margin:0;line-height:1.5;padding-left:1.2rem}.settings__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014}.settings__quick-actions{display:flex;flex-direction:column;gap:.75rem}.settings__quick-action{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-align:left;width:100%;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;border-left:3px solid transparent}.settings__quick-action:hover{border-color:var(--border);border-left-color:var(--primary);background:var(--surface-light);box-shadow:0 2px 8px #0000001a}.settings__action-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--surface-light);flex-shrink:0}.settings__action-content{display:flex;flex-direction:column;gap:.25rem}.settings__action-title{font-weight:600;font-size:1.4rem;color:var(--text-primary)}.settings__action-desc{font-size:1.2rem;color:var(--text-secondary);line-height:1.4}.settings__form-group{display:flex;flex-direction:column;gap:0}.settings__form-item{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.settings__form-item:first-child{padding-top:0}.settings__form-item:last-child{border-bottom:none;padding-bottom:0}.settings__form-item--danger{border-bottom-color:#ef444426;background:#ef44440d;border-radius:10px;padding:1.5rem;margin-top:.5rem}.settings__form-info{flex:1}.settings__form-label{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem;display:block}.settings__form-description{font-size:1.3rem;color:var(--text-secondary);margin:0;line-height:1.5}.settings__form-action{display:flex;justify-content:flex-start}.settings__inline-form{display:flex;flex-direction:column;gap:1rem;width:100%}.settings__inline-form .form__input{padding:.8rem 1rem;border-radius:8px;border:1px solid var(--border);border-top:1px solid var(--border);border-bottom:2px solid var(--border);font-size:1.4rem}.settings__inline-form .form__input:focus{border-color:var(--primary);border-bottom:2px solid var(--primary)}.settings__inline-actions{display:flex;gap:.75rem;flex-wrap:wrap}.settings__install-button{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:10px;font-size:1.4rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;min-height:44px}.settings__install-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ff9d414d}.settings__install-text{display:none}.settings__install-icon{display:flex;align-items:center}.settings__installed-badge{background:#22c55e1a;color:#22c55e;padding:.6rem 1.25rem;border-radius:10px;font-size:1.3rem;font-weight:600;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(34,197,94,.2)}.settings__info-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1.5rem}.settings__environment-badge{background:var(--surface-light);color:var(--text-primary);padding:.4rem .9rem;border-radius:6px;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--border)}.settings__environment-badge[data-environment=production]{background:#22c55e1f;color:#4ade80;border-color:#22c55e40}.settings__environment-badge[data-environment=development]{background:#3b82f61f;color:#60a5fa;border-color:#3b82f640}.settings__commit-section{margin-bottom:1.5rem;padding:1.5rem;background:var(--surface-light);border-radius:10px;border:1px solid var(--border)}.settings__commit-header{margin-bottom:.75rem}.settings__commit-title{font-size:1.2rem;font-weight:600;color:var(--text-secondary);margin:0;text-transform:uppercase;letter-spacing:.05em}.settings__commit-message{font-size:1.35rem;font-family:SF Mono,Monaco,Inconsolata,monospace;color:var(--text-primary);margin-bottom:.5rem;line-height:1.5;word-break:break-word}.settings__commit-meta{font-size:1.2rem;color:var(--text-secondary)}.settings__version-details{display:flex;flex-direction:column;gap:1.25rem}.settings__version-item{display:flex;flex-direction:column;gap:.4rem}.settings__version-label{font-size:1.1rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.settings__version-value{font-size:1.4rem;color:var(--text-primary);word-break:break-word}.settings__version-value--code{font-family:SF Mono,Monaco,Inconsolata,monospace;background:var(--surface-light);padding:.2rem .6rem;border-radius:6px;border:1px solid var(--border);display:inline-block;font-size:1.3rem}.settings__commit-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.settings__commit-link{font-family:SF Mono,Monaco,Inconsolata,monospace;color:var(--primary);text-decoration:none;font-size:1.3rem;font-weight:500;background:#ff9d4114;padding:.2rem .6rem;border-radius:6px;border:1px solid rgba(255,157,65,.15);transition:background .15s ease}.settings__commit-link:hover{background:#ff9d4126;text-decoration:none}.settings__copy-button{padding:.3rem .5rem;min-height:auto;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center}.settings__version-timestamp{display:flex;flex-direction:column;gap:.25rem}.settings__version-relative{font-size:1.2rem;color:var(--text-secondary)}@media(min-width:768px){.settings__container{padding:2rem}.settings__title{font-size:2.8rem}.settings__header{flex-direction:row;align-items:center;justify-content:space-between}.settings__install-text{display:inline}.settings__quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}.settings__form-item{flex-direction:row;align-items:flex-start;gap:2rem}.settings__form-info{flex:1}.settings__form-action{flex-shrink:0}.settings__inline-form{flex-direction:row;align-items:flex-start;flex-wrap:wrap}.settings__form-item--danger:has(.settings__inline-form--danger){flex-direction:column}.settings__form-item--danger:has(.settings__inline-form--danger) .settings__form-action{width:100%}.settings__inline-form--danger{flex-direction:column}.settings__inline-actions{flex-shrink:0}.settings__version-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.settings__version-item{flex-direction:row;align-items:center;justify-content:space-between}.settings__version-timestamp{flex-direction:row;align-items:center;gap:.5rem}}@media(min-width:1024px){.settings__container{max-width:780px;margin:0 auto;padding:3rem 2rem}.settings__section-title{font-size:1.9rem}.settings__section-description{font-size:1.35rem}.settings__card{padding:2rem}.settings__quick-action{padding:1.5rem 1.75rem}.settings__action-title{font-size:1.5rem}.settings__action-desc{font-size:1.3rem}.settings__form-label{font-size:1.5rem}.settings__form-description{font-size:1.35rem}}@media(min-width:1440px){.settings__container{max-width:860px}}.settings__quick-action:focus-visible,.settings__install-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){.settings__install-button:hover,.settings__quick-action:hover{transform:none}}@media(prefers-contrast:high){.settings__card,.settings__quick-action,.settings__environment-badge{border-width:2px}}.settings__toggle{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.settings__toggle input{opacity:0;width:0;height:0}.settings__toggle-slider{position:absolute;inset:0;background:var(--border);border-radius:28px;transition:all .2s ease}.settings__toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:#fff;border-radius:50%;transition:all .2s ease;box-shadow:0 2px 4px #0003}.settings__toggle input:checked+.settings__toggle-slider{background:var(--primary)}.settings__toggle input:checked+.settings__toggle-slider:before{transform:translate(24px)}.settings__toggle:hover .settings__toggle-slider{opacity:.8}.settings__toggle input:focus-visible+.settings__toggle-slider{outline:2px solid var(--primary);outline-offset:2px}.settings__section--danger{border:1px solid rgba(239,68,68,.25);border-radius:16px;padding:1.5rem;background:#ef44440a}.settings__section--danger .settings__section-title{color:#f87171;border-left-color:#ef4444}.settings__section--danger .settings__section-description{color:var(--text-secondary)}.settings__card--danger{background:var(--surface);border:1px solid rgba(239,68,68,.2)}.settings__danger-warning{background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:1.5rem;margin-bottom:1rem}.settings__danger-warning-title{font-size:1.5rem;font-weight:700;color:#f87171;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.settings__danger-warning-text{font-size:1.3rem;color:var(--text-secondary);margin:.75rem 0;line-height:1.5}.settings__danger-warning-list{margin:1rem 0;padding-left:1.5rem;list-style:disc}.settings__danger-warning-list li{font-size:1.3rem;color:var(--text-secondary);margin-bottom:.5rem;line-height:1.5}.settings__inline-form--danger{background:transparent}.settings__inline-form--danger .form__input{border-color:#ef44444d;font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:600}.settings__inline-form--danger .form__input:focus{border-color:#ef4444;outline-color:#ef4444}.settings__wipe-checkbox{display:flex;align-items:flex-start;gap:.75rem;font-size:1.3rem;color:var(--text-secondary);line-height:1.5;cursor:pointer;padding:.5rem 0}.settings__wipe-checkbox input[type=checkbox]{margin-top:.2rem;width:18px;height:18px;accent-color:#ef4444;flex-shrink:0;cursor:pointer}.settings__wipe-checkbox input[type=checkbox]:checked+span{color:var(--text-primary)}.profile__container{max-width:80rem;margin:0 auto;padding:3rem}.profile__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.profile__header-actions{display:flex;gap:1rem}.profile__card{background:var(--site-bg-sub-color);border-radius:1.5rem;overflow:hidden}.profile__section{padding:2rem 2.5rem;border-bottom:1px solid var(--border)}.profile__section--avatar{padding:2rem 3rem 3rem}.profile__avatar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.profile__avatar-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.profile__avatar-preview{display:flex;justify-content:center}.profile__avatar-upload{width:100%;max-width:500px}@media(max-width:767px){.profile__container{padding:1rem}.profile__section{padding:2rem 1.5rem}.profile__section--avatar{padding:1.5rem 1.5rem 2.5rem}.profile__avatar-header{flex-direction:column;align-items:stretch}}@media(min-width:768px){.profile__avatar-content{flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem}.profile__avatar-preview{flex-shrink:0}.profile__avatar-upload{flex:1;max-width:400px}}.profile__section:last-child{border-bottom:none}.profile__section-title{font-size:1.6rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem}.profile__field{margin-bottom:2rem}.profile__field:last-child{margin-bottom:0}.profile__label{display:block;font-size:1.15rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.06em}.profile__value{font-size:1.5rem;color:var(--text-primary);line-height:1.5}.profile__value--readonly{color:var(--text-secondary)}.profile__value--mono{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:1.4rem}.profile__hint{display:block;font-size:1.15rem;color:var(--text-secondary);margin-top:.4rem}.profile__input{width:100%;padding:1rem 1.2rem;font-size:1.5rem;background:var(--surface-light);border:1px solid var(--border);border-bottom:2px solid var(--border);border-radius:10px;color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.profile__input:focus{outline:none;border-color:var(--primary);border-bottom-color:var(--primary);box-shadow:0 0 0 3px #ff9d411a}.profile__input--textarea{resize:vertical;min-height:10rem;font-family:inherit;line-height:1.6}.profile__link{color:var(--primary);text-decoration:none;transition:opacity .2s ease}.profile__link:hover{opacity:.8;text-decoration:underline}@media(max-width:768px){.profile__container{padding:1rem}.profile__header{flex-direction:column;align-items:stretch}.profile__header-actions{width:100%;display:flex;gap:1rem}.profile__header-actions .btn{flex:1}.profile__section{padding:2rem}.profile__section-title{font-size:1.6rem;margin-bottom:2rem}.profile__field{margin-bottom:2rem}.profile__label{font-size:1.2rem}.profile__value{font-size:1.4rem}.profile__input{padding:1rem 1.2rem;font-size:1.4rem}}@media(max-width:480px){.profile__section{padding:1.5rem}.profile__card{border-radius:1rem}.btn--outline{background:transparent;border:2px solid var(--site-text-sub-color);color:var(--site-text-color)}.btn--outline:hover:not(:disabled){background:var(--site-text-sub-color);color:var(--site-bg-color)}}.notification-settings__callout{border:1px solid var(--warning-border, #f59e0b);background:var(--warning-bg, rgba(245, 158, 11, .08));color:var(--warning-text, #92400e);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.notification-settings__callout-title{font-weight:600;margin-bottom:.5rem}.notification-settings__callout-actions{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.notification-settings__status{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text-primary)}.notification-settings__status-indicator{width:12px;height:12px;border-radius:999px;background:var(--danger, #ef4444)}.notification-settings__status-indicator--active{background:var(--success, #10b981)}.notification-settings__tools{display:flex;flex-direction:column;gap:1.5rem}.notification-settings__tool-card{border:1px solid var(--border);border-radius:12px;padding:1.5rem;background:var(--surface);box-shadow:0 1px 4px #0000000d}.notification-settings__tool-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.notification-settings__tool-name{font-size:1.6rem;font-weight:600;margin:0}.notification-settings__categories{display:grid;gap:1rem}.notification-settings__category-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid var(--border-light, rgba(0, 0, 0, .05));border-radius:10px;padding:1rem 1.25rem;background:var(--surface-light)}.notification-settings__category-text{display:flex;flex-direction:column;gap:.25rem}.notification-settings__category-title{font-weight:500;margin:0;color:var(--text-primary)}.notification-settings__category-desc{margin:0;font-size:1.2rem;color:var(--text-secondary)}.notification-settings__category-toggle{display:flex;align-items:center;gap:.75rem}.notification-settings__category-disabled{opacity:.5}.notification-settings__device-meta{font-size:1.2rem;color:var(--text-secondary)}.notification-settings__actions{display:flex;gap:1rem;flex-wrap:wrap}.notification-settings__helper{font-size:1.2rem;color:var(--text-secondary);margin-top:.75rem}.notification-settings__step-indicator{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:1.2rem;color:var(--text-secondary)}.notification-settings__step-spinner{width:14px;height:14px;border:2px solid var(--border, #ccc);border-top-color:var(--primary, #3b82f6);border-radius:50%;animation:notification-spin .8s linear infinite;flex-shrink:0}@keyframes notification-spin{to{transform:rotate(360deg)}}.notification-settings__debug{margin-top:1.5rem;border:1px solid var(--border-light, rgba(0, 0, 0, .08));border-radius:8px;font-size:1.15rem}.notification-settings__debug-summary{cursor:pointer;padding:.75rem 1rem;color:var(--text-secondary);font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notification-settings__debug-grid{display:grid;grid-template-columns:max-content 1fr;gap:.35rem 1rem;padding:0 1rem 1rem;color:var(--text-secondary)}.notification-settings__debug-grid>span:nth-child(odd){font-weight:500;color:var(--text-primary)}.notification-settings__debug-mono{font-family:monospace;font-size:1.05rem;word-break:break-all}@media(min-width:768px){.notification-settings__categories{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.debug-app{max-width:900px;margin:0 auto;padding:2rem;margin-left:calc(var(--sidebar-width, 250px) + 40px)}.debug-app__viewport{margin-left:var(--sidebar-width);padding:0 2rem;display:flex;justify-content:center}.debug-app__viewport .debug-app{margin-left:0;margin-right:0;width:100%;max-width:900px}.debug-app h1{color:var(--site-text-color);margin-bottom:2rem;font-size:2.8rem;font-weight:600}.debug-task-lists{max-width:1100px;margin:0 auto;padding:2rem;margin-left:calc(var(--sidebar-width, 250px) + 40px);position:relative}.debug-task-lists h1{color:var(--site-text-color);margin:0;font-size:2.6rem;font-weight:600}.debug-task-lists__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.debug-task-lists__header .button{padding:.7rem 1.4rem;border-radius:999px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:var(--transition-fade);white-space:nowrap}.debug-task-lists__header .button--secondary{background-color:transparent;color:var(--productive-color);border:1px solid var(--productive-color)}.debug-task-lists__header .button--secondary:hover{background-color:var(--productive-color);color:#fff;transform:translateY(-1px)}.debug-task-lists__subtitle{margin-top:.5rem;color:var(--site-text-sub-color)}.debug-task-lists__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.debug-task-lists__status{color:var(--site-text-sub-color);margin-top:1rem}.debug-task-lists__status--error{color:var(--break-over-color)}.debug-task-lists__empty{text-align:center;margin-top:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--site-text-sub-color)}.debug-task-lists__primary{padding:.85rem 1.6rem;background-color:var(--productive-color);color:#fff;border:none;border-radius:999px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:var(--transition-fade)}.debug-task-lists__primary:hover{background-color:var(--productive-over-color);transform:translateY(-1px)}.debug-task-lists__secondary{padding:.7rem 1.4rem;background-color:transparent;color:var(--productive-color);border:1px solid var(--productive-color);border-radius:999px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:var(--transition-fade)}.debug-task-lists__secondary:hover{background-color:#ff9d411a}.debug-task-lists__primary:disabled,.debug-task-lists__secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.debug-task-list-card{position:relative;z-index:0;background-color:var(--site-sub-background-color);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.8rem;transition:var(--transition-fade)}.debug-task-list-card:hover,.debug-task-list-card:focus-within{z-index:2}.debug-task-list-card:hover{border-color:var(--productive-color);box-shadow:0 14px 32px #ff9d412e;transform:translateY(-4px)}.debug-task-list-card__body{display:block;width:100%;background:transparent;border:none;padding:0;margin:0;text-align:left;color:inherit;cursor:pointer}.debug-task-list-card__body:focus{outline:none}.debug-task-list-card__body:focus-visible{outline:2px solid var(--productive-color);outline-offset:4px}.debug-task-list-card__menu{position:absolute;top:1.2rem;right:1.2rem;z-index:3}.debug-task-list-card__menu .dropdown-menu-container,.debug-task-list-card__menu .dropdown-menu-trigger{position:relative;z-index:inherit}.debug-task-list-card__menu .dropdown-menu-trigger{background:transparent;border:none;color:var(--site-text-sub-color);font-size:1.8rem;padding:.2rem .4rem;border-radius:8px;cursor:pointer;transition:var(--transition-fade)}.debug-task-list-card__menu .dropdown-menu-trigger:hover,.debug-task-list-card__menu .dropdown-menu-trigger:focus-visible{color:var(--site-text-color);background-color:#ffffff14;outline:none}.debug-task-list-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.debug-task-list-card__title{margin:0;color:var(--site-text-color);font-size:1.8rem;font-weight:600}.debug-task-list-card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.3rem .8rem;background-color:#ff9d4126;color:var(--productive-color);border-radius:999px;font-size:1.3rem;font-weight:600}.debug-task-list-card__description{margin:0;color:var(--site-text-sub-color);font-size:1.3rem;line-height:1.6}.debug-task-list-card__meta{margin:0;color:#fff9;font-size:1.3rem}.debug-task-list-details__header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.debug-task-list-details__toolbar{position:sticky;top:0;z-index:100;background-color:var(--site-background-color);padding-top:max(1.5rem,env(safe-area-inset-top));padding-bottom:1.5rem;margin-bottom:.75rem;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem;display:flex;align-items:stretch;gap:.75rem;min-height:48px;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px #0000001a}.debug-task-list-details__toolbar .btn{width:auto;max-width:none;flex:0 0 auto}.debug-task-list-details__back-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:transparent;color:var(--site-text-color);font-size:1.8rem;cursor:pointer;transition:var(--transition-fade)}.debug-task-list-details__back-button:hover{border-color:var(--productive-color);color:var(--productive-color)}.debug-task-list-details__content{flex:1 1 auto;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}.debug-task-list-details__title{margin:0;margin-bottom:0!important;color:var(--text-primary);font-size:1.9rem;font-weight:600;text-align:center;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.debug-task-list-details__description{color:var(--site-text-sub-color);margin:0;max-width:640px;line-height:1.6;font-size:1.3rem}.debug-task-list-details__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;justify-content:flex-end;margin-left:auto}.debug-task-list-details__icon-button{width:42px;height:42px;min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center}.debug-task-list-details__icon-button .btn__label{display:flex;align-items:center;justify-content:center;width:100%}.debug-task-list-details__action-button[disabled]{opacity:.4;cursor:not-allowed}.debug-task-list-details__button-text{display:none}.debug-task-list-details__action-button{width:42px;height:42px;min-width:42px;min-height:42px;padding:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.debug-task-list-details__action-button .icon{display:flex;align-items:center;justify-content:center}.debug-list-progress{margin:1.5rem 0;padding:1rem;background-color:#ff9d410d;border-radius:12px;border:1px solid rgba(255,157,65,.2)}.debug-list-progress__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.debug-list-progress__header h3{margin:0;font-size:1.3rem;font-weight:600;color:var(--site-text-color);text-transform:uppercase;letter-spacing:.5px}.debug-list-progress__stats{font-size:1.4rem;color:var(--site-text-sub-color);font-weight:500}.debug-task-list-sort{margin-top:1.5rem;margin-bottom:1rem}.debug-app__form{display:flex;flex-direction:column;margin-bottom:2rem;background:var(--site-sub-background-color);padding:1.5rem;border-radius:12px;border:1px solid var(--site-text-sub-color);box-shadow:0 2px 8px #00000026}.debug-app__button{width:150px;padding:.75rem 1.5rem;background-color:var(--productive-color);color:#fff;border:none;cursor:pointer;border-radius:8px;font-weight:500;font-size:1.3rem;transition:var(--transition-fade);margin-top:.75rem}.debug-app__button:hover{background-color:var(--productive-over-color);transform:translateY(-1px);box-shadow:0 4px 8px #ff9d414d}.debug-app__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.debug-app__tasks{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.sortable-task{margin-bottom:2.5rem}.sortable-task:last-child{margin-bottom:0}.sortable-task--dragging{opacity:.5}.sortable-task--reorder-mode{cursor:grab}.sortable-task--reorder-mode:active{cursor:grabbing}.sortable-task__content{width:100%}.debug-task{background-color:var(--site-sub-background-color);padding:.7rem .9rem;border:1px solid var(--site-text-sub-color);margin-bottom:0;border-radius:12px;transition:var(--transition-fade);position:relative}.debug-task:hover{border-color:var(--productive-color);box-shadow:0 4px 12px #ff9d4126}.debug-task:focus-within{border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133;background-color:#ff9d4108}.debug-task__header{display:grid;grid-template-columns:20px 1fr minmax(36px,auto);grid-template-rows:auto;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem;row-gap:0}.debug-task__checkbox{grid-column:1;grid-row:1;width:20px;height:20px;cursor:pointer;accent-color:var(--productive-color);align-self:center}.debug-task__title{grid-column:2;grid-row:1;font-size:1.8rem;min-width:0;max-width:100%;background-color:transparent;border:none;border-bottom:2px solid transparent;color:var(--site-text-color);text-decoration:none;padding:.3rem .2rem;font-weight:500;transition:var(--transition-fade);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;min-height:2.8rem;resize:none;overflow:hidden;font-family:inherit;line-height:1.5;align-self:center}.debug-task__labels{grid-column:2;grid-row:2;display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.debug-task__version-badge,.debug-task__sprint-badge,.debug-task__disposition-badge{color:#fff;padding:.2rem .45rem;border-radius:12px;font-size:1.1rem;font-weight:500;white-space:nowrap;border:1px solid transparent}.debug-task__disposition-badge--inbox{background:#41a3ff33;border-color:#41a3ff73;color:#d8ebff}.debug-task__disposition-badge--active{background:#ff9d4133;border-color:#ff9d4180;color:#ffe7cf}.debug-task__disposition-badge--holding{background:#4ade802e;border-color:#4ade8073;color:#e6ffef}.debug-task__disposition-badge--waiting{background:#fbbf2433;border-color:#fbbf2480;color:#fff5d6}.debug-task__disposition-badge--snoozed{background:#38bdf82e;border-color:#38bdf880;color:#daf6ff}.debug-task__disposition-badge--archived{background:#6b728038;border-color:#6b728080;color:#e5e7eb}.debug-task__title.completed{text-decoration:line-through;opacity:.5;color:var(--site-text-sub-color)}.debug-task__title:focus{outline:none;border-bottom-color:var(--productive-color);background-color:#ff9d410d}.debug-task__title:hover:not(.completed){border-bottom-color:var(--site-text-sub-color)}.debug-task__menu{grid-column:3;grid-row:1;position:relative;z-index:10;display:flex;align-items:center;justify-content:center;min-width:36px;width:36px;flex-shrink:0;align-self:center}.debug-task__menu .dropdown-menu-container{position:relative;z-index:inherit}.debug-task__menu .dropdown-menu-trigger{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;position:relative}.debug-task .debug-task__menu{z-index:20}.debug-task .debug-task .debug-task__menu{z-index:30}.debug-task .debug-task .debug-task .debug-task__menu{z-index:40}.debug-task .debug-task .debug-task .debug-task .debug-task__menu{z-index:50}.debug-task .debug-task .debug-task .debug-task .debug-task .debug-task__menu{z-index:60}.debug-task .debug-task .debug-task .debug-task .debug-task .debug-task .debug-task__menu{z-index:70}.debug-task__description{margin:.75rem 0 0 3rem;padding:.3rem 0;color:var(--site-text-sub-color);font-size:1.3rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.debug-task__progress{display:flex;align-items:center;gap:.75rem;margin:1rem 0 .75rem 3rem;padding:.45rem;background-color:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.debug-task__progress-text{font-size:1.3rem;color:var(--site-text-sub-color);font-weight:500;white-space:nowrap;min-width:7rem}.debug-task__subtasks{margin-left:.5rem;display:flex;flex-direction:column;gap:1rem}.debug-task__subtasks:not(:empty){margin-top:1rem}.debug-task__collapsed-summary{display:flex;align-items:center;gap:.75rem;padding:.6rem .9rem;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:var(--transition-fade);-webkit-user-select:none;-moz-user-select:none;user-select:none}.debug-task__collapsed-summary:hover{background-color:#ffffff14;border-color:var(--productive-color)}.debug-task__collapsed-summary:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133}.debug-task__collapsed-icon{font-size:1.4rem;color:var(--site-text-sub-color);flex-shrink:0;transition:transform .2s ease}.debug-task__collapsed-text{font-size:1.3rem;color:var(--site-text-sub-color);font-weight:500}.debug-task__inline-form{display:flex;flex-direction:column;gap:1rem;padding:.9rem;border:1px dashed rgba(255,255,255,.2);border-radius:12px;background-color:#ffffff05}.debug-task__inline-input{width:100%;padding:.6rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:var(--site-background-color);color:var(--site-text-color);font-size:1.4rem;transition:var(--transition-fade)}.debug-task__inline-input:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133}.debug-task__inline-textarea{width:100%;min-height:120px;padding:.75rem .8rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:var(--site-background-color);color:var(--site-text-color);font-size:1.4rem;resize:vertical;transition:var(--transition-fade)}.bulk-task-creator textarea.form__input,.sub-task-description textarea.form__input{min-height:120px}.debug-task__inline-textarea:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133}.debug-task__inline-actions{display:flex;gap:.75rem;flex-wrap:wrap}.debug-task__inline-primary,.debug-task__inline-secondary{border-radius:999px;padding:.45rem 1.2rem;border:none;cursor:pointer;font-size:1.3rem;font-weight:500;transition:var(--transition-fade)}.debug-task__inline-primary{background-color:var(--productive-color);color:#fff}.debug-task__inline-primary:disabled{opacity:.6;cursor:not-allowed}.debug-task__inline-primary:not(:disabled):hover{background-color:var(--productive-over-color)}.debug-task__inline-secondary{background:transparent;color:var(--site-text-sub-color);border:1px solid rgba(255,255,255,.2)}.debug-task__inline-secondary:hover{color:var(--site-text-color);border-color:#fff6}.debug-task{border-left-width:4px}.debug-task .debug-task{border-color:#ff5733}.debug-task .debug-task .debug-task{border-color:#6b3a76}.debug-task .debug-task .debug-task .debug-task{border-color:#3a9c9c}.debug-task .debug-task .debug-task .debug-task .debug-task{border-color:#fbc02d}.debug-task .debug-task .debug-task .debug-task .debug-task .debug-task{border-color:#ef6c00}.debug-task .debug-task .debug-task .debug-task .debug-task .debug-task .debug-task{border-color:#008cba}.debug-task .debug-task .debug-task .debug-task .debug-task .debug-task .debug-task .debug-task{border-color:#9e9e9e}.sub-tasks-section{padding:1.5rem;background-color:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.sub-tasks-section h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:600;color:var(--site-text-color)}.help-text{margin:0 0 1rem;font-size:1.3rem;color:var(--site-text-sub-color);line-height:1.5}.help-text kbd{padding:.2rem .5rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-family:Courier New,monospace;font-size:1rem;font-weight:600}.sub-tasks-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.sub-task-container{display:flex;flex-direction:column;gap:.5rem}.sub-task-input{display:flex;align-items:center;gap:.75rem}.sub-task-bullet{color:var(--productive-color);font-size:1.6rem;line-height:1;flex-shrink:0}.sub-task-description{margin-left:2.5rem;padding-left:1rem;border-left:2px solid rgba(255,157,65,.3)}.btn-toggle-description{color:var(--productive-color);font-size:1.8rem;font-weight:700}.form__input--small{height:2.5rem;font-size:1.3rem}.btn-icon{padding:.25rem .5rem;background:none;border:none;cursor:pointer;color:var(--site-text-sub-color);font-size:2rem;line-height:1;transition:var(--transition-fade);flex-shrink:0}.btn-icon:hover:not(:disabled){color:var(--break-over-color)}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.btn-remove{flex-shrink:0}.required{color:var(--break-over-color)}.debug-app__button--secondary{background-color:transparent;border:1px solid var(--productive-color);color:var(--productive-color)}.debug-app__button--secondary:hover:not(:disabled){background-color:#ff9d411a}.debug-bug-issue{background-color:#3672f414;border:2px solid var(--break-color);border-left-width:4px;border-radius:12px;padding:1.5rem;margin-top:0;margin-bottom:0;transition:var(--transition-fade)}.debug-bug-issue:hover{border-color:var(--break-over-color);box-shadow:0 4px 12px #41a3ff26}.debug-bug-issue.resolved{opacity:.5;border-color:var(--site-text-sub-color)}.debug-bug-issue.resolved *{text-decoration:line-through}.debug-bug-issue__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.debug-bug-issue__checkbox{flex-shrink:0;width:20px;height:20px;cursor:pointer;accent-color:var(--break-over-color)}.debug-bug-issue__title{flex:1;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.6rem .9rem;color:var(--site-text-color);font-size:1.6rem;font-weight:600;transition:var(--transition-fade)}.debug-bug-issue__title:focus{border-color:var(--productive-color);outline:none;box-shadow:0 0 0 3px #ff9d4140}.debug-bug-issue__menu{flex-shrink:0}.debug-bug-issue__label{display:block;margin-top:1.5rem;margin-bottom:.4rem;color:var(--site-text-color);font-weight:500;font-size:1.4rem}.debug-bug-issue__textarea{display:block;width:100%;margin-bottom:0;padding:1rem;box-sizing:border-box;background-color:var(--site-background-color);border:1px solid var(--site-text-sub-color);border-radius:8px;color:var(--site-text-color);font-family:inherit;font-size:1.4rem;resize:vertical;transition:var(--transition-fade)}.debug-bug-issue__textarea:focus{outline:none;border-color:var(--break-over-color);box-shadow:0 0 0 3px #41a3ff33}.debug-bug-issue__iterations{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.debug-bug-issue__iterations-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.debug-bug-issue__iterations-header h5{margin:0;font-size:1.5rem;color:var(--site-text-color)}.debug-bug-issue__add-group{background:transparent;border:1px dashed var(--productive-color);color:var(--productive-color);padding:.5rem 1rem;border-radius:999px;cursor:pointer;font-size:1.3rem;transition:var(--transition-fade)}.debug-bug-issue__add-group:hover{background-color:#ff9d411a}.debug-bug-issue__iteration{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.2rem;background:#ffffff08}.debug-bug-issue__iteration-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.debug-bug-issue__iteration-label{font-size:1.3rem;font-weight:600;color:var(--site-text-color)}.debug-bug-issue__remove-group{background:transparent;border:none;color:#ef4444e6;cursor:pointer;font-size:1.4rem;font-weight:500;transition:var(--transition-fade)}.debug-bug-issue__remove-group:hover{color:#ef4444;text-decoration:underline}.debug-bug-issue__empty{margin:0;color:var(--site-text-sub-color);font-size:1.3rem}@media screen and (max-width:1024px){.debug-app__viewport{margin-left:0;padding:0 2rem}.debug-app,.debug-task-lists{margin-left:2rem;margin-right:2rem;padding-bottom:calc(var(--mobile-nav-height, 60px) + 3rem)}.debug-task__subtasks{margin-left:.75rem}.debug-app__tasks{padding-bottom:2rem}.debug-task-list-details__toolbar{margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}}@media screen and (max-width:768px){.debug-app__viewport{padding:0 1.5rem}.debug-app,.debug-task-lists{padding:1.5rem;padding-bottom:8rem!important}.debug-task-lists__header{flex-direction:column;align-items:flex-start}.debug-task-lists__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.debug-task-list-details__header{gap:.5rem}.debug-task-list-details__title{font-size:1.6rem;line-height:1.4;text-align:center}.debug-task-list-details__description{display:none}.debug-task-list-details__toolbar{gap:.5rem;align-items:center;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}.debug-task-list-details__back-button,.debug-task-list-details__icon-button{width:44px;height:44px;min-width:44px;min-height:44px;padding:0}.debug-task-list-details__action-button{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.debug-task-list-details__button-text{display:none}.debug-task-list-details__action-button .icon{display:flex;align-items:center;justify-content:center}.debug-list-progress{padding:.9rem}.debug-list-progress__header{flex-direction:row;align-items:center;gap:.75rem;flex-wrap:wrap}.debug-app h1{font-size:2.4rem}.debug-app__form{padding:1.2rem}.debug-task{padding:.6rem .8rem}.debug-task__header{grid-template-columns:20px 1fr 36px;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:0}.debug-task__title{font-size:1.5rem;line-height:1.6;min-height:3.4rem;padding:.25rem .15rem}.debug-task__menu{width:36px;min-width:36px}.debug-task__subtasks{margin-left:.25rem}.debug-task__menu .dropdown-menu-trigger{min-width:36px;min-height:36px;padding:.4rem}.debug-bug-issue{padding:1.2rem}.debug-bug-issue__menu .dropdown-menu-trigger{min-width:36px;min-height:36px;padding:.4rem}.debug-bug-issue__textarea{font-size:16px}.debug-task__inline-textarea,.bulk-task-creator textarea.form__input,.sub-task-description textarea.form__input{min-height:100px}}.debug-settings__section{background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;margin-top:2rem}.debug-settings__section-header h2{margin:0;color:var(--site-text-color);font-size:1.5rem;font-weight:600}.debug-settings__section-description{margin-top:.5rem;color:#ffffffa8;font-size:.95rem;line-height:1.4}.debug-settings__tabs{display:inline-flex;gap:.5rem;margin:1.5rem 0 1rem;background:#ffffff0a;border-radius:999px;padding:.25rem}.debug-settings__tab{border:none;background:transparent;color:#fff9;padding:.5rem 1.25rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease;font-weight:600}.debug-settings__tab:hover{color:#ffffffd9}.debug-settings__tab--active{background:#ffffff1f;color:#fff}.debug-settings__panel{display:flex;flex-direction:column;gap:1rem}.debug-settings__radio-group{display:flex;gap:1rem;margin-top:.5rem}.debug-settings__actions{display:flex;flex-wrap:wrap;gap:.75rem}.debug-import-summary{margin-top:1rem;background:#0003;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);color:#fffc}@media screen and (max-width:480px){.debug-app{padding:1rem;padding-bottom:8rem!important}.debug-app h1{font-size:2rem}.debug-app__button{width:100%}.debug-task-lists{padding:1rem;padding-bottom:8rem!important}.debug-task-list-card{padding:1.4rem}.debug-task__title{font-size:1.4rem}.debug-task__header{grid-template-columns:20px 1fr 36px;-moz-column-gap:.4rem;column-gap:.4rem;row-gap:0}.debug-task__title{font-size:1.45rem;line-height:1.7;min-height:3.6rem}.debug-task__menu{width:36px;min-width:36px;display:flex;align-items:start;justify-content:center}.debug-task__menu .dropdown-menu-trigger{min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.debug-bug-issue__title{font-size:1.4rem}.debug-bug-issue__menu .dropdown-menu-trigger{min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}}.sprint-select-modal__content,.label-select-modal__content{min-width:500px;max-width:600px}@media(max-width:767px){.sprint-select-modal__content,.label-select-modal__content{min-width:100%;max-width:100%}}.label-select-modal__section{margin-bottom:1.5rem}.label-select-modal__section-title{font-size:1.6rem;font-weight:600;color:var(--site-text-color, rgba(255, 255, 255, .92));margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--site-text-sub-color, rgba(255, 255, 255, .2))}.label-select-modal__divider{border:none;border-top:2px solid var(--site-text-sub-color, rgba(255, 255, 255, .3));margin:2rem 0}.sprint-select-modal__loading,.label-select-modal__loading{padding:2rem;text-align:center;color:var(--site-text-color)}.sprint-select-modal__actions,.label-select-modal__actions{display:flex;gap:.5rem;margin-bottom:1rem}.sprint-select-modal__unassign,.label-select-modal__unassign{margin-bottom:1rem}.sprint-select-modal__list,.label-select-modal__list{max-height:400px;overflow-y:auto}.sprint-select-modal__empty,.label-select-modal__empty{padding:2rem;text-align:center;color:var(--site-text-sub-color, rgba(255, 255, 255, .6));font-size:1.4rem}.sprint-select-modal__items,.label-select-modal__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sprint-select-modal__item,.label-select-modal__item{border-radius:8px;overflow:hidden}.sprint-select-modal__item--selected,.label-select-modal__item--selected{background:var(--site-hover-bg, rgba(99, 102, 241, .1))}.sprint-select-modal__item-content,.label-select-modal__item-content{display:flex;gap:.5rem;align-items:stretch}.sprint-select-modal__item-button,.label-select-modal__item-button{flex:1;padding:1rem;border:1px solid var(--site-text-sub-color, rgba(255, 255, 255, .2));background:var(--site-sub-background-color, rgba(255, 255, 255, .05));cursor:pointer;text-align:left;transition:all .2s ease;border-radius:8px}.sprint-select-modal__item-edit,.label-select-modal__item-edit{padding:.5rem 1rem;border:1px solid var(--site-text-sub-color, rgba(255, 255, 255, .2));background:var(--site-sub-background-color, rgba(255, 255, 255, .05));color:var(--site-text-color, rgba(255, 255, 255, .92));cursor:pointer;border-radius:8px;font-size:1.6rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px}.sprint-select-modal__item-edit:hover:not(:disabled),.label-select-modal__item-edit:hover:not(:disabled){background:var(--site-sub-background-color-hover, rgba(255, 255, 255, .1));border-color:var(--site-primary-color, #6366f1)}.sprint-select-modal__item-edit:disabled,.label-select-modal__item-edit:disabled{cursor:not-allowed;opacity:.6}.sprint-select-modal__item-button:hover:not(:disabled),.label-select-modal__item-button:hover:not(:disabled){background:var(--site-sub-background-color-hover, rgba(255, 255, 255, .1));border-color:var(--site-primary-color, #6366f1)}.sprint-select-modal__item-button:disabled,.label-select-modal__item-button:disabled{cursor:not-allowed;opacity:.6}.sprint-select-modal__item-header,.label-select-modal__item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.sprint-select-modal__item-color,.label-select-modal__item-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.sprint-select-modal__item-name,.label-select-modal__item-name{font-size:1.4rem;font-weight:500;color:var(--site-text-color, rgba(255, 255, 255, .92));flex:1}.sprint-select-modal__item-badge,.label-select-modal__item-badge{padding:.25rem .6rem;border-radius:12px;font-size:1.3rem;font-weight:500;background:var(--color-secondary, #6b7280);color:#fff}.sprint-select-modal__item-badge--selected,.label-select-modal__item-badge--selected{background:var(--site-primary-color, #6366f1)}.sprint-select-modal__item-notes,.label-select-modal__item-notes{font-size:1.4rem;color:var(--site-text-sub-color, rgba(255, 255, 255, .6));margin:0 0 .5rem;line-height:1.5}.sprint-select-modal__item-dates,.label-select-modal__item-dates{font-size:1.4rem;color:var(--site-text-sub-color, rgba(255, 255, 255, .6));margin:0;font-weight:500}.sprint-form-modal__form{min-width:400px}@media(max-width:767px){.sprint-form-modal__form{min-width:100%}.label-select-modal__section-title{font-size:1.4rem}.label-select-modal__actions,.sprint-select-modal__actions{flex-direction:column}.label-select-modal__actions .btn,.sprint-select-modal__actions .btn{width:100%}.label-select-modal__item-content,.sprint-select-modal__item-content{flex-direction:column;gap:.75rem}.label-select-modal__item-button,.sprint-select-modal__item-button{width:100%;padding:1.2rem 1rem}.label-select-modal__item-edit,.sprint-select-modal__item-edit{width:100%;min-width:44px;padding:.75rem 1rem}.label-select-modal__item-name,.sprint-select-modal__item-name{font-size:1.5rem}.label-select-modal__item-notes,.label-select-modal__item-dates,.sprint-select-modal__item-notes,.sprint-select-modal__item-dates{font-size:1.3rem}.label-select-modal__list,.sprint-select-modal__list{max-height:50vh}}@media(max-width:480px){.label-select-modal__section-title{font-size:1.3rem}.label-select-modal__item-header,.sprint-select-modal__item-header{gap:.5rem}.label-select-modal__item-name,.sprint-select-modal__item-name{font-size:1.4rem}}.dropdown-menu-container{position:relative;display:inline-block;flex-shrink:0}.dropdown-menu-trigger{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:6px;font-size:14px;font-weight:600;transition:all .15s ease;position:relative}.dropdown-menu-trigger:hover{background:var(--surface-light);color:var(--text-primary)}.dropdown-menu-trigger:active{background:var(--border);transform:scale(.95)}.dropdown-menu-trigger:focus{outline:2px solid var(--primary-color, #2563eb);outline-offset:2px}.dropdown-menu{position:fixed;z-index:9999;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 20px 40px -10px #0000001a,0 0 0 1px #ffffff0d;padding:6px 0;margin-top:4px;overflow:hidden;animation:dropdown-menu-appear .15s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@keyframes dropdown-menu-appear{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.dropdown-menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--text-primary);text-align:left;cursor:pointer;font-size:14px;font-weight:400;line-height:1.2;transition:background-color .15s ease;gap:12px}.dropdown-menu-item:hover{background:var(--surface-light)}.dropdown-menu-item:active{background:var(--border)}.dropdown-menu-item:focus{outline:none;background:var(--surface-light)}.dropdown-menu-item--disabled{color:var(--text-secondary);cursor:not-allowed;opacity:.5}.dropdown-menu-item--disabled:hover{background:transparent}.dropdown-menu-item__label{flex:1;font-weight:400}.dropdown-menu-item__icon{flex-shrink:0;font-size:12px;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;width:16px;height:16px}@media(max-width:768px){.dropdown-menu{min-width:160px;font-size:16px}.dropdown-menu-item{padding:12px 16px;font-size:16px}.dropdown-menu-trigger{width:36px;height:36px;font-size:16px}.template-drag-handle{display:none!important}}@media(prefers-color-scheme:dark){.dropdown-menu{box-shadow:0 10px 25px -5px #0006,0 20px 40px -10px #0000004d,0 0 0 1px #ffffff1a}}.dropdown-menu-item--toggle{cursor:default}.dropdown-menu-item__content{display:flex;flex-direction:column;flex:1}.dropdown-menu-item__description{margin-top:4px;font-size:12px;color:var(--text-secondary)}.dropdown-menu-item--parent{cursor:pointer;position:relative}.dropdown-menu-item--parent:hover,.dropdown-menu-item--parent-open{background:var(--surface-light)}.dropdown-menu-item__icon--chevron{font-size:16px;transition:transform .15s ease}.dropdown-menu-item--parent-open .dropdown-menu-item__icon--chevron{transform:rotate(90deg)}.dropdown-menu__separator{height:1px;margin:4px 12px;background:var(--border, rgba(255, 255, 255, .1))}.dropdown-menu--submenu{margin-top:0;animation:dropdown-submenu-appear .15s ease-out}@keyframes dropdown-submenu-appear{0%{opacity:0;transform:scale(.95) translate(-10px)}to{opacity:1;transform:scale(1) translate(0)}}.snooze-picker{padding:2.4rem;max-width:500px}.snooze-picker__description{margin-bottom:1.6rem;color:var(--text-secondary);font-size:1.5rem}.snooze-picker__presets{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.4rem}.snooze-preset-button{padding:1.2rem;background:var(--surface-light);border:2px solid var(--border);border-radius:.6rem;font-size:1.5rem;font-weight:600;color:var(--site-text-color);cursor:pointer;transition:all .2s}.snooze-preset-button:hover{background:var(--productive-color);border-color:var(--productive-color);color:#fff;transform:translateY(-2px)}.snooze-picker__divider{position:relative;text-align:center;margin:2.4rem 0}.snooze-picker__divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--border)}.snooze-picker__divider span{position:relative;padding:0 1.2rem;background:var(--surface);color:var(--text-secondary);font-size:1.3rem}.snooze-picker__custom{display:flex;gap:1.2rem;margin-bottom:2.4rem}.snooze-picker__date-input{flex:1;padding:1.2rem;font-size:1.6rem;background:var(--site-background-color);border:1px solid var(--border);border-radius:.4rem;color:var(--site-text-color)}.snooze-picker__actions{display:flex;justify-content:flex-end;gap:1.2rem}@media(max-width:600px){.snooze-picker__presets{grid-template-columns:1fr}.snooze-picker__custom{flex-direction:column}}.move-parent-modal__search{margin-bottom:1.2rem}.move-parent-modal__search-input{width:100%;padding:.8rem 1rem;border:1px solid var(--border);border-radius:.4rem;background:var(--surface);color:var(--site-text-color);font-size:1.4rem;font-family:inherit;outline:none;transition:border-color .2s}.move-parent-modal__search-input:focus{border-color:var(--productive-color)}.move-parent-modal__search-input::-moz-placeholder{color:var(--text-secondary);opacity:.6}.move-parent-modal__search-input::placeholder{color:var(--text-secondary);opacity:.6}.move-parent-modal__root-action{margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.move-parent-modal__root-btn{width:100%;padding:.8rem 1rem;border:1px dashed var(--border);border-radius:.4rem;background:transparent;color:var(--site-text-color);font-size:1.4rem;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.move-parent-modal__root-btn:hover{background:var(--side-hover-color);border-color:var(--productive-color)}.move-parent-modal__root-btn:disabled{opacity:.5;cursor:not-allowed}.move-parent-modal__list{max-height:400px;overflow-y:auto;border:1px solid var(--border);border-radius:.4rem}.move-parent-modal__item{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;min-height:3.6rem}.move-parent-modal__item:last-child{border-bottom:none}.move-parent-modal__item:hover:not(.move-parent-modal__item--disabled){background:var(--side-hover-color)}.move-parent-modal__item--disabled{opacity:.4;cursor:not-allowed}.move-parent-modal__item--current-parent{opacity:.5;cursor:default}.move-parent-modal__item-title{font-size:1.4rem;color:var(--site-text-color);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.move-parent-modal__item-badge{font-size:1.1rem;padding:.2rem .6rem;border-radius:.3rem;background:#ffffff1a;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.move-parent-modal__item-depth{color:var(--text-secondary);font-size:1.2rem;opacity:.5;flex-shrink:0}.move-parent-modal__empty,.move-parent-modal__loading{padding:2rem;text-align:center;color:var(--text-secondary);font-size:1.4rem}.move-parent-modal__info{margin-bottom:1rem;font-size:1.3rem;color:var(--text-secondary);line-height:1.4}@media(max-width:768px){.move-parent-modal__list{max-height:300px}.move-parent-modal__search-input{font-size:1.6rem}}.progress-bar{display:flex;align-items:center;gap:.75rem;width:100%}.progress-bar__label{font-size:1.2rem;color:var(--site-text-sub-color);min-width:3.5rem;text-align:right;font-weight:500}.progress-bar__track{flex:1;height:8px;background-color:#ffffff1a;border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--productive-color),var(--productive-over-color));transition:width .4s ease-out;border-radius:4px}.progress-bar--small .progress-bar__track{height:6px}.progress-bar--small .progress-bar__label{font-size:1.1rem;min-width:3rem}.progress-bar--large .progress-bar__track{height:12px}.progress-bar--large .progress-bar__label{font-size:1.4rem;min-width:4rem}.progress-bar__fill[aria-valuenow="100"]{background:linear-gradient(90deg,#4caf50,#66bb6a)}.progress-bar__fill[aria-valuenow="0"]{background-color:#ffffff0d}@media screen and (max-width:768px){.progress-bar__label{font-size:1.1rem;min-width:3rem}.progress-bar--large .progress-bar__label{font-size:1.3rem}}.debug-filters{position:relative;margin-bottom:2rem;--debug-filter-control-width: 220px;--debug-filter-control-height: 40px}.debug-filters__loading{position:absolute;top:-2px;left:0;right:0;height:3px;background:#ffffff0d;border-radius:2px;overflow:hidden}.debug-filters__loading-bar{height:100%;background:var(--productive-color);animation:loading-slide 1.5s ease-in-out infinite}@keyframes loading-slide{0%{transform:translate(-100%)}to{transform:translate(400%)}}.debug-filters__controls{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;width:100%}.debug-filters__search-row{width:100%;margin-bottom:.8rem}.debug-filter{position:relative}.debug-filter__button{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.4rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:1.3rem;font-weight:500;color:var(--site-text-color);cursor:pointer;transition:var(--transition-fade);min-height:var(--debug-filter-control-height);height:var(--debug-filter-control-height);width:100%}.debug-filter__button:hover{background:#ffffff0f;border-color:#fff3}.debug-filter__button:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133}.debug-filter__button--active{background:#ffffff14;border-color:var(--productive-color)}.debug-filter__label{color:var(--site-text-sub-color);font-weight:500;white-space:nowrap;flex-shrink:0}.debug-filter__value{color:var(--site-text-color);font-weight:600;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.debug-filter__icon{color:var(--site-text-sub-color);transition:transform .2s ease}.debug-filter__button--active .debug-filter__icon{transform:rotate(180deg)}.debug-filter__dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;max-width:min(360px,90vw);max-height:400px;background:#1a1a1ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 8px 24px #0000004d,0 2px 8px #0003;z-index:1100;overflow:hidden;display:flex;flex-direction:column}.debug-filter__dropdown--right{left:auto;right:0}.debug-filter__dropdown--searchable{min-width:300px}.debug-filter__search{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.debug-filter__search-input{width:100%;padding:.9rem 1.2rem;font-size:1.3rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a;color:var(--site-text-color)}.debug-filter__options{overflow-y:auto;max-height:320px}.debug-filter__option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.4rem;cursor:pointer;transition:var(--transition-fade);min-height:40px}.debug-filter__option:hover{background:#ffffff0f}.debug-filter__option:focus{outline:none;background:#ffffff14;box-shadow:inset 3px 0 0 var(--productive-color)}.debug-filter__option--selected{background:#ff9d411f}.debug-filter__option--selected:hover{background:#ff9d412e}.debug-filter__option-content{display:flex;align-items:center;gap:.8rem;flex:1}.debug-filter__option-label{font-size:1.3rem;font-weight:500;color:var(--site-text-color);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.debug-filter__option-description{font-size:1.1rem;color:var(--site-text-sub-color);margin-top:.2rem}.debug-filter__option-count{font-size:1.1rem;color:var(--site-text-sub-color);font-weight:400}.debug-filter__option-badge{display:inline-block;padding:.2rem .6rem;font-size:1rem;font-weight:600;text-transform:uppercase;background:#4ade8026;color:#4ade80;border-radius:999px;border:1px solid rgba(74,222,128,.3)}.debug-filter__option-color{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.2)}.debug-filter__option-check{flex-shrink:0;color:var(--productive-color)}.debug-filter__divider{height:1px;background:#ffffff1a;margin:.5rem 0}.debug-filter__empty{padding:2rem 1.4rem;text-align:center;font-size:1.3rem;color:var(--site-text-sub-color)}.debug-filters__chips{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1)}.debug-filter-chip{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:#ff9d4126;border:1px solid rgba(255,157,65,.3);border-radius:999px;font-size:1.2rem;font-weight:500;color:var(--productive-color)}.debug-filter-chip__label{line-height:1}.debug-filter-chip__clear{display:flex;align-items:center;justify-content:center;padding:.2rem;background:transparent;border:none;cursor:pointer;color:var(--productive-color);border-radius:50%;transition:var(--transition-fade)}.debug-filter-chip__clear:hover{background:#ff9d4133}.debug-filter-chip__clear:focus{outline:none;box-shadow:0 0 0 2px #ff9d4166}.debug-filters__clear-all{padding:.6rem 1.4rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:1.2rem;font-weight:500;color:var(--site-text-sub-color);cursor:pointer;transition:var(--transition-fade)}.debug-filters__clear-all:hover{background:#ffffff0f;border-color:#fff6;color:var(--site-text-color)}.debug-filters__clear-all:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133}.debug-filter--search{width:100%;max-width:none;flex:0 0 auto}.debug-filter--sort{margin-left:0;flex:0 0 auto}.debug-filters__controls .debug-filter:not(.debug-filter--search){flex:1 1 var(--debug-filter-control-width);max-width:100%;min-width:0}.debug-filters__controls .debug-filter:not(.debug-filter--search) .debug-filter__button{width:100%}.debug-filter__search-input{height:var(--debug-filter-control-height)}@media(min-width:1200px){.debug-filters__controls{flex-wrap:nowrap}.debug-filter--search{max-width:none}}.debug-filter__search-wrapper{position:relative;display:flex;align-items:center}.debug-filter__search-icon{position:absolute;left:12px;width:16px;height:16px;color:var(--site-text-sub-color);pointer-events:none;z-index:1}.debug-filter__search-input{width:100%;height:40px;padding:.9rem 3.6rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:1.3rem;line-height:1.5;font-weight:500;background:#ffffff0a;color:var(--site-text-color);transition:var(--transition-fade)}.debug-filter__search-input:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4133;background:#ffffff0f}.debug-filter__search-input::-moz-placeholder{color:var(--site-text-sub-color)}.debug-filter__search-input::placeholder{color:var(--site-text-sub-color)}.debug-filter__search-clear{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--site-text-sub-color);cursor:pointer;transition:var(--transition-fade)}.debug-filter__search-clear:hover{background:#ffffff1a;color:var(--site-text-color)}.debug-filter__search-clear:focus{outline:2px solid var(--productive-color);outline-offset:2px}.debug-filter__search-clear svg{width:14px;height:14px}.debug-filters__mobile-trigger{display:none}@media(max-width:768px){.debug-filters__mobile-trigger{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem 1.2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:1.2rem;font-weight:500;color:var(--site-text-color);cursor:pointer;transition:var(--transition-fade);width:100%}.debug-filters__mobile-trigger:hover{background:#ffffff0f;border-color:#fff3}.debug-filters__mobile-trigger--active{background:#ff9d411f;border-color:var(--productive-color)}.debug-filters__mobile-trigger-content{display:flex;align-items:center;gap:.6rem}.debug-filters__mobile-trigger-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .4rem;background:var(--productive-color);color:var(--site-background-color);font-size:1rem;font-weight:700;border-radius:999px}.debug-filters__controls{gap:.6rem}.debug-filters__controls .debug-filter:not(.debug-filter--search){display:none}.debug-filter--search{width:100%;max-width:100%;flex:1 1 100%}.debug-filters__bottom-sheet{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end}.debug-filters__bottom-sheet-overlay{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.debug-filters__bottom-sheet-panel{position:relative;width:100%;height:66.67vh;max-height:66.67vh;background:var(--site-background-color);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0006;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.debug-filters__bottom-sheet-header{padding:1.2rem 1.6rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.debug-filters__bottom-sheet-header h3{font-size:1.6rem;font-weight:600;color:var(--site-text-color);margin:0}.debug-filters__bottom-sheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#ffffff0a;color:var(--site-text-sub-color);cursor:pointer;transition:var(--transition-fade)}.debug-filters__bottom-sheet-close:hover{background:#ffffff14;color:var(--site-text-color)}.debug-filters__bottom-sheet-body{flex:1;overflow-y:auto;padding:1.6rem}.debug-filters__bottom-sheet-section{margin-bottom:1.5rem}.debug-filters__bottom-sheet-section:last-child{margin-bottom:0}.debug-filters__bottom-sheet-section .debug-filter{width:100%}.debug-filters__bottom-sheet-section .debug-filter__button{width:100%;justify-content:space-between;padding:1rem 1.2rem;font-size:1.3rem}.debug-filters__bottom-sheet-label{display:block;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--site-text-sub-color);margin-bottom:.8rem}.debug-filters__pill-group{display:flex;flex-wrap:wrap;gap:.6rem}.debug-filter__pill{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:1.2rem;font-weight:500;color:var(--site-text-color);cursor:pointer;transition:var(--transition-fade);white-space:nowrap}.debug-filter__pill:hover{background:#ffffff0f;border-color:#fff3}.debug-filter__pill--selected{background:#ff9d4126;border-color:var(--productive-color);color:var(--productive-color)}.debug-filter__pill-icon{font-size:1.4rem;line-height:1}.debug-filters__bottom-sheet-footer{padding:1.2rem 1.6rem;border-top:1px solid rgba(255,255,255,.1);background:var(--site-background-color)}.debug-filters__apply-button{width:100%;padding:1.2rem;background:var(--productive-color);color:var(--site-background-color);border:none;border-radius:8px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:var(--transition-fade)}.debug-filters__apply-button:hover{background:var(--productive-color-hover)}.debug-filters__apply-button:active{transform:scale(.98)}.debug-filter__button{padding:.7rem 1rem;font-size:1.2rem;min-height:36px}.debug-filter__dropdown{min-width:220px}}@media(max-width:640px){.debug-filters__controls{gap:.6rem}.debug-filter__button{padding:.6rem .9rem;font-size:1.1rem;min-height:34px}.debug-filter__dropdown{left:0;right:0;max-width:none;min-width:100%}.debug-filters__chips{gap:.5rem}.debug-filter-chip,.debug-filters__clear-all{font-size:1.1rem;padding:.4rem .8rem}.debug-filter__pill{padding:.5rem .8rem;font-size:1.1rem}.debug-filters__bottom-sheet-panel{height:75vh;max-height:75vh}}@media(prefers-contrast:high){.debug-filter__button,.debug-filter__dropdown{border-width:2px}.debug-filter__option:focus{box-shadow:inset 4px 0 0 var(--productive-color)}}@media(prefers-reduced-motion:reduce){.debug-filter__button,.debug-filter__icon,.debug-filter__option,.debug-filter-chip__clear,.debug-filters__clear-all{transition:none}.debug-filters__loading-bar{animation:none}}.debug-filter--ai-process{background:linear-gradient(135deg,var(--productive-color),var(--productive-over-color));color:#fff;font-weight:700;border:none;box-shadow:0 2px 8px #ff9d414d;transition:transform .2s ease,box-shadow .2s ease}.debug-filter--ai-process:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff9d4166}.debug-filter--ai-process:disabled{opacity:.6;cursor:not-allowed}.debug-filter__spinner{display:inline-block;margin-right:.5rem;animation:debug-filter-spin 1s linear infinite}@keyframes debug-filter-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-suggestion-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:.5rem;font-size:.9rem;font-weight:600;background:var(--surface-light);border:2px solid var(--border);margin-top:.6rem}.ai-suggestion-badge--high{border-color:var(--success-color);background:#1d8e251a}.ai-suggestion-badge--medium{border-color:var(--productive-color);background:#ff9d411a}.ai-suggestion-badge--low{border-color:var(--site-text-sub-color);background:#b8b8b81a}.ai-suggestion-badge__accept,.ai-suggestion-badge__reject{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:.2rem;transition:transform .2s ease}.ai-suggestion-badge__accept:hover,.ai-suggestion-badge__reject:hover{transform:scale(1.2)}.ai-suggestion-badge__accept:disabled,.ai-suggestion-badge__reject:disabled{opacity:.5;cursor:not-allowed}.ai-suggestion-badge__label{color:var(--site-text-color)}@media(max-width:768px){.ai-suggestion-badge{font-size:.85rem;padding:.3rem .6rem}.debug-filters__controls .debug-filter--ai-process{display:inline-flex;width:100%}}.quick-capture{display:flex;gap:.8rem;margin-bottom:1.6rem;padding:1.2rem;background:var(--surface, #fff);border:2px solid var(--border, #e0e0e0);border-radius:.8rem;transition:all .2s ease}.quick-capture:focus-within{border-color:var(--productive-color, #ff9d41);box-shadow:0 0 0 3px #ff9d411a}.quick-capture__input{flex:1;padding:.9rem 1.4rem;font-size:1.6rem;font-family:inherit;background:transparent;border:none;color:var(--site-text-color, #333);transition:all .2s ease}.quick-capture__input:focus{outline:none}.quick-capture__input::-moz-placeholder{color:#999;font-style:italic}.quick-capture__input::placeholder{color:#999;font-style:italic}.quick-capture__input:disabled{opacity:.6;cursor:not-allowed}.quick-capture__button{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:300;background:var(--productive-color, #ff9d41);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease}.quick-capture__button:hover:not(:disabled){background:var(--productive-over-color, #ff8c28);transform:scale(1.05)}.quick-capture__button:active:not(:disabled){transform:scale(.95)}.quick-capture__button:disabled{opacity:.4;cursor:not-allowed;transform:none}.quick-capture__button:focus-visible{outline:2px solid var(--productive-color, #ff9d41);outline-offset:2px}.quick-capture__spinner{display:inline-block;font-size:2rem;animation:quick-capture-pulse 1s ease-in-out infinite}@keyframes quick-capture-pulse{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:768px){.quick-capture{padding:.8rem;gap:.6rem;margin-bottom:1.2rem}.quick-capture__input{font-size:1.5rem;padding:.8rem 1.2rem}.quick-capture__button{width:52px;height:52px;font-size:2.4rem}}@media(prefers-color-scheme:dark){.quick-capture{background:var(--surface-dark, #2a2a2a);border-color:var(--border-dark, #444)}.quick-capture__input{color:var(--site-text-color-dark, #e0e0e0)}.quick-capture__input::-moz-placeholder{color:#777}.quick-capture__input::placeholder{color:#777}.quick-capture:focus-within{border-color:var(--productive-color, #ff9d41);box-shadow:0 0 0 3px #ff9d4126}}@media(prefers-contrast:high){.quick-capture{border-width:3px}.quick-capture__button{border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){.quick-capture,.quick-capture__input,.quick-capture__button{transition:none}.quick-capture__button:hover:not(:disabled),.quick-capture__button:active:not(:disabled){transform:none}.quick-capture__spinner{animation:none}}.bulk-task-creator{display:flex;flex-direction:column;gap:1.5rem}.bulk-task-creator__main{display:flex;flex-direction:column;gap:1rem}.bulk-task-creator__field{display:flex;flex-direction:column;gap:.5rem}.bulk-task-creator__label{font-size:1.3rem;font-weight:600;color:var(--site-text-color);display:flex;align-items:center;gap:.4rem}.bulk-task-creator__label .required{color:var(--break-over-color);font-size:1.2rem}.bulk-task-creator__input{width:100%;padding:.9rem 1.2rem;font-size:1.4rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff0a;color:var(--site-text-color);transition:var(--transition-fade)}.bulk-task-creator__input:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 3px #ff9d4126;background:#ffffff0f}.bulk-task-creator__input::-moz-placeholder{color:var(--site-text-sub-color)}.bulk-task-creator__input::placeholder{color:var(--site-text-sub-color)}.bulk-task-creator__textarea{min-height:72px;resize:vertical;font-family:inherit;line-height:1.5}.bulk-task-creator__optional{border-top:1px solid rgba(255,255,255,.08);padding-top:1.2rem}.bulk-task-creator__optional-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem 0;background:transparent;border:none;color:var(--site-text-sub-color);font-size:1.3rem;font-weight:500;cursor:pointer;transition:var(--transition-fade)}.bulk-task-creator__optional-toggle:hover{color:var(--site-text-color)}.bulk-task-creator__optional-toggle-icon{font-size:1.2rem;transition:transform .2s ease}.bulk-task-creator__optional-toggle--expanded .bulk-task-creator__optional-toggle-icon{transform:rotate(180deg)}.bulk-task-creator__optional-content{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.2rem;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.bulk-task-creator__field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.bulk-task-creator__field-row{grid-template-columns:1fr}}.bulk-task-creator__select-wrapper{position:relative;display:flex;align-items:stretch;gap:.5rem}.bulk-task-creator__select{flex:1;padding:.8rem 1rem;font-size:1.3rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff0a;color:var(--site-text-color);cursor:pointer;transition:var(--transition-fade)}.bulk-task-creator__select:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 2px #ff9d4126}.bulk-task-creator__select-create-btn{display:flex;align-items:center;justify-content:center;width:36px;height:auto;padding:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--site-text-color);font-size:1.6rem;cursor:pointer;transition:var(--transition-fade)}.bulk-task-creator__select-create-btn:hover{background:#ffffff1a;border-color:var(--productive-color);color:var(--productive-color)}.bulk-task-creator__select-create-btn:focus{outline:none;box-shadow:0 0 0 2px #ff9d4133}.bulk-task-creator__subtasks{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.bulk-task-creator__subtasks-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.8rem}.bulk-task-creator__subtasks-title{font-size:1.4rem;font-weight:600;color:var(--site-text-color);margin:0}.bulk-task-creator__subtasks-help{font-size:1.1rem;color:var(--site-text-sub-color);line-height:1.5;margin-bottom:1rem}.bulk-task-creator__subtasks-help kbd{display:inline-block;padding:.2rem .5rem;font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:var(--site-text-color);background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:4px;box-shadow:0 1px 2px #0000001a}.bulk-task-creator__subtasks-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.bulk-task-creator__subtask{display:flex;flex-direction:column;gap:.5rem}.bulk-task-creator__subtask-row{display:flex;align-items:center;gap:.6rem}.bulk-task-creator__subtask-bullet{font-size:1.8rem;color:var(--site-text-sub-color);width:20px;text-align:center;flex-shrink:0}.bulk-task-creator__subtask-input{flex:1;padding:.7rem 1rem;font-size:1.3rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#ffffff08;color:var(--site-text-color);transition:var(--transition-fade)}.bulk-task-creator__subtask-input:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 2px #ff9d4126;background:#ffffff0d}.bulk-task-creator__subtask-input::-moz-placeholder{color:var(--site-text-sub-color);font-size:1.2rem}.bulk-task-creator__subtask-input::placeholder{color:var(--site-text-sub-color);font-size:1.2rem}.bulk-task-creator__subtask-actions{display:flex;gap:.3rem;flex-shrink:0}.bulk-task-creator__subtask-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:var(--site-text-sub-color);font-size:1.4rem;cursor:pointer;transition:var(--transition-fade)}.bulk-task-creator__subtask-btn:hover{background:#ffffff14;border-color:#fff3;color:var(--site-text-color)}.bulk-task-creator__subtask-btn--danger:hover{background:#ef444426;border-color:#ef4444;color:#ef4444}.bulk-task-creator__subtask-btn--toggle.active{background:#ff9d4126;border-color:var(--productive-color);color:var(--productive-color)}.bulk-task-creator__subtask-description{margin-left:26px;padding:.6rem 1rem;font-size:1.2rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#ffffff08;color:var(--site-text-color);min-height:60px;resize:vertical;font-family:inherit;line-height:1.5;transition:var(--transition-fade)}.bulk-task-creator__subtask-description:focus{outline:none;border-color:var(--productive-color);box-shadow:0 0 0 2px #ff9d4126;background:#ffffff0d}.bulk-task-creator__add-subtask{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;background:#ffffff0a;border:1px dashed rgba(255,255,255,.2);border-radius:6px;font-size:1.3rem;font-weight:500;color:var(--site-text-sub-color);cursor:pointer;transition:var(--transition-fade)}.bulk-task-creator__add-subtask:hover{background:#ffffff0f;border-color:var(--productive-color);border-style:solid;color:var(--site-text-color)}.bulk-task-creator__add-subtask:focus{outline:none;box-shadow:0 0 0 2px #ff9d4126}.bulk-task-creator--loading{opacity:.6;pointer-events:none}@media(prefers-contrast:high){.bulk-task-creator__input,.bulk-task-creator__select,.bulk-task-creator__subtask-input{border-width:2px}}@media(max-width:767px){.bulk-task-creator{gap:1.2rem}.bulk-task-creator__main{gap:.8rem}.bulk-task-creator__label{font-size:1.4rem}.bulk-task-creator__input{padding:.8rem 1rem;font-size:1.6rem}.bulk-task-creator__textarea{min-height:80px;font-size:1.6rem}.bulk-task-creator__optional-content{padding:1rem}.bulk-task-creator__select{font-size:1.4rem;padding:.9rem 1rem}.bulk-task-creator__select-create-btn{width:44px;min-width:44px;font-size:1.8rem}.bulk-task-creator__subtasks{padding-top:1.2rem}.bulk-task-creator__subtasks-title{font-size:1.5rem}.bulk-task-creator__subtasks-help{font-size:1.2rem}.bulk-task-creator__subtask-row{gap:.5rem}.bulk-task-creator__subtask-bullet{font-size:1.6rem;width:18px}.bulk-task-creator__subtask-input{padding:.8rem 1rem;font-size:1.6rem}.bulk-task-creator__subtask-actions{gap:.4rem}.bulk-task-creator__subtask-btn{width:36px;height:36px;font-size:1.6rem}.bulk-task-creator__subtask-description{margin-left:23px;padding:.8rem 1rem;font-size:1.4rem;min-height:80px}.bulk-task-creator__add-subtask{padding:.8rem 1.2rem;font-size:1.4rem}}@media(max-width:480px){.bulk-task-creator{gap:1rem}.bulk-task-creator__label{font-size:1.3rem}.bulk-task-creator__subtask-row{flex-wrap:wrap}.bulk-task-creator__subtask-input{flex:1 1 calc(100% - 70px);min-width:0}.bulk-task-creator__subtask-description{margin-left:0;width:100%}}@media(prefers-reduced-motion:reduce){.bulk-task-creator__input,.bulk-task-creator__select,.bulk-task-creator__subtask-input,.bulk-task-creator__subtask-btn,.bulk-task-creator__optional-toggle-icon{transition:none}}.active-slots-panel{margin-bottom:2.4rem;border:2px solid var(--border);border-radius:.8rem;background:var(--surface);overflow:hidden}.active-slots-panel--loading,.active-slots-panel--error{padding:2.4rem;text-align:center}.active-slots-panel__spinner{color:var(--text-secondary);font-size:1.5rem}.active-slots-panel__error{color:var(--error-color);font-size:1.5rem}.active-slots-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1.6rem;border-bottom:2px solid var(--border);transition:background .3s,border-bottom-color .3s}.active-slots-panel__header--normal{background:var(--surface)}.active-slots-panel__header--at-limit{background:#ff9d411a;border-bottom-color:var(--productive-color)}.active-slots-panel__header--over{background:#eb4d4b1a;border-bottom-color:var(--error-color)}.active-slots-panel__title{font-size:1.8rem;font-weight:700;color:var(--site-text-color);margin:0}.active-slots-panel__count{font-size:1.6rem;font-weight:600;color:var(--text-secondary)}.active-slots-panel__progress{padding:1.2rem 1.6rem;background:#ffffff05;border-bottom:2px solid var(--border)}.active-slots-panel__progress-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.8rem;gap:1rem}.active-slots-panel__progress-label{font-size:1.3rem;color:var(--text-secondary);font-weight:500}.active-slots-panel__progress-count{font-size:1.2rem;color:var(--text-secondary);font-weight:400;opacity:.8}.active-slots-panel__warning{padding:1.2rem 1.6rem;background:#ff9d4133;color:var(--productive-color);font-weight:600;border-bottom:1px solid var(--border)}.active-slots-panel__items{padding:1.6rem;display:flex;flex-direction:column;gap:3.5rem}.active-slots-panel__toggle{display:flex;align-items:center;gap:.8rem;background:none;border:none;cursor:pointer;padding:0;color:inherit;font-family:inherit}.active-slots-panel__toggle:hover{opacity:.8}.active-slots-panel__toggle:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px;border-radius:.4rem}.active-slots-panel__chevron{display:inline-flex;align-items:center;font-size:1.2rem;transition:transform .2s ease;color:var(--text-secondary)}.active-slots-panel__chevron--expanded{transform:rotate(90deg)}.active-slots-panel__content{animation:activePanelSlideDown .2s ease-out}@keyframes activePanelSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.active-slots-panel__header--collapsed{border-bottom:none}@media(max-width:768px){.active-slots-panel__header{flex-direction:row;align-items:center;gap:.8rem;padding:1.2rem}.active-slots-panel__title{font-size:1.6rem}.active-slots-panel__count{font-size:1.4rem}.active-slots-panel__progress{padding:1rem 1.2rem}.active-slots-panel__progress-header{margin-bottom:.6rem}.active-slots-panel__progress-label{font-size:1.2rem}.active-slots-panel__progress-count{font-size:1.1rem}.active-slots-panel__items{padding:1.2rem;gap:3rem}}.journal-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 8rem)}.journal-header{margin-bottom:3rem}.journal-title{font-size:3rem;font-weight:700;color:var(--productive-color);margin-bottom:.5rem}.journal-subtitle{font-size:1.4rem;color:var(--text-color);opacity:.8}.journal-content{display:flex;flex-direction:column;gap:2rem}.journal-welcome{display:flex;justify-content:center}.journal-welcome-card{background:var(--site-sub-background-color);border-radius:1rem;padding:2.5rem;box-shadow:0 4px 6px #0000001a;max-width:800px;width:100%;border:1px solid var(--border)}.journal-welcome-card h2{font-size:1.8rem;color:var(--productive-color);margin-bottom:1rem}.journal-welcome-card p{font-size:1.5rem;line-height:1.6;color:var(--text-color);margin-bottom:2rem}.journal-features{margin:2rem 0}.journal-features h3{font-size:1.6rem;color:var(--productive-color);margin-bottom:1rem}.journal-features ul{list-style:none;padding:0}.journal-features li{padding:.75rem 0;font-size:1.4rem;color:var(--text-color);display:flex;align-items:center;gap:.5rem}.journal-coming-soon{background:linear-gradient(135deg,var(--productive-color),var(--secondary-color));border-radius:.75rem;padding:1.5rem;margin-top:2rem}.coming-soon-text{color:#fff;font-size:1.4rem;text-align:center;margin:0;font-weight:500}@media(max-width:768px){.journal-container{padding:1rem;min-height:calc(100vh - 12rem)}.journal-title{font-size:2.4rem}.journal-subtitle{font-size:1.3rem}.journal-welcome-card{padding:1.5rem}.journal-welcome-card h2{font-size:1.8rem}.journal-welcome-card p{font-size:1.3rem}.journal-features h3{font-size:1.5rem}.journal-features li{font-size:1.3rem;padding:.5rem 0}.coming-soon-text{font-size:1.3rem}}.journal-entry__deprecated-field{padding:.75rem;background-color:var(--surface-light);border-radius:4px;border:1px dashed var(--border);opacity:.8;color:var(--text-secondary);font-style:italic}.journal-entry__deprecated-value{margin-top:.5rem;color:var(--text-primary)}.form__character-count{margin-top:.25rem;font-size:1.2rem;color:var(--text-secondary)}.form__character-count--error{color:var(--error-color)}.journal-question-card{border-radius:10px;padding:1rem 1.25rem;transition:all .2s ease;border:1px solid var(--border);background:var(--site-sub-background-color)}.journal-question-card--elevated{background:var(--surface-light);box-shadow:0 2px 4px #0000001a}.journal-question-card--subtle{background:var(--surface)}.journal-radio-label,.journal-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;min-height:44px;padding:.75rem}.journal-radio-label:disabled,.journal-checkbox-label:disabled{cursor:not-allowed;opacity:.6}.journal-radio-input,.journal-checkbox-input{width:18px;height:18px;cursor:inherit}.journal-checkbox-input{width:20px;height:20px}.journal-rating-button{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.75rem;border-radius:8px;border:2px solid var(--border);background:var(--surface);color:var(--text-primary);font-weight:400;font-size:1.6rem;transition:all .2s ease;cursor:pointer}.journal-rating-button--selected{border-color:var(--productive-color);background:var(--productive-color);color:var(--site-background-color);font-weight:600}.journal-rating-button:hover:not(.journal-rating-button--selected){background:var(--surface-light);border-color:var(--productive-color)}.journal-help-button{border:1px solid var(--border);border-radius:50%;width:32px;height:32px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--text-secondary);cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .2s ease}.journal-help-button:hover{background:var(--surface-light);color:var(--text-primary)}.template-builder-notice{margin-bottom:1rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary)}.template-question-card{position:relative;overflow:visible}.template-drag-handle{cursor:grab;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);padding:.5rem .75rem;border-radius:6px;min-width:44px;min-height:32px;display:flex;align-items:center;justify-content:center}.template-drag-handle:active{cursor:grabbing}.journal-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:nowrap}.journal-toolbar .btn{width:auto;max-width:none;flex:0 0 auto}.journal-toolbar__content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.journal-toolbar__title{flex:1 1 auto;margin:0;color:var(--text-primary);font-size:1.8rem;font-weight:600;text-align:center;line-height:1.3;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journal-toolbar__subtitle{display:flex;flex-direction:column;gap:.25rem;text-align:center}.journal-toolbar__subtitle p{margin:0;font-size:.9rem;line-height:1.4}.journal-toolbar__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.journal-icon-button{width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-transform:none;background:transparent;flex:0 0 auto}.journal-icon-button .btn__label{display:flex;align-items:center;justify-content:center;width:100%;font-size:1.6rem;line-height:1}.journal-back-button{border-radius:999px}.journal-back-button .btn__label{font-size:1.8rem}.journal-action-btn{border-radius:12px}.journal-save-status{margin:.5rem 0 .75rem;font-size:1.2rem;color:var(--color-grey-6)}.journal-details-container,.template-builder-container{max-width:100%;margin:0 auto}@media(max-width:768px){.journal-details-container{padding:1rem 1rem 5rem!important}.journal-question-card{padding:1.25rem;margin-bottom:1rem}.journal-radio-label,.journal-checkbox-label{padding:1rem .75rem;min-height:48px}.journal-rating-button{min-width:48px;min-height:48px;padding:1rem;font-size:1.8rem}.journal-question-card>*+*{margin-top:1rem}.journal-question-card .entry-editor__list-item{margin-bottom:1rem}.journal-question-card button{min-height:44px;padding:.75rem 1rem}.template-builder-container{padding:1rem 1rem 5rem!important}.template-question-card{margin-bottom:1.5rem;padding:1rem}.template-question-card [style*=grid-template-columns]{display:flex!important;flex-direction:column!important;gap:1rem!important}.option-edit-row{display:flex!important;flex-direction:column!important;gap:.75rem!important;border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem!important;background:var(--surface-light)}.option-edit-row input{margin-bottom:.5rem}.option-edit-row>div:last-child{display:flex!important;gap:.5rem!important;flex-wrap:wrap!important;justify-content:space-between}.habit-edit-row{display:flex!important;flex-direction:column!important;gap:.75rem!important;border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem!important;background:var(--surface-light)}.habit-edit-row input{margin-bottom:.5rem}.habit-edit-row>button{margin-top:.5rem}.template-question-card [style*="repeat(3, minmax(0, 1fr))"],.template-question-card [style*="repeat(4, minmax(0, 1fr))"]{display:flex!important;flex-direction:column!important;gap:1rem!important}}.template-fab-container{position:fixed;bottom:2rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:999;pointer-events:none}.template-fab-container button{pointer-events:auto}@media(max-width:768px){.template-fab-container{bottom:var(--fab-mobile-bottom);right:1.5rem}.template-drag-handle{display:none!important}.journal-toolbar{gap:.5rem;margin-bottom:1.25rem}.journal-toolbar__title{font-size:1.6rem}.journal-toolbar__subtitle p{font-size:.85rem}.journal-icon-button{width:38px;height:38px;min-width:38px;min-height:38px}}@media(max-width:480px){.template-fab-container{bottom:var(--fab-mobile-bottom);right:1.25rem}}@media screen and (max-height:500px)and (orientation:landscape){.template-fab-container{bottom:var(--fab-mobile-bottom);right:1.25rem}}@media(min-width:769px){.template-fab-container{right:.75rem}.journal-toolbar__title{font-size:2.1rem}.journal-icon-button{width:48px;height:48px;min-width:48px;min-height:48px}}@media(min-width:1280px){.template-fab-container{right:1rem}}@media(display-mode:standalone)and (max-width:768px){.template-fab-container{bottom:var(--fab-mobile-pwa-bottom);right:1.5rem}}@media(display-mode:standalone)and (max-width:480px){.template-fab-container{bottom:var(--fab-mobile-pwa-bottom);right:1.25rem}}@media(display-mode:standalone)and (min-width:769px){.template-fab-container{bottom:calc(2rem + env(safe-area-inset-bottom,0px))}}@media (display-mode: standalone) and screen and (max-height: 500px) and (orientation: landscape){.template-fab-container{bottom:var(--fab-mobile-pwa-bottom);right:1.25rem}}.template-fab-container button:focus{outline:3px solid var(--primary-color, #2563eb);outline-offset:2px}.template-fab-container button:focus:not(:focus-visible){outline:none}.template-fab-container button:focus-visible{outline:3px solid var(--primary-color, #2563eb);outline-offset:2px}.journal-entry-title-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.journal-entry-title-wrapper--editing{gap:.6rem}.journal-entry-title__row{display:flex;align-items:stretch;gap:.5rem}.journal-entry-title__display{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .85rem;border-radius:.65rem;border:1px solid transparent;background:transparent;color:var(--text-primary);font-size:1.6rem;font-weight:600;cursor:pointer;flex:1;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.journal-entry-title__display:hover,.journal-entry-title__display:focus-visible{border-color:var(--productive-color);background:var(--surface-light);outline:none}.journal-entry-title__display:disabled{cursor:default;opacity:.65}.journal-entry-title__input{flex:1;font-size:1.6rem;font-weight:600;padding:.45rem .85rem;border-radius:.65rem;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.journal-entry-title__input:focus{border-color:var(--productive-color);box-shadow:0 0 0 2px #3f83f833;outline:none}.journal-entry-title-wrapper--editing .journal-entry-title__input{border-color:var(--productive-color);box-shadow:0 0 0 2px #3f83f833}.journal-entry-title__icon{display:inline-flex;align-items:center;justify-content:center}.journal-entry-date__button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:.5rem;border-radius:.65rem;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;flex-shrink:0;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.journal-entry-date__button:hover,.journal-entry-date__button:focus-visible{border-color:var(--productive-color);background:var(--surface-light);color:var(--productive-color);box-shadow:0 0 0 2px #3f83f81a;outline:none}.journal-entry-date__button:disabled{cursor:default;opacity:.65}.journal-entry-date__input{width:auto;min-width:160px;font-size:1.4rem;font-weight:500;padding:.45rem .85rem;border-radius:.65rem;border:1px solid var(--productive-color);background:var(--surface);color:var(--text-primary);box-shadow:0 0 0 2px #3f83f833;transition:border-color .2s ease,box-shadow .2s ease}.journal-entry-date__input:focus{border-color:var(--productive-color);box-shadow:0 0 0 2px #3f83f84d;outline:none}.journal-entry-date__input:disabled{cursor:default;opacity:.65}.journal-entry-title__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;min-height:1.6rem;font-size:1.3rem;color:var(--text-secondary)}.journal-entry-title__status{color:var(--text-secondary)}.journal-entry-title__error{color:var(--error-color)}@media(max-width:768px){.journal-entry-title__row{flex-direction:row;align-items:stretch}.journal-entry-title__display{flex:1;justify-content:flex-start;font-size:1.5rem}.journal-entry-title__input{flex:1;font-size:1.5rem}.journal-entry-date__button{width:44px;height:44px}.journal-entry-date__input{min-width:140px;font-size:1.3rem}.journal-entry-title__meta{font-size:1.2rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.journals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;justify-items:center;max-width:1200px;margin:0 auto;width:100%}.journal-card{width:280px;aspect-ratio:1;border-radius:26px;padding:12px;gap:8px}.journal-card__image{height:180px}@media(max-width:480px){.journals-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;justify-items:stretch}.journal-card__wrapper{width:100%}.journal-card{width:100%;aspect-ratio:auto;border-radius:16px;padding:8px;gap:4px}.journal-card__image{height:auto;aspect-ratio:4 / 3;border-radius:12px}.journal-card h3{font-size:1.3rem!important;max-height:2rem!important;margin-bottom:.15rem!important}.journal-card h3+div{font-size:1rem!important}}.datepicker-panel,.entries-panel{--calendar-surface: var(--surface, #2a2a2b);--calendar-surface-light: var(--surface-light, #3c3c3d);--calendar-surface-lighter: var(--surface-lighter, #4a4a4b);--calendar-header-bg: var(--surface, #2a2a2b);--calendar-text-primary: var(--text-primary, #f2f2f2);--calendar-text-secondary: var(--text-secondary, #b8b8b8);--calendar-text-muted: rgba(178, 178, 178, .5);--calendar-accent-orange: var(--productive-color, #ff9d41);--calendar-accent-blue: var(--break-color, #41a3ff);--calendar-accent-green: var(--success, #22c55e);--calendar-primary: var(--calendar-accent-orange);--calendar-border: var(--border, #4a4a4b);--calendar-hover-bg: rgba(255, 157, 65, .1);--calendar-focus-ring: var(--calendar-accent-orange)}.datepicker-dropdown{display:flex;flex-direction:column;width:100%}.datepicker-trigger{min-width:44px;min-height:44px;padding:10px;background:transparent;border:1px solid var(--calendar-border);border-radius:8px;color:var(--calendar-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;touch-action:manipulation}.datepicker-trigger:hover{background:var(--calendar-hover-bg);border-color:var(--calendar-primary)}.datepicker-trigger:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.datepicker-trigger.active{background:var(--calendar-primary);color:#fff;border-color:var(--calendar-primary)}.datepicker-panel{width:100%;max-width:100%;overflow-x:hidden;background:var(--calendar-surface);border:1px solid var(--calendar-border);border-radius:12px;box-shadow:0 4px 12px #0000004d;padding:16px;margin-top:8px;z-index:100}@media(max-width:768px){.datepicker-panel{border-radius:8px;padding:12px;max-height:calc(100dvh - 200px - env(safe-area-inset-top));overflow-y:auto}}[data-theme=dark] .datepicker-panel{box-shadow:0 4px 12px #00000080}.month-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:8px;position:relative}.month-year-button{flex:1;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s ease}.month-year-button:hover{background:var(--calendar-hover-bg)}.month-year-button:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.month-year-display{text-align:center;font-size:16px;font-weight:600;color:var(--calendar-text-primary);margin:0}.month-nav-button{min-width:36px;min-height:36px;padding:8px;background:transparent;border:none;border-radius:6px;color:var(--calendar-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.month-nav-button:hover{background:var(--calendar-hover-bg)}.month-nav-button:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.month-nav-button:active{transform:scale(.95)}.month-grid-container{margin-bottom:12px}.day-headers{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.day-header{text-align:center;font-size:12px;font-weight:500;color:var(--calendar-text-secondary);text-transform:uppercase;padding:4px}.day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.day-cell{position:relative;min-width:44px;min-height:44px;padding:8px;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .15s ease;touch-action:manipulation}.day-number{font-size:14px;font-weight:400;color:var(--calendar-text-primary);line-height:1}.day-cell.current-month .day-number{color:var(--calendar-text-primary)}.day-cell.other-month .day-number{color:var(--calendar-text-muted);opacity:.5}.day-cell:hover{background:var(--calendar-hover-bg);border-color:var(--calendar-border)}.day-cell:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px;z-index:1}.day-cell.today{border-color:var(--calendar-accent-blue);border-width:2px}.day-cell.today .day-number{font-weight:600;color:var(--calendar-accent-blue)}.day-cell.selected{background:var(--calendar-primary);border-color:var(--calendar-primary)}.day-cell.selected .day-number{color:#fff;font-weight:600}.day-cell:active{transform:scale(.95)}.entry-dots{display:flex;align-items:center;justify-content:center;gap:2px;min-height:4px}.entry-dots .dot{width:4px;height:4px;border-radius:50%;background:var(--calendar-accent-green)}.day-cell.selected .entry-dots .dot{background:#fff}.day-cell.other-month .entry-dots .dot{opacity:.5}.today-button{width:100%;padding:10px 16px;background:transparent;border:1px solid var(--calendar-border);border-radius:8px;color:var(--calendar-accent-blue);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.today-button:hover:not(:disabled){background:var(--calendar-accent-blue);color:#fff;border-color:var(--calendar-accent-blue)}.today-button:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.today-button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.day-cell{min-width:48px;min-height:48px}.day-number{font-size:15px}}@media(prefers-contrast:high){.datepicker-trigger,.month-nav-button,.day-cell,.today-button{border-width:2px}.day-cell:focus-visible{outline-width:3px;outline-offset:1px}.day-cell.selected{outline:3px solid ButtonText}}@media(prefers-reduced-motion:reduce){.datepicker-trigger,.month-nav-button,.day-cell,.today-button{transition:none}.day-cell:active,.month-nav-button:active{transform:none}}.quick-jump-picker{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;background:var(--calendar-surface);border:1px solid var(--calendar-border);border-radius:12px;box-shadow:0 8px 24px #0006;padding:16px;min-width:260px;z-index:200}[data-theme=dark] .quick-jump-picker{box-shadow:0 8px 24px #0009}.quick-jump-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.quick-jump-header h3{font-size:16px;font-weight:600;color:var(--calendar-text-primary);margin:0}.quick-jump-close{background:transparent;border:none;color:var(--calendar-text-secondary);font-size:24px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s ease}.quick-jump-close:hover{background:var(--calendar-hover-bg);color:var(--calendar-text-primary)}.quick-jump-close:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.quick-jump-content{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.quick-jump-section{display:flex;flex-direction:column;gap:6px}.quick-jump-label{font-size:13px;font-weight:500;color:var(--calendar-text-secondary)}.quick-jump-select{padding:8px 12px;background:var(--calendar-surface-light);border:1px solid var(--calendar-border);border-radius:6px;color:var(--calendar-text-primary);font-size:14px;cursor:pointer;transition:border-color .2s ease}.quick-jump-select:hover{border-color:var(--calendar-primary)}.quick-jump-select:focus{outline:2px solid var(--calendar-focus-ring);outline-offset:0;border-color:var(--calendar-primary)}[data-theme=dark] .quick-jump-select{background:var(--calendar-surface-lighter)}.quick-jump-actions{display:flex;gap:8px;justify-content:flex-end}.quick-jump-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.quick-jump-button--secondary{background:transparent;border-color:var(--calendar-border);color:var(--calendar-text-primary)}.quick-jump-button--secondary:hover{background:var(--calendar-hover-bg)}.quick-jump-button--primary{background:var(--calendar-primary);color:#fff;border-color:var(--calendar-primary)}.quick-jump-button--primary:hover{opacity:.9}.quick-jump-button:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}[data-theme=dark] .datepicker-trigger.active{background:var(--calendar-primary);color:#fff}[data-theme=dark] .day-cell:hover{background:var(--calendar-hover-bg)}[data-theme=dark] .day-cell.selected{background:var(--calendar-primary);color:#fff}[data-theme=dark] .today-button:hover:not(:disabled){background:var(--calendar-accent-blue);color:#fff}.entries-panel{width:100%;max-width:100%;overflow-x:hidden;background:var(--calendar-surface);border:1px solid var(--calendar-border);border-radius:12px;box-shadow:0 2px 8px #0003;padding:16px;margin-top:8px;position:relative;z-index:101}.entries-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.entries-panel-title{font-size:14px;font-weight:600;color:var(--calendar-text-primary);margin:0}.entries-panel-count{font-size:12px;font-weight:500;color:var(--calendar-text-secondary);background:var(--calendar-surface-light);padding:4px 8px;border-radius:12px}.entries-panel-loading{display:flex;flex-direction:column;gap:8px}.entries-panel-skeleton{height:60px;background:linear-gradient(90deg,var(--calendar-surface-light) 0%,var(--calendar-surface-lighter) 50%,var(--calendar-surface-light) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.entries-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;gap:8px}.entries-panel-empty-icon{color:var(--calendar-text-secondary);opacity:.5;margin-bottom:8px}.entries-panel-empty-text{font-size:14px;font-weight:500;color:var(--calendar-text-primary);margin:0}.entries-panel-empty-subtext{font-size:12px;color:var(--calendar-text-secondary);margin:0}.entries-panel-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.entries-panel-item{background:var(--calendar-surface-light);border:1px solid var(--calendar-border);border-radius:8px;padding:12px;cursor:pointer;transition:all .15s ease}.entries-panel-item:hover{background:var(--calendar-surface-lighter);border-color:var(--calendar-primary);transform:translateY(-1px);box-shadow:0 2px 4px #0003}.entries-panel-item:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.entries-panel-item:active{transform:translateY(0)}.entries-panel-item--selected{background:var(--calendar-surface-lighter);border-color:var(--calendar-primary);box-shadow:0 0 0 2px #ff9d4133}.entries-panel-item--selected:hover{box-shadow:0 0 0 2px #ff9d414d,0 2px 4px #0003}.entries-panel-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;pointer-events:none}.entries-panel-item-name{font-size:14px;font-weight:500;color:var(--calendar-text-primary);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.entries-panel-item-time{font-size:12px;pointer-events:none;color:var(--calendar-text-secondary);flex-shrink:0}.entries-panel-item--create{border-style:dashed;border-color:var(--calendar-primary);background:transparent}.entries-panel-item--create:hover{background:var(--calendar-hover-bg);border-style:dashed;border-color:var(--calendar-primary)}.entries-panel-item--create:focus-visible{outline:2px solid var(--calendar-focus-ring);outline-offset:2px}.entries-panel-item-name--create{display:flex;align-items:center;gap:8px;color:var(--calendar-primary);font-weight:600;white-space:normal}.entries-panel-item-notes{font-size:12px;color:var(--calendar-text-secondary);margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:768px){.entries-panel{border-radius:8px;padding:12px}.entries-panel-list{max-height:250px}}.duration-input{position:relative;max-width:180px}.duration-input__field{font-family:var(--font-monospace, "JetBrains Mono", Consolas, "Liberation Mono", monospace);font-size:1.25rem;letter-spacing:.04em;text-align:center}.duration-input__field::-moz-placeholder{font-size:inherit;letter-spacing:inherit}.duration-input__field::placeholder{font-size:inherit;letter-spacing:inherit}@media(max-width:768px){.duration-input{max-width:200px}.duration-input__field{font-size:1.45rem}}@media(max-width:480px){.duration-input{max-width:220px}.duration-input__field{font-size:1.6rem}}.entry-editor{display:flex;flex-direction:column;gap:1.5rem}.entry-editor__notice{padding:.75rem 1rem;background:var(--surface-light);border-radius:.6rem;font-size:1.4rem;color:var(--text-secondary);border:1px solid var(--border)}.entry-editor__questions{display:flex;flex-direction:column;gap:1rem}.entry-editor__inline{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.entry-editor__inline .form__input{max-width:220px}.entry-editor__inline--compact .form__input{max-width:140px}.entry-editor__inline-addon{color:var(--text-secondary);font-size:1.4rem;white-space:nowrap}.entry-editor__options{display:flex;flex-direction:column;gap:.75rem}.entry-editor__option{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:.9rem;background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.entry-editor__option:hover{border-color:var(--productive-color)}.entry-editor__option--selected{border-color:var(--productive-color);background:var(--surface-light);box-shadow:0 0 0 1px var(--productive-color)}.entry-editor__option input[type=radio],.entry-editor__option input[type=checkbox]{width:1.8rem;height:1.8rem;flex-shrink:0;margin-top:.15rem}.entry-editor__option-label{display:flex;flex-direction:column;gap:.35rem;font-size:1.5rem;color:var(--text-primary);line-height:1.4}.entry-editor__option-label .form__input{width:100%}.entry-editor__option-description{font-size:1.3rem;color:var(--text-secondary)}.entry-editor__char-count{margin-top:.35rem;font-size:1.25rem;color:var(--text-secondary);text-align:right}.entry-editor__char-count--limit{color:var(--error-color)}.entry-editor__rating{display:flex;flex-wrap:wrap;gap:.75rem}.entry-editor__rating-option{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:.75rem;border:2px solid var(--border);border-radius:.9rem;background:var(--surface);color:var(--text-primary);font-size:1.5rem;font-weight:600;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.entry-editor__rating-option:hover{transform:translateY(-1px)}.entry-editor__rating-option--selected{border-color:var(--productive-color);background:var(--productive-color);color:var(--site-background-color);transform:translateY(-1px)}.entry-editor__visually-hidden{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.entry-editor__toggle{display:inline-flex;align-items:center;gap:.75rem}.entry-editor__toggle input{width:1.8rem;height:1.8rem}.entry-editor__toggle-label{font-size:1.5rem;color:var(--text-primary)}.entry-editor__list{display:flex;flex-direction:column;gap:1rem}.entry-editor__list-item{display:flex;flex-direction:column;gap:.5rem;padding:.25rem 1rem;border:1px solid var(--border);border-radius:.9rem;background:var(--surface-light)}.entry-editor__list-item-row{display:flex;gap:.75rem;align-items:center;flex-wrap:nowrap}.entry-editor__list-item-row .form__input{flex:1;min-width:0}.entry-editor__list-add-button.btn{width:auto!important;min-width:33px;min-height:33px;padding:.35rem .6rem;font-size:1.6rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.entry-editor__list-add-button .btn__label{display:flex;align-items:center;justify-content:center;line-height:1}.entry-editor__list-delete-button{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;width:3.2rem;height:3.2rem;padding:0;border:1px solid var(--surface-lighter);border-radius:1rem;background:var(--surface);color:var(--text-secondary);line-height:1;cursor:pointer;flex-shrink:0;margin-left:auto;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.entry-editor__list-delete-button:hover{background:var(--surface-light);color:var(--error);border-color:var(--error);box-shadow:0 0 0 1px #ef444459}.entry-editor__list-delete-button:disabled{opacity:.5;cursor:not-allowed}.entry-editor__list-delete-button:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px;background:var(--surface-light);box-shadow:0 0 0 2px var(--productive-color)}.entry-editor__list-delete-icon{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;pointer-events:none}.entry-editor__task-checkbox{width:1.9rem;height:1.9rem;flex-shrink:0}.entry-editor__task-checkbox:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px}.entry-editor__task-input--completed{text-decoration:line-through;color:var(--text-secondary)}.entry-editor__list-empty{color:var(--text-secondary);font-style:italic;font-size:1.4rem}.entry-editor__timer-total{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;margin-bottom:1rem}.entry-editor__timer-total-value{font-size:2.2rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-primary)}.entry-editor__time-inputs{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.entry-editor__time-input{display:flex;flex-direction:column;gap:.35rem;min-width:90px}.entry-editor__time-input label{font-size:1.3rem;color:var(--text-secondary)}.entry-editor__time-input input{text-align:center;font-variant-numeric:tabular-nums}.entry-editor__seg-list{display:flex;flex-direction:column;gap:.75rem}.entry-editor__seg-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:center}.entry-editor__seg-duration{font-variant-numeric:tabular-nums;color:var(--text-secondary);justify-self:flex-start}.entry-editor__seg-empty{color:var(--text-secondary);font-style:italic;font-size:1.4rem}.entry-editor__unsupported{padding:.85rem 1rem;border:1px dashed var(--border);border-radius:.9rem;background:var(--surface-light);color:var(--text-secondary);font-style:italic;font-size:1.4rem}.entry-editor__actions{display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem;flex-wrap:wrap}.entry-editor__no-changes{font-size:1.4rem;color:var(--text-secondary);text-align:center;font-style:italic}.entry-editor__readonly-value{margin-top:.5rem;color:var(--text-primary);font-size:1.3rem;word-break:break-word}.entry-editor__timer-container{display:flex;flex-direction:column;gap:1.5rem}.entry-editor__timer-main{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--surface-light);border-radius:1rem;border:1px solid var(--border)}.entry-editor__timer-header{position:relative;width:100%;display:flex;justify-content:center;align-items:center;padding:0 2.5rem}.entry-editor__timer-duration-display{font-size:3.2rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-primary);text-align:center;line-height:1.2}.entry-editor__timer-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.entry-editor__timer-menu{position:absolute;top:0;right:0}.entry-editor__timer-menu-button{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:var(--text-primary);cursor:pointer;transition:color .2s ease}.entry-editor__timer-menu-button:hover{color:#f8fafc}.entry-editor__timer-menu-button:disabled{opacity:.4;cursor:not-allowed}.entry-editor__timer-menu-button:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px;border-radius:999px}.entry-editor__timer-dropdown{position:absolute;top:calc(100% + .5rem);right:0;z-index:1000;min-width:min(200px,calc(100vw - 3rem));background:var(--surface);border:1px solid var(--border);border-radius:.8rem;box-shadow:0 4px 12px #0000001a;overflow:hidden}.entry-editor__timer-dropdown-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:1.4rem;color:var(--text-primary);cursor:pointer;transition:background-color .2s ease}.entry-editor__timer-dropdown-item:hover{background:var(--surface-light)}.entry-editor__timer-dropdown-item--danger{color:var(--error-color)}.entry-editor__timer-dropdown-item--danger:hover{background:var(--error-background, #fef2f2)}.entry-editor__timer-entries{display:flex;flex-direction:column;gap:.75rem}.entry-editor__timer-entry{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:.8rem;transition:border-color .2s ease}.entry-editor__timer-entry:hover{border-color:var(--productive-color)}.entry-editor__timer-entry-duration{font-size:1.6rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-primary)}.entry-editor__timer-entry-menu{position:relative}.entry-editor__timer-entry-menu-button{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;color:var(--text-primary);cursor:pointer;transition:color .2s ease}.entry-editor__timer-entry-menu-button:hover{color:#f8fafc}.entry-editor__timer-entry-menu-button:disabled{opacity:.4;cursor:not-allowed}.entry-editor__timer-entry-menu-button:focus-visible{outline:2px solid var(--productive-color);outline-offset:2px;border-radius:999px}.entry-editor__timer-entry-dropdown{position:absolute;top:calc(100% + .5rem);right:0;z-index:1000;min-width:min(140px,calc(100vw - 3rem));background:var(--surface);border:1px solid var(--border);border-radius:.6rem;box-shadow:0 4px 12px #0000001a;overflow:hidden}.entry-editor__timer-empty{color:var(--text-secondary);font-style:italic;font-size:1.4rem;text-align:center;padding:2rem 1rem}.entry-editor__timer-overlay{position:fixed;inset:0;z-index:999;background:transparent}@media(max-width:768px){.entry-editor__inline{flex-direction:column;align-items:stretch}.entry-editor__inline .form__input{max-width:100%}.entry-editor__inline-addon{align-self:flex-start}.entry-editor__actions{flex-direction:column;align-items:stretch;position:static;margin:1rem 0 0;padding:1rem 0 0}.entry-editor__actions button{width:100%}.entry-editor__timer-total{flex-direction:column;align-items:flex-start}.entry-editor__seg-row{grid-template-columns:1fr}.entry-editor__timer-header{padding:0 2rem}.entry-editor__timer-main{padding:1.25rem;gap:1.25rem}.entry-editor__timer-duration-display{font-size:2.8rem}.entry-editor__timer-controls{flex-direction:column;width:100%;gap:.75rem}.entry-editor__timer-controls button{width:100%}.entry-editor__timer-entry{padding:.875rem 1rem}.entry-editor__timer-entry-duration{font-size:1.5rem}.entry-editor__timer-dropdown,.entry-editor__timer-entry-dropdown{right:0}}@media(min-width:769px){.entry-editor__actions{position:sticky;bottom:0;background:var(--surface);padding:1rem;margin:0 -1.2rem -1.2rem;border-radius:0 0 1rem 1rem}}@media(max-width:480px){.entry-editor__option{padding:.75rem}.entry-editor__option-label{font-size:1.4rem}.entry-editor__inline{gap:.6rem}.entry-editor__inline-addon{font-size:1.2rem}.entry-editor__timer-header{padding:0 1.5rem}.entry-editor__timer-main{padding:1rem;gap:1rem}.entry-editor__timer-duration-display{font-size:2.4rem}.entry-editor__timer-entry{padding:.75rem}.entry-editor__timer-entry-duration{font-size:1.4rem}.entry-editor__timer-entry-menu-button{width:32px;height:32px}}.task-drag-handle{display:flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:0;margin:0;background:transparent;border:2px solid transparent;border-radius:8px;color:var(--text-secondary);cursor:grab;transition:all .2s ease;touch-action:none}.task-drag-handle:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--border)}.task-drag-handle:active{cursor:grabbing;background:var(--surface-active, var(--surface-hover))}.task-drag-handle:focus{outline:2px solid var(--primary);outline-offset:2px}.task-drag-handle span{font-size:1.6rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.task-list-item--dragging{opacity:.5;cursor:grabbing}.task-list-item--drag-overlay{background:var(--surface);border:2px solid var(--primary);border-radius:8px;box-shadow:0 8px 24px #00000026}.task-list-menu{position:relative;display:inline-block}.task-list-menu__button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.task-list-menu__button:hover{background:var(--surface-hover);color:var(--text-primary)}.task-list-menu__button:focus{outline:2px solid var(--primary);outline-offset:2px}.task-list-menu__dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:240px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:8px 0;z-index:1000}.task-list-menu__item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.task-list-menu__item:hover{background:var(--surface-hover)}.task-list-menu__button-item{width:100%;background:transparent;border:none;text-align:left;font-size:inherit;color:inherit}.task-list-menu__button-item:disabled{opacity:.5;cursor:not-allowed}.task-list-menu__button-item:disabled:hover{background:transparent}.task-list-menu__divider{height:1px;background:var(--border);margin:8px 0}.task-list-menu__checkbox{width:18px;height:18px;margin:0;cursor:pointer}.task-list-menu__label{flex:1;font-size:1.4rem;color:var(--text-primary);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:768px){.task-drag-handle{width:48px;min-width:48px;height:48px}.task-list-menu__dropdown{min-width:220px}.task-list-menu__label{font-size:1.5rem}}@media(max-width:480px){.task-drag-handle span{font-size:1.8rem}.task-list-menu__dropdown{right:-8px;min-width:200px}.task-list-menu__item{padding:12px 14px}}._loading_jcbjw_1,._error_jcbjw_2,._noImpact_jcbjw_3{padding:2rem;text-align:center}._loading_jcbjw_1 p,._error_jcbjw_2 p{font-size:1.6rem;color:var(--site-text-sub-color)}._error_jcbjw_2 p{color:var(--site-warning-color, #f59e0b)}._infoText_jcbjw_18{font-size:1.6rem;color:var(--site-text-color);margin-bottom:1rem}._subText_jcbjw_24{font-size:1.4rem;color:var(--site-text-sub-color)}._impactSummary_jcbjw_29{display:flex;flex-direction:column;gap:2rem;max-height:60vh;overflow-y:auto;padding:.5rem}._warningBox_jcbjw_38{background-color:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.8rem;padding:1.5rem}._warningTitle_jcbjw_45{font-size:1.8rem;font-weight:600;color:var(--site-text-color);margin:0 0 1rem}._warningText_jcbjw_52{font-size:1.6rem;color:var(--site-text-color);margin:0;line-height:1.5}._warningText_jcbjw_52 strong{color:var(--site-warning-color, #f59e0b);font-weight:600}._detailsSection_jcbjw_64{display:flex;flex-direction:column;gap:1rem}._detailsTitle_jcbjw_70{font-size:1.6rem;font-weight:600;color:var(--site-text-color);margin:0}._entriesList_jcbjw_77{display:flex;flex-direction:column;gap:.8rem;max-height:30rem;overflow-y:auto;border:1px solid var(--site-border-color);border-radius:.8rem;padding:1rem;background-color:var(--site-bg-secondary, rgba(0, 0, 0, .05))}._entryItem_jcbjw_89{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;background-color:var(--site-bg-color);border-radius:.6rem;border:1px solid var(--site-border-color);font-size:1.4rem}._entryDate_jcbjw_100{font-weight:500;color:var(--site-text-color);white-space:nowrap;min-width:11rem}._entryName_jcbjw_107{flex:1;color:var(--site-text-sub-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._answerCount_jcbjw_115{font-weight:500;color:var(--site-accent-color, #3b82f6);white-space:nowrap}._moreEntries_jcbjw_121{text-align:center;font-style:italic;color:var(--site-text-sub-color);font-size:1.4rem;padding:.5rem}._migrationNote_jcbjw_129{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:.8rem;padding:1.5rem}._noteText_jcbjw_136{font-size:1.4rem;color:var(--site-text-color);margin:0;line-height:1.6}._noteText_jcbjw_136 strong{font-weight:600}.app-launcher__viewport{min-height:100vh;width:100%;background-color:var(--site-background-color, #0b0b0b);display:flex}.app-launcher{--chip-size: clamp(118px, 18vw, 148px);--launcher-mobile-offset: 0px;min-height:100vh;width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width);padding:clamp(3rem,5vw,5.5rem) clamp(1.75rem,5vw,3.5rem) calc(clamp(4rem,7vw,6.5rem) + var(--launcher-mobile-offset));background-color:var(--site-background-color, #0b0b0b);background-image:radial-gradient(120% 120% at 12% 8%,rgba(255,255,255,.08),transparent 60%),radial-gradient(140% 140% at 85% 0%,rgba(255,255,255,.06),transparent 65%);display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,4vw,3rem);color:var(--site-text-color, rgba(255, 255, 255, .92));box-sizing:border-box}.app-launcher__header{width:min(100%,960px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.app-launcher__logo{width:clamp(160px,24vw,220px);height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}.app-launcher__subtitle{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff9e}.app-launcher__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--chip-size),1fr));gap:clamp(1.35rem,3vw,2.25rem);width:100%;max-width:clamp(560px,72vw,980px);justify-items:center;align-items:stretch}.app-launcher__item{position:relative;display:block;width:100%;max-width:var(--chip-size);aspect-ratio:1;padding:1.5px;border-radius:26px;text-decoration:none;color:inherit;background:linear-gradient(140deg,#ffffff47,#ffffff1f 32%,#fff0 70%);box-shadow:0 22px 36px #00000052;transition:transform .25s ease,box-shadow .25s ease;outline:none}.app-launcher__chip{height:100%;width:100%;border-radius:inherit;position:relative;overflow:hidden}.app-launcher__chip-surface{position:relative;z-index:1;height:100%;width:100%;border-radius:inherit;padding:clamp(1.1rem,4vw,1.5rem) clamp(.85rem,3vw,1.3rem);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.8rem,2.5vw,1.15rem);background:#0c0c0cd1;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff14,inset 0 0 0 .5px #ffffff0a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.app-launcher__chip-surface:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff47,#fff0 45%);opacity:.38;pointer-events:none}.app-launcher__icon-ring{position:relative;display:grid;place-items:center;z-index:1}.app-launcher__icon-glow{position:absolute;inset:-18px;border-radius:999px;background:conic-gradient(from 180deg at 50% 50%,var(--app-tint),transparent 58%);filter:blur(16px);opacity:.4;transition:opacity .25s ease,filter .25s ease,transform .25s ease}.app-launcher__icon-ring-inner{position:relative;display:grid;place-items:center;width:clamp(46px,6vw,54px);height:clamp(46px,6vw,54px);border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px #ffffff0a}.app-launcher__icon{transition:transform .25s ease}.app-launcher__label{position:relative;z-index:1;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffe0;text-align:center}.app-launcher__focus-ring{pointer-events:none;position:absolute;inset:-5px;border-radius:30px;border:3px solid transparent;transition:opacity .2s ease,border-color .2s ease;opacity:0}.app-launcher__item:hover,.app-launcher__item:focus-visible{box-shadow:0 28px 52px #00000061}.app-launcher__item:hover .app-launcher__chip-surface,.app-launcher__item:focus-visible .app-launcher__chip-surface{background:#101010e6;border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff1f,inset 0 0 0 .5px #ffffff0d}.app-launcher__item:hover .app-launcher__icon,.app-launcher__item:focus-visible .app-launcher__icon{transform:scale(1.05)}.app-launcher__item:hover .app-launcher__icon-glow,.app-launcher__item:focus-visible .app-launcher__icon-glow{opacity:.75;filter:blur(18px) saturate(135%);transform:scale(1.05)}.app-launcher__item:focus-visible .app-launcher__focus-ring{border-color:#ffffff52;opacity:1}.app-launcher__item:active{box-shadow:0 16px 28px #00000047}@media(max-width:1024px){.app-launcher{width:calc(100% - var(--sidebar-width));padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,6vw,3rem) calc(clamp(3.5rem,7vw,5.5rem) + var(--launcher-mobile-offset))}.app-launcher__grid{max-width:clamp(520px,86vw,820px)}}@media(max-width:768px){.app-launcher{width:100%;margin-left:0;--launcher-mobile-offset: .5rem;padding:2.25rem 1.25rem calc(2rem + var(--launcher-mobile-offset))}.app-launcher__grid{--chip-size: clamp(120px, 45vw, 140px);gap:clamp(1.1rem,5vw,1.8rem)}.app-launcher__subtitle{font-size:.88rem}}@media(max-width:480px){.app-launcher__grid{grid-template-columns:repeat(2,minmax(0,1fr));--chip-size: clamp(132px, 44vw, 150px);gap:1.1rem}.app-launcher__subtitle{letter-spacing:.06em}}@media(prefers-reduced-motion:reduce){.app-launcher__item,.app-launcher__icon,.app-launcher__icon-glow{transition:none}.app-launcher__item:active{box-shadow:0 22px 36px #00000052}}@font-face{font-family:Conigen;src:url(/assets/Conigen-Black-DZer9sPb.woff2) format("woff2"),url(/assets/Conigen-Black-4dIyrWq6.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-BlackItalic-B0zfDDAg.woff2) format("woff2"),url(/assets/Conigen-BlackItalic-C7mUumFI.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-Bold-rNxr45Lx.woff2) format("woff2"),url(/assets/Conigen-Bold-CdLuw19P.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-BoldItalic-DYmgutoP.woff2) format("woff2"),url(/assets/Conigen-BoldItalic-Czfq--iy.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-SemiBold-CMBnWa4u.woff2) format("woff2"),url(/assets/Conigen-SemiBold-Eu2DDdaP.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-SemiBoldItalic-BL_kuAQE.woff2) format("woff2"),url(/assets/Conigen-SemiBoldItalic-BqkmXX5O.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-ExtraBoldItalic-4TrRLeIp.woff2) format("woff2"),url(/assets/Conigen-ExtraBoldItalic-L13a_WZJ.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-ExtraBold-DwP4CzfE.woff2) format("woff2"),url(/assets/Conigen-ExtraBold-LOt1vIYq.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-Medium-zALYSgj0.woff2) format("woff2"),url(/assets/Conigen-Medium-BRo-8G62.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-RegularItalic-DCJXMyG2.woff2) format("woff2"),url(/assets/Conigen-RegularItalic-CverkrSX.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-Regular-BTMiD3qT.woff2) format("woff2"),url(/assets/Conigen-Regular-CxPzKtPh.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Conigen;src:url(/assets/Conigen-MediumItalic-BkHSXI_4.woff2) format("woff2"),url(/assets/Conigen-MediumItalic-yV--3-Fn.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}:root{--sidebar-width: 260px;--sidebar-width-collapsed: 64px;--thin-border-full: 1px solid var(--site-text-sub-color);--thing-border-transparent: 1px solid transparent;--thick-border-full: 3px solid var(--site-text-sub-color);--thick-border-transparent: 3px solid transparent;--productive-color: #ff9d41;--productive-under-color: rgba(255, 123, 0, .491);--productive-over-color: #ff7b00;--break-color: #41a3ff;--break-over-color: #0084ff;--error-color: #eb4d4b;--error-under-color: rgba(235, 77, 75, .491);--success-color: #1d8e25;--site-background-color: #1e1e1e;--site-sub-background-color: #252526;--side-hover-color: rgba(55, 55, 61, .5);--site-text-color: #f2f2f2;--site-text-sub-color: #f7f7f777;--question-card-bg: #252526;--transition-fade: all .3s cubic-bezier(.37, -.05, .71, 1)}.form__input-group{position:relative;display:flex;align-items:center;width:100%}.form__input-group .form__input{padding-right:4.5rem;width:100%}.form__input-toggle{position:absolute;right:1rem;background:none;border:none;padding:.5rem;cursor:pointer;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;z-index:1}.form__input-toggle:hover{opacity:.7}.form__input-toggle:focus{outline:2px solid var(--site-primary-color);outline-offset:2px;border-radius:.4rem}@media(prefers-color-scheme:dark){.form__input-toggle{filter:grayscale(.2)}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=time],input[type=search],input[type=url],input[type=tel],textarea,select,.form__input{font-size:16px}.form__label-hint{display:inline-block;margin-left:.25rem;font-weight:400;font-size:.85rem;color:var(--site-text-sub-color)}.form__help{display:block;margin-top:.25rem;font-size:.8rem;color:var(--site-text-sub-color);line-height:1.4}@media(max-width:768px){.form__input-group .form__input{padding-right:4rem}.form__input-toggle{font-size:1.8rem;right:.8rem}input[type=text],input[type=email],input[type=password],input[type=number],input[type=time],input[type=search],input[type=url],input[type=tel],input[type=checkbox],input[type=radio],textarea,select,.form__input{font-size:16px!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}:root{--breakpoint-xs: 375px;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}html{font-size:clamp(55%,2vw + 1rem,62.5%)}.container{width:100%;padding:0 1.5rem;margin:0 auto}.safe-area-padding{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.touch-target{min-height:44px;min-width:44px}.responsive-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mobile-only{display:block}.tablet-up,.desktop-only{display:none}.text-responsive{font-size:clamp(1.4rem,2vw,1.6rem);line-height:1.6}.heading-responsive{font-size:clamp(2.4rem,5vw,3.6rem)}.padding-responsive{padding:clamp(1rem,3vw,3rem)}.margin-responsive{margin:clamp(1rem,3vw,3rem)}@media screen and (max-width:768px){.main{margin-left:0;padding-bottom:5.5rem;min-height:calc(100vh - 5.5rem)}.main--login{display:flex;justify-content:center;align-items:center;padding:2rem 1.5rem;min-height:100vh}.mobile-nav{display:block}.form-container{width:100%;max-width:100%;padding:2rem;margin:0;border-radius:0}.authentication-form{width:100%;max-width:100%;margin-top:2rem;padding:3rem 2rem;border-radius:1.5rem;box-sizing:border-box}.form--login .form__group{width:100%;display:flex;flex-direction:column;align-items:stretch}.form__group a.forgot-password{float:none;display:block;text-align:center;margin-top:1rem}.form--login .form__group:last-child{text-align:center;gap:.5rem}.form--login .btn{width:100%;margin-bottom:0}.modal__content{width:100%;max-width:100%;margin:0;border-radius:2rem 2rem 0 0;position:fixed;bottom:0;left:0;right:0}.card{border-radius:1.2rem;padding:1.5rem}.projects__list{grid-template-columns:1fr;padding:1.5rem}.heading-primary{font-size:2.8rem}.heading-secondary{font-size:2.2rem}.btn{width:100%;padding:1.4rem;font-size:1.6rem}.desktop-only,.tablet-up{display:none!important}}@media screen and (min-width:768px)and (max-width:1024px){.container{max-width:768px;padding:0 2rem}.main{margin-left:var(--sidebar-width)}.tablet-up{display:block}.mobile-only{display:none!important}.projects__list{grid-template-columns:repeat(2,1fr)}.modal__content{max-width:600px}}@media screen and (min-width:1024px){.container{max-width:1024px;padding:0 3rem}.desktop-only,.tablet-up{display:block}.mobile-only{display:none!important}.projects__list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1280px){.container{max-width:1280px}.projects__list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-height:500px)and (orientation:landscape){.mobile-nav__items{padding:.3rem 0}.mobile-nav__item{padding:.3rem .2rem;min-height:40px}.mobile-nav__icon{font-size:1.8rem}.mobile-nav__text{font-size:.85rem}.main{padding-bottom:5rem}.form-container{max-height:90vh;overflow-y:auto}}@media(min-resolution:192dpi){*{border-width:.5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.sidebar,.mobile-nav,.btn,.modal{display:none!important}.main{margin:0;padding:0}}.btn--sm{font-size:1.3rem;padding:.6rem 1rem}.btn--md{font-size:1.5rem;padding:.9rem 1.4rem}.btn--lg{font-size:1.7rem;padding:1.2rem 1.8rem}.btn--block{width:100%}.btn--outline{background:transparent;border:2px solid var(--site-text-sub-color);color:var(--site-text-color)}.btn--outline:hover:not(:disabled){background:var(--side-hover-color)}.btn--text{background:transparent;color:var(--primary)}.btn--text:hover:not(:disabled){opacity:.9;text-decoration:underline}.btn__icon{display:inline-flex;align-items:center}.btn__icon--left{margin-right:.6rem}.btn__icon--right{margin-left:.6rem}.btn__label>.btn__icon:first-child{margin-right:.6rem}.btn .btn__label>svg:first-child{margin-right:.6rem}.btn--loading{opacity:.7;cursor:progress}.card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.2rem;color:var(--text-primary)}.card--elevated{box-shadow:0 6px 18px #0000002e}.card--interactive{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.card--interactive:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000038;border-color:var(--primary)}.badge{display:inline-block;font-size:1.2rem;padding:.2rem .6rem;border-radius:9999px;background:var(--primary);color:#fff}.badge--muted{background:var(--surface-light);color:var(--text-secondary)}.ai-rec-card{background:#1e1f24;border-radius:12px;padding:12px 16px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:100%;width:100%;border:1px solid transparent;background-clip:padding-box;box-shadow:0 4px 20px #75acff26;margin:8px 0}.ai-rec-card:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1.5px;background:linear-gradient(90deg,#5ca0f2,#b686e5);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ai-content-wrapper{display:flex;align-items:center;gap:14px;flex-grow:1}.ai-icon-box{display:flex;align-items:center;justify-content:center;min-width:24px}.ai-star-svg{width:24px;height:24px;fill:url(#ai-gradient);filter:drop-shadow(0 0 5px rgba(182,134,229,.6))}.ai-text{color:#e2e8f0;font-size:14px;line-height:1.4;font-weight:400}.ai-tag-name{font-weight:700;color:#93c5fd;text-transform:uppercase;font-size:12px;letter-spacing:.5px;background:#4285f41a;padding:2px 6px;border-radius:4px;margin-right:6px}.ai-actions{display:flex;gap:8px;align-items:center}.ai-btn{background:transparent;border:1px solid #3f3f46;cursor:pointer;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#71717a}.ai-btn:disabled{opacity:.5;cursor:not-allowed}.ai-btn.accept:hover:not(:disabled){background:#22c55e26;border-color:#22c55e;color:#22c55e}.ai-btn.reject:hover:not(:disabled){background:#ef444426;border-color:#ef4444;color:#ef4444}@media(max-width:640px){.ai-rec-card{flex-direction:column;align-items:stretch;gap:12px}.ai-content-wrapper{flex-direction:row}.ai-actions{justify-content:flex-end}}:root{--text-primary: #f2f2f2;--text-secondary: #b8b8b8;--surface: #2a2a2b;--surface-light: #3c3c3d;--surface-lighter: #4a4a4b;--background: #323233;--border: #4a4a4b;--success: #22c55e;--success-dark: #16a34a;--warning: #fbbf24;--error: var(--error-color);--error-dark: #dc2626;--primary: var(--productive-color);--primary-light: var(--productive-under-color);--primary-dark: var(--productive-over-color);--mobile-nav-base-height: 70px;--mobile-nav-height: calc(var(--mobile-nav-base-height) + env(safe-area-inset-bottom, 0px));--mobile-nav-pwa-extra: 2rem;--mobile-nav-pwa-height: calc(var(--mobile-nav-height) + var(--mobile-nav-pwa-extra));--fab-gap-from-nav: 1rem;--fab-mobile-bottom: calc(var(--mobile-nav-height) + var(--fab-gap-from-nav));--fab-mobile-pwa-bottom: calc(var(--mobile-nav-pwa-height) + var(--fab-gap-from-nav))}::-moz-selection{background-color:var(--productive-color);color:var(--site-text-color)}::selection{background-color:var(--productive-color);color:var(--site-text-color)}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box}body{font-size:1.6rem;line-height:1.6;font-weight:400;font-family:Conigen,sans-serif;color:#777;min-height:100vh;display:flex;flex-direction:column;background-color:var(--site-background-color)}@media(display-mode:standalone){body{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}}.main{background-color:var(--site-background-color);flex:1;position:relative;margin-left:var(--sidebar-width);padding-top:2rem}.main.main--login{margin-left:0}.heading-primary{font-size:3rem;text-transform:uppercase;font-weight:700;background-color:var(--productive-color);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.1rem;line-height:1.3;display:inline-block}.heading-secondary{font-size:2.25rem;text-transform:uppercase;font-weight:700;background-color:var(--productive-color);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.1rem;line-height:1.3;display:inline-block}.ma-bt-md{margin-bottom:3rem!important}.ma-bt-lg{margin-bottom:3.5rem!important}.btn,.btn:link,.btn:visited{font-size:20px;padding:10px;background-color:var(--site-sub-background-color);border:0;border-radius:5px;text-transform:uppercase;display:inline-block;text-decoration:none;font-weight:400;backface-visibility:hidden;border:none;cursor:pointer;vertical-align:middle}.btn--primary{background-color:var(--productive-color);color:#fff}.btn--primary:hover{background-color:var(--productive-over-color)}.btn--primary:disabled{background-color:var(--productive-under-color);cursor:not-allowed}.btn--secondary{background-color:var(--surface);color:var(--text-primary)}.btn--secondary:hover{background-color:var(--surface-light)}.btn--danger{background-color:var(--error);color:#fff}.btn--danger:hover{background-color:var(--error-dark)}.authentication-form{margin:0 auto;margin-top:5rem;max-width:55rem;background-color:#323233;padding:5rem 7rem;border-radius:5px}.form__input{display:block;font-family:inherit;font-size:1.5rem;color:inherit;padding:.5rem;border:none;width:100%;background-color:#3c3c3c;color:#f2f2f2;border-top:3px solid transparent;border-bottom:3px solid transparent;transition:all .3s;border-radius:4px;box-sizing:border-box}.form__input:focus{outline:none;border-bottom:3px solid var(--productive-color)}.form__input:focus:invalid{border-bottom:3px solid var(--error-color)}.form__input::-webkit-input-placeholder{color:#bbb}.form__group:not(:last-child){margin-bottom:2.5rem}.form__group span{margin-bottom:1rem;font-size:1.5rem;font-weight:500;color:#f2f2f2;margin-right:5px}.form__group a{font-size:1.5rem;font-weight:700;color:#ff9d41;text-decoration:none;transition:all .3s}.form__group a.forgot-password{float:right}.form__label{display:block;color:#f2f2f2;font-size:1.6rem;font-weight:700;margin-bottom:.75rem}
