.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:400px;padding:2rem}.auth-logo{text-align:center;justify-content:center;align-items:center;gap:.5em;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;display:flex}.auth-tagline{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.auth-tabs{border-bottom:1px solid var(--border);margin-bottom:1.5rem;display:flex}.auth-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.6rem;font-size:.9rem;transition:all .15s}.auth-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.auth-tab:hover:not(.active){color:var(--text)}.auth-error{color:#f87171;margin:.25rem 0 .5rem;font-size:.8rem}.img-slider{background:var(--border);width:100%;height:220px;position:relative;overflow:hidden}.img-slider-track{will-change:transform;height:100%;transition:transform .3s;display:flex}.img-slider-slide{flex:0 0 100%;width:100%;height:100%}.img-slider-img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.img-slider-btn{color:#fff;cursor:pointer;opacity:0;z-index:2;background:#0006;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:48px;padding:0;font-size:1.4rem;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.img-slider:hover .img-slider-btn{opacity:1}.img-slider-btn--prev{left:4px}.img-slider-btn--next{right:4px}.img-slider-btn:disabled{pointer-events:none;opacity:0!important}.img-slider-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.img-slider-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .15s,transform .15s}.img-slider-dot--active{background:#fff;transform:scale(1.25)}.event-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:transform .18s,box-shadow .18s;animation:.25s both card-in;overflow:hidden}.event-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000059}@keyframes card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.event-card-slider{width:100%}.event-card-body{padding:1.1rem 1.25rem 1.25rem}.event-card-meta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.event-tag{background:color-mix(in srgb, var(--accent) 18%, transparent);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.event-date-wrap{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.78rem;display:inline-flex}.event-date-wrap i{font-size:.8rem}.event-date{font-variant-numeric:tabular-nums}.event-card-title{letter-spacing:-.2px;margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.event-card-location{color:var(--text-muted);align-items:center;gap:.3rem;margin:0 0 .6rem;font-size:.82rem;display:inline-flex}.event-card-location i{color:var(--accent);flex-shrink:0;font-size:.85rem}.event-card-desc{color:var(--text-secondary);margin:0 0 .85rem;font-size:.875rem;line-height:1.65}.event-card-creator{color:var(--text-muted);border-top:1px solid var(--border);align-items:center;gap:.3rem;width:100%;margin:0;padding-top:.75rem;font-size:.75rem;display:inline-flex}.event-card-creator i{font-size:.8rem}@media (width<=600px){.event-card{border-top:none;border-left:none;border-right:none;border-radius:0}.event-card:hover{box-shadow:none;transform:none}.event-card-body{padding:1rem}}.timeline{max-width:640px;padding:calc(var(--header-h,56px) + 1.5rem) 1rem 1.5rem;margin:0 auto}.timeline-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.timeline-title{letter-spacing:-.5px;flex:1;margin:0;font-size:1.375rem;font-weight:800}.location-badge{color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:500;display:inline-flex}.location-badge i{font-size:.8rem}.location-badge--granted{color:#4ade80;background:#4ade801a;border-color:#4ade804d}.location-badge--denied{color:var(--text-muted)}.timeline-loading{flex-direction:column;gap:1rem;display:flex}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.timeline-error{color:#f87171;background:#f871711f;border:1px solid #f871714d;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.timeline-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.timeline-empty i{opacity:.4;font-size:2.5rem}.timeline-empty p{margin:0;font-size:.9rem}.event-feed{flex-direction:column;gap:1.25rem;display:flex}.load-more-wrap{text-align:center;padding:2rem 0 .5rem}@media (width<=600px){.timeline{padding:1rem 0}.timeline-header{padding:0 1rem .5rem}.event-feed{gap:0}}.photo-uploader{flex-direction:column;gap:.5rem;display:flex}.photo-drop-zone{border:1.5px dashed var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .15s,background .15s;display:flex}.photo-drop-zone:hover,.photo-drop-zone.drag-over{border-color:var(--accent,#6366f1);background:color-mix(in srgb, var(--accent,#6366f1) 8%, transparent)}.photo-file-input{display:none}.photo-drop-text{color:var(--text-muted);font-size:.85rem}.photo-url-row{gap:.5rem;display:flex}.photo-url-input{border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:6px;flex:1;padding:.4rem .75rem;font-size:.875rem}.photo-list{flex-wrap:wrap;gap:.75rem;min-height:0;display:flex}.photo-item{border:2px solid var(--border);background:#1a1a1a;border-radius:8px;flex-shrink:0;width:100px;position:relative;overflow:hidden}.photo-item--cover{border-color:var(--accent,#6366f1)}.photo-thumb{object-fit:cover;width:100%;height:80px;display:block}.photo-badge{background:var(--accent,#6366f1);color:#fff;letter-spacing:.02em;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:700;position:absolute;top:4px;left:4px}.photo-item-actions{background:#00000059;justify-content:center;gap:2px;padding:3px 4px;display:flex}.photo-btn{min-width:0!important;padding:1px 5px!important;font-size:.7rem!important}:root,:host{--ol-background-color:white;--ol-accent-background-color:#f5f5f5;--ol-subtle-background-color:#80808040;--ol-partial-background-color:#ffffffbf;--ol-foreground-color:#333;--ol-subtle-foreground-color:#666;--ol-brand-color:#0af}.ol-box{box-sizing:border-box;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color);border-radius:2px}.ol-mouse-position{position:absolute;top:8px;right:8px}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;padding:2px;position:absolute;bottom:8px;left:8px}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color);text-align:center;will-change:contents, width;border-top:none;margin:1px;font-size:10px;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{background-color:var(--ol-foreground-color);float:right;z-index:10;width:1px;height:15px}.ol-scale-step-text{z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);font-size:10px;position:absolute;bottom:-5px}.ol-scale-text{text-align:center;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);font-size:12px;position:absolute;bottom:25px}.ol-scale-singlebar{z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color);height:10px;position:relative}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{background-color:var(--ol-subtle-background-color);border-radius:4px;position:absolute}.ol-zoom{top:.5em;left:.5em}.ol-rotate{transition:opacity .25s linear,visibility linear;top:.5em;right:.5em}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{top:.5em;right:.5em}.ol-control button{color:var(--ol-subtle-foreground-color);font-weight:700;font-size:inherit;text-align:center;background-color:var(--ol-background-color);border:none;border-radius:2px;width:1.375em;height:1.375em;margin:1px;padding:0;line-height:.4em;text-decoration:none;display:block}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{will-change:transform;font-weight:400;display:block}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color);text-decoration:none}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;flex-flow:row-reverse;align-items:center;max-width:calc(100% - 1.3em);display:flex;bottom:.5em;right:.5em}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);margin:0;padding:1px .5em;font-size:12px}.ol-attribution li{list-style:none;display:inline}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{border-radius:4px 0 0;bottom:0;right:0}.ol-attribution.ol-uncollapsible img{max-height:1.6em;margin-top:-.2em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{height:200px;top:4.5em;left:.5em}.ol-zoomslider button{height:10px;position:relative}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{bottom:.5em;left:.5em}.ol-overviewmap.ol-uncollapsible{border-radius:0 4px 0 0;bottom:0;left:0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);width:150px;height:150px}.ol-overviewmap:not(.ol-collapsed) button{position:absolute;bottom:0;left:0}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}.lp{flex-direction:column;gap:.5rem;display:flex}.lp-search{position:relative}.lp-input{width:100%}.lp-list{background:var(--surface-2);border:1px solid var(--border);z-index:300;border-radius:8px;max-height:220px;margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + 3px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000059}.lp-list:empty{display:none}.lp-list-item{cursor:pointer;color:var(--text-secondary);border-radius:6px;padding:.45rem .7rem;font-size:.82rem;line-height:1.35}.lp-list-item:hover,.lp-list-item.focused{background:var(--surface);color:var(--text)}.lp-map-wrap{border:1px solid var(--border);border-radius:8px;height:340px;position:relative;overflow:hidden}.lp-map{width:100%;height:100%}.lp-map .ol-attribution{font-size:.65rem}.lp-pin{pointer-events:none;z-index:10;filter:drop-shadow(0 2px 5px #00000073);line-height:0;transition:transform .2s,filter .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.lp-pin svg{display:block}.lp-map-wrap.dragging .lp-pin{filter:drop-shadow(0 10px 20px #0000008c);transform:translate(-50%,calc(-100% - 16px))}.lp-landing-x{pointer-events:none;z-index:10;opacity:0;transition:opacity .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-map-wrap.dragging .lp-landing-x{opacity:1}.lp-coords{gap:1.25rem;display:flex}.lp-coord-item{align-items:center;gap:.3rem;display:flex}.lp-coord-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;-webkit-user-select:none;user-select:none;font-size:.68rem;font-weight:600}.lp-coord-val{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-family:monospace;font-size:.75rem}.manager{max-width:900px;padding:calc(var(--header-h,56px) + 1.5rem) 1rem 1.5rem;margin:0 auto}.manager-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.manager-title{margin:0;font-size:1.4rem;font-weight:700}.manager-form-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.form-panel-title{margin:0 0 1.25rem;font-size:1.1rem;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.form-error{color:#f87171;margin:.25rem 0;font-size:.8rem}.manager-loading,.manager-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.manager-error{color:#f87171;background:#3b1a1a;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.manager-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.manager-table{border-collapse:collapse;width:100%;font-size:.875rem}.manager-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-weight:500}.manager-table td{border-bottom:1px solid var(--border);padding:.75rem 1rem}.manager-table tr:last-child td{border-bottom:none}.manager-table tr:hover td{background:color-mix(in srgb, var(--surface) 50%, transparent)}.row-title{font-weight:500}.row-date,.row-location{color:var(--text-muted);white-space:nowrap}.row-actions{justify-content:flex-end;gap:.5rem;display:flex}.city-search{flex-direction:column;display:flex}.city-hero{flex-shrink:0;width:100%}.city-hero-bg{background-position:50% 30%;background-size:cover;background-color:var(--surface-2);width:100%;height:clamp(300px,56vh,500px);position:relative}.city-hero-overlay{background:linear-gradient(#0000001a 0%,#0000 30%,#00000080 65%,#000000d1 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:0 1.5rem 1.5rem;display:flex;position:absolute;inset:0}.city-hero-name{color:#fff;text-shadow:0 2px 14px #000000a6;letter-spacing:-.75px;width:100%;max-width:800px;margin:0;font-size:clamp(1.8rem,5vw,3rem);font-weight:900;line-height:1.1}.city-hero-body{z-index:1;background:linear-gradient(to bottom, transparent 0px, var(--bg) 90px);margin-top:-90px;padding:90px 1.5rem 2rem;position:relative}.city-hero-extract{color:var(--text-secondary);-webkit-line-clamp:5;-webkit-box-orient:vertical;max-width:800px;margin:0 auto;font-size:.9rem;line-height:1.75;display:-webkit-box;overflow:hidden}.city-search-body{width:100%;max-width:800px;padding:calc(var(--header-h,56px) + 1rem) 1rem 2rem;margin:0 auto}.city-search-top{margin-bottom:1.5rem}.city-search-form{gap:.5rem;display:flex}.city-search-input-wrap{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:0 .85rem;transition:border-color .15s;display:flex}.city-search-input-wrap:focus-within{border-color:var(--accent)}.city-search-input-wrap i{color:var(--text-muted);flex-shrink:0;font-size:.9rem}.city-search-input-wrap input{background:0 0;border:none;width:100%;padding:.55rem 0}.city-search-input-wrap input:focus{border-color:#0000;outline:none}.city-search-loading{flex-direction:column;gap:1rem;display:flex}.city-search-error{color:#f87171;background:#f871711f;border:1px solid #f871714d;border-radius:10px;padding:.75rem 1rem;font-size:.875rem}.city-search-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.city-search-empty i{opacity:.4;font-size:2rem}.city-search-empty p{margin:0;font-size:.9rem}.city-event-feed{gap:1.25rem}.skeleton-card{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 50%, var(--surface) 75%);background-size:200% 100%;border-radius:16px;height:200px;animation:1.4s infinite shimmer}.skeleton-card--sm{height:100px}@media (width<=600px){.city-hero-body,.city-search-body{padding-left:1rem;padding-right:1rem}.city-event-feed{gap:0}}.app{--header-h:56px;flex-direction:column;height:100%;display:flex;position:relative}.app-header{height:var(--header-h);background:linear-gradient(to bottom, var(--bg) 0%, color-mix(in srgb, var(--bg) 75%, transparent) 80%, transparent 100%);z-index:100;align-items:center;padding:0 1rem;transition:background .25s,border-color .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;display:flex;position:absolute;top:0;left:0;right:0}.app-header.scrolled{background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 8px #0008}.app-brand{letter-spacing:-.5px;flex:1;align-items:center;gap:.4rem;min-width:0;font-size:1.1rem;font-weight:800;display:flex}.brand-name{white-space:nowrap}.app-nav{gap:.25rem;display:flex}.app-header-right{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.header-user{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.nav-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.nav-tab:hover{color:var(--text);background:#ffffff0d}.nav-tab.active{background:var(--accent);color:#fff;border-color:#0000}.nav-icon{flex-shrink:0;font-size:1rem}.btn-icon{padding:.4rem}@media (width<=600px){.nav-label{display:none}.nav-tab{padding:.4rem}.header-user,.brand-name{display:none}}.app-main{flex:1;min-height:0;overflow-y:auto}@font-face{font-family:lucide;src:url(/assets/lucide-DfKwlqWH.eot?t=1775717401169);src:url(/assets/lucide-DfKwlqWH.eot?t=1775717401169#iefix)format("embedded-opentype"),url(/assets/lucide-Bycg2pr8.woff2?t=1775717401169)format("woff2"),url(/assets/lucide-B2C9NtXg.woff?t=1775717401169)format("woff"),url(/assets/lucide-rJuIm6vG.ttf?t=1775717401169)format("truetype"),url(/assets/lucide-BFV_FCM0.svg?t=1775717401169)format("svg")}[class^=icon-],[class*=\ icon-]{font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-family:lucide!important}.icon-a-arrow-down:before{content:""}.icon-a-arrow-up:before{content:""}.icon-a-large-small:before{content:""}.icon-accessibility:before{content:""}.icon-activity-square:before{content:""}.icon-activity:before{content:""}.icon-air-vent:before{content:""}.icon-airplay:before{content:""}.icon-alarm-check:before,.icon-alarm-clock-check:before{content:""}.icon-alarm-clock-minus:before{content:""}.icon-alarm-clock-off:before{content:""}.icon-alarm-clock-plus:before{content:""}.icon-alarm-clock:before{content:""}.icon-alarm-minus:before{content:""}.icon-alarm-plus:before{content:""}.icon-alarm-smoke:before{content:""}.icon-album:before{content:""}.icon-alert-circle:before{content:""}.icon-alert-octagon:before{content:""}.icon-alert-triangle:before{content:""}.icon-align-center-horizontal:before{content:""}.icon-align-center-vertical:before{content:""}.icon-align-center:before{content:""}.icon-align-end-horizontal:before{content:""}.icon-align-end-vertical:before{content:""}.icon-align-horizontal-distribute-center:before{content:""}.icon-align-horizontal-distribute-end:before{content:""}.icon-align-horizontal-distribute-start:before{content:""}.icon-align-horizontal-justify-center:before{content:""}.icon-align-horizontal-justify-end:before{content:""}.icon-align-horizontal-justify-start:before{content:""}.icon-align-horizontal-space-around:before{content:""}.icon-align-horizontal-space-between:before{content:""}.icon-align-justify:before{content:""}.icon-align-left:before{content:""}.icon-align-right:before{content:""}.icon-align-start-horizontal:before{content:""}.icon-align-start-vertical:before{content:""}.icon-align-vertical-distribute-center:before{content:""}.icon-align-vertical-distribute-end:before{content:""}.icon-align-vertical-distribute-start:before{content:""}.icon-align-vertical-justify-center:before{content:""}.icon-align-vertical-justify-end:before{content:""}.icon-align-vertical-justify-start:before{content:""}.icon-align-vertical-space-around:before{content:""}.icon-align-vertical-space-between:before{content:""}.icon-ambulance:before{content:""}.icon-ampersand:before{content:""}.icon-ampersands:before{content:""}.icon-amphora:before{content:""}.icon-anchor:before{content:""}.icon-angry:before{content:""}.icon-annoyed:before{content:""}.icon-antenna:before{content:""}.icon-anvil:before{content:""}.icon-aperture:before{content:""}.icon-app-window-mac:before{content:""}.icon-app-window:before{content:""}.icon-apple:before{content:""}.icon-archive-restore:before{content:""}.icon-archive-x:before{content:""}.icon-archive:before{content:""}.icon-area-chart:before{content:""}.icon-armchair:before{content:""}.icon-arrow-big-down-dash:before{content:""}.icon-arrow-big-down:before{content:""}.icon-arrow-big-left-dash:before{content:""}.icon-arrow-big-left:before{content:""}.icon-arrow-big-right-dash:before{content:""}.icon-arrow-big-right:before{content:""}.icon-arrow-big-up-dash:before{content:""}.icon-arrow-big-up:before{content:""}.icon-arrow-down-0-1:before,.icon-arrow-down-01:before{content:""}.icon-arrow-down-1-0:before,.icon-arrow-down-10:before{content:""}.icon-arrow-down-a-z:before,.icon-arrow-down-az:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-arrow-down-from-line:before{content:""}.icon-arrow-down-left-from-circle:before{content:""}.icon-arrow-down-left-from-square:before{content:""}.icon-arrow-down-left-square:before{content:""}.icon-arrow-down-left:before{content:""}.icon-arrow-down-narrow-wide:before{content:""}.icon-arrow-down-right-from-circle:before{content:""}.icon-arrow-down-right-from-square:before{content:""}.icon-arrow-down-right-square:before{content:""}.icon-arrow-down-right:before{content:""}.icon-arrow-down-square:before{content:""}.icon-arrow-down-to-dot:before{content:""}.icon-arrow-down-to-line:before{content:""}.icon-arrow-down-up:before{content:""}.icon-arrow-down-wide-narrow:before{content:""}.icon-arrow-down-z-a:before,.icon-arrow-down-za:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-left-from-line:before{content:""}.icon-arrow-left-right:before{content:""}.icon-arrow-left-square:before{content:""}.icon-arrow-left-to-line:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-arrow-right-from-line:before{content:""}.icon-arrow-right-left:before{content:""}.icon-arrow-right-square:before{content:""}.icon-arrow-right-to-line:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-0-1:before,.icon-arrow-up-01:before{content:""}.icon-arrow-up-1-0:before,.icon-arrow-up-10:before{content:""}.icon-arrow-up-a-z:before,.icon-arrow-up-az:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-up-down:before{content:""}.icon-arrow-up-from-dot:before{content:""}.icon-arrow-up-from-line:before{content:""}.icon-arrow-up-left-from-circle:before{content:""}.icon-arrow-up-left-from-square:before{content:""}.icon-arrow-up-left-square:before{content:""}.icon-arrow-up-left:before{content:""}.icon-arrow-up-narrow-wide:before{content:""}.icon-arrow-up-right-from-circle:before{content:""}.icon-arrow-up-right-from-square:before{content:""}.icon-arrow-up-right-square:before{content:""}.icon-arrow-up-right:before{content:""}.icon-arrow-up-square:before{content:""}.icon-arrow-up-to-line:before{content:""}.icon-arrow-up-wide-narrow:before{content:""}.icon-arrow-up-z-a:before,.icon-arrow-up-za:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-up-from-line:before{content:""}.icon-asterisk-square:before{content:""}.icon-asterisk:before{content:""}.icon-at-sign:before{content:""}.icon-atom:before{content:""}.icon-audio-lines:before{content:""}.icon-audio-waveform:before{content:""}.icon-award:before{content:""}.icon-axe:before{content:""}.icon-axis-3-d:before,.icon-axis-3d:before{content:""}.icon-baby:before{content:""}.icon-backpack:before{content:""}.icon-badge-alert:before{content:""}.icon-badge-cent:before{content:""}.icon-badge-check:before{content:""}.icon-badge-dollar-sign:before{content:""}.icon-badge-euro:before{content:""}.icon-badge-help:before{content:""}.icon-badge-indian-rupee:before{content:""}.icon-badge-info:before{content:""}.icon-badge-japanese-yen:before{content:""}.icon-badge-minus:before{content:""}.icon-badge-percent:before{content:""}.icon-badge-plus:before{content:""}.icon-badge-pound-sterling:before{content:""}.icon-badge-question-mark:before{content:""}.icon-badge-russian-ruble:before{content:""}.icon-badge-swiss-franc:before{content:""}.icon-badge-turkish-lira:before{content:""}.icon-badge-x:before{content:""}.icon-badge:before{content:""}.icon-baggage-claim:before{content:""}.icon-balloon:before{content:""}.icon-ban:before{content:""}.icon-banana:before{content:""}.icon-bandage:before{content:""}.icon-banknote-arrow-down:before{content:""}.icon-banknote-arrow-up:before{content:""}.icon-banknote-x:before{content:""}.icon-banknote:before{content:""}.icon-bar-chart-2:before{content:""}.icon-bar-chart-3:before{content:""}.icon-bar-chart-4:before{content:""}.icon-bar-chart-big:before{content:""}.icon-bar-chart-horizontal-big:before{content:""}.icon-bar-chart-horizontal:before{content:""}.icon-bar-chart:before{content:""}.icon-barcode:before{content:""}.icon-barrel:before{content:""}.icon-baseline:before{content:""}.icon-bath:before{content:""}.icon-battery-charging:before{content:""}.icon-battery-full:before{content:""}.icon-battery-low:before{content:""}.icon-battery-medium:before{content:""}.icon-battery-plus:before{content:""}.icon-battery-warning:before{content:""}.icon-battery:before{content:""}.icon-beaker:before{content:""}.icon-bean-off:before{content:""}.icon-bean:before{content:""}.icon-bed-double:before{content:""}.icon-bed-single:before{content:""}.icon-bed:before{content:""}.icon-beef-off:before{content:""}.icon-beef:before{content:""}.icon-beer-off:before{content:""}.icon-beer:before{content:""}.icon-bell-dot:before{content:""}.icon-bell-electric:before{content:""}.icon-bell-minus:before{content:""}.icon-bell-off:before{content:""}.icon-bell-plus:before{content:""}.icon-bell-ring:before{content:""}.icon-bell:before{content:""}.icon-between-horizonal-end:before{content:""}.icon-between-horizonal-start:before{content:""}.icon-between-horizontal-end:before{content:""}.icon-between-horizontal-start:before{content:""}.icon-between-vertical-end:before{content:""}.icon-between-vertical-start:before{content:""}.icon-biceps-flexed:before{content:""}.icon-bike:before{content:""}.icon-binary:before{content:""}.icon-binoculars:before{content:""}.icon-biohazard:before{content:""}.icon-bird:before{content:""}.icon-birdhouse:before{content:""}.icon-bitcoin:before{content:""}.icon-blend:before{content:""}.icon-blinds:before{content:""}.icon-blocks:before{content:""}.icon-bluetooth-connected:before{content:""}.icon-bluetooth-off:before{content:""}.icon-bluetooth-searching:before{content:""}.icon-bluetooth:before{content:""}.icon-bold:before{content:""}.icon-bolt:before{content:""}.icon-bomb:before{content:""}.icon-bone:before{content:""}.icon-book-a:before{content:""}.icon-book-alert:before{content:""}.icon-book-audio:before{content:""}.icon-book-check:before{content:""}.icon-book-copy:before{content:""}.icon-book-dashed:before{content:""}.icon-book-down:before{content:""}.icon-book-headphones:before{content:""}.icon-book-heart:before{content:""}.icon-book-image:before{content:""}.icon-book-key:before{content:""}.icon-book-lock:before{content:""}.icon-book-marked:before{content:""}.icon-book-minus:before{content:""}.icon-book-open-check:before{content:""}.icon-book-open-text:before{content:""}.icon-book-open:before{content:""}.icon-book-plus:before{content:""}.icon-book-search:before{content:""}.icon-book-template:before{content:""}.icon-book-text:before{content:""}.icon-book-type:before{content:""}.icon-book-up-2:before{content:""}.icon-book-up:before{content:""}.icon-book-user:before{content:""}.icon-book-x:before{content:""}.icon-book:before{content:""}.icon-bookmark-check:before{content:""}.icon-bookmark-minus:before{content:""}.icon-bookmark-off:before{content:""}.icon-bookmark-plus:before{content:""}.icon-bookmark-x:before{content:""}.icon-bookmark:before{content:""}.icon-boom-box:before{content:""}.icon-bot-message-square:before{content:""}.icon-bot-off:before{content:""}.icon-bot:before{content:""}.icon-bottle-wine:before{content:""}.icon-bow-arrow:before{content:""}.icon-box-select:before{content:""}.icon-box:before{content:""}.icon-boxes:before{content:""}.icon-braces:before{content:""}.icon-brackets:before{content:""}.icon-brain-circuit:before{content:""}.icon-brain-cog:before{content:""}.icon-brain:before{content:""}.icon-brick-wall-fire:before{content:""}.icon-brick-wall-shield:before{content:""}.icon-brick-wall:before{content:""}.icon-briefcase-business:before{content:""}.icon-briefcase-conveyor-belt:before{content:""}.icon-briefcase-medical:before{content:""}.icon-briefcase:before{content:""}.icon-bring-to-front:before{content:""}.icon-brush-cleaning:before{content:""}.icon-brush:before{content:""}.icon-bubbles:before{content:""}.icon-bug-off:before{content:""}.icon-bug-play:before{content:""}.icon-bug:before{content:""}.icon-building-2:before{content:""}.icon-building:before{content:""}.icon-bus-front:before{content:""}.icon-bus:before{content:""}.icon-cable-car:before{content:""}.icon-cable:before{content:""}.icon-cake-slice:before{content:""}.icon-cake:before{content:""}.icon-calculator:before{content:""}.icon-calendar-1:before{content:""}.icon-calendar-arrow-down:before{content:""}.icon-calendar-arrow-up:before{content:""}.icon-calendar-check-2:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-clock:before{content:""}.icon-calendar-cog:before{content:""}.icon-calendar-days:before{content:""}.icon-calendar-fold:before{content:""}.icon-calendar-heart:before{content:""}.icon-calendar-minus-2:before{content:""}.icon-calendar-minus:before{content:""}.icon-calendar-off:before{content:""}.icon-calendar-plus-2:before{content:""}.icon-calendar-plus:before{content:""}.icon-calendar-range:before{content:""}.icon-calendar-search:before{content:""}.icon-calendar-sync:before{content:""}.icon-calendar-x-2:before{content:""}.icon-calendar-x:before{content:""}.icon-calendar:before{content:""}.icon-calendars:before{content:""}.icon-camera-off:before{content:""}.icon-camera:before{content:""}.icon-candlestick-chart:before{content:""}.icon-candy-cane:before{content:""}.icon-candy-off:before{content:""}.icon-candy:before{content:""}.icon-cannabis-off:before{content:""}.icon-cannabis:before{content:""}.icon-captions-off:before{content:""}.icon-captions:before{content:""}.icon-car-front:before{content:""}.icon-car-taxi-front:before{content:""}.icon-car:before{content:""}.icon-caravan:before{content:""}.icon-card-sim:before{content:""}.icon-carrot:before{content:""}.icon-case-lower:before{content:""}.icon-case-sensitive:before{content:""}.icon-case-upper:before{content:""}.icon-cassette-tape:before{content:""}.icon-cast:before{content:""}.icon-castle:before{content:""}.icon-cat:before{content:""}.icon-cctv-off:before{content:""}.icon-cctv:before{content:""}.icon-chart-area:before{content:""}.icon-chart-bar-big:before{content:""}.icon-chart-bar-decreasing:before{content:""}.icon-chart-bar-increasing:before{content:""}.icon-chart-bar-stacked:before{content:""}.icon-chart-bar:before{content:""}.icon-chart-candlestick:before{content:""}.icon-chart-column-big:before{content:""}.icon-chart-column-decreasing:before{content:""}.icon-chart-column-increasing:before{content:""}.icon-chart-column-stacked:before{content:""}.icon-chart-column:before{content:""}.icon-chart-gantt:before{content:""}.icon-chart-line:before{content:""}.icon-chart-network:before{content:""}.icon-chart-no-axes-column-decreasing:before{content:""}.icon-chart-no-axes-column-increasing:before{content:""}.icon-chart-no-axes-column:before{content:""}.icon-chart-no-axes-combined:before{content:""}.icon-chart-no-axes-gantt:before{content:""}.icon-chart-pie:before{content:""}.icon-chart-scatter:before{content:""}.icon-chart-spline:before{content:""}.icon-check-check:before{content:""}.icon-check-circle-2:before{content:""}.icon-check-circle:before{content:""}.icon-check-line:before{content:""}.icon-check-square-2:before{content:""}.icon-check-square:before{content:""}.icon-check:before{content:""}.icon-chef-hat:before{content:""}.icon-cherry:before{content:""}.icon-chess-bishop:before{content:""}.icon-chess-king:before{content:""}.icon-chess-knight:before{content:""}.icon-chess-pawn:before{content:""}.icon-chess-queen:before{content:""}.icon-chess-rook:before{content:""}.icon-chevron-down-circle:before{content:""}.icon-chevron-down-square:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-first:before{content:""}.icon-chevron-last:before{content:""}.icon-chevron-left-circle:before{content:""}.icon-chevron-left-square:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right-circle:before{content:""}.icon-chevron-right-square:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up-circle:before{content:""}.icon-chevron-up-square:before{content:""}.icon-chevron-up:before{content:""}.icon-chevrons-down-up:before{content:""}.icon-chevrons-down:before{content:""}.icon-chevrons-left-right-ellipsis:before{content:""}.icon-chevrons-left-right:before{content:""}.icon-chevrons-left:before{content:""}.icon-chevrons-right-left:before{content:""}.icon-chevrons-right:before{content:""}.icon-chevrons-up-down:before{content:""}.icon-chevrons-up:before{content:""}.icon-church:before{content:""}.icon-cigarette-off:before{content:""}.icon-cigarette:before{content:""}.icon-circle-alert:before{content:""}.icon-circle-arrow-down:before{content:""}.icon-circle-arrow-left:before{content:""}.icon-circle-arrow-out-down-left:before{content:""}.icon-circle-arrow-out-down-right:before{content:""}.icon-circle-arrow-out-up-left:before{content:""}.icon-circle-arrow-out-up-right:before{content:""}.icon-circle-arrow-right:before{content:""}.icon-circle-arrow-up:before{content:""}.icon-circle-check-big:before{content:""}.icon-circle-check:before{content:""}.icon-circle-chevron-down:before{content:""}.icon-circle-chevron-left:before{content:""}.icon-circle-chevron-right:before{content:""}.icon-circle-chevron-up:before{content:""}.icon-circle-dashed:before{content:""}.icon-circle-divide:before{content:""}.icon-circle-dollar-sign:before{content:""}.icon-circle-dot-dashed:before{content:""}.icon-circle-dot:before{content:""}.icon-circle-ellipsis:before{content:""}.icon-circle-equal:before{content:""}.icon-circle-fading-arrow-up:before{content:""}.icon-circle-fading-plus:before{content:""}.icon-circle-gauge:before{content:""}.icon-circle-help:before{content:""}.icon-circle-minus:before{content:""}.icon-circle-off:before{content:""}.icon-circle-parking-off:before{content:""}.icon-circle-parking:before{content:""}.icon-circle-pause:before{content:""}.icon-circle-percent:before{content:""}.icon-circle-pile:before{content:""}.icon-circle-play:before{content:""}.icon-circle-plus:before{content:""}.icon-circle-pound-sterling:before{content:""}.icon-circle-power:before{content:""}.icon-circle-question-mark:before{content:""}.icon-circle-slash-2:before{content:""}.icon-circle-slash:before{content:""}.icon-circle-slashed:before{content:""}.icon-circle-small:before{content:""}.icon-circle-star:before{content:""}.icon-circle-stop:before{content:""}.icon-circle-user-round:before{content:""}.icon-circle-user:before{content:""}.icon-circle-x:before{content:""}.icon-circle:before{content:""}.icon-circuit-board:before{content:""}.icon-citrus:before{content:""}.icon-clapperboard:before{content:""}.icon-clipboard-check:before{content:""}.icon-clipboard-clock:before{content:""}.icon-clipboard-copy:before{content:""}.icon-clipboard-edit:before{content:""}.icon-clipboard-list:before{content:""}.icon-clipboard-minus:before{content:""}.icon-clipboard-paste:before{content:""}.icon-clipboard-pen-line:before{content:""}.icon-clipboard-pen:before{content:""}.icon-clipboard-plus:before{content:""}.icon-clipboard-signature:before{content:""}.icon-clipboard-type:before{content:""}.icon-clipboard-x:before{content:""}.icon-clipboard:before{content:""}.icon-clock-1:before{content:""}.icon-clock-10:before{content:""}.icon-clock-11:before{content:""}.icon-clock-12:before{content:""}.icon-clock-2:before{content:""}.icon-clock-3:before{content:""}.icon-clock-4:before{content:""}.icon-clock-5:before{content:""}.icon-clock-6:before{content:""}.icon-clock-7:before{content:""}.icon-clock-8:before{content:""}.icon-clock-9:before{content:""}.icon-clock-alert:before{content:""}.icon-clock-arrow-down:before{content:""}.icon-clock-arrow-up:before{content:""}.icon-clock-check:before{content:""}.icon-clock-fading:before{content:""}.icon-clock-plus:before{content:""}.icon-clock:before{content:""}.icon-closed-caption:before{content:""}.icon-cloud-alert:before{content:""}.icon-cloud-backup:before{content:""}.icon-cloud-check:before{content:""}.icon-cloud-cog:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-drizzle:before{content:""}.icon-cloud-fog:before{content:""}.icon-cloud-hail:before{content:""}.icon-cloud-lightning:before{content:""}.icon-cloud-moon-rain:before{content:""}.icon-cloud-moon:before{content:""}.icon-cloud-off:before{content:""}.icon-cloud-rain-wind:before{content:""}.icon-cloud-rain:before{content:""}.icon-cloud-snow:before{content:""}.icon-cloud-sun-rain:before{content:""}.icon-cloud-sun:before{content:""}.icon-cloud-sync:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-cloudy:before{content:""}.icon-clover:before{content:""}.icon-club:before{content:""}.icon-code-2:before{content:""}.icon-code-square:before{content:""}.icon-code-xml:before{content:""}.icon-code:before{content:""}.icon-coffee:before{content:""}.icon-cog:before{content:""}.icon-coins:before{content:""}.icon-columns-2:before{content:""}.icon-columns-3-cog:before{content:""}.icon-columns-3:before{content:""}.icon-columns-4:before{content:""}.icon-columns-settings:before{content:""}.icon-columns:before{content:""}.icon-combine:before{content:""}.icon-command:before{content:""}.icon-compass:before{content:""}.icon-component:before{content:""}.icon-computer:before{content:""}.icon-concierge-bell:before{content:""}.icon-cone:before{content:""}.icon-construction:before{content:""}.icon-contact-2:before,.icon-contact-round:before{content:""}.icon-contact:before{content:""}.icon-container:before{content:""}.icon-contrast:before{content:""}.icon-cookie:before{content:""}.icon-cooking-pot:before{content:""}.icon-copy-check:before{content:""}.icon-copy-minus:before{content:""}.icon-copy-plus:before{content:""}.icon-copy-slash:before{content:""}.icon-copy-x:before{content:""}.icon-copy:before{content:""}.icon-copyleft:before{content:""}.icon-copyright:before{content:""}.icon-corner-down-left:before{content:""}.icon-corner-down-right:before{content:""}.icon-corner-left-down:before{content:""}.icon-corner-left-up:before{content:""}.icon-corner-right-down:before{content:""}.icon-corner-right-up:before{content:""}.icon-corner-up-left:before{content:""}.icon-corner-up-right:before{content:""}.icon-cpu:before{content:""}.icon-creative-commons:before{content:""}.icon-credit-card:before{content:""}.icon-croissant:before{content:""}.icon-crop:before{content:""}.icon-cross:before{content:""}.icon-crosshair:before{content:""}.icon-crown:before{content:""}.icon-cuboid:before{content:""}.icon-cup-soda:before{content:""}.icon-curly-braces:before{content:""}.icon-currency:before{content:""}.icon-cylinder:before{content:""}.icon-dam:before{content:""}.icon-database-backup:before{content:""}.icon-database-search:before{content:""}.icon-database-zap:before{content:""}.icon-database:before{content:""}.icon-decimals-arrow-left:before{content:""}.icon-decimals-arrow-right:before{content:""}.icon-delete:before{content:""}.icon-dessert:before{content:""}.icon-diameter:before{content:""}.icon-diamond-minus:before{content:""}.icon-diamond-percent:before{content:""}.icon-diamond-plus:before{content:""}.icon-diamond:before{content:""}.icon-dice-1:before{content:""}.icon-dice-2:before{content:""}.icon-dice-3:before{content:""}.icon-dice-4:before{content:""}.icon-dice-5:before{content:""}.icon-dice-6:before{content:""}.icon-dices:before{content:""}.icon-diff:before{content:""}.icon-disc-2:before{content:""}.icon-disc-3:before{content:""}.icon-disc-album:before{content:""}.icon-disc:before{content:""}.icon-divide-circle:before{content:""}.icon-divide-square:before{content:""}.icon-divide:before{content:""}.icon-dna-off:before{content:""}.icon-dna:before{content:""}.icon-dock:before{content:""}.icon-dog:before{content:""}.icon-dollar-sign:before{content:""}.icon-donut:before{content:""}.icon-door-closed-locked:before{content:""}.icon-door-closed:before{content:""}.icon-door-open:before{content:""}.icon-dot-square:before{content:""}.icon-dot:before{content:""}.icon-download-cloud:before{content:""}.icon-download:before{content:""}.icon-drafting-compass:before{content:""}.icon-drama:before{content:""}.icon-drill:before{content:""}.icon-drone:before{content:""}.icon-droplet-off:before{content:""}.icon-droplet:before{content:""}.icon-droplets:before{content:""}.icon-drum:before{content:""}.icon-drumstick:before{content:""}.icon-dumbbell:before{content:""}.icon-ear-off:before{content:""}.icon-ear:before{content:""}.icon-earth-lock:before{content:""}.icon-earth:before{content:""}.icon-eclipse:before{content:""}.icon-edit-2:before{content:""}.icon-edit-3:before{content:""}.icon-edit:before{content:""}.icon-egg-fried:before{content:""}.icon-egg-off:before{content:""}.icon-egg:before{content:""}.icon-ellipse:before{content:""}.icon-ellipsis-vertical:before{content:""}.icon-ellipsis:before{content:""}.icon-equal-approximately:before{content:""}.icon-equal-not:before{content:""}.icon-equal-square:before{content:""}.icon-equal:before{content:""}.icon-eraser:before{content:""}.icon-ethernet-port:before{content:""}.icon-euro:before{content:""}.icon-ev-charger:before{content:""}.icon-expand:before{content:""}.icon-external-link:before{content:""}.icon-eye-closed:before{content:""}.icon-eye-off:before{content:""}.icon-eye:before{content:""}.icon-factory:before{content:""}.icon-fan:before{content:""}.icon-fast-forward:before{content:""}.icon-feather:before{content:""}.icon-fence:before{content:""}.icon-ferris-wheel:before{content:""}.icon-file-archive:before{content:""}.icon-file-audio-2:before,.icon-file-audio:before{content:""}.icon-file-axis-3-d:before,.icon-file-axis-3d:before{content:""}.icon-file-badge-2:before,.icon-file-badge:before{content:""}.icon-file-bar-chart-2:before{content:""}.icon-file-bar-chart:before{content:""}.icon-file-box:before{content:""}.icon-file-braces-corner:before{content:""}.icon-file-braces:before{content:""}.icon-file-chart-column-increasing:before{content:""}.icon-file-chart-column:before{content:""}.icon-file-chart-line:before{content:""}.icon-file-chart-pie:before{content:""}.icon-file-check-2:before,.icon-file-check-corner:before{content:""}.icon-file-check:before{content:""}.icon-file-clock:before{content:""}.icon-file-code-2:before,.icon-file-code-corner:before{content:""}.icon-file-code:before{content:""}.icon-file-cog-2:before,.icon-file-cog:before{content:""}.icon-file-diff:before{content:""}.icon-file-digit:before{content:""}.icon-file-down:before{content:""}.icon-file-edit:before{content:""}.icon-file-exclamation-point:before{content:""}.icon-file-headphone:before{content:""}.icon-file-heart:before{content:""}.icon-file-image:before{content:""}.icon-file-input:before{content:""}.icon-file-json-2:before{content:""}.icon-file-json:before{content:""}.icon-file-key-2:before,.icon-file-key:before{content:""}.icon-file-line-chart:before{content:""}.icon-file-lock-2:before,.icon-file-lock:before{content:""}.icon-file-minus-2:before,.icon-file-minus-corner:before{content:""}.icon-file-minus:before{content:""}.icon-file-music:before{content:""}.icon-file-output:before{content:""}.icon-file-pen-line:before{content:""}.icon-file-pen:before{content:""}.icon-file-pie-chart:before{content:""}.icon-file-play:before{content:""}.icon-file-plus-2:before,.icon-file-plus-corner:before{content:""}.icon-file-plus:before{content:""}.icon-file-question-mark:before,.icon-file-question:before{content:""}.icon-file-scan:before{content:""}.icon-file-search-2:before,.icon-file-search-corner:before{content:""}.icon-file-search:before{content:""}.icon-file-signal:before{content:""}.icon-file-signature:before{content:""}.icon-file-sliders:before{content:""}.icon-file-spreadsheet:before{content:""}.icon-file-stack:before{content:""}.icon-file-symlink:before{content:""}.icon-file-terminal:before{content:""}.icon-file-text:before{content:""}.icon-file-type-2:before,.icon-file-type-corner:before{content:""}.icon-file-type:before{content:""}.icon-file-up:before{content:""}.icon-file-user:before{content:""}.icon-file-video-2:before,.icon-file-video-camera:before{content:""}.icon-file-video:before{content:""}.icon-file-volume-2:before{content:""}.icon-file-volume:before{content:""}.icon-file-warning:before{content:""}.icon-file-x-2:before,.icon-file-x-corner:before{content:""}.icon-file-x:before{content:""}.icon-file:before{content:""}.icon-files:before{content:""}.icon-film:before{content:""}.icon-filter-x:before{content:""}.icon-filter:before{content:""}.icon-fingerprint-pattern:before,.icon-fingerprint:before{content:""}.icon-fire-extinguisher:before{content:""}.icon-fish-off:before{content:""}.icon-fish-symbol:before{content:""}.icon-fish:before{content:""}.icon-fishing-hook:before{content:""}.icon-fishing-rod:before{content:""}.icon-flag-off:before{content:""}.icon-flag-triangle-left:before{content:""}.icon-flag-triangle-right:before{content:""}.icon-flag:before{content:""}.icon-flame-kindling:before{content:""}.icon-flame:before{content:""}.icon-flashlight-off:before{content:""}.icon-flashlight:before{content:""}.icon-flask-conical-off:before{content:""}.icon-flask-conical:before{content:""}.icon-flask-round:before{content:""}.icon-flip-horizontal-2:before{content:""}.icon-flip-horizontal:before{content:""}.icon-flip-vertical-2:before{content:""}.icon-flip-vertical:before{content:""}.icon-flower-2:before{content:""}.icon-flower:before{content:""}.icon-focus:before{content:""}.icon-fold-horizontal:before{content:""}.icon-fold-vertical:before{content:""}.icon-folder-archive:before{content:""}.icon-folder-check:before{content:""}.icon-folder-clock:before{content:""}.icon-folder-closed:before{content:""}.icon-folder-code:before{content:""}.icon-folder-cog-2:before,.icon-folder-cog:before{content:""}.icon-folder-dot:before{content:""}.icon-folder-down:before{content:""}.icon-folder-edit:before{content:""}.icon-folder-git-2:before{content:""}.icon-folder-git:before{content:""}.icon-folder-heart:before{content:""}.icon-folder-input:before{content:""}.icon-folder-kanban:before{content:""}.icon-folder-key:before{content:""}.icon-folder-lock:before{content:""}.icon-folder-minus:before{content:""}.icon-folder-open-dot:before{content:""}.icon-folder-open:before{content:""}.icon-folder-output:before{content:""}.icon-folder-pen:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-root:before{content:""}.icon-folder-search-2:before{content:""}.icon-folder-search:before{content:""}.icon-folder-symlink:before{content:""}.icon-folder-sync:before{content:""}.icon-folder-tree:before{content:""}.icon-folder-up:before{content:""}.icon-folder-x:before{content:""}.icon-folder:before{content:""}.icon-folders:before{content:""}.icon-footprints:before{content:""}.icon-fork-knife-crossed:before{content:""}.icon-fork-knife:before{content:""}.icon-forklift:before{content:""}.icon-form-input:before{content:""}.icon-form:before{content:""}.icon-forward:before{content:""}.icon-frame:before{content:""}.icon-frown:before{content:""}.icon-fuel:before{content:""}.icon-fullscreen:before{content:""}.icon-function-square:before{content:""}.icon-funnel-plus:before{content:""}.icon-funnel-x:before{content:""}.icon-funnel:before{content:""}.icon-gallery-horizontal-end:before{content:""}.icon-gallery-horizontal:before{content:""}.icon-gallery-thumbnails:before{content:""}.icon-gallery-vertical-end:before{content:""}.icon-gallery-vertical:before{content:""}.icon-gamepad-2:before{content:""}.icon-gamepad-directional:before{content:""}.icon-gamepad:before{content:""}.icon-gantt-chart-square:before{content:""}.icon-gantt-chart:before{content:""}.icon-gauge-circle:before{content:""}.icon-gauge:before{content:""}.icon-gavel:before{content:""}.icon-gem:before{content:""}.icon-georgian-lari:before{content:""}.icon-ghost:before{content:""}.icon-gift:before{content:""}.icon-git-branch-minus:before{content:""}.icon-git-branch-plus:before{content:""}.icon-git-branch:before{content:""}.icon-git-commit-horizontal:before{content:""}.icon-git-commit-vertical:before{content:""}.icon-git-commit:before{content:""}.icon-git-compare-arrows:before{content:""}.icon-git-compare:before{content:""}.icon-git-fork:before{content:""}.icon-git-graph:before{content:""}.icon-git-merge-conflict:before{content:""}.icon-git-merge:before{content:""}.icon-git-pull-request-arrow:before{content:""}.icon-git-pull-request-closed:before{content:""}.icon-git-pull-request-create-arrow:before{content:""}.icon-git-pull-request-create:before{content:""}.icon-git-pull-request-draft:before{content:""}.icon-git-pull-request:before{content:""}.icon-glass-water:before{content:""}.icon-glasses:before{content:""}.icon-globe-2:before{content:""}.icon-globe-lock:before{content:""}.icon-globe-off:before{content:""}.icon-globe-x:before{content:""}.icon-globe:before{content:""}.icon-goal:before{content:""}.icon-gpu:before{content:""}.icon-grab:before{content:""}.icon-graduation-cap:before{content:""}.icon-grape:before{content:""}.icon-grid-2-x-2-check:before{content:""}.icon-grid-2-x-2-plus:before{content:""}.icon-grid-2-x-2-x:before{content:""}.icon-grid-2-x-2:before{content:""}.icon-grid-2x2-check:before{content:""}.icon-grid-2x2-plus:before{content:""}.icon-grid-2x2-x:before{content:""}.icon-grid-2x2:before{content:""}.icon-grid-3-x-3:before{content:""}.icon-grid-3x2:before{content:""}.icon-grid-3x3:before,.icon-grid:before{content:""}.icon-grip-horizontal:before{content:""}.icon-grip-vertical:before{content:""}.icon-grip:before{content:""}.icon-group:before{content:""}.icon-guitar:before{content:""}.icon-ham:before{content:""}.icon-hamburger:before{content:""}.icon-hammer:before{content:""}.icon-hand-coins:before{content:""}.icon-hand-fist:before{content:""}.icon-hand-grab:before{content:""}.icon-hand-heart:before{content:""}.icon-hand-helping:before{content:""}.icon-hand-metal:before{content:""}.icon-hand-platter:before{content:""}.icon-hand:before{content:""}.icon-handbag:before{content:""}.icon-handshake:before{content:""}.icon-hard-drive-download:before{content:""}.icon-hard-drive-upload:before{content:""}.icon-hard-drive:before{content:""}.icon-hard-hat:before{content:""}.icon-hash:before{content:""}.icon-hat-glasses:before{content:""}.icon-haze:before{content:""}.icon-hd:before{content:""}.icon-hdmi-port:before{content:""}.icon-heading-1:before{content:""}.icon-heading-2:before{content:""}.icon-heading-3:before{content:""}.icon-heading-4:before{content:""}.icon-heading-5:before{content:""}.icon-heading-6:before{content:""}.icon-heading:before{content:""}.icon-headphone-off:before{content:""}.icon-headphones:before{content:""}.icon-headset:before{content:""}.icon-heart-crack:before{content:""}.icon-heart-handshake:before{content:""}.icon-heart-minus:before{content:""}.icon-heart-off:before{content:""}.icon-heart-plus:before{content:""}.icon-heart-pulse:before{content:""}.icon-heart:before{content:""}.icon-heater:before{content:""}.icon-helicopter:before{content:""}.icon-help-circle:before{content:""}.icon-helping-hand:before{content:""}.icon-hexagon:before{content:""}.icon-highlighter:before{content:""}.icon-history:before{content:""}.icon-home:before{content:""}.icon-hop-off:before{content:""}.icon-hop:before{content:""}.icon-hospital:before{content:""}.icon-hotel:before{content:""}.icon-hourglass:before{content:""}.icon-house-heart:before{content:""}.icon-house-plug:before{content:""}.icon-house-plus:before{content:""}.icon-house-wifi:before{content:""}.icon-house:before{content:""}.icon-ice-cream-2:before,.icon-ice-cream-bowl:before{content:""}.icon-ice-cream-cone:before,.icon-ice-cream:before{content:""}.icon-id-card-lanyard:before{content:""}.icon-id-card:before{content:""}.icon-image-down:before{content:""}.icon-image-minus:before{content:""}.icon-image-off:before{content:""}.icon-image-play:before{content:""}.icon-image-plus:before{content:""}.icon-image-up:before{content:""}.icon-image-upscale:before{content:""}.icon-image:before{content:""}.icon-images:before{content:""}.icon-import:before{content:""}.icon-inbox:before{content:""}.icon-indent-decrease:before{content:""}.icon-indent-increase:before,.icon-indent:before{content:""}.icon-indian-rupee:before{content:""}.icon-infinity:before{content:""}.icon-info:before{content:""}.icon-inspect:before{content:""}.icon-inspection-panel:before{content:""}.icon-italic:before{content:""}.icon-iteration-ccw:before{content:""}.icon-iteration-cw:before{content:""}.icon-japanese-yen:before{content:""}.icon-joystick:before{content:""}.icon-kanban-square-dashed:before{content:""}.icon-kanban-square:before{content:""}.icon-kanban:before{content:""}.icon-kayak:before{content:""}.icon-key-round:before{content:""}.icon-key-square:before{content:""}.icon-key:before{content:""}.icon-keyboard-music:before{content:""}.icon-keyboard-off:before{content:""}.icon-keyboard:before{content:""}.icon-lamp-ceiling:before{content:""}.icon-lamp-desk:before{content:""}.icon-lamp-floor:before{content:""}.icon-lamp-wall-down:before{content:""}.icon-lamp-wall-up:before{content:""}.icon-lamp:before{content:""}.icon-land-plot:before{content:""}.icon-landmark:before{content:""}.icon-languages:before{content:""}.icon-laptop-2:before{content:""}.icon-laptop-minimal-check:before{content:""}.icon-laptop-minimal:before{content:""}.icon-laptop:before{content:""}.icon-lasso-select:before{content:""}.icon-lasso:before{content:""}.icon-laugh:before{content:""}.icon-layers-2:before{content:""}.icon-layers-3:before{content:""}.icon-layers-plus:before{content:""}.icon-layers:before{content:""}.icon-layout-dashboard:before{content:""}.icon-layout-grid:before{content:""}.icon-layout-list:before{content:""}.icon-layout-panel-left:before{content:""}.icon-layout-panel-top:before{content:""}.icon-layout-template:before{content:""}.icon-layout:before{content:""}.icon-leaf:before{content:""}.icon-leafy-green:before{content:""}.icon-lectern:before{content:""}.icon-lens-concave:before{content:""}.icon-lens-convex:before{content:""}.icon-letter-text:before{content:""}.icon-library-big:before{content:""}.icon-library-square:before{content:""}.icon-library:before{content:""}.icon-life-buoy:before{content:""}.icon-ligature:before{content:""}.icon-lightbulb-off:before{content:""}.icon-lightbulb:before{content:""}.icon-line-chart:before{content:""}.icon-line-dot-right-horizontal:before{content:""}.icon-line-squiggle:before{content:""}.icon-line-style:before{content:""}.icon-link-2-off:before{content:""}.icon-link-2:before{content:""}.icon-link:before{content:""}.icon-list-check:before{content:""}.icon-list-checks:before{content:""}.icon-list-chevrons-down-up:before{content:""}.icon-list-chevrons-up-down:before{content:""}.icon-list-collapse:before{content:""}.icon-list-end:before{content:""}.icon-list-filter-plus:before{content:""}.icon-list-filter:before{content:""}.icon-list-indent-decrease:before{content:""}.icon-list-indent-increase:before{content:""}.icon-list-minus:before{content:""}.icon-list-music:before{content:""}.icon-list-ordered:before{content:""}.icon-list-plus:before{content:""}.icon-list-restart:before{content:""}.icon-list-start:before{content:""}.icon-list-todo:before{content:""}.icon-list-tree:before{content:""}.icon-list-video:before{content:""}.icon-list-x:before{content:""}.icon-list:before{content:""}.icon-loader-2:before,.icon-loader-circle:before{content:""}.icon-loader-pinwheel:before{content:""}.icon-loader:before{content:""}.icon-locate-fixed:before{content:""}.icon-locate-off:before{content:""}.icon-locate:before{content:""}.icon-location-edit:before{content:""}.icon-lock-keyhole-open:before{content:""}.icon-lock-keyhole:before{content:""}.icon-lock-open:before{content:""}.icon-lock:before{content:""}.icon-log-in:before{content:""}.icon-log-out:before{content:""}.icon-logs:before{content:""}.icon-lollipop:before{content:""}.icon-luggage:before{content:""}.icon-m-square:before{content:""}.icon-magnet:before{content:""}.icon-mail-check:before{content:""}.icon-mail-minus:before{content:""}.icon-mail-open:before{content:""}.icon-mail-plus:before{content:""}.icon-mail-question-mark:before,.icon-mail-question:before{content:""}.icon-mail-search:before{content:""}.icon-mail-warning:before{content:""}.icon-mail-x:before{content:""}.icon-mail:before{content:""}.icon-mailbox:before{content:""}.icon-mails:before{content:""}.icon-map-minus:before{content:""}.icon-map-pin-check-inside:before{content:""}.icon-map-pin-check:before{content:""}.icon-map-pin-house:before{content:""}.icon-map-pin-minus-inside:before{content:""}.icon-map-pin-minus:before{content:""}.icon-map-pin-off:before{content:""}.icon-map-pin-pen:before{content:""}.icon-map-pin-plus-inside:before{content:""}.icon-map-pin-plus:before{content:""}.icon-map-pin-search:before{content:""}.icon-map-pin-x-inside:before{content:""}.icon-map-pin-x:before{content:""}.icon-map-pin:before{content:""}.icon-map-pinned:before{content:""}.icon-map-plus:before{content:""}.icon-map:before{content:""}.icon-mars-stroke:before{content:""}.icon-mars:before{content:""}.icon-martini:before{content:""}.icon-maximize-2:before{content:""}.icon-maximize:before{content:""}.icon-medal:before{content:""}.icon-megaphone-off:before{content:""}.icon-megaphone:before{content:""}.icon-meh:before{content:""}.icon-memory-stick:before{content:""}.icon-menu-square:before{content:""}.icon-menu:before{content:""}.icon-merge:before{content:""}.icon-message-circle-check:before{content:""}.icon-message-circle-code:before{content:""}.icon-message-circle-dashed:before{content:""}.icon-message-circle-heart:before{content:""}.icon-message-circle-more:before{content:""}.icon-message-circle-off:before{content:""}.icon-message-circle-plus:before{content:""}.icon-message-circle-question-mark:before,.icon-message-circle-question:before{content:""}.icon-message-circle-reply:before{content:""}.icon-message-circle-warning:before{content:""}.icon-message-circle-x:before{content:""}.icon-message-circle:before{content:""}.icon-message-square-check:before{content:""}.icon-message-square-code:before{content:""}.icon-message-square-dashed:before{content:""}.icon-message-square-diff:before{content:""}.icon-message-square-dot:before{content:""}.icon-message-square-heart:before{content:""}.icon-message-square-lock:before{content:""}.icon-message-square-more:before{content:""}.icon-message-square-off:before{content:""}.icon-message-square-plus:before{content:""}.icon-message-square-quote:before{content:""}.icon-message-square-reply:before{content:""}.icon-message-square-share:before{content:""}.icon-message-square-text:before{content:""}.icon-message-square-warning:before{content:""}.icon-message-square-x:before{content:""}.icon-message-square:before{content:""}.icon-messages-square:before{content:""}.icon-metronome:before{content:""}.icon-mic-2:before{content:""}.icon-mic-off:before{content:""}.icon-mic-vocal:before{content:""}.icon-mic:before{content:""}.icon-microchip:before{content:""}.icon-microscope:before{content:""}.icon-microwave:before{content:""}.icon-milestone:before{content:""}.icon-milk-off:before{content:""}.icon-milk:before{content:""}.icon-minimize-2:before{content:""}.icon-minimize:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-square:before{content:""}.icon-minus:before{content:""}.icon-mirror-rectangular:before{content:""}.icon-mirror-round:before{content:""}.icon-monitor-check:before{content:""}.icon-monitor-cloud:before{content:""}.icon-monitor-cog:before{content:""}.icon-monitor-dot:before{content:""}.icon-monitor-down:before{content:""}.icon-monitor-off:before{content:""}.icon-monitor-pause:before{content:""}.icon-monitor-play:before{content:""}.icon-monitor-smartphone:before{content:""}.icon-monitor-speaker:before{content:""}.icon-monitor-stop:before{content:""}.icon-monitor-up:before{content:""}.icon-monitor-x:before{content:""}.icon-monitor:before{content:""}.icon-moon-star:before{content:""}.icon-moon:before{content:""}.icon-more-horizontal:before{content:""}.icon-more-vertical:before{content:""}.icon-motorbike:before{content:""}.icon-mountain-snow:before{content:""}.icon-mountain:before{content:""}.icon-mouse-left:before{content:""}.icon-mouse-off:before{content:""}.icon-mouse-pointer-2-off:before{content:""}.icon-mouse-pointer-2:before{content:""}.icon-mouse-pointer-ban:before{content:""}.icon-mouse-pointer-click:before{content:""}.icon-mouse-pointer-square-dashed:before{content:""}.icon-mouse-pointer:before{content:""}.icon-mouse-right:before{content:""}.icon-mouse:before{content:""}.icon-move-3-d:before,.icon-move-3d:before{content:""}.icon-move-diagonal-2:before{content:""}.icon-move-diagonal:before{content:""}.icon-move-down-left:before{content:""}.icon-move-down-right:before{content:""}.icon-move-down:before{content:""}.icon-move-horizontal:before{content:""}.icon-move-left:before{content:""}.icon-move-right:before{content:""}.icon-move-up-left:before{content:""}.icon-move-up-right:before{content:""}.icon-move-up:before{content:""}.icon-move-vertical:before{content:""}.icon-move:before{content:""}.icon-music-2:before{content:""}.icon-music-3:before{content:""}.icon-music-4:before{content:""}.icon-music:before{content:""}.icon-navigation-2-off:before{content:""}.icon-navigation-2:before{content:""}.icon-navigation-off:before{content:""}.icon-navigation:before{content:""}.icon-network:before{content:""}.icon-newspaper:before{content:""}.icon-nfc:before{content:""}.icon-non-binary:before{content:""}.icon-notebook-pen:before{content:""}.icon-notebook-tabs:before{content:""}.icon-notebook-text:before{content:""}.icon-notebook:before{content:""}.icon-notepad-text-dashed:before{content:""}.icon-notepad-text:before{content:""}.icon-nut-off:before{content:""}.icon-nut:before{content:""}.icon-octagon-alert:before{content:""}.icon-octagon-minus:before{content:""}.icon-octagon-pause:before{content:""}.icon-octagon-x:before{content:""}.icon-octagon:before{content:""}.icon-omega:before{content:""}.icon-option:before{content:""}.icon-orbit:before{content:""}.icon-origami:before{content:""}.icon-outdent:before{content:""}.icon-package-2:before{content:""}.icon-package-check:before{content:""}.icon-package-minus:before{content:""}.icon-package-open:before{content:""}.icon-package-plus:before{content:""}.icon-package-search:before{content:""}.icon-package-x:before{content:""}.icon-package:before{content:""}.icon-paint-bucket:before{content:""}.icon-paint-roller:before{content:""}.icon-paintbrush-2:before,.icon-paintbrush-vertical:before{content:""}.icon-paintbrush:before{content:""}.icon-palette:before{content:""}.icon-palmtree:before{content:""}.icon-panda:before{content:""}.icon-panel-bottom-close:before{content:""}.icon-panel-bottom-dashed:before,.icon-panel-bottom-inactive:before{content:""}.icon-panel-bottom-open:before{content:""}.icon-panel-bottom:before{content:""}.icon-panel-left-close:before{content:""}.icon-panel-left-dashed:before,.icon-panel-left-inactive:before{content:""}.icon-panel-left-open:before{content:""}.icon-panel-left-right-dashed:before{content:""}.icon-panel-left:before{content:""}.icon-panel-right-close:before{content:""}.icon-panel-right-dashed:before,.icon-panel-right-inactive:before{content:""}.icon-panel-right-open:before{content:""}.icon-panel-right:before{content:""}.icon-panel-top-bottom-dashed:before{content:""}.icon-panel-top-close:before{content:""}.icon-panel-top-dashed:before,.icon-panel-top-inactive:before{content:""}.icon-panel-top-open:before{content:""}.icon-panel-top:before{content:""}.icon-panels-left-bottom:before{content:""}.icon-panels-left-right:before{content:""}.icon-panels-right-bottom:before{content:""}.icon-panels-top-bottom:before{content:""}.icon-panels-top-left:before{content:""}.icon-paperclip:before{content:""}.icon-parentheses:before{content:""}.icon-parking-circle-off:before{content:""}.icon-parking-circle:before{content:""}.icon-parking-meter:before{content:""}.icon-parking-square-off:before{content:""}.icon-parking-square:before{content:""}.icon-party-popper:before{content:""}.icon-pause-circle:before{content:""}.icon-pause-octagon:before{content:""}.icon-pause:before{content:""}.icon-paw-print:before{content:""}.icon-pc-case:before{content:""}.icon-pen-box:before{content:""}.icon-pen-line:before{content:""}.icon-pen-off:before{content:""}.icon-pen-square:before{content:""}.icon-pen-tool:before{content:""}.icon-pen:before{content:""}.icon-pencil-line:before{content:""}.icon-pencil-off:before{content:""}.icon-pencil-ruler:before{content:""}.icon-pencil:before{content:""}.icon-pentagon:before{content:""}.icon-percent-circle:before{content:""}.icon-percent-diamond:before{content:""}.icon-percent-square:before{content:""}.icon-percent:before{content:""}.icon-person-standing:before{content:""}.icon-philippine-peso:before{content:""}.icon-phone-call:before{content:""}.icon-phone-forwarded:before{content:""}.icon-phone-incoming:before{content:""}.icon-phone-missed:before{content:""}.icon-phone-off:before{content:""}.icon-phone-outgoing:before{content:""}.icon-phone:before{content:""}.icon-pi-square:before{content:""}.icon-pi:before{content:""}.icon-piano:before{content:""}.icon-pickaxe:before{content:""}.icon-picture-in-picture-2:before{content:""}.icon-picture-in-picture:before{content:""}.icon-pie-chart:before{content:""}.icon-piggy-bank:before{content:""}.icon-pilcrow-left:before{content:""}.icon-pilcrow-right:before{content:""}.icon-pilcrow-square:before{content:""}.icon-pilcrow:before{content:""}.icon-pill-bottle:before{content:""}.icon-pill:before{content:""}.icon-pin-off:before{content:""}.icon-pin:before{content:""}.icon-pipette:before{content:""}.icon-pizza:before{content:""}.icon-plane-landing:before{content:""}.icon-plane-takeoff:before{content:""}.icon-plane:before{content:""}.icon-play-circle:before{content:""}.icon-play-square:before{content:""}.icon-play:before{content:""}.icon-plug-2:before{content:""}.icon-plug-zap-2:before,.icon-plug-zap:before{content:""}.icon-plug:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-plus:before{content:""}.icon-pocket-knife:before{content:""}.icon-podcast:before{content:""}.icon-pointer-off:before{content:""}.icon-pointer:before{content:""}.icon-popcorn:before{content:""}.icon-popsicle:before{content:""}.icon-pound-sterling:before{content:""}.icon-power-circle:before{content:""}.icon-power-off:before{content:""}.icon-power-square:before{content:""}.icon-power:before{content:""}.icon-presentation:before{content:""}.icon-printer-check:before{content:""}.icon-printer-x:before{content:""}.icon-printer:before{content:""}.icon-projector:before{content:""}.icon-proportions:before{content:""}.icon-puzzle:before{content:""}.icon-pyramid:before{content:""}.icon-qr-code:before{content:""}.icon-quote:before{content:""}.icon-rabbit:before{content:""}.icon-radar:before{content:""}.icon-radiation:before{content:""}.icon-radical:before{content:""}.icon-radio-off:before{content:""}.icon-radio-receiver:before{content:""}.icon-radio-tower:before{content:""}.icon-radio:before{content:""}.icon-radius:before{content:""}.icon-rainbow:before{content:""}.icon-rat:before{content:""}.icon-ratio:before{content:""}.icon-receipt-cent:before{content:""}.icon-receipt-euro:before{content:""}.icon-receipt-indian-rupee:before{content:""}.icon-receipt-japanese-yen:before{content:""}.icon-receipt-pound-sterling:before{content:""}.icon-receipt-russian-ruble:before{content:""}.icon-receipt-swiss-franc:before{content:""}.icon-receipt-text:before{content:""}.icon-receipt-turkish-lira:before{content:""}.icon-receipt:before{content:""}.icon-rectangle-circle:before{content:""}.icon-rectangle-ellipsis:before{content:""}.icon-rectangle-goggles:before{content:""}.icon-rectangle-horizontal:before{content:""}.icon-rectangle-vertical:before{content:""}.icon-recycle:before{content:""}.icon-redo-2:before{content:""}.icon-redo-dot:before{content:""}.icon-redo:before{content:""}.icon-refresh-ccw-dot:before{content:""}.icon-refresh-ccw:before{content:""}.icon-refresh-cw-off:before{content:""}.icon-refresh-cw:before{content:""}.icon-refrigerator:before{content:""}.icon-regex:before{content:""}.icon-remove-formatting:before{content:""}.icon-repeat-1:before{content:""}.icon-repeat-2:before{content:""}.icon-repeat:before{content:""}.icon-replace-all:before{content:""}.icon-replace:before{content:""}.icon-reply-all:before{content:""}.icon-reply:before{content:""}.icon-rewind:before{content:""}.icon-ribbon:before{content:""}.icon-road:before{content:""}.icon-rocket:before{content:""}.icon-rocking-chair:before{content:""}.icon-roller-coaster:before{content:""}.icon-rose:before{content:""}.icon-rotate-3-d:before,.icon-rotate-3d:before{content:""}.icon-rotate-ccw-key:before{content:""}.icon-rotate-ccw-square:before{content:""}.icon-rotate-ccw:before{content:""}.icon-rotate-cw-square:before{content:""}.icon-rotate-cw:before{content:""}.icon-route-off:before{content:""}.icon-route:before{content:""}.icon-router:before{content:""}.icon-rows-2:before{content:""}.icon-rows-3:before{content:""}.icon-rows-4:before{content:""}.icon-rows:before{content:""}.icon-rss:before{content:""}.icon-ruler-dimension-line:before{content:""}.icon-ruler:before{content:""}.icon-russian-ruble:before{content:""}.icon-sailboat:before{content:""}.icon-salad:before{content:""}.icon-sandwich:before{content:""}.icon-satellite-dish:before{content:""}.icon-satellite:before{content:""}.icon-saudi-riyal:before{content:""}.icon-save-all:before{content:""}.icon-save-off:before{content:""}.icon-save:before{content:""}.icon-scale-3-d:before,.icon-scale-3d:before{content:""}.icon-scale:before{content:""}.icon-scaling:before{content:""}.icon-scan-barcode:before{content:""}.icon-scan-eye:before{content:""}.icon-scan-face:before{content:""}.icon-scan-heart:before{content:""}.icon-scan-line:before{content:""}.icon-scan-qr-code:before{content:""}.icon-scan-search:before{content:""}.icon-scan-text:before{content:""}.icon-scan:before{content:""}.icon-scatter-chart:before{content:""}.icon-school-2:before{content:""}.icon-school:before{content:""}.icon-scissors-line-dashed:before{content:""}.icon-scissors-square-dashed-bottom:before{content:""}.icon-scissors-square:before{content:""}.icon-scissors:before{content:""}.icon-scooter:before{content:""}.icon-screen-share-off:before{content:""}.icon-screen-share:before{content:""}.icon-scroll-text:before{content:""}.icon-scroll:before{content:""}.icon-search-alert:before{content:""}.icon-search-check:before{content:""}.icon-search-code:before{content:""}.icon-search-slash:before{content:""}.icon-search-x:before{content:""}.icon-search:before{content:""}.icon-section:before{content:""}.icon-send-horizonal:before,.icon-send-horizontal:before{content:""}.icon-send-to-back:before{content:""}.icon-send:before{content:""}.icon-separator-horizontal:before{content:""}.icon-separator-vertical:before{content:""}.icon-server-cog:before{content:""}.icon-server-crash:before{content:""}.icon-server-off:before{content:""}.icon-server:before{content:""}.icon-settings-2:before{content:""}.icon-settings:before{content:""}.icon-shapes:before{content:""}.icon-share-2:before{content:""}.icon-share:before{content:""}.icon-sheet:before{content:""}.icon-shell:before{content:""}.icon-shelving-unit:before{content:""}.icon-shield-alert:before{content:""}.icon-shield-ban:before{content:""}.icon-shield-check:before{content:""}.icon-shield-close:before{content:""}.icon-shield-cog-corner:before,.icon-shield-cog:before{content:""}.icon-shield-ellipsis:before{content:""}.icon-shield-half:before{content:""}.icon-shield-minus:before{content:""}.icon-shield-off:before{content:""}.icon-shield-plus:before{content:""}.icon-shield-question-mark:before,.icon-shield-question:before{content:""}.icon-shield-user:before{content:""}.icon-shield-x:before{content:""}.icon-shield:before{content:""}.icon-ship-wheel:before{content:""}.icon-ship:before{content:""}.icon-shirt:before{content:""}.icon-shopping-bag:before{content:""}.icon-shopping-basket:before{content:""}.icon-shopping-cart:before{content:""}.icon-shovel:before{content:""}.icon-shower-head:before{content:""}.icon-shredder:before{content:""}.icon-shrimp:before{content:""}.icon-shrink:before{content:""}.icon-shrub:before{content:""}.icon-shuffle:before{content:""}.icon-sidebar-close:before{content:""}.icon-sidebar-open:before{content:""}.icon-sidebar:before{content:""}.icon-sigma-square:before{content:""}.icon-sigma:before{content:""}.icon-signal-high:before{content:""}.icon-signal-low:before{content:""}.icon-signal-medium:before{content:""}.icon-signal-zero:before{content:""}.icon-signal:before{content:""}.icon-signature:before{content:""}.icon-signpost-big:before{content:""}.icon-signpost:before{content:""}.icon-siren:before{content:""}.icon-skip-back:before{content:""}.icon-skip-forward:before{content:""}.icon-skull:before{content:""}.icon-slash-square:before{content:""}.icon-slash:before{content:""}.icon-slice:before{content:""}.icon-sliders-horizontal:before{content:""}.icon-sliders-vertical:before,.icon-sliders:before{content:""}.icon-smartphone-charging:before{content:""}.icon-smartphone-nfc:before{content:""}.icon-smartphone:before{content:""}.icon-smile-plus:before{content:""}.icon-smile:before{content:""}.icon-snail:before{content:""}.icon-snowflake:before{content:""}.icon-soap-dispenser-droplet:before{content:""}.icon-sofa:before{content:""}.icon-solar-panel:before{content:""}.icon-sort-asc:before{content:""}.icon-sort-desc:before{content:""}.icon-soup:before{content:""}.icon-space:before{content:""}.icon-spade:before{content:""}.icon-sparkle:before{content:""}.icon-sparkles:before{content:""}.icon-speaker:before{content:""}.icon-speech:before{content:""}.icon-spell-check-2:before{content:""}.icon-spell-check:before{content:""}.icon-spline-pointer:before{content:""}.icon-spline:before{content:""}.icon-split-square-horizontal:before{content:""}.icon-split-square-vertical:before{content:""}.icon-split:before{content:""}.icon-spool:before{content:""}.icon-sport-shoe:before{content:""}.icon-spotlight:before{content:""}.icon-spray-can:before{content:""}.icon-sprout:before{content:""}.icon-square-activity:before{content:""}.icon-square-arrow-down-left:before{content:""}.icon-square-arrow-down-right:before{content:""}.icon-square-arrow-down:before{content:""}.icon-square-arrow-left:before{content:""}.icon-square-arrow-out-down-left:before{content:""}.icon-square-arrow-out-down-right:before{content:""}.icon-square-arrow-out-up-left:before{content:""}.icon-square-arrow-out-up-right:before{content:""}.icon-square-arrow-right-enter:before{content:""}.icon-square-arrow-right-exit:before{content:""}.icon-square-arrow-right:before{content:""}.icon-square-arrow-up-left:before{content:""}.icon-square-arrow-up-right:before{content:""}.icon-square-arrow-up:before{content:""}.icon-square-asterisk:before{content:""}.icon-square-bottom-dashed-scissors:before{content:""}.icon-square-centerline-dashed-horizontal:before{content:""}.icon-square-centerline-dashed-vertical:before{content:""}.icon-square-chart-gantt:before{content:""}.icon-square-check-big:before{content:""}.icon-square-check:before{content:""}.icon-square-chevron-down:before{content:""}.icon-square-chevron-left:before{content:""}.icon-square-chevron-right:before{content:""}.icon-square-chevron-up:before{content:""}.icon-square-code:before{content:""}.icon-square-dashed-bottom-code:before{content:""}.icon-square-dashed-bottom:before{content:""}.icon-square-dashed-kanban:before{content:""}.icon-square-dashed-mouse-pointer:before{content:""}.icon-square-dashed-text:before{content:""}.icon-square-dashed-top-solid:before{content:""}.icon-square-dashed:before{content:""}.icon-square-divide:before{content:""}.icon-square-dot:before{content:""}.icon-square-equal:before{content:""}.icon-square-function:before{content:""}.icon-square-gantt-chart:before{content:""}.icon-square-kanban:before{content:""}.icon-square-library:before{content:""}.icon-square-m:before{content:""}.icon-square-menu:before{content:""}.icon-square-minus:before{content:""}.icon-square-mouse-pointer:before{content:""}.icon-square-parking-off:before{content:""}.icon-square-parking:before{content:""}.icon-square-pause:before{content:""}.icon-square-pen:before{content:""}.icon-square-percent:before{content:""}.icon-square-pi:before{content:""}.icon-square-pilcrow:before{content:""}.icon-square-play:before{content:""}.icon-square-plus:before{content:""}.icon-square-power:before{content:""}.icon-square-radical:before{content:""}.icon-square-round-corner:before{content:""}.icon-square-scissors:before{content:""}.icon-square-sigma:before{content:""}.icon-square-slash:before{content:""}.icon-square-split-horizontal:before{content:""}.icon-square-split-vertical:before{content:""}.icon-square-square:before{content:""}.icon-square-stack:before{content:""}.icon-square-star:before{content:""}.icon-square-stop:before{content:""}.icon-square-terminal:before{content:""}.icon-square-user-round:before{content:""}.icon-square-user:before{content:""}.icon-square-x:before{content:""}.icon-square:before{content:""}.icon-squares-exclude:before{content:""}.icon-squares-intersect:before{content:""}.icon-squares-subtract:before{content:""}.icon-squares-unite:before{content:""}.icon-squircle-dashed:before{content:""}.icon-squircle:before{content:""}.icon-squirrel:before{content:""}.icon-stamp:before{content:""}.icon-star-half:before{content:""}.icon-star-off:before{content:""}.icon-star:before{content:""}.icon-stars:before{content:""}.icon-step-back:before{content:""}.icon-step-forward:before{content:""}.icon-stethoscope:before{content:""}.icon-sticker:before{content:""}.icon-sticky-note:before{content:""}.icon-stone:before{content:""}.icon-stop-circle:before{content:""}.icon-store:before{content:""}.icon-stretch-horizontal:before{content:""}.icon-stretch-vertical:before{content:""}.icon-strikethrough:before{content:""}.icon-subscript:before{content:""}.icon-subtitles:before{content:""}.icon-sun-dim:before{content:""}.icon-sun-medium:before{content:""}.icon-sun-moon:before{content:""}.icon-sun-snow:before{content:""}.icon-sun:before{content:""}.icon-sunrise:before{content:""}.icon-sunset:before{content:""}.icon-superscript:before{content:""}.icon-swatch-book:before{content:""}.icon-swiss-franc:before{content:""}.icon-switch-camera:before{content:""}.icon-sword:before{content:""}.icon-swords:before{content:""}.icon-syringe:before{content:""}.icon-table-2:before{content:""}.icon-table-cells-merge:before{content:""}.icon-table-cells-split:before{content:""}.icon-table-columns-split:before{content:""}.icon-table-config:before{content:""}.icon-table-of-contents:before{content:""}.icon-table-properties:before{content:""}.icon-table-rows-split:before{content:""}.icon-table:before{content:""}.icon-tablet-smartphone:before{content:""}.icon-tablet:before{content:""}.icon-tablets:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-tally-1:before{content:""}.icon-tally-2:before{content:""}.icon-tally-3:before{content:""}.icon-tally-4:before{content:""}.icon-tally-5:before{content:""}.icon-tangent:before{content:""}.icon-target:before{content:""}.icon-telescope:before{content:""}.icon-tent-tree:before{content:""}.icon-tent:before{content:""}.icon-terminal-square:before{content:""}.icon-terminal:before{content:""}.icon-test-tube-2:before,.icon-test-tube-diagonal:before{content:""}.icon-test-tube:before{content:""}.icon-test-tubes:before{content:""}.icon-text-align-center:before{content:""}.icon-text-align-end:before{content:""}.icon-text-align-justify:before{content:""}.icon-text-align-start:before{content:""}.icon-text-cursor-input:before{content:""}.icon-text-cursor:before{content:""}.icon-text-initial:before{content:""}.icon-text-quote:before{content:""}.icon-text-search:before{content:""}.icon-text-select:before,.icon-text-selection:before{content:""}.icon-text-wrap:before{content:""}.icon-text:before{content:""}.icon-theater:before{content:""}.icon-thermometer-snowflake:before{content:""}.icon-thermometer-sun:before{content:""}.icon-thermometer:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-ticket-check:before{content:""}.icon-ticket-minus:before{content:""}.icon-ticket-percent:before{content:""}.icon-ticket-plus:before{content:""}.icon-ticket-slash:before{content:""}.icon-ticket-x:before{content:""}.icon-ticket:before{content:""}.icon-tickets-plane:before{content:""}.icon-tickets:before{content:""}.icon-timer-off:before{content:""}.icon-timer-reset:before{content:""}.icon-timer:before{content:""}.icon-toggle-left:before{content:""}.icon-toggle-right:before{content:""}.icon-toilet:before{content:""}.icon-tool-case:before{content:""}.icon-toolbox:before{content:""}.icon-tornado:before{content:""}.icon-torus:before{content:""}.icon-touchpad-off:before{content:""}.icon-touchpad:before{content:""}.icon-towel-rack:before{content:""}.icon-tower-control:before{content:""}.icon-toy-brick:before{content:""}.icon-tractor:before{content:""}.icon-traffic-cone:before{content:""}.icon-train-front-tunnel:before{content:""}.icon-train-front:before{content:""}.icon-train-track:before{content:""}.icon-train:before,.icon-tram-front:before{content:""}.icon-transgender:before{content:""}.icon-trash-2:before{content:""}.icon-trash:before{content:""}.icon-tree-deciduous:before{content:""}.icon-tree-palm:before{content:""}.icon-tree-pine:before{content:""}.icon-trees:before{content:""}.icon-trending-down:before{content:""}.icon-trending-up-down:before{content:""}.icon-trending-up:before{content:""}.icon-triangle-alert:before{content:""}.icon-triangle-dashed:before{content:""}.icon-triangle-right:before{content:""}.icon-triangle:before{content:""}.icon-trophy:before{content:""}.icon-truck-electric:before{content:""}.icon-truck:before{content:""}.icon-turkish-lira:before{content:""}.icon-turntable:before{content:""}.icon-turtle:before{content:""}.icon-tv-2:before{content:""}.icon-tv-minimal-play:before{content:""}.icon-tv-minimal:before{content:""}.icon-tv:before{content:""}.icon-type-outline:before{content:""}.icon-type:before{content:""}.icon-umbrella-off:before{content:""}.icon-umbrella:before{content:""}.icon-underline:before{content:""}.icon-undo-2:before{content:""}.icon-undo-dot:before{content:""}.icon-undo:before{content:""}.icon-unfold-horizontal:before{content:""}.icon-unfold-vertical:before{content:""}.icon-ungroup:before{content:""}.icon-university:before{content:""}.icon-unlink-2:before{content:""}.icon-unlink:before{content:""}.icon-unlock-keyhole:before{content:""}.icon-unlock:before{content:""}.icon-unplug:before{content:""}.icon-upload-cloud:before{content:""}.icon-upload:before{content:""}.icon-usb:before{content:""}.icon-user-2:before{content:""}.icon-user-check-2:before{content:""}.icon-user-check:before{content:""}.icon-user-circle-2:before{content:""}.icon-user-circle:before{content:""}.icon-user-cog-2:before{content:""}.icon-user-cog:before{content:""}.icon-user-key:before{content:""}.icon-user-lock:before{content:""}.icon-user-minus-2:before{content:""}.icon-user-minus:before{content:""}.icon-user-pen:before{content:""}.icon-user-plus-2:before{content:""}.icon-user-plus:before{content:""}.icon-user-round-check:before{content:""}.icon-user-round-cog:before{content:""}.icon-user-round-key:before{content:""}.icon-user-round-minus:before{content:""}.icon-user-round-pen:before{content:""}.icon-user-round-plus:before{content:""}.icon-user-round-search:before{content:""}.icon-user-round-x:before{content:""}.icon-user-round:before{content:""}.icon-user-search:before{content:""}.icon-user-square-2:before{content:""}.icon-user-square:before{content:""}.icon-user-star:before{content:""}.icon-user-x-2:before{content:""}.icon-user-x:before{content:""}.icon-user:before{content:""}.icon-users-2:before,.icon-users-round:before{content:""}.icon-users:before{content:""}.icon-utensils-crossed:before{content:""}.icon-utensils:before{content:""}.icon-utility-pole:before{content:""}.icon-van:before{content:""}.icon-variable:before{content:""}.icon-vault:before{content:""}.icon-vector-square:before{content:""}.icon-vegan:before{content:""}.icon-venetian-mask:before{content:""}.icon-venus-and-mars:before{content:""}.icon-venus:before{content:""}.icon-verified:before{content:""}.icon-vibrate-off:before{content:""}.icon-vibrate:before{content:""}.icon-video-off:before{content:""}.icon-video:before{content:""}.icon-videotape:before{content:""}.icon-view:before{content:""}.icon-voicemail:before{content:""}.icon-volleyball:before{content:""}.icon-volume-1:before{content:""}.icon-volume-2:before{content:""}.icon-volume-off:before{content:""}.icon-volume-x:before{content:""}.icon-volume:before{content:""}.icon-vote:before{content:""}.icon-wallet-2:before{content:""}.icon-wallet-cards:before{content:""}.icon-wallet-minimal:before{content:""}.icon-wallet:before{content:""}.icon-wallpaper:before{content:""}.icon-wand-2:before,.icon-wand-sparkles:before{content:""}.icon-wand:before{content:""}.icon-warehouse:before{content:""}.icon-washing-machine:before{content:""}.icon-watch:before{content:""}.icon-waves-arrow-down:before{content:""}.icon-waves-arrow-up:before{content:""}.icon-waves-ladder:before{content:""}.icon-waves:before{content:""}.icon-waypoints:before{content:""}.icon-webcam:before{content:""}.icon-webhook-off:before{content:""}.icon-webhook:before{content:""}.icon-weight-tilde:before{content:""}.icon-weight:before{content:""}.icon-wheat-off:before{content:""}.icon-wheat:before{content:""}.icon-whole-word:before{content:""}.icon-wifi-cog:before{content:""}.icon-wifi-high:before{content:""}.icon-wifi-low:before{content:""}.icon-wifi-off:before{content:""}.icon-wifi-pen:before{content:""}.icon-wifi-sync:before{content:""}.icon-wifi-zero:before{content:""}.icon-wifi:before{content:""}.icon-wind-arrow-down:before{content:""}.icon-wind:before{content:""}.icon-wine-off:before{content:""}.icon-wine:before{content:""}.icon-workflow:before{content:""}.icon-worm:before{content:""}.icon-wrap-text:before{content:""}.icon-wrench:before{content:""}.icon-x-circle:before{content:""}.icon-x-line-top:before{content:""}.icon-x-octagon:before{content:""}.icon-x-square:before{content:""}.icon-x:before{content:""}.icon-zap-off:before{content:""}.icon-zap:before{content:""}.icon-zodiac-aquarius:before{content:""}.icon-zodiac-aries:before{content:""}.icon-zodiac-cancer:before{content:""}.icon-zodiac-capricorn:before{content:""}.icon-zodiac-gemini:before{content:""}.icon-zodiac-leo:before{content:""}.icon-zodiac-libra:before{content:""}.icon-zodiac-ophiuchus:before{content:""}.icon-zodiac-pisces:before{content:""}.icon-zodiac-sagittarius:before{content:""}.icon-zodiac-scorpio:before{content:""}.icon-zodiac-taurus:before{content:""}.icon-zodiac-virgo:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}:root{--bg:#0f0f11;--surface:#19191d;--surface-2:#222228;--border:#2e2e38;--text:#e8e8f0;--text-secondary:#b0b0c0;--text-muted:#70708a;--accent:#7c3aed;--accent-hover:#6d28d9;--font:system-ui, -apple-system, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}#app{height:100%}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{color:var(--text-secondary);border-color:var(--border);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-danger{color:#f87171;background:0 0;border-color:#f871714d}.btn-danger:hover:not(:disabled){background:#f871711a}.btn-sm{border-radius:6px;padding:.3rem .7rem;font-size:.8rem}.btn-full{width:100%}.field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.field span{color:var(--text-muted);font-size:.8rem;font-weight:500}input,textarea,select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:.875rem;font-family:var(--font);border-radius:8px;width:100%;padding:.55rem .75rem;transition:border-color .15s}:is(input,textarea,select):focus{border-color:var(--accent);outline:none}:is(input,textarea,select)::placeholder{color:var(--text-muted)}textarea{resize:vertical;min-height:80px}.icon-img{background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.2em;height:1.2em;display:inline-block}.icon-corchopan{background-image:url(/favicon.svg)}
