Home

Version 36.1 by Aaron Blackburn on 2026/07/22 20:42
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Failed to execute the [html] macro. Cause: [When using HTML content inline, you can only use inline HTML content. Block HTML content (such as tables) cannot be displayed. Try leaving an empty line before and after the macro.]. Click on this message for details.
 </div>
</div>

<style>
  .modern-menu-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
  }
  .modern-menu-container .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
  }
  .menu-card-link {
    display: block;
    text-decoration: none !important;
  }
  .menu-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #eaeaea;
    color: #333;
    height: 100%;
    box-sizing: border-box;
  }
  .menu-card-link:hover .menu-card {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
    border-color: #d0d7de;
  }
  .menu-icon-container {
    flex: 0 0 52px;
    height: 52px;
    background-color: #f4f6f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
  }
  .menu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .menu-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2328;
  }
  .menu-subtitle {
    font-size: 12px;
    color: #656d76;
    margin-top: 3px;
  }
  .partner-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .footer-brand {
    font-weight: 700;
    font-size: 14px;
    color: #0060ff;
    text-decoration: none !important;
  }
  .azure-brand {
    color: #0078d4;
  }
  .footer-divider {
    color: #d0d7de;
  }
</style>
{{/html}}