.top-header{background:#2b80d9;color:#fff;height:64px;justify-content:space-between;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:1100}.header-left,.top-header{align-items:center;display:flex}.header-logo{background-color:#fff;border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.app-footer{align-items:center;background:#f1f3f8;color:#555;display:flex;flex-direction:column;font-size:.85rem;font-weight:500;gap:4px;justify-content:center;line-height:1.5;min-height:48px;padding:15px 20px;text-align:center}.footer-logo{height:45px;margin-bottom:.5rem;object-fit:contain;width:auto}@media (min-width:768px){.app-footer{position:relative}.footer-logo{left:20px;margin-bottom:0}.footer-clock,.footer-logo{position:absolute;top:50%;transform:translateY(-50%)}.footer-clock{margin-top:0;right:20px}}.footer-clock{color:#555;font-family:monospace;font-size:.85rem;font-weight:600;margin-top:.5rem}body{padding-top:64px}.header-title{font-size:2em;font-weight:700}.short-title{display:none}a,a:focus,a:hover{text-decoration:none}@media (max-width:910px){.full-title{display:none}.short-title{display:inline}}.custom-toast-container{display:flex;flex-direction:column;gap:12px;position:absolute;right:20px;top:20px;z-index:9999}.custom-toast{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#1e1e2d;background:rgba(30,30,42,.95);border:none;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.5);font-family:Inter,system-ui,sans-serif;opacity:0;overflow:hidden;padding:18px 20px 18px 68px;position:relative;transform:translateX(120%);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);width:380px}.custom-toast:before{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.custom-toast.success:before{background:linear-gradient(90deg,rgba(9,184,92,.15),rgba(30,30,42,0) 80%)}.custom-toast.error:before{background:linear-gradient(90deg,rgba(255,26,74,.15),rgba(30,30,42,0) 80%)}.custom-toast.warning:before{background:linear-gradient(90deg,rgba(245,158,11,.15),rgba(30,30,42,0) 80%)}.custom-toast.show{opacity:1;transform:translateX(0)}.custom-toast.hide{opacity:0;transform:translateX(120%)}.custom-toast-icon{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;left:20px;position:absolute;top:20px;width:32px;z-index:1}.custom-toast.success .custom-toast-icon{background:#09b85c;box-shadow:0 0 15px rgba(9,184,92,.4);color:#1e1e2d;font-size:16px}.custom-toast.error .custom-toast-icon{background:#ff1a4a;box-shadow:0 0 15px rgba(255,26,74,.4);color:#1e1e2d;font-size:16px}.custom-toast.warning .custom-toast-icon{background:#f59e0b;box-shadow:0 0 15px rgba(245,158,11,.4);color:#1e1e2d;font-size:16px}.custom-toast-title{font-size:1.05rem;font-weight:500;letter-spacing:.2px;margin-bottom:4px;position:relative;z-index:1}.custom-toast.success .custom-toast-title{color:#09b85c}.custom-toast.error .custom-toast-title{color:#ff1a4a}.custom-toast.warning .custom-toast-title{color:#f59e0b}.custom-toast-message{color:#d1d5db;font-size:.95rem;font-weight:400;line-height:1.4;position:relative;z-index:1}.custom-toast-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;line-height:1;padding:6px;position:absolute;right:12px;top:12px;transition:all .2s ease;z-index:2}.custom-toast-close:hover{background:hsla(0,0%,100%,.1);color:#f3f4f6}