MediaWiki:Components.css: Difference between revisions

From CoraTO Wiki - Official Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 238: Line 238:
   margin: 0 auto;
   margin: 0 auto;
   padding: 20px;
   padding: 20px;
   background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
   background: linear-gradient(135deg, var(--bg-1) 0%, var(--surface) 100%);
   border-radius: 20px;
   border-radius: 20px;
   box-shadow: 0 8px 32px rgba(255, 107, 157, 0.08);
   box-shadow: 0 8px 32px var(--shadow-soft);
}
}


Line 252: Line 252:


.eclipse-stat-card {
.eclipse-stat-card {
   background: rgba(255, 255, 255, 0.9);
   background: var(--surface);
   border: 1px solid rgba(255, 107, 157, 0.15);
   border: 1px solid var(--shadow-soft);
   border-radius: 16px;
   border-radius: 16px;
   padding: 25px 20px;
   padding: 25px 20px;
Line 269: Line 269:
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
   background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.1), transparent);
   background: linear-gradient(90deg, transparent, var(--surface-tint), transparent);
   transition: left 0.6s ease;
   transition: left 0.6s ease;
}
}
Line 279: Line 279:
.eclipse-stat-card:hover {
.eclipse-stat-card:hover {
   transform: translateY(-8px) scale(1.02);
   transform: translateY(-8px) scale(1.02);
   box-shadow: 0 12px 40px rgba(255, 107, 157, 0.2);
   box-shadow: 0 12px 40px var(--shadow-medium);
   border-color: #ff6b9d;
   border-color: var(--primary);
}
}


Line 292: Line 292:
   font-size: 14px;
   font-size: 14px;
   font-weight: 600;
   font-weight: 600;
   color: #666666;
   color: var(--text-muted);
   text-transform: uppercase;
   text-transform: uppercase;
   letter-spacing: 1px;
   letter-spacing: 1px;
Line 301: Line 301:
   font-size: 24px;
   font-size: 24px;
   font-weight: 800;
   font-weight: 800;
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
   background-clip: text;
   background-clip: text;
}
}
Line 307: Line 307:
/* Modern Content Cards */
/* Modern Content Cards */
.eclipse-content-card {
.eclipse-content-card {
   background: rgba(255, 255, 255, 0.95);
   background: var(--surface);
   border: 1px solid rgba(255, 107, 157, 0.1);
   border: 1px solid var(--surface-tint);
   border-radius: 20px;
   border-radius: 20px;
   padding: 30px;
   padding: 30px;
   margin: 25px 0;
   margin: 25px 0;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
   box-shadow: 0 4px 20px var(--shadow-soft);
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
   position: relative;
Line 319: Line 319:
.eclipse-content-card:hover {
.eclipse-content-card:hover {
   transform: translateY(-2px);
   transform: translateY(-2px);
   box-shadow: 0 8px 30px rgba(255, 107, 157, 0.15);
   box-shadow: 0 8px 30px var(--shadow-medium);
   border-color: rgba(255, 107, 157, 0.3);
   border-color: var(--primary);
}
}


Line 328: Line 328:
   margin-bottom: 20px;
   margin-bottom: 20px;
   padding-bottom: 15px;
   padding-bottom: 15px;
   border-bottom: 2px solid rgba(255, 107, 157, 0.1);
   border-bottom: 2px solid var(--surface-tint);
}
}


Line 334: Line 334:
   width: 50px;
   width: 50px;
   height: 50px;
   height: 50px;
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
   border-radius: 12px;
   border-radius: 12px;
   display: flex;
   display: flex;
Line 341: Line 341:
   margin-right: 15px;
   margin-right: 15px;
   font-size: 24px;
   font-size: 24px;
   color: white;
   color: var(--text-strong);
}
}


Line 347: Line 347:
   font-size: 22px;
   font-size: 22px;
   font-weight: 700;
   font-weight: 700;
   color: #2d2d2d;
   color: var(--text);
   margin: 0;
   margin: 0;
}
}
Line 367: Line 367:
   width: 50px;
   width: 50px;
   height: 50px;
   height: 50px;
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
   border-radius: 50%;
   border-radius: 50%;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
   color: white;
   color: var(--text-strong);
   font-weight: 800;
   font-weight: 800;
   font-size: 18px;
   font-size: 18px;
   margin-right: 20px;
   margin-right: 20px;
   flex-shrink: 0;
   flex-shrink: 0;
   box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
   box-shadow: 0 4px 15px var(--shadow-strong);
   position: relative;
   position: relative;
   z-index: 2;
   z-index: 2;
Line 390: Line 390:
   font-size: 20px;
   font-size: 20px;
   font-weight: 700;
   font-weight: 700;
   color: #2d2d2d;
   color: var(--text);
   margin-bottom: 10px;
   margin-bottom: 10px;
}
}


.eclipse-step-description {
.eclipse-step-description {
   color: #666666;
   color: var(--text-muted);
   line-height: 1.6;
   line-height: 1.6;
   margin-bottom: 8px;
   margin-bottom: 8px;
Line 412: Line 412:
   width: 2px;
   width: 2px;
   height: calc(100% - 20px);
   height: calc(100% - 20px);
   background: linear-gradient(180deg, #ff6b9d, rgba(255, 107, 157, 0.3));
   background: linear-gradient(180deg, var(--primary), var(--shadow-strong));
   z-index: 1;
   z-index: 1;
}
}
Line 425: Line 425:


.eclipse-item-card {
.eclipse-item-card {
   background: rgba(255, 255, 255, 0.9);
   background: var(--surface);
   border: 1px solid rgba(255, 107, 157, 0.15);
   border: 1px solid var(--shadow-soft);
   border-radius: 16px;
   border-radius: 16px;
   padding: 25px;
   padding: 25px;
Line 441: Line 441:
   right: 0;
   right: 0;
   height: 4px;
   height: 4px;
   background: linear-gradient(90deg, #ff6b9d, #ff8fb0);
   background: linear-gradient(90deg, var(--primary), var(--heading-gradient-end));
   transform: scaleX(0);
   transform: scaleX(0);
   transition: transform 0.3s ease;
   transition: transform 0.3s ease;
Line 452: Line 452:
.eclipse-item-card:hover {
.eclipse-item-card:hover {
   transform: translateY(-5px);
   transform: translateY(-5px);
   box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
   box-shadow: 0 10px 30px var(--shadow-medium);
   border-color: #ff6b9d;
   border-color: var(--primary);
}
}


Line 459: Line 459:
   font-size: 18px;
   font-size: 18px;
   font-weight: 700;
   font-weight: 700;
   color: #2d2d2d;
   color: var(--text);
   margin-bottom: 12px;
   margin-bottom: 12px;
}
}


.eclipse-item-description {
.eclipse-item-description {
   color: #666666;
   color: var(--text-muted);
   line-height: 1.5;
   line-height: 1.5;
}
}
Line 470: Line 470:
/* Modern Warning Box */
/* Modern Warning Box */
.eclipse-warning {
.eclipse-warning {
   background: linear-gradient(135deg, rgba(255, 165, 0, 0.1), rgba(255, 193, 7, 0.05));
   background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
   border: 1px solid rgba(255, 165, 0, 0.3);
   border: 1px solid var(--border-strong);
   border-left: 5px solid #ff9800;
   border-left: 5px solid var(--border-strong);
   border-radius: 16px;
   border-radius: 16px;
   padding: 25px;
   padding: 25px;
Line 488: Line 488:
   font-size: 24px;
   font-size: 24px;
   margin-right: 12px;
   margin-right: 12px;
   color: #ff9800;
   color: var(--border-strong);
}
}


Line 494: Line 494:
   font-size: 20px;
   font-size: 20px;
   font-weight: 700;
   font-weight: 700;
   color: #e65100;
   color: var(--border-strong);
   margin: 0;
   margin: 0;
}
}
Line 508: Line 508:
   padding-left: 30px;
   padding-left: 30px;
   position: relative;
   position: relative;
   color: #2d2d2d;
   color: var(--text);
   line-height: 1.5;
   line-height: 1.5;
}
}
Line 520: Line 520:
}
}


/* Image Container */
/* Image Container - Removed to avoid conflict with Img.css */
.image-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #ffeef7 100%) !important;
  border: 1px solid rgba(255, 107, 157, 0.15) !important;
  border-radius: 12px !important;
  padding: 15px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 2px 10px rgba(255, 107, 157, 0.06) !important;
  text-align: center !important;
  font-size: 0.9em !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
 
.image-container img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
 
.image-container strong {
  color: #2c3e50 !important;
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 1.1em !important;
  font-style: italic !important;
}
 
.image-container p {
  color: #5a6c7d !important;
  margin: 0 !important;
  font-size: 0.85em !important;
  font-style: italic !important;
}


/* Quest Components */
/* Quest Components */
.quest-info-card {
.quest-info-card {
   background: linear-gradient(135deg, #fff5f8, #ffeef3);
   background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
   color: white;
   color: var(--text);
   border-radius: 12px;
   border-radius: 12px;
   padding: 2rem;
   padding: 2rem;
   margin-bottom: 2rem;
   margin-bottom: 2rem;
   box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3);
   box-shadow: 0 4px 20px var(--shadow-strong);
}
}


Line 573: Line 538:
   margin-right: 12px;
   margin-right: 12px;
   border-radius: 6px;
   border-radius: 6px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
   box-shadow: 0 3px 6px var(--shadow-soft);
   transition: transform 0.2s ease;
   transition: transform 0.2s ease;
}
}
Line 592: Line 557:
   font-size: 1.5rem;
   font-size: 1.5rem;
   font-weight: 700;
   font-weight: 700;
  color: var(--heading);
}
}


.quest-number-badge {
.quest-number-badge {
   background: rgba(255, 255, 255, 0.2);
   background: var(--surface-tint);
   padding: 0.5rem 1rem;
   padding: 0.5rem 1rem;
   border-radius: 20px;
   border-radius: 20px;
   font-weight: 700;
   font-weight: 700;
   font-size: 1.1rem;
   font-size: 1.1rem;
   color: black;
   color: var(--text-strong);
}
}


Line 619: Line 585:
   opacity: 0.8;
   opacity: 0.8;
   font-size: 0.9rem;
   font-size: 0.9rem;
   color: black;
   color: var(--text);
}
}


Line 625: Line 591:
   font-weight: 700;
   font-weight: 700;
   font-size: 1.1rem;
   font-size: 1.1rem;
   color: black;
   color: var(--text-strong);
}
}


Line 644: Line 610:
   opacity: 0.8;
   opacity: 0.8;
   font-size: 0.9rem;
   font-size: 0.9rem;
  color: var(--text);
}
}


Line 649: Line 616:
   font-weight: 700;
   font-weight: 700;
   font-size: 1.1rem;
   font-size: 1.1rem;
  color: var(--text-strong);
}
}


/* Quest Tracker Components */
/* Quest Tracker Components */
.quest-tracker-overview {
.quest-tracker-overview {
   background: linear-gradient(135deg, #fff5f8, #ffeef3);
   background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
   border: 2px solid #ff6b9d;
   border: 2px solid var(--primary);
   border-radius: 16px;
   border-radius: 16px;
   padding: 2rem;
   padding: 2rem;
   margin-bottom: 2rem;
   margin-bottom: 2rem;
   box-shadow: 0 6px 25px rgba(255, 107, 157, 0.15);
   box-shadow: 0 6px 25px var(--shadow-soft);
}
}


Line 674: Line 642:


.quest-item {
.quest-item {
   background: #f8f9fa;
   background: var(--bg-1);
   border-radius: 8px;
   border-radius: 8px;
   padding: 1rem;
   padding: 1rem;
Line 684: Line 652:


.quest-item:hover {
.quest-item:hover {
   background: #fff5f8;
   background: var(--surface);
   border-left-color: #ff6b9d;
   border-left-color: var(--primary);
}
}


Line 693: Line 661:
   cursor: pointer;
   cursor: pointer;
   font-weight: 500;
   font-weight: 500;
   color: #2c3e50;
   color: var(--text);
   gap: 0.75rem;
   gap: 0.75rem;
   position: relative;
   position: relative;
Line 707: Line 675:
   width: 20px;
   width: 20px;
   height: 20px;
   height: 20px;
   background: #ffffff;
   background: var(--surface);
   border: 2px solid #dee2e6;
   border: 2px solid var(--border);
   border-radius: 4px;
   border-radius: 4px;
   position: relative;
   position: relative;
Line 716: Line 684:


.quest-checkbox:checked + .checkmark {
.quest-checkbox:checked + .checkmark {
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--primary), var(--heading-gradient-end));
   border-color: #d63384;
   border-color: var(--primary);
}
}


Line 726: Line 694:
   left: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   color: white;
   color: var(--text-strong);
   font-weight: bold;
   font-weight: bold;
   font-size: 12px;
   font-size: 12px;
Line 732: Line 700:


.quest-checkbox:hover + .checkmark {
.quest-checkbox:hover + .checkmark {
   border-color: #ff6b9d;
   border-color: var(--primary);
   box-shadow: 0 0 0 3px rgba(255, 107, 157, 0.1);
   box-shadow: 0 0 0 3px var(--shadow-soft);
}
}


Line 739: Line 707:
   flex: 1;
   flex: 1;
   transition: all 0.3s ease;
   transition: all 0.3s ease;
  color: var(--text);
}
}


.quest-checkbox:checked ~ .quest-name {
.quest-checkbox:checked ~ .quest-name {
   color: #6c757d;
   color: var(--text-muted);
   text-decoration: line-through;
   text-decoration: line-through;
   opacity: 0.7;
   opacity: 0.7;
Line 756: Line 725:


.monster-info-card {
.monster-info-card {
   background: #ffffff;
   background: var(--surface);
   border-radius: 12px;
   border-radius: 12px;
   padding: 1.5rem;
   padding: 1.5rem;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
   box-shadow: 0 4px 20px var(--shadow-soft);
   border: 1px solid #e9ecef;
   border: 1px solid var(--border);
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
   position: relative;
Line 773: Line 742:
   right: 0;
   right: 0;
   height: 4px;
   height: 4px;
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--primary), var(--primary-hover));
}
}


.monster-info-card:hover {
.monster-info-card:hover {
   transform: translateY(-4px);
   transform: translateY(-4px);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
   box-shadow: 0 8px 30px var(--shadow-medium);
}
}


Line 792: Line 761:
   font-size: 1.3rem;
   font-size: 1.3rem;
   font-weight: 700;
   font-weight: 700;
   color: #2c3e50;
   color: var(--text-strong);
}
}


.monster-level-badge {
.monster-level-badge {
   background: linear-gradient(135deg, #ff6b9d, #d63384);
   background: linear-gradient(135deg, var(--primary), var(--primary-hover));
   color: white;
   color: var(--bg-1);
   padding: 0.25rem 0.75rem;
   padding: 0.25rem 0.75rem;
   border-radius: 15px;
   border-radius: 15px;
Line 815: Line 784:
   align-items: center;
   align-items: center;
   padding: 0.5rem 0;
   padding: 0.5rem 0;
   border-bottom: 1px solid #f1f3f4;
   border-bottom: 1px solid var(--border);
}
}


Line 824: Line 793:
.monster-stat-label {
.monster-stat-label {
   font-weight: 600;
   font-weight: 600;
   color: #6c757d;
   color: var(--text-muted);
   font-size: 0.9rem;
   font-size: 0.9rem;
}
}
Line 830: Line 799:
.monster-stat-value {
.monster-stat-value {
   font-weight: 700;
   font-weight: 700;
   color: #2c3e50;
   color: var(--text-strong);
   text-align: right;
   text-align: right;
}
}


.monster-rewards-section {
.monster-rewards-section {
   background: #f8f9fa;
   background: var(--bg-2);
   border-radius: 8px;
   border-radius: 8px;
   padding: 1rem;
   padding: 1rem;
Line 850: Line 819:
.monster-reward-label {
.monster-reward-label {
   font-weight: 600;
   font-weight: 600;
   color: #495057;
   color: var(--text);
   font-size: 0.9rem;
   font-size: 0.9rem;
}
}
Line 856: Line 825:
.monster-reward-value {
.monster-reward-value {
   font-weight: 700;
   font-weight: 700;
   color: #28a745;
   color: var(--positive);
   text-align: right;
   text-align: right;
}
}
Line 862: Line 831:
/* Shaman Guide Components */
/* Shaman Guide Components */
.shaman-guide-feature-card {
.shaman-guide-feature-card {
   background: linear-gradient(135deg, #fff5f8, #ffeef3);
   background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
   border-radius: 12px;
   border-radius: 12px;
   padding: 2rem;
   padding: 2rem;
   margin-bottom: 2rem;
   margin-bottom: 2rem;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
   box-shadow: 0 4px 20px var(--shadow-soft);
   border: 1px solid #e9ecef;
   border: 1px solid var(--border);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}
Line 873: Line 842:
.shaman-guide-feature-card:hover {
.shaman-guide-feature-card:hover {
   transform: translateY(-2px);
   transform: translateY(-2px);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
   box-shadow: 0 8px 30px var(--shadow-medium);
}
}


Line 879: Line 848:
   font-size: 1.5rem;
   font-size: 1.5rem;
   font-weight: 700;
   font-weight: 700;
   color: #2c3e50;
   color: var(--text-strong);
   margin: 0 0 1.5rem 0;
   margin: 0 0 1.5rem 0;
   display: flex;
   display: flex;
Line 923: Line 892:
   display: block;
   display: block;
   font-weight: 600;
   font-weight: 600;
   color: #6c757d;
   color: var(--text-muted);
   font-size: 0.9rem;
   font-size: 0.9rem;
   margin-bottom: 0.5rem;
   margin-bottom: 0.5rem;
Line 932: Line 901:
   font-weight: 700;
   font-weight: 700;
   font-size: 1.5rem;
   font-size: 1.5rem;
   color: #d63384;
   color: var(--primary-hover);
}
}


Line 942: Line 911:
   width: 100%;
   width: 100%;
   height: 12px;
   height: 12px;
   background: #e9ecef;
   background: var(--border);
   border-radius: 6px;
   border-radius: 6px;
   overflow: hidden;
   overflow: hidden;
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 2px 4px var(--shadow-soft);
}
}


.progress-fill {
.progress-fill {
   height: 100%;
   height: 100%;
   background: linear-gradient(90deg, #ff6b9d, #d63384);
   background: linear-gradient(90deg, var(--primary), var(--primary-hover));
   border-radius: 6px;
   border-radius: 6px;
   transition: width 0.5s ease;
   transition: width 0.5s ease;
Line 973: Line 942:


.reset-progress-btn {
.reset-progress-btn {
   background: linear-gradient(135deg, #dc3545, #c82333);
   background: linear-gradient(135deg, var(--danger), var(--danger-hover));
   color: white;
   color: white;
   border: none;
   border: none;
Line 981: Line 950:
   cursor: pointer;
   cursor: pointer;
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   box-shadow: 0 2px 10px rgba(220, 53, 69, 0.3);
   box-shadow: 0 2px 10px var(--shadow-soft);
}
}


.reset-progress-btn:hover {
.reset-progress-btn:hover {
   background: linear-gradient(135deg, #c82333, #bd2130);
   background: linear-gradient(135deg, var(--danger-hover), var(--danger));
   transform: translateY(-2px);
   transform: translateY(-2px);
   box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
   box-shadow: 0 4px 15px var(--shadow-medium);
}
}


.location-section {
.location-section {
   background: #ffffff;
   background: var(--surface);
   border: 1px solid #e9ecef;
   border: 1px solid var(--border);
   border-radius: 12px;
   border-radius: 12px;
   padding: 1.5rem;
   padding: 1.5rem;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 15px var(--shadow-soft);
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   width: 100%;
   width: 100%;
Line 1,003: Line 972:
.location-section:hover {
.location-section:hover {
   transform: translateY(-2px);
   transform: translateY(-2px);
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 20px var(--shadow-medium);
}
}


.location-title {
.location-title {
   color: #d63384;
   color: var(--primary-hover);
   font-size: 1.3rem;
   font-size: 1.3rem;
   font-weight: 700;
   font-weight: 700;
   margin-bottom: 1rem;
   margin-bottom: 1rem;
   padding-bottom: 0.5rem;
   padding-bottom: 0.5rem;
   border-bottom: 2px solid #ff6b9d;
   border-bottom: 2px solid var(--primary);
   position: relative;
   position: relative;
}
}
Line 1,023: Line 992:
   width: 50px;
   width: 50px;
   height: 2px;
   height: 2px;
   background: linear-gradient(90deg, #ff6b9d, #d63384);
   background: linear-gradient(90deg, var(--primary), var(--primary-hover));
}
}


Line 1,035: Line 1,004:
   margin: 0;
   margin: 0;
   font-size: 24px;
   font-size: 24px;
   color: #222;
   color: var(--text-strong);
   display: inline-block;
   display: inline-block;
   padding-bottom: 6px;
   padding-bottom: 6px;
Line 1,042: Line 1,011:
.section-lead {
.section-lead {
   margin-top: 6px;
   margin-top: 6px;
   color: #666;
   color: var(--text-muted);
   font-size: 14px;
   font-size: 14px;
}
}
Line 1,048: Line 1,017:
/* Guardian Components */
/* Guardian Components */
.guardian-selector {
.guardian-selector {
   background: rgba(255, 255, 255, 0.8);
   background: var(--surface);
   border-radius: 15px;
   border-radius: 15px;
   padding: 25px;
   padding: 25px;
   margin-bottom: 30px;
   margin-bottom: 30px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 5px 20px var(--shadow-soft);
}
}


Line 1,073: Line 1,042:
.difficulty-labels span {
.difficulty-labels span {
   font-size: 0.9em;
   font-size: 0.9em;
   color: #666;
   color: var(--text-muted);
   position: relative;
   position: relative;
}
}
Line 1,090: Line 1,059:
   height: 25px;
   height: 25px;
   border-radius: 50%;
   border-radius: 50%;
   background: #e91e63;
   background: var(--primary);
   cursor: pointer;
   cursor: pointer;
   box-shadow: 0 0 10px rgba(233, 30, 99, 0.5);
   box-shadow: 0 0 10px var(--shadow-strong);
}
}


Line 1,109: Line 1,078:
   margin-bottom: 20px;
   margin-bottom: 20px;
   font-size: 1.8em;
   font-size: 1.8em;
   color: #e91e63;
   color: var(--primary);
}
}


Line 1,117: Line 1,086:
   border-radius: 10px;
   border-radius: 10px;
   overflow: hidden;
   overflow: hidden;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 5px 20px var(--shadow-soft);
}
}


.guardian-comparison-table th {
.guardian-comparison-table th {
   background: linear-gradient(135deg, #ff6b9d, #e91e63);
   background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading));
   color: white;
   color: white;
   padding: 15px;
   padding: 15px;
Line 1,129: Line 1,098:
.guardian-comparison-table td {
.guardian-comparison-table td {
   padding: 15px;
   padding: 15px;
   border-bottom: 1px solid #eee;
   border-bottom: 1px solid var(--border);
}
}


Line 1,137: Line 1,106:


.guardian-comparison-table tr:nth-child(even) {
.guardian-comparison-table tr:nth-child(even) {
   background-color: rgba(255, 255, 255, 0.8);
   background-color: var(--bg-1);
}
}


.guardian-comparison-table tr:nth-child(odd) {
.guardian-comparison-table tr:nth-child(odd) {
   background-color: rgba(248, 248, 248, 0.8);
   background-color: var(--bg-2);
}
}


.difficulty-meter {
.difficulty-meter {
   height: 10px;
   height: 10px;
   background-color: #eee;
   background-color: var(--border);
   border-radius: 5px;
   border-radius: 5px;
   margin-bottom: 5px;
   margin-bottom: 5px;
Line 1,186: Line 1,155:
   margin-bottom: 10px;
   margin-bottom: 10px;
   font-size: 1.8em;
   font-size: 1.8em;
   color: #e91e63;
   color: var(--primary);
}
}


Line 1,192: Line 1,161:
   text-align: center;
   text-align: center;
   margin-bottom: 30px;
   margin-bottom: 30px;
   color: #666;
   color: var(--text-muted);
}
}


.guardian-accordion {
.guardian-accordion {
   background-color: #f8f8f8;
   background-color: var(--bg-2);
   color: #444;
   color: var(--text);
   cursor: pointer;
   cursor: pointer;
   padding: 18px;
   padding: 18px;
Line 1,212: Line 1,181:
   justify-content: space-between;
   justify-content: space-between;
   align-items: center;
   align-items: center;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 2px 10px var(--shadow-soft);
}
}


.guardian-accordion:hover {
.guardian-accordion:hover {
   background-color: #f1f1f1;
   background-color: var(--surface);
}
}


Line 1,226: Line 1,195:
.guardian-panel {
.guardian-panel {
   padding: 0 18px;
   padding: 0 18px;
   background-color: white;
   background-color: var(--surface);
   max-height: 0;
   max-height: 0;
   overflow: hidden;
   overflow: hidden;
Line 1,232: Line 1,201:
   border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
   margin-bottom: 10px;
   margin-bottom: 10px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 2px 10px var(--shadow-soft);
}
}


Line 1,291: Line 1,260:
/* Decision Helper Styling */
/* Decision Helper Styling */
.decision-helper {
.decision-helper {
   background: rgba(255, 255, 255, 0.8);
   background: var(--surface);
   border-radius: 15px;
   border-radius: 15px;
   padding: 25px;
   padding: 25px;
   margin: 40px 0;
   margin: 40px 0;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
   box-shadow: 0 5px 20px var(--shadow-soft);
   text-align: center;
   text-align: center;
}
}
Line 1,317: Line 1,286:
.option {
.option {
   padding: 10px 15px;
   padding: 10px 15px;
   background-color: #f1f1f1;
   background-color: var(--bg-2);
   border-radius: 20px;
   border-radius: 20px;
   cursor: pointer;
   cursor: pointer;
Line 1,324: Line 1,293:


.option:hover {
.option:hover {
   background-color: #e0e0e0;
   background-color: var(--border);
}
}


.option.selected {
.option.selected {
   background-color: #e91e63;
   background-color: var(--primary);
   color: white;
   color: white;
}
}
Line 1,340: Line 1,309:


.guardian-accordion.recommended {
.guardian-accordion.recommended {
   background-color: #f8e8ff;
   background-color: var(--bg-1);
   border-left: 5px solid #9c27b0;
   border-left: 5px solid var(--heading-gradient-end);
   animation: pulse 2s infinite;
   animation: pulse 2s infinite;
}
}


#recommendedType {
#recommendedType {
   color: #e91e63;
   color: var(--primary);
   font-weight: 700;
   font-weight: 700;
}
}
Line 1,352: Line 1,321:
/* Changelog Components */
/* Changelog Components */
.changelog-box {
.changelog-box {
   background: linear-gradient(135deg, #ffeef7 0%, #ffffff 50%, #f8f9fa 100%) !important;
   background: linear-gradient(135deg, var(--bg-1) 0%, var(--surface) 50%, var(--bg-2) 100%) !important;
   padding: 25px 30px !important;
   padding: 25px 30px !important;
   border-radius: 16px !important;
   border-radius: 16px !important;
   border: 1px solid rgba(255, 107, 157, 0.15) !important;
   border: 1px solid var(--shadow-soft) !important;
   border-left: 5px solid #ff6b9d !important;
   border-left: 5px solid var(--primary) !important;
   box-shadow: 0 4px 20px rgba(255, 107, 157, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
   box-shadow: 0 4px 20px var(--shadow-soft), 0 2px 8px var(--shadow-soft) !important;
   margin: 25px 0 !important;
   margin: 25px 0 !important;
   transition: all 0.3s ease !important;
   transition: all 0.3s ease !important;
   font-size: 1.05em !important;
   font-size: 1.05em !important;
   line-height: 1.6 !important;
   line-height: 1.6 !important;
   color: #2c3e50 !important;
   color: var(--text-strong) !important;
   position: relative !important;
   position: relative !important;
}
}
Line 1,368: Line 1,337:
.changelog-box:hover {
.changelog-box:hover {
   transform: translateY(-2px) !important;
   transform: translateY(-2px) !important;
   box-shadow: 0 6px 25px rgba(255, 107, 157, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08) !important;
   box-shadow: 0 6px 25px var(--shadow-medium), 0 3px 10px var(--shadow-medium) !important;
}
}


Line 1,392: Line 1,361:
   height: auto;
   height: auto;
   border-radius: 8px;
   border-radius: 8px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 2px 10px var(--shadow-soft);
}
}


Line 1,400: Line 1,369:
#mw-content-text .collapsible,
#mw-content-text .collapsible,
button.collapsible {
button.collapsible {
   background-color: #f1f1f1;
   background-color: var(--bg-2);
   color: #444;
   color: var(--text);
   cursor: pointer;
   cursor: pointer;
   padding: 18px;
   padding: 18px;
Line 1,419: Line 1,388:
#mw-content-text .collapsible:hover,
#mw-content-text .collapsible:hover,
button.collapsible:hover {
button.collapsible:hover {
   background-color: #ddd;
   background-color: var(--border);
}
}


Line 1,448: Line 1,417:
   overflow: hidden;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   transition: max-height 0.2s ease-out;
   background-color: white;
   background-color: var(--surface);
   border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
}
}
Line 1,458: Line 1,427:
   max-height: 500px;
   max-height: 500px;
   padding: 18px;
   padding: 18px;
   border: 1px solid #ddd;
   border: 1px solid var(--border);
   border-top: none;
   border-top: none;
   margin-bottom: 15px;
   margin-bottom: 15px;
}
}

Latest revision as of 09:18, 2 January 2026

/* ========================================
   COMPONENTS CSS - UI COMPONENTS
   ======================================== */

/* Info Boxes */
.tip-box {
  background-color: var(--positive-bg);
  border-left: 4px solid var(--positive);
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px var(--shadow-soft);
}

.tip-box::before {
  content: "💡 Tip";
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--positive);
}

.warning-box {
  background-color: var(--negative-bg);
  border-left: 4px solid var(--negative);
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px var(--shadow-soft);
}

.warning-box::before {
  content: "⚠️ Warning";
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--negative);
}

/* Alert Boxes */
.alert-info {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  color: var(--text);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0;
}

.alert-warning {
  background: var(--negative-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--negative);
  color: var(--text);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0;
}

.alert-error {
  background: var(--negative-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--danger);
  color: var(--text);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0;
}

.alert-success {
  background: var(--positive-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--positive);
  color: var(--text);
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0;
}

/* Cards */
.card {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-left: 3px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, padding .2s ease;
  padding: 0;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px var(--shadow-soft);
  background: var(--surface);
  border-left-color: var(--primary);
  padding-left: 4px;
}

.card-media {
  text-align: center;
  padding-top: 6px;
}

.card-body {
  padding: 10px 12px;
}

.card-title {
  margin: 0;
  font-size: 16px;
  color: var(--text);
  text-align: center;
}

/* Step List */
.step-list {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
  margin: 25px 0;
}

.step-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
  counter-increment: step-counter;
}

.step-item::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
  color: var(--text-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px var(--shadow-soft);
}

/* Quick Stats Grid */
.quick-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin: 25px 0;
}

.stat-card {
  background: var(--bg-1);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px var(--shadow-soft);
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px var(--shadow-medium);
}

.stat-card h3 {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
  color: var(--primary);
}

.stat-card p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: var(--heading);
}

/* Eclipse Components */
.eclipse-card {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px;
  margin: 25px 0;
  box-shadow: 0 4px 20px var(--shadow-soft);
  transition: all 0.3s ease;
  position: relative;
}

.eclipse-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border);
}

.eclipse-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 24px;
  color: var(--text-strong);
}

.eclipse-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading);
  margin: 0;
}

.eclipse-content {
  color: var(--text-muted);
  line-height: 1.6;
}

.eclipse-meta {
  margin-top: 15px;
  font-size: 14px;
  color: var(--text-muted);
}

/* Eclipse Modern Container */
.eclipse-modern-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(135deg, var(--bg-1) 0%, var(--surface) 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px var(--shadow-soft);
}

/* Modern Stats Grid */
.eclipse-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.eclipse-stat-card {
  background: var(--surface);
  border: 1px solid var(--shadow-soft);
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.eclipse-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--surface-tint), transparent);
  transition: left 0.6s ease;
}

.eclipse-stat-card:hover::before {
  left: 100%;
}

.eclipse-stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px var(--shadow-medium);
  border-color: var(--primary);
}

.eclipse-stat-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.eclipse-stat-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.eclipse-stat-value {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
  background-clip: text;
}

/* Modern Content Cards */
.eclipse-content-card {
  background: var(--surface);
  border: 1px solid var(--surface-tint);
  border-radius: 20px;
  padding: 30px;
  margin: 25px 0;
  box-shadow: 0 4px 20px var(--shadow-soft);
  transition: all 0.3s ease;
  position: relative;
}

.eclipse-content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--shadow-medium);
  border-color: var(--primary);
}

.eclipse-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--surface-tint);
}

.eclipse-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 24px;
  color: var(--text-strong);
}

.eclipse-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

/* Modern Step List */
.eclipse-step-container {
  position: relative;
  padding-left: 0;
}

.eclipse-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.eclipse-step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading-gradient-end));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-strong);
  font-weight: 800;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px var(--shadow-strong);
  position: relative;
  z-index: 2;
}

.eclipse-step-content {
  flex: 1;
  padding-top: 5px;
}

.eclipse-step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.eclipse-step-description {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 8px;
}

.eclipse-step-description:last-child {
  margin-bottom: 0;
}

/* Connection Line Between Steps */
.eclipse-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 50px;
  width: 2px;
  height: calc(100% - 20px);
  background: linear-gradient(180deg, var(--primary), var(--shadow-strong));
  z-index: 1;
}

/* Modern Item Cards Grid */
.eclipse-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.eclipse-item-card {
  background: var(--surface);
  border: 1px solid var(--shadow-soft);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.eclipse-item-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--heading-gradient-end));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.eclipse-item-card:hover::before {
  transform: scaleX(1);
}

.eclipse-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px var(--shadow-medium);
  border-color: var(--primary);
}

.eclipse-item-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.eclipse-item-description {
  color: var(--text-muted);
  line-height: 1.5;
}

/* Modern Warning Box */
.eclipse-warning {
  background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
  border: 1px solid var(--border-strong);
  border-left: 5px solid var(--border-strong);
  border-radius: 16px;
  padding: 25px;
  margin: 25px 0;
  position: relative;
}

.eclipse-warning-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.eclipse-warning-icon {
  font-size: 24px;
  margin-right: 12px;
  color: var(--border-strong);
}

.eclipse-warning-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--border-strong);
  margin: 0;
}

.eclipse-warning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eclipse-warning-list li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
  color: var(--text);
  line-height: 1.5;
}

.eclipse-warning-list li::before {
  content: '⚠️';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 16px;
}

/* Image Container - Removed to avoid conflict with Img.css */

/* Quest Components */
.quest-info-card {
  background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
  color: var(--text);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px var(--shadow-strong);
}

.quest-location-image {
  height: 100px;
  width: auto;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 0 3px 6px var(--shadow-soft);
  transition: transform 0.2s ease;
}

.quest-location-image:hover {
  transform: scale(1.1);
}

.quest-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.quest-card-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading);
}

.quest-number-badge {
  background: var(--surface-tint);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-strong);
}

.quest-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.quest-detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.quest-detail-label {
  font-weight: 600;
  opacity: 0.8;
  font-size: 0.9rem;
  color: var(--text);
}

.quest-detail-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-strong);
}

.quest-requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.quest-requirement-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.quest-requirement-label {
  font-weight: 600;
  opacity: 0.8;
  font-size: 0.9rem;
  color: var(--text);
}

.quest-requirement-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-strong);
}

/* Quest Tracker Components */
.quest-tracker-overview {
  background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
  border: 2px solid var(--primary);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 25px var(--shadow-soft);
}

.quest-tracker-locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.quest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.quest-item {
  background: var(--bg-1);
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.quest-item:hover {
  background: var(--surface);
  border-left-color: var(--primary);
}

.quest-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: var(--text);
  gap: 0.75rem;
  position: relative;
}

.quest-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.quest-checkbox:checked + .checkmark {
  background: linear-gradient(135deg, var(--primary), var(--heading-gradient-end));
  border-color: var(--primary);
}

.quest-checkbox:checked + .checkmark::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-strong);
  font-weight: bold;
  font-size: 12px;
}

.quest-checkbox:hover + .checkmark {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--shadow-soft);
}

.quest-name {
  flex: 1;
  transition: all 0.3s ease;
  color: var(--text);
}

.quest-checkbox:checked ~ .quest-name {
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: 0.7;
}

/* Monster Components */
.monster-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.monster-info-card {
  background: var(--surface);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px var(--shadow-soft);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.monster-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
}

.monster-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px var(--shadow-medium);
}

.monster-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.monster-card-header h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-strong);
}

.monster-level-badge {
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: var(--bg-1);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-weight: 600;
  font-size: 0.9rem;
}

.monster-stats-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.monster-stat-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}

.monster-stat-info:last-child {
  border-bottom: none;
}

.monster-stat-label {
  font-weight: 600;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.monster-stat-value {
  font-weight: 700;
  color: var(--text-strong);
  text-align: right;
}

.monster-rewards-section {
  background: var(--bg-2);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.monster-reward-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
}

.monster-reward-label {
  font-weight: 600;
  color: var(--text);
  font-size: 0.9rem;
}

.monster-reward-value {
  font-weight: 700;
  color: var(--positive);
  text-align: right;
}

/* Shaman Guide Components */
.shaman-guide-feature-card {
  background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px var(--shadow-soft);
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shaman-guide-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--shadow-medium);
}

.shaman-guide-feature-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-strong);
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shaman-guide-feature-card h3::before {
  content: '✨';
  font-size: 1.2rem;
}

/* NPC Components */
.npc-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.npc-title-section {
  flex: 1;
  text-align: center;
}

/* Progress Components */
.progress-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-label {
  display: block;
  font-weight: 600;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.stat-value {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary-hover);
}

.progress-bar-container {
  margin-bottom: 1.5rem;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px var(--shadow-soft);
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--primary-hover));
  border-radius: 6px;
  transition: width 0.5s ease;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

/* Tracker Components */
.tracker-actions {
  text-align: center;
}

.reset-progress-btn {
  background: linear-gradient(135deg, var(--danger), var(--danger-hover));
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px var(--shadow-soft);
}

.reset-progress-btn:hover {
  background: linear-gradient(135deg, var(--danger-hover), var(--danger));
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--shadow-medium);
}

.location-section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 15px var(--shadow-soft);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.location-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--shadow-medium);
}

.location-title {
  color: var(--primary-hover);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary);
  position: relative;
}

.location-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--primary-hover));
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 18px;
}

.section-header h2 {
  margin: 0;
  font-size: 24px;
  color: var(--text-strong);
  display: inline-block;
  padding-bottom: 6px;
}

.section-lead {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 14px;
}

/* Guardian Components */
.guardian-selector {
  background: var(--surface);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px var(--shadow-soft);
}

.selector-header {
  text-align: center;
  margin-bottom: 20px;
}

.difficulty-slider-container {
  margin: 30px 0;
  position: relative;
}

.difficulty-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.difficulty-labels span {
  font-size: 0.9em;
  color: var(--text-muted);
  position: relative;
}

.difficulty-slider {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #4CAF50, #FFC107, #FF9800, #F44336, #9C27B0);
  outline: none;
  appearance: none;
}

.difficulty-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  box-shadow: 0 0 10px var(--shadow-strong);
}

.guardian-preview-image {
  margin: 20px auto;
  max-width: 600px;
}

/* Comparison Table Styling */
.guardian-comparison-table-container {
  margin: 40px 0;
}

.comparison-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8em;
  color: var(--primary);
}

.guardian-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px var(--shadow-soft);
}

.guardian-comparison-table th {
  background: linear-gradient(135deg, var(--heading-gradient-start), var(--heading));
  color: white;
  padding: 15px;
  text-align: left;
}

.guardian-comparison-table td {
  padding: 15px;
  border-bottom: 1px solid var(--border);
}

.guardian-comparison-table tr:last-child td {
  border-bottom: none;
}

.guardian-comparison-table tr:nth-child(even) {
  background-color: var(--bg-1);
}

.guardian-comparison-table tr:nth-child(odd) {
  background-color: var(--bg-2);
}

.difficulty-meter {
  height: 10px;
  background-color: var(--border);
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.difficulty-fill {
  height: 100%;
  border-radius: 5px;
}

.regular-row .difficulty-fill {
  background-color: #4CAF50;
}

.mighty-row .difficulty-fill {
  background-color: #FFC107;
}

.legendary-row .difficulty-fill {
  background-color: #FF9800;
}

.superior-row .difficulty-fill {
  background-color: #F44336;
}

.accomplished-row .difficulty-fill {
  background-color: #9C27B0;
}

/* Accordion Styling */
.guardian-types-accordion {
  margin: 40px 0;
}

.detailed-info-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8em;
  color: var(--primary);
}

.detailed-info-subtitle {
  text-align: center;
  margin-bottom: 30px;
  color: var(--text-muted);
}

.guardian-accordion {
  background-color: var(--bg-2);
  color: var(--text);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px var(--shadow-soft);
}

.guardian-accordion:hover {
  background-color: var(--surface);
}

.guardian-accordion.active {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.guardian-panel {
  padding: 0 18px;
  background-color: var(--surface);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px var(--shadow-soft);
}

.guardian-type-detail {
  padding: 20px 0;
}

/* Color coding for accordion buttons */
.regular-accordion {
  border-left: 5px solid #4CAF50;
}

.mighty-accordion {
  border-left: 5px solid #FFC107;
}

.legendary-accordion {
  border-left: 5px solid #FF9800;
}

.superior-accordion {
  border-left: 5px solid #F44336;
}

.accomplished-accordion {
  border-left: 5px solid #9C27B0;
}

/* Difficulty tags */
.difficulty-tag {
  font-size: 0.7em;
  padding: 5px 10px;
  border-radius: 20px;
  color: white;
}

.easy-tag {
  background-color: #4CAF50;
}

.moderate-tag {
  background-color: #FFC107;
  color: #333;
}

.challenging-tag {
  background-color: #FF9800;
}

.very-hard-tag {
  background-color: #F44336;
}

.extreme-tag {
  background-color: #9C27B0;
}

/* Decision Helper Styling */
.decision-helper {
  background: var(--surface);
  border-radius: 15px;
  padding: 25px;
  margin: 40px 0;
  box-shadow: 0 5px 20px var(--shadow-soft);
  text-align: center;
}

.decision-questions {
  margin: 30px 0;
}

.decision-question {
  margin-bottom: 20px;
}

.decision-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.option {
  padding: 10px 15px;
  background-color: var(--bg-2);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.option:hover {
  background-color: var(--border);
}

.option.selected {
  background-color: var(--primary);
  color: white;
}

.decision-result {
  margin-top: 30px;
  padding: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

.guardian-accordion.recommended {
  background-color: var(--bg-1);
  border-left: 5px solid var(--heading-gradient-end);
  animation: pulse 2s infinite;
}

#recommendedType {
  color: var(--primary);
  font-weight: 700;
}

/* Changelog Components */
.changelog-box {
  background: linear-gradient(135deg, var(--bg-1) 0%, var(--surface) 50%, var(--bg-2) 100%) !important;
  padding: 25px 30px !important;
  border-radius: 16px !important;
  border: 1px solid var(--shadow-soft) !important;
  border-left: 5px solid var(--primary) !important;
  box-shadow: 0 4px 20px var(--shadow-soft), 0 2px 8px var(--shadow-soft) !important;
  margin: 25px 0 !important;
  transition: all 0.3s ease !important;
  font-size: 1.05em !important;
  line-height: 1.6 !important;
  color: var(--text-strong) !important;
  position: relative !important;
}

.changelog-box:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 25px var(--shadow-medium), 0 3px 10px var(--shadow-medium) !important;
}

.changelog-with-image {
  display: flex !important;
  align-items: center !important;
  gap: 25px !important;
  margin: 25px 0 !important;
}

.changelog-with-image .changelog-box {
  flex: 1 !important;
  margin: 0 !important;
}

.changelog-image {
  flex-shrink: 0;
  max-width: 200px;
}

.changelog-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px var(--shadow-soft);
}

/* Collapsible Elements */
.mw-body .collapsible,
#content .collapsible,
#mw-content-text .collapsible,
button.collapsible {
  background-color: var(--bg-2);
  color: var(--text);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 4px;
  margin-bottom: 5px;
  position: relative;
}

.mw-body .collapsible:hover,
#content .collapsible:hover,
#mw-content-text .collapsible:hover,
button.collapsible:hover {
  background-color: var(--border);
}

.mw-body .collapsible::after,
#content .collapsible::after,
#mw-content-text .collapsible::after,
button.collapsible::after {
  content: '+';
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.mw-body .collapsible.active::after,
#content .collapsible.active::after,
#mw-content-text .collapsible.active::after,
button.collapsible.active::after {
  content: '-';
}

.mw-body .collapsible-content,
#content .collapsible-content,
#mw-content-text .collapsible-content,
button.collapsible + .collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: var(--surface);
  border-radius: 0 0 4px 4px;
}

.mw-body .collapsible-content.active,
#content .collapsible-content.active,
#mw-content-text .collapsible-content.active,
button.collapsible + .collapsible-content.active {
  max-height: 500px;
  padding: 18px;
  border: 1px solid var(--border);
  border-top: none;
  margin-bottom: 15px;
}