.awt-library-modal{max-width:90vw !important;width:1200px !important;height:85vh !important;border-radius:12px !important;overflow:hidden !important;display:flex;flex-direction:column}.awt-library-modal .components-modal__content{padding:0 !important;display:flex;flex-direction:column;height:100%;margin-top:10px}.awt-library-modal .components-modal__header{display:none}.awt-library-header{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;border-bottom:1px solid #e0e0e0;background:#fff;flex-shrink:0}.awt-library-header .awt-header-left{display:flex;align-items:center;gap:30px}.awt-library-header .awt-header-left .awt-brand{margin:0;font-size:18px;font-weight:700;color:#2271b1}.awt-library-header .awt-header-left .awt-tabs{display:flex;background:#f0f0f1;padding:4px;border-radius:6px}.awt-library-header .awt-header-left .awt-tabs .awt-tab{background:rgba(0,0,0,0);border:none;padding:6px 16px;font-size:13px;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s}.awt-library-header .awt-header-left .awt-tabs .awt-tab.active{background:#fff;color:#2271b1;box-shadow:0 2px 4px rgba(0,0,0,.05)}.awt-library-header .awt-header-right{display:flex;align-items:center;gap:15px}.awt-library-header .awt-header-right .awt-search-wrapper{position:relative}.awt-library-header .awt-header-right .awt-search-wrapper input{padding-left:32px;height:36px;border-radius:4px;border:1px solid #ddd;min-width:250px}.awt-library-header .awt-header-right .awt-search-wrapper svg{position:absolute;left:8px;top:50%;transform:translateY(-50%);fill:#999;width:18px}.awt-library-body{display:flex;flex:1;overflow:hidden;background:#f8f9fa}.awt-library-sidebar{width:220px;background:#fff;border-right:1px solid #e0e0e0;padding:20px;overflow-y:auto}.awt-library-sidebar h3{font-size:12px;text-transform:uppercase;color:#757575;margin-bottom:15px;letter-spacing:.5px}.awt-library-sidebar ul{list-style:none;margin:0;padding:0}.awt-library-sidebar ul li{margin-bottom:5px}.awt-library-sidebar ul li button{width:100%;text-align:left;background:none;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.awt-library-sidebar ul li button:hover{background:#f0f0f1}.awt-library-sidebar ul li button.active{background:#e6f0ff;color:#2271b1;font-weight:500}.awt-library-content{flex:1;padding:25px;overflow-y:auto}.awt-library-content .awt-template-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:25px}.awt-library-content .awt-template-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s}.awt-library-content .awt-template-card .awt-card-preview{height:auto;background:#f0f0f1;position:relative;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.awt-library-content .awt-template-card .awt-card-preview img.awt-pattern-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transition:transform .3s ease}.awt-library-content .awt-template-card .awt-card-preview.is-full-page{height:350px}.awt-library-content .awt-template-card .awt-card-preview.is-full-page img.awt-pattern-img{height:auto;min-height:100%;transition:transform 2.5s ease-in-out}.awt-library-content .awt-template-card .awt-card-preview.is-full-page:hover img.awt-pattern-img{transform:translateY(calc(-100% + 350px))}.awt-library-content .awt-template-card .awt-card-preview .placeholder-preview{font-size:60px;color:#cbd5e1;font-weight:700;align-self:center}.awt-library-content .awt-template-card .awt-card-preview .awt-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;z-index:2}.awt-library-content .awt-template-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.08);border-color:#2271b1}.awt-library-content .awt-template-card:hover .awt-card-overlay{opacity:1;background-color:hsla(0,0%,100%,0)}.awt-library-content .awt-template-card .awt-card-footer{padding:12px 15px;border-top:1px solid #f0f0f1;display:flex;justify-content:space-between;align-items:center}.awt-library-content .awt-template-card .awt-card-footer h4{margin:0;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin-right:10px}.awt-library-content .awt-template-card .awt-card-footer .awt-badge{background:#e6f0ff;color:#2271b1;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.awt-empty-state{text-align:center;padding:50px;color:#757575;font-size:16px}
