@layer tokens,reset,base,layout,components,views,utilities;@layer tokens{:root{--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--bg-base: #0a0a0c;--bg-surface: #141419;--bg-surface-hover: #1d1d26;--bg-card: #18181f;--bg-glass: rgba(20, 20, 25, .8);--bg-base-rgb: 10, 10, 12;--bg-surface-rgb: 20, 20, 25;--bg-card-rgb: 24, 24, 31;--text-primary: #f8f8f2;--text-secondary: #a0a0b0;--text-secondary-rgb: 160, 160, 176;--accent: #bb86fc;--accent-hover: #d2a8ff;--accent-glow: rgba(187, 134, 252, .25);--accent-rgb: 187, 134, 252;--border: #2a2a35;--border-rgb: 42, 42, 53;--danger: #cf6679;--success: #50fa7b;--state-unread: #60a5fa;--state-reading: #f59e0b;--state-completed: #22c55e;--danger-rgb: 207, 102, 121;--success-rgb: 80, 250, 123;--state-unread-rgb: 96, 165, 250;--state-reading-rgb: 245, 158, 11;--state-completed-rgb: 34, 197, 94;--scrollbar-thumb: rgba(160, 160, 176, .3);--scrollbar-thumb-hover: rgba(160, 160, 176, .6);--source-fumetti: #b89aff;--source-fumetti-rgb: 168, 130, 255;--source-mw: #5cd87a;--source-mw-rgb: 80, 200, 120;--navbar-h: 68px;--space-2xs: .4rem;--space-xs: .6rem;--space-sm: .8rem;--space-md: 1rem;--space-lg: 1.25rem;--space-xl: 1.5rem;--space-2xl: 2rem;--space-3xl: 2.5rem;--space-4xl: 3rem;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 14px;--radius-2xl: 18px;--radius-3xl: 20px;--radius-4xl: 24px;--radius-pill: 999px;--radius-round: 50%;--font-size-caption: .68rem;--font-size-label: .75rem;--font-size-meta: .78rem;--font-size-ui-sm: .85rem;--font-size-ui: .95rem;--font-size-body: 1rem;--font-size-body-lg: 1.1rem;--font-size-title-sm: 1.25rem;--font-size-title-md: 1.5rem;--font-size-title-lg: 1.8rem;--font-size-title-xl: 2.5rem;--font-size-hero: 2.8rem;--font-size-display: 5rem;--shadow-focus: 0 0 0 3px var(--accent-glow);--shadow-focus-strong: 0 0 0 4px var(--accent-glow);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .4);--shadow-md: 0 8px 24px rgba(0, 0, 0, .3);--shadow-dropdown: 0 8px 24px rgba(0, 0, 0, .35);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .2);--shadow-xl: 0 12px 30px rgba(0, 0, 0, .4);--shadow-2xl: 0 16px 40px rgba(0, 0, 0, .5);--shadow-loading: 0 15px 35px rgba(0, 0, 0, .3);--shadow-modal: 0 20px 50px rgba(0, 0, 0, .5);--shadow-panel: 0 -18px 48px rgba(0, 0, 0, .45);--shadow-nav-soft: 0 1px 2px rgba(0, 0, 0, .06);--shadow-float-soft: 0 12px 28px rgba(0, 0, 0, .16);--accent-glow-28: rgba(187, 134, 252, .07);--accent-glow-65: rgba(187, 134, 252, .1625);--accent-glow-78: rgba(187, 134, 252, .195);--accent-glow-82: rgba(187, 134, 252, .205);--border-success-18: #314f42;--border-success-24: #335c46;--border-success-42: #3a8152;--border-success-45: #3b8855;--border-reading-18: #4f3f2d;--border-reading-24: #5b462b;--border-reading-38: #775625;--border-danger-45: #744554;--text-secondary-border-mix: #9797a6;--accent-gradient-end: rgba(195, 149, 252, .66);--danger-border-strong: rgba(212, 117, 134, .8);--transition: background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), opacity var(--duration-normal) var(--ease-out);--chip-text-dark: #151515;--text-on-dark: #fff;--text-on-dark-muted: rgba(255, 255, 255, .8);--overlay-dark: rgba(0, 0, 0, .75);--overlay-light: rgba(0, 0, 0, .45);--tint-glass: rgba(255, 255, 255, .04);--tint-glass-strong: rgba(255, 255, 255, .08);--tint-shimmer: rgba(255, 255, 255, .06);--tint-gradient-soft: rgba(255, 255, 255, .035);--tint-cover-edge: rgba(10, 10, 14, .2);--duration-fast: .18s;--duration-normal: .3s;--duration-slow: .5s;--ease-out: cubic-bezier(.2, .8, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--z-tap-zones: 880;--z-end-screen: 950;--z-navbar: 1000;--z-sheet-bg: 1890;--z-reader-panel: 1900;--z-modal-bg: 1999;--z-modal: 2000;--z-overlay: 9000;--z-top: 9999}@media(prefers-color-scheme:light){html:not([data-theme]){--bg-base: #f0f0f5;--bg-surface: #fff;--bg-surface-hover: #f7f7fb;--bg-card: #fff;--bg-glass: rgba(240, 240, 245, .85);--bg-base-rgb: 240, 240, 245;--bg-surface-rgb: 255, 255, 255;--bg-card-rgb: 255, 255, 255;--text-primary: #1a1a2e;--text-secondary: #6b6b80;--text-secondary-rgb: 107, 107, 128;--accent: #7c3aed;--accent-hover: #6d28d9;--accent-glow: rgba(124, 58, 237, .15);--accent-rgb: 124, 58, 237;--border: #dcdce8;--border-rgb: 220, 220, 232;--danger: #e53e3e;--danger-rgb: 229, 62, 62;--success: #16a34a;--success-rgb: 22, 163, 74;--state-unread: #2563eb;--state-reading: #d97706;--state-completed: #16a34a;--state-unread-rgb: 37, 99, 235;--state-reading-rgb: 217, 119, 6;--state-completed-rgb: 22, 163, 74;--scrollbar-thumb: rgba(107, 107, 128, .3);--scrollbar-thumb-hover: rgba(107, 107, 128, .55);--source-fumetti: #6d28d9;--source-fumetti-rgb: 109, 40, 217;--source-mw: #16a34a;--source-mw-rgb: 22, 163, 74;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px rgba(0, 0, 0, .06);--shadow-dropdown: 0 8px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .06);--shadow-xl: 0 12px 30px rgba(0, 0, 0, .08);--shadow-2xl: 0 16px 40px rgba(0, 0, 0, .1);--shadow-loading: 0 15px 35px rgba(0, 0, 0, .06);--shadow-modal: 0 20px 50px rgba(0, 0, 0, .12);--shadow-panel: 0 -18px 48px rgba(0, 0, 0, .08);--shadow-nav-soft: 0 1px 2px rgba(0, 0, 0, .06);--shadow-float-soft: 0 12px 28px rgba(0, 0, 0, .1);--chip-text-dark: #fff;--overlay-dark: rgba(0, 0, 0, .55);--overlay-light: rgba(0, 0, 0, .3);--tint-glass: rgba(0, 0, 0, .03);--tint-glass-strong: rgba(0, 0, 0, .06);--tint-shimmer: rgba(0, 0, 0, .04);--tint-gradient-soft: rgba(0, 0, 0, .025);--tint-cover-edge: rgba(0, 0, 0, .08);--accent-glow-28: rgba(124, 58, 237, .042);--accent-glow-65: rgba(124, 58, 237, .0975);--accent-glow-78: rgba(124, 58, 237, .117);--accent-glow-82: rgba(124, 58, 237, .123);--border-success-18: #c3e1d4;--border-success-24: #bae3ce;--border-success-42: #a1e9ba;--border-success-45: #9deab7;--border-reading-18: #e1d1c0;--border-reading-24: #e2cdb3;--border-reading-38: #e6c494;--border-danger-45: #e0959c;--text-secondary-border-mix: #747488;--accent-gradient-end: rgba(140, 82, 239, .66);--danger-border-strong: rgba(232, 81, 81, .8)}}html[data-theme=light]{--bg-base: #f0f0f5;--bg-surface: #fff;--bg-surface-hover: #f7f7fb;--bg-card: #fff;--bg-glass: rgba(240, 240, 245, .85);--bg-base-rgb: 240, 240, 245;--bg-surface-rgb: 255, 255, 255;--bg-card-rgb: 255, 255, 255;--text-primary: #1a1a2e;--text-secondary: #6b6b80;--text-secondary-rgb: 107, 107, 128;--accent: #7c3aed;--accent-hover: #6d28d9;--accent-glow: rgba(124, 58, 237, .15);--accent-rgb: 124, 58, 237;--border: #dcdce8;--border-rgb: 220, 220, 232;--danger: #e53e3e;--danger-rgb: 229, 62, 62;--success: #16a34a;--success-rgb: 22, 163, 74;--state-unread: #2563eb;--state-reading: #d97706;--state-completed: #16a34a;--state-unread-rgb: 37, 99, 235;--state-reading-rgb: 217, 119, 6;--state-completed-rgb: 22, 163, 74;--scrollbar-thumb: rgba(107, 107, 128, .3);--scrollbar-thumb-hover: rgba(107, 107, 128, .55);--source-fumetti: #6d28d9;--source-fumetti-rgb: 109, 40, 217;--source-mw: #16a34a;--source-mw-rgb: 22, 163, 74;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px rgba(0, 0, 0, .06);--shadow-dropdown: 0 8px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .06);--shadow-xl: 0 12px 30px rgba(0, 0, 0, .08);--shadow-2xl: 0 16px 40px rgba(0, 0, 0, .1);--shadow-loading: 0 15px 35px rgba(0, 0, 0, .06);--shadow-modal: 0 20px 50px rgba(0, 0, 0, .12);--shadow-panel: 0 -18px 48px rgba(0, 0, 0, .08);--shadow-nav-soft: 0 1px 2px rgba(0, 0, 0, .06);--shadow-float-soft: 0 12px 28px rgba(0, 0, 0, .1);--chip-text-dark: #fff;--overlay-dark: rgba(0, 0, 0, .55);--overlay-light: rgba(0, 0, 0, .3);--tint-glass: rgba(0, 0, 0, .03);--tint-glass-strong: rgba(0, 0, 0, .06);--tint-shimmer: rgba(0, 0, 0, .04);--tint-gradient-soft: rgba(0, 0, 0, .025);--tint-cover-edge: rgba(0, 0, 0, .08);--accent-glow-28: rgba(124, 58, 237, .042);--accent-glow-65: rgba(124, 58, 237, .0975);--accent-glow-78: rgba(124, 58, 237, .117);--accent-glow-82: rgba(124, 58, 237, .123);--border-success-18: #c3e1d4;--border-success-24: #bae3ce;--border-success-42: #a1e9ba;--border-success-45: #9deab7;--border-reading-18: #e1d1c0;--border-reading-24: #e2cdb3;--border-reading-38: #e6c494;--border-danger-45: #e0959c;--text-secondary-border-mix: #747488;--accent-gradient-end: rgba(140, 82, 239, .66);--danger-border-strong: rgba(232, 81, 81, .8)}}@layer reset{*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-base);color:var(--text-primary);line-height:1.6;overflow-x:hidden;transition:background var(--duration-normal),color var(--duration-normal);accent-color:var(--accent);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}img,canvas{-webkit-user-drag:none;user-drag:none;pointer-events:none}button{-webkit-tap-highlight-color:transparent}}@layer base{@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer-anim{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loginCardEnter{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes loginViewLeave{0%{opacity:1}to{opacity:0}}@keyframes appContentEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes cardOpenPulse{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(.97)}}.card-opening{animation:cardOpenPulse .28s var(--ease-out) forwards;border-color:var(--accent)!important;box-shadow:0 0 0 1px var(--accent-glow),0 4px 20px var(--accent-glow)!important;z-index:10;pointer-events:none}}@layer base{:root{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}}@layer layout{html.auth-returning #login-view,html.route-pending #home-view{display:none!important}body.app-entering .navbar{animation:appContentEnter .45s cubic-bezier(.2,.8,.2,1) both}body.app-entering #home-view{animation:appContentEnter var(--duration-slow) var(--ease-out) .08s both}body.reader-mode-active .navbar{transition:transform var(--duration-normal) ease,opacity var(--duration-fast) ease,background var(--duration-normal),color var(--duration-normal),border-color var(--duration-normal)}body.reader-mode-active.reader-ui-hidden .navbar{transform:translateY(-110%);opacity:0;pointer-events:none}.navbar{position:fixed;top:0;left:0;width:100%;height:auto;background:var(--bg-glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:none;box-shadow:var(--shadow-nav-soft),0 0 24px rgba(var(--accent-rgb),.025);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.5rem,1vw,.75rem);padding:clamp(.4rem,.7vw,.55rem) clamp(.8rem,2.5vw,1.5rem);padding-inline:max(clamp(.8rem,2.5vw,1.5rem),env(safe-area-inset-left,0px)) max(clamp(.8rem,2.5vw,1.5rem),env(safe-area-inset-right,0px));z-index:var(--z-navbar);transition:var(--transition)}.nav-brand{font-family:var(--font-heading);font-size:clamp(1.15rem,2vw,1.4rem);font-weight:700;display:flex;align-items:center;gap:.5rem;color:var(--accent);letter-spacing:-.5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition);border:none;background:transparent;padding:.3rem .55rem;border-radius:var(--radius-pill);flex-shrink:0}.nav-brand:hover{color:var(--accent-hover);background:rgba(var(--accent-rgb),.07)}.nav-controls{display:flex;align-items:center;gap:clamp(.4rem,.8vw,.55rem);min-width:0}#home-nav-controls{margin-left:auto}#reader-nav-controls{flex:1;min-width:0;overflow:hidden}@media(max-width:768px){.nav-brand span{display:none}.navbar:has(#home-nav-controls.is-hidden) .nav-brand span{display:inline}}.nav-divider{width:1px;height:1rem;background:rgba(var(--border-rgb),.6);flex-shrink:0;margin:0 clamp(.1rem,.3vw,.2rem)}@media(max-width:768px){.nav-divider{display:none}}}@layer components{.search-wrapper{display:flex;align-items:center;gap:.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:0 var(--space-sm);transition:var(--transition);min-width:0}body.using-keyboard .search-wrapper:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}.search-wrapper i{color:var(--text-secondary);font-size:var(--font-size-body)}#search-manga{background:transparent;border:none;color:var(--text-primary);font-family:var(--font-body);font-size:var(--font-size-ui-sm);padding:.5rem 0;width:clamp(6rem,15vw,11.25rem);min-width:0;max-width:100%;outline:none}#search-manga::placeholder{color:var(--text-secondary);font-weight:500}.select-wrapper{display:flex;align-items:center;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 var(--space-sm);transition:var(--transition);min-width:0}.select-wrapper:hover{border-color:var(--accent)}body.using-keyboard .select-wrapper:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}.select-wrapper i{color:var(--text-secondary);font-size:var(--font-size-body)}select{appearance:none;background:transparent;border:none;color:var(--text-primary);font-family:var(--font-body);font-size:var(--font-size-ui-sm);padding:.5rem var(--space-xl) .5rem .4rem;outline:none;cursor:pointer;width:clamp(4.5rem,10vw,8.75rem);min-width:0;max-width:100%}select option{background:var(--bg-surface);color:var(--text-primary)}.nav-filter-group{display:flex;align-items:center;background:rgba(var(--accent-rgb),.04);border:none;border-radius:var(--radius-pill);min-width:0;transition:var(--transition)}.nav-filter-group:hover{background:rgba(var(--accent-rgb),.07)}.nav-filter-group .search-wrapper,.nav-filter-group .select-wrapper{background:transparent;border:none;border-radius:0}body.using-keyboard .nav-filter-group .search-wrapper:focus-within{box-shadow:none}body.using-keyboard .nav-filter-group:focus-within{background:rgba(var(--accent-rgb),.07);box-shadow:var(--shadow-focus)}.nav-action-group{display:flex;align-items:center;background:rgba(var(--accent-rgb),.04);border:none;border-radius:var(--radius-pill);min-width:0;transition:var(--transition)}.nav-action-group:hover{background:rgba(var(--accent-rgb),.07)}.nav-action-group .icon-btn{border:none;border-radius:0;background:transparent}.nav-action-group .icon-btn:first-child{border-radius:var(--radius-pill) 0 0 var(--radius-pill)}.nav-action-group .icon-btn:last-child{border-radius:0 var(--radius-pill) var(--radius-pill) 0}.nav-action-group .icon-btn:hover{background:rgba(var(--accent-rgb),.1);border:none}body.using-keyboard .nav-action-group:focus-within{background:rgba(var(--accent-rgb),.07);box-shadow:var(--shadow-focus)}.nav-action-divider{width:1px;align-self:stretch;margin:.4rem 0;background:rgba(var(--border-rgb),.4);flex-shrink:0}@media(max-width:768px){.nav-filter-group,.nav-filter-group .search-wrapper{flex:1}.nav-filter-group #search-manga{width:auto;flex:1}}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{padding-inline-end:var(--space-3xl);width:100%}.password-toggle{position:absolute;right:.6rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.2rem;display:flex;align-items:center;font-size:var(--font-size-body-lg);line-height:1;transition:color var(--duration-fast)}.password-toggle:hover{color:var(--accent)}}@layer components{.profile-menu-wrapper{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.4rem;min-width:180px;max-width:min(18rem,calc(100vw - 1.5rem));box-shadow:var(--shadow-dropdown);z-index:calc(var(--z-navbar) + 1);animation:fadeIn .15s ease}.profile-dropdown-item{display:flex;align-items:center;gap:var(--space-xs);width:100%;background:none;border:none;border-radius:var(--radius-md);padding:.6rem .75rem;color:var(--text-primary);font-family:var(--font-body);font-size:var(--font-size-ui);cursor:pointer;text-align:left;transition:background var(--duration-fast),color var(--duration-fast)}.profile-dropdown-item:hover{background:rgba(var(--accent-rgb),.07);color:var(--accent)}.profile-dropdown-item--danger{color:var(--danger)}.profile-dropdown-item--danger:hover{background:rgba(var(--danger-rgb),.1);color:var(--danger)}.profile-dropdown-divider{height:1px;background:rgba(var(--border-rgb),.4);margin:.3rem .4rem}.profile-dropdown-header{padding:.55rem .75rem .4rem}.profile-dropdown-email{display:block;font-size:var(--font-size-meta);color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}.profile-avatar-btn{border-radius:var(--radius-round);padding:0;overflow:hidden}.profile-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--bg-base);font-size:.72rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.02em;border-radius:var(--radius-round)}@media(max-width:480px){.profile-dropdown{position:fixed;top:calc(var(--navbar-h) + .45rem);right:max(.75rem,env(safe-area-inset-right,0px));width:min(18rem,calc(100vw - 1.5rem));min-width:0}.profile-dropdown-email{max-width:none}}}@layer components{.section-header{display:flex;align-items:center;gap:var(--space-md);margin-top:clamp(var(--space-xs),2vw,var(--space-lg));margin-bottom:var(--space-2xs)}.section-header h2{font-family:var(--font-heading);font-size:var(--font-size-title-sm);font-weight:700;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.section-header h2 i{color:var(--accent)}.reading-state-chip{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;gap:.35rem;padding:.34rem .58rem;border-radius:var(--radius-pill);font-size:var(--font-size-caption);font-weight:700;letter-spacing:.01em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-on-dark);background:var(--overlay-dark);border:1px solid var(--tint-glass-strong)}.reading-state-chip.unread{background:rgba(var(--state-unread-rgb),.84)}.reading-state-chip.reading{background:rgba(var(--state-reading-rgb),.88);color:var(--chip-text-dark)}.reading-state-chip.completed{background:rgba(var(--state-completed-rgb),.88)}.manga-progress-track{width:100%;height:5px;background:var(--border);border-radius:var(--radius-pill);overflow:hidden}.manga-progress-bar{height:100%;width:0;border-radius:inherit;transition:width var(--duration-normal) ease;background:var(--text-secondary)}.manga-progress-bar.unread{background:var(--state-unread)}.manga-progress-bar.reading{background:var(--state-reading)}.manga-progress-bar.completed{background:var(--state-completed)}.icon-btn{background:transparent;border:1px solid var(--border);color:var(--text-primary);width:clamp(38px,5vw,44px);height:clamp(38px,5vw,44px);border-radius:var(--radius-sm);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:var(--transition);font-size:clamp(1rem,1.3vw,1.15rem);flex-shrink:0}.icon-btn:hover{background:var(--bg-surface);color:var(--accent);border-color:var(--accent)}.icon-btn.active{background:var(--accent);color:var(--bg-base);border-color:var(--accent)}.navbar .icon-btn{border-color:transparent;border-radius:var(--radius-pill);color:var(--text-secondary)}.navbar .icon-btn:hover{background:rgba(var(--accent-rgb),.07);border-color:transparent;color:var(--accent)}.navbar .profile-avatar-btn{border-radius:var(--radius-round)}#back-to-library-btn{display:none}@media(max-width:1024px){#back-to-library-btn{display:flex}}.cta-btn,.secondary-btn,.close-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:var(--transition)}.cta-btn{background:var(--accent);color:var(--bg-base);border:none;padding:var(--space-sm) 1.8rem;border-radius:var(--radius-md);font-family:var(--font-heading);font-size:var(--font-size-body);font-weight:700}.cta-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px var(--accent-glow)}.secondary-btn{background:transparent;color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:var(--space-xs) 1.1rem;font-family:var(--font-body);font-size:var(--font-size-ui);font-weight:600}.secondary-btn:hover{background:var(--accent-glow)}.close-btn{background:transparent;border:1px solid var(--border);color:var(--text-secondary);width:44px;height:44px;border-radius:var(--radius-sm);font-size:var(--font-size-body)}.close-btn:hover{background:var(--danger);border-color:var(--danger);color:var(--text-on-dark)}.no-results-message,.empty-message{color:var(--text-secondary);text-align:center;padding:var(--space-4xl)}.no-results-message,.chapter-grid>.empty-message,.volume-list>.empty-message{grid-column:1 / -1}}@layer components{.toast-container{position:fixed;bottom:max(clamp(1rem,3vw,var(--space-2xl)),env(safe-area-inset-bottom,0px));right:clamp(1rem,3vw,var(--space-2xl));display:flex;flex-direction:column;gap:var(--space-sm);z-index:var(--z-top)}.toast{min-width:250px;background:var(--bg-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border);color:var(--text-primary);padding:var(--space-md) 1.2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-ui);font-weight:600;transform:translateY(20px);opacity:0;animation:toast-enter .4s cubic-bezier(.2,.8,.2,1) forwards}@keyframes toast-enter{to{transform:translateY(0);opacity:1}}.toast-leave{animation:toast-leave .3s cubic-bezier(.4,0,1,1) forwards!important}@keyframes toast-leave{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}.toast i{font-size:var(--font-size-title-sm)}.toast.success i{color:var(--success)}.toast.error i{color:var(--danger)}.toast.info i{color:var(--accent)}.skeleton-card{pointer-events:none}.skeleton-card .manga-card-cover{background:var(--bg-surface)}.skeleton-card .shimmer{background:linear-gradient(90deg,transparent 0%,var(--tint-shimmer) 50%,transparent 100%);background-size:200% 100%;animation:shimmer-anim 1.5s infinite linear}.skeleton-text{background:var(--bg-surface);border-radius:var(--radius-sm);height:12px;margin-bottom:8px;position:relative;overflow:hidden}.skeleton-text.title{height:16px;width:85%}.skeleton-text.meta{height:10px;width:50%}.skeleton-text.subtitle{height:10px;width:95%;margin-top:auto}@media(max-width:480px){.toast-container{left:clamp(1rem,3vw,var(--space-2xl))}.toast{min-width:0}}}@layer components{.api-key-notice{position:fixed;inset:0;background:var(--bg-base);z-index:var(--z-overlay);align-items:center;justify-content:center;padding:clamp(var(--space-md),3vw,var(--space-2xl)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-right,0px)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-bottom,0px)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-left,0px))}.api-key-box{background:var(--bg-card);border:1px solid var(--border);border-radius:clamp(var(--radius-2xl),3vw,var(--radius-xl));padding:clamp(var(--space-xl),4vw,var(--space-3xl));max-width:460px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);max-height:calc(100dvh - 2rem);overflow-y:auto}.api-key-box>i{font-size:3.5rem;color:var(--accent)}.api-key-box h2{font-family:var(--font-heading);font-size:var(--font-size-title-md);color:var(--text-primary)}.api-key-box p{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.reader-end-screen{position:fixed;inset:0;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:var(--z-end-screen);align-items:center;justify-content:center;padding:clamp(var(--space-md),3vw,var(--space-2xl)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-right,0px)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-bottom,0px)) max(clamp(var(--space-md),3vw,var(--space-2xl)),env(safe-area-inset-left,0px));animation:fadeIn .4s ease}.end-screen-content{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:clamp(var(--radius-2xl),4vw,var(--radius-4xl));padding:clamp(var(--space-xl),5vw,var(--space-4xl));max-width:480px;width:100%;text-align:center;box-shadow:var(--shadow-modal);display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);max-height:calc(100dvh - 2rem);overflow-y:auto}.end-screen-close{position:absolute;top:var(--space-md);right:var(--space-md)}.end-icon{font-size:4rem;color:var(--success);margin-bottom:.5rem}.end-screen-content h2{font-family:var(--font-heading);font-size:var(--font-size-title-lg);color:var(--text-primary)}.end-screen-content p{color:var(--text-secondary);font-size:var(--font-size-body);line-height:1.6}.end-screen-actions{margin-top:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm);width:100%}.end-screen-actions button{width:100%;justify-content:center}.api-key-box ol{text-align:left;color:var(--text-secondary);font-size:.88rem;line-height:2;padding-inline-start:var(--space-lg);width:100%}.api-key-box a{color:var(--accent);text-decoration:none}.api-key-box a:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;z-index:var(--z-top);background:var(--overlay-dark);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:clamp(var(--space-md),3vw,var(--space-xl)) max(clamp(var(--space-md),3vw,var(--space-xl)),env(safe-area-inset-right,0px)) max(clamp(var(--space-md),3vw,var(--space-xl)),env(safe-area-inset-bottom,0px)) max(clamp(var(--space-md),3vw,var(--space-xl)),env(safe-area-inset-left,0px))}}@layer components{.sheet-overlay{display:none;position:fixed;inset:0;background:var(--overlay-light);z-index:var(--z-sheet-bg)}.sheet-overlay.active{display:block}.reader-panel{position:fixed;left:50%;bottom:0;width:min(460px,100vw);transform:translate(-50%,calc(100% + 20px));background:var(--bg-card);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius-3xl) var(--radius-3xl) 0 0;box-shadow:var(--shadow-panel);z-index:var(--z-reader-panel);transition:transform var(--duration-normal) ease;pointer-events:none}.reader-panel.active{transform:translate(-50%);pointer-events:auto;max-height:min(88dvh,calc(100dvh - var(--navbar-h) - .5rem));overflow-y:auto}.reader-panel-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-md) .4rem}.reader-panel-header h2{font-family:var(--font-heading);font-size:var(--font-size-body-lg);color:var(--text-primary)}.reader-panel-body{padding:var(--space-sm) var(--space-md) max(1.2rem,env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:var(--space-md)}.reader-panel-section{display:flex;flex-direction:column;gap:.65rem}.reader-panel-label{display:block;font-size:.82rem;color:var(--text-secondary);font-weight:600;margin-bottom:.45rem}.reader-panel-progress{background:linear-gradient(160deg,var(--bg-surface),var(--bg-card));border:1px solid var(--border);border-radius:var(--radius-xl);padding:.85rem .95rem}.reader-panel-progress-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.65rem}.reader-panel-progress-head strong{font-size:var(--font-size-ui);line-height:1.3;color:var(--text-primary)}.reader-panel-progress-head span{font-size:var(--font-size-meta);color:var(--text-secondary);white-space:nowrap}.reader-panel-progress-track{height:6px;background:var(--border);border-radius:var(--radius-pill);overflow:hidden}.reader-panel-progress-bar{height:100%;width:0;background:var(--accent);border-radius:inherit;transition:width var(--duration-normal) ease}.chapter-nav-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.mode-chip-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.5rem}.mode-chip{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-primary);padding:.7rem .8rem;font:inherit;cursor:pointer;transition:var(--transition)}.mode-chip.active{background:var(--accent);border-color:var(--accent);color:var(--bg-base)}.reader-action-btn{margin-top:0}@media(max-width:768px){.reader-panel{width:100vw;max-width:100vw}}@media(max-width:480px){.chapter-nav-row{grid-template-columns:1fr}.reader-panel-progress-head{flex-direction:column;align-items:flex-start}}}@layer views{#home-view{margin-top:var(--navbar-h);padding:clamp(var(--space-xs),2vw,var(--space-xl)) clamp(2.8rem,6vw,5.3rem) calc(var(--space-4xl) + env(safe-area-inset-bottom,0px)) clamp(var(--space-md),3vw,var(--space-3xl));min-height:calc(100dvh - var(--navbar-h))}#home-view>.section-header:first-child,#home-view>div:first-child>.section-header{margin-top:0}.manga-count{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-3xl);padding:.15rem .7rem;font-size:var(--font-size-meta);color:var(--text-secondary);font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);text-align:center;height:55vh;color:var(--text-secondary)}.empty-state i{font-size:var(--font-size-display);color:var(--border)}.empty-state h2{font-family:var(--font-heading);font-size:var(--font-size-title-lg);color:var(--text-primary)}.empty-state p{font-size:var(--font-size-body);max-width:320px}@media(max-width:480px){#home-view{padding-inline-end:clamp(2.5rem,8vw,3rem)}}}@layer views{.library-alpha-nav{position:fixed;top:50%;right:max(clamp(.16rem,1vw,.9rem),env(safe-area-inset-right,0px));bottom:auto;transform:translateY(-50%);z-index:15;display:flex;align-items:stretch;justify-content:center;width:clamp(2rem,3vw,2.15rem);padding:clamp(.15rem,.4vw,.22rem) clamp(.15rem,.3vw,.18rem);border-radius:var(--radius-pill);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;opacity:0;pointer-events:none;transition:opacity var(--duration-fast) ease;max-height:calc(100dvh - var(--navbar-h) - clamp(2rem,4vw,5rem))}.library-alpha-nav:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(var(--border-rgb),.88);background:linear-gradient(180deg,var(--tint-gradient-soft),transparent 70%),linear-gradient(155deg,rgba(var(--bg-card-rgb),.88),rgba(var(--bg-surface-rgb),.92));box-shadow:var(--shadow-float-soft),inset 0 1px 0 var(--tint-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.86;transition:opacity var(--duration-fast) ease;pointer-events:none}.library-alpha-list{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:.08rem;max-height:calc(100dvh - var(--navbar-h) - 2rem);overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;opacity:0;transform:translate(.28rem);transition:transform var(--duration-fast) ease,opacity var(--duration-fast) ease}.library-alpha-list::-webkit-scrollbar{display:none}.library-alpha-nav.is-visible{opacity:1;pointer-events:auto}.library-alpha-nav.is-visible .library-alpha-list{opacity:1;transform:translate(0)}.library-alpha-btn{width:100%;min-height:clamp(1.75rem,2.5vw,2rem);height:clamp(1.75rem,2.5vw,2rem);display:inline-flex;align-items:center;justify-content:center;padding:0 .2rem;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--text-secondary-border-mix);font-family:var(--font-heading);font-size:clamp(.6rem,.9vw,.62rem);line-height:1;font-weight:800;letter-spacing:.04em;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;opacity:.58;outline:none;transform-origin:center center;transition:transform var(--duration-fast) ease,color var(--duration-fast) ease,opacity var(--duration-fast) ease,text-shadow var(--duration-fast) ease,background-color var(--duration-fast) ease}.library-alpha-btn:hover,.library-alpha-btn:focus-visible{color:var(--text-primary);background:var(--tint-glass);opacity:.96;transform:scale(1.18)}.library-alpha-btn.is-active{color:var(--accent);opacity:1;background:var(--accent-glow-28);transform:scale(1.22);text-shadow:0 0 18px var(--accent-glow-78)}@media(max-height:760px){.library-alpha-nav{top:calc(var(--navbar-h) + .45rem);bottom:max(.45rem,env(safe-area-inset-bottom,0px));transform:none;max-height:calc(100dvh - var(--navbar-h) - .9rem);width:clamp(1.95rem,3.2vw,2.15rem)}.library-alpha-list{max-height:100%;gap:.04rem}.library-alpha-btn{min-height:clamp(1.35rem,2.4vh,1.75rem);height:clamp(1.35rem,2.4vh,1.75rem);font-size:clamp(.56rem,.95vh,.62rem)}}}@layer views{.library-category-tabs{display:flex;align-items:center;justify-content:center;gap:.15rem;flex:1 1 0;min-width:0;height:100%}.library-category-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;flex:0 0 auto;padding:.45rem clamp(.75rem,1.2vw,1.1rem);background:transparent;border:none;border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-body);font-size:.76rem;font-weight:600;letter-spacing:.04em;white-space:nowrap;cursor:pointer;transition:color var(--duration-fast) ease,background var(--duration-fast) ease}.library-category-tab:after{display:none}@media(hover:hover){.library-category-tab:hover:not(:disabled):not(.active){color:var(--text-primary);background:rgba(var(--accent-rgb),.07)}}body.using-keyboard .library-category-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body:not(.using-keyboard) .library-category-tab:focus{outline:none}body.reader-mode-active .library-category-tabs{display:none}.library-category-tab.active{color:var(--accent);background:rgba(var(--accent-rgb),.12)}.library-category-tab.active:after{transform:scaleX(1)}.library-category-tab:disabled{opacity:.4;cursor:default}@media(max-width:1024px){.library-category-tabs{flex:none;width:100%;order:10;gap:.15rem;height:auto;padding:.2rem 0}.library-category-tab{flex:1 1 0;font-size:clamp(.68rem,1.5vw,.78rem);padding:.45rem clamp(.4rem,1.2vw,.7rem)}}@media(max-width:480px){.library-category-tab{letter-spacing:0}}}@layer views{#continue-reading-section{margin-bottom:0}#continue-reading-section .section-header{margin-top:0;margin-bottom:var(--space-2xs);justify-content:space-between;align-items:flex-end;gap:var(--space-sm);flex-wrap:wrap}.section-header-copy{display:flex;flex-direction:column;gap:.35rem;min-width:0}.section-header-copy p{margin:0;max-width:62ch;font-size:var(--font-size-ui-sm);line-height:1.5;color:var(--text-secondary)}.continue-rail-tools{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;min-width:0}.continue-rail-tools:not(:has(>:not(.is-hidden))){display:none}.continue-restore-btn{padding:.55rem .9rem;font-size:.82rem;border-radius:var(--radius-pill)}.continue-rail-btn{width:42px;height:42px;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.continue-rail-btn:disabled{opacity:.42;color:var(--text-secondary);border-color:var(--border);cursor:default}.continue-reading-viewport{position:relative}.continue-reading-viewport:before,.continue-reading-viewport:after{content:"";position:absolute;top:0;bottom:.9rem;width:clamp(0px,5vw,44px);pointer-events:none;z-index:2}.continue-reading-viewport:before{display:none}.continue-reading-viewport:after{right:0;background:linear-gradient(270deg,var(--bg-base),transparent)}.recent-grid{display:flex;gap:clamp(var(--space-xs),2vw,var(--space-md));overflow-x:auto;overflow-y:hidden;padding:0 0 clamp(.5rem,1.5vw,1rem);padding-inline-end:max(var(--space-sm),env(safe-area-inset-right,0px));scroll-snap-type:x proximity;scroll-padding-inline:var(--space-sm);overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.recent-empty-state{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-align:center;padding:var(--space-2xl) var(--space-lg) var(--space-lg);border:1px dashed var(--border);border-radius:var(--radius-2xl);background:linear-gradient(180deg,var(--tint-gradient-soft),transparent 42%),linear-gradient(160deg,var(--bg-card),var(--bg-surface))}.recent-empty-state-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);color:var(--accent);background:var(--accent-glow-65);border:1px solid var(--border);font-size:1.35rem}.recent-empty-state h3{margin:0;font-family:var(--font-heading);font-size:1.05rem;color:var(--text-primary)}.recent-empty-state p{margin:0;max-width:54ch;font-size:.88rem;line-height:1.55;color:var(--text-secondary)}.recent-grid::-webkit-scrollbar{height:8px}.recent-grid::-webkit-scrollbar-track{background:transparent}.recent-grid::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.65);border-radius:var(--radius-pill)}.recent-card{--_card-w: clamp(260px, 42vw, 390px);min-width:var(--_card-w);max-width:var(--_card-w);min-height:clamp(148px,20vw,172px);background:linear-gradient(180deg,var(--tint-glass),transparent 34%),linear-gradient(160deg,var(--bg-card),var(--bg-surface));border:1px solid var(--border);border-radius:var(--radius-2xl);display:flex;flex-direction:row;align-items:stretch;cursor:pointer;transition:var(--transition);overflow:hidden;position:relative;scroll-snap-align:start}.recent-remove-btn{position:absolute;top:clamp(.45rem,1vw,.7rem);right:clamp(.45rem,1vw,.7rem);z-index:3;width:clamp(28px,3.5vw,32px);height:clamp(28px,3.5vw,32px);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:var(--font-size-body);transition:var(--transition)}.recent-remove-btn:hover{color:var(--danger);background:rgba(var(--danger-rgb),.12)}.recent-card:hover{border-color:var(--accent);transform:translateY(-4px) scale(1.01);box-shadow:var(--shadow-md),0 0 0 1px var(--accent-glow)}.recent-cover-shell{--_cover-w: clamp(80px, 12vw, 108px);position:relative;width:var(--_cover-w);min-width:var(--_cover-w);flex:0 0 var(--_cover-w);overflow:hidden;background:var(--bg-surface);z-index:1}.recent-cover-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 35%,var(--tint-cover-edge) 100%);pointer-events:none}.recent-cover,.recent-cover-placeholder{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.recent-cover-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-glow),var(--border) 75%);color:var(--accent);font-size:var(--font-size-title-lg)}.recent-info{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center;gap:clamp(.25rem,.5vw,var(--space-2xs));padding:clamp(.6rem,1.2vw,.85rem) clamp(.65rem,1.3vw,.9rem);position:relative;z-index:1}.recent-topline{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:var(--font-size-caption);color:var(--text-secondary)}.recent-source-tag{display:inline-flex;align-items:center;padding:.1rem .42rem;border-radius:var(--radius-sm, 4px);font-size:.58rem;font-weight:700;letter-spacing:.04em;line-height:1.4;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.recent-source-tag--manga{background:rgba(var(--accent-rgb),.15);color:var(--accent)}.recent-source-tag--fumetti{background:rgba(var(--source-fumetti-rgb),.15);color:var(--source-fumetti)}.recent-source-tag--mw{background:rgba(var(--source-mw-rgb),.15);color:var(--source-mw)}.recent-title{font-family:var(--font-heading);font-size:var(--font-size-ui);line-height:1.2;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-next{color:var(--text-secondary);font-size:var(--font-size-label);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-progress-track{height:5px}@media(max-width:768px){.continue-rail-tools{align-self:flex-end}}@media(max-width:480px){.continue-rail-tools{width:100%;justify-content:flex-start}.continue-rail-btn{display:none}.continue-restore-btn{width:100%;justify-content:center}.recent-topline{align-items:flex-start;flex-direction:column;gap:.18rem}}}@layer views{#favorites-section{margin-bottom:var(--space-3xl)}#favorites-section .section-header h2{display:flex;align-items:center;gap:.5rem}#favorites-section .section-header h2 i{color:var(--danger)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(110px,16vw,140px),1fr));gap:clamp(var(--space-sm),2vw,var(--space-lg))}}@layer views{.manga-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(90px,14vw,160px),1fr));gap:clamp(var(--space-2xs),1.8vw,var(--space-lg));margin-bottom:var(--space-2xl);min-height:300px;transition:opacity var(--duration-normal) ease}.manga-card{content-visibility:auto;contain-intrinsic-size:auto 280px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:var(--transition);display:flex;flex-direction:column;scroll-margin-top:calc(var(--navbar-h) + 1.75rem)}.manga-card-new{animation:fadeIn .4s ease-out forwards}.manga-card:hover{transform:translateY(-5px) scale(1.02);border-color:var(--accent);box-shadow:var(--shadow-xl),0 0 0 1px var(--accent-glow)}.manga-card:hover .manga-card-title{color:var(--accent)}.manga-card-cover{width:100%;aspect-ratio:2/3;overflow:hidden;position:relative;background:var(--bg-surface)}.manga-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-slow) ease,opacity var(--duration-fast) ease;opacity:0}.manga-card-cover img.loaded{opacity:1}.manga-card:hover .manga-card-cover img{transform:scale(1.06)}.manga-card-cover img:not(.loaded){visibility:hidden}.cover-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:var(--font-size-title-xl);color:var(--accent);background:linear-gradient(135deg,var(--bg-surface) 0%,var(--bg-base) 100%)}.cover-placeholder span{font-size:.65rem;color:var(--text-secondary);margin-top:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.shimmer{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,var(--tint-shimmer) 50%,transparent 100%);background-size:200% 100%;animation:shimmer-anim 1.5s infinite}.manga-card-cover img.loaded~.shimmer{animation:none;display:none}.manga-card-info{padding:var(--space-sm) var(--space-sm) calc(var(--space-sm) + .1rem);flex:1;display:flex;flex-direction:column;justify-content:center;gap:var(--space-2xs)}.manga-card-title{font-family:var(--font-heading);font-size:var(--font-size-ui-sm);font-weight:700;color:var(--text-primary);line-height:1.3;min-height:2.3em;transition:color var(--duration-fast);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@layer views{.home-sections{display:flex;flex-direction:column;gap:clamp(var(--space-lg),4vw,var(--space-2xl));margin-bottom:var(--space-2xl)}.home-rail-section .section-header{margin-top:0;margin-bottom:var(--space-2xs)}.home-rail-viewport{position:relative}.home-rail-viewport:after{content:"";position:absolute;top:0;right:0;bottom:.9rem;width:clamp(0px,5vw,44px);pointer-events:none;z-index:2;background:linear-gradient(270deg,var(--bg-base),transparent)}.home-rail-grid{display:flex;gap:var(--space-md);overflow-x:auto;overflow-y:hidden;padding:0 0 clamp(.5rem,1.5vw,1rem);padding-inline-end:max(var(--space-sm),env(safe-area-inset-right,0px));scroll-snap-type:x proximity;scroll-padding-inline:var(--space-sm);overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.home-rail-grid::-webkit-scrollbar{height:8px}.home-rail-grid::-webkit-scrollbar-track{background:transparent}.home-rail-grid::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.65);border-radius:var(--radius-pill)}.home-rail-grid>.manga-card{--_rail-card: clamp(115px, 16vw, 150px);min-width:var(--_rail-card);max-width:var(--_rail-card);flex:0 0 var(--_rail-card);scroll-snap-align:start}}@layer views{#manga-detail-view{margin-top:var(--navbar-h);flex-direction:column;min-height:calc(100vh - var(--navbar-h));min-height:calc(100dvh - var(--navbar-h));padding-bottom:clamp(var(--space-3xl),6vh,4rem)}.detail-header{position:relative;padding:clamp(var(--space-lg),5vw,var(--space-4xl)) clamp(var(--space-md),4vw,var(--space-3xl));overflow:hidden;border-bottom:1px solid var(--border)}.detail-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(40px) brightness(.3);transform:scale(1.1);z-index:1}.detail-back-btn{position:absolute;top:clamp(var(--space-md),2vw,1.5rem);left:clamp(var(--space-md),2vw,1.5rem);z-index:10;background:var(--overlay-light);border:1px solid var(--tint-glass-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);color:var(--text-on-dark)!important;display:none}@media(max-width:1024px){.detail-back-btn{display:flex}}.detail-back-btn:hover{background:var(--accent);color:var(--bg-base);border-color:var(--accent)}.detail-header-content{position:relative;z-index:2;display:flex;gap:clamp(var(--space-xl),3vw,var(--space-3xl));align-items:flex-end;max-width:1200px;margin:0 auto}.detail-cover-wrapper{position:relative;width:clamp(180px,24vw,220px);height:clamp(270px,36vw,330px);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-2xl);flex-shrink:0;border:1px solid var(--tint-glass-strong);background:var(--bg-base)}.detail-cover-wrapper img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity var(--duration-slow) ease}.detail-cover-wrapper img.is-loaded{opacity:1}.detail-info{flex:1;display:flex;flex-direction:column;gap:var(--space-md);padding-bottom:var(--space-md);min-width:0}.detail-title{font-family:var(--font-heading);font-size:clamp(1.85rem,4.5vw,var(--font-size-hero));font-weight:800;line-height:1.1;color:var(--text-on-dark);text-shadow:0 4px 12px var(--overlay-dark)}.detail-meta{display:flex;gap:var(--space-xl);flex-wrap:wrap;font-size:var(--font-size-body);color:var(--text-on-dark-muted);font-weight:600}.detail-meta-item{display:flex;align-items:center;gap:.4rem}.detail-progress-section{margin-top:.5rem;width:min(100%,400px)}.detail-progress-stats{display:flex;justify-content:space-between;font-size:var(--font-size-ui-sm);color:var(--text-on-dark);margin-bottom:.4rem;font-weight:600}.detail-actions{margin-top:var(--space-md);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2px,1vw,8px);width:100vw;max-width:none;margin-left:-4vw;margin-right:-4vw;padding-left:2vw;padding-right:2vw;box-sizing:border-box}.detail-actions>*{width:100%;min-width:0;box-sizing:border-box;justify-self:stretch;align-self:stretch;font-size:clamp(var(--font-size-ui),3vw,var(--font-size-body-lg));padding:clamp(.7em,2vw,1.1em) clamp(.5em,2vw,1.5em)}.detail-actions>:nth-child(3):last-child{grid-column:1 / -1;justify-self:center;width:70%;min-width:0}.detail-cta{font-size:clamp(var(--font-size-ui-sm),2.2vw,var(--font-size-body-lg));padding:clamp(.5rem,1.8vw,.85rem) clamp(.6rem,2vw,2.2rem);border-radius:var(--radius-lg);justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-secondary-btn{min-height:0;border-radius:var(--radius-lg);padding:clamp(.5rem,1.8vw,.85rem) clamp(.4rem,1.5vw,var(--space-sm));font-weight:600;font-size:clamp(var(--font-size-caption),2vw,var(--font-size-ui-sm));gap:.3rem;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(var(--accent-rgb),.06);border-color:rgba(var(--accent-rgb),.25);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-secondary-btn:disabled{opacity:.45;cursor:not-allowed}.detail-secondary-btn.is-favorited{color:var(--danger);border-color:var(--danger);background:rgba(var(--danger-rgb),.06)}@media(hover:hover){.detail-secondary-btn.is-favorited:hover{background:rgba(var(--danger-rgb),.14)}}@media(max-width:960px){.detail-header-content{flex-direction:column;align-items:flex-start;padding-top:1.75rem}.detail-cover-wrapper{width:clamp(130px,28vw,190px);height:clamp(195px,42vw,285px)}.detail-progress-section{width:100%}}@media(min-width:600px){.detail-actions{width:100%;margin-left:0;margin-right:0;max-width:600px;padding-left:0;padding-right:0}}}@layer views{#detail-chapter-list:empty:after{content:"Nessun capitolo disponibile.";display:block;grid-column:1 / -1;text-align:center;padding:var(--space-4xl) var(--space-md);color:var(--text-secondary);font-size:var(--font-size-body-lg);font-style:italic;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px dashed var(--border)}.detail-body{max-width:1200px;margin:0 auto;width:100%;padding:clamp(var(--space-xl),4vw,var(--space-3xl));flex:1}.detail-sort-controls{margin-left:auto}.chapter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.5rem}.chapter-card{content-visibility:auto;contain-intrinsic-size:auto 60px;position:relative;display:flex;align-items:stretch;min-width:0;border-radius:var(--radius-md);background:rgba(var(--bg-surface-rgb),.5);border:1px solid transparent;overflow:hidden;transition:var(--transition)}.chapter-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:rgba(var(--border-rgb),.5);transition:var(--transition);z-index:1}.chapter-card.is-read:after{background:rgba(var(--success-rgb),.4)}.chapter-card.is-reading:after{background:rgba(var(--state-reading-rgb),.4)}@media(hover:hover){.chapter-card:hover{background:var(--bg-surface);border-color:rgba(var(--accent-rgb),.12);box-shadow:0 2px 20px rgba(var(--accent-rgb),.04)}.chapter-card:hover:after{background:var(--accent);box-shadow:0 0 8px rgba(var(--accent-rgb),.3)}.chapter-card.is-read:hover:after{background:var(--success);box-shadow:0 0 8px rgba(var(--success-rgb),.25)}.chapter-card.is-reading:hover:after{background:var(--state-reading);box-shadow:0 0 8px rgba(var(--state-reading-rgb),.25)}}.chapter-btn{flex:1;display:flex;align-items:center;gap:clamp(.5rem,1.2vw,.8rem);padding:clamp(.55rem,1vw,.7rem) clamp(.4rem,1vw,.8rem) clamp(.55rem,1vw,.7rem) clamp(.7rem,1.2vw,1rem);background:none;border:none;cursor:pointer;color:var(--text-primary);text-align:left;min-width:0;transition:var(--transition);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chapter-btn .ch-info{flex:1;min-width:0}.chapter-btn .ch-title{font-family:var(--font-heading);font-size:var(--font-size-ui-sm);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.chapter-btn .ch-meta{font-size:var(--font-size-caption);font-weight:600;color:var(--text-secondary);opacity:.5;margin-top:.2rem;letter-spacing:.04em;text-transform:uppercase}.chapter-btn .ch-meta.is-read{color:var(--success);opacity:.6}.chapter-btn .ch-meta.is-reading{color:var(--state-reading);opacity:.6}.chapter-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;min-width:42px;padding:0;background:rgba(var(--bg-surface-rgb),.3);border:none;border-left:1px solid rgba(var(--border-rgb),.2);color:var(--text-secondary);font-size:var(--font-size-ui);cursor:pointer;opacity:.4;transition:var(--transition);flex-shrink:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chapter-toggle-btn.is-read{opacity:.7;color:var(--success);background:rgba(var(--success-rgb),.06)}.chapter-toggle-btn.is-reading{opacity:.6;color:var(--state-reading);background:rgba(var(--state-reading-rgb),.06)}@media(hover:hover){.chapter-card:hover .chapter-toggle-btn{opacity:.5}.chapter-toggle-btn:hover{opacity:1!important;color:var(--accent);background:rgba(var(--accent-rgb),.06)}.chapter-toggle-btn.is-read:hover{opacity:1;background:rgba(var(--success-rgb),.06)}.chapter-toggle-btn.is-reading:hover{opacity:1;background:rgba(var(--state-reading-rgb),.06)}}@media(hover:none){.chapter-toggle-btn{opacity:.5}.chapter-toggle-btn.is-read{opacity:.7}.chapter-toggle-btn.is-reading{opacity:.6}}.ch-date{opacity:.4}body.using-keyboard .chapter-btn:focus-visible,body.using-keyboard .chapter-toggle-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus-strong)}.chapter-toggle-btn:active{transform:scale(.92)}@media(max-width:768px){.chapter-grid{grid-template-columns:1fr}}@media(max-width:480px){.chapter-btn .ch-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}}}@layer views{.volume-list{display:flex;flex-direction:column;gap:var(--space-xs)}.volume-group{content-visibility:auto;contain-intrinsic-size:auto 200px;background:transparent;border:1px solid rgba(var(--border-rgb),.4);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition)}@media(hover:hover){.volume-group:hover{border-color:rgba(var(--accent-rgb),.15)}}.volume-group.active{border-color:rgba(var(--accent-rgb),.12);background:rgba(var(--bg-surface-rgb),.3)}.volume-header{padding:clamp(.65rem,1.2vw,.9rem) clamp(.8rem,1.5vw,1.2rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,.8rem);cursor:pointer;background:none;transition:var(--transition);-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(hover:hover){.volume-header:hover{background:rgba(var(--bg-surface-rgb),.5)}}body.using-keyboard .volume-header:focus-visible{background:rgba(var(--bg-surface-rgb),.5)}.volume-group.active .volume-header{border-bottom:1px solid rgba(var(--border-rgb),.25)}.vh-title{font-family:var(--font-heading);font-size:var(--font-size-ui);font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:.6rem;min-width:0}.vh-title i{color:var(--accent);font-size:var(--font-size-body-lg);opacity:.7}.vh-count{font-size:var(--font-size-label);color:var(--text-secondary);font-weight:500;opacity:.5}.volume-actions{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;flex-shrink:0}.volume-action-btn{width:clamp(34px,6vw,44px);height:clamp(34px,6vw,44px);border-radius:var(--radius-md);border:1px solid rgba(var(--border-rgb),.3);background:rgba(var(--bg-surface-rgb),.4);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);opacity:.55;font-size:var(--font-size-ui-sm)}@media(hover:hover){.volume-action-btn:hover{opacity:1;color:var(--accent);background:rgba(var(--accent-rgb),.08);border-color:rgba(var(--accent-rgb),.15)}}@media(hover:none){.volume-action-btn{opacity:.5}}body.using-keyboard .volume-action-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus-strong)}.volume-action-btn:active{transform:scale(.88)}.vh-icon{font-size:var(--font-size-body);color:var(--text-secondary);opacity:.35;transition:transform var(--duration-normal) var(--ease-in-out),opacity var(--duration-normal) ease;margin-inline-start:.25rem}.volume-group.active .vh-icon{transform:rotate(180deg);opacity:.6}.volume-grid{display:none;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.35rem;padding:clamp(.35rem,.8vw,.5rem) clamp(.5rem,1vw,.8rem) clamp(.5rem,1vw,.8rem)}.volume-group.active .volume-grid{display:grid}@media(max-width:768px){.volume-grid{grid-template-columns:1fr}}}@layer views{#reader-view{margin-top:0;flex-direction:column;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden}.reader-title-bar{font-size:var(--font-size-ui-sm);color:var(--text-secondary);font-weight:600;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-info-group{display:flex;align-items:center;gap:clamp(.4rem,1vw,.8rem);min-width:0;flex-shrink:1}.reader-position-label{font-size:clamp(.72rem,1.1vw,var(--font-size-meta));color:var(--text-secondary);font-weight:700;letter-spacing:.02em;padding:.32rem .65rem;border-radius:var(--radius-pill);background:rgba(var(--accent-rgb),.04);border:none;white-space:nowrap;max-width:min(16rem,48vw);overflow:hidden;text-overflow:ellipsis;transition:var(--transition)}.zoom-controls{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.zoom-btn{width:clamp(26px,4vw,30px);height:clamp(26px,4vw,30px);font-size:var(--font-size-ui)}.zoom-btn.active{background:rgba(var(--accent-rgb),.12);color:var(--accent)}.zoom-level-label{font-size:clamp(.72rem,1.1vw,.8rem);color:var(--text-secondary);font-weight:600;min-width:clamp(2.4rem,4vw,3rem);text-align:center}.zoom-indicator{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:var(--overlay-dark);color:var(--text-on-dark);font-family:var(--font-heading);font-size:var(--font-size-title-md);font-weight:700;padding:var(--space-xs) 1.4rem;border-radius:var(--radius-lg);pointer-events:none;opacity:0;transition:opacity var(--duration-normal),transform var(--duration-normal);z-index:var(--z-top)}.zoom-indicator.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.reader-container{margin-top:0;height:100vh;height:100dvh;min-height:0;display:flex;flex-direction:column;align-items:center;position:relative;padding:var(--space-lg) var(--space-md);padding-inline:max(var(--space-md),env(safe-area-inset-left,0px)) max(var(--space-md),env(safe-area-inset-right,0px));overflow-y:auto;touch-action:manipulation}.reader-tap-zones{position:fixed;inset:0;display:grid;grid-template-columns:1fr .9fr 1fr;z-index:var(--z-tap-zones);pointer-events:none}.reader-tap-zones.hidden{display:none}.reader-tap-zone{border:none;background:transparent;pointer-events:auto;cursor:pointer;touch-action:manipulation}body.using-keyboard .reader-tap-zone:focus-visible{outline:2px solid var(--accent);outline-offset:-8px}.reader-tap-zone:focus{outline:none}.reader-tap-zone-center{cursor:default}#zoom-wrapper{transform-origin:top center;transition:transform var(--duration-fast) ease;width:100%;display:flex;flex-direction:column;align-items:center}.page-wrapper{position:relative;display:none;margin:0 auto}.page-wrapper.active{display:flex;flex-direction:column;align-items:center}.reader-tap-zone,.page-wrapper,.manga-page{-webkit-tap-highlight-color:transparent}@media(min-width:769px){.reader-container.mode-page,.reader-container.mode-vertical{padding:0}body.reader-mode-active #reader-view,body.reader-mode-active .reader-container,body.reader-mode-active .reader-tap-zones{margin-top:0;top:0;height:100vh;height:100dvh}}@media(max-width:920px){.reader-title-bar{display:none}.reader-info-group{margin-left:auto}}@media(max-width:768px){.reader-tap-zones{grid-template-columns:1fr .7fr 1fr}}@media(max-width:480px){.zoom-controls{display:none}}}@layer views{.manga-page{animation:fadeIn .4s ease-out forwards}.mode-page{position:relative;justify-content:center;overflow:hidden}.mode-page.crossfade-active{display:grid}.mode-page.crossfade-active>*{grid-row:1;grid-column:1}.mode-page .page-outgoing{pointer-events:none}.mode-page .page-outgoing~#zoom-wrapper .page-shimmer{display:none}.mode-page #zoom-wrapper{position:relative;width:min(100%,820px);height:100%;min-height:0;align-items:center;justify-content:center;transform-origin:center center}.mode-page.page-pan-enabled{touch-action:none;cursor:grab}.mode-page.page-pan-dragging{cursor:grabbing}.mode-page.page-pan-enabled .manga-page{cursor:grab}.mode-page.page-pan-dragging .manga-page{cursor:grabbing}.mode-page .page-wrapper{width:min(100%,800px);height:100%;min-height:0;align-items:center;justify-content:center}.mode-page .manga-page{max-width:100%;max-height:100%;width:auto;object-fit:contain;border-radius:var(--radius-sm);box-shadow:var(--shadow-xl);cursor:pointer;display:block;margin:0 auto;animation:fadeIn .35s ease-out}.mode-vertical{padding-bottom:var(--space-lg)}.mode-vertical #zoom-wrapper{gap:0;width:100%;align-items:stretch}.mode-vertical .page-wrapper{display:flex!important;width:100%;max-width:none;margin:0 auto}.mode-vertical .manga-page{width:100%;max-width:none;height:auto;display:block;box-shadow:none;margin-bottom:-1px}.page-shimmer{position:absolute;inset:0;background:var(--bg-surface);border-radius:var(--radius-sm);overflow:hidden}.page-shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,var(--tint-shimmer) 50%,transparent 100%);background-size:200% 100%;animation:shimmer-anim 1.4s infinite}@media(min-width:769px){.mode-page #zoom-wrapper,.mode-page .page-wrapper{width:100%;max-width:none}}}@layer views{.manga-page.transition-fade{animation:pageFadeIn .25s ease-out}@keyframes pageFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.manga-page.transition-slide-next{animation:pageSlideNext .28s cubic-bezier(.2,0,.2,1)}@keyframes pageSlideNext{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.manga-page.transition-slide-prev{animation:pageSlidePrev .28s cubic-bezier(.2,0,.2,1)}.mode-page.crossfade-active .page-outgoing .manga-page{animation:none;opacity:1}@keyframes pageSlidePrev{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}}@layer views{.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-3xl);padding:clamp(var(--space-xl),4vw,var(--space-3xl)) clamp(var(--space-lg),3vw,var(--space-2xl));gap:1.2rem;text-align:center;width:min(420px,88vw);max-height:min(74dvh,calc(100dvh - var(--navbar-h) - var(--space-lg)));overflow-y:auto;box-shadow:var(--shadow-loading),inset 0 1px 0 var(--tint-glass-strong);animation:loadingCardEnter .4s cubic-bezier(.2,.8,.2,1) forwards}@keyframes loadingCardEnter{0%{opacity:0;transform:translate(-50%,-50%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.spinner{width:clamp(36px,8vw,48px);height:clamp(36px,8vw,48px);border:4px solid var(--bg-surface-hover);border-top:4px solid var(--accent);border-right:4px solid var(--accent);border-radius:50%;animation:spin .8s cubic-bezier(.6,.2,.4,.8) infinite,pulseGlow 1.5s ease-in-out infinite alternate}@keyframes pulseGlow{0%{filter:drop-shadow(0 0 2px var(--accent-glow))}to{filter:drop-shadow(0 0 14px var(--accent))}}.loading-title{font-size:var(--font-size-body-lg);color:var(--text-primary);font-weight:700;margin-bottom:-.4rem}.loading-phase{font-size:var(--font-size-ui);color:var(--text-secondary);animation:breatheText 2s ease-in-out infinite}@keyframes breatheText{0%,to{opacity:.6}50%{opacity:1}}.loading-progress-track{width:100%;height:12px;border-radius:var(--radius-pill);overflow:hidden;position:relative;background:var(--bg-surface-hover);box-shadow:inset 0 1px 3px var(--overlay-light)}.loading-progress-bar{height:100%;width:0;border-radius:inherit;background-color:var(--accent);background-image:linear-gradient(45deg,var(--tint-glass-strong) 25%,transparent 25%,transparent 50%,var(--tint-glass-strong) 50%,var(--tint-glass-strong) 75%,transparent 75%,transparent);background-size:1rem 1rem;box-shadow:0 0 12px var(--accent-glow);transition:width var(--duration-normal) var(--ease-in-out);animation:progressStripes .8s linear infinite}.loading-progress-track.is-indeterminate .loading-progress-bar{width:40%!important;animation:loadingIndeterminate 1.2s ease-in-out infinite,progressStripes .8s linear infinite}.loading-progress-meta{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;font-size:var(--font-size-ui-sm);color:var(--text-secondary);margin-top:-.2rem}.loading-detail{text-align:left}.loading-percent{font-variant-numeric:tabular-nums;color:var(--text-primary);font-weight:700}@keyframes progressStripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes loadingIndeterminate{0%{transform:translate(-120%)}50%{transform:translate(120%)}to{transform:translate(120%)}}@media(max-height:760px){.loading-state{margin-top:clamp(var(--space-sm),8vh,var(--space-2xl));padding:clamp(var(--space-lg),3vh,var(--space-2xl)) var(--space-lg);gap:var(--space-md)}.spinner{width:42px;height:42px}.loading-progress-meta{flex-direction:column;align-items:stretch;gap:var(--space-xs)}.loading-percent{text-align:right}}}@layer views{.mw-search-wrap{padding-bottom:var(--space-2xl)}#mw-results-grid{min-height:0}.mw-search-wrap.has-results #mw-results-grid{min-height:300px}.mw-continue-section{margin-bottom:var(--space-2xl)}.mw-continue-section .section-header{margin-bottom:var(--space-md)}.mw-library-section{margin-bottom:var(--space-2xl)}.mw-library-section .section-header{margin-bottom:var(--space-md)}.mw-search-bar{display:flex;align-items:stretch;gap:var(--space-sm);margin-bottom:var(--space-xl);padding:.35rem;border-radius:var(--radius-xl);border:1px solid rgba(var(--accent-rgb),.08);background:linear-gradient(180deg,rgba(var(--accent-rgb),.05),rgba(var(--bg-surface-rgb),.42));box-shadow:var(--shadow-soft)}.mw-search-bar .search-wrapper{flex:1;min-height:54px;padding-inline:var(--space-md);border-radius:calc(var(--radius-xl) - 4px);background:rgba(var(--bg-surface-rgb),.78);border-color:rgba(var(--border-rgb),.65)}#mw-search-input{background:transparent;border:none;color:var(--text-primary);font-family:Inter,sans-serif;font-size:var(--font-size-body);font-weight:600;width:100%;min-width:0;padding:0;outline:none}#mw-search-input::placeholder{color:var(--text-secondary);font-weight:500}#mw-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;cursor:pointer;opacity:.5;background-color:var(--text-secondary);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center / contain no-repeat;transition:opacity .15s}#mw-search-input::-webkit-search-cancel-button:hover{opacity:.85}.mw-status{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;margin-bottom:var(--space-md);border-radius:var(--radius-md);background:rgba(var(--accent-rgb),.06);border:1px solid rgba(var(--accent-rgb),.15);color:var(--text-secondary);font-size:var(--font-size-ui-sm)}.mw-status .ph-warning-circle{color:var(--danger)}@keyframes mw-spin{to{transform:rotate(360deg)}}.mw-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(var(--accent-rgb),.25);border-top-color:var(--accent);border-radius:50%;animation:mw-spin .7s linear infinite;flex-shrink:0}.mw-card-status{font-size:var(--font-size-caption);color:var(--text-secondary);padding:0 .2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mw-no-results{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-4xl) var(--space-md);color:var(--text-secondary);font-size:var(--font-size-body-lg);font-style:italic}.mw-no-results i{font-size:2.5rem;color:var(--border)}.mw-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-xl) 0;font-size:var(--font-size-ui-sm);color:var(--text-secondary);font-weight:600}.mw-search-bar .cta-btn,.mw-pagination .secondary-btn{min-height:48px;border-radius:var(--radius-lg)}.mw-search-bar .cta-btn{min-height:54px;padding-inline:clamp(1.2rem,2vw,1.8rem);border-radius:calc(var(--radius-xl) - 4px);box-shadow:none}.mw-search-bar .cta-btn:hover{box-shadow:0 12px 24px rgba(var(--accent-rgb),.18)}.mw-pagination .secondary-btn{padding-inline:1rem}.detail-mw-info{display:flex;flex-direction:column;gap:var(--space-xl);margin-bottom:var(--space-2xl)}.detail-mw-info .section-header{margin-top:0;margin-bottom:var(--space-sm)}.detail-mw-synopsis p{color:var(--text-secondary);font-size:var(--font-size-ui);line-height:1.7}.detail-mw-genre-tags{display:flex;flex-wrap:wrap;gap:.5rem}.mw-genre-tag{display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:var(--radius-pill);background:rgba(var(--accent-rgb),.08);border:1px solid rgba(var(--accent-rgb),.15);color:var(--text-primary);font-size:var(--font-size-ui-sm);font-weight:600;letter-spacing:.01em}@media(max-width:640px){.mw-search-bar{flex-direction:column}.mw-search-bar .cta-btn{width:100%;justify-content:center}}}@layer views{#login-view,.login-overlay{position:fixed;inset:0;z-index:var(--z-top);background:var(--bg-base);display:flex;align-items:center;justify-content:center;padding:var(--space-xl);padding:var(--space-xl) max(var(--space-xl),env(safe-area-inset-right,0px)) max(var(--space-xl),env(safe-area-inset-bottom,0px)) max(var(--space-xl),env(safe-area-inset-left,0px))}.session-blocked-msg{text-align:center;color:var(--text-secondary);font-size:var(--font-size-ui);line-height:1.5;margin-bottom:var(--space-xl)}.login-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:clamp(var(--radius-2xl),3vw,var(--radius-3xl));padding:clamp(var(--space-2xl),4vw,var(--space-3xl)) clamp(var(--space-lg),3vw,var(--space-2xl));width:100%;max-width:380px;box-shadow:0 0 60px var(--accent-glow);max-height:calc(100dvh - 2rem);overflow-y:auto;animation:loginCardEnter var(--duration-slow) var(--ease-out) both}#login-view.is-leaving,.login-overlay.is-leaving{animation:loginViewLeave .35s cubic-bezier(.4,0,1,1) forwards;pointer-events:none}.login-header{text-align:center;margin-bottom:var(--space-2xl)}.login-header i{font-size:var(--font-size-title-xl);color:var(--accent);display:block;margin-bottom:.5rem}.login-header h1{font-family:var(--font-heading);font-size:var(--font-size-title-lg);font-weight:700;color:var(--text-primary)}.login-form{display:flex;flex-direction:column;gap:var(--space-lg)}.login-field{display:flex;flex-direction:column;gap:.4rem}.login-field label{font-size:var(--font-size-label);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.login-field input{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem var(--space-md);color:var(--text-primary);font-family:var(--font-body);font-size:var(--font-size-ui);outline:none;transition:border-color var(--duration-fast),box-shadow var(--duration-fast);width:100%}.login-field input:focus{border-color:var(--accent);box-shadow:var(--shadow-focus)}.login-field input::placeholder{color:var(--text-secondary);opacity:.5}.login-error{color:var(--danger);font-size:var(--font-size-ui-sm);min-height:1.2em;text-align:center;margin:-.25rem 0}.login-btn{width:100%;justify-content:center;margin-top:.25rem}}@layer utilities{.is-hidden{display:none!important}.is-flex{display:flex!important}.is-block{display:block!important}.is-inline-flex{display:inline-flex!important}.is-spinning{animation:spin .8s linear infinite!important}body.using-keyboard :is(button,a,input,textarea,select,.manga-card,.recent-card,.mode-chip,.volume-header):focus-visible{outline:2px solid var(--accent);outline-offset:3px}body:not(.using-keyboard) :is(button,input,select,textarea,.manga-card,.recent-card,.mode-chip,.volume-header):focus{outline:none;box-shadow:none}input:focus,textarea:focus{outline:none}@media(forced-colors:active){.icon-btn,.cta-btn,.secondary-btn,.close-btn,.library-category-tab,.nav-brand,.zoom-btn{border:1px solid ButtonText}.navbar,.profile-dropdown,.reader-panel{border-bottom:1px solid ButtonText}.nav-filter-group,.nav-action-group{border:1px solid ButtonText}.manga-progress-bar,.reading-state-chip{-webkit-forced-color-adjust:none;forced-color-adjust:none}}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
