@import"https://fonts.googleapis.com/css2?family=Londrina+Shadow&family=Londrina+Solid&family=Rubik:wght@300;400;500;600;700&display=swap";:root{--font-primary: "Rubik", sans-serif;--font-display-shadow: "Londrina Shadow", cursive;--font-display-solid: "Londrina Solid", sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700}body{font-family:var(--font-primary)}.font-display-shadow{font-family:var(--font-display-shadow)}.font-display-solid{font-family:var(--font-display-solid)}button{font-family:var(--font-primary)}.default-shadow{box-shadow:2px 2px 3px #0000004d}.header-shadow{box-shadow:0 2px 3px -1px #0000001a}@keyframes appear{0%{transform:scale(.7);opacity:0}70%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.animate-appear{animation:appear .5s ease-out forwards}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-pulse{animation:pulse 2s infinite ease-in-out}@keyframes glow{0%,to{text-shadow:0 0 5px rgba(255,255,255,.8),0 0 10px rgba(255,215,0,.5)}50%{text-shadow:0 0 20px rgba(255,255,255,.8),0 0 30px rgba(255,215,0,.8)}}.animate-glow{animation:glow 2s infinite ease-in-out}@keyframes flip{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@keyframes flip-back{0%{transform:rotateY(180deg)}to{transform:rotateY(0)}}.flip-container{perspective:1000px}.flipper{transition:.6s;transform-style:preserve-3d;position:relative;transform-origin:center center}.front,.back{backface-visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.front{z-index:2;transform:rotateY(0)}.back,.flipped{transform:rotateY(180deg)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0003;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.close-button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#666}.close-button:hover{color:#333}.modal-body{padding:20px;overflow-y:auto;flex:1}.modal-footer{padding:15px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:10px}.primary-button,.secondary-button{padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;border:none;transition:background .2s ease}.primary-button{background:#4f46e5;color:#fff}.primary-button:hover{background:#4338ca}.secondary-button{background:#f3f4f6;color:#111827}.secondary-button:hover{background:#e5e7eb}.admin-controls-container{position:relative;display:inline-block}.admin-button{transition:background-color .2s}.admin-button:hover{background-color:#7c43ea!important}.admin-dropdown{right:0;margin-top:.25rem;animation:fadeIn .2s ease-in}.admin-dropdown-item{transition:background-color .2s}.admin-dropdown-item:hover{background-color:#f5f5f5}.admin-action-button{transition:background-color .2s,color .2s}.admin-action-button:hover:not([disabled]){filter:brightness(.9)}.admin-action-button:active:not([disabled]){transform:scale(.98)}.admin-action-button[disabled]{opacity:.7;cursor:not-allowed}.admin-success-message,.admin-error-message{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.admin-icon{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}.admin-button{padding:.2rem!important}.admin-dropdown{min-width:180px!important}}@media (max-width: 480px){.admin-icon{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important}}@media screen and (max-width: 428px) and (-webkit-min-device-pixel-ratio: 2){.admin-icon{width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important}}
