.packages-module__JsM6Kq__packagesContainer{background-color:#fcfcfc;max-width:1400px;margin:0 auto;padding:3rem;font-family:Inter,sans-serif}.packages-module__JsM6Kq__pageHeader{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.packages-module__JsM6Kq__title{color:#000;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2.5rem;font-weight:900}.packages-module__JsM6Kq__subtitle{color:#666;margin:0;font-size:1.1rem}.packages-module__JsM6Kq__highlightText{color:#000;text-underline-offset:4px;font-weight:800;text-decoration:underline}.packages-module__JsM6Kq__createBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:99px;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-weight:700;transition:all .3s;display:flex}.packages-module__JsM6Kq__createBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.packages-module__JsM6Kq__categorySection{margin-bottom:5rem}.packages-module__JsM6Kq__categoryHeader{color:#fff;background:#000;border-radius:99px;margin-bottom:2.5rem;padding:.8rem 2.5rem;font-size:1.5rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #0000001a}.packages-module__JsM6Kq__packagesGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;display:grid}.packages-module__JsM6Kq__packageCard{background:#fff;border:2px solid #000;border-radius:2rem;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.packages-module__JsM6Kq__packageCard:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000026}.packages-module__JsM6Kq__cardMainArea{flex:1;min-height:180px;padding:1.75rem;display:flex}.packages-module__JsM6Kq__cardLeftInfo{flex-direction:column;flex:1;padding-right:1rem;display:flex}.packages-module__JsM6Kq__cardTitle{color:#000;margin:0 0 .75rem;font-size:1.5rem;font-weight:800;line-height:1.2}.packages-module__JsM6Kq__cardSubtitle{color:#666;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.packages-module__JsM6Kq__cardRightVisual{background:#000;border-radius:1.25rem;justify-content:center;align-items:center;width:100px;display:flex;position:relative;overflow:hidden}.packages-module__JsM6Kq__playIcon{border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:22px solid #fff;width:0;height:0;margin-left:5px}.packages-module__JsM6Kq__cardFooter{color:#fff;background:#000;justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex}.packages-module__JsM6Kq__priceTag{font-size:1.25rem;font-weight:800}.packages-module__JsM6Kq__moreDetailsLink{color:#fff;opacity:.9;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:none}.packages-module__JsM6Kq__moreDetailsLink:hover{opacity:1;text-decoration:underline}.packages-module__JsM6Kq__cardActionsOverlay{opacity:0;z-index:10;gap:.5rem;transition:opacity .2s;display:flex;position:absolute;top:1rem;right:1.5rem}.packages-module__JsM6Kq__packageCard:hover .packages-module__JsM6Kq__cardActionsOverlay{opacity:1}.packages-module__JsM6Kq__actionBtn{cursor:pointer;color:#000;background:#fff;border:1.5px solid #000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.packages-module__JsM6Kq__editBtn:hover{background:#f0f0f0}.packages-module__JsM6Kq__deleteBtn:hover{color:#ef4444;background:#ffeded;border-color:#ef4444}.packages-module__JsM6Kq__addCard{cursor:pointer;background:#fff;border:3px dashed #000;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;min-height:250px;transition:all .3s;display:flex}.packages-module__JsM6Kq__addCard:hover{background:#f8f8f8;transform:scale(1.02)}.packages-module__JsM6Kq__addCircle{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.packages-module__JsM6Kq__addCard:hover .packages-module__JsM6Kq__addCircle{transform:rotate(90deg)}.packages-module__JsM6Kq__addText{color:#000;margin:0;font-size:1.25rem;font-weight:800}.packages-module__JsM6Kq__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.packages-module__JsM6Kq__modalBody{background:#fff;border:3px solid #000;border-radius:2rem;flex-direction:column;width:95%;max-width:600px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) packages-module__JsM6Kq__modalAppear;display:flex;position:relative;overflow:hidden}@keyframes packages-module__JsM6Kq__modalAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.packages-module__JsM6Kq__modalHeader{border-bottom:2px solid #000;justify-content:space-between;align-items:center;padding:2rem 2.5rem;display:flex}.packages-module__JsM6Kq__modalTitle{color:#000;margin:0;font-size:1.75rem;font-weight:900}.packages-module__JsM6Kq__closeBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.packages-module__JsM6Kq__closeBtn:hover{transform:rotate(90deg)}.packages-module__JsM6Kq__modalContent{padding:2rem 2.5rem 3rem;overflow-y:auto}.packages-module__JsM6Kq__typeSelector{background:#f0f0f0;border:2px solid #000;border-radius:1.25rem;gap:1rem;margin-bottom:2.5rem;padding:.5rem;display:flex}.packages-module__JsM6Kq__detailModalBody{background:#fff;border:3px solid #000;border-radius:2.5rem;flex-direction:column;width:100%;max-width:600px;animation:.4s cubic-bezier(.16,1,.3,1) packages-module__JsM6Kq__modalAppear;display:flex;overflow:hidden}.packages-module__JsM6Kq__detailHeader{color:#fff;background:#000;justify-content:space-between;align-items:flex-start;padding:2.5rem;display:flex}.packages-module__JsM6Kq__detailTitleGroup{flex:1}.packages-module__JsM6Kq__detailTitle{margin:0 0 .5rem;font-size:2rem;font-weight:900;line-height:1.1}.packages-module__JsM6Kq__detailSubtitle{opacity:.8;margin:0;font-size:1rem;font-weight:500}.packages-module__JsM6Kq__detailContent{flex-direction:column;gap:2rem;padding:2.5rem;display:flex}.packages-module__JsM6Kq__detailSection{flex-direction:column;gap:.75rem;display:flex}.packages-module__JsM6Kq__detailSectionLabel{text-transform:uppercase;letter-spacing:.1em;color:#666;margin:0;font-size:.9rem;font-weight:900}.packages-module__JsM6Kq__detailText{color:#000;margin:0;font-size:1.1rem;font-weight:500;line-height:1.6}.packages-module__JsM6Kq__detailFooter{border-top:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:2rem;display:flex}.packages-module__JsM6Kq__detailPrice{flex-direction:column;display:flex}.packages-module__JsM6Kq__detailPrice .packages-module__JsM6Kq__label{color:#999;font-size:.8rem;font-weight:700}.packages-module__JsM6Kq__detailPrice .packages-module__JsM6Kq__value{color:#000;font-size:1.75rem;font-weight:900}.packages-module__JsM6Kq__editFullBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:700;transition:all .3s;display:flex}.packages-module__JsM6Kq__editFullBtn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.packages-module__JsM6Kq__viewDetailsBtn{color:#0f172a;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:.75rem;font-weight:700;transition:all .2s;display:flex}.packages-module__JsM6Kq__typeBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:.9rem;flex:1;padding:1rem;font-weight:800;transition:all .2s}.packages-module__JsM6Kq__typeBtnActive{color:#fff;background:#000}.packages-module__JsM6Kq__packageForm{flex-direction:column;gap:1.5rem;display:flex}.packages-module__JsM6Kq__formGroup label{color:#000;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:800;display:block}.packages-module__JsM6Kq__formGroup input,.packages-module__JsM6Kq__formGroup select,.packages-module__JsM6Kq__formGroup textarea{border:2px solid #000;border-radius:1rem;outline:none;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s}.packages-module__JsM6Kq__formGroup input:focus,.packages-module__JsM6Kq__formGroup select:focus{background:#fcfcfc;box-shadow:6px 6px #0000001a}.packages-module__JsM6Kq__formRow{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.packages-module__JsM6Kq__inputList{gap:.75rem;display:flex}.packages-module__JsM6Kq__addListItem{color:#fff;cursor:pointer;background:#000;border:none;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s;display:flex}.packages-module__JsM6Kq__addListItem:hover{transform:scale(1.05)}.packages-module__JsM6Kq__saveBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:#000;border:none;border-radius:1.25rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:900;transition:all .3s}.packages-module__JsM6Kq__saveBtn:hover{background:#333;transform:translateY(-4px);box-shadow:0 15px 30px #0003}@media (max-width:768px){.packages-module__JsM6Kq__packagesContainer{padding:1.5rem}.packages-module__JsM6Kq__pageHeader{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}.packages-module__JsM6Kq__packagesGrid,.packages-module__JsM6Kq__formRow{grid-template-columns:1fr}}
