@charset "UTF-8";:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-float-left{float:left!important}.ion-float-right{float:right!important}.ion-float-start{float:left!important}:host-context([dir=rtl]) .ion-float-start{float:right!important}[dir=rtl] .ion-float-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right!important}}.ion-float-end{float:right!important}:host-context([dir=rtl]) .ion-float-end{float:left!important}[dir=rtl] .ion-float-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left!important}}@media (min-width: 576px){.ion-float-sm-left{float:left!important}.ion-float-sm-right{float:right!important}.ion-float-sm-start{float:left!important}:host-context([dir=rtl]) .ion-float-sm-start{float:right!important}[dir=rtl] .ion-float-sm-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right!important}}.ion-float-sm-end{float:right!important}:host-context([dir=rtl]) .ion-float-sm-end{float:left!important}[dir=rtl] .ion-float-sm-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left!important}}}@media (min-width: 768px){.ion-float-md-left{float:left!important}.ion-float-md-right{float:right!important}.ion-float-md-start{float:left!important}:host-context([dir=rtl]) .ion-float-md-start{float:right!important}[dir=rtl] .ion-float-md-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right!important}}.ion-float-md-end{float:right!important}:host-context([dir=rtl]) .ion-float-md-end{float:left!important}[dir=rtl] .ion-float-md-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left!important}}}@media (min-width: 992px){.ion-float-lg-left{float:left!important}.ion-float-lg-right{float:right!important}.ion-float-lg-start{float:left!important}:host-context([dir=rtl]) .ion-float-lg-start{float:right!important}[dir=rtl] .ion-float-lg-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right!important}}.ion-float-lg-end{float:right!important}:host-context([dir=rtl]) .ion-float-lg-end{float:left!important}[dir=rtl] .ion-float-lg-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left!important}}}@media (min-width: 1200px){.ion-float-xl-left{float:left!important}.ion-float-xl-right{float:right!important}.ion-float-xl-start{float:left!important}:host-context([dir=rtl]) .ion-float-xl-start{float:right!important}[dir=rtl] .ion-float-xl-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right!important}}.ion-float-xl-end{float:right!important}:host-context([dir=rtl]) .ion-float-xl-end{float:left!important}[dir=rtl] .ion-float-xl-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left!important}}}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media (min-width: 576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media (min-width: 768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media (min-width: 992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media (min-width: 1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}.ion-text-uppercase{text-transform:uppercase!important}.ion-text-lowercase{text-transform:lowercase!important}.ion-text-capitalize{text-transform:capitalize!important}@media (min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase!important}.ion-text-sm-lowercase{text-transform:lowercase!important}.ion-text-sm-capitalize{text-transform:capitalize!important}}@media (min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase!important}.ion-text-md-lowercase{text-transform:lowercase!important}.ion-text-md-capitalize{text-transform:capitalize!important}}@media (min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase!important}.ion-text-lg-lowercase{text-transform:lowercase!important}.ion-text-lg-capitalize{text-transform:capitalize!important}}@media (min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase!important}.ion-text-xl-lowercase{text-transform:lowercase!important}.ion-text-xl-capitalize{text-transform:capitalize!important}}.ion-align-self-start{align-self:flex-start!important}.ion-align-self-end{align-self:flex-end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-evenly{justify-content:space-evenly!important}.ion-align-items-start{align-items:flex-start!important}.ion-align-items-center{align-items:center!important}.ion-align-items-end{align-items:flex-end!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}.ion-hide,.ion-hide-up,.ion-hide-down{display:none!important}@media (min-width: 576px){.ion-hide-sm-up{display:none!important}}@media (max-width: 575.98px){.ion-hide-sm-down{display:none!important}}@media (min-width: 768px){.ion-hide-md-up{display:none!important}}@media (max-width: 767.98px){.ion-hide-md-down{display:none!important}}@media (min-width: 992px){.ion-hide-lg-up{display:none!important}}@media (max-width: 991.98px){.ion-hide-lg-down{display:none!important}}@media (min-width: 1200px){.ion-hide-xl-up{display:none!important}}@media (max-width: 1199.98px){.ion-hide-xl-down{display:none!important}}:root{--default-font: "SF-Pro-Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ripple-color: #e5e5e5;--ion-background-color: #f6f6f7;--ion-item-border-color: #e5e5e5;--ion-color-primary: #9333EA;--ion-color-primary-rgb: 147, 51, 234;--ion-color-primary-contrast: #ffffff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #7c2bd4;--ion-color-primary-tint: #a855f7;--ion-tab-bar-background: #ffffff;--ion-tab-bar-color-selected: #9333EA;--ion-tab-bar-color: #637381;--ion-toolbar-background: #ffffff;--ion-toolbar-border-color: #e5e5e5;--ion-tab-bar-border-color: #e5e5e5;--ion-toolbar-color: #202223;--brand-purple: #9333EA;--brand-blue: #3B82F6;--brand-purple-light: rgba(147, 51, 234, .1);--brand-blue-light: rgba(59, 130, 246, .1);--brand-gradient: linear-gradient(135deg, #9333EA 0%, #3B82F6 100%);--brand-text-primary: #202223;--brand-text-secondary: #6d7175;--brand-border: #e1e3e5;--brand-surface: #ffffff;--brand-background: #f6f6f7;--brand-primary: #2563EB;--brand-secondary: #3B82F6;--brand-cta: #F97316;--brand-bg: #F8FAFC;--brand-text: #1E293B;--brand-text-sec: #64748B;--brand-border-color: #E2E8F0;--brand-surface-color: #FFFFFF;--primary-color: #9333EA;--primary-light: rgba(147, 51, 234, .1);--text-primary: #202223;--text-secondary: #6d7175;--border-color: #e1e3e5;--status-done: #10B981;--status-failed: #EF4444;--status-in-progress: #3B82F6;--status-in-review: #8B5CF6;--status-backlog: #6B7280;--score-high: #10B981;--score-medium: #F59E0B;--score-low: #EF4444;--ion-color-secondary: #3dc2ff;--ion-color-secondary-rgb: 61, 194, 255;--ion-color-secondary-contrast: #ffffff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #36abe0;--ion-color-secondary-tint: #50c8ff;--ion-color-tertiary: #5260ff;--ion-color-tertiary-rgb: 82, 96, 255;--ion-color-tertiary-contrast: #ffffff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #4854e0;--ion-color-tertiary-tint: #6370ff;--ion-color-success: #2dd36f;--ion-color-success-rgb: 45, 211, 111;--ion-color-success-contrast: #ffffff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #28ba62;--ion-color-success-tint: #42d77d;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #eb445a;--ion-color-danger-rgb: 235, 68, 90;--ion-color-danger-contrast: #ffffff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #cf3c4f;--ion-color-danger-tint: #ed576b;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #ffffff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e;--ion-color-medium: #92949c;--ion-color-medium-rgb: 146, 148, 156;--ion-color-medium-contrast: #ffffff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #808289;--ion-color-medium-tint: #9d9fa6;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9}:root{--loader-color-1: #667eea;--loader-color-2: #764ba2;--loader-color-3: #f093fb;--colored-bg: linear-gradient(135deg, #667eea, #764ba2, #f093fb);--light-colored-bg: linear-gradient( 135deg, rgba(102, 126, 234, .5), rgba(118, 75, 162, .5), rgba(240, 147, 251, .5) );--super-light-colored-bg: linear-gradient( 135deg, rgba(102, 126, 234, .1), rgba(118, 75, 162, .1), rgba(240, 147, 251, .1) );--card-bg-1: linear-gradient(135deg, #12c2e9 0%, #8a5eef 50%, #f64f99 100%);--card-bg-2: linear-gradient(135deg, #12e9d0 0%, #c471ed 50%, #f67f4f 100%);--card-bg-3: linear-gradient(135deg, #4f9cf6 0%, #a34fed 50%, #f64f59 100%);--background-color: #f7f7f7;--default-text-color: #000000;--light-text-color: #ffffff;--card-background-color: #ffffff;--button-text-color: #ffffff;--grey-background-color: #e3e3e3}:root .golden-view{--loader-color-1: #ffd585;--loader-color-2: #ffd585;--loader-color-3: #ffd585;--colored-bg: linear-gradient(135deg, #ffd585, #ffd585, #ffd585);--light-colored-bg: linear-gradient( 135deg, rgba(255, 213, 133, .5), rgba(255, 213, 109, .5), rgba(255, 213, 133, .5) );--super-light-colored-bg: linear-gradient( 135deg, rgba(255, 213, 133, .1), rgba(255, 213, 109, .1), rgba(255, 213, 133, .1) );--card-bg-1: linear-gradient(135deg, #12c2e9 0%, #8a5eef 50%, #f64f99 100%);--card-bg-2: linear-gradient(135deg, #12e9d0 0%, #c471ed 50%, #f67f4f 100%);--card-bg-3: linear-gradient(135deg, #4f9cf6 0%, #a34fed 50%, #f64f59 100%);--background-color: black;--default-text-color: #ffffff;--card-background-color: #1f1d19;--grey-background-color: #42403d;--light-text-color: black;--button-text-color: #000000}:root{--list-background-color: #ffffff;--list-background-hover-color: #e7e5e4;--list-border-color: #e7e5e4;--list-hover-border-color: #d7d3d0;--list-selected-border-color: linear-gradient(#fff, #fff) padding-box, var(--light-colored-bg) border-box !important;--list-primary-icon-color: #44403c;--list-supporting-icon-color: #79716b;--shadow: 0px 4px 8px 4px rgba(0, 0, 0, .05);--shadow-small: 0px 2px 4px 0px rgba(0, 0, 0, .05);--transition: all .15s cubic-bezier(.4, 0, .2, 1)}.icon-btn-borderless{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:8px;min-width:40px;min-height:40px;transition:background .2s,color .2s}.icon-btn-borderless:hover{background:#f3f4f6;color:#1a1a1a}.icon-btn-borderless:active{background:#e5e7eb}.icon-btn-borderless ion-icon{font-size:20px}.fade-in-up{opacity:0;animation:fadeInUp .5s ease forwards;transform:translateZ(0)}.fade-in-left{opacity:0;animation:fadeInLeft .5s ease forwards;transform:translateZ(0)}.fade-in-right{opacity:0;animation:fadeInRight .5s ease forwards;transform:translateZ(0)}.fade-out-left{opacity:1;animation:fadeOutLeft .5s ease forwards;transform:translateZ(0)}.fade-in-down{opacity:0;animation:fadeInDown .5s ease forwards;transform:translateZ(0)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}.delay-11{animation-delay:1.1s}.delay-12{animation-delay:1.2s}.delay-13{animation-delay:1.3s}.delay-14{animation-delay:1.4s}.delay-15{animation-delay:1.5s}.delay-16{animation-delay:1.6s}.delay-17{animation-delay:1.7s}.delay-18{animation-delay:1.8s}.delay-19{animation-delay:1.9s}.delay-20{animation-delay:2s}.delay-21{animation-delay:2.1s}.delay-22{animation-delay:2.2s}.delay-23{animation-delay:2.3s}.delay-24{animation-delay:2.4s}.delay-25{animation-delay:2.5s}.delay-26{animation-delay:2.6s}.delay-27{animation-delay:2.7s}.delay-28{animation-delay:2.8s}.delay-29{animation-delay:2.9s}.delay-30{animation-delay:3s}@keyframes lightningEffect{0%{transform:scale(.98);box-shadow:0 0 0 4px rgba(99,102,241,.1)}30%{transform:scale(1.04);box-shadow:0 0 20px rgba(99,102,241,.4)}60%{box-shadow:0 0 10px rgba(99,102,241,.2)}to{transform:scale(1);box-shadow:0 0 0 4px rgba(99,102,241,.1)}}@keyframes popoverGrow{0%{opacity:0;transform:scaleY(0)}80%{transform:scaleY(1.1)}to{opacity:1;transform:scaleY(1)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes zoom-in-zoom-out{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes expandHeight{0%{max-height:0}to{max-height:100px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);scale:.9}to{opacity:1;transform:translateY(0);scale:1}}@keyframes gradient{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:50% 50%}to{background-position:0% 50%}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-out-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}.fade-out-up{animation-name:fade-out-up;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:ease-out}.typing-cursor{animation:blink .7s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes whiteLightningEffect{0%{box-shadow:0 0 rgba(255,255,255,.4)}30%{box-shadow:0 0 0 6px rgba(255,255,255,.4)}60%{box-shadow:0 0 rgba(255,255,255,.4)}to{transform:scale(1);box-shadow:0 0 rgba(255,255,255,.4)}}.flex-gap-1{gap:1px}.flex-gap-2{gap:2px}.flex-gap-3{gap:3px}.flex-gap-4{gap:4px}.flex-gap-5{gap:5px}.flex-gap-10{gap:10px}.flex-gap-15{gap:15px}.flex-gap-20{gap:20px}.flex-gap-30{gap:30px}.flex-gap-40{gap:40px}.flex-gap-60{gap:60px}.flex{display:flex}.flex-column{flex-direction:column}.flex-shrink-0{flex-shrink:0}.align-items,.align-center{align-items:center}.align-end{align-items:flex-end}.flex-center{justify-content:center!important}.flex-end{justify-content:flex-end}.iframe::part(background){background:#26282a!important}.text-center{text-align:center}.text-left{text-align:left}.text-end{text-align:end}.text-right{text-align:right}.flex-row{flex-direction:row}@media (max-width: 768px){.flex-row{flex-direction:column}}.space-between{justify-content:space-between}@media (max-width: 768px){.space-between{flex-direction:column;gap:12px}}.flex-wrap{flex-wrap:wrap}.m-0-auto{margin:0 auto}.global-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);--color: white}.global-spinner .spinner-crescent{width:50px!important;height:50px!important}.spinner{--color: white}.container{padding:20px}@media only screen and (max-device-width: 480px){.container{padding:10px}}.overflow-scroll{overflow:scroll}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.ion-padding{background:var(--ion-color-dark)}.circular-button{padding:40px;position:fixed;right:50px;bottom:50px}.clickable{cursor:pointer}.desktop-mode{max-width:700px;margin:auto}.transform-vertically{transform:rotateY(-180deg)}.hidden{display:none}.overflow-dots{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid{display:grid}.grid-columns-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1200px){.grid-columns-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-columns-3{grid-template-columns:1fr}}.grid-columns-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1200px){.grid-columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-columns-4{grid-template-columns:1fr}}.z-index-100{z-index:100}.pointer-events-auto{pointer-events:all}.pointer-events-none{pointer-events:none}:root{--spacing-1: 2px;--spacing-2: 3px;--spacing-3: 5px;--spacing-4: 6px;--spacing-5: 10px;--spacing-6: 12px;--spacing-7: 15px;--spacing-8: 20px;--spacing-9: 30px;--spacing-10: 40px;--spacing-11: 50px;--spacing-12: 60px;--spacing-13: 70px;--spacing-14: 80px;--spacing-15: 100px;--spacing-16: 110px;--spacing-17: 120px;--spacing-18: 160px;--spacing-19: 350px}.m-0{margin:0}.m-t-0{margin-top:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-r-0{margin-right:0}.m-2{margin:2px}.m-t-2{margin-top:2px}.m-b-2{margin-bottom:2px}.m-l-2{margin-left:2px}.m-r-2{margin-right:2px}.m-3{margin:3px}.m-t-3{margin-top:3px}.m-b-3{margin-bottom:3px}.m-l-3{margin-left:3px}.m-r-3{margin-right:3px}.m-5{margin:5px}.m-t-5{margin-top:5px}.m-b-5{margin-bottom:5px}.m-l-5{margin-left:5px}.m-r-5{margin-right:5px}.m-10{margin:10px}.m-t-10{margin-top:10px}.m-b-10{margin-bottom:10px}.m-l-10{margin-left:10px}.m-r-10{margin-right:10px}.m-15{margin:15px}.m-t-15{margin-top:15px}.m-b-15{margin-bottom:15px}.m-l-15{margin-left:15px}.m-r-15{margin-right:15px}.m-20{margin:20px}.m-t-20{margin-top:20px}.m-b-20{margin-bottom:20px}.m-l-20{margin-left:20px}.m-r-20{margin-right:20px}.m-25{margin:25px}.m-t-25{margin-top:25px}.m-b-25{margin-bottom:25px}.m-l-25{margin-left:25px}.m-r-25{margin-right:25px}.m-30{margin:30px}.m-t-30{margin-top:30px}.m-b-30{margin-bottom:30px}.m-l-30{margin-left:30px}.m-r-30{margin-right:30px}.m-40{margin:40px}.m-t-40{margin-top:40px}.m-b-40{margin-bottom:40px}.m-l-40{margin-left:40px}.m-r-40{margin-right:40px}.m-50{margin:50px}.m-t-50{margin-top:50px}.m-b-50{margin-bottom:50px}.m-l-50{margin-left:50px}.m-r-50{margin-right:50px}.m-60{margin:60px}.m-t-60{margin-top:60px}.m-b-60{margin-bottom:60px}.m-l-60{margin-left:60px}.m-r-60{margin-right:60px}.m-75{margin:75px}.m-t-75{margin-top:75px}.m-b-75{margin-bottom:75px}.m-l-75{margin-left:75px}.m-r-75{margin-right:75px}.m-80{margin:80px}.m-t-80{margin-top:80px}.m-b-80{margin-bottom:80px}.m-l-80{margin-left:80px}.m-r-80{margin-right:80px}.m-90{margin:90px}.m-t-90{margin-top:90px}.m-b-90{margin-bottom:90px}.m-l-90{margin-left:90px}.m-r-90{margin-right:90px}.m-100{margin:100px}.m-t-100{margin-top:100px}.m-b-100{margin-bottom:100px}.m-l-100{margin-left:100px}.m-r-100{margin-right:100px}.m-120{margin:120px}.m-t-120{margin-top:120px}.m-b-120{margin-bottom:120px}.m-l-120{margin-left:120px}.m-r-120{margin-right:120px}.m-130{margin:130px}.m-t-130{margin-top:130px}.m-b-130{margin-bottom:130px}.m-l-130{margin-left:130px}.m-r-130{margin-right:130px}.m-140{margin:140px}.m-t-140{margin-top:140px}.m-b-140{margin-bottom:140px}.m-l-140{margin-left:140px}.m-r-140{margin-right:140px}.m-150{margin:150px}.m-t-150{margin-top:150px}.m-b-150{margin-bottom:150px}.m-l-150{margin-left:150px}.m-r-150{margin-right:150px}.m-160{margin:160px}.m-t-160{margin-top:160px}.m-b-160{margin-bottom:160px}.m-l-160{margin-left:160px}.m-r-160{margin-right:160px}.m-200{margin:200px}.m-t-200{margin-top:200px}.m-b-200{margin-bottom:200px}.m-l-200{margin-left:200px}.m-r-200{margin-right:200px}.m-350{margin:350px}.m-t-350{margin-top:350px}.m-b-350{margin-bottom:350px}.m-l-350{margin-left:350px}.m-r-350{margin-right:350px}.m-b--10{margin-bottom:-10px}.m-b--50{margin-bottom:-50px}.p-0{padding:0!important}.p-t-0{padding-top:0!important}.p-b-0{padding-bottom:0!important}.p-l-0{padding-left:0}.p-r-0{padding-right:0!important}.p-2{padding:2px!important}.p-t-2{padding-top:2px!important}.p-b-2{padding-bottom:2px!important}.p-l-2{padding-left:2px}.p-r-2{padding-right:2px!important}.p-3{padding:3px!important}.p-t-3{padding-top:3px!important}.p-b-3{padding-bottom:3px!important}.p-l-3{padding-left:3px}.p-r-3{padding-right:3px!important}.p-5{padding:5px!important}.p-t-5{padding-top:5px!important}.p-b-5{padding-bottom:5px!important}.p-l-5{padding-left:5px}.p-r-5{padding-right:5px!important}.p-6{padding:6px!important}.p-t-6{padding-top:6px!important}.p-b-6{padding-bottom:6px!important}.p-l-6{padding-left:6px}.p-r-6{padding-right:6px!important}.p-10{padding:10px!important}.p-t-10{padding-top:10px!important}.p-b-10{padding-bottom:10px!important}.p-l-10{padding-left:10px}.p-r-10{padding-right:10px!important}.p-12{padding:12px!important}.p-t-12{padding-top:12px!important}.p-b-12{padding-bottom:12px!important}.p-l-12{padding-left:12px}.p-r-12{padding-right:12px!important}.p-14{padding:14px!important}.p-t-14{padding-top:14px!important}.p-b-14{padding-bottom:14px!important}.p-l-14{padding-left:14px}.p-r-14{padding-right:14px!important}.p-15{padding:15px!important}.p-t-15{padding-top:15px!important}.p-b-15{padding-bottom:15px!important}.p-l-15{padding-left:15px}.p-r-15{padding-right:15px!important}.p-20{padding:20px!important}@media (max-width: 768px){.p-20{padding:12px!important}}.p-t-20{padding-top:20px!important}@media (max-width: 768px){.p-t-20{padding-top:12px!important}}.p-b-20{padding-bottom:20px!important}@media (max-width: 768px){.p-b-20{padding-bottom:12px!important}}.p-l-20{padding-left:20px}@media (max-width: 768px){.p-l-20{padding-left:12px}}.p-r-20{padding-right:20px!important}@media (max-width: 768px){.p-r-20{padding-right:12px!important}}.p-30{padding:30px!important}@media (max-width: 768px){.p-30{padding:18px!important}}.p-t-30{padding-top:30px!important}@media (max-width: 768px){.p-t-30{padding-top:18px!important}}.p-b-30{padding-bottom:30px!important}@media (max-width: 768px){.p-b-30{padding-bottom:18px!important}}.p-l-30{padding-left:30px}@media (max-width: 768px){.p-l-30{padding-left:18px}}.p-r-30{padding-right:30px!important}@media (max-width: 768px){.p-r-30{padding-right:18px!important}}.p-40{padding:40px!important}@media (max-width: 768px){.p-40{padding:24px!important}}.p-t-40{padding-top:40px!important}@media (max-width: 768px){.p-t-40{padding-top:24px!important}}.p-b-40{padding-bottom:40px!important}@media (max-width: 768px){.p-b-40{padding-bottom:24px!important}}.p-l-40{padding-left:40px}@media (max-width: 768px){.p-l-40{padding-left:24px}}.p-r-40{padding-right:40px!important}@media (max-width: 768px){.p-r-40{padding-right:24px!important}}.p-50{padding:50px!important}@media (max-width: 768px){.p-50{padding:30px!important}}.p-t-50{padding-top:50px!important}@media (max-width: 768px){.p-t-50{padding-top:30px!important}}.p-b-50{padding-bottom:50px!important}@media (max-width: 768px){.p-b-50{padding-bottom:30px!important}}.p-l-50{padding-left:50px}@media (max-width: 768px){.p-l-50{padding-left:30px}}.p-r-50{padding-right:50px!important}@media (max-width: 768px){.p-r-50{padding-right:30px!important}}.p-60{padding:60px!important}@media (max-width: 768px){.p-60{padding:36px!important}}.p-t-60{padding-top:60px!important}@media (max-width: 768px){.p-t-60{padding-top:36px!important}}.p-b-60{padding-bottom:60px!important}@media (max-width: 768px){.p-b-60{padding-bottom:36px!important}}.p-l-60{padding-left:60px}@media (max-width: 768px){.p-l-60{padding-left:36px}}.p-r-60{padding-right:60px!important}@media (max-width: 768px){.p-r-60{padding-right:36px!important}}.p-65{padding:65px!important}@media (max-width: 768px){.p-65{padding:39px!important}}.p-t-65{padding-top:65px!important}@media (max-width: 768px){.p-t-65{padding-top:39px!important}}.p-b-65{padding-bottom:65px!important}@media (max-width: 768px){.p-b-65{padding-bottom:39px!important}}.p-l-65{padding-left:65px}@media (max-width: 768px){.p-l-65{padding-left:39px}}.p-r-65{padding-right:65px!important}@media (max-width: 768px){.p-r-65{padding-right:39px!important}}.p-70{padding:70px!important}@media (max-width: 768px){.p-70{padding:42px!important}}.p-t-70{padding-top:70px!important}@media (max-width: 768px){.p-t-70{padding-top:42px!important}}.p-b-70{padding-bottom:70px!important}@media (max-width: 768px){.p-b-70{padding-bottom:42px!important}}.p-l-70{padding-left:70px}@media (max-width: 768px){.p-l-70{padding-left:42px}}.p-r-70{padding-right:70px!important}@media (max-width: 768px){.p-r-70{padding-right:42px!important}}.p-80{padding:80px!important}@media (max-width: 768px){.p-80{padding:48px!important}}.p-t-80{padding-top:80px!important}@media (max-width: 768px){.p-t-80{padding-top:48px!important}}.p-b-80{padding-bottom:80px!important}@media (max-width: 768px){.p-b-80{padding-bottom:48px!important}}.p-l-80{padding-left:80px}@media (max-width: 768px){.p-l-80{padding-left:48px}}.p-r-80{padding-right:80px!important}@media (max-width: 768px){.p-r-80{padding-right:48px!important}}.p-100{padding:100px!important}@media (max-width: 768px){.p-100{padding:60px!important}}.p-t-100{padding-top:100px!important}@media (max-width: 768px){.p-t-100{padding-top:60px!important}}.p-b-100{padding-bottom:100px!important}@media (max-width: 768px){.p-b-100{padding-bottom:60px!important}}.p-l-100{padding-left:100px}@media (max-width: 768px){.p-l-100{padding-left:60px}}.p-r-100{padding-right:100px!important}@media (max-width: 768px){.p-r-100{padding-right:60px!important}}.p-110{padding:110px!important}@media (max-width: 768px){.p-110{padding:66px!important}}.p-t-110{padding-top:110px!important}@media (max-width: 768px){.p-t-110{padding-top:66px!important}}.p-b-110{padding-bottom:110px!important}@media (max-width: 768px){.p-b-110{padding-bottom:66px!important}}.p-l-110{padding-left:110px}@media (max-width: 768px){.p-l-110{padding-left:66px}}.p-r-110{padding-right:110px!important}@media (max-width: 768px){.p-r-110{padding-right:66px!important}}.p-160{padding:160px!important}@media (max-width: 768px){.p-160{padding:96px!important}}.p-t-160{padding-top:160px!important}@media (max-width: 768px){.p-t-160{padding-top:96px!important}}.p-b-160{padding-bottom:160px!important}@media (max-width: 768px){.p-b-160{padding-bottom:96px!important}}.p-l-160{padding-left:160px}@media (max-width: 768px){.p-l-160{padding-left:96px}}.p-r-160{padding-right:160px!important}@media (max-width: 768px){.p-r-160{padding-right:96px!important}}.p-200{padding:200px!important}@media (max-width: 768px){.p-200{padding:120px!important}}.p-t-200{padding-top:200px!important}@media (max-width: 768px){.p-t-200{padding-top:120px!important}}.p-b-200{padding-bottom:200px!important}@media (max-width: 768px){.p-b-200{padding-bottom:120px!important}}.p-l-200{padding-left:200px}@media (max-width: 768px){.p-l-200{padding-left:120px}}.p-r-200{padding-right:200px!important}@media (max-width: 768px){.p-r-200{padding-right:120px!important}}.p-0-20{padding:0 20px}@media (max-width: 768px){.p-0-20{padding:0 12px}}.m-auto{margin:auto}.right-45{right:45px}.width-40-per-cent{width:40%}.margin-safe-top{margin-top:var(--ion-safe-area-top, 0)}.no-real-header{padding-top:var(--ion-safe-area-top, 0)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-10{z-index:10}.z-index-2000{z-index:2000}.z-index-2001{z-index:2001}.top--40{top:-40px}.top--34{top:-34px}.top--30{top:-30px}.top--25{top:-25px}.top--20{top:-20px}.top--15{top:-15px}.top--13{top:-13px}.top--10{top:-10px}.top--5{top:-5px}.top-0{top:0}.top-2{top:2px}.top-5{top:5px}.top-6{top:6px}.top-10{top:10px}.top-15{top:15px}.top-16{top:16px}.top-20{top:20px}.top-25{top:25px}.top-30{top:30px}.top-40{top:40px}.top-50{top:50px}.top-65{top:65px}.top-75{top:75px}.top-100{top:100px}.top-30per{top:30%}.right--30{right:-30px}.right--15{right:-15px}.right--10{right:-10px}.right-0{right:0}.right-2{right:2px}.right-5{right:5px}.right-10{right:10px}.right-20{right:20px}.right-30{right:30px}.right-50{right:50px}.right-60{right:60px}.right-100{right:100px}.bottom--50{bottom:-50px}.bottom--30{bottom:-30px}.bottom--20{bottom:-20px}.bottom--5{bottom:-5px}.bottom-0{bottom:0}.bottom-10{bottom:10px}.bottom-20{bottom:20px}.bottom-30{bottom:30px}.bottom-40{bottom:40px}.bottom-50{bottom:50px}.bottom-60{bottom:60px}.bottom-70{bottom:70px}.bottom-80{bottom:80px}.bottom-100{bottom:100px}.bottom-120{bottom:120px}.bottom-130{bottom:130px}.bottom-140{bottom:140px}.bottom-150{bottom:150px}.left--40{left:-40px}.left--20{left:-20px}.left-0{left:0}.left-5{left:5px}.left-10{left:10px}.left-20{left:20px}.left-30{left:30px}.left-50{left:180px}.left-120{left:120px}.top-20{top:20px!important}.right-50{right:50px!important}.z-index-1000{z-index:1000}.full-height{height:100vh}.full-width{width:100%!important}.full-container-height{height:100%}.safe-full-height{margin-top:calc(var(–-ion-safe-area-top, 0) + 60px);margin-bottom:var(–-ion-safe-area-bottom, 0);height:calc(100vh - var(–-ion-safe-area-top, 0) - var(–-ion-safe-area-bottom, 0) - 60px)}:root{--spacing-unit: 5px}.w-5{width:5px}.h-5{height:5px!important}.w-10{width:10px}.h-10{height:10px!important}.w-15{width:15px}.h-15{height:15px!important}.w-20{width:20px}.h-20{height:20px!important}.h-25{height:25px!important}.w-30{width:30px}.h-30{height:30px!important}.w-35{width:35px}.h-35{height:35px!important}.w-40{width:40px}.h-40{height:40px!important}.w-45{width:45px}.h-45{height:45px!important}.w-50{width:50px}.w-55{width:55px}.h-55{height:55px!important}.w-60{width:60px}.h-60{height:60px!important}.w-65{width:65px}.h-65{height:65px!important}.w-70{width:70px}.h-70{height:70px!important}.w-75{width:75px}.h-75{height:75px!important}.w-80{width:80px}.h-80{height:80px!important}.h-85{height:85px!important}.w-90{width:90px}.h-90{height:90px!important}.w-95{width:95px}.h-95{height:95px!important}.w-100{width:100px}.w-105{width:105px}.h-105{height:105px!important}.w-110{width:110px}.h-110{height:110px!important}.w-115{width:115px}.h-115{height:115px!important}.h-120{height:120px!important}.w-125{width:125px}.h-125{height:125px!important}.w-130{width:130px}.h-130{height:130px!important}.w-135{width:135px}.h-135{height:135px!important}.w-140{width:140px}.h-140{height:140px!important}.w-145{width:145px}.h-145{height:145px!important}.w-150{width:150px}.h-150{height:150px!important}.w-155{width:155px}.h-155{height:155px!important}.w-160{width:160px}.h-160{height:160px!important}.w-165{width:165px}.h-165{height:165px!important}.w-170{width:170px}.h-170{height:170px!important}.w-175{width:175px}.h-175{height:175px!important}.w-180{width:180px}.h-180{height:180px!important}.w-185{width:185px}.h-185{height:185px!important}.h-190{height:190px!important}.w-195{width:195px}.h-195{height:195px!important}.h-200{height:200px!important}.h-12{height:12px}.w-13{width:13px}.w-16{width:16px}.w-24{width:24px}.w-36{width:36px}.w-85{width:85px}.w-120{width:120px}.w-150{width:150px!important}.w-160{width:160px!important}.w-180{width:180px!important}.w-190{width:190px}.w-200{width:200px}.w-250{width:250px}.w-300{width:300px}.w-400{width:400px}.w-450{width:450px}.w-550{width:550px}.w-320{width:320px}.w-860{width:860px}.h-16{height:16px}.h-24{height:24px}.h-27{height:27px}.h-36{height:36px!important}.h-50{height:50px!important}.h-85{height:85px}.h-105{height:105px}.h-110{height:110px}.h-115{height:115px}.h-160{height:160px}.h-200{height:200px}.h-250{height:250px}.h-300{height:300px}.h-400{height:400px}.h-500{height:500px}.h-600{height:600px}.h-700{height:700px}.max-width-70{max-width:70px}.max-width-100{max-width:100px}.max-width-150{max-width:150px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-350{max-width:350px!important}.max-width-380{max-width:380px}.max-width-400{max-width:400px}.min-width-30{min-width:30px}.min-width-50{min-width:50px}.min-width-70{min-width:70px}.min-width-100{min-width:100px}.min-width-160{min-width:160px}.min-width-300{min-width:300px}.min-width-320{min-width:320px}.max-height-30{max-height:30px}.max-height-300{max-height:300px}.auto-width{width:auto!important}.half-width{width:calc(50% - 10px)}.w-150per{width:150%}.width-12rem{width:12rem}.full-width-60{width:calc(100% - 60px)}.full-width-120{width:calc(100% - 120px)}.full-width-175{width:calc(100% - 175px)}.full-width-200{width:calc(100% - 200px)}.full-width-250{width:calc(100% - 250px)}.max-page{max-height:calc(100vh - 160px);max-width:100vw;margin-bottom:65px}.full-page-height{height:calc(100vh - 100px)}.w-1sur3{width:calc(33.333333% - 5px)}.w-33{width:33px}.h-33{height:33px}.full-w-180{width:calc(100% - 180px)}.h-56{height:56px}.w-650{width:650px}.w-25{width:25px}.h-25{height:25px}.size-3{width:3px;height:3px}.w-22{width:22px}.h-22{height:22px}.min-height-80{min-height:80px}.w-100{width:100px!important}.h-100{height:100px!important}.min-w-50{min-width:50px!important}.h-18{height:18px}.h-28{height:28px}.w-18{width:18px}.w-28{width:28px}.size-16{width:16px;height:16px}.w-270{width:270px}.max-width-80pc{max-width:80%}.c-green{color:#198754!important}.bg-light-green{background-color:rgba(25,135,84,.3)!important}.c-red{color:#f14141!important}.bg-light-primary{background-color:#0c3646!important}.bg-super-light-primary{background-color:#fff!important}.bg-light-danger{background-color:rgba(241,65,65,.2)!important}.bg-light-black{background-color:#26282a!important}.bg-primary{background-color:var(--ion-color-primary)!important}.bg-black{background-color:#000!important}.bg-black-transparent{background-color:rgba(0,0,0,.7)}.shadow{box-shadow:0 .375rem .75rem rgba(30,32,34,.2)}.shadow-sm{box-shadow:0 .125rem .25rem rgba(30,32,34,.1)}.shadow-primary{box-shadow:0 0 8px rgba(var(--ion-color-primary-rgb),.2)}.thick-shadow-primary{box-shadow:0 0 16px rgba(var(--ion-color-primary-rgb),1)}.white-shadow{box-shadow:0 0 10px rgba(255,255,255,.3)}.thick-white-shadow{box-shadow:0 0 10px #fff}.c-black{color:#000!important}.bg-white{background:#f7f7f7!important}.bg-grey{background-color:#3d3e40!important}.bg-light-grey-v2,.bg-light-grey-v2-2{background:#f0f0f0}.bg-light-grey{background:#1a1a1a}.c-grey-blacked{color:#666!important}.bg-grey-light{background-color:#9b9b9b!important}.bg-grey-blacked{background-color:#1e2022}.ion-fab{--background: var(--ion-color-primary)}.ion-content-bg-grey{--background: #1e1e1e}.bg-grey-content{background:#1e1e1e}.color-black{color:#000!important}.bg-green{background-color:#198754}.bg-red{background-color:#f14141!important}.c-light-blue{color:var(--ion-color-primary)!important}.c-white{color:#fff!important}.c-primary{color:var(--ion-color-primary)!important}.bg-retro{background:linear-gradient(90deg,#f367b7 0%,#7992df 100%)!important}.bg-retro-attention{background:linear-gradient(90deg,#ff48ae 0%,#27aae2 100%)!important}.bg-retro-reverse{background:linear-gradient(90deg,#7992df 0%,#f367b7 100%)!important}.bg-new-retro-reverse{background:linear-gradient(180deg,#7992df 0%,#f367b7 100%)!important}.shadow-retro{box-shadow:0 0 16px #f367b7}.attention{position:absolute;left:20px;right:20px;border-radius:8px;bottom:8px;z-index:100000;background:linear-gradient(90deg,#ff48ae 0%,#27aae2 100%)!important}.bg-retro-new{background:linear-gradient(90deg,#419b00 0%,#14e8cb 100%)!important}.bg-sire{background:linear-gradient(270deg,#259fdd 0%,#144fbc 100%)}.c-retro{background:-webkit-linear-gradient(270deg,#f367b7 0%,#a6b4e5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-grey{color:#9b9b9b!important}.opacity-70{opacity:.7}.opacity-50{opacity:.5}.c-yellow{color:#ffbe00!important}.bg-yellow{background:#ffbe00}.blend{mix-blend-mode:multiply}.bg-shadow{background:linear-gradient(0deg,#636363 0%,#ffffff 100%)}.bg-linear-gold{background:#1f1d19;box-shadow:0 0 6px #fff}.bg-linear-diagram-gold{background:radial-gradient(ellipse farthest-corner at right bottom,#fedb37 0%,#fdb931 8%,#9f7928 30%,#8a6e2f 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#ffffff 0%,#ffffac 8%,#d1b464 25%,#5d4a1f 62.5%,#5d4a1f 100%)}.c-gold{color:#ffd585!important}.bg-list-gold{background:linear-gradient(180deg,rgb(144,54,248) 0%,rgb(39,170,226) 100%)}.gold-box-bg{background:#1f1d19;box-shadow:0 0 6px #fff}.bg-gold-price{background:#08222d}.c-blue{color:#27aae2!important}.bg-dark-grey{background-color:#1e1e1f}.c-pink{color:#e966a1!important}.c-shock{color:#f367b7!important}.bg-white-transparent-blur{background:rgba(255,255,255,.2);backdrop-filter:blur(2px);height:230px;z-index:100;border-radius:35px}.bg-black-transparent-blur{background:rgba(0,0,0,.7);backdrop-filter:blur(6px);z-index:100;border-radius:35px;box-shadow:2px 2px 16px 4px rgba(0,0,0,.7)}.bg-grey-background{background:var(--grey-background-color)}.bg-card-background{background:var(--card-background-color)}.c-currency{color:var(--loader-color-2)}.transparent-card{background-color:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:all .3s ease}.bg-real-white{background-color:#fff}.c-brand-purple{color:#9333ea!important}.bg-brand-purple{background-color:#9333ea!important}.bg-brand-purple-light{background-color:rgba(147,51,234,.1)!important}.c-brand-blue{color:#3b82f6!important}.bg-brand-blue{background-color:#3b82f6!important}.bg-brand-blue-light{background-color:rgba(59,130,246,.1)!important}.bg-brand-gradient{background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%)!important}.bg-brand-gradient-horizontal{background:linear-gradient(90deg,#9333EA 0%,#3B82F6 100%)!important}.bg-brand-gradient-vertical{background:linear-gradient(180deg,#9333EA 0%,#3B82F6 100%)!important}.c-brand-gradient{background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-brand-purple{box-shadow:0 0 16px rgba(147,51,234,.4)}.shadow-brand-blue{box-shadow:0 0 16px rgba(59,130,246,.4)}.border-brand-purple{border-color:#9333ea!important}.border-brand-blue{border-color:#3b82f6!important}.PhoneInput{background:#25282A;min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;border-radius:8px;border:none;width:100%;font-size:16px;color:#fff;font-family:var(--default-font)}.PhoneInput::placeholder{color:#9f9fa2}.PhoneInput:focus{outline:none}.PhoneInput .PhoneInputCountrySelectArrow{color:#fff;opacity:1}.PhoneInput .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:none!important}.PhoneInput .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#fff!important}.PhoneInput .PhoneInputInput{background:#25282A;border:none}.PhoneInput .PhoneInputInput:focus{outline:none}body.scanner-active{--background: transparent;--ion-background-color: transparent}ion-toggle{--track-background: #000000;--track-background-checked: #27aae2;--handle-width: 20px;--handle-height: 20px}ion-toggle::part(track){border:1px solid white;height:25px;width:40px}ion-checkbox{--border-color: var(--ion-color-primary) }ion-segment{border-radius:8px;--background: #25282A;color:#fff;--ion-background-color: var(--ion-color-primary)}ion-segment ion-segment-button{margin:0}ion-popover::part(content){background:transparent;box-shadow:none}ion-popover.project-card-popover::part(content){background:white;box-shadow:0 4px 20px rgba(0,0,0,.15);border-radius:12px}.swiper-pagination{top:5px!important;z-index:-1!important}.swiper-pagination .swiper-pagination-bullet-active{background:var(--ion-color-primary)}.swiper-pagination .swiper-pagination-bullet{width:40px;height:5px;border-radius:8px}.avatar-container{width:50px;height:50px}.avatar-container .avatar{border:1px solid var(--ion-color-primary);border-radius:50%;width:100%;object-fit:cover}.full-screen-content{--offset-top: -50px !important}.md .title-default{padding:0!important}ion-toast.ion-color-error::part(container){border-radius:8px;background:#eb445a}.highcharts-credits{display:none}.ant-drawer-body{padding:0!important}ion-accordion-group{margin:0!important}.toolbar-black{--ion-toolbar-background: #000000}ion-infinite-scroll-content{min-height:60px!important}ion-popover{--background: #fff}ion-popover::part(content){background:#fff}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:600;font-style:normal}.font-size-18{font-size:18px!important}.font-size-14{font-size:14px!important}.font-size-12{font-size:12px!important}.font-size-10{font-size:10px!important}.font-size-27{font-size:27px!important}.font-size-22{font-size:22px!important}.font-size-20{font-size:20px!important}.font-size-70{font-size:70px!important}.font-size-44{font-size:44px!important}.font-size-53{font-size:53px!important}.l-h-20{line-height:20px!important}.l-h-12{line-height:12px!important}.font-size-40{font-size:40px!important}.light-font{font-weight:300!important}.border-bottom{border-bottom:1px solid #4e4e4e}.border-bottom-white{border-bottom:1px solid #ffffff}.border-bottom-primary{border-bottom:1px solid var(--ion-color-primary)}.thick-border-bottom-primary{border-bottom:2px solid var(--ion-color-primary)}.border-primary{border:1px solid var(--ion-color-primary)!important}.thick-border-primary{border:2px solid var(--ion-color-primary)!important}.border-danger{border:1px solid var(--ion-color-danger)!important}.border-top{border-top:1px solid #333333}.border-left{border-left:1px solid #333333}.border-left-white{border-left:1px solid #fff}.border-white{border:1px solid #fff}.border-grey{border:1px solid #333333}.b-r-6{border-radius:6px}.b-r-14{border-radius:14px}.b-r-18{border-radius:18px}.b-r-l-6{border-bottom-left-radius:6px;border-top-left-radius:6px}.b-r-l-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.b-r-20{border-radius:20px}.b-r-50{border-radius:50%}.b-r-60{border-radius:60px}.b-r-4{border-radius:4px}.b-r-16{border-radius:16px}.b-r-8{border-radius:8px!important}.b-r-30{border-radius:30px!important}.header-border-radius{border-radius:0 0 16px 16px}.toolbar-border-radius{border-radius:16px 16px 0 0;padding-top:0!important}.bold-white-border{border:2px solid #fff}.divider{display:flex;align-items:center;justify-content:center;color:#91989e;text-align:center;font-size:14px;font-family:var(--default-font)}.divider:before{flex-grow:1;border-top:.0625rem solid #2f3235;content:"";margin-right:1.5rem}.divider:after{flex-grow:1;border-top:.0625rem solid #2f3235;content:"";margin-left:1.5rem}.retro-border{border:3px solid #f367b7;box-shadow:0 0 8px #f367b7}.b-r-0{border-radius:0!important}.b-r-24{border-radius:24px!important}.no-border{border:none!important}.vertical-bar{border-left:1px solid #4d4d4d}.border-top-gold{border-top:3px solid #ffd585}.border-bottom-grey{border-bottom:1px solid #e7e7e7}.top-grey-border{border-top:1px solid #e7e7e7}.b-r-40{border-radius:40px!important}.b-r-50px{border-radius:50px!important}.border-pink{border:2px solid #e966a1}.border-grey-v2{border:1px solid #bfbfbf}.border-bottom-grey-v2{border-bottom:1px solid #e7e7e7}.colored-border{box-shadow:0 0 10px rgba(0,0,0,.1);border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--light-colored-bg) border-box!important}.special-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border-radius:24px}.special-thin-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:1px solid transparent;background:linear-gradient(white,white) padding-box,var(--light-colored-bg) border-box;border-radius:24px}.grey-thin-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:1px solid transparent;background:linear-gradient(white,white) padding-box,white border-box;border-radius:24px}.border{border:2px solid #4e4e4e}.rdt_Table{border-radius:4px;overflow:hidden;background-color:#1e2022}.rdt_Table .rdt_TableHeadRow{background:#17181a;color:#fff;font-size:.875rem;font-weight:600;font-family:var(--default-font)}.rdt_Table .rdt_TableRow{background:#1e2022}.rdt_Table .rdt_TableRow:not(:last-of-type){border-bottom:1px solid #2f3235}.rdt_TableCol,.rdt_TableCell{justify-content:center}ion-fab{transform:translateZ(0)}.ant-table,.ant-table .ant-table-cell{background:#1a1a1a!important}.ant-table .ant-table-thead .ant-table-cell{text-align:center;color:#fff;font-family:var(--default-font);font-size:16px;border-bottom:0}.ant-table .ant-table-thead .ant-table-cell:before{display:none}.ant-table .ant-table-thead tr{position:relative}.ant-table .ant-table-thead tr:before{content:" ";background:url(/img/th-line.svg);position:absolute;bottom:0;background-size:cover;background-repeat:no-repeat;width:100%;height:1px;z-index:1;background-position:center}.ant-table .ant-table-tbody .ant-table-row{position:relative}.ant-table .ant-table-tbody .ant-table-row:before{content:" ";background:url(/img/tr-line.svg);position:absolute;bottom:0;background-repeat:no-repeat;background-size:cover;width:100%;height:1px;z-index:1;background-position:center}.ant-table .ant-table-tbody .ant-table-row .ant-table-cell{padding:0!important;background:transparent!important;text-align:center;color:#fff;font-family:var(--default-font);font-size:16px;border-bottom:0}.ant-pagination-item-active{background:black!important;border-color:#000!important}.ant-pagination-item a,.ant-pagination-item-link{color:#fff!important}.ant-pagination-options .ant-select-selector{background:black!important;border-color:#000!important;color:#fff!important}.ant-pagination-options .ant-select-arrow{color:#fff!important}@media only screen and (min-width: 768px) and (min-height: 768px){ion-modal::part(content){--height: 700px;border-radius:16px;transform:none!important}ion-modal ion-toolbar{--background: #1e1e1e}ion-modal ion-content{--background: #1e1e1e}ion-modal ion-footer{background:#1e1e1e}}.smaller-sheet-modal::part(content){background:transparent}.smaller-sheet-modal ion-toolbar{--background: #1e1e1e}.smaller-sheet-modal ion-content{--background: #1e1e1e}.smaller-sheet-modal ion-content::part(background){border-top-left-radius:32px;border-top-right-radius:32px;margin-top:20px}.smaller-sheet-modal ion-content::part(scroll){padding-top:20px}.smaller-sheet-modal ion-footer{background:#1e1e1e}.smaller-sheet-modal.modal-have-header ion-content::part(background){border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}.smaller-sheet-modal.modal-have-header ion-content::part(scroll){padding-top:0!important}.modal-logrocket-fix::part(content){transform:none!important}.retro-modal{--width: fit-content;--min-width: 250px;--height: fit-content;--border-radius: 6px;--box-shadow: 0 28px 48px rgba(0, 0, 0, .4) !important}.size-modal-margin{margin-top:calc(100vh - 300px)}@media only screen and (min-width: 768px) and (min-height: 768px){.size-modal-margin{margin-top:300px;min-height:400px}}.smaller-sheet-modal-v2 .header-ios ion-toolbar{--border-width: 1px !important;--border-color: #e7e7e7 !important}.smaller-sheet-modal-v2{--height:calc(100% - 100px)}.smaller-sheet-modal-v2 .ion-page{justify-content:flex-end!important;contain:content}.smaller-sheet-modal-v2::part(content){background:transparent!important}.smaller-sheet-modal-v2.very-small{--height:calc(100% - 345px)}.smaller-sheet-modal-v2 ion-toolbar{--background: white !important;background:white!important}.smaller-sheet-modal-v2 ion-content{--background: var(--background-color) !important}.smaller-sheet-modal-v2 ion-footer{background:#fff;padding-bottom:10px}.smaller-sheet-modal-v2.modal-have-header ion-content::part(background){border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}.smaller-sheet-modal-v2.modal-have-header ion-content::part(scroll){padding-top:0!important}.header-md{box-shadow:none!important}.header-ios ion-toolbar{--border-width: 0 !important}.footer-md{box-shadow:none!important}ion-footer{bottom:15px}.zoom-in{animation:zoom-in-zoom-out 1s ease;animation-fill-mode:forwards;transform:translateZ(0);opacity:0;animation-delay:1s}.no-delay{animation-delay:0s!important}.expandHeight{animation:expandHeight 1.5s ease-out forwards;transform:translateZ(0);overflow:hidden}.animate{transform:translateZ(0);transition:.3s all ease}.sire-fab ion-fab-button::part(native){background:var(--ion-color-primary);color:#fff!important}.sire-fab ion-fab-button::part(native):after{background:var(--ion-color-primary)}.sire-fab ion-fab-button.fab-button-in-list::part(native){background:#113b4f;box-shadow:0 0 12px rgba(255,255,255,.5)}.sire-fab ion-fab-button.fab-button-in-list::part(native):after{background:#113b4f}.fab-text{position:absolute;left:-79px;top:11px;padding:5px 10px;border-radius:8px;background:#113b4f}.fab-text.barcode-scan{left:-107px}.fab-text.add-by-search{left:-115px}.fab-text.check-in-shipment{left:-162px}.fab-text.scan-tracking-number{left:-160px}.shadow-v2{box-shadow:0 4px 18px 5px rgba(0,0,0,.3)}@media (min-width: 768px){.shadow-v2{box-shadow:0 0 8px 1px rgba(0,0,0,.2)}}.interior-shadow-v2{box-shadow:inset 0 0 44px rgba(255,255,255,.4)}.small-shadow-v2{box-shadow:0 4px 2px rgba(0,0,0,.1)}.small-shadow{box-shadow:0 0 2px rgba(0,0,0,.1)}.line-clamp-1{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;line-clamp:1;overflow:hidden}.line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;line-clamp:2;overflow:hidden}.line-clamp-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;line-clamp:3;overflow:hidden}.line-clamp-4{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;line-clamp:4;overflow:hidden}.line-clamp-5{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box;line-clamp:5;overflow:hidden}.line-clamp-6{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;line-clamp:6;overflow:hidden}.line-clamp-none{-webkit-box-orient:vertical;-webkit-line-clamp:none;display:-webkit-box;line-clamp:none;overflow:hidden}.word-break-all{word-break:break-all}.word-break-word{word-break:break-word}.word-keep-all{word-break:keep-all}.word-normal{word-break:normal}@media (max-width: 768px){ion-icon{color:#374151}ion-content{--background: #f6f6f7 !important}ion-page{background:#f6f6f7!important}.mobile-page-container{padding:16px!important;gap:16px!important;background:#f6f6f7!important}.mobile-title{font-size:17px!important;font-weight:600!important;line-height:1.4;margin-bottom:4px;color:#202223!important}.mobile-stats-grid{gap:12px!important}.mobile-header-actions{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.mobile-header-content{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;width:100%}.mobile-date-range,.mobile-add-button{width:100%}.mobile-add-button button{width:100%;justify-content:center}.card-container{padding:16px!important;border-radius:12px;margin:0;background:#ffffff!important;border:1px solid #e1e3e5;box-shadow:0 1px 3px rgba(0,0,0,.04)}.card-container .m-b-20{margin-bottom:16px!important}.flex-gap-20{gap:12px!important}.full-width{width:100%!important;overflow-x:auto}.ant-table-wrapper{display:none!important}.chart-box,.table-box{width:100%!important;padding:12px!important;background:#ffffff!important;border-radius:12px;border:1px solid #e1e3e5}.chart-container{padding:16px!important;overflow-x:auto}.chart-container .chart-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.chart-container .chart-wrapper>div{min-width:100%;overflow:visible}.chart-container .chart-wrapper>div .apexcharts-legend{overflow-x:auto!important;overflow-y:visible!important;max-height:none!important}.chart-container .chart-wrapper svg{max-width:100%;height:auto}.chart-container .font-size-16{font-size:14px!important;line-height:1.4}.chart-container .font-size-12{font-size:11px!important;line-height:1.4}.chart-container .font-size-14{font-size:12px!important;line-height:1.5}.chart-container .mobile-metrics{gap:12px!important;margin-bottom:8px}.chart-container .mobile-metrics .metric-item{min-width:calc(50% - 6px)!important;flex:1 1 calc(50% - 6px)!important;padding:12px 10px!important;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.apexcharts-canvas,.apexcharts-svg{max-width:100%!important}.apexcharts-legend{padding:16px 0 12px!important;font-size:11px!important;font-weight:500!important;max-width:100%;overflow:visible!important}.apexcharts-legend .apexcharts-legend-series{margin:6px 8px!important;white-space:nowrap}.apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text{font-size:11px!important;font-weight:500!important}.apexcharts-legend.apx-legend-position-bottom{overflow:visible!important;height:auto!important;max-height:none!important}.apexcharts-tooltip{font-size:12px!important;padding:6px 10px!important}.analytics-box{min-height:auto!important;padding:16px!important}.info-box{min-height:80px;padding:16px!important;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.1)}button,.power-primary-button,.ant-btn{min-height:44px;padding:12px 20px!important;font-size:16px!important;touch-action:manipulation}.task-action-btn,.project-card-action-btn,.notification-bell-button,.refresh-button,.filter-scheduled-button,.clean-button,.icon-btn-borderless,.power-icon-button{padding:0!important;font-size:inherit!important}.task-action-btn{min-width:36px!important;min-height:36px!important;width:36px!important;height:36px!important}.notification-bell-button{padding:8px!important}.refresh-button,.filter-scheduled-button,.clean-button{min-width:44px!important;min-height:44px!important}.font-size-20{font-size:18px!important}.font-size-14{font-size:13px!important}.font-size-12{font-size:11px!important}.status-tag{padding:4px 10px!important;font-size:11px!important;white-space:nowrap}.product-info{flex-direction:column;align-items:flex-start;gap:8px}.product-info .product-image{width:50px;height:50px}.client-info{flex-direction:column;align-items:flex-start;gap:4px}.clickable{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;padding:8px;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.power-items-table-search{padding:12px!important}.power-items-table-search input{font-size:16px!important;min-height:44px}.settings-shopify-container{padding:12px!important}.settings-shopify-container .settings-section{margin-bottom:24px}.settings-shopify-container .settings-item{padding:16px!important;min-height:60px;-webkit-tap-highlight-color:rgba(0,0,0,.1)}body,html{overflow-x:hidden;width:100%}ion-content{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0}.ion-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.power-items-list{padding:8px!important}.products-cell .products-images-container{gap:6px}.products-cell .products-images-container .product-image-wrapper{width:40px;height:40px}.products-cell .products-images-container .product-image-wrapper .product-thumbnail{border-radius:4px}.card-container{box-shadow:0 1px 3px rgba(0,0,0,.08)!important}}@media (max-width: 768px) and (max-width: 768px){.flex-gap-5{gap:8px!important}}@media (max-width: 768px) and (max-width: 768px){.flex-gap-10{gap:8px!important}}@media (max-width: 768px) and (max-width: 768px){.flex-gap-15{gap:9px!important}}@media (max-width: 768px) and (max-width: 768px){.flex-gap-20{gap:12px!important}}@media (max-width: 768px) and (max-width: 768px){.flex-gap-30{gap:18px!important}}@media (max-width: 768px){.power-modal .modal-content{padding:16px!important;max-height:90vh;overflow-y:auto}}@media (min-width: 769px) and (max-width: 1024px){.mobile-page-container{padding:16px!important}.mobile-stats-grid{gap:16px!important}}@media (max-width: 480px){.mobile-page-container{padding:80px 10px 120px!important;gap:12px!important}.mobile-title{font-size:16px!important}.mobile-stats-grid{gap:10px!important}.card-container{padding:12px!important}#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary.action-column,#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary:has(.c-blue){justify-content:flex-end;align-items:center;padding:4px 0}#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary.action-column .mobile-card-label-secondary,#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary:has(.c-blue) .mobile-card-label-secondary{display:none}#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary.action-column .mobile-card-value-secondary,#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary:has(.c-blue) .mobile-card-value-secondary{justify-content:flex-end;text-align:right;width:auto;flex:0 0 auto}#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary.action-column .mobile-card-value-secondary .clickable,#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary:has(.c-blue) .mobile-card-value-secondary .clickable{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.05);display:inline-block}#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary.action-column .mobile-card-value-secondary .clickable .c-blue,#CLIENT_REPORT_PAGE .table-box .mobile-table-card .mobile-card-field-secondary:has(.c-blue) .mobile-card-value-secondary .clickable .c-blue{font-size:12px!important;font-weight:400!important}#CLIENT_REPORT_PAGE .table-container .action-column{text-align:right!important}#CLIENT_REPORT_PAGE .table-container .action-column .clickable{display:inline-block;text-align:right}#CLIENT_LIST_PAGE .mobile-table-card .mobile-card-primary .mobile-card-field.mobile-card-title{margin-bottom:8px}#CLIENT_LIST_PAGE .mobile-table-card .mobile-card-primary .mobile-card-field.mobile-card-title .mobile-card-value>div .font-size-14{font-size:18px!important;font-weight:700!important;color:#111827!important;line-height:1.3;margin-bottom:4px;display:block}#CLIENT_LIST_PAGE .mobile-table-card .mobile-card-primary .mobile-card-field.mobile-card-title .mobile-card-value>div .font-size-12{font-size:12px!important;color:#6b7280!important;font-weight:400!important;margin-top:2px;display:block}#CLIENT_LIST_PAGE .mobile-table-card .mobile-card-primary .mobile-card-field.mobile-card-title .mobile-card-value .font-size-14.font-weight-600{font-size:18px!important;font-weight:700!important;color:#111827!important;line-height:1.3}}@media (max-width: 768px){#PROJECT_LIST_PAGE ion-content{--background: #f6f6f7 !important}#PROJECT_LIST_PAGE .project-list-container{padding:16px!important;background:#f6f6f7!important}#PROJECT_LIST_PAGE .project-list-container .project-list-header{padding:0 0 16px;margin-bottom:0;background:transparent}#PROJECT_LIST_PAGE .project-list-container .project-list-header>div:first-child .font-size-20{font-size:20px!important;font-weight:600!important;color:#202223!important}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions{width:100%;flex-wrap:wrap;gap:10px}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .project-search{flex:1;min-width:0;background:#ffffff;border:1px solid #c9cccf;border-radius:8px;padding:10px 12px}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .project-search:focus-within{border-color:#9333ea;box-shadow:0 0 0 2px rgba(147,51,234,.2)}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .project-search input{font-size:16px!important;color:#202223}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .project-search input::placeholder{color:#6d7175}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .refresh-button{background:#ffffff;border:1px solid #c9cccf;width:44px;height:44px}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .refresh-button:active{background:#f1f2f3}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .refresh-button ion-icon{color:#5c5f62}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .power-primary-button{background:#000000!important;border:none!important;border-radius:8px;font-weight:500;padding:12px 16px!important;font-size:14px!important;box-shadow:0 1px rgba(0,0,0,.05)}#PROJECT_LIST_PAGE .project-list-container .project-list-header .project-list-actions .power-primary-button:active{background:#333333!important}#PROJECT_LIST_PAGE .project-list-container .project-grid{gap:12px!important}#TASK_BOARD_PAGE ion-content{--background: #f6f6f7 !important}#TASK_BOARD_PAGE .task-board-container{background:#f6f6f7!important}#TASK_BOARD_PAGE .task-board-container .task-board-header{background:#ffffff;padding:12px 16px;border-bottom:1px solid #e1e3e5;gap:12px}#TASK_BOARD_PAGE .task-board-container .task-board-header .project-selector{flex:1;gap:8px}#TASK_BOARD_PAGE .task-board-container .task-board-header .project-selector .font-size-14{font-size:14px!important;color:#202223!important;white-space:nowrap}#TASK_BOARD_PAGE .task-board-container .task-board-header .project-selector .power-input-select:focus-within{border-color:#000}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions{gap:8px}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions .refresh-button{background:#ffffff;border:1px solid #c9cccf;width:44px;height:44px}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions .refresh-button:active{background:#f1f2f3}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions .power-primary-button{background:#000000!important;border:none!important;border-radius:8px;font-weight:500;padding:10px 14px!important;font-size:14px!important}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions .power-primary-button ion-icon{font-size:18px;margin-right:4px}#TASK_BOARD_PAGE .task-board-container .task-board-header .header-actions .power-primary-button:active{background:#333333!important}#SETTINGS_PAGE ion-content{--background: #f6f6f7 !important}}@media (max-width: 768px){.project-card{background:#ffffff!important;border:1px solid #e1e3e5!important;border-radius:12px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important;padding:16px!important}.project-card:active{background:#f9fafb!important}.project-card .project-card-header .project-card-icon{background:rgba(147,51,234,.08);border:1px solid rgba(147,51,234,.2)}.project-card .project-card-header .project-card-icon ion-icon{color:#9333ea!important}.project-card .project-card-content .project-card-title{color:#202223!important;font-weight:600!important}.project-card .project-card-content .project-card-repos,.project-card .project-card-content .project-card-date{color:#6d7175!important}.kanban-board{background:#f6f6f7!important;padding:16px!important;gap:12px!important}.task-card{background:#ffffff!important;border:1px solid #e1e3e5!important;border-radius:10px!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important}.task-card:active{transform:scale(.98);background:#f9fafb!important}.power-primary-button{background:#000000!important;border:none!important;border-radius:8px!important;font-weight:500!important;transition:background .15s ease}.power-primary-button:hover,.power-primary-button:active{background:#333333!important}.image-header-toolbar,.image-header-content{background:#ffffff!important;border-bottom-color:#e1e3e5!important}.dynamic-page-title{color:#202223!important}}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes rotation{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes floatDot{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-20px) scale(1.2);opacity:.6}}.access-page{display:flex;min-height:100vh;background:#f8fafc}.access-hero{display:none;position:relative;width:50%;background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%);overflow:hidden;padding:60px;flex-direction:column;justify-content:center;align-items:flex-start}@media (min-width: 960px){.access-hero{display:flex}}.access-hero__dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.access-hero__dot{position:absolute;border-radius:50%;background:rgba(255,255,255,.12)}.access-hero__dot:nth-child(1){width:6px;height:6px;top:15%;left:20%;animation:floatDot 4s ease-in-out infinite}.access-hero__dot:nth-child(2){width:8px;height:8px;top:30%;left:70%;animation:floatDot 5s ease-in-out .5s infinite}.access-hero__dot:nth-child(3){width:5px;height:5px;top:55%;left:35%;animation:floatDot 6s ease-in-out 1s infinite}.access-hero__dot:nth-child(4){width:10px;height:10px;top:70%;left:80%;animation:floatDot 4.5s ease-in-out 1.5s infinite}.access-hero__dot:nth-child(5){width:7px;height:7px;top:85%;left:15%;animation:floatDot 5.5s ease-in-out .8s infinite}.access-hero__dot:nth-child(6){width:4px;height:4px;top:10%;left:55%;animation:floatDot 7s ease-in-out 2s infinite}.access-hero__dot:nth-child(7){width:9px;height:9px;top:45%;left:90%;animation:floatDot 4s ease-in-out .3s infinite}.access-hero__dot:nth-child(8){width:6px;height:6px;top:90%;left:60%;animation:floatDot 6s ease-in-out 1.2s infinite}.access-hero__logo{width:72px;height:72px;margin-bottom:32px;animation:fadeInUp .6s ease-out both}.access-hero__logo svg{width:100%;height:100%}.access-hero__tagline{font-size:32px;font-weight:700;color:#fff;margin-bottom:48px;line-height:1.2;animation:fadeInUp .6s ease-out .1s both}.access-hero__props{display:flex;flex-direction:column;gap:28px}.access-hero__prop{display:flex;align-items:flex-start;gap:16px;animation:fadeInUp .6s ease-out both}.access-hero__prop:nth-child(1){animation-delay:.2s}.access-hero__prop:nth-child(2){animation-delay:.35s}.access-hero__prop:nth-child(3){animation-delay:.5s}.access-hero__prop-icon{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.access-hero__prop-icon svg{width:20px;height:20px}.access-hero__prop-text{font-size:16px;color:rgba(255,255,255,.92);line-height:1.5;font-weight:500;padding-top:8px}.access-form-panel{width:100%;display:flex;align-items:center;justify-content:center;padding:32px 20px;min-height:100vh}@media (min-width: 960px){.access-form-panel{width:50%;padding:60px}}.access-form-card{width:100%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.06);padding:40px 32px;animation:fadeInUp .5s ease-out both}@media (max-width: 480px){.access-form-card{padding:32px 20px;box-shadow:0 1px 2px rgba(0,0,0,.04)}}.access-form-card__mobile-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}@media (min-width: 960px){.access-form-card__mobile-brand{display:none}}.access-form-card__mobile-brand img{width:56px;height:56px;margin-bottom:8px}.access-form-card__mobile-brand span{font-size:13px;color:var(--brand-text-sec);font-weight:500}.access-form-card__title{font-size:24px;font-weight:700;color:var(--brand-text, #1e293b);margin-bottom:4px}.access-form-card__subtitle{font-size:14px;color:var(--brand-text-sec, #64748b);margin-bottom:28px}.access-segment{display:flex;background:#f1f5f9;border-radius:10px;padding:4px;margin-bottom:28px}.access-segment__btn{flex:1;padding:10px 0;text-align:center;font-size:14px;font-weight:600;color:#64748b;border-radius:8px;cursor:pointer;transition:all .25s ease;border:none;background:transparent;outline:none;user-select:none}.access-segment__btn--active{background:#fff;color:#1e293b;box-shadow:0 1px 3px rgba(0,0,0,.08)}.access-form-fields{display:flex;flex-direction:column;gap:16px}.access-field{animation:fadeInUp .4s ease-out both}.access-field:nth-child(1){animation-delay:.05s}.access-field:nth-child(2){animation-delay:.1s}.access-field:nth-child(3){animation-delay:.15s}.access-field:nth-child(4){animation-delay:.2s}.access-field__label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.access-terms{display:flex;align-items:flex-start;gap:10px;animation:fadeInUp .4s ease-out .25s both}.access-terms input[type=checkbox]{margin-top:2px;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--brand-purple, #9333EA)}.access-terms__label{font-size:13px;color:#64748b;line-height:1.5}.access-terms__label a{color:var(--brand-purple, #9333EA);text-decoration:underline;text-underline-offset:2px}.access-terms__label a:hover{color:var(--ion-color-primary-shade, #7c2bd4)}.access-submit{margin-top:8px;animation:fadeInUp .4s ease-out .3s both}.access-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:16px;animation:fadeInUp .3s ease-out both}.access-otp{animation:fadeInUp .4s ease-out both}.access-otp__info{font-size:14px;color:#475569;margin-bottom:20px;line-height:1.5}.access-otp__info strong{color:#1e293b}.access-otp__actions{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:16px}.access-otp__link{font-size:13px;color:var(--brand-purple, #9333EA);cursor:pointer;font-weight:500;text-decoration:underline;text-underline-offset:2px}.access-otp__link:hover{color:var(--ion-color-primary-shade, #7c2bd4)}.access-otp__link--disabled{opacity:.5;pointer-events:none}.access-pending{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0;animation:fadeInUp .5s ease-out both}.access-pending__icon{width:64px;height:64px;border-radius:50%;background:#ecfdf5;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.access-pending__icon svg{width:32px;height:32px;color:#10b981}.access-pending__title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:12px}.access-pending__message{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:8px;max-width:360px}.access-pending__email{font-size:14px;color:#475569;font-weight:500;margin-bottom:28px}.glowing{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(var(--gradient-angle),var(--loader-color-1),var(--loader-color-2),var(--loader-color-3));animation:rotation 5s linear infinite;z-index:-1}.glowing:before{content:"";position:absolute;top:.8rem;right:.8rem;bottom:.8rem;left:.8rem;filter:blur(.8rem);background-color:#f7f7f7}.loader-container{position:relative;width:100%;height:calc(100% - 250px);display:flex;justify-content:center;align-items:center}.loader-container .loader{position:absolute;top:50%;left:50%;width:64px;height:64px;border-radius:50%;perspective:800px;transform:translate(-50%,-50%)}.loader-container .loader .inner{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.loader-container .loader .inner.one{left:0%;top:0%;animation:rotate-one 1s linear infinite;border-bottom:3px solid var(--loader-color-1)}.loader-container .loader .inner.two{right:0%;top:0%;animation:rotate-two 1s linear infinite;border-right:3px solid var(--loader-color-2)}.loader-container .loader .inner.three{right:0%;bottom:0%;animation:rotate-three 1s linear infinite;border-top:3px solid var(--loader-color-3)}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}.power-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.power-input-wrapper .power-input-prefix,.power-input-wrapper .power-input-postfix{position:absolute;display:flex;align-items:center;color:rgba(0,0,0,.6);font-size:14px;font-family:var(--default-font);pointer-events:none;z-index:1}.power-input-wrapper .power-input-prefix{left:10px}.power-input-wrapper .power-input-postfix{right:10px}.power-input-wrapper .power-input{display:flex;align-items:center}.power-input-wrapper .power-input.has-prefix{padding-left:25px}.power-input-wrapper .power-input.has-postfix{padding-right:20px}.power-input-wrapper .power-input.has-postfix+.power-input-clear{right:20px}.power-input-wrapper .power-input{width:100%;padding:10px 20px;height:50px;font-size:14px;font-family:var(--default-font);border-radius:12px;border:1px solid #c8c8c8;box-shadow:0 0 0 2px rgba(99,102,241,.1);transition:all .3s ease;background:white;color:#000;overflow:hidden}.power-input-wrapper .power-input::placeholder{color:#9e9e9e}.power-input-wrapper .power-input:hover{border-color:#bbb}.power-input-wrapper .power-input.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.power-input-wrapper .power-input-clear{background:transparent;position:absolute;right:8px;top:23px;transform:translateY(-50%);border:none;cursor:pointer;padding:4px;font-size:20px;line-height:1;z-index:2;color:#666;display:flex;align-items:center;justify-content:center}.power-input-wrapper .power-input-clear:hover{color:#333}.link{color:#fff;font-size:.875rem;font-weight:400;font-family:var(--default-font);margin:0 3px}@media (max-width: 768px){.link{font-size:16px}}.text{margin:0;color:#fff;font-size:14px;font-weight:400;font-family:var(--default-font);line-height:22px}@media (max-width: 768px){.text{font-size:14px}}.h1{margin-top:0;margin-bottom:0;font-weight:600;line-height:1;color:#fff;font-size:22px;font-family:var(--default-font)}.h2{margin-top:0;margin-bottom:.5rem;line-height:1.2;color:#fff;font-size:20px;font-family:var(--default-font)}.h3{margin-top:0;margin-bottom:0;line-height:24px;color:#fff;font-size:18px;font-family:var(--default-font)}.h4{margin-top:0;margin-bottom:0;line-height:22px;color:#fff;font-size:16px;font-family:var(--default-font)}.bold{font-weight:900}.normal{font-weight:400}.unset{margin-bottom:unset;margin-top:unset}.white{color:#fff!important}.black{color:#000!important}.text-decor{margin-top:0;margin-bottom:0;line-height:20px;color:#fff;font-size:12px;font-family:var(--default-font);font-style:italic}.capitalize{text-transform:capitalize}.text-underline{text-decoration:underline!important}.max-with-ellipses{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.no-wrap{white-space:nowrap}.barred{text-decoration:line-through}.italic{font-style:italic}.semi-bold{font-weight:600}.light{font-weight:300}.font-size-34{font-size:34px}.vertical-align-super{vertical-align:super}.font-size-16{font-size:16px}.font-size-20{font-size:20px}.font-size-24{font-size:24px}.font-size-28{font-size:28px}.font-size-32{font-size:32px}.font-size-36{font-size:36px}.font-weight-600{font-weight:600}.font-weight-500{font-weight:500}.font-weight-400{font-weight:400}.c-grey{color:rgba(0,0,0,.7)!important}.text-colored{background:var(--colored-bg);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-green{color:#0bbf58!important}.c-red{color:#f31260!important}.font-size-18{font-size:18px}.power-primary-button{overflow:hidden;padding:8px 20px;height:44px;min-width:120px;background:black;box-shadow:0 0 14px rgba(255,255,255,.1);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--default-font-family);cursor:pointer;outline:none;border:1px solid transparent;position:relative;transition:all .3s ease;animation:whiteLightningEffect 4s ease infinite}.power-primary-button.loading{background:linear-gradient(black,black) padding-box,var(--colored-bg) border-box}.power-primary-button.disabled,.power-primary-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.5;pointer-events:none}.power-primary-button.ripple-parent{position:relative;overflow:hidden}@media (max-width: 768px){.power-primary-button{background:#000000!important;border:none!important;border-radius:8px!important;height:44px;min-width:auto;padding:10px 20px;font-size:14px;font-weight:500;box-shadow:0 1px rgba(0,0,0,.05);animation:none;display:flex;align-items:center;justify-content:center;gap:6px}.power-primary-button:active{background:#333333!important;transform:scale(.98)}.power-primary-button.loading{background:#000000!important;opacity:.7}}.power-input-otp-wrapper{position:relative;display:flex;align-items:center;width:100%}.power-input-otp-wrapper .power-input-otp-prefix,.power-input-otp-wrapper .power-input-otp-postfix{position:absolute;display:flex;align-items:center;color:rgba(0,0,0,.6);font-size:14px;font-family:var(--default-font);pointer-events:none;z-index:1}.power-input-otp-wrapper .power-input-otp-prefix{left:10px}.power-input-otp-wrapper .power-input-otp-postfix{right:10px}.power-input-otp-wrapper .power-input-otp.has-prefix{padding-left:25px}.power-input-otp-wrapper .power-input-otp.has-postfix{padding-right:20px}.power-input-otp-wrapper .power-input-otp.has-postfix+.power-input-otp-clear{right:20px}.power-input-otp-wrapper .power-input-otp:disabled{opacity:.5;cursor:not-allowed}.power-input-otp-wrapper .power-input-otp{width:100%;padding:13px 20px;height:50px;font-size:14px;font-family:var(--default-font);border-radius:22px;border:1px solid #e0e0e0;transition:all .3s ease;background:white}.power-input-otp-wrapper .power-input-otp::placeholder{color:#9e9e9e}.power-input-otp-wrapper .power-input-otp:hover{border-color:#bbb}.power-input-otp-wrapper .power-input-otp.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.power-input-otp-wrapper .power-input-otp-clear{background:white;position:absolute;right:8px;top:23px;transform:translateY(-50%);border:none;cursor:pointer;padding:4px;font-size:20px;line-height:1;z-index:2;color:#666;display:flex;align-items:center;justify-content:center}.power-input-otp-wrapper .power-input-otp-clear:hover{color:#333}.otp-input-container{display:flex;flex-direction:column;gap:10px;width:100%}.otp-input-container .otp-input-boxes{display:flex;gap:8px;justify-content:space-between;width:100%}.otp-input-container .otp-input-boxes input[type=text]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;transform:translate(0);caret-color:transparent}.otp-input-container .otp-input-boxes .otp-input{align-items:center;background:white;border-radius:12px;border:1px solid #e0e0e0;display:flex;font-family:var(--default-font);font-size:18px;font-weight:600;height:50px;justify-content:center;position:relative;text-align:center;transition:all .3s ease;width:100%}.otp-input-container .otp-input-boxes .otp-input:disabled{opacity:.5;cursor:not-allowed}.otp-input-container .otp-input-boxes .otp-input:hover{border-color:#bbb}.otp-input-container .otp-input-boxes .otp-input.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.otp-input-container .otp-input-boxes .otp-input .otp-input-placeholder{color:#9e9e9e;font-size:16px;opacity:.7;user-select:none}.otp-input-container .otp-input-boxes .otp-input .otp-input-caret{animation:caretBlink 1s steps(1) infinite;background-color:var(--primary-color);height:24px;margin-left:1px;position:absolute;width:2px}@keyframes lightningEffect{0%{box-shadow:0 0 rgba(99,102,241,.4)}70%{box-shadow:0 0 0 6px rgba(99,102,241,0)}to{box-shadow:0 0 rgba(99,102,241,0)}}@keyframes caretBlink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.nexus-menu{--ion-background-color: #ffffff;border:none;box-shadow:none;width:280px;opacity:0;animation:menuFadeIn .4s ease forwards;animation-delay:.1s}.nexus-menu .nexus-menu-content::part(scroll){background:#ffffff}.nexus-menu .nexus-menu-container{display:flex;flex-direction:column;min-height:100vh;padding:0;background:#ffffff}.nexus-menu .nexus-menu-header{opacity:0;animation:menuItemSlideIn .3s ease forwards;animation-delay:.2s}.nexus-menu .menu-section{opacity:0;animation:menuItemSlideIn .3s ease forwards}.nexus-menu .menu-section:nth-child(1){animation-delay:.3s}.nexus-menu .menu-section:nth-child(2){animation-delay:.4s}.nexus-menu .menu-section:nth-child(3){animation-delay:.5s}.nexus-menu .menu-section:nth-child(4){animation-delay:.6s}.nexus-menu .menu-section:nth-child(5){animation-delay:.7s}.nexus-menu .nexus-menu-header{display:flex;align-items:center;justify-content:center;padding:12px;border-bottom:1px solid #f1f1f1}.nexus-menu .nexus-menu-header .nexus-logo{display:flex;align-items:center;gap:12px}.nexus-menu .nexus-menu-header .nexus-logo .logo{padding:0;height:40px}.nexus-menu .nexus-menu-header .menu-close-button{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.nexus-menu .nexus-menu-header .menu-close-button:hover{background:#f3f4f6;color:#374151}.nexus-menu .nexus-menu-header .menu-close-button ion-icon{font-size:20px}.nexus-menu .nexus-menu-header .collapse-button{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.nexus-menu .nexus-menu-header .collapse-button:hover{background:#f3f4f6;color:#374151}.nexus-menu .nexus-menu-header .collapse-button ion-icon{font-size:18px}.nexus-menu .menu-section{padding:0 20px;margin-bottom:24px}.nexus-menu .menu-section .section-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:4px}.nexus-menu .menu-section .menu-item{display:flex;align-items:center;padding:12px 16px;margin-bottom:4px;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;color:#374151;font-weight:500}.nexus-menu .menu-section .menu-item:hover{background:#f9fafb;color:#111827}.nexus-menu .menu-section .menu-item.active{background:#f3f4f6;color:#111827;font-weight:600}.nexus-menu .menu-section .menu-item .menu-icon{font-size:20px;margin-right:12px;color:#6b7280;min-width:20px}.nexus-menu .menu-section .menu-item .menu-label{flex:1;font-size:14px}.nexus-menu .menu-section .menu-item .chevron-icon{font-size:16px;color:#9ca3af;margin-left:auto}.nexus-menu .menu-section .menu-item .menu-badge{background:#EBF4FF;color:#2563eb;font-size:11px;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:8px}.nexus-menu .menu-section .submenu{margin-left:32px;margin-top:4px;margin-bottom:8px}.nexus-menu .menu-section .submenu .submenu-item{padding:8px 16px;margin-bottom:2px;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:14px;font-weight:500}.nexus-menu .menu-section .submenu .submenu-item:hover{background:#f9fafb;color:#374151}.nexus-menu .menu-section .submenu .submenu-item.active{background:#f3f4f6;color:#111827;font-weight:600}.nexus-menu .menu-logout{padding:12px 20px 20px;border-top:1px solid #f1f1f1;cursor:pointer}.nexus-menu .menu-logout .menu-logout-divider{height:1px;background:#f1f1f1;margin:8px 0}.nexus-menu .menu-logout .logout-item{color:#6b7280;align-items:center;display:flex;padding:6px 12px;border-radius:8px;gap:10px}.nexus-menu .menu-logout .logout-item:hover{background:#FEF2F2;color:#dc2626}.nexus-menu .menu-logout .logout-item:hover .menu-icon{color:#dc2626}.nexus-menu .components-cta{margin:24px 20px;padding:20px;background:linear-gradient(135deg,#8B5CF6,#3B82F6);border-radius:12px;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease}.nexus-menu .components-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(139,92,246,.3)}.nexus-menu .components-cta .cta-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.nexus-menu .components-cta .cta-header .cta-included{font-size:12px;color:rgba(255,255,255,.8);font-style:italic;font-weight:500}.nexus-menu .components-cta .cta-header .cta-chevron{font-size:14px;color:rgba(255,255,255,.8)}.nexus-menu .components-cta .cta-title{font-size:16px;font-weight:700;color:#fff;line-height:1.3}.nexus-menu .components-cta .cta-shapes{position:absolute;top:0;right:0;width:80px;height:80px;opacity:.1}.nexus-menu .components-cta .cta-shapes .cta-shape{position:absolute}.nexus-menu .components-cta .cta-shapes .cta-shape.cta-triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid rgba(255,255,255,.3);top:20px;right:20px}.nexus-menu .components-cta .cta-shapes .cta-shape.cta-circle{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);top:40px;right:30px}.nexus-menu .components-cta .cta-shapes .cta-shape.cta-square{width:10px;height:10px;background:rgba(255,255,255,.3);top:50px;right:15px}.nexus-menu .user-profile{margin-top:auto;padding:20px}.nexus-menu .user-profile .profile-divider{height:1px;background:#e5e7eb;margin-bottom:20px;position:relative}.nexus-menu .user-profile .profile-divider:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:repeating-linear-gradient(90deg,#e5e7eb 0px,#e5e7eb 4px,transparent 4px,transparent 8px)}.nexus-menu .user-profile .profile-content{display:flex;align-items:center;gap:12px}.nexus-menu .user-profile .profile-content .profile-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.nexus-menu .user-profile .profile-content .profile-avatar img{width:100%;height:100%;object-fit:cover}.nexus-menu .user-profile .profile-content .profile-info{flex:1;min-width:0}.nexus-menu .user-profile .profile-content .profile-info .profile-name{font-size:14px;font-weight:600;color:#111827;margin-bottom:2px}.nexus-menu .user-profile .profile-content .profile-info .profile-username{font-size:12px;color:#6b7280}.nexus-menu .user-profile .profile-content .profile-menu{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.nexus-menu .user-profile .profile-content .profile-menu:hover{background:#f3f4f6;color:#374151}.nexus-menu .user-profile .profile-content .profile-menu ion-icon{font-size:16px}ion-split-pane{--side-width: 280px;--side-min-width: 280px;background:var(--background-color)}.is-not-authenticated .menu-pane-visible{display:none}.is-authenticated .menu-pane-visible{display:block!important}.quick-actions{padding:16px 20px;margin-bottom:16px;border-bottom:1px solid #f1f1f1}.quick-actions .quick-action-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:14px;font-weight:600;box-shadow:0 4px 12px rgba(102,126,234,.2)}.quick-actions .quick-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.3)}.quick-actions .quick-action-button:active{transform:translateY(0)}.quick-actions .quick-action-button ion-icon{font-size:22px;color:#fff}.quick-actions .quick-action-button span{white-space:nowrap}.quick-actions-popover{--width: 240px;--background: #ffffff;border-radius:12px}.quick-actions-popover .quick-actions-menu{padding:8px;background:#ffffff;border-radius:6px;box-shadow:0 0 4px rgba(0,0,0,.25);margin-left:5px;margin-bottom:5px;margin-right:5px}.quick-actions-popover .quick-actions-menu .quick-action-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#374151;font-size:14px;font-weight:500;background:#ffffff}.quick-actions-popover .quick-actions-menu .quick-action-item:hover{background:#f9fafb;color:#111827}.quick-actions-popover .quick-actions-menu .quick-action-item ion-icon{font-size:20px;color:#667eea;min-width:20px}.quick-actions-popover .quick-actions-menu .quick-action-item span{flex:1}@keyframes menuFadeIn{0%{opacity:0}to{opacity:1}}@keyframes menuItemSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.nexus-menu{width:100%}ion-split-pane{--side-width: 100%;--side-min-width: 100%}}@media (prefers-reduced-motion: reduce){.nexus-menu,.nexus-menu .nexus-menu-header,.nexus-menu .menu-section{opacity:1;animation:none}}.footer-section{display:flex;flex-direction:column;margin-top:auto}.session-loader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background-color, #f5f5f5);display:flex;align-items:center;justify-content:center;z-index:9999}.session-loader .session-loader-content{display:flex;flex-direction:column;align-items:center;gap:24px}.session-loader .session-loader-logo .session-loader-logo-img{width:80px;height:auto;animation:logo-pulse 2s ease-in-out infinite}.session-loader .session-loader-message{font-size:14px;font-weight:500;color:var(--text-secondary, #666);font-family:var(--default-font);letter-spacing:.3px;animation:fade-pulse 1.5s ease-in-out infinite}@keyframes logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}@keyframes fade-pulse{0%,to{opacity:1}50%{opacity:.6}}.session-loader .loader-container{height:auto;min-height:auto}.company-switcher{position:relative;margin:0 16px 12px}.company-switcher-trigger{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;cursor:pointer;transition:all .2s}.company-switcher-trigger:hover{border-color:var(--brand-purple, #9333EA)}.company-switcher-trigger ion-icon{font-size:16px;color:var(--text-secondary, #64748b)}.company-switcher-name{font-size:13px;font-weight:600;color:var(--text-primary, #1e293b)}.company-switcher-dropdown{position:absolute;bottom:100%;left:0;right:0;background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);margin-bottom:4px;z-index:100;overflow:hidden}.company-switcher-option{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:13px;color:var(--text-primary, #1e293b);cursor:pointer;transition:background .15s}.company-switcher-option:hover{background:var(--background-secondary, #f1f5f9)}.company-switcher-option.active{color:var(--brand-purple, #9333EA);font-weight:600}.company-switcher-option.active ion-icon{font-size:16px;color:var(--brand-purple, #9333EA)}.company-switcher-option:not(:last-child){border-bottom:1px solid var(--border-color, #f1f5f9)}ion-tab-bar{--background: #ffffff;--border: none;height:56px;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #e5e5e5;box-shadow:0 -1px 3px rgba(0,0,0,.05);background:#ffffff!important}ion-tab-button{--color: #637381;--color-selected: #9333EA;--padding-top: 6px;--padding-bottom: 6px;--ripple-color: rgba(147, 51, 234, .1);--background-focused: rgba(147, 51, 234, .05);position:relative;transition:all .2s ease;background:transparent}ion-tab-button ion-icon{font-size:22px;margin-bottom:2px;transition:all .2s ease}ion-tab-button ion-label{font-size:10px;font-weight:500;letter-spacing:.2px;text-transform:none;transition:all .2s ease}ion-tab-button.tab-selected{--color: #9333EA}ion-tab-button.tab-selected ion-icon{font-size:24px;color:#9333ea}ion-tab-button.tab-selected ion-label{font-weight:600;color:#9333ea}ion-tab-button.tab-selected:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:2px;background:#9333EA;border-radius:0 0 2px 2px}ion-tab-button:hover:not(.tab-selected){--color: #1f2937;background:rgba(0,0,0,.02)}ion-tab-button:active{transform:scale(.97);background:rgba(0,0,0,.04)}.ios ion-tab-bar{height:60px;padding-bottom:env(safe-area-inset-bottom,0px)}.ios ion-tab-button{--padding-top: 8px;--padding-bottom: 8px}.md ion-tab-bar{--background: #ffffff;background:#ffffff!important;border-top:1px solid #e0e0e0;box-shadow:0 -1px 3px rgba(0,0,0,.08)}.md ion-tab-button ion-icon{font-size:22px}.md ion-tab-button ion-label{font-size:11px;font-weight:500}.md ion-tab-button.tab-selected ion-icon{font-size:24px}@media (orientation: landscape) and (max-height: 500px){ion-tab-bar{height:48px;padding-bottom:0}ion-tab-button{--padding-top: 4px;--padding-bottom: 4px}ion-tab-button ion-icon{font-size:20px;margin-bottom:1px}ion-tab-button ion-label{font-size:9px}ion-tab-button.tab-selected ion-icon{font-size:22px}}@media (max-width: 375px){ion-tab-bar{height:52px}ion-tab-button ion-icon{font-size:20px}ion-tab-button ion-label{font-size:9px}}.welcome-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:welcomeFadeIn .2s ease}@keyframes welcomeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes welcomeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeContentFade{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.welcome-modal{background:#ffffff;border-radius:20px;padding:32px;max-width:480px;width:100%;position:relative;animation:welcomeSlideUp .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.15)}.welcome-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px;display:flex;align-items:center;border-radius:4px;transition:color .15s ease}.welcome-modal__close:hover{color:#64748b}.welcome-modal__close ion-icon{font-size:22px}.welcome-modal__progress{display:flex;justify-content:center;gap:6px;margin-bottom:24px}.welcome-modal__dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;cursor:pointer;transition:all .2s ease}.welcome-modal__dot.active{width:24px;border-radius:4px}.welcome-modal__dot.done{background:#cbd5e1}.welcome-modal__content{text-align:center;margin-bottom:28px;animation:welcomeContentFade .3s ease}.welcome-modal__emoji{font-size:48px;margin-bottom:16px;line-height:1}.welcome-modal__title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 6px}.welcome-modal__subtitle{font-size:14px;color:#8b5cf6;font-weight:600;margin:0 0 12px}.welcome-modal__description{font-size:14px;color:#64748b;line-height:1.6;max-width:380px;margin:0 auto}.welcome-modal__highlights{display:flex;flex-direction:column;gap:8px;margin-top:20px;text-align:left;max-width:340px;margin-left:auto;margin-right:auto}.welcome-modal__highlight{display:flex;align-items:center;gap:10px;font-size:13px;color:#334155}.welcome-modal__check{font-weight:700;font-size:15px;flex-shrink:0}.welcome-modal__actions{display:flex;flex-direction:column;align-items:center;gap:10px}.welcome-modal__nav{display:flex;width:100%;align-items:center;gap:12px}.welcome-modal__nav-spacer{flex:1}.welcome-modal__nav-btn{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.welcome-modal__nav-btn:hover{border-color:#cbd5e1;background:#f8fafc}.welcome-modal__nav-btn ion-icon{font-size:16px}.welcome-modal__nav-btn--primary{border:none;color:#fff;padding:10px 24px}.welcome-modal__nav-btn--primary:hover{opacity:.9;background:inherit}.welcome-modal__cta{width:100%;padding:13px 24px;border-radius:12px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.welcome-modal__cta:hover{opacity:.92}.welcome-modal__cta:active{transform:scale(.98)}.welcome-modal__secondary{width:100%;padding:11px 24px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.welcome-modal__secondary:hover{border-color:#cbd5e1;background:#f8fafc}.welcome-modal__skip{background:none;border:none;color:#94a3b8;font-size:13px;cursor:pointer;padding:4px 8px;transition:color .15s ease}.welcome-modal__skip:hover{color:#64748b}@media (max-width: 480px){.welcome-modal{padding:24px 20px}.welcome-modal__title{font-size:20px}.welcome-modal__emoji{font-size:40px}}.project-list-container{max-width:1200px;margin:0 auto}.project-list-container .project-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.project-list-container .project-list-header .project-list-actions{display:flex;align-items:center;gap:12px}.project-list-container .project-list-header .project-list-actions .project-search{display:flex;align-items:center;gap:8px;background:var(--card-background);padding:8px 16px;border-radius:8px;border:1px solid var(--border-color);min-width:200px}.project-list-container .project-list-header .project-list-actions .project-search ion-icon{font-size:18px;color:var(--text-secondary)}.project-list-container .project-list-header .project-list-actions .refresh-button{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.project-list-container .project-list-header .project-list-actions .refresh-button:hover{background:var(--background-secondary)}.project-list-container .project-list-header .project-list-actions .refresh-button ion-icon{font-size:20px;color:var(--text-secondary)}.project-list-container .project-list-loading{display:flex;justify-content:center;padding:60px 0}.project-list-container .project-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:12px}.project-list-container .project-list-empty img{width:120px;height:120px;opacity:.5;margin-bottom:16px}.project-list-container .project-list-empty .power-primary-button{margin-top:16px}.project-list-container .project-list-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:12px}.project-list-container .project-list-error .project-error-icon{font-size:48px;color:#ea580c;margin-bottom:8px}.project-list-container .project-list-error .project-retry-btn{display:flex;align-items:center;gap:6px;margin-top:8px;padding:10px 20px;background:#ea580c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease}.project-list-container .project-list-error .project-retry-btn ion-icon{font-size:16px}.project-list-container .project-list-error .project-retry-btn:hover{background:#c2410c}.project-list-container .project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.delete-confirm-overlay .delete-confirm-dialog{background:white;border-radius:16px;padding:24px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3)}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#fee2e2}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon ion-icon{font-size:28px;color:#dc2626}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-title{color:#172b4d;margin-bottom:8px}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-message{color:#5e6c84;font-size:14px;line-height:1.5;margin-bottom:24px}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions{display:flex;gap:12px}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:6px}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button:disabled{opacity:.6;cursor:not-allowed}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn{background:#f4f5f7;color:#42526e}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn:hover:not(:disabled){background:#ebecf0}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete{background:#dc2626;color:#fff}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete ion-icon{font-size:16px}.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete:hover:not(:disabled){background:#b91c1c}@media (max-width: 768px){.project-list-container{padding:16px!important;background:#f6f6f7}.project-list-container .project-list-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.project-list-container .project-list-header .project-list-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.project-list-container .project-grid{grid-template-columns:1fr;gap:12px}.project-list-container .project-list-empty{padding:40px 20px;background:#ffffff;border-radius:12px;border:1px solid #e1e3e5}.project-list-container .project-list-empty .power-primary-button{background:#9333EA;border:none;border-radius:8px;padding:12px 24px}.project-list-container .project-list-empty .power-primary-button:active{background:#7c2bd4}}.image-header-toolbar{--background: #ffffff;--border-width: 0;--color: #1f2937;padding:0;margin:0;border-bottom:1px solid #f1f1f1;height:64px;background:#ffffff!important}.custom-toolbar{border-radius:0;margin:0;width:100%}.image-header-container{padding:0;width:100%;height:100%}.image-header-content{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:#ffffff!important;width:100%}.header-left-section{display:flex;align-items:center;gap:16px;flex:1}.page-title-section{display:flex;align-items:center;gap:12px;margin-right:16px}.page-icon-container{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db}.page-icon{width:20px;height:20px;color:#374151}.page-title{flex:1}.dynamic-page-title{font-size:20px!important;font-weight:700!important;color:#111827!important;margin:0!important;line-height:1.2!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.hamburger-menu-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.hamburger-menu-button:hover{background-color:#f9fafb}.hamburger-menu-button .hamburger-icon{font-size:20px;color:#374151}.search-container{position:relative;display:flex;align-items:center;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;min-width:200px;transition:border-color .2s ease}.search-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-container .search-icon{font-size:16px;color:#9ca3af;margin-right:8px}.search-container .search-input{border:none;outline:none;background:transparent;font-size:14px;color:#374151;flex:1;min-width:0}.search-container .search-input::placeholder{color:#9ca3af}.header-right-section{display:flex;align-items:center;gap:16px}.header-icon-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.header-icon-button:hover{background-color:#f9fafb}.header-icon-button .header-icon{font-size:18px;color:#374151}.header-action-container{display:flex;align-items:center}.header-action-button{width:40px;height:40px;border-radius:8px;background:#f9fafb;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.header-action-button:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.header-action-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.modern-more-button:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.action-icon{width:18px;height:18px;color:#6b7280;transition:all .3s ease}.header-action-button:hover .action-icon{color:#374151;transform:scale(1.1)}.user-profile-section{display:flex;align-items:center;gap:12px;padding:4px 8px;border-radius:6px;transition:background-color .2s ease;cursor:pointer}.user-profile-section:hover{background-color:#f9fafb}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar .avatar-initial{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;line-height:1}.user-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.user-name{font-size:14px;font-weight:600;color:#111827;line-height:1.2;margin:0}.user-team{font-size:12px;color:#6b7280;line-height:1.2;margin:0}.select-popover{--background: #ffffff;--box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.v2-select-dropdown{padding:8px;min-width:200px}.v2-select-option{padding:12px 16px;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-bottom:4px;position:relative;overflow:hidden}.v2-select-option:hover{background:#f3f4f6}.v2-select-option.selected{background:#dbeafe;color:#1e40af;font-weight:600}.v2-select-option:last-child{margin-bottom:0}.mobile-menu-button{--color: #374151;background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.mobile-menu-button:active{background-color:#f3f4f6}.mobile-menu-button .menu-icon{font-size:24px;color:#374151}.user-avatar-mobile{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-left:8px}.user-avatar-mobile .avatar-initial{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;line-height:1}@media (max-width: 768px){.image-header-content{padding:0 16px}.page-title-section{margin-right:8px}.page-icon-container{width:32px;height:32px}.page-icon{width:16px;height:16px}.dynamic-page-title{font-size:18px!important}.search-container{min-width:120px}.header-right-section{gap:8px;align-items:center}.user-info,.user-profile-section{display:none}.header-icon-button{min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}}@media (max-width: 480px){.image-header-content{padding:0 12px}.search-container{min-width:120px}.header-right-section{gap:8px}.header-icon-button{padding:6px}.header-icon{font-size:16px}}.notification-bell-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.notification-bell-button:hover{background:rgba(0,0,0,.05)}.notification-bell-button .bell-icon{font-size:22px;color:#374151}.notif-popover-overlay .ant-popover-inner{padding:0!important;border-radius:12px!important;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06)!important}.notif-popover-content{width:370px;max-height:460px;display:flex;flex-direction:column}.notif-popover-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #f1f5f9}.notif-popover-title{font-size:15px;font-weight:600;color:#1f2937}.notif-mark-all{background:none;border:none;color:#7c3aed;font-size:12px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;font-family:inherit}.notif-mark-all:hover{background:rgba(124,58,237,.08)}.notif-popover-list{flex:1;overflow-y:auto;max-height:350px}.notif-popover-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#9ca3af;font-size:13px}.notif-popover-item{display:flex;gap:12px;padding:12px 18px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f9fafb}.notif-popover-item:hover{background:#f9fafb}.notif-popover-item:last-child{border-bottom:none}.notif-popover-item.unread{background:#faf5ff}.notif-popover-item.unread:hover{background:#f3e8ff}.notif-popover-item.unread .notif-title{font-weight:600}.notif-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.notif-body{flex:1;min-width:0}.notif-title{font-size:13px;font-weight:500;color:#1f2937;line-height:1.4}.notif-desc{font-size:12px;color:#6b7280;line-height:1.4;margin-top:2px}.notif-time{font-size:11px;color:#9ca3af;margin-top:4px}.notif-popover-footer{border-top:1px solid #f1f5f9;padding:10px 18px;text-align:center}.notif-view-all{background:none;border:none;color:#7c3aed;font-size:13px;font-weight:600;cursor:pointer;padding:4px 12px;border-radius:6px;font-family:inherit}.notif-view-all:hover{background:rgba(124,58,237,.08)}@media (max-width: 480px){.notif-popover-content{width:calc(100vw - 32px)}}.sheet-content,.sheet-content-with-actions{height:100%}.project-actions-modal{padding:8px 16px 24px;max-height:70vh;overflow-y:auto}.project-actions-modal .project-actions-category{margin-bottom:20px}.project-actions-modal .project-actions-category:last-child{margin-bottom:0}.project-actions-modal .project-actions-category .project-actions-category-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8c9196;padding:0 4px;margin-bottom:8px}.project-actions-modal .project-actions-category .project-actions-list{background:#fafbfc;border-radius:12px;border:1px solid #e1e3e5;overflow:hidden}.project-actions-modal .project-actions-item{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:background .15s ease}.project-actions-modal .project-actions-item:not(:last-child){border-bottom:1px solid #f1f2f3}.project-actions-modal .project-actions-item:hover{background:#f1f2f4}.project-actions-modal .project-actions-item:active{background:#e8ecf0}.project-actions-modal .project-actions-item .project-actions-item-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-actions-modal .project-actions-item .project-actions-item-icon ion-icon{font-size:20px}.project-actions-modal .project-actions-item .project-actions-item-content{flex:1;min-width:0}.project-actions-modal .project-actions-item .project-actions-item-content .project-actions-item-label{font-size:15px;font-weight:600;color:#202223;line-height:1.3}.project-actions-modal .project-actions-item .project-actions-item-content .project-actions-item-desc{font-size:13px;color:#6d7175;line-height:1.3;margin-top:2px}.project-actions-modal .project-actions-item .project-actions-item-arrow{font-size:16px;color:#c9cccf;flex-shrink:0}@media (max-width: 768px){.project-actions-modal{padding:4px 12px 32px}.project-actions-modal .project-actions-item{padding:16px 14px;min-height:56px}}.project-card{background:white;border-radius:12px;padding:16px;transition:all .2s ease;border:1px solid var(--border-color);position:relative;overflow:hidden;cursor:pointer}.project-card .project-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.project-card .project-card-header .project-card-icon{width:40px;height:40px;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center}.project-card .project-card-header .project-card-icon ion-icon{font-size:20px;color:var(--primary-color)}.project-card .project-card-header .project-card-header-right{display:flex;align-items:center;gap:8px}.project-card .project-card-header .project-card-menu-btn{width:28px;height:28px;border-radius:6px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.project-card .project-card-header .project-card-menu-btn ion-icon{font-size:18px;color:var(--text-secondary)}.project-card .project-card-header .project-card-menu-btn:hover{background:var(--background-color, #f5f5f5)}.project-card .project-card-header .project-card-menu-btn:hover ion-icon{color:var(--text-primary)}.project-card .project-card-header .project-card-menu-btn:active{background:var(--border-color, #e0e0e0)}.project-card .project-card-content .project-card-title{font-size:16px;margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card .project-card-content .project-card-repos,.project-card .project-card-content .project-card-date{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary);margin-top:6px}.project-card .project-card-content .project-card-repos ion-icon,.project-card .project-card-content .project-card-date ion-icon{font-size:14px}.project-card .project-card-quick-actions{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border-color, #e1e3e5)}.project-card .project-card-quick-actions .project-card-action-btn{width:36px;height:36px;border-radius:10px;border:none;background:#f5f7fa;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.project-card .project-card-quick-actions .project-card-action-btn ion-icon{font-size:18px;color:#6d7175}.project-card .project-card-quick-actions .project-card-action-btn:hover{background:#e8ecf0}.project-card .project-card-quick-actions .project-card-action-btn:hover ion-icon{color:var(--ion-color-primary, #27aae2)}.project-card .project-card-quick-actions .project-card-action-btn:active{transform:scale(.94);background:#dfe3e8}.project-card .project-card-quick-actions .project-card-all-actions-btn{margin-left:auto;padding:6px 14px;border-radius:8px;border:1px solid #e1e3e5;background:white;font-size:13px;font-weight:500;color:#6d7175;cursor:pointer;transition:all .15s ease;white-space:nowrap}.project-card .project-card-quick-actions .project-card-all-actions-btn:hover{background:#f5f7fa;color:#202223;border-color:#c9cccf}.project-card .project-card-quick-actions .project-card-all-actions-btn:active{background:#e8ecf0;transform:scale(.97)}@media (max-width: 768px){.project-card{padding:16px;background:#ffffff!important;border:1px solid #e1e3e5!important;border-radius:12px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important;transition:transform .15s ease,box-shadow .15s ease}.project-card:active{transform:scale(.98);background:#fafbfb!important}.project-card .project-card-header{margin-bottom:14px}.project-card .project-card-header .project-card-icon{width:40px;height:40px;border-radius:10px;background:rgba(147,51,234,.08);border:1px solid rgba(147,51,234,.15)}.project-card .project-card-header .project-card-icon ion-icon{font-size:20px;color:#9333ea!important}.project-card .project-card-header .project-card-menu-btn{width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border-radius:8px;background:transparent;border:none;display:flex!important;align-items:center;justify-content:center;flex-shrink:0}.project-card .project-card-header .project-card-menu-btn:active{background:#f1f2f3}.project-card .project-card-header .project-card-menu-btn ion-icon{font-size:20px;color:#6d7175}.project-card .project-card-content .project-card-title{font-size:16px;font-weight:600;color:#202223;line-height:1.4}.project-card .project-card-content .project-card-repos,.project-card .project-card-content .project-card-date{font-size:13px;color:#6d7175;margin-top:8px}.project-card .project-card-content .project-card-repos ion-icon,.project-card .project-card-content .project-card-date ion-icon{color:#8c9196}.project-card .project-card-quick-actions{margin-top:12px;padding-top:12px;border-top:1px solid #f1f2f3}.project-card .project-card-quick-actions .project-card-action-btn{width:38px!important;height:38px!important;min-height:38px!important;border-radius:10px}.project-card .project-card-quick-actions .project-card-action-btn:active{background:#e8ecf0;transform:scale(.94)}.project-card .project-card-quick-actions .project-card-all-actions-btn{padding:8px 14px;font-size:13px;min-height:38px}.project-card .project-card-quick-actions .project-card-all-actions-btn:active{background:#e8ecf0}}.project-card-popover{--width: auto;--min-width: 160px;--background: white;--box-shadow: 0 4px 20px rgba(0, 0, 0, .15)}.project-card-popover::part(content){border-radius:12px;background:white!important}.project-card-popover::part(backdrop){background:rgba(0,0,0,.1)}.project-card-menu{padding:6px;background:white;border-radius:12px}.project-card-menu .project-card-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;background:white}.project-card-menu .project-card-menu-item ion-icon{font-size:20px;color:#666;transition:color .2s ease}.project-card-menu .project-card-menu-item span{font-size:14px;font-weight:500;color:#333;white-space:nowrap}.project-card-menu .project-card-menu-item:hover{background:#f5f7fa}.project-card-menu .project-card-menu-item:hover ion-icon{color:var(--ion-color-primary, #27aae2)}.project-card-menu .project-card-menu-item:hover span{color:#1a1a1a}.project-card-menu .project-card-menu-item:active{background:#e8ecf0;transform:scale(.98)}.project-card-menu .project-card-menu-item:not(:last-child){margin-bottom:2px}.project-card-menu .project-card-menu-item.project-card-menu-item-delete{margin-top:4px;border-top:1px solid #f1f2f3;padding-top:14px}.project-card-menu .project-card-menu-item.project-card-menu-item-delete ion-icon{color:#dc2626}.project-card-menu .project-card-menu-item.project-card-menu-item-delete span{color:#dc2626}.project-card-menu .project-card-menu-item.project-card-menu-item-delete:hover{background:#fef2f2}.project-card-menu .project-card-menu-item.project-card-menu-item-delete:hover ion-icon{color:#b91c1c}.project-card-menu .project-card-menu-item.project-card-menu-item-delete:hover span{color:#b91c1c}.project-card-menu .project-card-menu-item.project-card-menu-item-delete:active{background:#fee2e2}@media (max-width: 768px){.project-card-popover{--min-width: 180px}.project-card-popover::part(content){border-radius:12px;background:white!important}.project-card-menu{padding:8px}.project-card-menu .project-card-menu-item{padding:14px 16px;min-height:48px}.project-card-menu .project-card-menu-item ion-icon{font-size:22px;color:#5c5f62}.project-card-menu .project-card-menu-item span{font-size:15px;font-weight:500;color:#202223}.project-card-menu .project-card-menu-item:active{background:#f1f2f3}.project-card-menu .project-card-menu-item.project-card-menu-item-delete{margin-top:4px;border-top:1px solid #f1f2f3;padding-top:14px}.project-card-menu .project-card-menu-item.project-card-menu-item-delete ion-icon{color:#dc2626}.project-card-menu .project-card-menu-item.project-card-menu-item-delete span{color:#dc2626}.project-card-menu .project-card-menu-item.project-card-menu-item-delete:active{background:#fef2f2}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton.skeleton-circular{border-radius:50%}.skeleton.skeleton-text{border-radius:4px}.skeleton.skeleton-rectangular{border-radius:8px}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.project-card-skeleton{background:white;border-radius:12px;padding:16px;border:1px solid var(--border-color)}.project-card-skeleton .project-card-skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.project-card-skeleton .project-card-skeleton-header .project-card-skeleton-header-right{display:flex;align-items:center;gap:8px}.project-card-skeleton .project-card-skeleton-content .mb-8{margin-bottom:8px}.project-card-skeleton .project-card-skeleton-content .mb-12{margin-bottom:12px}.project-card-skeleton .project-card-skeleton-content .project-card-skeleton-info{display:flex;align-items:center;gap:6px;margin-top:8px}@media (max-width: 768px){.project-card-skeleton{background:#ffffff!important;border:1px solid #e1e3e5!important;border-radius:12px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important}}.power-textarea-wrapper{position:relative;width:100%}.power-textarea-wrapper .power-textarea{width:100%;padding:12px;font-size:14px;font-family:var(--default-font);border-radius:12px;border:1px solid #c8c8c8;box-shadow:0 0 0 2px rgba(99,102,241,.1);transition:all .3s ease;background:white}.power-textarea-wrapper .power-textarea::placeholder{color:#9e9e9e}.power-textarea-wrapper .power-textarea:hover{border-color:#bbb}.power-textarea-wrapper .power-textarea.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.power-textarea-wrapper .power-textarea-clear{position:absolute;right:12px;top:12px;background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-color-secondary);padding:0;line-height:1}.power-textarea-wrapper .power-textarea-clear:hover{color:var(--text-color)}.reanalyze-modal{--width: 500px;--max-width: 95vw}.reanalyze-form{display:flex;flex-direction:column;gap:24px}.reanalyze-form .project-title-section .section-label{font-size:12px;color:#6d7175;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.reanalyze-form .project-title-section .project-name{font-size:20px;color:#202223}.reanalyze-form .guidance-section .guidance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reanalyze-form .guidance-section .guidance-header .section-label{font-size:14px;color:#202223}.reanalyze-form .guidance-section .guidance-header .guidance-hint{display:flex;align-items:center;gap:4px}.reanalyze-form .guidance-section .guidance-header .guidance-hint ion-icon{font-size:14px;color:#9333ea}.reanalyze-form .guidance-section .guidance-header .guidance-hint .hint-text{font-size:12px;color:#6d7175}.reanalyze-form .guidance-section .guidance-textarea{min-height:120px;resize:vertical}.reanalyze-form .guidance-section .guidance-description{font-size:12px;color:#6d7175;line-height:1.5;margin-top:8px}.reanalyze-form .info-section .info-box{display:flex;gap:12px;padding:16px;background:rgba(147,51,234,.05);border:1px solid rgba(147,51,234,.1);border-radius:12px}.reanalyze-form .info-section .info-box .info-icon{font-size:24px;color:#9333ea;flex-shrink:0}.reanalyze-form .info-section .info-box .info-content .info-title{font-size:14px;color:#202223;margin-bottom:4px}.reanalyze-form .info-section .info-box .info-content .info-description{font-size:13px;color:#6d7175;line-height:1.5}.modal-actions{background:#fff;border-top:1px solid #e1e3e5;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.modal-actions .power-primary-button ion-icon{font-size:18px;margin-right:8px}.power-secondary-button{position:relative;min-width:80px;padding:6px 20px;height:44px;font-weight:600;font-size:14px;line-height:24px;text-align:center;background:transparent;border:1.5px solid black;color:#000;overflow:hidden;transition:all .3s ease;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px}.power-secondary-button:active{opacity:.8}.power-secondary-button.disabled,.power-secondary-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.power-secondary-button.loading{color:transparent;background:white!important}.power-secondary-button .absolute{position:absolute}.power-secondary-button .top-20{top:20%}.power-secondary-button .left-20{left:20%}.border-shock{border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box!important}.bg-shock{background:var(--colored-bg)!important;color:var(--button-text-color)!important;box-shadow:0 0 8px rgba(254,76,85,.2)!important;border:0px!important}.auth-fix-content{display:flex;flex-direction:column;gap:20px}.auth-fix-content .auth-fix-project-info .section-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.auth-fix-content .auth-fix-project-info .project-name{font-size:18px;color:#1a1a1a;font-weight:600}.auth-fix-running{display:flex;flex-direction:column;gap:16px}.auth-fix-running-header{display:flex;align-items:center;gap:12px}.auth-fix-running-header ion-spinner{--color: var(--brand-purple, #9333EA);width:24px;height:24px;flex-shrink:0}.auth-fix-running-text{display:flex;flex-direction:column;gap:2px}.auth-fix-elapsed{color:#6b7280}.auth-fix-running-desc{font-size:13px;color:#6b7280;line-height:1.5;padding:12px 16px;background:#f9fafb;border-radius:8px}.auth-fix-running-strategies{display:flex;flex-direction:column;gap:6px}.auth-fix-strategy-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:13px;color:#374151;border-radius:8px;transition:background .2s}.auth-fix-strategy-item.active{background:rgba(147,51,234,.06)}.auth-fix-strategy-item.active .auth-fix-strategy-label{color:#1a1a1a;font-weight:600}.auth-fix-strategy-item.past .auth-fix-strategy-label{color:#6b7280}.auth-fix-strategy-item.future{opacity:.5}.auth-fix-strategy-item ion-spinner{--color: var(--brand-purple, #9333EA)}.auth-fix-strategy-num{width:22px;height:22px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;transition:all .2s}.auth-fix-strategy-num.active{background:var(--brand-purple, #9333EA);color:#fff}.auth-fix-strategy-num.past{background:#dcfce7;color:#16a34a}.auth-fix-strategy-label{color:#374151}.auth-fix-timeline{display:flex;flex-direction:column;gap:0;padding:8px 0}.auth-fix-step{display:flex;align-items:flex-start;gap:12px;min-height:40px}.auth-fix-step .auth-fix-step-line{display:flex;flex-direction:column;align-items:center;width:28px;flex-shrink:0}.auth-fix-step .auth-fix-step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;transition:all .3s ease}.auth-fix-step .auth-fix-step-dot--pending{background:#f3f4f6;color:#9ca3af}.auth-fix-step .auth-fix-step-dot--active{background:rgba(59,130,246,.15);color:#3b82f6;animation:pulse-dot 1.5s infinite}.auth-fix-step .auth-fix-step-dot--success{background:rgba(16,185,129,.15);color:#10b981}.auth-fix-step .auth-fix-step-dot--failed{background:rgba(239,68,68,.15);color:#ef4444}.auth-fix-step .auth-fix-step-dot--skipped{background:#f3f4f6;color:#9ca3af}.auth-fix-step .auth-fix-step-connector{width:2px;height:12px;background:#e5e7eb;margin:2px 0}.auth-fix-step .auth-fix-step-label{font-size:14px;color:#1a1a1a;padding-top:4px;line-height:1.4}.auth-fix-step--pending .auth-fix-step-label{color:#6b7280}.auth-fix-step--skipped .auth-fix-step-label{color:#9ca3af;text-decoration:line-through}.auth-fix-step--failed .auth-fix-step-label{color:#ef4444}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.auth-fix-result{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.auth-fix-result .auth-fix-success-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:8px}.auth-fix-result .auth-fix-error-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:8px}.auth-fix-result .auth-fix-result-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f3f4f6}.auth-fix-result .auth-fix-result-row:last-of-type{border-bottom:none}.auth-fix-result .auth-fix-result-row .auth-fix-result-label{font-size:13px;color:#6b7280}.auth-fix-result .auth-fix-result-row .auth-fix-result-value{font-size:13px;color:#1a1a1a;font-weight:500;text-align:right;max-width:60%;word-break:break-all}.auth-fix-result .auth-fix-result-row .auth-fix-token{font-family:monospace;font-size:12px;color:#d97706}.auth-fix-result .auth-fix-retry-section{margin-top:8px}.auth-fix-info .auth-fix-info-box{display:flex;gap:12px;background:rgba(59,130,246,.06);border:1px solid rgba(59,130,246,.12);border-radius:12px;padding:16px}.auth-fix-info .auth-fix-info-box .auth-fix-info-icon{font-size:24px;color:#3b82f6;flex-shrink:0;margin-top:2px}.auth-fix-info .auth-fix-info-box .auth-fix-info-title{font-size:14px;color:#1a1a1a;font-weight:600;margin-bottom:4px}.auth-fix-info .auth-fix-info-box .auth-fix-info-desc{font-size:13px;color:#6b7280;line-height:1.5}.compat-content{display:flex;flex-direction:column;gap:20px}.compat-content .compat-project-info .section-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.compat-content .compat-project-info .project-name{font-size:18px;color:#1a1a1a;font-weight:600}.compat-running{display:flex;flex-direction:column;gap:16px}.compat-running-header{display:flex;align-items:center;gap:12px}.compat-running-header ion-spinner{--color: #3b82f6;width:24px;height:24px;flex-shrink:0}.compat-running-text{display:flex;flex-direction:column;gap:2px}.compat-elapsed{color:#6b7280}.compat-steps{display:flex;flex-direction:column;gap:6px}.compat-step-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:13px;color:#374151;border-radius:8px;transition:background .2s}.compat-step-item.active{background:rgba(59,130,246,.06)}.compat-step-item.active .compat-step-label{color:#1a1a1a;font-weight:600}.compat-step-item.past .compat-step-label{color:#6b7280}.compat-step-item.future{opacity:.5}.compat-step-item ion-spinner{--color: #3b82f6}.compat-step-num{width:22px;height:22px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;transition:all .2s}.compat-step-num.active{background:#3b82f6;color:#fff}.compat-step-num.past{background:#dcfce7;color:#16a34a}.compat-step-label{color:#374151}.compat-result{display:flex;flex-direction:column;gap:16px}.compat-status-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:10px}.compat-status-banner.passed{background:#f0fdf4;border:1px solid #bbf7d0}.compat-status-banner.failed{background:#fef2f2;border:1px solid #fecaca}.compat-checks{display:flex;flex-direction:column;gap:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.compat-check-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #f3f4f6}.compat-check-item:last-child{border-bottom:none}.compat-check-info{flex:1;display:flex;flex-direction:column;gap:2px}.compat-check-info .compat-check-name{font-size:14px;color:#1a1a1a;font-weight:500}.compat-check-info .compat-check-details{font-size:12px;color:#6b7280;line-height:1.4}.compat-check-badge{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 8px;border-radius:4px;flex-shrink:0}.compat-check-badge.pass{color:#16a34a;background:#dcfce7}.compat-check-badge.fail{color:#dc2626;background:#fee2e2}.compat-screenshots{display:flex;flex-direction:column;gap:8px}.compat-screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.compat-screenshot-thumb{border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.compat-screenshot-thumb img{width:100%;height:auto;display:block}.compat-error-box{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.compat-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.compat-info .compat-info-box{display:flex;gap:12px;background:rgba(59,130,246,.06);border:1px solid rgba(59,130,246,.12);border-radius:12px;padding:16px}.compat-info .compat-info-box .compat-info-icon{font-size:24px;color:#3b82f6;flex-shrink:0;margin-top:2px}.compat-info .compat-info-box .compat-info-title{font-size:14px;color:#1a1a1a;font-weight:600;margin-bottom:4px}.compat-info .compat-info-box .compat-info-desc{font-size:13px;color:#6b7280;line-height:1.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.repository-input .repository-input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.repository-input .repository-input-header .repository-input-label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:#202223}.repository-input .repository-input-header .repository-input-label ion-icon{font-size:20px;color:#9333ea}.repository-input .repository-input-header .repository-header-actions{display:flex;align-items:center;gap:16px}.repository-input .repository-input-header .repository-header-actions .last-sync-time{font-size:12px;color:#6b7280;font-style:italic}.repository-input .repository-input-header .repository-header-actions .repository-action-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease;background:transparent}.repository-input .repository-input-header .repository-header-actions .repository-action-icon:hover{color:var(--primary-color);background:#f3f4f6}.repository-input .repository-input-header .repository-header-actions .repository-action-icon ion-icon{font-size:18px}.repository-input .repository-input-header .repository-header-actions .repository-action-icon.rotating{animation:spin 1s linear infinite;pointer-events:none;color:var(--primary-color)}.repository-input .repository-input-header .repository-header-actions .edit-permissions-link{font-size:13px;font-weight:500;color:var(--primary-color);text-decoration:none;transition:all .2s ease;padding:8px 0}.repository-input .repository-input-header .repository-header-actions .edit-permissions-link:hover{text-decoration:underline;opacity:.8}.repository-input .repository-input-header .power-secondary-button{background:transparent;color:var(--primary-color);border:none;padding:8px 0;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.repository-input .repository-input-header .power-secondary-button:hover{background:transparent;text-decoration:underline}.repository-input .repository-input-header .power-secondary-button ion-icon{font-size:16px;color:var(--primary-color)}.repository-list{display:flex;flex-direction:column;gap:16px}.repository-item{display:flex;gap:12px;padding:20px;background:#ffffff;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 1px 2px rgba(0,0,0,.02);position:relative;transition:all .2s ease}.repository-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.04)}.repository-item.has-value{border-color:#9333ea;background:linear-gradient(to bottom,#f0fdf4,#ffffff)}.repository-item.has-value:hover{box-shadow:0 2px 8px rgba(147,51,234,.06)}.repository-item .repository-item-fields{flex:1;display:flex;flex-direction:column;gap:16px}.repository-item .repository-item-fields .repository-url-wrapper{position:relative;width:100%;display:flex;gap:12px;align-items:flex-start}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container{position:relative;flex:1}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .search-icon{position:absolute;left:14px;top:68%;transform:translateY(-50%);font-size:18px;color:#9ca3af;z-index:1;pointer-events:none}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .power-input-wrapper .power-input{padding-left:42px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .search-spinner{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #e1e3e5;border-top-color:#9333ea;border-radius:50%;animation:spin .8s linear infinite}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.12),0 4px 10px rgba(0,0,0,.08);z-index:1000;margin-top:6px;overflow:hidden;animation:slideUp .2s ease-out}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-header{padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e1e3e5}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-header .autocomplete-header-title{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-list{max-height:320px;overflow-y:auto}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-list::-webkit-scrollbar{width:6px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-list::-webkit-scrollbar-track{background:transparent}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item{padding:14px 16px;display:flex;align-items:flex-start;gap:14px;cursor:pointer;transition:all .15s ease;border-bottom:1px solid #f3f4f6}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item:last-child{border-bottom:none}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item:hover,.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item.active{background:#f0fdf4}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item.selected{background:#f3f4f6;opacity:.7;cursor:not-allowed}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-avatar{flex-shrink:0;width:40px;height:40px;border-radius:10px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-avatar img{width:100%;height:100%;object-fit:cover}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-avatar .avatar-placeholder ion-icon{font-size:20px;color:#fff}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-full-name{font-weight:600;font-size:14px;color:#111827}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-full-name mark{background:#fef08a;color:inherit;padding:0 2px;border-radius:2px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-private-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;color:#92400e;background:#fef3c7;border-radius:100px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-private-badge ion-icon{font-size:12px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-selected-badge{display:inline-flex;align-items:center}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-name-row .repo-selected-badge ion-icon{font-size:18px;color:#9333ea}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-description{font-size:13px;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-meta{display:flex;align-items:center;gap:12px;margin-top:4px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-meta .repo-branch{display:flex;align-items:center;gap:4px;font-size:12px;color:#9ca3af}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown .autocomplete-item .repo-details .repo-meta .repo-branch ion-icon{font-size:14px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown.autocomplete-empty .empty-state{padding:32px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown.autocomplete-empty .empty-state ion-icon{font-size:32px;color:#d1d5db;margin-bottom:4px}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown.autocomplete-empty .empty-state span{font-size:14px;color:#6b7280}.repository-item .repository-item-fields .repository-url-wrapper .search-input-container .autocomplete-dropdown.autocomplete-empty .empty-state span.empty-hint{font-size:12px;color:#9ca3af}.repository-item .repository-item-fields .repository-url-wrapper .branch-input-inline{flex-shrink:0;width:140px}@media (max-width: 768px){.repository-item .repository-item-fields .repository-url-wrapper .branch-input-inline{width:100px}}.repository-item .repository-item-remove{background:none;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s ease;flex-shrink:0}.repository-item .repository-item-remove:hover{background:#fef2f2;color:#ef4444}.repository-item .repository-item-remove ion-icon{font-size:20px}.repository-loading{text-align:center;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.repository-loading .loading-spinner{width:32px;height:32px;border:3px solid #e1e3e5;border-top-color:#9333ea;border-radius:50%;animation:spin .8s linear infinite}.repository-loading span{color:#6b7280;font-size:14px}.repository-github-connect{padding:40px 24px;background:#f9fafb;border-radius:12px;border:2px dashed #e1e3e5}.repository-github-connect .github-connect-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px;margin:0 auto}.repository-github-connect .github-connect-content .github-icon{font-size:64px;color:#6b7280;margin-bottom:8px}.repository-github-connect .github-connect-content h3{margin:0;font-size:18px;font-weight:600;color:#111827}.repository-github-connect .github-connect-content p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.repository-github-connect .github-connect-content .power-secondary-button{margin-top:8px;background:#24292f;color:#fff;border:none;padding:12px 24px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;border-radius:8px;transition:all .2s ease}.repository-github-connect .github-connect-content .power-secondary-button:hover{background:#1b1f23;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.repository-github-connect .github-connect-content .power-secondary-button ion-icon{font-size:20px;color:#fff}.repository-empty{text-align:center;padding:40px 24px;background:#f9fafb;border-radius:12px;border:2px dashed #e1e3e5}.repository-empty ion-icon{font-size:48px;color:#d1d5db;margin-bottom:12px}.repository-empty p{color:#374151;margin:0 0 4px;font-weight:600;font-size:15px}.repository-empty span{color:#9ca3af;font-size:13px}@media (prefers-color-scheme: dark){.repository-input .repository-input-label{color:#f9fafb}.repository-input .repository-item{border-color:#d6d6d6}.repository-input .repository-item:hover{border-color:#4b5563}.repository-input .repository-item.has-value{background:linear-gradient(to bottom,#d6d6d6,#d6d6d6);border-color:#059669}.repository-input .autocomplete-dropdown{background:#1f2937;border-color:#374151}.repository-input .autocomplete-dropdown .autocomplete-header{background:#111827;border-color:#374151}.repository-input .autocomplete-dropdown .autocomplete-item{border-color:#374151}.repository-input .autocomplete-dropdown .autocomplete-item:hover,.repository-input .autocomplete-dropdown .autocomplete-item.active{background:#064e3b}.repository-input .autocomplete-dropdown .autocomplete-item .repo-details .repo-full-name{color:#f9fafb}.repository-input .autocomplete-dropdown .autocomplete-item .repo-details .repo-description{color:#9ca3af}.repository-input .repository-empty{background:#111827;border-color:#374151}.repository-input .repository-empty p{color:#f9fafb}}.env-variables-editor .env-variables-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.env-variables-editor .env-variables-header .env-variables-label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--text-primary)}.env-variables-editor .env-variables-header .env-variables-label ion-icon{font-size:20px;color:var(--primary-color)}.env-variables-editor .env-variables-header .power-secondary-button{background:transparent;color:var(--primary-color);border:none;padding:8px 0;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.env-variables-editor .env-variables-header .power-secondary-button:hover{background:transparent;text-decoration:underline}.env-variables-editor .env-variables-header .power-secondary-button ion-icon{font-size:16px;color:var(--primary-color)}.env-variables-editor .env-variables-list{display:flex;flex-direction:column;gap:16px}.env-variables-editor .env-variable-item{display:grid;grid-template-columns:1fr 2fr 40px;gap:12px;align-items:end}@media (max-width: 768px){.env-variables-editor .env-variable-item{grid-template-columns:1fr 40px}.env-variables-editor .env-variable-item>div:first-child{grid-column:1/2}.env-variables-editor .env-variable-item>div:nth-child(2){grid-column:1/2}.env-variables-editor .env-variable-item>button{grid-row:1/3;grid-column:2;align-self:center}}.env-variables-editor .env-variable-item .env-variable-remove{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .2s ease}.env-variables-editor .env-variable-item .env-variable-remove:hover{background:var(--danger-light);color:var(--danger-color)}.env-variables-editor .env-variable-item .env-variable-remove ion-icon{font-size:20px}.env-variables-editor .env-variables-empty{text-align:center;padding:24px;background:var(--background-secondary);border-radius:8px;border:1px dashed var(--border-color)}.env-variables-editor .env-variables-empty p{color:var(--text-secondary);margin:0;font-size:14px}.users-input{display:flex;flex-direction:column;gap:16px}.users-input .user-item{background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #e9ecef}.users-input .user-item .user-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.users-input .user-item .user-header .user-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.users-input .user-item .user-header .user-icon ion-icon{color:#fff;font-size:16px}.users-input .user-item .user-header .user-number{font-weight:600;color:#333;flex:1}.users-input .user-item .user-header .remove-user-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#dc3545;transition:background .2s}.users-input .user-item .user-header .remove-user-btn:hover{background:rgba(220,53,69,.1)}.users-input .user-item .user-header .remove-user-btn ion-icon{font-size:18px}.users-input .user-item .user-fields{display:flex;flex-direction:column;gap:12px}.users-input .user-item .user-fields .user-field-row{display:flex;gap:12px}.users-input .user-item .user-fields .user-field-row .user-field{flex:1}.users-input .user-item .user-fields .user-field-row .user-field.role-field{flex:.4}.users-input .user-item .user-fields .user-field-row .user-field.description-field,.users-input .user-item .user-fields .user-field-row .user-field.email-field{flex:.6}.users-input .user-item .user-fields .user-field-row .user-field.password-field,.users-input .user-item .user-fields .user-field-row .user-field.phone-field{flex:.4}.users-input .user-item .user-fields .user-field-row .user-field.phone-field.full-width{flex:1}.users-input .user-item .user-fields .user-field-row.auth-type-row{flex-direction:column}.users-input .user-item .user-fields .auth-type-selector{width:100%}.users-input .user-item .user-fields .auth-type-selector .auth-type-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.users-input .user-item .user-fields .auth-type-selector .auth-type-options{display:flex;gap:8px;flex-wrap:wrap}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:#495057}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option ion-icon{font-size:18px;color:#6c757d}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option .option-label{font-weight:500}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option:hover{border-color:#667eea;background:rgba(102,126,234,.05)}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option.selected{border-color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);color:#667eea}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option.selected ion-icon{color:#667eea}.users-input .add-user-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:2px dashed #dee2e6;border-radius:12px;background:transparent;color:#6c757d;transition:all .2s}.users-input .add-user-btn:hover{border-color:#667eea;color:#667eea;background:rgba(102,126,234,.05)}.users-input .add-user-btn ion-icon{font-size:20px}@media (max-width: 768px){.users-input .user-item .user-fields .user-field-row{flex-direction:column}.users-input .user-item .user-fields .user-field-row .user-field.role-field,.users-input .user-item .user-fields .user-field-row .user-field.description-field,.users-input .user-item .user-fields .user-field-row .user-field.email-field,.users-input .user-item .user-fields .user-field-row .user-field.password-field,.users-input .user-item .user-fields .user-field-row .user-field.phone-field{flex:1}.users-input .user-item .user-fields .auth-type-selector .auth-type-options .auth-type-option{flex:1;justify-content:center;min-width:100px}}.source-tab{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-family:inherit;transition:all .2s;color:#64748b}.source-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.source-tab:hover:not(.active){border-color:#667eea;color:#667eea}.template-card{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.template-card:hover{border-color:#667eea;background:#f8f7ff}.template-card.selected{border-color:#667eea;background:#f0eeff;box-shadow:0 0 0 3px rgba(102,126,234,.15)}.template-account-select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#1e293b;background:#fff;cursor:pointer;-webkit-appearance:auto;appearance:auto;transition:border-color .2s}.template-account-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.15)}.template-visibility-section{margin-top:2px}.template-verify-section{display:flex;flex-direction:column;gap:8px}.template-verify-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151;transition:all .2s;font-family:inherit;align-self:flex-start}.template-verify-btn ion-icon{font-size:16px}.template-verify-btn:hover{border-color:#667eea;color:#667eea}.template-verify-btn.checking{opacity:.7;cursor:wait}.template-verify-btn.success{border-color:#10b981;background:#ecfdf5;color:#059669}.template-verify-btn.error{border-color:#ef4444;color:#ef4444}.template-verify-result{display:flex;align-items:flex-start;gap:6px;font-size:12px;padding:8px 12px;border-radius:6px;line-height:1.4}.template-verify-result ion-icon{font-size:16px;flex-shrink:0;margin-top:1px}.template-verify-result strong{font-weight:700}.template-verify-result.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.template-verify-result.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@keyframes slideUp{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.project-create-container{display:flex;flex-direction:column;max-width:800px;width:100%;margin:0 auto;background:#ffffff;border-radius:16px;position:relative;overflow:hidden;animation:fadeIn .3s ease-out;min-height:100%;justify-content:center}.project-create-container.is-page{max-width:100%;background:transparent;border-radius:0;min-height:auto;justify-content:flex-start}.project-create-container.is-page .project-create-page-header{max-width:800px;width:100%;margin:0 auto;padding:32px 0 0;animation:fadeIn .3s ease-out}.project-create-container.is-page .project-create-page-header .back-button{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:#616161;font-size:14px;font-weight:500;padding:6px 0;transition:color .15s ease;text-decoration:none}.project-create-container.is-page .project-create-page-header .back-button ion-icon{font-size:18px}.project-create-container.is-page .project-create-page-header .back-button:hover{color:#303030}.project-create-container.is-page .project-create-page-header .page-title{margin-top:16px;margin-bottom:24px}.project-create-container.is-page .project-create-page-header .page-title h1{margin:0 0 6px;font-size:24px;font-weight:600;color:#000;letter-spacing:-.02em;line-height:1.3}.project-create-container.is-page .project-create-page-header .page-title p{margin:0;font-size:14px;color:#6d7175;line-height:1.5}.project-create-container.is-page .project-create-body{max-width:800px;width:100%;margin:0 auto;padding-bottom:100px}.project-create-container.is-page .project-create-content{padding:2px}.project-create-container.is-page .project-create-footer{position:fixed;bottom:0;left:0;right:0;padding:16px 40px;background:#ffffff;border-top:1px solid #e1e3e5;z-index:10;box-shadow:0 -1px rgba(0,0,0,.04),0 -4px 16px rgba(0,0,0,.06)}.project-create-container .project-create-content{flex:1;overflow-y:auto;padding:32px 32px 140px}.project-create-container .project-create-content .error-message{background:#fff4f4;color:#d72c0d;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;border:1px solid #ffd2cc;display:flex;align-items:center;gap:10px;animation:slideUp .3s ease-out,shake .4s ease-out}.project-create-container .project-create-content .error-message ion-icon{font-size:20px;flex-shrink:0}.project-create-container .project-create-content .error-message span{flex:1}.project-create-container .project-create-content .form-section{display:flex;gap:20px;background:#ffffff;border:1px solid #e1e3e5;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:0 1px rgba(0,0,0,.04);animation:slideUp .35s ease-out backwards;transition:box-shadow .15s ease}.project-create-container .project-create-content .form-section:nth-child(2){animation-delay:.05s}.project-create-container .project-create-content .form-section:nth-child(3){animation-delay:.1s}.project-create-container .project-create-content .form-section:nth-child(4){animation-delay:.15s}.project-create-container .project-create-content .form-section:hover{box-shadow:0 0 0 0 transparent,0 1px 1px rgba(0,0,0,.08)}.project-create-container .project-create-content .form-section:focus-within{border-color:#9333ea;box-shadow:0 0 0 1px #9333ea}.project-create-container .project-create-content .form-section .section-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f1f8f5}.project-create-container .project-create-content .form-section .section-icon ion-icon{font-size:22px;color:#9333ea}.project-create-container .project-create-content .form-section.repositories-section .section-icon{background:#f4f6f8}.project-create-container .project-create-content .form-section.repositories-section .section-icon ion-icon{color:#5c6ac4}.project-create-container .project-create-content .form-section.env-section .section-icon{background:#fdf4f7}.project-create-container .project-create-content .form-section.env-section .section-icon ion-icon{color:#9c6ade}.project-create-container .project-create-content .form-section.users-section .section-icon{background:#fef8f0}.project-create-container .project-create-content .form-section.users-section .section-icon ion-icon{color:#b98900}.project-create-container .project-create-content .form-section.llm-guidance-section .section-icon{background:#f3e8ff}.project-create-container .project-create-content .form-section.llm-guidance-section .section-icon ion-icon{color:#9333ea}.project-create-container .project-create-content .form-section .section-content{flex:1;min-width:0}.project-create-container .project-create-content .form-section .section-content .connect-github-section{margin-top:20px;padding-top:20px;display:flex;justify-content:center}.project-create-container .project-create-content .form-section .section-content .connect-github-section .power-secondary-button{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;background:#303030;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease;font-weight:500;border:1px solid rgba(0,0,0,.1)}.project-create-container .project-create-content .form-section .section-content .connect-github-section .power-secondary-button ion-icon{font-size:18px}.project-create-container .project-create-content .form-section .section-content .connect-github-section .power-secondary-button:hover{background:#f1f1f1;color:#000}.project-create-container .project-create-content .form-section .section-content .connect-github-section .power-secondary-button:active{background:#e1e1e1}.project-create-container .project-create-content .form-section .section-header{margin-bottom:16px}.project-create-container .project-create-content .form-section .section-header h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#000;letter-spacing:-.01em}.project-create-container .project-create-content .form-section .section-header p{margin:0;font-size:13px;color:#6d7175;line-height:1.5}.project-create-container .project-create-footer{position:fixed;bottom:0;left:0;right:0;padding:16px 40px;background:#ffffff;border-top:1px solid #e1e3e5;display:flex;justify-content:space-between;align-items:center;z-index:10;box-shadow:0 -1px rgba(0,0,0,.04),0 -4px 16px rgba(0,0,0,.06)}.project-create-container .project-create-footer .footer-summary .summary-valid{display:flex;align-items:center;gap:8px;color:#9333ea;font-size:14px;font-weight:500}.project-create-container .project-create-footer .footer-summary .summary-valid ion-icon{font-size:20px}.project-create-container .project-create-footer .footer-summary .summary-hint span{color:#8c9196;font-size:14px}.project-create-container .project-create-footer .footer-actions{display:flex;gap:8px}.project-create-container .project-create-footer .footer-actions .power-secondary-button{min-width:80px;height:36px;font-size:14px;font-weight:500;background:#ffffff;color:#303030;border:1px solid #c9cccf;border-radius:8px;cursor:pointer;transition:all .15s ease;padding:0 16px}.project-create-container .project-create-footer .footer-actions .power-secondary-button:hover{background:#f6f6f7}.project-create-container .project-create-footer .footer-actions .power-secondary-button:active{background:#f1f2f3}.project-create-container .project-create-footer .footer-actions .power-primary-button{min-width:140px;height:36px;font-size:14px;font-weight:600;background:#9333EA;color:#fff;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 20px}.project-create-container .project-create-footer .footer-actions .power-primary-button:hover:not(:disabled){background:#7c2bd4}.project-create-container .project-create-footer .footer-actions .power-primary-button:active:not(:disabled){background:#6b21a8}.project-create-container .project-create-footer .footer-actions .power-primary-button:disabled{background:#f1f2f3;color:#8c9196;cursor:not-allowed}.project-create-container .project-create-footer .footer-actions .power-primary-button .loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.project-create-container{border-radius:0;max-height:100vh;height:100%;background:#f6f6f7}.project-create-container.is-page .project-create-page-header{padding:20px 16px 0}.project-create-container.is-page .project-create-page-header .page-title{margin-bottom:16px}.project-create-container.is-page .project-create-page-header .page-title h1{font-size:20px}.project-create-container.is-page .project-create-body{padding:0 16px}.project-create-container .project-create-content{padding:16px 16px 140px}.project-create-container .project-create-content .form-section{flex-direction:column;padding:16px;gap:12px}.project-create-container .project-create-content .form-section .section-icon{width:36px;height:36px;border-radius:8px}.project-create-container .project-create-content .form-section .section-icon ion-icon{font-size:18px}.project-create-container .project-create-content .form-section .section-header h3{font-size:15px}.project-create-container .project-create-content .form-section .section-header p{font-size:12px}.project-create-container .project-create-footer{padding:12px 16px;flex-direction:column;gap:12px}.project-create-container .project-create-footer .footer-summary{width:100%;text-align:center}.project-create-container .project-create-footer .footer-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.project-create-container .project-create-footer .footer-actions .power-secondary-button,.project-create-container .project-create-footer .footer-actions .power-primary-button{width:100%;min-width:unset}}@media (prefers-color-scheme: dark){.project-create-container.is-page .project-create-page-header .back-button{color:#a6acb3}.project-create-container.is-page .project-create-page-header .back-button:hover,.project-create-container.is-page .project-create-page-header .page-title h1{color:#e4e5e7}.project-create-container.is-page .project-create-page-header .page-title p{color:#8c9196}.project-create-container .project-create-content .error-message{background:#451a1a;color:#fecaca;border-color:#7f1d1d}.project-create-container .project-create-content .form-section{border-color:#d6d6d6}.project-create-container .project-create-content .form-section:hover{box-shadow:0 1px 2px rgba(0,0,0,.2)}.project-create-container .project-create-content .form-section:focus-within{border-color:#9333ea;box-shadow:0 0 0 1px #9333ea}.project-create-container .project-create-content .form-section .section-icon{background:rgba(147,51,234,.12)}.project-create-container .project-create-content .form-section.repositories-section .section-icon{background:rgba(92,106,196,.12)}.project-create-container .project-create-content .form-section.env-section .section-icon{background:rgba(156,106,222,.12)}.project-create-container .project-create-content .form-section.users-section .section-icon{background:rgba(185,137,0,.12)}.project-create-container .project-create-content .form-section.llm-guidance-section .section-icon{background:rgba(147,51,234,.12)}.project-create-container .project-create-content .form-section .section-header h3{color:#e4e5e7}.project-create-container .project-create-content .form-section .section-header p{color:#8c9196}.project-create-container .project-create-footer{border-color:#333638}.project-create-container .project-create-footer .footer-summary .summary-hint span{color:#6d7175}.project-create-container .project-create-footer .footer-actions .power-secondary-button{background:#2a2c2e;color:#e4e5e7;border-color:#333638}.project-create-container .project-create-footer .footer-actions .power-secondary-button:hover{background:#333638}}.project-edit-container{display:flex;flex-direction:column;height:100%;background:#f6f6f7}.project-edit-container.is-page{padding:0}.project-edit-container .project-edit-page-header{padding:24px 32px;background:white;border-bottom:1px solid #e5e5e5}.project-edit-container .project-edit-page-header .back-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:0;margin-bottom:16px;transition:color .2s}.project-edit-container .project-edit-page-header .back-button:hover{color:#000}.project-edit-container .project-edit-page-header .back-button ion-icon{font-size:20px}.project-edit-container .project-edit-page-header .page-title h1{margin:0 0 8px;color:#000}.project-edit-container .project-edit-page-header .page-title p{margin:0;color:#666;font-size:14px}.project-edit-container .project-edit-body{flex:1;overflow-y:auto;padding:24px 32px}.project-edit-container .project-edit-content{max-width:800px;margin:0 auto}.project-edit-container .error-message,.project-edit-container .success-message{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px}.project-edit-container .error-message ion-icon,.project-edit-container .success-message ion-icon{font-size:20px;flex-shrink:0}.project-edit-container .error-message{background:#fee;color:#c00;border:1px solid #fcc}.project-edit-container .error-message ion-icon{color:#c00}.project-edit-container .success-message{background:#efe;color:#060;border:1px solid #cfc}.project-edit-container .success-message ion-icon{color:#060}.project-edit-container .form-section{display:flex;gap:24px;padding:32px;background:white;border-radius:12px;border:1px solid #e5e5e5;margin-bottom:24px}.project-edit-container .form-section .section-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f6f6f7;border-radius:12px}.project-edit-container .form-section .section-icon ion-icon{font-size:24px;color:#666}.project-edit-container .form-section .section-content{flex:1;min-width:0}.project-edit-container .form-section .section-header{margin-bottom:24px}.project-edit-container .form-section .section-header h3{margin:0 0 8px;color:#000;font-size:18px;font-weight:600}.project-edit-container .form-section .section-header p{margin:0;color:#666;font-size:14px;line-height:1.5}.project-edit-container .project-edit-footer{padding:20px 32px;background:white;border-top:1px solid #e5e5e5}.project-edit-container .project-edit-footer .footer-actions{max-width:800px;margin:0 auto;display:flex;justify-content:flex-end;gap:12px}.project-edit-container .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.project-edit-container .loading-state .loading-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.project-edit-container .loading-state p{margin:0;color:#666;font-size:14px}.project-edit-container .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.project-edit-container .auto-merge-toggle .toggle-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9f9f9;border-radius:8px;border:1px solid #e5e5e5}.project-edit-container .auto-merge-toggle .toggle-label{display:flex;flex-direction:column;gap:4px}.project-edit-container .auto-merge-toggle .toggle-title{font-size:15px;font-weight:500;color:#000}.project-edit-container .auto-merge-toggle .toggle-description{font-size:13px;color:#666}.project-edit-container .auto-merge-toggle ion-toggle{--background: #ccc;--background-checked: #34c759;--handle-background: white;--handle-background-checked: white}.project-setup-container{max-width:800px;margin:0 auto;padding:24px 20px 40px}.project-setup-container .setup-header{margin-bottom:24px}.project-setup-container .setup-header h1{margin:0 0 8px}.project-setup-container .setup-header .setup-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.setup-live-preview{margin-top:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.setup-live-preview-title{font-size:15px;font-weight:600;color:#1f2937;padding:16px 20px;margin:0;border-bottom:1px solid #f1f5f9}.setup-live-preview-tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb}.setup-preview-tab{padding:10px 20px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .2s}.setup-preview-tab:hover{color:#1f2937;background:#f9fafb}.setup-preview-tab.active{color:#7c3aed;border-bottom-color:#7c3aed}.setup-preview-frame-container{width:100%;height:500px;background:#f8fafc}.setup-preview-iframe{width:100%;height:100%;border:none}.setup-repo-logs{margin-top:20px;margin-bottom:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.setup-repo-logs-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1f2937;padding:16px 20px;margin:0;border-bottom:1px solid #f1f5f9}.setup-repo-logs-title ion-icon{font-size:18px;color:#6b7280}.setup-repo-list{display:flex;flex-direction:column}.setup-repo-item{border-bottom:1px solid #f1f5f9}.setup-repo-item:last-child{border-bottom:none}.setup-repo-header{display:flex;align-items:center;gap:8px;padding:12px 20px;cursor:pointer;transition:background .15s}.setup-repo-header:hover{background:#f9fafb}.setup-repo-chevron{font-size:14px;color:#9ca3af;flex-shrink:0}.setup-repo-name{font-size:14px;font-weight:600;color:#1e293b}.setup-repo-port{font-size:12px;color:#9ca3af;font-family:monospace}.setup-repo-refresh-btn{margin-left:auto;background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;transition:all .2s}.setup-repo-refresh-btn:hover{background:#f1f5f9;color:#3b82f6;border-color:#3b82f6}.setup-repo-refresh-btn ion-icon{font-size:14px}.setup-repo-refresh-btn .spin{animation:spin .8s linear infinite}.setup-repo-log-body{background:#0d1117;border-top:1px solid #21262d;max-height:400px;overflow-y:auto}.setup-repo-log-loading{padding:20px;text-align:center;color:#8b949e;font-size:13px}.setup-repo-log-section{padding:0}.setup-repo-log-section:not(:last-child){border-bottom:1px solid #21262d}.setup-repo-log-section-title{font-size:11px;font-weight:600;color:#58a6ff;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px;background:#161b22}.setup-repo-log-body pre{margin:0;padding:8px 16px 12px;font-size:12px;font-family:SF Mono,Fira Code,monospace;color:#c9d1d9;white-space:pre-wrap;word-break:break-all;line-height:1.6}.project-interact-container{display:flex;flex-direction:column;height:calc(100vh - 56px);max-width:900px;margin:0 auto;padding:0}.project-interact-container .interact-header-actions{display:flex;align-items:center;gap:8px}.project-interact-container .interact-header-actions button{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s}.project-interact-container .interact-header-actions button ion-icon{font-size:16px}.project-interact-container .interact-header-actions button:disabled{opacity:.4;cursor:not-allowed}.project-interact-container .interact-header-actions .interact-clear-btn{background:rgba(0,0,0,.06);color:var(--text-color, #333)}.project-interact-container .interact-header-actions .interact-clear-btn:hover:not(:disabled){background:rgba(0,0,0,.1)}.project-interact-container .interact-header-actions .interact-back-btn{background:rgba(0,0,0,.06);color:var(--text-color, #333)}.project-interact-container .interact-header-actions .interact-back-btn:hover{background:rgba(0,0,0,.1)}.project-interact-container .interact-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.project-interact-container .interact-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 20px;text-align:center}.project-interact-container .interact-empty-state .interact-empty-icon{width:72px;height:72px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.project-interact-container .interact-empty-state .interact-empty-icon ion-icon{font-size:36px;color:var(--ion-color-primary, #3880ff)}.project-interact-container .interact-empty-state .interact-empty-subtitle{color:#6b7280;margin-top:8px;max-width:400px;line-height:1.5}.project-interact-container .interact-empty-state .interact-suggestions{display:flex;flex-direction:column;gap:8px;margin-top:24px;width:100%;max-width:420px}.project-interact-container .interact-empty-state .interact-suggestion-btn{padding:10px 16px;background:white;border:1px solid rgba(0,0,0,.12);border-radius:10px;text-align:left;cursor:pointer;font-size:13px;color:#374151;transition:all .2s}.project-interact-container .interact-empty-state .interact-suggestion-btn:hover{background:rgba(56,128,255,.06);border-color:rgba(56,128,255,.3);color:var(--ion-color-primary, #3880ff)}.project-interact-container .interact-message{display:flex;gap:12px;max-width:100%}.project-interact-container .interact-message--user{flex-direction:row-reverse}.project-interact-container .interact-message--user .interact-message-content{background:var(--ion-color-primary, #3880ff);color:#fff;border-radius:18px 4px 18px 18px;align-items:flex-end}.project-interact-container .interact-message--user .interact-message-header{flex-direction:row-reverse;color:rgba(255,255,255,.8)}.project-interact-container .interact-message--user .interact-message-role{color:rgba(255,255,255,.9)!important}.project-interact-container .interact-message--user .interact-message-time{color:rgba(255,255,255,.6)!important}.project-interact-container .interact-message--user .interact-message-pre{color:#fff}.project-interact-container .interact-message--user .interact-message-avatar{background:var(--ion-color-primary, #3880ff);border:2px solid rgba(255,255,255,.3);color:#fff}.project-interact-container .interact-message--assistant .interact-message-content{background:white;border:1px solid rgba(0,0,0,.08);border-radius:4px 18px 18px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.project-interact-container .interact-message--error .interact-message-content{background:#fef2f2;border-color:#fecaca}.project-interact-container .interact-message--error .interact-message-pre{color:#dc2626}.project-interact-container .interact-message--loading .interact-message-content{padding:14px 18px}.project-interact-container .interact-message-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.project-interact-container .interact-message-avatar ion-icon{font-size:18px;color:#6b7280}.project-interact-container .interact-message-content{flex:1;max-width:calc(100% - 50px);padding:10px 14px;display:flex;flex-direction:column;gap:4px}.project-interact-container .interact-message-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.project-interact-container .interact-message-role{font-size:12px;font-weight:600;color:#6b7280}.project-interact-container .interact-message-time{font-size:11px;color:#9ca3af}.project-interact-container .interact-message-text{overflow:auto}.project-interact-container .interact-message-pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#1f2937}.project-interact-container .interact-typing-indicator{display:flex;align-items:center;gap:4px;padding:4px 0}.project-interact-container .interact-typing-indicator span{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:typing-bounce 1.4s infinite ease-in-out}.project-interact-container .interact-typing-indicator span:nth-child(1){animation-delay:0s}.project-interact-container .interact-typing-indicator span:nth-child(2){animation-delay:.2s}.project-interact-container .interact-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);background:#9ca3af}30%{transform:translateY(-6px);background:var(--ion-color-primary, #3880ff)}}.project-interact-container .interact-input-area{padding:16px 20px 20px;border-top:1px solid rgba(0,0,0,.08);background:white;box-shadow:0 -2px 12px rgba(0,0,0,.04)}.project-interact-container .interact-input-area .interact-input-wrapper{display:flex;align-items:flex-end;gap:10px;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:10px 12px;transition:border-color .2s}.project-interact-container .interact-input-area .interact-input-wrapper:focus-within{border-color:var(--ion-color-primary, #3880ff);background:white}.project-interact-container .interact-input-area .interact-textarea{flex:1;border:none;background:transparent;resize:none;font-size:14px;line-height:1.5;color:#1f2937;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:42px;max-height:200px;overflow-y:auto}.project-interact-container .interact-input-area .interact-textarea::placeholder{color:#9ca3af}.project-interact-container .interact-input-area .interact-textarea:disabled{opacity:.6;cursor:not-allowed}.project-interact-container .interact-input-area .interact-send-btn{width:38px;height:38px;min-width:38px;border:none;border-radius:10px;background:var(--ion-color-primary, #3880ff);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.project-interact-container .interact-input-area .interact-send-btn ion-icon{font-size:18px}.project-interact-container .interact-input-area .interact-send-btn:hover:not(:disabled){background:var(--ion-color-primary-shade, #2e72de);transform:scale(1.05)}.project-interact-container .interact-input-area .interact-send-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.project-interact-container .interact-input-area .interact-input-hint{margin-top:8px;padding-left:4px;color:#9ca3af}.project-interact-container .interact-input-area .interact-input-hint kbd{background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.1);border-radius:4px;padding:1px 5px;font-size:11px;font-family:monospace}.failed-tasks-section{margin-top:20px;border:1px solid #fecaca;border-radius:8px;background:var(--brand-surface-color, #fff);overflow:hidden}.failed-tasks-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;background:#fef2f2;border:none;cursor:pointer;min-height:44px}.failed-tasks-header:hover{background:#fee2e2}.failed-tasks-header .failed-tasks-header-left{display:flex;align-items:center;gap:8px}.failed-tasks-header .failed-tasks-icon{font-size:18px;color:#ef4444}.failed-tasks-header .failed-tasks-title{font-size:14px;font-weight:600;color:#991b1b}.failed-tasks-header .failed-tasks-count{background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:1px 7px;border-radius:10px}.failed-tasks-header .failed-tasks-chevron{font-size:16px;color:#991b1b}.failed-tasks-list{display:flex;flex-direction:column;gap:0}.failed-task-card{padding:12px 16px;border-top:1px solid #fecaca;display:flex;flex-direction:column;gap:8px}.failed-task-card:hover{background:#fef8f8}.failed-task-info{display:flex;align-items:flex-start;gap:8px}.failed-task-urgency{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;flex-shrink:0;margin-top:2px}.failed-task-urgency.urgency-critical{background:#fef2f2;color:#dc2626}.failed-task-urgency.urgency-high{background:#fff7ed;color:#ea580c}.failed-task-urgency.urgency-medium{background:#fffbeb;color:#d97706}.failed-task-urgency.urgency-low{background:#f0fdf4;color:#16a34a}.failed-task-desc{font-size:13px;color:var(--brand-text-primary, #202223);cursor:pointer;line-height:1.4}.failed-task-desc:hover{text-decoration:underline}.failed-task-error{font-size:12px;color:#991b1b;background:#fef2f2;padding:6px 10px;border-radius:6px;border-left:3px solid #ef4444;line-height:1.4;font-family:monospace}.failed-task-actions{display:flex;gap:8px;align-items:center}.failed-task-retry-btn{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;border:1px solid var(--brand-purple, #9333EA);background:var(--brand-purple-light, rgba(147, 51, 234, .1));color:var(--brand-purple, #9333EA);cursor:pointer;min-height:32px}.failed-task-retry-btn:hover{background:rgba(147,51,234,.2)}.failed-task-retry-btn ion-icon{font-size:14px}.failed-task-view-btn{font-size:12px;padding:4px 10px;border-radius:6px;border:1px solid var(--brand-border, #e1e3e5);background:none;color:var(--brand-text-secondary, #6d7175);cursor:pointer;min-height:32px}.failed-task-view-btn:hover{background:#f3f4f6}.failed-task-delete-btn{display:flex;align-items:center;padding:4px 8px;border-radius:6px;border:none;background:none;color:#9ca3af;cursor:pointer;min-height:32px}.failed-task-delete-btn:hover{color:#ef4444;background:#fef2f2}.failed-task-delete-btn ion-icon{font-size:16px}@media (max-width: 768px){.failed-task-actions{flex-wrap:wrap}.failed-task-retry-btn,.failed-task-view-btn{flex:1;justify-content:center}}.feedback-tasks-section{margin-top:16px;border:1px solid #fde68a;border-radius:8px;background:var(--brand-surface-color, #fff);overflow:hidden}.feedback-tasks-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;background:#fffbeb;border:none;cursor:pointer;min-height:44px}.feedback-tasks-header:hover{background:#fef3c7}.feedback-tasks-header .feedback-tasks-header-left{display:flex;align-items:center;gap:8px}.feedback-tasks-header .feedback-tasks-icon{font-size:18px;color:#d97706}.feedback-tasks-header .feedback-tasks-title{font-size:14px;font-weight:600;color:#92400e}.feedback-tasks-header .feedback-tasks-count{background:#d97706;color:#fff;font-size:11px;font-weight:700;padding:1px 7px;border-radius:10px}.feedback-tasks-header .feedback-tasks-chevron{font-size:16px;color:#92400e}.feedback-tasks-list{display:flex;flex-direction:column;gap:0}.feedback-task-card{padding:12px 16px;border-top:1px solid #fde68a;display:flex;flex-direction:column;gap:8px}.feedback-task-card:hover{background:#fffdf5}.feedback-task-info{display:flex;align-items:flex-start;gap:8px}.feedback-task-status-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:4px;text-transform:uppercase;flex-shrink:0;margin-top:2px}.feedback-task-status-badge.pending{background:#fef3c7;color:#d97706}.feedback-task-status-badge.accepted{background:#d1fae5;color:#065f46}.feedback-task-status-badge.declined{background:#f3f4f6;color:#6b7280}.feedback-task-desc{font-size:13px;color:var(--brand-text-primary, #202223);line-height:1.4}.feedback-task-actions{display:flex;gap:8px;align-items:center}.feedback-task-accept-btn{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;border:1px solid #16a34a;background:rgba(22,163,74,.08);color:#15803d;cursor:pointer;min-height:32px}.feedback-task-accept-btn:hover{background:rgba(22,163,74,.18)}.feedback-task-accept-btn ion-icon{font-size:14px}.feedback-task-decline-btn{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;border:1px solid var(--brand-border, #e1e3e5);background:none;color:var(--brand-text-secondary, #6d7175);cursor:pointer;min-height:32px}.feedback-task-decline-btn:hover{background:#f3f4f6}.feedback-task-decline-btn ion-icon{font-size:14px}.feedback-task-delete-btn{display:flex;align-items:center;padding:4px 8px;border-radius:6px;border:none;background:none;color:#9ca3af;cursor:pointer;min-height:32px}.feedback-task-delete-btn:hover{color:#ef4444;background:#fef2f2}.feedback-task-delete-btn ion-icon{font-size:16px}@media (max-width: 768px){.feedback-task-actions{flex-wrap:wrap}.feedback-task-accept-btn,.feedback-task-decline-btn{flex:1;justify-content:center}}.board-more-menu{background:var(--brand-surface-color, #ffffff);padding:6px 0;min-width:200px}.board-more-menu .board-more-item{display:flex;align-items:center;gap:10px;padding:12px 18px;min-height:44px;font-size:14px;cursor:pointer;transition:background .15s;white-space:nowrap;color:var(--brand-text, #1f2937)}.board-more-menu .board-more-item:hover{background:var(--brand-bg, #f3f4f6)}.board-more-menu .board-more-item:active{background:var(--brand-border-color, #e5e7eb)}.board-more-menu .board-more-item ion-icon{font-size:18px;color:var(--brand-text-sec, #6b7280)}.selected-project-tags{display:flex;gap:4px;align-items:center;flex-shrink:0}.project-option-with-tags{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.project-option-with-tags .project-option-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-option-with-tags .option-tags{display:flex;gap:4px;flex-shrink:0}.task-count-tag{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:600;line-height:1}.task-count-tag.in-progress{background:rgba(59,130,246,.15);color:var(--status-in-progress)}.task-count-tag.backlog{background:rgba(107,114,128,.15);color:var(--status-backlog)}.task-count-tag.done{background:rgba(16,185,129,.15);color:var(--status-done)}.task-search-bar{display:flex;gap:10px;align-items:center;margin-bottom:0;padding:10px 20px;flex-wrap:wrap;border-bottom:1px solid var(--border-color);background:var(--brand-surface-color, #ffffff)}.task-search-bar .task-search-input-wrapper{display:flex;align-items:center;background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:8px;padding:8px 12px;min-width:200px;flex:1;max-width:300px;transition:border-color .2s ease}.task-search-bar .task-search-input-wrapper:focus-within{border-color:var(--brand-primary, #3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.task-search-bar .task-search-input-wrapper .task-search-icon{font-size:16px;color:#9ca3af;margin-right:8px;flex-shrink:0}.task-search-bar .task-search-input-wrapper .task-search-input{border:none;outline:none;background:transparent;font-size:13px;color:var(--brand-text, #374151);flex:1;min-width:0;font-family:inherit}.task-search-bar .task-search-input-wrapper .task-search-input::placeholder{color:#9ca3af}.task-board-container{height:100%;display:flex;flex-direction:column}.task-board-container .task-board-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;gap:16px;flex-wrap:wrap;border-bottom:1px solid var(--border-color)}.task-board-container .task-board-header .project-selector{display:flex;align-items:center;gap:12px;flex:1;min-width:200px;max-width:400px}.task-board-container .task-board-header .project-selector .power-input-select{flex:1}.task-board-container .task-board-header .header-actions{display:flex;align-items:center;gap:10px}.task-board-container .task-board-header .header-actions .refresh-button{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.task-board-container .task-board-header .header-actions .refresh-button:hover{background:var(--background-secondary)}.task-board-container .task-board-header .header-actions .refresh-button ion-icon{font-size:20px;color:var(--text-secondary)}.task-board-container .task-board-header .header-actions .filter-scheduled-button{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.task-board-container .task-board-header .header-actions .filter-scheduled-button:hover{background:var(--background-secondary)}.task-board-container .task-board-header .header-actions .filter-scheduled-button ion-icon{font-size:20px;color:var(--text-secondary)}.task-board-container .task-board-header .header-actions .filter-scheduled-button.active{background:rgba(37,99,235,.1);border-color:var(--brand-primary)}.task-board-container .task-board-header .header-actions .filter-scheduled-button.active ion-icon{color:var(--brand-primary)}.task-board-container .task-board-header .header-actions .clean-button{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:var(--text-secondary)}.task-board-container .task-board-header .header-actions .clean-button:hover:not(:disabled){background:var(--background-secondary);border-color:var(--brand-primary);color:var(--brand-primary)}.task-board-container .task-board-header .header-actions .clean-button:hover:not(:disabled) ion-icon{color:var(--brand-primary)}.task-board-container .task-board-header .header-actions .clean-button:disabled{opacity:.6;cursor:not-allowed}.task-board-container .task-board-header .header-actions .clean-button ion-icon{font-size:18px;color:var(--text-secondary)}.task-board-container .task-board-header .header-actions .clean-button span{color:inherit}.task-board-container .task-board-header .header-actions .test-mode-toggle{display:flex;align-items:center;gap:8px;padding:0 12px;height:44px;background:var(--card-background);border:1px solid var(--border-color);border-radius:8px}.task-board-container .task-board-header .header-actions .test-mode-toggle .test-mode-label{font-size:14px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.task-board-container .task-board-header .header-actions .test-mode-toggle ion-toggle{--background: #e0e0e0;--background-checked: var(--brand-primary);--handle-background: white;--handle-background-checked: white;padding:0}.task-board-container .task-board-header .header-actions .start-again-button{background:var(--score-medium, #f59e0b);border:none;border-radius:8px;height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#fff}.task-board-container .task-board-header .header-actions .start-again-button:hover{background:#d97706}.task-board-container .task-board-header .header-actions .start-again-button ion-icon{font-size:18px;color:#fff}.task-board-container .task-board-header .header-actions .start-again-button span{color:#fff}.task-board-container .no-project-selected{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.task-board-container .task-board-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:10px}.task-board-container .task-board-empty-state .empty-state-icon{font-size:48px;color:var(--brand-primary);margin-bottom:8px}.task-board-container .task-board-empty-state .empty-state-hint{margin-top:8px}.task-board-container .task-board-error-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:10px}.task-board-container .task-board-error-card .error-card-icon{font-size:48px;color:#ea580c;margin-bottom:8px}.task-board-container .task-board-error-card .error-retry-btn{display:flex;align-items:center;gap:6px;margin-top:8px;padding:10px 20px;background:#ea580c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease}.task-board-container .task-board-error-card .error-retry-btn ion-icon{font-size:16px}.task-board-container .task-board-error-card .error-retry-btn:hover{background:#c2410c}.task-board-container .task-board-loading{flex:1;display:flex;align-items:center;justify-content:center}.task-board-container .kanban-board-skeleton{flex:1;display:flex;gap:12px;padding:16px;overflow-x:auto}.restart-confirm-overlay,.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px}.restart-confirm-overlay .restart-confirm-dialog,.restart-confirm-overlay .delete-confirm-dialog,.delete-confirm-overlay .restart-confirm-dialog,.delete-confirm-overlay .delete-confirm-dialog{background:white;border-radius:16px;padding:24px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3)}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-icon,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-icon,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-icon,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-icon,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-icon,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-icon,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon ion-icon,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-icon ion-icon,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-icon ion-icon,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-icon ion-icon,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-icon ion-icon,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-icon ion-icon,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-icon ion-icon,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon ion-icon{font-size:28px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-icon,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-icon,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-icon{background:#fef3c7}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon ion-icon,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-icon ion-icon,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-icon ion-icon,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-icon ion-icon{color:#f59e0b}.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-icon,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-icon,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-icon,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon{background:#fee2e2}.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-icon ion-icon,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-icon ion-icon,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-icon ion-icon,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-icon ion-icon{color:#dc2626}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-title,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-title,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-title,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-title,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-title,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-title,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-title,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-title{color:#172b4d;margin-bottom:8px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-message,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-message,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-message,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-message,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-message,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-message,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-message,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-message{color:#5e6c84;font-size:14px;line-height:1.5;margin-bottom:24px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions{display:flex;gap:12px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button ion-icon,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button ion-icon,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button ion-icon,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button ion-icon,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button ion-icon,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button ion-icon,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button ion-icon,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button ion-icon{font-size:16px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button:disabled,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button:disabled,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button:disabled,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button:disabled,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button:disabled,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions button:disabled,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions button:disabled,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions button:disabled{opacity:.6;cursor:not-allowed}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .cancel-btn,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .cancel-btn,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .cancel-btn,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .cancel-btn,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn{background:#f4f5f7;border:1px solid #dfe1e6;color:#5e6c84}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn:hover:not(:disabled),.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .cancel-btn:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .cancel-btn:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .cancel-btn:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .cancel-btn:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .cancel-btn:hover:not(:disabled){background:#ebecf0}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn{background:var(--score-medium, #f59e0b);border:none;color:#fff}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn:hover:not(:disabled),.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn:hover:not(:disabled){background:#d97706}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn.delete,.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn.delete,.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn.delete,.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete,.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn.delete,.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn.delete,.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn.delete,.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete{background:var(--status-failed, #dc2626)}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn.delete:hover:not(:disabled),.restart-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn.delete:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn.delete:hover:not(:disabled),.restart-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn.delete:hover:not(:disabled),.delete-confirm-overlay .restart-confirm-dialog .delete-confirm-actions .confirm-btn.delete:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .restart-confirm-actions .confirm-btn.delete:hover:not(:disabled),.delete-confirm-overlay .delete-confirm-dialog .delete-confirm-actions .confirm-btn.delete:hover:not(:disabled){background:#b91c1c}@media (max-width: 768px){.task-search-bar{padding:8px 16px;gap:8px}.task-search-bar .task-search-input-wrapper{min-width:unset;max-width:unset;flex:1 1 100%}.task-search-bar .dashboard-select{flex:1;min-width:0}.task-board-container{background:var(--brand-bg, #f6f6f7)!important}.task-board-container .task-board-header{padding:12px 16px;background:var(--brand-surface-color, #ffffff);border-bottom:1px solid var(--brand-border-color, #e1e3e5);gap:10px}.task-board-container .task-board-header .project-selector{flex:1;min-width:unset;max-width:unset;gap:8px}.task-board-container .task-board-header .project-selector .font-size-14{font-size:13px!important;color:#202223!important;white-space:nowrap}.task-board-container .task-board-header .project-selector .power-input-select:focus-within{border-color:var(--brand-primary)}.task-board-container .task-board-header .header-actions{gap:8px}.task-board-container .task-board-header .header-actions .test-mode-toggle{height:44px;padding:0 10px;background:#ffffff;border:1px solid #c9cccf}.task-board-container .task-board-header .header-actions .test-mode-toggle .test-mode-label{font-size:13px}.task-board-container .task-board-header .header-actions .start-again-button{width:44px;height:44px;padding:0;border-radius:8px}.task-board-container .task-board-header .header-actions .start-again-button:active{background:#d97706}.task-board-container .task-board-header .header-actions .start-again-button span{display:none}.task-board-container .task-board-header .header-actions .start-again-button ion-icon{font-size:20px}.task-board-container .task-board-header .header-actions .refresh-button{background:#ffffff;border:1px solid #c9cccf;width:44px;height:44px;border-radius:8px}.task-board-container .task-board-header .header-actions .refresh-button:active{background:#f1f2f3}.task-board-container .task-board-header .header-actions .refresh-button ion-icon{color:#5c5f62}.task-board-container .task-board-header .header-actions .clean-button{background:#ffffff;border:1px solid #c9cccf;width:44px;height:44px;border-radius:8px;padding:0}.task-board-container .task-board-header .header-actions .clean-button:active:not(:disabled){background:#f1f2f3}.task-board-container .task-board-header .header-actions .clean-button ion-icon{color:#5c5f62;font-size:20px}.task-board-container .task-board-header .header-actions .power-primary-button{background:var(--brand-primary)!important;border:none!important;border-radius:8px;font-weight:500;padding:10px 14px!important;font-size:14px!important}.task-board-container .task-board-header .header-actions .power-primary-button:active{background:#1d4ed8!important}.task-board-container .task-board-header .header-actions .power-primary-button ion-icon{font-size:18px}.task-board-container .no-project-selected,.task-board-container .task-board-loading{background:#f6f6f7}}.power-input-select{position:relative;min-height:50px}.power-input-select.has-value .ant-select-selection-item{color:#000}.power-input-select .ant-select-selector{border-radius:12px;box-shadow:0 0 0 2px rgba(99,102,241,.1);border:1px solid #c8c8c8;transition:all .3s ease;min-height:50px;color:#9e9e9e}.power-input-select .ant-select-selector::placeholder{color:#9e9e9e}.power-input-select .ant-select-selector:hover{border-color:#bbb}.power-input-select.ant-select-focused .ant-select-selector,.power-input-select:hover .ant-select-selector{outline:none;border:2px solid transparent!important;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box!important;box-shadow:0 0 0 4px rgba(99,102,241,.1)!important;animation:lightningEffect .5s ease}@media (max-width: 768px){.power-input-select{min-height:44px;background:#ffffff;border:1px solid #e1e3e5;border-radius:8px}.power-input-select .ant-select-selector{border-radius:8px;box-shadow:none!important;border:none!important;min-height:44px;background:transparent!important}.power-input-select.ant-select-focused,.power-input-select:hover{border-color:#000}.power-input-select.ant-select-focused .ant-select-selector,.power-input-select:hover .ant-select-selector{border:none!important;background:transparent!important;box-shadow:none!important;animation:none}}.power-input-select .select-value{background-color:#fff;background:white;border-radius:12px;transition:all .3s ease;cursor:pointer;display:flex;padding:13px 20px}.power-input-select .select-value.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.power-input-select .select-arrow-down{line-height:10px}.task-time-info{display:flex;justify-content:space-between;align-items:center;padding:6px 0;margin-bottom:4px;font-size:12px}.task-elapsed{display:flex;align-items:center;gap:4px;font-weight:600;color:var(--brand-purple, #9333EA);font-variant-numeric:tabular-nums}.task-elapsed ion-icon{font-size:14px}.task-started-at{color:var(--brand-text-secondary, #6d7175);font-size:11px}.task-card{background:var(--brand-surface-color, #ffffff);border-radius:8px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px rgba(9,30,66,.13);overflow:hidden;position:relative;min-height:220px}.task-card.task-card-done{min-height:310px}.task-card:hover{box-shadow:0 4px 12px rgba(9,30,66,.25);transform:translateY(-2px)}.task-card .task-card-color-band{height:8px;width:100%;border-radius:8px 8px 0 0}.task-card .task-card-body{padding:12px}.task-card .task-card-labels{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.task-card .task-card-labels .task-label{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.3px}.task-card .task-card-labels .urgency-label{min-width:50px;justify-content:center}.task-card .task-card-labels .quality-label.quality-good{background:var(--score-high)!important}.task-card .task-card-labels .quality-label.quality-mid{background:var(--score-medium)!important}.task-card .task-card-labels .quality-label.quality-low{background:var(--score-low)!important}.task-card .task-card-labels .queue-label{background:#6366f1!important}.task-card .task-card-labels .est-label{background:#64748b!important}.task-card .task-card-labels .scheduled-label{background:#0891b2!important;display:inline-flex!important;align-items:center;gap:2px;font-size:10px!important;text-transform:none!important}.task-card .task-card-labels .confidence-label{display:inline-flex!important;align-items:center;font-size:10px!important;text-transform:none!important}.task-card .task-card-labels .confidence-label.confidence-high{background:var(--score-high)!important}.task-card .task-card-labels .confidence-label.confidence-medium{background:var(--score-medium)!important}.task-card .task-card-labels .confidence-label.confidence-low{background:var(--score-low)!important}.task-card .task-card-labels .complexity-label{min-width:24px;justify-content:center;font-size:10px!important;font-weight:700!important}.task-card .task-card-labels .complexity-label.complexity-S{background:var(--score-high)!important}.task-card .task-card-labels .complexity-label.complexity-M{background:var(--status-in-progress)!important}.task-card .task-card-labels .complexity-label.complexity-L{background:var(--brand-cta)!important}.task-card .task-card-labels .complexity-label.complexity-XL{background:var(--score-low)!important}.task-card .task-card-labels .human-review-label{background:#f59e0b!important;display:inline-flex!important;align-items:center;font-size:10px!important;text-transform:none!important}.task-card .task-card-content{margin-bottom:10px}.task-card .task-card-content .task-description{font-size:14px;line-height:1.5;color:var(--brand-text, #172b4d);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.task-card .task-progress-section{margin-bottom:10px;padding:10px;background:var(--brand-bg, #f8f9fa);border-radius:6px}.task-card .task-progress-section .execution-progress{margin-bottom:10px}.task-card .task-progress-section .execution-progress .progress-bar-container{height:6px;background:#dfe1e6;border-radius:3px;overflow:hidden;margin-bottom:6px}.task-card .task-progress-section .execution-progress .progress-bar-container .progress-bar-fill{height:100%;background:linear-gradient(90deg,#9333EA 0%,#3B82F6 100%);border-radius:3px;transition:width .3s ease}.task-card .task-progress-section .execution-progress .progress-bar-container .progress-bar-fill.progress-bar-indeterminate{width:40%!important;animation:indeterminate-slide 1.5s ease-in-out infinite}.task-card .task-progress-section .execution-progress .progress-info{display:flex;justify-content:space-between;align-items:center;font-size:11px}.task-card .task-progress-section .execution-progress .progress-info .progress-step{color:#5e6c84;text-transform:capitalize}.task-card .task-progress-section .execution-progress .progress-info .progress-percent{color:var(--brand-primary);font-weight:600}.task-card .task-progress-section .task-todos .todos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #ebecf0}.task-card .task-progress-section .task-todos .todos-header .todos-title{font-size:11px;font-weight:600;color:#5e6c84;text-transform:uppercase;letter-spacing:.5px}.task-card .task-progress-section .task-todos .todos-header .todos-count{font-size:11px;font-weight:600;color:var(--brand-primary);background:rgba(37,99,235,.1);padding:2px 6px;border-radius:10px}.task-card .task-progress-section .task-todos .todos-list{list-style:none;margin:0;padding:0;max-height:150px;overflow-y:auto}.task-card .task-progress-section .task-todos .todos-list .todo-item{display:flex;align-items:flex-start;gap:6px;padding:4px 0;font-size:12px;color:var(--brand-text, #172b4d)}.task-card .task-progress-section .task-todos .todos-list .todo-item .todo-icon{flex-shrink:0;font-size:14px;margin-top:1px;color:#c1c7d0}.task-card .task-progress-section .task-todos .todos-list .todo-item .todo-icon.done{color:var(--brand-secondary)}.task-card .task-progress-section .task-todos .todos-list .todo-item .todo-text{flex:1;line-height:1.4}.task-card .task-progress-section .task-todos .todos-list .todo-item.done .todo-text{text-decoration:line-through;color:#5e6c84}.task-card .task-question-section{margin-top:8px;padding:10px;background:linear-gradient(135deg,rgba(147,51,234,.08) 0%,rgba(59,130,246,.08) 100%);border:1px solid rgba(147,51,234,.2);border-radius:6px}.task-card .task-question-section .question-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.task-card .task-question-section .question-header .question-icon{font-size:16px;color:var(--brand-primary)}.task-card .task-question-section .question-header .question-title{font-size:11px;font-weight:600;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.5px}.task-card .task-question-section .question-text{font-size:13px;color:var(--brand-text, #172b4d);margin:0 0 6px;line-height:1.4}.task-card .task-question-section .question-context{font-size:11px;color:#5e6c84;margin:0 0 8px;line-height:1.3}.task-card .task-question-section .question-options{display:flex;flex-direction:column;gap:4px}.task-card .task-question-section .question-options .question-option-btn{display:block;width:100%;text-align:left;padding:6px 10px;background:#ffffff;border:1px solid #dfe1e6;border-radius:4px;font-size:12px;color:var(--brand-text, #172b4d);cursor:pointer;transition:all .15s ease}.task-card .task-question-section .question-options .question-option-btn:hover{background:#f4f5f7;border-color:var(--brand-primary)}.task-card .task-question-section .question-options .question-custom{display:flex;gap:4px;margin-top:4px}.task-card .task-question-section .question-options .question-custom input{flex:1;padding:6px 8px;border:1px solid #dfe1e6;border-radius:4px;font-size:12px;outline:none}.task-card .task-question-section .question-options .question-custom input:focus{border-color:var(--brand-primary)}.task-card .task-question-section .question-options .question-custom .question-submit-btn{padding:6px 12px;background:var(--brand-primary);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.task-card .task-question-section .question-options .question-custom .question-submit-btn:hover:not(:disabled){background:#7c2bd4}.task-card .task-question-section .question-options .question-custom .question-submit-btn:disabled{opacity:.5;cursor:not-allowed}.task-card .task-completed-section{margin-bottom:10px;padding:10px;background:linear-gradient(135deg,rgba(34,197,94,.1) 0%,rgba(59,130,246,.1) 100%);border-radius:6px;border:1px solid rgba(34,197,94,.2)}.task-card .task-completed-section .completed-indicator{display:flex;align-items:center;gap:10px}.task-card .task-completed-section .completed-indicator .completed-icon{font-size:24px;color:var(--status-done);flex-shrink:0}.task-card .task-completed-section .completed-indicator .completed-info{display:flex;flex-direction:column;gap:2px}.task-card .task-completed-section .completed-indicator .completed-info .completed-label{font-size:11px;font-weight:600;color:var(--status-done);text-transform:uppercase;letter-spacing:.5px}.task-card .task-completed-section .completed-indicator .completed-info .completed-date{font-size:13px;font-weight:600;color:var(--brand-text, #172b4d)}.task-card .task-phase-label{display:inline-flex;align-items:center;gap:4px}.task-card .task-phase-label .task-phase-label-icon{font-size:13px}.task-card .task-logs-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-top:8px}.task-card .task-logs-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:#1f2937}.task-card .task-logs-toggle .task-logs-toggle-hint{color:#6b7280;font-size:12px}.task-card .task-logs-terminal{background:#111827;padding:12px;max-height:300px;overflow-y:auto;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:11px;line-height:1.6;color:#d1d5db}.task-card .task-logs-terminal .task-logs-line{white-space:pre-wrap;word-break:break-all}.task-card .task-logs-terminal .task-logs-line .task-logs-prompt{color:#6b7280;margin-right:8px}.task-card .task-card-logs-wrapper{transition:max-height .3s ease,opacity .2s ease;overflow:hidden}.task-card .task-card-logs-wrapper.collapsed{max-height:0;opacity:0}.task-card .task-card-logs-wrapper.expanded{max-height:400px;opacity:1}.task-card .task-files-list-wrapper{transition:max-height .3s ease,opacity .2s ease;overflow:hidden}.task-card .task-files-list-wrapper.collapsed{max-height:0;opacity:0}.task-card .task-files-list-wrapper.expanded{max-height:500px;opacity:1}.task-card .task-files-changed-section{margin-bottom:10px;background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.task-card .task-files-changed-section .files-changed-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:none;border:none;cursor:pointer;transition:background .1s ease}.task-card .task-files-changed-section .files-changed-toggle:hover{background:#f9fafb}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-left{display:flex;align-items:center;gap:6px}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-left .files-changed-icon{font-size:15px;color:var(--brand-primary)}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-left .files-changed-title{font-size:12px;font-weight:600;color:#1f2937}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-right{display:flex;align-items:center;gap:6px}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-right .files-changed-stat{font-size:10px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:10px}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-right .files-changed-chevron{font-size:14px;color:#9ca3af}.task-card .task-files-changed-section .files-changed-list{list-style:none;margin:0;padding:0 12px 8px;border-top:1px solid #f3f4f6}.task-card .task-files-changed-section .files-changed-list .file-changed-item{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:12px;border-bottom:1px solid #f9fafb}.task-card .task-files-changed-section .files-changed-list .file-changed-item:last-child{border-bottom:none}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-change-indicator{width:3px;height:16px;border-radius:2px;flex-shrink:0}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-change-indicator.added{background:var(--status-done)}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-change-indicator.modified{background:var(--score-medium)}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-change-indicator.deleted{background:var(--status-failed)}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-path{flex:1;color:#374151;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-lines-badge{font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;flex-shrink:0;font-family:ui-monospace,SF Mono,monospace}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-lines-badge.added{color:#16a34a;background:#f0fdf4}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-lines-badge.modified{color:#d97706;background:#fffbeb}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-lines-badge.deleted{color:#dc2626;background:#fef2f2}.task-card .task-files-changed-section .files-changed-list .file-changed-item.more-files{color:#9ca3af;font-size:11px;font-style:italic;padding-top:6px;border-bottom:none}.task-card .task-test-script-section{margin-bottom:10px;background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.task-card .task-test-script-section .test-script-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:transparent;border:none;cursor:pointer;text-align:left}.task-card .task-test-script-section .test-script-toggle:hover{background:#f9fafb}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left{display:flex;align-items:center;gap:6px}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left .test-script-icon{font-size:14px;color:#7c3aed}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left .test-script-title{font-size:12px;font-weight:600;color:#374151}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left .test-script-viewport-badge{font-size:10px;font-weight:600;padding:1px 5px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left .test-script-viewport-badge.test-script-viewport-mobile{background:#dbeafe;color:#1d4ed8}.task-card .task-test-script-section .test-script-toggle .test-script-toggle-left .test-script-viewport-badge.test-script-viewport-desktop{background:#f3f4f6;color:#6b7280}.task-card .task-test-script-section .test-script-toggle .test-script-chevron{font-size:14px;color:#6b7280;flex-shrink:0}.task-card .task-test-script-section .task-test-script-wrapper{overflow:hidden;transition:max-height .2s ease}.task-card .task-test-script-section .task-test-script-wrapper.collapsed{max-height:0}.task-card .task-test-script-section .task-test-script-wrapper.expanded{max-height:400px;overflow-y:auto}.task-card .task-test-script-section .task-test-script-wrapper .test-script-code{margin:0;padding:12px;font-family:Courier New,Courier,monospace;font-size:11px;line-height:1.5;color:#1f2937;background:#f8fafc;white-space:pre-wrap;word-break:break-all;border-top:1px solid #e5e7eb}.task-card .test-script-modal{--background: transparent;--box-shadow: none}.task-card .test-script-modal .ion-page{background:transparent}.test-script-modal{--border-radius: 12px}.test-script-modal .test-script-modal-container{display:flex;flex-direction:column;height:100%;background:#ffffff;border-radius:12px;overflow:hidden}.test-script-modal .test-script-modal-header{position:relative;padding:16px 48px 12px 16px;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-shrink:0}.test-script-modal .test-script-modal-header .test-script-modal-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.test-script-modal .test-script-modal-header .test-script-modal-title-row .test-script-modal-icon{font-size:18px;color:#7c3aed}.test-script-modal .test-script-modal-header .test-script-modal-title-row .test-script-modal-title{font-size:16px;font-weight:700;color:#111827}.test-script-modal .test-script-modal-header .test-script-modal-title-row .test-script-viewport-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.test-script-modal .test-script-modal-header .test-script-modal-title-row .test-script-viewport-badge.test-script-viewport-mobile{background:#dbeafe;color:#1d4ed8}.test-script-modal .test-script-modal-header .test-script-modal-title-row .test-script-viewport-badge.test-script-viewport-desktop{background:#f3f4f6;color:#6b7280}.test-script-modal .test-script-modal-header .test-script-modal-task-desc{margin:0;font-size:12px;color:#6b7280;line-height:1.4;max-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-script-modal .test-script-modal-header .test-script-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border:none;border-radius:50%;font-size:14px;color:#374151;cursor:pointer;line-height:1}.test-script-modal .test-script-modal-header .test-script-modal-close:hover{background:#d1d5db}.test-script-modal .test-script-modal-body{flex:1;overflow-y:auto}.test-script-modal .test-script-modal-body .test-script-code{margin:0;padding:16px;font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.6;color:#1f2937;background:#f8fafc;white-space:pre-wrap;word-break:break-all;min-height:100%}.task-card .task-preview-url{display:flex;align-items:center;gap:6px;padding:8px 12px;margin-bottom:10px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);color:#fff;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.task-card .task-preview-url ion-icon{font-size:14px}.task-card .task-preview-url:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(37,99,235,.3)}.task-card .task-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #ebecf0}.task-card .task-card-footer .task-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.task-card .task-card-footer .task-badges .task-badge{display:flex;align-items:center;gap:3px;font-size:12px;color:#5e6c84;padding:2px 6px;border-radius:4px;background:#f4f5f7}.task-card .task-card-footer .task-badges .task-badge ion-icon{font-size:14px}.task-card .task-card-footer .task-badges .task-badge.priority-badge{background:transparent;padding:2px}.task-card .task-card-footer .task-badges .task-badge.priority-badge ion-icon{font-size:16px}.task-card .task-card-footer .task-badges .task-badge.video-badge{background:var(--brand-primary);color:#fff;cursor:pointer;transition:all .15s ease;gap:4px}.task-card .task-card-footer .task-badges .task-badge.video-badge ion-icon{font-size:14px;color:#fff}.task-card .task-card-footer .task-badges .task-badge.video-badge span{font-size:11px;font-weight:600;color:#fff}.task-card .task-card-footer .task-badges .task-badge.video-badge:hover{background:#1d4ed8;transform:scale(1.08)}.task-card .task-card-footer .task-badges .task-badge.changes-badge{background:rgba(37,99,235,.1);color:var(--brand-primary)}.task-card .task-card-footer .task-badges .task-badge.changes-badge ion-icon{font-size:14px;color:var(--brand-primary)}.task-card .task-card-footer .task-badges .task-badge.changes-badge span{font-weight:600}.task-card .task-card-footer .task-badges .task-badge.done-badge{background:rgba(59,130,246,.1);color:#1d4ed8}.task-card .task-card-footer .task-badges .task-badge.done-badge ion-icon{font-size:14px;color:var(--brand-secondary)}.task-card .task-card-footer .task-actions{display:flex;gap:4px}.task-card .task-card-footer .task-actions .task-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.task-card .task-card-footer .task-actions .task-action-btn ion-icon{font-size:16px}.task-card .task-card-footer .task-actions .task-action-btn.execute-btn{background:var(--brand-primary);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.execute-btn:hover:not(:disabled){background:#1d4ed8;transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.done-btn{background:var(--brand-secondary);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.done-btn:hover:not(:disabled){background:var(--brand-primary);transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.view-execution-btn{background:var(--brand-secondary);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.view-execution-btn:hover:not(:disabled){background:var(--brand-primary);transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.restart-btn{background:var(--score-medium);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.restart-btn:hover:not(:disabled){background:#d97706;transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.edit-btn{background:#6b7280;color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.edit-btn:hover:not(:disabled){background:#4b5563;transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.delete-btn{background:var(--status-failed);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.delete-btn:hover:not(:disabled){background:#b91c1c;transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn.revert-btn{background:var(--score-medium);color:#fff}.task-card .task-card-footer .task-actions .task-action-btn.revert-btn:hover:not(:disabled){background:#d97706;transform:scale(1.08)}.task-card .task-card-footer .task-actions .task-action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.task-card .task-card-footer .task-actions .task-action-btn.loading{opacity:.85;cursor:wait}.task-card .task-card-footer .task-actions .task-action-btn.loading .spinning{animation:btn-spin .7s linear infinite}.task-card[style*=transform]{box-shadow:0 8px 25px rgba(9,30,66,.35);opacity:.95}@keyframes indeterminate-slide{0%{margin-left:0}50%{margin-left:60%}to{margin-left:0}}@keyframes btn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.task-card .task-card-body{padding:8px}.task-card .task-card-color-band{height:6px}.task-card .task-card-content .task-description{font-size:13px;-webkit-line-clamp:2}.task-card .task-card-labels .task-label{font-size:10px;padding:2px 6px}.task-card .task-progress-section{padding:8px}.task-card .task-progress-section .execution-progress .progress-info{font-size:10px}.task-card .task-progress-section .task-todos .todos-list{max-height:120px}.task-card .task-progress-section .task-todos .todos-list .todo-item{font-size:11px}.task-card .task-progress-section .task-todos .todos-list .todo-item .todo-icon{font-size:12px}.task-card .task-completed-section{padding:8px}.task-card .task-completed-section .completed-indicator{gap:8px}.task-card .task-completed-section .completed-indicator .completed-icon{font-size:20px}.task-card .task-completed-section .completed-indicator .completed-info .completed-label{font-size:10px}.task-card .task-completed-section .completed-indicator .completed-info .completed-date{font-size:12px}.task-card .task-files-changed-section .files-changed-toggle{padding:6px 10px}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-left .files-changed-title{font-size:11px}.task-card .task-files-changed-section .files-changed-toggle .files-changed-toggle-right .files-changed-stat{font-size:9px;padding:1px 6px}.task-card .task-files-changed-section .files-changed-list{padding:0 10px 6px}.task-card .task-files-changed-section .files-changed-list .file-changed-item{font-size:11px;padding:4px 0}.task-card .task-files-changed-section .files-changed-list .file-changed-item .file-path{font-size:10px}.task-card .task-card-footer .task-badges .task-badge{font-size:11px;padding:1px 4px}.task-card .task-card-footer .task-badges .task-badge ion-icon{font-size:12px}.task-card .task-card-footer .task-actions .task-action-btn{width:26px;height:26px}.task-card .task-card-footer .task-actions .task-action-btn ion-icon{font-size:14px}}.kanban-column{background:#ebecf0;border-radius:8px;min-width:280px;max-width:300px;flex-shrink:0;display:flex;flex-direction:column;transition:all .2s ease}.kanban-column.is-over{background:rgba(147,51,234,.1);box-shadow:0 0 0 2px #9333ea}.kanban-column .kanban-column-header{padding:12px 12px 8px;display:flex;justify-content:space-between;align-items:center}.kanban-column .kanban-column-header .column-title-wrapper{display:flex;align-items:center;gap:8px}.kanban-column .kanban-column-header .column-title-wrapper .column-indicator{width:10px;height:10px;border-radius:3px}.kanban-column .kanban-column-header .column-title-wrapper .column-title{font-size:14px;font-weight:600;color:#172b4d;text-transform:none;letter-spacing:normal}.kanban-column .kanban-column-header .column-count{background:rgba(9,30,66,.0784313725);padding:2px 8px;border-radius:10px;font-size:12px;font-weight:600;color:#5e6c84}.kanban-column .kanban-column-content{flex:1;overflow-y:auto;padding:0 8px 8px;display:flex;flex-direction:column;gap:8px;min-height:60px}.kanban-column .kanban-column-content::-webkit-scrollbar{width:8px}.kanban-column .kanban-column-content::-webkit-scrollbar-track{background:transparent}.kanban-column .kanban-column-content::-webkit-scrollbar-thumb{background-color:rgba(9,30,66,.08);border-radius:4px}.kanban-column .kanban-column-content::-webkit-scrollbar-thumb:hover{background-color:rgba(9,30,66,.25)}.kanban-column .kanban-column-content .column-empty{display:flex;align-items:center;justify-content:center;padding:20px;border:2px dashed rgba(9,30,66,.0784313725);border-radius:6px;background:rgba(255,255,255,.2509803922);margin:4px 0}.kanban-column .kanban-column-content .column-empty .empty-text{color:#5e6c84;font-size:13px;font-weight:500}@media (max-width: 768px){.kanban-column{min-width:280px;max-width:320px;max-height:calc(100vh - 220px);background:#ffffff!important;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 1px 3px rgba(0,0,0,.04)}.kanban-column.is-over{background:rgba(147,51,234,.08)!important;box-shadow:0 0 0 2px #9333ea}.kanban-column .kanban-column-header{padding:14px 14px 10px;border-bottom:1px solid #f1f1f1}.kanban-column .kanban-column-header .column-title-wrapper .column-indicator{width:8px;height:8px;border-radius:4px}.kanban-column .kanban-column-header .column-title-wrapper .column-title{font-size:14px;font-weight:600;color:#202223}.kanban-column .kanban-column-header .column-count{background:#f6f6f7;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;color:#6d7175}.kanban-column .kanban-column-content{padding:8px 8px 12px;gap:8px;background:#fafbfb;border-radius:0 0 12px 12px}.kanban-column .kanban-column-content .column-empty{border:2px dashed #e1e3e5;background:#ffffff;border-radius:8px}.kanban-column .kanban-column-content .column-empty .empty-text{color:#8c9196;font-size:13px}}.kanban-board{display:flex;gap:16px;padding:16px 20px;overflow-x:auto;-webkit-overflow-scrolling:touch;min-height:400px;background:linear-gradient(180deg,#9333EA 0%,#3B82F6 60px,#f4f5f7 60px);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.kanban-board::-webkit-scrollbar{height:12px}.kanban-board::-webkit-scrollbar-track{background:transparent}.kanban-board::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.4);border-radius:6px;border:2px solid transparent;background-clip:content-box}.kanban-board::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.6)}@media (max-width: 768px){.kanban-board{padding:16px;gap:12px;background:#f6f6f7!important;min-height:calc(100vh - 180px);scroll-snap-type:x mandatory}.kanban-board>*{scroll-snap-align:start}.kanban-board .kanban-column{min-width:280px;max-width:320px;background:#ffffff;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 1px 3px rgba(0,0,0,.04)}}.power-checkbox{display:flex;align-items:center;cursor:pointer;user-select:none;gap:10px}.power-checkbox.disabled{cursor:not-allowed;opacity:.6}.power-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.power-checkbox .checkmark{position:relative;height:20px;width:20px;background-color:#fff;border:2px solid #dee2e6;border-radius:4px;transition:all .2s ease}.power-checkbox .checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.power-checkbox input:checked~.checkmark{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea}.power-checkbox input:checked~.checkmark:after{display:block}.power-checkbox input:focus~.checkmark{box-shadow:0 0 0 3px rgba(102,126,234,.2)}.power-checkbox:hover .checkmark{border-color:#667eea}.power-checkbox .label{font-size:14px;color:#333;font-weight:500}.task-create-container{display:flex;flex-direction:column;background:var(--card-background);border:1px solid #c8c8c8;box-shadow:0 0 0 2px rgba(99,102,241,.1);position:relative;padding-bottom:80px}.task-create-container .task-create-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border-color)}.task-create-container .task-create-header .close-button{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .2s ease}.task-create-container .task-create-header .close-button:hover{background:var(--background-secondary)}.task-create-container .task-create-header .close-button ion-icon{font-size:24px}.task-create-container .task-create-content{padding:24px}.task-create-container .task-create-content .error-message{background:var(--danger-light);color:var(--danger-color);padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.task-create-container .task-create-content .form-section{margin-bottom:20px}.task-create-container .task-create-content .form-section:last-of-type{margin-bottom:16px}.task-create-container .task-create-content .description-meta{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:20px}.task-create-container .task-create-content .char-count{font-size:12px;color:var(--text-secondary);margin-left:auto}.task-create-container .task-create-content .char-count.char-count-warn{color:#d97706;font-weight:600}.task-create-container .task-create-content .char-count.char-count-error{color:#dc2626;font-weight:600}.task-create-container .task-create-content .field-error{font-size:13px;color:#dc2626;display:block;margin-top:4px}.task-create-container .task-create-content .schedule-section .schedule-toggle-btn{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px 16px;background:var(--background-secondary);border:1px dashed #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;color:var(--text-secondary);font-family:inherit;transition:all .2s ease;width:100%}.task-create-container .task-create-content .schedule-section .schedule-toggle-btn ion-icon{font-size:18px}.task-create-container .task-create-content .schedule-section .schedule-toggle-btn:hover{border-color:var(--ion-color-primary);color:var(--ion-color-primary);background:rgba(var(--ion-color-primary-rgb),.05)}.task-create-container .task-create-content .schedule-section .schedule-picker-row{display:flex;align-items:center;gap:8px;margin-top:8px}.task-create-container .task-create-content .schedule-section .schedule-picker-row .schedule-datetime-input{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;background:var(--background-secondary);color:var(--text-primary);outline:none}.task-create-container .task-create-content .schedule-section .schedule-picker-row .schedule-datetime-input:focus{border-color:var(--ion-color-primary);box-shadow:0 0 0 2px rgba(var(--ion-color-primary-rgb),.1)}.task-create-container .task-create-content .schedule-section .schedule-picker-row .schedule-clear-btn{background:none;border:none;cursor:pointer;padding:6px;color:var(--text-secondary);font-size:22px;display:flex;align-items:center;transition:color .2s ease}.task-create-container .task-create-content .schedule-section .schedule-picker-row .schedule-clear-btn:hover{color:#dc2626}.task-create-container .task-create-content .task-info{background:var(--background-secondary);padding:12px 16px;border-radius:8px;color:var(--text-secondary)}.task-create-container .task-create-content .attachment-dropzone{border:1px solid #d1d5db;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;background:var(--background-secondary);min-height:100px}.task-create-container .task-create-content .attachment-dropzone:hover{border-color:var(--ion-color-primary);background:rgba(var(--ion-color-primary-rgb),.05)}.task-create-container .task-create-content .attachment-dropzone.dragging{border-color:var(--ion-color-primary);background:rgba(var(--ion-color-primary-rgb),.1);border-style:solid}.task-create-container .task-create-content .attachment-dropzone.has-attachments{padding:12px}.task-create-container .task-create-content .attachment-dropzone .dropzone-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-secondary)}.task-create-container .task-create-content .attachment-dropzone .dropzone-empty .dropzone-icon{font-size:32px;opacity:.6}.task-create-container .task-create-content .attachment-dropzone .dropzone-empty span{font-size:14px}.task-create-container .task-create-content .attachment-dropzone .attachment-previews{display:flex;flex-wrap:wrap;gap:12px}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid var(--border-color)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview img{width:100%;height:100%;object-fit:cover}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.html-file{background:var(--background-secondary);border-color:var(--ion-color-primary)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.html-file .html-file-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:4px}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.html-file .html-file-preview .html-icon{font-size:28px;color:var(--ion-color-primary)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.html-file .html-file-preview .html-filename{font-size:9px;color:var(--text-secondary);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:72px;display:block}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.uploading img,.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.uploading .html-file-preview,.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.error img,.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview.error .html-file-preview{opacity:.5}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .upload-overlay,.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .error-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .upload-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .error-overlay{background:rgba(220,53,69,.7)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .error-overlay span{color:#fff;font-size:12px;font-weight:600}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .remove-attachment{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.6);border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .remove-attachment ion-icon{font-size:18px;color:#fff}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .attachment-preview .remove-attachment:hover{background:rgba(220,53,69,.9)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .add-more{width:80px;height:80px;border:2px dashed var(--border-color);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .2s ease;color:var(--text-secondary)}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .add-more ion-icon{font-size:24px}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .add-more span{font-size:12px}.task-create-container .task-create-content .attachment-dropzone .attachment-previews .add-more:hover{border-color:var(--ion-color-primary);color:var(--ion-color-primary)}.task-create-container .task-create-footer{position:fixed;bottom:0;left:0;right:0;padding:20px 24px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;background:white;z-index:100}.task-create-container .task-create-footer .power-primary-button{min-width:130px}@media (max-width: 768px){.task-create-container{min-width:unset;max-width:unset;width:100%;border-radius:0;border-left:none;border-right:none}.task-create-container .task-create-header{padding:16px 20px}.task-create-container .task-create-content{padding:20px}.task-create-container .task-create-footer{padding:16px 20px}.task-create-container .task-create-footer .power-primary-button{width:100%}}.task-edit-container{display:flex;flex-direction:column;background:var(--card-background);border:1px solid #c8c8c8;box-shadow:0 0 0 2px rgba(99,102,241,.1);position:relative;padding-bottom:80px}.task-edit-container .task-edit-content{padding:24px}.task-edit-container .task-edit-content .error-message{background:var(--danger-light);color:var(--danger-color);padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.task-edit-container .task-edit-content .form-section{margin-bottom:20px}.task-edit-container .task-edit-content .form-section:last-of-type{margin-bottom:16px}.task-edit-container .task-edit-content .task-info{background:var(--background-secondary);padding:12px 16px;border-radius:8px;color:var(--text-secondary)}.task-edit-container .task-edit-footer{position:fixed;bottom:0;left:0;right:0;padding:20px 24px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;background:white;z-index:100}.task-edit-container .task-edit-footer .power-primary-button{min-width:130px}@media (max-width: 768px){.task-edit-container{min-width:unset;max-width:unset;width:100%;border-radius:0;border-left:none;border-right:none}.task-edit-container .task-edit-content{padding:20px}.task-edit-container .task-edit-footer{padding:16px 20px}.task-edit-container .task-edit-footer .power-primary-button{width:100%}}.diff-viewer-modal{--width: 95vw !important;--max-width: 1400px !important;--height: 92vh !important;--border-radius: 12px !important}.diff-viewer-container{display:flex;flex-direction:column;height:100%;background:#ffffff;border-radius:12px;overflow:hidden}.diff-viewer-header{display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e5e7eb;gap:12px;flex-shrink:0}.diff-viewer-header .diff-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.diff-viewer-header .diff-header-left .diff-header-icon{font-size:20px;color:#6366f1;flex-shrink:0}.diff-viewer-header .diff-header-left .diff-header-title{font-size:15px;font-weight:700;color:#1f2937;white-space:nowrap}.diff-viewer-header .diff-header-left .diff-branch-badge{font-size:12px;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;background:#eef2ff;color:#4f46e5;padding:3px 10px;border-radius:6px;border:1px solid #c7d2fe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diff-viewer-header .diff-header-stats{display:flex;align-items:center;gap:6px;flex-shrink:0}.diff-viewer-header .diff-header-stats .diff-stat-badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:12px}.diff-viewer-header .diff-header-stats .diff-stat-badge.files-badge{color:#6b7280;background:#f3f4f6}.diff-viewer-header .diff-header-stats .diff-stat-badge.additions-badge{color:#16a34a;background:#f0fdf4}.diff-viewer-header .diff-header-stats .diff-stat-badge.deletions-badge{color:#dc2626;background:#fef2f2}.diff-viewer-header .diff-header-right{flex-shrink:0}.diff-viewer-header .diff-header-right .diff-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .15s}.diff-viewer-header .diff-header-right .diff-close-btn:hover{background:#e5e7eb;color:#1f2937}.diff-viewer-header .diff-header-right .diff-close-btn ion-icon{font-size:20px}.diff-viewer-body{flex:1;display:flex;overflow:hidden;min-height:0}.diff-loading,.diff-error,.diff-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:12px;color:#6b7280;font-size:14px;padding:40px}.diff-loading ion-icon,.diff-error ion-icon,.diff-empty ion-icon{font-size:48px;opacity:.4}.diff-error{color:#dc2626}.diff-error ion-icon{color:#dc2626;opacity:.6}.diff-empty .diff-empty-icon{font-size:56px}.diff-empty p{font-size:13px;color:#9ca3af;margin:4px 0 0}.diff-sidebar{width:280px;min-width:280px;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;background:#fafbfc;overflow:hidden}.diff-sidebar .diff-sidebar-header{padding:10px 14px;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.diff-sidebar .diff-file-list{overflow-y:auto;flex:1}.diff-sidebar .diff-file-list::-webkit-scrollbar{width:4px}.diff-sidebar .diff-file-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.diff-sidebar .diff-file-item{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid #f3f4f6;gap:8px}.diff-sidebar .diff-file-item:hover{background:#f0f1f3}.diff-sidebar .diff-file-item.active{background:#eef2ff;border-left:3px solid #6366f1;padding-left:11px}.diff-sidebar .diff-file-item .diff-file-name{font-size:12.5px;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.diff-sidebar .diff-file-item .diff-file-name .diff-file-dir{color:#9ca3af}.diff-sidebar .diff-file-item .diff-file-stats{display:flex;gap:4px;flex-shrink:0;font-size:11px;font-weight:700;font-family:ui-monospace,SF Mono,monospace}.diff-sidebar .diff-file-item .diff-file-stats .file-additions{color:#16a34a}.diff-sidebar .diff-file-item .diff-file-stats .file-deletions{color:#dc2626}.diff-content-area{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.diff-file-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8f9fa;border-bottom:1px solid #e5e7eb;flex-shrink:0}.diff-file-header .diff-file-path{font-size:13px;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;color:#1f2937;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diff-file-header .diff-file-header-stats{display:flex;gap:10px;flex-shrink:0;font-size:13px;font-weight:700;font-family:ui-monospace,SF Mono,monospace}.diff-file-header .diff-file-header-stats .additions-count{color:#16a34a}.diff-file-header .diff-file-header-stats .deletions-count{color:#dc2626}.diff-code-container{flex:1;overflow:auto;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:12px;line-height:20px}.diff-code-container::-webkit-scrollbar{width:8px;height:8px}.diff-code-container::-webkit-scrollbar-track{background:#f3f4f6}.diff-code-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.diff-chunk:not(:first-child){border-top:1px solid #e5e7eb}.diff-chunk-header{padding:6px 16px;background:#f0f4ff;color:#6b7280;font-size:11px;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.diff-line{display:flex;white-space:pre;min-width:fit-content}.diff-line.diff-line-add{background:#dafbe1}.diff-line.diff-line-add .diff-line-number{background:#aef0be;color:#1a7f37}.diff-line.diff-line-add .diff-line-marker{color:#1a7f37}.diff-line.diff-line-delete{background:#ffebe9}.diff-line.diff-line-delete .diff-line-number{background:#ffd7d5;color:#cf222e}.diff-line.diff-line-delete .diff-line-marker{color:#cf222e}.diff-line.diff-line-context{background:#ffffff}.diff-line.diff-line-context .diff-line-number{color:#9ca3af}.diff-line:hover .diff-line-content{background:rgba(0,0,0,.03)}.diff-line-number{display:inline-block;width:48px;min-width:48px;padding:0 8px;text-align:right;font-size:11px;color:#9ca3af;user-select:none;border-right:1px solid #e5e7eb}.diff-line-number.old-number{border-right:none}.diff-line-marker{display:inline-block;width:20px;min-width:20px;text-align:center;user-select:none;color:#9ca3af}.diff-line-content{flex:1;padding-right:16px;tab-size:4}.diff-empty-selection{display:flex;align-items:center;justify-content:center;flex:1;color:#9ca3af;font-size:14px}.diff-viewer-footer{border-top:1px solid #e5e7eb;padding:12px 16px;background:#f8f9fa;flex-shrink:0}.diff-review-actions{display:flex;gap:10px;justify-content:flex-end}.diff-action-btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s ease}.diff-action-btn ion-icon{font-size:16px}.diff-action-btn:disabled{opacity:.5;cursor:not-allowed}.diff-action-btn.approve-btn{background:#10b981;color:#fff;border-color:#059669}.diff-action-btn.approve-btn:hover:not(:disabled){background:#059669}.diff-action-btn.changes-btn{background:#f59e0b;color:#fff;border-color:#d97706}.diff-action-btn.changes-btn:hover:not(:disabled){background:#d97706}.diff-action-btn.reject-btn{background:#ef4444;color:#fff;border-color:#dc2626}.diff-action-btn.reject-btn:hover:not(:disabled){background:#dc2626}.diff-action-btn.cancel-btn{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.diff-action-btn.cancel-btn:hover:not(:disabled){background:#e5e7eb}.diff-action-btn.request-btn{background:#f59e0b;color:#fff;border-color:#d97706}.diff-action-btn.request-btn:hover:not(:disabled){background:#d97706}.diff-feedback-form{display:flex;flex-direction:column;gap:10px}.diff-feedback-form .diff-feedback-textarea{background:#ffffff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:13px}.diff-feedback-form .diff-feedback-textarea:focus-within{border-color:#6366f1}.diff-feedback-form .diff-feedback-actions{display:flex;gap:10px;justify-content:flex-end}@media (max-width: 768px){.diff-viewer-modal{--width: 100vw !important;--height: 100vh !important;--border-radius: 0 !important}.diff-sidebar{width:200px;min-width:200px}.diff-line-number{width:36px;min-width:36px;padding:0 4px;font-size:10px}.diff-review-actions{flex-wrap:wrap}.diff-action-btn{flex:1;min-width:0;justify-content:center;padding:8px 12px;font-size:12px}}@media (max-width: 480px){.diff-viewer-body{flex-direction:column}.diff-sidebar{width:100%;min-width:100%;max-height:150px;border-right:none;border-bottom:1px solid #e5e7eb}}.task-detail-loading,.task-detail-empty{display:flex;justify-content:center;align-items:center;min-height:200px;color:#5e6c84}.task-detail-content{padding:0 16px}.task-detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.task-detail-badges .status-badge,.task-detail-badges .urgency-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.3px}.task-detail-badges .status-badge ion-icon,.task-detail-badges .urgency-badge ion-icon{font-size:14px}.task-detail-section{margin-bottom:24px}.task-detail-section h4{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#172b4d;font-size:14px}.task-detail-section h4 ion-icon{font-size:18px;color:#5e6c84}.task-detail-section .task-description-text{color:#172b4d;font-size:15px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.section-header-with-count{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-header-with-count h4{margin-bottom:0}.section-header-with-count .todo-count,.section-header-with-count .screenshot-count{font-size:12px;font-weight:600;color:#0079bf;background:#e4f0f6;padding:4px 10px;border-radius:12px}.execution-progress-detail{background:#f8f9fa;padding:16px;border-radius:8px}.execution-progress-detail .progress-bar-container{height:8px;background:#dfe1e6;border-radius:4px;overflow:hidden;margin-bottom:10px}.execution-progress-detail .progress-bar-container .progress-bar-fill{height:100%;background:linear-gradient(90deg,#0079bf 0%,#00c2e0 100%);border-radius:4px;transition:width .3s ease}.execution-progress-detail .progress-info{display:flex;justify-content:space-between;align-items:center;font-size:13px}.execution-progress-detail .progress-info .progress-step{color:#5e6c84;text-transform:capitalize}.execution-progress-detail .progress-info .progress-percent{color:#0079bf;font-weight:600}.stream-header{cursor:pointer;user-select:none}.stream-header .stream-header-right{display:flex;align-items:center;gap:8px}.stream-header .stream-message-count{font-size:12px;font-weight:600;color:#9333ea;background:rgba(147,51,234,.1);padding:4px 10px;border-radius:12px}.stream-header .stream-toggle-icon{font-size:16px;color:#5e6c84}.stream-messages-container{background:#1e1e2e;border-radius:8px;padding:12px;max-height:400px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:12px;line-height:1.6}.stream-messages-container .stream-message{padding:2px 0;color:#cdd6f4;word-break:break-word;white-space:pre-wrap;display:flex;align-items:flex-start;gap:6px}.stream-messages-container .stream-message .stream-badge{flex-shrink:0;font-size:10px;font-weight:700;padding:1px 6px;border-radius:4px;text-transform:uppercase;margin-top:2px}.stream-messages-container .stream-message .tool-badge{background:rgba(137,180,250,.2);color:#89b4fa}.stream-messages-container .stream-message .error-badge{background:rgba(243,139,168,.2);color:#f38ba8}.stream-messages-container .stream-message .result-badge{background:rgba(166,227,161,.2);color:#a6e3a1}.stream-messages-container .stream-message .stream-text{flex:1}.stream-messages-container .stream-message.stream-tool{color:#89b4fa}.stream-messages-container .stream-message.stream-error{color:#f38ba8}.stream-messages-container .stream-message.stream-result{color:#a6e3a1}.stream-messages-container::-webkit-scrollbar{width:6px}.stream-messages-container::-webkit-scrollbar-track{background:transparent}.stream-messages-container::-webkit-scrollbar-thumb{background:#45475a;border-radius:3px}.task-todos-list{list-style:none;margin:0;background:#f8f9fa;border-radius:8px;padding:12px;max-height:300px;overflow-y:auto}.task-todos-list .todo-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #ebecf0}.task-todos-list .todo-item:last-child{border-bottom:none;padding-bottom:0}.task-todos-list .todo-item:first-child{padding-top:0}.task-todos-list .todo-item .todo-icon{flex-shrink:0;font-size:20px;color:#c1c7d0}.task-todos-list .todo-item .todo-icon.done{color:#61bd4f}.task-todos-list .todo-item .todo-text{flex:1;font-size:14px;color:#172b4d;line-height:1.5}.task-todos-list .todo-item .todo-duration{flex-shrink:0;font-size:12px;color:#5e6c84;background:#f4f5f7;padding:2px 8px;border-radius:12px;white-space:nowrap}.task-todos-list .todo-item.done .todo-text{text-decoration:line-through;color:#5e6c84}.task-todos-list .todo-item.done .todo-duration{color:#61bd4f;background:#e8f5e1}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.screenshots-grid .screenshot-thumbnail{aspect-ratio:16/9;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid #ebecf0;transition:all .2s ease}.screenshots-grid .screenshot-thumbnail:hover{border-color:#0079bf;transform:scale(1.02)}.screenshots-grid .screenshot-thumbnail img{width:100%;height:100%;object-fit:cover}.attachments-list{display:flex;flex-wrap:wrap;gap:12px}.attachments-list .attachment-html-link{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--background-secondary, #f4f5f7);border:1px solid var(--border-color, #ebecf0);border-radius:8px;color:var(--ion-color-primary, #0079bf);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachments-list .attachment-html-link ion-icon{font-size:18px;flex-shrink:0}.attachments-list .attachment-html-link:hover{background:rgba(var(--ion-color-primary-rgb, 0, 121, 191),.1);border-color:var(--ion-color-primary, #0079bf)}.branch-name{display:inline-block;background:#f4f5f7;padding:8px 12px;border-radius:6px;font-size:13px;color:#172b4d;font-family:Monaco,Menlo,Ubuntu Mono,monospace;word-break:break-all}.diff-preview-btn{background:#f0f0ff;border:1px solid #e0e0ff;border-radius:6px;padding:4px 10px;font-size:12px;color:#667eea;cursor:pointer;display:flex;align-items:center;gap:4px;font-family:inherit;font-weight:600;transition:all .2s}.diff-preview-btn:hover{background:#e0e0ff}.diff-preview-btn ion-icon{font-size:14px}.diff-preview-container{margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.diff-stat{background:#f8fafc;padding:12px 16px;font-size:12px;font-family:Monaco,Menlo,monospace;border-bottom:1px solid #e2e8f0;overflow-x:auto;white-space:pre;margin:0}.diff-content{background:#fefefe;padding:12px 16px;font-size:11px;font-family:Monaco,Menlo,monospace;overflow-x:auto;white-space:pre;max-height:400px;overflow-y:auto;margin:0;line-height:1.5}.implementation-notes{background:#f8f9fa;padding:16px;border-radius:8px;max-height:300px;overflow-y:auto}.implementation-notes p{color:#172b4d;font-size:14px;line-height:1.6;margin:0;white-space:pre-wrap}.files-stats-badges{display:flex;gap:6px}.files-stats-badges .files-stat-badge{font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:10px}.files-stats-badges .files-stat-badge.lines-badge{color:#7c3aed;background:rgba(147,51,234,.08)}.files-changed-detail-list{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.files-changed-detail-list .file-changed-detail-item{display:flex;align-items:stretch;background:#ffffff;border-bottom:1px solid #f3f4f6;transition:background .1s ease}.files-changed-detail-list .file-changed-detail-item:last-child{border-bottom:none}.files-changed-detail-list .file-changed-detail-item:hover{background:#fafbfc}.files-changed-detail-list .file-changed-detail-item .file-change-indicator-bar{width:4px;flex-shrink:0}.files-changed-detail-list .file-changed-detail-item .file-change-indicator-bar.added{background:#22c55e}.files-changed-detail-list .file-changed-detail-item .file-change-indicator-bar.modified{background:#f59e0b}.files-changed-detail-list .file-changed-detail-item .file-change-indicator-bar.deleted{background:#ef4444}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body{flex:1;padding:10px 12px;min-width:0}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header{display:flex;align-items:center;gap:8px}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-change-badge{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border-radius:4px;flex-shrink:0;font-family:ui-monospace,SF Mono,monospace}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-change-badge.added{background:#dcfce7;color:#16a34a}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-change-badge.modified{background:#fef3c7;color:#d97706}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-change-badge.deleted{background:#fee2e2;color:#dc2626}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-changed-path{flex:1;font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:12.5px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-changed-lines{font-size:11px;font-weight:700;flex-shrink:0;font-family:ui-monospace,SF Mono,monospace;padding:2px 8px;border-radius:4px}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-changed-lines.added{color:#16a34a;background:#f0fdf4}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-changed-lines.modified{color:#d97706;background:#fffbeb}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-detail-header .file-changed-lines.deleted{color:#dc2626;background:#fef2f2}.files-changed-detail-list .file-changed-detail-item .file-changed-detail-body .file-changed-summary{margin-top:4px;font-size:12px;color:#6b7280;line-height:1.5}.preview-url-link{display:flex;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%);color:#fff;border-radius:10px;text-decoration:none;font-size:13px;font-weight:600;transition:all .15s ease}.preview-url-link:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 4px 12px rgba(147,51,234,.3);color:#fff}.task-detail-meta{display:flex;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid #ebecf0;margin-top:20px}.task-detail-meta .meta-item{display:flex;align-items:center;gap:6px;color:#5e6c84}.task-detail-meta .meta-item ion-icon{font-size:16px}.task-detail-meta .meta-item p{font-size:13px;margin:0}.task-detail-actions{padding:16px;background:white}.task-detail-actions ion-button,.task-detail-actions button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.task-detail-actions ion-button ion-icon,.task-detail-actions button ion-icon{font-size:18px}.screenshot-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:10000;display:flex;align-items:center;justify-content:center;cursor:pointer}.screenshot-overlay img{max-width:95%;max-height:95%;object-fit:contain;border-radius:8px}.comment-count{font-size:12px;font-weight:600;color:#5e6c84;background:#f4f5f7;padding:4px 10px;border-radius:12px}.comments-list{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto;padding-right:2px}.comments-list .comment-item{display:flex;gap:10px;padding:14px;background:white;border-radius:10px;border:1px solid #e5e7eb}.comments-list .comment-item .comment-avatar{flex-shrink:0;width:32px;height:32px;background:rgba(147,51,234,.08);border-radius:50%;display:flex;align-items:center;justify-content:center}.comments-list .comment-item .comment-avatar ion-icon{font-size:20px;color:#9333ea}.comments-list .comment-item .comment-body{flex:1;min-width:0}.comments-list .comment-item .comment-body .comment-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.comments-list .comment-item .comment-body .comment-header .comment-author{font-size:13px;font-weight:600;color:#1f2937}.comments-list .comment-item .comment-body .comment-header .comment-date{font-size:12px;color:#9ca3af}.comments-list .comment-item .comment-body .comment-header .learned-badge{font-size:10px;padding:2px 8px;background:rgba(147,51,234,.1);color:#9333ea;border-radius:10px;font-weight:600}.comments-list .comment-item .comment-body .comment-text{font-size:14px;color:#374151;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}.comment-section{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-top:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.comment-section .review-section-header{margin-bottom:16px}.comment-section .review-section-header .review-header-top{display:flex;align-items:center;gap:10px;margin-bottom:6px}.comment-section .review-section-header .review-header-top h4{margin-bottom:0}.comment-section .review-section-header .review-header-top .review-status-pill{font-size:11px;font-weight:600;padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.4px}.comment-section .review-section-header .review-header-top .review-status-pill.in_review{background:rgba(245,158,11,.1);color:#d97706}.comment-section .review-section-header .review-header-top .review-status-pill.done{background:rgba(16,185,129,.1);color:#059669}.comment-section .review-section-header .review-section-desc{font-size:13px;color:#6b7280;margin:0;line-height:1.5}.comment-section .comment-form .comment-textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;width:100%;font-size:14px;resize:none;transition:border-color .2s,background .2s}.comment-section .comment-form .comment-textarea:focus{border-color:#9333ea;outline:none;background:white}.comment-section .comment-form .comment-options{margin:12px 0}.comment-section .comment-form .comment-options .save-learning-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#5e6c84;cursor:pointer}.comment-section .comment-form .comment-options .save-learning-checkbox ion-checkbox{--size: 18px}.comment-section .comment-form .comment-options .save-learning-checkbox span{color:#374151}.comment-section .comment-form .comment-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.comment-section .comment-form .comment-actions .comment-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid #e5e7eb;background:#f9fafb;color:#374151}.comment-section .comment-form .comment-actions .comment-btn ion-icon{font-size:16px}.comment-section .comment-form .comment-actions .comment-btn:disabled{opacity:.5;cursor:not-allowed}.comment-section .comment-form .comment-actions .comment-btn.add-only:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.comment-section .comment-form .comment-actions .review-primary-btn{flex:1;min-width:180px;height:44px;min-width:auto;font-size:14px;border-radius:8px!important;display:flex;align-items:center;justify-content:center;gap:6px}.comment-section .comment-form .comment-actions .review-primary-btn ion-icon{font-size:16px}.task-detail-actions .restart-btn{background:#f59e0b!important}.task-detail-actions .restart-btn:hover{background:#d97706!important}.restart-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px}.restart-confirm-overlay .restart-confirm-dialog{background:white;border-radius:16px;padding:24px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3)}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon{width:56px;height:56px;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-icon ion-icon{font-size:28px;color:#f59e0b}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-title{color:#172b4d;margin-bottom:8px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-message{color:#5e6c84;font-size:14px;line-height:1.5;margin-bottom:24px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions{display:flex;gap:12px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions button ion-icon{font-size:16px}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn{background:#f4f5f7;border:1px solid #dfe1e6;color:#5e6c84}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .cancel-btn:hover{background:#ebecf0}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn{background:#f59e0b;border:none;color:#fff}.restart-confirm-overlay .restart-confirm-dialog .restart-confirm-actions .confirm-btn:hover{background:#d97706}.star-rating-container{display:flex;align-items:center;gap:4px;margin-top:8px}.star-rating-container .star-icon{font-size:28px;cursor:pointer;color:#d1d5db;transition:color .15s ease,transform .15s ease}.star-rating-container .star-icon.filled{color:#f59e0b}.star-rating-container .star-icon:hover:not(.disabled){transform:scale(1.15)}.star-rating-container .star-icon.disabled{cursor:default;opacity:.6}.star-rating-container .rating-label{margin-left:8px;font-size:14px;font-weight:600;color:#5e6c84}@media (max-width: 768px){.task-detail-content{padding:0 12px}.task-detail-badges{gap:6px}.task-detail-badges .status-badge,.task-detail-badges .urgency-badge{font-size:11px;padding:3px 10px}.task-detail-section{margin-bottom:20px}.task-detail-section h4{font-size:13px}.task-detail-section .task-description-text{font-size:14px}.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.task-todos-list{max-height:250px}.task-todos-list .todo-item{padding:8px 0}.task-todos-list .todo-item .todo-icon{font-size:18px}.task-todos-list .todo-item .todo-text{font-size:13px}}.confidence-detail-section{display:flex;flex-direction:column;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.confidence-score-row{display:flex;align-items:center;gap:12px}.confidence-score-label,.confidence-meta-label{font-size:12px;font-weight:600;color:#64748b;min-width:72px;flex-shrink:0}.confidence-score-bar-wrapper{display:flex;align-items:center;gap:8px;flex:1}.confidence-score-bar-container{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.confidence-score-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.confidence-score-value{font-size:14px;font-weight:700;min-width:40px;text-align:right}.confidence-meta-row{display:flex;align-items:center;gap:12px}.confidence-complexity-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase}.confidence-complexity-badge.complexity-S{background:#10b981}.confidence-complexity-badge.complexity-M{background:#3B82F6}.confidence-complexity-badge.complexity-L{background:#f97316}.confidence-complexity-badge.complexity-XL{background:#ef4444}.confidence-risk-flags{display:flex;flex-direction:column;gap:6px}.confidence-risk-chips{display:flex;flex-wrap:wrap;gap:4px}.confidence-risk-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fef3c7}.confidence-risk-chip ion-icon{font-size:12px;color:#f59e0b}.confidence-approve-row{margin-top:4px}.confidence-approved-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;color:#10b981;background:#f0fdf4;border:1px solid #bbf7d0}.test-script-detail-code{margin:0;padding:14px;font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.6;color:#1f2937;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;white-space:pre-wrap;word-break:break-all;max-height:400px;overflow-y:auto}.test-script-detail-viewport-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.03em}.test-script-detail-viewport-badge.test-script-detail-viewport-mobile{background:#dbeafe;color:#1d4ed8}.test-script-detail-viewport-badge.test-script-detail-viewport-desktop{background:#f3f4f6;color:#6b7280}.task-reports-list{display:flex;flex-direction:column;gap:8px}.task-report-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.task-report-header{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;user-select:none;transition:background .15s}.task-report-header:hover{background:#f9fafb}.task-report-badge{font-size:10px;font-weight:700;letter-spacing:.5px;padding:2px 8px;border-radius:4px;text-transform:uppercase;flex-shrink:0}.task-report-badge.uiux{background:#ede9fe;color:#7c3aed}.task-report-badge.arch{background:#dbeafe;color:#2563eb}.task-report-badge.review{background:#fef3c7;color:#d97706}.task-report-title{font-size:13px;font-weight:600;color:#374151;flex:1}.task-report-toggle{font-size:16px;color:#9ca3af;flex-shrink:0}.task-report-content{border-top:1px solid #f3f4f6;padding:14px;background:#f9fafb}.task-report-markdown{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.7;color:#374151;white-space:pre-wrap;word-wrap:break-word;margin:0;max-height:500px;overflow-y:auto}.task-card-skeleton{background:#ffffff;border-radius:8px;box-shadow:0 1px 3px rgba(9,30,66,.13);overflow:hidden;min-height:140px}.task-card-skeleton .task-card-skeleton-body{padding:10px 12px 8px}.task-card-skeleton .task-card-skeleton-labels{margin-bottom:10px}.task-card-skeleton .task-card-skeleton-content{margin-bottom:12px}.task-card-skeleton .task-card-skeleton-content .mb-8{margin-bottom:8px}.task-card-skeleton .task-card-skeleton-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #ebecf0}.task-card-skeleton .task-card-skeleton-footer .task-card-skeleton-badges{display:flex;gap:8px}.kanban-column-skeleton{background:#ebecf0;border-radius:8px;min-width:280px;max-width:300px;flex-shrink:0;display:flex;flex-direction:column}.kanban-column-skeleton .kanban-column-skeleton-header{padding:12px 12px 8px;display:flex;justify-content:space-between;align-items:center}.kanban-column-skeleton .kanban-column-skeleton-header .column-title-wrapper{display:flex;align-items:center;gap:8px}.kanban-column-skeleton .kanban-column-skeleton-content{flex:1;padding:0 8px 8px;display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.kanban-column-skeleton{min-width:280px;max-width:320px;background:#ffffff!important;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 1px 3px rgba(0,0,0,.04)}.kanban-column-skeleton .kanban-column-skeleton-header{padding:14px 14px 10px;border-bottom:1px solid #f1f1f1}.kanban-column-skeleton .kanban-column-skeleton-content{padding:8px 8px 12px;background:#fafbfb;border-radius:0 0 12px 12px}}.batch-create-modal{padding:20px;display:flex;flex-direction:column;gap:16px}.batch-create-modal .batch-textarea{width:100%;min-height:180px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:14px;resize:vertical;line-height:1.6;background:#fff;color:#1e293b;outline:none;transition:border-color .2s}.batch-create-modal .batch-textarea:focus{border-color:#667eea}.batch-create-modal .batch-textarea::placeholder{color:#94a3b8}.batch-create-modal .batch-options{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.batch-create-modal .batch-options .batch-option-group{display:flex;align-items:center;gap:8px}.batch-create-modal .batch-options .batch-option-group label{font-size:13px;font-weight:600;color:#475569}.batch-create-modal .batch-options .mode-toggle{display:flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.batch-create-modal .batch-options .mode-toggle button{padding:6px 14px;font-size:12px;font-weight:600;border:none;background:#fff;color:#64748b;cursor:pointer;font-family:inherit;transition:all .2s}.batch-create-modal .batch-options .mode-toggle button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.batch-create-modal .batch-options .auto-execute-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569;cursor:pointer;user-select:none}.batch-create-modal .batch-options .auto-execute-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#667eea}.batch-create-modal .batch-preview{font-size:12px;color:#94a3b8;font-weight:500}.batch-create-modal .batch-footer{display:flex;justify-content:flex-end}.task-execution-container{max-width:800px;margin:0 auto;padding:24px 20px 40px}.task-execution-container .setup-header{margin-bottom:24px}.task-execution-container .setup-header h1{margin:0 0 8px}.task-execution-container .setup-header .setup-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings-shopify-container{max-width:1200px;margin:0 auto;padding:0;min-height:100%}@media (max-width: 768px){.settings-shopify-container{padding:0}}.settings-shopify-header{padding:32px 24px 24px;border-bottom:1px solid var(--ion-border-color, rgba(0, 0, 0, .08));background:var(--ion-card-background, #fff)}@media (max-width: 768px){.settings-shopify-header{padding:20px 16px 16px}}.settings-shopify-title{font-size:28px;font-weight:600;color:var(--ion-text-color, #000);letter-spacing:-.5px}@media (max-width: 768px){.settings-shopify-title{font-size:24px}}.settings-shopify-content{padding:24px}@media (max-width: 768px){.settings-shopify-content{padding:16px}}.settings-section{margin-bottom:32px}.settings-section:last-child{margin-bottom:0}@media (max-width: 768px){.settings-section{margin-bottom:24px}}.settings-section-header{margin-bottom:12px;padding:0 4px}.settings-section-title{font-size:13px;font-weight:600;color:var(--ion-color-medium, #6d7175);text-transform:uppercase;letter-spacing:.5px}.settings-section-items{background:var(--ion-card-background, #fff);border:1px solid var(--ion-border-color, rgba(0, 0, 0, .08));border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04)}@media (max-width: 768px){.settings-section-items{border-radius:8px}}.settings-item{display:flex;align-items:center;padding:16px 20px;gap:16px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid var(--ion-border-color, rgba(0, 0, 0, .08))}.settings-item:last-child{border-bottom:none}.settings-item:hover{background-color:var(--ion-color-light, #f9fafb)}.settings-item:active{background-color:var(--ion-color-light-shade, #f3f4f6)}@media (max-width: 768px){.settings-item{padding:14px 16px;gap:12px;min-height:48px}}.settings-item-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background:var(--ion-color-light, #f9fafb);border-radius:8px;border:1px solid var(--ion-border-color, rgba(0, 0, 0, .08))}.settings-item-icon ion-icon{width:20px;height:20px;color:var(--ion-color-medium-shade, #5c6165)}@media (max-width: 768px){.settings-item-icon{width:36px;height:36px;min-width:36px}.settings-item-icon ion-icon{width:18px;height:18px}}.settings-item-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.settings-item-title{font-size:14px;font-weight:600;line-height:1.4;color:var(--ion-text-color, #202223)}@media (max-width: 768px){.settings-item-title{font-size:15px}}.settings-item-description{font-size:13px;line-height:1.4;color:var(--ion-color-medium, #6d7175);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.settings-item-description{font-size:13px}}.settings-item-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--ion-color-medium, #8c9196);transition:transform .15s ease}.settings-item-arrow ion-icon{width:18px;height:18px}.settings-item:hover .settings-item-arrow{transform:translate(2px);color:var(--ion-color-medium-shade, #5c6165)}.settings-section-account{margin-top:40px;padding-top:32px;border-top:1px solid var(--ion-border-color, rgba(0, 0, 0, .08))}@media (max-width: 768px){.settings-section-account{margin-top:32px;padding-top:24px}}.settings-item-logout .settings-item-icon{background:rgba(255,59,48,.08);border-color:rgba(255,59,48,.2)}.settings-item-logout .settings-item-icon ion-icon{color:#d72c0d}.settings-item-logout .settings-item-title{color:#d72c0d}.settings-item-logout:hover{background-color:rgba(255,59,48,.04)}.settings-container{animation:fadeInUp .5s ease-in-out;height:100%;padding:20px;width:100%}.settings-container .settings-menu-container{display:flex;flex-direction:column;gap:30px}.settings-container .settings-menu-list{border-radius:1rem;border:1px solid var(--list-border-color);box-shadow:var(--shadow)}.settings-container .settings-menu-list .settings-menu-list-item{width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-left:20px;padding-right:20px;background-color:var(--list-background-color);border-top:1px solid var(--list-border-color);transition:var(--transition)}.settings-container .settings-menu-list .settings-menu-list-item:hover{background-color:var(--list-background-hover-color)}.settings-container .settings-menu-list .settings-menu-list-item:first-child{border-top-width:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.settings-container .settings-menu-list .settings-menu-list-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.settings-container .settings-menu-list .settings-menu-list-item:not(:first-child):not(:last-child){border-radius:0}.settings-container .settings-menu-list .settings-menu-list-item ion-icon:first-child{color:var(--list-primary-icon-color);width:24px;height:24px}.settings-container .settings-menu-list .settings-menu-list-item ion-icon:last-child{color:var(--list-supporting-icon-color);width:20px;height:20px}.tasks-settings-container{display:flex;flex-direction:column;height:100%;background:#f6f6f7}.tasks-settings-container.is-page{padding:0}.tasks-settings-container .tasks-settings-body{flex:1;overflow-y:auto;padding:24px 32px}.tasks-settings-container .tasks-settings-content{max-width:800px;margin:0 auto}.tasks-settings-container .form-section{display:flex;gap:24px;padding:32px;background:white;border-radius:12px;border:1px solid #e5e5e5;margin-bottom:24px}.tasks-settings-container .form-section .section-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f6f6f7;border-radius:12px}.tasks-settings-container .form-section .section-icon ion-icon{font-size:24px;color:#666}.tasks-settings-container .form-section .section-content{flex:1;min-width:0}.tasks-settings-container .form-section .section-header{margin-bottom:24px}.tasks-settings-container .form-section .section-header h3{margin:0 0 8px;color:#000;font-size:18px;font-weight:600}.tasks-settings-container .form-section .section-header p{margin:0;color:#666;font-size:14px;line-height:1.5}.tasks-settings-container .auto-merge-toggle .toggle-row,.tasks-settings-container .whatsapp-confirm-toggle .toggle-row,.tasks-settings-container .notify-completion-toggle .toggle-row,.tasks-settings-container .notify-question-toggle .toggle-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9f9f9;border-radius:8px;border:1px solid #e5e5e5}.tasks-settings-container .auto-merge-toggle .toggle-label,.tasks-settings-container .whatsapp-confirm-toggle .toggle-label,.tasks-settings-container .notify-completion-toggle .toggle-label,.tasks-settings-container .notify-question-toggle .toggle-label{display:flex;flex-direction:column;gap:4px}.tasks-settings-container .auto-merge-toggle .toggle-title,.tasks-settings-container .whatsapp-confirm-toggle .toggle-title,.tasks-settings-container .notify-completion-toggle .toggle-title,.tasks-settings-container .notify-question-toggle .toggle-title{font-size:15px;font-weight:500;color:#000}.tasks-settings-container .auto-merge-toggle .toggle-description,.tasks-settings-container .whatsapp-confirm-toggle .toggle-description,.tasks-settings-container .notify-completion-toggle .toggle-description,.tasks-settings-container .notify-question-toggle .toggle-description{font-size:13px;color:#666}.tasks-settings-container .auto-merge-toggle ion-toggle,.tasks-settings-container .whatsapp-confirm-toggle ion-toggle,.tasks-settings-container .notify-completion-toggle ion-toggle,.tasks-settings-container .notify-question-toggle ion-toggle{--background: #ccc;--background-checked: #34c759;--handle-background: white;--handle-background-checked: white}.tasks-settings-container .channel-hint,.tasks-settings-container .setting-hint{font-size:12px;color:#64748b;margin:8px 0 0;display:flex;align-items:center;gap:4px}.tasks-settings-container .channel-hint ion-icon,.tasks-settings-container .setting-hint ion-icon{font-size:14px}.tasks-settings-container .notification-channel-select .power-input-select-container{max-width:300px}.tasks-settings-container .response-wait-time .wait-time-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9f9f9;border-radius:8px;border:1px solid #e5e5e5}.tasks-settings-container .response-wait-time .wait-time-label{display:flex;flex-direction:column;gap:4px}.tasks-settings-container .response-wait-time .wait-time-title{font-size:15px;font-weight:500;color:#000}.tasks-settings-container .response-wait-time .wait-time-input{display:flex;align-items:center;gap:8px}.tasks-settings-container .response-wait-time .wait-time-input input{width:80px;padding:8px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;text-align:center}.tasks-settings-container .response-wait-time .wait-time-input input:focus{outline:none;border-color:#9333ea}.tasks-settings-container .response-wait-time .wait-time-input input:disabled{background:#f0f0f0;color:#999}.tasks-settings-container .response-wait-time .wait-time-input .wait-time-unit{font-size:14px;color:#666}.tasks-settings-container .tasks-settings-footer{padding:20px 32px;background:white;border-top:1px solid #e5e5e5}.tasks-settings-container .tasks-settings-footer .footer-actions{max-width:800px;margin:0 auto;display:flex;justify-content:flex-end;gap:12px}.tasks-settings-container .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.tasks-settings-container .loading-state .loading-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.tasks-settings-container .loading-state p{margin:0;color:#666;font-size:14px}.tasks-settings-container .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.employees-container{max-width:1200px;margin:0 auto}.employees-container .employees-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.employees-container .employees-actions{display:flex;align-items:center;gap:12px}.employees-container .employee-search{display:flex;align-items:center;gap:8px;background:var(--card-background);padding:8px 16px;border-radius:8px;border:1px solid var(--border-color);min-width:200px}.employees-container .employee-search ion-icon{font-size:18px;color:var(--text-secondary)}.employees-container .refresh-button{background:var(--card-background);border:1px solid var(--border-color);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.employees-container .refresh-button:hover{background:var(--background-secondary)}.employees-container .refresh-button ion-icon{font-size:20px;color:var(--text-secondary)}.employees-skeleton{display:flex;flex-direction:column;gap:8px}.employees-skeleton .employee-row-skeleton{border-radius:4px;overflow:hidden}.employees-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.employees-empty .empty-icon{font-size:64px;color:var(--text-secondary, #6d7175);opacity:.5;margin-bottom:16px}.employees-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid var(--border-color, #e1e3e5);background:var(--card-background, #fff)}.employees-table{width:100%;border-collapse:collapse;font-size:14px}.employees-table thead tr{border-bottom:1px solid var(--border-color, #e1e3e5);background:var(--background-secondary, #f6f6f7)}.employees-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:var(--text-secondary, #6d7175);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.employees-table tbody tr{border-bottom:1px solid var(--border-color, #e1e3e5);transition:background .15s ease}.employees-table tbody tr:last-child{border-bottom:none}.employees-table tbody tr:hover{background:var(--background-secondary, #f6f6f7)}.employees-table td{padding:14px 16px;vertical-align:middle}.employees-table .employee-cell{display:flex;align-items:center;gap:12px}.employees-table .employee-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-gradient, linear-gradient(135deg, #9333EA 0%, #3B82F6 100%));color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.employees-table .employee-details{display:flex;flex-direction:column;gap:2px}.employees-table .employee-details .employee-name{font-size:14px;font-weight:600;color:var(--text-primary, #202223)}.employees-table .employee-details .employee-email,.employees-table .last-login-value{font-size:13px;color:var(--text-secondary, #6d7175)}.employees-table .project-badges{display:flex;flex-wrap:wrap;gap:6px}.employees-table .project-badge{display:inline-flex;padding:3px 10px;background:var(--brand-purple-light, rgba(147, 51, 234, .1));color:var(--brand-purple, #9333EA);font-size:12px;font-weight:500;border-radius:16px}.employees-table .project-badge.more{background:var(--brand-blue-light, rgba(59, 130, 246, .1));color:var(--brand-blue, #3B82F6)}.employees-table .project-badge.all{background:rgba(34,197,94,.1);color:#16a34a;font-weight:600}.employees-table .no-projects{font-size:13px;color:var(--text-secondary, #6d7175);font-style:italic}.employees-table .role-badge{display:inline-flex;padding:4px 12px;font-size:12px;font-weight:600;border-radius:16px;white-space:nowrap}.employees-table .role-badge--manager{background:rgba(147,51,234,.1);color:#9333ea}.employees-table .role-badge--member{background:rgba(107,114,128,.1);color:#4b5563}.employees-table .role-badge--senior{background:rgba(59,130,246,.1);color:#3b82f6}.employees-table .role-badge--junior{background:rgba(34,197,94,.1);color:#16a34a}.employees-table .role-badge--designer{background:rgba(249,115,22,.1);color:#ea580c}.employees-table .no-role{font-size:13px;color:var(--text-secondary, #6d7175);font-style:italic}.employees-table .action-btn.menu-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease}.employees-table .action-btn.menu-btn ion-icon{font-size:18px;color:var(--text-secondary, #6d7175)}.employees-table .action-btn.menu-btn:hover{background:var(--background-secondary, #f0f0f0)}.employees-table .action-btn.menu-btn:hover ion-icon{color:var(--text-primary, #333)}.employee-popover{--width: 180px;--background: white}.employee-popover .employee-popover-menu{padding:6px 0;background:white}.employee-popover .employee-popover-menu .employee-popover-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;font-size:14px;color:#333;position:relative;overflow:hidden}.employee-popover .employee-popover-menu .employee-popover-item:hover{background:#f5f5f5}.employee-popover .employee-popover-menu .employee-popover-item ion-icon{font-size:18px;color:#666}.employee-popover .employee-popover-menu .employee-popover-item--delete{color:#ff3b30}.employee-popover .employee-popover-menu .employee-popover-item--delete ion-icon{color:#ff3b30}@media (max-width: 768px){.employees-container{padding:16px}.employees-container .employees-header{flex-direction:column;align-items:flex-start}.employees-container .employees-actions{width:100%;justify-content:space-between}.employees-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.employees-table th:nth-child(3),.employees-table td:nth-child(3){display:none}.employees-table .action-btn.menu-btn{width:44px;height:44px;min-width:44px}}.fade-in-up{animation:fadeInUp .4s ease-out forwards;opacity:0}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.delay-6{animation-delay:.3s}.delay-7{animation-delay:.35s}.delay-8{animation-delay:.4s}.delay-9{animation-delay:.45s}.delay-10{animation-delay:.5s}.delay-11{animation-delay:.55s}.delay-12{animation-delay:.6s}.delay-13{animation-delay:.65s}.delay-14{animation-delay:.7s}.delay-15{animation-delay:.75s}.delay-16{animation-delay:.8s}.delay-17{animation-delay:.85s}.delay-18{animation-delay:.9s}.delay-19{animation-delay:.95s}.delay-20{animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.employee-modal{--width: 500px;--max-width: 95%}.employee-form .form-group{margin-bottom:20px}.employee-form .form-group .form-label{display:block;font-size:14px;margin-bottom:6px;color:var(--brand-text-primary, #202223)}.employee-form .form-group .form-description{font-size:13px;color:var(--brand-text-secondary, #6d7175);margin-bottom:10px}.employee-form .form-group .form-hint{font-size:12px;color:var(--brand-text-secondary, #6d7175);margin-top:6px}.employee-form .form-group .form-hint.warning{color:#f97316}.employee-form .form-group .form-hint.info{color:#16a34a;background:rgba(34,197,94,.08);padding:10px 14px;border-radius:8px;font-size:13px}.employee-form .skill-level-group .skill-level-select{margin-top:8px}.employee-form .skill-level-group .skill-level-select .ant-select-selector{min-height:44px;border-radius:8px;border-color:var(--brand-border, #e1e3e5);padding:4px 8px;display:flex;align-items:center}.employee-form .skill-level-group .skill-level-select .ant-select-selector:hover{border-color:var(--brand-purple, #9333EA)}.employee-form .skill-level-group .skill-level-select.ant-select-focused .ant-select-selector{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 2px rgba(147,51,234,.1)}.employee-form .project-select-group .project-select{margin-top:8px}.employee-form .project-select-group .project-select .ant-select-selector{min-height:44px;border-radius:8px;border-color:var(--brand-border, #e1e3e5);padding:4px 8px}.employee-form .project-select-group .project-select .ant-select-selector:hover{border-color:var(--brand-purple, #9333EA)}.employee-form .project-select-group .project-select.ant-select-focused .ant-select-selector{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 2px rgba(147,51,234,.1)}.employee-form .project-select-group .project-select .ant-select-selection-item{background:var(--brand-purple-light, rgba(147, 51, 234, .1));border-color:transparent;border-radius:16px;padding:2px 8px}.employee-form .project-select-group .project-select .ant-select-selection-item .ant-select-selection-item-content{color:var(--brand-purple, #9333EA);font-size:13px}.employee-form .project-select-group .project-select .ant-select-selection-item .ant-select-selection-item-remove{color:var(--brand-purple, #9333EA)}.employee-form .form-info{background:var(--brand-background, #f6f6f7);border-radius:8px;padding:16px}.employee-form .form-info .info-text{font-size:13px;color:var(--brand-text-secondary, #6d7175);line-height:1.5}.modal-actions{background:var(--brand-surface, #fff);border-top:1px solid var(--brand-border, #e1e3e5)}.channels-container{max-width:1200px;margin:0 auto;padding:24px}.channels-container .channels-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.channels-container .channels-header .header-content h1{margin:0 0 8px;color:#000}.channels-container .channels-header .header-content p{margin:0;color:#666;font-size:14px}.channels-container .loading-state,.channels-container .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.channels-container .loading-state .loading-spinner,.channels-container .empty-state .loading-spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#9333ea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.channels-container .loading-state .empty-icon,.channels-container .empty-state .empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);border-radius:20px;margin-bottom:24px}.channels-container .loading-state .empty-icon ion-icon,.channels-container .empty-state .empty-icon ion-icon{font-size:40px;color:#fff}.channels-container .loading-state h3,.channels-container .empty-state h3{margin:0 0 8px;color:#000}.channels-container .loading-state p,.channels-container .empty-state p{margin:0 0 24px;color:#666;font-size:14px}.channels-container .channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.channels-container .channel-card{background:white;border-radius:12px;border:1px solid #e5e5e5;padding:20px;transition:box-shadow .2s,transform .2s}.channels-container .channel-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.channels-container .channel-card .channel-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.channels-container .channel-card .channel-header .channel-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);border-radius:12px}.channels-container .channel-card .channel-header .channel-icon ion-icon{font-size:24px;color:#fff}.channels-container .channel-card .channel-header .channel-info{flex:1}.channels-container .channel-card .channel-header .channel-info .channel-name{font-size:16px;font-weight:600;color:#000}.channels-container .channel-card .channel-header .channel-info .channel-type{font-size:13px;color:#666}.channels-container .channel-card .channel-header .channel-info .channel-badges{display:flex;gap:6px;margin-top:4px}.channels-container .channel-card .channel-header .channel-info .channel-purpose-badge{font-size:11px;font-weight:600;padding:2px 10px;border-radius:12px}.channels-container .channel-card .channel-header .channel-info .channel-purpose-badge.purpose-support{background:#ede9fe;color:#7c3aed}.channels-container .channel-card .channel-header .channel-info .channel-purpose-badge.purpose-tasks{background:#dbeafe;color:#2563eb}.channels-container .channel-card .channel-header .channel-info .channel-purpose-badge.purpose-both{background:#f0fdf4;color:#16a34a}.channels-container .channel-card .channel-header .channel-header-right{display:flex;align-items:center;gap:8px}.channels-container .channel-card .channel-header .status-icon{font-size:24px}.channels-container .channel-card .channel-header .status-icon.connected{color:#34c759}.channels-container .channel-card .channel-header .status-icon.connecting{color:#ff9500;animation:spin 1s linear infinite}.channels-container .channel-card .channel-header .status-icon.error{color:#ff3b30}.channels-container .channel-card .channel-header .status-icon.disconnected{color:#8e8e93}.channels-container .channel-card .channel-header .channel-menu-btn{background:none;border:none;padding:4px;cursor:pointer;color:#8e8e93;border-radius:6px;display:flex;align-items:center;justify-content:center}.channels-container .channel-card .channel-header .channel-menu-btn:hover{background:#f0f0f0;color:#333}.channels-container .channel-card .channel-header .channel-menu-btn ion-icon{font-size:20px}.channels-container .channel-card .channel-status{display:flex;align-items:center;gap:12px;margin-bottom:16px}.channels-container .channel-card .channel-status .status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.channels-container .channel-card .channel-status .status-badge.connected{background:rgba(52,199,89,.1);color:#34c759}.channels-container .channel-card .channel-status .status-badge.connecting{background:rgba(255,149,0,.1);color:#ff9500}.channels-container .channel-card .channel-status .status-badge.error{background:rgba(255,59,48,.1);color:#ff3b30}.channels-container .channel-card .channel-status .status-badge.disconnected{background:rgba(142,142,147,.1);color:#8e8e93}.channels-container .channel-card .channel-status .phone-number{font-size:13px;color:#666}.channels-container .channel-card .channel-error{padding:12px;background:rgba(255,59,48,.08);border-radius:8px;font-size:13px;color:#ff3b30;margin-bottom:16px}.channels-container .channel-card.add-channel-card{border:2px dashed #d1d5db;background:#fafafa;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:140px;transition:border-color .2s,background .2s,transform .2s}.channels-container .channel-card.add-channel-card:hover{border-color:#9333ea;background:#faf5ff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(147,51,234,.1)}.channels-container .channel-card.add-channel-card .add-channel-card-content{display:flex;flex-direction:column;align-items:center;gap:8px}.channels-container .channel-card.add-channel-card .add-channel-card-content .add-channel-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3e8ff;border-radius:12px;transition:background .2s}.channels-container .channel-card.add-channel-card .add-channel-card-content .add-channel-icon ion-icon{font-size:24px;color:#9333ea}.channels-container .channel-card.add-channel-card .add-channel-card-content .add-channel-text{font-size:15px;font-weight:600;color:#374151}.channels-container .channel-card.add-channel-card .add-channel-card-content p{margin:0;font-size:13px;color:#9ca3af}.channels-container .channel-card .channel-actions{display:flex;gap:8px}.channels-container .channel-card .channel-actions .small{padding:8px 16px;font-size:13px}.channels-container .channel-card .channel-actions .danger{color:#ff3b30;border-color:#ff3b30}.channels-container .channel-card .channel-actions .danger:hover{background:rgba(255,59,48,.08)}.add-channel-form{padding:20px;display:flex;flex-direction:column;gap:20px}.add-channel-form .role-info{padding:16px;background:#f6f6f7;border-radius:8px}.add-channel-form .role-info p{margin:0;font-size:13px;color:#666;line-height:1.5}.add-channel-form .role-info p strong{color:#000}.add-channel-form .telegram-guide{background:#eff6ff;border:1px solid #bfdbfe}.add-channel-form .telegram-guide p{color:#1e40af;margin-bottom:8px}.add-channel-form .telegram-guide ol{margin:0;padding-left:20px;font-size:13px;color:#334155;line-height:1.8}.add-channel-form .telegram-guide ol li{margin-bottom:4px}.add-channel-form .telegram-guide ol a{color:#2563eb;font-weight:600;text-decoration:none}.add-channel-form .telegram-guide ol a:hover{text-decoration:underline}.add-channel-form .telegram-guide ol code{background:#dbeafe;padding:1px 6px;border-radius:4px;font-size:12px;color:#1e40af;font-family:SF Mono,monospace}.add-channel-form .telegram-guide ol strong{color:#1e293b}.add-channel-form .form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:12px;border-top:1px solid #e5e5e5}.qr-code-container{padding:20px;display:flex;flex-direction:column;align-items:center}.qr-code-container .qr-instructions{text-align:center;margin-bottom:24px}.qr-code-container .qr-instructions p{margin:0 0 16px;font-size:14px;color:#666}.qr-code-container .qr-instructions ol{margin:0;padding-left:20px;text-align:left}.qr-code-container .qr-instructions ol li{font-size:13px;color:#666;margin-bottom:8px}.qr-code-container .qr-code{width:256px;height:256px;display:flex;align-items:center;justify-content:center;background:white;border:2px solid #e5e5e5;border-radius:12px;margin-bottom:24px}.qr-code-container .qr-code .qr-image{width:100%;height:100%;object-fit:contain;border-radius:10px}.qr-code-container .qr-code .qr-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px}.qr-code-container .qr-code .qr-placeholder .loading-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#9333ea;border-radius:50%;animation:spin .8s linear infinite}.qr-code-container .qr-code .qr-placeholder p{margin:0;font-size:13px;color:#666}.qr-code-container .qr-footer{display:flex;gap:12px;width:100%;justify-content:center}.channel-card-popover{--width: 200px;--background: white}.channel-card-popover .channel-card-menu{padding:6px 0;background:white}.channel-card-popover .channel-card-menu .channel-card-menu-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;font-size:14px;color:#333;position:relative;overflow:hidden}.channel-card-popover .channel-card-menu .channel-card-menu-item:hover{background:#f5f5f5}.channel-card-popover .channel-card-menu .channel-card-menu-item ion-icon{font-size:18px;color:#666}.channel-card-popover .channel-card-menu .channel-card-menu-item.channel-card-menu-item-delete{color:#ff3b30}.channel-card-popover .channel-card-menu .channel-card-menu-item.channel-card-menu-item-delete ion-icon{color:#ff3b30}.card-container{background:#ffffff;border-radius:4px;padding:20px;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);min-height:140px}.card-container .badge{padding:0 4px;border-radius:4px;display:flex;align-items:center}.card-container .badge.badge-success{background:#f0faf2}.card-container .badge.badge-error{background:#ffecec}.card-container .skeleton-container{display:flex;flex-direction:column;gap:12px;width:100%}.card-container .skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:20px}.card-container .skeleton-badge{width:40%;height:24px}.card-container .skeleton-description{width:80%;height:16px}.chart-container{background:#ffffff;border-radius:4px;padding:20px;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.chart-container .skeleton-container{display:flex;flex-direction:column;gap:12px;width:100%}.chart-container .skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:20px}.chart-container .skeleton-description{width:80%;height:16px}.chart-container .metric-item{display:flex;flex-direction:column;gap:4px;min-width:120px}.chart-container .chart-wrapper{margin-top:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;position:relative}@media (max-width: 768px){.chart-container .chart-wrapper{margin-top:16px;padding-bottom:16px}.chart-container .chart-wrapper:after{content:"";position:absolute;right:0;top:0;bottom:16px;width:20px;background:linear-gradient(to right,transparent,rgba(255,255,255,.9));pointer-events:none;z-index:1}}.chart-container .chart-wrapper>div{min-width:100%;position:relative}@media (max-width: 768px){.chart-container .chart-wrapper>div .apexcharts-legend{overflow:visible!important;height:auto!important}}.chart-container .mobile-metrics .metric-item{min-width:calc(50% - 5px);flex:1 1 calc(50% - 5px)}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.chart-container{padding:16px!important;border-radius:8px}.chart-container .metric-item{min-width:calc(50% - 6px);flex:1 1 calc(50% - 6px);padding:12px 10px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.chart-container .mobile-metrics{gap:12px!important}}@media (max-width: 480px){.chart-container{padding:12px!important}.chart-container .metric-item{min-width:calc(50% - 6px);flex:1 1 calc(50% - 6px);padding:10px 8px}.chart-container .mobile-metrics{gap:10px!important}}.onboarding-checklist{background:#ffffff;border-radius:12px;padding:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #e2e8f0;max-width:340px;width:100%}.onboarding-checklist__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.onboarding-checklist__title{font-size:15px;font-weight:700;color:#1e293b}.onboarding-checklist__dismiss{background:none;border:none;cursor:pointer;color:#94a3b8;padding:2px;display:flex;align-items:center;border-radius:4px;transition:color .15s ease}.onboarding-checklist__dismiss:hover{color:#64748b}.onboarding-checklist__dismiss ion-icon{font-size:18px}.onboarding-checklist__progress{--background: #e2e8f0;--progress-background: #667eea;height:4px;border-radius:2px}.onboarding-checklist__progress-label{display:block;font-size:11px;color:#94a3b8;margin-top:6px;margin-bottom:12px}.onboarding-checklist__steps{display:flex;flex-direction:column;gap:4px}.onboarding-checklist__step{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:8px;border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:background .15s ease}.onboarding-checklist__step:hover:not(.done):not(.disabled){background:#f1f5f9}.onboarding-checklist__step.done{cursor:default;opacity:.7}.onboarding-checklist__step.disabled{cursor:not-allowed;opacity:.45}.onboarding-checklist__step-icon{font-size:20px;color:#cbd5e1;flex-shrink:0}.onboarding-checklist__step-icon.checked{color:#10b981}.onboarding-checklist__step-label{flex:1;font-size:13px;font-weight:500;color:#334155}.done .onboarding-checklist__step-label{text-decoration:line-through;color:#94a3b8}.onboarding-checklist__step-action-icon{font-size:16px;color:#cbd5e1;flex-shrink:0}.done .onboarding-checklist__step-action-icon,.disabled .onboarding-checklist__step-action-icon{visibility:hidden}.activity-feed-card{background:#ffffff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.activity-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.activity-feed-filter{background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:12px;color:#1e293b;outline:none;cursor:pointer;font-family:inherit}.activity-feed-filter:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.15)}.activity-feed-list{display:flex;flex-direction:column;gap:0}.activity-feed-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9;align-items:flex-start}.activity-feed-item:last-child{border-bottom:none}.activity-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;background:#667eea}.activity-content{flex:1;min-width:0}.activity-text{font-size:13px;color:#334155;line-height:1.4;margin-bottom:2px}.activity-text strong{font-weight:600;color:#1e293b}.activity-time{font-size:11px;color:#94a3b8}.activity-type-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.activity-type-icon{width:28px;height:28px;min-width:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px}.activity-type-icon.type-task{background:#f0fdf4;color:#16a34a}.activity-type-icon.type-project{background:#eff6ff;color:#2563eb}.activity-type-icon.type-review{background:#fefce8;color:#ca8a04}.activity-type-icon.type-deploy{background:#fdf2f8;color:#db2777}.activity-load-more{display:block;width:100%;margin-top:12px;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.activity-load-more:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.activity-load-more:disabled{opacity:.5;cursor:not-allowed}.activity-empty{text-align:center;padding:24px;color:#94a3b8;font-size:13px}.dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:44px;font-size:14px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit}.dashboard-select:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.dashboard-overview-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:12px;cursor:pointer;transition:all .2s}.dashboard-overview-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.dashboard-overview-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-overview-body{display:flex;flex-direction:column;gap:2px}.dashboard-overview-value{font-size:24px;font-weight:700;color:var(--brand-text-primary, #202223);line-height:1}.dashboard-overview-label{font-size:14px;font-weight:500;color:var(--brand-text-secondary, #6d7175)}.dashboard-overview-sub{font-size:12px;color:#9ca3af}.status-breakdown-card{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:20px 20px 32px;box-shadow:0 1px 3px rgba(0,0,0,.06);max-height:400px;overflow-y:auto}.status-breakdown-rows{display:flex;flex-direction:column;gap:12px}.status-breakdown-row{display:flex;align-items:center;gap:12px}.status-breakdown-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-breakdown-label{font-size:14px;font-weight:500;color:var(--brand-text, #334155);width:100px;flex-shrink:0;text-transform:capitalize}.status-breakdown-count{font-size:14px;font-weight:700;color:var(--brand-text, #1e293b);width:36px;text-align:right;flex-shrink:0}.status-breakdown-bar-track{flex:1;height:8px;background:var(--brand-bg, #f1f5f9);border-radius:4px;overflow:hidden;min-width:80px}.status-breakdown-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.status-breakdown-percent{font-size:13px;font-weight:600;color:var(--brand-text-sec, #64748b);width:40px;text-align:right;flex-shrink:0}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{text-align:left;padding:10px 12px;font-size:12px;color:var(--brand-text-sec, #64748b);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--brand-border-color, #e2e8f0);font-weight:600;position:sticky;top:0;background:var(--brand-surface-color, #ffffff);z-index:1}.dashboard-table td{padding:12px;font-size:14px;border-bottom:1px solid var(--brand-bg, #f1f5f9);color:var(--brand-text, #334155)}.dashboard-table tr:hover td{background:var(--brand-bg, #f8fafc)}.quality-badge.quality-good{background:rgba(16,185,129,.1);color:var(--score-high)}.quality-badge.quality-warn{background:rgba(245,158,11,.1);color:var(--score-medium)}.card-container{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.dashboard-error-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px}.dashboard-error-card .dashboard-error-content{display:flex;align-items:center;gap:12px}.dashboard-error-card .dashboard-error-icon{font-size:24px;color:#ea580c;flex-shrink:0}.dashboard-error-card .dashboard-retry-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s ease}.dashboard-error-card .dashboard-retry-btn ion-icon{font-size:16px}.dashboard-error-card .dashboard-retry-btn:hover{background:#c2410c}.dashboard-testing-card{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.dashboard-testing-stats{display:flex;gap:0}.dashboard-testing-stats .testing-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border-right:1px solid var(--brand-border-color, #e2e8f0)}.dashboard-testing-stats .testing-stat:last-child{border-right:none}.dashboard-testing-stats .testing-stat .testing-stat-value{font-size:24px;font-weight:700;color:var(--brand-text, #1e293b);line-height:1}.dashboard-testing-stats .testing-stat .testing-stat-label{font-size:12px;color:var(--brand-text-sec, #64748b);text-transform:uppercase;letter-spacing:.03em}@media (max-width: 768px){.dashboard-select{font-size:12px;padding:8px 10px;width:100%;min-height:44px}.mobile-page-container>.flex.space-between.align-center{flex-direction:column;align-items:flex-start;gap:12px}.mobile-page-container>.flex.space-between.align-center>.flex.flex-gap-10.align-center{flex-direction:column;align-items:stretch;gap:8px;width:100%}.dashboard-testing-stats{flex-wrap:wrap}.dashboard-testing-stats .testing-stat{flex:1 0 40%;border-right:none;border-bottom:1px solid var(--brand-border-color, #e2e8f0)}.dashboard-testing-stats .testing-stat:nth-child(odd){border-right:1px solid var(--brand-border-color, #e2e8f0)}.dashboard-testing-stats .testing-stat:nth-last-child(-n+2){border-bottom:none}}.webhooks-content{max-width:700px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:20px}.webhook-form{display:flex;flex-direction:column;gap:12px}.event-chip{padding:8px 14px;border-radius:16px;font-size:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s;font-family:inherit}.event-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.event-chip:hover:not(.active){border-color:#667eea}.event-tag{font-size:11px;padding:2px 8px;border-radius:4px;background:#f1f5f9;color:#64748b}.delete-btn{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:18px;padding:8px;border-radius:8px;transition:all .2s}.delete-btn:hover{color:#ef4444;background:#fef2f2}.webhooks-empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center;gap:8px}.webhooks-empty-state .empty-state-icon{font-size:48px;color:#cbd5e1;margin-bottom:8px}@media (max-width: 768px){.webhooks-content{padding:16px}.settings-back-bar{padding:10px 16px}}.templates-content{max-width:700px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:20px}.template-form{display:flex;flex-direction:column;gap:12px}.template-row{display:flex;gap:12px}@media (max-width: 600px){.template-row{flex-direction:column}}.template-row-field{flex:1;min-width:0}.template-textarea{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s;background:#fff;box-sizing:border-box}.template-textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.15)}.template-select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:inherit;outline:none;cursor:pointer;background:#fff;min-height:44px;box-sizing:border-box}.template-select:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.15)}.category-tag{font-size:11px;padding:2px 8px;border-radius:4px;background:#ede9fe;color:#7c3aed}.urgency-tag{font-size:11px;padding:2px 8px;border-radius:4px}.urgency-tag.urgency-low{background:#f0fdf4;color:#16a34a}.urgency-tag.urgency-medium{background:#fef3c7;color:#d97706}.urgency-tag.urgency-high{background:#fee2e2;color:#dc2626}.urgency-tag.urgency-critical{background:#450a0a;color:#fca5a5}.template-item-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.template-item-content{flex:1;min-width:0}.template-item-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.template-item-actions{display:flex;gap:4px;flex-shrink:0}.icon-btn{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:16px;padding:6px;border-radius:6px;transition:all .2s}.icon-btn:hover{color:#667eea;background:#f0f0ff}.icon-btn.icon-btn-danger:hover{color:#ef4444;background:#fef2f2}.card-container{background:#ffffff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.templates-empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center;gap:8px}.templates-empty-state .empty-state-icon{font-size:48px;color:#cbd5e1;margin-bottom:8px}@media (max-width: 768px){.templates-content{padding:16px}.settings-back-bar{padding:10px 16px}}.em-content{max-width:800px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:20px}.em-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.em-btn{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;border:none;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}.em-btn.em-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.em-btn.em-btn-primary:hover{opacity:.9}.em-btn.em-btn-primary:disabled{opacity:.5;cursor:not-allowed}.em-btn.em-btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.em-btn.em-btn-secondary:hover{background:#e2e8f0}.em-btn.em-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.em-btn.em-btn-danger{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.em-btn.em-btn-danger:hover{background:#fee2e2}.em-setup-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.em-code{background:#1e293b;color:#e2e8f0;padding:10px 12px;border-radius:6px;font-size:11px;font-family:Monaco,Menlo,monospace;overflow-x:auto;white-space:pre-wrap;margin:8px 0 0;line-height:1.5}.em-suggestion{padding:12px;border-radius:8px;margin-bottom:8px;border:1px solid #e2e8f0}.em-suggestion.em-suggestion-pending{background:#fffbeb;border-color:#fde68a}.em-suggestion.em-suggestion-approved{background:#f0fdf4;border-color:#bbf7d0;opacity:.7}.em-suggestion.em-suggestion-rejected{background:#fef2f2;border-color:#fecaca;opacity:.5}.em-tag{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;text-transform:uppercase}.em-tag.em-tag-critical{background:#450a0a;color:#fca5a5}.em-tag.em-tag-high{background:#431407;color:#fdba74}.em-tag.em-tag-medium{background:#fef3c7;color:#92400e}.em-tag.em-tag-low{background:#f0fdf4;color:#166534}.em-tag.em-tag-source{background:#ede9fe;color:#7c3aed}.em-tag.em-tag-approved{background:#dcfce7;color:#166534}.em-tag.em-tag-rejected{background:#fee2e2;color:#991b1b}.em-tag.em-tag-pending{background:#fef3c7;color:#92400e}.em-icon-btn{background:none;border:none;cursor:pointer;font-size:20px;padding:4px;border-radius:6px;transition:all .2s}.em-icon-btn.em-icon-approve{color:#10b981}.em-icon-btn.em-icon-approve:hover{background:#f0fdf4}.em-icon-btn.em-icon-reject{color:#ef4444}.em-icon-btn.em-icon-reject:hover{background:#fef2f2}.em-error-item{padding:10px 0;border-bottom:1px solid #f1f5f9}.em-error-item:last-child{border-bottom:none}.em-error-icon{font-size:18px}.em-error-icon.em-error-frontend_error{color:#f59e0b}.em-error-icon.em-error-backend_error{color:#ef4444}.em-error-icon.em-error-performance{color:#3b82f6}.em-empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center;gap:8px}.em-empty-state .empty-state-icon{font-size:48px;color:#cbd5e1;margin-bottom:8px}@media (max-width: 768px){.em-content{padding:16px}.settings-back-bar{padding:10px 16px}}.ceo-review-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.ceo-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.ceo-back-btn:hover{color:#1e293b;background:#f1f5f9}.ceo-topbar-actions{display:flex;align-items:center;gap:8px}.ceo-tab-btn{background:none;border:none;color:#94a3b8;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:6px 14px;border-radius:6px;transition:all .2s}.ceo-tab-btn:hover{color:#1e293b}.ceo-tab-btn.active{color:#1e293b;background:#f1f5f9}.ceo-topbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.ceo-review-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}.ceo-loading-card{text-align:center;padding:40px;max-width:400px}.ceo-loading-card ion-spinner{width:40px;height:40px;color:#667eea;margin-bottom:20px}.ceo-loading-text{color:#94a3b8!important;font-size:14px!important;white-space:pre-line}.ceo-loading-steps{margin-top:24px;display:flex;flex-direction:column;gap:8px;text-align:left}.ceo-step{font-size:13px;color:#94a3b8;padding:8px 12px;border-radius:6px;border-left:2px solid #e2e8f0;transition:all .3s}.ceo-step.active{color:#667eea;border-color:#667eea;background:rgba(102,126,234,.06);font-weight:600;animation:pulse 1.5s infinite}.ceo-step.done{color:#16a34a;border-color:#bbf7d0;background:rgba(34,197,94,.04)}.ceo-review-empty{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}.ceo-empty-card{text-align:center;max-width:480px;padding:40px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.ceo-empty-icon{font-size:48px;margin-bottom:16px}.ceo-empty-title{font-size:20px!important;font-weight:700!important;color:#1e293b!important;margin-bottom:8px!important}.ceo-empty-desc{font-size:14px!important;color:#64748b!important;margin-bottom:24px!important;line-height:1.6!important}.ceo-report-btn{background:#fff;color:#667eea;border:1px solid #667eea;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.ceo-report-btn:hover:not(:disabled){background:#f0eeff}.ceo-report-btn:disabled{opacity:.5;cursor:not-allowed}.ceo-suggest-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.ceo-suggest-btn:hover:not(:disabled){opacity:.9}.ceo-suggest-btn:disabled{opacity:.5;cursor:not-allowed}.category-picker-modal{padding:16px 20px 24px;display:flex;flex-direction:column;gap:10px}.category-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.category-card:hover{border-color:#667eea;background:#f8f7ff;box-shadow:0 2px 8px rgba(102,126,234,.1)}.category-card:active{transform:scale(.98)}.category-card-icon{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;flex-shrink:0}.category-card-content{flex:1}.category-card-label{font-size:15px;font-weight:600;color:#1e293b}.category-card-desc{font-size:12px;color:#94a3b8;margin-top:2px}.ceo-loading-category{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:8px}.ceo-review-content{width:100%;min-height:100%}.ceo-tasks-container{max-width:860px;margin:0 auto;padding:24px}.ceo-tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ceo-tasks-title{font-size:14px!important;color:#94a3b8!important}.ceo-approve-all-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.ceo-approve-all-btn:hover{opacity:.9}.ceo-task-card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:16px 20px;margin-bottom:12px;transition:all .2s}.ceo-task-card.ceo-task-approved{opacity:.6;border-color:rgba(34,197,94,.3)}.ceo-task-card.ceo-task-rejected{opacity:.4;border-color:rgba(239,68,68,.2)}.ceo-task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ceo-task-badges{display:flex;gap:6px}.ceo-urgency-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.ceo-urgency-badge.ceo-urgency-critical{background:#450a0a;color:#fca5a5;border:1px solid #ef4444}.ceo-urgency-badge.ceo-urgency-high{background:#431407;color:#fdba74;border:1px solid #f97316}.ceo-urgency-badge.ceo-urgency-medium{background:#422006;color:#fde047;border:1px solid #eab308}.ceo-urgency-badge.ceo-urgency-low{background:#1a2e05;color:#86efac;border:1px solid #22c55e}.ceo-status-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.ceo-status-badge.ceo-status-approved{background:rgba(34,197,94,.1);color:#22c55e}.ceo-status-badge.ceo-status-rejected{background:rgba(239,68,68,.1);color:#ef4444}.ceo-task-actions{display:flex;gap:6px}.ceo-action-btn{background:none;border:1px solid #334155;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}.ceo-action-btn.ceo-approve-btn{color:#22c55e}.ceo-action-btn.ceo-approve-btn:hover{background:rgba(34,197,94,.1);border-color:#22c55e}.ceo-action-btn.ceo-reject-btn{color:#94a3b8}.ceo-action-btn.ceo-reject-btn:hover{background:rgba(239,68,68,.1);border-color:#ef4444;color:#ef4444}.ceo-task-description{font-size:14px;color:#e2e8f0;line-height:1.5}.ceo-task-reasoning{margin-top:8px;font-size:12px;color:#64748b;padding-left:12px;border-left:2px solid #334155}.ceo-tasks-section-header{margin-top:24px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.ceo-tasks-section-label{font-size:13px!important;font-weight:600!important;color:#94a3b8!important;text-transform:uppercase;letter-spacing:.05em}.ceo-category-badge{font-size:10px;padding:2px 8px;border-radius:4px;background:#ede9fe;color:#7c3aed;font-weight:600;text-transform:capitalize}@media (max-width: 768px){.ceo-review-topbar{padding:8px 12px;flex-wrap:wrap;gap:8px}.ceo-topbar-actions{flex-wrap:wrap}.ceo-tasks-container{padding:16px}.ceo-task-header{flex-direction:column;align-items:flex-start;gap:8px}}.knowledge-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.knowledge-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.knowledge-back-btn:hover{color:#1e293b;background:#f1f5f9}.knowledge-topbar-actions{display:flex;align-items:center;gap:8px}.knowledge-extract-btn{display:flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:6px 14px;border-radius:6px;transition:all .2s}.knowledge-extract-btn:hover:not(:disabled){background:#e2e8f0}.knowledge-extract-btn:disabled{opacity:.6;cursor:not-allowed}.knowledge-add-btn{display:flex;align-items:center;gap:4px;background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%);border:none;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:6px 14px;border-radius:6px;transition:all .2s}.knowledge-add-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(147,51,234,.3)}.knowledge-stats-bar{display:flex;align-items:center;gap:16px;padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9}.knowledge-stats-total{display:flex;flex-direction:column;align-items:center;padding-right:16px;border-right:1px solid #e2e8f0}.knowledge-stats-total .stats-count{font-size:22px;font-weight:700;color:#1e293b}.knowledge-stats-total .stats-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.knowledge-stats-categories{display:flex;flex-wrap:wrap;gap:4px}.stats-category-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;letter-spacing:.3px}.knowledge-category-filter{display:flex;flex-wrap:wrap;gap:6px;padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9}.knowledge-category-btn{background:#f1f5f9;border:none;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;padding:4px 12px;border-radius:16px;transition:all .2s}.knowledge-category-btn:hover{background:#e2e8f0;color:#1e293b}.knowledge-category-btn.active{color:#fff}.knowledge-search-container{padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9}.knowledge-search-input-wrapper{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px;transition:border-color .2s}.knowledge-search-input-wrapper:focus-within{border-color:#9333ea}.knowledge-search-icon{font-size:18px;color:#94a3b8;flex-shrink:0}.knowledge-search-input{flex:1;background:none;border:none;outline:none;padding:10px 8px;font-size:14px;font-family:inherit;color:#1e293b}.knowledge-search-input::placeholder{color:#94a3b8}.knowledge-search-clear{background:none;border:none;cursor:pointer;padding:4px;color:#94a3b8;display:flex;align-items:center}.knowledge-search-clear:hover{color:#64748b}.knowledge-entries-container{padding:16px 24px}.knowledge-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 24px}.knowledge-loading .knowledge-loading-text{color:#64748b;font-size:14px}.knowledge-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 24px;text-align:center}.knowledge-empty .knowledge-empty-icon{font-size:48px;margin-bottom:8px}.knowledge-empty .knowledge-empty-title{font-size:18px;font-weight:700;color:#1e293b}.knowledge-empty .knowledge-empty-desc{font-size:14px;color:#64748b;max-width:320px}.knowledge-card{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:all .15s ease}.knowledge-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}.knowledge-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.knowledge-card-badges{display:flex;gap:4px}.knowledge-category-badge,.knowledge-source-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.3px}.knowledge-delete-btn{background:none;border:none;cursor:pointer;padding:4px;color:#94a3b8;border-radius:4px;transition:all .15s}.knowledge-delete-btn:hover{color:#ef4444;background:#fef2f2}.knowledge-delete-btn ion-icon{font-size:16px}.knowledge-card-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.4}.knowledge-card-content{font-size:13px;color:#475569;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.knowledge-card-content.expanded{-webkit-line-clamp:unset;display:block}.knowledge-confidence-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.knowledge-confidence-label{display:flex;align-items:center;gap:4px;font-size:11px;color:#64748b;font-weight:600;flex-shrink:0}.knowledge-confidence-label ion-icon{font-size:14px}.knowledge-confidence-bar-container{flex:1;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.knowledge-confidence-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.knowledge-confidence-value{font-size:11px;font-weight:700;flex-shrink:0;min-width:32px;text-align:right}.knowledge-card-tags{display:flex;flex-wrap:wrap;gap:4px}.knowledge-tag-chip{display:inline-flex;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.knowledge-add-form{padding:16px;display:flex;flex-direction:column;gap:14px}.knowledge-form-field{display:flex;flex-direction:column;gap:4px}.knowledge-form-label{font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.3px}.knowledge-form-select,.knowledge-form-input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .2s}.knowledge-form-select:focus,.knowledge-form-input:focus{border-color:#9333ea}.knowledge-form-textarea{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;color:#1e293b;background:#f8fafc;outline:none;resize:vertical;transition:border-color .2s}.knowledge-form-textarea:focus{border-color:#9333ea}@media (max-width: 768px){.knowledge-topbar{padding:10px 16px;flex-wrap:wrap;gap:8px}.knowledge-topbar-actions{flex-wrap:wrap}.knowledge-stats-bar{flex-direction:column;align-items:flex-start;padding:10px 16px}.knowledge-stats-total{flex-direction:row;gap:8px;padding-right:0;border-right:none;padding-bottom:8px;border-bottom:1px solid #e2e8f0;width:100%}.knowledge-category-filter{padding:10px 16px;overflow-x:auto;flex-wrap:nowrap}.knowledge-category-filter::-webkit-scrollbar{display:none}.knowledge-category-btn{white-space:nowrap}.knowledge-search-container{padding:10px 16px}.knowledge-entries-container{padding:12px 16px}}.tester-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.tester-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.tester-back-btn:hover{color:#1e293b;background:#f1f5f9}.tester-topbar-actions{display:flex;align-items:center;gap:8px}.tester-tab-btn{background:none;border:none;color:#94a3b8;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:6px 14px;border-radius:6px;transition:all .2s}.tester-tab-btn:hover{color:#1e293b}.tester-tab-btn.active{color:#1e293b;background:#f1f5f9}.tester-topbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.tester-secondary-btn{background:#fff;color:#667eea;border:1px solid #667eea;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.tester-secondary-btn:hover:not(:disabled){background:#f0eeff}.tester-secondary-btn:disabled{opacity:.5;cursor:not-allowed}.tester-primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.tester-primary-btn:hover:not(:disabled){opacity:.9}.tester-primary-btn:disabled{opacity:.5;cursor:not-allowed}.tester-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}.tester-loading-card{text-align:center;padding:40px;max-width:400px}.tester-loading-card ion-spinner{width:40px;height:40px;color:#667eea;margin-bottom:20px}.tester-loading-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:8px}.tester-loading-text{color:#94a3b8!important;font-size:14px!important;white-space:pre-line}.tester-loading-steps{margin-top:24px;display:flex;flex-direction:column;gap:8px;text-align:left}.tester-step{font-size:13px;color:#94a3b8;padding:8px 12px;border-radius:6px;border-left:2px solid #e2e8f0;transition:all .3s}.tester-step.active{color:#667eea;border-color:#667eea;background:rgba(102,126,234,.06);font-weight:600;animation:testerPulse 1.5s infinite}.tester-step.done{color:#16a34a;border-color:#bbf7d0;background:rgba(34,197,94,.04)}.tester-stuck-warning{background:#fffbeb;border:1px solid #fbbf24;border-left:3px solid #f59e0b;border-radius:8px;padding:16px 20px;margin-top:16px;text-align:left}.tester-stuck-warning .tester-stuck-title{font-weight:600;color:#92400e;margin-bottom:8px}.tester-stuck-warning .tester-stuck-desc{font-size:13px;color:#78350f;line-height:1.6;margin-bottom:12px}.tester-stuck-warning .tester-stuck-actions{display:flex;gap:10px;flex-wrap:wrap}@keyframes testerPulse{0%,to{opacity:1}50%{opacity:.6}}.tester-empty{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px}.tester-empty-card{text-align:center;max-width:480px;padding:40px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.tester-empty-icon{font-size:48px;margin-bottom:16px}.tester-empty-title{font-size:20px!important;font-weight:700!important;color:#1e293b!important;margin-bottom:8px!important}.tester-empty-desc{font-size:14px!important;color:#64748b!important;margin-bottom:24px!important;line-height:1.6!important}.tester-report{max-width:860px;margin:0 auto;padding:24px}.tester-section-title{font-size:14px;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.tester-score-section{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.tester-health-circle{position:relative;width:160px;height:160px;margin-bottom:24px}.tester-score-ring{width:100%;height:100%;transform:rotate(-90deg)}.tester-ring-bg{fill:none;stroke:#e2e8f0;stroke-width:8}.tester-ring-fill{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray .8s ease}.tester-score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center}.tester-score-number{font-size:36px;font-weight:800;color:var(--score-color, #1e293b);line-height:1}.tester-score-label{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.tester-score-delta{font-size:12px;font-weight:600;margin-top:4px}.tester-score-delta.positive{color:#22c55e}.tester-score-delta.negative{color:#ef4444}.tester-summary-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.tester-summary-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px;text-align:center;min-width:100px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.tester-stat-value{display:block;font-size:20px;font-weight:700;color:#1e293b}.tester-stat-pass{color:#22c55e!important}.tester-stat-fail{color:#ef4444!important}.tester-stat-time{font-size:12px!important;color:#64748b!important}.tester-stat-label{display:block;font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.tester-breakdown{margin-bottom:32px}.tester-breakdown-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.tester-breakdown-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.tester-breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tester-breakdown-label{font-size:13px;font-weight:600;color:#1e293b}.tester-breakdown-score{font-size:16px;font-weight:700}.tester-progress-bar{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.tester-progress-fill{height:100%;border-radius:3px;transition:width .6s ease}.tester-pages{margin-bottom:32px}.tester-pages-list{display:flex;flex-direction:column;gap:10px}.tester-page-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.tester-page-thumb{width:64px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;cursor:pointer;border:1px solid #e2e8f0}.tester-page-thumb img{width:100%;height:100%;object-fit:cover}.tester-page-thumb:hover{border-color:#667eea}.tester-page-info{flex:1;min-width:0}.tester-page-title{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tester-page-url{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tester-page-stats{font-size:11px;color:#64748b;margin-top:2px}.tester-page-badge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.tester-page-badge.pass{background:rgba(34,197,94,.1);color:#22c55e}.tester-page-badge.fail{background:rgba(239,68,68,.1);color:#ef4444}.tester-issues-container{max-width:860px;margin:0 auto;padding:24px}.tester-issue-card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:16px 20px;margin-bottom:12px;transition:all .2s}.tester-issue-card.tester-issue-resolved{opacity:.5;border-color:rgba(100,116,139,.3)}.tester-issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:8px}.tester-issue-badges{display:flex;gap:6px;flex-wrap:wrap}.tester-severity-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.tester-severity-badge.tester-severity-critical{background:#450a0a;color:#fca5a5;border:1px solid #ef4444}.tester-severity-badge.tester-severity-high{background:#431407;color:#fdba74;border:1px solid #f97316}.tester-severity-badge.tester-severity-medium{background:#422006;color:#fde047;border:1px solid #eab308}.tester-severity-badge.tester-severity-low{background:#1e293b;color:#94a3b8;border:1px solid #475569}.tester-category-badge{font-size:10px;padding:2px 8px;border-radius:4px;background:#ede9fe;color:#7c3aed;font-weight:600;text-transform:capitalize}.tester-status-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.tester-status-badge.tester-status-fixed{background:rgba(34,197,94,.1);color:#22c55e}.tester-status-badge.tester-status-ignored{background:rgba(100,116,139,.1);color:#94a3b8}.tester-issue-actions{display:flex;gap:6px;flex-wrap:wrap}.tester-action-btn{background:none;border:1px solid #334155;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.tester-action-btn.tester-fix-btn{color:#667eea}.tester-action-btn.tester-fix-btn:hover{background:rgba(102,126,234,.1);border-color:#667eea}.tester-action-btn.tester-ignore-btn{color:#94a3b8}.tester-action-btn.tester-ignore-btn:hover{background:rgba(100,116,139,.1);border-color:#64748b}.tester-action-btn.tester-mark-fixed-btn{color:#22c55e}.tester-action-btn.tester-mark-fixed-btn:hover{background:rgba(34,197,94,.1);border-color:#22c55e}.tester-issue-title{font-size:14px;font-weight:600;color:#e2e8f0;line-height:1.5}.tester-issue-url{font-size:12px;color:#64748b;margin-top:4px;word-break:break-all}.tester-expand-btn{background:none;border:none;color:#667eea;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;padding:6px 0;margin-top:8px;display:flex;align-items:center;gap:4px}.tester-expand-btn:hover{color:#818cf8}.tester-issue-details{margin-top:12px;padding-top:12px;border-top:1px solid #334155}.tester-detail-block{margin-bottom:12px}.tester-detail-block:last-child{margin-bottom:0}.tester-detail-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.tester-detail-value{font-size:13px;color:#cbd5e1;line-height:1.5}.tester-actual{color:#fca5a5}.tester-repro-steps{font-size:13px;color:#cbd5e1;line-height:1.6;padding-left:20px;margin:0}.tester-repro-steps li{margin-bottom:4px}.tester-issue-screenshot{margin-top:12px;width:120px;height:75px;border-radius:8px;overflow:hidden;cursor:pointer;border:1px solid #334155;transition:border-color .2s}.tester-issue-screenshot img{width:100%;height:100%;object-fit:cover}.tester-issue-screenshot:hover{border-color:#667eea}.tester-scope-picker{padding:16px 20px 24px;display:flex;flex-direction:column;gap:10px}.tester-scope-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.tester-scope-card:hover{border-color:#667eea;background:#f8f7ff;box-shadow:0 2px 8px rgba(102,126,234,.1)}.tester-scope-card:active{transform:scale(.98)}.tester-scope-icon{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;flex-shrink:0}.tester-scope-content{flex:1}.tester-scope-label{font-size:15px;font-weight:600;color:#1e293b}.tester-scope-desc{font-size:12px;color:#94a3b8;margin-top:2px}.tester-scope-time{font-size:12px;color:#64748b;font-weight:600;flex-shrink:0;background:#f1f5f9;padding:4px 10px;border-radius:6px}.tester-screenshot-modal{padding:16px}.tester-screenshot-modal img{width:100%;border-radius:8px}@media (max-width: 768px){.tester-topbar{padding:8px 12px;flex-wrap:wrap;gap:8px}.tester-topbar-actions{flex-wrap:wrap}.tester-report,.tester-issues-container{padding:16px}.tester-issue-header{flex-direction:column;align-items:flex-start;gap:8px}.tester-breakdown-grid{grid-template-columns:1fr 1fr}.tester-summary-row{gap:8px}.tester-summary-stat{min-width:80px;padding:12px 16px}}.billing-container{max-width:1200px;margin:0 auto;padding:24px}@media (max-width: 768px){.billing-container{padding:16px}}.billing-current-plan{background:#ffffff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.billing-current-plan{flex-direction:column;align-items:flex-start;gap:12px}}.billing-plan-info{display:flex;align-items:center;gap:16px}.billing-plan-name{font-size:22px;font-weight:700;color:#1e293b}.billing-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.billing-status-badge.status-active{background:#f0fdf4;color:#16a34a}.billing-status-badge.status-trialing{background:#eff6ff;color:#2563eb}.billing-status-badge.status-past_due{background:#fef2f2;color:#dc2626}.billing-trial-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 16px;margin-bottom:24px;font-size:14px;color:#1e40af;display:flex;align-items:center;gap:8px}.billing-usage-section{background:#ffffff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:24px}.billing-usage-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:20px}.billing-usage-item{margin-bottom:16px}.billing-usage-item:last-child{margin-bottom:0}.billing-usage-label{display:flex;justify-content:space-between;margin-bottom:6px;font-size:13px;color:#64748b}.billing-usage-value{font-weight:600;color:#1e293b}.billing-progress-bar{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.billing-progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.billing-progress-fill.usage-low{background:#10b981}.billing-progress-fill.usage-medium{background:#f59e0b}.billing-progress-fill.usage-high{background:#ef4444}.billing-plans-section{margin-bottom:24px}.billing-plans-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.billing-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1024px){.billing-plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.billing-plans-grid{grid-template-columns:1fr}}.billing-plan-card{background:#ffffff;border:2px solid #e2e8f0;border-radius:12px;padding:24px;display:flex;flex-direction:column;transition:all .2s ease}.billing-plan-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.billing-plan-card.plan-current{border-color:#667eea;box-shadow:0 0 0 1px #667eea}.billing-plan-card-name{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:4px}.billing-plan-card-price{font-size:28px;font-weight:800;color:#1e293b;margin-bottom:16px}.billing-plan-card-price span{font-size:14px;font-weight:400;color:#64748b}.billing-plan-limits{list-style:none;padding:0;margin:0 0 20px;flex:1}.billing-plan-limits li{font-size:13px;color:#475569;padding:4px 0;display:flex;align-items:center;gap:8px}.billing-plan-limits li:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;flex-shrink:0}.billing-plan-btn{width:100%;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.billing-plan-btn.btn-upgrade{background:#667eea;color:#fff}.billing-plan-btn.btn-upgrade:hover{background:#5a6fd6}.billing-plan-btn.btn-current{background:#f1f5f9;color:#64748b;cursor:default}.billing-plan-btn.btn-contact{background:#1e293b;color:#fff}.billing-plan-btn.btn-contact:hover{background:#0f172a}.billing-plan-btn:disabled{opacity:.6;cursor:not-allowed}ion-toggle{--track-background-checked: var(--colored-bg) !important;font-family:var(--default-font)!important}.notif-loading{display:flex;justify-content:center;padding:60px 24px}.notif-content{padding:24px;max-width:680px;margin:0 auto}.notif-section{background:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:16px}.notif-section-header{display:flex;align-items:center;gap:8px;padding:16px 24px;border-bottom:1px solid #f1f5f9}.notif-section-header .notif-section-icon{font-size:20px;color:#9333ea}.notif-section-header .notif-section-title{font-size:15px;color:#1e293b}.notif-section-body{padding:20px 24px}.notif-push-actions{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.notif-subscribe-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#9333EA 0%,#3B82F6 100%);border:none;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:8px 16px;border-radius:6px;transition:all .2s}.notif-subscribe-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(147,51,234,.3)}.notif-subscribe-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.notif-test-btn{display:flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:8px 16px;border-radius:6px;transition:all .2s}.notif-test-btn:hover:not(:disabled){background:#e2e8f0}.notif-test-btn:disabled{opacity:.5;cursor:not-allowed}.notif-warning{font-size:12px;color:#f59e0b;background:#fffbeb;border:1px solid #fef3c7;border-radius:6px;padding:8px 12px;margin-bottom:12px}.notif-subscriptions{margin-top:12px}.notif-subscriptions-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.notif-subscription-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:6px;margin-bottom:6px;border:1px solid #f1f5f9}.notif-subscription-info{display:flex;flex-direction:column;gap:2px}.notif-subscription-platform{font-size:13px;font-weight:600;color:#1e293b;text-transform:capitalize}.notif-subscription-date{font-size:11px;color:#94a3b8}.notif-unsubscribe-btn{display:flex;align-items:center;gap:4px;background:none;border:1px solid #fca5a5;color:#ef4444;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit;padding:4px 10px;border-radius:4px;transition:all .15s}.notif-unsubscribe-btn:hover{background:#fef2f2}.notif-unsubscribe-btn ion-icon{font-size:13px}.notif-pref-group{margin-bottom:24px}.notif-pref-group:last-of-type{margin-bottom:20px}.notif-pref-group .power-toggle-container{padding:12px 16px;margin-bottom:8px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9;transition:all .2s}.notif-pref-group .power-toggle-container:hover{background:#f1f5f9;border-color:#e2e8f0}.notif-pref-group .power-toggle-container:last-child{margin-bottom:0}.notif-pref-group-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.notif-pref-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f8fafc}.notif-pref-item:last-child{border-bottom:none}.notif-pref-label{display:flex;flex-direction:column;gap:2px}.notif-pref-name{font-size:14px;font-weight:600;color:#1e293b}.notif-pref-desc{font-size:12px;color:#94a3b8}@media (max-width: 768px){.notif-topbar{padding:10px 16px}.notif-content{padding:12px 16px}.notif-push-actions{flex-direction:column}.notif-subscription-item{flex-direction:column;align-items:flex-start;gap:8px}}.sprint-header-card{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.sprint-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}@media (max-width: 768px){.sprint-header-top{flex-direction:column;gap:12px}}.sprint-header-info{flex:1}.sprint-title{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:4px}.sprint-goal{font-size:14px;color:#64748b;margin-bottom:8px}.sprint-dates{font-size:12px;color:#94a3b8}.sprint-header-actions{display:flex;gap:8px;flex-shrink:0}@media (max-width: 768px){.sprint-header-actions{width:100%}}.sprint-btn{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap}.sprint-btn.btn-primary{background:#667eea;color:#fff}.sprint-btn.btn-primary:hover{background:#5a6fd6}.sprint-btn.btn-success{background:#10b981;color:#fff}.sprint-btn.btn-success:hover{background:#059669}.sprint-btn.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.sprint-btn.btn-secondary:hover{background:#e2e8f0}.sprint-btn.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.sprint-btn.btn-danger:hover{background:#fee2e2}.sprint-btn:disabled{opacity:.5;cursor:not-allowed}.sprint-progress{margin-top:12px}.sprint-progress-label{display:flex;justify-content:space-between;font-size:12px;color:#64748b;margin-bottom:6px}.sprint-progress-bar{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.sprint-progress-fill{height:100%;background:#10b981;border-radius:4px;transition:width .3s ease}.sprint-empty{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:48px 24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center;justify-content:center}.sprint-empty-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:8px}.sprint-empty-text{font-size:14px;color:#64748b;margin-bottom:20px}.sprint-board-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.sprint-board-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width: 1024px){.sprint-board-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.sprint-board-columns{grid-template-columns:1fr}}.sprint-column{background:#f8fafc;border-radius:8px;padding:12px;min-height:200px}.sprint-column-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.sprint-column-dot{width:8px;height:8px;border-radius:50%}.sprint-column-dot.col-backlog{background:#94a3b8}.sprint-column-dot.col-in_progress{background:#3b82f6}.sprint-column-dot.col-in_review{background:#f59e0b}.sprint-column-dot.col-done{background:#10b981}.sprint-column-name{font-size:13px;font-weight:600;color:#475569;text-transform:capitalize}.sprint-column-count{font-size:11px;color:#94a3b8;margin-left:auto;background:#e2e8f0;padding:1px 6px;border-radius:10px}.sprint-task-card{background:#ffffff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:pointer;transition:box-shadow .2s ease;display:flex;justify-content:space-between;align-items:flex-start}.sprint-task-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.sprint-task-card:last-child{margin-bottom:0}.sprint-task-title{font-size:13px;font-weight:500;color:#1e293b;flex:1}.sprint-task-remove{font-size:14px;color:#94a3b8;cursor:pointer;border:none;background:none;padding:0 0 0 8px;line-height:1}.sprint-task-remove:hover{color:#ef4444}.sprint-column-empty{text-align:center;padding:20px;font-size:12px;color:#94a3b8}.sprint-burndown{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.sprint-burndown-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.burndown-chart{width:100%;height:200px;position:relative}.burndown-svg{width:100%;height:100%}.burndown-ideal-line{stroke:#e2e8f0;stroke-width:2;stroke-dasharray:6 4;fill:none}.burndown-actual-line{stroke:#667eea;stroke-width:2.5;fill:none}.burndown-actual-area{fill:rgba(102,126,234,.08)}.burndown-label{font-size:10px;fill:#94a3b8}.burndown-legend{display:flex;gap:20px;margin-top:12px;font-size:12px;color:#64748b}.burndown-legend-item{display:flex;align-items:center;gap:6px}.burndown-legend-line{width:20px;height:2px}.burndown-legend-line.legend-ideal{background:#e2e8f0;border-top:1px dashed #e2e8f0}.burndown-legend-line.legend-actual{background:#667eea}.sprint-velocity{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;align-items:center;gap:24px}@media (max-width: 768px){.sprint-velocity{flex-direction:column;text-align:center}}.velocity-value{font-size:36px;font-weight:800;color:#667eea;line-height:1}.velocity-label{font-size:13px;color:#64748b;margin-top:4px}.velocity-detail{font-size:12px;color:#94a3b8}.sprint-history{background:var(--brand-surface-color, #ffffff);border-radius:8px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.sprint-history-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.sprint-history-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s ease}.sprint-history-item:last-child{border-bottom:none}.sprint-history-item:hover{background:#f8fafc;margin:0 -12px;padding:12px;border-radius:6px}.sprint-history-name{font-size:14px;font-weight:500;color:#1e293b}.sprint-history-meta{display:flex;gap:16px;font-size:12px;color:#64748b}.sprint-history-stat{display:flex;align-items:center;gap:4px}.sprint-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.sprint-modal{background:#ffffff;border-radius:12px;padding:24px;width:90%;max-width:480px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.sprint-modal-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:20px}.sprint-modal-field{margin-bottom:16px}.sprint-modal-label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.sprint-modal-input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#1e293b;outline:none;box-sizing:border-box}.sprint-modal-input:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.15)}.sprint-modal-textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#1e293b;outline:none;resize:vertical;min-height:60px;box-sizing:border-box}.sprint-modal-textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.15)}.sprint-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.sprint-add-task-dropdown{position:relative;display:inline-block}.sprint-add-task-list{position:absolute;top:100%;right:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:240px;overflow-y:auto;width:300px;z-index:100;margin-top:4px}.sprint-add-task-item{padding:10px 14px;font-size:13px;color:#334155;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.sprint-add-task-item:hover{background:#f8fafc}.sprint-add-task-item:last-child{border-bottom:none}.sprint-add-task-empty{padding:16px;text-align:center;font-size:13px;color:#94a3b8}.sprint-complete-result{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;margin-bottom:24px}.sprint-complete-title{font-size:16px;font-weight:600;color:#16a34a;margin-bottom:8px}.sprint-complete-stats{display:flex;gap:20px;font-size:14px;color:#166534}.sprint-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 1024px){.sprint-two-col{grid-template-columns:1fr}}.deployments-container{max-width:860px;margin:0 auto;padding:0 24px 40px}.deploy-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:20px;border-bottom:1px solid #e2e8f0}.deploy-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.deploy-back-btn:hover{color:#1e293b;background:#f1f5f9}.deploy-topbar-actions{display:flex;gap:8px}.deploy-staging-btn,.deploy-production-btn{border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;transition:all .2s}.deploy-staging-btn:disabled,.deploy-production-btn:disabled{opacity:.5;cursor:not-allowed}.deploy-staging-btn{background:#dbeafe;color:#1d4ed8}.deploy-staging-btn:hover:not(:disabled){background:#bfdbfe}.deploy-production-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.deploy-production-btn:hover:not(:disabled){opacity:.9}.deploy-latest-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:28px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.deploy-latest-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.deploy-latest-badges{display:flex;gap:8px}.deploy-status-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px;text-transform:capitalize;display:flex;align-items:center;gap:4px}.deploy-status-badge ion-spinner{width:14px;height:14px}.deploy-status-success{background:#dcfce7;color:#16a34a}.deploy-status-deploying{background:#dbeafe;color:#2563eb;animation:pulse 1.5s infinite}.deploy-status-failed{background:#fef2f2;color:#dc2626}.deploy-status-rollback{background:#fef3c7;color:#d97706}.deploy-env-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px;text-transform:capitalize}.deploy-env-staging{background:#dbeafe;color:#2563eb}.deploy-env-production{background:#ede9fe;color:#7c3aed}.deploy-latest-details{display:flex;flex-wrap:wrap;gap:16px}.deploy-detail-item{display:flex;align-items:center;gap:4px;font-size:13px;color:#64748b}.deploy-detail-item ion-icon{font-size:14px}.deploy-commit-hash{font-family:SF Mono,Fira Code,monospace;background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:12px;color:#475569}.deploy-health-badge{margin-top:12px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;padding:8px 12px;border-radius:8px}.deploy-health-badge ion-icon{font-size:16px}.deploy-health-badge.deploy-health-healthy{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.deploy-health-badge.deploy-health-unhealthy{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.deploy-health-badge.deploy-health-unknown{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0}.deploy-health-msg{font-weight:400;color:#64748b}.deploy-history-section{margin-bottom:28px}.deploy-section-title{margin-bottom:16px!important}.deploy-loading{display:flex;justify-content:center;padding:40px}.deploy-loading ion-spinner{color:#667eea}.deploy-empty{text-align:center;padding:40px}.deploy-timeline{display:flex;flex-direction:column}.deploy-timeline-item{display:flex;gap:16px}.deploy-timeline-dot-container{display:flex;flex-direction:column;align-items:center;width:32px;flex-shrink:0}.deploy-timeline-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.deploy-timeline-dot ion-icon{font-size:16px}.deploy-timeline-dot ion-spinner{width:16px;height:16px}.deploy-timeline-dot.deploy-status-success{background:#dcfce7;color:#16a34a}.deploy-timeline-dot.deploy-status-deploying{background:#dbeafe;color:#2563eb}.deploy-timeline-dot.deploy-status-failed{background:#fef2f2;color:#dc2626}.deploy-timeline-dot.deploy-status-rollback{background:#fef3c7;color:#d97706}.deploy-timeline-line{width:2px;flex:1;min-height:12px;background:#e2e8f0}.deploy-timeline-content{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;margin-bottom:12px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.deploy-timeline-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.deploy-timeline-badges{display:flex;gap:6px}.deploy-status-badge-sm,.deploy-env-badge-sm{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.deploy-status-badge-sm.deploy-status-success{background:#dcfce7;color:#16a34a}.deploy-status-badge-sm.deploy-status-deploying{background:#dbeafe;color:#2563eb}.deploy-status-badge-sm.deploy-status-failed{background:#fef2f2;color:#dc2626}.deploy-status-badge-sm.deploy-status-rollback{background:#fef3c7;color:#d97706}.deploy-env-badge-sm.deploy-env-staging{background:#dbeafe;color:#2563eb}.deploy-env-badge-sm.deploy-env-production{background:#ede9fe;color:#7c3aed}.deploy-timeline-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#94a3b8}.deploy-timeline-meta ion-icon{font-size:12px}.deploy-timeline-branch{display:flex;align-items:center;gap:3px}.deploy-timeline-actions{display:flex;gap:6px;margin-top:10px}.deploy-action-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}.deploy-action-btn ion-spinner{width:12px;height:12px}.deploy-rollback-btn{color:#d97706}.deploy-rollback-btn:hover{background:#fffbeb;border-color:#d97706}.deploy-health-btn{color:#64748b}.deploy-health-btn:hover{background:#f0fdf4;border-color:#16a34a;color:#16a34a}.deploy-health-btn:disabled{opacity:.5;cursor:not-allowed}.deploy-settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);overflow:hidden}.deploy-settings-toggle{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;font-family:inherit;transition:background .2s}.deploy-settings-toggle ion-icon{font-size:18px;color:#64748b}.deploy-settings-toggle:hover{background:#f8fafc}.deploy-settings-content{padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px;border-top:1px solid #e2e8f0}.deploy-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.deploy-toggle-label{flex:1}@media (max-width: 768px){.deployments-container{padding:0 16px 24px}.deploy-topbar{flex-direction:column;gap:10px;align-items:flex-start}.deploy-topbar-actions{width:100%}.deploy-staging-btn,.deploy-production-btn{flex:1;justify-content:center}.deploy-timeline-row{flex-direction:column;align-items:flex-start}.deploy-timeline-meta{flex-wrap:wrap}}.incidents-container{max-width:860px;margin:0 auto;padding:0 24px 40px}.incident-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.incident-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.incident-back-btn:hover{color:#1e293b;background:#f1f5f9}.incident-topbar-actions{display:flex;gap:8px}.incident-report-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;transition:opacity .2s}.incident-report-btn:hover{opacity:.9}.incident-stats-bar{display:flex;gap:16px;padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);flex-wrap:wrap}.incident-stat{display:flex;flex-direction:column;align-items:center;min-width:60px}.incident-stat-value{font-size:24px;font-weight:700;line-height:1.2}.incident-stat-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.incident-stat-open{color:#2563eb}.incident-stat-critical{color:#dc2626}.incident-stat-high{color:#ea580c}.incident-stat-medium{color:#d97706}.incident-stat-resolved{color:#16a34a}.incident-filter-tabs{display:flex;gap:4px;margin-bottom:20px;background:#f1f5f9;border-radius:8px;padding:4px}.incident-filter-tab{flex:1;background:none;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;transition:all .2s}.incident-filter-tab.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px rgba(0,0,0,.1)}.incident-filter-tab:hover:not(.active){color:#1e293b}.incident-loading{display:flex;justify-content:center;padding:60px}.incident-loading ion-spinner{color:#667eea}.incident-empty{display:flex;justify-content:center;padding:60px 20px}.incident-empty-card{text-align:center;padding:40px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:400px}.incident-empty-icon{font-size:48px;margin-bottom:16px;color:#22c55e}.incident-empty-icon ion-icon{width:48px;height:48px}.incident-list{display:flex;flex-direction:column;gap:10px}.incident-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:border-color .2s}.incident-card:hover{border-color:#cbd5e1}.incident-card-main{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer}.incident-card-left{display:flex;gap:12px;align-items:flex-start;flex:1;min-width:0}.incident-severity-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0}.incident-severity-dot.severity-critical{background:#dc2626;animation:pulse-dot 1.5s infinite}.incident-severity-dot.severity-high{background:#ea580c}.incident-severity-dot.severity-medium{background:#d97706}.incident-severity-dot.severity-low{background:#94a3b8}@keyframes pulse-dot{0%,to{box-shadow:0 0 rgba(220,38,38,.4)}50%{box-shadow:0 0 0 6px rgba(220,38,38,0)}}.incident-card-info{flex:1;min-width:0}.incident-card-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.incident-card-title{font-size:14px!important;line-height:1.4!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incident-error-count{font-size:11px;font-weight:700;padding:1px 6px;border-radius:10px;background:#fef2f2;color:#dc2626;flex-shrink:0}.incident-error-pattern{font-family:SF Mono,Fira Code,monospace;font-size:11px;color:#64748b;background:#f8fafc;padding:4px 8px;border-radius:4px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incident-card-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.incident-severity-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.incident-severity-badge.severity-critical{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.incident-severity-badge.severity-high{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.incident-severity-badge.severity-medium{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.incident-severity-badge.severity-low{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0}.incident-status-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:capitalize}.incident-status-badge.status-detected{background:#fef2f2;color:#dc2626}.incident-status-badge.status-investigating{background:#fff7ed;color:#ea580c}.incident-status-badge.status-fixing{background:#dbeafe;color:#2563eb}.incident-status-badge.status-resolved{background:#dcfce7;color:#16a34a}.incident-status-badge.status-ignored{background:#f1f5f9;color:#94a3b8}.incident-source-badge{font-size:10px;padding:2px 8px;border-radius:4px;background:#f1f5f9;color:#64748b;text-transform:capitalize}.incident-time{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:3px}.incident-time ion-icon{font-size:11px}.incident-expand-icon{font-size:18px;color:#94a3b8;flex-shrink:0}.incident-detail{padding:0 18px 16px;border-top:1px solid #f1f5f9}.incident-description{padding:12px 0;color:#475569;line-height:1.6}.incident-timeline{padding:12px 0}.incident-timeline-loading{display:flex;justify-content:center;padding:12px}.incident-timeline-entry{display:flex;gap:10px;align-items:flex-start;padding:6px 0}.incident-timeline-dot{width:8px;height:8px;border-radius:50%;margin-top:4px;flex-shrink:0}.incident-timeline-dot.status-detected{background:#dc2626}.incident-timeline-dot.status-investigating{background:#ea580c}.incident-timeline-dot.status-fixing{background:#2563eb}.incident-timeline-dot.status-resolved{background:#16a34a}.incident-timeline-dot.status-ignored{background:#94a3b8}.incident-timeline-content{display:flex;flex-wrap:wrap;gap:6px;font-size:12px}.incident-timeline-status{font-weight:600;color:#1e293b;text-transform:capitalize}.incident-timeline-time{color:#94a3b8}.incident-timeline-msg{color:#64748b;width:100%}.incident-linked-task{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0284c7;font-size:13px;font-weight:500;cursor:pointer;margin:8px 0;transition:background .2s}.incident-linked-task:hover{background:#e0f2fe}.incident-linked-task ion-icon{font-size:14px}.incident-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.incident-action-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}.incident-action-btn ion-icon{font-size:14px}.incident-action-btn.investigate-btn{color:#ea580c}.incident-action-btn.investigate-btn:hover{background:#fff7ed;border-color:#ea580c}.incident-action-btn.fix-btn{color:#2563eb}.incident-action-btn.fix-btn:hover{background:#dbeafe;border-color:#2563eb}.incident-action-btn.rollback-btn{color:#d97706}.incident-action-btn.rollback-btn:hover{background:#fffbeb;border-color:#d97706}.incident-action-btn.ignore-btn{color:#94a3b8}.incident-action-btn.ignore-btn:hover{background:#f1f5f9;border-color:#94a3b8}.incident-action-btn.resolve-btn{color:#16a34a}.incident-action-btn.resolve-btn:hover{background:#dcfce7;border-color:#16a34a}.incident-report-form{padding:16px 20px 24px;display:flex;flex-direction:column;gap:14px}.incident-severity-picker{margin-top:4px}.incident-severity-options{display:flex;gap:8px}.incident-severity-option{flex:1;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;text-transform:capitalize;cursor:pointer;font-family:inherit;transition:all .2s}.incident-severity-option.severity-critical.active{background:#fef2f2;border-color:#dc2626;color:#dc2626}.incident-severity-option.severity-high.active{background:#fff7ed;border-color:#ea580c;color:#ea580c}.incident-severity-option.severity-medium.active{background:#fffbeb;border-color:#d97706;color:#d97706}.incident-severity-option.severity-low.active{background:#f8fafc;border-color:#94a3b8;color:#64748b}.incident-severity-option:hover:not(.active){border-color:#cbd5e1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.incidents-container{padding:0 16px 24px}.incident-topbar{flex-direction:column;gap:10px;align-items:flex-start}.incident-stats-bar{gap:12px}.incident-card-meta{gap:4px}.incident-actions{flex-wrap:wrap}}.automations-container{max-width:860px;margin:0 auto;padding:0 24px 40px}.automation-topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.automation-back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:4px}.automation-back-btn:hover{color:#1e293b;background:#f1f5f9}.automation-topbar-actions{display:flex;gap:8px}.automation-create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;transition:opacity .2s}.automation-create-btn:hover{opacity:.9}.automation-stats-bar{display:flex;gap:16px;padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);flex-wrap:wrap}.automation-stat{display:flex;flex-direction:column;align-items:center;min-width:60px}.automation-stat-value{font-size:24px;font-weight:700;line-height:1.2}.automation-stat-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.automation-stat-total{color:#2563eb}.automation-stat-active{color:#16a34a}.automation-stat-triggered{color:#8b5cf6}.automation-loading{display:flex;justify-content:center;padding:60px}.automation-loading ion-spinner{color:#667eea}.automation-empty{display:flex;justify-content:center;padding:60px 24px}.automation-empty-card{text-align:center;padding:48px 40px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:440px;display:flex;flex-direction:column;align-items:center}.automation-empty-icon{font-size:48px;margin-bottom:16px;color:#667eea}.automation-empty-icon ion-icon{width:48px;height:48px}.automation-list{display:flex;flex-direction:column;gap:10px}.automation-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:border-color .2s}.automation-card:hover{border-color:#cbd5e1}.automation-card.disabled{opacity:.6}.automation-card-main{display:flex;justify-content:space-between;align-items:center;padding:14px 18px}.automation-card-left{display:flex;gap:12px;align-items:center;flex:1;min-width:0}.automation-card-info{flex:1;min-width:0}.automation-card-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.automation-card-title{font-size:14px!important;line-height:1.4!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation-card-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.automation-type-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.automation-type-badge.type-ci_failure{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.automation-type-badge.type-error_spike{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.automation-type-badge.type-schedule{background:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}.automation-type-badge.type-webhook{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.automation-type-badge.type-pr_merged{background:#faf5ff;color:#7c3aed;border:1px solid #ddd6fe}.automation-trigger-count{font-size:11px;font-weight:600;padding:1px 6px;border-radius:10px;background:#f0f9ff;color:#0284c7;flex-shrink:0}.automation-last-triggered{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:3px}.automation-last-triggered ion-icon{font-size:11px}.automation-card-right{display:flex;align-items:center;gap:8px}.automation-toggle{position:relative;width:40px;height:22px;cursor:pointer}.automation-toggle input{display:none}.automation-toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#cbd5e1;border-radius:22px;transition:background .3s}.automation-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;background:#fff;border-radius:50%;transition:transform .3s}.automation-toggle input:checked+.automation-toggle-slider{background:#16a34a}.automation-toggle input:checked+.automation-toggle-slider:before{transform:translate(18px)}.automation-actions{display:flex;gap:4px}.automation-action-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;transition:all .2s}.automation-action-btn ion-icon{font-size:14px}.automation-action-btn.test-btn{color:#2563eb}.automation-action-btn.test-btn:hover{background:#dbeafe;border-color:#2563eb}.automation-action-btn.edit-btn{color:#d97706}.automation-action-btn.edit-btn:hover{background:#fffbeb;border-color:#d97706}.automation-action-btn.delete-btn{color:#dc2626}.automation-action-btn.delete-btn:hover{background:#fef2f2;border-color:#dc2626}.automation-form{padding:16px 20px 24px;display:flex;flex-direction:column;gap:14px}.automation-type-selector{margin-top:4px}.automation-type-options{display:flex;flex-wrap:wrap;gap:8px}.automation-type-option{flex:1;min-width:100px;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s;text-align:center}.automation-type-option.active{border-color:#667eea;background:#eef2ff;color:#4338ca}.automation-type-option:hover:not(.active){border-color:#cbd5e1}.automation-config-section{background:#f8fafc;padding:14px;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.automation-config-title{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.automation-config-field{display:flex;flex-direction:column;gap:4px}.automation-config-label{font-size:12px;color:#64748b;font-weight:500}.automation-config-input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;transition:border-color .2s}.automation-config-input:focus{outline:none;border-color:#667eea}.automation-config-help{font-size:11px;color:#94a3b8;line-height:1.4}.automation-webhook-url{font-family:SF Mono,Fira Code,monospace;font-size:11px;color:#64748b;background:#f1f5f9;padding:8px 12px;border-radius:6px;word-break:break-all;user-select:all}.automation-template-section{background:#f0fdf4;padding:14px;border-radius:8px;border:1px solid #bbf7d0;display:flex;flex-direction:column;gap:10px}.automation-template-title{font-size:12px;font-weight:700;color:#166534;text-transform:uppercase;letter-spacing:.05em}.automation-urgency-options{display:flex;gap:6px}.automation-urgency-option{flex:1;padding:6px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-align:center;text-transform:capitalize;transition:all .2s}.automation-urgency-option.active{border-color:#667eea;background:#eef2ff;color:#4338ca}.automation-urgency-option:hover:not(.active){border-color:#cbd5e1}.automation-auto-execute-toggle{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.automation-auto-execute-label{font-size:13px;color:#475569;font-weight:500}@media (max-width: 768px){.automations-container{padding:0 16px 24px}.automation-topbar{flex-direction:column;gap:10px;align-items:flex-start}.automation-stats-bar{gap:12px}.automation-card-meta{gap:4px}.automation-type-options{flex-direction:column}}.plugins-container{max-width:1000px;margin:0 auto;padding:0 24px 40px}.plugin-tabs{display:flex;gap:4px;margin-bottom:20px;background:#f1f5f9;border-radius:8px;padding:4px}.plugin-tab{flex:1;background:none;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;transition:all .2s}.plugin-tab.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px rgba(0,0,0,.1)}.plugin-tab:hover:not(.active){color:#1e293b}.plugin-search-bar{margin-bottom:12px}.plugin-search-input{display:flex;align-items:center;gap:8px;background:#f8fafc;border:none;border-radius:10px;padding:0 16px}.plugin-search-input ion-icon{font-size:18px;color:#94a3b8;flex-shrink:0}.plugin-search-input .power-input-container,.plugin-search-input .power-input-wrapper,.plugin-search-input input{border:none!important;box-shadow:none!important;background:transparent!important;outline:none!important}.plugin-category-bar{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.plugin-category-chip{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-family:inherit;transition:all .2s}.plugin-category-chip.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.plugin-category-chip:hover:not(.active){border-color:#667eea;color:#667eea}.plugin-loading{display:flex;justify-content:center;padding:60px}.plugin-loading ion-spinner{color:#667eea}.plugin-empty{text-align:center;padding:60px 20px}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.plugin-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:border-color .2s,box-shadow .2s}.plugin-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.08)}.plugin-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.plugin-card-icon{font-size:32px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.plugin-official-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;gap:3px}.plugin-official-badge ion-icon{font-size:12px}.plugin-card-name{font-size:15px!important;margin-bottom:4px!important}.plugin-card-desc{font-size:13px!important;color:#64748b!important;line-height:1.5!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px!important;flex:1}.plugin-card-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;align-items:center}.plugin-category-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;background:#ede9fe;color:#7c3aed;text-transform:capitalize}.plugin-version,.plugin-author{font-size:11px;color:#94a3b8}.plugin-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:12px}.plugin-card-stats{display:flex;align-items:center;gap:12px}.plugin-rating{display:flex;align-items:center;gap:2px}.plugin-star{font-size:12px;color:#f59e0b}.plugin-rating-value{font-size:11px;color:#64748b;margin-left:4px}.plugin-downloads{display:flex;align-items:center;gap:3px;font-size:11px;color:#94a3b8}.plugin-downloads ion-icon{font-size:12px}.plugin-install-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s;display:flex;align-items:center;gap:4px}.plugin-install-btn ion-spinner{width:14px;height:14px}.plugin-install-btn:hover:not(:disabled){opacity:.9}.plugin-install-btn:disabled{opacity:.5;cursor:not-allowed}.plugin-installed-btn{background:#dcfce7;color:#16a34a;border:none;padding:6px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:default;font-family:inherit;display:flex;align-items:center;gap:4px}.plugin-installed-btn ion-icon{font-size:14px}.plugin-installed-list{display:flex;flex-direction:column;gap:10px}.plugin-installed-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}.plugin-installed-left{display:flex;gap:12px;align-items:center;flex:1;min-width:0}.plugin-installed-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;flex-shrink:0}.plugin-installed-info{flex:1;min-width:0}.plugin-installed-meta{display:flex;gap:6px;align-items:center;margin-top:4px}.plugin-installed-actions{display:flex;gap:6px}.plugin-config-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;color:#64748b;display:flex;align-items:center;gap:4px;transition:all .2s}.plugin-config-btn ion-icon{font-size:14px}.plugin-config-btn:hover{background:#f8fafc;border-color:#667eea;color:#667eea}.plugin-uninstall-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;color:#94a3b8;display:flex;align-items:center;gap:4px;transition:all .2s}.plugin-uninstall-btn ion-icon{font-size:14px}.plugin-uninstall-btn ion-spinner{width:14px;height:14px}.plugin-uninstall-btn:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.plugin-uninstall-btn:disabled{opacity:.5;cursor:not-allowed}.plugin-config-form{padding:16px 20px 24px;display:flex;flex-direction:column;gap:14px}.plugin-config-field{width:100%}.plugin-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .2s ease}.plugin-confirm-dialog{background:#fff;border-radius:16px;padding:28px;max-width:380px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15)}.plugin-confirm-icon{font-size:40px;color:#ef4444;margin-bottom:12px}.plugin-confirm-icon ion-icon{width:40px;height:40px}.plugin-confirm-actions{display:flex;gap:10px;margin-top:20px}.plugin-confirm-cancel{flex:1;background:#f1f5f9;border:none;border-radius:8px;padding:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;color:#64748b;transition:background .2s}.plugin-confirm-cancel:hover{background:#e2e8f0}.plugin-confirm-delete{flex:1;background:#ef4444;color:#fff;border:none;border-radius:8px;padding:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s}.plugin-confirm-delete ion-icon{font-size:16px}.plugin-confirm-delete:hover{background:#dc2626}@media (max-width: 768px){.plugins-container{padding:0 16px 24px}.plugin-grid{grid-template-columns:1fr}.plugin-installed-item{flex-direction:column;align-items:flex-start;gap:12px}.plugin-installed-actions{width:100%}.plugin-config-btn,.plugin-uninstall-btn{flex:1;justify-content:center}}.settings-back-bar{display:flex;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.settings-back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--brand-purple, #9333EA);font-size:14px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;min-height:44px;font-family:inherit}.settings-back-btn:hover{background:var(--brand-purple-light, rgba(147, 51, 234, .1))}.settings-back-btn ion-icon{font-size:18px}.settings-page-title{font-size:20px;font-weight:600;color:var(--brand-text-primary, #202223);margin:0}.profile-content{padding:16px 24px;max-width:680px;margin:0 auto}.profile-section{background:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:16px;padding:24px}.profile-avatar-row{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.profile-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#9333EA 0%,#7c3aed 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}.profile-email{font-size:14px;color:#6b7280;word-break:break-all}.profile-form{display:flex;flex-direction:column;gap:16px}.profile-readonly-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f8fafc}.profile-readonly-row:last-of-type{border-bottom:none}.profile-readonly-label{font-size:14px;font-weight:500;color:#374151}.profile-readonly-value{font-size:14px;color:#6b7280}.profile-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;background:#f3e8ff;color:#7c3aed;text-transform:capitalize}.profile-save-row{display:flex;justify-content:flex-end;margin-top:8px}.profile-toast{margin-top:12px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500}.profile-toast.success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.profile-toast.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.profile-danger-zone{background:#fff;border-radius:10px;border:2px solid #fca5a5;overflow:hidden;margin-bottom:16px}.profile-danger-header{padding:14px 16px;border-bottom:1px solid #fecaca}.profile-danger-header .profile-danger-title{font-size:15px;color:#dc2626}.profile-danger-body{padding:16px}.profile-danger-desc{font-size:13px;color:#6b7280;margin:0 0 16px;line-height:1.5}.profile-delete-btn{color:#dc2626!important;border-color:#fca5a5!important}.profile-delete-btn:hover{background:#fef2f2!important}.profile-delete-modal-content{padding:20px}.profile-delete-warning{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.profile-delete-desc{font-size:13px;color:#6b7280;margin:0 0 20px;line-height:1.5}.profile-delete-confirm-input{margin-bottom:20px}.profile-delete-actions{display:flex;gap:8px;justify-content:flex-end}.profile-delete-confirm-btn{background:#dc2626!important;border-color:#dc2626!important}.profile-delete-confirm-btn:hover:not(:disabled){background:#b91c1c!important}.profile-delete-confirm-btn:disabled{opacity:.5}@media (max-width: 768px){.profile-content{padding:12px 16px}.profile-section{padding:16px}.profile-avatar-row{gap:12px;margin-bottom:16px}.profile-avatar{width:48px;height:48px;font-size:18px}}.support-back-bar{display:flex;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.support-back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--brand-purple, #9333EA);font-size:14px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;min-height:44px;font-family:inherit}.support-back-btn:hover{background:var(--brand-purple-light, rgba(147, 51, 234, .1))}.support-back-btn ion-icon{font-size:18px}.support-page-title{font-size:20px;font-weight:600;color:var(--brand-text-primary, #202223);margin:0}.support-loading-history{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px 20px;color:#94a3b8;font-size:14px}.project-support-container{display:flex;flex-direction:column;height:calc(100vh - 56px);width:100%;margin:0 auto;padding:0}.project-support-container .support-header-actions{display:flex;align-items:center;gap:8px}.project-support-container .support-header-actions .support-header-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;background:rgba(0,0,0,.06);color:var(--text-color, #333);transition:background .2s;font-family:inherit}.project-support-container .support-header-actions .support-header-btn ion-icon{font-size:16px}.project-support-container .support-header-actions .support-header-btn:hover:not(:disabled){background:rgba(0,0,0,.1)}.project-support-container .support-header-actions .support-header-btn:disabled{opacity:.4;cursor:not-allowed}.project-support-container .support-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background:#f9fafb}.project-support-container .support-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:60px 20px;text-align:center}.project-support-container .support-empty-state .support-empty-icon{width:80px;height:80px;border-radius:50%;background:rgba(147,51,234,.08);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.project-support-container .support-empty-state .support-empty-icon ion-icon{font-size:40px;color:#9333ea}.project-support-container .support-empty-state .support-empty-subtitle{color:#6b7280;margin-top:8px;max-width:440px;line-height:1.6}.project-support-container .support-suggestion-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;justify-content:center;max-width:560px}.project-support-container .support-chip{padding:10px 18px;border-radius:24px;border:1px solid #e2e8f0;background:white;cursor:pointer;font-size:13px;color:#374151;transition:all .2s;line-height:1.4;font-family:inherit}.project-support-container .support-chip:hover{background:rgba(147,51,234,.06);border-color:rgba(147,51,234,.3);color:#9333ea;transform:translateY(-1px);box-shadow:0 2px 8px rgba(147,51,234,.1)}.project-support-container .support-inline-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 24px 8px;justify-content:center}.project-support-container .support-message{display:flex;width:100%}.project-support-container .support-message--user{justify-content:flex-end}.project-support-container .support-message--user .support-bubble{background:linear-gradient(135deg,#9333EA,#7c3aed);color:#fff;border-radius:20px 20px 4px;max-width:65%;box-shadow:0 2px 8px rgba(147,51,234,.2)}.project-support-container .support-message--user .support-bubble-text{color:#fff}.project-support-container .support-message--user .support-bubble-time{color:rgba(255,255,255,.7)}.project-support-container .support-message--assistant{justify-content:flex-start}.project-support-container .support-message--assistant .support-bubble{background:#ffffff;color:#1a1a1a;border-radius:20px 20px 20px 4px;max-width:85%;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.04)}.project-support-container .support-message--error .support-bubble{background:#fef2f2;border:1px solid #fecaca}.project-support-container .support-message--error .support-bubble-text{color:#dc2626}.project-support-container .support-bubble{padding:14px 18px;display:flex;flex-direction:column;gap:6px}.project-support-container .support-bubble--loading{padding:16px 20px}.project-support-container .support-bubble-text{margin:0;white-space:pre-wrap;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.7;color:#1f2937}.project-support-container .support-bubble-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.project-support-container .support-bubble-time{font-size:11px;color:#9ca3af}.project-support-container .support-bubble-source{font-size:10px;padding:2px 8px;border-radius:8px;background:rgba(0,0,0,.05);color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-support-container .support-typing-indicator{display:flex;align-items:center;gap:4px;padding:4px 0}.project-support-container .support-typing-indicator span{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:support-typing-bounce 1.4s infinite ease-in-out}.project-support-container .support-typing-indicator span:nth-child(1){animation-delay:0s}.project-support-container .support-typing-indicator span:nth-child(2){animation-delay:.2s}.project-support-container .support-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes support-typing-bounce{0%,60%,to{transform:translateY(0);background:#9ca3af}30%{transform:translateY(-6px);background:#9333EA}}.project-support-container .support-input-bar{padding:16px 24px;border-top:1px solid #e5e7eb;background:white;box-shadow:0 -4px 16px rgba(0,0,0,.04)}.project-support-container .support-input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:12px 16px;transition:all .2s}.project-support-container .support-input-wrapper:focus-within{border-color:#9333ea;background:white;box-shadow:0 0 0 3px rgba(147,51,234,.1)}.project-support-container .support-textarea{flex:1;border:none;background:transparent;resize:none;font-size:15px;line-height:1.5;color:#1f2937;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:24px;max-height:120px;overflow-y:auto}.project-support-container .support-textarea::placeholder{color:#9ca3af}.project-support-container .support-textarea:disabled{opacity:.6;cursor:not-allowed}.project-support-container .support-send-btn{width:40px;height:40px;min-width:40px;border:none;border-radius:12px;background:#9333EA;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.project-support-container .support-send-btn ion-icon{font-size:18px}.project-support-container .support-send-btn ion-spinner{width:18px;height:18px;--color: white}.project-support-container .support-send-btn:hover:not(:disabled){background:#7e22ce;transform:scale(1.05)}.project-support-container .support-send-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}@media (max-width: 768px){.support-back-bar{padding:10px 16px}.project-support-container .support-messages{padding:16px;gap:12px}.project-support-container .support-message--user .support-bubble{max-width:85%}.project-support-container .support-message--assistant .support-bubble{max-width:95%}.project-support-container .support-input-bar{padding:12px 16px}}.test-dashboard{padding:24px;display:flex;flex-direction:column;gap:24px;max-width:1400px;margin:0 auto}.test-dashboard__loading{display:flex;justify-content:center;padding:80px 0}.test-dashboard__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.test-dashboard__header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.test-dashboard__icon-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--brand-border, #e1e3e5);background:var(--brand-surface, #fff);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s;flex-shrink:0}.test-dashboard__icon-btn ion-icon{font-size:20px;color:var(--brand-text-primary, #202223)}.test-dashboard__icon-btn:hover{background:#f9fafb;border-color:#d1d5db}.test-dashboard .dashboard-select{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;padding:10px 16px;font-size:14px;color:var(--brand-text-primary, #202223);outline:none;cursor:pointer;font-family:inherit;min-width:200px;transition:border-color .2s}.test-dashboard .dashboard-select:focus{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 3px rgba(147,51,234,.1)}.test-dashboard__stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.test-dashboard__stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04);position:relative;transition:box-shadow .2s}.test-dashboard__stat-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.test-dashboard__stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.test-dashboard__stat-icon ion-icon{font-size:22px}.test-dashboard__stat-body{display:flex;flex-direction:column;gap:2px}.test-dashboard__stat-value{font-size:28px;font-weight:700;color:var(--brand-text-primary, #202223);line-height:1.1}.test-dashboard__stat-label{font-size:13px;color:#6b7280;font-weight:500}.test-dashboard__stat-trend{position:absolute;top:16px;right:16px;font-size:20px}.test-dashboard__quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.test-dashboard__quick-stat{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.test-dashboard__quick-stat>ion-icon{font-size:20px;flex-shrink:0}.test-dashboard__quick-stat-body{display:flex;flex-direction:column;gap:1px;min-width:0}.test-dashboard__quick-stat-label{font-size:11px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.test-dashboard__quick-stat-value{font-size:14px;font-weight:600;color:var(--brand-text-primary, #202223);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-dashboard__charts-row{display:grid;grid-template-columns:2fr 1fr;gap:24px}.test-dashboard__chart-card{min-height:280px}.test-dashboard__donut-card{display:flex;flex-direction:column}.test-dashboard__section{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.test-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.test-dashboard__coverage-content{display:flex;flex-direction:column;gap:20px}.test-dashboard__coverage-score-wrap{display:flex;align-items:center;gap:20px}.test-dashboard__coverage-meta{display:flex;flex-direction:column;gap:6px}.test-dashboard__coverage-trend{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600}.test-dashboard__coverage-trend ion-icon{font-size:18px}.test-dashboard__coverage-value{font-size:36px;font-weight:700;line-height:1}.test-dashboard__coverage-pct{font-size:18px;font-weight:600;color:#6b7280;margin-top:8px}.test-dashboard__table-wrap{overflow-x:auto}.test-dashboard__table{width:100%;border-collapse:collapse;font-size:14px}.test-dashboard__table th{text-align:left;padding:12px 16px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:#6b7280;border-bottom:2px solid var(--brand-border, #e1e3e5);position:sticky;top:0;background:var(--brand-surface, #fff);white-space:nowrap}.test-dashboard__table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:var(--brand-text-primary, #202223)}.test-dashboard__table tbody tr{transition:background .15s}.test-dashboard__table tbody tr:hover{background:#f9fafb}.test-dashboard__table-module{font-weight:600}.test-dashboard__table-bar{height:6px;width:100%;min-width:80px;background:#f1f5f9;border-radius:3px;overflow:hidden}.test-dashboard__table-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.test-dashboard__gap-count{font-size:13px;color:#9ca3af;font-weight:500}.test-dashboard__gaps-list{display:flex;flex-direction:column;gap:10px}.test-dashboard__gap-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #fecaca;background:#fff5f5;border-radius:10px;gap:16px}.test-dashboard__gap-info{display:flex;flex-direction:column;gap:2px}.test-dashboard__gap-name{font-size:14px;font-weight:600;color:var(--brand-text-primary, #202223)}.test-dashboard__gap-detail{font-size:12px;font-weight:500}.test-dashboard__gap-btn{flex-shrink:0}.test-dashboard__recent-runs{display:flex;flex-direction:column;gap:8px}.test-dashboard__run-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;transition:background .2s;min-height:44px}.test-dashboard__run-card:hover{background:#fafbfc}.test-dashboard__run-status{width:10px;height:10px;border-radius:50%;flex-shrink:0}.test-dashboard__run-info{display:flex;flex-direction:column;gap:2px;flex:1}.test-dashboard__run-date{font-size:14px;font-weight:500;color:var(--brand-text-primary, #202223)}.test-dashboard__run-counts{font-size:13px}.test-dashboard__run-duration{font-size:13px;color:#6b7280;flex-shrink:0}.test-dashboard__view-all{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--brand-purple, #9333EA);font-size:14px;font-weight:500;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background .2s}.test-dashboard__view-all:hover{background:#faf5ff}.test-dashboard__view-all ion-icon{font-size:16px}.test-dashboard__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center}.test-dashboard__empty-icon{font-size:40px;color:#d1d5db}.td-chart-line{width:100%}.td-chart-line svg{width:100%;height:200px}.td-donut{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;justify-content:center}.td-donut svg{width:180px;height:180px}.td-donut__legend{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:center}.td-donut__legend-item{display:flex;align-items:center;gap:6px;font-size:13px}.td-donut__legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.td-donut__legend-label{color:#6b7280}.td-donut__legend-count{font-weight:600;color:var(--brand-text-primary, #202223)}.td-donut-empty{display:flex;align-items:center;justify-content:center;flex:1;color:#9ca3af;font-size:14px}.td-coverage-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 20px;text-align:center}.td-coverage-empty__icon{font-size:48px;color:#d1d5db}.td-coverage-main{display:flex;align-items:flex-start;gap:32px}.td-coverage-gauge{flex-shrink:0}.td-coverage-gauge svg{display:block}.td-coverage-bars{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.td-coverage-bar-row{display:flex;align-items:center;gap:10px}.td-coverage-bar-row__name{width:100px;font-size:13px;font-weight:600;color:var(--brand-text-primary, #202223);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.td-coverage-bar-row__track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;min-width:60px}.td-coverage-bar-row__fill{height:100%;border-radius:4px;transition:width .5s ease}.td-coverage-bar-row__pct{width:36px;font-size:13px;font-weight:600;text-align:right;flex-shrink:0}.td-coverage-bar-row__count{width:60px;font-size:12px;color:#6b7280;text-align:right;flex-shrink:0;white-space:nowrap}.td-coverage-bar-row__generate{background:none;border:none;color:var(--brand-purple, #9333EA);font-size:12px;font-weight:500;cursor:pointer;padding:2px 8px;border-radius:4px;flex-shrink:0;transition:background .15s;white-space:nowrap}.td-coverage-bar-row__generate:hover{background:#faf5ff}.td-coverage-pills{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.td-coverage-pills__pill{display:inline-flex;align-items:center;padding:6px 14px;background:#f8fafc;border:1px solid var(--brand-border, #e1e3e5);border-radius:20px;font-size:12px;font-weight:500;color:#6b7280;white-space:nowrap}@media (max-width: 1024px){.test-dashboard__stats-row,.test-dashboard__quick-stats{grid-template-columns:repeat(2,1fr)}.test-dashboard__charts-row{grid-template-columns:1fr}}@media (max-width: 768px){.test-dashboard{padding:16px}.test-dashboard__stats-row,.test-dashboard__quick-stats,.test-dashboard__charts-row{grid-template-columns:1fr}.test-dashboard__coverage-score-wrap{flex-direction:column;text-align:center}.td-coverage-main{flex-direction:column;align-items:center}.td-coverage-bar-row__name{width:80px}.test-dashboard__header{flex-direction:column;align-items:stretch}.test-dashboard__header-actions{flex-direction:column}.test-dashboard__header-actions .dashboard-select{min-width:100%}}.test-explorer{padding:24px;display:flex;flex-direction:column;gap:20px;height:100%;position:relative}.test-explorer__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.test-explorer__project-select{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;padding:10px 16px;font-size:14px;color:var(--brand-text-primary, #202223);outline:none;cursor:pointer;font-family:inherit;min-width:200px;transition:border-color .2s}.test-explorer__project-select:focus{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 3px rgba(147,51,234,.1)}.test-explorer__layout{display:flex;gap:16px;flex:1;min-height:0}.test-explorer__sidebar{width:240px;flex-shrink:0;background:#f8fafc;border-right:1px solid var(--brand-border, #e1e3e5);border-radius:12px;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.test-explorer__sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.test-explorer__sidebar-close{display:none;background:none;border:none;cursor:pointer;color:#6b7280;font-size:20px}.test-explorer__module-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;min-height:48px;border-radius:8px;cursor:pointer;font-size:13px;transition:all .15s}.test-explorer__module-item:hover{background:#eef2f7}.test-explorer__module-item--active{background:#faf5ff;border-left:3px solid var(--brand-purple, #9333EA)}.test-explorer__module-name{font-weight:500;color:var(--brand-text-primary, #202223);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.test-explorer__module-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.test-explorer__module-count{font-size:12px;color:#6b7280;font-weight:600}.test-explorer__module-minibar{width:40px;height:3px;background:#e2e8f0;border-radius:2px;overflow:hidden}.test-explorer__module-minibar-fill{height:100%;background:#10b981;border-radius:2px}.test-explorer__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.test-explorer__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.test-explorer__toolbar-left,.test-explorer__toolbar-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.test-explorer__filter-btn{display:none;align-items:center;gap:6px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer;color:var(--brand-text-primary, #202223);transition:border-color .2s}.test-explorer__filter-btn:hover{border-color:var(--brand-purple, #9333EA)}.test-explorer__filter-btn ion-icon{font-size:16px}.test-explorer__status-select{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:8px;padding:8px 12px;font-size:13px;color:var(--brand-text-primary, #202223);outline:none;cursor:pointer;font-family:inherit}.test-explorer__status-select:focus{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 2px rgba(147,51,234,.15)}.test-explorer__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.test-explorer__modal{background:#fff;border-radius:16px;padding:24px;width:90%;max-width:520px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:slideUp .3s ease}.test-explorer__modal-body{display:flex;flex-direction:column;gap:12px}.test-explorer__modal-footer{display:flex;justify-content:flex-end;gap:8px}.test-explorer__running{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;border-left:3px solid var(--brand-purple, #9333EA)}.test-explorer__running ion-spinner{--color: var(--brand-purple, #9333EA);width:24px;height:24px}.test-explorer__running-info{display:flex;flex-direction:column;gap:4px}.test-explorer__error{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.test-explorer__count-bar{display:flex;align-items:center}.test-explorer__loading{display:flex;justify-content:center;padding:60px 0}.test-explorer__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 20px;text-align:center}.test-explorer__empty-icon{font-size:48px;color:#d1d5db;margin-bottom:8px}.test-explorer__list{display:flex;flex-direction:column;gap:10px}.test-explorer__card{padding:16px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;transition:all .2s}.test-explorer__card:hover{background:#fafbfc}.test-explorer__card--selected{border-color:var(--brand-purple, #9333EA);background:#faf5ff}.test-explorer__card-header{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px}.test-explorer__card-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.test-explorer__checkbox{width:16px;height:16px;flex-shrink:0;cursor:pointer;accent-color:var(--brand-purple, #9333EA)}.test-explorer__card-title-wrap{display:flex;flex-direction:column;min-width:0}.test-explorer__card-title{font-size:14px;font-weight:600;color:var(--brand-text-primary, #202223);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-explorer__card-desc{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.test-explorer__card-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.test-explorer__badge{font-size:11px;font-weight:500;padding:3px 10px;border-radius:6px;white-space:nowrap}.test-explorer__badge--module{background:#fdf4ff;color:#a855f7}.test-explorer__badge--type{background:#eff6ff;color:#2563eb}.test-explorer__card-time{font-size:12px;color:#9ca3af}.test-explorer__card-expand{background:none;border:none;cursor:pointer;padding:6px;color:#6b7280;font-size:18px;display:flex;align-items:center;border-radius:6px;transition:background .15s}.test-explorer__card-expand:hover{background:#f3f4f6}.test-explorer__card-body{margin-top:12px;padding-top:12px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-explorer__steps{margin:8px 0;font-size:13px}.test-explorer__steps ol{padding-left:20px;margin:4px 0}.test-explorer__steps li{margin:2px 0;color:#4b5563}.test-explorer__expected{font-size:13px;color:#374151;margin:8px 0;background:#f0fdf4;padding:10px 14px;border-radius:8px;border-left:3px solid #10b981}.test-explorer__last-result{font-size:13px;color:#4b5563;margin:8px 0;background:#f8fafc;padding:10px 14px;border-radius:8px;border-left:3px solid #94a3b8}.test-explorer__screenshots{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0;padding:12px;background:#f8fafc;border-radius:8px}.test-explorer__screenshot{max-width:280px;max-height:180px;border-radius:8px;border:1px solid var(--brand-border, #e1e3e5);object-fit:contain;cursor:pointer;transition:border-color .2s}.test-explorer__screenshot:hover{border-color:var(--brand-purple, #9333EA);box-shadow:0 2px 8px rgba(0,0,0,.1)}.test-explorer__card-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-explorer__delete-btn{display:flex;align-items:center;gap:4px;background:none;border:1px solid #fecaca;border-radius:8px;padding:6px 14px;font-size:13px;color:#ef4444;cursor:pointer;transition:all .15s}.test-explorer__delete-btn:hover{background:#fef2f2}.test-explorer__delete-btn ion-icon{font-size:16px}.test-explorer__bulk-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#fff;border:1px solid var(--brand-purple, #9333EA);border-radius:14px;box-shadow:0 8px 32px rgba(147,51,234,.2);gap:20px;z-index:100;animation:slideUp .3s ease;min-width:400px}.test-explorer__bulk-left{display:flex;align-items:center;gap:10px}.test-explorer__bulk-right{display:flex;gap:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}.test-explorer__modal{animation-name:modalSlideUp}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.test-explorer{padding:16px}.test-explorer__header{flex-direction:column;align-items:stretch}.test-explorer__project-select{min-width:100%}.test-explorer__layout{flex-direction:column}.test-explorer__sidebar{display:none;position:fixed;top:0;left:0;bottom:0;width:280px;z-index:200;border-radius:0;box-shadow:4px 0 20px rgba(0,0,0,.15)}.test-explorer__sidebar--open,.test-explorer__sidebar-close,.test-explorer__filter-btn{display:flex}.test-explorer__toolbar{flex-direction:column;align-items:stretch}.test-explorer__toolbar-left{justify-content:space-between}.test-explorer__toolbar-right{flex-direction:column}.test-explorer__card-desc{max-width:200px}.test-explorer__bulk-bar{left:16px;right:16px;transform:none;min-width:auto;flex-direction:column;animation-name:bulkSlideUpMobile}@keyframes bulkSlideUpMobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.test-explorer__bulk-right{width:100%}.test-explorer__bulk-right>*{flex:1}}.test-execution{padding:24px;display:flex;flex-direction:column;gap:20px;max-width:1200px;margin:0 auto}.test-execution__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.test-execution__header-right{display:flex;align-items:center;gap:10px}.test-execution__project-select{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;padding:10px 16px;font-size:14px;color:var(--brand-text-primary, #202223);outline:none;cursor:pointer;font-family:inherit;min-width:200px;transition:border-color .2s}.test-execution__project-select:focus{border-color:var(--brand-purple, #9333EA);box-shadow:0 0 0 3px rgba(147,51,234,.1)}.test-execution__error{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.test-execution__active-run{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;padding:20px;border-left:4px solid #3b82f6;display:flex;flex-direction:column;gap:16px}.test-execution__active-header{display:flex;justify-content:space-between;align-items:center}.test-execution__active-status{display:flex;align-items:center;gap:16px}.test-execution__active-status ion-spinner{--color: #3b82f6;width:28px;height:28px}.test-execution__progress-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.test-execution__progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .5s ease}.test-execution__active-counts{display:flex;gap:20px;font-size:14px;font-weight:500}.test-execution__live-tests{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}.test-execution__live-test{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:13px;transition:background .2s}.test-execution__live-test--current{background:rgba(59,130,246,.06)}.test-execution__live-test:hover{background:#f9fafb}.test-execution__live-test-name{flex:1;color:var(--brand-text-primary, #202223);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-execution__live-test-status{font-size:12px;font-weight:500;flex-shrink:0}.test-execution__spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.test-execution__section{display:flex;flex-direction:column;gap:16px}.test-execution__section-header{display:flex;justify-content:space-between;align-items:center}.test-execution__loading{display:flex;justify-content:center;padding:60px 0}.test-execution__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 20px;text-align:center;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px}.test-execution__empty-icon{font-size:48px;color:#d1d5db;margin-bottom:8px}.test-execution__runs-list{display:flex;flex-direction:column;gap:10px}.test-execution__run-card{background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:12px;overflow:hidden;transition:border-color .2s}.test-execution__run-card:hover{border-color:#d1d5db}.test-execution__run-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;min-height:44px;gap:12px;transition:background .15s}.test-execution__run-header:hover{background:#fafbfc}.test-execution__run-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.test-execution__run-badge{padding:4px 12px;border-radius:8px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;min-width:64px;text-align:center}.test-execution__run-info{display:flex;flex-direction:column;gap:2px;min-width:0}.test-execution__run-date{font-size:14px;font-weight:500;color:var(--brand-text-primary, #202223)}.test-execution__run-summary{font-size:13px}.test-execution__run-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.test-execution__run-duration{display:flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.test-execution__run-duration ion-icon{font-size:14px}.test-execution__health-badge{font-size:14px;font-weight:700}.test-execution__expand-btn{background:none;border:none;cursor:pointer;padding:6px;color:#6b7280;font-size:18px;display:flex;align-items:center;border-radius:6px;transition:background .15s}.test-execution__expand-btn:hover{background:#f3f4f6}.test-execution__run-body{padding:0 20px 20px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-execution__results-list{display:flex;flex-direction:column;gap:4px;margin-top:12px}.test-execution__result-item{border:1px solid var(--brand-border, #e1e3e5);border-radius:8px;overflow:hidden}.test-execution__result-row{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;min-height:44px;transition:background .15s}.test-execution__result-row:hover{background:#fafbfc}.test-execution__result-error{padding:8px 14px 10px;font-size:12px;color:#991b1b;background:#fef2f2;border-top:1px solid #fecaca;line-height:1.5;font-family:monospace;white-space:pre-wrap;word-break:break-word}.test-execution__result-screenshots{display:flex;gap:8px;padding:8px 14px 12px;flex-wrap:wrap;border-top:1px solid var(--brand-border, #e1e3e5);background:#fafbfc}.test-execution__run-video{padding:12px 14px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-execution__result-video{padding:8px 14px 12px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-execution__video-player{width:100%;max-height:300px;border-radius:8px;background:#000}.test-execution__result-screenshot{max-width:200px;max-height:120px;border-radius:6px;border:1px solid var(--brand-border, #e1e3e5);object-fit:contain;cursor:pointer}.test-execution__result-screenshot:hover{border-color:var(--brand-purple, #9333EA);box-shadow:0 2px 8px rgba(0,0,0,.1)}.test-execution__result-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--brand-text-primary, #202223);font-weight:500}.test-execution__result-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:6px;text-transform:capitalize}.test-execution__result-thumb-legacy{width:36px;height:36px;border-radius:6px;object-fit:cover;border:1px solid var(--brand-border, #e1e3e5)}.test-execution__run-task{display:flex;align-items:center;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid var(--brand-border, #e1e3e5)}.test-execution__run-actions{display:flex;gap:8px;margin-top:12px}@media (max-width: 768px){.test-execution{padding:16px}.test-execution__header{flex-direction:column;align-items:stretch}.test-execution__header-right{flex-direction:column}.test-execution__project-select{min-width:100%}.test-execution__active-header{flex-direction:column;gap:12px;align-items:flex-start}.test-execution__active-counts{flex-wrap:wrap;gap:12px}.test-execution__run-header{flex-direction:column;align-items:flex-start;gap:8px}.test-execution__run-right{width:100%;justify-content:flex-end}}.task-dashboard{max-width:1400px;margin:0 auto}.task-dashboard .dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:44px;font-size:14px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit}.task-dashboard .dashboard-select:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.td-section-title{font-size:16px;padding:8px 0 16px}.td-status-breakdown-card{background:var(--brand-surface-color, #ffffff);border-radius:12px;padding:24px 24px 32px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.td-status-breakdown-rows{display:flex;flex-direction:column;gap:16px}.td-status-row{display:flex;align-items:center;gap:14px}.td-status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.td-status-label{font-size:15px;font-weight:500;color:var(--brand-text, #334155);width:110px;flex-shrink:0;text-transform:capitalize}.td-status-count{font-size:15px;font-weight:700;color:var(--brand-text, #1e293b);width:40px;text-align:right;flex-shrink:0}.td-status-bar-track{flex:1;height:10px;background:var(--brand-bg, #f1f5f9);border-radius:5px;overflow:hidden;min-width:100px}.td-status-bar-fill{height:100%;border-radius:5px;transition:width .4s ease}.td-status-percent{font-size:14px;font-weight:600;color:var(--brand-text-sec, #64748b);width:44px;text-align:right;flex-shrink:0}.td-urgency-card{display:flex;align-items:center;gap:14px;padding:18px 20px;background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:12px;border-left:4px solid;transition:all .2s}.td-urgency-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.td-urgency-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.td-urgency-body{display:flex;flex-direction:column;gap:2px}.td-urgency-count{font-size:22px;font-weight:700;color:var(--brand-text-primary, #202223);line-height:1}.td-urgency-label{font-size:13px;font-weight:500;color:var(--brand-text-secondary, #6d7175)}.td-card{background:var(--brand-surface-color, #ffffff);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.td-table-wrapper{overflow-x:auto}.td-table{width:100%;border-collapse:collapse}.td-table th{text-align:left;padding:10px 12px;font-size:12px;color:var(--brand-text-sec, #64748b);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--brand-border-color, #e2e8f0);font-weight:600;position:sticky;top:0;background:var(--brand-surface-color, #ffffff);z-index:1}.td-table td{padding:12px;font-size:14px;border-bottom:1px solid var(--brand-bg, #f1f5f9);color:var(--brand-text, #334155)}.td-table tr:hover td{background:var(--brand-bg, #f8fafc)}.quality-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.quality-badge.quality-good{background:rgba(16,185,129,.1);color:var(--score-high, #059669)}.quality-badge.quality-warn{background:rgba(245,158,11,.1);color:var(--score-medium, #d97706)}.td-recent-list{display:flex;flex-direction:column;gap:0}.td-recent-item,.td-failed-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--brand-bg, #f1f5f9);cursor:pointer;transition:background .15s}.td-recent-item:last-child,.td-failed-item:last-child{border-bottom:none}.td-recent-item:hover,.td-failed-item:hover{background:var(--brand-bg, #f8fafc);margin:0 -24px;padding-left:24px;padding-right:24px}.td-failed-item{cursor:default}.td-recent-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.td-recent-desc{font-size:14px;font-weight:500;color:var(--brand-text, #1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-recent-meta{font-size:12px;color:var(--brand-text-sec, #94a3b8);display:flex;align-items:center;gap:4px}.td-recent-meta ion-icon{font-size:13px}.td-error-text{color:#ef4444!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-retry-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:8px;font-size:13px;font-weight:600;color:var(--brand-text, #334155);cursor:pointer;white-space:nowrap;font-family:inherit;transition:all .15s ease;flex-shrink:0}.td-retry-btn ion-icon{font-size:15px}.td-retry-btn:hover:not(:disabled){background:var(--brand-bg, #f1f5f9);border-color:var(--brand-primary, #3b82f6);color:var(--brand-primary, #3b82f6)}.td-retry-btn:disabled{opacity:.6;cursor:not-allowed}.td-spin{animation:td-spin-anim .8s linear infinite}@keyframes td-spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.task-dashboard .dashboard-error-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px}.task-dashboard .dashboard-error-card .dashboard-error-content{display:flex;align-items:center;gap:12px}.task-dashboard .dashboard-error-card .dashboard-error-icon{font-size:24px;color:#ea580c;flex-shrink:0}.task-dashboard .dashboard-error-card .dashboard-retry-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s ease}.task-dashboard .dashboard-error-card .dashboard-retry-btn ion-icon{font-size:16px}.task-dashboard .dashboard-error-card .dashboard-retry-btn:hover{background:#c2410c}@media (max-width: 768px){.task-dashboard .dashboard-select{font-size:12px;padding:8px 10px;width:100%;min-height:44px}.task-dashboard>.flex.space-between.align-center{flex-direction:column;align-items:flex-start;gap:12px}.task-dashboard>.flex.space-between.align-center>.flex.flex-gap-10.align-center{flex-direction:column;align-items:stretch;gap:8px;width:100%}.td-status-label{width:80px;font-size:13px}.td-recent-item:hover,.td-failed-item:hover{margin:0;padding-left:0;padding-right:0}}.bug-reports{max-width:1400px;margin:0 auto;padding:16px}.bug-reports-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.bug-reports-toolbar .dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:44px;font-size:14px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit;min-width:200px}.bug-reports-toolbar .dashboard-select:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.bug-reports-toolbar .icon-btn-borderless{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--brand-text-secondary, #64748b);font-size:20px;display:flex;align-items:center}.bug-reports-toolbar .icon-btn-borderless:hover{background:var(--brand-hover, rgba(0, 0, 0, .04))}.bug-scan-progress{background:var(--brand-surface-color, #ffffff);border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.bug-scan-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bug-scan-progress-title{font-size:16px;font-weight:600;color:var(--brand-text, #1e293b)}.bug-scan-elapsed{font-size:14px;color:var(--brand-text-secondary, #64748b);font-variant-numeric:tabular-nums}.bug-scan-steps{display:flex;flex-direction:column;gap:8px}.bug-scan-step{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--brand-text-secondary, #94a3b8);transition:color .2s}.bug-scan-step ion-icon{font-size:16px;color:#22c55e}.bug-scan-step.done{color:var(--brand-text-secondary, #64748b)}.bug-scan-step.active{color:var(--brand-text, #1e293b);font-weight:500}.bug-scan-step.pending{opacity:.5}.bug-scan-step-spinner{width:16px;height:16px;border:2px solid var(--brand-border-color, #e2e8f0);border-top-color:var(--brand-primary, #2563EB);border-radius:50%;animation:bug-spin .8s linear infinite}@keyframes bug-spin{to{transform:rotate(360deg)}}.bug-stats-row{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.bug-stat-card{background:var(--brand-surface-color, #ffffff);border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06);flex:1;min-width:100px;text-align:center}.bug-stat-value{font-size:28px;font-weight:700;color:var(--brand-text, #1e293b)}.bug-stat-label{font-size:12px;color:var(--brand-text-secondary, #64748b);margin-top:4px;text-transform:uppercase;letter-spacing:.5px}.bug-stat-critical{border-bottom:3px solid #ef4444}.bug-stat-critical .bug-stat-value{color:#ef4444}.bug-stat-high{border-bottom:3px solid #f97316}.bug-stat-high .bug-stat-value{color:#f97316}.bug-stat-medium{border-bottom:3px solid #eab308}.bug-stat-medium .bug-stat-value{color:#eab308}.bug-stat-low{border-bottom:3px solid #22c55e}.bug-stat-low .bug-stat-value{color:#22c55e}.bug-filter-bar{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.bug-filter-bar .dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:40px;font-size:13px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit}.bug-filter-bar .dashboard-select:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.bug-cards-list{display:flex;flex-direction:column;gap:12px}.bug-card{background:var(--brand-surface-color, #ffffff);border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06);border-left:4px solid var(--brand-border-color, #e2e8f0);transition:box-shadow .2s}.bug-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.bug-card.bug-card-critical{border-left-color:#ef4444;animation:bug-pulse-border 2s ease-in-out infinite}.bug-card.bug-card-high{border-left-color:#f97316}.bug-card.bug-card-medium{border-left-color:#eab308}.bug-card.bug-card-low{border-left-color:#22c55e}@keyframes bug-pulse-border{0%,to{border-left-color:#ef4444}50%{border-left-color:#fca5a5}}.bug-card-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:8px}.bug-card-badges{display:flex;gap:6px;flex-wrap:wrap}.bug-severity-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.bug-severity-badge.bug-severity-critical{background:#fef2f2;color:#dc2626}.bug-severity-badge.bug-severity-high{background:#fff7ed;color:#ea580c}.bug-severity-badge.bug-severity-medium{background:#fefce8;color:#ca8a04}.bug-severity-badge.bug-severity-low{background:#f0fdf4;color:#16a34a}.bug-category-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;background:var(--brand-hover, #f1f5f9);color:var(--brand-text-secondary, #64748b)}.bug-status-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.bug-status-badge.bug-status-fixed{background:#f0fdf4;color:#16a34a}.bug-status-badge.bug-status-ignored{background:#f1f5f9;color:#94a3b8}.bug-task-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;background:#ede9fe;color:#7c3aed}.bug-expand-icon{font-size:18px;color:var(--brand-text-secondary, #94a3b8)}.bug-card-title{font-size:15px;font-weight:600;color:var(--brand-text, #1e293b);margin-bottom:6px}.bug-card-file{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;color:var(--brand-purple, #7c3aed);cursor:pointer;margin-bottom:8px}.bug-card-file:hover{text-decoration:underline}.bug-card-description{font-size:13px;color:var(--brand-text-secondary, #64748b);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bug-card-details{margin-top:12px;padding-top:12px;border-top:1px solid var(--brand-border-color, #e2e8f0)}.bug-section-title{font-size:12px;font-weight:600;color:var(--brand-text, #1e293b);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.bug-repro-steps{margin-bottom:12px}.bug-repro-steps ol{margin:0;padding-left:20px}.bug-repro-steps li{font-size:13px;color:var(--brand-text-secondary, #64748b);line-height:1.6}.bug-code-block{background:#1e293b;color:#e2e8f0;border-radius:8px;padding:14px 16px;overflow-x:auto;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.bug-code-block code{background:none;padding:0;color:inherit}.bug-card-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap;align-items:center}.bug-action-btn{font-size:12px!important;padding:6px 14px!important;height:auto!important;min-height:32px!important}.bug-task-link{font-size:12px;color:var(--brand-purple, #7c3aed);cursor:pointer;font-weight:500;padding:6px 14px}.bug-task-link:hover{text-decoration:underline}.bug-empty-state{text-align:center;padding:60px 20px;color:var(--brand-text-secondary, #94a3b8);font-size:14px}.bug-scanned-at{text-align:center;padding:16px;color:var(--brand-text-secondary, #94a3b8);font-size:12px}.bug-report-modal{--width: 900px;--max-width: 95%;--height: 90vh}.bug-report-html-content{padding:0;overflow-y:auto;max-height:80vh}.bug-report-html-content *{box-sizing:border-box}.bug-report-html-content .container{max-width:100%}.feedback-tasks-container{max-width:1400px;margin:0 auto;padding:16px}.feedback-tasks-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.feedback-tasks-toolbar .dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:44px;font-size:14px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit;min-width:200px}.feedback-tasks-toolbar .dashboard-select:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.feedback-tasks-toolbar .icon-btn-borderless{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--brand-text-secondary, #64748b);font-size:20px;display:flex;align-items:center}.feedback-tasks-toolbar .icon-btn-borderless:hover{background:var(--brand-hover, rgba(0, 0, 0, .04))}.feedback-add-form{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:12px;padding:16px;margin-bottom:20px}.feedback-add-form .feedback-textarea{width:100%;border:1px solid var(--brand-border-color, #e2e8f0);border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--brand-text, #1e293b);background:var(--brand-background, #f8fafc);resize:vertical;outline:none;box-sizing:border-box}.feedback-add-form .feedback-textarea:focus{border-color:var(--brand-primary, #2563EB);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.feedback-add-form .feedback-add-actions{display:flex;gap:10px;margin-top:12px}.feedback-stats-row{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.feedback-stat-card{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:12px 20px;text-align:center;min-width:90px}.feedback-stat-card .feedback-stat-value{font-size:22px;font-weight:700;color:var(--brand-text, #1e293b)}.feedback-stat-card .feedback-stat-label{font-size:12px;color:var(--brand-text-secondary, #64748b);margin-top:2px}.feedback-stat-card.feedback-stat-pending .feedback-stat-value{color:#f59e0b}.feedback-stat-card.feedback-stat-accepted .feedback-stat-value{color:#10b981}.feedback-stat-card.feedback-stat-declined .feedback-stat-value{color:#ef4444}.feedback-filter-bar{margin-bottom:16px}.feedback-filter-bar .dashboard-select{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:10px;padding:8px 14px;height:44px;font-size:14px;color:var(--brand-text, #1e293b);outline:none;cursor:pointer;font-family:inherit}.feedback-filter-bar .dashboard-select:focus{border-color:var(--brand-primary, #2563EB)}.feedback-loading{text-align:center;padding:40px;color:var(--brand-text-secondary, #64748b)}.feedback-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.feedback-empty-state{text-align:center;padding:48px 24px;color:var(--brand-text-secondary, #64748b);font-size:14px;background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:12px;grid-column:1/-1}.feedback-card{background:var(--brand-surface-color, #ffffff);border:1px solid var(--brand-border-color, #e2e8f0);border-radius:12px;overflow:hidden;position:relative;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .15s ease}.feedback-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.feedback-card.feedback-card-declined{opacity:.75}.feedback-card-color-band{height:6px}.feedback-card-color-band.feedback-band-pending{background:#f59e0b}.feedback-card-color-band.feedback-band-accepted{background:#10b981}.feedback-card-color-band.feedback-band-declined{background:#94a3b8}.feedback-card-dots-btn{position:absolute;top:14px;right:10px;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:6px;color:var(--brand-text-secondary, #64748b);font-size:18px;display:flex;align-items:center;z-index:2;min-width:30px;min-height:30px;justify-content:center}.feedback-card-dots-btn:hover{background:var(--brand-hover, rgba(0, 0, 0, .06));color:var(--brand-text, #1e293b)}.feedback-card-dots-btn:disabled{opacity:.4;cursor:not-allowed}.feedback-card-body{padding:14px 16px}.feedback-card-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-right:30px}.feedback-status-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.feedback-status-badge.feedback-status-pending{background:#fef3c7;color:#92400e}.feedback-status-badge.feedback-status-accepted{background:#d1fae5;color:#065f46}.feedback-status-badge.feedback-status-declined{background:#f1f5f9;color:#64748b}.feedback-creator-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500}.feedback-creator-badge ion-icon{font-size:12px}.feedback-creator-badge.feedback-creator-system{background:#eff6ff;color:#1d4ed8}.feedback-creator-badge.feedback-creator-manual{background:#f5f3ff;color:#6d28d9}.feedback-card-description{font-size:14px;color:var(--brand-text, #1e293b);line-height:1.6;margin-bottom:10px}.feedback-card-source{display:flex;align-items:flex-start;gap:4px;font-size:12px;color:var(--brand-text-secondary, #64748b);margin-bottom:10px;font-style:italic;line-height:1.4}.feedback-card-footer{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid var(--brand-border-color, #f1f5f9);padding-top:8px;margin-top:4px}.feedback-card-date{font-size:11px;color:var(--brand-text-secondary, #94a3b8)}.feedback-popover-menu{--width: 180px;--max-width: 200px}.feedback-popover-list{display:flex;flex-direction:column;padding:6px 0}.feedback-popover-item{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:10px 16px;font-size:14px;font-family:inherit;text-align:left;width:100%;color:var(--brand-text, #1e293b);transition:background .1s}.feedback-popover-item ion-icon{font-size:16px;flex-shrink:0}.feedback-popover-item:hover{background:var(--brand-hover, rgba(0, 0, 0, .04))}.feedback-popover-item.feedback-popover-accept{color:#065f46}.feedback-popover-item.feedback-popover-accept ion-icon{color:#10b981}.feedback-popover-item.feedback-popover-decline{color:#92400e}.feedback-popover-item.feedback-popover-decline ion-icon{color:#f59e0b}.feedback-popover-item.feedback-popover-delete{color:#991b1b}.feedback-popover-item.feedback-popover-delete ion-icon{color:#ef4444}.feedback-popover-item.feedback-popover-delete:hover{background:#fee2e2}.support-dashboard{padding:24px;display:flex;flex-direction:column;gap:20px;max-width:1200px;margin:0 auto}.support-dashboard__header{display:flex;justify-content:space-between;align-items:center}.support-dashboard__header-right{display:flex;gap:10px;align-items:center}.support-dashboard__loading{display:flex;justify-content:center;padding:60px 0}.support-dashboard__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 768px){.support-dashboard__stats{grid-template-columns:1fr}}.support-dashboard__stat{display:flex;align-items:center;gap:14px;padding:20px;border-radius:12px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5)}.support-dashboard__stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.support-dashboard__stat-icon ion-icon{font-size:20px}.support-dashboard__stat-value{font-size:22px;font-weight:700;display:block;color:var(--brand-text-primary, #202223)}.support-dashboard__stat-label{font-size:13px;color:#6b7280}.support-dashboard__section{display:flex;flex-direction:column;gap:12px}.support-dashboard__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px;text-align:center}.support-dashboard__conversations{display:flex;flex-direction:column;gap:6px}.support-dashboard__conversation-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);cursor:pointer;transition:all .15s}.support-dashboard__conversation-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}.support-dashboard__conv-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand-purple, #9333EA);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.support-dashboard__conv-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.support-dashboard__conv-title{font-size:14px;font-weight:600;color:var(--brand-text-primary, #202223);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-dashboard__conv-meta{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.support-dashboard__telegram-badge{background:#ede9fe;color:#7c3aed;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:600}.support-dashboard__conv-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.support-dashboard__conv-time{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:4px}.support-dashboard__conv-time ion-icon{font-size:14px}.support-dashboard__conv-status{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:capitalize}.support-dashboard__conv-status--active{background:#f0fdf4;color:#16a34a}.support-dashboard__conv-status--archived{background:#f3f4f6;color:#6b7280}.support-convos{padding:24px;display:flex;flex-direction:column;gap:16px;max-width:1200px;margin:0 auto}.support-convos__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.support-convos__header-right{display:flex;gap:10px;align-items:center}.support-convos__loading{display:flex;justify-content:center;padding:60px 0}.support-convos__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px;text-align:center}.support-convos__search{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5)}.support-convos__search ion-icon{font-size:18px;color:#9ca3af}.support-convos__search input{flex:1;border:none;outline:none;font-size:14px;background:transparent;color:var(--brand-text-primary)}.support-convos__list{display:flex;flex-direction:column;gap:6px}.support-convos__item{display:flex;align-items:center;gap:8px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5);border-radius:10px;transition:all .15s}.support-convos__item:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}.support-convos__item-main{display:flex;align-items:center;gap:12px;flex:1;padding:14px 16px;cursor:pointer;min-width:0}.support-convos__avatar{width:38px;height:38px;border-radius:50%;background:var(--brand-purple, #9333EA);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;flex-shrink:0}.support-convos__item-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.support-convos__item-title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-convos__item-meta{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.support-convos__tg{background:#ede9fe;color:#7c3aed;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:600}.support-convos__status{font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;text-transform:capitalize}.support-convos__status--active{background:#f0fdf4;color:#16a34a}.support-convos__status--archived{background:#f3f4f6;color:#6b7280}.support-convos__time{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:4px;flex-shrink:0}.support-convos__time ion-icon{font-size:14px}.support-convos__archive{margin-right:8px;color:#9ca3af}.support-convos__archive:hover{color:#ef4444}.support-settings{padding:24px;display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto}.support-settings__card{padding:24px;border-radius:12px;background:var(--brand-surface, #fff);border:1px solid var(--brand-border, #e1e3e5)}.support-settings__field{margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.support-settings__status{display:flex;align-items:center;gap:8px;margin:12px 0}.support-settings__dot{width:10px;height:10px;border-radius:50%;background:#ef4444}.support-settings__dot.connected{background:#10b981}.support-settings__webhook-url{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f8fafc;border-radius:8px}.support-settings__webhook-url ion-icon{font-size:16px;color:#6b7280}.support-settings__roles{display:flex;flex-direction:column;gap:12px}.support-settings__role{padding:12px 16px;border-radius:8px;background:#f8fafc;border:1px solid var(--brand-border, #e1e3e5)}.admin-container{max-width:1200px;margin:0 auto}.admin-stats-row{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.admin-stat-card{background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;padding:16px 20px;flex:1;min-width:120px;text-align:center}.admin-stat-value{font-size:28px;font-weight:700;color:var(--text-primary, #1e293b)}.admin-stat-label{font-size:12px;color:var(--text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-companies-list{display:flex;flex-direction:column;gap:8px}.admin-company-card{background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.admin-company-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.admin-company-card.inactive{opacity:.6}.admin-company-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer}.admin-company-left{display:flex;align-items:center;gap:12px}.admin-company-status{font-size:20px}.admin-company-status.active{color:#22c55e}.admin-company-status.inactive{color:#ef4444}.admin-company-info{display:flex;flex-direction:column;gap:2px}.admin-company-name{font-size:15px;font-weight:600;color:var(--text-primary, #1e293b)}.admin-company-owner{font-size:13px;color:var(--text-secondary, #64748b)}.admin-company-right{display:flex;align-items:center;gap:16px}.admin-company-badges{display:flex;gap:8px}.admin-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:var(--background-secondary, #f1f5f9);border-radius:16px;font-size:12px;font-weight:500;color:var(--text-secondary, #475569)}.admin-badge ion-icon{font-size:14px}.admin-expand-icon{font-size:18px;color:var(--text-secondary, #94a3b8)}.admin-company-details{padding:0 20px 16px;border-top:1px solid var(--border-color, #e2e8f0)}.admin-company-actions{display:flex;gap:8px;padding:12px 0}.admin-users-section{padding:12px 0}.admin-user-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--background-secondary, #f8fafc);border-radius:8px;margin-bottom:6px}.admin-user-info{display:flex;flex-direction:column;gap:2px}.admin-user-name{font-size:14px;font-weight:500;color:var(--text-primary, #1e293b)}.admin-user-email{font-size:12px;color:var(--text-secondary, #64748b)}.admin-copy-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;background:#fff;cursor:pointer;font-size:12px;color:var(--text-secondary, #475569);transition:all .2s}.admin-copy-btn:hover{background:var(--background-secondary, #f1f5f9);border-color:var(--brand-purple, #9333EA);color:var(--brand-purple, #9333EA)}.admin-copy-btn ion-icon{font-size:14px}.admin-role-tag{display:inline-block;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;margin-left:6px;text-transform:uppercase}.admin-role-tag.owner{background:rgba(147,51,234,.1);color:#9333ea}.admin-role-tag.manager{background:rgba(59,130,246,.1);color:#3b82f6}.admin-role-tag.member{background:rgba(107,114,128,.1);color:#6b7280}.admin-role-tag.inactive{background:rgba(239,68,68,.1);color:#ef4444}.admin-menu-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;flex-shrink:0}.admin-menu-btn ion-icon{font-size:18px;color:var(--text-secondary, #94a3b8)}.admin-menu-btn:hover{background:var(--background-secondary, #f1f5f9)}.admin-menu-btn:hover ion-icon{color:var(--text-primary, #1e293b)}.admin-popover .ant-popover-inner{padding:0;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.admin-popover-menu{padding:6px 0;min-width:180px}.admin-popover-item{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;font-size:14px;color:#333;position:relative;overflow:hidden}.admin-popover-item:hover{background:#f5f5f5}.admin-popover-item ion-icon{font-size:18px;color:#666}.admin-popover-item--delete{color:#ef4444!important}.admin-popover-item--delete ion-icon{color:#ef4444!important}.admin-projects-section{padding:12px 0;border-top:1px solid var(--border-color, #f1f5f9)}.admin-project-row{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:var(--background-secondary, #f8fafc);border-radius:6px;margin-bottom:4px}.admin-project-name{font-size:13px;font-weight:500;color:var(--text-primary, #1e293b)}.admin-project-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase}.admin-project-status.ready{background:rgba(34,197,94,.1);color:#16a34a}.admin-project-status.studying{background:rgba(59,130,246,.1);color:#3b82f6}.admin-project-status.error{background:rgba(239,68,68,.1);color:#ef4444}.admin-usage-inline{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--border-color, #f1f5f9);flex-wrap:wrap}.admin-usage-inline span{font-size:13px;color:var(--text-secondary, #64748b);font-weight:500}.admin-usage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.admin-usage-card{background:var(--background-secondary, #f8fafc);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;padding:16px;text-align:center}.admin-usage-value{font-size:24px;font-weight:700;color:var(--text-primary, #1e293b)}.admin-usage-label{font-size:12px;color:var(--text-secondary, #64748b);margin-top:4px;text-transform:uppercase;letter-spacing:.3px}.bg-red{background:#ef4444!important;border-color:#ef4444!important}.bg-red:hover{background:#dc2626!important}.admin-meta{display:flex;gap:16px;padding-top:12px;font-size:12px;color:var(--text-secondary, #94a3b8)}.fp-layout{padding:0 20px 80px;max-width:1100px;margin:0 auto}.fp-layout.desktop{display:flex;gap:0}.fp-content{flex:1;min-width:0;padding:24px 0;animation:fpFadeIn .25s ease}@keyframes fpFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fp-sidebar{width:200px;flex-shrink:0;padding-top:24px;padding-left:20px;border-left:1px solid var(--border-color, #f1f5f9);margin-left:24px}.fp-sidebar.mobile{display:none}.fp-sidebar-inner{position:sticky;top:20px;display:flex;flex-direction:column;gap:1px}.fp-sidebar-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-secondary, #94a3b8);padding:16px 10px 6px}.fp-sidebar-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-secondary, #64748b);text-align:left;position:relative;transition:all .15s ease;white-space:nowrap}.fp-sidebar-item:hover{background:var(--background-secondary, #f8fafc);color:var(--text-primary, #1e293b)}.fp-sidebar-item.active{background:var(--background-secondary, #f1f5f9);color:var(--text-primary, #1e293b);font-weight:600}.fp-sidebar-icon{width:20px;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fp-sidebar-icon ion-icon{font-size:16px}.fp-sidebar-bar{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:3px 0 0 3px}.fp-sidebar-divider{height:1px;background:var(--border-color, #e2e8f0);margin:8px 10px}.fp-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary, #94a3b8);margin:0 0 14px}.fp-badge{display:inline-block;background:linear-gradient(135deg,#8B5CF6,#6366F1);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:20px;letter-spacing:.6px;text-transform:uppercase}.fp-overview-header{margin-bottom:28px}.fp-overview-title{font-size:22px;font-weight:700;color:var(--text-primary, #1e293b);margin:0 0 6px}.fp-overview-desc{font-size:14px;color:var(--text-secondary, #64748b);margin:0;line-height:1.5}.fp-overview-quickstart{margin-bottom:32px}.fp-quickstart-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.fp-quickstart-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 12px;background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:14px;cursor:pointer;transition:transform .2s,box-shadow .2s}.fp-quickstart-step:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.06)}.fp-quickstart-icon{margin-bottom:8px}.fp-quickstart-icon ion-icon{font-size:24px;color:#8b5cf6}.fp-quickstart-n{font-size:10px;font-weight:700;text-transform:uppercase;color:#8b5cf6;letter-spacing:.8px;margin-bottom:4px}.fp-quickstart-title{font-size:14px;font-weight:700;color:var(--text-primary, #1e293b);margin-bottom:2px}.fp-quickstart-desc{font-size:11px;color:var(--text-secondary, #94a3b8)}.fp-overview-features{margin-bottom:20px}.fp-feature-cards{display:flex;flex-direction:column;gap:8px}.fp-feature-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;cursor:pointer;transition:box-shadow .2s,border-color .2s}.fp-feature-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.05);border-color:#cbd5e1}.fp-feature-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-feature-card-icon ion-icon{font-size:20px}.fp-feature-card-body{flex:1;min-width:0}.fp-feature-card-title{font-size:14px;font-weight:600;color:var(--text-primary, #1e293b)}.fp-feature-card-tagline{font-size:12px;color:var(--text-secondary, #94a3b8);margin-top:1px}.fp-feature-card-arrow{color:var(--text-secondary, #cbd5e1);flex-shrink:0}.fp-feature-card-arrow ion-icon{font-size:16px}.fp-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.fp-detail-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-detail-icon ion-icon{font-size:24px}.fp-detail-title{font-size:24px;font-weight:700;color:var(--text-primary, #1e293b);margin:0;line-height:1.2}.fp-detail-tagline{font-size:14px;font-weight:600;margin:3px 0 0}.fp-detail-desc{font-size:14px;color:var(--text-secondary, #475569);line-height:1.75;margin:0 0 28px;max-width:620px}.fp-detail-flow-section{margin-bottom:28px}.fp-detail-flow{display:flex;flex-direction:column;gap:0}.fp-detail-flow-item{display:flex;gap:14px}.fp-detail-flow-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:28px}.fp-detail-flow-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.fp-detail-flow-line{width:2px;flex:1;min-height:12px;border-radius:1px}.fp-detail-flow-right{padding-bottom:20px;flex:1}.fp-detail-flow-title{font-size:14px;font-weight:700;color:var(--text-primary, #1e293b);margin-bottom:3px}.fp-detail-flow-desc{font-size:13px;color:var(--text-secondary, #64748b);line-height:1.5;margin-bottom:4px}.fp-detail-flow-where{font-size:12px;font-weight:600;opacity:.8}.fp-detail-stats{display:flex;gap:16px;margin-bottom:28px}.fp-detail-stat{display:flex;flex-direction:column;align-items:center;padding:14px 20px;background:var(--background-secondary, #f8fafc);border-radius:12px;min-width:90px}.fp-detail-stat-v{font-size:20px;font-weight:800}.fp-detail-stat-l{font-size:11px;font-weight:500;color:var(--text-secondary, #94a3b8);text-transform:uppercase;letter-spacing:.3px;margin-top:2px}.fp-detail-caps-section{margin-bottom:20px}.fp-detail-caps{display:flex;flex-direction:column;gap:10px}.fp-detail-cap{display:flex;gap:14px;padding:18px;background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;transition:box-shadow .2s}.fp-detail-cap:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.fp-detail-cap-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-detail-cap-icon ion-icon{font-size:20px}.fp-detail-cap-label{font-size:14px;font-weight:700;color:var(--text-primary, #1e293b);margin-bottom:4px}.fp-detail-cap-desc{font-size:13px;color:var(--text-secondary, #64748b);line-height:1.55}.fp-detail-howto{margin-bottom:28px;padding:20px;background:var(--background-secondary, #f8fafc);border-radius:14px;border:1px solid var(--border-color, #e2e8f0)}.fp-detail-howto-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.fp-detail-howto-step{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-primary, #334155)}.fp-detail-howto-num{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.fp-detail-howto-link{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.fp-detail-howto-link:hover{opacity:.9}.fp-detail-howto-link ion-icon{font-size:16px}.fp-faq-title{font-size:24px;font-weight:700;color:var(--text-primary, #1e293b);margin:0 0 4px}.fp-faq-subtitle{font-size:14px;color:var(--text-secondary, #64748b);margin:0 0 24px}.fp-faq-list{display:flex;flex-direction:column;gap:8px}.fp-faq-item{background:var(--card-background, #fff);border:1px solid var(--border-color, #e2e8f0);border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .2s}.fp-faq-item:hover{border-color:#cbd5e1}.fp-faq-item.expanded{border-color:#8b5cf6}.fp-faq-item .fp-faq-q{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;font-weight:600;color:var(--text-primary, #1e293b);gap:16px}.fp-faq-item .fp-faq-toggle{font-size:20px;font-weight:300;color:var(--text-secondary, #94a3b8);flex-shrink:0;width:20px;text-align:center}.fp-faq-item .fp-faq-a{padding:0 20px 16px;font-size:14px;color:var(--text-secondary, #64748b);line-height:1.7}@media (max-width: 768px){.fp-sidebar{display:none}.fp-overview-title{font-size:24px}.fp-pipeline-arrow{display:none}.fp-pipeline-steps{gap:10px}.fp-pipeline-step{min-width:calc(50% - 10px)}.fp-quickstart-steps{grid-template-columns:repeat(2,1fr)}.fp-detail-stats{flex-wrap:wrap}}.error-boundary-container{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--background-color, #f7f7f7);padding:20px}.error-boundary-card{background:#fff;border-radius:12px;padding:40px;text-align:center;max-width:420px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.error-boundary-card h2{font-size:20px;font-weight:700;color:#1e293b;margin:16px 0 8px}.error-icon{width:48px;height:48px;border-radius:50%;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto}.error-message{font-size:14px;color:#64748b;margin-bottom:24px;word-break:break-word}.error-retry-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.error-retry-btn:hover{opacity:.9}
