.navbar{background-color:#fff;border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;height:60px;padding:0 30px;display:flex}.left-logo{align-items:center;height:100%;display:flex}.nav-icon{width:150px;height:auto;display:block}.right{align-items:center;gap:25px;display:flex}.nav-list{align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:#000;padding:8px 0;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-list a:hover{color:#1a73e8}.nav-list a:after{content:"";background-color:#1a73e8;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-list a:hover:after{width:100%}.navbar button{color:#fff;cursor:pointer;background-color:#1a73e8;border:none;border-radius:5px;height:40px;padding:8px 16px;font-weight:500;transition:background-color .2s}.navbar button:hover{background-color:#1558b0}*{box-sizing:border-box}.choose-contest-outer{background-color:#f8f8f8;flex-direction:column;align-items:center;gap:28px;padding:48px 20px;display:flex}.choose-contest{background:#fff;border:1px solid #b0adad;border-radius:14px;margin-top:0%;padding:30px}.choose-contest .center-container{flex-direction:column;align-items:center;display:flex}.choose-contest .suggested-level{margin:15px 0;font-weight:700}.choose-contest .note{color:red;margin-bottom:15px;font-size:13px}.choose-contest .note a{color:#4a5ad0;text-decoration:none}.choose-contest .theme-box{text-align:center;background-color:#e0e0e0;border:2px solid #000;border-radius:10px;width:40%;margin-top:20px;margin-bottom:20px;padding:10px 20px;font-weight:700}.choose-contest .problems-container{text-align:center;justify-content:space-around;width:100%;margin-top:5%;display:flex}.choose-contest .problem-cell{border:1px solid #000;border-radius:5px;width:20%}.choose-contest .duration,.choose-contest .create-btn{margin-top:5%}.created-contest-outer{background-color:#f8f8f8;justify-content:center;align-items:flex-start;min-height:100vh;padding:48px 20px;display:flex}.created-contest{background:#fff;border:1px solid #e7e7e7;border-radius:14px;flex-direction:column;gap:24px;width:100%;max-width:850px;padding:28px 32px;display:flex;box-shadow:0 4px 14px #0000000a}.created-contest .row{align-items:center;gap:18px;width:100%;display:flex}.created-contest label,.created-contest .col-left{color:#222;min-width:150px;font-size:16px;font-weight:600}.created-contest input{border:1px solid #d8d8d8;border-radius:8px;outline:none;width:140px;padding:10px 12px;font-size:15px}.created-contest .theme{color:#222;text-align:center;background:#f8f8f8;border:1px solid #e7e7e7;border-radius:10px;align-self:center;width:fit-content;min-width:180px;padding:12px 22px;font-weight:600}.middle-table{flex-direction:column;gap:16px;width:100%;display:flex}.created-contest .col-right{flex:1;grid-template-columns:repeat(4,minmax(70px,1fr));gap:12px;display:grid}.created-contest .cell{color:#444;background:#f8f8f8;border:1px solid #e7e7e7;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:10px 12px;font-size:15px;font-weight:600;display:flex}.created-contest .cell a{font-weight:700;text-decoration:underline}.created-contest .cell a:hover{text-decoration:underline}.contest-duration{text-align:center;color:#444;font-size:16px}.contest-countdown{text-align:center;color:#666;font-size:14px}.start-btn{color:#fff;cursor:pointer;background:#1a73e8;border:none;border-radius:10px;align-self:center;padding:12px 28px;font-size:15px}.start-btn:hover{background:#1558b0}.start-btn:disabled{cursor:not-allowed;background:#ccc}@media (width<=600px){.created-contest-outer{padding:28px 14px}.created-contest{padding:22px 20px}.created-contest .row{flex-direction:column;align-items:flex-start}.created-contest label,.created-contest .col-left{min-width:auto}.created-contest .col-right{grid-template-columns:repeat(2,1fr);width:100%}.created-contest input{width:100%}}.running-contest-outer{background-color:#f8f8f8;flex-direction:column;align-items:center;padding:48px 20px;display:flex}.running-container .table-container{padding-top:60px}table{border-collapse:collapse;table-layout:fixed;width:100%}.running-container th{background-color:#f2a0a0;font-weight:700}.running-container th,td{text-align:center;border:2px solid #ddd;padding:10px}.navbar-profile{background-color:#f8f8f8;border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;height:60px;padding:0 30px;display:flex}.navbar-profile .nav-list{align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.navbar-profile .nav-list a{color:#000;padding:8px 0;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar-profile .nav-list a:hover{color:#1a73e8}.navbar-profile .nav-list a:after{content:"";background-color:#1a73e8;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-profile .nav-list a:hover:after{width:100%}.navbar-profile button{color:#fff;cursor:pointer;background-color:#1a73e8;border:none;border-radius:5px;padding:8px 16px;font-weight:500;transition:background-color .2s}.navbar-profile button:hover{background-color:#1558b0}.contest-history .table-row{width:100%;display:flex}.contest-history .table-row-cell{background-color:#ccc;border:1px solid #000;border-radius:3px;flex:1;justify-content:center;align-items:center;display:flex}.contest-history .cell-1000-to-1299{background-color:gray}.contest-history .cell-1300-to-1599{background-color:#59d359}.contest-history .cell-1600-to-1899{background-color:#09b8a3}.contest-history .cell-1900-to-2199{background-color:#6570ed}.contest-history .cell-2200-to-2499{background-color:#db72ee}.contest-history .cell-2500-to-2799{background-color:#e78f55}.contest-history .cell-2800-to-3099{background-color:#ea4242}.contest-history .cell-3100-to-3399{background-color:#ba1616}.contest-history .cell-3400-to-3699{background-color:#f5faf5}.contest-history .solved-during{background-color:#6de980}.contest-history .solved-after{background-color:#f6ae42}.contest-history .not-solved{background-color:#f8baba}.date-cell{font-size:small}.profile-info{display:flex}.profile-info .left{flex-direction:column;width:70%;padding-right:2%;display:flex}.profile-info .details{border:2px solid #000;border-radius:5px;padding-left:5%}.profile-info .add-profile{padding-top:20px;padding-bottom:20px}.profile-info .rating-chart{border:2px solid #000;width:100%;margin-top:5%;padding:0 5% 5%}.profile-info .right{flex-direction:column;width:30%;display:flex}.profile-info .UPI{background-color:#faf8f6;border:2px solid #000;flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:100%;padding:10px;display:flex}.profile-info .donation{border:2px solid #000;width:100%}.qr-images{width:130px}.profile-info .contributor{box-sizing:border-box;border:2px solid #000;width:100%;padding:10px 20px;font-size:small;font-weight:800}.contributor-heading{text-align:center}.contributor-name{text-align:left}.contributor-name ul{margin:0;padding-left:20px}.contributor-name li{margin-bottom:6px}.support{text-align:center;background-color:#ebc005;margin:0;font-size:large;font-weight:800}.support-detail{padding-left:10px;font-size:small;font-weight:800}.profile-container{background-color:#f8f8f8;padding-left:2%;padding-right:2%}.home{background-color:#f8f8f8;flex-direction:column;align-items:center;gap:28px;min-height:100vh;padding:48px 20px;display:flex}.home-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;width:100%;max-width:850px;padding:28px 32px;box-shadow:0 4px 14px #0000000a}.section-label{color:#d4a000;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:13px;font-weight:600}.home-card h1{color:#222;margin:0 0 18px;font-size:28px;font-weight:700}.home-card p{color:#444;margin:0 0 14px;font-size:16px;line-height:1.7}.feature{border-top:1px solid #eee;margin-top:18px;padding-top:18px}.feature h3{color:#222;margin:0 0 10px;font-size:20px}.home a{color:#444;text-decoration:underline}.home a:hover{text-decoration:underline}@media (width<=600px){.home{padding:28px 14px}.home-card{padding:22px 20px}.home-card h1{font-size:24px}.home-card p{font-size:15px}}.level-sheet{background-color:#f8f8f8;padding:0 10%}.level-sheet .table-row{width:100%;display:flex}.level-sheet .table-row-cell{background-color:#ccc;border:1px solid #000;border-radius:3px;flex:1;justify-content:center;align-items:center;display:flex}.level-sheet .cell-1000-to-1299{background-color:gray}.level-sheet .cell-1300-to-1599{background-color:#59d359}.level-sheet .cell-1600-to-1899{background-color:#09b8a3}.level-sheet .cell-1900-to-2199{background-color:#6570ed}.level-sheet .cell-2200-to-2499{background-color:#db72ee}.level-sheet .cell-2500-to-2799{background-color:#e78f55}.level-sheet .cell-2800-to-3099{background-color:#ea4242}.level-sheet .cell-3100-to-3399{background-color:#ba1616}.level-sheet .cell-3400-to-3699{background-color:#f5faf5}.guide{background-color:#f8f8f8;flex-direction:column;align-items:center;gap:28px;min-height:100vh;padding:48px 20px;display:flex}.guide-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;width:100%;max-width:850px;padding:28px 32px;box-shadow:0 4px 14px #0000000a}.guide-card h1{color:#222;margin:0 0 18px;font-size:28px;font-weight:700}.guide-card p{color:#444;margin:0 0 14px;font-size:16px;line-height:1.7}.guide-card a{color:#444;text-decoration:underline}.guide-card a:hover{text-decoration:underline}.theme-highlight-cp{color:#ebc005}.theme-highlight-leetcode{color:#767372}.guide-card strong{color:#222;font-weight:600}@media (width<=600px){.guide{padding:28px 14px}.guide-card{padding:22px 20px}.guide-card h1{font-size:24px}.guide-card p{font-size:15px}}.login-container{background-color:#f0f8ff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}body{font-family:Poppins,sans-serif}.body-container{margin-left:15%;margin-right:15%}
