.template-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column}@media(min-width:768px)and (max-width:1023px){.modal-content{max-height:85vh;height:auto}.modal-body{max-height:calc(85vh - 100px)}}@media(min-width:1024px){.modal-content{max-height:90vh}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.modal-title{font-size:20px;font-weight:600;color:#111827;margin:0}.modal-close{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:24px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.layout-section{display:flex;flex-direction:column;gap:16px}.section-title{font-size:18px;font-weight:600;color:#374151;margin:0}.layout-grid{display:grid;grid-template-columns:1fr;gap:16px}.appearance-section{display:flex;flex-direction:column;gap:12px}.appearance-options{display:flex;flex-wrap:wrap;gap:24px}.appearance-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;color:#374151;transition:color .2s ease}.appearance-option:hover{color:#3b82f6}.appearance-option input[type=radio]{display:none}.appearance-radio{width:16px;height:16px;border:2px solid #d1d5db;border-radius:50%;position:relative;transition:all .2s ease}.appearance-option input[type=radio]:checked+.appearance-radio{border-color:#3b82f6;background:#3b82f6}.appearance-option input[type=radio]:checked+.appearance-radio:after{content:"";position:absolute;top:2px;left:2px;width:8px;height:8px;background:#fff;border-radius:50%}.layout-option{border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative;overflow:hidden}.layout-option:focus{outline:none}.layout-option-selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 4px 12px #3b82f640}.layout-option-selected:after{content:"✓";position:absolute;top:12px;right:12px;background:#3b82f6;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 2px 8px #3b82f64d;animation:checkmark-appear .3s ease;z-index:1}.layout-preview{margin-bottom:16px;aspect-ratio:3/2;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#fafafa}.layout-info{text-align:center}.layout-name{font-size:18px;font-weight:600;color:#111827;margin-bottom:6px}.layout-description{font-size:14px;color:#6b7280;line-height:1.4}@keyframes checkmark-appear{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@media(max-width:425px){.layout-grid{grid-template-columns:1fr;gap:12px}.layout-option{display:flex;align-items:center;padding:16px;gap:16px;text-align:left}.layout-preview{width:100px;height:70px;margin-bottom:0;flex-shrink:0;aspect-ratio:10/7}.layout-info{text-align:left;flex:1}.layout-name{font-size:16px;margin-bottom:4px}.layout-description{display:none}.appearance-options{gap:20px}.appearance-option{font-size:15px}}@media(min-width:426px)and (max-width:767px){.layout-grid{grid-template-columns:1fr;gap:16px}.layout-option{display:flex;align-items:center;padding:16px;gap:16px;text-align:left}.layout-preview{width:120px;height:80px;margin-bottom:0;flex-shrink:0;aspect-ratio:3/2}.layout-info{text-align:left;flex:1}.layout-name{font-size:16px;margin-bottom:6px}.layout-description{font-size:13px;line-height:1.4}}@media(min-width:768px){.layout-grid{grid-template-columns:repeat(2,1fr);gap:20px}.layout-option{padding:20px}.layout-preview{margin-bottom:16px}.layout-name{font-size:18px;margin-bottom:8px}.layout-description{font-size:14px;line-height:1.4}.appearance-options{gap:32px}}.layout-option:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.appearance-option:focus-visible .appearance-radio{outline:2px solid #3b82f6;outline-offset:2px}.preview-card{transition:all .6s cubic-bezier(.25,.46,.45,.94)}.preview-card.template-classic,.preview-card.template-magazine,.preview-card.template-dark,.preview-card.template-magazine-dark{transition:background-color .6s cubic-bezier(.25,.46,.45,.94),color .5s cubic-bezier(.25,.46,.45,.94),border-color .5s cubic-bezier(.25,.46,.45,.94),box-shadow .7s cubic-bezier(.25,.46,.45,.94)}.template-content{transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94)}.template-content.changing{opacity:.8;transform:scale(.99)}.layout-schematic{transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}.layout-schematic.hidden{opacity:0;transform:scale(.96)}.layout-schematic:not(.hidden){opacity:1;transform:scale(1)}.appearance-option{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:transform}.appearance-option:hover{transform:translateY(-2px)}.appearance-radio{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:transform,border-color,background-color}.appearance-radio:after{transition:all .25s cubic-bezier(.25,.46,.45,.94)}.layout-option{transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:transform,border-color,background-color,box-shadow}.layout-option:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.layout-option-selected{animation:selectTransition .6s cubic-bezier(.25,.46,.45,.94)}@keyframes selectTransition{0%{transform:scale(1);box-shadow:0 4px 12px #0000000d}25%{transform:scale(1.03);box-shadow:0 8px 25px #3b82f633}50%{transform:scale(1.02);box-shadow:0 12px 35px #3b82f640}75%{transform:scale(1.01);box-shadow:0 8px 25px #3b82f633}to{transform:scale(1);box-shadow:0 4px 12px #3b82f640}}#current-template-name{transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}#current-template-name.updating{opacity:.7;transform:scale(.97)}.template-classic,.template-magazine,.template-dark,.template-magazine-dark{transition:background-color .8s cubic-bezier(.25,.46,.45,.94),color .6s cubic-bezier(.25,.46,.45,.94),border-color .6s cubic-bezier(.25,.46,.45,.94),box-shadow .8s cubic-bezier(.25,.46,.45,.94)}@keyframes templateFadeIn{0%{opacity:0;filter:blur(1px);transform:scale(.98)}50%{opacity:.8;filter:blur(.5px);transform:scale(.99)}to{opacity:1;filter:blur(0px);transform:scale(1)}}.preview-card.switching{animation:templateFadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}.template-classic,.template-magazine,.template-dark,.template-magazine-dark{transition:background-color .8s cubic-bezier(.25,.46,.45,.94),color .6s cubic-bezier(.25,.46,.45,.94),border-color .6s cubic-bezier(.25,.46,.45,.94),box-shadow .8s cubic-bezier(.25,.46,.45,.94),filter .4s cubic-bezier(.25,.46,.45,.94)}.preview-card.changing{filter:brightness(1.05)}.modal-content{transition:background-color .6s cubic-bezier(.25,.46,.45,.94),box-shadow .6s cubic-bezier(.25,.46,.45,.94)}.modal-header{transition:border-bottom-color .6s cubic-bezier(.25,.46,.45,.94),background-color .6s cubic-bezier(.25,.46,.45,.94)}.section-title,.layout-name,.layout-description{transition:color .5s cubic-bezier(.25,.46,.45,.94)}.template-modal[aria-hidden=true],.hidden{display:none}
