.recent-section{margin-top:20px}.recent-qr-item{align-items:flex-start;flex-direction:column;padding:8px 12px}.recent-qr-url{word-break:break-all}.recent-qr-date{color:var(--text-medium);font-size:.75rem}.qr-code{overflow:hidden}.qr-placeholder{position:relative}.text-input-icon{color:"var(--text-medium)";left:"10px";position:"absolute";top:"60%";transform:"translateY(-50%)"}.error-correction-level{width:100%}.correction-level-options{display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-top:10px}.correction-level-btn{background-color:var(--background-white);border:1px solid var(--border-color);border-radius:var(--rounded-sm);color:var(--text-medium);cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 0;transition:var(--transition-normal)}.correction-level-btn:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.correction-level-btn.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.correction-level-info{color:var(--text-medium);font-size:.75rem;line-height:1.4;margin-top:8px}.destination-selector{margin-top:15px;width:100%}.qr-type-grid{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);width:100%}@media (max-width:768px){.qr-type-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.qr-type-grid{grid-template-columns:repeat(2,1fr)}}.qr-type-btn{align-items:center;background-color:var(--background-white);border:1px solid var(--border-color);border-radius:var(--rounded-sm);cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:center;padding:15px 10px;text-align:center;transition:all .2s ease}.qr-type-btn:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.qr-type-btn.active{background-color:#3b82f61a;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f640}.qr-type-icon{align-items:center;color:var(--text-medium);display:flex;height:40px;justify-content:center;margin-bottom:8px;width:40px}.qr-type-btn.active .qr-type-icon{color:var(--primary-color)}.qr-type-label{color:var(--text-medium);font-size:.75rem;font-weight:500}.qr-type-btn.active .qr-type-label{color:var(--primary-color);font-weight:600}textarea.url-input{border:2px solid var(--border-color);border-radius:var(--rounded-sm);box-sizing:border-box;font-family:inherit;font-size:.875rem;line-height:1.5;padding:10px 12px;transition:var(--transition-normal);width:100%}textarea.url-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f640;outline:none}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--darker-blue:rgb(26 86 219);--secondary-color:#10b981;--text-dark:#1e293b;--text-medium:#64748b;--text-light:#94a3b8;--background-light:#f8fafc;--background-white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--rounded-sm:6px;--rounded-md:8px;--rounded-lg:12px;--transition-normal:all 0.2s ease}body{background-color:var(--background-white);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.container{box-sizing:border-box;max-width:1290px;padding:10px;width:100%;margin:0 auto 60px}.app-title{color:var(--text-dark);font-size:2rem;font-weight:700;margin:1.5rem 0;text-align:center}.qr-container{background-color:var(--background-light);border-radius:var(--rounded-lg);box-shadow:var(--shadow-md);box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:15px;width:100%}@media (min-width:768px){.container{padding:20px}.qr-container{flex-direction:row;gap:30px;padding:20px}.input-panel,.preview-panel{width:50%}}.input-panel,.preview-panel,.section{width:100%}.section{background-color:var(--background-white);border-radius:var(--rounded-md);box-shadow:var(--shadow-sm);box-sizing:border-box;margin-bottom:15px;padding:15px;transition:var(--transition-normal)}.section:hover{box-shadow:var(--shadow-md)}@media (min-width:768px){.section{margin-bottom:20px;padding:20px}}.section-header{align-items:center;display:flex;margin-bottom:20px;position:relative}.section-number{align-items:center;background-color:var(--darker-blue);border-radius:50%;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;margin-right:10px;width:30px}h2{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin:0}.reset-form-btn{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-medium);cursor:pointer;display:flex;justify-content:center;padding:5px;position:absolute;right:0;top:0;transition:all .2s}.reset-form-btn:hover{background-color:#3b82f61a;color:var(--primary-color);transform:rotate(-30deg)}h3{color:var(--text-dark);font-size:1rem;font-weight:600;margin:0 0 1rem}.input-group{margin-bottom:16px;position:relative}label{color:var(--text-medium);display:block;font-weight:500;margin-bottom:8px}.url-input,label{font-size:.875rem}.url-input{border:2px solid var(--border-color);border-radius:var(--rounded-sm);box-sizing:border-box;padding:10px 36px 10px 12px;transition:var(--transition-normal);width:100%}.url-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f640;outline:none}.clear-input{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.25rem;padding:0;position:absolute;right:10px;top:33px}.clear-input:hover{color:var(--text-dark)}.tabs{border-bottom:1px solid var(--border-color);display:flex;margin-bottom:20px}.tab{background:none;border:none;color:var(--text-medium);cursor:pointer;font-weight:500;padding:8px 16px;position:relative;transition:var(--transition-normal)}.tab:hover{color:var(--primary-color)}.tab.active{color:var(--secondary-color)}.tab.active:after{background-color:var(--secondary-color);bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.upload-section{margin-bottom:20px}.upload-area{align-items:center;border:2px dashed var(--border-color);border-radius:var(--rounded-sm);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:15px;text-align:center;transition:var(--transition-normal);width:100%}.upload-area:hover{background-color:#3b82f60d;border-color:var(--primary-color)}.upload-content{align-items:center;display:flex;flex-direction:column}.upload-content svg{color:var(--text-light);height:48px;margin-bottom:12px;width:48px}@media (max-width:480px){.upload-content svg{height:36px;width:36px}.upload-content p{font-size:.75rem}}.custom-file-upload{color:var(--primary-color);cursor:pointer;font-weight:500;transition:var(--transition-normal)}.custom-file-upload:hover{text-decoration:underline}input[type=file]{display:none}.preset-logos{margin-top:20px}.preset-logos p{color:var(--text-medium);font-size:.875rem;margin-bottom:8px}.logo-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));width:100%}.logo-btn{align-items:center;background-color:var(--background-white);border:1px solid var(--border-color);border-radius:var(--rounded-sm);cursor:pointer;display:flex;height:48px;justify-content:center;transition:var(--transition-normal)}.logo-btn:hover{border-color:var(--primary-color);transform:translateY(-2px)}.logo-btn.purple{background-color:#8b5cf6;color:#fff}.logo-btn.red{background-color:#ef4444;color:#fff}.logo-btn.yellow{background-color:#f59e0b;color:#fff}.color-settings{margin-top:10px}.color-input-wrapper{align-items:center;display:flex;gap:10px}.color-input{border:none;border-radius:var(--rounded-sm);cursor:pointer;height:40px;overflow:hidden;padding:0;width:40px}.color-value{color:var(--text-medium);font-size:.875rem;text-transform:uppercase}.style-settings{margin-top:10px}.style-btn{background-color:var(--background-light);border:1px solid var(--border-color);border-radius:var(--rounded-sm);color:var(--text-medium);cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:var(--transition-normal)}.style-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.style-btn.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.recent-qr-section{border-top:1px solid var(--border-color);margin-top:24px;padding-top:20px}.recent-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.recent-header h3{color:var(--text-dark);font-size:1rem;font-weight:600;margin:0}.clear-history-btn{background-color:var(--background-light);border:1px solid var(--border-color);border-radius:var(--rounded-sm);color:var(--text-medium);cursor:pointer;font-size:.75rem;padding:4px 8px;transition:var(--transition-normal)}.clear-history-btn:hover{background-color:#ef44441a;border-color:#ef4444;color:#ef4444}.recent-qr-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.recent-qr-item{background-color:var(--background-light);border:1px solid var(--border-color);border-radius:var(--rounded-sm);cursor:pointer;display:flex;padding:10px 12px;text-align:left;transition:var(--transition-normal);width:100%}.recent-qr-item:hover{background-color:#3b82f61a;border-color:var(--primary-color);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.recent-qr-content{display:flex;flex-direction:column;width:100%}.recent-qr-url{color:var(--text-dark);font-size:.875rem;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-qr-meta{align-items:center;display:flex;justify-content:space-between}.recent-qr-datetime,.recent-qr-icon{align-items:center;color:var(--text-medium);display:flex}.recent-qr-datetime{font-size:.75rem;gap:4px}.qr-code{background-color:var(--background-white);height:auto}.qr-code:hover{box-shadow:var(--shadow-lg);transform:scale(1.02)}.download-qr-code{left:-9999px;opacity:0;pointer-events:none;position:absolute;top:-9999px;visibility:hidden}.share-options{align-items:center;display:flex;gap:10px;margin-bottom:20px}.share-label{font-size:.875rem}.share-btn,.share-label{color:var(--text-medium)}.share-btn{align-items:center;background-color:var(--background-light);border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:var(--transition-normal);width:36px}.share-btn:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.share-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.size-control{box-sizing:border-box;margin:15px 0;padding:0 5px;width:100%}@media (min-width:768px){.size-control{margin:20px 0;padding:0}}.size-slider{-webkit-appearance:none;background:var(--border-color);border-radius:5px;height:6px;margin:15px 0;outline:none;width:100%}.size-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0ea5e9;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #0000001a,0 2px 4px #0000001a;cursor:pointer;height:20px;width:20px}.size-slider::-moz-range-thumb{background:#0ea5e9;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #0000001a,0 2px 4px #0000001a;cursor:pointer;height:20px;width:20px}.slider-labels{color:var(--text-medium);display:flex;font-size:.75rem;justify-content:space-between;width:100%}@media (min-width:480px){.slider-labels{font-size:.875rem}}.format-selectors{display:flex;gap:8px;margin:15px 0;width:100%}.format-btn{background-color:var(--background-light);border:1px solid var(--border-color);border-radius:var(--rounded-sm);color:var(--text-medium);cursor:pointer;flex:1;font-size:.75rem;font-weight:500;padding:8px;text-align:center;transition:var(--transition-normal);white-space:nowrap}.format-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.format-btn.active{background-color:#e0f2fe;border-color:#0ea5e9;color:#0369a1}@media (min-width:480px){.format-selectors{gap:10px;margin:20px 0}.format-btn{font-size:.875rem;padding:8px 16px}}.download-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:var(--rounded-sm);box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:8px;justify-content:center;padding:12px 15px;transition:var(--transition-normal);width:100%}.download-button:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.download-button:active{transform:translateY(0)}.download-button:focus{box-shadow:0 0 0 3px #3b82f680;outline:none}.download-button.loading{cursor:not-allowed;opacity:.8}.download-button:disabled{background-color:var(--text-light);cursor:not-allowed;transform:none}@media (min-width:480px){.download-button{font-size:1rem;padding:12px 20px}}.spinner{animation:spin 1s ease-in-out infinite;border-radius:50%;border:3px solid #ffffff4d;border-top-color:#fff;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.keyboard-shortcut{color:var(--text-light);font-size:.75rem;margin-top:12px;text-align:center}.toast{animation:slideIn .3s ease;background-color:#fff;border-radius:var(--rounded-sm);bottom:20px;box-shadow:var(--shadow-lg);padding:20px;position:fixed;right:20px;transition:transform .3s ease,opacity .3s ease;z-index:1000}.toast.success{border-left:4px solid #10b981;color:#064e3b}.toast.error{border-left:4px solid #ef4444;color:#7f1d1d}.toast.info{border-left:4px solid #3b82f6;color:#1e3a8a}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}button:focus,input:focus{box-shadow:0 0 0 3px #3b82f666;outline:none}.url-input.url-error{border-color:#ef4444;box-shadow:0 0 0 1px #ef444480}.url-input.url-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444440}.error-message{animation:fadeIn .3s ease;color:#ef4444;font-size:.75rem;margin-top:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.style-color-settings{display:flex;flex-direction:column;gap:16px;width:100%}.section-subtitle{border-bottom:1px solid var(--border-color);color:var(--text-dark);font-size:.95rem;font-weight:600;margin:5px 0;padding-bottom:5px}.style-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.style-option-btn{align-items:center;background-color:var(--background-white);border:1px solid var(--border-color);border-radius:var(--rounded-sm);cursor:pointer;display:flex;height:60px;justify-content:center;padding:5px;transition:all .2s;width:60px}.style-option-btn:hover{border-color:var(--primary-color);transform:translateY(-2px)}.style-option-btn.active{border:2px solid var(--primary-color);box-shadow:0 0 0 2px #3b82f64d}.color-section{background-color:var(--background-light);border-radius:var(--rounded-sm);display:flex;flex-direction:row;gap:16px;margin-bottom:10px;padding:15px}.color-section.single-column{flex-direction:column}.color-column{flex:1}.color-input-row{align-items:center;display:flex;gap:10px;margin:8px 0}.color-text-input{border:1px solid var(--border-color);border-radius:var(--rounded-sm);flex:1;font-size:.875rem;padding:8px 12px}.checkbox-option{align-items:center;display:flex;gap:8px;margin-top:8px}.checkbox-option input[type=checkbox]{height:16px;width:16px}.dots-square{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M10 10h30v30H10z'/%3E%3Cpath d='M10 10h10v10H10zM30 10h10v10H30zM10 30h10v10H10zM30 30h10v10H30z'/%3E%3C/svg%3E")}.dots-rounded{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Crect width='30' height='30' x='10' y='10' rx='5'/%3E%3Crect width='10' height='10' x='10' y='10' rx='5'/%3E%3Crect width='10' height='10' x='30' y='10' rx='5'/%3E%3Crect width='10' height='10' x='10' y='30' rx='5'/%3E%3Crect width='10' height='10' x='30' y='30' rx='5'/%3E%3C/svg%3E")}.dots-corners{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Crect width='30' height='30' x='10' y='10' rx='2'/%3E%3Crect width='10' height='10' x='10' y='10' rx='2'/%3E%3Crect width='10' height='10' x='30' y='10' rx='2'/%3E%3Crect width='10' height='10' x='10' y='30' rx='2'/%3E%3Crect width='10' height='10' x='30' y='30' rx='2'/%3E%3C/svg%3E")}.dots-classy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M15 15h20v20H15z'/%3E%3Cpath d='M15 15h10v10H15zM35 15H25v10h10zM15 35h10V25H15zM35 35H25V25h10z'/%3E%3C/svg%3E")}.dots-extrarounded{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='15'/%3E%3Ccircle cx='15' cy='15' r='5'/%3E%3Ccircle cx='35' cy='15' r='5'/%3E%3Ccircle cx='15' cy='35' r='5'/%3E%3Ccircle cx='35' cy='35' r='5'/%3E%3C/svg%3E")}.dots-random{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M10 10h30v30H10z'/%3E%3Ccircle cx='15' cy='15' r='5'/%3E%3Crect width='10' height='10' x='30' y='10' rx='1'/%3E%3Cpath d='m15 35 10-5-10-5z'/%3E%3Crect width='10' height='10' x='30' y='30' rx='5'/%3E%3C/svg%3E")}.dots-liquid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M10 10h30q5 0 5 5v20q0 5-5 5H10q-5 0-5-5V15q0-5 5-5'/%3E%3C/svg%3E")}.dots-tiny{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='15' cy='15' r='3'/%3E%3Ccircle cx='25' cy='15' r='3'/%3E%3Ccircle cx='35' cy='15' r='3'/%3E%3Ccircle cx='15' cy='25' r='3'/%3E%3Ccircle cx='25' cy='25' r='3'/%3E%3Ccircle cx='35' cy='25' r='3'/%3E%3Ccircle cx='15' cy='35' r='3'/%3E%3Ccircle cx='25' cy='35' r='3'/%3E%3Ccircle cx='35' cy='35' r='3'/%3E%3C/svg%3E")}.qr-preview{margin-bottom:24px;overflow:hidden}.qr-code,.qr-preview{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.qr-code{aspect-ratio:1/1;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--rounded-sm);box-shadow:var(--shadow-md);box-sizing:border-box;height:auto!important;margin:0 auto;max-width:300px;padding:8px;transition:var(--transition-normal)}.qr-code canvas{height:auto!important;max-height:100%!important;max-width:100%!important;object-fit:contain;width:auto!important}.qr-placeholder{filter:grayscale(1);opacity:.5}.qr-placeholder-text{background-color:#ffffffe6;border-radius:var(--rounded-sm);color:var(--text-medium);font-size:.875rem;font-weight:500;left:50%;padding:10px;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:80%;z-index:10}.qr-type-icon svg{height:24px;width:24px}.qr-type-icon svg path{stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.qr-type-btn:not(.active) .qr-type-icon svg[fill=currentColor]{fill:var(--text-medium)}.qr-type-btn.active .qr-type-icon svg[fill=currentColor]{fill:var(--primary-color)}.logo-preview{align-items:center;border:2px solid var(--border-color);border-radius:var(--rounded-sm);display:flex;flex-direction:column;justify-content:center;padding:15px;position:relative;transition:var(--transition-normal);width:100%}.logo-preview:hover{background-color:#3b82f60d;border-color:var(--primary-color)}.logo-preview-image{align-items:center;display:flex;height:120px;justify-content:center;margin-bottom:10px;width:120px}.logo-preview-image img{max-height:100%;max-width:100%;object-fit:contain}.logo-remove-btn{background-color:#ef44441a;border:none;border-radius:50%;color:#ef4444;cursor:pointer;padding:8px}.accordion-section{background-color:var(--background-white);box-shadow:var(--shadow-sm);transition:var(--transition-normal)}.accordion-section:hover{box-shadow:var(--shadow-md)}.accordion-header{padding:15px}.accordion-content{padding:0 15px}.accordion-content.expanded{padding:0 15px 15px}.style-square{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="40"><path fill-rule="evenodd" d="M5 5.5c0 5.2-.136 5.5-2.5 5.5H0v29h2.5c2.111 0 2.5-.467 2.5-3 0-2.667.333-3 3-3 2.533 0 3-.389 3-2.5 0-2.111.467-2.5 3-2.5s3 .389 3 2.5c0 2 .5 2.5 2.5 2.5s2.5-.5 2.5-2.5c0-2.111.467-2.5 3-2.5s3 .389 3 2.5c0 2.111.467 2.5 3 2.5 2.678 0 3 .328 3 3.052v3.053l5.25-.303 5.25-.302.096-15c.053-8.25-.087-13.312-.31-11.25-.347 3.198-.766 3.75-2.846 3.75-2.044 0-2.44-.486-2.44-3 0-2.97-.056-3-5.5-3H28V5.5C28 .056 27.97 0 25 0c-2.667 0-3 .333-3 3 0 2.533-.389 3-2.5 3-2 0-2.5.5-2.5 2.5s.5 2.5 2.5 2.5c2.111 0 2.5.467 2.5 3s-.389 3-2.5 3c-2.111 0-2.5.467-2.5 3 0 2.667-.333 3-3 3s-3-.333-3-3-.333-3-3-3-3-.333-3-3 .333-3 3-3c2.97 0 3-.056 3-5.5S10.97 0 8 0 5 .056 5 5.5M34 3c0 2.533.389 3 2.5 3 2.111 0 2.5-.467 2.5-3s-.389-3-2.5-3C34.389 0 34 .467 34 3M.4 25.5c.001 8.25.156 11.492.344 7.204.188-4.287.187-11.037-.002-15C.552 13.742.399 17.25.4 25.5M22 20c0 2.667.333 3 3 3s3 .333 3 3 .333 3 3 3c2.533 0 3 .389 3 2.5 0 2.333.333 2.5 5 2.5s5-.167 5-2.5-.333-2.5-5-2.5c-4.889 0-5-.067-5-3 0-2.533.389-3 2.5-3 2.111 0 2.5-.467 2.5-3v-3H22v3M5 26c0 2.667.333 3 3 3s3-.333 3-3-.333-3-3-3-3 .333-3 3"/></svg>')}.style-rounded,.style-square{background-size:contain;background-repeat:no-repeat;background-position:50%}.style-rounded{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="40"><path fill-rule="evenodd" d="M6.068 1.873C3.949 5.833 5.092 11 8.088 11c2.312 0 3.565-4.245 2.306-7.809C9.235-.085 7.413-.64 6.068 1.873M23.2 1.2c-.66.66-1.2 1.979-1.2 2.93 0 1.034-.907 1.86-2.25 2.05-1.477.21-2.25 1.007-2.25 2.32s.773 2.11 2.25 2.32c1.343.19 2.25 1.016 2.25 2.05 0 3.14 2.213 4.13 9.231 4.13 5.28 0 6.968-.356 7.433-1.567.895-2.331-.95-3.598-6.077-4.176L28 10.74V6.57c0-5.482-2.213-7.957-4.8-5.37M34.701.632c-1.182 1.182-.779 4.124.64 4.668 2.015.774 3.903-.796 3.496-2.908-.371-1.926-2.895-3-4.136-1.76m-34 12c-.981.981-.851 24.584.144 26.152 1.15 1.811 3.978.459 4.347-2.078.19-1.309 1.268-2.349 2.808-2.71 3.591-.842 3.406-4.392-.25-4.812C5.447 28.919 5 28.39 5 25.934 5 23.73 5.467 23 6.878 23c2.859 0 4.68-2.623 3.122-4.5-.685-.825-2.058-1.5-3.053-1.5-1.111 0-1.931-.864-2.127-2.24-.317-2.217-2.765-3.482-4.119-2.128M17.469 18.5c-.258.825-.666 2.14-.908 2.922-.241.783-1.474 1.57-2.74 1.75-3.587.511-3.555 3.725.052 5.086 1.807.682 3.16 1.979 3.334 3.195.396 2.769 4.19 2.769 4.586 0 .174-1.219 1.529-2.514 3.35-3.201 3.551-1.34 3.381-3.181-.467-5.057C23.204 22.478 22 21.064 22 20.052c0-1.011-.712-2.111-1.582-2.445-2.223-.853-2.423-.793-2.949.893M39.694 20c-.684 1.813-1.849 3-2.945 3-.996 0-2.096.74-2.443 1.645C33.45 26.876 36.563 29 40.691 29 43.937 29 44 28.916 44 24.582c0-7.762-2.216-10.12-4.306-4.582m-11.027 9.667c-1.18 1.179-.712 3.379.846 3.976 1.974.758 4.522-1.387 3.821-3.216-.564-1.469-3.484-1.944-4.667-.76m6.583 4.995c-1.78.718-1.549 4.009.332 4.731.87.334 3.12.607 5 .607C43.52 40 44 39.664 44 37.607c0-3.159-4.481-4.667-8.75-2.945"/></svg>')}.style-dots{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="70"><path fill-rule="evenodd" d="M10.431 2.077c-1.791 1.978-1.799 2.217-.169 5.056 1.539 2.682 1.559 3.211.201 5.283-2.921 4.458 1.65 9.05 6.104 6.132 2.811-1.842 3.051-3.675.91-6.942-1.363-2.081-1.363-2.456 0-3.587 2.048-1.7 1.921-4.349-.306-6.364-2.444-2.212-4.471-2.085-6.74.422M41 2c-2.413 2.413-2.449 2.914-.413 5.82 1.269 1.813 1.341 2.562.359 3.745-1.082 1.304-1.515 1.292-3.633-.095-2.799-1.834-5.87-1.167-7.349 1.598-2.31 4.316 3.482 8.648 7.139 5.339 1.779-1.61 2.103-1.629 3.527-.206 1.423 1.424 1.414 1.802-.102 4.116-3.016 4.603 2.04 9.5 6.547 6.343 1.852-1.297 2.417-1.285 4.845.109 2.512 1.441 2.948 1.437 5.078-.055 2.158-1.511 2.539-1.51 5.126.018 2.628 1.552 2.917 1.541 4.835-.195 2.604-2.357 2.592-4.728-.036-7.106-1.948-1.764-2.252-1.779-4.914-.251-2.589 1.486-3.035 1.49-5.089.051-2.012-1.409-2.53-1.417-4.862-.079-4.432 2.544-6.58.258-3.856-4.104.953-1.525.911-2.469-.202-4.548s-1.155-3.023-.202-4.548c1.672-2.678 1.504-4.369-.627-6.297C44.781-.508 43.433-.433 41 2m20.75-.92c-2.176 1.267-2.273 5.255-.179 7.349 2.061 2.06 3.745 1.985 5.774-.258 2.151-2.377 2.095-4.462-.174-6.516-2.099-1.9-2.985-1.994-5.421-.575M.818 22.5c-.862 1.893-.846 3.144.069 5.152.843 1.849.891 2.97.161 3.7-1.42 1.42-1.327 5.969.152 7.448.933.933.933 1.467 0 2.4-1.547 1.547-1.547 6.053 0 7.6.933.933.933 1.467 0 2.4-1.547 1.547-1.547 6.053 0 7.6.933.933.933 1.467 0 2.4C.54 61.86 0 63.57 0 65c0 4.979 4.231 6.613 7.569 2.923 1.81-1.999 1.814-2.191.107-5.165-1.509-2.63-1.567-3.295-.39-4.472 1.177-1.177 1.842-1.119 4.472.39 2.974 1.707 3.166 1.703 5.165-.107 2.638-2.387 2.638-4.751 0-7.138-1.999-1.81-2.191-1.814-5.165-.107-2.762 1.585-3.25 1.612-4.607.256-1.356-1.357-1.339-1.715.166-3.378 2.128-2.351 2.128-4.053 0-6.404-1.505-1.663-1.522-2.021-.166-3.378 1.357-1.356 1.845-1.329 4.607.256 2.974 1.707 3.166 1.703 5.165-.107 2.638-2.387 2.638-4.751 0-7.138-1.999-1.81-2.191-1.814-5.165-.107-2.762 1.585-3.25 1.612-4.607.256-1.356-1.357-1.339-1.715.166-3.378 2.178-2.407 2.132-4.486-.146-6.547-2.615-2.367-5.036-2.045-6.353.845M31 32c-2.419 2.419-2.451 2.911-.378 5.87 1.482 2.117 1.485 2.452.031 3.906-1.454 1.454-1.759 1.438-3.55-.183-4.071-3.684-9.679 1.353-6.651 5.974 1.866 2.848 4.151 3.102 6.75.75 1.689-1.529 2.004-1.539 3.428-.116 1.423 1.424 1.414 1.802-.102 4.116-1.957 2.986-.848 6.129 2.543 7.205 3.695 1.173 8.081-5.074 4.929-7.022-1.251-.773-1.312-4.189-.089-4.945.502-.31 2.267.214 3.924 1.165 2.878 1.652 3.104 1.645 5.088-.151C48.066 47.536 49 45.93 49 45c0-.93-.934-2.536-2.077-3.569-1.984-1.796-2.21-1.803-5.088-.151-1.657.951-3.422 1.475-3.924 1.165-1.223-.756-1.162-4.172.089-4.945 1.594-.985 1.161-4.045-.829-5.845-2.39-2.163-3.738-2.088-6.171.345m40.488.013c-1.626 1.798-1.725 2.521-.71 5.21 1.681 4.453-.04 6.49-3.543 4.195-5.091-3.335-9.97 2.704-5.664 7.011 1.932 1.931 3.354 1.942 5.863.045 1.704-1.289 2.218-1.277 4.331.107 4.476 2.933 5.341 1.418 5.023-8.803-.314-10.093-1.552-11.906-5.3-7.765M51.074 51.926c-2.411 2.411-1.679 5.841 1.561 7.317 1.895.864 2.749.719 4.361-.739 2.494-2.258 2.556-4.694.175-6.849-2.374-2.148-3.738-2.088-6.097.271m10.233 10.212c-1.766 1.765-1.952 2.546-1.071 4.481 1.395 3.061 4.21 3.882 6.885 2.008 1.909-1.337 2.4-1.332 4.503.046C75.173 70.999 77 69.751 77 65c0-4.742-1.695-5.901-5.235-3.581-2.113 1.384-2.627 1.396-4.331.107-2.627-1.987-3.629-1.887-6.127.612"/></svg>')}.style-classy,.style-dots{background-size:contain;background-repeat:no-repeat;background-position:50%}.style-classy{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="70"><path fill-rule="evenodd" d="M11.441 1.419c-1.603 1.173-2.002 2.913-2.294 10-.35 8.52-.371 8.581-3 8.596-5.653.033-5.621-.109-5.962 25.947L-.131 70h2.374c3.477 0 5.833-2.139 6.626-6.015.589-2.88 1.236-3.527 4.116-4.116 4.02-.822 6.015-3.164 6.015-7.06 0-2.7.192-2.809 4.945-2.809h4.945l.305 4.75c.271 4.225.581 4.782 2.806 5.042 3.47.406 6.042-1.769 6.868-5.807.589-2.88 1.236-3.527 4.116-4.116 4.02-.822 6.015-3.164 6.015-7.06C49 40.105 48.813 40 44 40h-5v-9.804l13.348-.348C67.312 29.458 69 28.802 69 23.378V20H49V0h-2.809c-3.896 0-6.238 1.995-7.06 6.015-.589 2.88-1.236 3.527-4.116 4.116-4.02.822-6.015 3.164-6.015 7.06 0 2.708.181 2.809 5.055 2.809h5.055l-.305 4.714c-.288 4.458-.486 4.75-3.648 5.392-4.182.85-5.198 1.861-6.048 6.017-.565 2.762-1.242 3.424-4.094 4.008-4.02.822-6.015 3.164-6.015 7.06C19 49.899 18.819 50 13.945 50H8.89l.305-4.714c.291-4.49.469-4.747 3.756-5.415C17.002 39.049 19 36.716 19 32.809 19 30.101 18.819 30 13.945 30H8.89l.305-4.714c.288-4.458.486-4.75 3.648-5.392 1.838-.374 3.863-1.2 4.5-1.836.636-.636 1.316-4.96 1.51-9.608L19.205 0h-2.911c-1.602 0-3.785.639-4.853 1.419M61 2c-3.052 3.052-2.39 7.397 1.189 7.811 3.6.415 7.037-3.022 6.622-6.622C68.397-.39 64.052-1.052 61 2m10.645 29.27c-.998.73-2.13 2.865-2.514 4.745-.584 2.852-1.246 3.529-4.008 4.094-4.148.848-5.166 1.866-6.014 6.014-.565 2.762-1.242 3.424-4.094 4.008-4.038.826-6.213 3.398-5.807 6.868.392 3.357 4.827 3.966 7.731 1.062C58.104 56.896 59 54.696 59 53v-3h18.072l-.286-9.738c-.304-10.358-1.179-11.889-5.141-8.992M63 60.694c-2.394.856-4 3.464-4 6.497V70h18V60l-6.25.079c-3.437.043-6.925.32-7.75.615"/></svg>')}.style-classy-rounded{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="70"><path fill-rule="evenodd" d="M11.554 1.337C9.121 3.116 8.265 13.264 10.233 17c3.264 6.195 8.777 2.118 8.752-6.473-.024-8.361-3.198-12.286-7.431-9.19m30.052-.038c-.977.714-2.091 2.836-2.475 4.716-.578 2.826-1.254 3.531-3.909 4.073C31.233 10.904 29 12.69 29 15.066 29 17.235 32.628 20 35.474 20c1.262 0 3.359 1.798 5.543 4.75l3.512 4.75 9.486.254c9.966.266 14.191-.867 14.788-3.968.176-.915-.608-2.591-1.742-3.725C65.328 20.328 63.745 20 57.103 20h-7.898l-.352-8.581c-.292-7.087-.691-8.827-2.294-10-2.382-1.741-2.725-1.749-4.953-.12m19.617.258c-2.699 1.89-2.854 4.562-.394 6.788 2.377 2.151 4.462 2.095 6.516-.174C69.508 5.781 69.433 4.433 67 2c-2.408-2.408-2.917-2.447-5.777-.443M1.319 21.25C.214 22.981-.28 59.476.727 65c.63 3.451 1.302 4.57 2.884 4.798 2.539.367 4.435-1.786 5.301-6.02.532-2.604 1.262-3.334 3.866-3.866C16.767 59.096 19 57.31 19 54.934 19 52.532 15.266 50 11.723 50c-2.753 0-2.824-.133-2.528-4.714.286-4.427.502-4.754 3.549-5.372 8.412-1.708 8.434-8.107.034-9.826-2.655-.542-3.331-1.247-3.909-4.073-1.006-4.918-5.599-7.817-7.55-4.765m30.287 10.049c-.977.714-2.091 2.836-2.475 4.716-.578 2.826-1.254 3.531-3.909 4.073-8.381 1.715-8.381 8.109 0 9.824 2.655.542 3.331 1.247 3.909 4.073C29.745 56.986 32.184 60 34 60c1.816 0 4.255-3.014 4.869-6.015.578-2.826 1.254-3.531 3.909-4.073 8.381-1.715 8.381-8.109 0-9.824-2.604-.532-3.334-1.262-3.866-3.866-1.17-5.72-3.796-7.489-7.306-4.923m40.018-.014c-.987.722-2.109 2.85-2.493 4.73-.578 2.826-1.254 3.531-3.909 4.073-6.15 1.258-7.794 4.34-4.222 7.912 1.619 1.619 3.333 2 9 2h7l-.118-6.75c-.206-11.726-1.514-14.702-5.258-11.965M50.913 51.897c-2.288 1.879-2.334 2.127-.879 4.785 1.933 3.532 3.98 3.944 7.053 1.421 2.288-1.879 2.334-2.127.879-4.785-1.933-3.532-3.98-3.944-7.053-1.421m11.096 9.393c-3.246 1.642-3.638 4.081-1.07 6.649C62.628 69.628 64.264 70 70 70c6.234 0 7-.21 7-1.918 0-6.507-8.206-10.225-14.991-6.792"/></svg>')}.style-classy-rounded,.style-extra-rounded{background-size:contain;background-repeat:no-repeat;background-position:50%}.style-extra-rounded{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="77" height="70"><path fill-rule="evenodd" d="M12.588 3.479C9.299 6.767 9 7.548 9 12.841c0 5.707-.052 5.811-4.5 8.946L0 24.959l.07 20.77c.039 11.424.405 21.623.813 22.664.671 1.708 1.103 1.522 4.43-1.904C7.341 64.401 9 62.349 9 61.928c0-.421 1.552-1.724 3.45-2.897 1.897-1.172 4.409-3.684 5.581-5.581 1.904-3.08 2.6-3.45 6.496-3.45h4.363l.305 4.672c.168 2.569.828 4.844 1.467 5.054.64.21 2.717-1.277 4.617-3.305 4.299-4.59 5.29-5.581 10.025-10.025 2.092-1.964 3.632-4.094 3.422-4.734-.21-.639-2.485-1.299-5.054-1.467L39 39.89V30h23.793l3.103-3.535C67.603 24.521 69 22.544 69 22.072 69 20.538 65.992 20 57.418 20H49v-9.441C49 5.301 48.554.842 47.993.496c-1.5-.927-6.656 3.121-8.084 6.347-.686 1.55-2.516 3.38-4.066 4.066-3.226 1.428-7.274 6.584-6.347 8.084.342.554 2.62 1.007 5.063 1.007H39v4.418c0 3.968-.356 4.639-3.487 6.574-1.918 1.185-4.28 3.503-5.25 5.15-.97 1.648-3.203 3.888-4.963 4.977-1.759 1.09-4.159 3.534-5.331 5.431-1.91 3.091-2.592 3.45-6.551 3.45H9v-4.418c0-3.946.364-4.644 3.397-6.518 3.797-2.347 7.002-6.609 6.086-8.092-.331-.535-2.599-.972-5.042-.972H9v-4.418c0-3.946.364-4.644 3.397-6.518 5.233-3.235 6.747-6.256 6.402-12.774-.167-3.146-.812-5.801-1.462-6.015-.639-.211-2.776 1.231-4.749 3.204M61 2c-3.052 3.052-2.39 7.397 1.189 7.811 3.6.415 7.037-3.022 6.622-6.622C68.397-.39 64.052-1.052 61 2m10.551 32.344C70.148 36.184 69 38.099 69 38.6c0 .502-1.376 1.521-3.058 2.266-1.682.744-4.217 3.104-5.633 5.244C58.522 48.809 57.01 50 55.367 50c-5.914 0-8.878 9.152-3.178 9.811C55.715 60.218 59 56.933 59 53v-3h18v-9.5c0-10.781-1.032-11.947-5.449-6.156m-9.072 29.243c-1.973 1.974-3.414 4.111-3.202 4.751.242.733 3.587 1.269 9.054 1.451l8.669.289V60h-5.467c-4.939 0-5.812.346-9.054 3.587"/></svg>')}.eyes-square{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45"><path fill-rule="evenodd" d="M0 21.52v21.519l21.75-.269 21.75-.27.27-21.25L44.04 0H0v21.52m.425.48c0 11.825.144 16.663.321 10.75.177-5.912.177-15.587 0-21.5C.569 5.338.425 10.175.425 22M6 21.5V37h31V6H6v15.5"/></svg>')}.eyes-rounded,.eyes-square{background-size:contain;background-repeat:no-repeat;background-position:50%}.eyes-rounded{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44"><path fill-rule="evenodd" d="M1.2 1.2c-1.695 1.695-1.695 39.905 0 41.6.852.852 6.899 1.2 20.845 1.2 17.762 0 19.804-.175 21.3-1.829C44.767 40.6 45 37.568 45 20.612c0-11.922-.368-19.502-.931-19.155-.512.317-1.213.118-1.559-.441C41.563-.515 2.743-.343 1.2 1.2M.422 22c0 11.275.146 15.888.324 10.25.178-5.638.178-14.862 0-20.5S.422 10.725.422 22M6 22v16h32V6H6v16"/></svg>')}.eyes-extraround{background-image:url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 14 14" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.5,14h5.1C12,14,14,12,14,9.6V4.5C14,2,12,0,9.5,0H4.4C2,0,0,2,0,4.4v5.1C0,12,2,14,4.5,14z M12,4.8v4.4 c0,1.5-1.3,2.8-2.8,2.8H4.8C3.2,12,2,10.8,2,9.2V4.8C2,3.3,3.3,2,4.8,2h4.4C10.8,2,12,3.2,12,4.8z"></path></svg>')}.eyes-dot,.eyes-extraround{background-size:contain;background-repeat:no-repeat;background-position:50%}.eyes-dot{background-image:url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 14 14" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0,7L0,7c0,3.9,3.1,7,7,7h0c3.9,0,7-3.1,7-7v0c0-3.9-3.1-7-7-7h0C3.1,0,0,3.1,0,7z M7,12L7,12c-2.8,0-5-2.2-5-5v0 c0-2.8,2.2-5,5-5h0c2.8,0,5,2.2,5,5v0C12,9.8,9.8,12,7,12z"></path></svg>')}.eyes-dots{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44"><path fill-rule="evenodd" d="M.933 1.581C-.059 2.777-.107 3.599.738 4.953c.829 1.327.82 2.089-.035 2.944-.871.871-.871 1.605 0 3 .871 1.394.871 2.129 0 3-.836.836-.856 1.628-.072 2.883.776 1.243.771 2.221-.018 3.472-.805 1.277-.786 2.241.073 3.616.884 1.416.888 2.158.017 3.029s-.871 1.605 0 3c.871 1.394.871 2.129 0 3-.836.836-.856 1.628-.072 2.883.775 1.241.772 2.219-.008 3.457-1.572 2.49 1.647 5.7 4.148 4.138 1.249-.78 2.224-.781 3.457-.003 1.248.787 2.033.767 2.873-.073.873-.873 1.607-.874 3.002-.002 1.395.871 2.129.871 3 0s1.612-.868 3.025.015c1.428.892 2.316.892 3.744 0 1.413-.883 2.154-.886 3.025-.015.836.836 1.628.856 2.883.072 1.24-.774 2.217-.773 3.448.003 1.248.787 2.033.767 2.873-.073.864-.864 1.613-.87 2.971-.022 1.446.903 2.235.755 3.872-.726 2.018-1.827 2.951-5.222 1.125-4.094-1.621 1.002-2.114-1.175-.558-2.466 1.603-1.331 2.102-4.488.558-3.534-1.621 1.002-2.114-1.175-.558-2.466 1.603-1.331 2.102-4.488.558-3.534-1.621 1.002-2.114-1.175-.558-2.466 1.598-1.326 2.111-5.493.558-4.534-1.621 1.002-2.114-1.175-.558-2.466 1.603-1.331 2.102-4.488.558-3.534-1.621 1.002-2.114-1.175-.558-2.466 1.603-1.331 2.102-4.488.558-3.534-1.621 1.002-2.114-1.175-.558-2.466 1.53-1.27 2.079-4.116.739-3.832-.413.087-1.568-.198-2.567-.633-1.046-.455-2.268-.341-2.879.27-.748.748-1.605.721-2.907-.093-1.395-.871-2.129-.871-3 0s-1.606.871-3 0c-1.395-.871-2.129-.871-3 0s-1.612.868-3.025-.015c-1.428-.892-2.316-.892-3.744 0-1.413.883-2.154.886-3.025.015s-1.605-.871-3 0c-1.394.871-2.129.871-3 0S9.478-.155 8.021.755c-1.216.759-2.152.842-2.534.225C4.58-.488 2.413-.202.933 1.581M.079 3.583c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312m5.169 1.569c-.806.806-.802 1.589.014 2.895.838 1.342.807 2.164-.121 3.283-.838 1.01-.9 1.701-.19 2.14 1.342.829 1.374 4.53.041 4.53-.598 0-.5.814.24 2 .999 1.599.999 2.401 0 4-.74 1.186-.838 2-.24 2 1.333 0 1.301 3.701-.041 4.53-.71.439-.648 1.13.19 2.14.942 1.135.964 1.931.094 3.326-1.481 2.37.7 4.669 2.614 2.755.935-.935 1.628-.934 3.13.004 1.216.759 2.152.842 2.534.225.797-1.291 4.487-1.267 4.487.028 0 .598.814.5 2-.24 1.599-.999 2.401-.999 4 0 1.186.74 2 .838 2 .24 0-1.295 3.69-1.319 4.487-.028.384.62 1.292.551 2.478-.19 1.426-.891 2.207-.892 3.278-.004 2.018 1.676 4.219-.525 2.543-2.543-.888-1.071-.887-1.852.004-3.278.741-1.186.81-2.094.19-2.478-1.291-.797-1.267-4.487.028-4.487.598 0 .5-.814-.24-2-.999-1.599-.999-2.401 0-4 .74-1.186.838-2 .24-2-1.295 0-1.319-3.69-.028-4.487.62-.384.551-1.292-.19-2.478-.891-1.426-.892-2.207-.004-3.278 1.738-2.094-.425-3.999-2.833-2.495-1.342.838-2.164.807-3.283-.121-1.01-.838-1.701-.9-2.14-.19-.829 1.342-4.53 1.374-4.53.041 0-.598-.814-.5-2 .24-1.599.999-2.401.999-4 0-1.186-.74-2-.838-2-.24 0 1.295-3.69 1.319-4.487.028-.384-.62-1.292-.551-2.478.19-1.426.891-2.207.892-3.278.004-1.025-.851-1.703-.868-2.509-.062M.079 9.583c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312m0 6c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312M.158 22c0 1.375.227 1.938.504 1.25.278-.687.278-1.812 0-2.5-.277-.687-.504-.125-.504 1.25m-.079 6.583c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312m0 6c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312m0 6c.048 1.165.285 1.402.604.605.289-.722.253-1.585-.079-1.917-.332-.332-.568.258-.525 1.312"/></svg>')}.eyes-diamond,.eyes-dots{background-size:contain;background-repeat:no-repeat;background-position:50%}.eyes-diamond{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44"><path fill-rule="evenodd" d="M1.219 1.181C.338 2.062 0 8.173 0 23.2V44h20.941c13.106 0 21.176-.38 21.569-1.016.346-.559 1.056-.752 1.579-.429.593.367.85-7.435.681-20.734L44.5.5 23.469.231c-15.516-.199-21.35.05-22.25.95M.425 23c0 11.825.144 16.663.321 10.75.177-5.912.177-15.587 0-21.5C.569 6.338.425 11.175.425 23M6 22v16h32V6H6v16"/></svg>')}.eyes-flower{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44"><path fill-rule="evenodd" d="M2 2C.133 3.867 0 5.333 0 24v20h20c18.455 0 20.15-.15 21.939-1.939 1.761-1.761 1.979-1.784 2.384-.25.245.929.491-7.086.547-17.811.057-10.725-.169-20.512-.5-21.75C43.77.012 43.658 0 23.883 0 5.333 0 3.866.134 2 2M.422 24c0 11.275.146 15.888.324 10.25.178-5.638.178-14.862 0-20.5S.422 12.725.422 24M6 22v16h32V6H6v16"/></svg>')}.eyes-flower,.pupil-square{background-size:contain;background-repeat:no-repeat;background-position:50%}.pupil-square{background-image:url('data:image/svg+xml,<svg width="5" height="5" viewBox="0 0 6 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6"></rect></svg>')}.pupil-rounded{background-image:url('data:image/svg+xml,<svg width="43" height="43" viewBox="0 0 6 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6,1.7v2.7C6,5.2,5.2,6,4.3,6H1.7C0.7,6,0,5.3,0,4.3V1.7C0,0.8,0.8,0,1.7,0h2.7C5.3,0,6,0.7,6,1.7z"></path></svg>')}.pupil-circle,.pupil-rounded{background-size:contain;background-repeat:no-repeat;background-position:50%}.pupil-circle{background-image:url('data:image/svg+xml,<svg width="43" height="43" viewBox="0 0 6 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3"></circle></svg>')}.pupil-circles{background-image:url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 6 6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3"></circle></svg>')}.pupil-circles,.pupil-diamond{background-size:contain;background-repeat:no-repeat;background-position:50%}.pupil-diamond{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43"><path fill-rule="evenodd" d="M3.655 3.829C2.243 5.389 2 8.324 2 23.829V42h16.865c15.548 0 17.071-.162 19.5-2.073L41 37.855V2H23.155c-16.018 0-18.014.187-19.5 1.829"/></svg>')}.pupil-diamond-round{background-size:contain;background-repeat:no-repeat;background-position:50%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43"><path fill-rule="evenodd" d="M8.367 3.918C2.368 7.576 2 8.866 2 26.223V42h14.266C39.179 42 41 40.142 41 16.766V2l-14.75.004c-12.756.003-15.174.262-17.883 1.914"/></svg>')}.style-preview{width:45px;height:45px;background-color:#f1f5f9}@media (max-width:768px){.accordion-header{padding:12px}.accordion-content.expanded{padding:0 12px 12px}}.accordion-section{margin-bottom:15px;border-radius:var(--rounded-md);overflow:hidden}.accordion-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none}.accordion-header .section-header{margin-bottom:0;flex:1}.accordion-icon{color:var(--text-medium);transition:transform .2s ease}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.accordion-content.expanded{max-height:2000px;padding:0 0 15px}.accordion-content.collapsed{max-height:0;padding-top:0;padding-bottom:0}@media (max-width:768px){.accordion-content.expanded{padding:0 0 12px}}