.user-profile{border-radius:.75rem;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s;width:100%;box-sizing:border-box;background-color:#1e1e1e}.user-profile:hover{box-shadow:0 0 25px #ffffff26}.user-profile__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.user-profile__avatar-container{position:relative;flex-shrink:0}.user-profile__avatar{width:3.5rem;height:3.5rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-profile__avatar-initials{font-size:1.25rem;font-weight:700;color:#000}.user-profile__online-indicator{position:absolute;bottom:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;border:2px solid #000000;animation:pulse 2s infinite}.user-profile__info{min-width:0;flex:1}.user-profile__name{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.user-profile__badges{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-profile__elite-badge{background:#cbcbcb;color:#2e2e2e;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0}.user-profile__rank-text{color:#aaa;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.user-profile__stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.user-profile__stat-card{background:#262626;border-radius:.5rem;padding:.75rem;text-align:center;transition:all .2s}.user-profile__stat-card:hover{box-shadow:0 0 15px #fff3;transform:translateY(-.5px);border-color:#fff3}.user-profile__stat-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;color:#8a8a8a}.user-profile__stat-icon svg{width:1.125rem;height:1.125rem}.user-profile__stat-value{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.user-profile__stat-label{font-size:.75rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.user-profile__edit-btn{width:100%;background:#262626;color:#d0d0d0;font-weight:600;padding:.75rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.875rem}.user-profile__edit-btn:hover{box-shadow:0 0 20px #ffffff4d;transform:scale(-.5px)}@media (max-width: 1200px){.user-profile__stats-grid{grid-template-columns:1fr;gap:.5rem}.user-profile__stat-card{display:flex;align-items:center;gap:.75rem;text-align:left;padding:.5rem .75rem}.user-profile__stat-icon{margin-bottom:0;flex-shrink:0}.user-profile__stat-value{margin-bottom:0;font-size:1.125rem}.user-profile__stat-label{font-size:.7rem}}@media (max-width: 768px){.user-profile{padding:.75rem}.user-profile__header{gap:.75rem;margin-bottom:1rem}.user-profile__avatar{width:3rem;height:3rem}.user-profile__avatar-initials{font-size:1.125rem}.user-profile__online-indicator{width:1rem;height:1rem}.user-profile__name{font-size:1rem}.user-profile__elite-badge{font-size:.7rem;padding:.2rem .4rem}.user-profile__rank-text{font-size:.8rem}.user-profile__stats-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.user-profile__stat-card{display:block;text-align:center;padding:.5rem}.user-profile__stat-icon{margin-bottom:.25rem}.user-profile__stat-icon svg{width:1rem;height:1rem}.user-profile__stat-value{font-size:1rem;margin-bottom:.125rem}.user-profile__stat-label{font-size:.65rem}.user-profile__edit-btn{padding:.625rem .75rem;font-size:.8rem}}@media (max-width: 480px){.user-profile{padding:.5rem}.user-profile__header{gap:.5rem;margin-bottom:.75rem}.user-profile__avatar{width:2.5rem;height:2.5rem}.user-profile__avatar-initials{font-size:1rem}.user-profile__name{font-size:.9rem}.user-profile__elite-badge{font-size:.65rem;padding:.15rem .3rem}.user-profile__rank-text{font-size:.75rem}.user-profile__stats-grid{gap:.375rem;margin-bottom:.75rem}.user-profile__stat-card{padding:.375rem}.user-profile__stat-value{font-size:.9rem}.user-profile__stat-label{font-size:.6rem}.user-profile__edit-btn{padding:.5rem;font-size:.75rem}}.user-profile__edit-form{margin-top:2rem;background-color:#1e1e1e;padding:1.5rem;border-radius:.75rem;box-shadow:0 0 20px #ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px;transition:all .3s ease-in-out}.user-profile__edit-form label{display:flex;flex-direction:column;font-size:.95rem;color:#ccc}.user-profile__edit-form input[type=text],.user-profile__edit-form input[type=email],.user-profile__edit-form input[type=file]{margin-top:.3rem;padding:.5rem .75rem;border-radius:.5rem;background-color:#2a2a2a;border:1px solid #444;color:#fff;outline:none;transition:border .2s ease}.user-profile__edit-form input:focus{border-color:#888}.user-profile__edit-form button{margin-top:1rem;align-self:flex-end;padding:.6rem 1.2rem;border:none;border-radius:.5rem;background-color:#333;color:#eee;font-weight:600;cursor:pointer;transition:box-shadow .2s,transform .2s}.user-profile__edit-form button:hover{box-shadow:0 0 15px #ffffff26;transform:scale(1.03)}.user-profile__edit-btn{margin-top:2rem;padding:.6rem 1.2rem;font-weight:600;background-color:#2c2c2c;color:#eee;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s,transform .2s}.user-profile__edit-btn:hover{background-color:#444;transform:scale(1.03)}.battle-queue{background-color:#1e1e1e;border-radius:.75rem;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s;width:100%;box-sizing:border-box}.battle-queue:hover{box-shadow:0 0 25px #ffffff26}.battle-queue__content{text-align:center}.battle-queue__title{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#d0d0d0;margin-bottom:1.5rem;flex-wrap:wrap}.battle-queue__title-icon{width:1.25rem;height:1.25rem;color:#d0d0d0;flex-shrink:0}.battle-queue__title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.battle-queue__subtitle{color:#aaa;margin-bottom:1.5rem;font-size:.875rem;line-height:1.4;padding:0 .5rem}.battle-queue__btn{width:100%;background:#262626;color:#d0d0d0;font-weight:700;padding:.875rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;font-size:.875rem}.battle-queue__btn:hover{box-shadow:0 0 10px #ffffff1a;transform:scale(-.5px)}.battle-queue__btn-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.battle-queue__btn-icon{width:1rem;height:1rem;flex-shrink:0}.battle-queue__searching-animation{margin-bottom:1.5rem}.battle-queue__search-icon{width:3rem;height:3rem;background:#d0d0d0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;animation:pulse 2s infinite}.battle-queue__spinning-clock{width:1.5rem;height:1.5rem;color:#000;animation:spin 2s linear infinite}.battle-queue__search-text{font-weight:600;color:#d0d0d0;margin-bottom:.5rem;font-size:.875rem}.battle-queue__queue-time{color:#aaa;font-size:.75rem}.battle-queue__cancel-btn{background:#111;color:#d0d0d0;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.75rem}.battle-queue__cancel-btn:hover{box-shadow:0 0 15px #fff3;border-color:#fff6}.battle-queue__match-container{border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:1rem;box-shadow:0 0 20px #fff3;background:#111}.battle-queue__match-title{font-weight:700;color:#d0d0d0;margin-bottom:1rem;font-size:1rem}.battle-queue__vs-container{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.battle-queue__player{text-align:center;min-width:0;flex:0 0 auto}.battle-queue__player-avatar{width:2.5rem;height:2.5rem;background:#d0d0d0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;flex-shrink:0}.battle-queue__player-initials{font-weight:700;color:#000;font-size:.875rem}.battle-queue__player-icon{width:1.25rem;height:1.25rem;color:#000}.battle-queue__player-name{font-size:.75rem;color:#d0d0d0;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:5rem}.battle-queue__player-rating{font-size:.625rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.battle-queue__vs-text{font-size:1.25rem;font-weight:700;color:#d0d0d0;flex-shrink:0}.battle-queue__countdown-number{font-size:2.5rem;font-weight:700;color:#d0d0d0;margin-bottom:.5rem;animation:pulse 1s infinite}.battle-queue__countdown-text{color:#aaa;font-size:.75rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.battle-queue{padding:.75rem}.battle-queue__title{font-size:1.125rem;margin-bottom:1rem}.battle-queue__title-icon{width:1.125rem;height:1.125rem}.battle-queue__vs-container{flex-direction:column;gap:.5rem}.battle-queue__vs-text{order:1;margin:.5rem 0}.battle-queue__countdown-number{font-size:2rem}.battle-queue__btn{padding:.75rem 1rem;font-size:.8rem}}@media (max-width: 480px){.battle-queue{padding:.5rem}.battle-queue__title{font-size:1rem}.battle-queue__subtitle{font-size:.8rem;padding:0 .25rem}.battle-queue__match-container{padding:.75rem}.battle-queue__player-name{font-size:.7rem;max-width:4rem}.battle-queue__player-rating{font-size:.6rem}}.recent-battles{background-color:#1e1e1e;border-radius:.75rem;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s;width:100%;box-sizing:border-box}.recent-battles:hover{box-shadow:0 0 25px #ffffff26;transform:scale(-.5px)}.recent-battles__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.recent-battles__header h2{font-size:1.125rem;font-weight:700;color:#dfdfdf;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.recent-battles__history-icon{width:1.25rem;height:1.25rem;color:#b0b0b0;flex-shrink:0}.recent-battles__list{display:flex;flex-direction:column;gap:.75rem}.recent-battles__item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#232323;border-radius:.5rem;transition:all .2s;cursor:pointer;min-width:0;gap:.75rem}.recent-battles__item:hover{box-shadow:0 0 15px #ffffff1a;background:#2a2a2a}.recent-battles__info{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.recent-battles__result{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.recent-battles__result-icon{width:1rem;height:1rem;color:#000}.recent-battles__details{display:flex;flex-direction:column;min-width:0;flex:1}.recent-battles__opponent{font-size:.875rem;font-weight:600;color:#dfdfdf;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.recent-battles__problem{font-size:.75rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.recent-battles__meta{text-align:right;flex-shrink:0;min-width:0}.recent-battles__outcome{font-size:.75rem;font-weight:600;color:#dfdfdf;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.recent-battles__outcome--loss{color:#aaa}.recent-battles__time{font-size:.65rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}@media (max-width: 768px){.recent-battles{padding:.75rem;margin-bottom:30px}.recent-battles__header h2{font-size:1rem}.recent-battles__history-icon{width:1.125rem;height:1.125rem}.recent-battles__item{padding:.625rem;flex-direction:column;align-items:stretch;gap:.5rem}.recent-battles__info{gap:.5rem}.recent-battles__result{width:1.75rem;height:1.75rem}.recent-battles__result-icon{width:.875rem;height:.875rem}.recent-battles__meta{text-align:left;display:flex;justify-content:space-between;align-items:center}.recent-battles__opponent{font-size:.8rem}.recent-battles__problem,.recent-battles__outcome{font-size:.7rem}.recent-battles__time{font-size:.6rem}}@media (max-width: 480px){.recent-battles{padding:.5rem}.recent-battles__header{margin-bottom:1rem}.recent-battles__header h2{font-size:.9rem}.recent-battles__history-icon{width:1rem;height:1rem}.recent-battles__item{padding:.5rem}.recent-battles__result{width:1.5rem;height:1.5rem}.recent-battles__result-icon{width:.75rem;height:.75rem}.recent-battles__opponent{font-size:.75rem}.recent-battles__problem,.recent-battles__outcome{font-size:.65rem}.recent-battles__time{font-size:.55rem}}.problem-recommendations{background-color:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s;width:100%;box-sizing:border-box;height:fit-content;border:none}.problem-recommendations:hover{box-shadow:0 0 25px #ffffff26;border-color:#ffffff4d}.problem-recommendations__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.problem-recommendations__title-section{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.problem-recommendations__title-section h2{font-size:1.125rem;font-weight:700;color:#d0d0d0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.problem-recommendations__target-icon{width:1.25rem;height:1.25rem;color:#d0d0d0;flex-shrink:0}.problem-recommendations__personalized-tag{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#aaa;background:#111;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(255,255,255,.2);border:none;white-space:nowrap;flex-shrink:0}.problem-recommendations__zap-icon{width:.875rem;height:.875rem;color:#d0d0d0;flex-shrink:0}.problem-recommendations__tag-text{white-space:nowrap}.problem-recommendations__list{display:flex;flex-direction:column;gap:1.5rem;max-height:700px;overflow-y:auto;padding-right:.5rem}.problem-recommendations__list::-webkit-scrollbar{width:4px}.problem-recommendations__list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.problem-recommendations__list::-webkit-scrollbar-thumb{background:#fff;border-radius:2px}.problem-recommendations__item{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;padding:1.5rem;background:#232323;border-radius:.75rem;transition:all .3s;cursor:pointer;min-height:220px;width:100%;box-sizing:border-box}.problem-recommendations__item:hover{box-shadow:0 0 20px #ffffff1a;transform:translateY(-2px);background:#1a1a1a}.problem-recommendations__content{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.problem-recommendations__header-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.problem-recommendations__title{font-size:1rem;font-weight:700;color:#d0d0d0;margin:0;line-height:1.4;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.problem-recommendations__category-badge{background:#111;color:#aaa;padding:.25rem .5rem;border-radius:.375rem;font-size:.65rem;font-weight:500;white-space:nowrap;border:1px solid rgba(255,255,255,.1);border:none;flex-shrink:0}.problem-recommendations__description{font-size:.875rem;color:#aaa;margin-bottom:1rem;line-height:1.5;flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.problem-recommendations__meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.problem-recommendations__meta-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;min-width:0}.problem-recommendations__difficulty-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600;color:#000;white-space:nowrap;flex-shrink:0}.problem-recommendations__difficulty-badge--easy{background:linear-gradient(135deg,#10b981,#059669)}.problem-recommendations__difficulty-badge--medium{background:linear-gradient(135deg,#f59e0b,#d97706)}.problem-recommendations__difficulty-badge--hard{background:linear-gradient(135deg,#ef4444,#dc2626)}.problem-recommendations__rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#aaa;white-space:nowrap;flex-shrink:0}.problem-recommendations__star-icon{width:.875rem;height:.875rem;color:#fbbf24;flex-shrink:0}.problem-recommendations__time{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#aaa;white-space:nowrap;flex-shrink:0}.problem-recommendations__clock-icon{width:.875rem;height:.875rem;flex-shrink:0}.problem-recommendations__stats{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#aaa;white-space:nowrap;flex-shrink:0}.problem-recommendations__users-icon{width:.875rem;height:.875rem;flex-shrink:0}.problem-recommendations__solve-btn{background:#fff;color:#000;padding:.75rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;white-space:nowrap;align-self:flex-start;flex-shrink:0;min-height:44px}.problem-recommendations__solve-btn:hover{box-shadow:0 0 20px #ffffff4d;transform:scale(1.05);background:#e0e0e0}.problem-recommendations__solve-icon,.problem-recommendations__arrow-icon{width:.875rem;height:.875rem;flex-shrink:0}@media (max-width: 1400px){.problem-recommendations__item{min-height:200px}.problem-recommendations__title{font-size:.95rem;-webkit-line-clamp:2}.problem-recommendations__description{font-size:.85rem;-webkit-line-clamp:2}}@media (max-width: 1200px){.problem-recommendations__item{flex-direction:column;align-items:stretch;gap:1rem;min-height:180px}.problem-recommendations__solve-btn{align-self:stretch;justify-content:center;margin-top:auto}.problem-recommendations__title{font-size:1rem;-webkit-line-clamp:1}.problem-recommendations__description{font-size:.875rem;-webkit-line-clamp:2}}@media (max-width: 768px){.problem-recommendations{padding:1rem}.problem-recommendations__header{flex-direction:column;gap:.75rem;align-items:stretch}.problem-recommendations__title-section h2{font-size:1.1rem;white-space:normal}.problem-recommendations__meta-row{flex-direction:column;gap:.75rem;align-items:flex-start}.problem-recommendations__meta-left{gap:.5rem;width:100%}.problem-recommendations__list{max-height:600px}.problem-recommendations__item{padding:1.25rem;min-height:160px}.problem-recommendations__header-row{flex-direction:column;gap:.5rem;align-items:stretch}.problem-recommendations__category-badge{align-self:flex-start;font-size:.7rem}.problem-recommendations__title{font-size:1rem;line-height:1.3;-webkit-line-clamp:1}.problem-recommendations__description{font-size:.85rem;line-height:1.4;-webkit-line-clamp:1}.problem-recommendations__difficulty-badge{display:none}}@media (max-width: 480px){.problem-recommendations{padding:.75rem}.problem-recommendations__title-section h2{font-size:1rem}.problem-recommendations__target-icon{width:1rem;height:1rem}.problem-recommendations__personalized-tag{font-size:.65rem;padding:.2rem .5rem}.problem-recommendations__item{padding:1rem;min-height:120px}.problem-recommendations__title{font-size:.95rem;line-height:1.3;-webkit-line-clamp:1}.problem-recommendations__description{display:none}.problem-recommendations__meta-left{gap:.4rem}.problem-recommendations__rating,.problem-recommendations__time,.problem-recommendations__stats{font-size:.65rem}.problem-recommendations__category-badge{font-size:.6rem;padding:.15rem .4rem}}@media (max-width: 320px){.problem-recommendations__title{font-size:.85rem;line-height:1.2;-webkit-line-clamp:1}.problem-recommendations__item{min-height:100px;padding:.75rem}.problem-recommendations__category-badge{font-size:.55rem;padding:.1rem .3rem}.problem-recommendations__rating,.problem-recommendations__time,.problem-recommendations__stats{font-size:.6rem}.problem-recommendations__solve-btn{padding:.5rem .75rem;font-size:.8rem;min-height:36px}}html,body{margin:25px 0 0;background-color:#181818;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard{min-height:100vh;background-color:#161616;color:#fff}.dashboard__container{max-width:100%;margin:0;padding:1rem 0;width:100%;box-sizing:border-box}.dashboard__grid{display:grid;grid-template-columns:320px 1fr 420px;gap:1.5rem;align-items:start;padding:0 1.5rem;width:100%;box-sizing:border-box;max-width:1800px;margin:0 auto}.dashboard__left-column,.dashboard__center-column,.dashboard__right-column{display:flex;flex-direction:column;gap:1.5rem;min-width:0}@media (max-width: 1600px){.dashboard__grid{grid-template-columns:300px 1fr 400px;gap:1.25rem;padding:0 1.25rem}}@media (max-width: 1400px){.dashboard__grid{grid-template-columns:280px 1fr 380px;gap:1rem;padding:0 1rem}}@media (max-width: 1200px){.dashboard__grid{grid-template-columns:260px 1fr 360px;gap:1rem;padding:0 .75rem}}@media (max-width: 1024px){.dashboard__grid{grid-template-columns:1fr 1fr;gap:1rem;padding:0 .75rem}.dashboard__left-column{grid-column:1;grid-row:1}.dashboard__center-column{grid-column:2;grid-row:1}.dashboard__right-column{grid-column:1 / -1;grid-row:2}}@media (max-width: 768px){.dashboard__container{padding:.75rem 0}.dashboard__grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.dashboard__left-column,.dashboard__center-column,.dashboard__right-column{grid-column:1;gap:1rem}.dashboard__left-column{grid-row:1}.dashboard__center-column{grid-row:2}.dashboard__right-column{grid-row:3}}@media (max-width: 480px){.dashboard__container{padding:1rem 0}.dashboard__grid{gap:1.5rem;padding:.5rem .25rem}.dashboard__left-column,.dashboard__center-column,.dashboard__right-column{gap:1.5rem}}@keyframes metallic-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.metallic-gradient{background:linear-gradient(90deg,#000,#bfbfbf,#fff,#bfbfbf,#000);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:metallic-shimmer 10s linear infinite}.hero-container{padding:80px 20px;color:#eee;font-family:Ubuntu,sans-serif;text-align:center}.badge{color:transparent;background:linear-gradient(90deg,#000,#bfbfbf,#fff,#bfbfbf,#000);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:metallic-shimmer 6s linear infinite;padding:6px 16px;border-radius:999px;font-weight:700;display:inline-block;margin-bottom:24px}.hero-title{font-size:4rem;font-weight:700;margin-bottom:16px;color:#eee}.hero-subtitle{font-size:18px;color:#ccc;margin-bottom:40px}.hero-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:60px}.btn-primary,.btn-secondary{background:linear-gradient(90deg,#bfbfbf,#fff);color:#000;-webkit-text-fill-color:unset;border-color:#fff;padding:12px 24px;border-radius:999px;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.btn-primary:hover,.btn-secondary:hover{background:linear-gradient(90deg,#fff,#e0e0e0);border-color:#f0f0f0}.hero-stats{display:flex;justify-content:center;gap:48px;margin-top:60px;flex-wrap:wrap}.stat-card{text-align:center;min-width:120px}.stat-value{font-size:28px;font-weight:700;color:#eee}.stat-label{color:#aaa;margin-top:4px}.tech-section{margin-top:100px}.tech-title{font-size:36px;font-weight:700;margin-bottom:10px;color:#eee}.tech-subtitle{color:#aaa;font-size:16px;margin-bottom:40px}.tech-icons{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.tech-card{background:linear-gradient(135deg,#222,#444);border:none;box-shadow:0 0 5px #ffffff1a;padding:20px;border-radius:16px;width:180px;transition:border-color .3s ease,box-shadow .3s ease;color:#eee;flex-shrink:0}.tech-card:hover{border-color:#bbb;box-shadow:0 0 20px #ffffff4d}.tech-icon{font-size:32px;margin-bottom:10px;border-radius:12px;padding:10px;background:#bfbfbf;background-size:200% 100%;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.tech-card h3{margin:10px 0 6px;color:#eee}.tech-card p{color:#bbb;font-size:14px}.why-section{margin-top:100px}.why-title{font-size:36px;font-weight:700;margin-bottom:10px;color:#eee}.why-subtitle{color:#aaa;font-size:16px;margin-bottom:40px}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1200px;margin:auto}.why-card{background:linear-gradient(135deg,#222,#444);border:none;box-shadow:0 0 10px #ffffff1a;padding:20px;border-radius:16px;text-align:left;color:#eee;transition:border-color .3s ease,box-shadow .3s ease}.why-card:hover{border-color:#bbb;box-shadow:0 0 20px #ffffff4d}.why-icon{font-size:32px;margin-bottom:10px;padding:10px;border-radius:12px;display:inline-block;background:#cfcfcf;background-size:200% 100%;animation:metallic-shimmer 6s linear infinite;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.why-card h3{font-size:18px;margin-bottom:6px;color:#eee}.why-card p{font-size:14px;color:#bbb}.daddy{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:60px}.float-div{display:flex;flex-direction:column;gap:1rem;width:40%;min-width:280px}.left-div{width:55%;min-width:280px}.float{background-color:#1e1e1e;color:#eee;padding:.75rem 1.2rem;border:none;border-radius:12px;font-family:monospace;box-shadow:inset 0 0 3px #444,0 10px 15px #0000004d;word-wrap:break-word;animation:floatAround 5s ease-in-out infinite}.float pre{overflow-x:auto;white-space:pre}.float:nth-child(1){animation-delay:0s;animation-duration:5s}.float:nth-child(2){animation-delay:1.5s;animation-duration:6s}.float:nth-child(3){animation-delay:3s;animation-duration:5.5s}@keyframes floatAround{0%{transform:translate(0)}25%{transform:translate(8px,-8px)}50%{transform:translate(-8px,8px)}75%{transform:translate(10px,-10px)}to{transform:translate(0)}}.section{min-height:100vh;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;scroll-snap-align:start;padding:20px;box-sizing:border-box;position:relative}html,body{height:100%;margin:0;overflow-y:auto}.section-1,.section-2,.section-3,.section-4{color:#fff}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:16px;margin-bottom:32px}.hero-buttons{gap:12px;margin-bottom:48px}.hero-stats{gap:32px}.tech-card{width:140px}.tech-title,.why-title{font-size:28px}.why-subtitle,.tech-subtitle{font-size:14px;margin-bottom:32px}.daddy{gap:1.5rem;flex-direction:column;align-items:center}.float-div,.left-div{width:100%;min-width:unset}.why-grid{gap:16px;max-width:100vw;padding:0 10px;box-sizing:border-box}.why-card{padding:16px;font-size:13px}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:14px;margin-bottom:28px}.hero-buttons{flex-direction:column;gap:12px;margin-bottom:40px}.btn-primary,.btn-secondary{width:100%;padding:12px 0}.hero-stats{flex-direction:column;gap:24px}.tech-card{width:100%;max-width:320px}.tech-icons{justify-content:center}.why-grid{grid-template-columns:1fr;gap:12px;max-width:100vw;padding:0 8px}.why-card{padding:12px;font-size:12px}}@media (max-width: 480px){.hero-container{padding:60px 10px}.hero-title{font-size:2rem}.hero-subtitle{font-size:13px;margin-bottom:24px}.badge{padding:4px 12px;font-size:14px;margin-bottom:16px}.tech-title,.why-title{font-size:24px}.why-subtitle,.tech-subtitle{font-size:13px;margin-bottom:24px}.why-card p,.tech-card p{font-size:13px}.stat-value{font-size:24px}.btn-primary,.btn-secondary{font-size:14px;padding:10px 0}.float-div,.left-div{min-width:unset;width:100%;padding:0 10px;box-sizing:border-box}.float{padding:.5rem .8rem;font-size:.9em}.why-grid{grid-template-columns:1fr;gap:8px;max-width:100vw;padding:0 4px}.why-card{padding:8px;font-size:11px}.why-card h3{font-size:13px}.why-icon{font-size:18px;padding:5px}}@media (max-width: 375px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:12px}.badge{font-size:12px;padding:3px 10px}.stat-value,.tech-title,.why-title{font-size:22px}.tech-card,.why-card{padding:15px}.tech-card h3,.why-card h3{font-size:16px}.tech-card p,.why-card p{font-size:12px}.float{font-size:.8em;padding:.4rem .6rem}}@media (max-width: 320px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:11px}.btn-primary,.btn-secondary{font-size:13px;padding:8px 0}.stat-value,.tech-title,.why-title{font-size:20px}.why-card h3,.tech-card h3{font-size:15px}.why-card p,.tech-card p{font-size:11px}.float{font-size:.75em;padding:.3rem .5rem}.hero-container{padding:40px 5px}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;color:#fff;border-bottom:1px solid rgba(192,192,192,.32);flex-wrap:nowrap;position:fixed;top:0;left:0;width:100%;transition:top .3s ease;z-index:1000;background-color:#181818;box-sizing:border-box}.navbar-logo{font-size:24px;font-weight:700;color:#fff;text-decoration:none;transition:color .3s}.navbar-links{display:flex;gap:20px;flex-wrap:nowrap;margin-right:10px}.navbar-link{color:#fff;text-decoration:none;padding:8px 12px;transition:background-color .3s;flex-shrink:0}.navbar-profile{position:relative}.navbar-user{background:none;border:none;font-weight:700;cursor:pointer;padding:.5rem;color:inherit}.profile-dropdown{position:absolute;top:100%;right:0;background-color:#181818;border:1px solid #ddd;border-radius:8px;padding:.5rem;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;z-index:10;color:#fff}.profile-dropdown button{background:none;border:none;padding:.5rem;text-align:left;cursor:pointer;width:100%}.profile-dropdown button:hover{background-color:#181818}@media (max-width: 600px){.profile-dropdown{right:10px;left:auto;top:110%;width:160px;min-width:unset;padding:.5rem;border-radius:8px}.profile-dropdown button{font-size:14px;padding:.5rem .75rem}}html{margin:0;padding:0;box-sizing:border-box;background:#121212;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}.daddy{margin:0;padding:16px;background:inherit;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif}.auth-container{width:100%;max-width:400px;background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:32px 24px;box-shadow:0 10px 35px #000000b3;color:#ddd;font-family:Ubuntu,sans-serif}.auth-title{font-size:clamp(1.8rem,4vw,2.2rem);font-weight:500;margin-bottom:20px;text-align:center;color:#eee;letter-spacing:1.2px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input{padding:12px 14px;border-radius:6px;border:1px solid #444;background:#222;color:#eee;font-size:1rem;transition:border-color .3s ease,background-color .3s ease;width:100%}.auth-input::placeholder{color:#777}.auth-input:focus{border-color:#aaa;background:#2a2a2a;outline:none}.auth-btn-primary{background-color:#2a2a2a;color:#eee;border:none;border-radius:999px;padding:14px;font-weight:400;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease,color .3s ease}.auth-btn-primary:hover{background-color:#777;color:#fff}.auth-or{text-align:center;color:#aaa;margin:18px 0 12px;font-size:.95rem;letter-spacing:1.1px}.auth-btn-oauth{width:100%;border:none;border-radius:999px;padding:12px;font-weight:400;font-size:1rem;margin-bottom:10px;cursor:pointer;transition:background-color .3s ease,color .3s ease;color:#eee}.auth-btn-google{background-color:#2a2a2a}.auth-btn-google:hover{background-color:#656565}.auth-btn-github{background-color:#2a2a2a}.auth-btn-github:hover{background-color:#444}.auth-link{color:#aaa;text-decoration:underline;text-align:center;display:block;margin-top:12px;transition:color .25s}.auth-link:hover{color:#eee}.auth-error,.auth-success{font-size:.95rem;text-align:center;margin-top:-6px}.auth-error{color:#ff4d4f}.auth-success{color:#4caf50}@media (max-width: 768px){.auth-container{padding:24px 20px;margin:24px;max-width:90%}.auth-form{gap:14px}.auth-btn-primary,.auth-input,.auth-btn-oauth{font-size:1rem;padding:12px}}@media (max-width: 480px){.auth-container{padding:20px 16px;margin:16px}.auth-title{font-size:1.5rem}.auth-btn-primary,.auth-input,.auth-btn-oauth{padding:10px;font-size:.95rem}}html,body{height:100%;margin:0;padding:0;font-family:Arial,sans-serif;background-color:#181818}
