

/* Start:/local/templates/front/css/reset.min.css?17839534311296*/
html,body{width:100%;height:100%}*,::after,::backdrop,::before,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}table{border-collapse:collapse;width:100%}ul,ol{padding-left:1.25rem}p{margin-bottom:1rem}textarea,input[type=text],input[type=url],input[type=email],input[type=number]{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.75rem;font-size:1rem;line-height:1.5rem;font-family:inherit;color:#1e293b}textarea::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder{color:#6b7280;opacity:.8;font-style:italic}textarea:focus,input[type=text]:focus,input[type=url]:focus,input[type=email]:focus,input[type=number]:focus{outline:none;border-color:#3b82f6}textarea,input[type=text],input[type=url],input[type=email],input[type=number]{resize:vertical}:focus{outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(100,100,100,.2);border-radius:4px}

/* End */


/* Start:/local/templates/front/css/style.min.css?17839534318310*/
body,.bg-container{background-color:#f8fafc;color:#1e293b;min-height:100vh;display:flex;flex-direction:column}h2{margin-bottom:1rem}.container{display:flex;flex:1;justify-content:center;padding:1rem;gap:1rem;position:relative;align-items:center;height:100%}.text-container{max-width:1024px;margin:0 auto;padding:15px 20px}.text{margin-bottom:1.5rem}#form-block,#preview-block{width:100%;max-width:38rem;background:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:1rem;padding:2rem;transition:transform .3s ease-in-out}#form-block{display:flex;flex-direction:column;gap:1rem;margin:auto 0}.header{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem}.header img{width:5rem}.header .header-text{font-size:1.875rem;line-height:2.25rem;font-weight:500;font-family:"Caveat",cursive}.caveat{font-family:"Caveat",cursive;font-optical-sizing:auto;font-weight:400;font-style:normal}.h1{text-align:center;color:#64748b;font-size:inherit;font-weight:inherit}#show-params{display:inline-block;border-bottom:1px dashed #2563eb;margin-bottom:1rem;cursor:pointer;color:#2563eb;transition:color .3s,border-color .3s}#show-params:focus{color:#1d4ed8;border-color:rgba(0,0,0,0)}#params{display:flex;flex-direction:column;gap:1rem;height:0;overflow:hidden;transition:all .3s ease-in-out}#params.is-active{height:auto;overflow:unset}#params .param-block{display:flex;align-items:center;gap:1rem}#params .param-block label{flex:0 0 200px;white-space:nowrap;font-size:.875rem;font-weight:500;color:#475569;text-align:left}#params .param-block input{flex-grow:1;padding:.625rem .75rem;font-size:1rem;line-height:1.5;border:1px solid #cbd5e1;border-radius:.75rem;font-family:inherit;background-color:#fff}#params .param-block input::placeholder{color:#94a3b8}#params .param-block input:focus{outline:none}#params .param-block input[type=range]{flex:1 1 auto;background:#d1d5db;cursor:pointer}#params .param-block input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#2563eb;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:background .2s}#params .param-block input[type=range]:hover::-webkit-slider-thumb{background:#1d4ed8}#params .param-block input[type=range]::-moz-range-thumb{width:18px;height:18px;border:none;border-radius:50%;background:#2563eb;box-shadow:0 1px 4px rgba(0,0,0,.15)}#params .param-block input[type=range]:hover::-moz-range-thumb{background:#1d4ed8}#params .param-block:last-child{margin-bottom:1rem}.label-urls{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}#urls{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.75rem;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background-color:rgba(0,0,0,0);opacity:1}#urls::placeholder{color:#6b7280;opacity:.8;font-style:italic}#urls-hints{margin-top:.6rem;font-size:.95rem;line-height:1.45;color:#334155}#urls.has-errors{border-color:#dc2626;box-shadow:0 0 0 4px rgba(220,38,38,.12)}.form-feedback{margin-top:.75rem;padding:.8rem .9rem;text-align:left;border-radius:.85rem}.form-feedback-error{border:1px solid rgba(220,38,38,.18);background:#fff1f2;color:#9f1239}.form-feedback-title{margin:0;font-size:.95rem;font-weight:600}.form-feedback-text{margin:.45rem 0 0;font-size:.9rem;line-height:1.5;word-break:break-word}.form-feedback-list{margin:.55rem 0 0 1.2rem}.form-feedback-list li{margin-bottom:.3rem;font-size:.9rem;line-height:1.45;word-break:break-word}.import-controls{display:flex;align-items:stretch;gap:.75rem}.file-picker{position:relative;flex:1 1 auto;min-width:0;min-height:2.75rem;display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:.75rem;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.file-picker:hover,.file-picker:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.file-picker-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;pointer-events:none}.file-picker-button{align-self:stretch;display:flex;align-items:center;padding:0 .95rem;border-right:1px solid #cbd5e1;background:#f8fafc;color:#334155;font-size:.95rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease}.file-picker:hover .file-picker-button,.file-picker:focus-within .file-picker-button{background:#eff6ff;color:#2563eb}.file-picker-name{flex:1 1 auto;min-width:0;padding:0 .85rem;color:#64748b;font-size:.95rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker.has-file .file-picker-name{color:#1e293b}#import-urls-btn{flex:0 0 auto;min-height:2.75rem;white-space:nowrap}#import-status{margin-top:.65rem;font-size:.9rem;line-height:1.4;color:#334155;text-align:left}#import-status.is-error{color:#b91c1c}#import-report{margin-top:.65rem;padding:.75rem .85rem;text-align:left;border:1px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;color:#334155}#import-report p{margin:0;font-size:.9rem}#import-report ol{margin:.55rem 0 0 1.2rem}#import-report li{margin-bottom:.25rem;font-size:.88rem;word-break:break-word}@media(max-width: 768px){.import-controls{flex-direction:column;align-items:stretch}#import-urls-btn{width:100%}.file-picker{width:100%}}#output{width:100%;padding:.625rem .75rem;font-size:1rem;line-height:1.5;border:1px solid #cbd5e1;border-radius:.75rem;font-family:inherit;background-color:#fff}.button-primary{display:block;background-color:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;font-family:inherit;border:none;cursor:pointer;text-align:center;transition:background-color .3s ease}.button-primary:hover{background-color:#1d4ed8}.button-primary:focus{outline:none}#result-buttons{display:flex;flex-direction:row;gap:20px;justify-content:center}#result-buttons .format{display:flex}#result-buttons input{width:0;height:0;position:absolute;left:-9999px}#result-buttons input+label{cursor:pointer;margin:0;padding:.5rem 1.5rem;box-sizing:border-box;position:relative;display:inline-block;border:solid 1px #ddd;background-color:#fff;font-size:1rem;line-height:140%;font-weight:600;text-align:center;box-shadow:0 0 0 hsla(0,0%,100%,0);transition:border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out,box-shadow .15s ease-out}#result-buttons input+label:first-of-type{border-radius:6px 0 0 6px;border-right:none}#result-buttons input+label:last-of-type{border-radius:0 6px 6px 0;border-left:none}#result-buttons input:hover+label{border-color:#475569}#result-buttons input:checked+label{background-color:#3b82f6;color:#fff;box-shadow:0 0 10px rgba(102,179,251,.5);border-color:#3b82f6;z-index:1}@media(max-width: 800px){#result-buttons input+label{padding:.75rem .25rem;flex:0 0 50%;display:flex;justify-content:center;align-items:center}}#qr-status{font-size:.875rem;color:#94a3b8}#preview-img{max-width:100%;max-height:100%;width:100%;height:auto;border:1px solid #e5e7eb;border-radius:.375rem;object-fit:contain;overflow:hidden;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1.4142}#intro-seo-text{position:absolute;bottom:2.1rem;left:2.1rem;right:2.1rem;z-index:2;background:hsla(0,0%,100%,.95);padding:1rem 1.5rem;border-radius:12px;font-size:14px;line-height:1.5;max-width:500px;transition:opacity .3s ease}body.form-active #intro-seo-text{opacity:0;pointer-events:none}.footer-text{font-size:.75rem;color:#94a3b8;text-align:center;padding:1rem}.footer-divider{margin:0 .35rem;color:#cbd5e1}.footer-link{color:#64748b;text-decoration:none;transition:color .2s ease}.footer-link:hover,.footer-link:focus{color:#2563eb;text-decoration:underline}.mb-4{margin-bottom:1rem}.text-center{text-align:center}.hidden{display:none}.inter{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-style:normal}#preview-block{position:relative;overflow:hidden}#preview-block.loading::after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.45)}#preview-block.loading::before{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid rgba(0,0,0,.25);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

/* End */


/* Start:/local/templates/front/css/media.min.css?1783953431939*/
@media(max-width: 992px){.param-block{flex-direction:column;align-items:flex-start !important}.param-block label{flex:none !important;margin-bottom:4px;white-space:normal}#params .param-block input[type=range]{width:100%}#params,#params .param-block{gap:0}}@media only screen and (max-width: 768px){#result-buttons input+label{flex-basis:55px;padding-top:.4rem;padding-bottom:.4rem}#result-buttons .format{width:110px}}@media only screen and (max-width: 650px){.container{flex-direction:column;height:auto}}@media only screen and (max-width: 480px){.container,#form-block,#preview-block{padding:15px}#params{gap:10px}#params .param-block{flex-direction:column;gap:7px;align-items:self-start}#params .param-block label{text-align:left;width:100%}#params .param-block input{padding:.325rem .7rem;font-size:1rem;line-height:1.3;border:1px solid #cbd5e1;border-radius:.5rem}#intro-seo-text{left:16px;right:16px;bottom:16px;padding:10px 15px}}

/* End */
/* /local/templates/front/css/reset.min.css?17839534311296 */
/* /local/templates/front/css/style.min.css?17839534318310 */
/* /local/templates/front/css/media.min.css?1783953431939 */
