:root{--bg: #f5f5f7;--surface: #ffffff;--tile: #ffffff;--tile-1: #ffffff;--tile-2: #f5f5f7;--tile-3: #ececee;--border: #e4e4e7;--border-strong: #d4d4d8;--text: #18181b;--text-secondary: #52525b;--muted: #71717a;--accent: #f97316;--accent-fill: #f97316;--accent-ink: #f97316;--accent-tint: rgba(249, 115, 22, .15);--success: #22c55e;--success-bg: #f0fdf4;--success-border: #bbf7d0;--warning: #eab308;--warning-bg: #fefce8;--warning-border: #fef08a;--danger: #ef4444;--danger-bg: #fef2f2;--danger-border: #fecaca;--r-input: 10px;--r-card: 18px;--r-btn: 8px;--r-pill: 9999px;--r-lg: 20px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .08);--shadow-cover: 0 30px 80px rgba(0, 0, 0, .12);--ease: cubic-bezier(.16, 1, .3, 1);--nav-h: 64px;--bottom-nav-h: 72px;--bottom-nav-safe: env(safe-area-inset-bottom);--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-logo: "Chango", "Plus Jakarta Sans", serif;--success-ink: #15803d;--warning-ink: #a16207;--danger-ink: #b91c1c;--accent-ring: 0 0 0 3px rgba(249, 115, 22, .18);--accent-hover: #ea580c}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:clip}body{font-family:var(--font-body);font-size:17px;line-height:1.47;color:var(--text);background:var(--bg);letter-spacing:-.01em;font-feature-settings:"ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit}img{display:block;max-width:100%}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding-inline:clamp(20px,5vw,72px)}.nav{position:sticky;top:0;z-index:40;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;gap:24px;padding-block:14px;min-width:0;overflow:visible;box-sizing:border-box}.nav-logo{flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;text-decoration:none}.nav-logo-img{height:32px;width:auto;display:block}.nav-logo:hover .nav-logo-img,.nav-logo:focus-visible .nav-logo-img{transform:translateY(-.5px);transition:transform .18s ease}.nav-back-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--text);font-size:22px;cursor:pointer;transition:background .18s var(--ease);flex-shrink:0}.nav-back-btn:hover,.nav-back-btn:focus-visible{background:#0000000f;outline:none}.nav-back-btn .ph{line-height:1}.nav-links{display:flex;gap:22px;list-style:none;margin-left:auto;flex-shrink:0}.nav-links a{font-size:13.5px;font-weight:500;color:var(--text-secondary);transition:color .15s var(--ease)}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-search{display:flex;align-items:center;gap:8px;position:relative;height:40px;padding:0 16px;border:1px solid rgba(0,0,0,.1);border-radius:var(--r-pill);background:#ffffffb3;color:var(--muted);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);box-shadow:inset 0 1px #fff9;font-size:14px;min-width:170px;flex:0 1 320px;transition:border-color .25s ease,background .25s ease}@media (max-width: 480px){.nav-search{min-width:120px;flex:0 1 200px}}.nav-search:hover{border-color:#0003;background:#ffffffd9}.nav-search:focus-within{border-color:#f9731699;background:#fff}.nav-search .ph{font-size:15px;color:var(--muted);flex-shrink:0}.nav-search input{flex:1 1 auto;min-width:0;background:none;border:none;outline:none;padding:0;color:var(--text);font-size:14px;font-family:inherit}.nav-search input::placeholder{color:var(--muted)}.nav-search input::-webkit-search-cancel-button{-webkit-appearance:none;display:none!important}input[type=search]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:none!important;opacity:0!important;pointer-events:none!important}input[type=search]::-moz-search-cancel-button,input[type=search]::-moz-search-decoration{display:none!important}.search-clear{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;border:0;background:transparent;cursor:pointer;color:var(--muted);font-size:18px;line-height:1;padding:0;transition:color .18s ease,transform .18s ease}.search-clear:hover{color:var(--accent);transform:scale(1.12)}.search-clear:active{transform:scale(.92)}.search-empty{display:block;text-align:center;color:var(--muted);font-size:14px;padding:40px 0 8px}.search-empty[hidden]{display:none}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;background:var(--tile-1);border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 32px #0000001f,0 2px 8px #0000000f;max-height:480px;overflow-y:auto;animation:search-drop-in .18s var(--ease)}@keyframes search-drop-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.search-result{display:flex;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);transition:background .15s var(--ease);color:var(--text)}.search-result:hover{background:var(--tile-2)}.search-result:last-of-type{border-bottom:none}.search-result-cover{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--tile-3)}.search-result-cover img{width:100%;height:100%;object-fit:cover}.search-result-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--accent),#fb923c)}.search-result-body{flex:1;min-width:0}.search-result-title{display:block;font-size:14px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-top:2px}.search-result-meta .ph{font-size:13px}.search-see-all{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 14px;font-size:13px;font-weight:600;color:var(--accent);background:var(--tile-2);border-top:1px solid var(--border);border-radius:0 0 14px 14px}.search-see-all:hover{background:var(--accent-tint)}@keyframes spin{to{transform:rotate(360deg)}}.search-loading,.search-empty-state{display:flex;align-items:center;justify-content:center;gap:10px;padding:32px 16px;color:var(--muted);font-size:14px;text-align:center}.search-loading .search-spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.search-empty-state .ph{font-size:18px}@media (max-width: 900px){.nav-search{display:none}}.nav-cta{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-role-switch{display:flex;gap:4px;padding:3px;background:var(--tile-2);border-radius:8px}.role-chip{padding:4px 10px;font-size:11.5px;font-weight:600;border-radius:6px;color:var(--muted);background:transparent;border:none;transition:all .15s var(--ease);white-space:nowrap}.role-chip:hover{color:var(--text-secondary)}.role-chip.on{background:var(--accent-fill);color:#fff}.nav-signin{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--accent);color:#fff;font-weight:600;font-size:13px;border-radius:var(--r-btn);transition:all .15s var(--ease)}.nav-signin:hover{background:var(--accent-fill)}.nav-account{position:relative}.nav-avatar{width:34px;height:34px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--accent),var(--accent-fill));color:#fff;font-size:17px}.nav-avatar img{width:100%;height:100%;object-fit:cover;display:block}.nav-avatar-lg{width:42px;height:42px;font-size:20px}.nav-account-trigger{display:inline-flex;align-items:center;gap:6px;padding:3px 8px 3px 3px;border:1px solid var(--border);background:var(--tile);border-radius:var(--r-pill);cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease)}.nav-account-trigger:hover{border-color:var(--border-strong);background:var(--tile-2)}.nav-account-caret{font-size:12px;color:var(--muted);transition:transform .2s var(--ease)}.nav-account-caret.open{transform:rotate(180deg)}.nav-account-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 40px -12px #18181b47;padding:8px;z-index:60;animation:navAccountIn .16s var(--ease)}@keyframes navAccountIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-account-head{display:flex;align-items:center;gap:10px;padding:8px 10px 12px;border-bottom:1px solid var(--border);margin-bottom:6px}.nav-account-meta{display:flex;flex-direction:column;min-width:0;gap:2px}.nav-account-name{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-account-email{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-account-logout{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text);cursor:pointer;text-align:left;transition:background .15s var(--ease),color .15s var(--ease)}.nav-account-logout i{font-size:16px}.nav-account-logout:hover{background:#fef2f2;color:var(--danger)}.mobile-menu-btn{display:none;margin-left:auto;width:44px;height:44px;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;padding:0;border-radius:var(--r-btn);transition:background .22s var(--ease);-webkit-tap-highlight-color:transparent}.mobile-menu-btn:active{background:#f973161a}.hm-lines{position:relative;display:block;width:24px;height:16px}.hm-lines span{position:absolute;left:0;right:0;height:2.5px;border-radius:2px;background:var(--text);transition:transform .36s cubic-bezier(.68,0,.27,1.05),opacity .18s var(--ease),top .26s var(--ease);transform-origin:center}.hm-lines span:nth-child(1){top:0}.hm-lines span:nth-child(2){top:6.75px}.hm-lines span:nth-child(3){top:13.5px}.mobile-menu-btn.open .hm-lines span:nth-child(1){top:6.75px;transform:rotate(45deg);background:var(--accent)}.mobile-menu-btn.open .hm-lines span:nth-child(2){opacity:0;transform:scaleX(.2)}.mobile-menu-btn.open .hm-lines span:nth-child(3){top:6.75px;transform:rotate(-45deg);background:var(--accent)}@media (max-width: 720px){.nav-links,.nav-role-switch,.nav-signin,.nav-cta{display:none}.mobile-menu-btn{display:inline-flex}.nav.is-event-detail .nav-inner,.nav.is-checkout .nav-inner{position:relative}.nav.is-event-detail .nav-back-btn,.nav.is-checkout .nav-back-btn{display:inline-flex;margin-right:8px}.nav.is-event-detail .mobile-menu-btn,.nav.is-checkout .mobile-menu-btn{display:inline-flex;margin-left:auto}.nav.is-event-detail .nav-logo,.nav.is-checkout .nav-logo{display:none}.nav.is-event-detail .nav-event-title,.nav.is-checkout .nav-event-title{position:absolute;left:50%;transform:translate(-50%);font-family:var(--font-body);font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.01em;white-space:nowrap}}@media (min-width: 721px){.nav.is-event-detail .nav-back-btn,.nav.is-checkout .nav-back-btn,.nav.is-event-detail .nav-event-title,.nav.is-checkout .nav-event-title{display:none}.nav.is-event-detail .nav-logo,.nav.is-checkout .nav-logo{display:inline-flex}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;pointer-events:none}.mobile-drawer.open{pointer-events:auto}.mobile-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#18181b52;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .32s var(--ease)}.mobile-drawer-panel{position:absolute;top:0;right:0;width:100%;height:100dvh;background:var(--tile-1);transform:translate(100%);transition:transform .4s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;padding:18px 24px;gap:24px}.mobile-drawer.open .mobile-drawer-panel{transform:translate(0);pointer-events:auto}.mobile-drawer.open .mobile-drawer-backdrop{pointer-events:auto}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px}.mobile-drawer-head .nav-logo{color:var(--text);text-decoration:none}.mobile-drawer-head .nav-logo-img{height:28px}.mobile-drawer-x{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--r-btn);background:var(--tile-2);color:var(--text);cursor:pointer;font-size:18px;transition:color .18s var(--ease),border-color .18s var(--ease),background .18s var(--ease)}.mobile-drawer-x:hover{color:var(--accent);border-color:var(--accent);background:#f9731614}.mobile-drawer-account{display:flex;align-items:center;gap:12px;padding:12px;background:var(--tile-2);border:1px solid var(--border);border-radius:18px 18px 18px 26px}.mda-avatar{width:42px;height:42px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-fill));color:#fff;font-size:20px;box-shadow:0 10px 22px -10px #f973168c}.mda-meta{display:flex;flex-direction:column;min-width:0;gap:2px}.mda-status{font-size:14.5px;font-weight:700;color:var(--text);letter-spacing:-.01em}.mda-sub{font-size:12px;color:var(--muted);line-height:1.4}.mobile-drawer-links{list-style:none;padding:0;margin:0;background:transparent;border:none}.mobile-drawer-links li{border-top:none}.mobile-drawer-links li a{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;color:var(--text);font-size:16px;font-weight:500;text-decoration:none;transition:color .18s var(--ease)}.mobile-drawer-links li a:hover{color:var(--text);font-weight:600}.mobile-drawer-links li a.active{background:transparent;color:var(--text);font-weight:600}.mobile-drawer-spacer{flex:0 0 0;min-height:0}.mobile-drawer-legal{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:20px 4px 0;border-top:1px solid var(--border);margin-top:12px}.mobile-drawer-legal a{display:inline-flex;align-items:center;gap:7px;font-size:16px;color:var(--text);font-weight:500;text-decoration:none;transition:color .18s var(--ease)}.mobile-drawer-legal a:hover{color:var(--text);font-weight:600}.mobile-drawer-cta{display:flex;margin-top:auto;padding-top:12px}.mobile-drawer-cta-split{display:grid;grid-template-columns:1fr;margin-top:10px}.mobile-drawer-cta-split .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;border-radius:14px;font-weight:700;font-size:15px}.btn-outline{border:1px solid var(--border);background:var(--tile-1);color:var(--text)}.btn-outline:hover{background:var(--tile-2)}.mobile-drawer-cta .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:50px;border-radius:14px;font-weight:700;font-size:15px}.mobile-drawer-cta .btn .ph{font-size:18px}.bottom-nav{display:none;position:fixed;bottom:calc(12px + var(--bottom-nav-safe));left:50%;transform:translate(-50%);z-index:35;height:var(--bottom-nav-h);width:calc(100% - 24px);max-width:420px;background:linear-gradient(180deg,#f97316,#ea580c);border-radius:28px;box-shadow:0 12px 32px -8px #f9731673,0 4px 12px #00000014,inset 0 1px #ffffff2e;padding:0}@media (max-width: 768px){.bottom-nav{display:flex}}.bottom-nav-inner{display:flex;align-items:center;justify-content:space-around;width:100%;height:100%;padding-inline:8px}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;min-width:0;padding:6px 4px;color:#ffffffb8;text-decoration:none;transition:color .18s var(--ease),transform .18s var(--ease);-webkit-tap-highlight-color:transparent;position:relative}.bottom-nav-item .ph{font-size:22px;line-height:1;transition:transform .2s var(--ease)}.bottom-nav-label{font-size:10.5px;font-weight:700;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit}.bottom-nav-item:hover,.bottom-nav-item:focus-visible{color:#fff;outline:none}.bottom-nav-item:hover .ph,.bottom-nav-item:focus-visible .ph{transform:translateY(-1px) scale(1.06)}.bottom-nav-item:active{transform:scale(.94)}.bottom-nav-item.active{color:#fff}.bottom-nav-item.active:before{content:"";position:absolute;inset:4px 8px auto 8px;height:calc(100% - 8px);background:#ffffff2e;border-radius:20px;z-index:-1}.bottom-nav-item.active .ph{transform:translateY(-1px) scale(1.08)}@media (max-width: 768px){.has-bottom-nav main{padding-bottom:calc(var(--bottom-nav-h) + 32px + var(--bottom-nav-safe))}}[data-role-section]{display:block}.footer{--fbg: #ea580c;--fline: rgba(255, 255, 255, .18);--fline-soft: rgba(255, 255, 255, .1);padding:52px 0 36px;border-top:0;background:radial-gradient(120% 100% at 12% -10%,rgba(255,240,220,.16),transparent 56%),linear-gradient(180deg,#f97316,#ea580c 64%,#c2410c);color:#fff}.footer .container{position:relative}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:44px}.footer-col-brand:before{content:"";position:absolute;top:-40px;left:-20px;width:220px;height:220px;background:radial-gradient(closest-side,rgba(255,255,255,.1),transparent 70%);pointer-events:none;filter:blur(8px)}.footer-col{position:relative}.footer-brand{margin-bottom:14px;line-height:1;display:inline-flex;align-items:center;background:#fff;padding:10px 14px 9px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.footer-brand-img{height:32px;width:auto;display:block}.footer-brand-sub{font-size:13.5px;line-height:1.65;color:#ffffffd1;max-width:38ch}.footer h5{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffff9e;margin-bottom:16px;display:inline-flex;align-items:center;gap:8px}.footer h5:before{content:"";display:inline-block;width:14px;height:2px;background:#ffffff8c;border-radius:2px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:4px;margin:0;padding:0}.footer-link{font-size:13.5px;font-weight:500;color:#ffffffe0;display:inline-flex;align-items:center;gap:10px;padding:7px 10px 7px 8px;margin:0 -8px;border-radius:10px;border:1px solid transparent;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .22s cubic-bezier(.22,1,.36,1);text-decoration:none;will-change:transform}.footer-link i{font-size:16px;line-height:1;color:#ffffffc7;flex:0 0 auto;transition:transform .22s cubic-bezier(.22,1,.36,1),color .18s ease}.footer-link span{line-height:1.4}.footer-link:hover,.footer-link:focus-visible{color:#fff;background-color:#ffffff1a;border-color:#ffffff2e;transform:translate(3px);outline:none}.footer-link:hover i,.footer-link:focus-visible i{color:#fff;transform:scale(1.08) rotate(-3deg)}.footer-link:active{transform:translate(3px) scale(.985)}.footer-link{animation:footer-link-in .55s cubic-bezier(.22,1,.36,1) both}.footer-links li:nth-child(1) .footer-link{animation-delay:.04s}.footer-links li:nth-child(2) .footer-link{animation-delay:.1s}.footer-links li:nth-child(3) .footer-link{animation-delay:.16s}.footer-links li:nth-child(4) .footer-link{animation-delay:.22s}.footer-links li:nth-child(5) .footer-link{animation-delay:.28s}.footer-links li:nth-child(6) .footer-link{animation-delay:.34s}.footer-links li:nth-child(7) .footer-link{animation-delay:.4s}.footer-links li:nth-child(8) .footer-link{animation-delay:.46s}@keyframes footer-link-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.footer-link{animation:none}.footer-link:hover,.footer-link:focus-visible{transform:none}}.footer-legal{margin-top:40px;padding-top:22px;border-top:1px solid var(--fline);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;letter-spacing:.01em;color:#ffffffb8;flex-wrap:wrap}.footer-legal a{color:#ffffffb8;text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:#fff}@media (max-width: 720px){.footer{padding:40px 0 30px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.footer-col-brand{grid-column:1 / -1}.footer-col-brand:before{display:none}.footer-brand{font-size:24px}.footer-link{padding:6px 8px;margin:0 -6px;gap:8px}.footer-link i{font-size:15px}.footer-legal{flex-direction:column;align-items:flex-start;gap:8px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:var(--r-btn);font-size:13.5px;font-weight:600;transition:all .15s var(--ease);cursor:pointer;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-fill)}.btn-secondary{background:var(--tile-2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--tile-3)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){color:var(--accent)}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.tile{background:var(--tile);border:1px solid var(--border);border-radius:var(--r-card);padding:16px}.tile-2{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:16px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12.5px;font-weight:600;color:var(--text)}.field .req{color:var(--danger)}.field input,.field select,.field textarea{padding:9px 12px;border:1px solid var(--border);border-radius:var(--r-input);font-size:13.5px;background:var(--tile);color:var(--text);transition:border-color .15s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint)}.field-err{font-size:12px;color:var(--danger);display:none}.field-hint{display:block;margin-top:6px;font-size:11.5px;color:var(--muted);line-height:1.4}.field.has-error .field-err{display:block}.field.has-error input,.field.has-error select{border-color:var(--danger)}.chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;border-radius:100px;background:var(--tile-2);color:var(--text-secondary);border:1px solid var(--border)}.chip.on{background:var(--accent-fill);color:#fff;border-color:var(--accent-fill)}.chip-success{background:var(--success-bg);color:#15803d;border-color:var(--success-border)}.chip-warning{background:var(--warning-bg);color:#a16207;border-color:var(--warning-border)}.chip-danger{background:var(--danger-bg);color:#b91c1c;border-color:var(--danger-border)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.badge-paid{background:var(--success-bg);color:#15803d}.badge-pending{background:var(--warning-bg);color:#a16207}.badge-expired{background:var(--danger-bg);color:#b91c1c}.badge-cancelled{background:#f1f5f9;color:#475569}.badge-published{background:var(--success-bg);color:#15803d}.badge-draft,.badge-ended{background:#f1f5f9;color:#475569}.section{padding:96px 0}.section.login-page{padding:0}.section#event{padding-top:64px}@media (max-width: 640px){.section#event{padding-top:36px}}.section.page{padding-top:48px}@media (max-width: 640px){.section.page{padding-top:32px}.section:has(>.checkout-layout){padding-top:24px}}#root{display:flex;flex-direction:column;min-height:100dvh}#root>main{flex:1 0 auto}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.section-head h2{font-size:20px;line-height:28px;font-weight:700;letter-spacing:-.02em}.section-head .sub{font-size:17px;color:var(--muted);margin-top:12px;max-width:60ch;line-height:1.55}.section-head h2{display:flex;align-items:center;gap:14px}.section-head-ic{flex-shrink:0;font-size:20px;color:var(--accent);transform-origin:center;animation:head-ic-float 3.2s ease-in-out infinite;will-change:transform}@keyframes head-ic-float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-4px) rotate(4deg)}}@media (prefers-reduced-motion: reduce){.section-head-ic{animation:none;transform:none}}@media (max-width: 640px){.section{padding:80px 0}.faq{padding-bottom:28px}#hubungi{padding-top:32px;padding-bottom:24px}.section-head h2{font-size:17px;line-height:24px}}.mock-section{padding:48px 0}.mock-frame{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--tile);box-shadow:var(--shadow-sm)}.mock-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--tile-2);border-bottom:1px solid var(--border)}.mock-dot{width:8px;height:8px;border-radius:50%;background:#d4d4d8}.mock-url{font-size:12px;color:var(--muted);margin-left:8px;font-family:JetBrains Mono,ui-monospace,monospace}.role-section{display:none}.role-section.visible{display:block}.progress-bar{height:6px;background:var(--tile-2);border-radius:3px;overflow:hidden}.progress-bar>span{display:block;height:100%;background:var(--accent);border-radius:3px;transition:width .6s var(--ease)}.progress-bar .full{background:var(--success)}.progress-bar .warn{background:var(--warning)}.admin-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{width:100%;min-width:600px;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap}.admin-table td{padding:12px;border-bottom:1px solid var(--border);color:var(--text-secondary)}.admin-table-index-head,.admin-table-index{width:44px;text-align:center!important;font-variant-numeric:tabular-nums}.admin-table-index{color:var(--muted)!important;font-size:12px}.admin-table-total-row td{background:var(--tile-3);color:var(--text)!important;font-weight:700;font-variant-numeric:tabular-nums;border-bottom:none}.admin-table-total-row:hover td{background:var(--tile-3)}.admin-table tr:last-child td{border-bottom:none}@media (max-width: 720px){.admin-table{font-size:12px}.admin-table th,.admin-table td{padding:8px 10px}}.admin-note{margin-top:16px;padding:10px 14px;font-size:12px;color:var(--muted);background:var(--tile-2);border-radius:8px;border-left:3px solid var(--accent);line-height:1.5}.admin-card{background:var(--tile-1);border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:16px}.admin-card:last-child{margin-bottom:0}.admin-sec-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.admin-sec-head h3{font-size:14px;font-weight:700;letter-spacing:-.01em;margin:0}.admin-sec-head .meta{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.admin-msg{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;font-size:14px;margin-bottom:20px;line-height:1.5}.admin-msg.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.admin-msg.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.admin-msg i{flex-shrink:0}.admin-page-head{display:flex;flex-direction:column;gap:6px;margin-bottom:28px}.admin-page-head .eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-ink)}.admin-page-head h1{font-size:clamp(22px,2.4vw,28px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--text);margin:0}.admin-page-head p{font-size:14px;line-height:1.6;color:var(--muted);max-width:60ch;margin:4px 0 0}.admin-section-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:32px 0 14px}.admin-page-head+.admin-section-label{margin-top:0}@media (max-width: 640px){.admin-section-label{margin-top:24px}}.page-topbar{display:flex;justify-content:flex-end;align-items:center;margin-bottom:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.admin-skeleton{display:block;border-radius:var(--r-input);background:linear-gradient(90deg,var(--tile-2) 25%,var(--tile-3) 37%,var(--tile-2) 63%);background-size:400% 100%;animation:admin-skeleton-shimmer 1.4s var(--ease) infinite}@keyframes admin-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.admin-skeleton--eyebrow{width:88px;height:12px}.admin-skeleton--title{width:240px;height:26px}.admin-skeleton--desc{width:360px;max-width:90%;height:14px}.admin-skeleton--chip{width:44px;height:44px;border-radius:13px}.admin-skeleton--label{width:104px;height:12px;margin-top:12px}.admin-skeleton--value{width:150px;height:24px;margin-top:8px}.admin-skeleton--sub{width:120px;height:12px;margin-top:8px}@media (prefers-reduced-motion: reduce){.admin-skeleton{animation:none;background:var(--tile-2)}}.admin-surface{background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);padding:22px 24px;box-shadow:var(--shadow-sm)}.admin-surface+.admin-surface{margin-top:16px}.admin-surface>.admin-sec-head{margin-top:0}.admin-note.warn{background:var(--warning-bg);border-color:var(--warning-border);border-left-color:var(--warning-ink);color:var(--warning-ink)}.admin-note.danger{background:var(--danger-bg);border-color:var(--danger-border);border-left-color:var(--danger-ink);color:var(--danger-ink)}.admin-search-bar{flex:1;min-width:0;height:40px;padding:8px 14px;border:1px solid var(--border);border-radius:var(--r-input);background:var(--tile);font:inherit;font-size:13.5px;color:var(--text);transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.admin-search-bar::placeholder{color:var(--muted)}.admin-search-bar:focus{outline:none;border-color:var(--accent);box-shadow:var(--accent-ring)}.admin-main .admin-toolbar{padding:14px 18px;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow-sm);margin-bottom:20px}.admin-main .admin-toolbar h4{font-size:17px;font-weight:700;letter-spacing:-.01em;margin:0}.admin-main .admin-toolbar .btn-redeem{margin:0;width:auto;padding:0 18px;height:40px;font-size:13.5px;text-decoration:none}.admin-main .admin-toolbar .btn-redeem:active{transform:scale(.97)}.admin-main .admin-table{background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow-sm)}.admin-main .admin-table th{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:14px 16px;background:var(--tile-2);border-bottom:1px solid var(--border)}.admin-main .admin-table td{padding:14px 16px;border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:13px;vertical-align:middle}.admin-main .admin-table tr:last-child td{border-bottom:0}.admin-main .admin-table tbody tr{transition:background .15s var(--ease)}.admin-main .admin-table tbody tr:hover{background:var(--tile-2)}.admin-main .stat-tile{box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.admin-main .stat-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.admin-main .stat-tile .stat-value{font-variant-numeric:tabular-nums}.admin-quicknav{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.admin-quicknav>a{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow-sm);text-decoration:none;color:var(--text);transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease)}.admin-quicknav>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 32%,var(--border));box-shadow:var(--shadow-md)}.admin-quicknav>a:active{transform:translateY(0)}.admin-quicknav .qn-chip{flex-shrink:0;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--tile-2);color:var(--text-secondary);transition:background .2s var(--ease),color .2s var(--ease)}.admin-quicknav>a:hover .qn-chip{background:var(--accent-tint);color:var(--accent-fill)}.admin-quicknav .qn-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.admin-quicknav .qn-title{font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.admin-quicknav .qn-desc{font-size:12.5px;color:var(--muted);line-height:1.45;text-wrap:pretty}.admin-pagi{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:12px;flex-wrap:wrap}.admin-pagi .pg-info{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.admin-pagi .pg-controls{display:flex;gap:8px}.admin-main button:focus-visible,.admin-main a:focus-visible,.admin-main input:focus-visible,.admin-main select:focus-visible,.admin-main textarea:focus-visible{outline:none;box-shadow:var(--accent-ring);border-radius:var(--r-input);border-color:var(--accent)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.admin-main .stat-tile:hover,.admin-quicknav>a:hover{transform:none}}.field-grid3{display:grid;grid-template-columns:1.6fr 1fr 1.4fr;gap:14px;align-items:end}@media (max-width: 800px){.field-grid3{grid-template-columns:1fr}}.optional-block{border:1px dashed var(--border);border-radius:var(--r-card);padding:20px;background:var(--tile-2);margin-top:16px}.optional-block.solid{border-style:solid;background:var(--tile-1)}.optional-block>h4{font-size:14px;font-weight:700;letter-spacing:-.01em;margin:0 0 14px;color:var(--text)}.form-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 700px){.form-grid2{grid-template-columns:1fr}}.admin-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.admin-toolbar h4{font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0}.admin-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.admin-table td .row-actions,.row-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.row-actions button,.row-actions a.link-btn{display:inline-flex;align-items:center;gap:4px;height:30px;padding:0 12px;border-radius:var(--r-pill);border:1px solid var(--border);background:#fff;color:var(--muted);font-size:12px;font-weight:600;text-decoration:none;transition:color .2s var(--ease),border-color .2s var(--ease);cursor:pointer}.row-actions button:hover,.row-actions a.link-btn:hover{color:var(--text);border-color:#d4d4d8}.row-actions a.link-btn:hover{color:var(--accent);border-color:var(--accent)}.row-actions button.danger{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.row-actions button.danger:hover{color:#991b1b;border-color:#dc2626;background:#fee2e2}.row-actions button:active{transform:scale(.97)}.admin-table tbody tr:hover,.admin-table tr:hover{background:var(--tile-2)}.report-head{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;margin-bottom:24px}.report-head .report-cover{width:88px;height:56px;border-radius:8px;object-fit:cover;background:var(--tile-3);flex-shrink:0;box-shadow:var(--shadow-sm)}.report-head .report-title{flex:1;min-width:0}.report-head .report-title h5{font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.report-head .report-title .report-meta{color:var(--text-secondary);font-size:13px;line-height:1.5;margin-top:4px}.report-head .report-actions{display:flex;gap:8px;flex-wrap:wrap}.report-breakdown{display:flex;flex-direction:column;gap:0;margin-bottom:24px;border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;background:var(--tile-1);box-shadow:var(--shadow-sm)}.bd-row{display:grid;grid-template-columns:140px 1fr 110px 80px;gap:12px;align-items:center;font-size:14px;padding:12px 16px;border-bottom:1px solid var(--border)}.bd-row:last-child{border-bottom:0}.bd-row .bd-name{font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bd-row .bd-bar{height:8px;background:var(--tile-3);border-radius:var(--r-pill);overflow:hidden;position:relative}.bd-row .bd-bar>span{position:absolute;left:0;top:0;bottom:0;background:var(--accent);border-radius:inherit;transition:width .4s var(--ease)}.bd-row .bd-bar.warn>span{background:var(--warning-ink)}.bd-row .bd-bar.full>span{background:var(--success-ink)}.bd-row .bd-count{font-size:13px;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}.bd-row .bd-status{text-align:right}.bd-row.head{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:600;background:var(--tile-2);padding:10px 16px;border-bottom:1px solid var(--border)}@media (max-width: 680px){.bd-row{grid-template-columns:1fr 60px;grid-template-areas:"name count" "bar bar" "status status";gap:6px 8px;font-size:13px}.bd-row .bd-name{grid-area:name}.bd-row .bd-bar{grid-area:bar;width:100%}.bd-row .bd-count{grid-area:count;text-align:right}.bd-row .bd-status{grid-area:status;text-align:right}.bd-row.head{display:none}}.event-carousel{position:relative}.event-card-slot{background:var(--tile-1);border:1px solid var(--border);border-radius:12px;padding:4px;display:flex;min-width:0;overflow:hidden;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}.event-card-slot>.event-card{flex:1;border:none;background:transparent;transition:none}.event-card-slot>.event-card:hover{transform:none}.event-card-slot>.event-card:hover .event-cover img{transform:none}.event-card-slot:hover .event-cover img,.event-card:hover .event-cover img{transform:none}.event-grid .event-card-slot:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent) 32%,var(--border));box-shadow:0 28px 56px -28px color-mix(in srgb,var(--accent) 38%,transparent)}.event-grid{display:grid;grid-auto-flow:column;grid-auto-columns:360px;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 20px;margin:0 -4px;scrollbar-width:none;-ms-overflow-style:none}.event-grid::-webkit-scrollbar{display:none}@media (min-width: 720px){.event-grid{grid-auto-columns:360px}}@media (min-width: 1100px){.event-grid{grid-auto-columns:400px;gap:24px}}@media (max-width: 720px){.event-grid{grid-auto-columns:78%;gap:14px;padding:4px 4px 16px;margin:0}}@media (max-width: 480px){.event-grid{grid-auto-columns:82%;gap:12px}.event-body{padding:16px}.event-card-meta{gap:6px;flex-wrap:wrap}.event-card-meta .ph{font-size:12px}}.event-grid .event-card{width:100%;min-width:0;animation:card-rise .55s cubic-bezier(.22,1,.36,1) both}.event-grid .event-card-slot{scroll-snap-align:start;scroll-snap-stop:always}.event-grid .event-card:nth-child(2){animation-delay:.07s}.event-grid .event-card:nth-child(3){animation-delay:.14s}.event-grid .event-card:nth-child(4){animation-delay:.21s}.event-grid .event-card:nth-child(5){animation-delay:.28s}.event-grid .event-card:nth-child(6){animation-delay:.35s}.event-grid .event-card:nth-child(n+7){animation-delay:.42s}@keyframes card-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.event-grid .event-card{animation:none}.event-grid{scroll-behavior:auto}}.event-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:28px;height:28px;border-radius:999px;background:#18181bb3;border:1px solid rgba(24,24,27,.85);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;cursor:pointer;opacity:1;box-shadow:0 4px 12px -4px #18181b59;transition:background .3s var(--ease),transform .3s var(--ease)}.event-carousel-nav:hover{transform:translateY(-50%) scale(1.06);background:var(--accent);border-color:var(--accent)}.event-carousel-nav[aria-disabled=true]{opacity:.4;cursor:not-allowed}.event-carousel-nav.prev{left:-10px}.event-carousel-nav.next{right:-10px}@media (max-width: 720px){.event-carousel-nav.prev{left:-6px}.event-carousel-nav.next{right:-6px}}.event-card{position:relative;background:var(--tile-1);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease);display:flex;flex-direction:column}.event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(520px circle at var(--mx, 50%) var(--my, 50%),color-mix(in srgb,var(--accent) 11%,transparent),transparent 62%);opacity:0;transition:opacity .5s var(--ease)}.event-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent) 32%,var(--border));box-shadow:0 24px 48px -20px color-mix(in srgb,var(--accent) 45%,transparent),0 8px 18px -10px color-mix(in srgb,var(--accent) 30%,transparent)}.event-card:hover:before{opacity:1}.event-cover{position:relative;z-index:1;display:block;aspect-ratio:16 / 5;overflow:hidden;background:var(--tile-3);border-radius:0 0 12px 12px}.event-cover img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s var(--ease)}.event-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff}.event-card:hover .event-cover img{transform:none}.event-body{position:relative;z-index:1;padding:20px;display:flex;flex-direction:column;gap:10px}.event-title{font-size:16px;line-height:24px;font-weight:600;color:var(--text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-title--marquee{text-overflow:clip}.event-title--marquee .event-title__inner{display:inline-flex;gap:2.5ch;will-change:transform;animation:event-title-marquee 10s linear infinite}.event-card:hover .event-title--marquee .event-title__inner{animation-play-state:paused}@keyframes event-title-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.event-title--marquee .event-title__inner{animation:none}.event-title--marquee{text-overflow:ellipsis}}.event-title a{color:inherit;text-decoration:none}.event-meta-list{display:flex;flex-direction:column;gap:8px;margin:2px 0}.em-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}.em-k{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.em-k svg{color:var(--accent);flex:0 0 auto}.em-v{font-size:14px;color:var(--text);font-weight:600;text-align:right}.event-price{font-size:14px;color:var(--muted);margin:4px 0 0}.event-price strong{color:var(--text);font-weight:700;font-size:16px;margin-left:2px}.event-buy{margin-top:6px;display:flex;align-items:center;justify-content:center;gap:8px;height:44px;border-radius:var(--r-pill);background:var(--accent-fill);color:#fff;font-size:15px;font-weight:600;transition:transform .15s var(--ease),background .3s var(--ease);text-decoration:none}.event-buy:hover{background:#a83a07}.event-buy:active{transform:scale(.95)}.event-organizer{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:12px;border-top:1px solid var(--border);font-size:12px;font-weight:600;color:var(--muted);min-width:0}.event-organizer img{width:24px;height:24px;border-radius:999px;object-fit:cover;background:var(--tile-3);flex-shrink:0}.event-organizer-fallback{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--tile-3);color:var(--text);font-size:11px;font-weight:700;flex-shrink:0}.event-organizer-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card.ended .event-cover img{filter:brightness(.5)}.event-card.ended .event-cover-placeholder{filter:brightness(.55)}.event-card.ended .event-buy{background:var(--tile-3);color:var(--text)}.event-card.ended .event-buy:hover{background:color-mix(in srgb,var(--tile-3) 80%,var(--border))}.ended-flag{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;color:#fff;text-align:center;pointer-events:none}.ended-flag strong{font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1.1;text-shadow:0 1px 2px rgba(0,0,0,.35)}.ended-flag small{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.85}@media (min-width: 641px){.ended-flag strong{font-size:28px}}.ended-banner{display:flex;flex-direction:column;gap:2px;margin:20px 0 0}.ended-banner strong{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--text)}.ended-banner strong .ph{font-size:17px;color:var(--muted)}.ended-banner span{font-size:13.5px;line-height:1.5;color:var(--muted)}.sidebar-ended{display:flex;flex-direction:column;gap:12px}.ended-note{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}.btn-buy.ended-cta{text-decoration:none}.hero{position:relative;margin:0 auto;padding:16px 16px 26px;box-sizing:border-box;overflow:hidden;cursor:pointer}@media (min-width: 721px){.hero{padding:24px 32px 30px}}.logo-marquee{overflow:hidden;background:var(--bg);border-block:1px solid var(--border);padding:14px 0}.logo-marquee-track{display:flex;width:max-content;animation:logo-marquee-scroll 30s linear infinite}.logo-marquee-group{display:flex;align-items:center;gap:48px;padding-right:48px}.logo-marquee-item{display:flex;align-items:center;gap:48px;font-family:var(--font-logo);font-size:18px;line-height:1;padding-block:2px;color:#fe652a;white-space:nowrap}.logo-marquee-dark{color:#3a3938}.logo-marquee-accent{color:#fe652a}.logo-marquee-word{display:inline-flex;gap:0}.logo-marquee-item img.logo-marquee-mark,.logo-marquee-item i{font-size:14px;height:14px;width:auto;display:inline-block;vertical-align:-2px}@media (max-width: 720px){.logo-marquee{padding:8px 0}.logo-marquee-group{gap:32px;padding-right:32px}.logo-marquee-item{font-size:13px;gap:32px}.logo-marquee-item img.logo-marquee-mark,.logo-marquee-item i{font-size:11px;height:11px;vertical-align:-1px}}@keyframes logo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.logo-marquee-track{animation:none}}.hero-viewport{position:relative;width:100%;aspect-ratio:16 / 5;max-height:58vh;overflow:visible;background:none}@media (max-width: 720px){.hero-viewport{aspect-ratio:16 / 5;height:auto;max-height:none}}.hero-track{display:flex;height:100%;gap:12px;will-change:transform;transition:transform .7s cubic-bezier(.22,1,.36,1)}.hero-slide{flex:0 0 calc(100% - 224px);min-width:calc(100% - 224px);height:100%;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 12px 32px -16px #18181b40;background:var(--tile-2)}.hero-viewport--single .hero-slide{flex-basis:100%;min-width:100%;opacity:1}@media (max-width: 720px){.hero-slide{flex-basis:calc(100% - 16px);min-width:calc(100% - 16px);border-radius:14px}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-slide.on .hero-bg{animation:hero-kenburns 6s cubic-bezier(.22,1,.36,1) forwards}@keyframes hero-kenburns{0%{transform:scale(1)}to{transform:scale(1.07)}}@media (prefers-reduced-motion: reduce){.hero-slide.on .hero-bg{animation:none}}.hero-scrim{display:none}.hero-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:#18181b;font-size:17px;font-weight:600;z-index:5;cursor:pointer;opacity:1;transition:background .3s var(--ease),transform .3s var(--ease)}.hero-arrow:hover{transform:translateY(-50%) scale(1.06)}.hero-arrow.prev{left:94px}.hero-arrow.next{right:94px}.hero-arrow:hover{background:#ffffffe6}.hero-viewport--single .hero-arrow.prev{left:12px}.hero-viewport--single .hero-arrow.next{right:12px}@media (max-width: 720px){.hero-arrow{width:28px;height:28px;font-size:14px}.hero-arrow.prev{left:-8px}.hero-arrow.next{right:-8px}}.hero-dots{position:absolute;left:20px;right:auto;bottom:20px;display:flex;gap:8px;z-index:5}.hero-dot{width:8px;height:8px;border-radius:999px;background:#18181b59;cursor:pointer;transition:width .4s var(--ease),background .4s var(--ease);border:none;padding:0}.hero-dot.on{background:var(--accent);width:26px}.hero-dots--below{position:static;justify-content:center;margin:14px auto 0;padding:0 24px;z-index:auto}@media (max-width: 640px){.hero{padding:0 16px 14px}.hero-dots{bottom:14px;left:14px}.hero-dots--below{margin-top:10px;padding:0 16px}}.subnav-label-row{padding-top:12px;padding-bottom:12px}.subnav-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin:0}.subnav-inner{display:flex;gap:8px;padding-bottom:20px;margin-bottom:-72px;position:relative;z-index:10;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-inline:clamp(20px,5vw,72px)}.subnav-inner::-webkit-scrollbar{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}.section-head .fancy-title{display:block}.title-badge{display:inline-flex;align-items:center;vertical-align:-.08em;margin-right:12px;flex-shrink:0;font-size:clamp(22px,3vw,28px);color:var(--accent);animation:titleFloat 3.2s var(--ease) infinite}@keyframes titleFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-4px) rotate(3deg)}}.title-shine{font-style:normal;color:var(--text)}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.event-card{transform:none;transition:none}.title-badge,.title-shine{animation:none}.event-card:before{opacity:0}}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:0 56px}.step{padding:22px 0;border-top:1px solid var(--border)}.step-head{display:flex;align-items:center;gap:12px}.step-head .ic{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#f973161a;color:var(--accent-ink);display:flex;align-items:center;justify-content:center;font-size:19px}.step-head h3{font-size:17.5px;font-weight:600;margin:0;letter-spacing:-.01em}.step p{margin:10px 0 0 50px;color:var(--muted);font-size:15px;line-height:1.65;max-width:42ch}@media (max-width: 640px){.steps{grid-template-columns:1fr}}.checkout-layout{display:grid;grid-template-columns:380px 1fr;gap:32px}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}}.checkout-summary{display:flex;flex-direction:column;gap:16px}.checkout-summary-card{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:16px}.checkout-form{display:flex;flex-direction:column;gap:20px}.checkout-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 640px){.checkout-field-grid{grid-template-columns:1fr}}.admin-layout{display:flex;flex-direction:column;gap:16px}.stat-tile{display:flex;align-items:flex-start;gap:16px;background:var(--tile);border:1px solid var(--border);border-radius:var(--r-card);padding:18px}.stat-chip{flex-shrink:0;width:44px;height:44px;display:grid;place-items:center;border-radius:13px}.stat-chip--plain{width:auto;height:auto;background:transparent;border-radius:0}.stat-tile--stack{flex-direction:column;align-items:flex-start;gap:10px}.stat-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.stat-tile .stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.stat-tile .stat-value{font-size:clamp(18px,1.4vw + 12px,22px);line-height:1.3;letter-spacing:-.01em;overflow-wrap:anywhere;font-weight:700;margin-top:4px;font-variant-numeric:tabular-nums}.stat-tile .stat-sub{font-size:12px;color:var(--text-secondary);margin-top:2px}.quota-badge{display:inline-flex;align-items:center;gap:6px;width:fit-content;font-size:12px;font-weight:600;color:var(--accent-fill);background:transparent;border-radius:0;padding:0;margin-top:8px}.quota-badge.full{color:var(--danger-ink);background:transparent}.stat-chip--accent{background:var(--accent-tint);color:var(--accent-fill)}.stat-chip--mint{background:var(--success-bg);color:var(--success-ink)}.stat-chip--sky{background:#0ea5e91f;color:#0369a1}.stat-chip--violet{background:#8b5cf61f;color:#6d28d9}.stat-chip--coral{background:var(--danger-bg);color:var(--danger-ink)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.qris-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:24px}.qris-layout:not(:has(.qris-main)){grid-template-columns:minmax(0,1fr);max-width:720px;margin:0 auto}@media (max-width: 900px){.qris-layout{grid-template-columns:1fr;gap:18px;padding:16px}}.qris-main{display:flex;flex-direction:column;gap:14px;min-width:0}.qris-header{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:12px 20px;background:var(--tile);border:1px solid var(--border);border-radius:var(--r-card);margin-bottom:16px}.qris-header-pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--accent-ink);padding:5px 12px;background:var(--accent-tint);border-radius:100px;letter-spacing:.01em}.qris-header-pill .ph{font-size:14px;color:var(--accent)}.qris-header-time{font-size:22px;font-weight:700;font-family:var(--font-mono, ui-monospace, "SF Mono", Menlo, monospace);letter-spacing:.02em;color:var(--text);margin-left:auto;font-variant-numeric:tabular-nums}.qris-header-bar{flex-basis:100%;height:4px;background:var(--tile-2);border-radius:999px;overflow:hidden}.qris-header-bar-fill{height:100%;background:var(--accent-fill);border-radius:inherit;transition:width .4s var(--ease, ease)}.qris-header-bar-fill.is-warn{background:var(--accent)}.qris-header-deadline{flex-basis:100%;font-size:12.5px;color:var(--muted);margin:0}.qris-header-deadline strong{color:var(--text);font-weight:600}.biodata-card{background:var(--tile);border:1px solid var(--border);border-radius:var(--r-card);padding:22px 22px 18px;display:flex;flex-direction:column;gap:18px;width:100%;min-width:0}@media (max-width: 900px){.biodata-card{padding:18px 16px 14px;gap:14px}}.biodata-card--empty{text-align:center;padding:32px 20px;color:var(--muted);font-size:13.5px}.biodata-card-head{display:flex;align-items:center;gap:14px}.biodata-card-ico{width:40px;height:40px;border-radius:12px;background:var(--accent-tint);color:var(--accent-fill);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.biodata-card-ico .ph{font-size:22px}.biodata-card-eyebrow{font-size:10.5px;font-weight:700;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 2px}.biodata-card-title{font-size:15px;font-weight:700;color:var(--text);margin:0;line-height:1.35}.biodata-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0;padding:0}@media (max-width: 900px){.biodata-list{grid-template-columns:1fr;gap:10px}}.biodata-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.biodata-row dt{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted);font-weight:600;letter-spacing:.04em;margin:0;text-transform:uppercase}.biodata-row dt .ph{font-size:14px;color:var(--accent)}.biodata-row dd{font-size:14px;font-weight:600;color:var(--text);margin:0;width:100%;word-break:break-word;line-height:1.4}.biodata-mono{font-family:var(--font-mono, ui-monospace, "SF Mono", Menlo, monospace);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:13.5px}.biodata-note{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--muted);margin:0;padding:12px 14px;background:var(--tile-2);border-radius:10px;line-height:1.5}.biodata-note .ph{font-size:15px;color:var(--success, #15803d);flex-shrink:0;margin-top:1px}.biodata-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.biodata-card-head .biodata-card-eyebrow{margin:0}.biodata-edit-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:1px solid var(--border);border-radius:999px;padding:4px 10px;font:inherit;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease),border-color .15s var(--ease)}.biodata-edit-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.biodata-edit-btn .ph{font-size:13px}.biodata-edit{display:flex;flex-direction:column;gap:10px;margin-top:6px}.biodata-edit-field{display:flex;flex-direction:column;gap:4px}.biodata-edit-field label{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.biodata-edit-field input,.biodata-edit-field .select-wrap select{width:100%;box-sizing:border-box;font:inherit;font-size:13.5px;padding:9px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);transition:border-color .15s var(--ease)}.biodata-edit-field input:focus,.biodata-edit-field .select-wrap select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f973161f}.biodata-edit-field input:disabled,.biodata-edit-field .select-wrap select:disabled{background:var(--tile-2);cursor:not-allowed;opacity:.7}.biodata-edit-err{display:flex;align-items:center;gap:6px;margin:4px 0 0;padding:8px 10px;background:var(--danger-bg, rgba(220, 38, 38, .08));color:var(--danger, #dc2626);border-radius:8px;font-size:12.5px;font-weight:600}.biodata-edit-err .ph{font-size:14px}.biodata-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.biodata-edit-actions .btn{padding:8px 16px;font-size:13px}.qris-breakdown-label{font-size:10.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 4px}.qris-foot-note{display:flex;align-items:flex-start;gap:8px;font-size:11.5px;color:var(--muted);margin:0;line-height:1.5}.qris-foot-note .ph{font-size:14px;color:var(--accent);flex-shrink:0;margin-top:1px}.qris-side{display:flex;flex-direction:column;gap:14px}.qris-breakdown{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:14px;display:flex;flex-direction:column;gap:8px}.qris-breakdown .row{display:flex;justify-content:space-between;font-size:13px}.qris-breakdown .row.total{padding-top:8px;border-top:1px solid var(--border);font-weight:700}.qris-breakdown .row.total .v{color:var(--accent-fill);font-size:15px}.qris-cta{display:block;width:100%;padding:12px;background:var(--accent);color:#fff;font-weight:700;font-size:14px;border-radius:var(--r-btn);text-align:center;transition:all .15s var(--ease)}.qris-cta:hover:not(:disabled){background:var(--accent-fill)}.qris-cta:disabled{opacity:.5;cursor:not-allowed}.qris-dev-cta{display:block;width:100%;padding:12px;background:transparent;color:var(--accent-ink);font-weight:700;font-size:13px;border-radius:var(--r-btn);border:1px dashed var(--accent);text-align:center;transition:all .15s var(--ease)}.qris-dev-cta:hover:not(:disabled){background:var(--accent-tint)}@keyframes pulse-ring{0%,to{box-shadow:0 1px 2px #0000000f,0 0 #f9731659}50%{box-shadow:0 1px 2px #0000000f,0 0 0 8px #f9731600}}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}80%{opacity:1}to{transform:translateY(520px) rotate(720deg);opacity:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--bg)}.admin-sidebar{position:sticky;top:0;height:100vh;min-height:100vh;background:var(--tile);border-right:1px solid var(--border);padding:0;overflow-y:auto;display:flex;flex-direction:column;z-index:100}.admin-sidebar-nav{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding-bottom:16px}.admin-sidebar-group{margin-bottom:6px}.admin-sidebar-topbar{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 16px;border-bottom:1px solid var(--border);flex-shrink:0}.admin-sidebar-logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--text)}.admin-sidebar-logo-img{height:26px;width:auto;display:block}.admin-sidebar-close{display:none;padding:4px;color:var(--muted)}.admin-sidebar-group-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);padding:18px 16px 8px}.admin-sidebar-list{list-style:none;padding:0 8px;margin:0}.admin-sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:500;color:var(--text-secondary);transition:background .16s var(--ease),color .16s var(--ease);position:relative}.admin-sidebar-item:hover{background:var(--tile-2);color:var(--text);text-decoration:none}.admin-sidebar-item.active{background:var(--accent-tint);color:var(--accent-fill);font-weight:600}.admin-sidebar-item.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--accent);border-radius:3px}.admin-sidebar-footer{flex-shrink:0;padding:12px 8px 16px;border-top:1px solid var(--border);margin-top:8px;background:var(--tile)}.admin-sidebar-logout{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:10px;font-family:inherit;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:background .16s var(--ease),color .16s var(--ease),transform .16s var(--ease);text-align:left}.admin-sidebar-logout:hover{background:var(--tile-2);color:var(--text)}.admin-sidebar-logout:active{transform:translateY(1px)}.admin-sidebar-logout:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.admin-main{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.admin-header{display:flex;align-items:center;gap:12px;height:56px;padding:0 28px;background:var(--tile);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:5;flex-shrink:0}.admin-hamburger{display:none;padding:4px 2px;color:var(--text-secondary);align-items:center;justify-content:center}.admin-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;color:var(--muted)}.admin-breadcrumb-part{display:flex;align-items:center;gap:4px}.admin-breadcrumb-part a{color:var(--text-secondary)}.admin-breadcrumb-part a:hover{color:var(--text);text-decoration:underline}.admin-breadcrumb-current{font-weight:600;color:var(--text)}.admin-breadcrumb-sep{color:var(--border-strong);margin:0 2px}.admin-main section.section{padding:28px 32px 56px}.admin-main .container{max-width:none;width:100%}@media (max-width: 1024px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;top:0;left:0;width:288px;height:100dvh;transform:translate(-100%);transition:transform .28s var(--ease);box-shadow:0 0 0 1px var(--border),var(--shadow-lg)}.admin-sidebar--open{transform:translate(0)}.admin-sidebar-close,.admin-hamburger{display:flex;align-items:center;justify-content:center}.admin-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#18181b52;opacity:0;pointer-events:none;transition:opacity .24s var(--ease);z-index:99}.admin-sidebar-backdrop--open{opacity:1;pointer-events:auto}}@media (prefers-reduced-motion: reduce){.admin-sidebar,.admin-sidebar-backdrop,.admin-sidebar-item{transition-duration:.01ms!important;transform:translate(0)!important}.admin-sidebar-backdrop{opacity:0!important;pointer-events:none!important}}.form-shell{display:flex;flex-direction:column;gap:20px;max-width:920px}.form-card{background:var(--tile);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.form-card-head{display:flex;align-items:flex-start;gap:12px;padding:18px 22px 16px;border-bottom:1px solid var(--border)}.form-card-head .fc-icon{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--accent-tint);color:var(--accent-fill);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent)}.form-card-head h3{font-size:15.5px;font-weight:700;color:var(--text);line-height:1.3;letter-spacing:-.01em}.form-card-head p{font-size:13px;color:var(--muted);margin-top:2px;line-height:1.55}.form-card-body{padding:22px;display:flex;flex-direction:column;gap:18px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-media-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 720px){.form-grid-2,.form-media-row{grid-template-columns:1fr}}.lineup-fields{display:flex;flex-direction:column;gap:10px}.lineup-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.lineup-row-fields{display:grid;grid-template-columns:1fr 1fr minmax(150px,180px);gap:10px;align-items:start}.lineup-row input{width:100%}.lineup-row .uploader{min-width:0}.lineup-row .uploader-label{font-size:11px}.lineup-row .uploader-hint{font-size:10px}.lineup-remove{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:var(--r-btn);background:var(--tile-3);color:var(--muted);cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease)}.lineup-remove:hover{border-color:var(--danger);color:var(--danger)}.lineup-add{align-self:flex-start;display:inline-flex;align-items:center;gap:6px}@media (max-width: 720px){.lineup-row-fields{grid-template-columns:1fr 1fr}.lineup-row-fields .uploader{grid-column:1 / -1;max-width:180px}}@media (max-width: 480px){.lineup-row,.lineup-row-fields{grid-template-columns:1fr}.lineup-row-fields .uploader{grid-column:auto}}.form-actionbar{position:sticky;bottom:0;display:flex;align-items:center;gap:12px;padding:14px 22px;background:color-mix(in srgb,var(--tile) 88%,transparent);-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-md)}.form-actionbar .spacer{flex:1}.form-actionbar .save-hint{font-size:12px;color:var(--muted)}.ticket-inline-edit-grid{display:grid;grid-template-columns:2fr 3fr 1fr 1fr 1fr auto;gap:8px;align-items:end}@media (max-width: 860px){.ticket-inline-edit-grid{grid-template-columns:1fr 1fr}}.uploader{display:flex;flex-direction:column;gap:8px}.uploader-label{font-size:12.5px;font-weight:600;color:var(--text)}.uploader-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;padding:24px;border:1.5px dashed var(--border-strong);border-radius:var(--r-card);background:var(--tile-2);color:var(--text-secondary);cursor:pointer;text-align:center;transition:border-color .18s var(--ease),background .18s var(--ease),transform .12s var(--ease)}.uploader-drop:hover{border-color:var(--accent);background:var(--accent-tint)}.uploader-drop:active{transform:scale(.995)}.uploader-drop.is-dragging{border-color:var(--accent);background:var(--accent-tint);border-style:solid}.uploader-drop:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.uploader-icon{color:var(--accent)}.uploader-cta{font-size:13px;font-weight:600;color:var(--text)}.uploader-cta u{color:var(--accent-fill);text-decoration:underline}.uploader-hint{font-size:11.5px;color:var(--muted)}.uploader-preview{position:relative;width:100%;border-radius:var(--r-card);overflow:hidden;border:1px solid var(--border);background:var(--tile-2)}.uploader-preview img{width:100%;height:100%;object-fit:cover;display:block}.uploader-drop.uploader-free{min-height:200px}.uploader-preview.uploader-free img{height:auto;object-fit:contain}.uploader-actions{position:absolute;right:10px;bottom:10px;display:flex;gap:6px}.uploader-btn{padding:6px 12px;font-size:12px;font-weight:600;border-radius:var(--r-btn);background:color-mix(in srgb,var(--tile) 92%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:background .15s var(--ease),transform .12s var(--ease)}.uploader-btn:hover{background:var(--tile)}.uploader-btn:active{transform:translateY(1px)}.uploader-btn-danger{color:#b91c1c}.uploader-btn-danger:hover{background:var(--danger-bg)}.uploader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;background:#18181b73;color:#fff;font-size:13px;font-weight:600}.uploader-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:uploader-spin .7s linear infinite}@keyframes uploader-spin{to{transform:rotate(360deg)}}.uploader-error{font-size:12px;color:#b91c1c;line-height:1.5}@media (prefers-reduced-motion: reduce){.uploader-spinner{animation-duration:1.4s}}.home-mobile-search{display:none;padding:12px 16px;background:var(--bg)}.home-mobile-search.flush{padding-top:10px;padding-bottom:10px;background:var(--bg)}.home-mobile-search label{position:relative;display:flex;align-items:center;gap:10px;background:var(--tile-1);border:1px solid var(--border);border-radius:12px;padding:11px 14px;box-shadow:0 1px 2px #00000008}.home-mobile-search .search-dropdown{top:calc(100% + 8px);left:0;right:0;max-height:60vh;width:auto;max-width:calc(100vw - 32px)}.home-mobile-search .ph{color:var(--muted);font-size:17px;flex-shrink:0}.home-mobile-search input{flex:1;min-width:0;border:0;background:transparent;outline:none;font:inherit;font-size:16px;color:var(--text)}.home-mobile-search input::placeholder{color:var(--muted)}.detail-section{padding-top:0!important}.detail-section .section-head{margin-top:64px}@media (max-width: 720px){.detail-section .section-head{margin-top:24px}}.detail-hero{position:relative;aspect-ratio:4 / 1;max-height:380px;overflow:hidden;border-radius:0;background:var(--tile-3);width:100%}.detail-hero .detail-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.detail-hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f97316,#c2410c)}@media (max-width: 900px){.home-mobile-search{display:block;position:sticky;top:var(--nav-h, 64px);z-index:35}.all-events-page>.home-mobile-search{display:none}.nav-search,body.detail-page .nav-search{display:none}.detail-hero{max-height:280px}}.detail-title-row{display:flex;flex-direction:column;gap:16px;padding:22px 0}.detail-title-row h1{font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0;line-height:1.2}.detail-meta{display:flex;flex-wrap:wrap;gap:10px 28px;align-items:center}.meta-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:0;background:transparent;border:0;border-radius:0;flex:0 0 auto;min-width:0}.meta-item--full{flex-basis:100%;width:100%;padding-top:6px;border-top:1px dashed var(--border);margin-top:4px}.meta-ic{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.meta-ic .ph{font-size:20px;line-height:1}.meta-v{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text);font-weight:600}.meta-v a{color:var(--accent);text-underline-offset:3px}.meta-v a:hover{color:var(--accent-fill)}.share-btn{align-self:flex-start;height:40px;padding:0 16px;border:1px solid var(--border);border-radius:var(--r-btn);background:transparent;color:var(--text);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease)}.share-btn svg,.share-btn .ph{color:var(--accent)}.share-btn:hover{border-color:var(--accent);color:var(--accent)}@media (max-width: 640px){.detail-meta{flex-direction:column;align-items:flex-start;gap:12px}.meta-item{width:100%}.share-btn{margin-top:4px}}.detail-body{display:grid;grid-template-columns:1fr 360px;gap:32px;min-width:0}@media (max-width: 720px){.detail-body{grid-template-columns:1fr;gap:24px}.detail-sidebar{width:100%}.detail-main{gap:14px}.detail-card{padding:16px 20px}.detail-title-row h1{font-size:24px}.detail-hero{max-height:200px}.lineup-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.detail-hero{aspect-ratio:4 / 5;max-height:none;border-radius:0}}@media (max-width: 480px){.detail-body{gap:16px}.detail-section{padding-top:0!important}.detail-card{padding:14px 16px}.card-lead{font-size:14px}.meta-rows{grid-template-columns:1fr}.meta-rows dd{padding-left:0}.lineup-grid{grid-template-columns:1fr}.ticket-row{grid-template-columns:1fr;gap:8px}.ticket-row-right{display:flex;align-items:center;justify-content:space-between;width:100%}}.detail-main{display:flex;flex-direction:column;gap:18px;min-width:0}.detail-block{display:flex;flex-direction:column;gap:10px;min-width:0}.detail-block-title{font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0}.detail-card{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:20px 24px;min-width:0}.detail-card p{margin:0}.card-lead{font-size:15px;line-height:1.7;color:var(--text);overflow-wrap:anywhere}.card-more{font-size:14px;line-height:1.7;color:var(--muted);margin-top:10px;white-space:pre-line}.meta-rows{display:grid;grid-template-columns:120px 1fr;margin-top:14px}.meta-rows>div{display:contents}.meta-rows dt{padding:12px 0;font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid var(--border)}.meta-rows dd{padding:12px 0 12px 16px;margin:0;font-size:14px;color:var(--text);border-top:1px solid var(--border);overflow-wrap:anywhere}.meta-rows>div:first-child dt,.meta-rows>div:first-child dd{border-top:none}.meta-rows dd a{color:var(--accent);text-underline-offset:3px}.lineup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px}.lineup-item{display:flex;flex-direction:column;gap:5px;align-items:center;text-align:center}.lineup-image{width:min(100%,150px);aspect-ratio:1;object-fit:cover;display:block;border-radius:var(--r-btn);background:var(--tile-3)}.lineup-name{font-size:13.5px;font-weight:600;line-height:1.3}.lineup-time{font-size:11.5px;font-weight:500;color:var(--accent);letter-spacing:.02em}.bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.bullet-list li{position:relative;padding-left:18px;font-size:13.5px;line-height:1.6;color:var(--muted);overflow-wrap:anywhere}.bullet-list li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.detail-sidebar{background:var(--tile);border:1px solid var(--border);border-radius:var(--r-card);padding:18px;align-self:start}.sidebar-map{position:relative;width:100%;margin-bottom:14px;border-radius:12px;overflow:hidden;background:var(--tile-2)}.sidebar-map img{display:block;width:100%;height:auto}.sidebar-ticket-title{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:2px 0 12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.sidebar-ticket-title svg,.sidebar-ticket-title .ph{color:var(--accent)}.ticket-list{display:flex;flex-direction:column;gap:8px;margin:0;scroll-margin-bottom:96px}.ticket-row{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--r-btn);background:var(--tile-2);transition:border-color .2s var(--ease),box-shadow .3s var(--ease)}@property --tkt-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.ticket-row.on{border-color:transparent;background:var(--tile-2);box-shadow:0 6px 20px -12px #f973168c}.ticket-row.on:before{content:"";position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--tkt-angle),#18181b 0deg,#f97316 70deg,#fdba74 110deg,#18181b 180deg,#f97316 250deg,#fdba74 290deg,#18181b 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:tktBorderSpin 2.6s linear infinite;pointer-events:none;z-index:0}.ticket-row.on>*{position:relative;z-index:1}@keyframes tktBorderSpin{to{--tkt-angle: 360deg}}@media (prefers-reduced-motion: reduce){.ticket-row.on:before{animation:none}}.ticket-info{display:flex;flex-direction:column;gap:2px;min-width:0}.ticket-name{font-size:14px;font-weight:600;line-height:1.3}.ticket-desc{font-size:12px;color:var(--muted);line-height:1.4;overflow-wrap:anywhere}.ticket-stock{font-size:11px;color:var(--text-secondary)}.ticket-row.sold-out{opacity:.55;cursor:not-allowed}.ticket-row.sold-out .ticket-stock{color:var(--danger);font-weight:600}.ticket-row.coming-soon{opacity:.68;cursor:not-allowed}.ticket-row.coming-soon .ticket-stock{color:var(--accent-fill);font-weight:600}.ticket-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ticket-price{font-size:14px;font-weight:700;color:var(--accent-fill);white-space:nowrap}.stepper{display:flex;align-items:center;gap:0}.step-btn{width:28px;height:28px;border-radius:var(--r-btn);border:1px solid var(--border);background:var(--tile-3);color:var(--text);font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer}.step-btn:disabled{opacity:.4;cursor:not-allowed}.step-btn:active:not(:disabled){transform:scale(.92)}.step-val{width:34px;text-align:center;font-weight:700;font-size:14px}.sidebar-total{margin-top:14px;padding-top:16px;border-top:1px solid var(--border)}.sidebar-total-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.sidebar-total-row .lbl{font-size:13px;color:var(--muted)}.sidebar-total-row .val{font-size:18px;font-weight:700;color:var(--text)}.btn-buy{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;border:none;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-size:14.5px;font-weight:600;cursor:pointer;transition:transform .15s var(--ease),background .3s var(--ease)}.btn-buy:hover:not(:disabled){background:#a83a07}.btn-buy:active:not(:disabled){transform:scale(.97)}.btn-buy:disabled{background:var(--tile-3);color:var(--muted);cursor:not-allowed}.btn-buy-hint{font-size:12px;color:var(--muted);text-align:center;margin:10px 0 0}.queue-trigger{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;margin-top:10px;border:1px solid var(--border);border-radius:var(--r-btn);background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s var(--ease),border-color .2s var(--ease)}.queue-trigger:hover{background:var(--accent-tint);border-color:var(--accent);color:var(--accent-fill)}.queue-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000052;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:queueFadeIn .25s var(--ease)}.queue-card{position:relative;width:100%;max-width:420px;background:#fff;border:1px solid var(--border);border-radius:var(--r-card);padding:32px 28px 24px;box-shadow:0 24px 64px #78350f24;text-align:center}.queue-event{display:flex;align-items:center;gap:14px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--border)}.queue-event-cover{width:48px;height:48px;border-radius:10px;object-fit:cover;background:var(--tile-3);flex-shrink:0}.queue-event-info{flex:1;text-align:left;min-width:0}.queue-event-title{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-event-date{font-size:12px;color:var(--muted);margin-top:2px}.queue-status-icon{display:flex;justify-content:center;align-items:center;margin-bottom:20px;min-height:64px}.queue-dots{display:flex;gap:6px;align-items:center}.queue-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);opacity:.3;animation:queuePulse 1.4s var(--ease) infinite}.queue-dot:nth-child(2){animation-delay:.2s}.queue-dot:nth-child(3){animation-delay:.4s}@keyframes queuePulse{0%,80%,to{opacity:.3;transform:scale(.9)}40%{opacity:1;transform:scale(1.1)}}@keyframes queueFadeIn{0%{opacity:0}to{opacity:1}}.queue-status-check{color:var(--success);font-size:32px}.queue-status-x{color:var(--danger);font-size:32px}.queue-label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:6px}.queue-position{font-size:36px;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:4px}.queue-position .of{font-size:16px;font-weight:500;color:var(--muted);margin-left:4px}.queue-wait{font-size:14px;color:var(--accent-fill);font-weight:600;margin-bottom:20px}.queue-progress{width:100%;height:4px;border-radius:2px;background:var(--tile-3);overflow:hidden;margin-bottom:8px}.queue-progress-bar{height:100%;background:var(--accent);border-radius:2px;transition:width .6s var(--ease)}.queue-timer{font-size:13px;color:var(--muted);margin-bottom:24px}.queue-cta{display:block;width:100%;padding:14px 20px;border:none;border-radius:var(--r-btn);background:var(--accent);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,box-shadow .2s}.queue-cta:hover:not(:disabled){background:var(--accent-fill);box-shadow:0 4px 16px #f973164d}.queue-cta:disabled{opacity:.5;cursor:not-allowed}.queue-cta-success{background:var(--success)}.queue-cta-success:hover:not(:disabled){background:#16a34a}.queue-leave{display:block;width:100%;margin-top:10px;padding:10px 20px;border:1px solid #fecaca;border-radius:var(--r-btn);background:#fff;color:var(--danger);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s}.queue-leave:hover:not(:disabled){background:#fef2f2}.queue-msg{font-size:14px;color:var(--muted);line-height:1.5;margin-bottom:20px;padding:0 4px}@media (max-width: 640px){.queue-card{max-width:100%;margin:16px}.queue-position{font-size:30px}}@media (max-width: 900px){.detail-body{grid-template-columns:1fr}.detail-sidebar{position:static}.lineup-grid{grid-template-columns:repeat(2,1fr)}}.buy-bar{display:none;position:fixed;left:0;right:0;bottom:0;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--tile-1);border-top:1px solid var(--border);box-shadow:0 -12px 32px #0000001a;z-index:40}.buy-bar .bb-total{display:flex;flex-direction:column;min-width:0}.buy-bar .bb-amt{font-size:17px;font-weight:600;color:var(--text);letter-spacing:-.01em;white-space:nowrap}.buy-bar .bb-sub{font-size:12px;color:var(--muted)}.buy-bar .btn-buy{width:auto;min-width:150px;height:48px;padding:0 22px;flex-shrink:0}@media (max-width: 1068px){.buy-bar{display:flex}.sidebar-total{display:none}.footer{padding-bottom:calc(84px + env(safe-area-inset-bottom))}}.checkout-layout{display:flex;flex-direction:column;gap:0;width:100%;max-width:620px;margin:0 auto;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden}.co-banner{position:relative;aspect-ratio:4 / 1;overflow:hidden;background:linear-gradient(135deg,#f97316,#c2410c)}.co-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.co-event-head{padding:24px 26px 0;display:flex;flex-direction:column;gap:12px}.co-banner-title{font-size:25px;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0}.co-banner-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:2px}.co-banner-meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.co-banner-meta-item svg,.co-banner-meta-item .ph{color:var(--accent);font-size:15px}.co-main{padding:24px 26px 26px;display:flex;flex-direction:column;gap:20px}.co-main-card{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:18px 20px}.co-h{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 14px}.co-sub{font-size:13px;color:var(--muted);margin:0;line-height:1.5}.co-rows{display:flex;flex-direction:column;gap:10px}.co-row{display:flex;justify-content:space-between;gap:16px;font-size:14.5px;align-items:baseline}.co-row .co-name{color:var(--text)}.co-row .co-name .qty{color:var(--muted);font-size:13px}.co-row .co-price{color:var(--text);font-weight:600}.co-row.is-muted .co-name{color:var(--muted);font-size:13.5px}.co-row.is-muted .co-price{color:var(--muted);font-size:13.5px;font-weight:500}.co-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.co-total span:first-child{font-size:13px;color:var(--muted)}.co-total .amt{font-size:23px;font-weight:700;color:var(--accent);letter-spacing:-.02em}.co-row.is-voucher .co-name{color:var(--accent);font-weight:500}.co-row.is-voucher .co-name i{margin-right:4px;font-size:13px}.co-row.is-voucher .co-name strong{font-family:ui-monospace,JetBrains Mono,SF Mono,Consolas,monospace;font-weight:600;letter-spacing:.02em}.co-row.is-voucher .co-price.is-discount{color:var(--accent);font-weight:700;font-variant-numeric:tabular-nums}.co-paymethod{display:flex;flex-direction:column;gap:8px;margin:14px 0 4px}.co-paymethod-opt{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1.5px solid var(--border, #e5e5e5);border-radius:12px;background:var(--surface, #fff);cursor:pointer;transition:all .2s var(--ease)}.co-paymethod-opt:hover,.co-paymethod-opt.is-active{border-color:var(--accent, #f97316)}.co-paymethod-opt input[type=radio]{margin-top:3px;accent-color:var(--accent, #f97316);width:16px;height:16px;flex-shrink:0}.co-paymethod-body{display:flex;align-items:flex-start;gap:12px;flex:1}.co-paymethod-body strong{display:block;font-size:14px;font-weight:700;color:var(--text, #1a1a1a)}.co-paymethod-body small{display:block;font-size:12px;color:var(--muted, #6b7280);margin-top:2px;line-height:1.4}.co-voucher{margin-top:14px;padding:12px 14px;border:1px dashed var(--border-strong);border-radius:var(--r-card, 14px);background:linear-gradient(180deg,#f973160a,#f9731600),var(--bg);transition:border-color .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease);animation:co-voucher-in .35s var(--ease) both}.co-voucher:hover{border-color:var(--accent);box-shadow:0 6px 20px -10px #f9731659}.co-voucher.is-error{border-color:#ef4444;background:linear-gradient(180deg,#ef44440d,#ef444400),var(--bg);animation:co-voucher-shake .45s var(--ease) both}.co-voucher-head{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0;margin:0;background:transparent;border:0;cursor:pointer;text-align:left;font:inherit;color:inherit}.co-voucher-head:focus-visible{outline:0}.co-voucher-head:focus-visible .co-voucher-title{color:var(--accent)}.co-voucher-title{font-size:13.5px;font-weight:600;color:var(--text)}.co-voucher-caret{font-size:14px;color:var(--muted);transition:transform .25s var(--ease),color .2s var(--ease);flex-shrink:0}.co-voucher-caret.is-open{transform:rotate(180deg);color:var(--accent)}.co-voucher-body{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:grid-template-rows .3s var(--ease),opacity .25s var(--ease),margin-top .3s var(--ease);margin-top:0}.co-voucher-body.is-open{grid-template-rows:1fr;opacity:1;margin-top:10px}.co-voucher-body>*{min-height:0}.co-voucher-input{display:flex;gap:8px;align-items:stretch;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:4px 4px 4px 12px;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.co-voucher-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.co-voucher.is-error .co-voucher-input{border-color:#ef4444}.co-voucher-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:600 14.5px ui-monospace,JetBrains Mono,SF Mono,Consolas,monospace;letter-spacing:.04em;color:var(--text);text-transform:uppercase;padding:8px 0}.co-voucher-input input::placeholder{color:var(--muted);font-weight:500;letter-spacing:.02em;text-transform:none}.co-voucher-input input:disabled{opacity:.55;cursor:not-allowed}.co-voucher-apply{display:inline-flex;align-items:center;gap:6px;padding:0 14px;border:0;border-radius:8px;background:var(--accent);color:#fff;font:600 13px Plus Jakarta Sans,system-ui,sans-serif;cursor:pointer;transition:background .2s var(--ease),transform .15s var(--ease),opacity .2s var(--ease);white-space:nowrap}.co-voucher-apply:hover:not(:disabled){background:var(--accent-hover)}.co-voucher-apply:active:not(:disabled){transform:scale(.97)}.co-voucher-apply:disabled{opacity:.5;cursor:not-allowed}.co-voucher-apply i{font-size:14px}.co-voucher-apply .co-voucher-apply-ic{display:none}.co-voucher-error{display:flex;align-items:center;gap:6px;margin:8px 2px 0;font-size:12.5px;color:#b91c1c;line-height:1.4;animation:co-voucher-fadein .25s var(--ease) both}.co-voucher-error i{font-size:15px;flex-shrink:0}.co-voucher.is-applied{border:1px solid transparent;padding:0;background:linear-gradient(135deg,var(--accent) 0%,#fb923c 100%);box-shadow:0 8px 24px -10px #f9731673;animation:co-voucher-pop .4s var(--ease) both}.co-voucher.is-applied:hover{box-shadow:0 10px 28px -10px #f973168c}.co-voucher-applied{display:flex;align-items:center;gap:12px;padding:12px 14px;color:#fff}.co-voucher-applied-text{display:flex;flex-direction:column;min-width:0;flex:1}.co-voucher-applied-label{font-size:11px;font-weight:500;opacity:.85;letter-spacing:.04em;text-transform:uppercase}.co-voucher-applied-code{font:700 15px ui-monospace,JetBrains Mono,SF Mono,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase;margin-top:2px;background:#ffffff26;padding:2px 8px;border-radius:6px;align-self:flex-start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.co-voucher-applied-save{font:700 14px Plus Jakarta Sans,system-ui,sans-serif;font-variant-numeric:tabular-nums;background:#fff;color:var(--accent);padding:6px 10px;border-radius:8px;white-space:nowrap;flex-shrink:0}.co-voucher-applied-remove{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;border:0;border-radius:8px;color:#fff;font-size:14px;cursor:pointer;transition:background .2s var(--ease),transform .15s var(--ease);flex-shrink:0}.co-voucher-applied-remove:hover{background:#ffffff47}.co-voucher-applied-remove:active{transform:scale(.92)}@keyframes co-voucher-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes co-voucher-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}}@keyframes co-voucher-fadein{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:none}}@keyframes co-voucher-pop{0%{opacity:0;transform:scale(.95)}60%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.co-voucher-applied{flex-wrap:wrap;gap:10px}.co-voucher-applied-save{order:4;width:100%;text-align:center;padding:8px 10px}.co-voucher-applied-remove{order:3}}.co-form{display:flex;flex-direction:column;gap:22px;background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:22px 24px}.co-form .co-h{margin:0 0 6px}.co-group{display:flex;flex-direction:column;gap:14px}.co-group+.co-group{padding-top:20px;border-top:1px solid var(--border);position:relative}.co-group+.co-group:before{content:"";position:absolute;top:-1px;left:0;width:36px;height:1px;background:var(--accent)}.co-form .field label{font-size:13px}.co-form .field label .req{color:var(--accent)}.co-form .field input,.co-form .field select,.co-form .tel-wrap{height:46px;padding:0 14px;border:1px solid var(--border);border-radius:var(--r-btn);background:var(--bg);color:var(--text);font:14px Plus Jakarta Sans,system-ui,sans-serif;transition:border-color .2s var(--ease)}.co-form .field input::placeholder{color:var(--muted);opacity:.7}.co-form .field input:focus,.co-form .field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f9731624}.co-form .field-err{display:block;color:#b91c1c;font-size:12px;line-height:1.35;margin:0}.select-wrap{position:relative}.select-wrap select{width:100%;padding:0 38px 0 14px!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.select-wrap .ph{position:absolute;right:13px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted);font-size:14px}.tel-wrap{display:flex;padding:0!important}.tel-wrap select{width:92px!important;padding:0 10px!important;border:none!important;border-right:1px solid var(--border)!important;border-radius:0!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background:transparent!important;height:44px!important}.tel-wrap input{flex:1;min-width:0;border:none!important;border-radius:0!important;background:transparent!important;height:44px!important}.co-cta{display:flex;align-items:center;justify-content:center;gap:10px;height:52px;border:none;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-size:16px;font-weight:600;margin-top:4px;cursor:pointer;transition:transform .15s var(--ease),background .3s var(--ease)}.co-cta:not(:disabled):hover{background:#a83a07}.co-cta:active{transform:scale(.98)}.co-cta:disabled{background:var(--tile-3);color:var(--muted);cursor:not-allowed}@keyframes co-spin{to{transform:rotate(360deg)}}.ph-spinner{animation:co-spin 1s linear infinite;display:inline-block}.agree{display:flex;align-items:flex-start;gap:10px;padding-top:4px;cursor:pointer}.agree input{width:18px;height:18px;margin:1px 0 0;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.agree span{font-size:13px;color:var(--muted);line-height:1.5}.agree .link-inline{color:var(--accent);text-decoration:underline;text-decoration-color:#f9731659;text-underline-offset:3px}@media (max-width: 480px){.checkout-layout{max-width:100%;border-radius:var(--r-card);border:1px solid var(--border)}.co-event-head{padding:20px 18px 0}.co-main{padding:18px 18px 22px;gap:16px}.co-main-card,.co-form{padding:16px;background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card)}.co-main-card{padding-bottom:14px}.co-form{gap:18px}.co-form .field input,.co-form .field select,.co-form .tel-wrap,.tel-wrap{width:100%}.tel-wrap select{width:auto!important;flex:0 0 80px}.co-cta{height:48px;font-size:15px}.co-banner{height:auto;aspect-ratio:4 / 1}.co-banner-title{font-size:20px}.co-banner-meta{gap:12px}.co-form .field input,.co-form .field select,.tel-wrap input,.tel-wrap select{font-size:16px}}.pm-layout{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}.pm-main{display:flex;flex-direction:column;gap:16px}.pm-title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0}.pm-methods{display:flex;flex-direction:column;gap:10px}.pm-method{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-2);cursor:pointer;transition:border-color .3s var(--ease),background .3s var(--ease)}.pm-method.on{border-color:var(--accent);background:var(--tile-3)}.pm-method:hover{border-color:var(--muted)}.pm-method.on:hover{border-color:var(--accent)}.pm-method input{position:absolute;opacity:0;pointer-events:none}.pm-icon{width:44px;height:44px;border-radius:12px;background:var(--tile-3);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s var(--ease)}.pm-icon svg,.pm-icon .ph{font-size:22px;color:var(--text)}.pm-method.on .pm-icon{background:#f9731624}.pm-method.on .pm-icon svg,.pm-method.on .pm-icon .ph{color:var(--accent)}.pm-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.pm-name{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pm-desc{font-size:13px;color:var(--muted);line-height:1.45}.pm-check{font-size:20px;color:var(--border);flex-shrink:0;transition:color .3s var(--ease)}.pm-method.on .pm-check{color:var(--accent)}.ew-sub{margin-top:4px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-1)}.ew-sub-h{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.ew-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ew-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:1px solid var(--border);border-radius:12px;background:var(--tile-2);cursor:pointer;transition:all .2s var(--ease)}.ew-card:hover{border-color:var(--muted);background:var(--tile-3)}.ew-card.on{border-color:var(--accent);background:#f973160f;box-shadow:0 0 0 2px #f973161f}.ew-card input{position:absolute;opacity:0;pointer-events:none}.ew-logo{width:32px;height:32px;border-radius:8px;background:var(--tile-3);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text);font-weight:700}.ew-name{font-size:11px;font-weight:600;color:var(--text)}.ew-card.on .ew-name{color:var(--accent-ink)}.ew-check{font-size:12px;color:var(--border);transition:color .2s var(--ease)}.ew-card.on .ew-check{color:var(--accent)}.ew-gopay .ew-logo{background:#00aed6;color:#fff}.ew-shopee .ew-logo{background:#ee4d2d;color:#fff}.ew-dana .ew-logo{background:#137cff;color:#fff}.ew-ovo .ew-logo{background:#4c3494;color:#fff}.pm-summary{border:1px solid var(--border);background:var(--tile-1);border-radius:var(--r-card);padding:22px 20px;display:flex;flex-direction:column;gap:14px;position:sticky;top:96px;align-self:start}.pm-sum-h{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0}.pm-event{display:flex;gap:12px;align-items:center}.pm-event img{width:52px;height:52px;border-radius:10px;object-fit:cover;flex-shrink:0}.pm-event p{font-size:14px;font-weight:600;line-height:1.3;margin:0}.pm-event span{font-size:12.5px;color:var(--muted)}.pm-cta{height:48px;border:none;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s var(--ease),background .3s var(--ease)}.pm-cta:hover:not(:disabled){background:#a83a07}.pm-cta:active:not(:disabled){transform:scale(.98)}.pm-cta:disabled{background:var(--tile-3);color:var(--muted);cursor:not-allowed}@media (max-width: 860px){.pm-layout{grid-template-columns:1fr}.pm-summary{position:static}}.qris-event{display:flex;flex-direction:column;gap:0;overflow:hidden}.qris-event-cover{position:relative;width:100%;aspect-ratio:2.4 / 1;max-height:180px;overflow:hidden;background:var(--tile-3)}.qris-event-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.qris-event-body{padding:14px 16px 4px}.qris-event-title{margin:0;font-size:14.5px;font-weight:700;line-height:1.3;color:var(--text);letter-spacing:-.01em}.qris-event-meta{display:flex;flex-direction:column;gap:6px;margin-top:9px;padding-top:9px;border-top:1px solid var(--border);width:100%}.qris-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.qris-meta-row .k{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.qris-meta-row .k svg,.qris-meta-row .k .ph{color:var(--accent);font-size:13px}.qris-meta-row .v{font-weight:600;color:var(--text);text-align:right;font-size:12.5px;line-height:1.4}.qris-deadline{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--muted);padding:12px 14px;background:var(--tile-2);border-radius:10px}.qris-deadline svg,.qris-deadline .ph{color:var(--accent);font-size:16px;flex-shrink:0}.qris-deadline .txt{display:flex;flex-direction:column;line-height:1.4}.qris-deadline .txt span{font-size:11px;color:var(--muted)}.qris-deadline .txt b{font-size:13px;color:var(--text);font-weight:600}.qris-download{height:44px;width:100%;border:none;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .15s var(--ease),background .3s var(--ease)}.qris-download:hover{background:#a83a07}.qris-download:active{transform:scale(.98)}.qris-cancel{background:none;border:none;color:var(--muted);font-size:13px;cursor:pointer;text-decoration:underline;text-decoration-color:#52525b4d;text-underline-offset:3px;padding:0;text-align:center;display:block;width:100%;margin-top:2px}.qris-cancel:hover{color:var(--text)}.staff-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.staff-col{display:flex;flex-direction:column;gap:16px;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);padding:22px 24px;box-shadow:var(--shadow-sm)}.staff-col h4{font-size:15.5px;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--text)}.result-card{padding:22px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-1);box-shadow:var(--shadow-sm)}.result-card.paid{border-color:var(--border);box-shadow:var(--shadow-sm)}.result-head{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;letter-spacing:-.01em;margin-bottom:18px;color:var(--text)}.result-head svg,.result-head .ph{color:#fff;background:var(--text);border-radius:50%;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.result-head.warn svg,.result-head.warn .ph{background:var(--warning-ink)}.result-head.bad svg,.result-head.bad .ph{background:var(--danger-ink)}.result-row{display:flex;justify-content:space-between;gap:16px;font-size:14px;padding:10px 0;border-bottom:1px solid var(--border)}.result-row:last-of-type{border-bottom:none}.result-row .k{color:var(--muted);font-size:13px}.result-row .v{font-weight:600;text-align:right;color:var(--text)}.result-row .v.masked{font-variant-numeric:tabular-nums;letter-spacing:.06em}.staff-divider{height:1px;background:var(--border);margin:4px 0;border:0}.staff-input-row{display:flex;gap:10px;align-items:stretch}.staff-input-row input{flex:1;min-width:0;height:44px;padding:0 16px;border:1px solid var(--border);border-radius:var(--r-input);background:var(--tile);font:inherit;font-size:14px;color:var(--text);transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.staff-input-row input:focus{outline:none;border-color:var(--accent);box-shadow:var(--accent-ring)}.staff-input-row .btn-redeem{margin-top:0;width:auto;padding:0 20px;height:44px;flex-shrink:0}.staff-label{display:block;font-size:12.5px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.staff-sub{margin-top:10px;padding:10px 14px;font-size:12.5px;color:var(--muted);background:var(--tile-2);border-radius:10px;border-left:3px solid var(--accent);line-height:1.55}.staff-ticket-row{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid var(--border)}.staff-ticket-row:last-child{border-bottom:0}.staff-ticket-line{display:flex;justify-content:space-between;gap:12px;font-size:13.5px;align-items:center}.staff-ticket-meta{font-size:12px;color:var(--muted)}.staff-redeem-row{display:flex;gap:8px}.staff-redeem-row .btn-redeem{margin-top:0;height:38px;font-size:13px;flex:1}.staff-ticket-list{display:flex;flex-direction:column;gap:4px}.staff-ticket-empty{font-size:13px;color:var(--muted)}.result-row.tickets{flex-direction:column;align-items:stretch;gap:10px;padding-top:14px}.result-row.tickets>.k{font-size:12.5px}.btn-redeem{margin-top:18px;width:100%;height:46px;border:none;border-radius:var(--r-pill);background:var(--accent-fill);color:#fff;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .15s var(--ease),background .3s var(--ease)}.btn-redeem:hover:not(:disabled){background:#a83a07}.btn-redeem:active:not(:disabled){transform:scale(.98)}.btn-redeem:disabled{opacity:.5;cursor:not-allowed;background:var(--muted)}.btn-redeem.secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-redeem.secondary:hover:not(:disabled){background:var(--tile-3);border-color:var(--accent)}.method-badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:6px;font-size:10.5px;font-weight:700;letter-spacing:.04em}.method-badge.QR_SCAN{background:#f973161f;color:var(--accent-ink)}.method-badge.MANUAL_VERIFICATION{background:#15803d1a;color:#15803d}.sp{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:var(--r-pill);font-size:11px;font-weight:600;letter-spacing:.04em;white-space:nowrap}.sp.PENDING{background:#fff7ed;color:#a16207}.sp.PAID,.sp.LUNAS,.sp.published,.sp.active,.sp.REDEEMED,.sp.SUCCESS{background:#dcfce7;color:#15803d}.sp.EXPIRED,.sp.REFUNDED,.sp.cancelled,.sp.ended,.sp.inactive,.sp.FAILED{background:var(--tile-3);color:var(--muted)}.sp.NOT_REDEEMED{background:var(--text);color:#fff}.sp.draft{background:#fef3c7;color:#92400e}.sp.CANCELLED{background:#fee2e2;color:#b91c1c}.sp.registered{background:#dcfce7;color:#15803d}.sp.pending-invite{background:var(--tile-3);color:var(--muted)}.staff-result-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#18181b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.staff-result-card{position:relative;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;background:var(--tile-1);border-radius:var(--r-card);padding:28px;box-shadow:var(--shadow-lg)}.staff-result-close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:var(--tile-2);color:var(--text);font-size:20px;line-height:1;cursor:pointer}@media (max-width: 820px){.staff-layout{grid-template-columns:1fr;gap:20px}.staff-layout>.staff-col:first-child{order:1}.staff-layout>.staff-col:last-child{order:2}}@media (max-width: 480px){.staff-col{padding:18px 16px;border-radius:14px}.staff-input-row{display:grid;grid-template-columns:1fr auto auto;gap:8px}.staff-input-row input{width:100%}.staff-input-row .btn-redeem{width:auto}.result-card{padding:20px 18px;border-radius:14px}.result-head{font-size:15.5px;gap:8px}.result-row{display:flex;flex-direction:column;gap:4px;align-items:stretch;padding:10px 0}.result-row .k{font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.result-row .v{text-align:left;font-size:14.5px;width:100%;word-break:break-word}.result-row .v.masked{letter-spacing:.04em}.staff-ticket-list{gap:10px}.btn-redeem{height:44px;font-size:14px}.staff-redeem-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.staff-redeem-row .btn-redeem{width:100%}.staff-result-modal{padding:12px}.staff-result-card{padding:18px 16px;max-width:100%}.method-badge{font-size:10px}}.admin-2col{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 900px){.admin-2col{grid-template-columns:1fr}}.stack-form{display:flex;flex-direction:column;gap:14px}.stack-form .field{margin:0}.invite-form{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1.4fr);gap:14px;align-items:start}.invite-form .field{margin:0;min-width:0}.invite-form .field input,.invite-form .field select{width:100%}.invite-form label .opt{color:var(--muted);font-weight:400}.invite-actions{display:flex;justify-content:flex-start;margin-top:2px}@media (max-width: 800px){.invite-form{grid-template-columns:1fr;gap:12px}}.order-cover-banner{position:relative;aspect-ratio:4 / 1;overflow:hidden;border-radius:var(--r-card);background:var(--tile-3);margin-bottom:16px}.order-cover-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.eticket-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden}.eticket-col{padding:40px}.eticket-col+.eticket-col{border-left:1px solid var(--border)}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--r-pill);background:var(--text);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:14px;font-weight:600}.status-pill.warn{background:#a16207}.status-pill.bad{background:#b91c1c}.status-pill .ph{font-size:15px}.invoice-no{font-size:24px;font-weight:600;letter-spacing:-.02em;margin-top:2px}.inv-head{display:flex;align-items:center;gap:14px;margin-top:16px}.inv-ico{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#fb923c,#ea580c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 8px 18px #f9731640,inset 0 1px #fff6}.inv-label{display:block;font-size:11.5px;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.qr-box{margin-top:24px;display:flex;justify-content:center;padding:32px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-2)}.qr-box img,.qr-box canvas{width:240px;height:240px;border-radius:var(--r-btn)}.qr-note{display:block;text-align:center;color:var(--muted);font-size:14px;margin-top:12px}.venue-pending{display:flex;flex-direction:column;gap:18px;margin-top:24px}.venue-pending-head{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:var(--r-card);background:color-mix(in srgb,var(--accent) 8%,transparent);border:1.5px solid color-mix(in srgb,var(--accent) 25%,transparent)}.venue-pending-head>i{font-size:28px;color:var(--accent);flex-shrink:0;margin-top:2px}.venue-pending-head strong{display:block;font-size:16px;font-weight:700;color:var(--text)}.venue-pending-head p{font-size:13px;color:var(--muted);margin:4px 0 0;line-height:1.5}.proof-form{display:flex;flex-direction:column;gap:10px}.proof-drop{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:120px;padding:16px;border:1.5px dashed var(--border-strong);border-radius:var(--r-card);background:var(--tile-2);color:var(--muted);font-size:13px;text-align:center;cursor:pointer;transition:border-color .18s var(--ease),background .18s var(--ease)}.proof-drop:hover{border-color:var(--accent);background:var(--accent-tint)}.proof-drop input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.proof-drop>i{font-size:28px;color:var(--accent)}.proof-preview{max-width:100%;max-height:220px;object-fit:contain;border-radius:10px;background:var(--tile-3)}.proof-status{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:var(--r-card);background:var(--success-bg);border:1.5px solid var(--success-border);color:var(--success-ink)}.proof-status>i{font-size:22px;flex-shrink:0;margin-top:2px}.proof-status strong{display:block;font-size:14px;color:var(--text)}.proof-status small{display:block;font-size:12.5px;margin-top:2px;line-height:1.45}.proof-status.is-rejected{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-ink)}.venue-barcode{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;border:1.5px dashed var(--border);border-radius:var(--r-card);background:var(--tile-2)}.venue-barcode small{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.venue-barcode svg{max-width:100%;height:auto}.venue-barcode-code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:700;color:var(--text);letter-spacing:.04em;-webkit-user-select:all;user-select:all}.venue-countdown{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:var(--r-pill);background:color-mix(in srgb,#f59e0b 12%,transparent);color:#92400e;font-size:13px;font-weight:600}.venue-countdown.is-expired{background:color-mix(in srgb,#ef4444 12%,transparent);color:#991b1b}.venue-countdown i{font-size:16px}.venue-steps{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:var(--r-card);background:var(--tile-1)}.venue-steps small{font-size:13px;color:var(--text);line-height:1.5;display:flex;gap:6px}.venue-steps small:before{content:"";flex-shrink:0;margin-top:8px;width:4px;height:4px;border-radius:50%;background:var(--accent)}.ticket-card{margin-top:24px;padding:24px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-2)}.ticket-card .row{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15px;padding:8px 0}.ticket-card .row .k{display:flex;align-items:center;gap:12px;color:var(--muted)}.ticket-card .row .k .ph{color:var(--accent);font-size:16px;flex-shrink:0}.ticket-card .row .v{font-weight:600;text-align:right}.eticket-stub{display:flex;gap:14px;align-items:center;padding:14px;margin-top:12px;border:1px solid var(--border);border-radius:var(--r-card);background:var(--tile-2)}.eticket-stub-info{flex:1;min-width:0}.eticket-stub-label{font-size:13.5px;font-weight:600}.eticket-stub-sub{font-size:12px;color:var(--muted);margin-top:2px}@media (max-width: 820px){.eticket-layout{grid-template-columns:1fr}.eticket-col{padding:28px 20px}.eticket-col+.eticket-col{border-left:none;border-top:1px solid var(--border)}.qr-box img,.qr-box canvas{width:200px;height:200px}}@media (max-width: 480px){.eticket-col{padding:20px 16px}.invoice-no{font-size:20px}.inv-head{flex-direction:column;align-items:flex-start;gap:8px}.qr-box{padding:20px}.qr-box img,.qr-box canvas{width:180px;height:180px}.ticket-card{padding:16px}.ticket-card .row{font-size:13.5px}.eticket-stub{flex-direction:column;align-items:flex-start;gap:8px}}#hubungi{padding-top:48px;padding-bottom:24px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}.contact-list{display:flex;flex-direction:column}.contact-row{display:flex;gap:16px;align-items:flex-start;padding:22px 0;border-top:1px solid var(--border)}.contact-row:first-child{border-top:none}.contact-row .ic{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:#f973161a;color:var(--accent-ink);display:flex;align-items:center;justify-content:center;font-size:20px}.contact-row h3{font-size:16px;font-weight:600;margin:0 0 3px}.contact-row a{color:var(--accent);font-weight:600;font-size:15px;text-decoration:none;transition:color .2s var(--ease)}.contact-row a:hover{color:var(--accent-fill)}.contact-row p{margin:3px 0 0;color:var(--muted);font-size:13.5px}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:28px}}.staff-lookup{display:flex;flex-direction:column;gap:8px}.staff-lookup h4{font-size:15px;font-weight:700}.orders-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.orders-head h4{font-size:20px;font-weight:700;letter-spacing:-.01em;margin:0}.order-filters{display:flex;gap:8px;flex-wrap:wrap}.order-filter{font-size:13px;color:var(--muted);padding:6px 14px;border:1px solid var(--border);border-radius:var(--r-pill);background:transparent;cursor:pointer;transition:all .3s var(--ease)}.order-filter:hover{border-color:var(--muted);color:var(--text)}.order-filter.active{background:var(--accent-fill);border-color:var(--accent-fill);color:#fff}.orders-list{display:flex;flex-direction:column;gap:12px}.order-card{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:20px 24px;display:flex;flex-direction:column;gap:14px}.order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.order-event{display:flex;gap:14px;align-items:center;min-width:0}.order-cover{width:80px;height:80px;aspect-ratio:1 / 1;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--tile-3)}.order-cover--stub{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:24px}.order-title{font-size:15px;font-weight:600;line-height:1.3;margin:0}.order-sub{font-size:13px;color:var(--muted);margin-top:2px}.order-badge{font-size:12px;font-weight:600;padding:5px 10px;border-radius:var(--r-pill);display:inline-flex;gap:6px;align-items:center;white-space:nowrap}.order-badge.paid{background:var(--text);color:#fff;border:1px solid rgba(255,255,255,.12)}.order-badge.pending{background:#f973161a;color:var(--accent-ink);border:1px solid rgba(249,115,22,.3)}.order-badge.expired{background:var(--tile-3);color:var(--muted);border:1px solid var(--border)}.order-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:14px}.order-countdown{font-size:12px;color:var(--muted);margin:0;display:inline-flex;align-items:center;gap:6px;flex-basis:100%}.order-countdown.is-warning{color:var(--accent-ink);font-weight:600}.order-countdown.is-overdue{color:#dc2626;font-weight:600}.order-total{font-size:13px;color:var(--muted);margin:0}.order-total b{font-size:16px;color:var(--text);font-weight:600;margin-left:4px}.order-btn{font-size:13px;font-weight:600;padding:8px 16px;border-radius:var(--r-btn);border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .3s var(--ease)}.order-btn:hover:not(:disabled){border-color:var(--muted)}.order-btn.primary{background:var(--accent-fill);border-color:var(--accent-fill);color:#fff}.order-btn.primary:hover:not(:disabled){background:#a83a07}.order-btn.danger:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.order-btn:disabled{opacity:.45;cursor:not-allowed}.orders-empty{text-align:center;padding:44px 20px;color:var(--muted);font-size:14px;background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card)}.tkt-list{display:flex;flex-direction:column;gap:12px}.tkt-card{position:relative;display:grid;grid-template-columns:1fr auto;gap:0;background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);padding:20px 24px}.tkt-info{display:flex;gap:14px;align-items:flex-start;min-width:0}.tkt-info .order-cover{width:80px;height:80px;aspect-ratio:1 / 1;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--tile-3)}.tkt-title{font-size:15px;font-weight:600;line-height:1.3;margin:0}.tkt-meta{display:flex;flex-direction:column;gap:10px;margin-top:10px}.tkt-meta-row{display:flex;flex-direction:column;gap:1px}.tkt-meta-label{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.tkt-meta-label .ph{color:var(--accent);font-size:13px}.tkt-meta-val{font-size:13.5px;font-weight:600;color:var(--text)}.tkt-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.tkt-type{font-size:12px;font-weight:600;padding:5px 10px;border-radius:var(--r-pill);background:var(--tile-3);color:var(--text);border:1px solid var(--border)}.order-badge.ready{background:var(--text);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 1px 2px #0000002e}.order-badge.locked{background:#f973161a;color:var(--accent-ink);border:1px solid rgba(249,115,22,.3)}.order-badge.redeemed{background:var(--tile-3);color:var(--muted);border:1px solid var(--border)}.tkt-stub{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;border-left:1px dashed var(--border);padding-left:22px;margin-left:22px;justify-content:center}.tkt-stub:before,.tkt-stub:after{content:"";position:absolute;left:-11px;width:22px;height:22px;border-radius:50%;background:var(--tile-1);border:1px solid var(--border)}.tkt-stub:before{top:-30px}.tkt-stub:after{bottom:-30px}.tkt-qr{width:96px;height:96px;border-radius:10px;border:1px solid var(--border);background:#fff;padding:6px}.tkt-qr canvas,.tkt-qr img{width:100%!important;height:100%!important;display:block}.tkt-stub-label{font-size:12px;color:var(--muted);text-align:center;max-width:160px;line-height:1.35;word-break:break-word}.tkt-stub{min-width:180px}.tkt-stub-icon{width:96px;height:96px;border-radius:10px;border:1px dashed var(--border);background:var(--tile-3);color:var(--muted);display:flex;align-items:center;justify-content:center}.tkt-stub-icon i{font-size:36px}.tkt-stub-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}.tkt-stub-actions .order-btn{padding:8px 14px;font-size:12.5px}.tkt-terms{width:100%;margin-top:12px;border:1px solid var(--border);border-radius:var(--r-input, 10px);background:var(--tile-3, #fafafa);font-size:12px;line-height:1.55;color:var(--text-secondary, #555)}.tkt-terms>summary{list-style:none;display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;font-weight:600;color:var(--text, #222);-webkit-user-select:none;user-select:none}.tkt-terms>summary::-webkit-details-marker{display:none}.tkt-terms>summary>i:first-child{color:var(--accent-fill, #f97316)}.tkt-terms-caret{margin-left:auto;transition:transform .15s var(--ease, ease)}.tkt-terms[open]>summary .tkt-terms-caret{transform:rotate(180deg)}.tkt-terms-list{margin:0;padding:4px 14px 10px 28px}.tkt-terms-list li{margin:0 0 6px}.tkt-terms-notice{margin:0 12px 12px;padding:10px 12px;border:1px solid var(--border);border-left:3px solid #dc2626;border-radius:8px;background:#fff;color:var(--text, #222);font-size:11.5px}.tkt-terms-notice p{margin:0 0 4px}.tkt-terms-notice p:last-child{margin:0}@media (max-width: 640px){.tkt-card{grid-template-columns:1fr}.tkt-stub{border-left:0;border-top:1px dashed var(--border);margin:18px 0 0;padding:16px 0 0;flex-direction:row;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}.tkt-stub:before,.tkt-stub:after{display:none}.tkt-stub .tkt-qr,.tkt-stub .tkt-stub-icon{width:72px;height:72px}.tkt-stub-actions{width:100%;justify-content:flex-end}.tkt-stub-actions .order-btn{flex:1 1 auto;justify-content:center}}.faq{padding-top:8px;padding-bottom:40px}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px}.faq-item{border:1px solid var(--border);border-radius:14px;background:var(--tile-1);overflow:hidden;transition:border-color .22s var(--ease),box-shadow .22s var(--ease)}.faq-item.open{border-color:#f9731673;box-shadow:0 14px 32px -22px #f9731659}.faq-q{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:18px;background:transparent;border:0;cursor:pointer;text-align:left;color:var(--text);font-size:15.5px;font-weight:600;letter-spacing:-.01em;transition:color .18s var(--ease)}.faq-q .ph{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--tile-2);color:var(--muted);font-size:14px;transition:background .22s var(--ease),color .22s var(--ease),transform .22s var(--ease)}.faq-item.open .faq-q{color:var(--accent)}.faq-item.open .faq-q .ph{background:var(--accent);color:#fff;transform:rotate(180deg)}.faq-q:hover{color:var(--accent)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.32,.72,0,1)}.faq-item.open .faq-a{max-height:320px}.faq-a p{padding:0 18px 18px;margin:0;font-size:14.5px;line-height:1.65;color:var(--muted)}.cp{color:var(--text)}.cp-hero{padding-top:clamp(36px,5vw,48px);padding-bottom:clamp(20px,3vw,28px);background:radial-gradient(120% 100% at 0% 0%,rgba(249,115,22,.1),transparent 48%),linear-gradient(180deg,var(--tile-1),var(--bg));border-bottom:1px solid var(--border);overflow:hidden}.cp-hero .container{position:relative}.cp-hero-mark{position:absolute;top:clamp(-20px,-2vw,8px);right:clamp(8px,4vw,48px);width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.14),transparent 64%);filter:blur(8px);pointer-events:none;z-index:0}.cp-hero h1{position:relative;font-size:clamp(40px,7.5vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1.05;max-width:14ch;margin:0 0 16px}.cp-hero-sub{position:relative;font-size:clamp(16px,2vw,19px);color:var(--text-secondary);line-height:1.55;max-width:60ch;margin:0}.cp-main{padding-top:clamp(56px,7vw,88px);padding-bottom:clamp(56px,7vw,88px)}.cp-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(40px,5vw,72px);align-items:start}.cp-col-title{font-size:clamp(22px,2.6vw,28px);font-weight:700;letter-spacing:-.02em;margin:0 0 10px}.cp-col-desc{font-size:15.5px;color:var(--muted);line-height:1.55;max-width:48ch;margin:0 0 28px}.cp-cards{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}.cp-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-card);transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease);text-decoration:none}.cp-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.cp-card:active{transform:translateY(0)}.cp-card-wa{background:linear-gradient(135deg,rgba(249,115,22,.08),var(--tile-1) 56%);border-color:#f9731640}.cp-card-wa:hover{border-color:var(--accent)}.cp-card-ic{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center}.cp-card-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cp-card-label{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.02em;text-transform:uppercase}.cp-card-value{font-size:17px;font-weight:700;color:var(--text);letter-spacing:-.01em;overflow-wrap:anywhere}.cp-card-hint{font-size:12.5px;color:var(--muted);line-height:1.4}.cp-card-arrow{font-size:18px;color:var(--muted);transition:transform .2s var(--ease),color .2s var(--ease)}.cp-card:hover .cp-card-arrow{transform:translate(3px);color:var(--accent)}.cp-tip{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:#f973160f;border:1px solid rgba(249,115,22,.18);border-radius:var(--r-card)}.cp-tip>i{font-size:20px;color:var(--accent-ink);flex-shrink:0;margin-top:1px}.cp-tip p{font-size:14.5px;color:var(--text-secondary);line-height:1.55;max-width:50ch;margin:0}.cp-form-wrap{padding:clamp(28px,3.4vw,40px);background:var(--tile-1);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);position:sticky;top:calc(var(--nav-h) + 20px)}.cp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.cp-field label{font-size:13.5px;font-weight:600;color:var(--text);letter-spacing:-.005em}.cp-field input,.cp-field textarea{width:100%;padding:12px 14px;font-size:15px;font-family:inherit;color:var(--text);background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-input);transition:border-color .15s var(--ease),box-shadow .15s var(--ease),background .15s var(--ease)}.cp-field input::placeholder,.cp-field textarea::placeholder{color:#a1a1aa}.cp-field input:focus,.cp-field textarea:focus{outline:none;border-color:var(--accent);background:var(--tile-1);box-shadow:0 0 0 4px #f9731626}.cp-field textarea{resize:vertical;min-height:96px;line-height:1.5}.cp-field input[aria-invalid=true],.cp-field textarea[aria-invalid=true]{border-color:var(--danger);background:var(--danger-bg)}.cp-err{font-size:13px;color:var(--danger);font-weight:500;line-height:1.4}.cp-submit{width:100%;height:48px;font-size:15px;font-weight:700;margin-top:6px;transition:transform .15s var(--ease),background .2s var(--ease)}.cp-submit:hover{transform:translateY(-1px)}.cp-submit:active{transform:translateY(0) scale(.99)}.cp-form-foot{font-size:12.5px;color:var(--muted);line-height:1.5;text-align:center;margin:14px 0 0}.cp-success{text-align:center;padding:28px 8px 8px;display:flex;flex-direction:column;align-items:center;gap:10px}.cp-success-ic{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--success-bg);color:var(--success);font-size:30px;margin-bottom:6px}.cp-success h3{font-size:20px;font-weight:700;letter-spacing:-.01em}.cp-success p{font-size:15px;color:var(--text-secondary);line-height:1.55;max-width:42ch;margin:0 0 16px}.cp-success .btn{margin-top:4px}@media (max-width: 860px){.cp-grid{grid-template-columns:1fr;gap:32px}.cp-form-wrap{position:static}.cp-hero h1{max-width:16ch}}@media (max-width: 480px){.cp-hero-mark{width:160px;height:160px;opacity:.7}.cp-card{padding:16px;gap:12px}.cp-card-ic{width:40px;height:40px;flex-basis:40px}}@media (prefers-reduced-motion: reduce){.cp-card,.cp-submit,.cp-card-arrow{transition:none}.cp-card:hover,.cp-submit:hover{transform:none}}.hubungi-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:40px clamp(28px,4vw,48px);background:radial-gradient(120% 100% at 100% 0%,rgba(249,115,22,.1),transparent 52%),var(--tile-1);border:1px solid var(--border);border-radius:var(--r-lg)}.hubungi-cta h2{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.hubungi-cta .sub{font-size:15.5px;color:var(--muted);line-height:1.55;max-width:56ch;margin:0}.hubungi-cta-btn{height:48px;padding:0 22px;font-size:15px;font-weight:700;border-radius:var(--r-pill);flex-shrink:0;transition:transform .15s var(--ease),background .2s var(--ease)}.hubungi-cta-btn:hover{transform:translateY(-1px)}.hubungi-cta-btn:active{transform:translateY(0) scale(.99)}@media (max-width: 560px){.hubungi-cta{flex-direction:column;align-items:flex-start}.hubungi-cta-btn{width:100%}}@media (prefers-reduced-motion: reduce){.hubungi-cta-btn{transition:none}.hubungi-cta-btn:hover{transform:none}}.help{color:var(--text)}.help-shell{position:relative;margin-left:260px;min-height:calc(100vh - var(--nav-h, 0px))}.help-main{background:#fff;padding:48px 56px 72px;min-height:100vh}.help-side{position:fixed;top:var(--nav-h, 0px);left:0;width:260px;height:calc(100vh - var(--nav-h, 0px));background:var(--accent);display:flex;flex-direction:column;z-index:30}.help-nav{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding:20px 0 12px}.help-nav-group{display:flex;flex-direction:column}.help-nav-group+.help-nav-group{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.14)}.help-nav-label{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb8;padding:6px 24px 8px}.help-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.help-nav-item{position:relative;display:flex;align-items:center;gap:12px;padding:12px 24px;font-size:14px;font-weight:500;color:#ffffffe0;text-decoration:none;transition:background .18s var(--ease),color .18s var(--ease),transform .15s var(--ease)}.help-nav-item i{font-size:19px;color:#ffffffb8;transition:color .18s var(--ease)}.help-nav-item:hover,.help-nav-item:focus-visible{background:#ffffff1f;color:#fff;transform:translate(3px);outline:none}.help-nav-item:hover i,.help-nav-item:focus-visible i{color:#fff}.help-nav-item.is-active{background:#fff3;color:#fff;font-weight:700}.help-nav-item.is-active i{color:#fff}.help-nav-item.is-active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;background:#fff;border-radius:0 3px 3px 0}.help-section{display:none;scroll-margin-top:calc(var(--nav-h, 0px) + 24px);animation:helpFade .28s var(--ease)}.help-section.active{display:block}@keyframes helpFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.help-section h2{font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:-.02em;color:var(--text);margin:0 0 14px;line-height:1.15}.help-section-intro{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:60ch;margin:0 0 30px}.hp-faq-list{display:flex;flex-direction:column;gap:10px;max-width:780px}.hp-faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--r-input);overflow:hidden;transition:border-color .15s var(--ease)}.hp-faq-item[open]{border-color:var(--border-strong)}.hp-faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;font-family:var(--font-body);font-size:14.5px;font-weight:600;color:var(--text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.hp-faq-q::-webkit-details-marker{display:none}.hp-faq-q i{font-size:16px;color:var(--muted);transition:transform .2s var(--ease),color .15s var(--ease)}.hp-faq-item[open] .hp-faq-q i{transform:rotate(180deg);color:var(--accent)}.hp-faq-item[open] .hp-faq-q{color:var(--accent-fill)}.hp-faq-a{padding:0 18px 18px}.hp-faq-a p{font-size:14px;line-height:1.7;color:var(--text-secondary);margin:0}.hp-steps{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px;max-width:780px}.hp-step{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;padding:16px 20px;background:#fff;border:1px solid var(--border);border-radius:var(--r-input);transition:border-color .15s var(--ease),transform .15s var(--ease)}.hp-step:hover{border-color:var(--border-strong)}.hp-step-num{display:grid;place-items:center;width:28px;height:28px;font-size:12.5px;font-weight:700;color:#fff;background:var(--accent);border-radius:50%}.hp-step-body h3{font-family:var(--font-body);font-size:15px;font-weight:700;color:var(--text);margin:2px 0 6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hp-step-body p{font-size:13.5px;line-height:1.65;color:var(--text-secondary);margin:0}.hp-eticket-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px;max-width:780px}.hp-eticket-item{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;padding:16px 20px;background:#fff;border:1px solid var(--border);border-radius:var(--r-input);transition:border-color .15s var(--ease),transform .15s var(--ease)}.hp-eticket-item:hover{border-color:var(--border-strong)}.hp-eticket-num{display:grid;place-items:center;width:28px;height:28px;font-size:12.5px;font-weight:700;color:#fff;background:var(--accent);border-radius:50%}.hp-eticket-body h3{font-family:var(--font-body);font-size:15px;font-weight:700;color:var(--text);margin:2px 0 6px}.hp-eticket-body p{font-size:13.5px;line-height:1.65;color:var(--text-secondary);margin:0}.hp-note{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:var(--r-input);margin:0 0 14px;max-width:780px}.hp-note>i{font-size:18px;color:var(--accent-fill);flex-shrink:0;margin-top:1px}.hp-note--warn>i{color:var(--danger, #dc2626)}.hp-note p{font-size:13px;line-height:1.6;color:var(--text-secondary);margin:0}.hp-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;padding:11px 18px;margin-top:8px}.hp-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 28px;max-width:780px}.hp-card{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid var(--border);border-radius:var(--r-card);text-decoration:none;color:inherit;transition:border-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.hp-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.hp-card:active{transform:translateY(0)}.hp-card-ic{display:grid;place-items:center;width:44px;height:44px;font-size:22px;color:var(--accent-fill);background:var(--accent-tint);border-radius:var(--r-btn);flex-shrink:0}.hp-card-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.hp-card-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hp-card-value{font-size:15px;font-weight:700;color:var(--text);word-break:break-all}.hp-card-hint{font-size:12px;color:var(--text-secondary)}.hp-card-arrow{font-size:18px;color:var(--muted);flex-shrink:0;transition:color .15s var(--ease),transform .18s var(--ease)}.hp-card:hover .hp-card-arrow{color:var(--accent-fill);transform:translate(2px,-2px)}.legal-page{padding:40px 0 88px}.legal-page h1{font-size:clamp(26px,4vw,34px);font-weight:800;letter-spacing:-.02em;margin:14px 0 18px}.legal-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-secondary);text-decoration:none}.legal-back:hover{color:var(--accent-fill)}.legal-page .hp-legal-body{max-width:780px;margin-top:8px}.hp-legal-body{background:#fff;border:1px solid var(--border);border-radius:var(--r-card);padding:24px 28px 32px;max-width:780px}.hp-legal-body article{margin-bottom:20px}.hp-legal-body article:last-child{margin-bottom:0}.hp-legal-body h4{font-size:13.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);margin:0 0 8px}.hp-legal-body article:first-child h4{font-size:15.5px;letter-spacing:.06em}.hp-legal-body .card-body{font-size:13.5px;line-height:1.65;color:var(--text-secondary);margin:0 0 10px}.hp-legal-body .bullet-list{list-style:none;padding:0;margin:0 0 12px}.hp-legal-body .bullet-list li{position:relative;padding:4px 0 4px 18px;font-size:13.5px;line-height:1.6;color:var(--text-secondary)}.hp-legal-body .bullet-list li:before{content:"";position:absolute;left:4px;top:12px;width:4px;height:4px;background:var(--accent);border-radius:50%}.hp-legal-body .brand-accent{color:var(--accent-fill);font-weight:700}@media (max-width: 900px){.help{padding-top:0}.help-shell{margin-left:0;min-height:0}.help-side{position:sticky;top:var(--nav-h, 0);width:100%;height:auto;max-height:none;background:var(--accent)}.help-nav{flex-direction:row;overflow-x:auto;gap:6px;padding:10px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.help-nav-group{display:contents}.help-nav-group+.help-nav-group{margin-top:0;padding-top:0;border-top:0}.help-nav-label{display:none}.help-nav-list{flex-direction:row;gap:6px}.help-nav-item{flex-shrink:0;padding:9px 14px;border-radius:8px;white-space:nowrap;font-size:13px}.help-nav-item i{display:none}.help-nav-item.is-active{background:#fff;color:var(--accent-fill);font-weight:700}.help-nav-item.is-active:before{display:none}.help-main{padding:32px 20px 56px}.hp-cards{grid-template-columns:1fr}.hp-step{grid-template-columns:24px 1fr;gap:10px;padding:14px}.hp-legal-body{padding:18px 18px 24px}.help-section h2{font-size:22px}}@media (prefers-reduced-motion: reduce){.help-nav-item,.hp-card,.hp-card-arrow,.hp-faq-q i,.hp-step,.hp-faq-item,.help-section{transition:none}.help-section{animation:none}.hp-faq-item[open] .hp-faq-q i{transform:none}}.qr-scanner-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:71;display:flex;align-items:center;justify-content:center;padding:20px;animation:qrScannerFadeIn .18s var(--ease)}.qr-scanner-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#18181b8c;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%)}.qr-scanner-card{position:relative;width:100%;max-width:460px;max-height:min(90vh,680px);background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-card);display:flex;flex-direction:column;overflow:hidden;animation:qrScannerIn .25s var(--ease);box-shadow:0 24px 64px #0000002e}@keyframes qrScannerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes qrScannerIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.qr-scanner-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.qr-scanner-head h3{font-size:16px;font-weight:600;margin:0;letter-spacing:-.01em;color:var(--text)}.qr-scanner-x{background:none;border:none;color:var(--muted);font-size:20px;cursor:pointer;padding:4px;line-height:1;display:flex;transition:color .15s var(--ease);border-radius:6px}.qr-scanner-x:hover{color:var(--text);background:var(--tile-3)}.qr-scanner-body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.qr-scanner-mode-tabs{display:flex;gap:6px;background:var(--tile-3);border-radius:var(--r-btn);padding:4px}.qr-scanner-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:none;background:transparent;border-radius:6px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:background .18s var(--ease),color .18s var(--ease);font-family:inherit}.qr-scanner-tab:hover{color:var(--text)}.qr-scanner-tab.active{background:var(--tile);color:var(--text);box-shadow:var(--shadow-sm)}.qr-scanner-preview-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:#0a0a0a;border-radius:var(--r-btn);overflow:hidden;display:flex}.qr-scanner-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qr-scanner-preview video{width:100%!important;height:100%!important;object-fit:cover;display:block}.qr-scanner-preview canvas{display:none!important}.qr-scanner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0a0abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}.qr-scanner-spinner-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;font-size:13px}.qr-scanner-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.25);border-top-color:var(--accent);border-radius:50%;animation:qrScannerSpin .8s linear infinite}@keyframes qrScannerSpin{to{transform:rotate(360deg)}}.qr-scanner-error-box{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;text-align:center;font-size:13px;line-height:1.5;max-width:280px}.qr-scanner-error-box i.ph{font-size:32px;color:var(--danger)}.qr-scanner-error-box p{margin:0}.qr-scanner-retry{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fff;border-radius:var(--r-pill);font-size:12.5px;font-weight:600;cursor:pointer;transition:background .18s var(--ease);font-family:inherit}.qr-scanner-retry:hover{background:#ffffff29}.qr-scanner-frame{position:absolute;top:50%;left:50%;width:64%;height:64%;transform:translate(-50%,-50%);pointer-events:none}.qr-scanner-frame-corner{position:absolute;width:28px;height:28px;border-color:var(--accent);border-style:solid;border-width:0}.qr-scanner-frame-tl{top:0;left:0;border-top-width:3px;border-left-width:3px;border-top-left-radius:8px}.qr-scanner-frame-tr{top:0;right:0;border-top-width:3px;border-right-width:3px;border-top-right-radius:8px}.qr-scanner-frame-bl{bottom:0;left:0;border-bottom-width:3px;border-left-width:3px;border-bottom-left-radius:8px}.qr-scanner-frame-br{bottom:0;right:0;border-bottom-width:3px;border-right-width:3px;border-bottom-right-radius:8px}.qr-scanner-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 12px;background:#0a0a0ab3;color:#fff;border-radius:var(--r-pill);font-size:11.5px;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}.qr-scanner-file{display:flex;flex-direction:column;gap:10px}.qr-scanner-file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px 20px;background:var(--tile);border:1.5px dashed var(--border-strong);border-radius:var(--r-btn);cursor:pointer;transition:border-color .18s var(--ease),background .18s var(--ease);text-align:center}.qr-scanner-file-drop:hover{border-color:var(--accent);background:var(--accent-tint)}.qr-scanner-file-drop i.ph{font-size:30px;color:var(--accent)}.qr-scanner-file-drop>span:first-of-type{font-size:14px;font-weight:600;color:var(--text)}.qr-scanner-file-sub{font-size:11.5px;color:var(--muted)}.qr-scanner-error-text{font-size:12.5px;color:var(--danger-ink);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:var(--r-btn);padding:8px 12px;margin:0}.qr-scanner-camera-switch{display:flex;align-items:center;gap:10px;font-size:12.5px}.qr-scanner-camera-switch label{color:var(--muted);font-weight:500;white-space:nowrap}.qr-scanner-camera-switch select{flex:1;height:36px;padding:0 10px;border:1px solid var(--border);border-radius:var(--r-btn);background:var(--tile);color:var(--text);font-size:12.5px;font-family:inherit;cursor:pointer}.qr-scanner-camera-switch select:focus{outline:none;border-color:var(--accent);box-shadow:var(--accent-ring)}.qr-scanner-foot{padding:12px 20px 16px;border-top:1px solid var(--border);flex-shrink:0}.qr-scanner-privacy{display:flex;align-items:center;gap:8px;margin:0;font-size:11.5px;color:var(--muted);line-height:1.4}.qr-scanner-privacy i.ph{color:var(--success);font-size:14px;flex-shrink:0}@media (max-width: 480px){.qr-scanner-modal{padding:0}.qr-scanner-card{max-width:100%;max-height:100vh;border-radius:0;border:none}.qr-scanner-hint{font-size:11px}}@media (prefers-reduced-motion: reduce){.qr-scanner-modal,.qr-scanner-card{animation:none}.qr-scanner-spinner{animation:none;border-top-color:#ffffff80}}.logo-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-content:center;justify-items:center;gap:24px;background:var(--bg)}.logo-splash-mark{width:min(220px,46vw);height:auto;display:block;-webkit-user-select:none;user-select:none;animation:splash-pop .6s var(--ease) both}@keyframes splash-pop{0%{opacity:0;transform:translateY(10px) scale(.94)}to{opacity:1;transform:none}}.logo-splash-bar{width:min(140px,32vw);height:2px;border-radius:var(--r-pill);background:var(--border);overflow:hidden}.logo-splash-bar span{display:block;width:40%;height:100%;border-radius:inherit;background:var(--accent);animation:splash-slide .9s var(--ease) infinite}@keyframes splash-slide{0%{transform:translate(-100%)}to{transform:translate(260%)}}@media (prefers-reduced-motion: reduce){.logo-splash-mark{animation:none}.logo-splash-bar span{animation-duration:2.4s}}body.logo-splash-active .nav,body.logo-splash-active .footer,body.spinner-overlay-active .nav,body.spinner-overlay-active .footer{visibility:hidden}.spinner{display:inline-block;box-sizing:border-box;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0;vertical-align:middle}.spinner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-content:center;background:var(--bg)}.spinner-overlay .spinner{width:36px;height:36px;border-width:3px}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:1.6s}}.cookie-consent{position:fixed;inset:auto 16px 16px;z-index:9000;display:flex;justify-content:center;pointer-events:none}.cookie-consent-card{pointer-events:auto;width:100%;max-width:560px;background:var(--tile);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:20px 22px;animation:cc-in .45s var(--ease)}@keyframes cc-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.cookie-consent-text{margin:0 0 14px;font-size:13px;line-height:1.55;color:var(--text-secondary)}.cookie-consent-text a{color:var(--accent-fill);text-decoration:underline;text-underline-offset:2px}.cookie-consent-actions{display:flex;gap:4px 8px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.cc-btn{border:1px solid transparent;background:transparent;color:var(--text);border-radius:var(--r-btn);padding:9px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .12s ease}.cc-btn:hover:not(:disabled){background:var(--accent-tint)}.cc-btn:active:not(:disabled){transform:scale(.98)}.cc-btn.primary{background:var(--accent-fill);color:#fff;padding-inline:18px}.cc-btn.primary:hover:not(:disabled){background:var(--accent);filter:none}.cc-btn.text{color:var(--text-secondary)}.cc-btn.text:hover:not(:disabled){background:var(--tile-3)}.cc-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cc-btn:disabled{opacity:.6;cursor:default}.cookie-consent-opts{display:grid;gap:8px;margin-bottom:14px}.cookie-opt{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:4px 10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r-input);cursor:pointer}.cookie-opt.locked{opacity:.75;cursor:default}.cookie-opt-title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.cookie-opt-title .ph{color:var(--muted)}.cookie-opt-desc{grid-column:1 / -1;font-size:12px;color:var(--muted);line-height:1.45}.cookie-switch-input{position:absolute;opacity:0;pointer-events:none}.cookie-switch{width:36px;height:20px;border-radius:var(--r-pill);background:var(--tile-3);border:1px solid var(--border-strong);position:relative;transition:background .18s var(--ease);flex-shrink:0}.cookie-switch i{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:transform .18s var(--ease)}.cookie-switch.on{background:var(--accent-fill);border-color:var(--accent-fill)}.cookie-switch.on i{transform:translate(16px)}.cookie-switch-input:focus-visible+.cookie-switch{outline:2px solid var(--accent);outline-offset:2px}.cookie-opt.locked .cookie-switch.on{background:var(--tile-3);border-color:var(--border-strong)}@media (max-width: 560px){.cookie-consent{inset:auto 10px 10px}.cookie-consent-actions .cc-btn{flex:1}}.skip-link{position:fixed;top:-48px;left:16px;z-index:9999;padding:10px 16px;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:top .15s var(--ease)}.skip-link:focus-visible{top:12px}.error-boundary{min-height:70vh;display:grid;place-content:center;justify-items:center;gap:8px;text-align:center;padding:24px}.error-boundary .ph{font-size:44px;color:var(--accent)}.error-boundary h1{font-size:22px;margin:4px 0 0}.error-boundary p{color:var(--muted);margin:0 0 14px}.error-boundary button{padding:10px 20px;border:none;border-radius:var(--r-btn);background:var(--accent-fill);color:#fff;font-weight:600;cursor:pointer}.error-boundary button:hover{background:var(--accent)}.notfound{padding:96px 0 120px;text-align:center}.notfound-code{font-family:var(--font-logo);font-size:clamp(72px,18vw,140px);line-height:1;color:var(--accent);margin:0}.notfound h1{font-size:clamp(22px,4vw,30px);letter-spacing:-.02em;margin:8px 0 6px}.notfound-sub{color:var(--muted);margin:0 0 24px}.notfound-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#18181b73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;animation:modal-fade .2s var(--ease) both}@keyframes modal-fade{0%{opacity:0}}.modal-box{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 24px 64px -24px #18181b73,0 2px 8px -2px #18181b14;width:min(680px,100%);max-height:min(82vh,720px);display:flex;flex-direction:column;overflow:hidden;animation:modal-pop .28s cubic-bezier(.22,1,.36,1) both}@keyframes modal-pop{0%{opacity:0;transform:translateY(18px) scale(.98)}}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid var(--border)}.modal-head h3{margin:0;font-size:17px;font-weight:800;letter-spacing:-.01em}.modal-close{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease)}.modal-close:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.modal-body{overflow-y:auto;padding:18px 22px}.modal-body .hp-legal-body{max-width:none;border:none;border-radius:0;padding:0}.modal-foot{padding:14px 22px 18px;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.modal-ok{border:none;border-radius:999px;background:var(--accent);color:#fff;font-family:inherit;font-size:13.5px;font-weight:700;padding:10px 22px;cursor:pointer;transition:filter .2s var(--ease),transform .2s var(--ease)}.modal-ok:hover{filter:brightness(1.06);transform:translateY(-1px)}.modal-box--sm{width:min(440px,100%);max-height:none;border-radius:18px;animation:modal-pop .32s cubic-bezier(.22,1,.36,1) both}.modal-head .modal-icon{width:36px;height:36px;border-radius:999px;background:var(--danger-bg);color:var(--danger);display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.modal-desc{margin:0;font-size:14px;line-height:1.55;color:var(--text-secondary)}.modal-error{margin-top:14px;display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:10px;color:var(--danger-ink);font-size:13px;line-height:1.4}.modal-error .ph{font-size:16px;flex-shrink:0;margin-top:1px}.modal-foot--split{gap:10px;justify-content:flex-end}.modal-foot--split .btn{min-width:120px;justify-content:center}.modal-foot--split .btn-ghost{background:#fff;border:1px solid var(--border);color:var(--text)}.modal-foot--split .btn-ghost:hover:not(:disabled){background:var(--tile-2);border-color:var(--text-secondary)}.modal-foot--split .btn-danger{display:inline-flex;align-items:center;gap:6px}@media (max-width: 480px){.modal-box--sm{border-radius:16px}.modal-head{padding:16px 18px}.modal-head h3{font-size:16px}.modal-body{padding:14px 18px}.modal-foot{padding:12px 18px 16px}.modal-foot--split .btn{min-width:0;flex:1}}.link-as-btn{background:none;border:none;padding:0;font:inherit;cursor:pointer}@media (max-width: 720px){.modal-box{border-radius:18px 18px 0 0;max-height:92vh;width:100%;align-self:flex-end}.modal-overlay{padding:0;align-items:flex-end}.modal-head,.modal-body,.modal-foot{padding-inline:18px}.modal-body{padding-block:16px 20px}.modal-foot{padding-bottom:max(20px,env(safe-area-inset-bottom,20px))}.co-voucher-input{flex-direction:column;align-items:stretch;padding:8px;gap:8px}.co-voucher-input input{font-size:14px;letter-spacing:.02em;padding:8px 10px;text-align:center}.co-voucher-apply{width:100%;padding:10px 14px;justify-content:center}.co-voucher-apply .co-voucher-apply-ic{display:none}}.btn-direction{display:inline-flex;align-items:center;gap:4px;padding:6px 12px 6px 10px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text-secondary);font:600 12.5px Plus Jakarta Sans,system-ui,sans-serif;text-decoration:none;cursor:pointer;transition:border-color .15s var(--ease),color .15s var(--ease),background .15s var(--ease);white-space:nowrap}.btn-direction:hover{border-color:var(--accent);color:var(--accent);background:#f973160f}.btn-direction:focus-visible{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px #f9731626}.btn-direction .ph{font-size:14px;line-height:1}.btn-direction.is-sm{padding:4px 10px 4px 8px;font-size:12px}.btn-direction.is-sm .ph{font-size:13px}.rte{border:1px solid var(--border);border-radius:var(--r-btn, 10px);background:var(--bg);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);overflow:hidden}.rte:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.rte.is-disabled{opacity:.55;pointer-events:none}.rte-skeleton{background:var(--tile-2);border:1px solid var(--border);border-radius:var(--r-btn, 10px)}.rte-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;background:var(--tile-2);border-bottom:1px solid var(--border)}.rte-tool{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;background:transparent;border:0;border-radius:6px;color:var(--text);font:600 13px Plus Jakarta Sans,system-ui,sans-serif;cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease)}.rte-tool:hover:not(:disabled){background:var(--bg);color:var(--accent)}.rte-tool.is-active{background:var(--accent-tint);color:var(--accent)}.rte-tool:disabled{opacity:.35;cursor:not-allowed}.rte-tool strong,.rte-tool em,.rte-tool u,.rte-tool s{font-size:13px;line-height:1}.rte-tool-divider{width:1px;height:18px;background:var(--border);margin:0 4px}.rte-content{padding:12px 14px;font:14px/1.55 Plus Jakarta Sans,system-ui,sans-serif;color:var(--text);outline:0}.rte-content[contenteditable=true]:empty:before{content:attr(data-placeholder);color:var(--muted);opacity:.65;pointer-events:none}.rte-content>*+*{margin-top:8px}.rte-content p{margin:0}.rte-content h2{font-size:20px;font-weight:700;letter-spacing:-.01em}.rte-content h3{font-size:17px;font-weight:700}.rte-content h4{font-size:15px;font-weight:700}.rte-content strong{font-weight:700}.rte-content em{font-style:italic}.rte-content u{text-decoration:underline}.rte-content s{text-decoration:line-through}.rte-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.rte-content ul,.rte-content ol{padding-left:22px}.rte-content ul{list-style:disc}.rte-content ol{list-style:decimal}.rte-content li>p{margin:0}.rte-content blockquote{margin:0;padding:4px 12px;border-left:3px solid var(--accent);color:var(--text-secondary);font-style:italic}.rte-content hr{border:0;border-top:1px solid var(--border);margin:10px 0}.rte-content img{max-width:100%;height:auto;border-radius:8px;display:block}.rte-prose{font:15px/1.65 Plus Jakarta Sans,system-ui,sans-serif;color:var(--text)}.rte-prose>*+*{margin-top:10px}.rte-prose p{margin:0}.rte-prose h2{font-size:19px;font-weight:700;letter-spacing:-.01em}.rte-prose h3{font-size:16px;font-weight:700}.rte-prose h4{font-size:15px;font-weight:700}.rte-prose strong{font-weight:700}.rte-prose em{font-style:italic}.rte-prose u{text-decoration:underline}.rte-prose s{text-decoration:line-through}.rte-prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.rte-prose ul,.rte-prose ol{padding-left:22px}.rte-prose ul{list-style:disc}.rte-prose ol{list-style:decimal}.rte-prose li>p{margin:0}.rte-prose blockquote{padding:4px 12px;border-left:3px solid var(--accent);color:var(--text-secondary);font-style:italic;margin:0}.rte-prose hr{border:0;border-top:1px solid var(--border);margin:12px 0}.rte-prose img{max-width:100%;height:auto;border-radius:8px}.kasir-panel .container{max-width:920px}.kasir-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.kasir-head h1{font-size:24px;font-weight:800;margin:0}.kasir-head p{font-size:14px;color:var(--muted);margin:4px 0 0}.kasir-stats{display:flex;gap:8px}.kasir-stat{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid var(--border);border-radius:var(--r-pill);background:var(--surface);font-size:13px}.kasir-stat.is-ok{border-color:color-mix(in srgb,#10b981 35%,transparent);background:color-mix(in srgb,#10b981 8%,transparent)}.kasir-stat strong{font-size:16px;font-weight:800}.kasir-stat small{color:var(--muted)}.kasir-stat i{color:var(--accent);font-size:16px}.kasir-stat.is-ok i{color:#10b981}.kasir-alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--r-card);margin-bottom:16px}.kasir-alert.is-ok{background:color-mix(in srgb,#10b981 12%,transparent);color:#065f46;border:1px solid color-mix(in srgb,#10b981 30%,transparent)}.kasir-alert.is-err{background:color-mix(in srgb,#ef4444 12%,transparent);color:#991b1b;border:1px solid color-mix(in srgb,#ef4444 30%,transparent)}.kasir-alert>i{font-size:20px}.kasir-alert>div{flex:1}.kasir-alert strong{display:block;font-size:14px}.kasir-alert small{font-size:12px;opacity:.85}.kasir-alert button{background:none;border:0;cursor:pointer;padding:4px;opacity:.6}.kasir-alert button:hover{opacity:1}.kasir-toolbar{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.kasir-search{flex:1;min-width:280px;position:relative;display:flex;align-items:center;border:1.5px solid var(--border);border-radius:10px;padding:0 12px;background:var(--surface);transition:border-color .2s var(--ease)}.kasir-search:focus-within{border-color:var(--accent)}.kasir-search>i{color:var(--muted);font-size:18px}.kasir-search input{flex:1;border:0;outline:0;padding:12px 8px;background:transparent;font-size:14px;font-family:JetBrains Mono,ui-monospace,monospace;color:var(--text)}.kasir-search button{background:none;border:0;cursor:pointer;padding:4px;color:var(--muted)}.kasir-filter{display:flex;gap:4px;padding:4px;background:var(--tile-2);border-radius:10px}.kasir-filter-btn{padding:8px 12px;border:0;background:transparent;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;color:var(--muted);letter-spacing:.04em}.kasir-filter-btn.is-active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000000f}.kasir-empty{text-align:center;padding:48px 20px;color:var(--muted)}.kasir-empty i{font-size:48px;opacity:.4;display:block;margin-bottom:8px}.kasir-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.kasir-card{display:grid;grid-template-columns:180px 1fr auto;gap:16px;padding:16px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-card);align-items:center;transition:all .2s var(--ease)}.kasir-card:hover{box-shadow:0 4px 16px -8px #0000001a}.kasir-card.status-expired{opacity:.6}.kasir-card.status-paid{border-color:color-mix(in srgb,#10b981 30%,transparent);background:color-mix(in srgb,#10b981 4%,transparent)}.kasir-card-left{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;background:var(--tile-2);border-radius:8px}.kasir-card-left svg{max-width:100%;height:auto}.kasir-barcode-text{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--text)}.kasir-card-body{min-width:0}.kasir-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.kasir-card-head strong{font-size:14px;font-weight:800}.kasir-pill{display:inline-block;padding:2px 8px;font-size:10px;font-weight:700;border-radius:var(--r-pill);letter-spacing:.04em}.pill-pending{background:color-mix(in srgb,#f59e0b 18%,transparent);color:#92400e}.pill-paid{background:color-mix(in srgb,#10b981 18%,transparent);color:#065f46}.pill-expired{background:color-mix(in srgb,#ef4444 12%,transparent);color:#991b1b}.pill-cancelled{background:color-mix(in srgb,#6b7280 18%,transparent);color:#374151}.kasir-card-info{display:grid;grid-template-columns:1.4fr 1fr 1.2fr auto;gap:12px;font-size:13px}.kasir-card-info>div{display:flex;flex-direction:column;gap:2px;min-width:0}.kasir-card-info small{font-size:10.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.kasir-card-info span{font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kasir-card-info small.muted{font-weight:400;text-transform:none;letter-spacing:0}.kasir-card-total strong{font-size:15px;font-weight:800;color:var(--accent)}.kasir-card-total{text-align:right}.kasir-card-actions{display:flex;flex-direction:column;gap:4px}.kasir-card-done,.kasir-card-expired{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;padding:6px 10px;border-radius:var(--r-pill)}.kasir-card-done{background:color-mix(in srgb,#10b981 14%,transparent);color:#065f46}.kasir-card-expired{background:color-mix(in srgb,#ef4444 10%,transparent);color:#991b1b}.kasir-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.kasir-modal{background:var(--surface);border-radius:var(--r-card);padding:24px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.kasir-modal h3{font-size:18px;font-weight:800;margin:0 0 16px}.kasir-modal-body{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.kasir-modal-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:var(--tile-2);border-radius:8px}.kasir-modal-row small{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.kasir-modal-row code{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.kasir-modal-total{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:color-mix(in srgb,var(--accent) 10%,transparent);border:1.5px solid color-mix(in srgb,var(--accent) 30%,transparent);border-radius:10px}.kasir-modal-total strong{font-size:20px;font-weight:800;color:var(--accent)}.kasir-modal-check{display:flex;align-items:center;gap:10px;padding:12px;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}.kasir-modal-check input{width:18px;height:18px;accent-color:var(--accent)}.kasir-modal-actions{display:flex;gap:8px;justify-content:flex-end}.kasir-method-badge{padding:2px 8px;border-radius:var(--r-pill, 9999px);font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:var(--accent-tint, rgba(249, 115, 22, .15));color:var(--accent, #f97316)}@media (max-width: 720px){.kasir-card{grid-template-columns:1fr;gap:12px}.kasir-card-left{flex-direction:row;justify-content:space-between}.kasir-card-info{grid-template-columns:1fr 1fr}.kasir-card-actions{flex-direction:row}.kasir-modal{padding:18px}.kasir-modal-actions{flex-direction:column}.kasir-modal-actions .btn{width:100%;justify-content:center}}.kasir-scan-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--accent, #f97316);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:filter .15s ease;white-space:nowrap}.kasir-scan-btn:hover{filter:brightness(1.08)}.kasir-scan-btn:active{transform:scale(.97)}.kasir-scan-btn i{font-size:18px}.kasir-find-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--tile-3, #e5e7eb);color:var(--text, #111827);border:1px solid var(--border, #d4d4d8);border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.kasir-find-btn:hover{border-color:var(--accent, #f97316);color:var(--accent, #f97316)}.kasir-find-btn:active{transform:scale(.97)}.kasir-find-btn i{font-size:18px}.kasir-scanner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.kasir-scanner-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 24px 60px #0006}.kasir-scanner-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border, #e5e7eb)}.kasir-scanner-head h3{margin:0;font-size:16px;font-weight:700}.kasir-scanner-head button{background:none;border:none;cursor:pointer;font-size:20px;color:var(--muted, #6b7280);padding:4px 8px;border-radius:6px}.kasir-scanner-head button:hover{background:var(--bg-alt, #f3f4f6)}.kasir-scanner-viewport{position:relative;width:100%;aspect-ratio:4 / 3;background:#000;overflow:hidden}.kasir-scanner-viewport video{width:100%;height:100%;object-fit:cover}.kasir-scanner-reticle{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.kasir-scanner-reticle:before,.kasir-scanner-reticle:after{content:"";position:absolute;background:#ffffffd9;box-shadow:0 0 0 1px #00000080}.kasir-scanner-reticle:before{width:78%;height:1.5px}.kasir-scanner-reticle:after{width:1.5px;height:50%}.kasir-scanner-reticle .corner{position:absolute;width:28px;height:28px;border:3px solid var(--accent, #f97316);background:transparent}.kasir-scanner-reticle .tl{top:14%;left:10%;border-right:none;border-bottom:none;border-top-left-radius:6px}.kasir-scanner-reticle .tr{top:14%;right:10%;border-left:none;border-bottom:none;border-top-right-radius:6px}.kasir-scanner-reticle .bl{bottom:14%;left:10%;border-right:none;border-top:none;border-bottom-left-radius:6px}.kasir-scanner-reticle .br{bottom:14%;right:10%;border-left:none;border-top:none;border-bottom-right-radius:6px}.kasir-scanner-hint{padding:12px 18px 16px;margin:0;font-size:13px;color:var(--muted, #6b7280);text-align:center}@media (max-width: 480px){.kasir-scan-btn span{display:none}.kasir-scan-btn{padding:8px 10px}}.kasir-scanner-err{display:flex;align-items:center;gap:8px;margin:0 18px 16px;padding:10px 12px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;font-size:13px;line-height:1.4}.kasir-scanner-err i{font-size:18px;flex-shrink:0}.kasir-scanner-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.kasir-scanner-canvas video{width:100%!important;height:100%!important;object-fit:cover;display:block}.kasir-scanner-canvas canvas{display:none!important}.kasir-scanner-video{width:100%!important;height:100%!important;object-fit:cover;display:block}.kasir-scanner-viewport .is-hidden{display:none!important}.kasir-scanner-torch{position:absolute;top:10px;right:10px;z-index:3;width:36px;height:36px;border:none;border-radius:50%;background:#0000008c;color:#fafafa;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.kasir-scanner-torch.is-on{background:var(--accent, #f97316);color:#fff}.venue-qr{display:flex;justify-content:center;margin-top:10px}.venue-qr img{border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:6px;background:#fff}.kasir-scanner-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0000008c;color:#fafafa;z-index:2;text-align:center;padding:20px}.kasir-scanner-empty i.ph-camera{font-size:48px;opacity:.7}.kasir-scanner-empty p{margin:0;font-size:14px;opacity:.85}.kasir-scanner-empty .btn{margin-top:6px}.kasir-scanner-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border, #e5e7eb)}.kasir-scanner-file-anchor{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.kasir-scanner-file-input{display:none}.music-player{position:fixed;left:24px;bottom:calc(24px + env(safe-area-inset-bottom));z-index:35;width:min(360px,calc(100vw - 32px));color:var(--text);pointer-events:none}.music-player.is-minimized{width:88px}.music-player.is-event-route,.music-player.no-bottom-nav,.music-player.has-bottom-nav{--music-bottom-offset: 24px}.music-player-bar,.music-player-panel,.music-player-seek,.music-player-error,.music-player-mini{pointer-events:auto}.music-player-mini{position:relative;display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:46px;padding:6px;background:#fffffff5;border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 32px #18181b24,0 2px 8px #18181b0f;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}.music-player-mini-play{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:var(--accent);color:#fff;font-size:15px;transition:transform .18s var(--ease),background .18s var(--ease)}.music-player-mini-play:hover{background:var(--accent-hover);transform:translateY(-1px)}.music-player-mini-play:active{transform:scale(.94)}.music-player-mini-play.is-playing{box-shadow:0 6px 14px #f9731640}.music-player-mini-expand{flex:0 0 auto}.music-player.is-minimized .music-player-mini-play,.music-player.is-minimized .music-player-mini-expand{width:34px;height:34px}.music-player button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.music-player-bar{display:flex;align-items:center;gap:10px;min-height:68px;padding:10px 12px 10px 10px;background:#fffffff0;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 46px #18181b24,0 3px 10px #18181b0f;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.music-player-art{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto;border-radius:14px;background:var(--accent);color:#fff;font-size:19px;transition:transform .18s var(--ease),background .18s var(--ease)}.music-player-art:hover{background:var(--accent-hover);transform:translateY(-1px)}.music-player-art:active{transform:scale(.94)}.music-player-art.is-playing{box-shadow:0 8px 20px #f9731642}.music-player-current{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;align-items:flex-start;gap:1px;padding:2px 0;text-align:left}.music-player-current:hover strong{color:var(--accent-ink)}.music-player-label,.music-player-current small,.music-track-copy small{color:var(--muted);font-size:11px;line-height:1.35}.music-player-label{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.music-player-current strong{width:100%;overflow:hidden;color:var(--text);font-size:13px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;transition:color .18s var(--ease)}.music-player-current small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.music-player-actions{display:flex;align-items:center;gap:1px;flex:0 0 auto}.music-control{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;color:var(--muted);font-size:17px;transition:color .18s var(--ease),background .18s var(--ease),transform .18s var(--ease)}.music-control:hover,.music-control.is-active{background:var(--accent-tint);color:var(--accent-ink)}.music-control:active{transform:scale(.92)}.music-skip-control{display:inline-flex}.music-player-progress{height:3px;margin:-3px 18px 0;overflow:hidden;border-radius:0 0 3px 3px;background:#e4e4e7cc;pointer-events:none}.music-player-progress span{display:block;height:100%;background:var(--accent);transition:width .15s linear}.music-player-panel{position:absolute;left:0;right:auto;bottom:calc(100% + 10px);width:100%;padding:16px;background:#fffffffa;border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 48px #18181b26;animation:music-panel-in .2s var(--ease)}@keyframes music-panel-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.music-player-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.music-player-panel-head>div{display:flex;flex-direction:column;gap:2px}.music-player-panel-head strong{font-size:16px;line-height:1.3}.music-player-kicker{color:var(--accent-ink);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.music-player-close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border);border-radius:9px;color:var(--muted);font-size:15px;transition:color .18s var(--ease),background .18s var(--ease)}.music-player-close:hover{background:var(--tile-2);color:var(--text)}.music-track-list{display:flex;flex-direction:column;gap:6px}.music-track{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;border-radius:12px;color:var(--text);text-align:left;transition:background .18s var(--ease),border-color .18s var(--ease)}.music-track:hover{background:var(--tile-2)}.music-track.is-current{background:var(--accent-tint);border-color:color-mix(in srgb,var(--accent) 24%,transparent)}.music-track-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:var(--tile-2);color:var(--muted);font-size:16px}.music-track.is-current .music-track-icon{background:var(--accent);color:#fff}.music-track-copy{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:1px}.music-track-copy strong{overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.music-track-playing{color:var(--accent-ink);font-size:10px;font-weight:700}.music-player-volume{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.music-volume-button{width:28px;height:28px}.music-player-volume input,.music-player-seek input{width:100%;height:4px;accent-color:var(--accent);cursor:pointer}.music-player-seek{padding:10px 14px 12px;background:#fffffffa;border:1px solid var(--border);border-top:0;border-radius:0 0 14px 14px;box-shadow:0 12px 30px #18181b14}.music-player-time{display:flex;justify-content:space-between;margin-bottom:5px;color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.music-player-error{margin:6px 4px 0;color:var(--danger-ink);font-size:11px;line-height:1.35;text-align:right}@media (max-width: 768px){.music-player{left:12px;right:auto;bottom:calc(var(--music-bottom-offset, var(--bottom-nav-h) + 22px) + env(safe-area-inset-bottom));width:min(360px,calc(100vw - 24px))}.music-player.has-bottom-nav{--music-bottom-offset: calc(var(--bottom-nav-h) + 22px)}.music-player.is-event-route,.music-player.is-event-route.is-minimized{--music-bottom-offset: 92px}.music-player.is-minimized{width:88px}.music-player-bar{min-height:62px;border-radius:16px}.music-player-art{width:40px;height:40px;border-radius:12px}.music-skip-control{display:none}}@media (prefers-reduced-motion: reduce){.music-player-panel{animation:none}.music-player-art:hover{transform:none}}.kasir-scanner-close{background:transparent;border:none;width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--fg-muted, #6b7280);font-size:18px;transition:background .15s ease}.kasir-scanner-close:hover{background:var(--bg-alt, #f3f4f6);color:var(--fg, #111827)}.all-events-page{background:var(--bg)}.events-hero-reveal{position:relative;padding:56px 0 40px;background:radial-gradient(120% 100% at 85% -20%,rgba(249,115,22,.06),transparent 60%),linear-gradient(180deg,var(--bg) 0%,var(--bg) 100%);border-bottom:1px solid var(--border);isolation:isolate}.events-hero-reveal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,transparent 0,transparent calc(50% - .5px),var(--border) calc(50% - .5px),var(--border) calc(50% + .5px),transparent calc(50% + .5px));opacity:0;pointer-events:none}.events-hero-inner{max-width:720px}.events-hero-title{font-family:var(--font-body);font-size:clamp(36px,5.2vw,56px);font-weight:800;letter-spacing:-.025em;line-height:1.05;color:var(--text);margin:0 0 16px}.events-hero-title .accent{color:var(--accent)}.events-hero-sub{font-size:clamp(15px,1.4vw,17px);line-height:1.65;color:var(--muted);margin:0 0 28px;max-width:540px}.events-hero-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.ehm-pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;letter-spacing:.01em;padding:7px 14px;border-radius:999px;background:#f9731614;color:var(--accent-fill);border:1px solid rgba(249,115,22,.22)}.ehm-pill.muted{background:var(--tile-2);color:var(--muted);border-color:var(--border);font-weight:500}.events-filter-bar{position:sticky;top:64px;z-index:20;background:#f5f5f7e0;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid var(--border);padding:14px 0}.events-chip-row{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px;margin-bottom:14px}.events-chip-row::-webkit-scrollbar{display:none}.events-chip-row .chip{flex-shrink:0;padding:8px 18px;border-radius:999px;font-size:13.5px;font-weight:500;background:var(--tile-1);color:var(--muted);border:1px solid var(--border);cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.events-chip-row .chip:hover{background:var(--tile-2);color:var(--text)}.events-chip-row .chip.on{background:var(--text);color:var(--bg);border-color:var(--text)}.events-sort-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.sort-control{display:inline-flex;align-items:center;gap:12px}.sort-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.sort-segment{display:inline-flex;background:var(--tile-1);border:1px solid var(--border);border-radius:999px;padding:3px;gap:0}.sort-segment button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:6px 14px;font-size:13px;font-weight:500;color:var(--muted);cursor:pointer;border-radius:999px;transition:background .15s,color .15s;font-family:inherit}.sort-segment button:hover{color:var(--text)}.sort-segment button.on{background:var(--text);color:var(--bg);font-weight:600}.sort-reset{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;font-family:inherit;font-size:13px;font-weight:500;color:var(--muted);cursor:pointer;padding:6px 10px;border-radius:8px;transition:color .15s,background .15s}.sort-reset:hover{color:var(--accent-fill);background:#f973160f}.sort-reset .ph{font-size:15px}.events-grid-section{padding-top:48px;padding-bottom:80px}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px 24px}.events-empty{text-align:center;padding:80px 20px 60px;max-width:460px;margin:0 auto}.events-empty-icon{font-size:48px;color:var(--muted);opacity:.6;display:block;margin-bottom:18px}.events-empty-title{font-size:22px;font-weight:700;color:var(--text);margin:0 0 8px;letter-spacing:-.01em}.events-empty-sub{font-size:15px;color:var(--muted);line-height:1.6;margin:0 0 24px}.events-empty-cta{background:var(--accent);color:#fff;border:0;padding:10px 22px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s,background .15s;font-family:inherit}.events-empty-cta:hover{background:var(--accent-fill);transform:translateY(-1px)}.events-empty-cta:active{transform:translateY(0)}.events-loadmore-wrap{display:flex;justify-content:center;margin-top:56px}.events-loadmore{display:inline-flex;align-items:center;gap:10px;background:transparent;border:1px solid var(--border);color:var(--text);font-family:inherit;font-size:14px;font-weight:600;padding:12px 22px;border-radius:999px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.events-loadmore:hover{background:var(--tile-2);border-color:var(--text);transform:translateY(-1px)}.events-loadmore:active{transform:translateY(0)}.events-loadmore .ph{font-size:16px}.events-loadmore .lm-counter{font-size:12px;font-weight:500;color:var(--muted);padding-left:8px;border-left:1px solid var(--border);margin-left:4px}@media (max-width: 768px){.events-hero-reveal{padding:40px 0 32px}.events-hero-title{font-size:clamp(28px,8vw,36px)}.events-hero-sub{font-size:14.5px}.events-filter-bar{position:static;padding:10px 0}.events-chip-row{margin-bottom:12px}.events-chip-row .chip{padding:7px 14px;font-size:13px;line-height:1.2}.events-sort-row{flex-direction:column;align-items:stretch;gap:10px}.sort-control{justify-content:space-between}.sort-reset{justify-content:center}.events-grid{grid-template-columns:1fr;gap:20px}.events-grid-section{padding-top:32px;padding-bottom:60px}}@media (max-width: 480px){.events-hero-title{font-size:26px}.ehm-pill{font-size:11.5px;padding:6px 12px}}.events-hero-reveal.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.events-hero-reveal.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.events-hero-reveal.reveal{opacity:1;transform:none;transition:none}.events-empty-cta,.events-loadmore,.sort-reset,.events-chip-row .chip{transition:none}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;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:""}@font-face{font-family:Phosphor-Light;src:url(/assets/Phosphor-Light-CGwbSLuF.woff2) format("woff2"),url(/assets/Phosphor-Light-Ch5YcZ-M.woff) format("woff"),url(/assets/Phosphor-Light-Cmen2P86.ttf) format("truetype"),url(/assets/Phosphor-Light-BTiR1Cbr.svg#Phosphor-Light) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-light{font-family:Phosphor-Light!important;speak:never;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-light.ph-acorn:before{content:""}.ph-light.ph-address-book:before{content:""}.ph-light.ph-address-book-tabs:before{content:""}.ph-light.ph-air-traffic-control:before{content:""}.ph-light.ph-airplane:before{content:""}.ph-light.ph-airplane-in-flight:before{content:""}.ph-light.ph-airplane-landing:before{content:""}.ph-light.ph-airplane-takeoff:before{content:""}.ph-light.ph-airplane-taxiing:before{content:""}.ph-light.ph-airplane-tilt:before{content:""}.ph-light.ph-airplay:before{content:""}.ph-light.ph-alarm:before{content:""}.ph-light.ph-alien:before{content:""}.ph-light.ph-align-bottom:before{content:""}.ph-light.ph-align-bottom-simple:before{content:""}.ph-light.ph-align-center-horizontal:before{content:""}.ph-light.ph-align-center-horizontal-simple:before{content:""}.ph-light.ph-align-center-vertical:before{content:""}.ph-light.ph-align-center-vertical-simple:before{content:""}.ph-light.ph-align-left:before{content:""}.ph-light.ph-align-left-simple:before{content:""}.ph-light.ph-align-right:before{content:""}.ph-light.ph-align-right-simple:before{content:""}.ph-light.ph-align-top:before{content:""}.ph-light.ph-align-top-simple:before{content:""}.ph-light.ph-amazon-logo:before{content:""}.ph-light.ph-ambulance:before{content:""}.ph-light.ph-anchor:before{content:""}.ph-light.ph-anchor-simple:before{content:""}.ph-light.ph-android-logo:before{content:""}.ph-light.ph-angle:before{content:""}.ph-light.ph-angular-logo:before{content:""}.ph-light.ph-aperture:before{content:""}.ph-light.ph-app-store-logo:before{content:""}.ph-light.ph-app-window:before{content:""}.ph-light.ph-apple-logo:before{content:""}.ph-light.ph-apple-podcasts-logo:before{content:""}.ph-light.ph-approximate-equals:before{content:""}.ph-light.ph-archive:before{content:""}.ph-light.ph-armchair:before{content:""}.ph-light.ph-arrow-arc-left:before{content:""}.ph-light.ph-arrow-arc-right:before{content:""}.ph-light.ph-arrow-bend-double-up-left:before{content:""}.ph-light.ph-arrow-bend-double-up-right:before{content:""}.ph-light.ph-arrow-bend-down-left:before{content:""}.ph-light.ph-arrow-bend-down-right:before{content:""}.ph-light.ph-arrow-bend-left-down:before{content:""}.ph-light.ph-arrow-bend-left-up:before{content:""}.ph-light.ph-arrow-bend-right-down:before{content:""}.ph-light.ph-arrow-bend-right-up:before{content:""}.ph-light.ph-arrow-bend-up-left:before{content:""}.ph-light.ph-arrow-bend-up-right:before{content:""}.ph-light.ph-arrow-circle-down:before{content:""}.ph-light.ph-arrow-circle-down-left:before{content:""}.ph-light.ph-arrow-circle-down-right:before{content:""}.ph-light.ph-arrow-circle-left:before{content:""}.ph-light.ph-arrow-circle-right:before{content:""}.ph-light.ph-arrow-circle-up:before{content:""}.ph-light.ph-arrow-circle-up-left:before{content:""}.ph-light.ph-arrow-circle-up-right:before{content:""}.ph-light.ph-arrow-clockwise:before{content:""}.ph-light.ph-arrow-counter-clockwise:before{content:""}.ph-light.ph-arrow-down:before{content:""}.ph-light.ph-arrow-down-left:before{content:""}.ph-light.ph-arrow-down-right:before{content:""}.ph-light.ph-arrow-elbow-down-left:before{content:""}.ph-light.ph-arrow-elbow-down-right:before{content:""}.ph-light.ph-arrow-elbow-left:before{content:""}.ph-light.ph-arrow-elbow-left-down:before{content:""}.ph-light.ph-arrow-elbow-left-up:before{content:""}.ph-light.ph-arrow-elbow-right:before{content:""}.ph-light.ph-arrow-elbow-right-down:before{content:""}.ph-light.ph-arrow-elbow-right-up:before{content:""}.ph-light.ph-arrow-elbow-up-left:before{content:""}.ph-light.ph-arrow-elbow-up-right:before{content:""}.ph-light.ph-arrow-fat-down:before{content:""}.ph-light.ph-arrow-fat-left:before{content:""}.ph-light.ph-arrow-fat-line-down:before{content:""}.ph-light.ph-arrow-fat-line-left:before{content:""}.ph-light.ph-arrow-fat-line-right:before{content:""}.ph-light.ph-arrow-fat-line-up:before{content:""}.ph-light.ph-arrow-fat-lines-down:before{content:""}.ph-light.ph-arrow-fat-lines-left:before{content:""}.ph-light.ph-arrow-fat-lines-right:before{content:""}.ph-light.ph-arrow-fat-lines-up:before{content:""}.ph-light.ph-arrow-fat-right:before{content:""}.ph-light.ph-arrow-fat-up:before{content:""}.ph-light.ph-arrow-left:before{content:""}.ph-light.ph-arrow-line-down:before{content:""}.ph-light.ph-arrow-line-down-left:before{content:""}.ph-light.ph-arrow-line-down-right:before{content:""}.ph-light.ph-arrow-line-left:before{content:""}.ph-light.ph-arrow-line-right:before{content:""}.ph-light.ph-arrow-line-up:before{content:""}.ph-light.ph-arrow-line-up-left:before{content:""}.ph-light.ph-arrow-line-up-right:before{content:""}.ph-light.ph-arrow-right:before{content:""}.ph-light.ph-arrow-square-down:before{content:""}.ph-light.ph-arrow-square-down-left:before{content:""}.ph-light.ph-arrow-square-down-right:before{content:""}.ph-light.ph-arrow-square-in:before{content:""}.ph-light.ph-arrow-square-left:before{content:""}.ph-light.ph-arrow-square-out:before{content:""}.ph-light.ph-arrow-square-right:before{content:""}.ph-light.ph-arrow-square-up:before{content:""}.ph-light.ph-arrow-square-up-left:before{content:""}.ph-light.ph-arrow-square-up-right:before{content:""}.ph-light.ph-arrow-u-down-left:before{content:""}.ph-light.ph-arrow-u-down-right:before{content:""}.ph-light.ph-arrow-u-left-down:before{content:""}.ph-light.ph-arrow-u-left-up:before{content:""}.ph-light.ph-arrow-u-right-down:before{content:""}.ph-light.ph-arrow-u-right-up:before{content:""}.ph-light.ph-arrow-u-up-left:before{content:""}.ph-light.ph-arrow-u-up-right:before{content:""}.ph-light.ph-arrow-up:before{content:""}.ph-light.ph-arrow-up-left:before{content:""}.ph-light.ph-arrow-up-right:before{content:""}.ph-light.ph-arrows-clockwise:before{content:""}.ph-light.ph-arrows-counter-clockwise:before{content:""}.ph-light.ph-arrows-down-up:before{content:""}.ph-light.ph-arrows-horizontal:before{content:""}.ph-light.ph-arrows-in:before{content:""}.ph-light.ph-arrows-in-cardinal:before{content:""}.ph-light.ph-arrows-in-line-horizontal:before{content:""}.ph-light.ph-arrows-in-line-vertical:before{content:""}.ph-light.ph-arrows-in-simple:before{content:""}.ph-light.ph-arrows-left-right:before{content:""}.ph-light.ph-arrows-merge:before{content:""}.ph-light.ph-arrows-out:before{content:""}.ph-light.ph-arrows-out-cardinal:before{content:""}.ph-light.ph-arrows-out-line-horizontal:before{content:""}.ph-light.ph-arrows-out-line-vertical:before{content:""}.ph-light.ph-arrows-out-simple:before{content:""}.ph-light.ph-arrows-split:before{content:""}.ph-light.ph-arrows-vertical:before{content:""}.ph-light.ph-article:before{content:""}.ph-light.ph-article-medium:before{content:""}.ph-light.ph-article-ny-times:before{content:""}.ph-light.ph-asclepius:before{content:""}.ph-light.ph-caduceus:before{content:""}.ph-light.ph-asterisk:before{content:""}.ph-light.ph-asterisk-simple:before{content:""}.ph-light.ph-at:before{content:""}.ph-light.ph-atom:before{content:""}.ph-light.ph-avocado:before{content:""}.ph-light.ph-axe:before{content:""}.ph-light.ph-baby:before{content:""}.ph-light.ph-baby-carriage:before{content:""}.ph-light.ph-backpack:before{content:""}.ph-light.ph-backspace:before{content:""}.ph-light.ph-bag:before{content:""}.ph-light.ph-bag-simple:before{content:""}.ph-light.ph-balloon:before{content:""}.ph-light.ph-bandaids:before{content:""}.ph-light.ph-bank:before{content:""}.ph-light.ph-barbell:before{content:""}.ph-light.ph-barcode:before{content:""}.ph-light.ph-barn:before{content:""}.ph-light.ph-barricade:before{content:""}.ph-light.ph-baseball:before{content:""}.ph-light.ph-baseball-cap:before{content:""}.ph-light.ph-baseball-helmet:before{content:""}.ph-light.ph-basket:before{content:""}.ph-light.ph-basketball:before{content:""}.ph-light.ph-bathtub:before{content:""}.ph-light.ph-battery-charging:before{content:""}.ph-light.ph-battery-charging-vertical:before{content:""}.ph-light.ph-battery-empty:before{content:""}.ph-light.ph-battery-full:before{content:""}.ph-light.ph-battery-high:before{content:""}.ph-light.ph-battery-low:before{content:""}.ph-light.ph-battery-medium:before{content:""}.ph-light.ph-battery-plus:before{content:""}.ph-light.ph-battery-plus-vertical:before{content:""}.ph-light.ph-battery-vertical-empty:before{content:""}.ph-light.ph-battery-vertical-full:before{content:""}.ph-light.ph-battery-vertical-high:before{content:""}.ph-light.ph-battery-vertical-low:before{content:""}.ph-light.ph-battery-vertical-medium:before{content:""}.ph-light.ph-battery-warning:before{content:""}.ph-light.ph-battery-warning-vertical:before{content:""}.ph-light.ph-beach-ball:before{content:""}.ph-light.ph-beanie:before{content:""}.ph-light.ph-bed:before{content:""}.ph-light.ph-beer-bottle:before{content:""}.ph-light.ph-beer-stein:before{content:""}.ph-light.ph-behance-logo:before{content:""}.ph-light.ph-bell:before{content:""}.ph-light.ph-bell-ringing:before{content:""}.ph-light.ph-bell-simple:before{content:""}.ph-light.ph-bell-simple-ringing:before{content:""}.ph-light.ph-bell-simple-slash:before{content:""}.ph-light.ph-bell-simple-z:before{content:""}.ph-light.ph-bell-slash:before{content:""}.ph-light.ph-bell-z:before{content:""}.ph-light.ph-belt:before{content:""}.ph-light.ph-bezier-curve:before{content:""}.ph-light.ph-bicycle:before{content:""}.ph-light.ph-binary:before{content:""}.ph-light.ph-binoculars:before{content:""}.ph-light.ph-biohazard:before{content:""}.ph-light.ph-bird:before{content:""}.ph-light.ph-blueprint:before{content:""}.ph-light.ph-bluetooth:before{content:""}.ph-light.ph-bluetooth-connected:before{content:""}.ph-light.ph-bluetooth-slash:before{content:""}.ph-light.ph-bluetooth-x:before{content:""}.ph-light.ph-boat:before{content:""}.ph-light.ph-bomb:before{content:""}.ph-light.ph-bone:before{content:""}.ph-light.ph-book:before{content:""}.ph-light.ph-book-bookmark:before{content:""}.ph-light.ph-book-open:before{content:""}.ph-light.ph-book-open-text:before{content:""}.ph-light.ph-book-open-user:before{content:""}.ph-light.ph-bookmark:before{content:""}.ph-light.ph-bookmark-simple:before{content:""}.ph-light.ph-bookmarks:before{content:""}.ph-light.ph-bookmarks-simple:before{content:""}.ph-light.ph-books:before{content:""}.ph-light.ph-boot:before{content:""}.ph-light.ph-boules:before{content:""}.ph-light.ph-bounding-box:before{content:""}.ph-light.ph-bowl-food:before{content:""}.ph-light.ph-bowl-steam:before{content:""}.ph-light.ph-bowling-ball:before{content:""}.ph-light.ph-box-arrow-down:before{content:""}.ph-light.ph-archive-box:before{content:""}.ph-light.ph-box-arrow-up:before{content:""}.ph-light.ph-boxing-glove:before{content:""}.ph-light.ph-brackets-angle:before{content:""}.ph-light.ph-brackets-curly:before{content:""}.ph-light.ph-brackets-round:before{content:""}.ph-light.ph-brackets-square:before{content:""}.ph-light.ph-brain:before{content:""}.ph-light.ph-brandy:before{content:""}.ph-light.ph-bread:before{content:""}.ph-light.ph-bridge:before{content:""}.ph-light.ph-briefcase:before{content:""}.ph-light.ph-briefcase-metal:before{content:""}.ph-light.ph-broadcast:before{content:""}.ph-light.ph-broom:before{content:""}.ph-light.ph-browser:before{content:""}.ph-light.ph-browsers:before{content:""}.ph-light.ph-bug:before{content:""}.ph-light.ph-bug-beetle:before{content:""}.ph-light.ph-bug-droid:before{content:""}.ph-light.ph-building:before{content:""}.ph-light.ph-building-apartment:before{content:""}.ph-light.ph-building-office:before{content:""}.ph-light.ph-buildings:before{content:""}.ph-light.ph-bulldozer:before{content:""}.ph-light.ph-bus:before{content:""}.ph-light.ph-butterfly:before{content:""}.ph-light.ph-cable-car:before{content:""}.ph-light.ph-cactus:before{content:""}.ph-light.ph-cake:before{content:""}.ph-light.ph-calculator:before{content:""}.ph-light.ph-calendar:before{content:""}.ph-light.ph-calendar-blank:before{content:""}.ph-light.ph-calendar-check:before{content:""}.ph-light.ph-calendar-dot:before{content:""}.ph-light.ph-calendar-dots:before{content:""}.ph-light.ph-calendar-heart:before{content:""}.ph-light.ph-calendar-minus:before{content:""}.ph-light.ph-calendar-plus:before{content:""}.ph-light.ph-calendar-slash:before{content:""}.ph-light.ph-calendar-star:before{content:""}.ph-light.ph-calendar-x:before{content:""}.ph-light.ph-call-bell:before{content:""}.ph-light.ph-camera:before{content:""}.ph-light.ph-camera-plus:before{content:""}.ph-light.ph-camera-rotate:before{content:""}.ph-light.ph-camera-slash:before{content:""}.ph-light.ph-campfire:before{content:""}.ph-light.ph-car:before{content:""}.ph-light.ph-car-battery:before{content:""}.ph-light.ph-car-profile:before{content:""}.ph-light.ph-car-simple:before{content:""}.ph-light.ph-cardholder:before{content:""}.ph-light.ph-cards:before{content:""}.ph-light.ph-cards-three:before{content:""}.ph-light.ph-caret-circle-double-down:before{content:""}.ph-light.ph-caret-circle-double-left:before{content:""}.ph-light.ph-caret-circle-double-right:before{content:""}.ph-light.ph-caret-circle-double-up:before{content:""}.ph-light.ph-caret-circle-down:before{content:""}.ph-light.ph-caret-circle-left:before{content:""}.ph-light.ph-caret-circle-right:before{content:""}.ph-light.ph-caret-circle-up:before{content:""}.ph-light.ph-caret-circle-up-down:before{content:""}.ph-light.ph-caret-double-down:before{content:""}.ph-light.ph-caret-double-left:before{content:""}.ph-light.ph-caret-double-right:before{content:""}.ph-light.ph-caret-double-up:before{content:""}.ph-light.ph-caret-down:before{content:""}.ph-light.ph-caret-left:before{content:""}.ph-light.ph-caret-line-down:before{content:""}.ph-light.ph-caret-line-left:before{content:""}.ph-light.ph-caret-line-right:before{content:""}.ph-light.ph-caret-line-up:before{content:""}.ph-light.ph-caret-right:before{content:""}.ph-light.ph-caret-up:before{content:""}.ph-light.ph-caret-up-down:before{content:""}.ph-light.ph-carrot:before{content:""}.ph-light.ph-cash-register:before{content:""}.ph-light.ph-cassette-tape:before{content:""}.ph-light.ph-castle-turret:before{content:""}.ph-light.ph-cat:before{content:""}.ph-light.ph-cell-signal-full:before{content:""}.ph-light.ph-cell-signal-high:before{content:""}.ph-light.ph-cell-signal-low:before{content:""}.ph-light.ph-cell-signal-medium:before{content:""}.ph-light.ph-cell-signal-none:before{content:""}.ph-light.ph-cell-signal-slash:before{content:""}.ph-light.ph-cell-signal-x:before{content:""}.ph-light.ph-cell-tower:before{content:""}.ph-light.ph-certificate:before{content:""}.ph-light.ph-chair:before{content:""}.ph-light.ph-chalkboard:before{content:""}.ph-light.ph-chalkboard-simple:before{content:""}.ph-light.ph-chalkboard-teacher:before{content:""}.ph-light.ph-champagne:before{content:""}.ph-light.ph-charging-station:before{content:""}.ph-light.ph-chart-bar:before{content:""}.ph-light.ph-chart-bar-horizontal:before{content:""}.ph-light.ph-chart-donut:before{content:""}.ph-light.ph-chart-line:before{content:""}.ph-light.ph-chart-line-down:before{content:""}.ph-light.ph-chart-line-up:before{content:""}.ph-light.ph-chart-pie:before{content:""}.ph-light.ph-chart-pie-slice:before{content:""}.ph-light.ph-chart-polar:before{content:""}.ph-light.ph-chart-scatter:before{content:""}.ph-light.ph-chat:before{content:""}.ph-light.ph-chat-centered:before{content:""}.ph-light.ph-chat-centered-dots:before{content:""}.ph-light.ph-chat-centered-slash:before{content:""}.ph-light.ph-chat-centered-text:before{content:""}.ph-light.ph-chat-circle:before{content:""}.ph-light.ph-chat-circle-dots:before{content:""}.ph-light.ph-chat-circle-slash:before{content:""}.ph-light.ph-chat-circle-text:before{content:""}.ph-light.ph-chat-dots:before{content:""}.ph-light.ph-chat-slash:before{content:""}.ph-light.ph-chat-teardrop:before{content:""}.ph-light.ph-chat-teardrop-dots:before{content:""}.ph-light.ph-chat-teardrop-slash:before{content:""}.ph-light.ph-chat-teardrop-text:before{content:""}.ph-light.ph-chat-text:before{content:""}.ph-light.ph-chats:before{content:""}.ph-light.ph-chats-circle:before{content:""}.ph-light.ph-chats-teardrop:before{content:""}.ph-light.ph-check:before{content:""}.ph-light.ph-check-circle:before{content:""}.ph-light.ph-check-fat:before{content:""}.ph-light.ph-check-square:before{content:""}.ph-light.ph-check-square-offset:before{content:""}.ph-light.ph-checkerboard:before{content:""}.ph-light.ph-checks:before{content:""}.ph-light.ph-cheers:before{content:""}.ph-light.ph-cheese:before{content:""}.ph-light.ph-chef-hat:before{content:""}.ph-light.ph-cherries:before{content:""}.ph-light.ph-church:before{content:""}.ph-light.ph-cigarette:before{content:""}.ph-light.ph-cigarette-slash:before{content:""}.ph-light.ph-circle:before{content:""}.ph-light.ph-circle-dashed:before{content:""}.ph-light.ph-circle-half:before{content:""}.ph-light.ph-circle-half-tilt:before{content:""}.ph-light.ph-circle-notch:before{content:""}.ph-light.ph-circles-four:before{content:""}.ph-light.ph-circles-three:before{content:""}.ph-light.ph-circles-three-plus:before{content:""}.ph-light.ph-circuitry:before{content:""}.ph-light.ph-city:before{content:""}.ph-light.ph-clipboard:before{content:""}.ph-light.ph-clipboard-text:before{content:""}.ph-light.ph-clock:before{content:""}.ph-light.ph-clock-afternoon:before{content:""}.ph-light.ph-clock-clockwise:before{content:""}.ph-light.ph-clock-countdown:before{content:""}.ph-light.ph-clock-counter-clockwise:before{content:""}.ph-light.ph-clock-user:before{content:""}.ph-light.ph-closed-captioning:before{content:""}.ph-light.ph-cloud:before{content:""}.ph-light.ph-cloud-arrow-down:before{content:""}.ph-light.ph-cloud-arrow-up:before{content:""}.ph-light.ph-cloud-check:before{content:""}.ph-light.ph-cloud-fog:before{content:""}.ph-light.ph-cloud-lightning:before{content:""}.ph-light.ph-cloud-moon:before{content:""}.ph-light.ph-cloud-rain:before{content:""}.ph-light.ph-cloud-slash:before{content:""}.ph-light.ph-cloud-snow:before{content:""}.ph-light.ph-cloud-sun:before{content:""}.ph-light.ph-cloud-warning:before{content:""}.ph-light.ph-cloud-x:before{content:""}.ph-light.ph-clover:before{content:""}.ph-light.ph-club:before{content:""}.ph-light.ph-coat-hanger:before{content:""}.ph-light.ph-coda-logo:before{content:""}.ph-light.ph-code:before{content:""}.ph-light.ph-code-block:before{content:""}.ph-light.ph-code-simple:before{content:""}.ph-light.ph-codepen-logo:before{content:""}.ph-light.ph-codesandbox-logo:before{content:""}.ph-light.ph-coffee:before{content:""}.ph-light.ph-coffee-bean:before{content:""}.ph-light.ph-coin:before{content:""}.ph-light.ph-coin-vertical:before{content:""}.ph-light.ph-coins:before{content:""}.ph-light.ph-columns:before{content:""}.ph-light.ph-columns-plus-left:before{content:""}.ph-light.ph-columns-plus-right:before{content:""}.ph-light.ph-command:before{content:""}.ph-light.ph-compass:before{content:""}.ph-light.ph-compass-rose:before{content:""}.ph-light.ph-compass-tool:before{content:""}.ph-light.ph-computer-tower:before{content:""}.ph-light.ph-confetti:before{content:""}.ph-light.ph-contactless-payment:before{content:""}.ph-light.ph-control:before{content:""}.ph-light.ph-cookie:before{content:""}.ph-light.ph-cooking-pot:before{content:""}.ph-light.ph-copy:before{content:""}.ph-light.ph-copy-simple:before{content:""}.ph-light.ph-copyleft:before{content:""}.ph-light.ph-copyright:before{content:""}.ph-light.ph-corners-in:before{content:""}.ph-light.ph-corners-out:before{content:""}.ph-light.ph-couch:before{content:""}.ph-light.ph-court-basketball:before{content:""}.ph-light.ph-cow:before{content:""}.ph-light.ph-cowboy-hat:before{content:""}.ph-light.ph-cpu:before{content:""}.ph-light.ph-crane:before{content:""}.ph-light.ph-crane-tower:before{content:""}.ph-light.ph-credit-card:before{content:""}.ph-light.ph-cricket:before{content:""}.ph-light.ph-crop:before{content:""}.ph-light.ph-cross:before{content:""}.ph-light.ph-crosshair:before{content:""}.ph-light.ph-crosshair-simple:before{content:""}.ph-light.ph-crown:before{content:""}.ph-light.ph-crown-cross:before{content:""}.ph-light.ph-crown-simple:before{content:""}.ph-light.ph-cube:before{content:""}.ph-light.ph-cube-focus:before{content:""}.ph-light.ph-cube-transparent:before{content:""}.ph-light.ph-currency-btc:before{content:""}.ph-light.ph-currency-circle-dollar:before{content:""}.ph-light.ph-currency-cny:before{content:""}.ph-light.ph-currency-dollar:before{content:""}.ph-light.ph-currency-dollar-simple:before{content:""}.ph-light.ph-currency-eth:before{content:""}.ph-light.ph-currency-eur:before{content:""}.ph-light.ph-currency-gbp:before{content:""}.ph-light.ph-currency-inr:before{content:""}.ph-light.ph-currency-jpy:before{content:""}.ph-light.ph-currency-krw:before{content:""}.ph-light.ph-currency-kzt:before{content:""}.ph-light.ph-currency-ngn:before{content:""}.ph-light.ph-currency-rub:before{content:""}.ph-light.ph-cursor:before{content:""}.ph-light.ph-cursor-click:before{content:""}.ph-light.ph-cursor-text:before{content:""}.ph-light.ph-cylinder:before{content:""}.ph-light.ph-database:before{content:""}.ph-light.ph-desk:before{content:""}.ph-light.ph-desktop:before{content:""}.ph-light.ph-desktop-tower:before{content:""}.ph-light.ph-detective:before{content:""}.ph-light.ph-dev-to-logo:before{content:""}.ph-light.ph-device-mobile:before{content:""}.ph-light.ph-device-mobile-camera:before{content:""}.ph-light.ph-device-mobile-slash:before{content:""}.ph-light.ph-device-mobile-speaker:before{content:""}.ph-light.ph-device-rotate:before{content:""}.ph-light.ph-device-tablet:before{content:""}.ph-light.ph-device-tablet-camera:before{content:""}.ph-light.ph-device-tablet-speaker:before{content:""}.ph-light.ph-devices:before{content:""}.ph-light.ph-diamond:before{content:""}.ph-light.ph-diamonds-four:before{content:""}.ph-light.ph-dice-five:before{content:""}.ph-light.ph-dice-four:before{content:""}.ph-light.ph-dice-one:before{content:""}.ph-light.ph-dice-six:before{content:""}.ph-light.ph-dice-three:before{content:""}.ph-light.ph-dice-two:before{content:""}.ph-light.ph-disc:before{content:""}.ph-light.ph-disco-ball:before{content:""}.ph-light.ph-discord-logo:before{content:""}.ph-light.ph-divide:before{content:""}.ph-light.ph-dna:before{content:""}.ph-light.ph-dog:before{content:""}.ph-light.ph-door:before{content:""}.ph-light.ph-door-open:before{content:""}.ph-light.ph-dot:before{content:""}.ph-light.ph-dot-outline:before{content:""}.ph-light.ph-dots-nine:before{content:""}.ph-light.ph-dots-six:before{content:""}.ph-light.ph-dots-six-vertical:before{content:""}.ph-light.ph-dots-three:before{content:""}.ph-light.ph-dots-three-circle:before{content:""}.ph-light.ph-dots-three-circle-vertical:before{content:""}.ph-light.ph-dots-three-outline:before{content:""}.ph-light.ph-dots-three-outline-vertical:before{content:""}.ph-light.ph-dots-three-vertical:before{content:""}.ph-light.ph-download:before{content:""}.ph-light.ph-download-simple:before{content:""}.ph-light.ph-dress:before{content:""}.ph-light.ph-dresser:before{content:""}.ph-light.ph-dribbble-logo:before{content:""}.ph-light.ph-drone:before{content:""}.ph-light.ph-drop:before{content:""}.ph-light.ph-drop-half:before{content:""}.ph-light.ph-drop-half-bottom:before{content:""}.ph-light.ph-drop-simple:before{content:""}.ph-light.ph-drop-slash:before{content:""}.ph-light.ph-dropbox-logo:before{content:""}.ph-light.ph-ear:before{content:""}.ph-light.ph-ear-slash:before{content:""}.ph-light.ph-egg:before{content:""}.ph-light.ph-egg-crack:before{content:""}.ph-light.ph-eject:before{content:""}.ph-light.ph-eject-simple:before{content:""}.ph-light.ph-elevator:before{content:""}.ph-light.ph-empty:before{content:""}.ph-light.ph-engine:before{content:""}.ph-light.ph-envelope:before{content:""}.ph-light.ph-envelope-open:before{content:""}.ph-light.ph-envelope-simple:before{content:""}.ph-light.ph-envelope-simple-open:before{content:""}.ph-light.ph-equalizer:before{content:""}.ph-light.ph-equals:before{content:""}.ph-light.ph-eraser:before{content:""}.ph-light.ph-escalator-down:before{content:""}.ph-light.ph-escalator-up:before{content:""}.ph-light.ph-exam:before{content:""}.ph-light.ph-exclamation-mark:before{content:""}.ph-light.ph-exclude:before{content:""}.ph-light.ph-exclude-square:before{content:""}.ph-light.ph-export:before{content:""}.ph-light.ph-eye:before{content:""}.ph-light.ph-eye-closed:before{content:""}.ph-light.ph-eye-slash:before{content:""}.ph-light.ph-eyedropper:before{content:""}.ph-light.ph-eyedropper-sample:before{content:""}.ph-light.ph-eyeglasses:before{content:""}.ph-light.ph-eyes:before{content:""}.ph-light.ph-face-mask:before{content:""}.ph-light.ph-facebook-logo:before{content:""}.ph-light.ph-factory:before{content:""}.ph-light.ph-faders:before{content:""}.ph-light.ph-faders-horizontal:before{content:""}.ph-light.ph-fallout-shelter:before{content:""}.ph-light.ph-fan:before{content:""}.ph-light.ph-farm:before{content:""}.ph-light.ph-fast-forward:before{content:""}.ph-light.ph-fast-forward-circle:before{content:""}.ph-light.ph-feather:before{content:""}.ph-light.ph-fediverse-logo:before{content:""}.ph-light.ph-figma-logo:before{content:""}.ph-light.ph-file:before{content:""}.ph-light.ph-file-archive:before{content:""}.ph-light.ph-file-arrow-down:before{content:""}.ph-light.ph-file-arrow-up:before{content:""}.ph-light.ph-file-audio:before{content:""}.ph-light.ph-file-c:before{content:""}.ph-light.ph-file-c-sharp:before{content:""}.ph-light.ph-file-cloud:before{content:""}.ph-light.ph-file-code:before{content:""}.ph-light.ph-file-cpp:before{content:""}.ph-light.ph-file-css:before{content:""}.ph-light.ph-file-csv:before{content:""}.ph-light.ph-file-dashed:before{content:""}.ph-light.ph-file-dotted:before{content:""}.ph-light.ph-file-doc:before{content:""}.ph-light.ph-file-html:before{content:""}.ph-light.ph-file-image:before{content:""}.ph-light.ph-file-ini:before{content:""}.ph-light.ph-file-jpg:before{content:""}.ph-light.ph-file-js:before{content:""}.ph-light.ph-file-jsx:before{content:""}.ph-light.ph-file-lock:before{content:""}.ph-light.ph-file-magnifying-glass:before{content:""}.ph-light.ph-file-search:before{content:""}.ph-light.ph-file-md:before{content:""}.ph-light.ph-file-minus:before{content:""}.ph-light.ph-file-pdf:before{content:""}.ph-light.ph-file-plus:before{content:""}.ph-light.ph-file-png:before{content:""}.ph-light.ph-file-ppt:before{content:""}.ph-light.ph-file-py:before{content:""}.ph-light.ph-file-rs:before{content:""}.ph-light.ph-file-sql:before{content:""}.ph-light.ph-file-svg:before{content:""}.ph-light.ph-file-text:before{content:""}.ph-light.ph-file-ts:before{content:""}.ph-light.ph-file-tsx:before{content:""}.ph-light.ph-file-txt:before{content:""}.ph-light.ph-file-video:before{content:""}.ph-light.ph-file-vue:before{content:""}.ph-light.ph-file-x:before{content:""}.ph-light.ph-file-xls:before{content:""}.ph-light.ph-file-zip:before{content:""}.ph-light.ph-files:before{content:""}.ph-light.ph-film-reel:before{content:""}.ph-light.ph-film-script:before{content:""}.ph-light.ph-film-slate:before{content:""}.ph-light.ph-film-strip:before{content:""}.ph-light.ph-fingerprint:before{content:""}.ph-light.ph-fingerprint-simple:before{content:""}.ph-light.ph-finn-the-human:before{content:""}.ph-light.ph-fire:before{content:""}.ph-light.ph-fire-extinguisher:before{content:""}.ph-light.ph-fire-simple:before{content:""}.ph-light.ph-fire-truck:before{content:""}.ph-light.ph-first-aid:before{content:""}.ph-light.ph-first-aid-kit:before{content:""}.ph-light.ph-fish:before{content:""}.ph-light.ph-fish-simple:before{content:""}.ph-light.ph-flag:before{content:""}.ph-light.ph-flag-banner:before{content:""}.ph-light.ph-flag-banner-fold:before{content:""}.ph-light.ph-flag-checkered:before{content:""}.ph-light.ph-flag-pennant:before{content:""}.ph-light.ph-flame:before{content:""}.ph-light.ph-flashlight:before{content:""}.ph-light.ph-flask:before{content:""}.ph-light.ph-flip-horizontal:before{content:""}.ph-light.ph-flip-vertical:before{content:""}.ph-light.ph-floppy-disk:before{content:""}.ph-light.ph-floppy-disk-back:before{content:""}.ph-light.ph-flow-arrow:before{content:""}.ph-light.ph-flower:before{content:""}.ph-light.ph-flower-lotus:before{content:""}.ph-light.ph-flower-tulip:before{content:""}.ph-light.ph-flying-saucer:before{content:""}.ph-light.ph-folder:before{content:""}.ph-light.ph-folder-notch:before{content:""}.ph-light.ph-folder-dashed:before{content:""}.ph-light.ph-folder-dotted:before{content:""}.ph-light.ph-folder-lock:before{content:""}.ph-light.ph-folder-minus:before{content:""}.ph-light.ph-folder-notch-minus:before{content:""}.ph-light.ph-folder-open:before{content:""}.ph-light.ph-folder-notch-open:before{content:""}.ph-light.ph-folder-plus:before{content:""}.ph-light.ph-folder-notch-plus:before{content:""}.ph-light.ph-folder-simple:before{content:""}.ph-light.ph-folder-simple-dashed:before{content:""}.ph-light.ph-folder-simple-dotted:before{content:""}.ph-light.ph-folder-simple-lock:before{content:""}.ph-light.ph-folder-simple-minus:before{content:""}.ph-light.ph-folder-simple-plus:before{content:""}.ph-light.ph-folder-simple-star:before{content:""}.ph-light.ph-folder-simple-user:before{content:""}.ph-light.ph-folder-star:before{content:""}.ph-light.ph-folder-user:before{content:""}.ph-light.ph-folders:before{content:""}.ph-light.ph-football:before{content:""}.ph-light.ph-football-helmet:before{content:""}.ph-light.ph-footprints:before{content:""}.ph-light.ph-fork-knife:before{content:""}.ph-light.ph-four-k:before{content:""}.ph-light.ph-frame-corners:before{content:""}.ph-light.ph-framer-logo:before{content:""}.ph-light.ph-function:before{content:""}.ph-light.ph-funnel:before{content:""}.ph-light.ph-funnel-simple:before{content:""}.ph-light.ph-funnel-simple-x:before{content:""}.ph-light.ph-funnel-x:before{content:""}.ph-light.ph-game-controller:before{content:""}.ph-light.ph-garage:before{content:""}.ph-light.ph-gas-can:before{content:""}.ph-light.ph-gas-pump:before{content:""}.ph-light.ph-gauge:before{content:""}.ph-light.ph-gavel:before{content:""}.ph-light.ph-gear:before{content:""}.ph-light.ph-gear-fine:before{content:""}.ph-light.ph-gear-six:before{content:""}.ph-light.ph-gender-female:before{content:""}.ph-light.ph-gender-intersex:before{content:""}.ph-light.ph-gender-male:before{content:""}.ph-light.ph-gender-neuter:before{content:""}.ph-light.ph-gender-nonbinary:before{content:""}.ph-light.ph-gender-transgender:before{content:""}.ph-light.ph-ghost:before{content:""}.ph-light.ph-gif:before{content:""}.ph-light.ph-gift:before{content:""}.ph-light.ph-git-branch:before{content:""}.ph-light.ph-git-commit:before{content:""}.ph-light.ph-git-diff:before{content:""}.ph-light.ph-git-fork:before{content:""}.ph-light.ph-git-merge:before{content:""}.ph-light.ph-git-pull-request:before{content:""}.ph-light.ph-github-logo:before{content:""}.ph-light.ph-gitlab-logo:before{content:""}.ph-light.ph-gitlab-logo-simple:before{content:""}.ph-light.ph-globe:before{content:""}.ph-light.ph-globe-hemisphere-east:before{content:""}.ph-light.ph-globe-hemisphere-west:before{content:""}.ph-light.ph-globe-simple:before{content:""}.ph-light.ph-globe-simple-x:before{content:""}.ph-light.ph-globe-stand:before{content:""}.ph-light.ph-globe-x:before{content:""}.ph-light.ph-goggles:before{content:""}.ph-light.ph-golf:before{content:""}.ph-light.ph-goodreads-logo:before{content:""}.ph-light.ph-google-cardboard-logo:before{content:""}.ph-light.ph-google-chrome-logo:before{content:""}.ph-light.ph-google-drive-logo:before{content:""}.ph-light.ph-google-logo:before{content:""}.ph-light.ph-google-photos-logo:before{content:""}.ph-light.ph-google-play-logo:before{content:""}.ph-light.ph-google-podcasts-logo:before{content:""}.ph-light.ph-gps:before{content:""}.ph-light.ph-gps-fix:before{content:""}.ph-light.ph-gps-slash:before{content:""}.ph-light.ph-gradient:before{content:""}.ph-light.ph-graduation-cap:before{content:""}.ph-light.ph-grains:before{content:""}.ph-light.ph-grains-slash:before{content:""}.ph-light.ph-graph:before{content:""}.ph-light.ph-graphics-card:before{content:""}.ph-light.ph-greater-than:before{content:""}.ph-light.ph-greater-than-or-equal:before{content:""}.ph-light.ph-grid-four:before{content:""}.ph-light.ph-grid-nine:before{content:""}.ph-light.ph-guitar:before{content:""}.ph-light.ph-hair-dryer:before{content:""}.ph-light.ph-hamburger:before{content:""}.ph-light.ph-hammer:before{content:""}.ph-light.ph-hand:before{content:""}.ph-light.ph-hand-arrow-down:before{content:""}.ph-light.ph-hand-arrow-up:before{content:""}.ph-light.ph-hand-coins:before{content:""}.ph-light.ph-hand-deposit:before{content:""}.ph-light.ph-hand-eye:before{content:""}.ph-light.ph-hand-fist:before{content:""}.ph-light.ph-hand-grabbing:before{content:""}.ph-light.ph-hand-heart:before{content:""}.ph-light.ph-hand-palm:before{content:""}.ph-light.ph-hand-peace:before{content:""}.ph-light.ph-hand-pointing:before{content:""}.ph-light.ph-hand-soap:before{content:""}.ph-light.ph-hand-swipe-left:before{content:""}.ph-light.ph-hand-swipe-right:before{content:""}.ph-light.ph-hand-tap:before{content:""}.ph-light.ph-hand-waving:before{content:""}.ph-light.ph-hand-withdraw:before{content:""}.ph-light.ph-handbag:before{content:""}.ph-light.ph-handbag-simple:before{content:""}.ph-light.ph-hands-clapping:before{content:""}.ph-light.ph-hands-praying:before{content:""}.ph-light.ph-handshake:before{content:""}.ph-light.ph-hard-drive:before{content:""}.ph-light.ph-hard-drives:before{content:""}.ph-light.ph-hard-hat:before{content:""}.ph-light.ph-hash:before{content:""}.ph-light.ph-hash-straight:before{content:""}.ph-light.ph-head-circuit:before{content:""}.ph-light.ph-headlights:before{content:""}.ph-light.ph-headphones:before{content:""}.ph-light.ph-headset:before{content:""}.ph-light.ph-heart:before{content:""}.ph-light.ph-heart-break:before{content:""}.ph-light.ph-heart-half:before{content:""}.ph-light.ph-heart-straight:before{content:""}.ph-light.ph-heart-straight-break:before{content:""}.ph-light.ph-heartbeat:before{content:""}.ph-light.ph-hexagon:before{content:""}.ph-light.ph-high-definition:before{content:""}.ph-light.ph-high-heel:before{content:""}.ph-light.ph-highlighter:before{content:""}.ph-light.ph-highlighter-circle:before{content:""}.ph-light.ph-hockey:before{content:""}.ph-light.ph-hoodie:before{content:""}.ph-light.ph-horse:before{content:""}.ph-light.ph-hospital:before{content:""}.ph-light.ph-hourglass:before{content:""}.ph-light.ph-hourglass-high:before{content:""}.ph-light.ph-hourglass-low:before{content:""}.ph-light.ph-hourglass-medium:before{content:""}.ph-light.ph-hourglass-simple:before{content:""}.ph-light.ph-hourglass-simple-high:before{content:""}.ph-light.ph-hourglass-simple-low:before{content:""}.ph-light.ph-hourglass-simple-medium:before{content:""}.ph-light.ph-house:before{content:""}.ph-light.ph-house-line:before{content:""}.ph-light.ph-house-simple:before{content:""}.ph-light.ph-hurricane:before{content:""}.ph-light.ph-ice-cream:before{content:""}.ph-light.ph-identification-badge:before{content:""}.ph-light.ph-identification-card:before{content:""}.ph-light.ph-image:before{content:""}.ph-light.ph-image-broken:before{content:""}.ph-light.ph-image-square:before{content:""}.ph-light.ph-images:before{content:""}.ph-light.ph-images-square:before{content:""}.ph-light.ph-infinity:before{content:""}.ph-light.ph-lemniscate:before{content:""}.ph-light.ph-info:before{content:""}.ph-light.ph-instagram-logo:before{content:""}.ph-light.ph-intersect:before{content:""}.ph-light.ph-intersect-square:before{content:""}.ph-light.ph-intersect-three:before{content:""}.ph-light.ph-intersection:before{content:""}.ph-light.ph-invoice:before{content:""}.ph-light.ph-island:before{content:""}.ph-light.ph-jar:before{content:""}.ph-light.ph-jar-label:before{content:""}.ph-light.ph-jeep:before{content:""}.ph-light.ph-joystick:before{content:""}.ph-light.ph-kanban:before{content:""}.ph-light.ph-key:before{content:""}.ph-light.ph-key-return:before{content:""}.ph-light.ph-keyboard:before{content:""}.ph-light.ph-keyhole:before{content:""}.ph-light.ph-knife:before{content:""}.ph-light.ph-ladder:before{content:""}.ph-light.ph-ladder-simple:before{content:""}.ph-light.ph-lamp:before{content:""}.ph-light.ph-lamp-pendant:before{content:""}.ph-light.ph-laptop:before{content:""}.ph-light.ph-lasso:before{content:""}.ph-light.ph-lastfm-logo:before{content:""}.ph-light.ph-layout:before{content:""}.ph-light.ph-leaf:before{content:""}.ph-light.ph-lectern:before{content:""}.ph-light.ph-lego:before{content:""}.ph-light.ph-lego-smiley:before{content:""}.ph-light.ph-less-than:before{content:""}.ph-light.ph-less-than-or-equal:before{content:""}.ph-light.ph-letter-circle-h:before{content:""}.ph-light.ph-letter-circle-p:before{content:""}.ph-light.ph-letter-circle-v:before{content:""}.ph-light.ph-lifebuoy:before{content:""}.ph-light.ph-lightbulb:before{content:""}.ph-light.ph-lightbulb-filament:before{content:""}.ph-light.ph-lighthouse:before{content:""}.ph-light.ph-lightning:before{content:""}.ph-light.ph-lightning-a:before{content:""}.ph-light.ph-lightning-slash:before{content:""}.ph-light.ph-line-segment:before{content:""}.ph-light.ph-line-segments:before{content:""}.ph-light.ph-line-vertical:before{content:""}.ph-light.ph-link:before{content:""}.ph-light.ph-link-break:before{content:""}.ph-light.ph-link-simple:before{content:""}.ph-light.ph-link-simple-break:before{content:""}.ph-light.ph-link-simple-horizontal:before{content:""}.ph-light.ph-link-simple-horizontal-break:before{content:""}.ph-light.ph-linkedin-logo:before{content:""}.ph-light.ph-linktree-logo:before{content:""}.ph-light.ph-linux-logo:before{content:""}.ph-light.ph-list:before{content:""}.ph-light.ph-list-bullets:before{content:""}.ph-light.ph-list-checks:before{content:""}.ph-light.ph-list-dashes:before{content:""}.ph-light.ph-list-heart:before{content:""}.ph-light.ph-list-magnifying-glass:before{content:""}.ph-light.ph-list-numbers:before{content:""}.ph-light.ph-list-plus:before{content:""}.ph-light.ph-list-star:before{content:""}.ph-light.ph-lock:before{content:""}.ph-light.ph-lock-key:before{content:""}.ph-light.ph-lock-key-open:before{content:""}.ph-light.ph-lock-laminated:before{content:""}.ph-light.ph-lock-laminated-open:before{content:""}.ph-light.ph-lock-open:before{content:""}.ph-light.ph-lock-simple:before{content:""}.ph-light.ph-lock-simple-open:before{content:""}.ph-light.ph-lockers:before{content:""}.ph-light.ph-log:before{content:""}.ph-light.ph-magic-wand:before{content:""}.ph-light.ph-magnet:before{content:""}.ph-light.ph-magnet-straight:before{content:""}.ph-light.ph-magnifying-glass:before{content:""}.ph-light.ph-magnifying-glass-minus:before{content:""}.ph-light.ph-magnifying-glass-plus:before{content:""}.ph-light.ph-mailbox:before{content:""}.ph-light.ph-map-pin:before{content:""}.ph-light.ph-map-pin-area:before{content:""}.ph-light.ph-map-pin-line:before{content:""}.ph-light.ph-map-pin-plus:before{content:""}.ph-light.ph-map-pin-simple:before{content:""}.ph-light.ph-map-pin-simple-area:before{content:""}.ph-light.ph-map-pin-simple-line:before{content:""}.ph-light.ph-map-trifold:before{content:""}.ph-light.ph-markdown-logo:before{content:""}.ph-light.ph-marker-circle:before{content:""}.ph-light.ph-martini:before{content:""}.ph-light.ph-mask-happy:before{content:""}.ph-light.ph-mask-sad:before{content:""}.ph-light.ph-mastodon-logo:before{content:""}.ph-light.ph-math-operations:before{content:""}.ph-light.ph-matrix-logo:before{content:""}.ph-light.ph-medal:before{content:""}.ph-light.ph-medal-military:before{content:""}.ph-light.ph-medium-logo:before{content:""}.ph-light.ph-megaphone:before{content:""}.ph-light.ph-megaphone-simple:before{content:""}.ph-light.ph-member-of:before{content:""}.ph-light.ph-memory:before{content:""}.ph-light.ph-messenger-logo:before{content:""}.ph-light.ph-meta-logo:before{content:""}.ph-light.ph-meteor:before{content:""}.ph-light.ph-metronome:before{content:""}.ph-light.ph-microphone:before{content:""}.ph-light.ph-microphone-slash:before{content:""}.ph-light.ph-microphone-stage:before{content:""}.ph-light.ph-microscope:before{content:""}.ph-light.ph-microsoft-excel-logo:before{content:""}.ph-light.ph-microsoft-outlook-logo:before{content:""}.ph-light.ph-microsoft-powerpoint-logo:before{content:""}.ph-light.ph-microsoft-teams-logo:before{content:""}.ph-light.ph-microsoft-word-logo:before{content:""}.ph-light.ph-minus:before{content:""}.ph-light.ph-minus-circle:before{content:""}.ph-light.ph-minus-square:before{content:""}.ph-light.ph-money:before{content:""}.ph-light.ph-money-wavy:before{content:""}.ph-light.ph-monitor:before{content:""}.ph-light.ph-monitor-arrow-up:before{content:""}.ph-light.ph-monitor-play:before{content:""}.ph-light.ph-moon:before{content:""}.ph-light.ph-moon-stars:before{content:""}.ph-light.ph-moped:before{content:""}.ph-light.ph-moped-front:before{content:""}.ph-light.ph-mosque:before{content:""}.ph-light.ph-motorcycle:before{content:""}.ph-light.ph-mountains:before{content:""}.ph-light.ph-mouse:before{content:""}.ph-light.ph-mouse-left-click:before{content:""}.ph-light.ph-mouse-middle-click:before{content:""}.ph-light.ph-mouse-right-click:before{content:""}.ph-light.ph-mouse-scroll:before{content:""}.ph-light.ph-mouse-simple:before{content:""}.ph-light.ph-music-note:before{content:""}.ph-light.ph-music-note-simple:before{content:""}.ph-light.ph-music-notes:before{content:""}.ph-light.ph-music-notes-minus:before{content:""}.ph-light.ph-music-notes-plus:before{content:""}.ph-light.ph-music-notes-simple:before{content:""}.ph-light.ph-navigation-arrow:before{content:""}.ph-light.ph-needle:before{content:""}.ph-light.ph-network:before{content:""}.ph-light.ph-network-slash:before{content:""}.ph-light.ph-network-x:before{content:""}.ph-light.ph-newspaper:before{content:""}.ph-light.ph-newspaper-clipping:before{content:""}.ph-light.ph-not-equals:before{content:""}.ph-light.ph-not-member-of:before{content:""}.ph-light.ph-not-subset-of:before{content:""}.ph-light.ph-not-superset-of:before{content:""}.ph-light.ph-notches:before{content:""}.ph-light.ph-note:before{content:""}.ph-light.ph-note-blank:before{content:""}.ph-light.ph-note-pencil:before{content:""}.ph-light.ph-notebook:before{content:""}.ph-light.ph-notepad:before{content:""}.ph-light.ph-notification:before{content:""}.ph-light.ph-notion-logo:before{content:""}.ph-light.ph-nuclear-plant:before{content:""}.ph-light.ph-number-circle-eight:before{content:""}.ph-light.ph-number-circle-five:before{content:""}.ph-light.ph-number-circle-four:before{content:""}.ph-light.ph-number-circle-nine:before{content:""}.ph-light.ph-number-circle-one:before{content:""}.ph-light.ph-number-circle-seven:before{content:""}.ph-light.ph-number-circle-six:before{content:""}.ph-light.ph-number-circle-three:before{content:""}.ph-light.ph-number-circle-two:before{content:""}.ph-light.ph-number-circle-zero:before{content:""}.ph-light.ph-number-eight:before{content:""}.ph-light.ph-number-five:before{content:""}.ph-light.ph-number-four:before{content:""}.ph-light.ph-number-nine:before{content:""}.ph-light.ph-number-one:before{content:""}.ph-light.ph-number-seven:before{content:""}.ph-light.ph-number-six:before{content:""}.ph-light.ph-number-square-eight:before{content:""}.ph-light.ph-number-square-five:before{content:""}.ph-light.ph-number-square-four:before{content:""}.ph-light.ph-number-square-nine:before{content:""}.ph-light.ph-number-square-one:before{content:""}.ph-light.ph-number-square-seven:before{content:""}.ph-light.ph-number-square-six:before{content:""}.ph-light.ph-number-square-three:before{content:""}.ph-light.ph-number-square-two:before{content:""}.ph-light.ph-number-square-zero:before{content:""}.ph-light.ph-number-three:before{content:""}.ph-light.ph-number-two:before{content:""}.ph-light.ph-number-zero:before{content:""}.ph-light.ph-numpad:before{content:""}.ph-light.ph-nut:before{content:""}.ph-light.ph-ny-times-logo:before{content:""}.ph-light.ph-octagon:before{content:""}.ph-light.ph-office-chair:before{content:""}.ph-light.ph-onigiri:before{content:""}.ph-light.ph-open-ai-logo:before{content:""}.ph-light.ph-option:before{content:""}.ph-light.ph-orange:before{content:""}.ph-light.ph-orange-slice:before{content:""}.ph-light.ph-oven:before{content:""}.ph-light.ph-package:before{content:""}.ph-light.ph-paint-brush:before{content:""}.ph-light.ph-paint-brush-broad:before{content:""}.ph-light.ph-paint-brush-household:before{content:""}.ph-light.ph-paint-bucket:before{content:""}.ph-light.ph-paint-roller:before{content:""}.ph-light.ph-palette:before{content:""}.ph-light.ph-panorama:before{content:""}.ph-light.ph-pants:before{content:""}.ph-light.ph-paper-plane:before{content:""}.ph-light.ph-paper-plane-right:before{content:""}.ph-light.ph-paper-plane-tilt:before{content:""}.ph-light.ph-paperclip:before{content:""}.ph-light.ph-paperclip-horizontal:before{content:""}.ph-light.ph-parachute:before{content:""}.ph-light.ph-paragraph:before{content:""}.ph-light.ph-parallelogram:before{content:""}.ph-light.ph-park:before{content:""}.ph-light.ph-password:before{content:""}.ph-light.ph-path:before{content:""}.ph-light.ph-patreon-logo:before{content:""}.ph-light.ph-pause:before{content:""}.ph-light.ph-pause-circle:before{content:""}.ph-light.ph-paw-print:before{content:""}.ph-light.ph-paypal-logo:before{content:""}.ph-light.ph-peace:before{content:""}.ph-light.ph-pen:before{content:""}.ph-light.ph-pen-nib:before{content:""}.ph-light.ph-pen-nib-straight:before{content:""}.ph-light.ph-pencil:before{content:""}.ph-light.ph-pencil-circle:before{content:""}.ph-light.ph-pencil-line:before{content:""}.ph-light.ph-pencil-ruler:before{content:""}.ph-light.ph-pencil-simple:before{content:""}.ph-light.ph-pencil-simple-line:before{content:""}.ph-light.ph-pencil-simple-slash:before{content:""}.ph-light.ph-pencil-slash:before{content:""}.ph-light.ph-pentagon:before{content:""}.ph-light.ph-pentagram:before{content:""}.ph-light.ph-pepper:before{content:""}.ph-light.ph-percent:before{content:""}.ph-light.ph-person:before{content:""}.ph-light.ph-person-arms-spread:before{content:""}.ph-light.ph-person-simple:before{content:""}.ph-light.ph-person-simple-bike:before{content:""}.ph-light.ph-person-simple-circle:before{content:""}.ph-light.ph-person-simple-hike:before{content:""}.ph-light.ph-person-simple-run:before{content:""}.ph-light.ph-person-simple-ski:before{content:""}.ph-light.ph-person-simple-snowboard:before{content:""}.ph-light.ph-person-simple-swim:before{content:""}.ph-light.ph-person-simple-tai-chi:before{content:""}.ph-light.ph-person-simple-throw:before{content:""}.ph-light.ph-person-simple-walk:before{content:""}.ph-light.ph-perspective:before{content:""}.ph-light.ph-phone:before{content:""}.ph-light.ph-phone-call:before{content:""}.ph-light.ph-phone-disconnect:before{content:""}.ph-light.ph-phone-incoming:before{content:""}.ph-light.ph-phone-list:before{content:""}.ph-light.ph-phone-outgoing:before{content:""}.ph-light.ph-phone-pause:before{content:""}.ph-light.ph-phone-plus:before{content:""}.ph-light.ph-phone-slash:before{content:""}.ph-light.ph-phone-transfer:before{content:""}.ph-light.ph-phone-x:before{content:""}.ph-light.ph-phosphor-logo:before{content:""}.ph-light.ph-pi:before{content:""}.ph-light.ph-piano-keys:before{content:""}.ph-light.ph-picnic-table:before{content:""}.ph-light.ph-picture-in-picture:before{content:""}.ph-light.ph-piggy-bank:before{content:""}.ph-light.ph-pill:before{content:""}.ph-light.ph-ping-pong:before{content:""}.ph-light.ph-pint-glass:before{content:""}.ph-light.ph-pinterest-logo:before{content:""}.ph-light.ph-pinwheel:before{content:""}.ph-light.ph-pipe:before{content:""}.ph-light.ph-pipe-wrench:before{content:""}.ph-light.ph-pix-logo:before{content:""}.ph-light.ph-pizza:before{content:""}.ph-light.ph-placeholder:before{content:""}.ph-light.ph-planet:before{content:""}.ph-light.ph-plant:before{content:""}.ph-light.ph-play:before{content:""}.ph-light.ph-play-circle:before{content:""}.ph-light.ph-play-pause:before{content:""}.ph-light.ph-playlist:before{content:""}.ph-light.ph-plug:before{content:""}.ph-light.ph-plug-charging:before{content:""}.ph-light.ph-plugs:before{content:""}.ph-light.ph-plugs-connected:before{content:""}.ph-light.ph-plus:before{content:""}.ph-light.ph-plus-circle:before{content:""}.ph-light.ph-plus-minus:before{content:""}.ph-light.ph-plus-square:before{content:""}.ph-light.ph-poker-chip:before{content:""}.ph-light.ph-police-car:before{content:""}.ph-light.ph-polygon:before{content:""}.ph-light.ph-popcorn:before{content:""}.ph-light.ph-popsicle:before{content:""}.ph-light.ph-potted-plant:before{content:""}.ph-light.ph-power:before{content:""}.ph-light.ph-prescription:before{content:""}.ph-light.ph-presentation:before{content:""}.ph-light.ph-presentation-chart:before{content:""}.ph-light.ph-printer:before{content:""}.ph-light.ph-prohibit:before{content:""}.ph-light.ph-prohibit-inset:before{content:""}.ph-light.ph-projector-screen:before{content:""}.ph-light.ph-projector-screen-chart:before{content:""}.ph-light.ph-pulse:before{content:""}.ph-light.ph-activity:before{content:""}.ph-light.ph-push-pin:before{content:""}.ph-light.ph-push-pin-simple:before{content:""}.ph-light.ph-push-pin-simple-slash:before{content:""}.ph-light.ph-push-pin-slash:before{content:""}.ph-light.ph-puzzle-piece:before{content:""}.ph-light.ph-qr-code:before{content:""}.ph-light.ph-question:before{content:""}.ph-light.ph-question-mark:before{content:""}.ph-light.ph-queue:before{content:""}.ph-light.ph-quotes:before{content:""}.ph-light.ph-rabbit:before{content:""}.ph-light.ph-racquet:before{content:""}.ph-light.ph-radical:before{content:""}.ph-light.ph-radio:before{content:""}.ph-light.ph-radio-button:before{content:""}.ph-light.ph-radioactive:before{content:""}.ph-light.ph-rainbow:before{content:""}.ph-light.ph-rainbow-cloud:before{content:""}.ph-light.ph-ranking:before{content:""}.ph-light.ph-read-cv-logo:before{content:""}.ph-light.ph-receipt:before{content:""}.ph-light.ph-receipt-x:before{content:""}.ph-light.ph-record:before{content:""}.ph-light.ph-rectangle:before{content:""}.ph-light.ph-rectangle-dashed:before{content:""}.ph-light.ph-recycle:before{content:""}.ph-light.ph-reddit-logo:before{content:""}.ph-light.ph-repeat:before{content:""}.ph-light.ph-repeat-once:before{content:""}.ph-light.ph-replit-logo:before{content:""}.ph-light.ph-resize:before{content:""}.ph-light.ph-rewind:before{content:""}.ph-light.ph-rewind-circle:before{content:""}.ph-light.ph-road-horizon:before{content:""}.ph-light.ph-robot:before{content:""}.ph-light.ph-rocket:before{content:""}.ph-light.ph-rocket-launch:before{content:""}.ph-light.ph-rows:before{content:""}.ph-light.ph-rows-plus-bottom:before{content:""}.ph-light.ph-rows-plus-top:before{content:""}.ph-light.ph-rss:before{content:""}.ph-light.ph-rss-simple:before{content:""}.ph-light.ph-rug:before{content:""}.ph-light.ph-ruler:before{content:""}.ph-light.ph-sailboat:before{content:""}.ph-light.ph-scales:before{content:""}.ph-light.ph-scan:before{content:""}.ph-light.ph-scan-smiley:before{content:""}.ph-light.ph-scissors:before{content:""}.ph-light.ph-scooter:before{content:""}.ph-light.ph-screencast:before{content:""}.ph-light.ph-screwdriver:before{content:""}.ph-light.ph-scribble:before{content:""}.ph-light.ph-scribble-loop:before{content:""}.ph-light.ph-scroll:before{content:""}.ph-light.ph-seal:before{content:""}.ph-light.ph-circle-wavy:before{content:""}.ph-light.ph-seal-check:before{content:""}.ph-light.ph-circle-wavy-check:before{content:""}.ph-light.ph-seal-percent:before{content:""}.ph-light.ph-seal-question:before{content:""}.ph-light.ph-circle-wavy-question:before{content:""}.ph-light.ph-seal-warning:before{content:""}.ph-light.ph-circle-wavy-warning:before{content:""}.ph-light.ph-seat:before{content:""}.ph-light.ph-seatbelt:before{content:""}.ph-light.ph-security-camera:before{content:""}.ph-light.ph-selection:before{content:""}.ph-light.ph-selection-all:before{content:""}.ph-light.ph-selection-background:before{content:""}.ph-light.ph-selection-foreground:before{content:""}.ph-light.ph-selection-inverse:before{content:""}.ph-light.ph-selection-plus:before{content:""}.ph-light.ph-selection-slash:before{content:""}.ph-light.ph-shapes:before{content:""}.ph-light.ph-share:before{content:""}.ph-light.ph-share-fat:before{content:""}.ph-light.ph-share-network:before{content:""}.ph-light.ph-shield:before{content:""}.ph-light.ph-shield-check:before{content:""}.ph-light.ph-shield-checkered:before{content:""}.ph-light.ph-shield-chevron:before{content:""}.ph-light.ph-shield-plus:before{content:""}.ph-light.ph-shield-slash:before{content:""}.ph-light.ph-shield-star:before{content:""}.ph-light.ph-shield-warning:before{content:""}.ph-light.ph-shipping-container:before{content:""}.ph-light.ph-shirt-folded:before{content:""}.ph-light.ph-shooting-star:before{content:""}.ph-light.ph-shopping-bag:before{content:""}.ph-light.ph-shopping-bag-open:before{content:""}.ph-light.ph-shopping-cart:before{content:""}.ph-light.ph-shopping-cart-simple:before{content:""}.ph-light.ph-shovel:before{content:""}.ph-light.ph-shower:before{content:""}.ph-light.ph-shrimp:before{content:""}.ph-light.ph-shuffle:before{content:""}.ph-light.ph-shuffle-angular:before{content:""}.ph-light.ph-shuffle-simple:before{content:""}.ph-light.ph-sidebar:before{content:""}.ph-light.ph-sidebar-simple:before{content:""}.ph-light.ph-sigma:before{content:""}.ph-light.ph-sign-in:before{content:""}.ph-light.ph-sign-out:before{content:""}.ph-light.ph-signature:before{content:""}.ph-light.ph-signpost:before{content:""}.ph-light.ph-sim-card:before{content:""}.ph-light.ph-siren:before{content:""}.ph-light.ph-sketch-logo:before{content:""}.ph-light.ph-skip-back:before{content:""}.ph-light.ph-skip-back-circle:before{content:""}.ph-light.ph-skip-forward:before{content:""}.ph-light.ph-skip-forward-circle:before{content:""}.ph-light.ph-skull:before{content:""}.ph-light.ph-skype-logo:before{content:""}.ph-light.ph-slack-logo:before{content:""}.ph-light.ph-sliders:before{content:""}.ph-light.ph-sliders-horizontal:before{content:""}.ph-light.ph-slideshow:before{content:""}.ph-light.ph-smiley:before{content:""}.ph-light.ph-smiley-angry:before{content:""}.ph-light.ph-smiley-blank:before{content:""}.ph-light.ph-smiley-meh:before{content:""}.ph-light.ph-smiley-melting:before{content:""}.ph-light.ph-smiley-nervous:before{content:""}.ph-light.ph-smiley-sad:before{content:""}.ph-light.ph-smiley-sticker:before{content:""}.ph-light.ph-smiley-wink:before{content:""}.ph-light.ph-smiley-x-eyes:before{content:""}.ph-light.ph-snapchat-logo:before{content:""}.ph-light.ph-sneaker:before{content:""}.ph-light.ph-sneaker-move:before{content:""}.ph-light.ph-snowflake:before{content:""}.ph-light.ph-soccer-ball:before{content:""}.ph-light.ph-sock:before{content:""}.ph-light.ph-solar-panel:before{content:""}.ph-light.ph-solar-roof:before{content:""}.ph-light.ph-sort-ascending:before{content:""}.ph-light.ph-sort-descending:before{content:""}.ph-light.ph-soundcloud-logo:before{content:""}.ph-light.ph-spade:before{content:""}.ph-light.ph-sparkle:before{content:""}.ph-light.ph-speaker-hifi:before{content:""}.ph-light.ph-speaker-high:before{content:""}.ph-light.ph-speaker-low:before{content:""}.ph-light.ph-speaker-none:before{content:""}.ph-light.ph-speaker-simple-high:before{content:""}.ph-light.ph-speaker-simple-low:before{content:""}.ph-light.ph-speaker-simple-none:before{content:""}.ph-light.ph-speaker-simple-slash:before{content:""}.ph-light.ph-speaker-simple-x:before{content:""}.ph-light.ph-speaker-slash:before{content:""}.ph-light.ph-speaker-x:before{content:""}.ph-light.ph-speedometer:before{content:""}.ph-light.ph-sphere:before{content:""}.ph-light.ph-spinner:before{content:""}.ph-light.ph-spinner-ball:before{content:""}.ph-light.ph-spinner-gap:before{content:""}.ph-light.ph-spiral:before{content:""}.ph-light.ph-split-horizontal:before{content:""}.ph-light.ph-split-vertical:before{content:""}.ph-light.ph-spotify-logo:before{content:""}.ph-light.ph-spray-bottle:before{content:""}.ph-light.ph-square:before{content:""}.ph-light.ph-square-half:before{content:""}.ph-light.ph-square-half-bottom:before{content:""}.ph-light.ph-square-logo:before{content:""}.ph-light.ph-square-split-horizontal:before{content:""}.ph-light.ph-square-split-vertical:before{content:""}.ph-light.ph-squares-four:before{content:""}.ph-light.ph-stack:before{content:""}.ph-light.ph-stack-minus:before{content:""}.ph-light.ph-stack-overflow-logo:before{content:""}.ph-light.ph-stack-plus:before{content:""}.ph-light.ph-stack-simple:before{content:""}.ph-light.ph-stairs:before{content:""}.ph-light.ph-stamp:before{content:""}.ph-light.ph-standard-definition:before{content:""}.ph-light.ph-star:before{content:""}.ph-light.ph-star-and-crescent:before{content:""}.ph-light.ph-star-four:before{content:""}.ph-light.ph-star-half:before{content:""}.ph-light.ph-star-of-david:before{content:""}.ph-light.ph-steam-logo:before{content:""}.ph-light.ph-steering-wheel:before{content:""}.ph-light.ph-steps:before{content:""}.ph-light.ph-stethoscope:before{content:""}.ph-light.ph-sticker:before{content:""}.ph-light.ph-stool:before{content:""}.ph-light.ph-stop:before{content:""}.ph-light.ph-stop-circle:before{content:""}.ph-light.ph-storefront:before{content:""}.ph-light.ph-strategy:before{content:""}.ph-light.ph-stripe-logo:before{content:""}.ph-light.ph-student:before{content:""}.ph-light.ph-subset-of:before{content:""}.ph-light.ph-subset-proper-of:before{content:""}.ph-light.ph-subtitles:before{content:""}.ph-light.ph-subtitles-slash:before{content:""}.ph-light.ph-subtract:before{content:""}.ph-light.ph-subtract-square:before{content:""}.ph-light.ph-subway:before{content:""}.ph-light.ph-suitcase:before{content:""}.ph-light.ph-suitcase-rolling:before{content:""}.ph-light.ph-suitcase-simple:before{content:""}.ph-light.ph-sun:before{content:""}.ph-light.ph-sun-dim:before{content:""}.ph-light.ph-sun-horizon:before{content:""}.ph-light.ph-sunglasses:before{content:""}.ph-light.ph-superset-of:before{content:""}.ph-light.ph-superset-proper-of:before{content:""}.ph-light.ph-swap:before{content:""}.ph-light.ph-swatches:before{content:""}.ph-light.ph-swimming-pool:before{content:""}.ph-light.ph-sword:before{content:""}.ph-light.ph-synagogue:before{content:""}.ph-light.ph-syringe:before{content:""}.ph-light.ph-t-shirt:before{content:""}.ph-light.ph-table:before{content:""}.ph-light.ph-tabs:before{content:""}.ph-light.ph-tag:before{content:""}.ph-light.ph-tag-chevron:before{content:""}.ph-light.ph-tag-simple:before{content:""}.ph-light.ph-target:before{content:""}.ph-light.ph-taxi:before{content:""}.ph-light.ph-tea-bag:before{content:""}.ph-light.ph-telegram-logo:before{content:""}.ph-light.ph-television:before{content:""}.ph-light.ph-television-simple:before{content:""}.ph-light.ph-tennis-ball:before{content:""}.ph-light.ph-tent:before{content:""}.ph-light.ph-terminal:before{content:""}.ph-light.ph-terminal-window:before{content:""}.ph-light.ph-test-tube:before{content:""}.ph-light.ph-text-a-underline:before{content:""}.ph-light.ph-text-aa:before{content:""}.ph-light.ph-text-align-center:before{content:""}.ph-light.ph-text-align-justify:before{content:""}.ph-light.ph-text-align-left:before{content:""}.ph-light.ph-text-align-right:before{content:""}.ph-light.ph-text-b:before{content:""}.ph-light.ph-text-bolder:before{content:""}.ph-light.ph-text-columns:before{content:""}.ph-light.ph-text-h:before{content:""}.ph-light.ph-text-h-five:before{content:""}.ph-light.ph-text-h-four:before{content:""}.ph-light.ph-text-h-one:before{content:""}.ph-light.ph-text-h-six:before{content:""}.ph-light.ph-text-h-three:before{content:""}.ph-light.ph-text-h-two:before{content:""}.ph-light.ph-text-indent:before{content:""}.ph-light.ph-text-italic:before{content:""}.ph-light.ph-text-outdent:before{content:""}.ph-light.ph-text-strikethrough:before{content:""}.ph-light.ph-text-subscript:before{content:""}.ph-light.ph-text-superscript:before{content:""}.ph-light.ph-text-t:before{content:""}.ph-light.ph-text-t-slash:before{content:""}.ph-light.ph-text-underline:before{content:""}.ph-light.ph-textbox:before{content:""}.ph-light.ph-thermometer:before{content:""}.ph-light.ph-thermometer-cold:before{content:""}.ph-light.ph-thermometer-hot:before{content:""}.ph-light.ph-thermometer-simple:before{content:""}.ph-light.ph-threads-logo:before{content:""}.ph-light.ph-three-d:before{content:""}.ph-light.ph-thumbs-down:before{content:""}.ph-light.ph-thumbs-up:before{content:""}.ph-light.ph-ticket:before{content:""}.ph-light.ph-tidal-logo:before{content:""}.ph-light.ph-tiktok-logo:before{content:""}.ph-light.ph-tilde:before{content:""}.ph-light.ph-timer:before{content:""}.ph-light.ph-tip-jar:before{content:""}.ph-light.ph-tipi:before{content:""}.ph-light.ph-tire:before{content:""}.ph-light.ph-toggle-left:before{content:""}.ph-light.ph-toggle-right:before{content:""}.ph-light.ph-toilet:before{content:""}.ph-light.ph-toilet-paper:before{content:""}.ph-light.ph-toolbox:before{content:""}.ph-light.ph-tooth:before{content:""}.ph-light.ph-tornado:before{content:""}.ph-light.ph-tote:before{content:""}.ph-light.ph-tote-simple:before{content:""}.ph-light.ph-towel:before{content:""}.ph-light.ph-tractor:before{content:""}.ph-light.ph-trademark:before{content:""}.ph-light.ph-trademark-registered:before{content:""}.ph-light.ph-traffic-cone:before{content:""}.ph-light.ph-traffic-sign:before{content:""}.ph-light.ph-traffic-signal:before{content:""}.ph-light.ph-train:before{content:""}.ph-light.ph-train-regional:before{content:""}.ph-light.ph-train-simple:before{content:""}.ph-light.ph-tram:before{content:""}.ph-light.ph-translate:before{content:""}.ph-light.ph-trash:before{content:""}.ph-light.ph-trash-simple:before{content:""}.ph-light.ph-tray:before{content:""}.ph-light.ph-tray-arrow-down:before{content:""}.ph-light.ph-archive-tray:before{content:""}.ph-light.ph-tray-arrow-up:before{content:""}.ph-light.ph-treasure-chest:before{content:""}.ph-light.ph-tree:before{content:""}.ph-light.ph-tree-evergreen:before{content:""}.ph-light.ph-tree-palm:before{content:""}.ph-light.ph-tree-structure:before{content:""}.ph-light.ph-tree-view:before{content:""}.ph-light.ph-trend-down:before{content:""}.ph-light.ph-trend-up:before{content:""}.ph-light.ph-triangle:before{content:""}.ph-light.ph-triangle-dashed:before{content:""}.ph-light.ph-trolley:before{content:""}.ph-light.ph-trolley-suitcase:before{content:""}.ph-light.ph-trophy:before{content:""}.ph-light.ph-truck:before{content:""}.ph-light.ph-truck-trailer:before{content:""}.ph-light.ph-tumblr-logo:before{content:""}.ph-light.ph-twitch-logo:before{content:""}.ph-light.ph-twitter-logo:before{content:""}.ph-light.ph-umbrella:before{content:""}.ph-light.ph-umbrella-simple:before{content:""}.ph-light.ph-union:before{content:""}.ph-light.ph-unite:before{content:""}.ph-light.ph-unite-square:before{content:""}.ph-light.ph-upload:before{content:""}.ph-light.ph-upload-simple:before{content:""}.ph-light.ph-usb:before{content:""}.ph-light.ph-user:before{content:""}.ph-light.ph-user-check:before{content:""}.ph-light.ph-user-circle:before{content:""}.ph-light.ph-user-circle-check:before{content:""}.ph-light.ph-user-circle-dashed:before{content:""}.ph-light.ph-user-circle-gear:before{content:""}.ph-light.ph-user-circle-minus:before{content:""}.ph-light.ph-user-circle-plus:before{content:""}.ph-light.ph-user-focus:before{content:""}.ph-light.ph-user-gear:before{content:""}.ph-light.ph-user-list:before{content:""}.ph-light.ph-user-minus:before{content:""}.ph-light.ph-user-plus:before{content:""}.ph-light.ph-user-rectangle:before{content:""}.ph-light.ph-user-sound:before{content:""}.ph-light.ph-user-square:before{content:""}.ph-light.ph-user-switch:before{content:""}.ph-light.ph-users:before{content:""}.ph-light.ph-users-four:before{content:""}.ph-light.ph-users-three:before{content:""}.ph-light.ph-van:before{content:""}.ph-light.ph-vault:before{content:""}.ph-light.ph-vector-three:before{content:""}.ph-light.ph-vector-two:before{content:""}.ph-light.ph-vibrate:before{content:""}.ph-light.ph-video:before{content:""}.ph-light.ph-video-camera:before{content:""}.ph-light.ph-video-camera-slash:before{content:""}.ph-light.ph-video-conference:before{content:""}.ph-light.ph-vignette:before{content:""}.ph-light.ph-vinyl-record:before{content:""}.ph-light.ph-virtual-reality:before{content:""}.ph-light.ph-virus:before{content:""}.ph-light.ph-visor:before{content:""}.ph-light.ph-voicemail:before{content:""}.ph-light.ph-volleyball:before{content:""}.ph-light.ph-wall:before{content:""}.ph-light.ph-wallet:before{content:""}.ph-light.ph-warehouse:before{content:""}.ph-light.ph-warning:before{content:""}.ph-light.ph-warning-circle:before{content:""}.ph-light.ph-warning-diamond:before{content:""}.ph-light.ph-warning-octagon:before{content:""}.ph-light.ph-washing-machine:before{content:""}.ph-light.ph-watch:before{content:""}.ph-light.ph-wave-sawtooth:before{content:""}.ph-light.ph-wave-sine:before{content:""}.ph-light.ph-wave-square:before{content:""}.ph-light.ph-wave-triangle:before{content:""}.ph-light.ph-waveform:before{content:""}.ph-light.ph-waveform-slash:before{content:""}.ph-light.ph-waves:before{content:""}.ph-light.ph-webcam:before{content:""}.ph-light.ph-webcam-slash:before{content:""}.ph-light.ph-webhooks-logo:before{content:""}.ph-light.ph-wechat-logo:before{content:""}.ph-light.ph-whatsapp-logo:before{content:""}.ph-light.ph-wheelchair:before{content:""}.ph-light.ph-wheelchair-motion:before{content:""}.ph-light.ph-wifi-high:before{content:""}.ph-light.ph-wifi-low:before{content:""}.ph-light.ph-wifi-medium:before{content:""}.ph-light.ph-wifi-none:before{content:""}.ph-light.ph-wifi-slash:before{content:""}.ph-light.ph-wifi-x:before{content:""}.ph-light.ph-wind:before{content:""}.ph-light.ph-windmill:before{content:""}.ph-light.ph-windows-logo:before{content:""}.ph-light.ph-wine:before{content:""}.ph-light.ph-wrench:before{content:""}.ph-light.ph-x:before{content:""}.ph-light.ph-x-circle:before{content:""}.ph-light.ph-x-logo:before{content:""}.ph-light.ph-x-square:before{content:""}.ph-light.ph-yarn:before{content:""}.ph-light.ph-yin-yang:before{content:""}.ph-light.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/assets/Phosphor-Fill-D4CDmGRg.woff2) format("woff2"),url(/assets/Phosphor-Fill-CS2zOYDV.woff) format("woff"),url(/assets/Phosphor-Fill-N9gYSHy0.ttf) format("truetype"),url(/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;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-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}
