.todo-list{flex:1;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:1rem;min-height:400px}.todo-header{margin-bottom:1.5rem}.todo-header h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.add-task-form{display:flex;gap:.5rem}.add-task-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.add-task-input:focus{outline:none;border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.add-task-button{padding:.75rem;background:#e53e3e;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.add-task-button:hover:not(:disabled){background:#c53030;transform:translateY(-1px)}.add-task-button:disabled{opacity:.5;cursor:not-allowed}.tasks-list{min-height:200px}.task-item{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-bottom:.75rem;background:#f8fafc;border:2px solid transparent;border-radius:8px;transition:all .2s ease;cursor:pointer}.task-item:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.task-item.active{border-color:#e53e3e;background:#fef2f2}.task-item.dragging{background:#fff;box-shadow:0 8px 24px #00000026;transform:rotate(2deg)}.drag-handle{color:#94a3b8;cursor:grab;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.task-content{flex:1;display:flex;align-items:center;gap:.5rem}.task-text{font-size:1rem;color:#334155}.pomodoro-count{font-size:.875rem;color:#e53e3e;font-weight:500}.edit-form{flex:1;display:flex;gap:.5rem;align-items:center}.edit-input{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem}.edit-actions{display:flex;gap:.25rem}.save-button,.cancel-button{padding:.25rem;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.save-button{background:#10b981;color:#fff}.cancel-button{background:#ef4444;color:#fff;font-size:1.2rem}.task-actions{display:flex;gap:.5rem;align-items:center}.task-actions button{padding:.5rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;opacity:.7}.task-actions button:hover{opacity:1;transform:translateY(-1px)}.pomodoro-button{background:transparent;font-size:1.2rem;padding:.25rem .5rem}.pomodoro-button:hover{background:#fef2f2}.edit-button{background:#f59e0b;color:#fff}.complete-button{background:#10b981;color:#fff}.delete-button{background:#ef4444;color:#fff}.completed-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.completed-section h3{font-size:1.125rem;color:#64748b;margin-bottom:1rem}.completed-tasks{display:flex;flex-direction:column;gap:.5rem}.completed-task{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:6px;opacity:.8}.completed-text{flex:1;text-decoration:line-through;color:#64748b}.completion-date{font-size:.875rem;color:#94a3b8}@media (max-width: 768px){.todo-list{margin:.5rem;padding:1rem}.task-item{padding:.75rem;gap:.5rem}.task-actions{gap:.25rem}.task-actions button{padding:.375rem}.drag-handle{display:none}}.timer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.timer-modal{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 40px #00000026;position:relative}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.close-button:hover{background:#f1f5f9;color:#334155}.timer-content{text-align:center}.timer-header{margin-bottom:2rem}.timer-header h2{font-size:1.75rem;font-weight:600;color:#334155;margin-bottom:.5rem}.current-task{color:#64748b;font-size:1rem}.current-task strong{color:#e53e3e}.tomato-timer{position:relative;width:250px;height:250px;margin:0 auto 2rem}.timer-circle{width:100%;height:100%}.progress-circle{transition:stroke-dashoffset 1s ease}.timer-display{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.time-text{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.timer-controls{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.duration-controls{display:flex;align-items:center;gap:1rem;background:#f8fafc;padding:.75rem 1.5rem;border-radius:12px}.duration-button{background:#e53e3e;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.duration-button:hover:not(:disabled){background:#c53030;transform:scale(1.1)}.duration-button:disabled{opacity:.5;cursor:not-allowed}.duration-display{font-size:1.125rem;font-weight:600;color:#334155;min-width:60px}.action-controls{display:flex;gap:1rem;align-items:center}.control-button{background:#e53e3e;color:#fff;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e53e3e4d}.control-button:hover:not(:disabled){background:#c53030;transform:translateY(-2px);box-shadow:0 6px 16px #e53e3e66}.control-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.play-button{width:80px;height:80px}.reset-button{background:#64748b;box-shadow:0 4px 12px #64748b4d}.reset-button:hover:not(:disabled){background:#475569;box-shadow:0 6px 16px #64748b66}.session-complete{background:#f0f9ff;padding:1.5rem;border-radius:12px;border:2px solid #0ea5e9;margin-top:1rem}.session-complete h3{font-size:1.25rem;font-weight:600;color:#0369a1;margin-bottom:.5rem}.session-complete p{color:#0284c7;margin-bottom:1rem}.break-button{background:#22c55e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin:0 auto;transition:all .2s ease}.break-button:hover{background:#16a34a;transform:translateY(-1px)}.break-timer{text-align:center;padding:2rem 0}.break-icon{margin-bottom:1.5rem;color:#22c55e}.break-timer h2{font-size:2rem;color:#22c55e;margin-bottom:.5rem}.break-timer p{color:#64748b;font-size:1.125rem;margin-bottom:1.5rem}.break-duration{font-size:3rem;font-weight:700;color:#22c55e;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}@media (max-width: 768px){.timer-modal{margin:1rem;padding:1.5rem}.tomato-timer{width:200px;height:200px}.time-text{font-size:2rem}.control-button{width:50px;height:50px}.play-button{width:70px;height:70px}}.progress-dashboard{background:#fff;border-radius:12px;padding:1.5rem;margin:1rem;box-shadow:0 4px 12px #0000001a}.progress-dashboard h2{font-size:1.5rem;font-weight:600;color:#334155;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#f8fafc;border-radius:8px;padding:1.25rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.stat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.stat-value{font-size:1.75rem;font-weight:700;color:#334155;margin-bottom:.75rem}.stat-progress{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1;height:6px;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.75rem;color:#64748b;font-weight:500;min-width:32px;text-align:right}.weekly-overview{border-top:1px solid #e2e8f0;padding-top:1.5rem}.weekly-overview h3{font-size:1.125rem;font-weight:600;color:#334155;margin-bottom:1rem}.week-chart{display:flex;align-items:end;gap:.5rem;height:120px;padding:1rem 0}.day-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%}.bar-fill{width:100%;border-radius:4px 4px 0 0;min-height:4px}.day-label{font-size:.75rem;color:#64748b;font-weight:500}@media (max-width: 768px){.progress-dashboard{margin:.5rem;padding:1rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.week-chart{height:80px}}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.settings-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026;overflow:hidden}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.header-content{display:flex;align-items:center;gap:.75rem}.header-content h2{font-size:1.5rem;font-weight:600;color:#334155;margin:0}.close-button{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.close-button:hover{background:#e2e8f0;color:#334155}.settings-content{flex:1;overflow-y:auto;padding:1.5rem}.settings-section{margin-bottom:2rem}.settings-section:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#e53e3e}.section-header h3{font-size:1.125rem;font-weight:600;margin:0}.setting-item{margin-bottom:1rem}.setting-item label{display:block;font-weight:500;color:#334155;margin-bottom:.5rem}.duration-input{display:flex;align-items:center;gap:.5rem}.duration-input input{width:80px;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.duration-input input:focus{outline:none;border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.duration-input span{color:#64748b;font-size:.875rem}.toggle-setting{display:flex;align-items:center;justify-content:space-between}.toggle{position:relative;width:48px;height:24px;background:#e2e8f0;border-radius:12px;border:none;cursor:pointer;transition:background-color .2s ease}.toggle.active{background:#e53e3e}.toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0000001a}.toggle.active .toggle-thumb{transform:translate(24px)}.theme-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.theme-option{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease}.theme-option:hover{border-color:#cbd5e1;transform:translateY(-2px)}.theme-option.selected{border-color:#e53e3e;background:#fef2f2}.theme-preview{width:60px;height:40px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.theme-option span{font-size:.875rem;font-weight:500;color:#334155;text-align:center}.settings-footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.reset-button{background:none;border:1px solid #e2e8f0;color:#64748b;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.reset-button:hover{background:#e2e8f0;color:#334155}.action-buttons{display:flex;gap:.75rem}.cancel-button,.save-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button{background:none;border:1px solid #e2e8f0;color:#64748b}.cancel-button:hover{background:#e2e8f0;color:#334155}.save-button{background:#e53e3e;border:none;color:#fff}.save-button:hover{background:#c53030;transform:translateY(-1px)}@media (max-width: 768px){.settings-modal{margin:1rem;max-height:calc(100vh - 2rem)}.settings-header,.settings-content,.settings-footer{padding:1rem}.theme-selector{grid-template-columns:1fr}.settings-footer{flex-direction:column;gap:1rem;align-items:stretch}.action-buttons{justify-content:stretch}.cancel-button,.save-button{flex:1}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fef2f2,#f8fafc);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;box-shadow:0 2px 12px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:2rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.logo h1{font-size:1.5rem;font-weight:700;color:#334155;margin:0;background:linear-gradient(135deg,#e53e3e,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tab-navigation{display:flex;gap:.5rem;background:#f8fafc;padding:.25rem;border-radius:8px}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.tab-button:hover{background:#e2e8f0;color:#334155}.tab-button.active{background:#fff;color:#e53e3e;box-shadow:0 2px 4px #0000001a}.header-actions{display:flex;align-items:center;gap:.75rem}.timer-toggle{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #e53e3e4d}.timer-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e66}.settings-button{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.settings-button:hover{background:#e2e8f0;color:#334155;transform:translateY(-1px)}.app-main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:0 1rem}.main-content{min-height:calc(100vh - 140px)}.keyboard-shortcuts{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1.5rem;text-align:center;border-top:1px solid #e2e8f0}.keyboard-shortcuts p{margin:0;font-size:.875rem;color:#64748b}.keyboard-shortcuts kbd{background:#334155;color:#fff;padding:.125rem .375rem;border-radius:4px;font-size:.75rem;font-weight:600;margin:0 .125rem}@media (max-width: 768px){.header-content{padding:1rem;flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.25rem}.tab-navigation{order:3;width:100%;justify-content:center}.header-actions{gap:.5rem}.timer-toggle{padding:.5rem .75rem;font-size:.875rem}.settings-button{padding:.5rem}.app-main{padding:0}}@media (max-width: 480px){.header-content{flex-direction:column;align-items:stretch}.logo,.header-actions{justify-content:center}.keyboard-shortcuts{display:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
