@import"https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Domine:wght@400..700&display=swap";.center[data-v-7d8a4892]{width:min(100% - 2rem,1200px);margin-inline:auto;padding-inline:1rem}.header-container[data-v-7d8a4892]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.logo-link[data-v-7d8a4892]{text-decoration:none}h1.logo[data-v-7d8a4892]{font-size:2.5rem;font-family:Anton,sans-serif;font-weight:400;letter-spacing:2px;transform:skew(-20deg);color:var(--haste-yellow);transition:transform .2s ease,color .2s ease}.logo-link:hover h1.logo[data-v-7d8a4892]{transform:skew(0);color:var(--haste-yellow)}.haste-button[data-v-7d8a4892]{font-size:1.2rem;padding:.5rem 1.5rem;background-color:var(--haste-yellow);color:var(--primary-black);border-radius:2px;border:2px solid var(--haste-yellow);transition:all .3s ease}.haste-button[data-v-7d8a4892]:hover{background-color:transparent;color:var(--haste-yellow);transform:scale(1.05)}@media (max-width: 768px){h1.logo[data-v-7d8a4892]{font-size:2rem;margin-bottom:.5rem}.haste-button[data-v-7d8a4892]{font-size:1rem;padding:.5rem 1rem}}.cookie-consent-banner[data-v-1d6ed129]{position:fixed;bottom:0;left:0;width:100%;background-color:var(--primary-black);color:#f5f5f5;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100}.accept-btn[data-v-1d6ed129]{background-color:var(--haste-yellow);color:var(--primary-black);border:none;padding:8px 16px;cursor:pointer;font-weight:700;transition:all .3s ease}.accept-btn[data-v-1d6ed129]:hover{background-color:#fff;color:var(--primary-black)}.center[data-v-8ddb8715]{width:min(100% - 2rem,1200px);margin-inline:auto;padding-inline:1rem}.hero[data-v-8ddb8715]{background:var(--primary-black);position:relative;color:#f5f5f5;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.animated-button[data-v-8ddb8715]{position:relative;display:flex;align-items:center;gap:4px;padding:16px 36px;border:4px solid transparent;font-size:18px;background-color:transparent;border-radius:2px;font-weight:600;color:var(--haste-yellow);box-shadow:0 0 0 2px var(--haste-yellow);cursor:pointer;overflow:hidden;transition:all .6s cubic-bezier(.23,1,.32,1)}.animated-button svg[data-v-8ddb8715]{position:absolute;width:24px;fill:var(--haste-yellow);z-index:9;transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button .arr-1[data-v-8ddb8715]{right:16px}.animated-button .arr-2[data-v-8ddb8715]{left:-25%}.animated-button .circle[data-v-8ddb8715]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-color:var(--haste-yellow);border-radius:50%;opacity:0;transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button .text[data-v-8ddb8715]{position:relative;z-index:1;transform:translate(-12px);transition:all .8s cubic-bezier(.23,1,.32,1)}.animated-button[data-v-8ddb8715]:hover{box-shadow:0 0 0 12px transparent;color:var(--primary-black);border-radius:12px}.animated-button:hover .arr-1[data-v-8ddb8715]{right:-25%}.animated-button:hover .arr-2[data-v-8ddb8715]{left:16px}.animated-button:hover .text[data-v-8ddb8715]{transform:translate(12px)}.animated-button:hover svg[data-v-8ddb8715]{fill:var(--primary-black)}.animated-button[data-v-8ddb8715]:active{scale:.95;box-shadow:0 0 0 4px var(--haste-yellow)}.animated-button:hover .circle[data-v-8ddb8715]{width:250px;height:220px;opacity:1}.card[data-v-8ddb8715]{border-radius:8px;width:100%;height:auto;padding:20px;color:#f5f5f5;background:transparent;border:2px solid var(--haste-yellow);display:flex;flex-direction:column;transform-origin:center center;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.card[data-v-8ddb8715]:hover{border-radius:8px;background-color:var(--haste-yellow);scale:.95;rotate:8deg;box-shadow:0 3px 187.5px 7.5px #ff6b0066}.illustration-container[data-v-8ddb8715]{height:150px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.illustration[data-v-8ddb8715]{max-width:140px;max-height:140px}.card .main-content[data-v-8ddb8715]{flex:1}.card .heading[data-v-8ddb8715]{font-size:24px;font-weight:600;line-height:1.2;margin-bottom:8px}.card .description[data-v-8ddb8715]{font-size:16px;opacity:.85}@media (min-width: 768px){.grid[data-v-8ddb8715]{grid-template-columns:repeat(2,minmax(300px,1fr))}}@media (min-width: 1024px){.grid[data-v-8ddb8715]{grid-template-columns:repeat(3,minmax(320px,1fr))}}.how-it-works[data-v-8ddb8715]{padding:2rem;background:var(--primary-black);color:#f5f5f5;border-top:2px solid var(--haste-yellow)}.how-it-works ol[data-v-8ddb8715]{counter-reset:step-counter}.how-it-works li[data-v-8ddb8715]{position:relative;padding-left:2.5rem}.how-it-works li[data-v-8ddb8715]:before{content:counter(step-counter);counter-increment:step-counter;position:absolute;left:0;top:0;width:2rem;height:2rem;background-color:var(--haste-yellow);color:var(--primary-black);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.tips-resources[data-v-8ddb8715]{padding:2rem;background:var(--primary-black);color:#f5f5f5;border-top:2px solid var(--haste-yellow)}.tips-resources .list-disc li a[data-v-8ddb8715]{color:var(--haste-yellow);text-decoration:none;transition:color .3s}.tips-resources .list-disc li a[data-v-8ddb8715]:hover{text-decoration:underline}.json-container[data-v-8ddb8715]{background-color:#1e1e1e;border:1px solid var(--haste-yellow);border-radius:8px;padding:16px;max-width:800px;margin:0 auto;position:relative}.json-content[data-v-8ddb8715]{overflow:hidden;max-width:100%;white-space:pre-wrap;color:#d1d5db;font-family:Fira Code,monospace;background:#272822;border-radius:8px;padding:16px;transition:height .5s ease}.toggle-json-btn[data-v-8ddb8715]{background-color:var(--haste-yellow);color:var(--primary-black);padding:8px 16px;border:none;cursor:pointer;font-size:16px;margin-top:12px;display:block;margin-left:auto;margin-right:auto;border-radius:4px;transition:background-color .3s}.toggle-json-btn[data-v-8ddb8715]:hover{background-color:#fc0}.download-button[data-v-63343027]{display:inline-block;padding:.625rem 1.25rem;background:transparent;color:var(--haste-primary);border:2px solid var(--haste-primary);border-radius:6px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s;text-align:center;white-space:nowrap}.download-button[data-v-63343027]:hover{background:var(--haste-primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--haste-primary-rgb),.3)}.download-button[data-v-63343027]:active{transform:translateY(0)}.preview-container[data-v-64e64f64]{display:flex;flex-direction:column;height:100%;background:var(--gray-800);border-radius:8px;overflow:hidden}.pdf-viewer[data-v-64e64f64]{display:flex;flex-direction:column;height:100%}.pdf-controls[data-v-64e64f64]{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:var(--gray-900);border-bottom:1px solid var(--border-color);flex-shrink:0}.control-group[data-v-64e64f64]{display:flex;align-items:center;gap:.5rem}.page-info[data-v-64e64f64]{color:#fff;font-size:.875rem;font-weight:500}.pdf-display[data-v-64e64f64]{flex:1;overflow:hidden;background:var(--gray-700);padding:0;min-height:0}.pdf-iframe[data-v-64e64f64]{width:100%;height:100%;border:none;background:#fff}.empty-state[data-v-64e64f64]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:3rem 2rem}.empty-icon[data-v-64e64f64]{font-size:4rem;margin-bottom:1.5rem;opacity:.3}.empty-state h3[data-v-64e64f64]{margin:0 0 .75rem;font-size:1.5rem;color:#fff;font-weight:600}.empty-state p[data-v-64e64f64]{margin:.5rem 0;font-size:1rem;color:var(--gray-400)}.hint[data-v-64e64f64]{font-size:.875rem!important;color:var(--gray-500)!important;font-style:italic}.generate-button[data-v-ba3923f4]{padding:1rem 3rem;background:var(--haste-primary);color:#fff;border:none;border-radius:6px;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .2s;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px rgba(var(--haste-primary-rgb),.3)}.generate-button[data-v-ba3923f4]:hover:not(:disabled){background:var(--haste-primary);filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--haste-primary-rgb),.4)}.generate-button[data-v-ba3923f4]:active:not(:disabled){transform:translateY(0)}.generate-button[data-v-ba3923f4]:disabled{opacity:.5;cursor:not-allowed;transform:none}.generating[data-v-ba3923f4]{display:flex;align-items:center;gap:.75rem}.spinner[data-v-ba3923f4]{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-ba3923f4 .6s linear infinite}@keyframes spin-ba3923f4{to{transform:rotate(360deg)}}.home-container[data-v-2780ec91]{display:flex;flex-direction:column;height:100vh;overflow:hidden}.control-bar[data-v-2780ec91]{background:var(--gray-900);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;flex-shrink:0}.control-bar-content[data-v-2780ec91]{display:flex;justify-content:space-between;align-items:center;gap:2rem;max-width:1920px;margin:0 auto}.mode-tabs[data-v-2780ec91]{display:flex;gap:.5rem;flex-shrink:0}.mode-tab[data-v-2780ec91]{padding:.625rem 1.25rem;background:transparent;color:#fff;border:1px solid var(--border-color);border-radius:4px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s}.mode-tab[data-v-2780ec91]:hover{background:var(--hover-color);border-color:var(--haste-primary)}.mode-tab.active[data-v-2780ec91]{background:var(--haste-primary);border-color:var(--haste-primary);color:#fff}.right-controls[data-v-2780ec91]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.control-group[data-v-2780ec91]{display:flex;align-items:center;gap:.5rem}.control-label[data-v-2780ec91]{color:var(--gray-400);font-size:.875rem;font-weight:500;white-space:nowrap}.control-input[data-v-2780ec91],.control-select[data-v-2780ec91]{padding:.5rem .75rem;background:var(--gray-800);color:#fff;border:1px solid var(--border-color);border-radius:4px;font-size:.875rem;outline:none;transition:all .2s}.control-input[data-v-2780ec91]{width:140px}.control-select[data-v-2780ec91]{width:130px}.control-input[data-v-2780ec91]:focus,.control-select[data-v-2780ec91]:focus{border-color:var(--haste-primary);background:var(--gray-700)}.theme-select[data-v-2780ec91]{background:var(--gray-700)}.file-extension[data-v-2780ec91]{color:var(--gray-400);font-size:.875rem}.action-btn[data-v-2780ec91]{padding:.5rem 1rem;background:transparent;color:#fff;border:1px solid var(--gray-600);border-radius:4px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap}.action-btn[data-v-2780ec91]:hover{background:var(--gray-700);border-color:var(--gray-500)}.action-btn-danger[data-v-2780ec91]{color:#ef4444;border-color:#ef44444d}.action-btn-danger[data-v-2780ec91]:hover{background:#ef44441a;border-color:#ef4444}.main-content[data-v-2780ec91]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem;flex:1;overflow:hidden;max-width:1920px;margin:0 auto;width:100%}.editor-section[data-v-2780ec91],.preview-section[data-v-2780ec91]{overflow:hidden;display:flex;flex-direction:column}.hidden-mobile[data-v-2780ec91]{display:none}.preview-card[data-v-2780ec91]{display:flex;flex-direction:column;height:100%;background:var(--gray-900);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.preview-header[data-v-2780ec91]{padding:1rem 1.25rem;background:var(--gray-800);border-bottom:1px solid var(--border-color)}.preview-title[data-v-2780ec91]{margin:0;color:#fff;font-size:1.1rem;font-weight:600}.preview-body[data-v-2780ec91]{flex:1;overflow:hidden;display:flex;flex-direction:column}.bottom-bar[data-v-2780ec91]{background:var(--gray-900);border-top:1px solid var(--border-color);padding:1rem 1.5rem;flex-shrink:0}.bottom-bar-content[data-v-2780ec91]{display:flex;justify-content:center;align-items:center;gap:1rem;max-width:1920px;margin:0 auto}.mobile-toggle[data-v-2780ec91]{padding:.75rem 1.5rem;background:transparent;color:#fff;border:1px solid var(--border-color);border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.mobile-toggle[data-v-2780ec91]:hover{background:var(--gray-800);border-color:var(--haste-primary)}.fade-enter-active[data-v-2780ec91],.fade-leave-active[data-v-2780ec91]{transition:opacity .3s ease}.fade-enter-from[data-v-2780ec91],.fade-leave-to[data-v-2780ec91]{opacity:0}@media (max-width: 768px){.control-bar-content[data-v-2780ec91]{flex-direction:column;align-items:stretch;gap:1rem}.mode-tabs[data-v-2780ec91]{width:100%}.mode-tab[data-v-2780ec91]{flex:1;text-align:center}.right-controls[data-v-2780ec91]{flex-direction:column;align-items:stretch;gap:.75rem}.control-group[data-v-2780ec91]{justify-content:space-between}.action-btn[data-v-2780ec91]{width:100%}.main-content[data-v-2780ec91]{grid-template-columns:1fr;padding:1rem}}[data-v-2780ec91] *::-webkit-scrollbar{width:8px;height:8px}[data-v-2780ec91] *::-webkit-scrollbar-track{background:var(--gray-800)}[data-v-2780ec91] *::-webkit-scrollbar-thumb{background:var(--haste-red);border-radius:4px}[data-v-2780ec91] *::-webkit-scrollbar-thumb:hover{background:#ff453a}.jsoneditor,.jsoneditor-modal{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}.jsoneditor input,.jsoneditor input:not([type]),.jsoneditor input[type=text],.jsoneditor input[type=search],.jsoneditor-modal input,.jsoneditor-modal input:not([type]),.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=search]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}.jsoneditor input:focus,.jsoneditor input:not([type]):focus,.jsoneditor input[type=text]:focus,.jsoneditor input[type=search]:focus,.jsoneditor-modal input:focus,.jsoneditor-modal input:not([type]):focus,.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal input[type=search]:focus{border:inherit;box-shadow:inherit}.jsoneditor textarea,.jsoneditor-modal textarea{height:inherit}.jsoneditor select,.jsoneditor-modal select{display:inherit;height:inherit}.jsoneditor label,.jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}.jsoneditor table,.jsoneditor-modal table{border-collapse:collapse;width:auto}.jsoneditor td,.jsoneditor th,.jsoneditor-modal td,.jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}.jsoneditor .autocomplete.dropdown{position:absolute;background:#fff;box-shadow:2px 2px 12px #8080804d;border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px}.jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}.jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}.jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}.jsoneditor-contextmenu-root{position:relative;width:0;height:0}.jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}.jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px #8080804d;list-style:none;margin:0;padding:0}.jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:transparent;font-size:14px;font-family:arial,sans-serif;box-sizing:border-box;text-align:left}.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}.jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}.jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px #80808080;padding:0 10px;transition:all .3s ease-out}.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}.jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:0 -72px}.jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg)}.jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}.jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon,.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}.jsoneditor-contextmenu ul,.jsoneditor-contextmenu li{box-sizing:content-box;position:relative}.jsoneditor-contextmenu .jsoneditor-menu button:hover,.jsoneditor-contextmenu .jsoneditor-menu button:focus{color:#1a1a1a;background-color:#f5f5f5;outline:none}.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus{color:#fff;background-color:#ee422e}.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus{background-color:#f5f5f5}.jsoneditor-modal{max-width:95%;border-radius:2px!important;padding:45px 15px 15px!important;box-shadow:2px 2px 12px #8080804d;color:#4d4d4d;line-height:1.3em}.jsoneditor-modal.jsoneditor-modal-transform{width:600px!important}.jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial,sans-serif;font-size:11pt;background:#3883fa;color:#fff}.jsoneditor-modal table{width:100%}.jsoneditor-modal table td{padding:3px 0}.jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}.jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}.jsoneditor-modal table th{vertical-align:middle}.jsoneditor-modal p:first-child{margin-top:0}.jsoneditor-modal a{color:#3883fa}.jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}.jsoneditor-modal .pico-close{background:none!important;font-size:24px!important;top:7px!important;right:7px!important;color:#fff}.jsoneditor-modal input{padding:4px}.jsoneditor-modal input[type=text]{cursor:inherit}.jsoneditor-modal input[disabled]{background:#d3d3d3;color:gray}.jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}.jsoneditor-modal .jsoneditor-select-wrapper:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}.jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:"";font-size:14px;line-height:1.5em}.jsoneditor-modal select::-ms-expand{display:none}.jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}.jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}.jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}.jsoneditor-modal .jsoneditor-jmespath-label{font-weight:700;color:#1e90ff;margin-top:20px;margin-bottom:5px}.jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}.jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px}.jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}.jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}.jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}.jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}.jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}.jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}.jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}.jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}.jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}.jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}.jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}.jsoneditor-modal table th,.jsoneditor-modal table td{text-align:left;vertical-align:middle;font-weight:400;color:#4d4d4d;border-spacing:0;border-collapse:collapse}.jsoneditor-modal select,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal #query{background:#fff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}.jsoneditor-modal textarea,.jsoneditor-modal #query{border-radius:unset}.jsoneditor-modal,.jsoneditor-modal table td,.jsoneditor-modal table th,.jsoneditor-modal select,.jsoneditor-modal option,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal #query{font-size:10.5pt;font-family:arial,sans-serif}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;width:100%;box-sizing:border-box}.jsoneditor-modal input[type=button],.jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}.jsoneditor-modal select,.jsoneditor-modal input{cursor:pointer}.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#fff}.jsoneditor{color:#1a1a1a;border:thin solid #3883fa;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}div.jsoneditor-field,div.jsoneditor-value,a.jsoneditor-value,div.jsoneditor-readonly,div.jsoneditor-default{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value.jsoneditor-empty:after{content:"value"}div.jsoneditor-value.jsoneditor-string{color:#006000}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ed0}div.jsoneditor-value.jsoneditor-color-value,div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty:after{content:"field"}div.jsoneditor td{vertical-align:top}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor td.jsoneditor-tree{vertical-align:top}div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:gray}div.jsoneditor.busy div.jsoneditor-busy{display:inherit}div.jsoneditor code.jsoneditor-preview{background:none}div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}div.jsoneditor-default{color:gray;padding-left:10px}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#fff}div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg)}div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:none}div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-72px -72px;cursor:move}div.jsoneditor-tree *:focus{outline:none}div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:gray;font-family:arial,sans-serif;font-size:14px}div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:gray}div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid #808080;cursor:pointer}div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#fff;font-family:arial,sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}div.jsoneditor-tree .jsoneditor-button{display:block}div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-168px -48px;background-color:transparent}div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #ffee00;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px #0006}div.jsoneditor-field.jsoneditor-empty:after,div.jsoneditor-value.jsoneditor-empty:after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-value.jsoneditor-url,a.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}a.jsoneditor-value.jsoneditor-url:hover,a.jsoneditor-value.jsoneditor-url:focus{color:#ee422e}div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover,div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-value.jsoneditor-highlight{background-color:#ffffab;border:1px solid #ffee00;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-object,div.jsoneditor-value.jsoneditor-array{min-width:16px}div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}div.jsoneditor-tree div.jsoneditor-show-more a:hover,div.jsoneditor-tree div.jsoneditor-show-more a:focus{color:#ee422e}textarea.jsoneditor-text,.ace-jsoneditor{min-height:150px}textarea.jsoneditor-text.ace_editor,.ace-jsoneditor.ace_editor{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#d3d3d3}tr.jsoneditor-selected button.jsoneditor-dragarea,tr.jsoneditor-selected button.jsoneditor-contextmenu-button{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea:hover,div.jsoneditor-tree button.jsoneditor-dragarea:focus,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor tr,div.jsoneditor th,div.jsoneditor td{padding:0;margin:0}div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor td,div.jsoneditor th,div.jsoneditor textarea,pre.jsoneditor-preview,.jsoneditor-schema-error,.jsoneditor-popover{font-family:consolas,menlo,monaco,Ubuntu Mono,source-code-pro,monospace;font-size:14px;color:#1a1a1a}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}.jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px #0006;color:#fff;padding:7px 10px;position:absolute;cursor:auto;width:200px}.jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:"";display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}.jsoneditor-schema-error:hover .jsoneditor-popover,.jsoneditor-schema-error:focus .jsoneditor-popover{display:block;animation:fade-in .3s linear 1,move-up .3s linear 1}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}.jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}.jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:gray;background-color:#ebebeb;padding:7px 15px;border-radius:8px}.jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}.jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s,opacity 2s linear}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}.jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}.jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:#ee2e2e70}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}.jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-168px -48px;background-color:transparent}.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-25px 0px;background-color:transparent}.jsoneditor-anchor{cursor:pointer}.jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}.fadein{animation:fadein .3s;-moz-animation:fadein .3s;-o-animation:fadein .3s}@keyframes fadein{0%{opacity:0}to{opacity:1}}.jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}.jsoneditor-modal button.selectr-input-clear{right:8px}.jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;box-sizing:border-box;color:#fff;background-color:#3883fa;border-bottom:1px solid #3883fa}.jsoneditor-menu>button,.jsoneditor-menu>.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);color:#fff;opacity:.8;font-family:arial,sans-serif;font-size:14px;float:left}.jsoneditor-menu>button:hover,.jsoneditor-menu>.jsoneditor-modes>button:hover{background-color:#fff3;border:1px solid rgba(255,255,255,.4)}.jsoneditor-menu>button:focus,.jsoneditor-menu>button:active,.jsoneditor-menu>.jsoneditor-modes>button:focus,.jsoneditor-menu>.jsoneditor-modes>button:active{background-color:#ffffff4d}.jsoneditor-menu>button:disabled,.jsoneditor-menu>.jsoneditor-modes>button:disabled{opacity:.5;background-color:transparent;border:none}.jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}.jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}.jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}.jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform{display:none}.jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}.jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}.jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}.jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}.jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}.jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}.jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}.jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}.jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}.jsoneditor-menu>button.jsoneditor-separator,.jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator{margin-left:10px}.jsoneditor-menu a{font-family:arial,sans-serif;font-size:14px;color:#fff;opacity:.8;vertical-align:middle}.jsoneditor-menu a:hover{opacity:1}.jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}.jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;box-sizing:border-box;color:gray;background-color:#ebebeb;overflow:hidden;font-family:arial,sans-serif;font-size:14px}.jsoneditor-search{font-family:arial,sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}.jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:none;margin:1px;line-height:20px;font-family:arial,sans-serif}.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url(/assets/jsoneditor-icons-CIlYC0TY.svg);vertical-align:top}.jsoneditor-search button:hover{background-color:transparent}.jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}.jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}.jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}.jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}.jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}.jsoneditor-results{font-family:arial,sans-serif;color:#fff;padding-right:5px;line-height:26px}.jsoneditor-frame{border:1px solid transparent;background-color:#fff;padding:0 2px;margin:0}.jsoneditor-statusbar{line-height:26px;height:26px;color:gray;background-color:#ebebeb;border-top:1px solid #d3d3d3;box-sizing:border-box;font-size:14px}.jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}.jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}.jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-168px -48px;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url(/assets/jsoneditor-icons-CIlYC0TY.svg);background-position:-25px 0px}.jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}.jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:none}.jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px #8080804d}.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}.jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}.jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}.jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial,sans-serif;font-size:14px}.jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial,sans-serif}.jsoneditor-treepath span.jsoneditor-treepath-element:hover,.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */.selectr-container{position:relative}.selectr-container li{list-style:none}.selectr-hidden{position:absolute;overflow:hidden;clip:rect(0px,0px,0px,0px);width:1px;height:1px;margin:-1px;padding:0;border:0 none}.selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}.selectr-desktop.multiple .selectr-visible{display:none}.selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px!important;height:auto;opacity:1;display:block}.selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}.selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999999;border-radius:3px;background-color:#fff}.selectr-selected:before{position:absolute;top:50%;right:10px;width:0;height:0;content:"";transform:rotate(0) translate3d(0,-50%,0);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}.selectr-container.open .selectr-selected:before,.selectr-container.native-open .selectr-selected:before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}.selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.selectr-placeholder{color:#6c7a86}.selectr-tags{margin:0;padding:0;white-space:normal}.has-selected .selectr-tags{margin:0 0 -2px}.selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#fff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}.selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}.selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999999 #999999;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.open .selectr-options-container{display:block}.selectr-input-container{position:relative;display:none}.selectr-clear,.selectr-input-clear,.selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;transform:translate3d(0,-50%,0);border:medium none;background-color:transparent;z-index:11}.selectr-clear,.selectr-input-clear{display:none}.selectr-container.has-selected .selectr-clear,.selectr-input-container.active .selectr-input-clear{display:block}.selectr-selected .selectr-tag-remove{right:2px}.selectr-clear:before,.selectr-clear:after,.selectr-input-clear:before,.selectr-input-clear:after,.selectr-tag-remove:before,.selectr-tag-remove:after{position:absolute;top:5px;left:9px;width:2px;height:10px;content:" ";background-color:#6c7a86}.selectr-tag-remove:before,.selectr-tag-remove:after{top:4px;width:3px;height:12px;background-color:#fff}.selectr-clear:before,.selectr-input-clear:before,.selectr-tag-remove:before{transform:rotate(45deg)}.selectr-clear:after,.selectr-input-clear:after,.selectr-tag-remove:after{transform:rotate(-45deg)}.selectr-input-container.active,.selectr-input-container.active .selectr-clear{display:block}.selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999999;border-radius:3px}.selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999999;border-radius:0 0 3px 3px;background-color:#fff}.selectr-container.notice .selectr-notice{display:block}.selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}.selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}.selectr-container.open .selectr-options,.selectr-container.open .selectr-input-container,.selectr-container.notice .selectr-options-container{display:block}.selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:400}.selectr-options.optgroups>.selectr-option{padding-left:25px}.selectr-optgroup{font-weight:700;padding:0}.selectr-optgroup--label{font-weight:700;margin-top:10px;padding:5px 15px}.selectr-match{text-decoration:underline}.selectr-option.selected{background-color:#ddd}.selectr-option.active{color:#fff;background-color:#5897fb}.selectr-option.disabled{opacity:.4}.selectr-option.excluded{display:none}.selectr-container.open .selectr-selected{border-color:#999999 #999999 transparent #999999;border-radius:3px 3px 0 0}.selectr-container.open .selectr-selected:after{transform:rotate(180deg) translate3d(0,50%,0)}.selectr-disabled{opacity:.6}.selectr-empty,.has-selected .selectr-placeholder{display:none}.has-selected .selectr-label{display:block}.taggable .selectr-selected{padding:4px 28px 4px 4px}.taggable .selectr-selected:after{display:table;content:" ";clear:both}.taggable .selectr-label{width:auto}.taggable .selectr-tags{float:left;display:block}.taggable .selectr-placeholder{display:none}.input-tag{float:left;min-width:90px;width:auto}.selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}.selectr-input-container.loading:after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:"";transform:translate3d(0,-50%,0);transform-origin:50% 0 0;animation:.5s linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@keyframes selectr-spin{0%{transform:rotate(0) translate3d(0,-50%,0)}to{transform:rotate(360deg) translate3d(0,-50%,0)}}.selectr-container.open.inverted .selectr-selected{border-color:transparent #999999 #999999;border-radius:0 0 3px 3px}.selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999999 #999999 transparent;border-radius:3px 3px 0 0;background-color:#fff;top:auto;bottom:calc(100% - 1px)}.selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}.selectr-container ::placeholder{color:#6c7a86;opacity:1}.form-wrapper[data-v-0f464b7e]{height:100%;overflow-y:auto}.form-container[data-v-0f464b7e]{padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.form-section[data-v-0f464b7e]{background:var(--gray-800);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.section-header[data-v-0f464b7e]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title[data-v-0f464b7e]{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:var(--haste-primary);text-transform:uppercase;letter-spacing:.5px}.section-header .section-title[data-v-0f464b7e]{margin:0}.input-grid[data-v-0f464b7e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.input-group[data-v-0f464b7e]{display:flex;flex-direction:column;gap:.5rem}.input-label[data-v-0f464b7e]{font-size:.875rem;font-weight:600;color:var(--gray-300);text-transform:uppercase;letter-spacing:.5px}.form-input[data-v-0f464b7e],.form-textarea[data-v-0f464b7e]{padding:.75rem;background:var(--gray-900);color:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:.9375rem;font-family:OpenSans,sans-serif;transition:all .2s;outline:none}.form-input[data-v-0f464b7e]:focus,.form-textarea[data-v-0f464b7e]:focus{border-color:var(--haste-primary);background:var(--gray-800);box-shadow:0 0 0 3px rgba(var(--haste-primary-rgb),.1)}.form-input[data-v-0f464b7e]::-moz-placeholder,.form-textarea[data-v-0f464b7e]::-moz-placeholder{color:var(--gray-500)}.form-input[data-v-0f464b7e]::placeholder,.form-textarea[data-v-0f464b7e]::placeholder{color:var(--gray-500)}.form-textarea[data-v-0f464b7e]{resize:vertical;font-family:OpenSans,monospace;line-height:1.6}.add-button[data-v-0f464b7e]{padding:.625rem 1.25rem;background:transparent;color:var(--haste-primary);border:2px solid var(--haste-primary);border-radius:6px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.add-button[data-v-0f464b7e]:hover{background:var(--haste-primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--haste-primary-rgb),.3)}.entry-card[data-v-0f464b7e]{position:relative;background:var(--gray-900);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .2s}.entry-card[data-v-0f464b7e]:hover{border-color:var(--haste-primary);box-shadow:0 0 0 1px var(--haste-primary)}.remove-button[data-v-0f464b7e]{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:4px;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.remove-button[data-v-0f464b7e]:hover{background:#ef4444;color:#fff;border-color:#ef4444}.skills-grid[data-v-0f464b7e]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.skill-item[data-v-0f464b7e]{position:relative;display:flex;align-items:center;gap:.5rem}.skill-remove[data-v-0f464b7e]{width:28px;height:28px;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:4px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:1}.skill-remove[data-v-0f464b7e]:hover{background:#ef4444;color:#fff;border-color:#ef4444}.empty-message[data-v-0f464b7e]{text-align:center;padding:2rem;color:var(--gray-400);font-size:.9375rem;font-style:italic}.modal-form[data-v-0f464b7e]{display:flex;flex-direction:column;gap:1rem}.mt-4[data-v-0f464b7e]{margin-top:1rem}.form-wrapper[data-v-0f464b7e]::-webkit-scrollbar{width:8px}.form-wrapper[data-v-0f464b7e]::-webkit-scrollbar-track{background:var(--gray-900)}.form-wrapper[data-v-0f464b7e]::-webkit-scrollbar-thumb{background:var(--haste-primary);border-radius:4px}.form-wrapper[data-v-0f464b7e]::-webkit-scrollbar-thumb:hover{background:var(--haste-primary);filter:brightness(1.2)}@media (max-width: 768px){.form-container[data-v-0f464b7e]{padding:1rem;gap:1.5rem}.form-section[data-v-0f464b7e]{padding:1rem}.input-grid[data-v-0f464b7e],.skills-grid[data-v-0f464b7e]{grid-template-columns:1fr}.section-header[data-v-0f464b7e]{flex-direction:column;align-items:stretch;gap:1rem}.add-button[data-v-0f464b7e]{width:100%}}.visual-builder[data-v-d3f94a4f]{display:flex;flex-direction:column;gap:1.5rem;height:100%;padding:.5rem}.instructions-banner[data-v-d3f94a4f]{background:var(--gray-800);border:1px solid var(--border-color);padding:1.5rem;border-radius:8px;position:relative;overflow:hidden}.instructions-banner[data-v-d3f94a4f]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--haste-gradient)}.instructions-title[data-v-d3f94a4f]{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:var(--haste-primary)}.instructions-text[data-v-d3f94a4f]{margin:0;font-size:.95rem;color:var(--gray-300);line-height:1.6}.builder-layout[data-v-d3f94a4f]{display:grid;grid-template-columns:420px 1fr;gap:1.5rem;flex:1;overflow:hidden;min-height:0}.sections-panel[data-v-d3f94a4f]{display:flex;flex-direction:column;background:var(--gray-900);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.panel-header[data-v-d3f94a4f]{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--gray-800);border-bottom:1px solid var(--border-color)}.panel-title[data-v-d3f94a4f]{margin:0;color:#fff;font-size:1.1rem;font-weight:600}.btn-add[data-v-d3f94a4f]{padding:.5rem 1rem;background:transparent;color:var(--haste-primary);border:1px solid var(--haste-primary);border-radius:4px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-add[data-v-d3f94a4f]:hover{background:var(--haste-primary);color:#fff;transform:translateY(-1px)}.add-section-menu[data-v-d3f94a4f]{background:var(--gray-800);border-bottom:1px solid var(--border-color);padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.menu-item[data-v-d3f94a4f]{padding:.75rem;background:var(--gray-700);color:#fff;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;text-align:left}.menu-item[data-v-d3f94a4f]:hover{background:var(--haste-primary);border-color:var(--haste-primary);transform:translateY(-1px)}.sections-list[data-v-d3f94a4f]{flex:1;overflow-y:auto;padding:1rem}.sections-container[data-v-d3f94a4f]{display:flex;flex-direction:column;gap:.75rem}.section-item[data-v-d3f94a4f]{background:var(--gray-800);border:1px solid var(--border-color);border-radius:6px;overflow:hidden;transition:all .2s}.section-item[data-v-d3f94a4f]:hover{border-color:var(--haste-primary);box-shadow:0 0 0 1px var(--haste-primary)}.section-disabled[data-v-d3f94a4f]{opacity:.5}.section-row[data-v-d3f94a4f]{display:flex;align-items:center;gap:.75rem;padding:1rem}.checkbox-container[data-v-d3f94a4f]{position:relative;cursor:pointer;flex-shrink:0}.checkbox-input[data-v-d3f94a4f]{position:absolute;opacity:0;cursor:pointer}.checkbox-custom[data-v-d3f94a4f]{display:block;width:20px;height:20px;background:var(--gray-700);border:2px solid var(--haste-primary);border-radius:4px;transition:all .2s}.checkbox-input:checked+.checkbox-custom[data-v-d3f94a4f]{background:var(--haste-primary)}.checkbox-custom[data-v-d3f94a4f]:after{content:"✓";position:absolute;display:none;color:#fff;font-weight:700;font-size:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-input:checked+.checkbox-custom[data-v-d3f94a4f]:after{display:block}.section-info[data-v-d3f94a4f]{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.section-name[data-v-d3f94a4f]{color:#fff;font-weight:600;font-size:.9375rem}.section-meta[data-v-d3f94a4f]{color:var(--gray-400);font-size:.8125rem}.section-controls[data-v-d3f94a4f]{display:flex;gap:.25rem;flex-shrink:0}.control-btn[data-v-d3f94a4f]{width:32px;height:32px;background:var(--gray-700);border:1px solid var(--border-color);color:var(--haste-primary);border-radius:4px;cursor:pointer;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex;align-items:center;justify-content:center}.control-btn[data-v-d3f94a4f]:hover:not(:disabled){background:var(--haste-primary);color:#fff;border-color:var(--haste-primary)}.control-btn[data-v-d3f94a4f]:disabled{opacity:.3;cursor:not-allowed}.control-delete[data-v-d3f94a4f]:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.section-properties[data-v-d3f94a4f]{padding:1rem;background:var(--gray-900);border-top:1px solid var(--border-color);display:flex;gap:1rem}.property-group[data-v-d3f94a4f]{display:flex;align-items:center;gap:.5rem}.property-label[data-v-d3f94a4f]{color:var(--gray-400);font-size:.875rem;font-weight:500}.property-select[data-v-d3f94a4f]{padding:.5rem;background:var(--gray-700);color:#fff;border:1px solid var(--border-color);border-radius:4px;font-size:.875rem}.color-input[data-v-d3f94a4f]{width:60px;height:32px;border:1px solid var(--border-color);border-radius:4px;background:var(--gray-700);cursor:pointer}.panel-footer[data-v-d3f94a4f]{padding:1rem;border-top:1px solid var(--border-color);background:var(--gray-800)}.btn-reset[data-v-d3f94a4f]{width:100%;padding:.75rem;background:transparent;color:var(--gray-400);border:1px solid var(--gray-600);border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.btn-reset[data-v-d3f94a4f]:hover{background:var(--gray-700);color:#fff;border-color:var(--gray-500)}.preview-panel[data-v-d3f94a4f]{display:flex;flex-direction:column;background:var(--gray-900);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.preview-header[data-v-d3f94a4f]{padding:1.25rem;background:var(--gray-800);border-bottom:1px solid var(--border-color)}.preview-subtitle[data-v-d3f94a4f]{margin:.5rem 0 0;color:var(--gray-400);font-size:.875rem}.preview-content[data-v-d3f94a4f]{flex:1;overflow-y:auto;padding:1rem}.preview-list[data-v-d3f94a4f]{display:flex;flex-direction:column;gap:.75rem}.preview-item[data-v-d3f94a4f]{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-800);border-left:3px solid var(--haste-primary);border-radius:4px;transition:all .2s}.preview-item[data-v-d3f94a4f]:hover{background:var(--gray-700);transform:translate(4px)}.preview-number[data-v-d3f94a4f]{width:36px;height:36px;background:var(--haste-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.preview-details[data-v-d3f94a4f]{flex:1;min-width:0}.preview-title[data-v-d3f94a4f]{color:#fff;font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.preview-description[data-v-d3f94a4f]{color:var(--gray-400);font-size:.8125rem}.empty-state[data-v-d3f94a4f],.empty-preview[data-v-d3f94a4f]{padding:3rem 1rem;text-align:center;color:var(--gray-400)}.empty-state p[data-v-d3f94a4f],.empty-preview p[data-v-d3f94a4f]{margin:.5rem 0;font-size:.9375rem}.slide-down-enter-active[data-v-d3f94a4f],.slide-down-leave-active[data-v-d3f94a4f]{transition:all .3s ease}.slide-down-enter-from[data-v-d3f94a4f],.slide-down-leave-to[data-v-d3f94a4f]{opacity:0;max-height:0;transform:translateY(-10px)}.list-move[data-v-d3f94a4f],.list-enter-active[data-v-d3f94a4f],.list-leave-active[data-v-d3f94a4f]{transition:all .3s ease}.list-enter-from[data-v-d3f94a4f],.list-leave-to[data-v-d3f94a4f]{opacity:0;transform:translate(-20px)}.preview-fade-move[data-v-d3f94a4f],.preview-fade-enter-active[data-v-d3f94a4f],.preview-fade-leave-active[data-v-d3f94a4f]{transition:all .3s ease}.preview-fade-enter-from[data-v-d3f94a4f],.preview-fade-leave-to[data-v-d3f94a4f]{opacity:0}.sections-list[data-v-d3f94a4f]::-webkit-scrollbar,.preview-content[data-v-d3f94a4f]::-webkit-scrollbar{width:8px}.sections-list[data-v-d3f94a4f]::-webkit-scrollbar-track,.preview-content[data-v-d3f94a4f]::-webkit-scrollbar-track{background:var(--gray-800)}.sections-list[data-v-d3f94a4f]::-webkit-scrollbar-thumb,.preview-content[data-v-d3f94a4f]::-webkit-scrollbar-thumb{background:var(--haste-primary);border-radius:4px}.sections-list[data-v-d3f94a4f]::-webkit-scrollbar-thumb:hover,.preview-content[data-v-d3f94a4f]::-webkit-scrollbar-thumb:hover{background:var(--haste-primary);filter:brightness(1.2)}@media (max-width: 1024px){.builder-layout[data-v-d3f94a4f]{grid-template-columns:1fr}.sections-panel[data-v-d3f94a4f]{max-height:60vh}.add-section-menu[data-v-d3f94a4f]{grid-template-columns:1fr}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-top:3rem;margin-bottom:3rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-9{height:2.25rem}.h-\[4\.2rem\]{height:4.2rem}.h-\[65vmin\]{height:65vmin}.w-10{width:2.5rem}.w-3\/4{width:75%}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.flex-shrink{flex-shrink:1}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-8{gap:2rem}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.whitespace-nowrap{white-space:nowrap}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[var\(--haste-yellow\)\]{border-color:var(--haste-yellow)}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.bg-\[var\(--haste-yellow\)\]{background-color:var(--haste-yellow)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900\/50{background-color:#11182780}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-95{--tw-bg-opacity: .95}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-0{padding-top:0}.pt-\[2px\]{padding-top:2px}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-open-sans{font-family:OpenSans,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\[\#888\]{--tw-text-opacity: 1;color:rgb(136 136 136 / var(--tw-text-opacity))}.text-\[var\(--haste-yellow\)\]{color:var(--haste-yellow)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-90{opacity:.9}.outline{outline-style:solid}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-haste-yellow{color:var(--haste-yellow)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-transparent::-moz-placeholder{color:transparent}.placeholder\:text-transparent::placeholder{color:transparent}.hover\:bg-\[\#ffcc00\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 204 0 / var(--tw-bg-opacity))}.hover\:bg-\[var\(--haste-yellow\)\]:hover{background-color:var(--haste-yellow)}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:text-\[var\(--haste-yellow\)\]:hover{color:var(--haste-yellow)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:text-haste-yellow:hover{color:var(--haste-yellow)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[var\(--haste-yellow\)\]:focus-visible{--tw-ring-color: var(--haste-yellow)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[state\=active\]\:bg-\[var\(--haste-yellow\)\][data-state=active]{background-color:var(--haste-yellow)}.data-\[state\=active\]\:text-black[data-state=active]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px){.md\:w-1\/2{width:50%}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:w-1\/3{width:33.333333%}}:root{--haste-primary: #FF453A;--haste-primary-rgb: 255, 69, 58;--haste-gradient: linear-gradient(135deg, #FF453A, #d13639);--border-color: rgba(255, 69, 58, .3);--hover-color: rgba(255, 69, 58, .1);--haste-yellow: var(--haste-primary);--haste-red: var(--haste-primary);--primary-black: #080808;--gray-900: #0f0f0f;--gray-800: #1a1a1a;--gray-700: #2a2a2a;--gray-600: #3a3a3a;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db}*:focus{outline-style:none}input{background-color:transparent;border-bottom:1px solid whitesmoke;color:#f5f5f5;font-family:OpenSans}textarea{background:transparent;border:1px solid whitesmoke;font-family:OpenSans}.haste-button{border-radius:2px;border:1px solid var(--haste-yellow);background:transparent;color:var(--haste-yellow);transition:all .3s ease;padding-block:.5rem;padding-inline:1rem;margin-block:1rem;font-family:OpenSans;font-weight:700;font-size:30px}.haste-button:hover,.haste-option:hover{opacity:.8;transform:scale(1.05);transition:all .25s ease}.haste-option{border-radius:2px;border-bottom:1px solid var(--haste-yellow);background:transparent;color:var(--haste-yellow);transition:all .3s ease;padding-block:.25rem;padding-inline:.5rem;margin-block:1rem;margin-inline:1rem;font-family:OpenSans;font-weight:700;font-size:24px}div.jsoneditor-menu>a{display:none}.jsoneditor-menu{background-color:var(--primary-black);border-bottom:1px solid var(--haste-yellow)}.jsoneditor-menu>button{background-color:var(--primary-black)}.jsoneditor-statusbar{background-color:var(--primary-black)}.jsoneditor{border:none}body{--position: 100% 500px;color:#f5f5f5;display:flex;flex-direction:column;min-height:100svh;background:radial-gradient(circle 1000px at var(--position),hsl(9 100% 50% / .4),transparent),conic-gradient(from 90deg at 1px 1px,#0c0c0e 90deg,#111113 0) center -1px / 30px 30px}@media (max-width: 768px){body{--position: right top}}.center{width:min(100% - 2rem,1200px);margin-inline:auto;padding-inline:1rem}.active-link{background-color:var(--haste-yellow)!important;color:var(--primary-black)!important;transition:all .25s}.inactive-link{background-color:transparent!important;transition:all .25s}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Regular-DxJTClRG.ttf) format("truetype"),url(/assets/OpenSans-Bold-DGvYQtcs.ttf) format("truetype")}@font-face{font-family:Cardo;src:url(/assets/Cardo-Regular-Dw7eUNPT.ttf) format("truetype");font-style:normal}
