@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg:#f5f5f5;--bg-subtle:#eef2f5;--bg-hover:#e2e7ec;--surface:#fff;--border:#e0e3e6;--border-mid:#c8ccd1;--text:#303841;--text-2:#525d6b;--text-3:#8c97a5;--accent:#2c3947;--accent-2:#1c2630;--accent-inv:#fff;--glass-bg:#ffffff73;--glass-border:#fff6;--glass-blur:blur(20px) saturate(180%);--glass-shadow:0 8px 32px 0 #2c39470d;--l0:#303841;--l1:#0e7490;--l2:#ff5722;--l3:#0284c7;--l4:#059669;--l5:#7c3aed;--l6:#db2777;--l7:#ea580c;--l8:#ca8a04;--l9:#4f46e5;--radius-sm:6px;--radius:12px;--radius-lg:16px;--font:"Geist", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-header:"Geist", "Outfit", sans-serif;--chat-width:340px;--drawer-width:780px;--shadow-xs:0 1px 2px #2c39470a;--shadow-sm:0 1px 4px #2c39470f, 0 0 0 1px #2c394708;--shadow-md:0 4px 12px #2c39470f, 0 0 0 1px #2c394708;--shadow-lg:0 8px 24px #2c394714, 0 0 0 1px #2c394708;--t:.2s cubic-bezier(.4, 0, .2, 1);--primary-green:#2c3947;--primary-green-dark:#1c2630;--primary-green-light:#eef2f5;--bg-mobile:#f5f5f5}.ambient-blob{filter:blur(140px);z-index:-2;pointer-events:none;opacity:.15;mix-blend-mode:multiply;border-radius:50%;animation:12s ease-in-out infinite alternate float-blob;position:fixed}[data-theme=dark] .ambient-blob{opacity:.22;mix-blend-mode:screen}.blob-1{background:radial-gradient(circle,#2c3947 0%,#2c394700 70%);width:600px;height:600px;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle,#ff5722 0%,#ff572200 70%);width:700px;height:700px;animation-delay:-3s;bottom:-15%;right:-10%}.blob-3{background:radial-gradient(circle,#0284c7 0%,#0284c700 70%);width:500px;height:500px;animation-delay:-6s;top:40%;left:45%}@keyframes float-blob{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}to{transform:translate(-20px,40px)scale(.95)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg-subtle);color:var(--text);-webkit-font-smoothing:antialiased;width:100vw;height:100vh;font-size:14px;line-height:1.6;overflow:hidden}button,input{font-family:inherit;font-size:inherit;border:none;outline:none}a{color:var(--l1);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:4px}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.chat-sidebar{width:var(--chat-width);background:var(--bg);border-right:1px solid var(--border);height:100%;transition:margin-left var(--t);flex-direction:column;flex-shrink:0;display:flex}.chat-sidebar.collapsed{margin-left:calc(-1 * var(--chat-width))}.mindmap-main{background:var(--bg-subtle);flex-grow:1;height:100%;position:relative;overflow:hidden}.app-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 1rem;display:flex}.logo-area{align-items:center;gap:8px;display:flex}.logo-emoji{font-size:1.25rem;line-height:1}.logo-text h1{color:var(--text);letter-spacing:-.2px;font-size:.9rem;font-weight:600}.logo-text p{color:var(--text-3);font-size:.68rem;font-weight:400}.icon-btn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);background:0 0;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--bg-hover);color:var(--text)}.icon-btn i{width:16px;height:16px}.chat-messages{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-direction:column;flex-grow:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.chat-messages:hover{scrollbar-color:var(--text-3) transparent}.chat-messages:hover::-webkit-scrollbar-thumb{background:var(--text-3)}.chat-bubble{border-radius:var(--radius);max-width:90%;padding:.6rem .85rem;font-size:.85rem;line-height:1.55;animation:.2s forwards fade-up}.bot-message{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:3px;align-self:flex-start}.user-message{background:var(--accent);color:var(--accent-inv);border-bottom-right-radius:3px;align-self:flex-end}.message-time{text-align:right;color:var(--text-3);margin-top:4px;font-size:.65rem;display:block}.user-message .message-time{color:#ffffff80}.thinking-bubble{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);border-bottom-left-radius:3px;align-self:flex-start;align-items:center;gap:8px;padding:.6rem .85rem;display:flex}.typing-dots{align-items:center;gap:3px;display:flex}.typing-dots span{background:var(--text-3);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite typing-animation}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.chat-input-wrapper{border-top:1px solid var(--border);flex-shrink:0;padding:.75rem}.api-warning{border-radius:var(--radius-sm);color:#92400e;background:#fefce8;border:1px solid #fde68a;align-items:flex-start;gap:6px;margin-bottom:.5rem;padding:.5rem .65rem;font-size:.75rem;line-height:1.4;display:flex}.api-warning i{flex-shrink:0;width:14px;height:14px;margin-top:1px}.api-warning.hidden{display:none!important}.chat-form{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--t), box-shadow var(--t);align-items:center;gap:6px;padding:3px 3px 3px 10px;display:flex}.chat-form:focus-within{border-color:var(--accent);background:var(--bg);box-shadow:0 0 0 3px #18181b0f}.chat-form input{color:var(--text);background:0 0;flex-grow:1;padding:5px 0;font-size:.85rem}.chat-form input::placeholder{color:var(--text-3)}.send-btn{border-radius:var(--radius-sm);background:var(--accent);width:30px;height:30px;color:var(--accent-inv);cursor:pointer;transition:opacity var(--t);flex-shrink:0;justify-content:center;align-items:center;display:flex}.send-btn:hover{opacity:.8}.send-btn i{width:14px;height:14px}.mindmap-canvas-container{cursor:grab;width:100%;height:100%;position:relative}.mindmap-canvas-container:active{cursor:grabbing}.mindmap-svg{width:100%;height:100%}.mindmap-hint{color:var(--text-3);text-align:center;pointer-events:none;max-width:240px;transition:opacity var(--t);flex-direction:column;align-items:center;gap:10px;font-size:.83rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mindmap-hint i{opacity:.4;width:24px;height:24px}.mindmap-hint.hidden{opacity:0}.link{fill:none;stroke:var(--border-mid);stroke-width:1.5px;stroke-linecap:round}.link.active{stroke:var(--l1);stroke-width:1.5px}.node-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-sm);cursor:pointer;width:100%;height:100%;transition:border-color var(--t), box-shadow var(--t), background var(--t);-webkit-user-select:none;user-select:none;box-shadow:var(--glass-shadow);flex-direction:column;justify-content:center;padding:.8rem 1.1rem;display:flex;position:relative}.node-card:hover{border-color:var(--accent);background:var(--bg-hover);box-shadow:var(--shadow-sm)}.node-card.is-back-node{border:1.5px dashed var(--border-mid);background:var(--bg-subtle)}.node-card.is-back-node:hover{border-color:var(--accent);background:var(--bg-hover);box-shadow:var(--shadow-sm)}.node-card.is-back-node .node-title{color:var(--text-2)!important}.node-card.is-back-node .node-desc{font-weight:500;color:var(--accent)!important}.node-title{color:var(--text);-webkit-line-clamp:2;letter-spacing:-.1px;-webkit-box-orient:vertical;font-size:.78rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.node-desc{color:var(--text-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:.68rem;line-height:1.3;display:-webkit-box;overflow:hidden}.node-card.level-0 .node-title{color:var(--l0)}.node-card.level-1 .node-title{color:var(--l1)}.node-card.level-2 .node-title{color:var(--l2)}.node-card.level-3 .node-title{color:var(--l3)}.node-card.level-4 .node-title{color:var(--l4)}.node-card.level-5 .node-title{color:var(--l5)}.node-card.level-6 .node-title{color:var(--l6)}.node-card.level-7 .node-title{color:var(--l7)}.node-card.level-8 .node-title{color:var(--l8)}.node-card.level-9 .node-title{color:var(--l9)}.node-card:after{content:"";border-radius:var(--radius-sm) 0 0 var(--radius-sm);width:4px;transition:background var(--t);background:0 0;position:absolute;top:0;bottom:0;left:0}.node-card.status-doing:after{background:#f59e0b}.node-card.status-done:after{background:#22c55e}.node-card.loading{animation:1.5s ease-in-out infinite pulse}#breadcrumb-bar{background:var(--bg);border-bottom:1px solid var(--border);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;min-height:32px;padding:6px 16px;font-size:13px;display:flex;overflow-x:auto}#breadcrumb-bar:not(.hidden)~.mindmap-search-bar{top:3.75rem}#breadcrumb-bar .breadcrumb-item{cursor:pointer;color:var(--text-2);border-radius:4px;padding:2px 8px;font-size:13px;transition:background .2s}#breadcrumb-bar .breadcrumb-item:hover{background:var(--bg-hover);color:var(--text)}#breadcrumb-bar .breadcrumb-item.active{color:var(--text);font-weight:600}#breadcrumb-bar .breadcrumb-sep{color:var(--text-3);-webkit-user-select:none;user-select:none;font-size:12px}#breadcrumb-bar .breadcrumb-root{cursor:pointer;color:var(--text-3);border-radius:4px;padding:2px 8px;font-size:13px}#breadcrumb-bar .breadcrumb-root:hover{color:var(--text);background:var(--bg-hover)}.floating-controls{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);z-index:5;box-shadow:var(--shadow-md);gap:2px;padding:3px;display:flex;position:absolute;bottom:1.25rem;left:1.25rem}.control-btn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);background:0 0;justify-content:center;align-items:center;display:flex}.control-btn:hover{background:var(--bg-hover);color:var(--text)}.control-btn i{width:14px;height:14px}.floating-controls .divider{background:var(--border);align-self:stretch;width:1px;margin:4px 2px}.drawer-resize-handle{cursor:col-resize;z-index:10;background:0 0;width:8px;height:100%;transition:background .15s;position:absolute;top:0;left:-4px}.drawer-resize-handle:after{content:"";background:var(--border-mid);opacity:0;border-radius:2px;width:2px;height:32px;transition:opacity .15s;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.drawer-resize-handle:hover:after,.detail-drawer.resizing .drawer-resize-handle:after{opacity:1}.detail-drawer.resizing{-webkit-user-select:none;user-select:none;transition:none}.detail-drawer{width:var(--drawer-width);background:var(--bg);border-left:1px solid var(--border);z-index:8;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.detail-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;height:52px;padding:0 1.25rem;display:flex}.drawer-header-left{align-items:center;gap:8px;min-width:0;display:flex}.node-tag{background:var(--bg-hover);color:var(--text-2);text-transform:uppercase;letter-spacing:.4px;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:600}.drawer-header h2{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.drawer-content{flex-grow:1;padding:1.5rem 1.25rem;overflow-y:auto}.markdown-body{color:var(--text);font-size:.88rem;line-height:1.7}.markdown-body h3{color:var(--text);margin-top:1.5rem;margin-bottom:.4rem;font-size:.9rem;font-weight:600}.markdown-body p{color:var(--text-2);margin-bottom:.8rem}.markdown-body ul,.markdown-body ol{margin-bottom:.8rem;padding-left:1.5rem}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ul,.markdown-body ol ol{margin-top:.25rem;margin-bottom:0;padding-left:1.25rem}.markdown-body li{color:var(--text-2);margin-bottom:.25rem}.markdown-body code{background:var(--bg-hover);border:1px solid var(--border);color:var(--l3);border-radius:4px;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:.82rem}.markdown-body pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1rem;padding:1rem;overflow-x:auto}.markdown-body pre code{color:var(--text);background:0 0;border:none;padding:0;font-size:.8rem}.markdown-body blockquote{border-left:3px solid var(--border-mid);color:var(--text-2);margin-bottom:.8rem;padding-left:1rem;font-style:italic}.drawer-main-wrapper{width:100%;height:100%;display:flex;overflow:hidden}.drawer-col-materi{flex-direction:column;flex:1;min-width:320px;height:100%;display:flex;overflow:hidden}.drawer-col-qa{border-left:1px solid var(--border);background:var(--bg-subtle);opacity:1;flex-direction:column;flex-shrink:0;width:440px;height:100%;transition:width .25s cubic-bezier(.4,0,.2,1),opacity .25s;display:flex;overflow:hidden}.drawer-col-qa.collapsed{opacity:0;pointer-events:none;border-left:none;width:0}.qa-header{border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;align-items:center;height:52px;padding:0 1.25rem;display:flex}.qa-header h3{color:var(--text);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.qa-header h3 i{width:14px;height:14px;color:var(--text-3)}.qa-content-body{flex-grow:1;padding:1.25rem;overflow-y:auto}.qa-footer{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;padding:.75rem 1.25rem}.qa-messages-list{flex-direction:column;gap:.6rem;padding-right:2px;display:flex}.qa-bubble{border-radius:var(--radius-sm);max-width:85%;padding:.5rem .75rem;font-size:.82rem;line-height:1.55;animation:.15s forwards fade-up}.qa-bubble.user{background:var(--accent);color:var(--accent-inv);border-bottom-right-radius:2px;align-self:flex-end}.qa-bubble.bot{background:var(--bg);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:2px;align-self:flex-start}.qa-bubble.bot p{color:var(--text);margin-bottom:0;font-size:.82rem}.qa-bubble.bot h4{margin-top:.5rem;margin-bottom:.2rem;font-size:.82rem;font-weight:600}.qa-bubble.bot ul,.qa-bubble.bot ol{margin-top:.4rem;margin-bottom:.4rem;padding-left:1.25rem}.qa-bubble.bot li{color:var(--text);margin-bottom:.25rem}.qa-bubble.bot ul ul,.qa-bubble.bot ul ol,.qa-bubble.bot ol ul,.qa-bubble.bot ol ol{margin-top:.2rem;margin-bottom:0;padding-left:1rem}.drawer-qa-form{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--t), box-shadow var(--t);align-items:center;gap:6px;padding:2px 2px 2px 8px;display:flex}.drawer-qa-form:focus-within{border-color:var(--accent);background:var(--bg);box-shadow:0 0 0 2px #18181b0d}.drawer-qa-form input,.drawer-qa-form textarea{color:var(--text);background:0 0;border:none;outline:none;flex-grow:1;padding:4px 0;font-size:.8rem}.drawer-qa-form textarea{resize:none;height:24px;max-height:100px;font-family:inherit;line-height:1.4;overflow-y:auto}.drawer-qa-form input::placeholder,.drawer-qa-form textarea::placeholder{color:var(--text-3)}.qa-send-btn{background:var(--accent);width:26px;height:26px;color:var(--accent-inv);cursor:pointer;transition:opacity var(--t);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.qa-send-btn:hover{opacity:.85}.qa-send-btn i{width:12px;height:12px}.icon-btn.active{color:var(--l1);background:var(--bg-hover)}.drawer-footer{border-top:1px solid var(--border);flex-shrink:0;padding:.75rem 1.25rem}.progress-selector{flex-direction:column;gap:6px;display:flex}.progress-selector span{color:var(--text-3);text-transform:uppercase;letter-spacing:.4px;font-size:.7rem;font-weight:500}.status-options{gap:4px;display:flex}.status-btn{border-radius:var(--radius-sm);background:var(--bg-hover);width:120px;color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);text-align:center;border:1px solid #0000;flex:1;padding:5px 8px;font-size:.75rem;font-weight:500}.status-btn:hover{background:var(--border);color:var(--text)}.status-btn.active[data-status=todo]{background:var(--bg-hover);border-color:var(--border-mid);color:var(--text)}.status-btn.active[data-status=doing]{color:#92400e;background:#fef3c7;border-color:#fde68a}.status-btn.active[data-status=done]{color:#166534;background:#dcfce7;border-color:#bbf7d0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;opacity:0;pointer-events:none;transition:opacity var(--t);background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:420px;box-shadow:var(--shadow-lg);transition:transform .2s;overflow:hidden;transform:translateY(8px)scale(.98)}.modal-overlay.open .modal-card{transform:translateY(0)scale(1)}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:52px;padding:0 1.25rem;display:flex}.modal-header h3{align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:flex}.icon-primary{color:var(--accent)}.modal-body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.modal-body>p{color:var(--text-2);font-size:.83rem}.form-group{flex-direction:column;gap:5px;display:flex}.form-group label{color:var(--text);font-size:.75rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:border-color var(--t), box-shadow var(--t);resize:vertical;outline:none;padding:8px 10px;font-family:inherit;font-size:.85rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--bg);box-shadow:0 0 0 3px #18181b0f}.info-box{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-2);gap:8px;padding:.65rem .85rem;font-size:.78rem;display:flex}.info-box i{flex-shrink:0;width:14px;height:14px;margin-top:1px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:6px;padding:.75rem 1.25rem;display:flex}.btn-secondary{border-radius:var(--radius-sm);color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);border:1px solid var(--border);background:0 0;padding:6px 14px;font-size:.83rem;font-weight:500}.btn-secondary:hover{background:var(--bg-hover);color:var(--text)}.btn-primary{border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-inv);cursor:pointer;transition:opacity var(--t);padding:6px 14px;font-size:.83rem;font-weight:500}.btn-primary:hover{opacity:.85}@keyframes fade-up{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes typing-animation{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sync-status{background:var(--bg-hover);color:var(--text-2);border:1px solid var(--border);transition:all var(--t);white-space:nowrap;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:500}.chat-mode-header{background:var(--bg);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;padding:.5rem .75rem;display:none}.back-to-history-btn{cursor:pointer;color:var(--text-2);border-radius:var(--radius-sm);transition:background var(--t), color var(--t);background:0 0;border:none;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:500;display:flex}.back-to-history-btn:hover{background:var(--bg-hover);color:var(--text)}.back-to-history-btn i{width:14px;height:14px}.chat-sidebar.mode-history .history-section{border-bottom:none;flex-direction:column;flex-grow:1;display:flex}.chat-sidebar.mode-history .history-content{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-grow:1;max-height:none;overflow-y:auto}.chat-sidebar.mode-history .history-content::-webkit-scrollbar{width:4px}.chat-sidebar.mode-history .history-content::-webkit-scrollbar-track{background:0 0}.chat-sidebar.mode-history .history-content::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.chat-sidebar.mode-history .history-content:hover{scrollbar-color:var(--text-3) transparent}.chat-sidebar.mode-history .history-content:hover::-webkit-scrollbar-thumb{background:var(--text-3)}.chat-sidebar.mode-history .history-toggle-btn{cursor:default;pointer-events:none}.chat-sidebar.mode-history .chevron-icon,.chat-sidebar.mode-history .chat-mode-header,.chat-sidebar.mode-history .chat-messages,.chat-sidebar.mode-history .chat-input-wrapper,.chat-sidebar.mode-chat .history-section{display:none!important}.chat-sidebar.mode-chat .chat-mode-header,.chat-sidebar.mode-chat .chat-messages{display:flex}.chat-sidebar.mode-chat .chat-input-wrapper{display:block}.history-section{border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0}.history-toggle-btn{cursor:pointer;width:100%;color:var(--text);transition:background var(--t);background:0 0;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.8rem;font-weight:500;display:flex}.history-toggle-btn:hover{background:var(--bg-hover)}.history-toggle-title{align-items:center;gap:8px;display:flex}.history-toggle-title i{width:15px;height:15px;color:var(--text-2)}.chevron-icon{width:14px;height:14px;color:var(--text-3);transition:transform var(--t)}.history-toggle-btn.open .chevron-icon{transform:rotate(180deg)}.history-content{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-direction:column;gap:6px;max-height:220px;padding:0 .75rem .75rem;display:flex;overflow-y:auto}.history-content::-webkit-scrollbar{width:4px}.history-content::-webkit-scrollbar-track{background:0 0}.history-content::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.history-content:hover{scrollbar-color:var(--text-3) transparent}.history-content:hover::-webkit-scrollbar-thumb{background:var(--text-3)}.history-content.hidden{display:none}.new-topic-btn{border-radius:var(--radius-sm);background:var(--bg-subtle);border:1px dashed var(--border-mid);width:100%;color:var(--text-2);cursor:pointer;transition:background var(--t), border-color var(--t), color var(--t);justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:.75rem;font-weight:500;display:flex}.new-topic-btn:hover{background:var(--bg-hover);border-color:var(--text-3);color:var(--text)}.new-topic-btn i{width:12px;height:12px}.history-list{flex-direction:column;gap:4px;display:flex}.history-item{border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:background var(--t);text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.history-item:hover{background:var(--bg-hover)}.history-item.active{background:var(--bg-subtle);border-left:3px solid var(--accent);padding-left:7px}.history-item-left{flex-direction:column;flex-grow:1;min-width:0;display:flex}.history-item-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.history-item-date{color:var(--text-3);margin-top:2px;font-size:.65rem}.history-item-delete{width:22px;height:22px;color:var(--text-3);cursor:pointer;opacity:0;transition:opacity var(--t), color var(--t), background var(--t);background:0 0;border-radius:4px;justify-content:center;align-items:center;display:flex}.history-item:hover .history-item-delete{opacity:1}.history-item-delete:hover{color:#ef4444;background:#fee2e2}.history-item-delete i{width:12px;height:12px}.node-card.is-collapsed{background:var(--bg-subtle)!important;border-style:dashed!important}.node-card.has-children{padding-right:36px!important}.collapse-toggle{border-left:1px solid var(--border-mid);cursor:pointer;z-index:10;border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:24px;transition:background var(--t);background:#00000005;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;right:0}[data-theme=dark] .collapse-toggle{background:#ffffff05}.collapse-toggle:hover{background:#0000000f}[data-theme=dark] .collapse-toggle:hover{background:#ffffff14}.collapse-toggle i{width:12px;height:12px;color:var(--text-2);justify-content:center;align-items:center;display:flex}@media (width<=768px){.app-container{position:relative;overflow:hidden}.chat-sidebar{z-index:100;border-right:none;width:100vw;height:100%;margin-left:0;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(0)}.chat-sidebar.collapsed{margin-left:0;transform:translate(-100%)}.mobile-only-close-chat{display:flex!important}.mindmap-main{width:100vw;height:100%}.mindmap-canvas-container,.mindmap-svg{touch-action:none!important}.floating-controls{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);gap:4px;padding:4px;bottom:1rem;left:1rem}.control-btn{border-radius:var(--radius);width:42px;height:42px}.control-btn i{width:18px;height:18px}.detail-drawer{z-index:90;box-shadow:0 -8px 30px #0000001f,0 0 0 1px #0000000a;border-left:none!important;border-top:1px solid var(--border)!important;border-radius:20px 20px 0 0!important;width:100%!important;height:85%!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;inset:auto 0 0!important;transform:translateY(100%)!important}.detail-drawer.open{transform:translateY(0)!important}.detail-drawer:before{content:"";background:var(--border-mid);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:8px auto 0;display:block}.drawer-resize-handle{display:none!important}.drawer-main-wrapper{position:relative;overflow:hidden}.drawer-col-materi{width:100%;min-width:0}#drawer-col-qa{background:var(--bg)!important;z-index:100!important;width:100%!important;height:calc(100% - 60px)!important;box-shadow:none!important;opacity:0!important;pointer-events:none!important;border:none!important;border-radius:0!important;margin-left:0!important;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .25s!important;position:absolute!important;inset:60px 0 0!important;transform:translateY(100%)!important}#drawer-col-qa.collapsed{opacity:0!important;pointer-events:none!important;border:none!important;width:100%!important;transform:translateY(100%)!important}#drawer-col-qa:not(.collapsed){opacity:1!important;pointer-events:auto!important;width:100%!important;margin-left:0!important;transform:translateY(0)!important}.qa-header{border-top:1px solid var(--border);padding:0 .75rem!important}.qa-content-body{padding:.5rem 0!important}.qa-content-body .qa-messages-list{gap:.5rem;padding:0 .75rem}.qa-footer{padding:.4rem .6rem!important}.qa-footer .drawer-qa-form{gap:4px;padding:2px 2px 2px 6px}.qa-bubble{max-width:95%;padding:.45rem .6rem;font-size:.85rem}.drawer-qa-form textarea{font-size:.88rem}}.highlight-toolbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;pointer-events:auto;background:#18181bf2;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;padding:6px 10px;transition:opacity .15s,transform .15s;display:flex;position:absolute;transform:translateY(0);box-shadow:0 10px 25px -5px #0000004d,0 8px 10px -6px #0000004d}.highlight-toolbar.hidden{opacity:0;pointer-events:none;transform:translateY(4px)}.hl-color-btn{cursor:pointer;width:16px;height:16px;transition:transform var(--t);border:2px solid #0000;border-radius:50%;padding:0}.hl-color-btn:hover{transform:scale(1.2)}.hl-color-btn.yellow{background:#fde047}.hl-color-btn.green{background:#86efac}.hl-color-btn.blue{background:#93c5fd}.hl-color-btn.pink{background:#fbcfe8}.hl-divider{background:#fff3;width:1px;height:16px;margin:0 2px}.hl-action-btn{color:#fffc;cursor:pointer;transition:color var(--t);background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:flex}.hl-action-btn:hover{color:#fff}.hl-action-btn i{width:14px;height:14px}mark.hl-yellow{color:inherit;cursor:pointer;background:#fef08a;border-radius:3px;padding:1px 2px;transition:background .15s}mark.hl-green{color:inherit;cursor:pointer;background:#bbf7d0;border-radius:3px;padding:1px 2px;transition:background .15s}mark.hl-blue{color:inherit;cursor:pointer;background:#bfdbfe;border-radius:3px;padding:1px 2px;transition:background .15s}mark.hl-pink{color:inherit;cursor:pointer;background:#fbcfe8;border-radius:3px;padding:1px 2px;transition:background .15s}mark.hl-yellow:hover{background:#fde047}mark.hl-green:hover{background:#86efac}mark.hl-blue:hover{background:#93c5fd}mark.hl-pink:hover{background:#fbcfe8}mark[data-note]:after{content:" *";vertical-align:super;opacity:.8;font-size:.65rem}.login-btn-google{border-radius:var(--radius-sm);background:var(--bg-hover);color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);border:1px solid var(--border);align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;display:flex}.login-btn-google:hover{background:var(--accent);color:var(--accent-inv);border-color:var(--accent);text-decoration:none}.login-btn-google i{width:14px;height:14px}.user-avatar-wrapper{cursor:pointer;align-items:center;display:flex;position:relative}.user-avatar{border:1.5px solid var(--border-mid);width:28px;height:28px;transition:border-color var(--t);border-radius:50%}.user-avatar-wrapper:hover .user-avatar{border-color:var(--accent)}.user-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:1000;min-width:140px;padding:6px;display:none;position:absolute;top:120%;right:0}.user-dropdown.open{display:block!important}.dropdown-item{text-align:left;width:100%;color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 8px;font-size:.78rem;display:flex}.dropdown-item:hover{background:var(--bg-hover);color:var(--text)}.app-container-redesign{background:0 0;flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.screen-container{background:0 0;flex-grow:1;width:100%;height:calc(100vh - 56px);display:flex;position:relative;overflow:hidden}.screen-container.hidden{display:none!important}.global-header{background:var(--glass-bg);height:56px;-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.header-left{align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}.brand-logo{font-family:var(--font-header);color:var(--accent);letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:800;overflow:hidden}.global-nav{align-items:center;gap:1.5rem;margin-left:2rem;display:flex}.nav-tab{color:var(--text-2);cursor:pointer;transition:color var(--t);background:0 0;border:none;padding:18px 0;font-size:.85rem;font-weight:500;position:relative}.nav-tab:hover{color:var(--text)}.nav-tab.active{color:var(--accent);font-weight:600}.nav-tab.active:after{content:"";background:var(--accent);border-radius:var(--radius-pill);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.header-right{align-items:center;gap:8px;display:flex}.search-screen-wrapper{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative;overflow-y:auto}.main-footer .footer-link{color:var(--text-2);transition:color var(--t), transform var(--t);font-weight:600;text-decoration:none;display:inline-block}.main-footer .footer-link:hover{color:var(--accent)}@media (width<=768px){.search-screen-wrapper{padding:1.5rem 1rem}}.search-screen-two-columns{grid-template-columns:1.1fr 1.3fr;align-items:center;gap:3rem;width:100%;display:grid}.search-left-column,.search-right-column{flex-direction:column;justify-content:center;width:100%;display:flex}@media (width<=1024px){.search-screen-two-columns{flex-direction:column;gap:2.5rem;width:100%;max-width:100vw;display:flex;overflow-x:hidden}.search-hero-title,.search-hero-subtitle{text-align:center!important}.enhanced-badge{align-self:center!important}}.enhanced-badge{color:#137333;border-radius:var(--radius-pill);background:#e6f4ea;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex}.enhanced-badge i{width:12px;height:12px}.quota-banner{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;transition:var(--t);margin-bottom:1.5rem;padding:1rem 1.25rem}.quota-banner:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.quota-banner-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.quota-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:600}.quota-percent{color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:.3px;font-size:.82rem;font-weight:700}.quota-bar-track{background:var(--bg-hover);border-radius:99px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.quota-bar-fill{background:linear-gradient(90deg, var(--accent), var(--primary-green,#10b981));border-radius:99px;height:100%;transition:width 1s cubic-bezier(.16,1,.3,1);position:relative}.quota-bar-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.quota-banner-bottom{justify-content:space-between;align-items:center;display:flex}.quota-status{color:var(--accent);font-size:.82rem;font-weight:700}.quota-sub{color:var(--text-3);font-size:.72rem}[data-theme=dark] .quota-banner{background:var(--surface-container-low);border-color:var(--border)}[data-theme=dark] .quota-banner:hover{border-color:var(--accent)}[data-theme=dark] .quota-bar-track{background:var(--surface-container-high)}.search-hero-title{font-family:var(--font-header);color:var(--text);text-align:center;letter-spacing:-.5px;margin-bottom:2rem;font-size:2.2rem;font-weight:800}.search-hero-subtitle{color:var(--text-3);text-align:center;margin-top:-1.5rem;margin-bottom:2rem;font-size:.95rem;font-weight:400}.search-box-container{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;box-shadow:var(--shadow-sm);transition:border-color var(--t), box-shadow var(--t);align-items:center;gap:10px;margin-bottom:3rem;padding:6px 6px 6px 16px;display:flex}.search-box-container:focus-within{border-color:var(--accent);box-shadow:var(--shadow-md), 0 0 0 3px var(--primary-light)}.search-box-container input{color:var(--text);background:0 0;border:none;outline:none;flex-grow:1;font-size:.95rem}.search-box-container input::placeholder{color:var(--text-3)}.kbd-shortcut{color:var(--text-3);border:1px solid var(--border);border-radius:4px;flex-shrink:0;padding:2px 4px;font-family:monospace;font-size:.68rem}.btn-search-redesign{background:var(--accent);color:var(--accent-inv);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t);padding:8px 16px;font-size:.85rem;font-weight:600}.btn-search-redesign:hover{background:var(--accent-2)}.search-columns-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;width:100%;max-width:100%;margin-bottom:4rem;display:grid}@media (width<=600px){.search-columns-grid{grid-template-columns:1fr;gap:1.5rem}}.search-column-title{font-family:var(--font-header);text-transform:uppercase;color:var(--text-2);letter-spacing:.8px;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:flex}.clear-all-link{color:var(--accent);cursor:pointer;text-transform:none;letter-spacing:0;font-size:.72rem;font-weight:600}.recent-searches-list{flex-direction:column;gap:.9rem;display:flex}.recent-search-item{color:var(--text);cursor:pointer;transition:color var(--t);align-items:center;width:100%;font-size:.85rem;font-weight:500;display:flex}.recent-search-item:hover{color:var(--accent)}.suggested-pills-wrap{flex-wrap:wrap;gap:8px;display:flex}.suggested-pill{background:var(--bg);border:1px solid var(--border);color:var(--text-2);border-radius:var(--radius-pill);cursor:pointer;transition:border-color var(--t), color var(--t), background var(--t);padding:6px 12px;font-size:.78rem;font-weight:500}.suggested-pill:hover{border-color:var(--accent);color:var(--accent);background:var(--bg-hover)}.search-marketing-showcase{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:820px;box-shadow:var(--shadow-md);transition:transform var(--t), box-shadow var(--t), border-color var(--t);text-align:center;margin-top:1.5rem;margin-bottom:2rem;padding:1.75rem;position:relative;overflow:hidden}@media (width<=768px){.search-marketing-showcase{padding:1rem}}.search-marketing-showcase:hover{box-shadow:var(--shadow-lg), 0 12px 30px #0066440f;border-color:var(--border-mid);transform:translateY(-4px)}.showcase-header{background:var(--bg-subtle);color:var(--accent);border-radius:var(--radius-pill);font-size:.8rem;font-weight:700;font-family:var(--font-header);border:1px solid var(--border);align-items:center;gap:8px;margin-bottom:.75rem;padding:6px 14px;display:inline-flex}.showcase-header i{stroke-width:2.5px;width:14px;height:14px}.showcase-desc{color:var(--text-2);max-width:580px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.85rem;line-height:1.5}.marketing-image-container{transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.marketing-preview-svg{border-radius:var(--radius);overflow:hidden}.mock-node{transition:transform var(--t), border-color var(--t), box-shadow var(--t), background var(--t)}.mock-node:hover{transform:scale(1.02)translateY(-1px);border-color:var(--accent)!important;background:var(--bg-hover)!important;box-shadow:var(--shadow-md)!important}.mock-link{transition:stroke var(--t), stroke-width var(--t)}.content-screen-wrapper{flex-grow:1;width:100%;height:100%;display:flex;overflow:hidden}.content-sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1.5rem;width:240px;padding:1.5rem;display:flex;overflow-y:auto}.toc-title{font-family:var(--font-header);text-transform:uppercase;color:var(--text-3);letter-spacing:.8px;font-size:.68rem;font-weight:700}.toc-list{flex-direction:column;gap:.6rem;display:flex}.toc-item{color:var(--text-2);cursor:pointer;transition:color var(--t);text-align:left;background:0 0;border:none;font-size:.8rem}.toc-item:hover,.toc-item.active{color:var(--accent);font-weight:600}.sidebar-card-research{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);margin-top:auto;padding:1rem}.sidebar-card-research h4{color:var(--text);margin-bottom:2px;font-size:.82rem;font-weight:700}.sidebar-card-research p{color:var(--text-3);margin-bottom:12px;font-size:.7rem}.btn-new-research-sidebar{background:var(--bg-subtle);width:100%;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t);justify-content:center;align-items:center;gap:8px;padding:8px;font-size:.78rem;font-weight:600;display:flex}.btn-new-research-sidebar:hover{background:var(--border)}.reader-main-column{background:var(--bg);flex-direction:column;flex-grow:1;height:100%;display:flex;overflow:hidden}.reader-content-body{flex-grow:1;width:100%;max-width:780px;margin:0 auto;padding:3rem 4rem;overflow-y:auto}.article-category{font-family:var(--font-header);text-transform:uppercase;color:var(--accent);letter-spacing:.8px;margin-bottom:.5rem;font-size:.72rem;font-weight:700}.article-title-redesign{font-family:var(--font-header);color:var(--text);margin-bottom:1.5rem;font-size:1.85rem;font-weight:800;line-height:1.3}.premium-callout{background:var(--bg-subtle);border-left:3px solid var(--accent);color:var(--text);border-radius:4px;margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:.9rem;font-style:italic}.floating-status-bar{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 2rem;display:flex}.status-selector-wrap{flex-shrink:0;align-items:center;gap:12px;display:flex}.status-label{color:var(--text-2);font-size:.78rem;font-weight:600}.status-pills{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-pill);padding:2px;display:flex}.status-pill-btn{border-radius:var(--radius-pill);color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);background:0 0;padding:4px 12px;font-size:.75rem;font-weight:500}.status-pill-btn.active{background:var(--bg);color:var(--accent);box-shadow:var(--shadow-xs);font-weight:600}.footer-widget-learners{color:var(--text-2);align-items:center;gap:8px;font-size:.75rem;font-weight:500;display:flex}.avatar-circle-group{align-items:center;display:flex}.avatar-mini{border:1.5px solid var(--bg);background:var(--border-mid);border-radius:50%;width:20px;height:20px;margin-left:-6px}.avatar-mini:first-child{margin-left:0}.mindmap-page-wrapper{flex-grow:1;width:100%;height:100%;position:relative;overflow:hidden}.mindmap-search-bar{z-index:10;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:8px;width:220px;padding:6px 12px;display:flex;position:absolute;top:1rem;left:1rem}.mindmap-search-bar input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:.78rem}.mindmap-search-bar i{width:14px;height:14px;color:var(--text-3)}.floating-toggle-controls{z-index:5;align-items:center;gap:16px;display:flex;position:absolute;bottom:1.25rem;right:1.25rem}.toggle-filter-group{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);align-items:center;padding:3px;display:flex}.toggle-option-btn{border-radius:var(--radius-pill);color:var(--text-2);cursor:pointer;transition:background var(--t), color var(--t);background:0 0;padding:4px 10px;font-size:.72rem;font-weight:500}.toggle-option-btn.active{background:var(--accent);color:var(--accent-inv);font-weight:600}.help-bubble-btn{background:var(--accent);width:32px;height:32px;color:var(--accent-inv);box-shadow:var(--shadow-md);cursor:pointer;transition:background var(--t);border-radius:50%;justify-content:center;align-items:center;display:flex}.help-bubble-btn:hover{background:var(--accent-2)}.help-bubble-btn i{width:16px;height:16px}.dot-grid-canvas{background-image:radial-gradient(var(--border) 1px, transparent 1px);background-size:16px 16px}.history-screen-wrapper{flex-grow:1;width:100%;height:100%;display:flex;overflow:hidden}.history-sub-sidebar{background:var(--bg-subtle);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1.5rem;width:240px;padding:1.5rem;display:flex;overflow-y:auto}.history-profile-card{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:1rem;padding:.5rem 0;display:flex}.history-profile-title{font-family:var(--font-header);color:var(--text);font-size:.85rem;font-weight:700}.history-profile-subtitle{color:var(--text-3);font-size:.68rem}.btn-new-research-history{background:var(--accent);width:100%;color:var(--accent-inv);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t);justify-content:center;align-items:center;gap:8px;margin-bottom:1.5rem;padding:10px;font-size:.82rem;font-weight:600;display:flex}.btn-new-research-history:hover{background:var(--accent-2)}.history-menu-list{flex-direction:column;gap:4px;display:flex}.history-menu-item{color:var(--text-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t), color var(--t);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:.5rem;font-weight:200;display:flex}.history-menu-item:hover{background:var(--bg-hover);color:var(--text)}.history-menu-item.active{background:var(--bg-subtle);color:var(--text);font-weight:600}.history-menu-item i{width:10px;height:10px;color:var(--text-3)}.history-menu-item.active i{color:var(--accent)}.history-main-content{background:var(--bg);flex-grow:1;padding:3rem 4rem;overflow-y:auto}.history-header-block{margin-bottom:2rem}.history-title-redesign{font-family:var(--font-header);color:var(--text);margin-bottom:.5rem;font-size:1.85rem;font-weight:800}.history-subtitle-redesign{color:var(--text-2);max-width:600px;font-size:.85rem;line-height:1.5}.history-cards-list{flex-direction:column;gap:12px;margin-bottom:2rem;display:flex}.history-progress-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color var(--t), box-shadow var(--t);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.history-progress-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.card-info-left{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.card-topic-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.card-meta-row{color:var(--text-3);align-items:center;gap:12px;font-size:.72rem;display:flex}.card-meta-item{align-items:center;gap:4px;display:flex}.card-meta-item i{width:12px;height:12px}.card-progress-right{flex-shrink:0;align-items:center;gap:20px;width:220px;display:flex}.progress-label-micro{color:var(--text-3);font-size:.68rem;font-weight:600}.progress-bar-outer{background:var(--bg-subtle);border-radius:var(--radius-pill);flex-grow:1;height:6px;position:relative;overflow:hidden}.progress-bar-inner{background:var(--accent);border-radius:var(--radius-pill);height:100%;transition:width .3s}.progress-percent-bold{color:var(--text);text-align:right;width:32px;font-size:.75rem;font-weight:700}.card-chevron-btn{color:var(--text-3);align-items:center;display:flex}.card-chevron-btn i{width:18px;height:18px}.btn-view-all-history{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text-2);border-radius:var(--radius-pill);cursor:pointer;transition:background var(--t), color var(--t);margin:1.5rem auto 0;padding:8px 16px;font-size:.8rem;font-weight:600;display:block}.btn-view-all-history:hover{background:var(--bg-hover);color:var(--text)}#detail-drawer-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;transition:opacity .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}#detail-drawer-overlay:has(#detail-drawer.open){opacity:1;pointer-events:auto}#detail-drawer{background:var(--bg);border:1px solid var(--border);border-radius:16px;width:800px;max-width:90vw;height:80vh;transition:transform .3s cubic-bezier(.16,1,.3,1),max-width .3s,width .3s;overflow:hidden;transform:translateY(16px)scale(.98);box-shadow:0 24px 64px #00000026}#detail-drawer.open{transform:translateY(0)scale(1)}.status-pills{background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;flex-shrink:0;gap:2px;padding:3px;display:inline-flex}.status-pills .status-btn{color:var(--text-2);cursor:pointer;transition:all var(--t);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;padding:6px 14px;font-size:.72rem;font-weight:600}.status-pills .status-btn:hover{background:var(--bg-subtle);color:var(--text)}.status-pills .status-btn.active[data-status=todo]{background:var(--bg);border-color:var(--border);color:var(--accent);box-shadow:var(--shadow-xs)}.status-pills .status-btn.active[data-status=doing]{color:#b45309;box-shadow:var(--shadow-xs);background:#fef3c7;border-color:#fde68a}[data-theme=dark] .status-pills .status-btn.active[data-status=doing]{color:#fbbf24;background:#f59e0b33;border-color:#f59e0b4d}.status-pills .status-btn.active[data-status=done]{color:#047857;box-shadow:var(--shadow-xs);background:#d1fae5;border-color:#bbf7d0}[data-theme=dark] .status-pills .status-btn.active[data-status=done]{color:#34d399;background:#10b98133;border-color:#10b9814d}#drawer-col-qa{background:var(--bg);border:1px solid var(--border);opacity:1;border-radius:16px;flex-direction:column;width:400px;height:80vh;transition:width .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1),margin-left .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 24px 64px #00000026}#drawer-col-qa.collapsed{transform:translateY(8px)scale(.98);opacity:0!important;pointer-events:none!important;border:none!important;width:0!important;margin-left:0!important}#drawer-col-qa:not(.collapsed){opacity:1!important;pointer-events:auto!important;width:400px!important;margin-left:8px!important}.card-delete-btn{color:var(--text-3);border-radius:var(--radius);cursor:pointer;transition:color var(--t), background-color var(--t);background:0 0;border:none;justify-content:center;align-items:center;margin-left:10px;padding:8px;display:flex}.card-delete-btn:hover{color:#ef4444;background:#ef444414}.card-delete-btn i{width:16px;height:16px}#subview-exploration .recent-search-item:hover{background:var(--bg-hover)!important;border-color:var(--accent)!important;color:var(--accent)!important}#subview-exploration .suggested-pill-dashboard:hover{transform:translateY(-1px);background:var(--bg-hover)!important;border-color:var(--accent)!important;color:var(--accent)!important}#subview-exploration .search-box-container:focus-within{border-color:var(--accent)!important;box-shadow:0 4px 16px #00664414!important}.hidden{display:none!important}.mindmap-loading-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background:#ffffffe0;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:absolute;top:0;left:0}.mindmap-loading-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.mindmap-loading-spinner{border:3px solid var(--border);border-top:3px solid var(--accent);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.mindmap-loading-text{color:var(--accent);letter-spacing:-.1px;font-size:.95rem;font-weight:500;animation:1.8s ease-in-out infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.card-mobile-icon-wrapper,.card-badge-completed,.mobile-live-sync-badge,.mobile-drawer-header,.mobile-reading-progress-container,.mobile-fab,.mobile-bottom-nav{display:none}@media (width<=768px){.global-header .global-nav{display:none!important}.global-header{border-bottom:1px solid var(--border);z-index:1001;background:#fff;height:56px;padding:0 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.global-header.header-hidden{transform:translateY(-100%)}.global-header .brand-logo{color:var(--primary-green-dark);white-space:nowrap;text-overflow:ellipsis;max-width:60vw;font-size:1.15rem;font-weight:700;overflow:hidden}#btn-mobile-header-search{width:36px;height:36px;color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex!important}#sync-status,#btn-open-settings{display:none!important}.user-avatar-wrapper .user-avatar{border:2px solid var(--primary-green-light);border-radius:50%;width:32px;height:32px}.app-container-redesign{height:100vh;background:var(--bg-mobile);flex-direction:column;height:-webkit-fill-available;padding-bottom:0;display:flex}.app-container-redesign>.screen-container{height:100vh;height:-webkit-fill-available;overflow:hidden}.app-container-redesign>.screen-container>.screen-container{box-sizing:border-box;height:100%;padding-top:56px;padding-bottom:60px;overflow-y:auto}.mobile-bottom-nav{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);height:60px;padding-bottom:env(safe-area-inset-bottom);z-index:1000;background:#ffffffd9;justify-content:space-around;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000000a}.mobile-bottom-nav.nav-hidden{transform:translateY(100%)}.mobile-nav-item{color:var(--text-2);cursor:pointer;transition:color var(--t);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;height:100%;font-size:.75rem;font-weight:500;display:flex}.mobile-nav-item i{width:20px;height:20px;transition:transform var(--t)}.mobile-nav-item:hover{color:var(--primary-green)}.mobile-nav-item.active{color:var(--primary-green);font-weight:600}.mobile-nav-item.active i{color:var(--primary-green);transform:scale(1.1)}.history-sub-sidebar{display:none!important}.history-screen-wrapper{flex-direction:column;overflow:hidden}.history-main-content{overflow-y:auto;background:var(--bg-mobile)!important;padding:calc(56px + 1.5rem) 1rem 5rem!important}.history-header-block{margin-bottom:1.5rem}.history-title-redesign{color:var(--primary-green-dark);margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.history-subtitle-redesign{color:var(--text-3);max-width:100%;font-size:.8rem}.mobile-fab{background:var(--primary-green);color:#fff;z-index:999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 16px #00a37466}.mobile-fab:active{background:#008f65;transform:scale(.92)}.mobile-fab i{width:24px;height:24px}.history-progress-card{margin-bottom:8px;position:relative;box-shadow:0 2px 8px #00000005,0 0 1px #0000000d;background:#fff!important;border:none!important;border-radius:16px!important;align-items:center!important;gap:12px!important;padding:1rem!important;display:flex!important}.card-mobile-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex!important}.card-mobile-icon{background:var(--primary-green-light);width:44px;height:44px;color:var(--primary-green);border-radius:50%;justify-content:center;align-items:center;display:flex}.card-mobile-icon i{width:20px;height:20px}.card-info-left{flex:1;gap:4px!important}.card-topic-title{color:var(--primary-green-dark)!important;font-size:.95rem!important;font-weight:600!important}.card-meta-row{gap:8px!important}.card-meta-item:not(.card-meta-calendar){display:none!important}.card-progress-right{min-width:70px;flex-direction:column!important;align-items:flex-end!important;gap:4px!important;width:auto!important}.progress-label-micro{display:none!important}.progress-bar-outer{background:#f1f5f9!important;border-radius:3px!important;width:60px!important;height:5px!important}.progress-bar-inner{background:var(--primary-green)!important;border-radius:3px!important}.progress-percent-bold{color:var(--text-2)!important;font-size:.8rem!important}.card-badge-completed{color:var(--primary-green);background:var(--primary-green-light);border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex!important}.card-badge-completed i{width:14px;height:14px}.card-badge-completed~.progress-bar-outer,.card-badge-completed~.progress-percent-bold,.card-chevron-btn,.card-delete-btn{display:none!important}.mindmap-page-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.mindmap-canvas-container{width:100%!important;height:100%!important}.floating-controls{z-index:998;border:1px solid var(--border)!important;background:#fff!important;border-radius:30px!important;flex-direction:column!important;gap:8px!important;padding:8px 4px!important;display:flex!important;position:absolute!important;bottom:80px!important;left:auto!important;right:16px!important;box-shadow:0 4px 16px #00000014!important}.floating-controls .control-btn{width:40px!important;height:40px!important;color:var(--text-2)!important;background:0 0!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;display:flex!important}.floating-controls .control-btn:active{background:var(--bg-hover)!important;color:var(--primary-green)!important}.floating-controls .divider,#btn-export-session,.mobile-live-sync-badge{display:none!important}.mobile-live-sync-badge .sync-dot{color:var(--primary-green);font-size:.8rem}@keyframes pulse-sync{0%,to{opacity:.95}50%{opacity:.75}}.mindmap-search-bar{z-index:998;border:1px solid var(--border)!important;background:#fff!important;border-radius:20px!important;align-items:center!important;width:auto!important;height:40px!important;padding:0 12px!important;display:flex!important;position:absolute!important;top:12px!important;left:16px!important;right:16px!important;box-shadow:0 2px 10px #0000000a!important}#breadcrumb-bar:not(.hidden)~.mindmap-search-bar{top:56px!important}.mindmap-search-bar input{font-size:.85rem!important}.floating-toggle-controls{display:none!important}#detail-drawer-overlay{z-index:2000!important;background:#fff!important;justify-content:stretch!important;align-items:stretch!important;height:100dvh!important;padding:0!important}#detail-drawer{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;box-shadow:none!important;border:none!important;border-radius:0!important;margin:0!important}#detail-drawer .modal-header{display:none!important}.mobile-drawer-header{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:auto!important;min-height:56px!important;padding:env(safe-area-inset-top,0px) 1rem 0 1rem!important;display:flex!important}.mobile-back-btn{width:36px;height:36px;color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-back-btn:active{background:var(--bg-hover);color:var(--primary-green)}.mobile-back-btn i{width:20px;height:20px}.mobile-drawer-title{font-family:var(--font-header);color:var(--primary-green-dark);text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;padding:0 12px;font-size:1rem;font-weight:700;overflow:hidden}.mobile-drawer-actions{align-items:center;gap:4px;display:flex}.mobile-drawer-actions .icon-btn{width:36px;height:36px;color:var(--text-2);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-drawer-actions .icon-btn i{width:20px;height:20px}.mobile-reading-progress-container{border-bottom:1px solid var(--border);background:#fff;flex-direction:column;flex-shrink:0;padding:8px 16px;display:flex!important}.mobile-reading-stats{color:var(--text-3);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:.75rem;font-weight:500;display:flex}.mobile-reading-progress-bar-outer{background:#f1f5f9;border-radius:2px;width:100%;height:4px;overflow:hidden}.mobile-reading-progress-bar-inner{background:var(--primary-green);border-radius:2px;width:0%;height:100%;transition:width .15s ease-out}#detail-drawer .detail-modal-body-wrapper{flex:1!important;height:auto!important;min-height:0!important}.drawer-col-materi{-webkit-overflow-scrolling:touch;background:#fff!important;padding:1.5rem 1.25rem 6rem!important}.drawer-col-materi .markdown-body{color:#2d3748!important;font-size:1.05rem!important;line-height:1.65!important;font-family:var(--font)!important}.drawer-col-materi .markdown-body p{margin-bottom:1.25rem!important}.drawer-col-materi .markdown-body h3,.drawer-col-materi .markdown-body h4{font-family:var(--font-header)!important;color:var(--primary-green-dark)!important;letter-spacing:-.2px!important;margin-top:1.75rem!important;margin-bottom:.75rem!important;font-weight:700!important}.drawer-col-materi .markdown-body h3{font-size:1.25rem!important}.drawer-col-materi .markdown-body h4{font-size:1.1rem!important}.drawer-col-materi .markdown-body blockquote{background:var(--primary-green-light)!important;border-left:4px solid var(--primary-green)!important;color:var(--primary-green-dark)!important;border-radius:0 12px 12px 0!important;margin:1.5rem 0!important;padding:14px 18px!important;font-style:italic!important;font-weight:500!important}.drawer-col-materi .markdown-body blockquote p{margin-bottom:0!important;font-size:.98rem!important;line-height:1.55!important}.drawer-col-materi .article-category{margin-bottom:.5rem!important;font-size:.65rem!important}#detail-drawer .modal-footer{background:var(--bg-subtle)!important;border-top:1px solid var(--border)!important;justify-content:center!important;align-items:center!important;height:auto!important;min-height:56px!important;padding:8px 12px!important;display:flex!important}#detail-drawer .modal-footer .status-selector-wrap{align-items:center!important;gap:0!important;width:100%!important;display:flex!important}#detail-drawer .modal-footer .status-label{display:none!important}#detail-drawer .modal-footer .status-pills{background:var(--bg-hover)!important;border:1px solid var(--border)!important;border-radius:8px!important;flex:1!important;gap:2px!important;width:100%!important;padding:3px!important;display:flex!important}#detail-drawer .modal-footer .status-btn{text-align:center!important;white-space:nowrap!important;text-overflow:ellipsis!important;border:1px solid #0000!important;border-radius:6px!important;flex:1!important;padding:6px 8px!important;font-size:.72rem!important;overflow:hidden!important}#detail-drawer .modal-footer .footer-widget-learners{display:none!important}.search-screen-wrapper{padding:2rem 1rem!important}.search-hero-title{margin-bottom:.5rem!important;font-size:1.6rem!important}.search-hero-subtitle{color:var(--text-3)!important;text-align:center!important;margin-top:0!important;margin-bottom:1.5rem!important;font-size:.85rem!important;line-height:1.4!important}.search-box-container{border-radius:var(--radius-pill)!important;border:1px solid var(--border)!important;height:48px!important;box-shadow:var(--shadow-sm)!important;background:#fff!important;align-items:center!important;gap:8px!important;margin-bottom:2rem!important;padding:0 4px 0 16px!important;display:flex!important}.search-box-container input{background:0 0!important;border:none!important;outline:none!important;height:100%!important;padding:0!important;font-size:.9rem!important}.search-box-container .kbd-shortcut{display:none!important}.btn-search-redesign{border-radius:var(--radius-pill)!important;background:var(--primary-green)!important;color:#fff!important;cursor:pointer!important;border:none!important;justify-content:center!important;align-items:center!important;height:40px!important;padding:0 16px!important;font-size:.8rem!important;font-weight:600!important;transition:background .2s!important;display:flex!important}.btn-search-redesign:active{background:var(--primary-green-dark)!important}.search-columns-grid{flex-direction:column!important;gap:2rem!important;margin-top:2rem!important;display:flex!important}.search-column-title{letter-spacing:.8px!important;text-transform:uppercase!important;color:var(--text-3)!important;margin-bottom:10px!important;font-size:.7rem!important;font-weight:700!important}.recent-searches-list{flex-direction:column!important;gap:8px!important;display:flex!important}.recent-search-item{border:1px solid var(--border)!important;color:var(--text)!important;cursor:pointer!important;background:#fff!important;border-radius:12px!important;align-items:center!important;padding:10px 14px!important;font-size:.85rem!important;font-weight:500!important;line-height:1.4!important;transition:all .2s!important;display:flex!important}.recent-search-item:active{background:var(--bg-hover)!important;border-color:var(--primary-green)!important}.suggested-pills-wrap{scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:8px!important;padding:4px 0 10px!important;display:flex!important;overflow-x:auto!important}.suggested-pills-wrap::-webkit-scrollbar{display:none!important}.suggested-pill{border:1px solid var(--border)!important;border-radius:var(--radius-pill)!important;color:var(--text-2)!important;background:#fff!important;flex-shrink:0!important;padding:8px 14px!important;font-size:.78rem!important;font-weight:500!important;transition:all .2s!important}.suggested-pill:active{background:var(--bg-hover)!important;border-color:var(--primary-green)!important;color:var(--primary-green)!important}.screen-container:not(.hidden){animation:.22s cubic-bezier(.4,0,.2,1) forwards mobileFadeInSlide}}@keyframes mobileFadeInSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark]{--bg:#303841;--bg-subtle:#252b32;--bg-hover:#3b4550;--surface:#37404a;--border:#444f5c;--border-mid:#556373;--text:#f5f5f5;--text-2:#b6c0cc;--text-3:#828f9e;--accent:#8ea4bc;--accent-2:#7ba0c2;--accent-inv:#303841;--glass-bg:#30384173;--glass-border:#ffffff14;--glass-blur:blur(20px) saturate(180%);--glass-shadow:0 8px 32px 0 #0000004d;--l0:#f5f5f5;--l1:#8ea4bc;--l2:#ff7a50;--l3:#38bdf8;--l4:#34d399;--l5:#a78bfa;--l6:#f472b6;--l7:#fb923c;--l8:#facc15;--l9:#818cf8;--shadow-xs:0 1px 2px #0006;--shadow-sm:0 1px 4px #00000080, 0 0 0 1px #ffffff05;--shadow-md:0 4px 12px #00000080, 0 0 0 1px #ffffff05;--shadow-lg:0 8px 24px #0009, 0 0 0 1px #ffffff05;--primary-green:#8ea4bc;--primary-green-dark:#303841;--primary-green-light:#252b32;--bg-mobile:#303841}[data-theme=dark] .global-header,[data-theme=dark] .history-progress-card,[data-theme=dark] .floating-controls,[data-theme=dark] .mindmap-search-bar,[data-theme=dark] #detail-drawer-overlay,[data-theme=dark] .mobile-drawer-header{background:var(--bg)!important}[data-theme=dark] .qa-bubble.bot,[data-theme=dark] .modal-card,[data-theme=dark] .drawer-col-qa,[data-theme=dark] .qa-header,[data-theme=dark] .qa-footer{background:var(--surface)!important}[data-theme=dark] .mobile-bottom-nav{background:#0e1411d9!important}[data-theme=dark] select option{background-color:var(--surface);color:var(--text)}.node-card.is-transparent-ancestor{opacity:.25!important;pointer-events:auto!important;border-style:dashed!important}.node-card.is-transparent-ancestor:hover{opacity:.8!important}.link.is-transparent-link{opacity:.15!important;stroke-dasharray:4 4!important}.icon-btn#btn-bookmark-node.active{filter:drop-shadow(0 2px 8px #f59e0b66);transform:scale(1.15);color:#f59e0b!important}.icon-btn#btn-bookmark-node{transition:color .25s cubic-bezier(.175,.885,.32,1.275),transform .25s}.library-filter-bar{gap:8px;margin-bottom:2rem;padding-bottom:4px;display:flex;overflow-x:auto}.library-filter-btn{font-family:var(--font-header);border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg);color:var(--text-2);cursor:pointer;transition:all var(--t);white-space:nowrap;padding:6px 16px;font-size:.78rem;font-weight:600}.library-filter-btn:hover{border-color:var(--accent);color:var(--text);background:var(--bg-hover)}.library-filter-btn.active{background:var(--accent);border-color:var(--accent);font-weight:700;color:var(--accent-inv)!important}.library-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.library-card{background:var(--bg);border:1px solid var(--border);transition:border-color var(--t), box-shadow var(--t), transform var(--t);cursor:pointer;box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;gap:12px;padding:1.25rem;display:flex;position:relative}.library-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.library-card-header{justify-content:space-between;align-items:start;gap:8px;display:flex}.library-card-category-badge{text-transform:uppercase;letter-spacing:.5px;background:var(--bg-subtle);color:var(--accent);border:1px solid var(--border);border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700}.library-card-title{font-family:var(--font-header);color:var(--text);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.library-card-meta{color:var(--text-3);border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:auto;padding-top:10px;font-size:.72rem;display:flex}.library-card-meta-item{align-items:center;gap:4px;display:flex}.library-card-meta-item i{width:13px;height:13px}.library-card-actions{gap:6px;margin-top:8px;display:flex}.library-card-btn{border:1px solid var(--border);background:var(--bg-subtle);color:var(--text-2);cursor:pointer;transition:all var(--t);border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex}.library-card-btn:hover{background:var(--bg-hover);color:var(--text);border-color:var(--accent)}.library-card-btn.btn-open-mm{background:var(--accent);border-color:var(--accent);color:var(--accent-inv)!important}.library-card-btn.btn-open-mm:hover{background:var(--accent-2);border-color:var(--accent-2)}.library-card-remove-btn{color:var(--text-3);cursor:pointer;transition:all var(--t);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.library-card-remove-btn:hover{color:#ef4444;background:#ef444414}.library-card-remove-btn i{width:15px;height:15px}.bookmark-card{background:var(--bg);border:1px solid var(--border);transition:border-color var(--t), box-shadow var(--t);cursor:pointer;box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;gap:10px;padding:1.25rem 1.5rem;display:flex;position:relative}.bookmark-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.bookmark-card-header{justify-content:space-between;align-items:center;display:flex}.bookmark-card-path{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500}.bookmark-card-title{font-family:var(--font-header);color:var(--text);margin:2px 0 6px;font-size:1.1rem;font-weight:700}.bookmark-card-snippet{color:var(--text-2);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.bookmark-card-meta{border-top:1px solid var(--border);color:var(--text-3);justify-content:space-between;align-items:center;margin-top:4px;padding-top:10px;font-size:.72rem;display:flex}.bookmark-card-time{align-items:center;gap:4px;display:flex}.bookmark-card-time i{width:12px;height:12px}.bookmark-card-actions{align-items:center;gap:12px;display:flex}.bookmark-card-remove-btn{color:var(--text-3);cursor:pointer;transition:color var(--t);background:0 0;border:none;align-items:center;gap:4px;font-size:.72rem;font-weight:500;display:flex}.bookmark-card-remove-btn:hover{color:#ef4444}.bookmark-card-remove-btn i{width:13px;height:13px}.bookmark-card-link-btn{color:var(--accent);transition:color var(--t);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:.72rem;font-weight:600;display:flex}.bookmark-card-link-btn:hover{color:var(--accent-2)}.bookmark-card-link-btn i{width:13px;height:13px}.save-lib-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;opacity:0;pointer-events:none;transition:opacity var(--t);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.save-lib-modal-overlay.open{opacity:1;pointer-events:auto}.save-lib-modal{background:var(--bg);border:1px solid var(--border);width:380px;box-shadow:var(--shadow-lg);transition:transform var(--t);border-radius:12px;flex-direction:column;gap:16px;padding:1.5rem;display:flex;transform:scale(.95)}.save-lib-modal-overlay.open .save-lib-modal{transform:scale(1)}.save-lib-modal-header{justify-content:space-between;align-items:center;display:flex}.save-lib-modal-header h3{font-family:var(--font-header);color:var(--text);margin:0;font-size:1.1rem;font-weight:700}.save-lib-modal-close{color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.save-lib-modal-close:hover{color:var(--text);background:var(--bg-hover)}.save-lib-modal-body{flex-direction:column;gap:12px;display:flex}.save-lib-modal-label{color:var(--text-2);font-size:.8rem;font-weight:600}.save-lib-modal-select{border:1px solid var(--border);background:var(--bg-subtle);width:100%;color:var(--text);border-radius:8px;outline:none;padding:8px 12px;font-size:.85rem}.save-lib-modal-footer{justify-content:flex-end;gap:8px;display:flex}.save-lib-btn-cancel{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text-2);cursor:pointer;transition:all var(--t);border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:600}.save-lib-btn-cancel:hover{background:var(--bg-hover);color:var(--text)}.save-lib-btn-save{background:var(--accent);border:1px solid var(--accent);cursor:pointer;transition:all var(--t);border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:700;color:var(--accent-inv)!important}.save-lib-btn-save:hover{background:var(--accent-2);border-color:var(--accent-2)}.cookie-consent-banner{z-index:9999;background:var(--surface,#fff);border-top:1px solid var(--border);animation:.4s cubic-bezier(.16,1,.3,1) cookieSlideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}.cookie-consent-content{align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:14px 24px;display:flex}.cookie-consent-icon{background:var(--bg-subtle);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cookie-consent-text{flex:1;min-width:0}.cookie-consent-text strong{color:var(--text);margin-bottom:2px;font-size:.82rem;display:block}.cookie-consent-text p{color:var(--text-2);margin:0;font-size:.75rem;line-height:1.4}.cookie-consent-actions{flex-shrink:0;gap:8px;display:flex}.cookie-btn{font-family:var(--font);cursor:pointer;transition:all var(--t);white-space:nowrap;border-radius:8px;padding:8px 18px;font-size:.78rem;font-weight:600}.cookie-btn-primary{background:var(--accent);border:1px solid var(--accent);color:var(--accent-inv)}.cookie-btn-primary:hover{background:var(--accent-2);border-color:var(--accent-2)}.cookie-btn-secondary{border:1px solid var(--border);color:var(--text-2);background:0 0}.cookie-btn-secondary:hover{background:var(--bg-hover);color:var(--text);border-color:var(--border-mid)}.cookie-consent-banner.hidden{display:none!important}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.toggle-switch{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:var(--border-mid);border-radius:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background:var(--accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(18px)}@media (width<=600px){.cookie-consent-content{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.cookie-consent-actions{gap:8px;width:100%}.cookie-btn{text-align:center;flex:1;padding:10px 12px}.cookie-consent-icon{display:none}}[data-theme=dark] .cookie-consent-banner{background:var(--surface,#1a2e26);border-top-color:#ffffff0f}[data-theme=dark] .toggle-slider:before{background:#d0dfd7}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--bg);border:1px solid var(--border);transition:border-color var(--t), box-shadow var(--t);box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;gap:4px;padding:18px 20px;display:flex}.stat-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.stat-card-icon{background:var(--bg-subtle);width:32px;height:32px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.stat-card-value{font-family:var(--font-header);color:var(--text);font-size:1.6rem;font-weight:800;line-height:1.1}.stat-card-label{color:var(--text-2);font-size:.72rem;font-weight:500}.stat-section-title{font-family:var(--font-header);color:var(--text);align-items:center;gap:6px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:flex}.stat-top-nodes{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:12px;padding:16px 20px}.stat-top-node-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;font-size:.82rem;display:flex}.stat-top-node-item:last-child{border-bottom:none}.stat-top-node-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;font-weight:500;overflow:hidden}.stat-top-node-value{color:var(--text-2);white-space:nowrap;font-size:.75rem;font-weight:600}@media (width<=600px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px 16px}.stat-card-value{font-size:1.3rem}}[data-theme=dark] .stat-card,[data-theme=dark] .stat-top-nodes{background:var(--surface,#1a2e26)}.highlights-keep-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:start;gap:16px;margin-top:1.5rem;display:grid}.highlight-keep-card{border:1px solid var(--border);cursor:pointer;background:var(--bg);border-radius:12px;flex-direction:column;padding:18px 20px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.highlight-keep-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.highlight-keep-card.hl-yellow{background-color:#fde04708;border-left:5px solid #eab308}.highlight-keep-card.hl-green{background-color:#22c55e08;border-left:5px solid #22c55e}.highlight-keep-card.hl-blue{background-color:#3b82f608;border-left:5px solid #3b82f6}.highlight-keep-card.hl-pink{background-color:#ec489908;border-left:5px solid #ec4899}[data-theme=dark] .highlight-keep-card.hl-yellow{background-color:#fde0470d}[data-theme=dark] .highlight-keep-card.hl-green{background-color:#22c55e0d}[data-theme=dark] .highlight-keep-card.hl-blue{background-color:#3b82f60d}[data-theme=dark] .highlight-keep-card.hl-pink{background-color:#ec48990d}.minimal-home-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:640px;padding:2rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards fade-up;display:flex}.home-title{font-family:var(--font-header);color:var(--text);letter-spacing:-.03em;background:linear-gradient(135deg, var(--text) 60%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:3.5rem;font-weight:800;line-height:1.1}.home-subtitle{color:var(--text-2);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.5}.home-search-box{background:var(--glass-bg);width:100%;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:border-color var(--t), box-shadow var(--t), transform var(--t);border-radius:9999px;align-items:center;margin-bottom:2rem;padding:6px 6px 6px 1.5rem;display:flex}.home-search-box:focus-within{border-color:var(--accent);box-shadow:var(--glass-shadow), 0 0 0 4px #76abae26;transform:translateY(-1px)}.home-search-box .search-icon{width:20px;height:20px;color:var(--text-3);flex-shrink:0;margin-right:12px}.home-search-box input{color:var(--text);background:0 0;border:none;outline:none;flex-grow:1;width:100%;padding:8px 0;font-size:1.05rem}.home-search-box input::placeholder{color:var(--text-3)}.home-search-box .kbd-shortcut{color:var(--text-3);background:var(--bg-subtle);border:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:6px;margin-right:12px;padding:4px 8px;font-size:.75rem;font-weight:600}.home-search-btn{background:var(--accent);width:42px;height:42px;color:var(--accent-inv);cursor:pointer;transition:background var(--t), transform var(--t);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-search-btn:hover{background:var(--accent-2);transform:scale(1.05)}.home-search-btn i{width:18px;height:18px}.home-actions{justify-content:center;align-items:center;gap:12px;margin-top:1rem;display:flex}.btn-login-home{color:var(--accent-inv);background:var(--accent);border:1px solid var(--accent);transition:all var(--t);border-radius:9999px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.btn-login-home:hover{background:var(--accent-2);border-color:var(--accent-2);box-shadow:var(--shadow-sm);text-decoration:none;transform:translateY(-1px)}.btn-learn-more{color:var(--text-2);background:var(--bg-subtle);border:1px solid var(--border);transition:all var(--t);border-radius:9999px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.btn-learn-more:hover{color:var(--accent);border-color:var(--accent);background:var(--bg);box-shadow:var(--shadow-sm);text-decoration:none;transform:translateY(-1px)}#screen-search-view .search-screen-wrapper{background-image:radial-gradient(var(--border) 1px, transparent 1px);background-size:24px 24px;justify-content:center;align-items:center}@media (width>=769px){.app-container-redesign{flex-direction:row!important}.global-header{display:none!important}.global-sidebar{display:flex!important}.screen-container{height:100vh!important}}@media (width<=768px){.app-container-redesign{flex-direction:column!important}.global-header{display:flex!important}.global-sidebar{display:none!important}}.global-sidebar{background:var(--glass-bg);width:240px;height:100vh;-webkit-backdrop-filter:var(--glass-blur);border-right:1px solid var(--glass-border);box-sizing:border-box;z-index:100;flex-direction:column;flex-shrink:0;padding:1rem .85rem;transition:margin-left .25s cubic-bezier(.4,0,.2,1),padding .25s,width .25s;display:none}.global-sidebar.collapsed{border-right:none;margin-left:-240px;padding-left:0;padding-right:0}.sidebar-brand{font-family:var(--font-header);color:var(--accent);letter-spacing:-.3px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:1.25rem;padding-left:4px;font-size:1.05rem;font-weight:800;display:flex}.brand-logo-wrap{align-items:center;gap:8px;display:flex}.sidebar-brand .brand-icon{width:18px;height:18px}.btn-sidebar-toggle{cursor:pointer;color:var(--text-3);width:28px;height:28px;transition:background var(--t), color var(--t);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.btn-sidebar-toggle:hover{background:var(--bg-hover);color:var(--text)}.btn-sidebar-toggle i{width:14px;height:14px}.sidebar-toggle-btn-open{background:var(--surface);border:1px solid var(--border);width:32px;height:32px;color:var(--text-2);cursor:pointer;z-index:99;box-shadow:var(--shadow-sm);transition:background var(--t), color var(--t), transform var(--t);border-radius:6px;justify-content:center;align-items:center;display:none;position:fixed;top:1rem;left:1rem}.sidebar-toggle-btn-open:hover{background:var(--bg-hover);color:var(--text);transform:scale(1.05)}@media (width>=769px){.sidebar-toggle-btn-open.visible{display:flex!important}}.sidebar-section{flex-direction:column;margin-bottom:1.25rem;display:flex}.sidebar-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);margin-bottom:6px;padding-left:4px;font-size:.65rem;font-weight:700}.sidebar-section.section-search{gap:6px}.sidebar-search-box{background:var(--bg-subtle);border:1px solid var(--border);transition:border-color var(--t), box-shadow var(--t);border-radius:9999px;align-items:center;padding:3px 10px;display:flex}.sidebar-search-box:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #10b98114}.sidebar-search-box .search-icon{width:12px;height:12px;color:var(--text-3);flex-shrink:0;margin-right:6px}.sidebar-search-box input{color:var(--text);background:0 0;border:none;outline:none;width:100%;padding:3px 0;font-size:.78rem}.sidebar-search-box input::placeholder{color:var(--text-3)}.btn-sidebar-new-research{background:var(--accent);color:var(--accent-inv);border:1px solid var(--accent);cursor:pointer;transition:background var(--t), transform var(--t);border-radius:9999px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:600;display:flex}.btn-sidebar-new-research:hover{background:var(--accent-2);border-color:var(--accent-2)}.btn-sidebar-new-research i{width:12px;height:12px}.sidebar-menu-list{flex-direction:column;gap:2px;display:flex}.sidebar-menu-list .history-menu-item{padding:6px 10px!important;font-size:.78rem!important}.sidebar-menu-list .history-menu-item i{width:11px!important;height:11px!important}.sidebar-section.section-history{flex-grow:1;margin-bottom:.5rem;overflow:hidden}.sidebar-history-scroll{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-grow:1;margin-top:4px;padding-right:2px;overflow-y:auto}.sidebar-history-scroll::-webkit-scrollbar{width:4px}.sidebar-history-scroll::-webkit-scrollbar-track{background:0 0}.sidebar-history-scroll::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.sidebar-history-scroll:hover{scrollbar-color:var(--text-3) transparent}.sidebar-history-scroll:hover::-webkit-scrollbar-thumb{background:var(--text-3)}.sidebar-history-item{color:var(--text-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t), color var(--t);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin-bottom:2px;padding:5px 8px;font-size:.75rem;display:flex;position:relative}.sidebar-history-item:hover{background:var(--bg-hover);color:var(--text)}.sidebar-history-item.active{background:var(--bg-subtle);color:var(--text);font-weight:600}[data-theme=dark] .sidebar-history-item.active{background:#10b98126}.sidebar-history-item .history-icon{width:12px;height:12px;color:var(--text-3);flex-shrink:0}.sidebar-history-item.active .history-icon{color:var(--accent)}.sidebar-history-item .history-item-title{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.sidebar-history-delete{cursor:pointer;color:var(--text-3);transition:color var(--t), background var(--t);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;display:none}.sidebar-history-item:hover .sidebar-history-delete{display:flex}.sidebar-history-delete:hover{color:#ef4444;background:#ef44441a}.sidebar-history-delete i{width:12px;height:12px}.sidebar-section.section-footer{border-top:1px solid var(--border);gap:8px;margin-top:auto;margin-bottom:0;padding-top:.75rem}.sidebar-sync-status-dot{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.sidebar-sync-status-dot .sync-dot{color:var(--accent);font-size:8px;animation:2s ease-in-out infinite pulse}.sidebar-footer-actions{align-items:center;gap:8px;display:flex}.sidebar-footer-btn{cursor:pointer;color:var(--text-2);border-radius:var(--radius-sm);transition:background var(--t), color var(--t);text-align:left;background:0 0;border:none;flex-grow:1;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:500;display:flex}.sidebar-footer-btn:hover{background:var(--bg-hover);color:var(--text)}.sidebar-footer-btn i{width:11px;height:11px}.sidebar-profile-area{align-items:center;margin-left:auto;display:flex;position:relative}.sidebar-profile-area .user-avatar-wrapper{cursor:pointer;position:relative}.sidebar-profile-area .user-avatar{object-fit:cover;border:1px solid var(--border);width:28px;height:28px;transition:border-color var(--t);border-radius:50%;display:block}.sidebar-profile-area .user-avatar-wrapper:hover .user-avatar{border-color:var(--accent)}.sidebar-profile-area .user-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;box-shadow:var(--shadow-lg);z-index:110;padding:4px;display:none;position:absolute;top:auto;bottom:calc(100% + 8px);right:0}.sidebar-profile-area .user-dropdown.open{display:block}[data-theme=dark] .history-menu-item.active{background:#8ea4bc26}.home-search-btn,.btn-sidebar-new-research,.control-btn,.status-btn,.history-menu-item,.nav-tab,.suggested-pill-dashboard,.node-card{position:relative;overflow:hidden}.home-search-btn:before,.btn-sidebar-new-research:before,.control-btn:before,.status-btn:before,.history-menu-item:before,.nav-tab:before,.suggested-pill-dashboard:before,.node-card:before{content:"";background:radial-gradient(120px circle at var(--mouse-x,0px) var(--mouse-y,0px), #ffffff26, transparent 85%);opacity:0;pointer-events:none;z-index:1;transition:opacity .2s;position:absolute;inset:0}[data-theme=light] .home-search-btn:before,[data-theme=light] .btn-sidebar-new-research:before,[data-theme=light] .control-btn:before,[data-theme=light] .status-btn:before,[data-theme=light] .history-menu-item:before,[data-theme=light] .nav-tab:before,[data-theme=light] .suggested-pill-dashboard:before{background:radial-gradient(120px circle at var(--mouse-x,0px) var(--mouse-y,0px), #0000000a, transparent 85%)}[data-theme=dark] .home-search-btn:before,[data-theme=dark] .btn-sidebar-new-research:before,[data-theme=dark] .control-btn:before,[data-theme=dark] .status-btn:before,[data-theme=dark] .history-menu-item:before,[data-theme=dark] .nav-tab:before,[data-theme=dark] .suggested-pill-dashboard:before{background:radial-gradient(120px circle at var(--mouse-x,0px) var(--mouse-y,0px), #ffffff2e, transparent 85%)}.node-card:before{background:radial-gradient(150px circle at var(--mouse-x,0px) var(--mouse-y,0px), #10b98114, transparent 85%)!important}[data-theme=dark] .node-card:before{background:radial-gradient(150px circle at var(--mouse-x,0px) var(--mouse-y,0px), #10b98126, transparent 85%)!important}.home-search-btn:hover:before,.btn-sidebar-new-research:hover:before,.control-btn:hover:before,.status-btn:hover:before,.history-menu-item:hover:before,.nav-tab:hover:before,.suggested-pill-dashboard:hover:before,.node-card:hover:before{opacity:1}.node-card .node-title,.node-card .node-desc,.home-search-btn i,.btn-sidebar-new-research span,.btn-sidebar-new-research i,.control-btn i,.status-btn span,.history-menu-item span,.history-menu-item i,.nav-tab span{z-index:2;position:relative}#detail-drawer-overlay #detail-drawer:not(.resizing),#detail-drawer-overlay #drawer-col-qa{transition:all .35s cubic-bezier(.16,1,.3,1)!important}#detail-drawer-overlay.fullscreen{justify-content:center!important;align-items:stretch!important;padding:0!important}#detail-drawer-overlay.fullscreen #detail-drawer{border:none!important;border-radius:0!important;flex:1!important;width:auto!important;max-width:none!important;height:100vh!important}#detail-drawer-overlay.fullscreen #drawer-col-qa{border-top:none!important;border-bottom:none!important;border-right:none!important;border-radius:0!important;height:100vh!important;margin-left:4px!important}#detail-drawer-overlay.fullscreen .drawer-col-materi{padding:2rem 10%!important}@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{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.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,.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,.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,.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,.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,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.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,.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,.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,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.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,.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,.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-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{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Fill!important}.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,.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,.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,.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,.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,.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before,.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before,.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before,.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before,.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before,.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,.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,.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,.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before,.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before,.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before,.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,.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,.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:""}
