@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.template-card{border:1px solid #d9e2eb;padding:20px;border-radius:8px;aspect-ratio:1/1.414;transition:all .15s ease}.template-card-wrap{height:100%;justify-content:space-between;gap:12px}.template-card:hover{box-shadow:0 162px 64.8px #1e284603,0 91.2px 54px #1e28460d,0 40.8px 40.8px #1e284617,0 9.6px 21.6px #1e28461a}.template-card-headline{font-size:7vw;line-height:1;margin:0}.template-card-type-subheadline-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.template-card-type{margin:0 0 0 -2px;padding:4px 8px;border-radius:20px;font-size:1vw;text-transform:uppercase;letter-spacing:.15vw;color:#7a8ea2;background-color:#f3f6fb}.template-card-subheadline{font-size:1.5vw;margin:0;font-weight:500;color:#1c252e}.header{padding:1rem 0;position:sticky;top:0;z-index:1000;padding:0 4px}.header-container{width:100%;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.header-logo{display:flex;align-items:center}.header-title{display:flex;flex-direction:row;align-items:center;gap:0px;margin:0;font-size:1.4rem;font-weight:600}.header-home-link{color:#4c6ef5;text-decoration:none;font-weight:500;transition:all .3s ease}.header-home-link:hover{color:#3b5bdb;text-decoration:underline}.header-nav{display:flex;align-items:center}.header-nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.header-nav-item{margin:0}.header-nav-link{color:#4c6ef5;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative;white-space:nowrap}.header-nav-link:hover{background:#4c6ef51a;transform:translateY(-1px);box-shadow:0 4px 8px #4c6ef533}.header-nav-link:active{transform:translateY(0)}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:0 1rem}.header-title{font-size:1.2rem}.header-nav-list{gap:1rem}.header-nav-link{font-size:.9rem;padding:.4rem .8rem}}@media (max-width: 480px){.header-container{padding:0 .5rem}.header-nav-link{padding:.3rem .6rem;font-size:.85rem}}.footer{background:#fafafa;color:#1a1a1a;margin-top:auto;padding:1rem 0;border-top:1px solid #e9ecef}.footer-container{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{margin:0;color:#6c757d;font-size:.9rem}.footer-copyright a{color:#007bff;text-decoration:none;font-weight:500;transition:all .3s ease}.footer-copyright a:hover{color:#0056b3;text-decoration:underline}@media (max-width: 768px){.footer-container{padding:0 1rem;flex-direction:column;text-align:center}.footer-copyright{font-size:.85rem}}.home{min-height:100vh;display:flex;flex-direction:column}.home-header{width:100%;padding:36px 32px 0}.home-content{flex:1;width:100%;padding:0 32px 40px}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:36px}@media (min-width: 1200px){.templates-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media (min-width: 1600px){.templates-grid{grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}}.typography-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.typography-popup{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}.close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#f5f5f5;color:#333}.popup-content{padding:1.5rem}.setting-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f5f5f5}.setting-item:last-child{border-bottom:none}.setting-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.setting-info label{font-weight:500;color:#333;cursor:pointer;font-size:.9rem}.setting-description{font-size:.8rem;color:#666;line-height:1.4}.setting-item input[type=checkbox]{margin-top:.25rem;cursor:pointer;width:16px;height:16px}@media (max-width: 600px){.typography-popup{width:95%;margin:1rem}.popup-header,.popup-content{padding:1rem}.setting-item{padding:.75rem 0}}.excel-row-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.excel-row-selector{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000026;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column}.selector-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0}.selector-header .close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.selector-header .close-button:hover{background-color:#f0f0f0}.selector-content{padding:1rem 1.5rem 1.5rem;overflow-y:auto;flex:1}.rows-list{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}.row-item{display:flex;flex-direction:row;align-items:center;gap:16px;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s;text-align:center}.row-item:hover{background-color:#edf2ff;border-color:#4c6ef5}.row-number{font-family:monospace;font-weight:700;font-variant:tabular-nums;color:#4c6ef5;background:#edf2ff;border:1px solid #bac8ff;padding:.5rem;border-radius:4px;font-size:.875rem;width:60px;text-align:center}.row-display{flex:1;font-size:.875rem;overflow:hidden;white-space:nowrap;text-align:left}.row-item:hover .row-display{color:#4c6ef5}.no-data{text-align:center;color:#666;padding:2rem}.no-data p{margin:0;font-size:.875rem}.complect-import-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.complect-import-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90%;max-width:400px;max-height:90vh;overflow:hidden}.complect-import-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.complect-import-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.complect-import-header .close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.complect-import-header .close-button:hover{background-color:#f5f5f5;color:#333}.complect-import-body{padding:20px}.complect-import-footer{padding:16px 20px;border-top:1px solid #e0e0e0;background-color:#f9f9f9}.complect-import-footer div{flex-direction:row}.image-upload-field{width:100%}.image-upload-placeholder{width:100%;border:1px solid #ddd;border-radius:4px;background-color:#fafafa;transition:border-color .2s ease,background-color .2s ease}.image-preview-container{position:relative;width:100%}.image-preview{width:100%;height:auto;max-height:120px;object-fit:contain;display:block;border:1px solid #ddd;border-radius:6px;overflow:hidden;background-color:#fafafa}.image-actions{display:flex;gap:4px;color:#a5b5c5}.image-upload-button,.image-remove-button{display:flex!important;gap:4px!important;padding:8px;background-color:transparent!important;border:none!important;box-shadow:none!important;font-weight:400!important;color:#7a8ea2!important;transition:all .1s ease-in}.image-path-mode:hover .image-actions button.image-upload-button{color:#4c6ef5!important}.image-path-mode:hover .image-actions button.image-remove-button{color:#fa5252!important}.image-upload-error{color:#fa5252;font-size:.75rem;margin-top:4px;display:block}.image-error{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;font-size:.875rem}.image-path-mode{width:100%;border-radius:6px}.image-path-mode .form-input{width:100%;margin-bottom:2px}.ad-form{border-radius:8px;padding:0;height:fit-content}h3.form-group-title{margin:.2rem 0;font-size:1.2rem;font-weight:600;color:#2d3748;padding:16px 0 12px}.form-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.update-btn{padding:.3rem .7rem;font-size:.75rem;font-weight:600;color:#fff;background-color:#007bff;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.update-btn:hover:not(:disabled){background-color:#0056b3}.update-btn:disabled{background-color:#a0a0a0;opacity:.6;cursor:not-allowed}.checkbox-wrapper{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.checkbox-wrapper label{font-size:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:self-start;gap:8px!important}.checkbox-wrapper input[type=checkbox]{cursor:pointer;width:14px;height:14px}.fix-typography-checkbox-wrapper,.fix-typography-checkbox{width:100%!important}.fix-typography-checkbox-label{align-items:center!important;width:100%!important;justify-content:space-between}.fix-typography-checkbox-label-content{display:flex;flex-direction:row;gap:8px;align-items:center}.form-content{display:flex;flex-direction:column;gap:16px;padding-top:1rem}.form-field{display:flex;flex-direction:column;gap:.2rem}.form-field label{font-size:.875rem;font-weight:400;cursor:default;gap:4px}.form-field label span{padding:0 2px}.form-input{padding:10px 8px;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .1s ease-in;background-color:#fff;outline:.5px solid #D9E2EB;box-shadow:0 1px 2px #000f280d;border:none;z-index:10}.form-input:hover{outline:1px solid #5c7cfacc}.form-input:focus{outline:1.5px solid #5c7cfa;box-shadow:0 1px 2px #000f280d;background-color:#fff}.form-input:disabled,.form-input:disabled:hover{outline:.5px solid #D9E2EB;background-color:#f7f9fb;color:#7a8ea2;cursor:not-allowed}.form-input::placeholder{color:#9aa4b0}.form-input[type=select],select.form-input{background-image:url(/icon-chevron-down.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:16px;padding-right:32px;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}textarea.form-input{resize:vertical}textarea.form-input#Assembly{line-height:1.375}.form-help{font-size:10px;color:#7a8ea2;line-height:1.3;white-space:pre-line}.form-input[type=file]{padding:.5rem;cursor:pointer}.form-input[type=file]::-webkit-file-upload-button{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-right:.5rem;font-size:.875rem}.form-input[type=file]::-webkit-file-upload-button:hover{background:#0056b3}.form-input[type=date]{cursor:pointer}.form-settings{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dedae4}.settings-icon{background:none;border:none;cursor:pointer;padding:.2rem;border-radius:4px;font-size:.9rem;transition:background-color .2s;margin-left:.25rem;display:flex;align-items:center;justify-content:center}.settings-icon:hover{background-color:#f0f0f0}.form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.header-buttons{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start;background-color:#fff;border:1px solid #efecf4;border-radius:8px;padding:8px 12px}.header-button{display:flex;gap:.5rem;align-items:center}.header-button div{flex-direction:column;align-items:flex-start}.info-button{background:#007bff;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.info-button:hover{background:#0056b3}.info-link{display:flex;flex-direction:row;align-items:center;gap:8px;background:none;border:none;color:#7a8ea2;font-size:.875rem;cursor:pointer;text-decoration:none;transition:color .15s ease-out;padding:0}.info-link:hover{color:#5a6b7d}.import-button{background:#28a745;color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.875rem;cursor:pointer;transition:background-color .2s;font-weight:500}.import-button:hover:not(:disabled){background:#218838}.import-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.preview-button{background:#28a745!important;color:#fff!important;border:none!important;font-weight:500;transition:background-color .2s ease}.preview-button:hover:not(:disabled){background:#218838!important}.preview-button:disabled{background:#6c757d!important;cursor:not-allowed;opacity:.6}.variables-info-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.variables-info-content{background:#fff;border-radius:8px;padding:1.5rem;max-width:840px;max-height:95vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.variables-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-button:hover{background-color:#f0f0f0}.copy-button{background:none;color:#999;border:none;font-size:.875rem;cursor:pointer;text-decoration:none;border-bottom:1px dashed #999;transition:color .2s;padding:0;margin:0}.copy-button:hover{color:#666;border-bottom-color:#666}.copy-notification-inline{color:#28a745;font-size:.875rem;font-weight:500;margin-right:.5rem}.copy-notification{background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;padding:.5rem;margin-bottom:1rem;font-size:.875rem;text-align:center;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.variables-info-list{display:flex;flex-direction:column;gap:0;max-height:75vh;overflow-y:auto}.variables-info-table-header{display:grid;grid-template-columns:1.5fr 2fr 2fr;gap:1rem;padding:.5rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-weight:700;font-size:.875rem;color:#333;position:sticky;top:0;z-index:10}.table-header-code{color:#007bff}.table-header-label{color:#333}.table-header-options{color:#2e7d32}.variable-item{display:grid;grid-template-columns:1.8fr 2fr 2fr;gap:1rem;align-items:start;padding:.5rem 0;border-top:1px solid #eee;background:none}.variable-code{font-family:monospace;font-weight:700;color:#007bff;background:#e3f2fd;padding:.2rem .5rem;border-radius:3px;font-size:.875rem}.variable-label{color:#333;font-size:.875rem}.variable-options{display:flex;flex-direction:row;gap:.2rem;flex-wrap:wrap}.option-item{background:none;color:#2e7d32;padding:.2rem .4rem;border-radius:3px;font-size:.75rem;font-family:monospace;border:none}.file-option{font-style:italic;color:#666}.image-option{font-style:italic;color:#4c6ef5}.no-options{color:#999;font-style:italic;font-size:.875rem}.checkbox-group-wrapper{padding:0}.checkbox-group-title{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#333}.variable-group-header{background-color:#f8f9fa;padding:.5rem .75rem;margin:.5rem 0 0;border-radius:4px}.group-title{font-weight:600;color:#495057;font-size:.875rem}.variable-item-grouped{background-color:#f8f9fa;padding:.5rem .75rem}.form-field-group{display:flex;flex-direction:column;gap:.5rem}.field-group-label{font-size:.875rem;font-weight:500;color:#456;margin-bottom:.25rem}.form-field-group .form-field{flex:1;min-width:0}.image-array-field{margin-top:4px}.image-array-item{margin-bottom:4px;transition:all .2s ease;padding-bottom:8px}.pdf-preview-container{background-color:#f3f6fb;padding:40px;border-radius:12px;overflow-y:auto;flex:1;height:100%;display:grid;grid-template-columns:1fr;align-content:flex-start;gap:12px;border:1px solid #efecf4}.pdf-preview-container.columns-2{grid-template-columns:repeat(2,1fr)}.pdf-preview-container.columns-3{grid-template-columns:repeat(3,1fr)}.pdf-preview-container .preview-image{width:100%;margin:0;box-shadow:0 162px 64.8px #1e284603,0 91.2px 54px #1e28460d,0 40.8px 40.8px #1e284617,0 9.6px 21.6px #1e28461a;border-radius:4px}.template-page-wrapper{height:100vh;display:flex;flex-direction:column}.document-page{flex:1;display:flex;flex-direction:column;gap:20px;padding:16px;overflow:hidden;height:100%}.document-tabs{display:flex;gap:4px;justify-content:flex-start;padding:4px}.document-tabs .tab{flex:0 0 auto;padding:12px 16px;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#7a8ea2;transition:all .15s ease-in;text-align:left;min-width:120px;outline:.5px solid transparent;box-shadow:none}.document-tabs .tab:hover{background-color:#7a8ea215}.document-tabs .tab.active{background-color:#fff;color:#4c6ef5;outline:.5px solid #C9D4DF;box-shadow:0 1px 2px #000f281a;cursor:default}.document-tabs .tab-content{display:flex;flex-direction:column;gap:.25rem}.document-tabs .tab-name{font-weight:600;line-height:1.1}.document-tabs .tab-comment{font-size:.75rem;font-weight:400;opacity:.7;line-height:1}.document-content{display:flex;gap:24px;flex:1;min-height:0}.form-container{max-height:100%;width:30%;min-width:320px;max-width:400px;display:flex;flex-direction:column;background-color:#f3f6fb;border:1px solid #efecf4;border-radius:12px;padding:20px 0 0 16px}.form-header-wrapper{margin:0 16px 16px 0;flex-shrink:0}.form-content-scrollable{flex:1;overflow-y:auto;padding:0 20px 20px 4px}.preview-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;height:100%;gap:8px}.preview-controls{flex-shrink:0;padding:.75rem 1rem;background-color:#f3f6fb;border-radius:12px;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;gap:1rem;border:1px solid #efecf4}.controls-left{display:flex;align-items:center;gap:1rem}.controls-right{display:flex;align-items:center;gap:12px}.controls-right>*{flex-shrink:0;width:auto}.download-btn{background-color:#4c6ef5;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.download-btn:hover{background-color:#3b5bdb}.download-btn:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.radio-group{display:flex;gap:4px}.radio-group label{cursor:pointer;padding:.25rem .6rem;color:#7a8ea2;border-radius:4px;transition:all .15s ease-in}.radio-group label:hover{background-color:#e9ecef}.radio-group input[type=radio]{display:none}.radio-group input[type=radio]:checked+label{background-color:#fff;color:#4c6ef5;outline:.5px solid #C9D4DF;box-shadow:0 1px 2px #000f281a;cursor:default}.document-page-content{width:100%;display:flex;flex-direction:column;height:100%}.document-layout{display:flex;gap:20px;margin-top:2rem;flex:1}.preview-header{display:flex;align-items:center;justify-content:space-between;background-color:#f3f6fb;border-radius:12px;overflow:hidden;border:1px solid #efecf4}.download-button-wrapper{display:flex;align-items:center;gap:8px;margin-right:12px}.download-button-wrapper .button{padding:12px;background:#edf2ff;border:.5px solid #bac8ff;box-shadow:0 1px 2px #4c6ef50d;transition:all .15s ease-out}.download-button-wrapper .button:hover{background:#dbe4ff;border:.5px solid #91a7ff}.download-button-wrapper .button:active{background:#edf2ff;border:.5px solid #91a7ff;box-shadow:inset 0 0 10px #4c6ef51a}.download-button-wrapper .button.accent{color:#fff;background:#4c6ef5;box-shadow:0 2px #113be0,0 4px 8px #0424a240;border:none}.download-button-wrapper .button.accent:hover{background:#4263eb;opacity:1}.download-button-wrapper .button.accent:active{background:#5c7cfa;box-shadow:0 2px #113be0cc,0 4px 8px #0424a240}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.checkbox-wrapper input[type=checkbox]{margin:0}.checkbox-wrapper label{font-size:.875rem;cursor:pointer;margin:0;color:#000}@media (max-width: 1280px){.document-tabs{gap:2px}.document-tabs .tab{padding:8px 12px}.document-tabs .tab-name{font-size:.7rem}.document-tabs .tab-comment{font-size:.6rem}.download-button-wrapper{margin-right:8px}.download-button-wrapper .button{font-size:.7rem;padding:12px}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100vh;color:#1c252e}*{font-family:Inter Variable,Helvetica Neue,Arial,sans-serif!important;font-feature-settings:"ss01" 1}#root{height:100vh;display:flex;flex-direction:column}.app{width:100%;flex:1}h1,h2,h3,h4,h5,h6{font-weight:600}
