@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.home-container{color:#fff;text-align:center;padding:50px 20px;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient-animation 15s ease infinite;min-height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column;justify-content:center}.home-header h1{font-size:3.5rem;font-weight:900;margin-bottom:20px;text-shadow:0 4px 15px rgba(0,0,0,.2)}.home-header p{font-size:1.5rem;max-width:600px;margin:0 auto 50px;opacity:.9}.features{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.feature-card{background:#ffffff1a;border-radius:20px;padding:30px;max-width:320px;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 16px 40px #1f268780}.feature-card h3{font-size:1.8rem;margin-bottom:15px;color:#f0f0f0;font-weight:700}.feature-card p{font-size:1rem;line-height:1.6;color:#ddd}.home-main h2{font-size:2.5rem;margin-bottom:40px;font-weight:700}.stocks-container-table{color:#fff;padding:40px 20px;min-height:calc(100vh - var(--navbar-height));width:100%;max-width:1200px;margin:0 auto}.stocks-header-table{text-align:center;margin-bottom:30px}.stocks-header-table h1{font-size:2.8rem;font-weight:700;margin-bottom:10px}.stocks-header-table p{font-size:1.1rem;opacity:.8}.controls-bar-table{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-bottom:25px}.refresh-button-table{background-color:#5a67d8;color:#fff;border:none;padding:8px 16px;font-size:.95rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.refresh-button-table:hover{background-color:#434190}.refresh-button-table:disabled{background-color:#6c757d;cursor:not-allowed}.last-updated-table{font-size:.9rem;color:silver}.sector-table-container{margin-bottom:50px}.sector-table-container h2{font-size:1.8rem;color:#ffc107;margin-bottom:8px}.sector-description-table{font-size:1rem;opacity:.85;margin-bottom:20px}.stock-table{width:100%;border-collapse:collapse;background-color:#0003;border-radius:8px;overflow:hidden}.stock-table th,.stock-table td{padding:15px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.stock-table thead{background-color:#0000004d}.stock-table th{font-size:1rem;font-weight:700}.stock-table tbody tr:last-child td{border-bottom:none}.stock-table tbody tr:hover{background-color:#ffffff0d}.stock-table a{color:#64b5f6;text-decoration:none;font-weight:700;transition:color .3s ease}.stock-table a:hover{color:#90caf9;text-decoration:underline}.stock-code-table{color:#9e9e9e;font-size:.9em;margin-left:5px}.spinner-container{display:flex;justify-content:center;align-items:center;height:300px}.spinner{border:4px solid rgba(255,255,255,.2);border-radius:50%;border-top:4px solid #64b5f6;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lotto-container{color:#fff;text-align:center;padding:50px 20px;min-height:calc(100vh - var(--navbar-height));display:flex;flex-direction:column;align-items:center}.lotto-header{max-width:800px;margin-bottom:50px}.lotto-header h1{font-size:3.5rem;font-weight:900;margin-bottom:20px;text-shadow:0 4px 15px rgba(0,0,0,.2)}.lotto-header p{font-size:1.2rem;line-height:1.6;opacity:.9}.probability-section{background:#0003;border-radius:15px;padding:25px;margin:40px 0;border:1px solid rgba(255,255,255,.1)}.probability-section h2{font-size:1.8rem;margin-bottom:15px;color:#ffc107}.probability-text{font-size:1rem;line-height:1.7;text-align:left;opacity:.85}.probability-text strong{color:#f0f0f0;font-weight:700}.generate-button{background-color:#ff5252;color:#fff;border:none;padding:15px 40px;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;margin-top:30px;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #ff525266}.generate-button:hover{background-color:#ff7979;transform:translateY(-5px);box-shadow:0 8px 30px #ff525299}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.results-container{width:100%;max-width:900px;animation:fadeIn .8s ease-out}.results-title{font-size:2.5rem;margin-bottom:40px;font-weight:700}.lotto-card{background:#ffffff1a;border-radius:20px;padding:25px 30px;margin-bottom:25px;box-shadow:0 8px 32px #1f268733;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center}.card-title{font-size:1.5rem;margin-bottom:20px;font-weight:700;color:#f0f0f0}.numbers-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px}.number-circle{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;color:#fff;box-shadow:inset 0 -3px 6px #0003,0 3px 6px #0003;text-shadow:0 2px 3px rgba(0,0,0,.3);transition:transform .2s ease}.number-circle:hover{transform:scale(1.1)}:root{--navbar-height: 70px}.App{text-align:center;background:linear-gradient(-45deg,#0f0c29,#302b63,#24243e,#1a2a6c,#2b4b80,#c14d4d);background-size:400% 400%;animation:gradient 25s ease infinite;min-height:100vh}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.navbar{height:var(--navbar-height);display:flex;justify-content:space-between;align-items:center;padding:0 40px;background-color:#0f0c2980;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none}.navbar-menu{display:flex;gap:10px}.navbar-item{color:#a8a7b3;text-decoration:none;font-size:1.1rem;font-weight:500;padding:8px 16px;border-radius:8px;transition:color .3s ease,background-color .3s ease}.navbar-item:hover{color:#fff;background-color:#ffffff1a}.navbar-item.active{color:#fff;font-weight:700;background-color:#4a4ca9b3}.main-content{padding-top:var(--navbar-height)}body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
