@keyframes spinner-spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;border-radius:50%;border:2px solid rgba(119,141,169,.3);border-top-color:#9e4770;animation:spinner-spin .65s linear infinite;flex-shrink:0}.spinner--sm{width:16px;height:16px}.spinner--md{width:28px;height:28px;border-width:3px}.spinner--lg{width:44px;height:44px;border-width:3px}.input-field{display:flex;flex-direction:column;gap:4px}.input-field__label{font-size:14px;font-weight:600;color:#1b263b;padding-left:2px}.input-field__wrapper{position:relative;display:flex;align-items:center}.input-field__icon{position:absolute;left:8px;display:flex;align-items:center;color:#778da9;pointer-events:none;z-index:1}.input-field__toggle{position:absolute;right:8px;display:flex;align-items:center;background:none;border:none;padding:4px;color:#778da9;cursor:pointer;border-radius:8px;transition:color .15s ease;z-index:1}.input-field__toggle:hover{color:#1b263b}.input-field__input{width:100%;padding:8px 16px;font-size:14px;color:#0d1b2a;border:1.5px solid transparent;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.input-field__input::placeholder{color:#778da9}.input-field__input:focus{border-color:#415a77;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5,0 0 0 2px #415a7726}.input-field__input--with-icon{padding-left:36px}.input-field__input--with-toggle{padding-right:40px}.input-field__error{font-size:12px;color:#b5303a;padding-left:2px}.input-field--error .input-field__input{border-color:#b5303a}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;cursor:pointer;transition:all .15s ease;border-radius:8px;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible{outline:2px solid #9e4770;outline-offset:2px}.btn:active:not(:disabled){transform:scale(.98)}.btn--sm{font-size:12px;padding:4px 8px;height:28px}.btn--md{font-size:14px;padding:8px 16px;height:40px}.btn--lg{font-size:16px;padding:8px 32px;height:48px}.btn--primary{background:#9e4770;color:#fff;box-shadow:4px 4px 8px #5f2b43,-2px -2px 6px #bb678f}.btn--primary:hover:not(:disabled){background:#893e61;box-shadow:6px 6px 12px #58273e,-2px -2px 6px #b86089}.btn--secondary{background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;color:#1b263b}.btn--secondary:hover:not(:disabled){color:#0d1b2a;box-shadow:6px 6px 12px #c8c9c5,-6px -6px 12px #f8f9f5}.btn--danger{background:#b5303a;color:#fff;box-shadow:4px 4px 8px #6c1d23,-2px -2px 6px #d1515b}.btn--danger:hover:not(:disabled){background:#9d2a32}.btn__spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:btn-spin .6s linear infinite;flex-shrink:0}.btn--secondary .btn__spinner{border-color:#415a774d;border-top-color:#415a77}.btn__icon{display:flex;align-items:center;flex-shrink:0}.btn__text{line-height:1}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form__error{font-size:12px;color:#b5303a;background:#b5303a14;border:1px solid rgba(181,48,58,.25);border-radius:8px;padding:8px 16px;line-height:1.4}.landing-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#e0e1dd}.landing{display:flex;min-height:100vh}.landing__hero{flex:1;background:#1b263b;display:flex;align-items:center;justify-content:center;padding:64px;position:relative;overflow:hidden}.landing__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 30% 40%,rgba(158,71,112,.1),transparent 70%);pointer-events:none}.landing__hero-content{position:relative;max-width:460px;z-index:1}.landing__logo{display:flex;align-items:center;gap:8px;margin-bottom:64px;color:#778da9;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.landing__logo svg{color:#9e4770}.landing__headline{font-size:32px;font-weight:700;line-height:1.2;color:#e0e1dd;margin-bottom:16px;letter-spacing:-.02em}@media(max-width:900px){.landing__headline{font-size:24px}}.landing__subheadline{font-size:16px;color:#778da9;line-height:1.7;margin-bottom:32px}.landing__features{list-style:none;display:flex;flex-direction:column;gap:16px}.landing__feature{display:flex;align-items:center;gap:8px;color:#e0e1ddbf;font-size:14px;line-height:1.4}.landing__feature-check{color:#9e4770;flex-shrink:0}.landing__feature-icon{display:flex;color:#778da9;flex-shrink:0}.landing__auth{width:480px;flex-shrink:0;background:#e0e1dd;display:flex;align-items:center;justify-content:center;padding:64px 32px}@media(max-width:900px){.landing__auth{width:100%}}.landing__auth-card{width:100%;max-width:380px;background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px}.landing__brand{text-align:center;margin-bottom:32px;color:#1b263b}.landing__brand svg{color:#9e4770;margin-bottom:4px}.landing__brand h2{font-size:24px;font-weight:700;color:#0d1b2a;line-height:1.1}.landing__brand p{color:#778da9;font-size:12px;margin-top:2px;text-transform:uppercase;letter-spacing:.08em}.landing__tabs{display:flex;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5;padding:2px;gap:2px;margin-bottom:32px}.landing__tab{flex:1;padding:8px 16px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#778da9;cursor:pointer;transition:all .25s ease;line-height:1}.landing__tab--active{background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;color:#1b263b;font-weight:700}.landing__tab:not(.landing__tab--active):hover{color:#1b263b}@media(max-width:720px){.landing{flex-direction:column}.landing__hero{padding:32px 16px;min-height:40vh}.landing__auth{width:100%;padding:32px 16px}}dialog.modal{border:none;padding:0;max-width:480px;width:calc(100vw - 64px);background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5}dialog.modal::backdrop{background:#0d1b2a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog.modal:focus{outline:none}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:1px solid rgba(65,90,119,.15)}.modal__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.modal__close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#778da9;padding:4px;border-radius:8px;transition:color .15s ease,background .15s ease;cursor:pointer}.modal__close:hover{color:#0d1b2a;background:#415a771a}.modal__body{padding:32px;display:flex;flex-direction:column;gap:16px;color:#1b263b;font-size:14px;line-height:1.6}.modal__body p{margin:0}.modal__body ol,.modal__body ul{padding-left:16px;margin:0}.modal__body ol li,.modal__body ul li{margin-bottom:4px}.modal__body a{color:#9e4770;text-decoration:underline;text-underline-offset:2px}.modal__body a:hover{color:#7b3757}.jira-config-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px;display:flex;flex-direction:column;gap:16px}.jira-config-card__header{display:flex;flex-direction:column;gap:4px}.jira-config-card__title-row{display:flex;align-items:center;justify-content:space-between}.jira-config-card__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.jira-config-card__help-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#778da9;padding:4px;border-radius:8px;transition:color .15s ease,background .15s ease;cursor:pointer}.jira-config-card__help-btn:hover{color:#415a77;background:#415a771a}.jira-config-card__help-btn:focus-visible{outline:2px solid #9e4770;outline-offset:2px}.jira-config-card__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0}.jira-config-card__body{display:flex;flex-direction:column;gap:16px}.jira-config-card__submit{width:100%;margin-top:4px}.jira-config-card__status{display:flex;align-items:center;gap:4px;font-size:14px;border-radius:8px;padding:4px 8px}.jira-config-card__status--error{color:#b5303a;background:#b5303a14}.jira-config-card__status--success{color:#2e7d32;background:#2e7d3214}.jira-config-card__last-tested{display:flex;align-items:center;gap:4px;font-size:12px;color:#778da9;margin:0}.toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle--disabled{opacity:.5;cursor:not-allowed}.toggle__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.toggle__track{position:relative;display:inline-block;width:44px;height:24px;border-radius:24px;background:#778da9;box-shadow:inset 2px 2px 4px #c8c9c5,inset -2px -2px 4px #f8f9f5;transition:background .25s ease;flex-shrink:0}.toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#e0e1dd;box-shadow:2px 2px 4px #c8c9c5,-1px -1px 3px #f8f9f5;transition:transform .25s ease}.toggle__input:focus-visible~.toggle__track{outline:2px solid #9e4770;outline-offset:2px}.toggle__input:checked~.toggle__track{background:#415a77}.toggle__input:checked~.toggle__track .toggle__thumb{transform:translate(20px)}.toggle__label{font-size:14px;color:#1b263b}.projects-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px;display:flex;flex-direction:column;gap:16px}.projects-card__header{display:flex;flex-direction:column;gap:4px}.projects-card__title-row{display:flex;align-items:center;gap:8px;color:#1b263b}.projects-card__menu{position:relative;margin-left:auto}.projects-card__menu-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:8px;color:#778da9;cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.projects-card__menu-btn:hover{background:#c8c9c5;color:#1b263b}.projects-card__menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-2px -2px 6px #f8f9f5;min-width:130px;z-index:100;overflow:hidden}.projects-card__menu-item{display:block;width:100%;padding:8px 16px;border:none;background:transparent;font-size:14px;color:#1b263b;text-align:left;cursor:pointer;transition:background .15s ease}.projects-card__menu-item:hover{background:#c8c9c5}.projects-card__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.projects-card__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0}.projects-card__body{display:flex;flex-direction:column;gap:16px}.projects-card__empty{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0;padding:16px;text-align:center;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.projects-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.projects-card__item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;margin-bottom:2px;border-radius:8px;background:#e0e1dd;box-shadow:2px 2px 4px #c8c9c5,-2px -2px 4px #f8f9f5;transition:box-shadow .15s ease}.projects-card__item:hover{box-shadow:3px 3px 6px #c8c9c5,-3px -3px 6px #f8f9f5}.projects-card__item-info{display:flex;flex-direction:column;gap:2px}.projects-card__item-name{font-size:14px;font-weight:600;color:#1b263b}.projects-card__item-key{font-size:12px;color:#778da9;font-family:monospace}.projects-card__save{width:100%}.projects-card__status{font-size:14px;border-radius:8px;padding:4px 8px}.projects-card__status--error{color:#b5303a;background:#b5303a14}.sync-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px;display:flex;flex-direction:column;gap:16px}.sync-card__header{display:flex;flex-direction:column;gap:4px}.sync-card__title-row{display:flex;align-items:center;gap:8px;color:#1b263b}.sync-card__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.sync-card__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0}.sync-card__body{display:flex;flex-direction:column;gap:16px}.sync-card__info{background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5;padding:16px;display:flex;flex-direction:column;gap:4px}.sync-card__info-row{display:flex;align-items:center;gap:4px}.sync-card__icon{flex-shrink:0}.sync-card__icon--success{color:#2e7d32}.sync-card__icon--error{color:#b5303a}.sync-card__icon--running{color:#415a77}.sync-card__status-text{font-size:14px;font-weight:600;color:#1b263b}.sync-card__last-sync{font-size:12px;color:#778da9;margin:0}.sync-card__error-msg{font-size:12px;color:#b5303a;margin:0}.sync-card__empty{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0;padding:16px;text-align:center;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.sync-card__btn{width:100%}.sync-card__status{font-size:14px;border-radius:8px;padding:4px 8px}.sync-card__status--error{color:#b5303a;background:#b5303a14}.account-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px;display:flex;flex-direction:column;gap:16px}.account-card__header{display:flex;flex-direction:column;gap:4px}.account-card__title-row{display:flex;align-items:center;gap:8px;color:#1b263b}.account-card__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.account-card__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0}.account-card__body{display:flex;flex-direction:column;gap:32px}.account-card__section{display:flex;flex-direction:column;gap:8px}.account-card__section--danger{background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5;padding:16px;border-left:3px solid #b5303a}.account-card__section-header{display:flex;align-items:center;gap:4px;color:#1b263b}.account-card__section--danger .account-card__section-header{color:#b5303a}.account-card__section-title{font-size:16px;font-weight:600;margin:0}.account-card__form{display:flex;flex-direction:column;gap:8px}.account-card__error{font-size:14px;color:#b5303a;background:#b5303a14;border-radius:8px;padding:4px 8px;margin:0}.account-card__success{font-size:14px;color:#2e7d32;background:#2e7d3214;border-radius:8px;padding:4px 8px;margin:0}.account-card__danger-description{font-size:14px;color:#778da9;margin:0}.account-card__modal-body{display:flex;flex-direction:column;gap:16px}.account-card__modal-warning{font-size:14px;color:#1b263b;margin:0;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5;padding:16px;border-left:3px solid #b5303a}.account-card__modal-actions{display:flex;gap:8px;justify-content:flex-end}.ignored-tickets-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px;display:flex;flex-direction:column;gap:16px}.ignored-tickets-card__header{display:flex;flex-direction:column;gap:4px}.ignored-tickets-card__title-row{display:flex;align-items:center;gap:8px;color:#1b263b}.ignored-tickets-card__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.ignored-tickets-card__subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0}.ignored-tickets-card__body{display:flex;flex-direction:column;gap:16px}.ignored-tickets-card__loading{display:flex;align-items:center;justify-content:center;padding:16px}.ignored-tickets-card__empty{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;margin:0;padding:16px;text-align:center;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.ignored-tickets-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.ignored-tickets-card__item{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;border-radius:8px;background:#e0e1dd;box-shadow:2px 2px 4px #c8c9c5,-2px -2px 4px #f8f9f5;transition:box-shadow .15s ease}.ignored-tickets-card__item:hover{box-shadow:3px 3px 6px #c8c9c5,-3px -3px 6px #f8f9f5}.ignored-tickets-card__key{font-size:14px;font-weight:600;color:#1b263b;font-family:monospace}.ignored-tickets-card__remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#778da9;cursor:pointer;border-radius:8px;transition:color .15s ease,background .15s ease}.ignored-tickets-card__remove:hover:not(:disabled){color:#9e4770;background:#9e47701a}.ignored-tickets-card__remove:disabled{opacity:.5;cursor:not-allowed}.ignored-tickets-card__status{font-size:14px;border-radius:8px;padding:4px 8px}.ignored-tickets-card__status--error{color:#b5303a;background:#b5303a14}.settings-page{min-height:100vh;background:#e0e1dd;padding:0 32px 64px;max-width:1200px;margin:0 auto}@media(max-width:768px){.settings-page{padding:32px 16px}}@media(max-width:480px){.settings-page{padding:16px 8px}}.settings-page__loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.settings-page__header{display:flex;align-items:center;gap:8px;margin-bottom:32px;color:#1b263b}.settings-page__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:24px;margin:0}@media(max-width:480px){.settings-page__heading{font-size:20px}}.settings-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px;align-items:start}@media(max-width:480px){.settings-page__grid{grid-template-columns:1fr;gap:16px}}.date-range-picker{display:flex;flex-direction:column;gap:4px}.date-range-picker__label{font-size:14px;font-weight:600;color:#1b263b;padding-left:2px}.date-range-picker__inputs{display:flex;align-items:flex-end;gap:8px}.date-range-picker__field{display:flex;flex-direction:column;gap:4px;flex:1}.date-range-picker__field-label{font-size:12px;font-weight:600;color:#778da9;padding-left:2px}.date-range-picker__input{width:100%;padding:8px 16px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#0d1b2a;border:1.5px solid transparent;outline:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.date-range-picker__input::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.date-range-picker__input:focus{border-color:#415a77;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5,0 0 0 2px #415a7726}.date-range-picker__input:hover{border-color:#415a7766}.date-range-picker__sep{font-size:16px;color:#778da9;padding-bottom:8px;flex-shrink:0}.multi-select{display:flex;flex-direction:column;gap:4px;position:relative}.multi-select__label{font-size:14px;font-weight:600;color:#1b263b;padding-left:2px}.multi-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 16px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#0d1b2a;cursor:pointer;border:1.5px solid transparent;transition:border-color .15s ease,box-shadow .15s ease;background:#e0e1dd;border-radius:8px;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5}.multi-select__trigger:hover{border-color:#415a7766}.multi-select__trigger:focus-visible{outline:2px solid #9e4770;outline-offset:2px}.multi-select__trigger--open{border-color:#415a77;box-shadow:inset 4px 4px 8px #c8c9c5,inset -4px -4px 8px #f8f9f5,0 0 0 2px #415a7726}.multi-select__trigger-text{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1b263b}.multi-select__chevron{color:#778da9;flex-shrink:0;transition:transform .15s ease}.multi-select__chevron--up{transform:rotate(180deg)}.multi-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;background:#e0e1dd;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;border-radius:8px;overflow:hidden;max-height:240px;overflow-y:auto}.multi-select__dropdown::-webkit-scrollbar{width:4px}.multi-select__dropdown::-webkit-scrollbar-track{background:transparent}.multi-select__dropdown::-webkit-scrollbar-thumb{background:#778da9;border-radius:2px}.multi-select__option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1b263b;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.multi-select__option:hover{background:#415a7714}.multi-select__option:focus-visible{outline:2px solid #9e4770;outline-offset:-2px}.multi-select__option--selected{color:#0d1b2a;font-weight:600}.multi-select__check{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:3px;background:#415a771f;color:#9e4770}.multi-select__option--selected .multi-select__check{background:#9e4770;color:#fff}.multi-select__option-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-select__empty{padding:8px 16px;font-size:14px;color:#778da9}.filter-bar{display:flex;align-items:flex-end;gap:16px;background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:16px 32px;margin-bottom:32px}@media(max-width:768px){.filter-bar{flex-wrap:wrap;padding:16px}}@media(max-width:480px){.filter-bar{padding:8px 16px;gap:8px}}.filter-bar__icon{color:#778da9;display:flex;align-items:center;padding-bottom:4px;flex-shrink:0}@media(max-width:768px){.filter-bar__icon{display:none}}.filter-bar__controls{display:flex;flex:1;gap:16px;flex-wrap:wrap;align-items:flex-end}@media(max-width:480px){.filter-bar__controls{gap:8px}}.filter-bar__controls>*{flex:1;min-width:180px}@media(max-width:480px){.filter-bar__controls>*{min-width:0;width:100%;flex:none}}.filter-bar__apply{flex-shrink:0;align-self:flex-end}@media(max-width:768px){.filter-bar__apply{width:100%}}.cycle-time-chart{display:flex;flex-direction:column;gap:16px}.cycle-time-chart--empty{min-height:200px;display:flex;align-items:center;justify-content:center}.cycle-time-chart__empty-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px}.cycle-time-chart__legend{display:flex;flex-wrap:wrap;gap:8px 16px;padding:0 8px}.cycle-time-chart__legend-item{display:flex;align-items:center;gap:4px}.cycle-time-chart__legend-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.cycle-time-chart__legend-label{font-size:12px;color:#1b263b}.cycle-time-chart__canvas{position:relative;width:100%}.cycle-time-chart__canvas svg{overflow:visible}.cycle-time-chart__canvas .bar-segment{transition:opacity .15s ease}.cycle-time-chart__canvas .bar-segment:hover{opacity:.85}.cycle-time-chart__canvas .ref-line{pointer-events:none}.cycle-time-chart__canvas .ref-label{pointer-events:none;-webkit-user-select:none;user-select:none}.chart-tooltip{position:absolute;z-index:200;background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;padding:8px 16px;min-width:200px;max-width:280px;pointer-events:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.chart-tooltip__key{font-size:14px;font-weight:700;color:#0d1b2a;margin-bottom:2px}.chart-tooltip__summary{font-size:12px;color:#1b263b;margin-bottom:2px;line-height:1.4}.chart-tooltip__assignee{font-size:12px;color:#778da9;margin-bottom:2px}.chart-tooltip__points{font-size:12px;color:#778da9;margin-bottom:4px}.chart-tooltip__divider{height:1px;background:#c8c9c5;margin:4px 0}.chart-tooltip__row{display:flex;align-items:center;gap:4px;padding:2px 0;font-size:12px;color:#1b263b}.chart-tooltip__row--active{font-weight:600;color:#0d1b2a}.chart-tooltip__dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.chart-tooltip__status{flex:1}.chart-tooltip__hours{font-variant-numeric:tabular-nums;color:#415a77}.chart-tooltip__total{font-size:12px;font-weight:700;color:#0d1b2a}.chart-tooltip__ignore-btn{display:block;width:100%;margin-top:8px;padding:4px 8px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;color:#778da9;background:#e0e1dd;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease;box-shadow:2px 2px 4px #c8c9c5,-2px -2px 4px #f8f9f5}.chart-tooltip__ignore-btn:hover{color:#9e4770;background:#9e477014}.chart-tooltip__ignore-btn:active{box-shadow:inset 2px 2px 4px #c8c9c5,inset -2px -2px 4px #f8f9f5}.sortable-table{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;overflow:hidden}.sortable-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.sortable-table__table{width:100%;border-collapse:collapse;font-size:14px;color:#1b263b}.sortable-table__th{padding:8px 16px;text-align:left;font-weight:700;color:#0d1b2a;white-space:nowrap;border-bottom:2px solid #c8c9c5;background:#e0e1dd;position:sticky;top:0}.sortable-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-table__th--sortable:hover{color:#9e4770}.sortable-table__th--sortable:hover .sortable-table__sort-icon--inactive{opacity:1}.sortable-table__th--sortable:focus-visible{outline:2px solid #9e4770;outline-offset:-2px}.sortable-table__th--active{color:#9e4770}.sortable-table__th--right{text-align:right}.sortable-table__th--center{text-align:center}.sortable-table__th-inner{display:inline-flex;align-items:center;gap:4px}.sortable-table__sort-icon{display:inline-flex;align-items:center;color:#9e4770}.sortable-table__sort-icon--inactive{color:#778da9;opacity:.4}.sortable-table__sort-icon--active{color:#9e4770;opacity:1}.sortable-table__row{border-bottom:1px solid #c8c9c5}.sortable-table__row:last-child{border-bottom:none}.sortable-table__row:hover{background:#e0e1dd99}.sortable-table__td{padding:8px 16px;color:#1b263b;vertical-align:middle}.sortable-table__td--right{text-align:right}.sortable-table__td--center{text-align:center}.sortable-table__empty{padding:64px 16px;text-align:center;color:#778da9;font-style:italic}.sortable-table tfoot tr{border-top:2px solid #c8c9c5;background:#e0e1dd}.sortable-table tfoot tr td{padding:8px 16px;font-weight:700;color:#0d1b2a}.sortable-table tfoot tr td.right{text-align:right}.person-table__header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1b263b}.person-table__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:16px;margin:0;flex:1}.person-table__count{font-size:14px;color:#778da9}.person-table__assignee{font-weight:500;color:#0d1b2a}.person-table__footer-row td{font-weight:700;color:#0d1b2a}.ticket-table__header{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#1b263b}.ticket-table__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:16px;margin:0;flex:1}.ticket-table__count{font-size:14px;color:#778da9}.ticket-table__actions{margin-left:8px}.ticket-table__jira-link{color:#9e4770;text-decoration:none;font-weight:600;white-space:nowrap}.ticket-table__jira-link:hover{text-decoration:underline}.ticket-table__summary{display:block;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-table__type{font-size:12px;background:#415a771a;color:#415a77;padding:2px 6px;border-radius:8px;white-space:nowrap}.ticket-table__sprint{font-size:12px;color:#415a77;white-space:nowrap;max-width:140px;display:block;overflow:hidden;text-overflow:ellipsis}.ticket-table__hours{color:#415a77;font-variant-numeric:tabular-nums;white-space:nowrap}.ticket-table__empty-cell{color:#778da9}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.insights-page{min-height:100vh;background:#e0e1dd;padding:0 32px 64px;max-width:1400px;margin:0 auto}@media(max-width:768px){.insights-page{padding:32px 16px}}@media(max-width:480px){.insights-page{padding:16px 8px}}.insights-page__header{display:flex;align-items:center;gap:8px;margin-bottom:32px;color:#1b263b}.insights-page__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:24px;margin:0}@media(max-width:480px){.insights-page__heading{font-size:20px}}.insights-page__full-loading{min-height:40vh;display:flex;align-items:center;justify-content:center}.insights-page__empty-state{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 32px;gap:16px;max-width:480px;margin:64px auto}.insights-page__empty-icon{color:#778da9}.insights-page__empty-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.insights-page__empty-message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;line-height:1.6;margin:0}.insights-page__error{display:flex;align-items:center;gap:16px;padding:8px 16px;border-radius:8px;background:#9e477014;border-left:3px solid #9e4770;margin-bottom:16px;flex-wrap:wrap}.insights-page__error-message{flex:1;font-size:14px;color:#9e4770;margin:0}.insights-page__summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:32px}@media(max-width:480px){.insights-page__summary{grid-template-columns:1fr}}.insights-page__chart-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px}@media(max-width:480px){.insights-page__chart-card{padding:16px 8px}}.insights-page__chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.insights-page__chart-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:16px;margin:0}.insights-page__chart-count{font-size:14px;color:#778da9}.insights-page__chart-loading{min-height:300px;display:flex;align-items:center;justify-content:center}.insights-page__tables{margin-top:32px;display:flex;flex-direction:column;gap:32px}.insights-page__table-section{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:32px}@media(max-width:768px){.insights-page__table-section{padding:16px}}@media(max-width:480px){.insights-page__table-section{padding:8px}}.summary-card{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:16px;display:flex;align-items:center;gap:16px}.summary-card__icon{width:40px;height:40px;border-radius:8px;background:#9e4770;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-card__icon--skeleton{background:linear-gradient(90deg,#c8c9c5 25%,#f8f9f5,#c8c9c5 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite}.summary-card__body{display:flex;flex-direction:column;gap:2px;flex:1}.summary-card__value{font-size:20px;font-weight:700;color:#0d1b2a;line-height:1}.summary-card__label{font-size:12px;color:#778da9}.skeleton-line{border-radius:4px;background:linear-gradient(90deg,#c8c9c5 25%,#f8f9f5,#c8c9c5 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite}.skeleton-line--value{height:20px;width:60%}.skeleton-line--label{height:12px;width:80%;margin-top:2px}.page-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#e0e1dd}.error-boundary{background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 32px;margin:32px auto;max-width:480px;gap:16px}.error-boundary__icon{color:#9e4770}.error-boundary__title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#0d1b2a;font-size:20px;margin:0}.error-boundary__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#778da9;font-size:14px;line-height:1.6;margin:0}.error-boundary__reset{display:inline-flex;align-items:center;gap:8px;padding:8px 32px;background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#1b263b;transition:box-shadow .15s ease;margin-top:4px}.error-boundary__reset:hover{box-shadow:6px 6px 12px #c8c9c5,-6px -6px 12px #f8f9f5}.error-boundary__reset:focus-visible{outline:2px solid #9e4770;outline-offset:2px}.error-boundary__reset:active{background:#e0e1dd;border-radius:8px;box-shadow:inset 2px 2px 4px #c8c9c5,inset -2px -2px 4px #f8f9f5}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#e0e1dd;border-bottom:1px solid #778da9;box-shadow:0 2px 8px #0000000d;margin-bottom:32px}.header-left{display:flex;align-items:center;gap:64px}.header-logo{font-size:24px;font-weight:700;color:#0d1b2a;text-decoration:none}.header-logo:hover{color:#9e4770}.header-nav{display:flex;gap:16px}.nav-link{padding:8px 16px;color:#415a77;text-decoration:none;border-radius:8px;font-weight:500;transition:all .15s ease}.nav-link:hover{color:#0d1b2a;background:#0000000d}.nav-link.active{color:#9e4770;background:#9e47701a}.header-right{display:flex;align-items:center;gap:16px}.header-email{color:#778da9;font-size:14px}@media(max-width:768px){.header{flex-direction:column;gap:16px}.header-left{flex-direction:column;gap:8px}.header-email{display:none}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#e0e1dd}.not-found-content{text-align:center;background:#e0e1dd;border-radius:16px;box-shadow:8px 8px 16px #c8c9c5,-8px -8px 16px #f8f9f5;padding:64px}.not-found-content h1{font-size:6rem;font-weight:700;color:#9e4770;margin:0;line-height:1}.not-found-content p{font-size:24px;color:#0d1b2a;margin:16px 0}.not-found-content .not-found-hint{font-size:16px;color:#778da9;margin-bottom:32px}@keyframes toast-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-container{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:380px;width:calc(100vw - 64px)}@media(max-width:480px){.toast-container{right:16px;bottom:16px;width:calc(100vw - 32px)}}.toast{background:#e0e1dd;border-radius:8px;box-shadow:4px 4px 8px #c8c9c5,-4px -4px 8px #f8f9f5;display:flex;align-items:center;gap:8px;padding:8px 16px;pointer-events:all;animation:toast-in .2s ease forwards}.toast--error{border-left:3px solid #9e4770}.toast--error .toast__icon{color:#9e4770}.toast--success{border-left:3px solid #4caf82}.toast--success .toast__icon{color:#4caf82}.toast--info{border-left:3px solid #415a77}.toast--info .toast__icon{color:#415a77}.toast__icon{flex-shrink:0;display:flex;align-items:center}.toast__message{flex:1;font-size:14px;color:#0d1b2a;line-height:1.4}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#778da9;padding:2px;border-radius:8px;transition:color .15s ease}.toast__close:hover{color:#0d1b2a}.toast__close:focus-visible{outline:2px solid #9e4770;outline-offset:1px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#e0e1dd;color:#0d1b2a;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#415a77;text-decoration:none;transition:color .15s ease}a:hover{color:#9e4770}a:focus-visible{outline:2px solid #9e4770;outline-offset:2px;border-radius:2px}button{cursor:pointer;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}:focus{outline:none}:focus-visible{outline:2px solid #9e4770;outline-offset:2px}input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px}.skip-link{position:absolute;top:-999px;left:16px;padding:8px 16px;background:#1b263b;color:#e0e1dd;font-size:14px;font-weight:600;border-radius:8px;z-index:10000;text-decoration:none}.skip-link:focus{top:16px;outline:2px solid #9e4770;outline-offset:2px}#root,main{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
