/* Catchboard visual refresh 1.1.8
   Reference-led polish for marketing, events and participant mobile flows. */

:root{
  --cb-navy:#081b23;
  --cb-navy-2:#062e3d;
  --cb-navy-3:#0e4051;
  --cb-aqua:#2ee5dc;
  --cb-aqua-strong:#18cfc8;
  --cb-aqua-soft:#e5fbfa;
  --cb-ink:#102b38;
  --cb-muted:#667985;
  --cb-line:#e4ebee;
  --cb-surface:#ffffff;
  --cb-page:#f7fafb;
  --cb-success:#23c77b;
  --cb-warning:#f2aa2a;
  --cb-blue:#20aee8;
  --cb-radius:12px;
  --cb-shadow:0 8px 24px rgba(8,27,35,.08);
}

html{scroll-behavior:smooth}
body{background:var(--cb-page);color:var(--cb-ink)}
.site-header{background:var(--cb-navy);color:#fff;border:0;box-shadow:none}
.brand-wrap,.site-header a{color:#fff}
.brand-mark{overflow:hidden;color:var(--cb-aqua);background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.2)}
.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}
.brand{font-weight:800;letter-spacing:-.025em}
.tagline{color:#c4d4d9}
.primary-nav a{color:#eef6f7}
.primary-nav a:hover,.primary-nav a.active{color:var(--cb-aqua)}
.primary-nav a.active:after{background:var(--cb-aqua)}
.header-login,.header-logout{background:var(--cb-aqua);color:var(--cb-ink)!important;border:0;border-radius:8px;font-weight:800}
.header-login:hover,.header-logout:hover{background:#5cebe4}
.button-aqua,.button-primary{background:var(--cb-aqua);border-color:var(--cb-aqua);color:#0b2b35;font-weight:800}
.button-aqua:hover,.button-primary:hover{background:#57ebe4;border-color:#57ebe4;color:#0b2b35}
.button-soft{background:#ddf7f6;color:#14717a;border-color:#ddf7f6}
.badge{border-radius:999px;font-weight:800}
.badge.open,.badge.registration_open{background:var(--cb-success);color:#fff}
.badge.planned,.badge.upcoming{background:var(--cb-blue);color:#fff}
.badge.full,.badge.closed{background:var(--cb-warning);color:#17252d}

/* Marketing landing page */
.marketing-page{background:#fff}
.marketing-page .container{width:100%;max-width:none;margin:0;padding:0}
.marketing-page .site-header{min-height:72px;padding-left:max(32px,calc((100vw - 1180px)/2));padding-right:max(32px,calc((100vw - 1180px)/2))}
.marketing-hero{position:relative;min-height:470px;border-radius:0;background-image:url('/static/hero-lake.jpg');background-position:center 50%;background-size:cover;display:flex;align-items:center;padding:48px max(38px,calc((100vw - 1180px)/2)) 34px;overflow:hidden}
.marketing-hero .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,27,.92) 0%,rgba(4,20,27,.72) 44%,rgba(4,20,27,.2) 72%,rgba(4,20,27,.02) 100%)}
.hero-content{position:relative;z-index:1;max-width:610px;color:#fff}
.hero-content h1{font-size:64px;line-height:.96;margin:0 0 10px;letter-spacing:-.045em;font-weight:850}
.hero-content h2{font-size:32px;line-height:1.12;margin:0 0 16px;max-width:560px;font-weight:800;color:#fff}
.hero-content>p{font-size:18px;line-height:1.48;margin:0 0 24px;max-width:560px;color:#edf7f8}
.hero-content .actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-content .button-xl{min-height:50px;padding:0 24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}
.button-outline-light{background:rgba(7,28,36,.22);border:1.5px solid var(--cb-aqua);color:#fff}
.button-outline-light:hover{background:rgba(46,229,220,.12);color:#fff}
.trust-row{display:grid;grid-template-columns:repeat(4,max-content);gap:44px;margin-top:38px;padding:0;border:0;text-transform:uppercase;font-size:12px;letter-spacing:.03em;color:#f4fbfb}
.trust-row span{display:flex;gap:10px;align-items:center}
.trust-row .ui-icon{width:25px;height:25px}

.benefit-grid{max-width:1180px;margin:28px auto 34px;padding:0 22px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;background:#fff}
.benefit-grid article{min-height:210px;padding:18px 14px 20px;text-align:center;border:1px solid var(--cb-line);border-radius:4px;box-shadow:none;background:#fff;display:flex;flex-direction:column;align-items:center}
.benefit-grid i{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:var(--cb-aqua-soft);color:#11878d;margin-bottom:14px}
.benefit-grid i .ui-icon{width:30px;height:30px}
.benefit-grid h3{font-size:16px;line-height:1.25;margin:0 0 10px;color:#112c39}
.benefit-grid p{font-size:13px;line-height:1.5;margin:0;color:#536872}

.home-events{max-width:1180px;margin:0 auto;padding:0 28px 32px}
.home-events .section-heading{margin-bottom:18px}
.home-events h2{font-size:31px;letter-spacing:-.025em;margin:0 0 4px}
.home-events .section-heading p{margin:0;color:#536872}
.home-events .text-link{color:#0d8c92;font-weight:700}
.public-event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.public-event-card{overflow:hidden;border:1px solid var(--cb-line);border-radius:7px;background:#fff;box-shadow:0 3px 12px rgba(8,27,35,.08)}
.public-event-card .event-image{height:160px;background-image:url('/static/hero-lake.jpg');background-size:cover;background-position:center;position:relative}
.event-date-tile{background:#fff;color:#102b38;border-radius:7px;box-shadow:0 4px 14px rgba(5,30,38,.18);font-weight:800;text-align:center;line-height:1}
.public-event-card .event-card-body{padding:14px}
.public-event-card h3{font-size:17px;margin:0 0 10px}
.public-event-card p{font-size:13px;margin:7px 0;color:#415963}
.public-event-card .button{margin-top:12px}

.platform-cta{min-height:320px;display:grid;grid-template-columns:1.12fr .88fr;background:var(--cb-navy);color:#fff;border-radius:0;overflow:hidden}
.platform-image{background:url('/static/cta-pike.jpg') center/cover no-repeat;min-height:320px}
.platform-cta>div:last-child{padding:42px 54px;display:flex;flex-direction:column;justify-content:center}
.platform-cta h2{font-size:34px;line-height:1.08;margin:0 0 14px;color:#fff}
.platform-cta p{font-size:15px;line-height:1.55;color:#e0eef1;max-width:500px}
.platform-cta .button{align-self:flex-start;margin-top:10px}
.site-footer{background:var(--cb-navy);color:#d9e6e9;padding:28px max(34px,calc((100vw - 1180px)/2));min-height:104px;border:0}
.site-footer>span:first-child{font-size:18px;font-weight:800;color:#fff}
.site-footer small{font-weight:400;color:#9fb4ba}

/* Event calendar + detail */
.events-page .container,.event-detail-page .container{max-width:1000px}
.events-heading h1{font-size:38px;letter-spacing:-.035em;margin-bottom:3px}
.events-heading p{color:#5f747d;margin-top:0}
.event-search{border-radius:9px}
.event-search input{border:1px solid #dfe7ea;background:#fff}
.filter-chips a{border-radius:999px;border:1px solid #dfe7ea;background:#fff;color:#334e59}
.filter-chips a.active{background:#118f96;border-color:#118f96;color:#fff}
.event-list-modern{display:grid;gap:14px}
.event-row-modern{background:#fff;border:1px solid var(--cb-line);border-radius:10px;box-shadow:none;overflow:hidden}
.event-thumb{background-image:url('/static/hero-lake.jpg');background-size:cover;background-position:center}
.event-row-modern h2{letter-spacing:-.02em}
.event-row-modern .species-line span{background:#edf9f9;border-color:#d2eeee;color:#28656a}

.event-detail-page{background:#f5f8f9}
.event-detail-page .event-cover{box-shadow:var(--cb-shadow)}
.event-overview{border-left:1px solid var(--cb-line);border-right:1px solid var(--cb-line)}
.event-overview h1{letter-spacing:-.03em}
.detail-tabs{background:#fff;border-left:1px solid var(--cb-line);border-right:1px solid var(--cb-line);border-bottom:1px solid var(--cb-line)}
.detail-tabs button.active{color:#058f96;border-bottom-color:#058f96}
.detail-tab-panels{border:1px solid var(--cb-line);border-top:0;background:#fff}
.ranking-visibility-card{background:#e9fbfa;border:0;border-radius:8px;color:#244953}
.toggle-state.on{background:#159ea4;color:#fff}

/* Participant views */
.angler-page{background:#f5f8f9}
.mobile-tournament-cockpit{background:linear-gradient(145deg,#103f51 0%,#082e3f 60%,#062936 100%)}
.countdown-card{border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.035)}
.cockpit-grid a{border:0}
.requirement-alert{border-radius:8px}
.latest-catch-list article{background:#fff}
.participant-more{border-radius:10px}

/* Ranking */
.ranking-page{background:#f7fafb}
.ranking-view-tabs{background:#fff;border-bottom:1px solid var(--cb-line)}
.ranking-view-tabs a.active{color:#009aa1;border-bottom-color:#009aa1}
.ranking-live-state{background:#ebfbf6;color:#159256;border-radius:7px;border:0}
.mobile-ranking-head{background:#f2f5f6;border-radius:7px;color:#425b65;font-weight:700}
.ranking-mobile-list details{border-bottom:1px solid #edf1f2}
.ranking-mobile-list details.current-user summary{background:#e8fbfa}
.catch-media-link{color:#087f86;font-weight:700}

/* Submission wizard */
.submit-page{background:#f7fafb}
.submission-steps button.active b{background:#0aa3aa;color:#fff}
.submission-steps button.active span{color:#0b3e49;font-weight:800}
.file-card{background:#fff}
.file-placeholder:before{content:'＋';display:grid;place-items:center;width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:#edf7f8;color:#28576a;font-size:32px;font-weight:300}
.wizard-panel label>span{color:#243e48;font-weight:700}
.wizard-panel input,.wizard-panel select,.wizard-panel textarea{background:#fff;border:1px solid #dbe5e9;border-radius:7px}

@media(min-width:581px){
  .site-header{min-height:72px;height:72px}
  .brand-mark{width:44px;height:44px}
  .brand-mark img{width:44px;height:44px}
  .brand{font-size:22px}
  .tagline{font-size:11px}
  .primary-nav{gap:32px}
  .primary-nav a{font-size:14px}
  .header-login,.header-logout{min-height:38px;padding:0 24px}
}

@media(max-width:900px) and (min-width:581px){
  .public-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefit-grid{grid-template-columns:repeat(3,1fr)}
  .platform-cta{grid-template-columns:1fr}
  .platform-image{min-height:260px}
}

@media(max-width:580px){
  :root{--cb-shadow:0 4px 14px rgba(8,27,35,.08)}
  body{background:#f8fafb;color:#102b38;padding-bottom:calc(68px + env(safe-area-inset-bottom))}
  .site-header{height:72px;min-height:72px;padding:0 18px;background:var(--cb-navy-2)!important}
  .brand-wrap{gap:7px}
  .brand-mark{width:40px;height:42px;color:var(--cb-aqua)}
  .brand-mark img{width:40px;height:40px}
  .brand{font-size:19px;line-height:1}
  .tagline{font-size:9px;line-height:1.15;margin-top:2px}
  .mobile-menu summary{padding:8px 0;color:#fff}
  .mobile-menu summary .ui-icon{width:28px;height:28px}
  .mobile-menu nav{top:72px;background:var(--cb-navy-2)}
  .container{width:calc(100% - 28px);margin:14px auto 0}

  /* mobile landing */
  .marketing-page .site-header{padding:0 18px}
  .marketing-page .container{width:100%;margin:0}
  .marketing-hero{min-height:435px;padding:48px 22px 22px;background-position:67% center;align-items:flex-start}
  .marketing-hero .hero-shade{background:linear-gradient(90deg,rgba(3,23,31,.93) 0%,rgba(3,23,31,.78) 54%,rgba(3,23,31,.36) 100%)}
  .hero-content{max-width:310px}
  .hero-content h1{font-size:41px;line-height:.98;margin-bottom:8px}
  .hero-content h2{font-size:25px;line-height:1.08;max-width:280px;margin-bottom:14px}
  .hero-content>p{font-size:14px;line-height:1.45;max-width:285px;margin-bottom:20px}
  .hero-content .actions{display:grid;grid-template-columns:1fr;gap:10px;width:250px}
  .hero-content .button-xl{min-height:47px;padding:0 16px;font-size:14px}
  .trust-row{grid-template-columns:repeat(3,1fr);gap:6px;width:285px;margin-top:24px}
  .trust-row span{font-size:10px;flex-direction:column;gap:5px;text-align:center}
  .trust-row span:last-child{display:none}
  .trust-row .ui-icon{width:25px;height:25px}

  .benefit-grid{display:block;margin:0 14px 22px;padding:5px 14px;border-radius:15px;box-shadow:0 2px 10px rgba(7,31,40,.07)}
  .benefit-grid article{min-height:0;display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto auto;column-gap:10px;text-align:left;padding:14px 0;border:0;border-bottom:1px solid #edf1f2;border-radius:0;background:#fff}
  .benefit-grid article:last-child{border-bottom:0}
  .benefit-grid i{grid-row:1/3;width:46px;height:46px;margin:0;background:var(--cb-aqua-soft)}
  .benefit-grid i .ui-icon{width:24px;height:24px}
  .benefit-grid h3{font-size:14px;margin:0 0 3px;align-self:end}
  .benefit-grid p{font-size:11px;line-height:1.45;margin:0}
  .home-events{padding:0 18px 24px}
  .home-events h2{font-size:25px}
  .public-event-grid{grid-template-columns:1fr;gap:12px}
  .public-event-card{display:grid;grid-template-columns:112px 1fr;min-height:126px}
  .public-event-card .event-image{height:100%;min-height:126px}
  .public-event-card .event-card-body{padding:11px}
  .public-event-card h3{font-size:14px;margin-bottom:6px}
  .public-event-card p{font-size:10px;margin:4px 0}
  .public-event-card .button{font-size:11px;min-height:32px;padding:0 8px;margin-top:7px}
  .platform-cta{display:block;min-height:0}
  .platform-image{min-height:220px}
  .platform-cta>div:last-child{padding:28px 22px 32px}
  .platform-cta h2{font-size:27px}
  .platform-cta p{font-size:13px}
  .site-footer{display:none}

  /* bottom nav */
  .mobile-bottom-nav,.participant-bottom-nav{height:calc(66px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dfe8eb;box-shadow:0 -4px 14px rgba(6,31,40,.06)}
  .mobile-bottom-nav a,.participant-bottom-nav a{color:#72818a}
  .mobile-bottom-nav a.active,.participant-bottom-nav a.active{color:#079ba2}
  .mobile-bottom-nav a span,.participant-bottom-nav a span{font-size:10px}

  /* events list */
  .events-page .container{width:calc(100% - 28px);margin-top:14px}
  .events-heading h1{font-size:26px;margin:0}
  .events-heading p{font-size:13px;margin:2px 0 12px}
  .events-heading .eyebrow{display:none}
  .event-search{display:block;margin-bottom:12px}
  .event-search input{width:100%;height:42px;border-radius:8px;padding-left:38px;background:#fff}
  .event-search .button{display:none}
  .filter-chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
  .filter-chips::-webkit-scrollbar{display:none}
  .filter-chips a{white-space:nowrap;padding:6px 11px;font-size:10px}
  .event-list-modern{gap:13px}
  .event-row-modern{display:grid;grid-template-columns:108px minmax(0,1fr);gap:10px;position:relative;padding:0;background:transparent;border:0;border-radius:0;overflow:visible}
  .event-thumb{height:128px;border-radius:7px}
  .event-row-modern>div:nth-child(2){padding:2px 22px 0 0}
  .event-row-modern .badge{font-size:9px;padding:4px 7px;float:right}
  .event-row-modern h2{font-size:14px;margin:6px 0 7px;clear:both}
  .event-row-modern p{font-size:10px;margin:4px 0;gap:5px}
  .event-row-modern .ui-icon{width:13px;height:13px}
  .event-row-modern .species-line{display:none}
  .event-row-modern>.button{position:absolute;inset:0;background:transparent!important;border:0;color:transparent!important;font-size:0}
  .event-row-modern>.button:after{content:'›';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:27px;font-weight:300;color:#335b66}
  .event-date-tile{min-width:43px;padding:6px 5px;left:7px;top:7px;font-size:9px}
  .event-date-tile b{font-size:19px}
  .event-date-tile small{font-size:8px}

  /* public event detail: reference-style full-width mobile screen */
  .event-detail-page .site-header{display:none}
  .event-detail-page .container{width:100%;max-width:none;margin:0;padding:0}
  .event-detail-page .back-link{height:54px;margin:0;padding:0 18px;display:flex;align-items:center;background:var(--cb-navy-2);color:#fff;font-size:13px;font-weight:700;border:0}
  .event-cover{height:190px;border-radius:0;background-position:center}
  .event-cover>.badge{right:14px;top:12px;font-size:10px;padding:6px 9px}
  .event-cover .event-date-tile{left:18px;top:14px}
  .event-overview{padding:15px 18px 16px;border:0;box-shadow:none}
  .event-overview h1{font-size:23px;margin:0 0 12px}
  .event-overview .tournament-logo{width:28px;height:28px}
  .event-facts{display:block}
  .event-facts p{font-size:13px;margin:7px 0;gap:9px}
  .event-facts .ui-icon{width:17px;height:17px}
  .event-overview>.button{height:45px;margin-top:14px;border-radius:7px;font-size:14px}
  .detail-tabs{position:sticky;top:0;z-index:5;margin:0;padding:0 12px;border:0;border-top:1px solid #edf1f2;border-bottom:1px solid #edf1f2;display:grid;grid-template-columns:repeat(4,1fr)}
  .detail-tabs button{font-size:11px;padding:13px 4px;background:#fff}
  .detail-tab-panels{padding:0 16px 18px;border:0;background:#fff}
  .detail-tab-panels>.panel{padding:16px 0;margin:0;border:0;box-shadow:none}
  .ranking-visibility-card{padding:12px 13px;font-size:11px}
  .toggle-state{font-size:9px}

  /* participant cockpit */
  .angler-page .site-header{height:70px;min-height:70px;background:var(--cb-navy-2)!important}
  .angler-page .container{width:100%;margin:0;padding:0 14px;background:var(--cb-navy-2)}
  .angler-page .participant-header,.desktop-participations{display:none}
  .mobile-tournament-cockpit{margin:0 -14px;padding:11px 14px 15px;background:linear-gradient(145deg,#123e52,#082f40);gap:11px}
  .cockpit-title{padding:0 1px 7px}
  .cockpit-title strong{font-size:15px;color:#fff}
  .cockpit-title small{font-size:10px;color:#b8d0d6}
  .cockpit-title>a{color:#fff}
  .cockpit-title>a .ui-icon{width:23px;height:23px}
  .countdown-card{min-height:76px;padding:13px 15px;border-radius:10px}
  .countdown-card .ui-icon{width:36px;height:36px}
  .countdown-card strong{font-size:21px}
  .countdown-card small{font-size:12px}
  .mobile-tournament-cockpit>.button{height:53px;min-height:53px;border-radius:7px;background:var(--cb-aqua);font-size:17px}
  .cockpit-grid{grid-template-columns:repeat(2,1fr);gap:9px}
  .cockpit-grid a{min-height:100px;border-radius:9px;background:#fff;box-shadow:none}
  .cockpit-grid .ui-icon{width:28px;height:28px;color:#1c4d60}
  .cockpit-grid span,.cockpit-grid strong{font-size:13px}
  .cockpit-event-code{font-size:10px;color:#c0d5da;padding:2px}
  .mobile-latest-catches{margin:0 -1px 16px;padding:14px 11px;border-radius:10px;background:#fff}
  .mobile-section-title h2{font-size:17px}
  .latest-catch-list article{grid-template-columns:80px 1fr auto;gap:9px;padding-bottom:10px}
  .latest-catch-list img,.latest-catch-list video,.catch-media-placeholder{width:80px;height:80px;border-radius:5px;object-fit:cover}
  .latest-catch-list article strong,.latest-catch-list article b{font-size:13px}
  .latest-catch-list article small{font-size:10px}
  .latest-catch-list .badge{font-size:9px;padding:4px 6px}
  .angler-page #fanghistorie,.angler-page #nachrichten,.angler-page #mehr{margin:0 0 14px;border:0;border-radius:10px;box-shadow:none;background:#fff}

  /* submission screen */
  .submit-page .site-header{display:none}
  .submit-page .container{width:100%;margin:0;padding:0;background:#fff;min-height:calc(100vh - 66px)}
  .submit-page .back-link{height:55px;margin:0;padding:0 17px;background:var(--cb-navy-2);color:#fff;display:flex;align-items:center;font-size:12px;font-weight:700}
  .submit-page .detail-header{margin:0;padding:0 18px 10px;background:var(--cb-navy-2);color:#fff;border:0}
  .submit-page .detail-header .eyebrow,.submit-page .detail-header p,.submit-page .detail-header>.badge{display:none}
  .submit-page .detail-header h1{font-size:17px;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .submit-page .challenge-ticket{display:none}
  .submit-page .wizard-form{padding:0 17px 18px}
  .submission-steps{margin:15px 0 16px;display:grid;grid-template-columns:repeat(3,1fr);position:relative}
  .submission-steps:before{content:'';position:absolute;left:17%;right:17%;top:14px;height:1px;background:#d8e2e6;z-index:0}
  .submission-steps button{position:relative;z-index:1;background:transparent;font-size:10px;color:#788991}
  .submission-steps b{width:28px;height:28px;margin:auto auto 4px;background:#fff;border:1px solid #cfdbe0;color:#72838b}
  .submission-steps button.active b{border-color:#0ca4aa;background:#0ca4aa;color:#fff}
  .submit-page .section-panel{padding:0;border:0;box-shadow:none;background:#fff}
  .submit-page .panel-header h2{font-size:15px;margin-bottom:3px}
  .submit-page .panel-header p{font-size:11px;color:#73848c}
  .submit-page .panel-header .eyebrow{display:none}
  .submit-page .file-card{min-height:215px;border:1px dashed #b6c8ce;border-radius:8px;background:#fbfdfe;display:flex;align-items:center;justify-content:center;text-align:center;padding:22px}
  .submit-page .file-placeholder strong{font-size:14px}
  .submit-page .file-placeholder span{font-size:10px;line-height:1.45;color:#72838b}
  .submit-page .file-name{font-size:10px}
  .submit-page .form-grid,.submit-page .form-grid-3{grid-template-columns:1fr;gap:11px}
  .submit-page label>span{font-size:12px}
  .submit-page input,.submit-page select,.submit-page textarea{min-height:43px;font-size:14px}
  .wizard-actions{margin-top:16px}
  .wizard-actions .button{width:100%;min-height:46px;border-radius:7px}

  /* ranking screen */
  .ranking-page .site-header{display:none}
  .ranking-page .container{width:100%;margin:0;padding:0 14px;background:#fff;min-height:calc(100vh - 66px)}
  .ranking-page .detail-header{height:58px;margin:0 -14px;padding:0 17px;background:var(--cb-navy-2);display:flex;align-items:center;border:0}
  .ranking-page .detail-header .eyebrow,.ranking-page .detail-header p,.ranking-page .ranking-refresh{display:none}
  .ranking-page .detail-header h1{font-size:16px;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ranking-page .detail-header .tournament-logo{width:22px;height:22px}
  .ranking-view-tabs{position:sticky;top:0;z-index:5;margin:0 -14px 12px;padding:0 10px;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:none}
  .ranking-view-tabs a{padding:13px 2px;font-size:10px;text-align:center;color:#536b75;border-bottom:2px solid transparent}
  .ranking-view-tabs a.active{color:#01979f;border-bottom-color:#01979f}
  .top-three{display:none}
  .ranking-panel{padding:0!important;margin:0;border:0!important;box-shadow:none!important}
  .ranking-panel .panel-header{display:none}
  .ranking-live-state{margin:0 0 12px;padding:11px 12px;font-size:11px}
  .mobile-ranking-head{display:grid;grid-template-columns:34px 1fr 70px;gap:8px;padding:9px 7px;font-size:10px}
  .ranking-mobile-list details{border:0;border-bottom:1px solid #edf1f2}
  .ranking-mobile-list summary{grid-template-columns:28px minmax(0,1fr) 70px;gap:8px;min-height:52px;padding:9px 7px}
  .ranking-mobile-list summary strong{font-size:12px;font-weight:600}
  .ranking-mobile-list summary small{font-size:9px;color:#7b8b92}
  .ranking-mobile-list summary>b{font-size:12px;text-align:right}
  .position-number{width:24px;height:24px;min-width:24px;font-size:11px}
  .ranking-mobile-list details:nth-of-type(1) .position-number{background:#ffe36e;color:#6c5617}
  .ranking-mobile-list details:nth-of-type(2) .position-number{background:#dfe7ed;color:#3d5661}
  .ranking-mobile-list details:nth-of-type(3) .position-number{background:#e8b58f;color:#69452d}
  .ranking-mobile-list details.current-user summary{background:#e4f8f7;border-radius:6px}
  .mobile-catch-breakdown article{font-size:11px}
  .ranking-page .table-wrap{display:none}
}


/* Participant profile and simplified mobile navigation */
.participant-bottom-nav{grid-template-columns:repeat(3,1fr)!important}
.ranking-person{display:flex;align-items:center;gap:9px;min-width:0}
.ranking-person>div{min-width:0}
.participant-avatar{display:inline-flex;width:30px;height:30px;min-width:30px;border-radius:50%;overflow:hidden;align-items:center;justify-content:center;background:#dff4f3;color:#087f87;font-size:12px;font-weight:800;text-transform:uppercase}
.participant-avatar img{width:100%;height:100%;object-fit:cover}
.top-three .participant-avatar{width:36px;height:36px;min-width:36px}
.profile-page{background:#f5f8f9}
.profile-header{align-items:center}
.profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px}
.profile-card{margin:0}
.profile-card h2{margin:4px 0 8px}
.profile-card p{color:#62757e}
.profile-photo-preview{width:112px;height:112px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#dff4f3;color:#087f87;font-size:34px;font-weight:800;margin-bottom:16px}
.profile-photo-preview img{width:100%;height:100%;object-fit:cover}
.profile-photo-form,.profile-name-form{display:grid;gap:10px;margin-top:16px}
.profile-photo-form input,.profile-name-form input{width:100%}
.profile-photo-form small,.profile-name-form small{color:#667981}
.profile-actions{display:grid;gap:8px;margin:14px 0}
.profile-actions a{padding:11px 12px;border:1px solid #dce6e9;border-radius:8px;color:#087f87;font-weight:700}
.profile-tournaments{grid-column:1/-1}
.profile-tournaments article{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #edf1f2}
.profile-tournaments article:last-child{border-bottom:0}
.profile-tournaments article div{display:flex;gap:10px;align-items:center}
.profile-tournaments article>div:first-child{display:grid;gap:2px}
.profile-tournaments small{color:#71828a}
.profile-tournaments a{color:#087f87;font-weight:700}
@media(max-width:580px){
  .profile-page .site-header{display:none}
  .profile-page .container{width:100%;margin:0;padding:0 14px 24px;background:#f5f8f9;min-height:calc(100vh - 66px)}
  .profile-header{margin:0 -14px 14px;padding:20px 18px;background:#082f3e;color:#fff}
  .profile-header h1{color:#fff;font-size:22px}
  .profile-header .eyebrow,.profile-header p,.profile-header .participant-id{display:none}
  .profile-layout{grid-template-columns:1fr;gap:12px}
  .profile-card{padding:16px;border:0;border-radius:10px;box-shadow:none}
  .profile-photo-preview{width:88px;height:88px;font-size:28px}
  .profile-tournaments{grid-column:auto}
  .profile-tournaments article{align-items:flex-start}
  .ranking-person{gap:8px}
  .participant-avatar{width:28px;height:28px;min-width:28px;font-size:11px}
}
