body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hydro-loading-screen{align-items:center;background:linear-gradient(135deg,#1a2a6c,#b21f1f,#fdbb2d);color:#fff;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.hydro-loading-content{align-items:center;display:flex;flex-direction:column;max-width:500px;text-align:center;width:90%}.hydro-logo{margin-bottom:30px}.hydro-logo-text{background:linear-gradient(90deg,#fff,#ddd);-webkit-background-clip:text;background-clip:text;color:#0000;display:block;font-size:4rem;font-weight:700;line-height:1}.hydro-logo-subtext{font-size:1.2rem;letter-spacing:3px;margin-top:5px;opacity:.8}.hydro-loading-bar{background-color:#fff3;border-radius:3px;height:6px;margin:20px 0;overflow:hidden;width:100%}.hydro-loading-progress{animation:hydroLoading 2s ease-in-out infinite;background:linear-gradient(90deg,#fff,#61dafb);border-radius:3px;height:100%;width:30%}.hydro-loading-text{font-size:1rem;margin-top:20px;opacity:.9}@keyframes hydroLoading{0%{margin-left:0;width:10%}50%{width:70%}to{margin-left:90%;width:10%}}.hydro-loading-screen.fade-out{animation:hydroFadeOut .5s forwards}@keyframes hydroFadeOut{to{opacity:0;visibility:hidden}}.auth-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-card h2{color:#1a2a6c;text-align:center}.auth-card h2,.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#1a2a6c;box-shadow:0 0 0 2px #1a2a6c33;outline:none}.auth-button{background:linear-gradient(135deg,#1a2a6c,#b21f1f);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem;position:relative;transition:all .3s;width:100%}.auth-button:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;margin-right:8px;width:16px}.success-message{background-color:#e8f8f0;color:#2ecc71}.error-message,.success-message{align-items:center;border-radius:5px;display:flex;margin-bottom:1rem;padding:.8rem}.error-message{background-color:#fdecea;color:#d32f2f}.error-icon,.success-icon{font-weight:700;margin-right:8px}.auth-switch{color:#666;margin-top:1.5rem;text-align:center}.auth-switch span{color:#1a2a6c;cursor:pointer;font-weight:500;text-decoration:underline}.auth-switch span:hover:not(.disabled-link){opacity:.8}.disabled-link{cursor:not-allowed;opacity:.5}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-button,.form-group input{padding:.7rem}}.hydro-container{background-color:#f5f5f5;color:#333;display:flex;flex-direction:column;min-height:100vh}.hydro-header{align-items:center;background:linear-gradient(135deg,#1a2a6c,#b21f1f,#fdbb2d);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.hydro-title{font-size:1.8rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0003}.hydro-nav{align-items:center;display:flex;gap:1.5rem}.hydro-nav a{color:#fff;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:opacity .2s}.hydro-nav a:hover{opacity:.9}.hydro-nav a:after{background-color:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.hydro-nav a:hover:after{width:100%}.language-switcher{display:flex;gap:.5rem;margin-left:1.5rem}.language-switcher button{background:#ffffff26;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.3rem .6rem;transition:background .2s}.language-switcher button:hover{background:#ffffff40}.hydro-welcome{background-color:#fff;border-radius:8px;box-shadow:0 2px 15px #0000000d;margin-bottom:3rem;padding:2rem;text-align:center}.hydro-footer{background:linear-gradient(135deg,#1a2a6c,#b21f1f);color:#fff;margin-top:auto;padding:1.2rem;text-align:center}@media (max-width:768px){.hydro-header{flex-direction:column;padding:1rem}.hydro-nav{flex-wrap:wrap;justify-content:center;margin-top:1rem}.hydro-main{padding:1rem}}.user-avatar-container{display:inline-block;position:relative}.avatar-button{align-items:center;background:linear-gradient(135deg,#1a2a6c,#b21f1f);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:700;height:36px;justify-content:center;margin-left:10px;transition:all .3s;width:36px}.avatar-button:hover{transform:scale(1.1)}.user-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;position:absolute;right:0;top:45px;width:180px;z-index:100}.user-info{border-bottom:1px solid #eee;padding:12px}.username{display:block;font-weight:700}.email{color:#666;display:block;font-size:.8rem;margin-top:4px}.dropdown-item{background:none;border:none;cursor:pointer;padding:10px 12px;text-align:left;transition:background .2s;width:100%}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.logout{border-top:1px solid #eee;color:#d32f2f}.language-switcher{margin-left:15px}.language-select{background:#ffffff26;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;padding:5px 8px}@media (max-width:768px){.user-dropdown{right:-20px}.avatar-button{height:32px;width:32px}}.problems-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.problems-filter{display:flex;gap:10px}.difficulty-filter,.tag-filter{border:1px solid #ddd;border-radius:4px;padding:8px 12px}.problems-table{margin-top:20px}.problems-table td,.problems-table th{border-bottom:1px solid #eee}.problems-table th{background-color:#f5f5f5}.difficulty{font-size:.85rem;font-weight:500}.difficulty.easy{background-color:#e8f5e9;color:#2e7d32}.difficulty.medium{background-color:#fff8e1;color:#f57f17}.difficulty.hard{background-color:#ffebee;color:#c62828}.solve-link{color:#1a2a6c;font-weight:500}.problems-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px 0}.problem-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:transform .2s,box-shadow .2s}.problem-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.problem-id{color:#666;font-size:.9em}.problem-title{margin:10px 0}.problem-title a{color:#333;text-decoration:none}.problem-title a:hover{color:#1890ff}.problem-stats{font-size:.9em;margin:15px 0}.stat-item{display:flex;justify-content:space-between;margin:5px 0}.stat-label{color:#666}.stat-value{font-weight:700}.solve-button{background-color:#1890ff;border-radius:4px;color:#fff;display:inline-block;padding:10px;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}.solve-button:hover{background-color:#40a9ff}.problems-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px 0;padding:20px}.problems-table{border-collapse:collapse;width:100%}.problems-table td,.problems-table th{border-bottom:1px solid #f0f0f0;padding:12px 15px;text-align:left}.problems-table th{background-color:#fafafa;font-weight:500}.problems-table tr:hover{background-color:#f5f5f5}.difficulty{border-radius:4px;font-size:.8em;font-weight:700;padding:4px 8px}.difficulty.easy{background-color:#f6ffed;color:#52c41a}.difficulty.medium{background-color:#fff7e6;color:#faad14}.difficulty.hard{background-color:#fff1f0;color:#ff4d4f}.solve-link{color:#1890ff;text-decoration:none}.solve-link:hover{text-decoration:underline}.contest-cards-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:20px}.contest-card{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.contest-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.contest-card-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:15px 20px}.contest-title{font-size:1.2rem;margin:0}.contest-title a{color:#1a2a6c;text-decoration:none}.contest-title a:hover{text-decoration:underline}.contest-status{border-radius:20px;font-size:.8rem;font-weight:500;padding:4px 10px}.contest-status.upcoming{background-color:#ffeb3b;color:#ff6f00}.contest-status.ongoing{background-color:#4caf50;color:#fff}.contest-status.ended{background-color:#f5f5f5;color:#666}.contest-card-body{flex-grow:1;padding:20px}.contest-description{color:#555;line-height:1.5;margin-bottom:15px}.contest-meta{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.meta-item{display:flex;flex-direction:column}.meta-label{color:#888;font-size:.8rem}.meta-value{color:#333;font-weight:500}.contest-card-footer{border-top:1px solid #eee;padding:15px 20px;text-align:right}.contest-action-button{background:linear-gradient(135deg,#1a2a6c,#b21f1f);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;text-decoration:none;transition:opacity .3s}.contest-action-button:hover{opacity:.9}.create-contest-button{background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;text-decoration:none;transition:opacity .3s}.create-contest-button:hover{opacity:.9}@media (max-width:768px){.contest-cards-container,.contest-meta{grid-template-columns:1fr}}.loading-container{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:40px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #1a2a6c1a;border-radius:50%;border-top-color:#1a2a6c;height:40px;margin-bottom:15px;width:40px}.error-container{background:#fdecea;border-radius:5px;color:#d32f2f;padding:20px;text-align:center}.error-icon{margin-right:8px}@keyframes spin{to{transform:rotate(1turn)}}.submissions-container{margin:0 auto;max-width:1200px;padding:20px}.auth-required{padding:40px;text-align:center}.auth-required h2{color:#1a2a6c;margin-bottom:20px}.login-link{background:#1a2a6c;border-radius:4px;color:#fff;padding:10px 20px;text-decoration:none;transition:background .3s}.login-link:hover{background:#b21f1f}.submissions-table-container{margin-top:20px;overflow-x:auto}.submissions-table{border-collapse:collapse;width:100%}.submissions-table td,.submissions-table th{border-bottom:1px solid #ddd;padding:12px 15px;text-align:left}.submissions-table th{background-color:#f5f5f5;font-weight:600}.submissions-table tr:hover{background-color:#f9f9f9}.status{border-radius:4px;font-size:.85rem;font-weight:500;padding:4px 8px}.status.accepted{background-color:#e8f8f0;color:#2ecc71}.status.wrong-answer{background-color:#fdecea;color:#e74c3c}.status.compile-error,.status.runtime-error{background-color:#fff8e1;color:#f39c12}.detail-link{color:#1a2a6c;font-weight:500;text-decoration:none}.detail-link:hover{text-decoration:underline}.hydro-problems{background-color:#fff;border-radius:8px;box-shadow:0 2px 15px #0000000d;padding:1.5rem}.hydro-main{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}
/*# sourceMappingURL=main.c0be8322.css.map*/