*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base:#fff;--bg-subtle:#f8f8fa;--bg-surface:#f1f1f4;--bg-elevated:#e8e8ed;--bg-hover:#ededf0;--bg-glass:#ffffffbf;--bg-glass-heavy:#ffffffd1;--text-primary:#1a1a1f;--text-secondary:#6b6b76;--text-muted:#9b9ba6;--text-inverse:#fff;--accent:#f97316;--accent-hover:#ea6b10;--accent-dim:#f9731614;--accent-glow:#f973162e;--red:#ef4444;--red-dim:#ef444414;--amber:#d97706;--amber-dim:#d9770614;--green:#16a34a;--green-dim:#16a34a14;--sky:#2563eb;--sky-dim:#2563eb14;--font:"Be Vietnam Pro", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--radius-full:9999px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:32px;--sp-8:40px;--sp-9:48px;--sp-10:64px;--border:1px solid #0000000f;--border-hover:1px solid #0000001f;--ease-out:cubic-bezier(.16,1,.3,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--dur-fast:.15s;--dur-normal:.25s;--dur-slow:.4s;--safe-bottom:env(safe-area-inset-bottom,0px);--tab-height:60px;--header-height:54px}[data-theme=dark]{--bg-base:#191919;--bg-subtle:#202020;--bg-surface:#262626;--bg-elevated:#333;--bg-hover:#2a2a2a;--bg-glass:#191919d1;--bg-glass-heavy:#191919e0;--text-primary:#ebebeb;--text-secondary:#999;--text-muted:#666;--text-inverse:#191919;--accent-dim:#f9731624;--accent-glow:#f9731647;--red-dim:#ef444424;--amber-dim:#d9770624;--green-dim:#16a34a24;--sky-dim:#2563eb24;--border:1px solid #ffffff12;--border-hover:1px solid #ffffff24}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font);background:var(--bg-base);color:var(--text-primary);min-height:100dvh;transition:background-color var(--dur-normal) ease, color var(--dur-normal) ease;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:var(--text-inverse)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:var(--radius-full)}.app{flex-direction:column;min-height:100dvh;display:flex}.top-header{z-index:100;height:var(--header-height);padding:0 var(--sp-5);background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-bottom:var(--border);transition:background-color var(--dur-normal) ease;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.theme-toggle{border:var(--border);border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:all var(--dur-fast) ease;-webkit-tap-highlight-color:transparent;margin-left:auto;margin-right:var(--sp-2);background:0 0;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{color:var(--text-primary);background:var(--bg-surface)}.theme-toggle:active{transform:scale(.92)}.theme-toggle svg{stroke-width:1.8px;width:18px;height:18px}.logo{align-items:center;gap:var(--sp-2);color:var(--text-primary);letter-spacing:-.01em;font-size:1.0625rem;font-weight:700;display:flex}.logo-dot{border-radius:var(--radius-full);background:var(--accent);width:8px;height:8px;animation:3s ease-in-out infinite breathe}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.desktop-nav{gap:var(--sp-1);display:none}.nav-pill{color:var(--text-muted);padding:var(--sp-2) var(--sp-4);border-radius:var(--radius-sm);transition:all var(--dur-fast) ease;font-size:.8125rem;font-weight:500}.nav-pill:hover{color:var(--text-secondary);background:var(--bg-surface)}.nav-pill--active{color:var(--text-primary);background:var(--bg-surface)}.main-content{padding-top:var(--header-height);padding-bottom:calc(var(--tab-height) + var(--safe-bottom));flex:1}.bottom-tabs{z-index:100;height:calc(var(--tab-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--bg-glass-heavy);-webkit-backdrop-filter:blur(20px);border-top:var(--border);transition:background-color var(--dur-normal) ease;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.tab{color:var(--text-muted);letter-spacing:.03em;transition:color var(--dur-fast) ease;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.625rem;font-weight:500;display:flex;position:relative}.tab svg{stroke-width:1.8px;width:22px;height:22px;transition:transform var(--dur-normal) var(--ease-spring)}.tab:active svg{transform:scale(.85)}.tab--active{color:var(--accent)}.tab--active:before{content:"";border-radius:0 0 var(--radius-full) var(--radius-full);background:var(--accent);width:22px;height:2.5px;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width>=768px){.desktop-nav{display:flex}.bottom-tabs{display:none}.main-content{padding-bottom:0}}.btn-primary{justify-content:center;align-items:center;gap:var(--sp-2);font-family:var(--font);padding:var(--sp-3) var(--sp-6);border-radius:var(--radius-md);background:var(--accent);color:var(--text-inverse);cursor:pointer;transition:all var(--dur-fast) var(--ease-out);white-space:nowrap;border:none;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 16px var(--accent-glow);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)scale(.98)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-primary--loading{pointer-events:none}.btn-spinner{border-radius:var(--radius-full);border:2px solid #ffffff4d;border-top-color:#fff;width:16px;height:16px;animation:.7s linear infinite spin}.btn-ghost{align-items:center;gap:var(--sp-2);font-family:var(--font);color:var(--text-secondary);border:var(--border);border-radius:var(--radius-sm);padding:var(--sp-2) var(--sp-4);cursor:pointer;transition:all var(--dur-fast) ease;background:0 0;font-size:.8125rem;font-weight:500;display:inline-flex}.btn-ghost:hover{color:var(--text-primary);background:var(--bg-surface)}.btn-ghost--success{color:var(--green);border-color:#16a34a4d}.back-link{align-items:center;gap:var(--sp-2);color:var(--text-muted);margin-bottom:var(--sp-6);transition:color var(--dur-fast) ease;font-size:.8125rem;font-weight:500;display:inline-flex}.back-link:hover{color:var(--text-primary)}.back-link svg{width:16px;height:16px}.dump-view{min-height:calc(100dvh - var(--header-height) - var(--tab-height) - var(--safe-bottom));padding:var(--sp-6) var(--sp-5);justify-content:center;align-items:center;display:flex}@media (width>=768px){.dump-view{min-height:calc(100dvh - var(--header-height))}}.dump-inner{width:100%;max-width:620px}.dump-hero{text-align:center;margin-bottom:var(--sp-8);animation:slideUp .5s var(--ease-out) both}.dump-hero__title{letter-spacing:-.03em;font-size:clamp(1.875rem,6vw,3rem);font-weight:800;line-height:1.15}.dump-hero__accent{color:var(--accent)}.dump-hero__sub{margin-top:var(--sp-3);color:var(--text-secondary);font-size:.9375rem;font-weight:400}.dump-editor{animation:slideUp .5s var(--ease-out) 60ms both}.dump-editor__input{width:100%;min-height:200px;max-height:50vh;padding:var(--sp-5);background:var(--bg-subtle);border-radius:var(--radius-lg);color:var(--text-primary);font-family:var(--font);resize:vertical;transition:border-color var(--dur-normal) ease, box-shadow var(--dur-normal) ease;border:1px solid #00000014;outline:none;font-size:1rem;line-height:1.7}.dump-editor__input::placeholder{color:var(--text-muted)}.dump-editor__input:focus{box-shadow:0 0 0 4px var(--accent-dim);border-color:#f9731666}.dump-editor__bar{margin-top:var(--sp-4);justify-content:space-between;align-items:center;gap:var(--sp-3);display:flex}.dump-editor__count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem}.dump-editor__hint{text-align:center;margin-top:var(--sp-3);color:var(--text-muted);opacity:.6;font-size:.6875rem}.results-view{padding:var(--sp-6) var(--sp-5);max-width:620px;margin:0 auto}@media (width>=768px){.results-view{padding:var(--sp-9) var(--sp-7);max-width:960px}}.results-body,.results-sidebar{gap:var(--sp-5);flex-direction:column;display:flex}@media (width>=768px){.results-body{gap:var(--sp-7);flex-direction:row;align-items:flex-start}.task-flow{flex:1;min-width:0;margin-bottom:0}.results-sidebar{width:300px;top:calc(var(--header-height) + var(--sp-6));flex-shrink:0;position:sticky}}.focus-header{padding:var(--sp-6);background:var(--bg-subtle);border:var(--border);border-radius:var(--radius-xl);margin-bottom:var(--sp-5);animation:slideUp .4s var(--ease-out) both;justify-content:space-between;align-items:center;display:flex}.focus-header__info{flex:1;min-width:0}.focus-header__label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--sp-2);font-size:.6875rem;font-weight:600}.focus-header__title{letter-spacing:-.02em;font-size:clamp(1.25rem,3.5vw,1.625rem);font-weight:700;line-height:1.25}.focus-header__sub{color:var(--text-muted);margin-top:var(--sp-1);font-size:.8125rem}.progress-ring-wrap{width:72px;height:72px;margin-left:var(--sp-5);flex-shrink:0;position:relative}.progress-ring{width:100%;height:100%;transform:rotate(-90deg)}.progress-ring__bg{fill:none;stroke:var(--bg-elevated);stroke-width:5px}.progress-ring__fill{fill:none;stroke:var(--accent);stroke-width:5px;stroke-linecap:round;transition:stroke-dashoffset .6s var(--ease-out)}.progress-ring__text{color:var(--text-primary);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:absolute;inset:0}.focus-alert{align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);background:var(--red-dim);border-radius:var(--radius-md);margin-bottom:var(--sp-5);color:var(--red);animation:slideUp .4s var(--ease-out) 60ms both;border:1px solid #ef444426;font-size:.8125rem;font-weight:500;display:flex}.focus-alert__icon{flex-shrink:0}.raw-toggle{width:100%;padding:var(--sp-3) var(--sp-4);border:var(--border);border-radius:var(--radius-md);font-family:var(--font);color:var(--text-muted);cursor:pointer;transition:all var(--dur-fast) ease;margin-bottom:var(--sp-5);animation:slideUp .4s var(--ease-out) .1s both;background:0 0;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.raw-toggle__left{align-items:center;gap:var(--sp-2);display:flex}.raw-toggle:hover{color:var(--text-secondary);background:var(--bg-subtle);border-color:#0000001a}.raw-toggle svg{width:16px;height:16px;transition:transform var(--dur-normal) var(--ease-out)}.raw-toggle__chevron--open{transform:rotate(180deg)}.raw-content{padding:var(--sp-4);background:var(--bg-subtle);border:var(--border);border-radius:var(--radius-md);color:var(--text-secondary);margin-top:calc(-1 * var(--sp-4));margin-bottom:var(--sp-5);animation:slideUp .3s var(--ease-out) both;font-size:.875rem;font-style:italic;line-height:1.7}.task-flow{margin-bottom:var(--sp-5)}.task-section{margin-bottom:var(--sp-4);animation:slideUp .4s var(--ease-out) both}.task-section__head{align-items:center;gap:var(--sp-3);padding:0 var(--sp-1);margin-bottom:var(--sp-2);display:flex}.task-section__line{border-radius:var(--radius-full);background:var(--_section-color,var(--accent));flex:0 0 3px;height:14px}.task-section__head--urgent{--_section-color:var(--red)}.task-section__head--week{--_section-color:var(--amber)}.task-section__head--someday{--_section-color:var(--green)}.task-section__head--ideas{--_section-color:var(--sky)}.task-section__label{letter-spacing:.1em;text-transform:uppercase;color:var(--_section-color,var(--accent));font-size:.6875rem;font-weight:700}.task-section__count{border-radius:var(--radius-full);background:var(--bg-surface);width:18px;height:18px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.625rem;font-weight:600;display:flex}.task-section__list{gap:var(--sp-2);flex-direction:column;display:flex}.task-item{align-items:center;gap:var(--sp-3);width:100%;padding:var(--sp-3) var(--sp-4);background:var(--bg-subtle);border-radius:var(--radius-md);font-family:var(--font);text-align:left;color:var(--text-primary);cursor:pointer;transition:all var(--dur-fast) ease;animation:slideUp .35s var(--ease-out) both;-webkit-tap-highlight-color:transparent;border:1px solid #0000000a;font-size:.9375rem;display:flex}.task-item:hover{background:var(--bg-hover);border-color:#00000014;transform:translate(2px)}.task-item:active{transform:scale(.99)}.task-check{border:2px solid var(--bg-elevated);width:20px;height:20px;transition:all var(--dur-fast) var(--ease-spring);border-radius:6px;flex-shrink:0;position:relative}.task-item:hover .task-check{border-color:var(--accent)}.task-check--done{background:var(--accent);border-color:var(--accent);animation:checkPop .3s var(--ease-spring)}.task-check--done:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;animation:.2s ease-out 50ms both checkDraw;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.task-item__text{flex:1;min-width:0;line-height:1.45}.task-item--done .task-item__text{color:var(--text-muted);opacity:.7;text-decoration:line-through}.task-card{animation:slideUp .35s var(--ease-out) both}.task-type{letter-spacing:.02em;border-radius:var(--radius-full);text-transform:capitalize;background:var(--bg-surface);color:var(--text-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:3px;padding:2px 8px;font-size:.625rem;font-weight:500;display:inline-flex}.task-type--work{background:var(--sky-dim);color:var(--sky)}.task-type--personal{background:var(--accent-dim);color:var(--accent)}.task-type--family{background:var(--green-dim);color:var(--green)}.task-type--maintenance{background:var(--bg-surface);color:var(--text-secondary)}.task-type--creative{color:#a855f7;background:#a855f714}.task-type--health{background:var(--red-dim);color:var(--red)}.task-type--financial{background:var(--amber-dim);color:var(--amber)}.task-type--administrative{background:var(--bg-surface);color:var(--text-secondary)}.task-reason-toggle{margin:0 0 0 calc(20px + var(--sp-3));padding:2px var(--sp-2);font-family:var(--font);color:var(--text-muted);cursor:pointer;opacity:.6;transition:opacity var(--dur-fast) ease;background:0 0;border:none;font-size:.6875rem;font-weight:500;display:inline-block}.task-reason-toggle:hover{opacity:1;color:var(--accent)}.task-reason{margin:var(--sp-1) 0 var(--sp-2) calc(20px + var(--sp-3));padding:var(--sp-2) var(--sp-3);color:var(--text-secondary);background:var(--bg-surface);border-radius:var(--radius-sm);animation:slideUp .2s var(--ease-out) both;font-size:.75rem;line-height:1.5}.task-badge{letter-spacing:.04em;border-radius:var(--radius-full);text-transform:uppercase;flex-shrink:0;padding:2px 8px;font-size:.625rem;font-weight:600}.task-badge--urgent{background:var(--red-dim);color:var(--red)}.task-badge--week{background:var(--amber-dim);color:var(--amber)}.task-badge--someday{background:var(--green-dim);color:var(--green)}.task-badge--ideas{background:var(--sky-dim);color:var(--sky)}.cognitive-meter{padding:var(--sp-4) var(--sp-5);background:var(--bg-subtle);border:var(--border);border-radius:var(--radius-md);margin-bottom:var(--sp-5);animation:slideUp .4s var(--ease-out) 80ms both}.cognitive-meter__header{align-items:center;gap:var(--sp-2);margin-bottom:var(--sp-3);display:flex}.cognitive-meter__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);flex:1;font-size:.6875rem;font-weight:600}.cognitive-meter__level{text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem;font-weight:700}.cognitive-meter__track{background:var(--bg-elevated);border-radius:var(--radius-full);height:6px;overflow:hidden}.cognitive-meter__fill{border-radius:var(--radius-full);height:100%;transition:width .8s var(--ease-out)}.cognitive-meter__score{margin-top:var(--sp-2);color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;font-size:.6875rem;display:block}.done-section{margin-bottom:var(--sp-5);border:var(--border);border-radius:var(--radius-md);animation:slideUp .4s var(--ease-out) .2s both;overflow:hidden}.done-section__toggle{width:100%;padding:var(--sp-3) var(--sp-4);background:var(--bg-subtle);font-family:var(--font);color:var(--text-muted);cursor:pointer;transition:all var(--dur-fast) ease;border:none;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.done-section__toggle:hover{background:var(--bg-hover);color:var(--text-secondary)}.done-section__toggle svg{width:14px;height:14px;transition:transform var(--dur-normal) var(--ease-out)}.done-section__chevron--open{transform:rotate(180deg)}.done-section__label{align-items:center;gap:var(--sp-2);display:flex}.done-section__count{border-radius:var(--radius-full);background:var(--green-dim);width:18px;height:18px;color:var(--green);justify-content:center;align-items:center;font-size:.625rem;font-weight:600;display:flex}.done-section__list{flex-direction:column;display:flex}.done-section__list .task-item{background:var(--bg-base);border:none;border-bottom:1px solid #0000000a;border-radius:0}.done-section__list .task-item:last-child{border-bottom:none}.task-empty-state{text-align:center;padding:var(--sp-9) var(--sp-6);animation:slideUp .4s var(--ease-out) both}.task-empty-state__icon{margin-bottom:var(--sp-3);opacity:.7}.task-empty-state p{color:var(--text-muted);font-size:.9375rem;font-weight:500}.insight-card{padding:var(--sp-6);background:var(--amber-dim);border-radius:var(--radius-lg);margin-bottom:var(--sp-6);animation:slideUp .5s var(--ease-out) .3s both;border:1px solid #d977061f}.insight-card__label{align-items:center;gap:var(--sp-2);letter-spacing:.08em;text-transform:uppercase;color:var(--amber);margin-bottom:var(--sp-3);font-size:.6875rem;font-weight:600;display:flex}.insight-card__text{font-size:1rem;line-height:1.7}.history-view{padding:var(--sp-6) var(--sp-5);max-width:700px;margin:0 auto}@media (width>=768px){.history-view{padding:var(--sp-9) var(--sp-7);max-width:960px}}.history-header{margin-bottom:var(--sp-7);animation:slideUp .4s var(--ease-out) both}.history-header__title{letter-spacing:-.02em;font-size:clamp(1.375rem,4vw,1.875rem);font-weight:700}.history-header__count{color:var(--text-muted);margin-top:var(--sp-2);font-size:.8125rem}.pattern-card{padding:var(--sp-5);background:var(--accent-dim);border-radius:var(--radius-lg);margin-bottom:var(--sp-7);animation:slideUp .4s var(--ease-out) 50ms both;border:1px solid #f973161f}.pattern-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--sp-3);font-size:.6875rem;font-weight:600}.pattern-card__text{font-size:.9375rem;line-height:1.6}.pattern-card__note{color:var(--text-muted);margin-top:var(--sp-3);font-size:.75rem}.history-list{gap:var(--sp-3);flex-direction:column;display:flex}@media (width>=768px){.history-list{gap:var(--sp-4);grid-template-columns:repeat(2,1fr);display:grid}}.history-item{align-items:flex-start;gap:var(--sp-4);padding:var(--sp-5);background:var(--bg-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--dur-fast) ease;animation:slideUp .4s var(--ease-out) both;color:inherit;border:1px solid #0000000d;text-decoration:none;display:flex}.history-item:first-child{animation-delay:40ms}.history-item:nth-child(2){animation-delay:80ms}.history-item:nth-child(3){animation-delay:.12s}.history-item:nth-child(4){animation-delay:.16s}.history-item:nth-child(5){animation-delay:.2s}.history-item:hover{background:var(--bg-hover);border-color:#0000001a;transform:translateY(-1px)}.history-item:active{transform:scale(.99)}.history-item__num{color:var(--text-muted);border-radius:var(--radius-sm);background:var(--bg-elevated);flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;margin-top:2px;font-size:.6875rem;font-weight:600;display:flex}.history-item__body{flex:1;min-width:0}.history-item__text{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;line-height:1.5;display:-webkit-box;overflow:hidden}.history-item__meta{gap:var(--sp-3);margin-top:var(--sp-2);color:var(--text-muted);flex-wrap:wrap;font-size:.75rem;display:flex}.history-item__tag{align-items:center;gap:4px;display:inline-flex}.history-item__tag--urgent{color:var(--red)}.history-item__tag--week{color:var(--amber)}.history-item__tag--load-low{color:var(--green)}.history-item__tag--load-medium{color:var(--amber)}.history-item__tag--load-high{color:var(--accent)}.history-item__tag--load-overloaded{color:var(--red)}.empty-state{text-align:center;padding:var(--sp-10) var(--sp-6);animation:slideUp .4s var(--ease-out) both}.empty-state__icon{margin-bottom:var(--sp-4);opacity:.25;color:var(--text-muted)}.empty-state__text{color:var(--text-muted);margin-bottom:var(--sp-6);font-size:.9375rem;line-height:1.5}.export-bar{gap:var(--sp-3);animation:slideUp .5s var(--ease-out) .35s both;display:flex}.loading-view{min-height:calc(100dvh - var(--header-height) - var(--tab-height) - var(--safe-bottom));justify-content:center;align-items:center;gap:var(--sp-5);flex-direction:column;display:flex}@media (width>=768px){.loading-view{min-height:calc(100dvh - var(--header-height))}}.loading-spinner{border:2px solid var(--bg-elevated);border-top-color:var(--accent);border-radius:var(--radius-full);width:32px;height:32px;animation:.8s linear infinite spin}.loading-text{color:var(--text-muted);font-size:.8125rem;animation:2s ease-in-out infinite pulse}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes checkPop{0%{transform:scale(.8)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes checkDraw{0%{opacity:0;transform:rotate(45deg)scale(0)}to{opacity:1;transform:rotate(45deg)scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
