body{font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(120deg,#181c24 60%,#232b3a 100%);margin:0;color:#e3eaf7;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #7ecbff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.toast{position:fixed;top:20px;right:20px;background:#232b3a;color:#e3eaf7;padding:12px 20px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:1000;transform:translateX(400px);transition:transform .3s ease}.toast.show{transform:translateX(0)}.toast.success{border-left:4px solid #4CAF50}.toast.error{border-left:4px solid #f44336}*{transition:all .2s ease}header{background:linear-gradient(90deg,#232b3a 0%,#3a4660 100%);color:#fff;padding:.5rem 0;box-shadow:0 2px 12px rgba(30,40,60,.13);border-bottom-left-radius:18px;border-bottom-right-radius:18px}nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}nav::-webkit-scrollbar{display:none}nav ul{display:flex;justify-content:center;gap:1.2rem;list-style:none;padding:0;margin:.5rem 0 0 0;flex-direction:row;min-width:max-content}nav a{color:#e3eaf7;text-decoration:none;font-weight:500;font-size:1rem;padding:.35rem .9rem;border-radius:7px;transition:background .2s,color .2s;white-space:nowrap;display:block}nav a:hover,nav a:focus{background:#2e3a4d;color:#fff;outline:none}nav a.active{background:#7ecbff;color:#232b3a}main{max-width:800px;margin:1.2rem auto;background:#232b3a;border-radius:14px;box-shadow:0 4px 18px rgba(30,40,60,.13);padding:1.2rem 1rem;position:relative}.highlight{background:linear-gradient(90deg,#232b3a 0%,#181c24 100%);color:#7ecbff;padding:.5rem 1rem;border-radius:8px;font-weight:500;margin-bottom:1.2rem;text-align:center;box-shadow:0 2px 8px rgba(30,40,60,.09)}.social{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.social a{color:#7ecbff;background:#232b3a;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s,color .2s}.social a:hover{background:#7ecbff;color:#232b3a}footer{text-align:center;padding:1.2rem 0 .5rem 0;background:linear-gradient(90deg,#181c24 60%,#232b3a 100%);color:#b0c4e7;font-size:.95rem;margin-top:2rem;letter-spacing:.7px;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -2px 12px rgba(30,40,60,.13)}.logo-footer{width:24px;height:24px;border-radius:50%;object-fit:cover;box-shadow:0 1px 4px rgba(30,40,60,.13);background:#181c24;border:2px solid #222b3a;margin-top:.3rem}@media (max-width:700px){main{padding:.4rem;max-width:99vw;margin:1rem auto}nav{margin-bottom:.2rem;padding:0 .5rem}nav ul{gap:.5rem;margin:.3rem 0 0 0;flex-direction:row;overflow-x:auto;justify-content:flex-start;padding:0 .5rem}nav a{font-size:.9rem;padding:.2rem .5rem;min-width:fit-content}.social{gap:.4rem;padding:0 .5rem}.social a{width:22px;height:22px;font-size:.9rem}.highlight{font-size:.85rem;padding:.3rem .5rem}footer{font-size:.85rem;padding:.5rem 0 .2rem 0}.logo-footer{width:16px;height:16px}}@media (max-width:400px){main{padding:.1rem}}
