:root{--font-sans: Arial, sans-serif;--color-text: #222;--color-text-on-dark: #fff;--color-muted: #555;--color-accent: #4CAF50;--color-accent-hover: #45a049;--color-accent-soft: #e9f6ec;--surface: rgba(255, 255, 255, .9);--surface-2: #f9f9f9;--border: #ddd;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 10px;--shadow-md: 0px 0px 15px rgba(0, 0, 0, .3);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--container-pad: 20px}html,body{height:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);color:var(--color-text-on-dark);background-image:var(--app-bg-url);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;display:flex;flex-direction:column;min-height:100vh}a{color:inherit}.top-buttons{display:flex;gap:10px;margin:var(--space-5);flex-wrap:wrap}@media (max-width: 768px){body{background-attachment:scroll}}html,body{height:100%;margin:0}.app-shell__content{flex:1 0 auto;display:block}.app-main{flex:1;display:block}body{overflow-x:hidden}@media (max-width: 600px){html,body{height:auto;min-height:100vh}body{min-height:100vh;background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:scroll}}.legal-page{max-width:920px;width:calc(100% - 24px);margin:20px auto 56px;padding:24px calc(16px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left));box-sizing:border-box;background-color:#fff;background:var(--card-bg, rgba(255, 255, 255, .96));border:1px solid var(--card-border, rgba(0, 0, 0, .12));border-radius:18px;box-shadow:var(--card-shadow, 0 12px 34px rgba(0, 0, 0, .16));color:var(--text, rgba(0, 0, 0, .92));line-height:1.65;overflow-x:hidden;word-break:break-word}.legal-page h1{margin:0 0 18px;font-size:clamp(22px,6vw,34px);line-height:1.15;letter-spacing:.2px}.legal-page h2{margin:26px 0 12px;font-size:clamp(16px,4.5vw,20px);line-height:1.3}.legal-page h3{margin:20px 0 8px;font-size:15px;opacity:.95}.legal-page p{margin:0 0 14px;opacity:.95;font-size:clamp(14px,3.8vw,16px)}.legal-page strong{color:var(--text-strong, rgba(0, 0, 0, .92))}.legal-page em{opacity:.85}.legal-page ul,.legal-page ol{margin:12px 0 16px;padding-left:20px}.legal-page li{margin:8px 0;font-size:clamp(14px,3.8vw,16px);opacity:.95}.legal-page hr{border:0;height:1px;margin:24px 0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.14),transparent);opacity:.9}.legal-page a{color:var(--link, #0a84ae);text-decoration:none;border-bottom:1px dashed rgba(10,132,174,.45);transition:all .2s ease}.legal-page a:hover{border-bottom-style:solid;opacity:.95}.legal-page a,.legal-page p,.legal-page li{overflow-wrap:anywhere}@media (max-width: 520px){.legal-page{margin:14px auto 44px;border-radius:16px;width:calc(100% - 20px);padding:20px calc(14px + env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left))}.legal-page h2{margin-top:20px}.legal-page p,.legal-page li{line-height:1.6}}@media (max-width: 360px){.legal-page{width:calc(100% - 16px);padding-left:calc(12px + env(safe-area-inset-left));padding-right:calc(12px + env(safe-area-inset-right))}.legal-page h1{font-size:20px}.legal-page h2{font-size:15px}.legal-page p,.legal-page li{font-size:14px}}.btn{display:inline-block;padding:10px 15px;font-size:18px;border:none;border-radius:5px;cursor:pointer;text-decoration:none}.btn--primary{background-color:var(--color-accent);color:var(--color-text-on-dark)}.btn--primary:hover{background-color:var(--color-accent-hover)}.btn.btn--primary.is-active{background-color:#006335;border-color:#004912}.btn--toggle{padding:6px 14px;font-size:14px;border-radius:var(--radius-sm);border:1px solid var(--color-accent);background-color:#fff;color:var(--color-accent)}.btn--toggle:hover{background-color:var(--color-accent-soft)}.btn--toggle.is-active{background-color:var(--color-accent);color:#fff}.btn--danger{background:#d9534f;color:#fff}.btn--danger:hover{filter:brightness(.95)}.btn--ghost{background:transparent;border:2px solid rgba(0,0,0,.2);color:#111}.btn--ghost:hover{border-color:#00000059;background:#0000000a}.btn--edit{background:orange;color:#fff}.btn-back{background:#4caf50;color:#fff}.btn.btn--link{background:transparent;border:0;padding:0;margin-left:10px;font:inherit;color:inherit;text-decoration:underline;opacity:.85;cursor:pointer}.btn.btn--link:hover{opacity:1}.btn--block{width:100%}.btn--sm{padding:6px 10px;font-size:14px;line-height:1.1}.event-hero__left-actions{display:inline-flex;align-items:center;gap:10px}.event-hero__titlebar .event-hero__left-actions>.btn,.event-hero__titlebar .event-hero__right-stack>.btn,.event-hero__titlebar .event-hero__right-stack form .btn{height:44px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;box-sizing:border-box}.btn--soon{flex-direction:column;gap:1px;line-height:1.05;background:linear-gradient(180deg,#b48cff,#8a5de8);border:1px solid #7a4dd8;color:#fff;border-radius:5px}.btn--soon[disabled]{cursor:not-allowed;pointer-events:none;opacity:.9}.btn--soon__title{font-size:15px;font-weight:800;line-height:1.05}.btn--soon__sub{font-size:11px;font-weight:700;opacity:.95;line-height:1.05}.ticket-link{display:inline-block;padding:8px 14px;border-radius:8px;font-weight:700;text-decoration:none;background:#2b7cff;color:#fff}.ticket-link:hover{filter:brightness(.92)}.top-create__chev{margin-left:8px;font-weight:900}.top-create__panel{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fffffffa;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 18px 40px #0000002e;padding:8px;z-index:9999}.top-create[open] .top-create__panel{display:block}.top-buttons{position:relative;z-index:auto}.top-buttons:has(.top-create[open]){z-index:10000}.badge{display:inline-block;padding:2px 8px;font-size:12px;border-radius:10px;margin-left:8px;vertical-align:middle}.card{background-color:var(--surface);color:var(--color-text);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:14px 14px 10px;margin:8px 0 14px;--card-pad-x: 14px;--card-pad-top: 14px}.card--scroll{overflow-y:auto}.list-item{padding:15px;margin-bottom:15px;background-color:var(--surface-2);border:1px solid var(--border);border-radius:5px;display:flex;align-items:center;color:#333}@media (max-width: 768px){.card{border-radius:clamp(10px,2.5vw,14px);padding:clamp(10px,2.2vw,14px);margin:clamp(6px,1.5vw,8px) 0 clamp(10px,2.5vw,14px);box-shadow:0 clamp(2px,.8vw,6px) clamp(6px,1.5vw,12px) rgba(0,0,0,var(--shadow-opacity, .1));--card-pad-x: clamp(10px, 2.2vw, 14px);--card-pad-top: clamp(10px, 2.2vw, 14px)}.list-item{padding:clamp(10px,2.2vw,15px);margin-bottom:clamp(10px,2.5vw,15px);border-radius:clamp(4px,1vw,5px);flex-wrap:wrap}}@media (max-width: 520px){.card{border-radius:clamp(8px,2vw,12px);padding:clamp(10px,2vw,12px);margin:clamp(6px,1.5vw,8px) 0 clamp(8px,2vw,12px);--card-pad-x: clamp(10px, 2vw, 12px);--card-pad-top: clamp(10px, 2vw, 12px)}.list-item{flex-direction:column;align-items:flex-start;padding:clamp(10px,2vw,12px);margin-bottom:clamp(8px,2vw,12px);gap:clamp(8px,2vw,10px)}}.form{width:100%}.form__label{font-weight:700;display:block;margin-top:6px}.form__control{width:100%;padding:10px;margin:8px 0 14px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:var(--color-text);background:#fff}.form__textarea{min-height:220px;line-height:1.4;resize:vertical;white-space:pre-wrap;word-break:break-word;font-family:inherit}.form__hint{font-size:12px;opacity:.8;margin-top:-4px;color:var(--color-muted)}.form__error{color:#c0392b;font-size:14px;margin-bottom:10px}.form__error-list{margin:8px 0 0;padding-left:18px}.form__row{display:flex;gap:14px;flex-wrap:wrap}.form__col{flex:1;min-width:220px}.form__block{margin-top:10px}.form__check{display:flex;gap:10px;align-items:center;margin-top:8px}.form__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.form__meta{font-size:12px;opacity:.8;margin-top:6px;padding:12px 10px}.image-cropper-component{width:100%;flex:0 0 100%}@media (max-width: 768px){.form__label{font-size:clamp(12px,2.6vw,14px);margin-top:clamp(4px,1vw,6px)}.form__control{padding:clamp(8px,1.5vw,10px);margin:clamp(6px,1.5vw,8px) 0 clamp(10px,2.2vw,14px);border-radius:clamp(5px,1.2vw,6px);font-size:clamp(13px,2.8vw,16px)}.form__textarea{min-height:clamp(150px,40vw,220px)}.form__hint{font-size:clamp(10px,2.2vw,12px)}.form__error{font-size:clamp(12px,2.6vw,14px)}.form__row{gap:clamp(10px,2.5vw,14px)}.form__col{min-width:clamp(150px,40vw,220px)}.form__block{margin-top:clamp(8px,2vw,10px)}.form__check{gap:clamp(8px,2vw,10px);margin-top:clamp(6px,1.5vw,8px)}.form__actions{gap:clamp(8px,2vw,10px);margin-top:clamp(10px,2.5vw,14px)}.form__actions button,.form__actions a{font-size:clamp(12px,2.6vw,14px)}.form__meta{font-size:clamp(10px,2.2vw,12px);padding:clamp(10px,2vw,12px)}}@media (max-width: 520px){.form__row{flex-direction:column;gap:clamp(8px,2vw,10px)}.form__col{width:100%;min-width:0}}.modal-backdrop{display:none;position:fixed;inset:0;background:#0009;z-index:999}.modal{display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(900px,92vw);max-height:90vh;background:#fff;color:#000;padding:18px;border-radius:10px;box-shadow:0 10px 30px #00000040;z-index:1000;overflow:hidden;box-sizing:border-box;text-align:center}.modal.image-cropper-modal{width:min(520px,94vw);max-height:90dvh;display:flex;flex-direction:column}.modal__panel--no-scroll{overflow:hidden}.modal__panel{background-color:#ffffffe6;padding:20px;border-radius:10px;width:100%;box-shadow:0 0 15px #0000004d;position:relative}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.modal,.modal *{box-sizing:border-box}.modal__title{font-weight:800;margin:0 0 10px}.modal__content{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4CAF50 #ddd}.modal__close{font-size:24px;cursor:pointer;background:none;border:none;line-height:1}.modal__content::-webkit-scrollbar{width:8px}.modal__content::-webkit-scrollbar-thumb{background-color:#4caf50;border-radius:4px}.modal__content::-webkit-scrollbar-track{background:#ddd}.modal__text{margin:0;color:#000}.form-input{width:100%;padding:10px;font-size:16px;border-radius:5px;border:1px solid #ddd}.cropper-stage{width:100%;aspect-ratio:16 / 9;max-height:60vh;margin:0 auto;background:#111;border-radius:8px;overflow:hidden;position:relative}.modal.image-cropper-modal .cropper-stage{max-height:72dvh}.modal__media{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.modal__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:12px}@media (max-width: 768px){.cropper-stage{max-height:52vh}.modal.image-cropper-modal .cropper-stage{max-height:74dvh}}.cropper-stage--circle{aspect-ratio:1 / 1;max-height:62vh;border-radius:999px;background:radial-gradient(circle at center,#1a1a1a,#0f0f0f 65%,#0b0b0b);overflow:hidden}.image-cropper-modal.is-circle .cropper-view-box,.image-cropper-modal.is-circle .cropper-face{border-radius:50%}.image-cropper-modal.is-circle .cropper-line,.image-cropper-modal.is-circle .cropper-point{opacity:.9}.image-cropper-modal.is-circle .cropper-view-box{box-shadow:0 0 0 2px #ffffffd9,0 0 0 6px #00000059}@media (max-width: 768px){.cropper-stage--circle{max-height:54vh}}.modal.modal--overlay{position:fixed;inset:auto 0 0 auto;transform:none;width:100%;max-height:none;background:transparent;padding:0;border-radius:0;box-shadow:none;display:none;align-items:center;justify-content:center;z-index:1200}.modal.modal--overlay .modal__backdrop{position:absolute;inset:0;background:#0009}.modal.modal--overlay .modal__card{position:relative;width:min(900px,92vw);max-height:90vh;background:#fff;color:#000;padding:18px;border-radius:10px;box-shadow:0 10px 30px #00000040;display:flex;flex-direction:column;overflow:hidden;text-align:left}.modal.modal--overlay .modal__header{flex:0 0 auto;margin-bottom:12px}.modal.modal--overlay .modal__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:16px}#field-template-modal{position:fixed!important;inset:auto 0 0 auto!important;transform:none!important;width:100%!important;height:100%!important;max-height:none!important;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important;display:none;align-items:center;justify-content:center;z-index:1200!important;overflow:visible!important;text-align:left!important}#field-template-modal .modal__backdrop{position:absolute!important;inset:0!important;background:#0009!important}#field-template-modal .modal__card{position:relative!important;width:min(900px,92vw)!important;max-height:min(80vh,720px)!important;margin:0!important;background:#fff!important;color:#000!important;padding:18px!important;border-radius:10px!important;box-shadow:0 10px 30px #00000040!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}#field-template-modal .modal__body{flex:1 1 auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:16px!important}@media (max-width: 520px){.image-cropper-modal__stage{aspect-ratio:auto;height:60dvh;max-height:none}}.page-shell{width:66%;max-width:66%;margin:20px auto;padding:30px}.page-shell.card{background-color:var(--surface);color:var(--color-text)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell__content{flex:1}@media (max-width: 768px){.page-shell{width:92%;max-width:92%;padding:18px;margin:14px auto}}.media-preview-wrapper{margin-top:4px;margin-bottom:14px;max-width:100%}.media-preview-16x9{position:relative;width:100%;padding-top:56.25%;border-radius:var(--radius-md);overflow:hidden;background:#eee;margin-bottom:8px;max-width:100%}.media-preview-16x9 img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-preview-square{position:relative;width:min(300px,100%);aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:transparent;max-width:100%;margin:0 auto 8px}.media-preview-square img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.media-preview--circle{border-radius:999px}.media-preview-wrapper img{max-width:100%}.event-list{display:flex;flex-direction:column;gap:14px}.event-list__item{display:grid;grid-template-columns:240px 1fr auto;gap:16px;align-items:start;padding:14px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:#ffffffeb;color:#222}.media-16x9{width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#eee}.media-16x9>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.event-list__title{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.event-list__title-text{font-weight:800;font-size:18px;line-height:1.2}.event-list__badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;font-size:14px;border-radius:8px;background:orange;color:#fff;border:none;cursor:not-allowed;white-space:nowrap}.badge--cancelled{background:#ff000024;color:#8a0000;border:1px solid rgba(255,0,0,.35)}.badge--private{background:#ffefd6;color:#9a6b00}.badge--mode{background:#e6f0ff;color:#1f4fa3}.event-list__meta{margin:0;display:grid;gap:6px}.event-list__meta-row{display:grid;grid-template-columns:130px 1fr;gap:10px}.event-list__meta-row dt{font-weight:700;color:#333}.event-list__meta-row dd{margin:0;color:#333}.event-list__actions{display:flex;justify-content:flex-end;align-items:start}.event-list__empty{padding:14px;border:1px dashed rgba(0,0,0,.2);border-radius:10px;background:#ffffffbf;color:#222}@media (max-width: 900px){.event-list__item{grid-template-columns:1fr}.event-list__actions{justify-content:flex-start}.event-list__meta-row{grid-template-columns:120px 1fr}}@media (max-width: 520px){.event-list__meta-row{grid-template-columns:1fr}.event-list__meta-row dt{opacity:.85}}.event-hero__image{display:block;width:calc(100% - 10px);margin:5px auto 0;aspect-ratio:16 / 9;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;background:transparent;border-radius:12px}.event-hero,.event-hero__media,.event-hero__image-wrap{width:100%;max-width:100%}.events-show-top+.card.page-shell{overflow:hidden;margin-top:8px}.event-hero__titlebar{display:flex;align-items:flex-start;justify-content:center;gap:12px;margin-bottom:18px}.event-hero__slot{flex:1;display:flex;align-items:flex-start}.event-hero__slot--left{justify-content:flex-start}.event-hero__slot--right{justify-content:flex-end}.event-hero__right-stack{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.event-hero__title{margin:0;text-align:center;font-size:30px;font-weight:800;color:#333;padding:24px 0}.event-hero__actions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:6px 0 10px;align-items:start}.action--share{grid-column:1;grid-row:1}.action--calendar{grid-column:2;grid-row:1}.action--cta{grid-column:3 / span 2;grid-row:1}.action--share,.action--calendar,.action--share.btn,.action--calendar.btn{width:100%}.action--tickets{grid-column:1;grid-row:2}.action--rulebook{grid-column:2;grid-row:2}.action--patch{grid-column:3;grid-row:2}.action--photos{grid-column:4;grid-row:2}.event-hero__cta-stack{display:flex;flex-direction:column;gap:6px}.event-hero__actions-grid form{margin:0;display:block}.event-hero__actions-grid .btn,.event-hero__actions-grid button.btn,.event-hero__actions-grid a.btn{width:100%;justify-self:stretch;min-height:32px;padding:6px 10px;font-size:13px;font-weight:700;line-height:1.05;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;transform:translateY(0);transition:transform .08s ease,filter .12s ease,box-shadow .12s ease;box-shadow:0 1px #00000014}.event-hero__actions-grid .action--cta .btn,.event-hero__actions-grid .btn.action--cta{width:100%;justify-self:stretch}.event-hero__actions-grid .action--cta .btn,.event-hero__actions-grid .action--cta button.btn,.event-hero__actions-grid .action--cta a.btn{width:100%!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0 10px!important;line-height:1!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.event-hero__actions-grid .team-note{width:100%;min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.event-hero__actions-grid .btn.btn--icon{width:100%;min-height:32px;padding:6px 10px;justify-content:center}.event-hero__actions-grid .action--share .btn.btn--icon,.event-hero__actions-grid .action--calendar .btn.btn--icon{padding:6px 8px;gap:4px}.event-hero__actions-grid .event-hero__btn--small{padding-left:12px;padding-right:12px}.event-hero__actions-grid .icon-share,.event-hero__actions-grid .icon-calendar{width:16px;height:16px}.event-hero__iconpair{display:contents}.event-hero__actions-grid .btn:active{transform:translateY(1px);box-shadow:0 0 #0000}.event-hero__actions-grid .btn.is-copied{filter:saturate(1.05) brightness(.95)}.event-hero__actions-grid .btn.is-error{filter:saturate(1.05) brightness(.92);opacity:.95}@media (max-width: 640px){.card.page-shell{padding-top:10px}.event-hero__image{margin:3px auto 0;width:calc(100% - 10px)}.event-hero__titlebar{flex-direction:column;align-items:center;gap:10px}.event-hero__slot{width:100%;justify-content:center}.event-hero__right-stack{align-items:center}.team-note{text-align:center}.event-hero__title{font-size:24px;padding:14px 0}.event-hero__actions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:6px 0 10px;align-items:start}.event-hero__actions-grid .team-note{min-height:36px}.action--share{grid-column:1;grid-row:1}.action--calendar{grid-column:2;grid-row:1}.action--cta{grid-column:3 / span 2;grid-row:1}.action--tickets{grid-column:1;grid-row:2}.action--rulebook{grid-column:2;grid-row:2}.action--patch{grid-column:3;grid-row:2}.action--photos{grid-column:4;grid-row:2}.team-note__desktop{display:none}.team-note__mobile{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.team-note__teamlink{background:none;border:0;padding:0;font:inherit;color:inherit;text-decoration:underline;cursor:pointer;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-check{width:16px;height:16px}.event-hero__actions-grid .btn,.event-hero__actions-grid button.btn,.event-hero__actions-grid a.btn{min-height:36px;padding:7px 10px;font-size:13px;white-space:nowrap}.event-hero__actions-grid .action--cta .btn,.event-hero__actions-grid .action--cta button.btn,.event-hero__actions-grid .action--cta a.btn{width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;padding:0 10px!important;line-height:1!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.btn-share__text{display:inline}.event-hero__actions-grid .btn--share{padding:6px 8px;gap:4px}.event-hero__actions-grid .btn--share .btn-share__text{display:inline;font-size:10px;line-height:1}}@media (max-width: 360px){.event-hero__actions-grid .btn--share .btn-share__text{display:none}}.btn-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:center}.btn-row-3>a,.btn-row-3>button,.btn-row-3>details,.btn-row-3>span{min-width:0}.btn-row-3 .btn{width:100%;text-align:center;justify-content:center}.btn-spacer{display:block;width:100%;height:100%;pointer-events:none;visibility:hidden}.top-create{position:relative;width:100%}.top-create>summary{list-style:none;cursor:pointer}.top-create>summary::-webkit-details-marker{display:none}.top-create__chev{margin-left:8px;font-weight:900;flex:0 0 auto}.top-create__panel{position:absolute;left:0;right:0;top:calc(100% + 8px);min-width:120px;background:#fffffffa;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 18px 40px #0000002e;padding:8px;z-index:9999}.top-create__item{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:800;color:#1f4fa3;background:#e6f0ff;border:1px solid rgba(0,0,0,.06);margin-bottom:8px;text-align:center}.top-create__item:last-child{margin-bottom:0}.peh-mode-filter{display:none;position:relative}.peh-mode-filter>summary{list-style:none;cursor:pointer}.peh-mode-filter>summary::-webkit-details-marker{display:none}.peh-mode-filter__chev{margin-left:8px;font-weight:900;flex:0 0 auto}.peh-mode-filter__panel{position:absolute;right:0;top:calc(100% + 8px);width:min(220px,80vw);background:#fffffffa;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 18px 40px #0000002e;padding:8px;z-index:200}.peh-mode-filter__item{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:800;color:#1f4fa3;background:#e6f0ff;border:1px solid rgba(0,0,0,.06);margin-bottom:8px;text-align:center}.peh-mode-filter__item:last-child{margin-bottom:0}.peh-mode-filter__item.is-active{outline:2px solid rgba(31,79,163,.35)}@media (max-width: 520px){.top-btn--mobile-only{display:block!important}.top-btn--desktop-only{display:none!important}.peh-top-buttons,.peh-view-toggle{margin:10px var(--space-5) 0 var(--space-5);display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:center!important}.peh-view-toggle-left,.peh-view-toggle-right{display:contents!important}.peh-view-toggle-left .btn.btn--toggle.is-active{display:none!important}.peh-top-buttons>a,.peh-top-buttons>details,.peh-top-buttons>span,.peh-view-toggle>a,.peh-view-toggle>details{min-width:0!important;margin:0!important}.peh-top-buttons>a.btn:not(.top-btn--mobile-only):not(:first-child){display:none!important}.peh-top-buttons>span:not(.top-btn--mobile-only){display:none!important}.peh-top-buttons>details{display:block!important}.peh-top-buttons .btn,.peh-view-toggle .btn.btn--toggle,.peh-mode-filter>summary.btn{width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;font-size:clamp(10px,2.6vw,13px)!important;padding:clamp(6px,1.2vw,8px) clamp(8px,2.2vw,12px)!important;line-height:1.1!important}.peh-top-buttons details,.peh-view-toggle details{min-width:0!important;max-width:100%!important}.peh-top-buttons details>summary,.peh-mode-filter>summary{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}}.detail-grid{display:flex;flex-direction:column;gap:14px;width:100%}.detail-grid__meta{display:flex;flex-direction:column;width:100%}.detail-grid__row{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;width:100%}.detail-grid__cell{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:6px 0;min-width:0}.detail-grid__details{width:100%;padding:12px 0;border-top:1px solid rgba(255,255,255,.12)}.detail-grid__label{font-weight:700;color:#555}.detail-grid__value{line-height:1.5;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.detail-grid__value a{target:_blank}.detail-grid__value a.detail-grid__link{color:#2b7cff;text-decoration:underline}.detail-grid__value .detail-link{text-decoration:underline}@media (max-width: 640px){.detail-grid{grid-template-columns:1fr}}@media (max-width: 720px){.detail-grid__row{grid-template-columns:1fr 1fr;gap:10px 12px}}.dt-mobile{display:none}@media (max-width: 720px){.dt-desktop{display:none}.dt-mobile{display:block;font-size:13px;font-weight:700;line-height:1.2}.dt-mobile__start,.dt-mobile__end,.detail-grid__cell--date .detail-grid__value{display:block}}.dt-desktop{white-space:nowrap}@media (max-width: 720px){.dt-mobile{white-space:normal}}.gm-mobile{display:none}@media (max-width: 720px){.gm-desktop{display:none}.gm-mobile{display:inline}.gm-mobile__main,.gm-mobile__sub{display:block;line-height:1.2}.gm-mobile__sub{font-weight:600;font-size:13px}}.share-box{width:100%;max-width:420px;background:#eef4ff;border:1px solid #d9e6ff;border-radius:10px;padding:10px}.share-box__label{font-weight:700;font-size:14px;color:#2b7cff;margin-bottom:6px;text-align:right}.share-box__row{display:flex;gap:8px;align-items:center}.share-box__input{flex:1;padding:8px 10px;border-radius:6px;border:1px solid #c9d7ff;background:#fff;font-size:13px;color:#333}.share-box__hint{display:block;margin-top:6px;font-size:12px;color:#446;text-align:right}.btn--info{background:#2b7cff;color:#fff;border:none}.overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:#0006;z-index:1100}.overlay.is-open{display:flex}.modal-card{width:min(560px,92vw);background:#fffffff7;color:#222;border-radius:14px;box-shadow:0 8px 28px #00000040;padding:18px 20px 20px}.modal-card__title{margin:0 0 6px;font-size:20px}.modal-card__sub{margin:0 0 10px;font-size:13px;color:#555}.modal-card__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:12px}.team-list{max-height:60vh;overflow-y:auto;margin-top:4px}.team-list__item{display:flex;align-items:center;gap:10px;padding:6px 0;border-bottom:1px solid #eee}.team-list__item:last-child{border-bottom:none}.team-list__logo{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f0f0f0;flex-shrink:0}.team-list__logo--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#555}.team-list__text{flex:1}.team-list__name{font-weight:700;font-size:14px}.team-list__count{font-size:12px;color:#666}.participant-grid{display:flex;flex-wrap:wrap;gap:10px;max-height:60vh;overflow-y:auto;margin-top:6px}.participant{width:80px;text-align:center;font-size:11px;text-decoration:none;color:inherit}.participant__avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#f0f0f0;margin:0 auto 4px}.participant__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#555}.participant__name{line-height:1.2}.event-actions{display:flex;justify-content:space-between;align-items:flex-start;margin-top:20px;gap:10px}.event-actions__right{margin-left:auto}.participants-strong{font-weight:700;color:#4caf50}.organizer{display:flex;align-items:center;justify-content:flex-start;min-width:0;max-width:100%}.organizer__link{display:inline-block;padding:4px 12px;background:#e0e0e0;color:#333;border-radius:14px;max-width:100%;box-sizing:border-box;overflow:hidden;font-size:clamp(11px,1.8vw,13px);line-height:1.15;white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-decoration:none}.organizer__link:hover{filter:brightness(.95)}.team-note{margin-top:6px;font-size:12px;color:#333;text-align:right}.team-note__teamlink{background:transparent;border:0;padding:0;margin:0;cursor:pointer;font-size:11px;color:#666;text-decoration:underline}.team-note__teamlink:hover{color:#333}.event-hero__actions-grid .team-note.action--teamnote{width:100%;text-align:right}.action--extras{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}.action--extras__empty{display:block;width:100%}.btn--comingsoon{opacity:.55;cursor:not-allowed;pointer-events:none;height:36px;padding:6px 10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;overflow:hidden}.btn--comingsoon__main{font-weight:900;font-size:11px;line-height:1;margin:0;padding:0}.btn--comingsoon__sub{font-size:7px;font-weight:900;line-height:1;margin-top:-3px;padding:0}.event-hero__btn--small{height:36px;padding:6px 10px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.site-header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;background-color:#ffffffd9;height:110px}.site-header__left{flex:1;display:flex;align-items:center}.site-header__logo{height:120px;width:auto;-o-object-fit:contain;object-fit:contain;display:block}.site-header__center{flex:2;text-align:center}.site-header__welcome{font-size:24px;color:#333}.site-header__nav{display:flex;align-items:center;gap:18px}.site-header__link{text-decoration:none;color:#333;font-weight:700;font-size:22px;display:inline-flex;align-items:center;justify-content:center}.site-header__link--boxed{height:40px;padding:0 10px;border-radius:10px}.site-header__link--boxed:hover{background:#00000014}.site-header__search-text{display:inline-flex}.site-header__search-icon{display:none}.site-header__iconlink{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;text-decoration:none}.site-header__iconlink:hover{background:#00000014}.site-header__icon{width:22px;height:22px;fill:#111;display:block}.site-header__notif{position:relative;cursor:pointer;background:transparent;border:0;padding:0}.site-header__notif--nav{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px}.site-header__notif--nav:hover{background:#00000014}.site-header__bell{width:22px;height:22px;fill:#111;display:block}.site-header__badge{position:absolute;top:-5px;right:-10px;background-color:red;color:#fff;border-radius:999px;padding:5px 10px;font-size:14px;line-height:1}.is-hidden{display:none!important}.site-header__actions{display:flex;align-items:center;gap:8px}.site-header__profile-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.site-header__profile-img{width:44px;height:44px;border-radius:999px;-o-object-fit:cover;object-fit:cover;display:block;background:#00000014;border:2px solid rgba(0,0,0,.1)}@media (max-width: 640px){.site-header{height:auto;padding-top:env(safe-area-inset-top);padding-right:max(12px,env(safe-area-inset-right));padding-left:max(12px,env(safe-area-inset-left));padding-bottom:6px;gap:10px;flex-wrap:wrap}.site-header__left{order:1;flex:0 0 auto}.site-header__logo{height:54px;max-width:160px}.site-header__center,.site-header__welcome{display:none}.site-header__actions{order:2;margin-left:auto}.site-header__profile-img{width:38px;height:38px;border-width:1px}.site-header__search-text{display:inline-flex}.site-header__search-icon{display:none}.site-header__nav{order:4;flex:1 1 100%;justify-content:center;gap:8px;flex-wrap:nowrap;overflow:hidden;padding-top:6px}.site-header__link{font-size:clamp(13px,3.6vw,16px);font-weight:800}.site-header__link--boxed{height:36px;padding:0 8px;white-space:nowrap;flex:0 0 auto}.site-header__iconlink,.site-header__notif--nav{width:36px;height:36px}.site-header__badge{top:-6px;right:-8px;padding:3px 7px;font-size:11px}}.site-footer{width:100%;padding:14px 16px;background:#00000059;border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.site-footer__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-footer__left{font-size:13px;opacity:.9}.site-footer__nav{display:flex;gap:14px;flex-wrap:wrap}.site-footer__nav a{font-size:13px;color:#fff;text-decoration:none;opacity:.85}.site-footer__nav a:hover{opacity:1;text-decoration:underline}@media (max-width: 640px){.site-footer{padding:12px 12px calc(14px + env(safe-area-inset-bottom))}.site-footer__inner{flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.site-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:360px;justify-items:stretch;align-items:stretch}.site-footer__nav a{box-sizing:border-box;width:100%;min-width:0;font-size:11px;padding:5px 10px;line-height:1.1;min-height:28px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);text-decoration:none;white-space:nowrap;opacity:.95;display:inline-flex;align-items:center;justify-content:center;text-align:center}.site-footer__nav a:hover{background:#ffffff24;text-decoration:none}.site-footer__nav a[href*=support]{background:#3498db38;border-color:#3498db61}.site-footer__left{order:2;font-size:12px;opacity:.9;text-align:center;width:100%;margin-top:4px}.site-footer__nav{order:1}}.notif-list{display:flex;flex-direction:column;gap:10px}.notif-row{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;border-radius:10px;padding:10px;border:1px solid rgba(0,0,0,.1);background:#ffffff0f;width:100%}.notif-row:hover{background:#00000014}.notif-row.is-unread{border-color:#4caf508c;background:#4caf501a}.notif-row__img{width:84px;height:84px;-o-object-fit:cover;object-fit:cover;border-radius:10px;flex:0 0 auto}.notif-row__body{display:flex;flex-direction:column;gap:4px;min-width:0;width:100%}.notif-row__title{font-weight:700}.notif-row__msg{margin:0;line-height:1.25;white-space:pre-line}.notif-row__msg.is-strong{font-weight:700}.notif-row__meta{font-size:12px;opacity:.8}.modal__footer{margin-top:12px}@media (max-width: 640px){.notif-row{padding:7px;gap:8px;border-radius:9px}.notif-row__img{width:56px;height:56px;border-radius:8px}.notif-row__body{gap:2px}.notif-row__title{font-size:13px;line-height:1.15;font-weight:800}.notif-row__msg{font-size:11.5px;line-height:1.25}.notif-row__msg.is-strong{font-weight:800}.notif-row__meta{font-size:10.5px;line-height:1.1;opacity:.7}}.pwa-hint{background:var(--surface);color:var(--color-text);border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-3, 16px);padding:var(--space-4, 16px);box-shadow:var(--shadow-1, 0 6px 18px rgba(0,0,0,.08));margin-top:var(--space-5, 20px)}.pwa-hint__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3, 12px);flex-wrap:wrap}.pwa-hint__title{margin:0;font-size:16px;font-weight:800}.pwa-hint__tabs{display:inline-flex;gap:8px;flex-wrap:wrap}.pwa-hint__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.15);background:#ffffffb3;color:var(--color-text);padding:8px 12px;border-radius:999px;font-weight:800;font-size:13px;cursor:pointer;transition:transform .05s ease,background .15s ease}.pwa-hint__tab:active{transform:translateY(1px)}.pwa-hint__tab.is-active{background:#0000000f;border-color:#00000040}.pwa-hint__body{margin-top:var(--space-3, 12px)}.pwa-hint__panel{display:none}.pwa-hint__panel.is-active{display:block}.pwa-hint__steps{margin:0;padding-left:18px;line-height:1.45}.pwa-hint__steps li{margin:6px 0}.pwa-hint__note{margin:10px 0 0;font-size:13px;opacity:.85}.pwa-hint__install-btn{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#0000000f;font-weight:900;cursor:pointer}@media (max-width: 768px){.pwa-hint{padding:var(--space-3, 12px)}.pwa-hint__header{align-items:flex-start}}.pwa-wrapper.is-hidden{display:none}.pwa-open-btn{margin-top:16px}.events-heading{margin:0 0 var(--space-4) 0}.badge--ended{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(0,0,0,.15);background:#ffa50026;color:#7a4a00;white-space:nowrap}.badge--cancelled{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(255,0,0,.35);background:#ff000024;color:#8a0000;white-space:nowrap}.event-photo-wrap{position:relative;display:inline-block}.badge--new{position:absolute;right:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#2ecc71eb;color:#0b3d1f;border:1px solid rgba(0,0,0,.18);box-shadow:0 8px 20px #0000002e;pointer-events:none}.event-photo-wrap .badge--cancelled,.event-photo-wrap .badge--ended{display:none}.event-actions{margin-left:auto;display:flex;align-items:center;gap:12px;flex:0 0 auto}.top-btn--mobile-only{display:none!important}.top-btn--desktop-only{display:inline-flex}.btn--share{font-size:12px;padding:6px 10px;line-height:1.1}.btn--share.is-copied{opacity:.95}.btn--share.is-error{opacity:.85}.event-detail--organizer-mobile,.event-detail--status-mobile,.event-card-link{display:none}.events-show-page .top-buttons{position:relative;z-index:200}.events-show-page .top-buttons details{position:relative;z-index:201}.events-show-page .top-buttons details[open]{z-index:202}.events-show-page .top-buttons .top-create__panel,.events-show-page .top-buttons .top-create__menu,.events-show-page .top-buttons .peh-dropdown__menu{position:absolute;z-index:203}.events-view-toggle{margin:10px var(--space-5) 0 var(--space-5);display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.events-view-toggle-left,.events-view-toggle-right{display:flex;gap:10px;flex-wrap:wrap}.events-container{display:flex;flex-direction:column;align-items:stretch;margin:var(--space-5);padding:var(--container-pad)}.event-photo{width:220px;aspect-ratio:16 / 9;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-md);margin-right:20px;flex-shrink:0}.event-details{flex-grow:1}.event-title{font-size:20px;font-weight:700;margin-bottom:5px}.event-hero__teamnote{width:100%;display:flex;justify-content:center;margin:6px 0 12px}.team-note{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 10px;color:#333;font-size:12px;line-height:1.2;min-width:0;overflow:hidden}.team-note__desktop{display:inline}.team-note__mobile{display:none}@media (max-width: 520px){.team-note__desktop{display:none}.team-note__mobile{display:inline}}.team-note__teamlink{background:none;border:0;padding:0 2px;margin:0;font:inherit;font-weight:800;color:var(--color-accent);cursor:pointer;text-decoration:underline}.event-detail{font-size:16px;margin-bottom:5px}.event-detail--organizer-right{display:none}.calendar-header.calendar-header--grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:12px}.calendar-title.calendar-title--center{text-align:center;font-size:20px;font-weight:900;white-space:nowrap}.calendar-nav-btn{justify-self:start;text-decoration:none;border-radius:var(--radius-sm);border:1px solid var(--color-accent);padding:6px 10px;font-size:14px;font-weight:800;color:var(--color-accent);background-color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.calendar-header.calendar-header--grid>.calendar-nav-btn:last-child{justify-self:end}.calendar-nav-btn.disabled{opacity:.5;pointer-events:none}.calendar-nav-btn:hover:not(.disabled){background-color:var(--color-accent-soft)}.cal-nav__icon{flex:0 0 auto;font-weight:900}.cal-nav__text{min-width:0;overflow:hidden;text-overflow:ellipsis}.peh-cal{width:100%;display:grid;gap:10px;box-sizing:border-box}.peh-cal__dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.peh-cal__dow>div{background:#f3f3f3;border:1px solid var(--border);border-radius:10px;text-align:center;font-weight:900;font-size:12px;padding:8px 4px}.peh-cal__week{display:grid;gap:6px}.peh-cal__stack{position:relative;--day-min: 92px;--day-inc: 44px}.peh-cal__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;position:relative;z-index:1}.peh-cal__daynums{display:none}.peh-cal__day{border:1px solid var(--border);border-radius:12px;background:#fff;min-height:calc(var(--day-min) + (var(--week-lanes, 1) - 1) * var(--day-inc));padding:6px;box-sizing:border-box;position:relative;overflow:hidden}.peh-cal__daynum{font-size:12px;font-weight:900;color:#111}.peh-cal__daynum--empty{color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.peh-cal__day.is-out{background:#fafafa;opacity:.75}.peh-cal__day.is-today{box-shadow:0 0 0 2px #4caf5040;border-color:#4caf5059}.peh-cal__lanes{display:grid;gap:6px;position:relative}.peh-cal__lanes.peh-cal__lanes--overlay{position:absolute;inset:0;z-index:3;height:100%;align-items:stretch;pointer-events:none;grid-template-rows:repeat(var(--week-lanes, 1),minmax(0,1fr))}.peh-cal__lane{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;align-items:stretch;height:100%;pointer-events:none}.peh-cal__event{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.14);background:#e9ecef;background-size:cover;background-position:center;color:#fff;text-decoration:none;height:100%;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:8px 10px;box-sizing:border-box;pointer-events:auto}.peh-cal__event:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0003;border-color:#00000038}.peh-cal__event-scrim{position:absolute;inset:0;background:linear-gradient(to right,#0009,#0000004d);pointer-events:none}.peh-cal__event-title,.peh-cal__event-org,.peh-cal__event-badge,.peh-cal__event-range{position:relative;z-index:2;min-width:0}.peh-cal__event-range{align-self:flex-start;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:900;background:#00000073;border:1px solid rgba(255,255,255,.2);margin-bottom:2px}.peh-cal__event-title{font-size:12px;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.peh-cal__event-org{font-size:10px;font-weight:700;opacity:.92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.peh-cal__event-badge{align-self:flex-start;margin-top:4px;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:900;background:#ff0000b8;border:1px solid rgba(255,255,255,.25)}.peh-cal__event.is-cancelled .peh-cal__event-scrim{background:linear-gradient(to right,#780000b8,#00000059)}.peh-cal__more{font-size:12px;font-weight:900;color:#555;padding-left:2px}@media (max-width: 768px){.list-item{flex-direction:column;align-items:flex-start}.event-photo{margin-right:0;margin-bottom:10px;width:100%;height:auto}.peh-cal__stack{--day-min: 80px;--day-inc: 40px}.peh-cal__event{border-radius:12px}}.peh-cal-modal{display:none}.peh-cal-modal.is-open{display:block}.peh-cal-modal__backdrop{position:fixed;inset:0;background:#0000008c;z-index:9998}.peh-cal-modal__card{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,92vw);background:#1e1e1ef5;color:#fff;border-radius:14px;box-shadow:0 20px 60px #0000008c;z-index:9999;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.peh-cal-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.peh-cal-modal__title{font-size:16px;font-weight:800}.peh-cal-modal__close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.peh-cal-modal__close:hover{background:#ffffff1a}.peh-cal-modal__body{padding:14px 16px 10px}.peh-cal-modal__text{font-size:14px;color:#ffffffeb;margin-bottom:12px}.peh-cal-modal__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}@media (max-width: 520px){.peh-cal-modal__options{grid-template-columns:repeat(2,minmax(0,1fr))}}.peh-cal-option{display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;width:100%;min-width:0;box-sizing:border-box;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;text-decoration:none;font-weight:700}.peh-cal-modal__options>.peh-cal-option{grid-column:span 1!important}.peh-cal-option:hover{background:#ffffff1a;border-color:#ffffff38}.peh-cal-option__icon{width:34px;height:34px;border-radius:10px;display:flex;alignimits:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.peh-cal-option__label{display:block;font-size:14px}.peh-cal-modal__footer{padding:12px 16px 14px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center}.peh-cal-modal__btn{margin:0;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-weight:800;cursor:pointer}.peh-cal-modal__btn:hover{background:#ffffff1a}.events-show-page.is-list{height:calc(100dvh - var(--site-header-h, 120px));display:flex;flex-direction:column;overflow:hidden}.events-show-page.is-list .top-buttons,.events-show-page.is-list .events-view-toggle{flex:0 0 auto}.events-show-page.is-list .events-container{flex:1 1 auto;min-height:0}.events-show-page.is-list .card--scroll{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.events-show-page.is-calendar{height:auto;overflow:visible;display:block}.events-mode-filter{display:none;position:relative;z-index:220}.events-mode-filter>summary{list-style:none;cursor:pointer}.events-mode-filter>summary::-webkit-details-marker{display:none}.events-mode-filter__chev{margin-left:8px;font-weight:900}.events-mode-filter__panel{position:absolute;right:0;top:calc(100% + 8px);width:min(220px,80vw);background:#fffffffa;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 18px 40px #0000002e;padding:8px;z-index:221}.events-mode-filter__item{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:800;color:#1f4fa3;background:#e6f0ff;border:1px solid rgba(0,0,0,.06);margin-bottom:8px}.events-mode-filter__item:last-child{margin-bottom:0}.events-mode-filter__item.is-active{outline:2px solid rgba(31,79,163,.35)}@media (max-width: 520px){.events-show-page{--events-mobile-max: 560px;overflow-x:hidden;width:100%;box-sizing:border-box;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.top-btn--mobile-only{display:block!important}.top-btn--desktop-only,.events-mode-buttons{display:none!important}.events-mode-filter{display:inline-block!important}.event-actions{display:none!important}.event-photo-wrap .badge--cancelled,.event-photo-wrap .badge--ended{display:inline-flex}.events-show-page .top-buttons,.events-show-page .events-view-toggle{width:min(100%,var(--events-mobile-max));margin:10px auto 0;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:center!important}.events-show-page .events-view-toggle-left,.events-show-page .events-view-toggle-right{display:contents!important}.events-show-page .events-view-toggle-left .btn.btn--toggle.is-active{display:none!important}.events-show-page .events-container{width:min(100%,var(--events-mobile-max))!important;max-width:none!important;margin:10px auto 12px!important;padding:0!important;box-sizing:border-box!important;overflow-x:hidden!important}.events-show-page .events-container .card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.events-show-page .top-buttons>a,.events-show-page .top-buttons>details,.events-show-page .top-buttons>span,.events-show-page .events-view-toggle>a,.events-show-page .events-view-toggle>details{min-width:0!important;margin:0!important}.events-show-page .top-buttons>a.btn:not(.top-btn--mobile-only):not(:first-child){display:none!important}.events-show-page .top-buttons>span:not(.top-btn--mobile-only){display:none!important}.events-show-page .top-buttons>details{display:block!important}.events-show-page .top-buttons .btn,.events-show-page .events-view-toggle .btn.btn--toggle,.events-show-page .events-mode-filter>summary.btn{width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;font-size:clamp(10px,2.6vw,13px)!important;padding:clamp(6px,1.2vw,8px) clamp(8px,2.2vw,12px)!important;line-height:1.1!important}.events-show-page .top-buttons details,.events-show-page .events-view-toggle details{min-width:0!important;max-width:100%!important}.events-show-page .top-buttons details>summary,.events-show-page .events-mode-filter>summary{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}.events-show-page .top-create__chev,.events-show-page .events-mode-filter__chev{flex:0 0 auto!important}.events-show-page .events-container,.events-show-page .card--scroll,.events-show-page .list-item{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.calendar-header.calendar-header--grid{gap:8px}.calendar-nav-btn{font-size:11px;padding:6px 8px;gap:6px}.calendar-title.calendar-title--center{font-size:16px}@media (max-width: 360px){.calendar-nav-btn .cal-nav__text{display:none}.calendar-nav-btn{padding:6px 8px}}.peh-cal__stack{--day-min: 82px;--day-inc: 38px}.peh-cal__dow>div{font-size:11px;padding:7px 2px;border-radius:10px}.peh-cal__day{padding:5px;border-radius:12px}.peh-cal__days{z-index:1;pointer-events:none}.peh-cal__days .peh-cal__daynum{display:none}.peh-cal__daynums{position:absolute;inset:0;z-index:8;pointer-events:none;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.peh-cal__daynums-cell{position:relative;min-height:0}.peh-cal__daynum--overlay{position:absolute;top:6px;left:6px;font-size:12px;font-weight:900;color:#111;padding:2px 6px;border-radius:999px;background:#ffffffe0}.peh-cal__event{padding:8px 9px;border-radius:12px}.peh-cal__event-title,.peh-cal__event-range,.peh-cal__event-org,.peh-cal__lane[data-lane="3"],.peh-cal__lane[data-lane="4"],.peh-cal__lane[data-lane="5"],.peh-cal__lane[data-lane="6"],.peh-cal__lane[data-lane="7"]{display:none}.dt-mobile{display:flex;flex-direction:column;gap:2px}.dt-mobile__date{font-weight:800;font-size:13px}.dt-mobile__time{font-size:12px;opacity:.85;margin-bottom:6px}.event-detail--organizer-mobile,.event-detail--status-mobile{display:block}.events-show-page.is-list{--event-photo-w: clamp(140px, 38vw, 170px)}.events-show-page.is-list .list-item{position:relative;display:grid!important;grid-template-columns:140px 1fr;grid-template-areas:"photo header" "meta  meta";-moz-column-gap:12px;column-gap:12px;row-gap:10px;align-items:start;padding:12px;min-height:unset}.events-show-page.is-list .event-card-link{display:block;position:absolute;inset:0;z-index:50;border-radius:inherit;background:transparent}.events-show-page.is-list .list-item>*:not(.event-card-link){pointer-events:none}.events-show-page.is-list .event-photo-wrap a{pointer-events:auto;position:relative;z-index:60}.events-show-page.is-list .badge--new,.events-show-page.is-list .badge--cancelled,.events-show-page.is-list .badge--ended{z-index:5}.events-show-page.is-list .list-item>.btn.btn--primary{display:none!important}.events-show-page.is-list .event-detail--organizer-right{display:none!important}.events-show-page.is-list .event-photo-wrap{grid-area:photo;width:140px;align-self:start;position:static}.events-show-page.is-list .event-photo-wrap a{display:block}.events-show-page.is-list .event-photo{width:140px;aspect-ratio:16 / 9;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;border-radius:var(--radius-md);margin-right:0;transform:none!important}.events-show-page.is-list .badge--new,.events-show-page.is-list .badge--cancelled,.events-show-page.is-list .badge--ended{position:absolute;right:10px;bottom:10px;top:auto;padding:2px 5px;font-size:7px;font-weight:900;line-height:1;box-shadow:0 4px 10px #00000024;margin-right:0!important;pointer-events:none}.events-show-page.is-list .event-details{display:contents!important}.events-show-page.is-list .event-title{grid-area:header;margin:0;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:14px;line-height:1.15;font-weight:900}.events-show-page.is-list .event-title .badge--mode{display:inline-flex;margin-top:6px;padding:2px 7px;border-radius:999px;font-size:9px;font-weight:800;line-height:1;white-space:nowrap}.events-show-page.is-list .event-details-meta{grid-area:meta;display:grid!important;grid-template-columns:1fr 1fr;-moz-column-gap:14px;column-gap:14px;row-gap:10px;align-items:start}.events-show-page.is-list .event-meta-left,.events-show-page.is-list .event-meta-right,.events-show-page.is-list .event-info-col{display:contents!important}.events-show-page.is-list .event-detail{margin:0;min-width:0;font-size:11px;line-height:1.2;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.events-show-page.is-list .event-detail strong{display:block;margin:0 0 2px;font-weight:900;font-size:10px;color:#222;white-space:nowrap}.events-show-page.is-list .event-detail--organizer-mobile{grid-column:1;grid-row:1}.events-show-page.is-list .event-detail--organizer{display:none!important}.events-show-page.is-list .event-detail--location{grid-column:2;grid-row:1}.events-show-page.is-list .event-detail--start{grid-column:1;grid-row:2}.events-show-page.is-list .event-meta-left .event-detail--status{display:none!important}.events-show-page.is-list .event-detail--status-mobile{grid-column:2;grid-row:2}.events-show-page.is-list .event-detail--end{grid-column:1;grid-row:3}.events-show-page.is-list .event-detail--participants{grid-column:2;grid-row:3}.event-detail--location-left{display:none!important}.detail-grid__link.address-link{font-size:13px;line-height:1.15}.detail-grid__link.address-link{font-size:12px}}.detail-grid__value.participants-strong{color:#111}.detail-grid__value.participants-strong .btn--link{color:inherit}.detail-grid__value.participants-strong.participants-strong--can-edit{color:#2ecc71}body.auth-page-only .site-header{display:none!important}.auth-wrap{width:100%;min-height:calc(100svh - 80px);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.page-shell.auth-shell{width:100%;max-width:460px;margin:0 auto;padding:18px;border-radius:16px;box-sizing:border-box;background:var(--surface, #fff)!important;color:var(--color-text, #111);box-shadow:0 12px 30px #0000002e}.auth-logo{display:block;height:56px;width:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto 10px}.auth-title{margin:0 0 14px;text-align:center;font-size:24px;font-weight:900}.auth-shell .form__control{font-size:16px;padding:12px;border-radius:12px;min-height:46px}.auth-shell .form__label{margin-bottom:6px}.auth-remember{display:flex;align-items:center;gap:10px;margin:8px 0 10px;font-size:14px;color:#000000c7}.auth-remember input{width:18px;height:18px}.auth-consent{display:flex;align-items:flex-start;gap:10px;margin:10px 0 0;font-size:13px;line-height:1.35;color:#000000d1}.auth-consent input{margin-top:3px;width:18px;height:18px;flex:0 0 auto}.auth-consent a{text-decoration:underline;font-weight:700}.auth-shell .btn{display:block;width:100%!important;min-height:48px;border-radius:12px;font-weight:800}.auth-links{margin-top:14px;display:grid;gap:10px;text-align:center}.auth-links .link{text-decoration:underline;font-weight:500;font-size:14px;opacity:.95}.auth-links .link:hover{opacity:1}@media (min-width: 900px){.page-shell.auth-shell{padding:22px}.auth-logo{height:64px}}.page-shell.auth-shell.auth-verify{max-width:520px}.auth-verify__lead{margin:0;font-size:15px;line-height:1.55;opacity:.95;text-align:center}.auth-verify__tips{margin-top:14px;padding:12px 14px;border-radius:14px;background:#0000000a}.auth-verify__tip{font-size:14px;line-height:1.45}.auth-verify__tip+.auth-verify__tip{margin-top:6px}.auth-verify__status{margin-top:14px;padding:10px 12px;border-radius:14px;background:#28a7451f;border:1px solid rgba(40,167,69,.25);font-weight:700;text-align:center}.auth-verify__actions{margin-top:16px;display:grid;gap:12px}.auth-verify__actions-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.auth-verify__actions-row form{width:100%;margin:0}.page-shell.auth-shell.auth-verify .auth-verify__actions-row .btn{width:100%!important;height:48px!important;min-height:48px!important;line-height:48px!important;padding:0 16px!important;border-radius:14px;font-weight:800;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box}.page-shell.auth-shell.auth-verify .auth-verify__login,.page-shell.auth-shell.auth-verify .auth-verify__logout{display:inline-flex;align-items:center;justify-content:center;text-align:center}.page-shell.auth-shell.auth-verify .auth-verify__resend{background:#2563eb;border:none;color:#fff}.page-shell.auth-shell.auth-verify .auth-verify__resend:hover{background:#1e4ed8}.page-shell.auth-shell.auth-verify .auth-verify__login{background:#16a34a;border:none;color:#fff}.page-shell.auth-shell.auth-verify .auth-verify__login:hover{background:#15803d}.page-shell.auth-shell.auth-verify .auth-verify__logout{background:#dc2626;border:none;color:#fff}.page-shell.auth-shell.auth-verify .auth-verify__logout:hover{background:#b91c1c}.auth-verify__foot{margin-top:14px;text-align:center}.auth-verify__muted{font-size:12px;opacity:.75}@media (max-width: 360px){.page-shell.auth-shell{padding:14px}.auth-title{font-size:22px}.auth-verify__lead{font-size:14px}}@media (min-width: 900px){.auth-verify__actions-row{grid-template-columns:1fr 1fr;gap:12px}}.admin-tickets-page{width:100%;max-width:1200px;margin:0 auto;padding:22px 16px 40px;box-sizing:border-box}.admin-tickets-page .topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}.admin-tickets-page .title{font-size:20px;font-weight:800;margin:0;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35)}.admin-tickets-page .admin-nav{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.admin-tickets-page .search{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-tickets-page .search input[type=text]{width:min(560px,78vw);padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0f16218c;color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-tickets-page .search input[type=text]::-moz-placeholder{color:#ffffffa6}.admin-tickets-page .search input[type=text]::placeholder{color:#ffffffa6}.admin-tickets-page .search button{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:10px 14px;cursor:pointer;background:#192230a6;color:#ffffffeb}.admin-tickets-page .search button:hover{background:#192230c7}.admin-tickets-page .link-reset{text-decoration:none}.admin-tickets-page .muted{opacity:.85;color:#ffffffc7}.admin-tickets-page .scopebar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:10px 0 18px}.admin-tickets-page .scopebtn{text-decoration:none;padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#1922308c;color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-tickets-page .scopebtn:hover{background:#192230b8}.admin-tickets-page .scopebtn.active{background:#ffffff1f;border-color:#ffffff59}.admin-tickets-page .scopehint{margin-left:auto;opacity:.8;font-size:13px;color:#ffffffbf}.admin-tickets-page .section{margin-top:18px}.admin-tickets-page .table-wrap{width:100%;overflow-x:auto;border-radius:12px;background:#192230b8;color:#fff;box-shadow:0 10px 28px #00000073;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-tickets-page table{width:100%;border-collapse:collapse;min-width:860px}.admin-tickets-page th,.admin-tickets-page td{padding:14px;border-bottom:1px solid rgba(255,255,255,.07);vertical-align:middle}.admin-tickets-page th{text-align:left;font-weight:800;background:#0a101abf;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.admin-tickets-page tbody tr:hover{background:#ffffff0a}.admin-tickets-page .row-done{opacity:.7}.admin-tickets-page th.status-col,.admin-tickets-page td.status-cell{width:140px}.admin-tickets-page th.action-col,.admin-tickets-page td.action-cell{width:220px}.admin-tickets-page td.status-cell{white-space:nowrap}.admin-tickets-page .celltitle{font-weight:800;color:#fffffff2}.admin-tickets-page .cellmeta{font-size:12px;margin-top:2px;color:#ffffffb8}.admin-tickets-page .badge{display:inline-flex;align-items:center;font-size:12px;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:#ffffffeb}.admin-tickets-page .badge-status{font-weight:900;border:1px solid rgba(255,255,255,.16)}.admin-tickets-page .badge-status-open{background:#f59e0b38}.admin-tickets-page .badge-status-done{background:#10b98138}.admin-tickets-page .badge-topic{background:#3b82f638}.admin-tickets-page .badge-status-rejected{background:#ef444438}.admin-tickets-page .badge-status-wait-user{background:#3b82f638}.admin-tickets-page .badge-status-wait-admin{background:#ef444438}.admin-tickets-page .btn{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:9px 14px;cursor:pointer;font-weight:800}.admin-tickets-page .btn.btn-primary,.admin-tickets-page .btn-primary{background:#3c82f6eb;color:#fff}.admin-tickets-page .btn-success{background:#10b981cc;color:#fff}.admin-tickets-page .btn-danger{background:#ef4444cc;color:#fff}.admin-tickets-page .btn:hover{filter:brightness(1.06)}.admin-tickets-page td.action-cell{vertical-align:middle}.admin-tickets-page .action-wrap{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-height:52px;flex-wrap:wrap}.admin-tickets-page .inline-form{display:inline}.admin-tickets-page .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.admin-tickets-page [x-cloak]{display:none!important}.admin-tickets-page .modal-backdrop{position:fixed;inset:0;background:#0000009e;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.admin-tickets-page .modal{width:min(980px,100%);background:#192230eb;color:#ffffffeb;border-radius:14px;box-shadow:0 18px 60px #0000008c;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0;display:flex;flex-direction:column;overflow:hidden;min-height:0;max-height:calc(100vh - 36px)}.admin-tickets-page .modalhead{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1);background:#0a101a66}.admin-tickets-page .modaltitle{margin:0;font-size:18px;font-weight:900;color:#fff;line-height:1.2}.admin-tickets-page .iconbtn{all:unset;cursor:pointer;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;font-size:22px;line-height:1;color:#ffffffe6;border:1px solid rgba(255,255,255,.12);background:#0a101a73;transition:background .15s ease,color .15s ease}.admin-tickets-page .iconbtn:hover{background:#0a101abf;color:#fff}.admin-tickets-page .modalbody{padding:14px 14px 18px;flex:1 1 auto;min-height:0;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.admin-tickets-page .ticket-actions{margin-top:14px;display:flex;flex-direction:column;gap:14px}.admin-tickets-page .ticket-actions__form{width:100%}.admin-tickets-page .ticket-actions__label{margin-bottom:6px}.admin-tickets-page .ticket-actions__textarea{width:100%;box-sizing:border-box;border-radius:10px;padding:10px;border:1px solid rgba(255,255,255,.14);background:#0a101a8c;color:#ffffffeb;resize:vertical}.admin-tickets-page .ticket-actions__btnrow{display:flex;justify-content:flex-end;margin-top:10px}.admin-tickets-page .pre{max-height:360px;overflow:auto;background:#0a101a8c;border:1px solid rgba(255,255,255,.08);padding:10px;border-radius:12px;font-size:12px;color:#ffffffe6;white-space:pre-wrap}.admin-tickets-page .kvgrid{display:grid;gap:8px}.admin-tickets-page .kvrow{display:grid;grid-template-columns:220px 1fr;gap:12px;padding:8px 10px;border-radius:12px;background:#0a101a66;border:1px solid rgba(255,255,255,.06)}.admin-tickets-page .kvrow .k{color:#ffffffb8;font-weight:800}.admin-tickets-page .kvrow .v{color:#ffffffeb;word-break:break-word}.admin-tickets-page .modal-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end}.admin-tickets-page .modal-footer-right{display:flex;gap:10px}@media (max-width: 860px){.admin-tickets-page .kvrow{grid-template-columns:1fr}}@media (max-width: 720px){.admin-tickets-page .topbar{flex-direction:column;align-items:stretch;gap:10px}.admin-tickets-page .search{width:100%}.admin-tickets-page .search input[type=text]{width:100%;max-width:none}.admin-tickets-page .search button{width:100%}.admin-tickets-page .scopebar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.admin-tickets-page .scopebtn{flex:0 0 auto;white-space:nowrap}.admin-tickets-page .scopehint{display:none}.admin-tickets-page tr.is-row-link{cursor:pointer;-webkit-tap-highlight-color:transparent}.admin-tickets-page table td.action-cell,.admin-tickets-page table .action-wrap{display:none!important}.admin-tickets-page .table-wrap{overflow:visible;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-tickets-page table{min-width:0!important;width:100%;border-collapse:separate;border-spacing:0 8px;table-layout:auto}.admin-tickets-page table thead{display:none}.admin-tickets-page table tbody tr{display:grid;grid-template-columns:minmax(70px,90px) minmax(90px,130px) 1fr;gap:10px;align-items:center;background:#192230b8;border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:0 10px 28px #00000059;overflow:hidden;padding:10px}.admin-tickets-page table tbody td{display:block;padding:0;border-bottom:0;min-width:0}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(3),.admin-tickets-page table.admin-table--tickets tbody td:nth-child(5),.admin-tickets-page table.admin-table--tickets tbody td:nth-child(6),.admin-tickets-page table.admin-table--tickets tbody td:nth-child(7){display:none}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(1){grid-column:1}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(2){grid-column:2}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(4){grid-column:3}.admin-tickets-page td.status-cell{white-space:nowrap;overflow:hidden}.admin-tickets-page td.status-cell .badge{font-size:11px;padding:3px 8px;line-height:1.1}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(4){min-width:0;overflow:hidden}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(4) .celltitle{font-size:13px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-tickets-page table.admin-table--tickets tbody td:nth-child(4) .cellmeta{font-size:12px;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.mainpage-page{background-size:cover;background-position:center;margin:0;font-family:Arial,sans-serif;min-height:100vh;color:#fff}.mainpage-page,.mainpage-page *{box-sizing:border-box}.mainpage-layout{display:grid;grid-template-columns:auto minmax(0,980px) auto;gap:16px;align-items:start;padding:20px;box-sizing:border-box}@media (max-width: 1200px){.mainpage-layout{grid-template-columns:clamp(120px,16vw,200px) minmax(0,980px) clamp(180px,20vw,240px)}}.mainpage-col--left{display:flex;justify-content:flex-start;align-items:flex-start}.mainpage-col--center{display:flex;justify-content:center;align-items:flex-start}.mainpage-col--right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.mp-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;border-radius:8px;padding:10px 16px;font-size:15px;font-weight:600;line-height:1;transition:transform .05s ease,filter .15s ease}.mp-btn:active{transform:translateY(1px)}.mp-btn-primary{background:#4caf50;color:#fff}.mp-btn-primary:hover{filter:brightness(.95)}.mp-btn-support{background:#3498db;color:#fff}.mp-btn--has-badge{position:relative}.mp-btn-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e74c3c;color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 6px 14px #00000040;border:2px solid rgba(255,255,255,.9)}.mp-btn-support:hover{filter:brightness(.95)}.donation-mini-card{width:240px;background-color:#000000c7;color:#f5f5f5;border-radius:12px;padding:10px 12px;box-shadow:0 10px 30px #00000059;font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.donation-mini-header{font-weight:800;font-size:13px;margin-bottom:6px}.donation-mini-body{display:flex;gap:10px;align-items:center}.donation-mini-text{flex:1;min-width:0}.donation-mini-subline{font-size:11px;margin-bottom:6px;opacity:.95}.donation-progress-bar-outer{width:100%;height:8px;border-radius:999px;background-color:#ffffff2e;overflow:hidden}.donation-progress-bar-inner{height:100%;border-radius:999px;background-color:#4caf50;transition:width .4s ease}.donation-progress-values{font-size:10px;margin-top:4px;opacity:.95}.donation-mini-button{display:inline-block;margin-top:6px;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:transparent;color:#f5f5f5;font-size:10px;text-decoration:none;white-space:nowrap}.donation-mini-button:hover{background-color:#ffffff1f}.donation-mini-qr{width:62px;height:62px;background-color:#fff;border-radius:10px;padding:6px;display:flex;align-items:center;justify-content:center}.donation-mini-qr img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mainpage-content{display:flex;flex-direction:column;align-items:center;padding:20px 20px 30px;gap:18px;margin:0;width:100%}.next-event-card{background-color:#ffffffeb;color:#222;border-radius:14px;padding:clamp(14px,2vw,22px);max-width:980px;width:100%;box-shadow:0 14px 40px #00000047;display:flex;flex-wrap:nowrap;gap:clamp(12px,2vw,22px);align-items:flex-start;position:relative;overflow:hidden}.next-event-image-wrap{width:clamp(140px,28vw,420px);flex:0 1 clamp(140px,28vw,420px);aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#e9e9e9;box-shadow:inset 0 0 0 1px #0000000f}.next-event-image{width:100%!important;height:100%!important;display:block;-o-object-fit:cover;object-fit:cover}.next-event-details{flex:1;min-width:0}.next-event-header-label{display:inline-block;padding:4px 10px;border-radius:999px;background-color:#4caf501f;color:#2e7d32;font-size:11px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.next-event-title{font-size:clamp(16px,1.9vw,22px);font-weight:900;margin-bottom:clamp(8px,1.2vw,12px)}.next-event-meta{display:flex;flex-direction:column;gap:8px}.next-event-meta-row{display:grid;grid-template-columns:clamp(120px,14vw,170px) 1fr;-moz-column-gap:clamp(10px,1.2vw,12px);column-gap:clamp(10px,1.2vw,12px);align-items:start;font-size:clamp(12px,1.25vw,15px)}.next-event-meta-label{font-weight:900;color:#222;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.next-event-meta-value{overflow-wrap:break-word;word-break:normal;color:#2b2b2b}.next-event-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.next-event-link:hover{filter:brightness(.9)}.address-link{display:inline-block;line-height:1.35;color:inherit;text-decoration:underline;text-underline-offset:2px}.address-link:hover{filter:brightness(.9)}.address-link div:first-child{font-weight:600}.address-link div:last-child{font-size:14px;color:#444}.next-event-fullwidth-center{width:100%;display:flex;justify-content:flex-end;margin-top:14px}.next-event-badges-top{position:absolute;top:14px;right:16px;display:flex;gap:8px;z-index:50}.next-event-badge{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 6px 16px #0003;border:1px solid rgba(0,0,0,.1)}.next-event-badge--participant{background-color:#4caf50}.next-event-badge--creator{background-color:#f39c12}.mp-mini-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}.mp-mini-icon svg{width:18px;height:18px;display:block}.mp-mini-icon--user{color:#3498db}.mp-mini-icon--calendar{color:#f39c12}.mp-mini-icon--pin{color:#e74c3c}.mp-mini-icon--address{color:#9b59b6}.mp-mini-icon--clock{color:#27ae60}.no-event-center{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.no-event-text{margin:6px 0 0;color:#333}.supporter-strip{position:relative;left:auto;right:auto;bottom:auto;width:100%;padding:10px 20px 12px;box-sizing:border-box;z-index:auto;pointer-events:auto;margin-top:14px}.supporter-strip__title{text-align:center;font-size:14px;font-weight:800;opacity:.92;margin:6px 0 10px}.supporter-marquee{position:relative;overflow:hidden;border-radius:0;padding:0;background:transparent;box-shadow:none}.supporter-marquee__track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;width:100%;align-items:center;justify-items:center}.supporter-marquee__item{display:flex;align-items:center;justify-content:center;height:90px}.supporter-marquee__item img{height:84px;max-width:320px;width:auto;-o-object-fit:contain;object-fit:contain;display:block;filter:grayscale(100%);opacity:.92}.supporter-marquee__item img:hover{filter:grayscale(0%);opacity:1}.supporter-marquee__link{display:inline-flex;align-items:center;justify-content:center;height:40px}@media (prefers-reduced-motion: reduce){.supporter-marquee__track{animation:none;transform:none}}.welcome-popup{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;background:#0000008c;z-index:2000}.welcome-popup__card{width:min(880px,96vw);max-height:min(86vh,920px);overflow:hidden;background:#fffffff5;color:#1f1f1f;border-radius:16px;box-shadow:0 18px 60px #0000006b;display:flex;flex-direction:column}.welcome-popup__header{padding:18px 18px 8px;display:flex;justify-content:center}.welcome-popup__logo{width:min(280px,60vw);height:auto;display:block}.welcome-popup__body{padding:8px 22px 18px;overflow:auto}.welcome-popup__title{margin:6px 0 10px;font-size:26px;font-weight:900;letter-spacing:-.2px}.welcome-popup__lead{margin:0;font-size:15px;line-height:1.55;color:#2a2a2a}.welcome-popup__divider{height:1px;background:#0000001a;margin:14px 0}.welcome-popup__text{margin:0 0 10px;font-size:14.5px;line-height:1.6;color:#2a2a2a}.welcome-popup__contact{margin-top:14px;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#00000008;display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.welcome-popup__contact-left{flex:1;min-width:0}.welcome-popup__contact-title{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.6px;color:#2e7d32;margin-bottom:6px}.welcome-popup__contact-text{font-size:14px;line-height:1.55;color:#2a2a2a}.welcome-popup__ig{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;text-decoration:none;padding:10px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;color:#111;transition:transform .05s ease,filter .15s ease}.welcome-popup__ig:hover{filter:brightness(.97)}.welcome-popup__ig:active{transform:translateY(1px)}.welcome-popup__ig-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#e1306c}.welcome-popup__ig-icon svg{width:18px;height:18px;display:block}.welcome-popup__ig-label{font-size:13px;font-weight:800;white-space:nowrap}.welcome-popup__contact--stack{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important}.welcome-popup__contact-actions{width:100%;display:flex;justify-content:flex-start}.welcome-popup__footer{padding:14px 18px 18px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(0,0,0,.08);background:#ffffffeb}@media (max-width: 640px){.welcome-popup__title{font-size:22px}.welcome-popup__contact{flex-direction:column;align-items:stretch}.welcome-popup__ig{padding:8px 10px;border-radius:999px;gap:7px}.welcome-popup__ig--below{margin-top:10px;align-self:flex-start}.welcome-popup__ig-icon,.welcome-popup__ig-icon svg{width:16px;height:16px}.welcome-popup__ig-label{font-size:12px;font-weight:800}}@media (max-width: 420px){.welcome-popup__ig{padding:7px 9px}.welcome-popup__ig-label{font-size:11.5px}}.mp-modal-overlay{display:none;position:fixed;z-index:1500;inset:0;overflow:hidden;background-color:#000000b3;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-top:max(12px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mp-modal-overlay.is-open{display:flex;align-items:center;justify-content:center}.mp-modal-content{background-color:#fff;margin:0;border-radius:14px;max-width:900px;width:min(920px,calc(100vw - 24px));max-height:calc(100vh - max(24px,env(safe-area-inset-top)) - max(24px,env(safe-area-inset-bottom)));box-shadow:0 20px 60px #00000059;color:#222;overflow:hidden;display:flex;flex-direction:column}.mp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:5;background:#fffffff5;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mp-modal-body{padding:16px;overflow:auto;-webkit-overflow-scrolling:touch}@media (max-width: 860px){.next-event-card{flex-wrap:nowrap;align-items:stretch}.next-event-image-wrap{width:clamp(180px,32vw,260px);flex:0 1 auto;max-width:260px}.next-event-details{min-width:0}}.mp-guides-modal{border-radius:18px;overflow:hidden}.mp-guides-modal__header{padding:18px 20px;background:linear-gradient(180deg,#00000005,#0000)}.mp-guides-modal__title{margin:0;font-size:22px;font-weight:900;letter-spacing:-.2px;color:#111}.mp-guides-modal__subtitle{margin-top:6px;font-size:13px;color:#444}.mp-guides-modal__close{border:0;background:#0000000f;color:#111;width:40px;height:40px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.mp-guides-modal__close:hover{background:#0000001a}.mp-guides-modal__body{padding:14px 20px 18px}.mp-guides-list{display:grid;gap:12px}.mp-guides-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px;padding:14px;border-radius:14px;background:#00000008;border:1px solid rgba(0,0,0,.08)}.mp-guides-item__text{font-size:14.5px;font-weight:800;color:#1b1b1b;line-height:1.35}.mp-guides-item__cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#4caf50;color:#fff;text-decoration:none;font-weight:900;font-size:13px;line-height:1;box-shadow:0 10px 22px #4caf5040;transition:transform .05s ease,filter .15s ease;white-space:nowrap}@media (max-width: 640px){.mp-guides-item{grid-template-columns:1fr;align-items:stretch}.mp-guides-item__cta{justify-content:center;width:100%}}@media (max-width: 640px){.mainpage-page{overflow-x:hidden;width:100%}.mainpage-layout{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px 12px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));margin-top:-6px;align-items:flex-start;justify-content:flex-start;width:100%;max-width:100%;overflow-x:hidden}.mainpage-col--left,.mainpage-col--right{width:auto}.mainpage-col--right{align-items:flex-start;flex-direction:row;gap:10px}.mainpage-col--center{width:100%;order:3}.mainpage-col--left .btn,.mainpage-col--right>.mp-btn-support{padding:7px 12px;font-size:13px;line-height:1.1;border-radius:7px}.mainpage-content{padding:0;width:100%;gap:12px;max-width:100%}.next-event-card{flex-direction:column;align-items:stretch;gap:12px;padding:12px;border-radius:18px;max-width:100%;width:100%}.next-event-image-wrap{width:100%;max-width:100%;flex:0 0 auto;aspect-ratio:16 / 9;border-radius:14px}.next-event-details{min-width:0;max-width:100%}.next-event-header-label{font-size:11px;padding:4px 10px;margin-bottom:6px}.next-event-title{font-size:18px;line-height:1.2;margin-bottom:10px}.next-event-header-label{display:table;margin-left:auto;margin-right:auto;text-align:center}.next-event-title{text-align:center}.next-event-meta{gap:10px}.next-event-meta-row{display:grid;grid-template-columns:clamp(110px,34vw,150px) minmax(0,1fr);-moz-column-gap:12px;column-gap:12px;align-items:start;font-size:13px;line-height:1.35}.next-event-meta-label{white-space:nowrap}.next-event-meta-value{min-width:0;overflow-wrap:anywhere;word-break:break-word}.mp-mini-icon,.mp-mini-icon svg{width:16px;height:16px}.address-link div:first-child,.address-link div:last-child{font-size:13px;line-height:1.3}.next-event-badges-top{top:10px;right:10px;gap:6px}.next-event-badge{padding:5px 9px;font-size:11px;line-height:1}.next-event-fullwidth-center{justify-content:center;margin-top:12px}.next-event-fullwidth-center .mp-btn{width:100%;max-width:320px;justify-content:center;padding:12px 16px;font-size:16px;border-radius:999px}.supporter-strip{padding:6px 12px 8px;margin-top:10px;max-width:100%}.supporter-strip__title{font-size:11px;margin:4px 0 6px;opacity:.9}.supporter-marquee{padding:6px 0;border-radius:10px;background:#ffffffeb;box-shadow:0 10px 30px #00000038}.supporter-marquee:before,.supporter-marquee:after{display:none}.supporter-marquee__track{gap:0px;animation:supporter-marquee 34s linear infinite}.supporter-marquee__item{height:40px}.supporter-marquee__item img{height:40px;max-width:150px}img{max-width:100%;height:auto}.mainpage-col,.mainpage-col--left,.mainpage-col--center,.mainpage-col--right,.mainpage-content,.next-event-card,.next-event-details{max-width:100%;min-width:0;box-sizing:border-box}.mp-modal-content{border-radius:18px}.mp-modal-header{padding:14px}.mp-modal-body{padding:14px 14px 16px}.mp-guides-list{gap:12px}.mp-guides-item{padding:12px;border-radius:14px}.mp-guides-item__text{font-size:14px;line-height:1.25}.mp-guides-item__cta{width:100%;max-width:100%;box-sizing:border-box;justify-content:center;padding:10px 12px;font-size:13px;border-radius:999px;white-space:normal;text-align:center}}.support-page{background-size:cover;background-position:center;min-height:100vh;display:flex;flex-direction:column}.support-page__wrapper{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:30px 15px 40px;box-sizing:border-box}.support-card{background-color:#fffffff2;border-radius:12px;padding:20px;box-shadow:0 0 18px #00000059;color:#333;max-width:800px;width:100%;height:auto;align-self:flex-start}.support-card h2{margin-top:0;margin-bottom:15px}.form-row{margin-bottom:12px}.support-page label{display:block;font-weight:700;margin-bottom:4px}.support-page input[type=text],.support-page input[type=email],.support-page select,.support-page textarea{width:100%;box-sizing:border-box;padding:8px;border-radius:4px;border:1px solid #ccc;font-family:inherit;font-size:14px}.support-page textarea{min-height:120px;resize:vertical}.readonly-field{background-color:#f3f3f3}.button-row{margin-top:18px;display:flex;gap:10px;justify-content:flex-end}.btn{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-size:14px}.btn-cancel{background-color:#ccc;color:#333}.btn-send{background-color:#4caf50;color:#fff}.btn-cancel:hover{background-color:#b3b3b3}.btn-send:disabled{background-color:#9bcf9c;cursor:not-allowed}.btn-send:not(:disabled):hover{background-color:#45a049}.hint{font-size:12px;color:#666;margin-top:2px}.support-section.is-hidden{display:none}.reported-user-preview{display:none;align-items:center;gap:10px;margin-top:8px}.reported-user-preview img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #ccc}.reported-user-preview span{font-weight:700}.user-search-wrapper{position:relative}.user-dropdown{position:absolute;left:0;right:0;top:100%;background-color:#fff;border:1px solid #ccc;max-height:200px;overflow-y:auto;z-index:100;display:none}.user-dropdown-item{padding:6px 8px;cursor:pointer;display:flex;align-items:center;gap:8px}.user-dropdown-item img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #ccc;flex-shrink:0}.user-dropdown-item span{flex:1}.user-dropdown-item:hover{background-color:#f0f0f0}@media (max-width: 768px){.support-page__wrapper{padding:20px 10px 30px}}.search-page{margin:40px auto;width:min(1100px,92%);color:#111}.search-card__head{margin-bottom:14px;padding-bottom:6px}.search-card__title{margin:0 0 6px;font-size:28px;font-weight:800;color:#111}.search-card__sub{margin:0;opacity:.8;color:#000000bf}.search-actions{display:grid;gap:10px;margin:14px 0 18px}.search-actions__form{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.search-actions__form .form-input{flex:1;min-width:220px}.search-type-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.search-type-btn{text-decoration:none;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:#111}.search-type-btn.is-active{background:#0b5ed7;border-color:#0b5ed7;color:#fff}.search-type-btn:not(.is-active):hover{border-color:#0b5ed78c}.search-section-title{margin:18px 0 10px;font-size:20px;font-weight:700;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08);color:#111}.search-list{display:grid;gap:10px}.search-row{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px;background:#fafafaf7;border:1px solid rgba(0,0,0,.08);border-radius:12px}.search-row__body{min-width:0}.search-row--shop,.search-row--team,.search-row--user,.search-row--event{position:relative}.search-row__overlay-link{display:none;position:absolute;inset:0;border-radius:12px;z-index:5}.search-row-cta{position:relative;z-index:6}.search-thumb{width:72px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#00000014;display:block}.search-thumb--initials{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;letter-spacing:.5px;color:#000000a6;text-transform:uppercase}.search-row__title{font-weight:800;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.search-row__meta{font-size:14px;opacity:.8;line-height:1.35;color:#000000b3}.search-event-meta{display:grid;gap:4px}.search-event-meta__row{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start}.search-event-meta__label{font-weight:800;opacity:.85;white-space:nowrap}.search-event-meta__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-empty{padding:12px;opacity:.8;color:#0009}@media (max-width: 720px){.search-actions__form{flex-direction:column;align-items:stretch}.search-actions__form .form-input{width:100%;min-width:0}.search-row{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.search-row .btn{grid-column:1 / -1;justify-self:flex-start}.search-row--shop,.search-row--team,.search-row--user,.search-row--event{cursor:pointer}.search-row-cta{display:none}.search-row__overlay-link{display:block}}@media (max-width: 520px){.search-page{margin:clamp(20px,5vw,30px) auto;width:min(100%,95vw);padding:0 clamp(8px,2vw,12px)}.search-card__title{font-size:clamp(20px,6vw,28px);line-height:1.2;margin:0 0 clamp(4px,1vw,6px)}.search-card__sub{font-size:clamp(12px,2.8vw,14px)}.search-actions{gap:clamp(8px,2vw,10px);margin:clamp(10px,2.5vw,14px) 0 clamp(12px,3vw,18px)}.search-actions__form{gap:clamp(6px,1.5vw,10px)}.search-type-btn--all{display:none}.search-type-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.search-type-btn{width:100%;text-align:center;font-size:12px;padding:8px 0;white-space:nowrap}.search-section-title{font-size:clamp(16px,4vw,20px);margin:clamp(12px,3vw,18px) 0 clamp(8px,2vw,10px);padding-bottom:clamp(6px,1.5vw,8px)}.search-list{gap:clamp(8px,2vw,10px)}.search-row{gap:clamp(10px,2.5vw,14px);padding:clamp(10px,2.2vw,12px);border-radius:clamp(8px,2vw,12px)}.search-thumb{width:clamp(60px,15vw,72px);height:clamp(60px,15vw,72px);border-radius:clamp(8px,2vw,10px);flex-shrink:0}.search-thumb--initials{font-size:clamp(14px,3.5vw,20px)}.search-row__title{font-size:clamp(13px,3vw,15px);margin-bottom:clamp(3px,.8vw,4px)}.search-row__meta{font-size:clamp(12px,2.6vw,14px)}.search-row .btn{font-size:clamp(11px,2.4vw,13px);padding:clamp(6px,1vw,8px) clamp(10px,2vw,12px)}.search-empty{padding:clamp(10px,2.2vw,12px);font-size:clamp(12px,2.6vw,14px)}.search-actions__form{gap:8px;width:100%;max-width:100%;min-width:0}.search-actions__form .form-input{flex:0 0 auto;width:100%;max-width:100%;min-width:0;box-sizing:border-box;font-size:14px;line-height:1.2;padding:9px 12px;height:40px;border-radius:12px}.search-actions__form .btn,.search-actions__form button,.search-actions__form input[type=submit]{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;padding:10px 12px;height:40px;border-radius:12px}}.profile-page .profile-page__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:58px 30px 90px;background-color:#ffffffe6;color:#000;width:90%;max-width:800px;border-radius:10px;box-shadow:0 0 15px #0006;margin:20px auto;box-sizing:border-box;position:relative}.profile-page .profile-page__top-grid{width:100%;display:grid;grid-template-columns:160px 1fr 200px;gap:16px;align-items:start;margin-bottom:18px}.profile-page .profile-page__top-left{display:flex;justify-content:flex-start;align-items:flex-start}.profile-page .profile-page__top-right{display:flex;justify-content:flex-end;align-items:flex-start}.profile-page .profile-page__top-center{display:grid;place-items:center;gap:8px}.profile-page .profile-page__username-title{text-align:center;font-size:28px;font-weight:700;color:#333;margin:0}.profile-page .profile-page__social-pill{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:999px;background:#f3f4f6;color:#111;text-decoration:none;font-size:11px;line-height:1;box-shadow:0 1px 2px #0000001f}.profile-page .profile-page__sp-icon{height:16px;width:auto;display:block}.profile-page .profile-page__social-bar{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden}.profile-page .profile-page__sp-label{font-weight:600}@media (max-width:420px){.profile-page .profile-page__social-bar{flex-wrap:wrap;white-space:normal;justify-content:center}}.profile-page .profile-page__profile-image{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 10px #0000004d}.profile-page .profile-page__team-logo{width:180px;height:180px;-o-object-fit:contain;object-fit:contain;background:transparent;border:none;border-radius:0;box-shadow:none}.profile-page .profile-page__team-block{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.profile-page .profile-page__team-link-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:12px;font-weight:700;border-radius:999px;background:#0000000f;border:1px solid rgba(0,0,0,.18);color:#111;text-decoration:none;line-height:1;box-shadow:0 1px 2px #0000001a;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.profile-page .profile-page__team-link-btn:hover{background:#4caf502e;border-color:#4caf5073;transform:translateY(-1px);box-shadow:0 6px 16px #0000001a}.profile-page .profile-page__team-link-btn:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:2px}.profile-page .profile-page__h2{color:#4caf50;margin:0 0 10px}.profile-page .profile-page__mobile-identity{display:none;margin-bottom:10px}.profile-page .profile-page__username-title--mobile{font-size:26px;margin:0 0 8px}.profile-page .profile-page__social-bar--mobile{justify-content:center;flex-wrap:wrap;white-space:normal}.profile-page .profile-page__kv{display:grid;grid-template-columns:120px 1fr;-moz-column-gap:14px;column-gap:14px;align-items:baseline;padding:6px 0}.profile-page .profile-page__k{font-weight:800;color:#111;white-space:nowrap}.profile-page .profile-page__v{color:#111;min-width:0}.profile-page .profile-page__body-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:6px}.profile-page .profile-page__panel{background:#00000008;border-radius:14px;padding:14px}.profile-page .profile-page__patches-block{width:100%}.profile-page .profile-page__h2--patches{margin:0 0 10px}.profile-page .profile-page__patch-area{width:100%;display:grid;gap:12px}.profile-page .profile-page__patchwall-btn{border:0;padding:8px 10px;border-radius:10px;cursor:pointer;background:#f3f4f6;color:#111;box-shadow:0 1px 2px #0000001f}.profile-page .profile-page__patch-grid{display:grid;grid-template-columns:repeat(3,86px);gap:10px}.profile-page .profile-page__patch-grid--auto{grid-template-columns:repeat(auto-fill,86px)}.profile-page .profile-page__patch-card{width:86px;height:86px;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#0000000a;box-shadow:0 1px 2px #0000001f}.profile-page .profile-page__patch-card--empty{opacity:.55;background:#00000005;border:1px dashed rgba(0,0,0,.18);box-shadow:none}.profile-page .profile-page__patch-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:10px;box-sizing:border-box;display:block}.profile-page .profile-page__patch-subtitle{color:#4caf50;font-size:20px;font-weight:700;margin:0 0 10px}.profile-page .profile-page__patchwall-btn{margin-left:auto}.profile-page .profile-page__patch-link{display:inline-block;text-decoration:none;color:inherit}.profile-page .profile-page__patch-link .profile-page__patch-card{cursor:pointer}.profile-page .profile-page__patch-link:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:3px;border-radius:14px}.profile-page .profile-page__spacer{flex:1}.profile-page .profile-page__button-container{display:flex;justify-content:space-between;align-items:flex-end;width:100%;padding:0 16px 16px;box-sizing:border-box}.profile-page .profile-page__left-buttons,.profile-page .profile-page__right-buttons{display:flex;flex-direction:column;gap:10px}.profile-page .profile-page__button-container--corners{position:absolute;left:20px;right:20px;bottom:20px;padding:0;width:auto;align-items:flex-end;box-sizing:border-box}.profile-page .profile-page__button-container--corners .profile-page__left-buttons{align-items:flex-start}.profile-page .profile-page__button-container--corners .profile-page__right-buttons{align-items:flex-end}.profile-page .profile-page__logout-form{margin:0}.profile-page .profile-page__top-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;align-items:center;z-index:2}.profile-page .profile-page__top-actions .profile-page__action-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.1px;text-decoration:none;border:1px solid rgba(0,0,0,.18);background:#0000000f;color:#111;opacity:.92;transition:opacity .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.profile-page .profile-page__top-actions .profile-page__action-btn:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.profile-page .profile-page__top-actions .profile-page__action-btn--team{background:#4caf502e;border-color:#4caf5059;color:#196e1ef2}.profile-page .profile-page__top-actions .profile-page__action-btn--shop{background:#007bff24;border-color:#007bff4d;color:#0046a0f2}.profile-page .profile-page__top-actions .profile-page__action-btn:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:2px}.profile-page .profile-page__report-btn{position:absolute;top:12px;right:12px;padding:6px 10px;border-radius:999px;background:#dc35450f;border:1px solid rgba(220,53,69,.16);color:#b400008c;font-weight:500;font-size:12px;letter-spacing:.1px;text-decoration:none;opacity:.65;transition:opacity .15s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.profile-page .profile-page__report-btn:hover{opacity:1;background:#dc354524;border-color:#dc354559;color:#a00000e6;box-shadow:0 6px 16px #0000001f;transform:translateY(-1px)}.profile-page .profile-page__report-btn:focus-visible{opacity:1;outline:2px solid rgba(220,53,69,.35);outline-offset:2px}.profile-page .profile-page__events-btn{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#4caf5038;border:1px solid rgba(76,175,80,.35);color:#196e1ef2;font-weight:700;font-size:12px;letter-spacing:.1px;text-decoration:none;opacity:.9;transition:opacity .15s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.profile-page .profile-page__events-btn:hover{opacity:1;background:#4caf5059;border-color:#4caf508c;color:#0f5f19;box-shadow:0 6px 16px #0000001f;transform:translateY(-1px)}.profile-page .profile-page__events-btn:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:2px}.profile-page .profile-page__modal{position:fixed;inset:0;display:none;z-index:9999}.profile-page .profile-page__modal.is-open{display:block}.profile-page .profile-page__modal-backdrop{position:absolute;inset:0;background:#0009}.profile-page .profile-page__modal-panel{position:relative;margin:6vh auto;width:min(980px,calc(100% - 24px));max-height:88vh;overflow:hidden;border-radius:16px;background:#fffffffa;box-shadow:0 10px 30px #00000040}.profile-page .profile-page__modal-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.profile-page .profile-page__modal-title{font-weight:800;color:#333}.profile-page .profile-page__modal-x{border:0;background:transparent;font-size:18px;cursor:pointer;color:#333}.profile-page .profile-page__modal-body{padding:14px;overflow:auto;max-height:calc(88vh - 52px)}.profile-page .profile-page__modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.profile-page .profile-page__modal-item{display:grid;grid-template-columns:64px 1fr;gap:10px;border-radius:14px;padding:10px;background:#00000008}.profile-page .profile-page__modal-img{width:64px;height:64px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.profile-page .profile-page__modal-name{font-weight:700;margin-bottom:8px;color:#111}.profile-page .profile-page__modal-quickbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.profile-page .profile-page__modal-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.profile-page .profile-page__modal-actions--collapsed{display:none}.profile-page .profile-page__pin-form{display:flex;gap:8px;align-items:center}.profile-page .profile-page__pin-select{padding:6px 8px;border-radius:10px;border:1px solid rgba(0,0,0,.15);background:#fff}.profile-page .profile-page__mini-btn{border:0;padding:7px 10px;border-radius:10px;cursor:pointer;background:#e9ecef;color:#111}.profile-page .profile-page__mini-btn--ghost{opacity:.85;background:#f3f4f6}.profile-page .profile-page__mini-btn--danger{opacity:.95;background:#dc35452e;color:#a00000f2}.profile-page .profile-page__modal-empty{padding:14px;color:#333;opacity:.85}.profile-page .profile-page__imgmodal{position:fixed;inset:0;display:none;z-index:10000}.profile-page .profile-page__imgmodal.is-open{display:block}.profile-page .profile-page__imgmodal-backdrop{position:absolute;inset:0;background:#000000bf}.profile-page .profile-page__imgmodal-panel{position:relative;margin:6vh auto;width:min(860px,calc(100% - 24px));max-height:88vh;overflow:hidden;border-radius:16px;background:#fffffffa;box-shadow:0 10px 30px #00000059}.profile-page .profile-page__imgmodal-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.profile-page .profile-page__imgmodal-title{font-weight:800;color:#333}.profile-page .profile-page__imgmodal-x{border:0;background:transparent;font-size:18px;cursor:pointer;color:#333}.profile-page .profile-page__imgmodal-body{padding:14px;display:grid;place-items:center;max-height:calc(88vh - 52px);overflow:auto}.profile-page .profile-page__imgmodal-img{width:100%;height:auto;max-width:520px;max-height:70vh;-o-object-fit:contain;object-fit:contain;border-radius:14px;background:#00000008;padding:12px;box-sizing:border-box;display:block}@media (max-width:600px){.profile-page{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));box-sizing:border-box}.profile-page .profile-page__content{width:min(100%,560px);max-width:none;margin:10px auto 12px;padding:48px 16px 160px;box-sizing:border-box}.profile-page .profile-page__top-grid{grid-template-columns:1fr 1fr;gap:12px;align-items:start;margin-bottom:12px}.profile-page .profile-page__top-left{justify-content:flex-start}.profile-page .profile-page__top-right{justify-content:flex-end}.profile-page .profile-page__top-center{display:none}.profile-page .profile-page__mobile-identity{display:block}.profile-page .profile-page__profile-image,.profile-page .profile-page__team-logo{width:110px;height:110px}.profile-page .profile-page__panel{font-size:14px}.profile-page .profile-page__kv{font-size:14px;line-height:1.25}.profile-page .profile-page__k,.profile-page .profile-page__v{font-size:14px}.profile-page .profile-page__panel .profile-page__h2{font-size:24px}.profile-page .profile-page__patch-grid{grid-template-columns:repeat(3,72px);gap:8px}.profile-page .profile-page__patch-grid--auto{grid-template-columns:repeat(auto-fill,72px)}.profile-page .profile-page__patch-card{width:72px;height:72px;border-radius:12px}.profile-page .profile-page__patch-img{padding:8px}.profile-page .profile-page__modal-panel{margin:4vh auto;width:calc(100% - 20px)}.profile-page .profile-page__modal-grid{grid-template-columns:1fr;gap:10px}.profile-page .profile-page__modal-item{grid-template-columns:52px 1fr;gap:10px;padding:10px}.profile-page .profile-page__modal-img{width:52px;height:52px;border-radius:10px}.profile-page .profile-page__body-grid{grid-template-columns:1fr}.profile-page .profile-page__button-container{flex-direction:column;gap:12px;align-items:stretch}.profile-page .profile-page__right-buttons{align-items:stretch}.profile-page .profile-page__kv{grid-template-columns:105px 1fr}.profile-page .profile-page__button-container--corners{position:absolute;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:auto;padding:0;box-sizing:border-box;flex-direction:row;align-items:flex-end;gap:12px}.profile-page .profile-page__button-container--corners .profile-page__left-buttons{align-items:flex-start}.profile-page .profile-page__button-container--corners .profile-page__right-buttons{align-items:flex-end}.profile-page .profile-page__button-container--corners .profile-page__right-buttons>*{max-width:100%}.profile-page .profile-page__imgmodal-panel{margin:5vh auto;width:calc(100% - 20px)}.profile-page .profile-page__imgmodal-img{max-width:92vw;max-height:68vh}}.profile-page .profile-page__corner-actions{position:absolute;left:20px;right:20px;bottom:20px;width:auto;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0;box-sizing:border-box;z-index:2}.profile-page .profile-page__corner-left,.profile-page .profile-page__corner-right{display:flex;align-items:center;gap:10px}.profile-page .profile-page__corner-actions .profile-page__action-btn{min-width:160px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap;line-height:1}.profile-page .profile-page__btn-edit{background-color:#fd7e14;border-color:#fd7e14;color:#fff}@media (max-width: 820px){.profile-page .profile-page__corner-actions{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));flex-direction:column;align-items:stretch}.profile-page .profile-page__corner-left,.profile-page .profile-page__corner-right{width:100%;justify-content:stretch}.profile-page .profile-page__corner-right form{width:100%}.profile-page .profile-page__corner-actions .profile-page__action-btn{width:100%;min-width:0}}.profile-page .peh-push-box{width:100%;background:#ffffffeb;color:#000;border-radius:12px;padding:14px;margin:0 0 14px;box-shadow:0 8px 20px #0000001f;box-sizing:border-box}.profile-page .peh-push-box__title{font-weight:800;font-size:14px;margin:0 0 6px;color:#111}.profile-page .peh-push-box__text{font-size:13px;line-height:1.35;margin:0 0 10px;color:#111}.profile-page .peh-push-box__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.profile-edit-page{min-height:100vh}.profile-edit-page .profile-edit-page__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;position:relative;padding:30px;background-color:#ffffffe6;color:#000;width:90%;max-width:900px;border-radius:10px;box-shadow:0 0 15px #0006;margin:20px auto;box-sizing:border-box}.profile-edit-page .profile-edit-page__title{margin:0 0 12px}.profile-edit-page .profile-edit-page__user-id{margin:-6px 0 10px;font-size:12px;color:#000000a6;font-weight:600}.profile-edit-page .profile-edit-page__status{color:green;font-weight:700;margin:6px 0 10px}.profile-edit-page .profile-edit-page__error{color:#d9534f;font-weight:700;margin:6px 0 10px}.profile-edit-page .profile-edit-page__image-section{display:flex;gap:20px;justify-content:center;margin:10px 0 20px}.profile-edit-page .profile-edit-page__profile-image{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 10px #0000004d}.profile-edit-page .profile-edit-page__team-logo{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;background:transparent;border:none;border-radius:0;box-shadow:none}.profile-edit-page .profile-edit-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;width:100%}.profile-edit-page .profile-edit-page__field{min-width:0}.profile-edit-page .profile-edit-page__full{grid-column:1 / -1}.profile-edit-page .profile-edit-page__field label{display:inline-block;margin-bottom:6px;font-weight:700}.profile-edit-page .profile-edit-page__input{width:100%;padding:12px;border-radius:5px;border:1px solid #ccc;font-size:16px;box-sizing:border-box;max-width:100%;min-width:0;min-inline-size:0}.profile-edit-page .profile-edit-page__input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:100%;box-sizing:border-box;padding:12px;border:1px solid #ccc;border-radius:5px;font-size:16px;background-color:#fff;color:#000;min-width:0;min-inline-size:0;overflow:hidden;line-height:normal;height:auto}.profile-edit-page .profile-edit-page__section-title{margin:10px 0 0;font-weight:700}.profile-edit-page .profile-edit-page__fieldset{border:1px solid #ccc;padding:14px 16px;border-radius:8px}.profile-edit-page .profile-edit-page__legend{padding:0 6px;font-weight:700}.profile-edit-page .profile-edit-page__check{display:block;margin:6px 0}.profile-edit-page .profile-edit-page__check.is-disabled{opacity:.7}.profile-edit-page .profile-edit-page__hint{font-size:12px;color:#444;margin:8px 0 0}.profile-edit-page .profile-edit-page__muted{color:#666;font-size:14px;margin-left:6px}.profile-edit-page .profile-edit-page__hidden-form{display:none}.profile-edit-page .image-cropper-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0003;z-index:10000;width:80%;max-width:520px;max-height:90dvh;display:flex;flex-direction:column;gap:16px;overflow:hidden}.profile-edit-page .image-cropper-modal .modal__title{margin:0}.profile-edit-page .image-cropper-modal .cropper-stage{flex:1 1 auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-edit-page .image-cropper-modal .modal__media{max-width:100%;max-height:100%}.profile-edit-page .image-cropper-modal .modal__actions{flex:0 0 auto;display:flex;flex-direction:column;gap:12px}.profile-edit-page .profile-edit-page__corner-actions{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.profile-edit-page .profile-edit-page__corner-actions--top{margin:6px 0 14px}.profile-edit-page .profile-edit-page__corner-actions--bottom{margin-top:14px}.profile-edit-page .profile-edit-page__corner-left,.profile-edit-page .profile-edit-page__corner-right{display:flex;align-items:center;gap:10px}.profile-edit-page .profile-edit-page__corner-actions--top .profile-edit-page__corner-right{flex-direction:column;align-items:flex-end}.profile-edit-page .profile-edit-page__corner-actions--top .profile-edit-page__corner-right>*{margin:0}.profile-edit-page .profile-edit-page__action-btn{min-width:160px;height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap;line-height:1}.profile-edit-page .profile-edit-page__delete-form{margin-top:0}@media (min-width: 821px){.profile-edit-page .profile-edit-page__corner-actions--top{position:absolute;top:20px;left:20px;right:20px;margin:0;width:auto;z-index:5;box-sizing:border-box}.profile-edit-page .profile-edit-page__content{padding-top:88px}}.profile-edit-page .profile-edit-page__btn-password{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.profile-edit-page .profile-edit-page__btn-password:hover{filter:brightness(.95)}.profile-edit-page .profile-edit-page__btn-password:focus{outline:none}.profile-edit-page .profile-edit-page__btn-email{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.profile-edit-page .profile-edit-page__btn-email:hover{filter:brightness(.95)}.profile-edit-page .profile-edit-page__btn-email:focus{outline:none}@media (max-width: 820px){.profile-edit-page .profile-edit-page__grid{grid-template-columns:1fr}.profile-edit-page .profile-edit-page__corner-actions{flex-direction:column;align-items:stretch}.profile-edit-page .profile-edit-page__corner-left,.profile-edit-page .profile-edit-page__corner-right{width:100%;justify-content:stretch}.profile-edit-page .profile-edit-page__corner-right form{width:100%}.profile-edit-page .profile-edit-page__action-btn{width:100%;min-width:0}.profile-edit-page .profile-edit-page__corner-actions--top .profile-edit-page__corner-right a{width:100%}}@media (max-width: 520px){.profile-edit-page .profile-edit-page__content{padding:clamp(12px,3vw,20px);width:94%}.profile-edit-page .profile-edit-page__title{font-size:clamp(18px,5vw,24px);line-height:1.2;margin:0 0 10px}.profile-edit-page .profile-edit-page__image-section{flex-direction:column;gap:12px;margin:8px 0 14px}.profile-edit-page .profile-edit-page__profile-image{width:clamp(100px,25vw,120px);height:clamp(100px,25vw,120px)}.profile-edit-page .profile-edit-page__team-logo{width:clamp(120px,30vw,160px);height:clamp(120px,30vw,160px)}.profile-edit-page .profile-edit-page__grid{gap:clamp(10px,2vw,14px)}.profile-edit-page .profile-edit-page__field label{font-size:clamp(12px,2.5vw,14px);margin-bottom:4px}.profile-edit-page .profile-edit-page__input{font-size:clamp(12px,2.5vw,16px);padding:clamp(8px,1.5vw,12px)}.profile-edit-page .profile-edit-page__section-title{font-size:clamp(13px,2.8vw,15px)}.profile-edit-page .profile-edit-page__hint{font-size:clamp(10px,2vw,12px)}.profile-edit-page .profile-edit-page__cropper-popup{width:90%;max-width:400px;padding:clamp(12px,3vw,16px)}}.shop-profile-page{min-height:100vh}.shop-profile-page .shop-profile-page__wrapper{display:flex;flex-direction:column;align-items:stretch;padding:30px 10px;box-sizing:border-box}.shop-profile-page .shop-profile-page__content{width:100%;max-width:1000px;margin:20px auto;background:#fffffff2;border-radius:12px;box-shadow:0 0 15px #0006;overflow:hidden;color:#111}.shop-profile-page .shop-profile-page__cover{width:100%;height:auto;display:block;background:#e9ecef}.shop-profile-page .shop-profile-page__inner{padding:20px 24px 90px;box-sizing:border-box;position:relative}.shop-profile-page .shop-profile-page__hero{display:flex;align-items:flex-end;gap:16px;margin-top:-60px}.shop-profile-page .shop-profile-page__profile-image{width:150px;height:150px;border-radius:999px;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 10px #0000004d;background:#fff;border:4px solid #fff}.shop-profile-page .shop-profile-page__username{font-size:28px;font-weight:700;color:#333;margin-bottom:8px}.shop-profile-page .shop-profile-page__header{display:flex;justify-content:space-between;gap:20px;margin-top:24px;flex-wrap:wrap}.shop-profile-page .shop-profile-page__info{flex:1 1 280px}.shop-profile-page .shop-profile-page__h2{color:#4caf50;margin-top:0}.shop-profile-page .shop-profile-page__social-bar{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin:10px 0 12px}.shop-profile-page .shop-profile-page__social-pill{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:999px;background:#f3f4f6;color:#111;text-decoration:none;font-size:11px;line-height:1;box-shadow:0 1px 2px #0000001f}.shop-profile-page .shop-profile-page__sp-icon{height:16px;width:auto;display:block;-o-object-fit:contain;object-fit:contain}.shop-profile-page .shop-profile-page__sp-label{font-weight:600}.shop-profile-page .shop-profile-page__row{display:flex;align-items:baseline;gap:10px;margin:8px 0;font-size:14px}.shop-profile-page .shop-profile-page__row--mt{margin-top:10px}.shop-profile-page .shop-profile-page__label{min-width:110px;color:#333;font-weight:700}.shop-profile-page .shop-profile-page__value{color:#111}.shop-profile-page .shop-profile-page__value--muted{color:#666}.shop-profile-page .shop-profile-page__link,.shop-profile-page .shop-profile-page__mail{color:#0b5ed7;text-decoration:none;border-bottom:1px dashed rgba(11,94,215,.45);transition:border-color .15s,color .15s,background .15s;padding:2px 0}.shop-profile-page .shop-profile-page__link:hover,.shop-profile-page .shop-profile-page__mail:hover{color:#084298;border-bottom-color:#084298a6;background:#0b5ed70f}.shop-profile-page .shop-profile-page__actions{display:none}.shop-profile-page .shop-profile-page__button-container{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;width:100%;box-sizing:border-box}.shop-profile-page .shop-profile-page__button-container--corners{position:absolute;left:24px;right:24px;bottom:24px;width:auto;padding:0;box-sizing:border-box}.shop-profile-page .shop-profile-page__btn-left{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.shop-profile-page .shop-profile-page__btn-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.shop-profile-page .shop-profile-page__logout-form{margin:0}@media (max-width: 700px){.shop-profile-page .shop-profile-page__hero{flex-direction:column;align-items:flex-start;margin-top:-40px}.shop-profile-page .shop-profile-page__button-container--corners{position:absolute;left:max(12px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom));right:auto;width:auto;padding:0;box-sizing:border-box}.shop-profile-page .shop-profile-page__btn-left,.shop-profile-page .shop-profile-page__btn-right{width:auto;align-items:flex-start}}@media (max-width: 520px){.shop-profile-page .shop-profile-page__wrapper{padding:clamp(10px,2vw,16px)}.shop-profile-page .shop-profile-page__content{margin:clamp(10px,2.5vw,16px) auto;border-radius:clamp(8px,2vw,12px)}.shop-profile-page .shop-profile-page__inner{padding:clamp(12px,3vw,16px);padding-bottom:clamp(90px,22vw,120px)}.shop-profile-page .shop-profile-page__hero{flex-direction:column;gap:clamp(10px,2vw,14px);margin-top:clamp(-30px,-8vw,-40px);align-items:center}.shop-profile-page .shop-profile-page__profile-image{width:clamp(80px,20vw,110px);height:clamp(80px,20vw,110px);border-width:clamp(2px,.5vw,4px)}.shop-profile-page .shop-profile-page__username{font-size:clamp(18px,5vw,24px);margin-bottom:clamp(4px,1vw,8px);text-align:center}.shop-profile-page .shop-profile-page__discount{margin:6px auto 0;display:flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#0b5ed714;font-size:12px;line-height:1}.shop-profile-page .shop-profile-page__discount-label{font-weight:700;opacity:.8}.shop-profile-page .shop-profile-page__discount-code{font-weight:900;letter-spacing:.4px}.shop-profile-page .shop-profile-page__header{flex-direction:column;gap:clamp(12px,2.5vw,16px);margin-top:clamp(12px,3vw,16px)}.shop-profile-page .shop-profile-page__info{flex:1 1 auto;width:100%}.shop-profile-page .shop-profile-page__row{align-items:flex-start}.shop-profile-page .shop-profile-page__row--description{flex-direction:column;gap:6px}.shop-profile-page .shop-profile-page__row--description .shop-profile-page__label{min-width:0}.shop-profile-page .shop-profile-page__row--description .shop-profile-page__value{width:100%}.shop-profile-page .shop-profile-page__value--preline{white-space:pre-line}.shop-profile-page .shop-profile-page__social-bar{justify-content:center;gap:clamp(4px,1vw,6px);margin:clamp(6px,1.5vw,10px) 0 clamp(8px,2vw,12px)}.shop-profile-page .shop-profile-page__social-pill{padding:clamp(4px,1vw,6px) clamp(6px,1.5vw,8px);font-size:clamp(10px,2vw,12px)}.shop-profile-page .shop-profile-page__row{font-size:clamp(12px,2.5vw,14px);gap:clamp(8px,2vw,10px);margin:clamp(6px,1.5vw,8px) 0}.shop-profile-page .shop-profile-page__label{min-width:clamp(80px,18vw,100px);font-size:clamp(11px,2vw,13px)}.shop-profile-page .shop-profile-page__value{font-size:clamp(11px,2vw,13px)}.shop-profile-page .shop-profile-page__button-container{flex-direction:row;gap:clamp(8px,2vw,10px);align-items:flex-end;justify-content:flex-start}.shop-profile-page .shop-profile-page__btn-left,.shop-profile-page .shop-profile-page__btn-right{width:auto;gap:clamp(6px,1.5vw,8px);align-items:flex-start}.shop-profile-page .shop-profile-page__btn-left button,.shop-profile-page .shop-profile-page__btn-left a,.shop-profile-page .shop-profile-page__btn-right button,.shop-profile-page .shop-profile-page__btn-right a{width:auto;padding:clamp(8px,1.2vw,10px) clamp(12px,2vw,16px);font-size:clamp(11px,2.4vw,13px)}.shop-profile-page .shop-profile-page__button-container--corners{position:absolute;left:max(clamp(12px,3vw,16px),env(safe-area-inset-left));bottom:max(clamp(12px,3vw,16px),env(safe-area-inset-bottom));right:auto;width:auto;padding:0;box-sizing:border-box}}.shop-edit-page{min-height:100vh}.shop-edit-page .shop-edit-page__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:30px;background-color:#ffffffe6;color:#000;width:90%;max-width:900px;border-radius:10px;box-shadow:0 0 15px #0006;margin:20px auto;box-sizing:border-box}.shop-edit-page .shop-edit-page__title{margin:0 0 14px}.shop-edit-page .shop-edit-page__errors{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:6px;margin-bottom:20px;border:1px solid #f5c6cb;width:100%;box-sizing:border-box}.shop-edit-page .shop-edit-page__image-section{display:flex;gap:20px;justify-content:center;margin-bottom:20px;align-items:center;flex-wrap:wrap}.shop-edit-page .shop-edit-page__img-col{text-align:center}.shop-edit-page .shop-edit-page__img-caption{margin-top:6px}.shop-edit-page .shop-edit-page__profile-image{width:150px;height:150px;border-radius:999px;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 10px #0000004d;background:#fff}.shop-edit-page .shop-edit-page__cover-thumb{width:220px;height:124px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 0 8px #0003;background:#f2f2f2}.shop-edit-page .shop-edit-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;width:100%}.shop-edit-page .shop-edit-page__full{grid-column:1 / -1}.shop-edit-page .shop-edit-page__field label{display:inline-block;margin-bottom:6px;font-weight:700}.shop-edit-page .shop-edit-page__input{width:100%;padding:12px;border-radius:5px;border:1px solid #ccc;font-size:16px;box-sizing:border-box}.shop-edit-page .shop-edit-page__section-title{margin:10px 0 0;font-weight:700}.shop-edit-page .shop-edit-page__hint{font-size:12px;color:#444;margin-top:8px}.shop-edit-page .shop-edit-page__fieldset{border:1px solid #ccc;padding:14px 16px;border-radius:8px}.shop-edit-page .shop-edit-page__legend{padding:0 6px;font-weight:700}.shop-edit-page .shop-edit-page__check{display:block;margin:6px 0}.shop-edit-page .shop-edit-page__actions{display:flex;gap:10px;align-items:center;margin-top:12px}.shop-edit-page .shop-edit-page__cropper{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0003;z-index:10000;color:#000;width:90%;max-width:700px;text-align:center;box-sizing:border-box}.shop-edit-page .shop-edit-page__cropper img{max-width:100%;max-height:420px;display:block;margin:10px auto}.shop-edit-page .shop-edit-page__popup-title{font-weight:800;margin:0 0 8px}.shop-edit-page .shop-edit-page__popup-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}@media (max-width: 820px){.shop-edit-page .shop-edit-page__grid{grid-template-columns:1fr}.shop-edit-page .shop-edit-page__actions{flex-direction:column;align-items:stretch}}@media (max-width: 520px){.shop-edit-page .shop-edit-page__content{padding:clamp(12px,3vw,20px);width:94%}.shop-edit-page .shop-edit-page__title{font-size:clamp(18px,5vw,24px);line-height:1.2;margin:0 0 10px}.shop-edit-page .shop-edit-page__errors{padding:clamp(10px,2vw,12px) clamp(12px,2.5vw,16px);font-size:clamp(11px,2.2vw,13px)}.shop-edit-page .shop-edit-page__image-section{flex-direction:column;gap:clamp(10px,2vw,14px);margin-bottom:clamp(14px,3vw,18px)}.shop-edit-page .shop-edit-page__img-col{width:100%}.shop-edit-page .shop-edit-page__profile-image{width:clamp(100px,25vw,120px);height:clamp(100px,25vw,120px)}.shop-edit-page .shop-edit-page__cover-thumb{width:clamp(150px,35vw,180px);height:clamp(85px,20vw,100px)}.shop-edit-page .shop-edit-page__grid{gap:clamp(10px,2vw,14px)}.shop-edit-page .shop-edit-page__field label{font-size:clamp(12px,2.5vw,14px);margin-bottom:4px}.shop-edit-page .shop-edit-page__input{font-size:clamp(12px,2.5vw,16px);padding:clamp(8px,1.5vw,12px)}.shop-edit-page .shop-edit-page__section-title{font-size:clamp(13px,2.8vw,15px)}.shop-edit-page .shop-edit-page__hint{font-size:clamp(10px,2vw,12px)}.shop-edit-page .shop-edit-page__cropper{width:90%;padding:clamp(12px,3vw,16px)}.shop-edit-page .shop-edit-page__popup-title{font-size:clamp(13px,2.8vw,15px)}.shop-edit-page .shop-edit-page__actions{flex-direction:column;gap:clamp(6px,1.5vw,8px)}.shop-edit-page .shop-edit-page__actions button,.shop-edit-page .shop-edit-page__actions a{width:100%;padding:clamp(8px,1.2vw,10px) clamp(12px,2vw,16px);font-size:clamp(11px,2.4vw,13px)}}.shops-page{margin:40px auto;width:min(1100px,92%);color:#111}.shops-card__head{margin-bottom:14px;padding-bottom:6px}.shops-card__title{margin:0 0 6px;font-size:28px;font-weight:800;color:#111}.shops-card__sub{margin:0;opacity:.8;color:#000000bf}.shops-actions{display:grid;gap:10px;margin:14px 0 18px}.shops-actions__form{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.shops-actions__form .form-input{flex:1;min-width:220px}.shops-filters{width:100%;display:grid;gap:10px;margin-top:6px}.shops-filters__bar{width:100%;display:grid}.shops-filters__tab{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:#111;font-weight:800;box-sizing:border-box}.shops-filters__tab:hover{border-color:#0b5ed78c}.shops-filters__tab.is-active{background:#0b5ed71a;border-color:#0b5ed74d;color:#0b5ed7}.shops-filters__caret{opacity:.75;font-weight:900;flex:0 0 auto}.shops-filters__chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#0b5ed71a;border:1px solid rgba(11,94,215,.25);color:#0b5ed7;white-space:nowrap}.shops-filters__panels{width:100%;box-sizing:border-box}.shops-filters__panel{width:100%;box-sizing:border-box;padding:10px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#ffffffbf;gap:8px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.shops-filters__panel:not([hidden]){display:grid}.shops-filter-option{text-decoration:none;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:#111;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;box-sizing:border-box}.shops-filter-option.is-active{background:#0b5ed7;border-color:#0b5ed7;color:#fff}.shops-filter-option:not(.is-active):hover{border-color:#0b5ed78c}.shops-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;background:#00000014;border:1px solid rgba(0,0,0,.1);color:#000000bf;flex:0 0 auto}.shops-filter-option.is-active .shops-filter-count{background:#ffffff2e;border-color:#ffffff40;color:#fff}@media (max-width: 720px){.shops-filters__panel{grid-template-columns:1fr 1fr}}@media (max-width: 420px){.shops-filters__panel{grid-template-columns:1fr}}.shops-list{display:grid;gap:10px}.shops-row{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px;background:#fafafaf7;border:1px solid rgba(0,0,0,.08);border-radius:12px;position:relative}.shops-row__body{min-width:0}.shops-row__overlay-link{display:none;position:absolute;inset:0;border-radius:12px;z-index:5}.shops-row-cta{position:relative;z-index:6}.shops-thumb{width:72px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#00000014;display:block}.shops-row__title{font-weight:800;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.shops-empty{padding:12px;opacity:.8;color:#0009}@media (max-width: 720px){.shops-actions__form{flex-direction:column;align-items:stretch}.shops-actions__form .form-input{width:100%;min-width:0}.shops-row{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.shops-row-cta{display:none}.shops-row__overlay-link{display:block}.shops-row{cursor:pointer}}@media (max-width: 520px){.shops-page{margin:clamp(20px,5vw,30px) auto;width:min(100%,95vw);padding:0 clamp(8px,2vw,12px)}.shops-card__title{font-size:clamp(20px,6vw,28px);line-height:1.2}.shops-card__sub{font-size:clamp(12px,2.8vw,14px)}.shops-thumb{width:clamp(60px,15vw,72px);height:clamp(60px,15vw,72px)}.shops-actions__form .form-input{width:100%;box-sizing:border-box;font-size:14px;padding:9px 12px;height:40px;border-radius:12px}.shops-actions__form .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:12px}}.top-buttons{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap}.page-shell{max-width:1200px;margin:0 auto}.organizer-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:10px}.organizer-event-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:#000;box-shadow:0 6px 16px #0000001f;transition:transform .15s ease,box-shadow .15s ease}.organizer-event-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000002e}.organizer-event-card__img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;background:#eee}.organizer-event-card__body{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.organizer-event-card__title{font-size:16px;font-weight:700;line-height:1.2}.organizer-event-card__meta{font-size:13px;color:#333;display:flex;flex-direction:column;gap:3px}.organizer-event-card__badge{margin-top:6px;align-self:flex-start;background:#d9534f;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}@media (max-width: 600px){.organizer-event-card__img{height:140px}}@media (max-width: 520px){.top-buttons{gap:clamp(6px,1.5vw,8px);margin:clamp(10px,2.5vw,14px) 0}.top-buttons .btn,.top-buttons a{padding:clamp(8px,1.2vw,10px) clamp(10px,2vw,14px);font-size:clamp(11px,2.4vw,13px)}.page-shell{padding:0 clamp(8px,2vw,12px)}.organizer-events-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(140px,45vw,180px),1fr));gap:clamp(10px,2.5vw,14px);margin-top:clamp(8px,2vw,10px)}.organizer-event-card{border-radius:clamp(8px,2vw,10px);box-shadow:0 clamp(2px,.8vw,4px) clamp(8px,2vw,12px) #0000001a}.organizer-event-card:hover{transform:translateY(clamp(-1px,-.5vw,-2px));box-shadow:0 clamp(4px,1.2vw,8px) clamp(12px,3vw,16px) #00000024}.organizer-event-card__img{height:clamp(120px,30vw,140px)}.organizer-event-card__body{padding:clamp(10px,2vw,12px);gap:clamp(4px,1vw,6px)}.organizer-event-card__title{font-size:clamp(13px,3vw,16px);line-height:1.1}.organizer-event-card__meta{font-size:clamp(11px,2.4vw,13px);gap:clamp(2px,.8vw,3px)}.organizer-event-card__badge{padding:clamp(2px,.5vw,3px) clamp(6px,1.2vw,8px);font-size:clamp(9px,2vw,11px);margin-top:clamp(4px,1vw,6px)}}[x-cloak]{display:none!important}.admin-roles-page{--panel: rgba(10, 12, 16, .88);--panel2: rgba(10, 12, 16, .82);--text: rgba(255,255,255,.96);--muted: rgba(255,255,255,.72);--line: rgba(255,255,255,.14);--line2: rgba(255,255,255,.1);--shadow: 0 26px 90px rgba(0,0,0,.55);--radius: 18px;--focus: rgba(76,175,80,.45);--ok: rgba(76,175,80,.22);--warn: rgba(245,158,11,.25);--danger: rgba(239,68,68,.28);color:var(--text);padding:18px 16px 34px}.admin-roles-page .panel{max-width:1100px;margin:0 auto;background:linear-gradient(180deg,var(--panel),var(--panel2));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.admin-roles-page .panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.admin-roles-page .title-wrap{display:grid;gap:4px}.admin-roles-page .title{margin:0;font-size:20px;font-weight:800;letter-spacing:.2px}.admin-roles-page .subtitle{margin:0;color:var(--muted);font-size:13px;line-height:1.35}.admin-roles-page .topbar{margin:0}.admin-roles-page .search{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.admin-roles-page .input{height:40px;padding:0 12px;min-width:300px;max-width:520px;width:42vw;border-radius:12px;border:1px solid var(--line);background:#ffffff14;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.admin-roles-page .input::-moz-placeholder{color:#ffffff73}.admin-roles-page .input::placeholder{color:#ffffff73}.admin-roles-page .input:focus{border-color:#4caf508c;box-shadow:0 0 0 4px var(--focus)}.admin-roles-page .btn{height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#ffffff1a;color:var(--text);cursor:pointer;font-weight:700;letter-spacing:.2px;transition:transform .12s ease,background .12s ease,border-color .12s ease}.admin-roles-page .btn:hover{transform:translateY(-1px);background:#ffffff24;border-color:#fff3}.admin-roles-page .btn:active{transform:translateY(0)}.admin-roles-page .btn-primary{border-color:#4caf5059;background:#4caf502e}.admin-roles-page .btn-primary:hover{background:#4caf503d;border-color:#4caf5080}.admin-roles-page .btn-ghost{background:transparent}.admin-roles-page .btn-danger{border-color:#ef444459;background:#ef444424}.admin-roles-page .btn-danger:hover{background:#ef444438;border-color:#ef44448c}.admin-roles-page .btn:disabled,.admin-roles-page .input:disabled{opacity:.55;cursor:not-allowed}.admin-roles-page .link-reset{color:#ffffffbf;text-decoration:none;border:1px solid var(--line);padding:9px 12px;border-radius:12px;background:#ffffff0f;transition:background .12s ease,transform .12s ease;display:inline-flex;align-items:center;height:40px}.admin-roles-page .link-reset:hover{background:#ffffff1a;transform:translateY(-1px)}.admin-roles-page .panel-body{padding:14px 18px 18px}.admin-roles-page .alert{border:1px solid var(--line);background:#ffffff14;border-radius:14px;padding:10px 12px;margin:0 0 12px}.admin-roles-page .alert-success{border-color:#4caf5059;background:#4caf501f}.admin-roles-page .alert-danger{border-color:#ef444459;background:#ef44441f}.admin-roles-page .table-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#404e68eb}.admin-roles-page table{width:100%;border-collapse:separate;border-spacing:0}.admin-roles-page thead th{position:sticky;top:0;z-index:2;text-align:left;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#ffffffc7;background:#0a0c10c7;border-bottom:1px solid var(--line);padding:12px}.admin-roles-page tbody td{padding:12px;border-bottom:1px solid var(--line2);vertical-align:middle}.admin-roles-page tbody tr{transition:background .12s ease}.admin-roles-page tbody tr:hover{background:#ffffff0f}.admin-roles-page tbody tr:last-child td{border-bottom:0}.admin-roles-page .usercell{display:grid;gap:4px}.admin-roles-page .usercell .name{font-weight:800}.admin-roles-page .usercell .meta{color:var(--muted);font-size:12px}.admin-roles-page .roles{display:flex;flex-wrap:wrap;gap:8px}.admin-roles-page .badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--line);background:#ffffff14;font-size:12px;font-weight:700;color:#ffffffdb}.admin-roles-page .badge-admin{border-color:#ef444459;background:var(--danger)}.admin-roles-page .badge-creator{border-color:#4caf5059;background:var(--ok)}.admin-roles-page .badge-teamlead{border-color:#3b82f659;background:#3b82f62e}.admin-roles-page .badge-user{border-color:#ffffff29;background:#ffffff12}.admin-roles-page form.inline-form{display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-roles-page .select{height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--line);background:#ffffff14;color:var(--text);outline:none}.admin-roles-page .select:focus{border-color:#4caf508c;box-shadow:0 0 0 4px var(--focus)}.admin-roles-page .muted{color:var(--muted)}.admin-roles-page .ml-8{margin-left:8px}.admin-roles-page .row-deleted{opacity:.55}.admin-roles-page .note{color:var(--muted);margin-top:12px;font-size:13px;line-height:1.4}.admin-roles-page .modal-backdrop{background:#0000009e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.admin-roles-page .modal-card{border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,#0f1218eb,#0f1218c7);box-shadow:var(--shadow);color:var(--text)}@media (max-width: 820px){.admin-roles-page .panel-head{flex-direction:column;align-items:stretch}.admin-roles-page .search{justify-content:flex-start}.admin-roles-page .input{width:100%;min-width:0}}.admin-search-page{width:100%;max-width:1200px;margin:0 auto;padding:22px 16px 40px;box-sizing:border-box}.admin-search-page .topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}.admin-search-page .title{font-size:20px;font-weight:800;margin:0;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35)}.admin-search-page .search{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-search-page .search input[type=text]{width:min(560px,78vw);padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0f16218c;color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-search-page .search input[type=text]::-moz-placeholder{color:#ffffffa6}.admin-search-page .search input[type=text]::placeholder{color:#ffffffa6}.admin-search-page .search button{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:10px 14px;cursor:pointer;background:#192230a6;color:#ffffffeb}.admin-search-page .search button:hover{background:#192230c7}.admin-search-page .link-reset{text-decoration:none}.admin-search-page .muted{opacity:.85;color:#ffffffc7}.admin-search-page .scopebar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:10px 0 18px}.admin-search-page .scopebtn{text-decoration:none;padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#1922308c;color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-search-page .scopebtn:hover{background:#192230b8}.admin-search-page .scopebtn.active{background:#ffffff1f;border-color:#ffffff59}.admin-search-page .scopehint{margin-left:auto;opacity:.8;font-size:13px;color:#ffffffbf}.admin-search-page .section{margin-top:18px}.admin-search-page .sectionhead{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;gap:10px}.admin-search-page .sectionhead h2{margin:0;font-size:16px;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.admin-search-page .table-wrap{width:100%;overflow-x:auto;border-radius:12px;background:#192230b8;color:#fff;box-shadow:0 10px 28px #00000073;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-search-page table.admin-table{width:100%;border-collapse:collapse;min-width:780px}.admin-search-page .table-wrap table.admin-table{table-layout:fixed;width:100%}.admin-search-page table.admin-table--blacklist{table-layout:auto}.admin-search-page table.admin-table--blacklist th:nth-child(1),.admin-search-page table.admin-table--blacklist td:nth-child(1){width:40%}.admin-search-page table.admin-table--blacklist th:nth-child(2),.admin-search-page table.admin-table--blacklist td:nth-child(2){width:25%}.admin-search-page table.admin-table--blacklist th:nth-child(3),.admin-search-page table.admin-table--blacklist td:nth-child(3){width:20%}.admin-search-page table.admin-table--blacklist th:nth-child(4),.admin-search-page table.admin-table--blacklist td:nth-child(4){width:15%}.admin-search-page .table-wrap table th:first-child,.admin-search-page .table-wrap table td:first-child{width:72px}.admin-search-page .celltitle,.admin-search-page .cellmeta{overflow:hidden;text-overflow:ellipsis}.admin-search-page table.admin-table th,.admin-search-page table.admin-table td{padding:14px;border-bottom:1px solid rgba(255,255,255,.07);vertical-align:middle}.admin-search-page table.admin-table th{text-align:left;font-weight:800;background:#0a101abf;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.admin-search-page tbody tr:hover{background:#ffffff0a}.admin-search-page .row-deleted{opacity:.55}.admin-search-page th.status-col,.admin-search-page td.status-cell{width:140px}.admin-search-page th.action-col,.admin-search-page td.action-cell{width:160px}.admin-search-page td.status-cell{white-space:nowrap}.admin-search-page .thumb{width:42px;height:42px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#ffffff1f;border:1px solid rgba(255,255,255,.1);display:block}.admin-search-page .celltitle{font-weight:800;color:#fffffff2}.admin-search-page .cellmeta{font-size:12px;margin-top:2px;color:#ffffffb8}.admin-search-page .badges{display:flex;gap:6px;flex-wrap:wrap}.admin-search-page .badge{display:inline-flex;align-items:center;font-size:12px;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:#ffffffeb}.admin-search-page .badge-admin{background:#dc262640}.admin-search-page .badge-creator{background:#3b82f638}.admin-search-page .badge-teamlead{background:#10b98138}.admin-search-page .badge-user{background:#ffffff1a}.admin-search-page .badge-status{font-weight:900;border:1px solid rgba(255,255,255,.16)}.admin-search-page .badge-status-active{background:#10b98138}.admin-search-page .badge-status-deleted{background:#dc262638}.admin-search-page .badge-status-event-active{background:#10b98138}.admin-search-page .badge-status-event-past{background:#f59e0b38}.admin-search-page .btn{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:8px 10px;cursor:pointer;font-weight:800;font-size:12px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.1}.admin-search-page .btn.btn-primary,.admin-search-page .btn-primary{background:#3c82f6eb;color:#fff}.admin-search-page .btn.btn-primary-td,.admin-search-page .btn-primary-td{background:#3c82f6eb;color:#fff;width:100%}.admin-search-page .btn-success{background:#10b981cc;color:#fff}.admin-search-page .btn-danger{background:#dc2626c7;color:#fff;padding:5px 10px;font-size:12px;line-height:1.1;border-radius:9px}.admin-search-page .btn-warning{background:#f59e0beb;color:#111;border-color:#ffffff24}.admin-search-page .btn:hover{filter:brightness(1.06)}.admin-search-page td.action-cell{vertical-align:middle}.admin-search-page .action-wrap{display:flex;align-items:center;justify-content:flex-end;min-height:52px}.admin-search-page [x-cloak]{display:none!important}.admin-search-page .modal-backdrop{position:fixed;inset:0;background:#0000009e;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}body.admin-modal-open{overflow:hidden}.admin-search-page .modal{width:min(980px,100%);background:#192230eb;color:#ffffffeb;border-radius:14px;box-shadow:0 18px 60px #0000008c;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0;display:flex;flex-direction:column;overflow:hidden;min-height:0;max-height:calc(100vh - 36px)}.admin-search-page .modal.modal--patch .modalbody{display:flex;justify-content:center}.admin-search-page .modal.modal--patch .user-modal-layout{width:100%;max-width:760px;margin:0 auto}.admin-search-page .modal.modal--patch .user-modal-right{width:100%;min-width:0}.admin-search-page .modal.modal--patch .mono,.admin-search-page .modal.modal--patch .kvrow .v,.admin-search-page .modal.modal--patch .team-row,.admin-search-page .modal.modal--patch .team-row *{overflow-wrap:anywhere;word-break:break-word}.admin-search-page .modal.modal--patch .team-row{flex-wrap:nowrap;align-items:center;gap:12px}.admin-search-page .modal.modal--patch .team-row>div{min-width:0}.admin-search-page .modal.modal--patch .team-row>div:first-child{flex:1 1 auto;min-width:0}.admin-search-page .modal.modal--patch .team-row>div:last-child{flex:0 0 auto;margin-left:auto}.admin-search-page .modal.modal--patch form,.admin-search-page .modal.modal--patch .inline-form,.admin-search-page .modal.modal--patch .actions-row{max-width:100%}.admin-search-page .modal.modal--patch .user-modal-layout{grid-template-columns:240px 1fr}@media (max-width: 860px){.admin-search-page .modal.modal--patch .user-modal-layout{grid-template-columns:1fr}.admin-search-page .modal.modal--patch .user-modal-left{justify-content:center}}.admin-search-page .modal.modal--patch .user-modal-avatar{width:240px;height:240px;border-radius:16px}@media (max-width: 720px){.admin-search-page .modal.modal--patch .user-modal-avatar{width:min(320px,100%);height:auto;aspect-ratio:1 / 1}}.admin-search-page .modalhead{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1);background:#0a101a66}.admin-search-page .modaltitle{margin:0;font-size:18px;font-weight:900;color:#fff;line-height:1.2}.admin-search-page .iconbtn{all:unset;cursor:pointer;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;font-size:22px;line-height:1;color:#ffffffe6;border:1px solid rgba(255,255,255,.12);background:#0a101a73;transition:background .15s ease,color .15s ease}.admin-search-page .iconbtn:hover{background:#0a101abf;color:#fff}.admin-search-page .modalbody{padding:14px 14px 18px;flex:1 1 auto;min-height:0;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.admin-search-page .modalbody *{max-width:100%}.admin-search-page .modalgrid{display:grid;grid-template-columns:180px 1fr;gap:14px}@media (max-width: 720px){.admin-search-page .modalgrid{grid-template-columns:1fr}}.admin-search-page .media{display:flex;align-items:flex-start}.admin-search-page .modalimg{width:180px;height:180px;border-radius:12px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.1);background:#ffffff1a}.admin-search-page .user-modal-layout{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:start}@media (max-width: 860px){.admin-search-page .user-modal-layout{grid-template-columns:1fr}}.admin-search-page .user-modal-left{display:flex;justify-content:center}.admin-search-page .user-modal-avatar{width:240px;height:240px;border-radius:16px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.1);background:#ffffff1a}.admin-search-page .user-modal-top{margin-bottom:6px}.admin-search-page .user-modal-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.admin-search-page .user-modal-username{font-size:18px;font-weight:900;color:#fff;margin-right:6px}.admin-search-page .modal-idline{font-size:12px;opacity:.85;margin-bottom:6px}.admin-search-page .modal-block{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.admin-search-page .modal-block-title{font-size:14px;font-weight:900;margin-bottom:10px;color:#fffffff2;text-align:center}.admin-search-page .modal-block-bottom{margin-top:18px}.admin-search-page .kvgrid{display:grid;gap:8px}.admin-search-page .kvrow{display:grid;grid-template-columns:220px 1fr;gap:12px;padding:8px 10px;border-radius:12px;background:#0a101a66;border:1px solid rgba(255,255,255,.06)}@media (max-width: 860px){.admin-search-page .kvrow{grid-template-columns:1fr}}.admin-search-page .kvrow .k{color:#ffffffb8;font-weight:800}.admin-search-page .kvrow .v{color:#ffffffeb;word-break:break-word}.admin-search-page .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.admin-search-page .team-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#0a101a66;border:1px solid rgba(255,255,255,.06);margin-bottom:8px}.admin-search-page .team-meta{color:#ffffffb8}.admin-search-page .inline-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-search-page .select{padding:9px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0a101a8c;color:#ffffffeb}.admin-search-page .select:disabled{opacity:.55}.admin-search-page .actions-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-search-page .actions-row-center,.admin-search-page .inline-form-center{justify-content:center;width:100%}.admin-search-page .pre{max-height:260px;overflow:auto;background:#0a101a8c;border:1px solid rgba(255,255,255,.08);padding:10px;border-radius:12px;font-size:12px;color:#ffffffe6}.admin-search-page .kv{padding:4px 0}.admin-search-page .team-modal-layout{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:start}@media (max-width: 860px){.admin-search-page .team-modal-layout{grid-template-columns:1fr}}.admin-search-page .team-modal-left{display:flex;justify-content:center}.admin-search-page .team-modal-logo{width:240px;height:240px;border-radius:16px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.1);background:#ffffff1a}.admin-search-page .team-modal-top{margin-bottom:6px}.admin-search-page .team-modal-name{font-size:18px;font-weight:900;color:#fff}.admin-search-page .member-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#0a101a66;border:1px solid rgba(255,255,255,.06);margin-bottom:8px}.admin-search-page .member-left{display:flex;gap:10px;align-items:center;min-width:0}.admin-search-page .member-avatar{width:34px;height:34px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.1);background:#ffffff1a;flex:0 0 auto}.admin-search-page .member-main{min-width:0}.admin-search-page .member-name{display:flex;gap:8px;align-items:baseline;min-width:0}.admin-search-page .member-meta{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.admin-search-page .member-right{text-align:right;flex:0 0 auto}.admin-search-page .member-id{font-size:12px;color:#ffffffd1}.admin-search-page .member-joined{font-size:12px}.admin-search-page .event-media-16x9{width:240px;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#ffffff1a}.admin-search-page .event-img-16x9{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 860px){.admin-search-page .event-media-16x9{width:min(520px,100%)}}.admin-search-page .admin-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px;width:100%}.admin-search-page .admin-nav__btn{position:relative}.admin-search-page .admin-nav__badge{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:11px;font-weight:900;line-height:1;background:#dc2626f2;color:#fff;border:2px solid rgba(25,34,48,.92);box-shadow:0 8px 18px #00000059}.admin-search-page .admin-nav .btn[disabled]{opacity:.55;cursor:not-allowed}.admin-search-page .modal-block>div[style*="display:flex"]{justify-content:center!important}.admin-search-page .modal-block div[style*="justify-content:flex-end"]{justify-content:center!important}.admin-search-page .modal-block{text-align:center}.admin-search-page .modal-block form{text-align:left}.admin-search-page .modal-block .btn{display:inline-flex;justify-content:center}@media (max-width: 720px){.admin-search-page .row-deleted{opacity:.62;filter:grayscale(.35)}.admin-search-page tr.is-row-link{cursor:pointer;-webkit-tap-highlight-color:transparent}.admin-search-page table.admin-table td.action-cell,.admin-search-page table.admin-table .action-wrap{display:none!important}.admin-search-page .modal.modal--patch{width:min(560px,100%);max-height:calc(100vh - 24px)}.admin-search-page .modal.modal--patch .modalbody{padding:12px 12px 16px;overflow-x:hidden}.admin-search-page .modal.modal--patch .modalbody *{max-width:100%}.admin-search-page .topbar{flex-direction:column;align-items:stretch;gap:10px}.admin-search-page .search{width:100%}.admin-search-page .search input[type=text]{width:100%;max-width:none}.admin-search-page .search button{width:100%}.admin-search-page .scopebar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.admin-search-page .scopebtn{flex:0 0 auto;white-space:nowrap}.admin-search-page .scopebar .scopebtn:first-child,.admin-search-page .scopehint{display:none}.admin-search-page .table-wrap{overflow:visible;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-search-page table.admin-table{min-width:0!important;width:100%;border-collapse:separate;border-spacing:0 8px;table-layout:auto}.admin-search-page table.admin-table thead{display:none}.admin-search-page table.admin-table tbody tr{display:grid;grid-template-columns:46px minmax(50px,70px) 1fr;gap:8px;align-items:center;background:#192230b8;border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:0 10px 28px #00000059;overflow:hidden;padding:10px}.admin-search-page table.admin-table tbody td{display:block;padding:0;border-bottom:0;min-width:0}.admin-search-page table.admin-table tbody td:first-child{display:flex;align-items:center;justify-content:flex-start}.admin-search-page .thumb{width:38px;height:38px;border-radius:12px}.admin-search-page td.status-cell{white-space:nowrap;overflow:hidden;min-width:0}.admin-search-page td.status-cell .badge{font-size:11px;padding:3px 8px;line-height:1.1}.admin-search-page table.admin-table tbody td:nth-child(3){min-width:0;overflow:hidden}.admin-search-page .celltitle{font-size:13px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-search-page table.admin-table--users tbody td:nth-child(4),.admin-search-page table.admin-table--users tbody td:nth-child(5),.admin-search-page table.admin-table--users tbody td:nth-child(6){display:none}.admin-search-page table.admin-table--users tbody td:nth-child(1){grid-column:1}.admin-search-page table.admin-table--users tbody td:nth-child(2){grid-column:2}.admin-search-page table.admin-table--users tbody td:nth-child(3){grid-column:3}.admin-search-page table.admin-table--teams tbody td:nth-child(4){display:none}.admin-search-page table.admin-table--teams tbody td:nth-child(1){grid-column:1}.admin-search-page table.admin-table--teams tbody td:nth-child(2){grid-column:2}.admin-search-page table.admin-table--teams tbody td:nth-child(3){grid-column:3}.admin-search-page table.admin-table--events tbody td:nth-child(4){display:none}.admin-search-page table.admin-table--events tbody td:nth-child(1){grid-column:1}.admin-search-page table.admin-table--events tbody td:nth-child(2){grid-column:2}.admin-search-page table.admin-table--events tbody td:nth-child(3){grid-column:3}.admin-search-page table.admin-table--patches tbody td:nth-child(4),.admin-search-page table.admin-table--patches tbody td:nth-child(5){display:none}.admin-search-page table.admin-table--patches tbody td:nth-child(1){grid-column:1}.admin-search-page table.admin-table--patches tbody td:nth-child(2){grid-column:2}.admin-search-page table.admin-table--patches tbody td:nth-child(3){grid-column:3}.admin-search-page .cellmeta{display:none}}.admin-search-page .patch-assign-box{width:520px;max-width:100%;text-align:left}.admin-search-page .patch-assign-label{font-weight:800;margin-bottom:6px}.admin-search-page .patch-assign-search{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-search-page .patch-assign-input{flex:1 1 260px;width:100%;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#0b1220;color:#fff}.admin-search-page .patch-assign-results{margin-top:10px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0a101a8c;overflow:hidden}.admin-search-page .patch-assign-result{width:100%;text-align:left;padding:10px 12px;border:0;background:transparent;color:#ffffffeb;cursor:pointer;display:flex;justify-content:space-between;gap:10px}.admin-search-page .patch-assign-result:hover{background:#ffffff0a}.admin-search-page .patch-assign-muted{opacity:.78;color:#ffffffc7;font-size:12px}.admin-search-page .patch-assign-chips{display:flex;flex-wrap:wrap;gap:8px}.admin-search-page .patch-assign-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#00000038}.admin-search-page .patch-assign-chip-x{all:unset;cursor:pointer;width:18px;height:18px;display:grid;place-items:center;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#0a101a73;line-height:1}.teams-page{margin:40px auto;width:min(1100px,92%);color:#111}.teams-card__head{margin-bottom:14px;padding-bottom:6px}.teams-card__title{margin:0 0 6px;font-size:28px;font-weight:800;color:#111}.teams-card__sub{margin:0;opacity:.8;color:#000000bf}.teams-actions{display:grid;gap:10px;margin:14px 0 18px}.teams-actions__form{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.teams-actions__form .form-input{flex:1;min-width:220px}.teams-filters{width:100%;display:grid;gap:10px;margin-top:6px}.teams-filters__bar{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;align-items:stretch}.teams-filters__tab{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:#111;font-weight:800;box-sizing:border-box}.teams-filters__tab:hover{border-color:#0b5ed78c}.teams-filters__tab.is-active{background:#0b5ed71a;border-color:#0b5ed74d;color:#0b5ed7}.teams-filters__caret{opacity:.75;font-weight:900;flex:0 0 auto}.teams-filters__chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#0b5ed71a;border:1px solid rgba(11,94,215,.25);color:#0b5ed7;white-space:nowrap}.teams-filters__panels{width:100%;box-sizing:border-box}.teams-filters__panel{width:100%;box-sizing:border-box;padding:10px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#ffffffbf;gap:8px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.teams-filters__panel:not([hidden]){display:grid}.teams-filter-btn{text-decoration:none;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:#111;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;box-sizing:border-box}.teams-filter-btn.is-active{background:#0b5ed7;border-color:#0b5ed7;color:#fff}.teams-filter-btn:not(.is-active):hover{border-color:#0b5ed78c}.teams-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;background:#00000014;border:1px solid rgba(0,0,0,.1);color:#000000bf;flex:0 0 auto}.teams-filter-btn.is-active .teams-filter-count{background:#ffffff2e;border-color:#ffffff40;color:#fff}.teams-filter-hint{font-size:13px;color:#000000b3}.teams-filter-reset{margin-left:8px;text-decoration:none;font-weight:800;color:#111}.teams-filter-reset:hover{text-decoration:underline}.teams-list{display:grid;gap:10px}.teams-row{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px;background:#fafafaf7;border:1px solid rgba(0,0,0,.08);border-radius:12px;position:relative}.teams-row__body{min-width:0}.teams-row__overlay-link{display:none;position:absolute;inset:0;border-radius:12px;z-index:5}.teams-row-cta{position:relative;z-index:6}.teams-thumb{width:72px;height:72px;border-radius:10px;-o-object-fit:cover;object-fit:cover;background:#00000014;display:block}.teams-thumb--initials{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;letter-spacing:.5px;color:#000000a6;text-transform:uppercase}.teams-row__title{font-weight:800;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.teams-row__meta{font-size:13px;opacity:.75;color:#000000bf;margin-top:2px}.teams-empty{padding:12px;opacity:.8;color:#0009}@media (max-width: 720px){.teams-filters__chip{display:none}.teams-actions__form{flex-direction:column;align-items:stretch}.teams-actions__form .form-input{width:100%;min-width:0}.teams-filters__panel{grid-template-columns:1fr 1fr}.teams-row{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.teams-row-cta{display:none}.teams-row__overlay-link{display:block}.teams-row{cursor:pointer}}@media (max-width: 520px){.teams-page{margin:clamp(20px,5vw,30px) auto;width:min(100%,95vw);padding:0 clamp(8px,2vw,12px)}.teams-card__title{font-size:clamp(20px,6vw,28px);line-height:1.2}.teams-card__sub{font-size:clamp(12px,2.8vw,14px)}.teams-thumb{width:clamp(60px,15vw,72px);height:clamp(60px,15vw,72px)}.teams-actions__form .form-input{width:100%;box-sizing:border-box;font-size:14px;padding:9px 12px;height:40px;border-radius:12px}.teams-actions__form .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:12px}}@media (max-width: 420px){.teams-filters__panel{grid-template-columns:1fr}}.team-show-page .content{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:70px 22px 28px;background-color:#ffffffe6;color:#000;width:96%;max-width:980px;border-radius:10px;box-shadow:0 0 15px #0006;margin:20px auto;box-sizing:border-box;position:relative}.team-show-page .content #btnTeamEvents{position:absolute;top:20px;right:20px;z-index:5}.team-show-page #btnTeamEvents.team-top-action{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;letter-spacing:.1px;text-decoration:none;border:1px solid rgba(0,0,0,.18);background:#0000000f;color:#111;opacity:.92;transition:opacity .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:pointer;line-height:1;white-space:nowrap}.team-show-page #btnTeamEvents.team-top-action:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.team-show-page #btnTeamEvents.team-top-action--team{background:#4caf502e;border-color:#4caf5059;color:#196e1ef2}.team-show-page #btnTeamEvents.team-top-action:focus-visible{outline:2px solid rgba(76,175,80,.45);outline-offset:2px}.team-show-page .username-title{text-align:center;font-size:28px;font-weight:700;color:#333;margin-bottom:20px}.team-show-page .status{width:100%;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:6px;padding:12px 14px;margin-bottom:16px}.team-show-page .image-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:10px;margin-bottom:10px}.team-show-page .team-logo{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;background:transparent;border:none;border-radius:0;box-shadow:none}.team-show-page .image-section{flex-direction:column;align-items:center;gap:10px}.team-show-page .team-links{display:flex;justify-content:center;gap:8px;flex-wrap:nowrap;white-space:nowrap}.team-show-page .profile-info{width:100%;text-align:left;margin-top:10px}.team-show-page .profile-info h2{color:#4caf50;margin:0 0 14px}.team-show-page .info-row{margin:10px 0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px}.team-show-page .info-label{font-weight:700;color:#222;flex:0 0 160px;max-width:160px}.team-show-page .info-value{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center}.team-show-page .info-value.info-value--support{flex-direction:column;align-items:flex-start;flex-wrap:nowrap}.team-show-page .info-row--block{display:block}.team-show-page .info-row--block .info-label{display:block;flex:none;max-width:none;margin-bottom:6px}.team-show-page .desc-text{white-space:pre-wrap;word-wrap:break-word;text-indent:0}@media (max-width: 560px){.team-show-page .info-label{flex-basis:130px;max-width:130px}}.team-show-page .pill{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;background:#f3f4f6;border-radius:999px;font-size:11px;line-height:1;color:#111;text-decoration:none;box-shadow:0 1px 2px #00000014;margin:0 6px 6px 0}.team-show-page .pill-icon{height:16px;width:auto;display:inline-block;vertical-align:middle;-o-object-fit:contain;object-fit:contain}.team-show-page .member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px 16px;width:100%;margin-top:8px}.team-show-page .member-card{display:flex;align-items:center;gap:12px;padding:10px;background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 1px 3px #00000014;text-decoration:none;color:inherit}.team-show-page .member-avatar{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 6px #00000026;background:#f0f0f0;flex-shrink:0}.team-show-page .member-name{grid-column:1;grid-row:1;margin:0;font-weight:700;font-size:clamp(12px,4.2vw,16px);white-space:nowrap;min-width:0;max-width:100%}@media (min-width: 769px){.team-show-page .role-badge--mobile-only{display:none}}@media (max-width: 768px){.team-show-page .member-avatar-wrap{position:relative;width:56px;height:56px;flex-shrink:0}.team-show-page .member-avatar-wrap .member-avatar{width:56px;height:56px}.team-show-page .role-badge--desktop-only{display:none}.team-show-page .role-badge--mobile-only{display:inline-flex}.team-show-page .role-badge.role-badge--on-avatar{position:absolute;left:-2px;bottom:-6px;padding:2px 7px;font-size:11px;line-height:1;border-radius:999px;z-index:2;pointer-events:none}.team-show-page .member-info{align-self:center;display:flex;flex-direction:column;justify-content:center;row-gap:3px}.team-show-page .content #btnTeamEvents{top:14px;right:14px}}.team-show-page .member-sub{grid-column:1;grid-row:2;margin:0;font-size:13px;color:#555;min-width:0;display:flex;flex-direction:column;align-items:flex-start;row-gap:2px}.team-show-page .member-sub__callsign-value{text-transform:uppercase}.team-show-page .member-sub__name{min-width:0;word-break:break-word}.team-show-page .member-info{display:grid;grid-template-columns:1fr auto;grid-auto-rows:min-content;-moz-column-gap:12px;column-gap:12px;row-gap:2px;width:100%;min-width:0;box-sizing:border-box}.team-show-page .role-badge{grid-column:2;grid-row:1 / span 2;justify-self:end;align-self:center;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:12px;color:#111;white-space:nowrap}.team-show-page .muted{color:#666;font-size:14px}@media (max-width: 768px){.team-show-page .member-grid{grid-template-columns:minmax(0,1fr)}.team-show-page .member-card{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.team-show-page .member-info{min-width:0}.team-show-page .desc-text{font-size:11px;line-height:1.45}.team-show-page .content{width:96vw;margin:12px auto;padding:64px 16px 24px}}.team-show-page .button-container{display:flex;justify-content:flex-end;margin-top:20px;gap:10px}.team-show-page .edit-button{padding:7px 12px;font-size:13px;line-height:1.1;color:#fff;background-color:#ff9800;border:none;border-radius:8px;cursor:pointer;text-decoration:none;text-align:center;white-space:nowrap}.team-show-page .edit-button:hover{background-color:#e68a00}.team-show-page .edit-button--secondary{background-color:#607d8b}.team-show-page .edit-button--secondary:hover{background-color:#546e7a}@media (max-width: 560px){.team-show-page .button-container{flex-direction:column;align-items:stretch}}.team-events-card{max-width:980px;width:min(980px,94vw);max-height:80vh;display:flex;flex-direction:column}.team-events-body{flex:1;overflow-y:auto}.team-events-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.team-events-close{width:36px;height:36px;border-radius:10px;border:1px solid #eee;background:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.team-events-close:hover{background:#f7f7f7}.team-events-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 12px}.team-events-tabs .btn.is-active{box-shadow:0 0 0 3px #4caf502e}.team-events-loading,.team-events-empty,.team-events-error{font-size:13px;color:#666;padding:6px 0}.team-events-error{color:#b00020}.team-events-body{max-height:70vh;overflow-y:auto}.team-events-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.team-event-tile{border:1px solid #eee;background:#fff;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 1px 3px #00000014}.team-event-tile:hover{border-color:#ddd;box-shadow:0 6px 18px #00000024}.team-event-tile__imgwrap{width:100%;height:74px;background:#f3f4f6;overflow:hidden}.team-event-tile__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.team-event-tile__body{padding:8px;text-align:center}.team-event-tile__title{font-weight:700;font-size:13px;color:#111;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.team-event-tile__count{font-size:12px;font-weight:400;color:#111;background:#f3f4f6;display:inline-flex;padding:3px 8px;border-radius:999px}.team-events-detailbar{display:flex;justify-content:flex-start;margin:6px 0 10px}@media (max-width: 768px){.team-events-card{width:min(520px,92vw)}.team-events-tiles{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.team-event-tile__imgwrap{height:80px}.team-event-tile__body{padding:7px}.team-event-tile__title{font-size:13px;margin-bottom:4px}.team-event-tile__count{font-size:11px;padding:3px 8px}}.team-create-page{min-height:100vh;margin:0;font-family:Arial,sans-serif;background-image:var(--team-bg);background-size:cover;background-position:center;background-attachment:fixed}.team-create-wrap{padding:30px 16px;display:flex;justify-content:center}.team-create-card{width:100%;max-width:900px;background:#ffffffeb;color:#111;border-radius:12px;box-shadow:0 10px 28px #00000047;padding:22px}.team-create-title{margin:0 0 14px}.alert{width:100%;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;padding:12px 14px;margin:0 0 16px}.alert ul{margin:0;padding-left:18px}.team-create-form label{font-weight:600;display:inline-block;margin-bottom:6px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.grid .full{grid-column:1 / -1}.team-create-form input[type=text],.team-create-form input[type=file],.team-create-form textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #cfcfcf;font-size:16px;box-sizing:border-box;background:#fff}.team-create-form textarea{resize:vertical}.help-text{font-size:12px;color:#444;margin-top:6px}.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}@media (max-width: 720px){.grid{grid-template-columns:1fr}}.team-edit-page .team-edit-container{display:flex;justify-content:center;padding:var(--space-6) var(--space-5) var(--space-8)}.team-edit-page .team-edit-card{width:100%;max-width:980px;background:#ffffffeb;color:#111;border-radius:var(--radius-lg);box-shadow:0 10px 30px #00000040;padding:var(--space-6)}.team-edit-page .team-edit-head{display:flex;flex-direction:column;gap:10px;margin-bottom:var(--space-5)}.team-edit-page .team-edit-title{margin:0;font-size:24px;font-weight:800}.team-edit-page .section-block{margin-top:var(--space-6)}.team-edit-page .section-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.team-edit-page .section-title{margin:0;font-size:18px;font-weight:800}.team-edit-page .section-hint{margin:0;font-size:13px;color:#000000a6}.team-edit-page .panel{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg);padding:14px;box-shadow:0 1px 3px #00000014}.team-edit-page .support-container{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.team-edit-page .support-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.team-edit-page .row-actions{display:flex;align-items:center;gap:10px}.team-edit-page .member-list{display:flex;flex-direction:column;gap:10px}.team-edit-page .member-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg)}.team-edit-page .member-left{display:flex;align-items:center;gap:10px}.team-edit-page .member-avatar{width:42px;height:42px;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:#0000000d}.team-edit-page .member-meta{display:flex;flex-direction:column;gap:2px}.team-edit-page .member-line{display:flex;align-items:center;gap:8px}.team-edit-page .member-username{font-weight:800}.team-edit-page .role-badge{display:inline-block;padding:2px 10px;border-radius:999px;background:#0000000f;font-size:12px}.team-edit-page .member-sub{font-size:12px;color:#000000a6}.team-edit-page .member-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.team-edit-page .badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#0000000f;font-size:12px;font-weight:700}.team-edit-page .muted{color:#000000a6}.team-edit-page .hint{font-size:12px;color:#000000a6}.team-edit-page .team-edit-footer{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:var(--space-6);padding:12px 0}.team-edit-page .danger-zone{margin-left:auto}.team-edit-page #invite.section-block{margin-top:var(--space-7);margin-bottom:var(--space-7)}.team-edit-page .invite-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:10px 12px;margin-bottom:8px;border-radius:var(--radius-md);background:#00000005}.team-edit-page #invite .invite-row:last-of-type{margin-bottom:10px}.team-edit-page #invite .invite-row:first-of-type{background:#0094ff0a}.team-edit-page .invite-row input[type=text]{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.team-edit-page .invite-row .btn{white-space:nowrap}.team-edit-page #invite .form__meta:last-child{font-size:12px;color:#000000a6;margin-top:4px}.team-edit-page .support-row{gap:12px;padding:1px 12px;margin-bottom:8px;background:#0094ff0a}.team-edit-page #invite .invite-row code,.team-edit-page #invite .invite-row .invite-code,.team-edit-page #invite .invite-row .code-pill{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.team-edit-page #invite .invite-row input[type=text]{width:100%;max-width:100%}@media (max-width: 560px){.team-edit-page #invite .invite-row{flex-direction:column;align-items:stretch;gap:10px}.team-edit-page #invite .invite-row .row-actions,.team-edit-page #invite .invite-row .invite-actions,.team-edit-page #invite .invite-row .btn-group{width:100%;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.team-edit-page #invite .invite-row .btn{font-size:13px;padding:9px 10px}.team-edit-page #invite .invite-row .lang-badge,.team-edit-page #invite .invite-row .btn--mini{flex:0 0 auto}.team-edit-page .member-item{flex-direction:column;align-items:stretch;gap:12px}.team-edit-page .member-left{width:100%}.team-edit-page .member-actions{width:100%;justify-content:flex-start;gap:8px}.team-edit-page .member-actions .btn{font-size:13px;padding:9px 10px;white-space:normal;text-align:center;line-height:1.15}}.team-edit-page .regions-actionbar{display:flex;flex-direction:column;gap:8px;margin-top:6px;margin-bottom:18px;max-width:100%}.team-edit-page .regions-actionbar__row{display:flex;gap:10px;flex-wrap:wrap;max-width:100%}.team-edit-page .regions-selectedhint{font-size:13px;color:#000000bf}.team-edit-page .regions-togglebtn{border-radius:999px}.team-edit-page .regions-togglebtn.is-active{box-shadow:0 0 0 2px #0094ff40 inset}.team-edit-page .regions-dropdown{width:100%;max-width:100%;box-sizing:border-box;margin-top:6px;padding:12px;background:#fffffff5;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);box-shadow:0 10px 24px #0000001f;overflow:hidden}.team-edit-page .regions-panel{padding-top:2px;max-width:100%}.team-edit-page .regions-list{display:flex;flex-direction:column;gap:8px;max-width:100%;min-width:0}.team-edit-page .region-row{display:flex;align-items:center;gap:10px;width:100%;max-width:100%;box-sizing:border-box;padding:8px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#00000005;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.team-edit-page .region-row input{width:16px;height:16px;flex:0 0 auto;accent-color:#0094ff}.team-edit-page .region-row span{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.team-join-page{width:min(520px,92%);margin:40px auto}.team-join__title{margin:0 0 14px;font-size:20px;font-weight:700}.team-join__error{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#c8000014;border:1px solid rgba(200,0,0,.2);color:#7a0b0b;font-size:14px}.team-join__logo{display:grid;place-items:center;gap:8px;margin:10px 0 16px}.team-join__logo-img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:999px;border:3px solid rgba(0,0,0,.08);background:#0000000a}.team-join__teamname{font-size:14px;font-weight:600;opacity:.85;text-align:center}.team-join__muted{font-size:12px;opacity:.7}.guides-page{min-height:100vh;padding:30px 10px;box-sizing:border-box;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));overflow-x:hidden}.guides-page__wrap{width:100%;max-width:1000px;margin:0 auto;background:#fffffff2;border-radius:12px;box-shadow:0 0 15px #00000040;padding:22px 22px 26px;color:#111;box-sizing:border-box;overflow:hidden}.guides-page__title{margin:0 0 8px;font-size:28px;font-weight:900;letter-spacing:-.2px;line-height:1.15}.guides-page__intro{margin:0 0 22px;opacity:.9;color:#2a2a2a;line-height:1.45}.guides-card{padding:18px 18px 20px;margin-top:20px;border-radius:14px;scroll-margin-top:130px;background:#0000000a;border:1px solid rgba(0,0,0,.1);box-shadow:0 12px 26px #0000001a}.guides-card h2{margin:0 0 10px;font-size:22px;font-weight:900;letter-spacing:-.1px;line-height:1.2}.guides-card h3{margin:12px 0 8px;font-weight:900;line-height:1.25}.guides-card p{line-height:1.5;color:#222}.guides-steps{margin:0 0 14px;padding-left:0;list-style-position:inside;line-height:1.5}.guides-steps li{margin:8px 0}.guides-image{background:transparent;border:0;padding:0;display:flex;justify-content:center;margin-top:10px}.guides-image img{width:100%;max-width:720px;height:auto;display:block;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 26px #00000029}.guides-image-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.guides-image-wrap img{min-width:520px}.guides-image__hint{margin-top:8px;font-size:12px;opacity:.8;color:#333}.guides-image__hint code{background:#0000000f;padding:2px 6px;border-radius:6px}@media (max-width: 520px){.guides-page{padding:clamp(16px,3vw,24px) clamp(8px,2vw,10px);padding-left:max(clamp(8px,2vw,10px),env(safe-area-inset-left));padding-right:max(clamp(8px,2vw,10px),env(safe-area-inset-right))}.guides-page__wrap{border-radius:clamp(12px,3vw,16px);box-shadow:0 0 clamp(8px,2vw,15px) #0003;padding:clamp(14px,3vw,18px)}.guides-page__title{font-size:clamp(22px,6.2vw,28px);line-height:1.12;margin:0 0 clamp(6px,1.5vw,8px)}.guides-page__intro{font-size:clamp(13px,3.1vw,14px);margin:0 0 clamp(14px,3vw,18px)}.guides-card{padding:clamp(12px,3vw,16px);margin-top:clamp(14px,3vw,18px);border-radius:clamp(14px,3vw,18px);scroll-margin-top:80px}.guides-card h2{font-size:clamp(16px,4.2vw,20px);margin:0 0 clamp(8px,2vw,10px)}.guides-card h3{font-size:clamp(14px,3.6vw,18px)}.guides-card p{font-size:clamp(13px,3.1vw,14px);line-height:1.5}.guides-steps{margin:0 0 clamp(10px,2.5vw,14px) clamp(14px,3vw,18px);font-size:clamp(13px,3.1vw,14px)}.guides-steps li{margin:clamp(6px,1.5vw,8px) 0}.guides-image{margin:clamp(12px,2.5vw,16px) 0}.guides-image img{max-width:100%;border-radius:clamp(12px,3vw,14px)}.guides-image__hint{margin-top:clamp(6px,1.5vw,8px);font-size:clamp(10px,2.4vw,12px)}}@media (max-width: 640px){.guides-page__wrap{border-radius:16px}.guides-card{border-radius:18px}}.epc-wrap{width:100%;margin:14px auto 56px;padding:0 var(--space-5);box-sizing:border-box;display:flex;justify-content:center}.epc-wrap .page-shell.epc-card{width:100%;max-width:640px;margin:0 auto}.epc-card{padding:18px 18px 26px;border-radius:18px;background:#ffffffdb;border:1px solid rgba(255,255,255,.22);box-shadow:0 16px 40px #0000002e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden}.epc-head{margin-bottom:14px}.epc-title{margin:0;text-align:center;font-weight:900;letter-spacing:.2px;color:#111}.epc-status{margin-top:12px;background:#fff0f0f2;color:#8a1f1f;border:1px solid rgba(241,199,199,.95);border-radius:14px;padding:12px 14px}.epc-status__list{margin:8px 0 0 18px}.epc-form{display:grid;gap:22px;margin-top:18px}.epc-field{display:flex;flex-direction:column;gap:8px}.epc-label{font-weight:900;font-size:13px;color:#111;line-height:1.2}.epc-input,.epc-textarea{width:100%;box-sizing:border-box;border-radius:14px;border:1px solid rgba(0,0,0,.18);background:#fffffff2;padding:12px 14px;font-size:14px;color:#111;outline:none}.epc-input{height:46px}.epc-textarea{resize:vertical;min-height:120px;line-height:1.4}.epc-input:focus,.epc-textarea:focus{border-color:#1f4fa373;box-shadow:0 0 0 3px #1f4fa326}.epc-hintline{font-size:13px;color:#000000b3}.epc-cropper{margin-top:4px}.epc-cropper small,.epc-cropper p,.epc-cropper .help,.epc-cropper .hint,.epc-cropper .note,.epc-cropper .description,.epc-cropper .text-muted,.epc-cropper .form-text{display:none!important}.epc-cropper>label,.epc-cropper .cropper-title,.epc-cropper .upload-title{display:none!important}.epc-cropper input[type=file]{width:100%!important;display:block!important;box-sizing:border-box;border-radius:14px;border:1px solid rgba(0,0,0,.18);background:#fffffff2;padding:10px;font-size:13px}.epc-cropper input[type=file]::-webkit-file-upload-button{border:0;border-radius:10px;padding:8px 10px;margin-right:10px;cursor:pointer;font-weight:800}.epc-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin-top:10px}.epc-actions .btn{width:100%;max-width:100%;min-width:0;height:40px;padding:0 14px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1;text-align:center;white-space:nowrap;box-sizing:border-box}.epc-actions .btn:active{transform:translateY(1px)}@media (max-width: 520px){.epc-wrap{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));margin-bottom:40px}.epc-title{font-size:22px}.epc-form{gap:18px}.epc-actions{gap:12px}}#eventPatchesOverlay .event-patches-modal__close,#patchImageOverlay .event-patches-modal__close{width:36px;height:36px;border-radius:10px;border:1px solid #eee;background:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}#eventPatchesOverlay .event-patches-modal__close:hover,#patchImageOverlay .event-patches-modal__close:hover{background:#f7f7f7}#eventPatchesOverlay{z-index:9000}#patchImageOverlay{z-index:9999}#eventPatchesOverlay .modal-card{max-width:1100px;width:min(1100px,94vw)}#eventPatchesOverlay .event-patch-thumb{padding:0;border:0;background:transparent;cursor:pointer;display:inline-flex;width:92px;height:92px;align-items:center;justify-content:center;overflow:hidden}#eventPatchesOverlay .event-patch-thumb img{width:92px;height:92px;-o-object-fit:contain;object-fit:contain;border-radius:0;background:transparent;display:block}#eventPatchesOverlay .event-patches__actions{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end;align-items:center;white-space:nowrap}#eventPatchesOverlay .event-patches__actions .btn,#eventPatchesOverlay .event-patches__actions button.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media (max-width: 520px){#eventPatchesOverlay .event-patches__item{flex-direction:column!important;align-items:stretch!important;gap:10px!important}#eventPatchesOverlay .event-patches__item>div:first-child{width:100%!important}#eventPatchesOverlay .event-patches__actions{width:100%!important;justify-content:stretch!important;flex-wrap:wrap!important;white-space:normal!important;gap:8px!important}#eventPatchesOverlay .event-patches__actions .btn,#eventPatchesOverlay .event-patches__actions button.btn{width:100%!important;justify-content:center!important}#eventPatchesOverlay .event-patches__actions form{width:100%!important}}
