.elementor-5908 .elementor-element.elementor-element-89eb979{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5908 .elementor-element.elementor-element-8c11926{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5908 .elementor-element.elementor-element-9518e12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5908 .elementor-element.elementor-element-137d561{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5908 .elementor-element.elementor-element-c8ca870{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5908 .elementor-element.elementor-element-3184c13 .divider-separator{width:100%;height:1px;}.elementor-5908 .elementor-element.elementor-element-3184c13 .rb-separator{padding-top:10px;padding-bottom:10px;}.elementor-5908 .elementor-element.elementor-element-674c873{width:auto;max-width:auto;}.elementor-5908 .elementor-element.elementor-element-7a9dcfc .divider-separator{width:100%;height:1px;}.elementor-5908 .elementor-element.elementor-element-7a9dcfc .rb-separator{padding-top:10px;padding-bottom:10px;}.elementor-5908 .elementor-element.elementor-element-f3d5b34{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-5908 .elementor-element.elementor-element-8c11926{--width:25%;}.elementor-5908 .elementor-element.elementor-element-9518e12{--width:50%;}.elementor-5908 .elementor-element.elementor-element-137d561{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-7ebc91f */.container {
      max-width: 100%;
      background: transparent;
    }
    h1 {
      text-align: center;
      margin-bottom: 30px;
      color: #0f172a;
      font-size: 2.7rem;
    }
    .tabs {
      display: flex;
      background: #f1f5f9;
      border-radius: 0px;
      padding: 6px;
      margin-bottom: 30px;
      overflow-x: auto;
    }
    .tab {
      flex: 1;
      min-width: 10px;
      padding: 8px 10px;
      background: none;
      border: none;
      border-radius: 20px;
      cursor: pointer;
      font-weight: 400;
      transition: all 0.2s;
      white-space: nowrap;
    }
    .tab.active {
      background: white;
      color: #3b82f6;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }
    .generator-section {
      background: #f8fafc;
      padding: 25px;
      border-radius: 12px;
      border: 2px solid #e2e8f0;
      margin-bottom: 20px;
    }
    .controls {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
      margin-bottom: 20px;
    }
    .control-group {
      display: flex;
      flex-direction: column;
    }
    .control-group label {
      font-weight: 600;
      margin-bottom: 5px;
      color: #374151;
    }
    input, select, button {
      padding: 10px;
      border: 2px solid #e2e8f0;
      border-radius: 6px;
      font-size: 14px;
      transition: border-color 0.2s;
    }
    input:focus, select:focus {
      outline: none;
      border-color: #3b82f6;
    }
    .generate-btn {
      background: #3b82f6;
      color: white;
      border: none;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      padding: 12px 24px;
      border-radius: 8px;
      transition: background 0.2s;
    }
    .generate-btn:hover {
      background: #2563eb;
    }
    .result-display {
      background: white;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      padding: 20px;
      margin: 20px 0;
      min-height: 120px;
    }
    .single-result {
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      color: #059669;
      font-family: 'Monaco', monospace;
      padding: 20px 0;
    }
    .multiple-results {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      align-items: center;
    }
    .result-number {
      background: #059669;
      color: white;
      padding: 8px 12px;
      border-radius: 6px;
      font-family: 'Monaco', monospace;
      font-weight: 600;
      min-width: 60px;
      text-align: center;
    }
    .result-actions {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 15px;
      flex-wrap: wrap;
    }
    .btn-secondary {
      background: #6b7280;
      color: white;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.2s;
    }
    .btn-secondary:hover {
      background: #4b5563;
    }
    .stats {
      background: #f0f9ff;
      border: 2px solid #bae6fd;
      border-radius: 8px;
      padding: 15px;
      margin-top: 20px;
    }
    .stats-title {
      font-weight: 700;
      color: #0369a1;
      margin-bottom: 10px;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 15px;
    }
    .stat-item {
      text-align: center;
    }
    .stat-value {
      font-size: 1.5rem;
      font-weight: 700;
      color: #0369a1;
      font-family: 'Monaco', monospace;
    }
    .stat-label {
      font-size: 12px;
      color: #64748b;
    }
    .history {
      max-height: 200px;
      overflow-y: auto;
      background: #f8fafc;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      padding: 15px;
      margin-top: 15px;
    }
    .history-item {
      padding: 8px;
      border-bottom: 1px solid #e2e8f0;
      font-family: 'Monaco', monospace;
      font-size: 14px;
    }
    .history-item:last-child {
      border-bottom: none;
    }
    .presets {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
      margin-bottom: 20px;
    }
    .preset-btn {
      background: #e2e8f0;
      border: 2px solid #cbd5e1;
      border-radius: 6px;
      padding: 10px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
      transition: all 0.2s;
    }
    .preset-btn:hover {
      background: #cbd5e1;
      transform: translateY(-1px);
    }
    .dice-display {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
      margin: 20px 0;
    }
    .dice {
      width: 80px;
      height: 80px;
      background: #ffffff;
      border: 3px solid #374151;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: 700;
      color: #374151;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    @media (max-width: 768px) {
      .controls {
        grid-template-columns: 1fr;
      }
      .single-result {
        font-size: 2rem;
      }
      .dice {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
      }
    }/* End custom CSS */