.app-notifications{position:fixed;z-index:1400;right:20px;bottom:20px;display:flex;flex-direction:column;gap:10px}.app-notifications .alert{margin:0;border:1px solid transparent;border-radius:12px;box-shadow:0 12px 24px rgba(15,23,42,.12)}.theme-toggle{position:relative;display:inline-flex;flex:0 0 44px;align-items:center;justify-content:center;width:44px;height:44px;padding:0;overflow:hidden;border:1px solid rgba(70,46,34,.13);border-radius:14px;color:#5f5048;background:rgba(255,255,255,.8);box-shadow:0 8px 22px rgba(88,55,37,7%);cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:rgba(223,87,37,.3);color:#b83f16;background:#fff;box-shadow:0 11px 26px rgba(88,55,37,.11);transform:translateY(-1px)}.theme-toggle__icon{position:absolute;display:inline-flex;align-items:center;justify-content:center;transition:opacity .22s ease,transform .28s ease}.theme-toggle__icon--moon{opacity:1;transform:rotate(0)scale(1)}.theme-toggle__icon--sun{opacity:0;transform:rotate(-65deg)scale(.55)}html[data-theme=dark] .theme-toggle{border-color:rgba(220,231,242,.14);color:#ffd2a3;background:rgba(32,37,46,.92);box-shadow:0 9px 24px rgba(0,0,0,.2)}html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .theme-toggle:focus-visible{border-color:rgba(255,160,112,.38);color:#ffe2b7;background:#29313b}html[data-theme=dark] .theme-toggle__icon--moon{opacity:0;transform:rotate(65deg)scale(.55)}html[data-theme=dark] .theme-toggle__icon--sun{opacity:1;transform:rotate(0)scale(1)}.theme-toggle--floating{position:fixed;z-index:1100;top:18px;right:18px;backdrop-filter:blur(14px)}@media(max-width:575.98px){.theme-toggle--floating{top:12px;right:12px}}