* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans', sans-serif; background: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.25) 0%, transparent 35%), radial-gradient(circle at 80% 70%, rgba(255, 140, 66, 0.2) 0%, transparent 45%), radial-gradient(circle at 50% 90%, rgba(139, 69, 19, 0.3) 0%, transparent 55%), radial-gradient(circle at 10% 80%, rgba(255, 69, 0, 0.15) 0%, transparent 40%), radial-gradient(circle at 90% 20%, rgba(255, 165, 0, 0.18) 0%, transparent 50%), #0f0804; background-attachment: fixed; color: #fff5e1; min-height: 100vh; overflow-x: hidden; position: relative; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; position: relative; z-index: 1; }
.header { background: linear-gradient(135deg, #2a1810 0%, #3d2417 25%, #592c15 50%, #8b4513 75%, #a0522d 100%); border-radius: 20px; padding: 40px; margin-bottom: 30px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 4px 20px rgba(255, 107, 53, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; border: 1px solid rgba(255, 118, 68, 0.5); user-select: none; }
.header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 140, 66, 0.1) 0%, transparent 50%), linear-gradient(45deg, rgba(255, 69, 0, 0.05) 0%, rgba(139, 69, 19, 0.1) 50%, rgba(160, 82, 45, 0.05) 100%); z-index: 1; }
.header-content { position: relative; z-index: 3; display: flex; align-items: center; gap: 40px; }
.avatar { width: 140px; height: 140px; cursor: pointer; position: relative; }
.avatar-inner { width: 100%; height: 100%; border-radius: 25%; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 107, 53, 0.3), 0 0 0 6px rgba(255, 107, 53, 0.1); animation: avatarLevitate 4s ease-in-out infinite; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile-info h1 { font-size: 3em; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 107, 53, 0.3); font-weight: 700; }
.profile-info .tagline { font-size: 1.3em; color: #fff; opacity: 0.9; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); font-weight: 400; border-radius: 25px; display: inline-flex; align-items: center; }
.main-content { display: grid; grid-template-columns: 1fr 300px; gap: 30px; }
.content-panel { background: rgba(26, 15, 10, 0.9); border-radius: 12px; padding: 25px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 107, 53, 0.2); }
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.section-title { font-size: 1.3em; color: #ff6b35; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid rgba(255, 107, 53, 0.3); }
.about-section { line-height: 1.6; margin-bottom: 25px; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 25px; }
.stat-item { background: rgba(139, 69, 19, 0.3); padding: 15px; border-radius: 8px; text-align: center; border: 1px solid rgba(255, 107, 53, 0.2); }
.stat-number { font-size: 2em; font-weight: bold; color: #ff4545; display: block; }
.stat-label { font-size: 0.9em; margin-top: 5px; }
.stuff-for-sale-section { margin-bottom: 25px; }
.sale-items { display: flex; flex-direction: column; gap: 15px; }
.sale-item { display: flex; align-items: center; background: rgba(139, 69, 19, 0.2); padding: 15px; border-radius: 8px; border-left: 4px solid #ff8c42; transition: all 0.3s ease; }
.sale-item-image { flex-shrink: 0; margin-right: 15px; }
.sale-item-image img { width: 120px; height: 56px; object-fit: cover; border-radius: 4px; }
.sale-item-info { flex: 1; display: flex; justify-content: space-between; align-items: center; }
.sale-item-title { color: #fff5e1; font-weight: bold; font-size: 1em; }
.sale-item-price { color: #ff8c42; font-weight: bold; display: flex; align-items: center; gap: 6px; font-size: 0.95em; white-space: nowrap; }
.sale-item-price i { color: #ffa17f; }
.trade-offer-section { margin-top: 20px; text-align: left; }
.trade-offer-button { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #1b2838 0%, #2a475e 50%, #1b2838 100%); color: #fff; text-decoration: none; padding: 12px 24px; border-radius: 8px; font-weight: bold; font-size: 1em; border: 2px solid #2a475e; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }
.trade-offer-button:hover { background: linear-gradient(135deg, #2a475e 0%, #3a5a7a 50%, #2a475e 100%); border-color: #3a5a7a; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5); }
.trade-offer-button i { color: #66c0f4; font-size: 1.1em; }
.link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.link-item { display: flex; align-items: center; padding: 10px 12px; background: rgba(101, 50, 23, 0.8); border-radius: 6px; text-decoration: none; color: #fff; transition: all 0.2s ease; border: 1px solid rgba(255, 107, 53, 0.3); font-size: 0.9em; }
.link-item:hover { background: rgba(255, 107, 53, 0.2); }
.link-icon { width: 16px; height: 16px; margin-right: 8px; color: #ffb09e; }
.projects-section { margin-top: 30px; }
.project-item { background: rgba(139, 69, 19, 0.2); padding: 20px; border-radius: 8px; margin-bottom: 15px; border-left: 4px solid #ff6b35; }
.project-title { color: #ff6b35; font-weight: bold; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; }
.project-title a { color: #ff6b35; text-decoration: none; transition: all 0.3s ease; }
.project-title a:hover { color: #ffa17f; }
.project-icon { width: 20px; height: 20px; border-radius: 3px; }
.project-description { font-size: 0.95em; line-height: 1.5; }
.project-stats { display: flex; align-items: center; gap: 15px; margin-top: 8px; font-size: 0.95em; opacity: 0.8; }
.stat-item-inline { display: flex; align-items: center; gap: 4px; }
.stat-icon { width: 12px; height: 12px; fill: currentColor; }
.pr-item { background: rgba(139, 69, 19, 0.2); padding: 18px; border-radius: 8px; margin-bottom: 12px; border-left: 4px solid #ff8c42; }
.pr-title { color: #ff8c42; font-weight: bold; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.pr-title a { color: #ff8c42; text-decoration: none; transition: all 0.3s ease; }
.pr-title a:hover { color: #ffb366; }
.pr-title .stat-icon { width: 16px; height: 16px; min-width: 16px; min-height: 16px; flex-shrink: 0; }
.repo-name { color: #fff; font-weight: bold; }
.pr-description { font-size: 0.95em; line-height: 1.5; }
.pr-stats { display: flex; align-items: center; gap: 10px; margin-top: 8px; font-size: 1em; }
.pr-state { padding: 2px 8px; border-radius: 12px; font-size: 0.8em; font-weight: bold; color: #fff !important; }
.pr-state.merged { background: #8b4513; }
.pr-state.open { background: #ff6b35; }
.pr-state.closed { background: #d2691e; }
.retry-button { background: rgba(255, 107, 53, 0.4); color: #fff5e1; border: 1px solid rgba(255, 107, 53, 0.6); padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 0.9em; margin-top: 10px; margin-right: 10px; transition: all 0.3s ease; }
.retry-button:hover { background: rgba(255, 107, 53, 0.6); color: #fff5e1; border-color: rgba(255, 107, 53, 0.8); }
.status-list { list-style: none; padding-left: 0; }
.status-list li { margin-bottom: 5px; opacity: 0.9; position: relative; padding-left: 20px; }
.status-list li::before { content: '•'; position: absolute; left: 0; color: #ff6b35; font-weight: bold; }
.loading-item { display: none; }
.js-enabled .loading-item { display: block; }
.section-divider { margin: 25px 0; border-bottom: 1px solid rgba(255, 107, 53, 0.2); }
@media (max-width: 1000px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .main-content { grid-template-columns: 1fr; } .sidebar { order: -1; } .header-content { flex-direction: column; text-align: center; gap: 20px; } .stats-grid { grid-template-columns: 1fr; } .link-grid { grid-template-columns: 1fr; } .sale-item { flex-direction: column; text-align: center; } .sale-item-image { margin-right: 0; margin-bottom: 10px; } .sale-item-info { flex-direction: column; gap: 10px; } }
@media (max-width: 1000px) and (min-width: 769px) { .sale-item-info { gap: 15px; } }
@keyframes avatarLevitate { 0%, 100% { transform: rotateX(2deg) rotateY(0deg) translateY(0px); } 25% { transform: rotateX(-2deg) rotateY(3deg) translateY(-5px); } 50% { transform: rotateX(2deg) rotateY(0deg) translateY(0px); } 75% { transform: rotateX(-2deg) rotateY(-3deg) translateY(-5px); } }