@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable-Italic.woff2) format("woff2")}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/LibreBaskerville-LatinExt.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/LibreBaskerville.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--font-inter:"Inter",ui-sans-serif,system-ui,sans-serif;--font-heading:"Libre Baskerville",Georgia,"Times New Roman",serif}.app-notif-root{position:fixed;top:20px;left:0;right:0;z-index:2147483647;pointer-events:none;flex-direction:column;margin:0 auto;max-width:90vw}.app-notif,.app-notif-root{display:flex;align-items:center;gap:12px}.app-notif{background:rgba(255,255,255,.95);backdrop-filter:blur(8px);cursor:default;border:1px solid rgba(226,232,240,.6);font-size:14px;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:12px 16px;max-width:448px;opacity:0;transform:translateY(-20px);transition:all .25s ease;pointer-events:auto}.app-notif--info{border-color:rgba(59,130,246,.15)}.app-notif--success{border-color:rgba(16,185,129,.15)}.app-notif--error{border-color:rgba(239,68,68,.15)}.app-notif__icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:1}.app-notif__icon svg{width:16px;height:16px;display:block}.app-notif__icon--info{color:#3b82f6}.app-notif__icon--success{color:#10b981}.app-notif__icon--error{color:#ef4444}.app-notif__content{flex:1;font-size:14px}.app-notif__close{width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease;background:none;border:none;cursor:pointer;padding:0;color:inherit}.app-notif__close:hover{opacity:1}.app-notif--show{opacity:1;transform:translateY(0)}.app-notif--hide{opacity:0;transform:translateY(-20px)}.app-notif__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(59,130,246,.25);border-top-color:#3b82f6;animation:app-notif-spin .7s linear infinite}@keyframes app-notif-spin{to{transform:rotate(1turn)}}