@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500&display=swap";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}::selection{background:rgba(240,153,56,.35)}::-moz-selection{background:rgba(240,153,56,.35)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0f0f11}::-webkit-scrollbar-thumb{background:rgba(240,153,56,.35);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(240,153,56,.65)}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;scrollbar-width:thin;scrollbar-color:rgba(240,153,56,.35) rgba(0,0,0,0);overflow-y:auto;height:auto}@media(max-width: 767px){html{font-size:15px}}body{display:block;font-family:"Inter",system-ui,Helvetica,sans-serif;color:#e8e8ec;background-color:#0f0f11;line-height:1.6;min-height:100vh;height:auto;width:auto;justify-content:unset;align-items:unset;overflow-x:hidden;overflow-y:auto}main{display:block;flex-grow:unset;justify-content:unset;align-items:unset;text-align:unset}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:"Inter",system-ui,Helvetica,sans-serif;border:none;background:none}input,textarea{font-family:"Inter",system-ui,Helvetica,sans-serif;color:#e8e8ec}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-weight:500;line-height:1.25;color:#e8e8ec}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.25rem}h4{font-size:1rem}p{font-family:"Inter",system-ui,Helvetica,sans-serif;font-weight:400;line-height:1.7;color:#e8e8ec}small{font-size:.8rem;color:#9b9ba8}.admin-header{position:fixed;top:0;left:0;right:0;z-index:100;height:3.5rem;display:flex;align-items:center;padding:0 2rem;background:rgba(15,15,17,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.08)}@media(max-width: 767px){.admin-header{height:3rem;padding:0 1.25rem}}@media(max-width: 580px){.admin-header{flex-wrap:wrap;height:auto;padding:.6rem 1.25rem;gap:.4rem 0}}.admin-header__brand{display:flex;align-items:center;gap:.6rem;font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500;color:#e8e8ec;letter-spacing:.02em}@media(max-width: 580px){.admin-header__brand{width:100%}}@media(max-width: 400px){.admin-header__brand{font-size:.82rem;gap:.4rem}}.admin-header__logo{height:2rem;width:auto;display:block}@media(max-width: 767px){.admin-header__logo{height:1.6rem}}.admin-header__spacer{flex:1}@media(max-width: 580px){.admin-header__spacer{display:none}}.admin-header__action{font-family:"Inter",system-ui,Helvetica,sans-serif;font-size:.78rem;font-weight:400;color:#9b9ba8;letter-spacing:.04em;padding:.35rem .75rem;border:1px solid hsla(0,0%,100%,.08);border-radius:6px;transition:color .2s,border-color .2s;margin-right:.5rem}.admin-header__action:hover{color:#e8e8ec;border-color:hsla(0,0%,100%,.14)}@media(max-width: 400px){.admin-header__action{font-size:.68rem;padding:.25rem .45rem;letter-spacing:.02em}}@media(max-width: 580px){.admin-header__action{margin-right:.4rem}}.admin-header__logout{font-family:"Inter",system-ui,Helvetica,sans-serif;font-size:.78rem;font-weight:400;color:#9b9ba8;letter-spacing:.04em;padding:.35rem .75rem;border:1px solid hsla(0,0%,100%,.08);border-radius:6px;transition:color .2s,border-color .2s}.admin-header__logout:hover{color:#e8e8ec;border-color:hsla(0,0%,100%,.14)}@media(max-width: 400px){.admin-header__logout{font-size:.68rem;padding:.25rem .45rem;letter-spacing:.02em}}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{width:min(90%,600px);background:#18181c;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:3rem 2rem}.login-card__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:500;color:#e8e8ec;margin-bottom:.25rem}.login-card__sub{font-size:.82rem;color:#9b9ba8;margin-bottom:2rem}.login-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}.login-field label{font-size:.78rem;font-weight:500;color:#9b9ba8;letter-spacing:.05em;text-transform:uppercase}.login-field input{background:#222228;border:1px solid hsla(0,0%,100%,.08);border-radius:6px;padding:.6rem .75rem;font-size:.9rem;font-family:"Inter",system-ui,Helvetica,sans-serif;color:#e8e8ec;outline:none;transition:border-color .2s}.login-field input[type=password]{font-size:.9rem;letter-spacing:.1em}.login-field input:focus{border-color:rgba(240,153,56,.28)}.login-field input::placeholder{color:#5c5c6a;letter-spacing:normal}.login-error{font-size:.82rem;color:#e05050;margin-bottom:.75rem;min-height:1.2em;text-align:center}.login-btn{width:100%;padding:.7rem;background:rgba(240,153,56,.12);border:1px solid rgba(240,153,56,.28);border-radius:6px;color:#f09938;font-size:.9rem;font-weight:500;letter-spacing:.04em;transition:background .2s,border-color .2s}.login-btn:hover{background:rgba(240,153,56,.2);border-color:rgba(240,153,56,.45)}.login-btn:disabled{opacity:.5;cursor:not-allowed}.dash{padding-top:3.5rem;min-height:100vh}@media(max-width: 767px){.dash{padding-top:3rem}}@media(max-width: 580px){.dash{padding-top:5.5rem}}.dash-inner{padding:2rem 3rem 3rem}@media(min-width: 768px)and (max-width: 1023px){.dash-inner{padding:2rem 2rem 3rem}}@media(max-width: 767px){.dash-inner{padding:1.25rem 1.25rem 2rem}}.dash-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.08)}@media(max-width: 767px){.dash-page-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media(max-width: 479px){.dash-page-header .btn--primary{font-size:.76rem;padding:.35rem .55rem}}.dash-page-header__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:500;color:#e8e8ec}@media(max-width: 479px){.dash-page-header__title{font-size:1.15rem}}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.82rem;font-weight:500;border-radius:6px;transition:background .18s,border-color .18s,color .18s;cursor:pointer;border:1px solid rgba(0,0,0,0);font-family:"Inter",system-ui,Helvetica,sans-serif}.btn--primary{background:rgba(240,153,56,.12);border-color:rgba(240,153,56,.28);color:#f09938}.btn--primary:hover{background:rgba(240,153,56,.2);border-color:rgba(240,153,56,.45)}.btn--ghost{background:rgba(0,0,0,0);border-color:hsla(0,0%,100%,.08);color:#9b9ba8}.btn--ghost:hover{border-color:hsla(0,0%,100%,.14);color:#e8e8ec}.btn--danger{background:rgba(224,80,80,.12);border-color:rgba(224,80,80,.28);color:#e05050}.btn--danger:hover{background:rgba(224,80,80,.22);border-color:rgba(224,80,80,.45)}.btn--sm{padding:.3rem .55rem;font-size:.76rem}.btn:disabled{opacity:.45;cursor:not-allowed}.dash-table-wrap{overflow-x:auto;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;background:#18181c}.dash-table{width:100%;min-width:868px;table-layout:fixed;border-collapse:collapse;font-size:.88rem}.dash-table thead tr{border-bottom:1px solid hsla(0,0%,100%,.08)}.dash-table th{padding:.75rem 1.25rem;text-align:left;font-size:.72rem;font-weight:500;color:#9b9ba8;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.dash-table td{padding:.75rem 1.25rem;color:#e8e8ec;border-bottom:1px solid hsla(0,0%,100%,.08);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-table td:first-child{overflow:visible}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table tbody tr:hover{background:hsla(0,0%,100%,.025)}.col-image{width:86px;min-width:86px}.col-name{width:140px;min-width:140px}.col-description{width:280px;min-width:180px}.col-price{width:100px;min-width:100px}.col-link{width:160px;min-width:160px}.col-visible{width:64px;min-width:64px}.col-actions{width:170px;min-width:170px}.dash-table__img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid hsla(0,0%,100%,.08);background:#222228;cursor:zoom-in;transition:border-color .15s}.dash-table__img:hover{border-color:rgba(240,153,56,.28)}.dash-table__img-placeholder{width:48px;height:48px;border-radius:6px;border:1px solid hsla(0,0%,100%,.08);background:#222228}.dash-table__link{color:#9b9ba8;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:160px;transition:color .15s}.dash-table__link:hover{color:#f09938;text-decoration:underline}.editable-field{display:flex;align-items:center;gap:.4rem;min-width:0}.editable-field__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.editable-field__input{flex:1;min-width:0;width:0;background:#222228;border:1px solid rgba(240,153,56,.28);border-radius:6px;padding:.25rem .45rem;font-size:.85rem;color:#e8e8ec;outline:none}.editable-field__input[type=number]{width:0;flex:1;appearance:textfield;-moz-appearance:textfield}.editable-field__input[type=number]::-webkit-inner-spin-button,.editable-field__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.editable-field__input--file{padding:.2rem;font-size:.78rem;color:#9b9ba8;cursor:pointer;width:auto;flex:unset}.editable-field__input--file::-webkit-file-upload-button{background:#222228;border:1px solid hsla(0,0%,100%,.14);border-radius:6px;color:#9b9ba8;padding:.2rem .4rem;font-size:.76rem;cursor:pointer;font-family:"Inter",system-ui,Helvetica,sans-serif}.editable-field__textarea{flex:1;min-width:0;background:#222228;border:1px solid rgba(240,153,56,.28);border-radius:6px;padding:.25rem .45rem;font-size:.85rem;color:#e8e8ec;outline:none;resize:vertical;min-height:3rem}.edit-actions{display:flex;gap:.3rem}.dash-new-form__field--error label{color:#e05050}.dash-new-form__field--error input,.dash-new-form__field--error textarea{border-color:rgba(224,80,80,.28) !important;background:rgba(224,80,80,.06)}.dash-hint{font-size:.78rem;color:#5c5c6a;margin-bottom:.75rem}.dash-new-form{background:#18181c;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:1.25rem 2rem;margin-bottom:2rem;display:none}.dash-new-form.is-visible{display:block}.dash-new-form__title{font-size:.9rem;font-weight:500;color:#9b9ba8;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem}.dash-new-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}@media(max-width: 767px){.dash-new-form__grid{grid-template-columns:1fr}}.dash-new-form__field{display:flex;flex-direction:column;gap:.3rem}.dash-new-form__field--full{grid-column:1/-1}.dash-new-form__field label{font-size:.75rem;font-weight:500;color:#9b9ba8;text-transform:uppercase;letter-spacing:.05em}.dash-new-form__field input,.dash-new-form__field textarea{width:100%;min-width:0;box-sizing:border-box;background:#222228;border:1px solid hsla(0,0%,100%,.08);border-radius:6px;padding:.55rem .75rem;font-size:.88rem;color:#e8e8ec;outline:none;transition:border-color .2s}.dash-new-form__field input:focus,.dash-new-form__field textarea:focus{border-color:rgba(240,153,56,.28)}.dash-new-form__field input::placeholder,.dash-new-form__field textarea::placeholder{color:#5c5c6a}.dash-new-form__field input[type=number]{appearance:textfield;-moz-appearance:textfield}.dash-new-form__field input[type=number]::-webkit-inner-spin-button,.dash-new-form__field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dash-new-form__field textarea{resize:vertical;min-height:5rem}.dash-new-form__actions{display:flex;gap:.75rem;margin-top:1.25rem}.dash-empty{text-align:center;padding:3rem 2rem;color:#5c5c6a;font-size:.9rem}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .18s}.modal-overlay.is-open{opacity:1;pointer-events:auto}.modal{background:#18181c;border:1px solid hsla(0,0%,100%,.14);border-radius:10px;padding:2rem;max-width:400px;width:100%}.modal--img{background:rgba(0,0,0,0);border:none;padding:0;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal--img img{max-width:90vw;max-height:90vh;border-radius:10px;border:1px solid hsla(0,0%,100%,.14);object-fit:contain}.modal__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.15rem;font-weight:500;color:#e8e8ec;margin-bottom:.75rem}.modal__body{font-size:.88rem;color:#9b9ba8;margin-bottom:2rem;line-height:1.7}.modal__error{font-size:.82rem;color:#e05050;min-height:1.1em;margin-bottom:.75rem}.modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.toast{position:fixed;bottom:2rem;right:2rem;z-index:300;background:#222228;border:1px solid hsla(0,0%,100%,.14);border-radius:6px;padding:.6rem 1.25rem;font-size:.85rem;color:#e8e8ec;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .2s,transform .2s}.toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.toast--ok{border-color:rgba(54,151,58,.35);color:#6bcf6e}.toast--error{border-color:rgba(224,80,80,.28);color:#e05050}.dash-table__visible{text-align:center}.dash-table__visible input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}.dash-new-form__checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.dash-new-form__checkbox input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}.prices-page-header{margin-top:0}.prices-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem;margin-bottom:3rem}@media(max-width: 1023px){.prices-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.prices-grid{grid-template-columns:1fr}}.prices-grid__loading{grid-column:1/-1;color:#5c5c6a;font-size:.88rem}.price-card{background:#18181c;border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:.75rem 1.25rem;display:flex;flex-direction:column;transition:border-color .15s}.price-card:hover{border-color:hsla(0,0%,100%,.14)}.price-card.is-editing{border-color:rgba(240,153,56,.28)}.price-card__header{display:flex;align-items:center;justify-content:space-between;gap:.3rem}.price-card__btns{display:flex;gap:.3rem;align-items:center}.price-card__label{font-size:.72rem;font-weight:500;color:#9b9ba8;letter-spacing:.06em;text-transform:uppercase}.price-card__value{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.25rem;font-weight:500;color:#e8e8ec;line-height:1.1}.price-card__value small{font-family:"Inter",system-ui,Helvetica,sans-serif;font-size:.72rem;color:#5c5c6a;font-weight:400}.price-card__value--free{color:#5c5c6a;font-size:.95rem;font-family:"Inter",system-ui,Helvetica,sans-serif}.price-card__header{margin-bottom:.3rem}.price-card__input{background:#222228;border:1px solid rgba(240,153,56,.28);border-radius:6px;padding:.3rem .5rem;font-size:.95rem;font-family:"Inter",system-ui,Helvetica,sans-serif;color:#e8e8ec;outline:none;width:100%;display:none}
