@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;max-width:720px;margin:0 auto;padding:3rem 1.5rem 2rem}.hero{text-align:center;margin-bottom:2.5rem;animation:fadeInUp .6s ease}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--neutral-300);margin-bottom:1.25rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--success-400);box-shadow:0 0 8px var(--success-500);animation:pulse 2s infinite}.hero-title{font-size:2.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:.75rem}.hero-accent{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.0625rem;color:var(--neutral-400);font-weight:400}.hero-domain{color:var(--accent-400);font-weight:600}.shortener-form{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;margin-bottom:1.25rem;animation:fadeInUp .7s ease}.shortener-form .input-wrapper{order:1}.shortener-form .shorten-btn{order:2}.shortener-form .options-block{order:3;flex-basis:100%;width:100%}.input-wrapper{position:relative;flex:1;display:flex;align-items:center;z-index:0}.input-icon{position:absolute;left:1rem;color:var(--neutral-500);flex-shrink:0;pointer-events:none;z-index:1;transition:color .2s ease}.url-input{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);color:#fff;transition:border-color .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.url-input::placeholder{color:var(--neutral-500)}.url-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #0ea5e926}.url-input:focus+.input-icon,.input-wrapper:focus-within .input-icon{color:var(--primary-500)}.shorten-btn{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:1rem;font-weight:600;white-space:nowrap;background:linear-gradient(135deg,var(--primary-600),var(--primary-500));color:#fff;border-radius:var(--radius-md);transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:var(--shadow-md)}.shorten-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0ea5e966}.shorten-btn:active:not(:disabled){transform:translateY(0)}.shorten-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.error-banner{display:flex;align-items:center;gap:.625rem;width:100%;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:var(--radius-md);color:var(--error-400);font-size:.9375rem;font-weight:500;margin-bottom:1.25rem;animation:fadeInUp .3s ease}.result-card{width:100%;padding:1.5rem;background:linear-gradient(135deg,#10b98114,#0ea5e90f);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:2rem;animation:fadeInUp .4s ease}.result-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--success-400);margin-bottom:.75rem}.result-link-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.result-link{flex:1;font-size:1.375rem;font-weight:700;color:#fff;word-break:break-all;transition:color .2s ease}.result-link:hover{color:var(--accent-400)}.result-original{font-size:.875rem;color:var(--neutral-500);word-break:break-all}.result-original span{color:var(--neutral-300)}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.9375rem;font-weight:600;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--neutral-200);transition:all .2s ease;flex-shrink:0}.copy-btn:hover{background:var(--neutral-700);border-color:var(--neutral-600)}.copy-btn.copied{background:#10b98126;border-color:#10b9814d;color:var(--success-400)}.copy-btn-small{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--neutral-500);transition:all .2s ease;flex-shrink:0}.copy-btn-small:hover{background:var(--neutral-700);color:var(--neutral-200)}.copy-btn-small.copied{background:#10b98126;color:var(--success-400)}.main-content{width:100%}.history-section{width:100%;animation:fadeInUp .8s ease}.history-header{display:flex;align-items:center;margin-bottom:1rem}.history-title{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;color:var(--neutral-300)}.history-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.8125rem;font-weight:600;background:var(--card-bg);border:1px solid var(--card-border);border-radius:999px;color:var(--neutral-400)}.history-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.history-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s ease,transform .15s ease,background .2s ease;animation:fadeInUp .3s ease}.history-item:hover{border-color:var(--neutral-600);background:#1e293bcc}.history-item-main{flex:1;min-width:0}.history-short{font-size:1rem;font-weight:600;color:var(--accent-400);word-break:break-all;transition:color .2s ease}.history-short:hover{color:var(--accent-500)}.history-original{font-size:.8125rem;color:var(--neutral-500);margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.history-clicks{display:flex;align-items:center;gap:.3125rem;font-size:.8125rem;font-weight:500;color:var(--neutral-400)}.history-date{font-size:.8125rem;color:var(--neutral-500);white-space:nowrap}.delete-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--neutral-500);transition:all .2s ease;flex-shrink:0}.delete-btn:hover{background:#ef44441f;color:var(--error-400)}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem;background:var(--card-bg);border:1px dashed var(--card-border);border-radius:var(--radius-lg);color:var(--neutral-500)}.empty-state svg{margin-bottom:1rem;opacity:.4}.empty-state p{font-size:.9375rem}.empty-sub{margin-top:.25rem;font-size:.8125rem;color:var(--neutral-600)}.footer{margin-top:auto;padding-top:3rem;text-align:center;font-size:.8125rem;color:var(--neutral-600)}.footer-domain{color:var(--accent-400);font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 640px){.app{padding:2rem 1rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9375rem}.shortener-form{flex-direction:column}.shortener-form .input-wrapper{order:1}.shortener-form .options-block{order:2;flex-basis:auto}.shortener-form .shorten-btn{order:3}.shorten-btn{padding:.875rem 1.5rem;justify-content:center}.history-item{flex-direction:column;align-items:flex-start;gap:.75rem}.history-item-meta{width:100%;justify-content:flex-start;flex-wrap:wrap}.result-link{font-size:1.125rem}.result-link-row{flex-direction:column;align-items:stretch}.copy-btn{justify-content:center}}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;color:#9ca3af;pointer-events:none}.url-input{padding-left:42px}.history-clicks{font-size:12px;color:#6b7280;white-space:nowrap}.delete-btn.locked{opacity:.55;cursor:pointer}.delete-btn.locked:hover{opacity:.85}.locked-message{margin-top:6px;font-size:12px;color:#b45309;background:#b4530914;border:1px solid rgba(180,83,9,.2);border-radius:8px;padding:6px 10px;animation:enlaFadeIn .2s ease}.qr-btn{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:8px 14px;font-size:13px;font-weight:500;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:transparent;cursor:pointer;transition:background .15s ease}.qr-btn:hover{background:#0000000a}.qr-btn:disabled{opacity:.6;cursor:default}.qr-btn-small{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(0,0,0,.12);border-radius:6px;background:transparent;cursor:pointer;transition:background .15s ease}.qr-btn-small:hover{background:#0000000a}.qr-preview{margin-top:10px;display:flex;justify-content:center}.qr-preview img{width:160px;height:160px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fff;padding:8px}@keyframes enlaFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.turnstile-widget{display:flex;justify-content:center;margin-top:12px;min-height:65px}.history-item-main{min-width:0;flex:1 1 auto}.history-short{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.history-item-meta{flex-wrap:wrap;row-gap:8px}.delete-wrapper{position:relative;display:inline-flex}.delete-btn.locked{opacity:.6;cursor:default}.delete-btn.locked:hover{opacity:.9}.delete-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;width:220px;font-size:12px;line-height:1.4;color:#b45309;background:#1f1a12;border:1px solid rgba(180,83,9,.35);border-radius:8px;padding:8px 10px;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:20}.delete-wrapper:hover .delete-tooltip,.delete-wrapper:focus-within .delete-tooltip{opacity:1;transform:translateY(0)}.options-toggle{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;padding:.375rem .125rem;font-size:.8125rem;font-weight:500;color:var(--neutral-500);background:none;border:none;cursor:pointer;transition:color .2s ease;margin-bottom:.75rem}.options-toggle:hover{color:var(--neutral-300)}.chevron-icon{transition:transform .2s ease;flex-shrink:0}.chevron-open{transform:rotate(180deg)}.options-panel{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1.125rem 1.25rem;margin-bottom:1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeInUp .25s ease}.option-row{display:flex;flex-direction:column;gap:.5rem}.option-label{font-size:.8125rem;font-weight:600;color:var(--neutral-300)}.custom-alias-wrapper{display:flex;align-items:center;background:#ffffff08;border:1px solid var(--card-border);border-radius:var(--radius-sm);transition:border-color .2s ease,box-shadow .2s ease}.custom-alias-wrapper:focus-within{border-color:var(--primary-500);box-shadow:0 0 0 3px #0ea5e926}.custom-alias-prefix{padding:0 0 0 .875rem;font-size:.875rem;color:var(--neutral-500);white-space:nowrap}.custom-alias-input{flex:1;min-width:0;padding:.75rem .875rem .75rem .375rem;font-size:.9375rem;background:transparent;border:none;outline:none;color:#fff}.custom-alias-input::placeholder{color:var(--neutral-600)}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--neutral-300);cursor:pointer;width:fit-content}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-500);cursor:pointer}.password-input{padding:.75rem .875rem;font-size:.9375rem;background:#ffffff08;border:1px solid var(--card-border);border-radius:var(--radius-sm);color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.password-input::placeholder{color:var(--neutral-600)}.password-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #0ea5e926}@media (max-width: 640px){.options-panel{padding:1rem}}.checkbox-label-disabled{cursor:not-allowed;opacity:.5}.checkbox-label-disabled input[type=checkbox]{cursor:not-allowed}.option-lock-note{font-size:.75rem;color:var(--neutral-500);margin-top:-.25rem}.schedule-fields{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:.875rem;background:#ffffff08;border:1px solid var(--card-border);border-radius:var(--radius-sm)}.schedule-start-toggle{display:flex;flex-wrap:wrap;gap:1rem}.radio-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;color:var(--neutral-300);cursor:pointer}.radio-label input[type=radio]{accent-color:var(--primary-500);cursor:pointer}.schedule-field{display:flex;flex-direction:column;gap:.375rem}.datetime-input{padding:.7rem .875rem;font-size:.9375rem;background:#ffffff08;border:1px solid var(--card-border);border-radius:var(--radius-sm);color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;color-scheme:dark}.datetime-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #0ea5e926}.schedule-info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem}.status-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:999px}.status-active{background:#10b98126;color:var(--success-400);border:1px solid rgba(16,185,129,.3)}.status-inactive{background:#ef44441f;color:var(--error-400);border:1px solid rgba(239,68,68,.25)}.schedule-info-date{font-size:.75rem;color:var(--neutral-500)}.qr-download-btn{display:inline-flex;align-items:center;gap:.375rem;margin-top:.625rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--neutral-200);cursor:pointer;transition:all .2s ease}.qr-download-btn:hover{background:var(--neutral-700);border-color:var(--neutral-600)}.qr-preview{flex-direction:column;align-items:center}.hero-mode-switch{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.hero-badge-btn{cursor:pointer;text-decoration:none;opacity:.55;transition:opacity .15s ease,transform .15s ease}.hero-badge-btn:hover{opacity:.85}.hero-badge-active{opacity:1;transform:translateY(-1px)}.hero-badge-dot-qr{background:#4e8ee8}.qr-color-input{width:44px;height:32px;padding:0;border:1px solid rgba(0,0,0,.15);border-radius:6px;background:none;cursor:pointer}.qr-select{padding:.4rem .6rem;border-radius:6px;border:1px solid rgba(0,0,0,.15);font-size:.9rem}.qr-preset-row{display:flex;gap:.5rem;flex-wrap:wrap}.qr-preset-swatch{width:32px;height:32px;border-radius:50%;border:2px solid;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.qr-preset-swatch span{width:14px;height:14px;border-radius:50%;display:block}.qr-preset-swatch:hover{transform:scale(1.08)}.qr-preset-active{outline:2px solid #4e8ee8;outline-offset:2px}.qr-logo-input{font-size:.85rem}.qr-logo-preview{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.qr-logo-preview img{width:36px;height:36px;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,.15)}.qr-logo-remove{background:none;border:none;color:#e85d4e;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:0}.qr-type-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.qr-type-btn{padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:transparent;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.qr-type-btn:hover{border-color:#4e8ee8}.qr-type-active{background:#4e8ee8;border-color:#4e8ee8;color:#fff}.qr-fields{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1rem}.qr-field-row{display:flex;flex-direction:column;gap:.35rem}.qr-textarea{width:100%;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(0,0,0,.15);font-size:.95rem;font-family:inherit;resize:vertical}.qr-field-hint{font-size:.8rem;opacity:.65;margin:0}.qr-quality-note{font-size:.8rem;opacity:.65;margin:.5rem 0 0}.checkbox-label{display:flex;align-items:center;gap:.4rem;cursor:pointer}.qr-form{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:1rem}.qr-form>*{width:100%}.qr-form>.shorten-btn{height:auto!important;align-self:auto!important;flex:none!important;max-width:none;min-height:54px;padding:.9rem 1.5rem!important;font-size:1.05rem}.dynamic-qr-intro{text-align:left}.dynamic-qr-intro h2{margin:0 0 .6rem;font-size:1.2rem}.dynamic-qr-intro p{margin:0;color:var(--neutral-300);line-height:1.5}.dynamic-qr-intro-login{margin-top:.75rem!important}.dynamic-qr-wrap{position:relative}.dynamic-qr-locked{filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.dynamic-qr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:1.5rem;background:#080b1299;border:1px solid var(--card-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dynamic-qr-overlay svg{color:var(--accent-400)}.dynamic-qr-overlay p{margin:0;font-weight:600;color:#fff}.dynamic-qr-overlay-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.dynamic-qr-divider{border:none;border-top:1px solid var(--card-border);margin:2rem 0}.dynamic-qr-section-title{margin:0 0 1rem;font-size:1.1rem;color:var(--neutral-300)}.panel-app{max-width:1100px}.history-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media (max-width: 760px){.history-columns{grid-template-columns:1fr}}.modern-app{--ui-bg: #f7f9ff;--ui-surface: #ffffff;--ui-ink: #0b1026;--ui-muted: #63708c;--ui-line: #e5e9f5;--ui-blue: #3d78ff;--ui-violet: #8b43ff;--ui-cyan: #45c7ef;--ui-dark: #071327;--ui-dark-2: #0b1830;width:100%;max-width:none;min-height:100vh;margin:0;padding:0;align-items:stretch;color:var(--ui-ink);background:radial-gradient(circle at 50% 18%,rgba(99,116,255,.09),transparent 26rem),linear-gradient(180deg,#fbfcff,#f7f9ff 65%,#fff)}.modern-app *{box-sizing:border-box}.modern-app a{text-decoration:none}.site-topbar{height:72px;width:100%;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#ffffffd6;border-bottom:1px solid var(--ui-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:40}.brand-lockup{display:inline-flex;align-items:center;gap:10px;color:var(--ui-ink)}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:22px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--ui-violet),var(--ui-blue));box-shadow:0 8px 24px #505bff40}.brand-word{font-size:28px;font-weight:850;letter-spacing:-.045em;color:var(--ui-ink)}.brand-word span{background:linear-gradient(90deg,var(--ui-blue),var(--ui-violet));-webkit-background-clip:text;background-clip:text;color:transparent}.topbar-actions{display:flex;align-items:center;gap:14px}.topbar-link{color:#192039;font-weight:650;padding:10px 12px}.topbar-primary{color:#fff;font-weight:750;padding:12px 20px;border-radius:12px;background:linear-gradient(135deg,var(--ui-blue),var(--ui-violet));box-shadow:0 8px 22px #4a67ff33}.landing-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:36px 0 0}.landing-hero{text-align:center;padding:8px 0 24px}.landing-title{margin:0;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:900;color:var(--ui-ink)}.landing-title span{display:block;padding:6px 0 3px;background:linear-gradient(90deg,#8b43ff 20%,#3d78ff 56%,#35c9e8 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-subtitle{max-width:650px;margin:18px auto 24px;color:var(--ui-muted);font-size:17px;line-height:1.6}.product-switch{display:inline-grid;grid-template-columns:1fr 1fr;gap:4px;padding:5px;border:1px solid #dde3f2;background:#f5f7fd;border-radius:999px;box-shadow:inset 0 1px #fffc}.product-switch-item{min-width:210px;padding:12px 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#64708b;font-weight:750;font-size:14px;transition:.2s ease}.product-switch-item.active{color:#4546ec;background:#fff;box-shadow:0 5px 18px #283a6e1c}.product-switch-item svg{width:17px;height:17px}.switch-icon{font-size:18px;line-height:1}.tool-card{position:relative;overflow:hidden;width:100%;border-radius:28px;padding:30px 34px;background:radial-gradient(circle at 90% 18%,rgba(139,67,255,.32),transparent 16rem),radial-gradient(circle at 10% 100%,rgba(39,135,255,.16),transparent 20rem),linear-gradient(145deg,#071326,#091833);box-shadow:0 22px 55px #1e2f672e,0 0 0 1px #3265ff14;color:#fff}.tool-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(135,79,255,.45);border-radius:inherit;pointer-events:none}.tool-card-heading{display:flex;align-items:center;gap:14px;position:relative;z-index:1;margin-bottom:22px}.tool-card-heading h2{margin:0 0 4px;font-size:20px;color:#fff}.tool-card-heading p{margin:0;color:#aab6d2;font-size:13px}.tool-icon-bubble{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;font-size:23px;background:linear-gradient(135deg,#36d9ef,#5665ff 52%,#9a40ff);box-shadow:0 0 28px #5d54ff73}.modern-shortener-form{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:0}.modern-shortener-form .modern-url-wrapper,.modern-shortener-form .modern-primary-btn{order:initial}.modern-shortener-form .modern-options-block{order:initial;grid-column:1 / -1}.modern-url-wrapper .url-input{min-height:62px;border-radius:17px;border:1px solid #31405f;background:#030d1f94;color:#fff;font-size:16px;padding-left:50px;box-shadow:inset 0 1px #ffffff05}.modern-url-wrapper .url-input::placeholder{color:#7885a3}.modern-url-wrapper .url-input:focus{border-color:#526cff;box-shadow:0 0 0 4px #526cff1f}.modern-url-wrapper .input-icon{left:18px;color:#92a2c3}.modern-primary-btn,.qr-generate-btn{min-height:62px;padding:0 30px;border-radius:17px;border:0;background:linear-gradient(120deg,#337dff,#7356ff 52%,#9b43ff);color:#fff;font-size:16px;font-weight:800;box-shadow:0 12px 30px #464dff47;display:inline-flex;align-items:center;justify-content:center;gap:14px}.modern-primary-btn:hover:not(:disabled),.qr-generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 34px #464dff5c}.btn-arrow{font-size:20px}.modern-options-block .options-toggle{color:#9ca9c5;padding:5px 2px}.modern-options-block .options-panel{background:#ffffff09;border-color:#ffffff14}.modern-options-block .option-label,.modern-options-block .checkbox-label,.modern-options-block .radio-label{color:#dbe4f5}.modern-options-block input,.modern-options-block .custom-alias-wrapper{border-color:#34425e}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:17px;position:relative;z-index:1;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.05)}.benefit-row span{text-align:center;padding:12px 8px;color:#d1d9e9;font-size:12px;border-right:1px solid rgba(255,255,255,.06)}.benefit-row span:last-child{border-right:0}.modern-app .turnstile-widget{margin:18px auto 0}.modern-app>.error-banner,.landing-shell>.error-banner{max-width:1120px;margin:18px auto 0}.success-card{margin-top:26px;width:100%;background:#fff;border:1px solid #e3e7f2;border-radius:22px;padding:24px 26px;display:flex;align-items:center;gap:20px;box-shadow:0 12px 35px #273a6e14;flex-wrap:wrap}.success-main{flex:1;min-width:260px;display:flex;align-items:center;gap:16px}.success-check{width:58px;height:58px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#74efd6,#41d6b5);color:#fff;font-size:26px;font-weight:900;box-shadow:0 8px 26px #26d3a63d}.success-eyebrow{display:block;color:#67728a;font-size:13px;margin-bottom:5px}.success-link{display:block;color:var(--ui-ink);font-size:clamp(22px,3vw,31px);font-weight:900;letter-spacing:-.035em}.success-card .result-original{color:#8993a8;margin-top:5px}.success-actions{display:flex;gap:10px}.success-actions .copy-btn{min-height:48px;background:#fff;color:#222b43;border-color:#dfe4ef;border-radius:12px}.inline-result-qr{width:100%;border-top:1px solid #eef1f7;padding-top:18px}.stats-strip{margin:26px 0 30px;padding:20px 26px;border-radius:22px;background:linear-gradient(90deg,#f0edff,#edf5ff,#f4efff);border:1px solid #e3e1fb;display:grid;grid-template-columns:repeat(4,1fr)}.stats-strip div{padding:0 24px;border-right:1px solid rgba(102,94,180,.12)}.stats-strip div:last-child{border-right:0}.stats-strip strong{display:block;color:#151b46;font-size:27px;line-height:1;margin-bottom:7px}.stats-strip span{color:#65708a;font-size:12px}.modern-history{margin-top:0}.modern-history .history-header{justify-content:space-between}.modern-history .history-title{color:#111831;font-size:20px}.text-action{color:#5d64db;font-size:13px;font-weight:700}.modern-history-list{gap:10px}.modern-history-item{background:#fff;border-color:#e4e8f2;color:#182038;box-shadow:0 4px 14px #2d3d6909;padding:15px 16px;border-radius:16px}.modern-history-item:hover{background:#fff;border-color:#cad2e4;transform:translateY(-1px)}.history-link-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:900;background:linear-gradient(135deg,#7657ff,#39c8ef)}.modern-history-item .history-short{color:#111831;font-weight:800}.modern-history-item .history-original,.modern-history-item .history-date{color:#8490a6}.modern-history-item .history-clicks{color:#4569e8}.modern-icon-btn{width:auto;min-width:40px;height:40px;padding:0 12px;border:1px solid #e2e6ef;color:#38425b;background:#fff;border-radius:10px}.modern-icon-btn:hover{background:#f7f8fc;color:#1b2340}.qr-promo-banner{margin:34px 0 42px;min-height:118px;padding:24px 30px;border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;color:#fff;background:linear-gradient(110deg,#347cff,#5661ff 48%,#8d43ff);box-shadow:0 18px 40px #464fdc2e;overflow:hidden}.qr-promo-art{width:68px;height:68px;border-radius:18px;background:#ffffff2b;display:grid;place-items:center;transform:rotate(-7deg)}.qr-promo-art svg{width:34px;height:34px}.qr-promo-banner h3{margin:0 0 5px;font-size:21px}.qr-promo-banner p{margin:0;color:#ffffffd4;font-size:13px}.promo-button{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 20px;border-radius:13px;background:#fff;color:#554ee6;font-weight:800;font-size:13px;white-space:nowrap}.modern-footer{margin-top:auto;min-height:190px;padding:38px clamp(22px,5vw,76px) 24px;color:#aab6cc;background:#071327;display:grid;grid-template-columns:1.2fr 1fr;gap:34px;align-items:start}.modern-footer .brand-word{color:#fff;font-size:25px}.footer-brand p{max-width:330px;margin:10px 0 0;line-height:1.6;font-size:13px}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px 24px}.footer-links a{color:#c5cede;font-size:13px}.footer-links a:hover{color:#fff}.footer-copy{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);margin:0;padding-top:19px;text-align:center;color:#8190aa;font-size:12px}.footer-copy strong{color:#63bdfc}.qr-modern-app{--qr-violet: #8f42ff;background:#06101f;color:#fff}.qr-modern-app .site-topbar{background:#040c19e6;border-bottom-color:#ffffff14}.qr-modern-app .brand-word,.qr-modern-app .topbar-link{color:#fff}.qr-brand-mark{background:linear-gradient(135deg,#a345ff,#4f63ff)}.qr-topbar-primary{background:linear-gradient(135deg,#3b7dff,#9a42ff)}.qr-page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:46px 0 0}.qr-hero-modern{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;min-height:290px}.qr-hero-copy h1{margin:0;font-size:clamp(44px,6vw,68px);line-height:1.01;letter-spacing:-.055em;color:#fff}.qr-hero-copy h1 span{display:block;color:transparent;background:linear-gradient(90deg,#a247ff,#586cff,#45bff5);-webkit-background-clip:text;background-clip:text}.qr-hero-copy>p{max-width:570px;margin:18px 0 26px;color:#aeb9ce;font-size:16px;line-height:1.55}.qr-switch{border-color:#253553;background:#07152a}.qr-switch .product-switch-item{color:#a7b1c6}.qr-switch .product-switch-item.active{background:linear-gradient(180deg,#3e4ca847,#1f2e6438);color:#9f67ff;box-shadow:inset 0 0 0 1px #7a45fa,0 8px 25px #613bdd24}.qr-hero-visual{height:270px;position:relative;display:grid;place-items:center}.qr-hero-visual:before{content:"";width:270px;height:270px;border-radius:50%;position:absolute;background:radial-gradient(circle,rgba(123,61,255,.3),rgba(58,74,221,.08) 48%,transparent 70%);border:1px solid rgba(111,77,255,.12)}.phone-shell{position:relative;width:135px;height:225px;border-radius:27px;padding:18px 13px;background:linear-gradient(160deg,#233164,#080f24 70%);border:3px solid #5369ef;box-shadow:0 20px 45px #4227b461,inset 0 0 0 1px #ffffff1f;transform:rotate(4deg);display:flex;align-items:center;justify-content:center}.phone-speaker{position:absolute;top:10px;width:42px;height:5px;border-radius:99px;background:#070d1f}.phone-qr{width:90px;height:90px;border-radius:12px;background:#fff;color:#171e42;display:grid;place-items:center}.phone-qr svg{width:66px;height:66px}.orbit-card{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;position:absolute;background:linear-gradient(145deg,#7d45ff,#405eff);border:1px solid rgba(255,255,255,.25);box-shadow:0 12px 30px #4e36e147;font-size:22px}.orbit-one{left:18%;top:24%}.orbit-two{right:14%;top:20%}.orbit-three{right:18%;bottom:16%}.qr-builder-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);gap:18px;align-items:start;margin-top:22px}.qr-config-card,.qr-preview-card-modern{border-radius:20px;border:1px solid #26344e;background:linear-gradient(180deg,#0e1a30f0,#081223f0);box-shadow:0 18px 40px #00000029}.qr-config-card{padding:26px}.builder-step{display:flex;gap:7px;margin-bottom:21px}.builder-step>span{color:#a54cff;font-size:19px;font-weight:850}.builder-step h2{margin:0;color:#a760ff;font-size:19px}.builder-step p{margin:4px 0 0;color:#8998b3;font-size:12px}.modern-qr-types{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;margin-bottom:24px}.modern-qr-types .qr-type-btn{min-height:72px;padding:10px 5px;border-radius:12px;border:1px solid #2c3b57;background:#0a172c;color:#b9c2d4;flex-direction:column;gap:7px;font-size:11px}.modern-qr-types .qr-type-active{border-color:#9c48ff;background:linear-gradient(180deg,#7e3ada3b,#30256438);color:#fff;box-shadow:0 0 0 1px #9941ff24}.qr-type-mini-icon{font-size:19px;line-height:1;color:#b066ff}.qr-modern-form{display:flex;flex-direction:column;gap:15px}.qr-modern-form .qr-fields{margin:0}.qr-modern-form .url-input,.qr-modern-form .qr-textarea,.qr-modern-form .qr-select{width:100%;color:#eef3ff;background:#081426;border:1px solid #2d3c57;border-radius:11px}.qr-modern-form .url-input{min-height:48px;padding:11px 14px}.qr-modern-form .qr-textarea{padding:12px 14px}.qr-modern-form .option-label,.qr-modern-form .checkbox-label,.qr-modern-form .qr-field-hint{color:#aeb9ce}.qr-modern-form .options-block{width:100%}.qr-modern-form .options-toggle{width:100%;min-height:56px;justify-content:space-between;color:#a85cff;background:#09182c;border:1px solid #293955;border-radius:12px;padding:0 16px}.qr-modern-form .options-panel{background:#081426;border-color:#293955}.qr-generate-btn{width:100%;margin-top:3px}.qr-preview-card-modern{padding:24px;position:sticky;top:92px}.preview-heading h2{margin:0;color:#fff;font-size:18px}.preview-heading p{margin:5px 0 18px;color:#8998b3;font-size:12px}.qr-preview-stage{min-height:330px;border-radius:18px;display:grid;place-items:center;background:#09172b;border:1px dashed #344660;padding:24px}.qr-preview-stage img{max-width:min(100%,290px);border-radius:16px;padding:12px;background:#fff;box-shadow:0 18px 36px #00000047}.qr-placeholder{width:230px;height:230px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#71809b;background:#ffffff06}.qr-placeholder svg{width:100px;height:100px;color:#374963}.qr-placeholder span{font-size:12px}.qr-download-wide{width:100%;margin-top:15px;min-height:48px;justify-content:center;background:linear-gradient(135deg,#684eff,#9c44ff);color:#fff;border:0}.preview-divider{height:1px;background:#24334d;margin:20px 0 14px}.preview-note{display:flex;justify-content:space-between;gap:20px;padding:9px 0;font-size:11px}.preview-note strong{color:#dfe6f5}.preview-note span{color:#7d8ba5;text-align:right}.qr-stats-promo{margin:24px 0 30px;padding:20px 26px;min-height:105px;border:1px solid #403a72;border-radius:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;background:linear-gradient(110deg,#0d1531,#111c3d 50%,#0b172f);overflow:hidden}.qr-stats-art{min-width:132px;display:flex;align-items:center;gap:10px;color:#c7adff}.qr-stats-art svg{width:54px;height:54px}.qr-stats-art span{padding:8px 11px;background:#241c53;border:1px solid #4b3c8b;border-radius:9px;font-size:12px}.qr-stats-promo h2{margin:0 0 5px;color:#fff;font-size:21px}.qr-stats-promo p{margin:0;color:#9ca9bf;font-size:13px}.qr-stats-promo strong{color:#5bd1e9}.qr-promo-cta{background:linear-gradient(135deg,#8d43ff,#3d7fff);color:#fff}.qr-modern-app .dynamic-qr-divider{border-color:#22314b;margin:38px 0 28px}.qr-modern-app .dynamic-qr-intro{background:linear-gradient(145deg,#111d38,#0b162b);border-color:#2e3d59}.qr-modern-app .dynamic-qr-intro h2,.qr-modern-app .dynamic-qr-intro p{color:#fff}.qr-modern-app .dynamic-qr-wrap{border-radius:20px}.qr-modern-app .dynamic-qr-wrap .shortener-form{max-width:none}.qr-modern-app .dynamic-qr-wrap .url-input{background:#09172b;color:#fff;border-color:#2c3c57}.qr-modern-app .dynamic-qr-wrap label{color:#b9c2d4}.qr-modern-app .result-card{background:#0d1a31;border-color:#31425f}.qr-modern-app .result-card,.qr-modern-app .result-card *{color:#dfe6f5}.qr-modern-app .qr-type-btn{color:#bdc7da;border-color:#2a3b58;background:#0b182d}.qr-modern-app .qr-type-btn.qr-type-active{color:#fff;border-color:#8d43ff}.qr-footer{margin-top:42px;border-top:1px solid rgba(255,255,255,.06)}@media (max-width: 900px){.landing-shell,.qr-page-shell{width:min(100% - 24px,760px)}.qr-hero-modern{grid-template-columns:1fr;text-align:center}.qr-hero-copy>p{margin-left:auto;margin-right:auto}.qr-hero-visual{height:230px}.qr-builder-grid{grid-template-columns:1fr}.qr-preview-card-modern{position:static}.modern-qr-types{grid-template-columns:repeat(4,1fr)}.modern-history-item{align-items:flex-start;flex-wrap:wrap}.modern-history-item .history-item-meta{width:100%;justify-content:flex-start;padding-left:58px;flex-wrap:wrap}.modern-footer{grid-template-columns:1fr}.footer-copy{grid-column:1}}@media (max-width: 640px){.site-topbar{height:64px;padding:0 15px}.brand-mark{width:34px;height:34px;border-radius:10px}.brand-word{font-size:23px}.topbar-actions{gap:5px}.topbar-link{font-size:12px;padding:9px 7px}.topbar-primary{font-size:12px;padding:10px 12px}.landing-shell,.qr-page-shell{width:calc(100% - 20px);padding-top:24px}.landing-title{font-size:45px}.product-switch{display:grid;width:100%}.product-switch-item{min-width:0;padding:11px 8px;font-size:12px}.tool-card{padding:22px 16px;border-radius:22px}.modern-shortener-form{grid-template-columns:1fr}.modern-shortener-form .modern-options-block{grid-column:1}.modern-primary-btn{width:100%}.benefit-row{grid-template-columns:repeat(2,1fr)}.benefit-row span:nth-child(2){border-right:0}.benefit-row span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)}.success-card{padding:18px 15px}.success-actions{width:100%}.success-actions .copy-btn{flex:1;justify-content:center}.stats-strip{grid-template-columns:repeat(2,1fr);padding:10px}.stats-strip div{padding:12px 14px;border-right:0}.stats-strip div:nth-child(odd){border-right:1px solid rgba(102,94,180,.12)}.stats-strip div:nth-child(-n+2){border-bottom:1px solid rgba(102,94,180,.12)}.qr-promo-banner,.qr-stats-promo{grid-template-columns:1fr;text-align:center;justify-items:center}.promo-button{width:100%;justify-content:center}.qr-hero-copy h1{font-size:46px}.qr-hero-visual{height:205px}.phone-shell{transform:scale(.88) rotate(4deg)}.modern-qr-types{grid-template-columns:repeat(3,1fr)}.qr-config-card,.qr-preview-card-modern{padding:17px}.qr-preview-stage{min-height:270px}.qr-placeholder{width:190px;height:190px}.modern-footer{padding:32px 20px 22px}.footer-links{grid-template-columns:1fr 1fr}}.qr-v2-app{max-width:none!important;width:100%;padding:0!important;align-items:stretch!important;background:radial-gradient(circle at 72% 14%,rgba(111,76,255,.15),transparent 27%),radial-gradient(circle at 18% 35%,rgba(0,197,255,.08),transparent 30%),#060b16;color:#eef3ff}.qr-v2-app .site-topbar{max-width:none;width:100%;box-sizing:border-box}.qr-v2-shell{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:62px 0 46px}.qr-v2-hero{text-align:center;max-width:850px;margin:0 auto 42px}.qr-v2-product-switch{margin:0 auto 28px;width:max-content}.qr-v2-hero-copy .qr-v2-eyebrow{display:inline-block;color:#7d8aa8;font-size:11px;letter-spacing:.22em;font-weight:800;margin-bottom:14px}.qr-v2-hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:850}.qr-v2-hero h1 span{background:linear-gradient(100deg,#7c5cff,#21b8ff 62%,#43e6c6);-webkit-background-clip:text;color:transparent}.qr-v2-hero p{color:#9ba9c4;font-size:18px;line-height:1.65;max-width:710px;margin:20px auto 0}.qr-v2-hero p strong{color:#d9dcff}.qr-v2-workspace{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:22px;align-items:start}.qr-v2-config,.qr-v2-preview-card{border:1px solid rgba(126,145,184,.17);background:linear-gradient(180deg,#0f172ae8,#080e1cf0);border-radius:24px;box-shadow:0 28px 80px #00000047;overflow:hidden}.qr-v2-config{padding:28px}.qr-v2-preview-card{padding:28px;position:sticky;top:18px}.qr-v2-card-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.qr-v2-card-head>div{display:flex;align-items:center;gap:11px}.qr-v2-card-head h2{font-size:18px;margin:0;color:#f5f7ff}.qr-v2-step{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#6858ff24;border:1px solid rgba(123,101,255,.26);color:#9e8cff;font-size:11px;font-weight:800}.qr-v2-status{font-size:11px;border-radius:999px;padding:7px 10px;background:#41dab01a;color:#68e5bf;border:1px solid rgba(65,218,176,.18)}.qr-v2-status.static{color:#8ed5ff;background:#289fff17;border-color:#289fff2e}.qr-v2-mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#080f1d;border:1px solid rgba(130,147,184,.15);padding:5px;border-radius:16px;margin-bottom:26px}.qr-v2-mode-switch button{border:0;background:transparent;color:#73809a;padding:14px;border-radius:12px;text-align:left;cursor:pointer;transition:.2s}.qr-v2-mode-switch button strong,.qr-v2-mode-switch button small{display:block}.qr-v2-mode-switch button strong{font-size:14px;color:#aab4ca}.qr-v2-mode-switch button small{font-size:11px;margin-top:3px}.qr-v2-mode-switch button.active{background:linear-gradient(135deg,#6654ff3b,#188eff1f);box-shadow:inset 0 0 0 1px #7965ff7a}.qr-v2-mode-switch button.active strong{color:#fff}.qr-v2-mode-switch button.active small{color:#a9a2ff}.qr-v2-section-title{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:0 0 13px}.qr-v2-section-title span{font-size:13px;font-weight:750}.qr-v2-section-title small{font-size:10.5px;color:#65718a;text-align:right}.qr-v2-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px}.qr-v2-type-grid button{min-height:62px;border-radius:13px;border:1px solid rgba(127,146,184,.15);background:#0a1220;color:#8390aa;font-size:11px;font-weight:650;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.18s}.qr-v2-type-grid button>span{font-size:18px;line-height:1}.qr-v2-type-grid button:hover{border-color:#685fff73;color:#cfd6e8}.qr-v2-type-grid button.active{color:#fff;border-color:#655cff;background:linear-gradient(145deg,#6652ff38,#101c36e6);box-shadow:0 0 0 1px #6f5aff21,0 10px 28px #4534ff1f}.qr-v2-form,.qr-v2-fields{display:flex;flex-direction:column;gap:14px}.qr-v2-field{display:flex;flex-direction:column;gap:8px}.qr-v2-field>span{font-size:11px;font-weight:750;color:#a9b4ca}.qr-v2-input,.qr-v2-alias{width:100%;box-sizing:border-box;background:#080f1b;border:1px solid rgba(126,145,184,.19);border-radius:12px;color:#edf2ff;font-size:13px;outline:none;transition:.18s}.qr-v2-input{padding:13px 14px}.qr-v2-input:focus,.qr-v2-alias:focus-within{border-color:#665dff;box-shadow:0 0 0 3px #665dff1c}.qr-v2-textarea{min-height:82px;resize:vertical}.qr-v2-textarea.large{min-height:120px}.qr-v2-hint{font-size:10.5px;color:#617089}.qr-v2-check{font-size:12px;color:#9aa8c0;display:flex;align-items:center;gap:8px}.qr-v2-check input{accent-color:#655cff}.qr-v2-alias{display:flex;align-items:center;overflow:hidden}.qr-v2-alias span{padding-left:13px;color:#717e99;white-space:nowrap;font-size:12px}.qr-v2-alias input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:13px 12px;outline:none}.qr-v2-generate{border:0;border-radius:13px;padding:15px 18px;background:linear-gradient(100deg,#6557ff,#287dff);color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-top:4px;box-shadow:0 14px 35px #384cff38}.qr-v2-generate:disabled{opacity:.5;cursor:not-allowed}.qr-v2-error{border:1px solid rgba(255,87,112,.25);background:#ff466414;color:#ff98aa;border-radius:12px;padding:11px 13px;font-size:12px}.qr-v2-success{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid rgba(50,218,164,.24);background:#2ac99713;padding:12px;border-radius:13px}.qr-v2-success>div{display:flex;align-items:center;gap:9px;min-width:0}.qr-v2-success>div>span{display:grid;place-items:center;background:#163d35;color:#66e6bd;width:28px;height:28px;border-radius:999px}.qr-v2-success small,.qr-v2-success a{display:block}.qr-v2-success small{color:#76a999;font-size:10px}.qr-v2-success a{color:#68e5bf;font-weight:750;font-size:12px;overflow:hidden;text-overflow:ellipsis}.qr-v2-success button{border:1px solid rgba(255,255,255,.12);background:#101a2d;color:#dce4f6;border-radius:9px;padding:9px 10px;font-size:11px;white-space:nowrap}.qr-v2-preview-stage{position:relative;min-height:392px;border-radius:18px;background:radial-gradient(circle at 50% 42%,rgba(105,82,255,.22),transparent 43%),#080e19;border:1px solid rgba(126,145,184,.12);display:grid;place-items:center;margin-bottom:22px;overflow:hidden}.qr-v2-preview-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:24px 24px}.qr-v2-preview-render{position:relative;background:#fff;border-radius:22px;padding:14px;box-shadow:0 25px 55px #00000059;z-index:2;line-height:0}.qr-v2-preview-render canvas,.qr-v2-preview-render svg{display:block!important;width:260px!important;height:260px!important}.qr-v2-preview-domain{position:absolute;bottom:15px;color:#687590;font-size:10px;letter-spacing:.08em;z-index:2}.qr-v2-preview-glow{position:absolute;width:220px;height:220px;background:#6c54ff;filter:blur(90px);opacity:.17}.qr-v2-live{font-size:10px;color:#5ddbb8}.qr-v2-live i{display:inline-block;width:6px;height:6px;background:#4ee0b3;border-radius:50%;box-shadow:0 0 10px #4ee0b3;margin-right:5px}.qr-v2-customizer{display:flex;flex-direction:column;gap:18px}.qr-v2-customizer-head{display:flex;justify-content:space-between;align-items:start}.qr-v2-customizer-head strong,.qr-v2-customizer-head small{display:block}.qr-v2-customizer-head strong{font-size:14px}.qr-v2-customizer-head small{font-size:10px;color:#687590;margin-top:4px}.qr-v2-customizer-head>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;padding:5px 7px;border-radius:6px;background:#6557ff1f;color:#9385ff}.qr-v2-control-group{border-top:1px solid rgba(125,144,179,.12);padding-top:16px}.qr-v2-control-group>label,.qr-v2-control-label>label{display:block;color:#aeb8cc;font-size:11px;font-weight:750;margin-bottom:10px}.qr-v2-control-group.compact{padding-top:13px}.qr-v2-style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.qr-v2-style-grid button{border:1px solid rgba(126,145,184,.14);background:#09111f;color:#6f7b95;border-radius:10px;padding:9px 5px;font-size:9.5px;cursor:pointer}.qr-v2-style-grid button.active{border-color:#665dff;color:#ddd9ff;background:#655dff1f}.qr-v2-pattern{display:block;width:27px;height:18px;margin:0 auto 6px;background-size:6px 6px;background-image:radial-gradient(currentColor 1.8px,transparent 2px);color:#71809f}.pattern-square{background-image:linear-gradient(currentColor 0 0);background-size:5px 5px}.pattern-rounded{border-radius:5px;background-image:repeating-linear-gradient(90deg,currentColor 0 3px,transparent 3px 6px)}.pattern-classy,.pattern-classy-rounded{height:7px;margin-top:5px;margin-bottom:12px;background-image:linear-gradient(90deg,currentColor 70%,transparent 70%);background-size:8px 100%}.pattern-extra-rounded{border-radius:999px;background:currentColor}.qr-v2-style-grid button.active .qr-v2-pattern{color:#8d80ff}.qr-v2-control-label{display:flex;justify-content:space-between;align-items:center}.qr-v2-mini-switch{display:flex!important;align-items:center;gap:6px!important;margin:0!important;font-size:9.5px!important;color:#74819a!important}.qr-v2-mini-switch input{display:none}.qr-v2-mini-switch span{width:25px;height:14px;background:#1d283a;border-radius:999px;position:relative}.qr-v2-mini-switch span:after{content:"";position:absolute;left:2px;top:2px;width:10px;height:10px;border-radius:50%;background:#7b879d;transition:.2s}.qr-v2-mini-switch input:checked+span{background:#554cff}.qr-v2-mini-switch input:checked+span:after{left:13px;background:#fff}.qr-v2-presets{display:flex;gap:7px;margin-bottom:11px}.qr-v2-presets button{width:28px;height:28px;border-radius:8px;border:2px solid rgba(255,255,255,.08);cursor:pointer}.qr-v2-presets button:hover{transform:translateY(-1px)}.qr-v2-color-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qr-v2-color-control>span{display:block;font-size:9px;color:#687590;margin-bottom:5px}.qr-v2-color-control>div{display:flex;align-items:center;gap:5px;background:#08101d;border:1px solid rgba(126,145,184,.13);padding:5px;border-radius:9px}.qr-v2-color-control input{width:24px;height:24px;border:0;padding:0;background:none}.qr-v2-color-control code{font-size:8.5px;color:#8591a8}.qr-v2-two-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qr-v2-two-selects small{display:block;color:#66738b;font-size:9px;margin-bottom:5px}.qr-v2-two-selects select{width:100%;background:#08101d;border:1px solid rgba(126,145,184,.15);border-radius:9px;color:#b9c3d6;padding:9px;font-size:10px}.qr-v2-logo-upload{display:flex;align-items:center;gap:10px;background:#08101d;border:1px dashed rgba(126,145,184,.22);border-radius:11px;padding:10px;cursor:pointer}.qr-v2-logo-upload input{display:none}.qr-v2-logo-upload>span,.qr-v2-logo-upload>img{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:#121d31;color:#8e82ff;object-fit:cover}.qr-v2-logo-upload strong,.qr-v2-logo-upload small{display:block}.qr-v2-logo-upload strong{font-size:10.5px;color:#b9c4d7}.qr-v2-logo-upload small{font-size:9px;color:#65728a;margin-top:2px}.qr-v2-text-btn{border:0;background:none;color:#8b80ff;font-size:9px;cursor:pointer}.qr-v2-range>div{display:flex;justify-content:space-between;align-items:center;margin:9px 0 5px}.qr-v2-range label{font-size:10px;color:#8c98af}.qr-v2-range span{font-size:9px;color:#6f7b92}.qr-v2-range input{width:100%;accent-color:#655cff}.qr-v2-download-secondary{width:100%;border:1px solid rgba(126,145,184,.17);background:#0a1322;color:#c8d0e0;border-radius:11px;padding:11px;font-size:11px;font-weight:700;cursor:pointer}.qr-v2-login-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:linear-gradient(135deg,#6557ff1c,#0d192fcc);border:1px solid rgba(101,87,255,.22);padding:13px;border-radius:13px}.qr-v2-login-box strong,.qr-v2-login-box p{display:block;margin:0}.qr-v2-login-box strong{font-size:11.5px}.qr-v2-login-box p{font-size:9.5px;color:#74809a;margin-top:3px}.qr-v2-inline-btn{background:#6259ff;color:#fff;padding:8px 10px;border-radius:9px;font-size:10px;white-space:nowrap}.qr-v2-lock{color:#9286ff}.qr-v2-upload{display:flex;align-items:center;gap:10px;border:1px dashed rgba(126,145,184,.23);padding:11px;border-radius:11px;cursor:pointer}.qr-v2-upload input{display:none}.qr-v2-upload span,.qr-v2-upload small{display:block}.qr-v2-upload span{font-size:11px;color:#b8c3d7}.qr-v2-upload small{font-size:9px;color:#68758e}.qr-v2-upload-preview{width:130px;max-height:105px;object-fit:cover;border-radius:9px;margin-top:7px}.qr-v2-profile-preview{width:58px;height:58px;object-fit:cover;border-radius:50%;margin-top:7px}.qr-v2-social-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qr-v2-color-mini{display:flex;justify-content:space-between;align-items:center;background:#08101d;border:1px solid rgba(126,145,184,.13);border-radius:9px;padding:7px 8px}.qr-v2-color-mini span{font-size:9px;color:#8794aa}.qr-v2-color-mini input{width:23px;height:23px;border:0;background:none;padding:0}.qr-v2-social-links{display:flex;flex-direction:column;gap:7px}.qr-v2-social-row{display:grid;grid-template-columns:.8fr 1.3fr 30px;gap:6px}.qr-v2-social-row .qr-v2-input{padding:10px}.qr-v2-remove{border:1px solid rgba(255,92,116,.15);background:#ff5c740f;color:#ff8ca0;border-radius:9px}.qr-v2-add-link{align-self:flex-start;border:1px solid rgba(101,87,255,.22);background:#6557ff14;color:#9d92ff;border-radius:9px;padding:8px 10px;font-size:10px}.qr-v2-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.qr-v2-benefits>div{border:1px solid rgba(126,145,184,.12);background:#0a1220a8;border-radius:16px;padding:17px}.qr-v2-benefits>div>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#6557ff1a;color:#8c80ff;margin-bottom:10px}.qr-v2-benefits strong{display:block;font-size:11.5px}.qr-v2-benefits p{color:#66738c;font-size:9.5px;line-height:1.5;margin:5px 0 0}@media (max-width:980px){.qr-v2-workspace{grid-template-columns:1fr}.qr-v2-preview-card{position:relative;top:auto}.qr-v2-shell{width:min(760px,calc(100% - 28px))}.qr-v2-type-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:620px){.qr-v2-shell{padding-top:36px}.qr-v2-hero h1{font-size:42px}.qr-v2-hero p{font-size:15px}.qr-v2-product-switch{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.qr-v2-product-switch .product-switch-item{font-size:10px;padding:10px 8px}.qr-v2-config,.qr-v2-preview-card{padding:18px;border-radius:18px}.qr-v2-type-grid{grid-template-columns:repeat(3,1fr)}.qr-v2-mode-switch{grid-template-columns:1fr}.qr-v2-preview-stage{min-height:330px}.qr-v2-preview-render canvas,.qr-v2-preview-render svg{width:230px!important;height:230px!important}.qr-v2-color-row{grid-template-columns:1fr 1fr}.qr-v2-benefits,.qr-v2-social-row{grid-template-columns:1fr}.qr-v2-remove{height:32px}.qr-v2-login-box{grid-template-columns:auto 1fr}.qr-v2-inline-btn{grid-column:1/-1;text-align:center}}.enla-site{--enla-ink:#0b1430;--enla-muted:#5e6981;--enla-line:#e7e9f2;--enla-purple:#6238f5;--enla-purple-2:#845cff;--enla-blue:#317cff;--enla-green:#2cb968;--enla-soft:#f7f8fd;min-height:100vh;background:#fff;color:var(--enla-ink);font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.enla-site *{box-sizing:border-box}.enla-site a{color:inherit}.enla-nav{height:76px;max-width:1240px;padding:0 28px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.enla-logo{font-size:31px;font-weight:800;letter-spacing:-.055em;color:var(--enla-ink)!important;line-height:1}.enla-logo span{color:var(--enla-purple)}.enla-nav-links{display:flex;gap:31px;align-items:center;margin-left:auto;margin-right:auto}.enla-nav-links a,.enla-nav-text{font-size:12px;font-weight:650;color:#26304a!important}.enla-nav-links a:hover,.enla-nav-text:hover{color:var(--enla-purple)!important}.enla-nav-actions{display:flex;align-items:center;gap:18px}.enla-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;font-size:12px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.enla-button:hover{transform:translateY(-1px)}.enla-button svg,.enla-product-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9}.enla-button-small{padding:11px 16px;background:linear-gradient(135deg,#5c37ee,#7348fa);color:#fff!important;box-shadow:0 8px 20px #6238f533}.enla-hero{max-width:1240px;min-height:600px;margin:0 auto;padding:74px 28px 72px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.enla-kicker{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800;color:#6d7890;margin-bottom:18px}.enla-kicker span{width:8px;height:8px;border-radius:50%;background:var(--enla-purple);box-shadow:0 0 0 5px #6238f517}.enla-hero-copy h1{margin:0;max-width:610px;font-size:clamp(44px,5.15vw,72px);line-height:1.02;letter-spacing:-.058em;font-weight:800}.enla-hero-copy h1 em{font-style:normal;background:linear-gradient(100deg,var(--enla-purple),#4e67ff 56%,#269be9);-webkit-background-clip:text;color:transparent}.enla-hero-copy>p{max-width:550px;margin:25px 0 0;color:var(--enla-muted);font-size:16px;line-height:1.75}.enla-hero-actions{display:flex;gap:11px;margin-top:29px;flex-wrap:wrap}.enla-button-primary{padding:14px 20px;background:linear-gradient(135deg,#5b36ef,#7045f7);color:#fff!important;box-shadow:0 12px 28px #6037f338}.enla-button-ghost{padding:13px 19px;border:1px solid #dde1eb;background:#fff;color:#1e2841!important}.enla-button-ghost:hover{border-color:#c7cce0;box-shadow:0 8px 24px #1d27440f}.enla-trust-row{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:34px}.enla-trust-row span{display:flex;gap:7px;align-items:center;font-size:10.5px;font-weight:650;color:#525e76}.enla-trust-row b{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#f2f0ff;font-size:12px;font-weight:500}.enla-hero-visual{height:490px;position:relative;isolation:isolate}.enla-hero-visual:before{content:"";position:absolute;width:530px;height:380px;right:-30px;top:55px;background:radial-gradient(circle,rgba(116,82,255,.25),rgba(101,79,255,.08) 44%,transparent 70%);filter:blur(11px);z-index:-3}.enla-orbit{position:absolute;border-radius:50%;border:4px solid rgba(122,88,255,.22);z-index:-2;transform:rotate(-12deg)}.enla-orbit-one{width:480px;height:230px;top:130px;left:10px}.enla-orbit-two{width:420px;height:190px;top:175px;left:55px;border-color:#ff7bc02b;transform:rotate(13deg)}.enla-float-card,.enla-site-preview{position:absolute;background:#fff;border:1px solid rgba(92,101,136,.09);box-shadow:0 24px 60px #42329629;border-radius:16px}.enla-stat-card{width:230px;padding:16px;top:18px;left:80px;z-index:4;transform:rotate(-1deg)}.enla-float-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px}.enla-url-chip{font-size:9px;color:#2f3953;font-weight:650}.enla-copied{font-size:8px;color:#6a47ef;background:#f0ecff;border-radius:99px;padding:5px 7px}.enla-stat-card>small{font-size:9px;color:#8c95aa;display:block}.enla-stat-card>strong{font-size:21px;display:block;margin-top:3px}.enla-stat-card>strong i{font-size:8px;color:#25b56a;font-style:normal}.enla-chart{width:100%;height:61px;margin-top:7px;overflow:visible}.enla-chart path,.mini-link-card path{fill:none;stroke:#6848ef;stroke-width:3;stroke-linecap:round}.enla-qr-card{width:142px;right:18px;top:72px;padding:12px;z-index:5;text-align:center}.enla-qr-card>span{display:block;font-size:8.5px;font-weight:650;color:#39445c;margin-bottom:8px}.enla-fake-qr{height:105px;border-radius:10px;background:#fff;border:1px solid #eceef4;display:grid;place-items:center}.enla-fake-qr svg{width:75px;height:75px;stroke:#10182d;fill:none;stroke-width:1.8}.enla-site-preview{width:365px;right:32px;bottom:23px;z-index:3;overflow:hidden;border-radius:15px}.enla-browser-bar{height:34px;background:#fafbfe;border-bottom:1px solid #eceef5;display:flex;align-items:center;gap:10px;padding:0 12px}.enla-browser-bar>span{font-size:8.5px;color:#737e93;background:#f1f3f8;border-radius:99px;padding:5px 50px 5px 10px}.enla-browser-dots{display:flex;gap:3px}.enla-browser-dots i{width:5px;height:5px;border-radius:50%;background:#ff826d}.enla-browser-dots i:nth-child(2){background:#ffc557}.enla-browser-dots i:nth-child(3){background:#5dd185}.enla-site-preview-body{height:205px;background:linear-gradient(110deg,#ede8df 0,#ede8df 52%,#dce0d7 52%);display:flex;position:relative;overflow:hidden}.enla-site-preview-copy{padding:39px 0 0 27px;z-index:2}.enla-site-preview-copy span{display:block;font-size:7px;letter-spacing:.13em;color:#797466;font-weight:800;margin-bottom:9px}.enla-site-preview-copy strong{font-size:24px;letter-spacing:-.045em;line-height:1.02}.enla-site-preview-copy i{display:block;width:max-content;margin-top:18px;background:#7047ee;color:#fff;font-style:normal;font-size:7px;padding:7px 11px;border-radius:5px}.enla-plant-art{position:absolute;right:46px;bottom:26px;width:105px;height:150px}.enla-pot{position:absolute;width:70px;height:75px;background:linear-gradient(90deg,#b88d62,#d6ad82);bottom:0;left:20px;clip-path:polygon(8% 0,92% 0,78% 100%,22% 100%)}.enla-plant-art .leaf{position:absolute;width:27px;height:76px;background:linear-gradient(#657b50,#3f5f3c);border-radius:90% 0;transform-origin:bottom center;left:45px;bottom:67px}.enla-plant-art .l1{transform:rotate(-40deg)}.enla-plant-art .l2{transform:rotate(-20deg);height:92px}.enla-plant-art .l3{transform:rotate(2deg);height:103px}.enla-plant-art .l4{transform:rotate(24deg);height:90px}.enla-plant-art .l5{transform:rotate(45deg);height:70px}.enla-float-icon{position:absolute;width:55px;height:55px;border-radius:15px;display:grid;place-items:center;z-index:6;box-shadow:0 16px 35px #4c36be2e}.enla-float-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7}.enla-link-float{left:16px;top:166px;color:#fff;background:linear-gradient(145deg,#6d49f3,#855efa)}.enla-spark-float{right:3px;bottom:60px;background:#fff;color:#754cf1}.enla-spark-float svg{fill:#754cf11a}.enla-proof{border-top:1px solid #eef0f5;border-bottom:1px solid #eef0f5;padding:32px 28px 35px;text-align:center;background:#fff}.enla-proof>p{font-size:10.5px;color:#606b82;margin-bottom:26px}.enla-proof-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:25px;align-items:center}.enla-proof-grid span{font-size:11px;letter-spacing:.04em;color:#a2a8b4;font-weight:800}.enla-products-section{padding:86px 28px 54px;background:linear-gradient(#fbfbfe,#fff)}.enla-section-heading{max-width:1184px;margin:0 auto 35px}.enla-section-heading>span,.enla-ecosystem-copy>span,.enla-final-cta>div>span{display:block;color:#7153df;font-size:9px;letter-spacing:.14em;font-weight:850;margin-bottom:10px}.enla-section-heading h2{font-size:35px;letter-spacing:-.045em;margin:0}.enla-section-heading p{color:#68738a;font-size:13px;margin-top:9px}.enla-products-grid{max-width:1184px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px}.enla-product-card{min-height:485px;border:1px solid #e9e9f2;border-radius:19px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;position:relative;box-shadow:0 15px 45px #232b540b}.enla-product-links{background:linear-gradient(135deg,#fbfaff,#f4f0ff)}.enla-product-sites{background:linear-gradient(135deg,#fbfffc,#effcf4)}.enla-product-copy{padding:36px 15px 32px 31px;z-index:2}.enla-product-domain{display:inline-block;border-radius:99px;padding:5px 8px;font-size:8.5px;font-weight:750;margin-bottom:12px}.enla-product-domain.purple{background:#ede9ff;color:#6c48e7}.enla-product-domain.green{background:#e6f8ed;color:#2c9c5b}.enla-product-copy h3{font-size:28px;letter-spacing:-.045em;margin:0}.enla-product-copy>p{font-size:11.5px;line-height:1.65;color:#5e6980;margin:11px 0 19px}.enla-product-copy ul{list-style:none;padding:0;margin:0 0 23px;display:flex;flex-direction:column;gap:9px}.enla-product-copy li{font-size:10px;color:#465169}.enla-product-copy li span{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;margin-right:7px;background:#7250ef;color:#fff;font-size:8px}.enla-product-sites li span{background:#2cb968}.enla-product-button{display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:11px 14px;color:#fff!important;font-size:10px;font-weight:800}.enla-product-button.purple{background:#6742ec}.enla-product-button.green{background:#28a95c}.enla-product-art{position:relative;min-width:0}.mini-link-card{position:absolute;width:178px;height:155px;right:24px;top:75px;border-radius:12px;background:#fff;border:1px solid #ebeaf2;box-shadow:0 18px 40px #4837961f;padding:15px}.mini-link-card small{font-size:8px;color:#667086;display:block}.mini-link-card strong{font-size:20px;display:block;margin-top:15px}.mini-link-card strong i{font-style:normal;color:#2ab96b;font-size:7px}.mini-link-card svg{width:100%;height:62px;margin-top:4px}.mini-qr-card{position:absolute;width:100px;height:100px;right:60px;top:247px;background:#fff;border-radius:11px;box-shadow:0 14px 30px #4837961c;display:grid;place-items:center}.mini-qr-card svg{width:68px;height:68px;fill:none;stroke:#121a31;stroke-width:1.8}.mini-link-bubble{position:absolute;right:10px;top:36px;width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,#6e48ef,#8b6aff);color:#fff;display:grid;place-items:center}.mini-link-bubble svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.mini-browser{position:absolute;width:210px;right:19px;top:58px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e7ece8;box-shadow:0 18px 42px #2b6c401f}.mini-browser-head{height:29px;display:flex;align-items:center;gap:7px;padding:0 8px;border-bottom:1px solid #eef0f1}.mini-browser-head>span{font-size:7px;color:#737c87}.mini-restaurant{height:265px;background:#fbfbf7}.mini-restaurant-hero{height:180px;background:linear-gradient(125deg,#151613 0,#151613 55%,#655a40 55%);padding:30px 15px;color:#fff}.mini-restaurant-hero small{font-size:6px;letter-spacing:.13em;color:#babbaf}.mini-restaurant-hero strong{font-size:18px;line-height:1.04;display:block;margin-top:8px;letter-spacing:-.04em}.mini-restaurant-hero i{font-style:normal;font-size:6px;background:#96784e;padding:5px 7px;border-radius:4px;display:inline-block;margin-top:15px}.mini-food-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px}.mini-food-grid span{display:grid;place-items:center;height:54px;background:#f1e8dc;border-radius:8px;font-size:7px;color:#705e4b}.mini-spark{position:absolute;width:40px;height:40px;border-radius:12px;right:4px;top:24px;background:#58d181;color:#fff;display:grid;place-items:center;box-shadow:0 10px 25px #2cb96838}.mini-spark svg{width:22px;height:22px;fill:#ffffff1a;stroke:currentColor}.enla-ecosystem{max-width:1184px;margin:0 auto 80px;padding:31px 38px;border:1px solid #e9e8f1;border-radius:18px;background:linear-gradient(100deg,#f7f5ff,#fff 50%,#f4fbff);display:grid;grid-template-columns:250px 1fr auto;gap:35px;align-items:center}.enla-ecosystem-stack{position:relative;height:105px}.enla-ecosystem-stack>div{position:absolute;width:185px;height:37px;background:#fff;border:1px solid #e8e9f0;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 11px;box-shadow:0 9px 23px #31375d12;font-size:9px;color:#4c566d}.enla-ecosystem-stack svg{width:14px;height:14px;fill:none;stroke:#7049ef;stroke-width:1.7}.enla-ecosystem-stack>div:nth-child(1){top:0;left:0}.enla-ecosystem-stack>div:nth-child(2){top:32px;left:18px}.enla-ecosystem-stack>div:nth-child(3){top:64px;left:36px}.enla-ecosystem-copy h2{font-size:23px;letter-spacing:-.035em;margin:0}.enla-ecosystem-copy p{font-size:11px;color:#69748a;line-height:1.6;max-width:480px;margin-top:6px}.dark-text{color:#283249!important}.enla-why{padding:75px 28px 90px;background:#0d1630;color:#fff}.enla-section-heading.centered{text-align:center}.enla-section-heading.centered h2{color:#fff;font-size:38px}.enla-section-heading.centered>span{color:#9d88ff}.enla-why-grid{max-width:1080px;margin:42px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.enla-why-grid article{padding:26px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:#ffffff09}.enla-why-grid article>div{width:30px;height:30px;border-radius:8px;background:#8167ff26;color:#aa95ff;display:grid;place-items:center;font-size:9px;font-weight:800}.enla-why-grid h3{font-size:16px;margin:18px 0 8px}.enla-why-grid p{font-size:11px;line-height:1.65;color:#8f9bb4}.enla-final-cta{max-width:1184px;margin:80px auto;padding:42px 44px;border-radius:20px;background:linear-gradient(115deg,#6540ee,#4f36d7 55%,#2944a5);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 20px 50px #4d35c22e}.enla-final-cta h2{font-size:31px;letter-spacing:-.04em;margin:0}.enla-final-cta p{font-size:11.5px;color:#d9d2ff;margin-top:8px}.enla-final-cta>div>span{color:#d0c6ff}.enla-final-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.enla-button-light{padding:14px 20px;background:#fff;color:#3f35a7!important}.enla-footer{background:#081126;color:#fff;padding:50px 28px 20px}.enla-footer-main{max-width:1184px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-logo{color:#fff!important}.enla-footer-main>div:first-child p{max-width:270px;color:#8490a8;font-size:10.5px;line-height:1.7;margin-top:16px}.enla-footer-column{display:flex;flex-direction:column;gap:10px}.enla-footer-column strong{font-size:10.5px;margin-bottom:5px}.enla-footer-column a,.enla-footer-column span{font-size:9.5px;color:#8995ac!important}.enla-footer-column a:hover{color:#fff!important}.enla-footer-bottom{max-width:1184px;margin:37px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#65728d;font-size:8.5px}@media (max-width:1050px){.enla-nav-links{display:none}.enla-hero{grid-template-columns:1fr;gap:30px;padding-top:55px}.enla-hero-copy{text-align:center}.enla-hero-copy h1,.enla-hero-copy>p{margin-left:auto;margin-right:auto}.enla-kicker,.enla-hero-actions,.enla-trust-row{justify-content:center}.enla-hero-visual{width:min(600px,100%);margin:0 auto}.enla-proof-grid{grid-template-columns:repeat(3,1fr)}.enla-products-grid{grid-template-columns:1fr}.enla-product-card{min-height:430px}.enla-ecosystem{grid-template-columns:220px 1fr}.enla-ecosystem>a{grid-column:2}.enla-footer-main{grid-template-columns:2fr 1fr 1fr}}@media (max-width:700px){.enla-nav{padding:0 18px}.enla-nav-text{display:none}.enla-button-small{font-size:10px;padding:10px 12px}.enla-hero{padding:40px 18px 48px}.enla-hero-copy h1{font-size:44px}.enla-hero-copy>p{font-size:14px}.enla-hero-visual{height:390px;transform:scale(.88);transform-origin:top center;margin-bottom:-45px}.enla-stat-card{left:4px}.enla-qr-card{right:2px}.enla-site-preview{right:4px}.enla-proof-grid{grid-template-columns:repeat(2,1fr);gap:18px}.enla-products-section{padding:65px 18px 45px}.enla-section-heading h2{font-size:30px}.enla-product-card{grid-template-columns:1fr;min-height:720px}.enla-product-copy{padding:28px 24px}.enla-product-art{min-height:310px}.enla-products-grid{gap:14px}.mini-browser{left:50%;right:auto;transform:translate(-50%);top:12px}.mini-link-card{left:50%;right:auto;transform:translate(-50%);top:18px}.mini-qr-card{right:50%;transform:translate(90px);top:190px}.mini-link-bubble{right:calc(50% - 135px);top:0}.enla-ecosystem{margin:0 18px 55px;padding:26px;grid-template-columns:1fr}.enla-ecosystem-stack{width:230px;margin:0 auto}.enla-ecosystem>a{grid-column:auto;justify-self:start}.enla-why{padding:60px 18px}.enla-section-heading.centered h2{font-size:31px}.enla-why-grid{grid-template-columns:1fr}.enla-final-cta{margin:50px 18px;padding:30px;align-items:flex-start;flex-direction:column}.enla-final-actions{justify-content:flex-start}.enla-footer-main{grid-template-columns:1fr 1fr}.enla-footer-main>div:first-child{grid-column:1/-1}.enla-footer-bottom{gap:10px;flex-direction:column}}@media (max-width:460px){.enla-logo{font-size:28px}.enla-hero-copy h1{font-size:38px}.enla-hero-actions{flex-direction:column}.enla-button{width:100%}.enla-trust-row{gap:12px}.enla-hero-visual{transform:scale(.72);width:540px;left:50%;margin-left:-270px;margin-bottom:-105px}.enla-proof{padding-left:18px;padding-right:18px}.enla-proof-grid span{font-size:9px}.enla-product-card{min-height:750px}.enla-footer-main{grid-template-columns:1fr}}.qr-flow-mode{width:min(620px,100%);margin:0 auto 24px!important}.qr-flow-progress{width:min(720px,100%);margin:0 auto 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.qr-flow-progress:before{content:"";position:absolute;left:15%;right:15%;top:15px;height:1px;background:#7e91b82e}.qr-flow-progress>div{position:relative;z-index:1;text-align:center;color:#5f6b83}.qr-flow-progress>div span{width:30px;height:30px;margin:0 auto 7px;display:grid;place-items:center;border-radius:50%;background:#09111e;border:1px solid rgba(126,145,184,.18);font-size:10px;font-weight:800}.qr-flow-progress>div strong{font-size:10px}.qr-flow-progress>div.active{color:#c6c1ff}.qr-flow-progress>div.active span{background:#6257ff;border-color:#776cff;color:#fff;box-shadow:0 0 22px #6257ff3d}.qr-flow-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:22px;align-items:start}.qr-flow-dynamic-types{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:22px}.qr-flow-dynamic-types button{display:flex;align-items:center;gap:10px;text-align:left;border:1px solid rgba(126,145,184,.15);background:#09111f;color:#7e8aa3;border-radius:13px;padding:11px;cursor:pointer;transition:.18s}.qr-flow-dynamic-types button>span{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;background:#101a2b;color:#9c91ff;font-size:16px;flex-shrink:0}.qr-flow-dynamic-types button strong,.qr-flow-dynamic-types button small{display:block}.qr-flow-dynamic-types button strong{font-size:11px;color:#b8c3d7}.qr-flow-dynamic-types button small{font-size:8.5px;line-height:1.35;margin-top:2px}.qr-flow-dynamic-types button.active{border-color:#655cff;background:linear-gradient(135deg,#655cff2e,#0a1222e6);box-shadow:0 10px 28px #402fdf1c}.qr-flow-dynamic-types button.active>span{background:#6257ff;color:#fff}.qr-flow-dynamic-types button.active strong{color:#fff}.qr-flow-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.qr-flow-guest-note,.qr-flow-saved-note{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:12px;background:#44cfa212;border:1px solid rgba(68,207,162,.17)}.qr-flow-guest-note>span,.qr-flow-saved-note>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#44cfa221;color:#59ddb3;font-size:11px}.qr-flow-guest-note strong,.qr-flow-saved-note strong{font-size:10.5px;color:#c4d4ce}.qr-flow-guest-note p,.qr-flow-saved-note p{font-size:9px;color:#718078;margin:3px 0 0;line-height:1.45}.qr-flow-phone-panel{border:1px solid rgba(126,145,184,.17);background:linear-gradient(180deg,#0f172ae8,#080e1cf0);border-radius:24px;padding:28px;position:sticky;top:18px;box-shadow:0 28px 80px #00000047}.qr-flow-phone-shell{width:290px;max-width:100%;height:570px;margin:10px auto 0;background:#030712;border:8px solid #1d2637;border-radius:39px;padding:8px;position:relative;box-shadow:0 28px 65px #00000059;overflow:hidden}.qr-flow-phone-notch{position:absolute;z-index:4;top:8px;left:50%;transform:translate(-50%);width:78px;height:19px;border-radius:0 0 12px 12px;background:#030712}.qr-flow-phone-content{height:100%;overflow:auto;border-radius:27px;background:#f6f7fb;color:#111827}.qr-flow-phone-brand{position:absolute;bottom:15px;left:50%;transform:translate(-50%);font-size:7px;color:#8d98aa;background:#040912c7;padding:4px 8px;border-radius:99px;z-index:5}.qr-flow-preview-hero{width:100%;height:205px;object-fit:cover;display:block}.qr-flow-preview-hero.tall{height:390px}.qr-flow-preview-hero.placeholder{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;background:linear-gradient(135deg,#e7e9f2,#d9dced);color:#8891a6}.qr-flow-preview-hero.placeholder span{font-size:36px}.qr-flow-preview-hero.placeholder small{font-size:9px}.qr-flow-page-pad{padding:22px 18px}.qr-flow-page-pad h3,.qr-flow-profile-preview h3,.qr-flow-contact-preview h3{font-size:22px;line-height:1.05;letter-spacing:-.04em;margin:0}.qr-flow-page-pad p,.qr-flow-profile-preview p{font-size:10px;line-height:1.55;color:#70798b;margin:9px 0 17px}.qr-flow-page-button{display:block;text-align:center;background:#6557ff;color:#fff;border-radius:10px;padding:11px;font-size:9px;font-weight:750}.qr-flow-preview-gallery{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:15px 0}.qr-flow-preview-gallery img,.qr-flow-preview-gallery i{width:100%;aspect-ratio:1/1;object-fit:cover;background:linear-gradient(145deg,#e7e9ef,#d4d8e3);border-radius:8px}.qr-flow-profile-preview{text-align:center;padding:53px 18px 22px}.qr-flow-profile-preview>img,.qr-flow-avatar-placeholder{width:77px;height:77px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:grid;place-items:center;background:#ffffff1f;font-size:24px}.qr-flow-profile-preview>strong{display:block;font-size:9px;opacity:.65;margin-top:6px}.qr-flow-profile-preview p{color:currentColor;opacity:.63}.qr-flow-profile-preview>div{display:grid;gap:7px}.qr-flow-profile-preview>div span{padding:10px;border-radius:9px;font-size:8.5px;font-weight:700}.qr-flow-empty-preview{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.qr-flow-empty-preview>span{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#ece9ff;color:#6759f3;font-size:24px}.qr-flow-empty-preview h3{font-size:20px;margin:16px 0 5px}.qr-flow-empty-preview p{font-size:9px;line-height:1.5;color:#737d91;word-break:break-all}.qr-flow-empty-preview small{font-size:9px;color:#5f687b;margin-top:8px}.qr-flow-contact-preview{text-align:center;padding:70px 20px}.qr-flow-contact-avatar{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:#6557ff;color:#fff;font-size:29px;font-weight:800;margin:0 auto 14px}.qr-flow-contact-preview>strong{display:block;font-size:9px;color:#747d90;margin:7px 0 17px}.qr-flow-contact-preview p{font-size:9px;color:#606a7c;margin:6px 0}.qr-flow-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}.qr-flow-gallery-thumbs>div{position:relative}.qr-flow-gallery-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.qr-flow-gallery-thumbs button{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#000000b8;color:#fff;font-size:12px}.qr-flow-gallery-upload{align-items:flex-start}.qr-flow-design-summary{min-height:500px}.qr-flow-back{font-size:9px;color:#9085ff;border:1px solid rgba(144,133,255,.18);padding:7px 9px;border-radius:8px}.qr-flow-summary-card{display:flex;align-items:center;gap:16px;padding:18px;background:#09111f;border:1px solid rgba(126,145,184,.13);border-radius:15px;margin-bottom:22px}.qr-flow-summary-card>span{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#6557ff24;color:#9185ff;font-size:23px}.qr-flow-summary-card small,.qr-flow-summary-card strong{display:block}.qr-flow-summary-card small{color:#65718a;font-size:8.5px}.qr-flow-summary-card strong{font-size:14px;margin-top:2px}.qr-flow-summary-card p{font-size:9px;line-height:1.5;color:#6e7a92;margin:7px 0 0}.qr-flow-finish{display:grid;place-items:center;padding:8px 0 20px}.qr-flow-finish-card{width:min(540px,100%);border:1px solid rgba(126,145,184,.16);background:linear-gradient(180deg,#10192df5,#070d1afa);border-radius:25px;padding:31px;text-align:center;box-shadow:0 30px 90px #0000004d}.qr-flow-finish-check{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#37d3a41c;border:1px solid rgba(55,211,164,.2);color:#5ee0b7;margin:0 auto 15px;font-size:20px}.qr-flow-finish-card>small{font-size:8px;letter-spacing:.16em;color:#718098}.qr-flow-finish-card h2{font-size:28px;letter-spacing:-.04em;margin:6px 0}.qr-flow-finish-card>a{font-size:12px;color:#75a8ff}.qr-flow-final-preview{display:grid;place-items:center;margin:23px auto;width:240px;height:240px;background:#fff;border-radius:18px;padding:9px}.qr-flow-final-preview canvas,.qr-flow-final-preview svg{width:220px!important;height:220px!important}.qr-flow-expiring{background:#ffa84c0f;border:1px solid rgba(255,168,76,.18);border-radius:15px;padding:14px;text-align:left}.qr-flow-timer{display:flex;justify-content:space-between;align-items:center}.qr-flow-timer span{font-size:9px;color:#a79073}.qr-flow-timer strong{font-size:22px;color:#ffc57e;font-variant-numeric:tabular-nums}.qr-flow-expiring>p{font-size:9.5px;line-height:1.5;color:#8f806f;margin:7px 0 12px}.qr-flow-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qr-flow-auth-actions .qr-v2-generate{margin:0;padding:11px;justify-content:center;font-size:10px}.qr-flow-login-button{display:grid;place-items:center;border:1px solid rgba(126,145,184,.18);border-radius:10px;color:#bac3d5!important;font-size:10px}.qr-flow-download-final{width:100%;margin-top:12px;padding:13px;border-radius:11px;background:#fff;color:#111827;font-weight:800;font-size:11px}.qr-flow-download-final.locked{background:#101a2b;color:#77839b;border:1px solid rgba(126,145,184,.13)}.qr-flow-auth-gate{margin-top:10px;border:1px solid rgba(101,87,255,.2);background:#6557ff12;border-radius:12px;padding:12px;text-align:left}.qr-flow-auth-gate strong{font-size:10.5px}.qr-flow-auth-gate p{font-size:9px;color:#77839a;margin:4px 0 9px}.qr-flow-auth-gate>div{display:flex;gap:7px}.qr-flow-auth-gate a{font-size:9px;color:#a99fff!important;border:1px solid rgba(101,87,255,.2);border-radius:7px;padding:7px 9px}.auth-v3-page{min-height:100vh;background:radial-gradient(circle at 13% 18%,rgba(82,68,255,.14),transparent 25%),radial-gradient(circle at 80% 70%,rgba(0,181,255,.08),transparent 26%),#060b16;color:#eef3ff}.auth-v3-topbar{height:74px;max-width:1200px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(126,145,184,.08)}.auth-v3-brand{font-size:18px;font-weight:800;color:#f5f7ff!important;display:flex;align-items:center;gap:8px}.auth-v3-brand>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#6257ff,#238eff);font-size:14px}.auth-v3-brand em{font-style:normal;color:#6ba9ff}.auth-v3-topbar>div{display:flex;align-items:center;gap:10px;font-size:10px;color:#69758c}.auth-v3-topbar>div a{color:#d8deeb!important;border:1px solid rgba(126,145,184,.17);padding:8px 11px;border-radius:8px}.auth-v3-shell{width:min(1080px,calc(100% - 32px));margin:0 auto;min-height:calc(100vh - 74px);display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center;padding:55px 0 70px}.auth-v3-story{padding:20px}.auth-v3-eyebrow{display:block;font-size:9px;letter-spacing:.18em;color:#7e72ff;font-weight:850;margin-bottom:13px}.auth-v3-story h1{font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.055em;margin:0}.auth-v3-story h1 strong{font-weight:inherit;background:linear-gradient(100deg,#816dff,#31a6ff);-webkit-background-clip:text;color:transparent}.auth-v3-story>p{max-width:520px;color:#8290aa;font-size:14px;line-height:1.7;margin:20px 0 27px}.auth-v3-demo{position:relative;max-width:510px;padding:10px 0}.auth-demo-row{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#0f182bd1;border:1px solid rgba(126,145,184,.14);border-radius:13px;padding:13px;margin-bottom:9px;box-shadow:0 15px 40px #0000001f}.auth-demo-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#3294ff1c;color:#6fb4ff}.auth-demo-icon.purple{background:#6557ff1f;color:#9b90ff}.auth-demo-row small,.auth-demo-row strong{display:block}.auth-demo-row small{font-size:8px;color:#5f6d86}.auth-demo-row strong{font-size:11px;margin-top:2px}.auth-demo-row b{font-size:9px;color:#6c7890}.auth-demo-line{position:absolute;right:25px;left:45%;top:15px;bottom:0;border-top:1px solid rgba(101,87,255,.2);transform:rotate(-8deg);z-index:1}.auth-v3-points{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px}.auth-v3-points span{font-size:9px;color:#77849b}.auth-v3-benefit-cards{display:grid;gap:8px;max-width:510px}.auth-v3-benefit-cards article{display:flex;align-items:center;gap:12px;border:1px solid rgba(126,145,184,.13);background:#0c1526bf;border-radius:13px;padding:12px}.auth-v3-benefit-cards article>span{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#6557ff1a;color:#9488ff}.auth-v3-benefit-cards strong{font-size:10.5px}.auth-v3-benefit-cards p{font-size:8.5px;color:#66728a;margin:3px 0 0}.auth-v3-card{border:1px solid rgba(126,145,184,.16);background:linear-gradient(180deg,#10192cf0,#080e1bf7);border-radius:22px;padding:28px;box-shadow:0 35px 90px #0000004d}.auth-v3-card-head{text-align:center;margin-bottom:22px}.auth-v3-lock{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#6557ff1f;border:1px solid rgba(101,87,255,.2);color:#9b90ff;margin:0 auto 11px}.auth-v3-card-head h2{font-size:23px;letter-spacing:-.035em;margin:0}.auth-v3-card-head p{font-size:10px;color:#6d7991;margin-top:5px}.auth-v3-claim-note{display:flex;gap:9px;align-items:flex-start;border:1px solid rgba(255,176,85,.17);background:#ffb0550e;padding:10px;border-radius:11px;margin-bottom:15px}.auth-v3-claim-note>span{font-size:15px}.auth-v3-claim-note strong{display:block;font-size:9.5px;color:#d7bea2}.auth-v3-claim-note p{font-size:8.5px;line-height:1.4;color:#8b7b69;margin:3px 0 0}.auth-v3-form{display:flex;flex-direction:column;gap:13px}.auth-v3-form>label>span{display:block;font-size:9.5px;color:#9ba7bd;font-weight:700;margin-bottom:6px}.auth-v3-input-wrap{display:flex;align-items:center;background:#070e1a;border:1px solid rgba(126,145,184,.17);border-radius:11px;transition:.18s}.auth-v3-input-wrap:focus-within{border-color:#655cff;box-shadow:0 0 0 3px #655cff17}.auth-v3-input-wrap i{width:40px;text-align:center;font-style:normal;color:#5f6c85;font-size:11px}.auth-v3-input-wrap input{flex:1;min-width:0;padding:12px 12px 12px 0;color:#eef3ff;font-size:11px;background:transparent}.auth-v3-input-wrap input::placeholder{color:#46536b}.auth-v3-error{font-size:9.5px;color:#ff9bae;border:1px solid rgba(255,91,116,.18);background:#ff5b740f;border-radius:9px;padding:9px}.auth-v3-form>button{display:flex;justify-content:space-between;align-items:center;border-radius:11px;padding:13px 15px;background:linear-gradient(100deg,#6257ff,#2e81ff);color:#fff;font-size:11px;font-weight:800;box-shadow:0 13px 28px #4245ff33}.auth-v3-form>button:disabled{opacity:.6}.auth-v3-divider{height:1px;background:#7e91b81f;position:relative;margin:22px 0}.auth-v3-divider span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#0b1322;padding:0 8px;color:#536078;font-size:9px}.auth-v3-bottom{text-align:center;font-size:9.5px;color:#66738b}.auth-v3-bottom a{color:#9a8fff!important;font-weight:700}.auth-v3-back{display:block;text-align:center;color:#58647b!important;font-size:8.5px;margin-top:18px}.auth-v3-terms{text-align:center;font-size:8px;color:#536078;margin:12px 0}.auth-v3-success-page{width:min(520px,calc(100% - 32px));margin:0 auto;min-height:calc(100vh - 74px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.auth-v3-success-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:#6557ff1c;border:1px solid rgba(101,87,255,.18);font-size:24px;margin-bottom:18px}.auth-v3-success-page>span{font-size:9px;letter-spacing:.16em;color:#8f83ff;font-weight:800}.auth-v3-success-page h1{font-size:42px;letter-spacing:-.05em;margin:7px 0}.auth-v3-success-page p{font-size:11px;line-height:1.65;color:#748199;max-width:430px}.auth-v3-success-page>a{margin-top:20px;background:#655cff;color:#fff!important;padding:11px 15px;border-radius:10px;font-size:10px;font-weight:750}@media (max-width:900px){.qr-flow-content-grid{grid-template-columns:1fr}.qr-flow-phone-panel{position:relative;top:auto}.auth-v3-shell{grid-template-columns:1fr;gap:22px;max-width:560px;padding-top:35px}.auth-v3-story{text-align:center}.auth-v3-story>p{margin-left:auto;margin-right:auto}.auth-v3-demo,.auth-v3-benefit-cards{margin-left:auto;margin-right:auto}.auth-v3-points{justify-content:center}}@media (max-width:620px){.qr-flow-dynamic-types,.qr-flow-two-fields{grid-template-columns:1fr}.qr-flow-phone-panel{padding:18px}.qr-flow-phone-shell{height:520px}.qr-flow-auth-actions{grid-template-columns:1fr}.qr-flow-gallery-thumbs{grid-template-columns:repeat(2,1fr)}.auth-v3-topbar{padding:0 16px}.auth-v3-topbar>div>span{display:none}.auth-v3-shell{width:calc(100% - 24px)}.auth-v3-story h1{font-size:42px}.auth-v3-card{padding:22px}.auth-v3-story{padding:8px}.auth-v3-demo{display:none}}.pro-panel{min-height:100vh;background:#070c16;color:#eaf0fb;display:grid;grid-template-columns:232px 1fr;font-family:Inter,system-ui,sans-serif}.pro-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid rgba(135,151,183,.12);background:linear-gradient(180deg,#0a101c,#080d17);padding:18px 13px;display:flex;flex-direction:column}.pro-panel-brand{display:flex;align-items:center;gap:9px;padding:7px 8px 22px;color:#f5f7fb!important}.pro-panel-brand>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:linear-gradient(135deg,#6257ff,#238eff);font-size:14px}.pro-panel-brand strong{font-size:14px}.pro-panel-brand em{font-style:normal;color:#67a8ff}.pro-sidebar-workspace{border:1px solid rgba(135,151,183,.1);background:#0b1321;border-radius:12px;padding:10px;margin-bottom:18px}.pro-sidebar-workspace>small{font-size:7px;letter-spacing:.13em;color:#536078}.pro-sidebar-workspace>div{display:flex;gap:8px;align-items:center;margin-top:8px}.pro-sidebar-workspace>div>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#6557ff21;color:#9d92ff;font-size:11px;font-weight:800}.pro-sidebar-workspace p{min-width:0;margin:0}.pro-sidebar-workspace strong,.pro-sidebar-workspace p small{display:block}.pro-sidebar-workspace strong{font-size:9px}.pro-sidebar-workspace p small{font-size:7px;color:#69758c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}.pro-sidebar nav{display:flex;flex-direction:column;gap:4px}.pro-sidebar nav a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;color:#748097!important;font-size:9.5px;font-weight:680}.pro-sidebar nav a>span{width:20px;text-align:center;font-size:12px}.pro-sidebar nav a:hover{background:#0d1626;color:#bec7d8!important}.pro-sidebar nav a.active{background:linear-gradient(100deg,#6557ff2b,#2c7eff12);box-shadow:inset 0 0 0 1px #6557ff2b;color:#e8e6ff!important}.pro-sidebar nav a.active>span{color:#958aff}.pro-sidebar-bottom{margin-top:auto;display:grid;gap:7px}.pro-sidebar-bottom a,.pro-sidebar-bottom button{text-align:center;padding:9px;border-radius:9px;font-size:8.5px}.pro-create-qr{background:#6257ff;color:#fff!important}.pro-create-link{border:1px solid rgba(135,151,183,.13);color:#9da8bb!important}.pro-sidebar-bottom button{color:#5c687d}.pro-panel-main{min-width:0}.pro-page{width:min(1240px,calc(100% - 54px));margin:0 auto;padding:42px 0 70px}.pro-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:29px}.pro-page-head.compact{align-items:center}.pro-page-head>div:first-child>span{font-size:7.5px;letter-spacing:.17em;color:#655cff;font-weight:850}.pro-page-head h1{font-size:32px;letter-spacing:-.045em;margin:4px 0}.pro-page-head p{font-size:10px;color:#69768e;margin:0}.pro-page-actions{display:flex;gap:8px}.pro-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(100deg,#6257ff,#357aff);color:#fff!important;border-radius:9px;padding:10px 13px;font-size:9px;font-weight:800}.pro-btn.secondary{background:#0d1626;border:1px solid rgba(135,151,183,.14);color:#b8c2d4!important}.pro-btn.danger-solid{background:#ca4058}.pro-back{display:block;color:#7e8aa0!important;font-size:8.5px;margin-bottom:8px}.pro-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.pro-metrics.three{grid-template-columns:repeat(3,1fr)}.pro-metric{border:1px solid rgba(135,151,183,.12);background:linear-gradient(180deg,#0d1524,#0a111e);border-radius:14px;padding:15px}.pro-metric.accent{background:linear-gradient(145deg,#6557ff29,#0c1424);border-color:#6557ff3b}.pro-metric>div{display:flex;align-items:center;gap:8px}.pro-metric>div>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#6557ff1a;color:#9186ff;font-size:11px}.pro-metric>div>small{font-size:8.5px;color:#7b879d}.pro-metric>strong{display:block;font-size:27px;letter-spacing:-.04em;margin-top:14px}.pro-metric>p{font-size:7.5px;color:#59667c;margin:4px 0 0}.pro-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.pro-card{border:1px solid rgba(135,151,183,.12);background:linear-gradient(180deg,#0d1524,#0a111d);border-radius:15px;padding:17px}.pro-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.pro-card-head small{display:block;font-size:7px;letter-spacing:.13em;color:#59677e}.pro-card-head h2{font-size:13px;margin:3px 0 0}.pro-card-head>a{font-size:8px;color:#8c82ff!important}.pro-chart{height:208px;padding-top:8px}.pro-chart svg{width:100%;height:175px;overflow:visible}.pro-chart line{stroke:#8797b71f;stroke-width:1}.pro-chart polyline{fill:none;stroke:#7467ff;stroke-width:3;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 8px rgba(99,85,255,.28))}.pro-chart-labels{display:flex;justify-content:space-between;color:#4f5c72;font-size:7px}.pro-rank-list{display:grid;gap:10px}.pro-rank-list>div{display:grid;grid-template-columns:18px 75px 1fr 30px;gap:8px;align-items:center}.pro-rank-list>div>span{font-size:7px;color:#505d73}.pro-rank-list strong{font-size:8.5px}.pro-rank-list>div>div{height:5px;background:#111c2d;border-radius:99px;overflow:hidden}.pro-rank-list i{display:block;height:100%;background:linear-gradient(90deg,#6257ff,#3d9bff);border-radius:99px}.pro-rank-list b{font-size:7.5px;color:#718099;text-align:right}.pro-empty-inline{font-size:9px;color:#59667d}.pro-top-items{display:grid}.pro-top-items>div{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:9px 0;border-top:1px solid rgba(135,151,183,.08)}.pro-top-items>div:first-child{border-top:0}.pro-top-items>div>span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#101a2a;color:#6f7b92;font-size:7.5px}.pro-top-items p{margin:0;min-width:0}.pro-top-items strong,.pro-top-items small{display:block}.pro-top-items strong{font-size:8.5px}.pro-top-items small{font-size:7px;color:#56647a;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-top-items b{font-size:9px;color:#aab5c8}.pro-toolbar,.pro-tabs{display:flex;align-items:center;gap:8px;margin-bottom:12px}.pro-toolbar>span{margin-left:auto;font-size:8px;color:#5f6c82}.pro-search{height:36px;min-width:290px;display:flex;align-items:center;gap:8px;border:1px solid rgba(135,151,183,.13);background:#0a121f;border-radius:9px;padding:0 11px;color:#56637a}.pro-search input{flex:1;background:none;color:#dfe5f0;font-size:9px}.pro-search.compact{margin-left:auto;min-width:210px;height:32px}.pro-table-card{border:1px solid rgba(135,151,183,.12);background:#0a121f;border-radius:14px;overflow:hidden}.pro-table-head,.pro-table-row{display:grid;grid-template-columns:minmax(300px,1fr) 110px 70px 85px 210px;gap:12px;align-items:center}.pro-table-head{padding:10px 14px;border-bottom:1px solid rgba(135,151,183,.09);background:#0c1422;color:#536078;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.pro-table-row{padding:12px 14px;border-bottom:1px solid rgba(135,151,183,.07)}.pro-table-row:last-child{border-bottom:0}.pro-link-main{display:flex;align-items:center;gap:9px;min-width:0}.pro-item-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#2e8dff17;color:#5aa9ff}.pro-link-main p{margin:0;min-width:0}.pro-link-main a{display:block;font-size:9px;font-weight:750;color:#8eb9ff!important}.pro-link-main small{display:block;font-size:7.5px;color:#56647a;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-status{display:inline-flex;padding:4px 7px;border-radius:99px;font-size:7px}.pro-status.active{background:#38d3a114;color:#59d8af}.pro-status.scheduled{background:#ffb85514;color:#e1ac67}.pro-status.expired{background:#ff5b7414;color:#df7183}.pro-lock-note{display:block;font-size:6.5px;color:#676f83;margin-top:4px}.pro-table-row>strong{font-size:9px}.pro-date{font-size:7.5px;color:#637087}.pro-row-actions{display:flex;justify-content:flex-end;gap:5px}.pro-row-actions a,.pro-row-actions button{border:1px solid rgba(135,151,183,.11);background:#0d1727;color:#8d9ab0!important;border-radius:7px;padding:6px 7px;font-size:7px}.pro-row-actions .danger{color:#cb6e7d!important}.pro-empty-box{padding:60px 20px;text-align:center;color:#5c697e}.pro-empty-box.wide{grid-column:1/-1}.pro-empty-box>span{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 10px;border-radius:12px;background:#101a2b;color:#7c72ff}.pro-empty-box h3{font-size:11px;color:#aab4c5;margin:0}.pro-empty-box p{font-size:8px}.pro-tabs button{padding:8px 10px;border:1px solid transparent;border-radius:8px;color:#68758c;font-size:8.5px}.pro-tabs button b{font-size:7px;margin-left:4px;background:#101a2b;padding:2px 5px;border-radius:99px}.pro-tabs button.active{background:#10182a;border-color:#6557ff33;color:#c9c3ff}.pro-qr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.pro-qr-card{border:1px solid rgba(135,151,183,.12);background:linear-gradient(180deg,#0d1524,#09111d);border-radius:14px;overflow:hidden}.pro-qr-card-preview{height:155px;display:grid;place-items:center;background:radial-gradient(circle,rgba(101,87,255,.13),transparent 60%),#090f1b;position:relative}.pro-kind{position:absolute;top:10px;right:10px;padding:4px 7px;border-radius:99px;font-size:6.5px}.pro-kind.dynamic{background:#6557ff1f;color:#9388ff}.pro-kind.static{background:#35d3a417;color:#5fd7b2}.pro-qr-mini{width:86px;height:86px;background:#fff;border-radius:9px;padding:8px;display:grid;grid-template-columns:repeat(6,1fr);gap:2px;box-shadow:0 14px 32px #00000040}.pro-qr-mini i{background:transparent}.pro-qr-mini i.on{background:#111827;border-radius:1px}.pro-qr-card-body{padding:14px}.pro-qr-card-body>small{font-size:7px;color:#6b778e}.pro-qr-card-body h3{font-size:11px;margin:4px 0}.pro-qr-card-body>a{font-size:7.5px;color:#7aaeff!important}.pro-qr-card-body>p{font-size:7.5px;color:#5d6980}.pro-qr-stats{display:flex;justify-content:space-between;margin-top:14px;padding-top:9px;border-top:1px solid rgba(135,151,183,.08);font-size:7px;color:#68758d}.pro-qr-card-actions{display:flex;padding:9px 12px;border-top:1px solid rgba(135,151,183,.08);gap:5px}.pro-qr-card-actions a,.pro-qr-card-actions button{font-size:7px;border:1px solid rgba(135,151,183,.1);padding:6px 7px;border-radius:7px;color:#8f9bb1!important}.pro-qr-card-actions .danger{margin-left:auto;color:#c66b7a!important}.pro-editor-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.pro-editor-grid.qr{grid-template-columns:1fr .8fr}.pro-form-card{padding:19px}.pro-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.pro-field>span{font-size:7.5px;color:#8c98ae;font-weight:700}.pro-field input,.pro-field textarea,.pro-field select,.pro-prefix{width:100%;border:1px solid rgba(135,151,183,.13);background:#08101c;color:#e6ecf7;border-radius:9px;padding:10px;font-size:9px;outline:none}.pro-field textarea{resize:vertical;line-height:1.5}.pro-field input:focus,.pro-field textarea:focus,.pro-field select:focus,.pro-prefix:focus-within{border-color:#6359ff;box-shadow:0 0 0 3px #6359ff14}.pro-prefix{display:flex;align-items:center;padding:0}.pro-prefix span{padding-left:10px;font-size:8px;color:#58657b}.pro-prefix input{border:0;background:transparent;box-shadow:none!important}.pro-form-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pro-hint{font-size:7.5px;line-height:1.5;color:#5a667d}.pro-save-msg{border:1px solid rgba(59,211,165,.13);background:#3bd3a50d;color:#66cdae;border-radius:8px;padding:8px;font-size:8px}.pro-qr-edit-preview{padding:19px}.pro-large-qr{height:240px;display:grid;place-items:center;background:radial-gradient(circle,rgba(101,87,255,.13),transparent 55%),#090f1a;border-radius:12px;margin-bottom:14px}.pro-large-qr .pro-qr-mini{width:150px;height:150px;padding:13px;gap:3px}.pro-color{display:flex;align-items:center;gap:8px;border:1px solid rgba(135,151,183,.13);background:#08101c;border-radius:9px;padding:6px}.pro-color input{width:28px;height:28px;padding:0;border:0}.pro-color code{font-size:8px;color:#7e8aa0}.pro-range{display:flex;gap:4px;padding:4px;background:#0b1422;border:1px solid rgba(135,151,183,.1);border-radius:9px}.pro-range button{font-size:7.5px;color:#637087;padding:6px 8px;border-radius:6px}.pro-range button.active{background:#6257ff;color:#fff}.pro-analytics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}.pro-break-row{display:grid;grid-template-columns:1fr 40px;gap:7px;margin:10px 0}.pro-break-row>div{display:flex;justify-content:space-between}.pro-break-row strong,.pro-break-row span,.pro-break-row small{font-size:7.5px}.pro-break-row span{color:#66738a}.pro-break-row>i{grid-column:1;height:5px;background:#111b2b;border-radius:99px;overflow:hidden}.pro-break-row>i>b{display:block;height:100%;background:linear-gradient(90deg,#6257ff,#3d9cff)}.pro-break-row>small{text-align:right;color:#67758c}.pro-account-card{text-align:center}.pro-account-avatar{display:grid;place-items:center;width:62px;height:62px;border-radius:17px;background:linear-gradient(145deg,#6257ff,#2b8cff);margin:0 auto 12px;font-size:22px;font-weight:850}.pro-account-card h2{font-size:14px;margin:0}.pro-account-card>p{font-size:8px;color:#5f6c82}.pro-account-card>div{text-align:left;margin-top:22px}.pro-account-card small{display:block;font-size:6.5px;color:#59667c}.pro-account-card code{display:block;margin-top:6px;background:#08101c;border-radius:7px;padding:8px;font-size:7px;color:#78869e;overflow:auto}.pro-loading{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#68758c;font-size:9px}.pro-loading span{width:28px;height:28px;border:2px solid #1a2639;border-top-color:#665cff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:10px}@media (max-width:1050px){.pro-panel{grid-template-columns:190px 1fr}.pro-page{width:calc(100% - 32px)}.pro-metrics{grid-template-columns:repeat(2,1fr)}.pro-table-head,.pro-table-row{grid-template-columns:minmax(230px,1fr) 90px 60px 150px}.pro-table-head>span:nth-child(4),.pro-table-row>.pro-date{display:none}.pro-qr-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.pro-panel{display:block}.pro-sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid rgba(135,151,183,.1)}.pro-sidebar nav{display:grid;grid-template-columns:repeat(5,1fr)}.pro-sidebar nav a{justify-content:center;padding:8px 3px;font-size:0}.pro-sidebar nav a>span{font-size:15px}.pro-sidebar-workspace,.pro-sidebar-bottom{display:none}.pro-page{padding-top:25px}.pro-page-head{align-items:flex-start;flex-direction:column}.pro-grid-2,.pro-editor-grid,.pro-editor-grid.qr,.pro-analytics-grid{grid-template-columns:1fr}.pro-table-head{display:none}.pro-table-row{grid-template-columns:1fr auto;padding:13px}.pro-table-row>div:nth-child(2),.pro-table-row>strong{display:none}.pro-row-actions{grid-column:1/-1;justify-content:flex-start}.pro-qr-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.pro-metrics,.pro-metrics.three,.pro-qr-grid{grid-template-columns:1fr}.pro-page{width:calc(100% - 22px)}.pro-search{min-width:0;flex:1}.pro-tabs{flex-wrap:wrap}.pro-search.compact{order:5;width:100%;margin-left:0}.pro-form-2{grid-template-columns:1fr}}.pro-panel-api-error,.pro-panel-error{border:1px solid rgba(255,112,133,.18);background:#ff546e0e;border-radius:12px;padding:12px 14px;margin-bottom:13px;display:flex;align-items:center;gap:10px;color:#d9a0aa}.pro-panel-api-error.large{min-height:180px;flex-direction:column;justify-content:center;text-align:center}.pro-panel-api-error strong,.pro-panel-error h2{font-size:10px;color:#e5b5bd;margin:0}.pro-panel-api-error span,.pro-panel-error p{font-size:8.5px;color:#8e7077;flex:1;margin:0}.pro-panel-api-error button,.pro-panel-api-error a,.pro-panel-error button{border:1px solid rgba(255,112,133,.18);background:#111a29;color:#d9a0aa!important;padding:7px 9px;border-radius:7px;font-size:8px;white-space:nowrap}.pro-panel-error{min-height:240px;flex-direction:column;justify-content:center;text-align:center}.pro-panel-error>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#ff546e14;font-weight:800}.pro-page-head>div:first-child>span{font-size:10px}.pro-page-head h1{font-size:40px}.pro-page-head p{font-size:13px;line-height:1.55}.pro-btn{font-size:12px;padding:12px 16px}.pro-sidebar nav a{font-size:12px;padding:11px 12px}.pro-sidebar nav a>strong{font-weight:700}.pro-sidebar-workspace>small{font-size:9px}.pro-sidebar-workspace strong{font-size:11px}.pro-sidebar-workspace p small{font-size:9px}.pro-metric>div>small{font-size:11px}.pro-metric>strong{font-size:34px}.pro-metric>p{font-size:10px}.pro-card-head small{font-size:9px}.pro-card-head h2{font-size:17px}.pro-card-head>a{font-size:10px}.pro-rank-list strong,.pro-top-items strong{font-size:11px}.pro-rank-list b,.pro-top-items b{font-size:10px}.pro-top-items small{font-size:9px}.pro-toolbar>span,.pro-search input,.pro-tabs button{font-size:11px}.pro-table-head{font-size:9px}.pro-link-main a{font-size:12px}.pro-link-main small{font-size:10px}.pro-status{font-size:9px}.pro-lock-note{font-size:8px}.pro-table-row>strong{font-size:12px}.pro-date{font-size:10px}.pro-row-actions a,.pro-row-actions button{font-size:9px;padding:7px 9px}.pro-qr-card-body>small{font-size:9px}.pro-qr-card-body h3{font-size:14px}.pro-qr-card-body>a,.pro-qr-card-body>p{font-size:10px}.pro-qr-stats{font-size:9px}.pro-qr-card-actions a,.pro-qr-card-actions button{font-size:9px;padding:7px 8px}.pro-field>span{font-size:10px}.pro-field input,.pro-field textarea,.pro-field select,.pro-prefix{font-size:11px;padding:11px}.pro-prefix span,.pro-hint,.pro-save-msg{font-size:10px}.panel-real-qr{display:grid;place-items:center;line-height:0}.panel-real-qr svg,.panel-real-qr canvas{display:block!important;max-width:100%;height:auto!important}.pro-destination-box{margin:12px 0 8px;padding:10px;border:1px solid rgba(135,151,183,.1);background:#09111d;border-radius:9px}.pro-destination-box span{display:block;font-size:8px;letter-spacing:.08em;color:#536077;margin-bottom:4px}.pro-destination-box strong{display:block;font-size:10px;color:#b8c3d6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-image-upload{display:flex;align-items:center;justify-content:center;border:1px dashed rgba(135,151,183,.19);background:#09111d;border-radius:9px;min-height:44px;cursor:pointer}.pro-image-upload input{display:none}.pro-image-upload span{font-size:10px;color:#9186ff}.pro-content-preview-img{width:100%;max-height:240px;object-fit:cover;border-radius:10px;margin-top:8px}.pro-content-preview-img.round{width:86px;height:86px;border-radius:50%;object-fit:cover}.pro-existing-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.pro-existing-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.pro-links-editor{display:grid;gap:7px;margin-bottom:12px}.pro-links-editor-head{display:flex;align-items:center;justify-content:space-between}.pro-links-editor-head>span{font-size:10px;color:#8c98ae;font-weight:700}.pro-links-editor-head button{font-size:9px;color:#9b90ff;border:1px solid rgba(101,87,255,.18);padding:6px 8px;border-radius:7px}.pro-link-edit-row{display:grid;grid-template-columns:.7fr 1.3fr 32px;gap:6px}.pro-link-edit-row input{border:1px solid rgba(135,151,183,.13);background:#08101c;color:#e6ecf7;border-radius:8px;padding:9px;font-size:10px}.pro-link-edit-row button{border:1px solid rgba(255,96,120,.13);background:#ff60780d;color:#d77787;border-radius:8px}.pro-mobile-topbar{display:none}.pro-sidebar-mobile-head>button{display:none}.pro-sidebar-backdrop{display:none}@media (max-width:760px){.pro-panel{display:block}.pro-mobile-topbar{display:flex;position:sticky;top:0;z-index:60;height:58px;padding:0 15px;align-items:center;justify-content:space-between;background:#080d17f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(135,151,183,.1)}.pro-mobile-brand{font-size:16px;font-weight:800;color:#f1f5ff!important}.pro-mobile-brand span{color:#6ba8ff}.pro-mobile-menu-btn{width:38px;height:38px;border-radius:9px;border:1px solid rgba(135,151,183,.14);background:#101827;color:#dbe2ee;font-size:18px}.pro-sidebar{position:fixed;z-index:80;left:0;top:0;height:100vh;width:min(292px,84vw);transform:translate(-104%);transition:transform .22s ease;border-right:1px solid rgba(135,151,183,.13);border-bottom:0;padding:18px 14px;display:flex}.pro-sidebar.mobile-open{transform:translate(0)}.pro-sidebar-backdrop{display:block;position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;background:#00000094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pro-sidebar-mobile-head{display:flex;align-items:center;justify-content:space-between}.pro-sidebar-mobile-head .pro-panel-brand{padding-bottom:18px}.pro-sidebar-mobile-head>button{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#101827;color:#8d98ac;font-size:20px}.pro-sidebar-workspace{display:block}.pro-sidebar nav{display:flex;flex-direction:column;gap:5px}.pro-sidebar nav a{justify-content:flex-start;font-size:12px;padding:12px}.pro-sidebar nav a>span{font-size:15px;width:24px}.pro-sidebar nav a>strong{display:block}.pro-sidebar-bottom{display:grid}.pro-page{padding-top:25px;width:calc(100% - 24px)}.pro-page-head h1{font-size:34px}.pro-qr-grid{grid-template-columns:1fr}.pro-qr-card-preview{height:180px}.pro-editor-grid,.pro-editor-grid.qr,.pro-link-edit-row{grid-template-columns:1fr}.pro-link-edit-row button{height:34px}}:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-700: #0369a1;--accent-400: #22d3ee;--accent-500: #06b6d4;--success-400: #34d399;--success-500: #10b981;--error-400: #f87171;--error-500: #ef4444;--neutral-50: #f8fafc;--neutral-100: #f1f5f9;--neutral-200: #e2e8f0;--neutral-300: #cbd5e1;--neutral-400: #94a3b8;--neutral-500: #64748b;--neutral-600: #475569;--neutral-700: #334155;--neutral-800: #1e293b;--neutral-900: #0f172a;--bg-gradient-start: #0f172a;--bg-gradient-mid: #1e293b;--bg-gradient-end: #0f172a;--card-bg: rgba(30, 41, 59, .6);--card-border: rgba(148, 163, 184, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .25);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .3);--shadow-glow: 0 0 40px rgba(14, 165, 233, .25);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--neutral-100);background-color:var(--bg-gradient-start);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background:radial-gradient(ellipse at top,var(--bg-gradient-mid),var(--bg-gradient-start) 60%);background-attachment:fixed}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;border:none;outline:none;background:none;color:inherit}a{color:var(--accent-400);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-500)}::selection{background:var(--primary-500);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--neutral-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--neutral-600)}
