:root{--hh-bg:#15151f;--hh-panel:#1f2030;--hh-panel-2:#24263a;--hh-text:#f5f5fb;--hh-muted:#a7abc6;--hh-accent:#23d2e2;--hh-border:rgba(255,255,255,.08);--hh-danger:#ff5f7a;--hh-success:#35d07f}
*{box-sizing:border-box}body{margin:0;background:var(--hh-bg);color:var(--hh-text);font-family:Inter,Arial,sans-serif}.hh-header{height:76px;background:#fff;color:#919191;display:flex;align-items:center;gap:32px;padding:0 28px;box-shadow:0 0 40px rgba(0,0,0,.18);position:sticky;top:0;z-index:20}.hh-brand{font-weight:800;font-size:1.3rem;color:#919191;text-decoration:none}.hh-top-nav{display:flex;gap:18px;flex-wrap:wrap}.hh-top-nav a{color:#919191;text-decoration:none;font-weight:700;font-size:.9rem}.hh-header-user{margin-left:auto;display:flex;align-items:center;gap:14px;font-weight:800}.hh-header-user a{color:#919191;text-decoration:none}.hh-header-user form{margin:0}.hh-header-user button{border:0;background:#f0f0f7;color:#919191;border-radius:10px;padding:9px 12px;font-weight:800;cursor:pointer}.hh-app-shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 76px)}.hh-app-shell-auth{display:block}.hh-sidebar{background:#1d1e2f;border-right:1px solid var(--hh-border);padding:24px 16px;display:flex;flex-direction:column;gap:8px}.hh-sidebar a{color:#c8cbe5;text-decoration:none;font-weight:700;padding:12px 14px;border-radius:12px}.hh-sidebar a:hover{background:var(--hh-panel-2);color:#fff}.hh-main-content{padding:36px;max-width:1180px;width:100%;margin:0 auto}.hh-page-card,.hh-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;padding:36px;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-card-wide{max-width:760px}.hh-page-card h1,.hh-card h1,.hh-auth-card h1{margin:0 0 10px;font-size:2rem}.hh-page-card p,.hh-card p,.hh-auth-card p{color:var(--hh-muted);line-height:1.65}.hh-kicker{color:var(--hh-accent)!important;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin:0 0 8px}.hh-muted{color:var(--hh-muted)}.hh-auth-wrap{min-height:calc(100vh - 150px);display:flex;align-items:center;justify-content:center;padding:36px 0}.hh-auth-card{width:min(100%,460px);background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;padding:36px;box-shadow:0 16px 40px rgba(0,0,0,.24)}.hh-form{display:flex;flex-direction:column;gap:10px;margin-top:24px}.hh-form label{font-size:.82rem;font-weight:800;color:#fff}.hh-form input{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:14px 15px;font:inherit;outline:none}.hh-form input:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-checkline{display:flex!important;align-items:center;gap:10px;margin:6px 0 10px;color:var(--hh-muted)!important}.hh-checkline input{width:auto}.hh-primary-button{border:0;background:var(--hh-accent);color:#10131d;font-weight:900;border-radius:12px;padding:14px 16px;cursor:pointer}.hh-primary-button:hover{filter:brightness(1.05)}.hh-form-error{margin:0 0 8px!important;color:var(--hh-danger)!important;font-size:.86rem!important}.hh-alert{border-radius:12px;padding:12px 14px;font-weight:800;margin:18px 0}.hh-alert-success{background:rgba(53,208,127,.12);color:var(--hh-success);border:1px solid rgba(53,208,127,.22)}.hh-auth-links{display:flex;justify-content:space-between;gap:14px;margin-top:22px}.hh-auth-links a{color:var(--hh-accent);text-decoration:none;font-weight:800}.hh-account-list{display:grid;gap:12px;margin-top:28px}.hh-account-list div{display:grid;grid-template-columns:160px 1fr;gap:16px;border-top:1px solid var(--hh-border);padding-top:12px}.hh-account-list dt{font-weight:900;color:#fff}.hh-account-list dd{margin:0;color:var(--hh-muted)}.hh-footer{padding:24px 36px;color:var(--hh-muted);border-top:1px solid var(--hh-border);background:#11111a}
@media(max-width:900px){.hh-header{height:auto;min-height:76px;align-items:flex-start;flex-direction:column;padding:18px}.hh-header-user{margin-left:0}.hh-app-shell{grid-template-columns:1fr}.hh-sidebar{position:static;flex-direction:row;overflow:auto}.hh-main-content{padding:18px}.hh-page-card,.hh-card,.hh-auth-card{padding:24px}.hh-auth-wrap{align-items:flex-start}.hh-account-list div{grid-template-columns:1fr}}

.hh-header-profile{display:flex;align-items:center;gap:9px}.hh-header-profile img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#e5e7f4}.hh-inline-link{color:var(--hh-accent);font-weight:800;text-decoration:none}.hh-secondary-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hh-border);background:#2b2d44;color:#fff;text-decoration:none;border-radius:12px;padding:12px 14px;font-weight:900}.hh-alert-danger{background:rgba(255,95,122,.12);color:var(--hh-danger);border:1px solid rgba(255,95,122,.22)}.hh-form textarea,.hh-form select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:14px 15px;font:inherit;outline:none}.hh-form textarea:focus,.hh-form select:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hh-checkline-card{align-self:end;background:#151622;border:1px solid var(--hh-border);border-radius:12px;padding:14px 15px!important;min-height:50px}.hh-profile-shell{display:grid;gap:0}.hh-profile-cover{height:260px;border:1px solid var(--hh-border);border-bottom:0;border-radius:18px 18px 0 0;background-size:cover;background-position:center;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-profile-head{display:flex;align-items:flex-end;gap:22px;background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:0 0 18px 18px;padding:0 28px 28px;box-shadow:0 16px 40px rgba(0,0,0,.18);margin-bottom:24px}.hh-profile-avatar{width:132px;height:132px;border-radius:50%;object-fit:cover;border:8px solid var(--hh-panel);background:#2b2d44;margin-top:-58px;flex:0 0 auto}.hh-profile-title{flex:1}.hh-profile-title h1{font-size:2rem;margin:0 0 6px}.hh-profile-title p{margin:0 0 8px}.hh-profile-grid{display:grid;grid-template-columns:320px 1fr;gap:24px}.hh-profile-side,.hh-profile-main{display:grid;align-content:start;gap:18px}.hh-card-compact{padding:24px}.hh-card h2{margin:0 0 14px;font-size:1.2rem}.hh-progress{height:12px;background:#151622;border-radius:999px;overflow:hidden;border:1px solid var(--hh-border)}.hh-progress span{display:block;height:100%;background:var(--hh-accent);border-radius:999px}.hh-mini-list{display:grid;gap:10px;margin:0}.hh-mini-list div{display:grid;grid-template-columns:110px 1fr;gap:10px;border-top:1px solid var(--hh-border);padding-top:10px}.hh-mini-list dt{font-weight:900;color:#fff}.hh-mini-list dd{margin:0;color:var(--hh-muted)}
@media(max-width:900px){.hh-form-grid,.hh-profile-grid{grid-template-columns:1fr}.hh-profile-cover{height:180px}.hh-profile-head{align-items:center;flex-direction:column;text-align:center;padding:0 20px 24px}.hh-profile-avatar{width:112px;height:112px;margin-top:-52px}.hh-secondary-button{width:100%}}

.hh-page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.hh-page-header h1{margin:0 0 8px;font-size:2.15rem}.hh-page-header p{margin:0;color:var(--hh-muted);line-height:1.55}.hh-page-header-meta{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;padding:20px 24px;min-width:170px;text-align:center;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-page-header-meta strong{display:block;font-size:1.8rem}.hh-page-header-meta span{display:block;color:var(--hh-muted);font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.hh-filter-card{margin-bottom:24px}.hh-members-filter{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:14px;align-items:end}.hh-members-filter label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-members-filter input[type=search],.hh-members-filter select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-members-filter input[type=search]:focus,.hh-members-filter select:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-members-lfg-filter{margin:0!important}.hh-filter-actions{display:flex;gap:10px;grid-column:1/-1}.hh-filter-actions .hh-primary-button,.hh-filter-actions .hh-secondary-button{min-width:150px}.hh-member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hh-member-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-member-cover{height:118px;background-size:cover;background-position:center;border-bottom:1px solid var(--hh-border)}.hh-member-body{padding:0 20px 20px}.hh-member-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:7px solid var(--hh-panel);background:#2b2d44;margin-top:-44px}.hh-member-title h2{margin:8px 0 4px;font-size:1.15rem}.hh-member-title p{margin:0;color:var(--hh-muted);font-weight:800}.hh-member-headline{min-height:52px;margin:14px 0;color:#dfe2ff;line-height:1.55}.hh-member-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.hh-member-tags span{background:#151622;border:1px solid var(--hh-border);border-radius:999px;color:#c8cbe5;font-weight:800;font-size:.78rem;padding:7px 10px}.hh-member-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hh-border);padding-top:16px}.hh-member-lfg{font-weight:900;font-size:.78rem;color:var(--hh-muted)}.hh-member-lfg.is-active{color:var(--hh-success)}.hh-empty-state{margin-top:24px}.hh-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:28px 0 0}.hh-pagination a,.hh-pagination span{border:1px solid var(--hh-border);background:var(--hh-panel);color:#fff;text-decoration:none;border-radius:12px;padding:11px 14px;font-weight:900}.hh-pagination .is-disabled{opacity:.45}
@media(max-width:1180px){.hh-members-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-page-header{align-items:stretch;flex-direction:column}.hh-page-header-meta{text-align:left}.hh-members-filter,.hh-member-grid{grid-template-columns:1fr}.hh-filter-actions{flex-direction:column}.hh-member-bottom{align-items:flex-start;flex-direction:column}.hh-member-bottom .hh-secondary-button{width:100%}}

.hh-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.hh-feed-main,.hh-feed-list,.hh-feed-side{display:grid;gap:24px}.hh-composer-head{display:flex;gap:16px;align-items:center;margin-bottom:4px}.hh-composer-head img{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-composer-head h2{margin:0 0 4px}.hh-composer-head p{margin:0!important}.hh-composer-grid{display:grid;grid-template-columns:220px 1fr;gap:14px;align-items:start}.hh-form-hint{margin:7px 0 0!important;font-size:.82rem!important}.hh-feed-post{display:grid;gap:18px}.hh-feed-post-head{display:flex;gap:14px;align-items:center}.hh-feed-avatar-link img{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-feed-post-author h2{margin:0 0 4px;font-size:1rem}.hh-feed-post-author h2 a{color:#fff;text-decoration:none}.hh-feed-post-author p{margin:0!important;font-weight:800;font-size:.82rem}.hh-feed-post-body{color:#eef0ff;line-height:1.7;white-space:normal}.hh-feed-media-grid{display:grid;gap:8px;border-radius:16px;overflow:hidden}.hh-feed-media-count-1{grid-template-columns:1fr}.hh-feed-media-count-2,.hh-feed-media-count-3,.hh-feed-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-feed-media-count-3 .hh-feed-media-item:first-child{grid-row:span 2}.hh-feed-media-item{background:#11121b;min-height:220px;display:flex;align-items:center;justify-content:center}.hh-feed-media-item img,.hh-feed-media-item video{width:100%;height:100%;max-height:520px;object-fit:cover;display:block}.hh-feed-stats{display:flex;flex-wrap:wrap;gap:14px;color:var(--hh-muted);font-weight:800;font-size:.84rem;border-top:1px solid var(--hh-border);padding-top:14px}.hh-feed-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.hh-feed-actions form{margin:0}.hh-feed-action-button{border:1px solid var(--hh-border);background:#151622;color:#c8cbe5;border-radius:12px;padding:10px 13px;font-weight:900;cursor:pointer}.hh-feed-action-button:hover,.hh-feed-action-button.is-active{border-color:rgba(35,210,226,.45);color:#fff;background:#24263a}.hh-feed-action-button.is-danger{color:var(--hh-danger)}.hh-feed-edit-details{position:relative}.hh-feed-edit-details summary{list-style:none;border:1px solid var(--hh-border);background:#151622;color:#c8cbe5;border-radius:12px;padding:10px 13px;font-weight:900;cursor:pointer}.hh-feed-edit-details summary::-webkit-details-marker{display:none}.hh-feed-edit-details[open] summary{border-color:rgba(35,210,226,.45);color:#fff}.hh-feed-edit-form{margin-top:12px;background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:16px;width:min(560px,80vw)}.hh-feed-comments{display:grid;gap:14px;border-top:1px solid var(--hh-border);padding-top:14px}.hh-feed-comment-form{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.hh-feed-comment-form img,.hh-feed-comment img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-feed-comment-form input{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:999px;padding:12px 14px;font:inherit;outline:none}.hh-feed-comment-form input:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-feed-comment-form button{border:0;background:var(--hh-accent);color:#10131d;border-radius:999px;padding:11px 14px;font-weight:900;cursor:pointer}.hh-feed-comment{display:grid;grid-template-columns:38px 1fr;gap:10px}.hh-feed-comment-bubble{display:inline-block;background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:10px 13px;max-width:100%}.hh-feed-comment-bubble strong{display:block;color:#fff;margin-bottom:4px}.hh-feed-comment-bubble p{margin:0!important;color:#dfe2ff!important;line-height:1.55!important}.hh-feed-comment-meta{display:flex;gap:10px;align-items:center;margin:5px 0 0 8px;color:var(--hh-muted);font-size:.76rem;font-weight:800}.hh-feed-comment-meta form{margin:0}.hh-feed-comment-meta button{border:0;background:transparent;color:var(--hh-danger);font:inherit;font-weight:900;cursor:pointer;padding:0}.hh-alert ul{margin:8px 0 0;padding-left:18px}.hh-alert li{margin:3px 0}@media(max-width:1180px){.hh-feed-layout{grid-template-columns:1fr}.hh-feed-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-composer-grid,.hh-feed-side{grid-template-columns:1fr}.hh-feed-media-count-2,.hh-feed-media-count-3,.hh-feed-media-count-4{grid-template-columns:1fr}.hh-feed-media-count-3 .hh-feed-media-item:first-child{grid-row:auto}.hh-feed-media-item{min-height:180px}.hh-feed-comment-form{grid-template-columns:38px 1fr}.hh-feed-comment-form button{grid-column:2}.hh-feed-edit-form{width:100%}}

.hh-page-header-actions{display:flex;gap:10px;align-items:center}.hh-teams-filter{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:14px;align-items:end}.hh-teams-filter label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-teams-filter input[type=search],.hh-teams-filter select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-teams-filter input[type=search]:focus,.hh-teams-filter select:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-teams-recruiting-filter{margin:0!important}.hh-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hh-team-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-team-cover{display:block;height:132px;background-size:cover;background-position:center;border-bottom:1px solid var(--hh-border)}.hh-team-body{padding:0 20px 20px}.hh-team-avatar{width:88px;height:88px;border-radius:18px;object-fit:cover;border:7px solid var(--hh-panel);background:#2b2d44;margin-top:-44px}.hh-team-title h2{margin:10px 0 4px;font-size:1.2rem}.hh-team-title h2 a{color:#fff;text-decoration:none}.hh-team-title p{margin:0;color:var(--hh-muted);font-weight:800;line-height:1.5}.hh-team-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.hh-team-tags span{background:#151622;border:1px solid var(--hh-border);border-radius:999px;color:#c8cbe5;font-weight:800;font-size:.78rem;padding:7px 10px}.hh-team-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hh-border);padding-top:16px}.hh-team-bottom strong{display:block;font-size:1.2rem}.hh-team-bottom span{display:block;color:var(--hh-muted);font-size:.76rem;font-weight:900;text-transform:uppercase}.hh-team-status{font-weight:900;font-size:.78rem;color:var(--hh-muted);text-align:right}.hh-team-status.is-open{color:var(--hh-success)}.hh-team-profile{display:grid;gap:0}.hh-team-profile-cover{height:270px;border:1px solid var(--hh-border);border-bottom:0;border-radius:18px 18px 0 0;background-size:cover;background-position:center;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-team-profile-head{display:flex;align-items:flex-end;gap:22px;background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:0 0 18px 18px;padding:0 28px 28px;box-shadow:0 16px 40px rgba(0,0,0,.18);margin-bottom:24px}.hh-team-profile-avatar{width:132px;height:132px;border-radius:22px;object-fit:cover;border:8px solid var(--hh-panel);background:#2b2d44;margin-top:-58px;flex:0 0 auto}.hh-team-profile-title{flex:1}.hh-team-profile-title h1{font-size:2rem;margin:0 0 6px}.hh-team-profile-title p{margin:0;color:var(--hh-muted)}.hh-team-profile-actions{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.hh-team-join-box{position:relative}.hh-team-join-box summary{list-style:none;cursor:pointer}.hh-team-join-box summary::-webkit-details-marker{display:none}.hh-team-join-box form{position:absolute;right:0;top:calc(100% + 10px);z-index:5;width:min(360px,80vw);background:#151622;border:1px solid var(--hh-border);border-radius:18px;padding:18px;box-shadow:0 16px 40px rgba(0,0,0,.28)}.hh-team-pill{display:inline-flex;align-items:center;border:1px solid rgba(35,210,226,.35);background:rgba(35,210,226,.12);color:var(--hh-accent);border-radius:999px;padding:11px 14px;font-weight:900}.hh-team-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.hh-team-side,.hh-team-main{display:grid;gap:24px;align-content:start}.hh-team-member-list{display:grid;gap:14px}.hh-team-member-row{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center}.hh-team-member-row img{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-team-member-row strong a{color:#fff;text-decoration:none}.hh-team-member-row span{display:block;color:var(--hh-muted);font-weight:800;font-size:.84rem;line-height:1.45}.hh-team-request-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--hh-border);padding-top:16px;margin-top:16px}.hh-team-request-row:first-of-type{border-top:0;padding-top:0;margin-top:0}.hh-team-request-actions{display:flex;gap:10px;align-items:center}.hh-team-request-actions form,.hh-team-profile-actions form,.hh-danger-zone-form{margin:0}.hh-danger-zone-form{border-top:1px solid var(--hh-border);margin-top:24px;padding-top:20px}.hh-danger-link{color:var(--hh-danger)!important}
@media(max-width:1180px){.hh-teams-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-team-layout{grid-template-columns:1fr}.hh-team-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-page-header-actions,.hh-teams-filter,.hh-team-grid,.hh-team-side{grid-template-columns:1fr}.hh-page-header-actions{align-items:stretch}.hh-team-profile-cover{height:190px}.hh-team-profile-head{align-items:center;flex-direction:column;text-align:center;padding:0 20px 24px}.hh-team-profile-avatar{width:112px;height:112px;margin-top:-52px}.hh-team-profile-actions{justify-content:center;width:100%;flex-direction:column}.hh-team-profile-actions .hh-secondary-button,.hh-team-profile-actions .hh-primary-button,.hh-team-profile-actions form,.hh-team-join-box{width:100%}.hh-team-join-box form{position:static;width:100%;margin-top:12px}.hh-team-request-row{align-items:stretch;flex-direction:column}.hh-team-request-actions{flex-direction:column;align-items:stretch}.hh-team-request-actions form{width:100%}.hh-team-request-actions .hh-primary-button,.hh-team-request-actions .hh-secondary-button{width:100%}}

.hh-lfg-filter{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:14px;align-items:end}.hh-lfg-filter label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-lfg-filter input[type=search],.hh-lfg-filter select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-lfg-filter input[type=search]:focus,.hh-lfg-filter select:focus{border-color:var(--hh-accent);box-shadow:0 0 0 3px rgba(35,210,226,.12)}.hh-lfg-check-filter{margin:0!important}.hh-lfg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hh-lfg-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;padding:22px;box-shadow:0 16px 40px rgba(0,0,0,.18);display:grid;gap:16px}.hh-lfg-card-head{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:center}.hh-lfg-card-head img{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-lfg-card-head h2{margin:0 0 5px;font-size:1.12rem}.hh-lfg-card-head h2 a{color:#fff;text-decoration:none}.hh-lfg-card-head p{margin:0;color:var(--hh-muted);font-weight:800;font-size:.82rem}.hh-lfg-card-body{margin:0!important;min-height:72px;color:#dfe2ff!important;line-height:1.55!important}.hh-lfg-tags{display:flex;flex-wrap:wrap;gap:8px}.hh-lfg-tags span{background:#151622;border:1px solid var(--hh-border);border-radius:999px;color:#c8cbe5;font-weight:800;font-size:.78rem;padding:7px 10px}.hh-lfg-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hh-border);padding-top:16px}.hh-lfg-bottom strong{display:block;font-size:1.15rem}.hh-lfg-bottom span{display:block;color:var(--hh-muted);font-size:.76rem;font-weight:900;text-transform:uppercase}.hh-lfg-detail-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.hh-lfg-detail-author{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center}.hh-lfg-detail-author img{width:72px;height:72px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-lfg-detail-author h1{margin:0 0 6px;font-size:2rem}.hh-lfg-detail-author p{margin:0}.hh-lfg-detail-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hh-lfg-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.hh-lfg-side,.hh-lfg-main{display:grid;gap:24px;align-content:start}.hh-lfg-application-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-top:1px solid var(--hh-border);padding-top:18px;margin-top:18px}.hh-lfg-application-row:first-of-type{border-top:0;padding-top:0;margin-top:0}.hh-lfg-application-row p{margin:7px 0 0!important;color:#dfe2ff!important;line-height:1.55!important}@media(max-width:1180px){.hh-lfg-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-lfg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-lfg-layout{grid-template-columns:1fr}.hh-lfg-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-lfg-filter,.hh-lfg-grid,.hh-lfg-side{grid-template-columns:1fr}.hh-lfg-detail-head{align-items:stretch;flex-direction:column}.hh-lfg-detail-author{grid-template-columns:56px 1fr}.hh-lfg-detail-author img{width:56px;height:56px}.hh-lfg-detail-actions,.hh-lfg-detail-actions .hh-secondary-button{width:100%}.hh-lfg-application-row{align-items:stretch;flex-direction:column}.hh-lfg-bottom{align-items:flex-start;flex-direction:column}.hh-lfg-bottom .hh-secondary-button{width:100%}}

.hh-header-pill{display:inline-flex;align-items:center;gap:7px;background:#f0f0f7;color:#919191!important;text-decoration:none;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:900}.hh-header-pill span,.hh-sidebar-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:var(--hh-accent);color:#10131d;font-size:.72rem;font-weight:900;padding:0 6px}.hh-sidebar-count{float:right;margin-left:8px}.hh-messages-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 320px;gap:24px;align-items:start}.hh-message-list,.hh-message-thread,.hh-message-compose{min-height:240px}.hh-conversation-list{display:grid;gap:10px;margin-top:16px}.hh-conversation-row{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;color:#fff;text-decoration:none;border:1px solid var(--hh-border);background:#151622;border-radius:14px;padding:12px}.hh-conversation-row:hover,.hh-conversation-row.is-active{border-color:rgba(35,210,226,.45);background:#202238}.hh-conversation-row img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-conversation-row strong{display:block}.hh-conversation-row small{display:block;color:var(--hh-muted);line-height:1.35;margin-top:3px}.hh-conversation-row em{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:var(--hh-accent);color:#10131d;font-style:normal;font-weight:900;font-size:.78rem}.hh-message-thread-head{display:flex;justify-content:space-between;gap:18px;align-items:center;border-bottom:1px solid var(--hh-border);padding-bottom:18px;margin-bottom:18px}.hh-message-thread-head h2{margin:0}.hh-thread-messages{display:grid;gap:14px;max-height:520px;overflow:auto;padding-right:4px}.hh-thread-message{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start}.hh-thread-message img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-thread-message div{background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:12px 14px}.hh-thread-message.is-own{grid-template-columns:minmax(0,1fr) 42px}.hh-thread-message.is-own img{grid-column:2;grid-row:1}.hh-thread-message.is-own div{grid-column:1;grid-row:1;background:#202a3d;border-color:rgba(35,210,226,.3)}.hh-thread-message p{margin:6px 0!important;color:#dfe2ff!important;line-height:1.55!important}.hh-thread-message small{color:var(--hh-muted);font-size:.76rem}.hh-message-reply{border-top:1px solid var(--hh-border);padding-top:18px}.hh-message-pages{margin-top:18px;color:var(--hh-muted);font-size:.85rem}.hh-notification-list{display:grid;gap:14px}.hh-notification-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:14px}.hh-notification-row.is-unread{border-color:rgba(35,210,226,.45);background:#1d2438}.hh-notification-row img{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-notification-row strong{display:block}.hh-notification-row p{margin:6px 0!important;color:#dfe2ff!important;line-height:1.5!important}.hh-notification-row small{color:var(--hh-muted);font-weight:800}.hh-notification-row form{margin:0}.hh-page-header-actions{display:flex;align-items:center;gap:12px}.hh-page-header-actions form{margin:0}@media(max-width:1280px){.hh-messages-layout{grid-template-columns:280px minmax(0,1fr)}.hh-message-compose{grid-column:1/-1}}@media(max-width:900px){.hh-header-user{align-items:flex-start;flex-wrap:wrap}.hh-messages-layout{grid-template-columns:1fr}.hh-message-thread-head,.hh-notification-row{align-items:stretch;grid-template-columns:1fr}.hh-notification-row img{display:none}.hh-thread-message,.hh-thread-message.is-own{grid-template-columns:38px 1fr}.hh-thread-message.is-own img,.hh-thread-message.is-own div{grid-column:auto;grid-row:auto}.hh-message-thread-head{flex-direction:column}.hh-notification-row form .hh-secondary-button{width:100%}}

.hh-form-hint{margin:4px 0 0!important;color:var(--hh-muted)!important;font-size:.84rem!important;line-height:1.45!important}.hh-media-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.hh-media-side{display:grid;gap:24px;align-content:start}.hh-media-main{min-width:0}.hh-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hh-media-card{display:flex;flex-direction:column;gap:14px}.hh-media-preview{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;border:1px solid var(--hh-border);border-radius:14px;background:#151622;overflow:hidden;color:#fff;text-decoration:none;font-weight:900}.hh-media-preview img,.hh-media-preview video{width:100%;height:100%;object-fit:cover;display:block}.hh-media-preview span{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:18px;background:#24263a;border:1px solid var(--hh-border);color:var(--hh-accent)}.hh-media-card-body h2{margin:0 0 6px!important;font-size:1rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-media-card-body p{margin:0 0 4px!important;font-size:.86rem!important}.hh-media-card-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:auto}.hh-media-card-actions form{margin:0}.hh-media-card-actions .hh-secondary-button,.hh-media-card-actions button{min-height:42px}.hh-media-card-actions button:disabled{opacity:.42;cursor:not-allowed}.hh-empty-state{grid-column:1/-1}
@media(max-width:1180px){.hh-media-layout{grid-template-columns:1fr}.hh-media-side{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-media-side,.hh-media-grid{grid-template-columns:1fr}.hh-media-card-actions{align-items:stretch;flex-direction:column}.hh-media-card-actions .hh-secondary-button,.hh-media-card-actions form,.hh-media-card-actions button{width:100%}}

.hh-header-level{display:inline-flex;align-items:center;justify-content:center;background:#23d2e2;color:#10131d;border-radius:999px;padding:4px 9px;font-size:.75rem;font-weight:900}.hh-gamification-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}.hh-level-card{display:flex;gap:24px;align-items:center}.hh-level-badge{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#23d2e2,#615dfa);color:#fff;font-weight:1000;font-size:2.5rem;box-shadow:0 18px 40px rgba(35,210,226,.2)}.hh-level-copy{flex:1}.hh-level-copy small,.hh-card small{display:block;color:var(--hh-muted);font-weight:800;margin-top:8px}.hh-section-space{margin-top:24px}.hh-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.hh-card-title-row h2{margin:0}.hh-card-title-row span{font-weight:900;color:var(--hh-accent)}.hh-badge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hh-badge-card{display:flex;gap:14px;align-items:flex-start;background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:16px}.hh-badge-card.is-locked{opacity:.46;filter:grayscale(1)}.hh-badge-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#2b2d44;color:var(--hh-accent);font-size:1.4rem;font-weight:1000;flex:0 0 auto}.hh-badge-card h3,.hh-quest-card h3{margin:0 0 5px}.hh-badge-card p,.hh-quest-card p{margin:0 0 8px;color:var(--hh-muted)}.hh-badge-card span{font-size:.78rem;font-weight:900;color:#fff}.hh-quest-list{display:grid;gap:14px}.hh-quest-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:16px}.hh-quest-card.is-done{border-color:rgba(53,208,127,.4)}.hh-quest-card>strong{color:var(--hh-accent)}.hh-xp-list{display:grid;gap:10px}.hh-xp-list div{display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:center;background:#151622;border:1px solid var(--hh-border);border-radius:14px;padding:12px 14px}.hh-xp-list strong{color:var(--hh-success)}.hh-xp-list span{font-weight:800}.hh-xp-list small{color:var(--hh-muted);margin:0;text-align:right}@media(max-width:900px){.hh-gamification-grid,.hh-badge-grid{grid-template-columns:1fr}.hh-level-card{align-items:flex-start;flex-direction:column}.hh-xp-list div{grid-template-columns:1fr}.hh-xp-list small{text-align:left}}
.hh-referral-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px}.hh-copy-box{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:20px}.hh-copy-box input{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:14px 15px;font:inherit;outline:none}.hh-chance-total{width:110px;height:110px;border-radius:28px;background:var(--hh-accent);color:#10131d;display:grid;place-items:center;font-size:3rem;font-weight:900;margin:20px 0 10px}.hh-referral-list{display:grid;gap:12px}.hh-referral-list article{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid var(--hh-border);background:#151622;border-radius:14px;padding:14px 16px}.hh-referral-list p{margin:4px 0 0!important}.hh-referral-list small{color:var(--hh-muted);white-space:nowrap}.hh-section-space-small{margin-top:18px}@media(max-width:900px){.hh-referral-grid{grid-template-columns:1fr}.hh-copy-box{grid-template-columns:1fr}.hh-referral-list article{align-items:flex-start;flex-direction:column}.hh-referral-list small{white-space:normal}}
.hh-moments-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}.hh-moments-stats strong{display:block;font-size:2rem;color:var(--hh-accent)}.hh-moments-stats span{display:block;color:var(--hh-muted);font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.hh-moments-filter{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hh-moments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.hh-moment-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-moment-thumb{position:relative;display:block;aspect-ratio:9/16;background:#0c0d14;overflow:hidden;color:#fff;text-decoration:none}.hh-moment-thumb img,.hh-moment-thumb video{width:100%;height:100%;object-fit:cover;display:block}.hh-moment-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.18);font-size:1.1rem}.hh-moment-card-body{padding:16px}.hh-moment-card-author{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.hh-moment-card-author img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-moment-card-author h2{margin:0 0 4px!important;font-size:.98rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-moment-card-author p{margin:0!important;color:var(--hh-muted)!important;font-size:.82rem!important}.hh-moment-card-stats{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.hh-moment-card-stats span{background:#151622;border:1px solid var(--hh-border);border-radius:999px;padding:6px 9px;color:#c8cbe5;font-size:.74rem;font-weight:900}.hh-moment-detail-layout{display:grid;grid-template-columns:minmax(320px,520px) minmax(0,1fr);gap:24px;align-items:start}.hh-moment-viewer-card{display:flex;justify-content:center}.hh-moment-phone-frame{position:relative;width:min(100%,390px);aspect-ratio:9/16;border-radius:28px;background:#05060a;overflow:hidden;border:1px solid var(--hh-border);box-shadow:0 22px 80px rgba(0,0,0,.34)}.hh-moment-phone-frame video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.hh-moment-overlay{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,0));display:grid;gap:10px}.hh-moment-overlay a{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}.hh-moment-overlay img,.hh-moment-author img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-moment-overlay strong{color:#fff;font-size:1rem;line-height:1.35}.hh-moment-side{display:grid;gap:24px}.hh-moment-author{display:flex;align-items:center;gap:14px;margin-bottom:16px}.hh-moment-author h2{margin:0 0 4px!important;font-size:1.1rem!important}.hh-moment-author p{margin:0!important}.hh-moment-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.hh-moment-actions form{margin:0}.hh-moment-comments{display:grid;gap:14px}.hh-moment-comments article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:#151622;border:1px solid var(--hh-border);border-radius:14px;padding:12px}.hh-moment-comments img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#2b2d44}.hh-moment-comments p{margin:6px 0!important;color:#dfe2ff!important;line-height:1.45!important}.hh-moment-comments small{color:var(--hh-muted);font-size:.76rem}.hh-moment-comments form{margin-top:8px}.hh-moment-comments button{border:0;background:transparent;color:var(--hh-danger);font-weight:900;cursor:pointer;padding:0}@media(max-width:1180px){.hh-moments-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hh-moment-detail-layout{grid-template-columns:1fr}.hh-moment-viewer-card{justify-content:center}}@media(max-width:900px){.hh-moments-stats,.hh-moments-grid{grid-template-columns:1fr}.hh-moments-filter{align-items:stretch;flex-direction:column}.hh-moments-filter .hh-filter-actions,.hh-moments-filter .hh-secondary-button,.hh-moments-filter .hh-primary-button{width:100%}.hh-moment-phone-frame{width:100%;border-radius:18px}.hh-moment-actions{flex-direction:column}.hh-moment-actions .hh-secondary-button,.hh-moment-actions form{width:100%}.hh-moment-comments article{grid-template-columns:1fr}.hh-moment-comments img{display:none}}
.hh-cups-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:14px;align-items:end}.hh-cups-filter label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-cups-filter input[type=search],.hh-cups-filter select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-cup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hh-cup-card{background:var(--hh-panel);border:1px solid var(--hh-border);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-cup-cover{position:relative;display:block;height:156px;background-size:cover;background-position:center;text-decoration:none}.hh-cup-cover span{position:absolute;left:16px;top:16px;background:#23d2e2;color:#10131d;border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:1000;text-transform:uppercase;letter-spacing:.04em}.hh-cup-card-body{padding:20px}.hh-cup-card-body h2{margin:0 0 8px!important;font-size:1.12rem!important}.hh-cup-card-body h2 a{color:#fff;text-decoration:none}.hh-cup-card-body p{margin:0 0 14px!important;font-size:.9rem!important}.hh-cup-meta-pills{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.hh-cup-meta-pills span{background:#151622;border:1px solid var(--hh-border);border-radius:999px;padding:7px 10px;color:#c8cbe5;font-size:.74rem;font-weight:900}.hh-cup-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hh-border);padding-top:16px}.hh-cup-card-bottom small{color:var(--hh-muted);font-weight:800}.hh-cup-hero{min-height:340px;background-size:cover;background-position:center;border:1px solid var(--hh-border);border-radius:22px;overflow:hidden;margin-bottom:24px;box-shadow:0 16px 40px rgba(0,0,0,.18)}.hh-cup-hero-overlay{min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;background:linear-gradient(0deg,rgba(10,10,16,.9),rgba(10,10,16,.18))}.hh-cup-hero h1{font-size:2.35rem;margin:0 0 10px}.hh-cup-hero p{max-width:720px;color:#dfe2ff;line-height:1.6}.hh-cup-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hh-cup-hero-actions form{margin:0}.hh-cup-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}.hh-cup-side,.hh-cup-main{display:grid;gap:24px;align-content:start}.hh-cup-side input[readonly]{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:12px;font:inherit;margin:8px 0 14px}.hh-cup-leaderboard,.hh-cup-team-list,.hh-cup-submission-list{display:grid;gap:12px}.hh-cup-leaderboard>div,.hh-cup-team-list>div,.hh-cup-submission-list>div{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#151622;border:1px solid var(--hh-border);border-radius:16px;padding:14px 16px}.hh-cup-leaderboard strong{color:var(--hh-accent);min-width:42px}.hh-cup-leaderboard span{font-weight:900;color:#fff}.hh-cup-leaderboard small,.hh-cup-team-list small,.hh-cup-submission-list small{color:var(--hh-muted);font-weight:800}.hh-cup-team-list p,.hh-cup-submission-list p{margin:4px 0!important;color:var(--hh-muted)!important}.hh-cup-team-members{display:flex;align-items:center;justify-content:flex-end;min-width:120px}.hh-cup-team-members a{margin-left:-8px}.hh-cup-team-members img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:3px solid #151622;background:#2b2d44}.hh-cup-review-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.hh-cup-review-actions form{display:flex;gap:8px;align-items:center;margin:0}.hh-cup-review-actions input{border:1px solid var(--hh-border);background:#10111a;color:#fff;border-radius:12px;padding:12px;font:inherit;min-width:180px}@media(max-width:1180px){.hh-cup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-cup-layout{grid-template-columns:1fr}.hh-cup-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hh-cups-filter,.hh-cup-grid,.hh-cup-side{grid-template-columns:1fr}.hh-cup-card-bottom,.hh-cup-leaderboard>div,.hh-cup-team-list>div,.hh-cup-submission-list>div{align-items:flex-start;flex-direction:column}.hh-cup-hero-overlay{padding:24px}.hh-cup-hero h1{font-size:1.8rem}.hh-cup-hero-actions,.hh-cup-hero-actions .hh-secondary-button,.hh-cup-hero-actions .hh-primary-button,.hh-cup-hero-actions form,.hh-cup-hero-actions button,.hh-cup-review-actions,.hh-cup-review-actions form,.hh-cup-review-actions input,.hh-cup-review-actions button{width:100%}.hh-cup-team-members{justify-content:flex-start}.hh-cup-team-members a{margin-left:0;margin-right:-8px}}

.hh-admin-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}
.hh-admin-tabs a{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hh-border);background:var(--hh-panel);color:#fff;text-decoration:none;border-radius:12px;padding:12px 14px;font-weight:900}
.hh-admin-tabs a.is-active,.hh-admin-tabs a:hover{background:var(--hh-accent);color:#10131d}
.hh-admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}
.hh-admin-stat-grid strong{display:block;font-size:2rem;color:var(--hh-accent);line-height:1}
.hh-admin-stat-grid span{display:block;margin-top:8px;color:var(--hh-muted);font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:.76rem}
.hh-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.hh-admin-list{display:grid;gap:12px;margin:18px 0}
.hh-admin-list>div{border:1px solid var(--hh-border);background:#151622;border-radius:14px;padding:14px 16px}
.hh-admin-list strong{display:block;color:#fff;line-height:1.35}
.hh-admin-list span,.hh-admin-list small{display:block;margin-top:5px;color:var(--hh-muted);font-size:.84rem;font-weight:800}
.hh-admin-filter{display:grid;grid-template-columns:2fr 1fr auto auto;gap:14px;align-items:end}
.hh-admin-filter label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}
.hh-admin-filter input[type=search],.hh-admin-filter input[type=text],.hh-admin-filter select,.hh-admin-report-form input,.hh-admin-report-form select,.hh-admin-moderation-row select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}
.hh-admin-table{overflow:auto}
.hh-admin-table table{width:100%;border-collapse:separate;border-spacing:0 10px;min-width:820px}
.hh-admin-table th{color:var(--hh-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:0 12px 4px}
.hh-admin-table td{background:#151622;border-top:1px solid var(--hh-border);border-bottom:1px solid var(--hh-border);padding:14px 12px;vertical-align:middle}
.hh-admin-table td:first-child{border-left:1px solid var(--hh-border);border-radius:14px 0 0 14px}
.hh-admin-table td:last-child{border-right:1px solid var(--hh-border);border-radius:0 14px 14px 0}
.hh-admin-table td span{display:block;color:var(--hh-muted);margin-top:4px;font-size:.84rem;font-weight:800}
.hh-admin-actions,.hh-admin-report-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hh-admin-actions form{margin:0}
.hh-admin-report-list{display:grid;gap:18px}
.hh-admin-report-head{display:grid;grid-template-columns:1fr 130px;gap:20px;align-items:start} 
.hh-admin-report-head h2{margin:0 0 8px!important}
.hh-admin-report-head p{margin:0 0 10px!important}
.hh-admin-report-meta{border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:14px;text-align:center}
.hh-admin-report-meta span{display:block;color:var(--hh-muted);font-size:.76rem;font-weight:900;text-transform:uppercase}
.hh-admin-report-meta strong{display:block;margin-top:6px;color:var(--hh-accent);font-size:1.4rem}
.hh-admin-report-form{margin-top:18px;border-top:1px solid var(--hh-border);padding-top:18px}
.hh-admin-report-form>div{min-width:220px;flex:1}
.hh-admin-report-form label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}
.hh-admin-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.hh-admin-moderation-row{display:grid!important;grid-template-columns:1fr auto!important;gap:14px;align-items:center}
.hh-admin-moderation-row form{display:flex;gap:10px;align-items:center;margin:0}
.hh-admin-moderation-row select{min-width:150px}
@media(max-width:1180px){.hh-admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-admin-grid,.hh-admin-content-grid{grid-template-columns:1fr}}
@media(max-width:900px){.hh-admin-filter,.hh-admin-report-head,.hh-admin-moderation-row{grid-template-columns:1fr!important}.hh-admin-actions,.hh-admin-actions form,.hh-admin-actions button,.hh-admin-report-form,.hh-admin-report-form>div,.hh-admin-report-form button,.hh-admin-moderation-row form,.hh-admin-moderation-row select,.hh-admin-moderation-row button{width:100%}.hh-admin-stat-grid{grid-template-columns:1fr}}

.hh-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.hh-settings-section{margin-top:24px}.hh-privacy-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hh-settings-list{display:grid;gap:12px;margin-top:18px}.hh-settings-list-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:14px 16px}.hh-settings-list-row strong{display:block;color:#fff}.hh-settings-list-row span,.hh-settings-list-row small{display:block;margin-top:4px;color:var(--hh-muted);font-size:.84rem;font-weight:800}.hh-settings-list-row form{margin:0}.hh-soft-separator{border:0;border-top:1px solid var(--hh-border);margin:28px 0}.hh-button-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}@media(max-width:900px){.hh-settings-grid,.hh-privacy-toggle-grid{grid-template-columns:1fr}.hh-settings-list-row{align-items:flex-start;flex-direction:column}.hh-settings-list-row form,.hh-settings-list-row button{width:100%}}


/* Phase 20: mobile shell + i18n foundation */
.hh-mobile-menu-button{display:none;width:42px;height:42px;border:1px solid rgba(62,63,94,.14);background:#f0f0f7;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;flex:0 0 auto}
.hh-mobile-menu-button span{display:block;width:18px;height:2px;background:#919191;border-radius:99px}
.hh-language-switch{display:inline-flex;align-items:center;gap:4px;background:#f0f0f7;border-radius:999px;padding:4px}
.hh-language-switch a,.hh-top-nav a.is-active{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.hh-language-switch a{min-width:32px;height:28px;border-radius:999px;color:#919191;font-size:.76rem;font-weight:900}
.hh-language-switch a.is-active{background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);color:#10131d}
.hh-header-level{font-size:.7rem;color:#8f91b2;font-weight:900;text-transform:uppercase}
.hh-mobile-menu-backdrop{display:none}
.hh-mobile-bottom-nav{display:none}
.hh-sidebar-count{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--hh-accent);color:#10131d;font-size:.72rem;font-weight:900}
@media(max-width:1180px){
  .hh-header{gap:18px}
  .hh-top-nav{gap:12px}
  .hh-header-user{gap:10px}
  .hh-header-pill{font-size:0}
  .hh-header-pill span{font-size:.78rem}
}
@media(max-width:900px){
  body{padding-bottom:76px}
  .hh-header{height:64px;min-height:64px;position:sticky;top:0;display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 14px}
  .hh-brand{font-size:1.12rem}
  .hh-mobile-menu-button{display:inline-flex}
  .hh-top-nav{display:none}
  .hh-header-user{margin-left:auto;gap:8px;min-width:0}
  .hh-header-user .hh-header-pill,.hh-header-user form{display:none}
  .hh-header-profile span,.hh-header-level{display:none}
  .hh-header-profile img{width:36px;height:36px}
  .hh-language-switch{display:none}
  .hh-app-shell{display:block;min-height:calc(100vh - 64px)}
  .hh-sidebar{position:fixed;top:64px;left:0;bottom:0;width:min(86vw,310px);z-index:80;display:flex;flex-direction:column;gap:6px;overflow-y:auto;transform:translateX(-105%);transition:transform .22s ease;background:#1d1e2f;box-shadow:20px 0 50px rgba(0,0,0,.35);padding-bottom:96px}
  .hh-mobile-menu-open .hh-sidebar{transform:translateX(0)}
  .hh-mobile-menu-backdrop{position:fixed;inset:64px 0 0 0;background:rgba(0,0,0,.55);z-index:70}
  .hh-mobile-menu-open .hh-mobile-menu-backdrop{display:block}
  .hh-main-content{padding:18px 14px 24px;max-width:100%;overflow-x:hidden}
  .hh-footer{display:none}
  .hh-page-header{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:18px}
  .hh-page-header h1{font-size:1.65rem}
  .hh-page-header-meta{width:100%;padding:16px}
  .hh-card,.hh-page-card,.hh-auth-card{border-radius:16px;padding:20px}
  .hh-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:rgba(21,21,31,.96);border-top:1px solid var(--hh-border);backdrop-filter:blur(14px);box-shadow:0 -16px 40px rgba(0,0,0,.28)}
  .hh-mobile-bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:50px;color:#a7abc6;text-decoration:none;border-radius:14px;font-weight:900}
  .hh-mobile-bottom-nav a.is-active,.hh-mobile-bottom-nav a:hover{background:#24263a;color:#fff}
  .hh-mobile-bottom-nav span{display:block;font-size:1.05rem;line-height:1}
  .hh-mobile-bottom-nav small{font-size:.68rem;line-height:1}
  .hh-mobile-nav-icon-wrap{position:relative}
  .hh-mobile-nav-icon-wrap em{position:absolute;top:-10px;right:-16px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--hh-accent);color:#10131d;font-style:normal;font-size:.66rem;display:flex;align-items:center;justify-content:center}
  input,select,textarea{font-size:16px!important}
}
@media(max-width:520px){
  .hh-auth-wrap{padding:18px 0}
  .hh-auth-card{padding:22px 18px}
  .hh-card,.hh-page-card{padding:18px}
}

/* Phase 22: Vikinger mapping admin view */
.hh-design-principles{margin-bottom:24px}
.hh-design-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.hh-design-rule-grid article{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:16px}
.hh-design-rule-grid strong{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--hh-accent);color:#10131d;font-weight:900;flex:0 0 auto}
.hh-design-rule-grid span{color:#fff;line-height:1.5;font-weight:700}
.hh-design-map-list{display:grid;gap:20px;margin:24px 0}
.hh-design-map-card{padding:26px}
.hh-design-map-head{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start;border-bottom:1px solid var(--hh-border);padding-bottom:18px;margin-bottom:18px}
.hh-design-map-head h2{margin:0 0 8px!important}
.hh-design-map-head p{margin:0!important;color:var(--hh-muted)}
.hh-design-map-head>span{display:inline-flex;align-items:center;justify-content:center;background:#151622;border:1px solid var(--hh-border);border-radius:999px;padding:10px 14px;color:var(--hh-accent);font-weight:900;white-space:nowrap}
.hh-design-map-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hh-design-map-columns h3{margin:0 0 10px;font-size:.86rem;text-transform:uppercase;letter-spacing:.06em;color:var(--hh-muted)}
.hh-design-map-columns ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.hh-design-map-columns li,.hh-design-chip-list code{display:inline-flex;align-items:center;width:max-content;max-width:100%;background:#151622;border:1px solid var(--hh-border);border-radius:10px;padding:8px 10px;color:#fff;font-size:.82rem;white-space:normal;overflow-wrap:anywhere}
.hh-design-chip-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hh-design-excluded{margin-bottom:24px}
@media(max-width:900px){.hh-design-rule-grid,.hh-design-map-head,.hh-design-map-columns{grid-template-columns:1fr}.hh-design-map-head>span{justify-content:flex-start;white-space:normal}.hh-design-map-card{padding:20px}}


/* Phase 23: Vikinger shell alignment. Keep existing Hunthub modules functional, but move global shell to Vikinger structure. */
body{background:#f8f8fb;color:#919191;font-family:Rajdhani,Inter,Arial,sans-serif;min-height:100vh}.hh-main-content.content-grid{display:block;max-width:1184px;width:100%;padding-top:112px;padding-bottom:72px}.hh-app-shell{display:block}.header{position:fixed;top:0;left:0;right:0;z-index:10000}.header-brand{text-decoration:none}.header-brand:hover{text-decoration:none}.menu-main-item-link.active{color:#fff}.hh-icon-reset{border:0;background:transparent;padding:0;cursor:pointer}.hh-search-submit{border:0;background:transparent;cursor:pointer}.interactive-input.dark input{padding-right:52px}.hh-header-progress-wrap{min-width:210px}.hh-static-progress{position:relative;height:4px;background:#4e4ac8;border-radius:999px;overflow:hidden}.hh-static-progress span{display:block;height:100%;background:#23d2e2;border-radius:999px}.hh-action-badge,.hh-sidebar-count{position:absolute;top:8px;right:8px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#23d2e2;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.hh-sidebar-count{top:7px;right:7px}.action-list-item{position:relative}.hh-user-menu-wrap{display:flex;align-items:center;gap:12px}.hh-user-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-avatar.micro .user-avatar-content{width:40px;height:40px;border-radius:50%;overflow:hidden}.user-avatar.small .user-avatar-content{width:48px;height:48px;border-radius:50%;overflow:hidden}.hh-user-menu-meta{display:flex;flex-direction:column;gap:2px}.hh-user-menu-meta a{font-size:.86rem;font-weight:700;color:#fff;text-decoration:none}.hh-user-menu-meta form{margin:0}.hh-user-menu-meta button{border:0;background:transparent;padding:0;color:rgba(255, 255, 255, 0.3);font-size:.75rem;font-weight:700;cursor:pointer}.hh-user-menu-meta button:hover{color:#23d2e2}.hh-language-switch{display:flex;align-items:center;gap:4px}.hh-language-switch a{display:inline-flex;align-items:center;justify-content:center;width:31px;height:28px;border-radius:8px;background:#919191;color:#fff;text-decoration:none;font-size:.72rem;font-weight:800}.hh-language-switch a.is-active{background:#23d2e2;color:#fff}.hh-vikinger-sidebar{z-index:9998}.hh-vikinger-sidebar .menu-item-link{position:relative}.hh-sidebar-avatar{margin:18px auto 28px}.hh-vikinger-mobile-sidebar{z-index:10002}.hh-mobile-menu-backdrop{display:none}.hh-mobile-logout-form{margin:0}.hh-menu-button-link{border:0;background:transparent;width:100%;text-align:left;cursor:pointer}.hh-footer{display:none}.hh-page-header{margin-bottom:24px}.hh-page-header h1{color:#919191}.hh-page-header p{color:#8f91ac}.hh-kicker{color:#23d2e2!important}.hh-card,.hh-page-card,.hh-auth-card,.hh-filter-card,.hh-member-card{background:#fff;border:0;border-radius:12px;box-shadow:0 0 40px 0 rgba(94,92,154,.06);color:#919191}.hh-card h1,.hh-card h2,.hh-page-card h1,.hh-page-card h2,.hh-auth-card h1{color:#919191}.hh-card p,.hh-page-card p,.hh-auth-card p,.hh-muted{color:#8f91ac}.hh-form label,.hh-mini-list dt{color:#919191}.hh-form input,.hh-form textarea,.hh-form select,.hh-members-filter input[type=search],.hh-members-filter select{background:#fff;border:1px solid #dedeea;color:#919191;border-radius:12px}.hh-form input:focus,.hh-form textarea:focus,.hh-form select:focus,.hh-members-filter input[type=search]:focus,.hh-members-filter select:focus{border-color:#615dfa;box-shadow:0 0 0 4px rgba(97,93,250,.12)}.hh-primary-button{background:#615dfa;color:#fff;border-radius:10px}.hh-secondary-button{background:#fff;color:#919191;border:1px solid #dedeea;border-radius:10px}.hh-alert-success{background:#e9fbf8;color:#00c7a9;border:1px solid #c8f6ee}.hh-alert-danger{background:#fff0f3;color:#ff5f7a;border:1px solid #ffd5de}.hh-profile-head,.hh-profile-side .hh-card,.hh-profile-main .hh-card{background:#fff;border:0;box-shadow:0 0 40px rgba(94,92,154,.06)}.hh-profile-cover{border:0}.hh-profile-avatar{border-color:#fff}.hh-member-cover{border-bottom:0}.hh-member-avatar{border-color:#fff}.hh-member-tags span{background:#f5f5fa;border:1px solid #eaeaf5;color:#919191}.hh-member-lfg.is-active{color:#00c7a9}.hh-page-header-meta{background:#fff;border:0;box-shadow:0 0 40px rgba(94,92,154,.06);border-radius:12px}.hh-page-header-meta strong{color:#919191}.hh-page-header-meta span{color:#8f91ac}
@media(max-width:1365px){.hh-header-progress-wrap{display:none}.header .search-bar{display:none}.hh-main-content.content-grid{padding-top:104px}.navigation{display:none}}
@media(max-width:960px){.hh-main-content.content-grid{padding:88px 14px 92px;max-width:100%;overflow-x:hidden}.hh-vikinger-sidebar{display:none}.hh-mobile-menu-open .hh-mobile-menu-backdrop{display:block;position:fixed;inset:0;background:rgba(21,21,31,.65);z-index:10001}.hh-vikinger-mobile-sidebar{display:block;position:fixed;top:0;left:0;bottom:0;width:min(86vw,320px);overflow:auto;transform:translateX(0);box-shadow:20px 0 60px rgba(0,0,0,.28)}.hh-vikinger-mobile-sidebar.hidden{display:none}.hh-user-menu-meta,.hh-language-switch{display:none}.header{height:64px}.header-actions{height:64px}.header-brand-text{display:block}.hh-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:10000;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eaeaf5;box-shadow:0 -16px 40px rgba(94,92,154,.08)}.hh-mobile-bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:50px;color:#8f91ac;text-decoration:none;border-radius:14px;font-weight:900}.hh-mobile-bottom-nav a.is-active,.hh-mobile-bottom-nav a:hover{background:#f5f5fa;color:#615dfa}.hh-mobile-bottom-nav span{display:block;font-size:1.05rem;line-height:1}.hh-mobile-bottom-nav small{font-size:.68rem;line-height:1}.hh-mobile-nav-icon-wrap{position:relative}.hh-mobile-nav-icon-wrap em{position:absolute;top:-10px;right:-16px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#23d2e2;color:#fff;font-style:normal;font-size:.66rem;display:flex;align-items:center;justify-content:center}.hh-page-header{align-items:flex-start;flex-direction:column;gap:14px}.hh-page-header h1{font-size:1.7rem}.hh-card,.hh-page-card,.hh-auth-card{padding:22px}.hh-auth-wrap{padding-top:100px}.hh-form-grid,.hh-profile-grid,.hh-members-filter,.hh-member-grid,.hh-feed-layout{grid-template-columns:1fr!important}}
@media(min-width:961px){.hh-mobile-bottom-nav{display:none!important}.hh-vikinger-mobile-sidebar{display:none!important}.hh-mobile-menu-backdrop{display:none!important}}


/* ------------------------------------------------------------------
   Phase 24 – Vikinger Shell Korrektur
   ------------------------------------------------------------------ */

body {
  background: #161616;
  color: #b3b3b3;
  font-family: "Rajdhani", Arial, sans-serif;
}

.header {
  height: 80px;
  min-height: 80px;
  background: #232323;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, .18);
}

.header .header-actions {
  min-width: 0;
}

.header .header-brand {
  min-width: 240px;
  height: 80px;
}

.header .header-brand .logo {
  margin-left: 26px;
  flex: 0 0 auto;
}

.header .header-brand .header-brand-text {
  margin-left: 24px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: .01em;
}

.header .sidemenu-trigger,
.header .mobilemenu-trigger {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.header .sidemenu-trigger .icon-grid {
  fill: #88898d;
}

.header .sidemenu-trigger:hover .icon-grid,
.header .sidemenu-trigger.active .icon-grid {
  fill: #fff;
}

.hh-header-navigation {
  height: 80px;
}

.hh-header-navigation .menu-main,
.header .menu-main {
  height: 80px;
}

.header .menu-main-item-link {
  height: 80px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  opacity: .92;
}

.header .menu-main-item-link:hover,
.header .menu-main-item-link.active {
  color: #fff;
  opacity: 1;
}

.header .menu-main-item-link.active::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #23d2e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header .header-actions.search-bar.hh-header-search {
  width: min(34vw, 540px);
  min-width: 360px;
  flex: 1 1 420px;
}

.header .interactive-input.dark {
  width: 100%;
}

.header .interactive-input.dark input {
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #161616;
  color: #fff;
  box-shadow: none;
}

.header .interactive-input.dark input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.header .interactive-input-icon {
  fill: rgba(255, 255, 255, .45);
}

.hh-header-progress-wrap {
  flex: 0 0 180px;
  min-width: 180px;
  justify-content: center;
}

.header .header-actions .progress-stat {
  width: 124px;
}

.bar-progress-info {
  color: #fff;
  font-size: .75rem;
  line-height: 1;
}

.bar-progress-info span {
  color: #fff;
}

.hh-static-progress {
  height: 4px;
  margin-top: 7px;
  background: rgba(255, 255, 255, .22);
}

.hh-static-progress span {
  background: #23d2e2;
}

.hh-header-notification-actions .action-list.dark {
  height: 80px;
}

.hh-header-notification-actions .action-list.dark::before,
.hh-header-notification-actions .action-list.dark::after {
  top: 24px;
  background: rgba(255, 255, 255, .18);
}

.hh-header-notification-actions .action-list-item {
  width: 64px;
  height: 80px;
}

.hh-header-notification-actions .action-list-item-icon {
  fill: #bfb3ff;
}

.hh-header-notification-actions .action-list-item:hover .action-list-item-icon {
  fill: #fff;
}

.hh-header-user-actions {
  flex: 0 0 auto;
  padding-right: 16px;
}

.hh-user-menu-wrap {
  height: 80px;
}

.hh-user-menu-meta a {
  color: #fff;
}

.hh-user-menu-meta button {
  color: rgba(255, 255, 255, .62);
}

.hh-language-switch a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #3f2fb3;
  color: #fff;
}

.hh-language-switch a.is-active {
  background: #23d2e2;
}

.content-grid {
  max-width: 1184px;
  width: 100%;
  padding: 112px 0 100px;
}

.hh-main-content {
  margin: 0;
}

.hh-vikinger-sidebar-small {
  z-index: 9999;
}

.hh-vikinger-sidebar-small .menu {
  margin-top: 24px;
}

.hh-vikinger-sidebar-small .menu.small .menu-item {
  margin-bottom: 14px;
}

.hh-vikinger-sidebar-small .menu-item-link {
  position: relative;
}

.hh-vikinger-sidebar-small .menu-item.active .menu-item-link {
  background: rgba(127,27,29,0.85);
  box-shadow: 0 0 18px rgba(64, 208, 79, .35);
}

.hh-vikinger-sidebar-small .menu-item.active .menu-item-link-icon {
  fill: #fff;
}

.hh-sidebar-avatar {
  margin: 0 auto 26px;
}

.hh-vikinger-sidebar-full {
  z-index: 10000;
}

.hh-navigation-cover {
  background:
    linear-gradient(135deg, rgba(97, 93, 250, .78), rgba(35, 210, 226, .28)),
    linear-gradient(135deg, #1f2333, #111827);
}

.hh-vikinger-sidebar-full .user-short-description {
  padding-top: 40px;
}

.hh-vikinger-sidebar-full .user-short-description-avatar {
  margin: -74px auto 0;
}

.hh-vikinger-sidebar-full .user-short-description-title,
.hh-vikinger-sidebar-full .user-short-description-text {
  text-align: center;
}

.hh-vikinger-sidebar-full .menu {
  margin-top: 34px;
}

.hh-vikinger-sidebar-full .menu-item-link {
  position: relative;
}

.hh-sidebar-count {
  pointer-events: none;
}

.hh-sidebar-count-inline {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hh-vikinger-mobile-sidebar {
  z-index: 100000;
}

.hh-vikinger-mobile-sidebar .navigation-widget-close-button {
  border: 0;
  background: transparent;
}

.hh-vikinger-mobile-sidebar .menu-item-link {
  color: #fff;
}

.hh-footer {
  display: none;
}

.hh-page-header {
  margin-bottom: 28px;
}

.hh-page-header h1,
.hh-page-card h1,
.hh-card h1,
.hh-card h2 {
  color: #919191;
}

.hh-page-header p,
.hh-page-card p,
.hh-card p,
.hh-muted {
  color: #8f91ac;
}

.hh-card,
.hh-page-card,
.hh-auth-card,
.hh-filter-card,
.hh-member-card {
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(94, 92, 154, .06);
}

@media screen and (max-width: 1500px) {
  .header .header-brand {
    min-width: 210px;
  }

  .header .header-actions.search-bar.hh-header-search {
    min-width: 300px;
  }

  .hh-header-progress-wrap {
    flex-basis: 150px;
    min-width: 150px;
  }

  .hh-header-navigation .menu-main-item:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .content-grid {
    max-width: 95%;
    padding-top: 112px;
    transform: none !important;
  }

  .navigation-widget-desktop {
    display: none !important;
  }

  .header .sidemenu-trigger {
    display: none;
  }

  .header .mobilemenu-trigger {
    display: flex;
  }

  .header .header-brand {
    min-width: auto;
  }

  .header .header-brand .header-brand-text {
    display: block;
  }

  .hh-header-navigation {
    display: none;
  }

  .header .header-actions.search-bar.hh-header-search {
    min-width: 260px;
    width: auto;
  }
}

@media screen and (max-width: 960px) {
  .header {
    justify-content: flex-start;
    padding-right: 12px;
  }

  .header .header-brand {
    width: auto;
  }

  .header .header-brand .logo {
    margin-left: 16px;
  }

  .header .header-brand .header-brand-text {
    display: none;
  }

  .header .header-actions.search-bar.hh-header-search,
  .hh-header-progress-wrap,
  .hh-header-notification-actions {
    display: none;
  }

  .hh-header-user-actions {
    margin-left: auto;
    padding-right: 8px;
  }

  .hh-user-menu-meta {
    display: none;
  }

  .content-grid {
    max-width: 100%;
    padding: 96px 16px 112px;
  }
}

@media screen and (max-width: 520px) {
  .header .header-brand .logo {
    margin-left: 12px;
  }

  .header .sidemenu-trigger,
  .header .mobilemenu-trigger {
    flex-basis: 64px;
    width: 64px;
  }

  .hh-language-switch {
    display: none;
  }
}


/* Phase 26: Feed näher an Vikinger newsfeed.html */
.hh-feed-section-banner{margin-bottom:32px}.hh-feed-vikinger-grid{align-items:start}.hh-feed-vikinger-grid .grid-column{display:grid;gap:16px}.hh-feed-widget-profile .achievement-status-list{margin-top:28px}.hh-progress-arc-plain{--hh-progress:0;position:relative;width:116px;height:116px;border-radius:999px;background:conic-gradient(#23d2e2 calc(var(--hh-progress)*1%),#e8e8ef 0);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.hh-progress-arc-plain:after{content:"";position:absolute;inset:11px;border-radius:999px;background:#fff}.hh-progress-arc-value{position:relative;z-index:1;font-size:1.35rem;font-weight:900;color:#919191}.hh-quick-post-live{margin-bottom:16px}.hh-quick-post-live form{margin:0}.hh-quick-post-live .quick-post-body .form{margin-top:0}.hh-quick-post-live .form-select label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.hh-quick-post-live .form-select select{appearance:none}.hh-quick-post-meta-row{margin-top:16px}.hh-file-input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.hh-file-label{gap:8px;cursor:pointer}.hh-inline-button-icon{width:16px;height:16px;fill:currentColor}.hh-button-reset{border:0;font:inherit;cursor:pointer}.hh-feed-tabs{margin-bottom:16px}.hh-feed-tabs a{text-decoration:none}.hh-feed-list-vikinger{display:grid;gap:16px}.hh-vk-feed-post{overflow:visible}.hh-vk-feed-post .widget-box-settings{z-index:5}.hh-vk-post-dropdown{min-width:230px}.hh-dropdown-button{width:100%;border:0;background:transparent;text-align:left;font:inherit;cursor:pointer}.hh-vk-edit-details{padding:0}.hh-vk-edit-details summary{list-style:none;cursor:pointer}.hh-vk-edit-details summary::-webkit-details-marker{display:none}.hh-vk-edit-form{padding:12px}.hh-vk-feed-media{display:grid;gap:4px;background:#151522}.hh-vk-feed-media-count-1{grid-template-columns:1fr}.hh-vk-feed-media-count-2,.hh-vk-feed-media-count-3,.hh-vk-feed-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-vk-feed-media-count-3 .hh-vk-feed-media-item:first-child{grid-row:span 2}.hh-vk-feed-media-item{min-height:220px;background:#11121b;display:flex;align-items:center;justify-content:center;overflow:hidden}.hh-vk-feed-media-item img,.hh-vk-feed-media-item video{width:100%;height:100%;object-fit:cover;display:block}.hh-vk-post-options form{width:100%}.hh-post-option-button{width:100%;border:0;background:transparent;font:inherit;cursor:pointer}.hh-post-option-link{text-decoration:none}.hh-post-option-button.active .post-option-icon,.hh-post-option-button.active .post-option-text{fill:#615dfa;color:#615dfa}.hh-vk-comment-list{border-top:1px solid #eaeaf5}.hh-vk-comment-form{display:flex;align-items:center;gap:10px;flex:1;margin:0}.hh-vk-comment-form .form-input{flex:1}.hh-comment-delete{border:0;background:transparent;color:#afb0c0;font-size:.75rem;font-weight:700;cursor:pointer;padding:0;margin-top:4px}.hh-comment-delete:hover{color:#ff5f7a}.hh-vk-pager{margin-top:24px}.hh-vk-pager .section-pager-item.disabled{opacity:.45;pointer-events:none}.widget-box-text{font-size:.875rem;line-height:1.6;color:#8f91ac}.percentage-diff-list{display:grid;gap:14px}.percentage-diff-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eaeaf5;padding-bottom:12px}.percentage-diff-item:last-child{border-bottom:0;padding-bottom:0}.percentage-diff-item-title{font-size:1.15rem;font-weight:900;color:#919191;margin:0}.percentage-diff-item-text{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#adafca;margin:0}.user-stats{display:flex;justify-content:space-between;gap:10px}.user-stat.big{text-align:center;flex:1}.user-stat-title{font-size:1.35rem;font-weight:900;color:#919191;margin:0}.user-stat-text{font-size:.75rem;font-weight:700;color:#adafca;text-transform:uppercase;margin:4px 0 0}@media(max-width:1180px){.hh-feed-vikinger-grid{grid-template-columns:1fr}.hh-feed-vikinger-grid .grid-column:first-child,.hh-feed-vikinger-grid .grid-column:last-child{display:none}}@media(max-width:680px){.hh-quick-post-live .quick-post-footer{align-items:stretch;flex-direction:column;gap:12px}.hh-quick-post-live .quick-post-footer-actions{justify-content:space-between}.hh-vk-feed-media-count-2,.hh-vk-feed-media-count-3,.hh-vk-feed-media-count-4{grid-template-columns:1fr}.hh-vk-feed-media-count-3 .hh-vk-feed-media-item:first-child{grid-row:auto}.hh-vk-post-options{grid-template-columns:1fr}.hh-vk-comment-form{flex-direction:column;align-items:stretch}.hh-vk-comment-form .button{width:100%}}

/* Phase 27: test */

/* Phase 27: Feed 1:1-Feinschliff näher an newsfeed.html */
.hh-feed-vikinger-grid-finalize{row-gap:32px}.hh-feed-vikinger-grid-finalize>.grid-column{gap:16px}.hh-feed-profile-widget .widget-box-content{padding-bottom:0}.hh-feed-achievement-list{display:grid;gap:18px}.hh-vk-status-stats .user-stat{border-right:1px solid #eaeaf5}.hh-vk-status-stats .user-stat:last-child{border-right:0}.hh-quick-post-vikinger-finalize .quick-post-body{padding-bottom:28px}.hh-quick-post-vikinger-finalize .form-textarea textarea{min-height:132px}.hh-option-file-trigger{cursor:pointer}.hh-quick-post-footer-meta{align-items:center;gap:12px}.hh-vk-visibility-select{width:150px;margin-left:4px}.hh-vk-visibility-select select{height:40px;padding:0 42px 0 16px;font-size:.75rem;font-weight:700}.hh-vk-feed-tabs-finalize{align-items:center}.hh-vk-feed-tabs-finalize .form{display:none}.hh-vk-feed-tabs-finalize .simple-tab-item{white-space:nowrap}.hh-feed-shortcut-list a{text-decoration:none;color:inherit}.hh-vk-feed-post-finalize{margin-bottom:16px}.hh-vk-feed-post-finalize .widget-box-status-content{padding:32px 28px}.hh-vk-feed-post-finalize .widget-box-status-text{margin-top:26px}.hh-vk-post-meta-content{padding-top:24px!important}.hh-post-tag-list{margin-bottom:24px}.hh-vk-feed-media{border-top:1px solid #eaeaf5;border-bottom:1px solid #eaeaf5}.hh-vk-feed-media-item{min-height:260px}.hh-vk-feed-media-count-1 .hh-vk-feed-media-item{min-height:340px}.hh-feed-video-wrap{width:100%;height:100%;padding-top:0}.hh-feed-video-wrap video{position:static;width:100%;height:100%;min-height:320px;object-fit:cover}.hh-vk-post-options-finalize{border-top:1px solid #eaeaf5}.hh-vk-post-options-finalize .post-option{min-height:65px}.hh-vk-post-options-finalize form{height:100%}.hh-vk-post-options-finalize .post-option-text{display:block}.hh-reaction-option-button{border:0;background:transparent;padding:0;cursor:pointer}.hh-reaction-options-static form{display:flex}.hh-vk-comment-list{padding:0}.hh-vk-comment-list .post-comment:first-child{border-top:0}.hh-vk-comment-form-wrap{display:flex;align-items:center;gap:12px;padding:26px 28px}.hh-vk-comment-form-wrap .user-avatar{flex:0 0 auto}.hh-vk-comment-form{display:flex;align-items:center;gap:12px;width:100%}.hh-vk-comment-form .form-input{flex:1}.hh-vk-participant-line{margin-top:10px}.hh-post-option-button .post-option-text{margin:0}.hh-post-option-link{color:inherit}.hh-post-option-link:hover{text-decoration:none}@media(max-width:1365px){.hh-feed-vikinger-grid-finalize{grid-template-columns:1fr}.hh-feed-vikinger-grid-finalize>.grid-column:first-child,.hh-feed-vikinger-grid-finalize>.grid-column:last-child{display:none}.hh-vk-feed-tabs-finalize .form{display:block}.hh-vk-feed-tabs-finalize .simple-tab-item:not(.active){display:none}}@media(max-width:680px){.hh-vk-visibility-select{width:100%}.hh-quick-post-footer-meta{flex-wrap:wrap}.hh-vk-feed-post-finalize .widget-box-status-content{padding:24px 20px}.hh-vk-feed-media-item,.hh-vk-feed-media-count-1 .hh-vk-feed-media-item{min-height:220px}.hh-vk-comment-form-wrap{padding:22px 20px;align-items:flex-start}.hh-vk-comment-form{flex-direction:column;align-items:stretch}.hh-vk-comment-form .button{width:100%}}

/* Phase 32: Profilseite näher an Vikinger profile-timeline.html, ohne Profil-Funktionen umzubauen. */
.hh-profile-vikinger .profile-header{margin-bottom:16px}
.hh-profile-vikinger .profile-header-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-profile-vikinger .profile-header-info{min-height:126px}
.hh-profile-vikinger .user-short-description-text{max-width:320px;margin-left:auto;margin-right:auto}
.hh-profile-vikinger .user-short-description-text span{color:#8f91ac}
.hh-profile-vikinger .profile-header-info-actions a{text-decoration:none}
.hh-profile-social-links-static{display:flex;justify-content:center;gap:12px;min-height:40px}
.hh-profile-empty-social{font-size:.78rem;font-weight:700;color:#adafca;margin:0;line-height:40px;text-transform:uppercase}
.hh-profile-section-navigation{margin-bottom:32px}
.hh-profile-section-navigation .section-menu{width:100%}
.hh-profile-vikinger-grid{align-items:start;row-gap:32px}
.hh-profile-vikinger-grid>.grid-column{display:grid;gap:16px}
.hh-profile-level-progress{margin-top:18px}
.hh-profile-badge-list{display:flex;flex-wrap:wrap;gap:10px}
.hh-profile-badge-item{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#615dfa;color:#fff;font-size:1.1rem;font-weight:900;box-shadow:3px 5px 12px rgba(97,93,250,.25)}
.hh-profile-team-list{display:grid;gap:14px}
.hh-profile-team-item{display:grid!important;grid-template-columns:48px 1fr;align-items:center;text-decoration:none;color:inherit}
.hh-profile-team-item:hover{text-decoration:none}
.hh-profile-team-item .user-status-text{grid-column:2;margin-top:2px}
.hh-profile-post-list .hh-vk-feed-post-finalize:last-child{margin-bottom:0}
@media(max-width:1365px){.hh-profile-vikinger-grid{grid-template-columns:1fr}.hh-profile-vikinger-grid>.grid-column{display:grid}.hh-profile-section-navigation .section-menu{overflow-x:auto}.hh-profile-section-navigation .section-menu-item{min-width:94px}}
@media(max-width:680px){.hh-profile-vikinger .profile-header-info-actions{gap:10px}.hh-profile-vikinger .profile-header-info-actions a{width:100%}.hh-profile-vikinger .user-stats{flex-wrap:wrap}.hh-profile-vikinger .user-stat.big{min-width:45%}}

/* Phase 36: Newsfeed sauberer an Vikinger newsfeed.html angleichen */
.hh-vk-feed-post-clean .widget-box-settings{z-index:20}.hh-vk-settings-menu{position:relative;display:block}.hh-vk-settings-menu>summary{list-style:none;cursor:pointer}.hh-vk-settings-menu>summary::-webkit-details-marker{display:none}.hh-vk-settings-panel{display:none!important;position:absolute;top:34px;right:0;min-width:230px;z-index:30}.hh-vk-settings-menu[open] .hh-vk-settings-panel{display:block!important}.hh-vk-settings-panel .simple-dropdown-link,.hh-vk-settings-panel .hh-dropdown-button{width:100%;background:transparent;border:0;text-align:left;font:inherit;cursor:pointer}.hh-vk-edit-details summary{list-style:none;cursor:pointer}.hh-vk-edit-details summary::-webkit-details-marker{display:none}.hh-vk-edit-form{padding:14px}.hh-vk-feed-post-clean{margin-bottom:16px;overflow:visible}.hh-vk-feed-post-clean .widget-box-status-content{padding:32px 28px}.hh-vk-feed-post-clean .widget-box-status-text{margin-top:26px}.hh-vk-post-meta-content{padding-top:24px!important}.hh-post-tag-list{margin-bottom:24px}.hh-vk-content-actions-clean{align-items:flex-end}.hh-vk-feed-media{display:grid;gap:4px;background:#232323;border-top:1px solid #161616;border-bottom:1px solid #161616}.hh-vk-feed-media-count-1{grid-template-columns:1fr}.hh-vk-feed-media-count-2,.hh-vk-feed-media-count-3,.hh-vk-feed-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hh-vk-feed-media-count-3 .hh-vk-feed-media-item:first-child{grid-row:span 2}.hh-vk-feed-media-item{min-height:220px;background:#232323;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0}.hh-vk-feed-media-count-1 .hh-vk-feed-media-item{min-height:320px}.hh-vk-feed-media-item img,.hh-vk-feed-media-item video{display:block;width:100%;height:100%;object-fit:cover}.hh-vk-post-options-clean{border-top:1px solid #161616}.hh-vk-post-options-clean form{height:100%;width:100%;margin:0}.hh-vk-post-options-clean .post-option,.hh-vk-post-options-clean .hh-post-option-button,.hh-vk-post-options-clean .hh-post-option-link{height:65px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border:0;background:transparent;font:inherit;cursor:pointer;text-decoration:none;color:inherit}.hh-vk-post-options-clean .post-option-text{display:block;margin:0}.hh-vk-post-options-clean .hh-post-option-button.active .post-option-icon,.hh-vk-post-options-clean .hh-post-option-button.active .post-option-text{fill:#4ff461;color:#fff}.hh-vk-comment-list-clean.is-collapsed:not(:target){display:none}.hh-vk-comment-list-clean.is-open,.hh-vk-comment-list-clean:target{display:block}.hh-vk-comment-list-clean{padding:0;border-top:1px solid #161616}.hh-vk-comment-list-clean .post-comment{padding:26px 28px;border-top:1px solid #161616}.hh-vk-comment-list-clean .post-comment:first-child{border-top:0}.hh-vk-comment-list-clean .post-comment-form{border-top:1px solid #161616}.hh-comment-delete{background:transparent;border:0;padding:0;font:inherit;cursor:pointer}.hh-feed-profile-widget .achievement-status-list{margin-top:28px}.hh-feed-stats-box{margin-bottom:16px}.reaction-stats-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.reaction-stat{text-align:center}.reaction-stat-image{width:40px;height:40px;margin:0 auto 10px;display:block}.reaction-stat-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0}.reaction-stat-text{margin-top:3px;color:rgba(255, 255, 255, 0.3);font-size:.75rem;font-weight:700;text-transform:uppercase}.hh-feed-shortcut-list a{text-decoration:none;color:inherit}.hh-feed-vikinger-grid-finalize>.grid-column{gap:16px}.hh-feed-vikinger-grid-finalize .badge-item-stat-image{max-width:92px}.hh-feed-vikinger-grid-finalize .user-status.request-small{min-height:52px}.hh-feed-vikinger-grid-finalize .user-status-image{width:40px;height:40px;border-radius:12px;object-fit:cover}@media(max-width:1365px){.hh-feed-vikinger-grid-finalize{grid-template-columns:1fr}.hh-feed-vikinger-grid-finalize>.grid-column:first-child,.hh-feed-vikinger-grid-finalize>.grid-column:last-child{display:none}.hh-vk-feed-tabs-finalize .form{display:block}.hh-vk-feed-tabs-finalize .simple-tab-item:not(.active){display:none}}@media(max-width:680px){.hh-vk-feed-post-clean .widget-box-status-content{padding:24px 20px}.hh-vk-feed-media-count-2,.hh-vk-feed-media-count-3,.hh-vk-feed-media-count-4{grid-template-columns:1fr}.hh-vk-feed-media-count-3 .hh-vk-feed-media-item:first-child{grid-row:auto}.hh-vk-feed-media-item,.hh-vk-feed-media-count-1 .hh-vk-feed-media-item{min-height:220px}.hh-vk-post-options-clean{grid-template-columns:1fr}.hh-vk-comment-list-clean .post-comment{padding:22px 20px}.hh-vk-comment-list-clean .post-comment-form{padding:22px 20px}}


/* Phase 37: Feed cleanup after 36 - no Teilnehmer, fixed comments/widgets, ajax reactions */
.hh-vk-feed-post-clean .hh-vk-content-actions-clean{align-items:center}
.hh-vk-feed-post-clean .hh-vk-content-actions-clean>.content-action:first-child{min-width:0}
.hh-vk-feed-post-clean .hh-vk-content-actions-clean>.content-action:last-child{margin-left:auto;display:flex;gap:30px;align-items:center}
.hh-vk-feed-post-clean .hh-vk-participant-line{display:none!important}
.hh-vk-feed-post-clean .meta-line-list.reaction-item-list:empty{display:none}
.hh-vk-feed-post-clean .meta-line-list.reaction-item-list:empty + .meta-line-text{margin-left:0}

.hh-vk-post-options-clean .post-option-wrap{position:relative}
.hh-vk-post-options-clean .hh-feed-reaction-form{display:block;width:100%;height:100%;margin:0}
.hh-vk-post-options-clean .hh-post-option-button.is-loading{opacity:.65;pointer-events:none}
.hh-vk-post-options-clean .hh-post-option-button.active .post-option-icon{fill:#4ff461}
.hh-vk-post-options-clean .hh-post-option-button.active .post-option-text{color:#fff}

.hh-reaction-options-picker{
  position:absolute;
  left:0;
  bottom:calc(100% + 12px);
  z-index:20;
  min-width:410px;
  height:82px;
  padding:14px 18px;
  border-radius:12px;
  background:#2b3146;
  box-shadow:0 0 40px rgba(0,0,0,.22);
  align-items:center;
  gap:12px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.hh-vk-post-options-clean .post-option-wrap:hover .hh-reaction-options-picker,
.hh-vk-post-options-clean .hh-feed-reaction-form:focus-within .hh-reaction-options-picker{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.hh-reaction-option-button{
  width:48px!important;
  height:48px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  cursor:pointer;
  transition:transform .16s ease;
}
.hh-reaction-option-button:hover{transform:translateY(-5px) scale(1.08)}
.hh-reaction-option-button .reaction-option-image{display:block;width:48px;height:48px}

.hh-vk-comment-list-clean{border-top:1px solid #161616;background:#232323}
.hh-vk-comment-list-clean.is-collapsed:not(:target){display:none}
.hh-vk-comment-list-clean.is-open,
.hh-vk-comment-list-clean:target{display:block}

.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first{
  display:flex;
  align-items:center;
  gap:22px;
  padding:30px 36px;
  border-top:0;
  border-bottom:1px solid #161616;
}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .user-avatar{flex:0 0 auto}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form{width:100%;margin:0}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-row{margin:0}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-input{width:100%}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first input{
  height:54px;
  border-radius:12px;
  background:#232323;
  border:1px solid #3f485f;
  color:#fff;
}
.hh-vk-comment-item-fixed{
  display:flex;
  align-items:flex-start;
  gap:22px;
  padding:30px 36px!important;
  border-top:1px solid #161616;
}
.hh-vk-comment-item-fixed>.user-avatar{flex:0 0 auto}
.hh-vk-comment-main{width:100%;min-width:0}
.hh-vk-comment-main .post-comment-text{
  margin:0;
  color:#fff;
  font-size:1rem;
  font-weight:500;
  line-height:1.65;
}
.hh-vk-comment-main .post-comment-text-author{
  display:inline-block;
  margin-right:8px;
  color:#fff;
  font-size:1rem;
  font-weight:700;
}
.hh-vk-comment-main .content-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:18px;
}
.hh-vk-comment-main .content-action{
  display:flex;
  align-items:center;
  gap:18px;
}
.hh-vk-comment-main .meta-line{margin:0}
.hh-vk-comment-main .meta-line-link.light,
.hh-vk-comment-main .meta-line-timestamp{
  color:rgba(255, 255, 255, 0.3);
  font-size:.875rem;
  font-weight:700;
}
.hh-comment-delete{
  border:0;
  background:transparent;
  color:rgba(255, 255, 255, 0.3);
  font:inherit;
  cursor:pointer;
  padding:0;
}
.hh-comment-delete:hover{color:#4ff461}

.hh-feed-sidebar-users{display:grid;gap:18px}
.hh-feed-sidebar-users .user-status.request-small,
.hh-feed-sidebar-users .user-status{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:14px;
  align-items:center;
  min-height:48px;
  padding:0!important;
  text-decoration:none;
}
.hh-feed-sidebar-users .user-status-avatar{
  grid-row:1 / span 2;
  grid-column:1;
  position:static!important;
  display:block;
  width:48px;
  height:48px;
  margin:0!important;
}
.hh-feed-sidebar-users .user-status-title{
  grid-column:2;
  margin:0!important;
  min-width:0;
}
.hh-feed-sidebar-users .user-status-title .bold{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.hh-feed-sidebar-users .user-status-text{
  grid-column:2;
  margin:4px 0 0!important;
  min-width:0;
}
.hh-feed-sidebar-users .action-request-list{grid-column:3;grid-row:1 / span 2}
.hh-feed-sidebar-users .user-avatar,
.hh-feed-sidebar-users .user-avatar-content{position:relative}

@media(max-width:680px){
  .hh-reaction-options-picker{left:-18px;min-width:320px;gap:8px;padding:12px}
  .hh-reaction-option-button,.hh-reaction-option-button .reaction-option-image{width:36px!important;height:36px!important}
  .hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first,
  .hh-vk-comment-item-fixed{padding:24px 20px!important;gap:16px}
  .hh-vk-comment-main .content-actions{align-items:flex-start;flex-direction:column;gap:10px}
}

/* Phase 38: reale Hotfix-Datei - Reaction-Hover ohne Submit + Kommentar-Grid ohne Avatarversatz */
.hh-vk-post-options-clean .hh-reaction-hover-zone{position:relative;overflow:visible}
.hh-vk-post-options-clean .hh-feed-reaction-action{appearance:none;-webkit-appearance:none}
.hh-vk-post-options-clean .hh-feed-reaction-action[type="button"]{border:0;font:inherit;cursor:pointer}
.hh-reaction-options-picker.reaction-options-dropdown{
  display:flex!important;
  position:absolute!important;
  left:0!important;
  bottom:calc(100% + 14px)!important;
  top:auto!important;
  z-index:50!important;
  min-width:430px;
  height:86px;
  padding:14px 18px!important;
  border-radius:12px;
  background:#2b3146;
  box-shadow:0 0 40px rgba(0,0,0,.28);
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}
.hh-reaction-hover-zone:hover .hh-reaction-options-picker,
.hh-reaction-hover-zone:focus-within .hh-reaction-options-picker{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.hh-reaction-options-picker .hh-reaction-option-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  cursor:pointer;
}
.hh-reaction-options-picker .reaction-option-image{width:50px!important;height:50px!important;display:block!important;transition:transform .16s ease}
.hh-reaction-options-picker .hh-reaction-option-button:hover .reaction-option-image{transform:translateY(-6px) scale(1.08)}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:center!important;
  position:relative!important;
  padding:30px 36px!important;
  border-top:0!important;
  border-bottom:1px solid #161616!important;
}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first>.user-avatar,
.hh-vk-comment-item-fixed>.user-avatar{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0!important;
  grid-column:1!important;
  grid-row:1!important;
  width:44px!important;
  min-width:44px!important;
  align-self:start!important;
}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first>.form{
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  position:relative!important;
}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-row,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-item,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-input{width:100%!important;margin:0!important;min-width:0!important}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first input{width:100%!important}
.hh-vk-comment-item-fixed{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
  position:relative!important;
  padding:30px 36px!important;
  min-height:0!important;
}
.hh-vk-comment-item-fixed .hh-vk-comment-main{
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  position:relative!important;
  padding:0!important;
  margin:0!important;
}
.hh-vk-comment-main .post-comment-text{display:block!important;margin:0!important;padding:0!important;line-height:1.65!important}
.hh-vk-comment-main .post-comment-text-author{position:static!important;display:inline!important;margin-right:8px!important}
.hh-vk-comment-main .content-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-top:18px!important}
.hh-vk-comment-main .content-action{display:flex!important;align-items:center!important;gap:18px!important;margin:0!important}
.hh-vk-comment-main .meta-line{margin:0!important}
.hh-comment-reply-button,.hh-comment-action-disabled,.hh-comment-delete{border:0!important;background:transparent!important;padding:0!important;font:inherit!important;color:rgba(255, 255, 255, 0.3)!important;font-weight:700!important;cursor:pointer!important;width:auto!important}
.hh-comment-action-disabled{cursor:default!important;opacity:.65}
.hh-comment-reply-button:hover,.hh-comment-delete:hover{color:#4ff461!important}
@media(max-width:680px){
  .hh-reaction-options-picker.reaction-options-dropdown{left:-18px!important;min-width:330px;height:66px;padding:10px!important;gap:8px}
  .hh-reaction-options-picker .hh-reaction-option-button,
  .hh-reaction-options-picker .reaction-option-image{width:36px!important;height:36px!important;min-width:36px!important}
  .hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first,
  .hh-vk-comment-item-fixed{grid-template-columns:52px minmax(0,1fr)!important;padding:24px 20px!important;gap:14px!important}
  .hh-vk-comment-main .content-actions{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}
}

/* Phase 39: echte Reaction-Anzeige + 1-Stufen-Tree-Comments */
.hh-current-reaction-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px}
.hh-current-reaction-image{display:block;width:34px;height:34px;object-fit:contain}
.hh-feed-reaction-action.active .post-option-text{color:#fff!important}
.hh-feed-reaction-action.is-loading{opacity:.65;pointer-events:none}
.hh-vk-comment-list-clean .hh-comment-composer-home{display:block;border-bottom:1px solid #161616}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first{border-bottom:0!important}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first.is-nested-reply{margin-top:18px;margin-bottom:8px;padding:18px 0 10px!important;border-top:1px solid #161616!important;border-bottom:0!important}
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first.is-nested-reply .user-avatar{transform:scale(.86)!important;transform-origin:top left!important}
.hh-comment-reply-context{margin:0 0 10px;color:rgba(255, 255, 255, 0.3);font-size:.875rem;font-weight:700}
.hh-comment-reply-slot{display:block;width:100%}
.hh-vk-comment-root>.hh-vk-comment-main>.hh-comment-reply-slot:empty{display:none}
.hh-vk-comment-replies{display:grid;gap:0;margin-top:22px;margin-left:4px;padding-left:34px;border-left:2px solid #161616}
.hh-vk-comment-reply{grid-template-columns:52px minmax(0,1fr)!important;padding:20px 0 18px!important;border-top:1px solid #161616!important;border-bottom:0!important;gap:16px!important}
.hh-vk-comment-reply:first-child{border-top:0!important;padding-top:4px!important}
.hh-vk-comment-reply>.user-avatar{width:38px!important;min-width:38px!important;transform:scale(.88)!important;transform-origin:top left!important}
.hh-vk-comment-reply .post-comment-text{font-size:.95rem!important;line-height:1.55!important}
.hh-vk-comment-reply .content-actions{margin-top:12px!important}
.hh-comment-reply-button.is-active{color:#4ff461!important}
.hh-comment-action-disabled{opacity:.45!important;cursor:not-allowed!important}
.reaction-stats-list [data-hh-reaction-stat] .reaction-stat-title{transition:transform .16s ease}
.reaction-stats-list [data-hh-reaction-stat] .reaction-stat-title:empty::after{content:'0'}
@media(max-width:680px){
  .hh-vk-comment-replies{padding-left:18px;margin-left:0}
  .hh-vk-comment-reply{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important}
  .hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first.is-nested-reply{grid-template-columns:44px minmax(0,1fr)!important}
}

/* Phase 40: Inline-Reply pro Kommentar + echte Kommentar-Reactions */
.hh-vk-inline-reply-form[hidden]{display:none!important}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  margin-top:18px;
  padding:18px 0 8px!important;
  border-top:1px solid #161616!important;
  border-bottom:0!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form>.user-avatar{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  transform:scale(.88)!important;
  transform-origin:top left!important;
  margin:0!important;
  grid-column:1!important;
  width:44px!important;
  min-width:44px!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form>.form{
  grid-column:2!important;
  width:100%!important;
  margin:0!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-row,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-item,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input{width:100%!important;margin:0!important;min-width:0!important}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form input{width:100%!important}
.hh-comment-reaction-button{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  font:inherit!important;
  color:rgba(255, 255, 255, 0.3)!important;
  font-weight:700!important;
  cursor:pointer!important;
  width:auto!important;
}
.hh-comment-reaction-button:hover,
.hh-comment-reaction-button.active{color:#4ff461!important}
.hh-comment-reaction-button.is-loading{opacity:.65;pointer-events:none}
.hh-comment-reaction-count{font-size:.8em;color:inherit;opacity:.85}
.hh-comment-reply-button.is-active{color:#4ff461!important}
@media(max-width:680px){
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important}
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form[hidden]{display:none!important}

/* Phase 41: Kommentar-Reaction-Picker + AJAX-Kommentare ohne Reload */
.hh-comment-reaction-hover-zone{position:relative;overflow:visible!important}
.hh-comment-reaction-options-picker.reaction-options-dropdown{
  display:flex!important;
  position:absolute!important;
  left:-18px!important;
  bottom:calc(100% + 10px)!important;
  top:auto!important;
  z-index:60!important;
  min-width:356px!important;
  height:68px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  background:#2b3146!important;
  box-shadow:0 0 34px rgba(0,0,0,.28)!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
}
.hh-comment-reaction-hover-zone:hover .hh-comment-reaction-options-picker,
.hh-comment-reaction-hover-zone:focus-within .hh-comment-reaction-options-picker{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
.hh-comment-reaction-options-picker .hh-comment-reaction-option-button,
.hh-comment-reaction-options-picker .hh-reaction-option-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  cursor:pointer!important;
}
.hh-comment-reaction-options-picker .reaction-option-image{width:42px!important;height:42px!important;display:block!important;transition:transform .16s ease!important}
.hh-comment-reaction-options-picker .hh-comment-reaction-option-button:hover .reaction-option-image{transform:translateY(-5px) scale(1.08)!important}
.hh-comment-current-reaction-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;margin-right:2px}
.hh-comment-current-reaction-image{display:block;width:18px;height:18px;object-fit:contain}
.hh-comment-reaction-button.active .hh-comment-current-reaction-icon+span{color:#fff!important}
.hh-vk-comment-replies:empty{display:none!important}
[data-hh-comment-form].is-loading{opacity:.68;pointer-events:none}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input input,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .form-input input{min-width:0!important}
@media(max-width:680px){
  .hh-comment-reaction-options-picker.reaction-options-dropdown{left:-12px!important;min-width:300px!important;height:60px!important;gap:6px!important}
  .hh-comment-reaction-options-picker .hh-comment-reaction-option-button,
  .hh-comment-reaction-options-picker .hh-reaction-option-button,
  .hh-comment-reaction-options-picker .reaction-option-image{width:34px!important;height:34px!important;min-width:34px!important}
}


/* Phase 42: AJAX-Kommentare sofort mit Avatar/Autor korrekt darstellen */
.hh-vk-comment-item-fixed .user-avatar,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .user-avatar{
  position:relative!important;
  display:block!important;
  flex:0 0 40px!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
}
.hh-vk-comment-item-fixed .user-avatar-content,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .user-avatar-content{
  position:relative!important;
  width:30px!important;
  height:32px!important;
  overflow:hidden!important;
  z-index:2!important;
}
.hh-vk-comment-item-fixed .hexagon-image-30-32,
.hh-vk-comment-list-clean .post-comment-form.hh-vk-reply-first .hexagon-image-30-32{
  display:block!important;
  width:30px!important;
  height:32px!important;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden!important;
}
.hh-comment-avatar-fallback{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:8px!important;
}
.hh-vk-comment-item-fixed .post-comment-text-author{
  white-space:nowrap;
}

/* Phase 43: Feed Widgets sliderfähig + Comment öffnen ohne Anker-Sprung */
.hh-widget-slider .slider-control{
  border:0!important;
  padding:0!important;
  cursor:pointer!important;
}
.hh-widget-slider .slider-control.is-disabled{
  opacity:.35;
  cursor:default!important;
  pointer-events:none;
}
.hh-widget-slider-viewport{
  overflow:hidden;
}
.hh-widget-slider-track{
  display:flex;
  width:100%;
  transition:transform .24s ease;
  will-change:transform;
}
.hh-widget-slide{
  flex:0 0 100%;
  width:100%;
  min-width:100%;
}
.hh-comment-open-button{
  border:0!important;
  background:transparent!important;
  padding:0!important;
  width:auto!important;
  font:inherit!important;
  cursor:pointer!important;
  color:inherit!important;
}
.hh-comment-open-button:hover,
.hh-post-comment-button:hover .post-option-text{
  color:#4ff461!important;
}
.hh-post-comment-button{
  border:0!important;
  font:inherit!important;
  cursor:pointer!important;
}
.hh-vk-comment-list-clean.is-collapsed:not(.is-open):not(:target){display:none}
.hh-vk-comment-list-clean.is-open{display:block}

/* Phase 44: Sidebar näher an Vikinger navigation-widget.html */
.hh-vikinger-sidebar-small.navigation-widget{width:80px;background:#232323;box-shadow:0 0 40px rgba(0,0,0,.16);padding-top:32px;overflow:visible}
.hh-vikinger-sidebar-small .hh-sidebar-template-avatar{display:block;margin:0 auto 34px}
.hh-vikinger-sidebar-small .menu{margin-top:0}
.hh-vikinger-sidebar-small .menu.small .menu-item{width:80px;height:80px;margin:0;display:flex;align-items:center;justify-content:center}
.hh-vikinger-sidebar-small .menu-item-link{width:64px;height:64px;border-radius:22px;display:flex;align-items:center;justify-content:center;position:relative;transition:background .18s ease,box-shadow .18s ease}
.hh-vikinger-sidebar-small .menu-item-link-icon{width:24px;height:24px;fill:rgba(255, 255, 255, 0.3);transition:fill .18s ease}
.hh-vikinger-sidebar-small .menu-item.active .menu-item-link,.hh-vikinger-sidebar-small .menu-item-link:hover{background:rgba(127,27,29,0.85);box-shadow:0 0 0px rgb(103 26 27)}
.hh-vikinger-sidebar-small .menu-item.active .menu-item-link-icon,.hh-vikinger-sidebar-small .menu-item-link:hover .menu-item-link-icon{fill:#fff}
.hh-vikinger-sidebar-small .hh-sidebar-count{top:8px;right:8px;background:#23d2e2;color:#fff}

.hh-vikinger-sidebar-full.navigation-widget{width:300px;background:#232323;color:#fff;box-shadow:20px 0 60px rgba(0,0,0,.26);overflow-x:hidden}
.hh-vikinger-sidebar-full .navigation-widget-cover{height:76px;margin:0;background:#20263a;overflow:hidden}
.hh-vikinger-sidebar-full .navigation-widget-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-vikinger-sidebar-full .hh-sidebar-user-card{padding-top:56px;text-align:center}
.hh-vikinger-sidebar-full .user-short-description-avatar{margin:-108px auto 0}
.hh-vikinger-sidebar-full .user-short-description-title{margin-top:20px;text-align:center}
.hh-vikinger-sidebar-full .user-short-description-title a{color:#fff;text-decoration:none;font-size:1.25rem;font-weight:900}
.hh-vikinger-sidebar-full .user-short-description-text{margin-top:8px;text-align:center}
.hh-vikinger-sidebar-full .user-short-description-text a{color:rgba(255, 255, 255, 0.3);text-decoration:none;font-size:.82rem;font-weight:800;text-transform:uppercase}
.hh-sidebar-badge-list{display:flex;align-items:center;justify-content:center;gap:8px;margin:28px auto 0;min-height:44px}
.hh-sidebar-badge-list .badge-item{position:relative;width:34px;height:38px;display:flex;align-items:center;justify-content:center;text-decoration:none}
.hh-sidebar-badge-list .badge-item img{display:block;max-width:100%;height:auto}
.hh-sidebar-badge-list .badge-item-text{position:absolute;top:10px;left:0;right:0;margin:0;color:#fff;font-size:.75rem;font-weight:900;text-align:center}
.hh-sidebar-user-stats{display:flex;align-items:center;justify-content:center;margin:34px 32px 0;border:0}
.hh-sidebar-user-stats .user-stat{position:relative;min-width:0;width:33.333%;text-align:center}
.hh-sidebar-user-stats .user-stat:not(:last-child)::after{content:"";position:absolute;right:0;top:10px;width:1px;height:24px;background:#2f3448}
.hh-sidebar-user-stats .user-stat-title{margin:0;color:#fff;font-size:1.05rem;font-weight:900}
.hh-sidebar-user-stats .user-stat-text{margin:8px 0 0;color:rgba(255, 255, 255, 0.3);font-size:.72rem;font-weight:900;text-transform:uppercase}
.hh-vikinger-sidebar-full .menu{margin-top:34px;padding:0 16px 34px}
.hh-vikinger-sidebar-full .menu-item{margin-bottom:12px}
.hh-vikinger-sidebar-full .menu-item-link{height:64px;border-radius:18px;display:flex;align-items:center;gap:22px;padding:0 22px;color:#fff;text-decoration:none;font-size:1rem;font-weight:900;position:relative;transition:background .18s ease,box-shadow .18s ease,color .18s ease}
.hh-vikinger-sidebar-full .menu-item-link-icon{width:24px;height:24px;fill:rgba(255, 255, 255, 0.3);transition:fill .18s ease}
.hh-vikinger-sidebar-full .menu-item.active .menu-item-link,.hh-vikinger-sidebar-full .menu-item-link:hover{background:rgba(127,27,29,0.85);color:#fff;box-shadow:0 0 26px rgba(64,208,79,.42)}
.hh-vikinger-sidebar-full .menu-item.active .menu-item-link-icon,.hh-vikinger-sidebar-full .menu-item-link:hover .menu-item-link-icon{fill:#fff}
.hh-vikinger-sidebar-full .hh-sidebar-count-inline{top:50%;right:18px;transform:translateY(-50%);background:#23d2e2;color:#fff}

.hh-vikinger-mobile-sidebar{background:#232323;color:#fff}
.hh-vikinger-mobile-sidebar .navigation-widget-info-wrap{background:#232323}
.hh-vikinger-mobile-sidebar .navigation-widget-section-title{color:rgba(255, 255, 255, 0.3)}
.hh-vikinger-mobile-sidebar .menu-item-link{color:#fff;text-decoration:none}
.hh-vikinger-mobile-sidebar .menu-item.active .menu-item-link{color:#fff;background:rgba(127,27,29,0.85);box-shadow:0 0 22px rgba(64,208,79,.38)}
.hh-vikinger-mobile-sidebar .menu-item.active .menu-item-link-icon{fill:#fff}
@media(max-width:960px){.hh-vikinger-sidebar-small.navigation-widget,.hh-vikinger-sidebar-full.navigation-widget{display:none}.hh-vikinger-mobile-sidebar{width:min(86vw,320px)}}

/* Phase 45: ausgeklappte Sidebar wieder näher an Vikinger-Template ausrichten.
   Eingeklappte Sidebar bleibt unverändert. */
.hh-vikinger-sidebar-full.navigation-widget{
  width:300px;
  padding-bottom:40px;
  background-color:#232323;
  overflow-x:hidden;
}
.hh-vikinger-sidebar-full .navigation-widget-cover,
.hh-vikinger-sidebar-full .hh-navigation-cover{
  width:100%;
  height:76px!important;
  min-height:76px!important;
  max-height:76px!important;
  margin:0!important;
  background-color:#20263a;
  overflow:hidden;
}
.hh-vikinger-sidebar-full .navigation-widget-cover img,
.hh-vikinger-sidebar-full .hh-navigation-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hh-vikinger-sidebar-full .user-short-description,
.hh-vikinger-sidebar-full .hh-sidebar-user-card{
  padding-top:84px!important;
  position:relative;
  text-align:center;
}
.hh-vikinger-sidebar-full .user-short-description-avatar{
  position:absolute!important;
  top:-54px!important;
  left:50%!important;
  margin-top:0!important;
  margin-left:-60px!important;
  z-index:2;
}
.hh-vikinger-sidebar-full .user-short-description-title{
  margin-top:0!important;
  text-align:center;
  font-size:1.125rem;
  font-weight:700;
}
.hh-vikinger-sidebar-full .user-short-description-title a{
  color:#fff;
  font-size:inherit;
  font-weight:700;
  text-decoration:none;
}
.hh-vikinger-sidebar-full .user-short-description-text{
  margin-top:10px!important;
  text-align:center;
  color:rgba(255, 255, 255, 0.3);
  font-size:.6875rem;
  font-weight:700;
  text-transform:uppercase;
}
.hh-vikinger-sidebar-full .user-short-description-text a{
  color:rgba(255, 255, 255, 0.3);
  font-size:inherit;
  font-weight:700;
  text-decoration:none;
}
.hh-vikinger-sidebar-full .badge-list,
.hh-vikinger-sidebar-full .hh-sidebar-badge-list{
  margin-top:36px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.hh-vikinger-sidebar-full .user-stats,
.hh-vikinger-sidebar-full .hh-sidebar-user-stats{
  margin:44px 0 0!important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hh-vikinger-sidebar-full .hh-sidebar-user-stats .user-stat,
.hh-vikinger-sidebar-full .user-stats .user-stat{
  width:33.333%;
  text-align:center;
  position:relative;
}
.hh-vikinger-sidebar-full .hh-sidebar-user-stats .user-stat:not(:last-child)::after,
.hh-vikinger-sidebar-full .user-stats .user-stat:not(:last-child)::after{
  content:"";
  width:1px;
  height:20px;
  background-color:#161616;
  position:absolute;
  top:14px;
  right:0;
}
.hh-vikinger-sidebar-full .menu,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu{
  margin-top:60px!important;
  padding:0 0 40px!important;
}
.hh-vikinger-sidebar-full .menu .menu-item,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu .menu-item{
  padding:0 16px!important;
  margin-bottom:10px!important;
}
.hh-vikinger-sidebar-full .menu .menu-item .menu-item-link,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu .menu-item .menu-item-link{
  height:48px!important;
  min-height:48px!important;
  padding:0 0 0 62px!important;
  border-radius:12px!important;
  display:block!important;
  line-height:48px!important;
  font-size:.875rem!important;
  font-weight:700!important;
  color:rgba(255, 255, 255, 0.3);
  box-shadow:none;
}
.hh-vikinger-sidebar-full .menu .menu-item .menu-item-link-icon,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu .menu-item .menu-item-link-icon{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  width:20px!important;
  height:20px!important;
  fill:#88898d;
}
.hh-vikinger-sidebar-full .menu .menu-item.active .menu-item-link,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu .menu-item.active .menu-item-link{
  color:#fff!important;
  background-color:rgba(127,27,29,0.85)!important;
  box-shadow:4px 7px 12px rgb(113 28 30 / 34%)!important;
}
.hh-vikinger-sidebar-full .menu .menu-item.active .menu-item-link-icon,
.hh-vikinger-sidebar-full .hh-sidebar-main-menu .menu-item.active .menu-item-link-icon{
  fill:#fff!important;
}

/* Phase 46: Profil-Friend-Actions */
.hh-profile-friend-actions{gap:12px;flex-wrap:wrap}
.hh-profile-friend-actions form{margin:0;display:flex}
.hh-profile-friend-actions .profile-header-info-action{min-width:150px;border:0;cursor:pointer;text-align:center;text-decoration:none}
.hh-profile-friend-actions .profile-header-info-action[disabled]{opacity:.72;cursor:default}
.hh-profile-friend-actions .button.white{background:#fff;color:#919191}
@media(max-width:680px){.hh-profile-friend-actions form,.hh-profile-friend-actions .profile-header-info-action{width:100%}}

/* Phase 47: Members-Seite näher an Vikinger members.html + Friend-Status */
.hh-members-section-banner{margin-bottom:40px}
.hh-members-filterbar{margin-bottom:28px}
.hh-members-vikinger-filter{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0}
.hh-members-search-input{width:280px;max-width:100%}
.hh-members-filter-select{width:180px;max-width:100%}
.hh-members-lfg-toggle{display:flex;align-items:center;gap:8px;margin:0;color:#adafca;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}
.hh-members-lfg-toggle input{accent-color:#23d2e2}
.hh-member-relation-tabs a{text-decoration:none}
.hh-members-vikinger-grid{margin-top:0}
.hh-member-user-preview .user-preview-info{min-height:520px}
.hh-member-badge-list{justify-content:center;min-height:40px;margin-top:28px}
.hh-member-badge-fallback{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#615dfa;color:#fff;font-size:1rem;font-weight:900}
.hh-member-about-slide{padding:0 28px;min-height:76px}
.hh-member-mini-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}
.hh-member-mini-tags span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#293249;color:#adafca;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hh-member-mini-tags span.is-active{background:#1f4d3a;color:#31d85f}
.hh-member-social-wrap{min-height:48px}
.hh-member-social-links{justify-content:center}
.hh-member-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;padding:0 28px 28px}
.hh-member-actions form{display:block;margin:0;width:100%}
.hh-member-actions .button{width:100%;border:0;font:inherit;cursor:pointer;text-align:center;text-decoration:none}
.hh-members-pager{margin-top:36px}
@media(max-width:1365px){.hh-members-vikinger-filter{width:100%}.hh-member-relation-tabs{width:100%;justify-content:flex-start;overflow-x:auto}.hh-members-filterbar{align-items:flex-start;flex-direction:column}.hh-members-filterbar .section-filters-bar-actions{width:100%;justify-content:space-between}}
@media(max-width:760px){.hh-members-vikinger-filter{display:grid;grid-template-columns:1fr}.hh-members-search-input,.hh-members-filter-select{width:100%}.hh-member-actions{grid-template-columns:1fr}.hh-member-user-preview .user-preview-info{min-height:auto}.hh-member-about-slide{padding:0 18px}}

/* Phase 48: Profil-Toast + kompakte Friend-Actions im Profilheader */
.hh-toast-stack{
  position:fixed;
  top:92px;
  right:28px;
  z-index:9995;
  width:min(420px,calc(100vw - 32px));
  pointer-events:none;
}
.hh-toast{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:64px;
  padding:18px 22px;
  border-radius:16px;
  background:#232323;
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  line-height:1.35;
  box-shadow:0 12px 34px rgba(15,19,32,.28);
  animation:hh-toast-in .24s ease-out both,hh-toast-out .32s ease-in 5.4s forwards;
}
.hh-toast-success{border-left:5px solid rgba(127,27,29,0.85)}
.hh-toast-icon{width:18px;height:18px;fill:rgba(127,27,29,0.85);flex:0 0 auto}
@keyframes hh-toast-in{from{opacity:0;transform:translateY(-12px) translateX(12px)}to{opacity:1;transform:none}}
@keyframes hh-toast-out{to{opacity:0;transform:translateY(-10px) translateX(14px)}}
.hh-profile-vikinger .profile-header-info{position:relative}
.hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
  position:absolute;
  top:32px;
  right:28px;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  max-width:390px;
  margin:0;
}
.hh-profile-friend-actions form{display:flex;margin:0;width:auto}
.hh-profile-action-cluster{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.hh-profile-friend-actions .profile-header-info-action{
  width:auto;
  min-width:0;
  height:52px;
  border:0;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
}
.hh-profile-friend-actions .hh-profile-action-main{min-width:148px;padding:0 24px}
.hh-profile-friend-actions .hh-profile-message-action{min-width:148px;padding:0 24px}
.hh-profile-friend-actions .hh-profile-action-state{display:flex;align-items:center;justify-content:center;gap:8px}
.hh-profile-friend-actions .hh-profile-action-icon-button{
  width:52px!important;
  min-width:52px!important;
  padding:0!important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hh-profile-action-icon{width:14px;height:14px;fill:currentColor;flex:0 0 auto}
.hh-profile-friend-actions .button.white .hh-profile-action-icon{fill:#919191}
@media(max-width:1365px){
  .hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
    right:20px;
    max-width:330px;
    gap:10px;
  }
  .hh-profile-friend-actions .hh-profile-action-main,
  .hh-profile-friend-actions .hh-profile-message-action{min-width:132px;padding:0 18px}
}
@media(max-width:960px){
  .hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
    position:static;
    justify-content:center;
    max-width:none;
    width:100%;
    margin:24px auto 0;
    padding:0 18px;
  }
}
@media(max-width:680px){
  .hh-toast-stack{top:80px;left:16px;right:16px;width:auto}
  .hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{flex-direction:column;align-items:stretch}
  .hh-profile-action-cluster{justify-content:center;width:100%}
  .hh-profile-friend-actions form,.hh-profile-friend-actions .hh-profile-message-action{width:100%}
  .hh-profile-friend-actions .hh-profile-action-main,.hh-profile-friend-actions .hh-profile-message-action{width:100%;min-width:0}
}

/* Phase 49: Profil-Friend-Actions vertikal an Vikinger-Header ausrichten */
.hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
  top:-40px;
  right:32px;
}
.hh-profile-friend-actions .profile-header-info-action{
  height:52px;
}
@media(max-width:1365px){
  .hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
    top:-38px;
    right:28px;
  }
}
@media(max-width:960px){
  .hh-profile-vikinger .profile-header-info .hh-profile-friend-actions{
    top:auto;
    right:auto;
  }
}

/* Phase 50: Header dropdowns for friend requests, messages and notifications */
.hh-header-dropdown-actions{position:relative;gap:6px}
.hh-header-dropdown-actions .action-list-item-wrap{position:relative;display:flex;align-items:center;justify-content:center}
.hh-header-dropdown-trigger{border:0;background:transparent;cursor:pointer;position:relative}
.hh-header-dropdown-trigger.is-open .action-list-item-icon,
.hh-header-dropdown-trigger:hover .action-list-item-icon{fill:#fff!important;opacity:1}
.hh-header-dropdown-box{display:none;position:absolute;top:62px;right:-18px;width:520px;max-width:calc(100vw - 32px);border-radius:12px;background:#232323;box-shadow:0 10px 36px rgba(15,19,32,.38);overflow:hidden;z-index:9992}
.hh-header-dropdown-box.is-open{display:block}
.hh-header-dropdown-box::before{content:"";position:absolute;top:-8px;right:34px;width:16px;height:16px;background:#232323;transform:rotate(45deg)}
.hh-header-dropdown-friends{width:470px}
.hh-header-dropdown-messages{width:470px}
.hh-header-dropdown-lfg-messages{width:500px}
.hh-action-mini-label{position:absolute;right:2px;bottom:1px;min-width:24px;height:13px;border-radius:7px;background:rgba(127,27,29,.92);color:#fff;font-size:.52rem;font-weight:900;line-height:13px;text-align:center;letter-spacing:.03em;pointer-events:none}
.hh-header-lfg-status .user-status-title{padding-right:62px}
.hh-header-lfg-tag{display:inline-flex;align-items:center;height:18px;margin-left:6px;padding:0 7px;border-radius:999px;background:rgba(79,244,97,.13);color:#4ff461;font-size:.62rem;font-weight:900;text-transform:uppercase;vertical-align:1px}
.hh-header-dropdown-box .dropdown-box-header{position:relative;z-index:1;height:92px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:#232323}
.hh-header-dropdown-box .dropdown-box-header-title{font-size:1.35rem;font-weight:900;color:#fff;margin:0}
.hh-header-dropdown-box .dropdown-box-header-actions{display:flex;align-items:center;gap:22px}
.hh-header-dropdown-box .dropdown-box-header-action,.hh-header-link-button{display:inline-flex;width:auto;border:0;background:transparent;padding:0;color:#8f99b5;font-size:.875rem;font-weight:900;line-height:1;cursor:pointer;text-decoration:none;white-space:nowrap}
.hh-header-dropdown-box .dropdown-box-header-action:hover,.hh-header-link-button:hover{color:#fff;text-decoration:none}
.hh-header-dropdown-list{max-height:420px;overflow-y:auto;background:#232323}
.hh-header-dropdown-box .dropdown-box-list-item{display:block;min-height:96px;padding:0;border-top:1px solid #293249;background:#232323;color:inherit;text-decoration:none}
.hh-header-dropdown-box .dropdown-box-list-item:nth-child(odd){background:#232323}
.hh-header-dropdown-box .dropdown-box-list-item:hover{text-decoration:none;background:#252d42}
.hh-header-dropdown-empty{padding:34px 28px!important;min-height:0!important;color:rgba(255, 255, 255, 0.3);font-size:.95rem;font-weight:700;text-align:center}
.hh-header-dropdown-box .user-status{min-height:96px;padding:22px 84px 18px 96px;position:relative;text-align:left}
.hh-header-dropdown-box .user-status-avatar{position:absolute;top:24px;left:28px}
.hh-header-dropdown-box .user-avatar.small{width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:relative}
.hh-dropdown-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}
.hh-header-dropdown-box .user-avatar-badge{position:absolute;right:-7px;bottom:-5px;width:22px;height:22px;border-radius:50%;background:#615dfa;display:flex;align-items:center;justify-content:center}
.hh-header-dropdown-box .user-avatar-badge-text{margin:0;color:#fff;font-size:.7rem;font-weight:900;line-height:1}
.hh-header-dropdown-box .user-status-title{display:block;margin:0;color:#fff;font-size:1rem;font-weight:700;line-height:1.35}
.hh-header-dropdown-box .user-status-title .bold,.hh-header-dropdown-box .user-status-title a{font-weight:900;color:#fff;text-decoration:none}
.hh-header-dropdown-box .user-status-text,.hh-header-dropdown-box .user-status-timestamp{display:block;margin-top:7px;color:rgba(255, 255, 255, 0.3);font-size:.86rem;font-weight:600;line-height:1.25}
.hh-header-dropdown-box .user-status-icon{position:absolute;top:34px;right:30px;width:24px;height:24px;opacity:.55}
.hh-header-dropdown-box .user-status-icon svg{width:24px;height:24px;fill:#8f99b5}
.hh-header-dropdown-box .dropdown-box-button{display:flex;align-items:center;justify-content:center;height:72px;background:#161616;color:#fff;font-size:1rem;font-weight:900;text-decoration:none}
.hh-header-dropdown-box .dropdown-box-button:hover{text-decoration:none;background:#6842e7}
.hh-header-request-status{padding-right:154px!important}
.hh-header-request-status .action-request-list{position:absolute;top:28px;right:24px;display:flex;align-items:center;gap:12px}
.hh-header-request-status .action-request-list form{width:auto;margin:0}
.hh-header-request-status .action-request{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid #3f485f;border-radius:12px;background:#232323;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}
.hh-header-request-status .action-request.accept:hover{background:rgba(127,27,29,0.85);border-color:rgba(127,27,29,0.85)}
.hh-header-request-status .action-request.decline:hover{background:#ff4f60;border-color:#ff4f60}
.hh-header-request-status .action-request-icon{width:20px;height:20px;fill:#8f99b5}
.hh-header-request-status .action-request:hover .action-request-icon{fill:#fff}
.hh-header-message-item.is-unread .user-status-title::after{content:"";display:inline-block;width:8px;height:8px;margin-left:8px;border-radius:50%;background:rgba(127,27,29,0.85);vertical-align:middle}
.hh-header-dropdown-pill{position:absolute;top:34px;right:30px;min-width:24px;height:24px;border-radius:999px;background:rgba(127,27,29,0.85);color:#fff;font-size:.75rem;font-weight:900;display:flex;align-items:center;justify-content:center;padding:0 7px}
.hh-header-notification-form{margin:0}
.hh-header-notification-status{width:100%;border:0;background:transparent;cursor:pointer;font-family:Rajdhani,sans-serif;text-align:left;color:inherit}
.hh-header-notification-form.is-unread .hh-header-notification-status::after{content:"";position:absolute;top:26px;right:18px;width:7px;height:7px;border-radius:50%;background:rgba(127,27,29,0.85)}
.hh-header-ajax-form.is-loading,.hh-header-dropdown-box form.is-loading{opacity:.7;pointer-events:none}
@media(max-width:1180px){.hh-header-dropdown-box{right:-70px}.hh-header-dropdown-box::before{right:86px}}
@media(max-width:960px){.hh-header-dropdown-box{display:none!important}}

/* Phase 58b: rechte Chat-Leiste näher am Vikinger-Original */
.hh-chat-dock{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  z-index:85;
  pointer-events:none;
  font-family:Rajdhani,Inter,Arial,sans-serif;
}
.hh-chat-widget{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:300px;
  height:100%;
  padding-top:80px;
  background:#232323;
  color:#fff;
  box-shadow:0 0 40px 0 rgba(0,0,0,.06);
  pointer-events:auto;
  transition:transform .4s ease-in-out;
}
.hh-chat-list-panel{z-index:1;transform:translateX(220px)}
.hh-chat-list-panel.is-open{transform:translateX(0)}
.hh-chat-list-panel.is-hidden{transform:translateX(100%)}
.hh-chat-conversation-panel{z-index:2;transform:translateX(100%);padding-bottom:160px}
.hh-chat-conversation-panel.is-active{transform:translateX(0)}
.hh-chat-widget-messages{position:absolute;top:80px;left:0;right:0;bottom:160px;overflow-y:auto;scrollbar-width:thin}
.hh-chat-widget-message{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 42px;align-items:center;column-gap:13px;width:100%;min-height:78px;border:0;background:transparent;color:#fff;padding:14px 20px;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .25s ease,padding .4s ease-in-out}
.hh-chat-list-panel:not(.is-open) .hh-chat-widget-message{padding:11px 20px;grid-template-columns:54px 1fr 42px}
.hh-chat-list-panel:not(.is-open) .hh-chat-widget-message:first-child{padding-top:20px}
.hh-chat-list-panel.is-open .hh-chat-widget-message:hover{background:#293249}
.hh-chat-avatar-hex{display:flex;align-items:center;justify-content:center;width:50px;height:56px;flex:0 0 auto}.hh-chat-avatar-hex .user-avatar.small{display:block}.hh-chat-avatar-hex .user-avatar.small .user-avatar-badge-text{font-weight:900}.hh-chat-avatar-hex .hexagon-image-30-32,.hh-chat-speaker-avatar .hexagon-image-24-26{background-position:center;background-repeat:no-repeat;background-size:cover}.hh-chat-empty-link .hh-chat-avatar-hex .user-avatar.small{opacity:.92}
.hh-chat-message-meta,.hh-chat-message-time{opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}
.hh-chat-list-panel.is-open .hh-chat-message-meta,.hh-chat-list-panel.is-open .hh-chat-message-time{opacity:1;visibility:visible}
.hh-chat-message-meta{min-width:0}.hh-chat-message-meta strong,.hh-chat-message-meta span,.hh-chat-message-time span{display:block}
.hh-chat-message-meta strong{color:#fff;font-size:1rem;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hh-chat-message-meta span{margin-top:6px;color:rgba(255, 255, 255, 0.3);font-size:.8rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hh-chat-message-time{align-self:start;padding-top:4px;color:rgba(255, 255, 255, 0.3);font-size:.78rem;font-weight:800;text-align:right}
.hh-chat-message-time em{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-top:7px;border-radius:999px;background:#161616;color:#fff;font-style:normal;font-size:.72rem;font-weight:900;padding:0 7px}
.hh-chat-widget-form{position:absolute;left:0;right:0;bottom:80px;z-index:3;margin:0;padding:22px 28px;background:#232323;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 40px 0 rgba(0,0,0,.1);transition:opacity .4s ease-in-out,visibility .4s ease-in-out}
.hh-chat-list-panel:not(.is-open) .hh-chat-widget-form{opacity:0;visibility:hidden}
.hh-chat-interactive-input{position:relative;width:100%}
.hh-chat-interactive-input input{width:100%;height:52px;border:1px solid #3f485f;border-radius:12px;background:#232323;color:#fff;outline:0;padding:0 50px 0 18px;font:inherit;font-size:.95rem;font-weight:700}
.hh-chat-interactive-input input::placeholder{color:rgba(255, 255, 255, 0.3)}
.hh-chat-interactive-input>svg,.hh-chat-interactive-input button{position:absolute;top:0;right:0;width:52px;height:52px}
.hh-chat-interactive-input>svg{top:14px;right:16px;width:24px;height:24px;fill:rgba(255, 255, 255, 0.3)}
.hh-chat-interactive-input button{border:0;background:transparent;color:#88898d;display:flex;align-items:center;justify-content:center;cursor:pointer}
.hh-chat-interactive-input button svg{width:24px;height:24px;fill:currentColor}.hh-chat-interactive-input button:hover{color:#fff}
.hh-chat-widget-button{position:absolute;left:0;right:0;bottom:0;z-index:4;display:flex;align-items:center;width:100%;height:80px;border:0;background:rgba(127,27,29,0.85);color:#fff;padding-left:28px;cursor:pointer;font:inherit}
.hh-chat-widget-button-icon{display:flex;align-items:center;justify-content:center;width:20px;margin-right:30px}.hh-chat-widget-button-icon .burger-icon{width:20px;height:14px}.hh-chat-widget-button-icon .burger-icon .burger-icon-bar{background:#fff;transition:width .4s ease-in-out}.hh-chat-list-panel.is-open .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(1),.hh-chat-conversation-panel.is-active .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(1){width:100%}.hh-chat-list-panel.is-open .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2),.hh-chat-conversation-panel.is-active .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2){width:14px}.hh-chat-list-panel.is-open .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3),.hh-chat-conversation-panel.is-active .hh-chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3){width:10px}
.hh-chat-widget-button-text{color:#fff;font-size:1rem;font-weight:900;white-space:nowrap}.hh-chat-list-panel:not(.is-open) .hh-chat-widget-button-text{display:none}
.hh-chat-widget-header{position:relative;display:flex;align-items:center;min-height:96px;padding:20px 28px;border-bottom:1px solid #161616}
.hh-chat-header-user{display:flex;align-items:center;min-width:0;gap:16px}.hh-chat-header-user .hh-chat-avatar-hex{width:50px;height:56px}.hh-chat-header-user-meta{min-width:0}
.hh-chat-header-user-meta strong{display:block;color:#fff;font-size:1.05rem;font-weight:900;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hh-chat-header-user-meta em{display:inline-flex;align-items:center;height:28px;margin-top:9px;border-radius:999px;background:rgba(127,27,29,0.85);color:#fff;font-size:.78rem;font-style:normal;font-weight:900;line-height:1;padding:0 14px;text-transform:uppercase}
.hh-chat-back{position:absolute;top:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;width:70px;height:50px;border:0;background:transparent;color:#88898d;cursor:pointer}
.hh-chat-back svg{width:24px;height:24px;fill:currentColor}.hh-chat-back:hover{color:#fff}
.hh-chat-widget-conversation{position:absolute;top:176px;left:0;right:0;bottom:160px;padding:35px 28px;background:#232323;overflow-y:auto;scrollbar-width:thin}
.hh-chat-speaker{display:flex;flex-flow:column;position:relative}.hh-chat-speaker+.hh-chat-speaker{margin-top:16px}.hh-chat-speaker.left{padding:0 26px 0 36px}.hh-chat-speaker.right{padding-left:64px;align-items:flex-end}
.hh-chat-speaker-avatar{position:absolute;top:0;left:0;width:30px;height:32px}.hh-chat-speaker-avatar .user-avatar.tiny{display:block;width:30px;height:32px}
.hh-chat-speaker-message{display:inline-block;margin:0;padding:12px;border-radius:10px;background:#293249;color:#fff;font-size:.875rem;font-weight:700;line-height:1.15;word-break:break-word}
.hh-chat-speaker.left .hh-chat-speaker-message{border-top-left-radius:0}.hh-chat-speaker.right .hh-chat-speaker-message{border-top-right-radius:0;background:#161616;color:#fff}.hh-chat-speaker-message+.hh-chat-speaker-message{margin-top:8px}
.hh-chat-speaker-timestamp{margin:12px 0 0;color:#adafca;font-size:.75rem;font-weight:600}.hh-chat-speaker.right .hh-chat-speaker-timestamp{align-self:flex-end}
.hh-chat-compose.is-loading{opacity:.72;pointer-events:none}
@media(max-width:960px){.hh-chat-dock{display:none}}

.hh-chat-widget-button{padding-left:28px}.hh-chat-widget-button-text{font-weight:700}.hh-chat-widget-message .hh-chat-avatar-hex{align-self:start;margin-top:2px}.hh-chat-back{top:10px;right:10px}.hh-chat-message-meta strong{font-weight:700}.hh-chat-speaker.left .hh-chat-speaker-message{border-top-left-radius:12px}.hh-chat-speaker.right .hh-chat-speaker-message{border-top-right-radius:12px}.hh-chat-widget-form{border-top-left-radius:18px;border-top-right-radius:18px}.hh-chat-interactive-input input{border-radius:18px}.hh-chat-widget-button{padding-left:32px}.hh-chat-widget-button-icon{margin-right:28px}


/* Phase 59: rechter Header im Vikinger-Stil + Account-Dropdown */
.hh-header-settings-actions{
  flex:0 0 80px;
  height:80px;
  padding-right:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hh-header-settings-wrap{
  position:relative;
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hh-header-settings-trigger{
  width:80px;
  height:80px;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
}
.hh-header-settings-trigger .action-item-icon{
  width:27px;
  height:27px;
  fill:#fff;
  transition:fill .2s ease-in-out,opacity .2s ease-in-out;
}
.hh-header-settings-trigger:hover .action-item-icon,
.hh-header-settings-trigger.is-open .action-item-icon{
  fill:#fff;
  opacity:1;
}
.hh-header-settings-dropdown{
  display:none;
  position:absolute;
  top:72px;
  right:20px;
  z-index:10020;
  width:260px;
  padding:24px 28px 20px;
  border-radius:10px;
  background:#232323;
  color:#fff;
  box-shadow:3px 5px 40px rgba(0,0,0,.18);
}
.hh-header-settings-dropdown.is-open{
  display:block;
}
.hh-header-settings-dropdown .dropdown-navigation-header{
  margin-bottom:26px;
}
.hh-header-settings-dropdown .user-status{
  position:relative;
  min-height:54px;
  padding-left:66px;
}
.hh-header-settings-dropdown .user-status-avatar{
  position:absolute;
  top:0;
  left:0;
  width:48px;
  height:52px;
}
.hh-header-settings-dropdown .user-avatar.small,
.hh-header-settings-dropdown .user-avatar-content,
.hh-header-settings-dropdown .hexagon-image-30-32{
  display:block;
}
.hh-header-settings-dropdown .hexagon-image-30-32{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.hh-header-settings-dropdown .user-status-title{
  display:block;
  margin:4px 0 0;
  color:#fff;
  font-size:.95rem;
  font-weight:700;
  line-height:1;
}
.hh-header-settings-dropdown .user-status-title .bold{
  color:#fff;
  font-weight:900;
}
.hh-header-settings-dropdown .user-status-text{
  display:block;
  margin:8px 0 0;
  color:rgba(255, 255, 255, 0.3);
  font-size:.78rem;
  font-weight:700;
  line-height:1;
}
.hh-header-settings-dropdown .user-status-text a{
  color:rgba(255, 255, 255, 0.3);
  text-decoration:none;
}
.hh-header-settings-dropdown .dropdown-navigation-category{
  position:relative;
  margin:20px 0 10px;
  color:rgba(255, 255, 255, 0.3);
  font-size:.75rem;
  font-weight:700;
  text-transform:uppercase;
}
.hh-header-settings-dropdown .dropdown-navigation-category:first-of-type{
  margin-top:0;
}
.hh-header-settings-dropdown .dropdown-navigation-category::after{
  content:"";
  position:absolute;
  top:1px;
  right:-28px;
  width:4px;
  height:24px;
  border-radius:999px;
  background:rgba(127,27,29,0.85);
}
.hh-header-settings-dropdown .dropdown-navigation-link{
  display:block;
  padding:8px 0;
  color:#fff;
  font-size:.875rem;
  font-weight:700;
  text-decoration:none;
  transition:padding .2s ease-in-out,color .2s ease-in-out;
}
.hh-header-settings-dropdown .dropdown-navigation-link:hover{
  padding-left:4px;
  color:#4ff461;
  text-decoration:none;
}
.hh-settings-language-row{
  display:flex;
  gap:8px;
  margin:8px 0 0;
}
.hh-settings-language-row a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:32px;
  border-radius:999px;
  background:#3f2fb3;
  color:#fff;
  font-size:.75rem;
  font-weight:900;
  text-decoration:none;
}
.hh-settings-language-row a.is-active,
.hh-settings-language-row a:hover{
  background:#23d2e2;
  color:#fff;
  text-decoration:none;
}
.hh-settings-logout-form{
  margin:22px 0 0;
}
.hh-settings-logout-form .dropdown-navigation-button{
  width:100%;
  height:48px;
  border:0;
  border-radius:10px;
  background:#161616;
  color:#fff;
  font-family:Rajdhani,Inter,Arial,sans-serif;
  font-size:.875rem;
  font-weight:900;
  cursor:pointer;
}
.hh-settings-logout-form .dropdown-navigation-button:hover{
  background:#292929;
}

@media(max-width:1180px){
  .hh-header-settings-dropdown{
    right:8px;
  }
}
@media(max-width:960px){
  .hh-header-settings-actions{
    flex-basis:64px;
    height:64px;
  }
  .hh-header-settings-wrap,
  .hh-header-settings-trigger{
    width:64px;
    height:64px;
  }
  .hh-header-settings-dropdown{
    display:none!important;
  }
}

/* Phase 59b: remove ugly browser focus borders from icon/header/navigation click targets. Keep form-field focus styling untouched. */
.header a:focus,
.header a:focus-visible,
.header button:focus,
.header button:focus-visible,
.header-brand:focus,
.header-brand:focus-visible,
.header-menu-trigger:focus,
.header-menu-trigger:focus-visible,
.menu-main-item-link:focus,
.menu-main-item-link:focus-visible,
.action-list-item:focus,
.action-list-item:focus-visible,
.action-item:focus,
.action-item:focus-visible,
.hh-header-dropdown-trigger:focus,
.hh-header-dropdown-trigger:focus-visible,
.hh-header-settings-trigger:focus,
.hh-header-settings-trigger:focus-visible,
.dropdown-box a:focus,
.dropdown-box a:focus-visible,
.dropdown-box button:focus,
.dropdown-box button:focus-visible,
.dropdown-navigation a:focus,
.dropdown-navigation a:focus-visible,
.dropdown-navigation button:focus,
.dropdown-navigation button:focus-visible,
.hh-vikinger-sidebar a:focus,
.hh-vikinger-sidebar a:focus-visible,
.hh-vikinger-sidebar button:focus,
.hh-vikinger-sidebar button:focus-visible,
.hh-vikinger-mobile-sidebar a:focus,
.hh-vikinger-mobile-sidebar a:focus-visible,
.hh-vikinger-mobile-sidebar button:focus,
.hh-vikinger-mobile-sidebar button:focus-visible,
.hh-chat-dock a:focus,
.hh-chat-dock a:focus-visible,
.hh-chat-dock button:focus,
.hh-chat-dock button:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

/* Phase 60: Gamification admin foundation */
.hh-admin-gamification-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.hh-admin-badge-form,.hh-admin-badge-edit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.hh-admin-badge-form label,.hh-admin-badge-edit label,.hh-admin-award-form label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-admin-badge-form input[type=text],.hh-admin-badge-form input[type=number],.hh-admin-badge-form input[type=file],.hh-admin-badge-form select,.hh-admin-badge-form textarea,.hh-admin-badge-edit input[type=text],.hh-admin-badge-edit input[type=number],.hh-admin-badge-edit input[type=file],.hh-admin-badge-edit select,.hh-admin-badge-edit textarea,.hh-admin-award-form input[type=text],.hh-admin-award-form select{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-admin-badge-form textarea,.hh-admin-badge-edit textarea{resize:vertical}.hh-admin-form-wide{grid-column:1/-1}.hh-admin-form-submit{grid-column:1/-1}.hh-admin-user-search{grid-template-columns:1fr auto;margin-bottom:18px}.hh-admin-gamification-users{margin-top:0}.hh-admin-award-form{display:grid;grid-template-columns:minmax(150px,1fr) minmax(160px,1fr) auto auto;gap:10px;margin-top:12px;align-items:end}.hh-admin-badge-list{display:grid;gap:16px}.hh-admin-badge-row{display:grid;grid-template-columns:74px minmax(0,1fr) 210px;gap:18px;align-items:start;border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:16px}.hh-admin-badge-preview{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#25283b;color:#fff;font-size:1.45rem;font-weight:1000;box-shadow:0 16px 36px rgba(0,0,0,.16);overflow:hidden}.hh-admin-badge-preview img,.hh-badge-icon img,.hh-profile-badge-item img,.hh-member-badge-icon{width:100%;height:100%;object-fit:contain;display:block}.hh-admin-badge-preview.hh-rarity-uncommon{background:linear-gradient(135deg,#35d07f,#23d2e2)}.hh-admin-badge-preview.hh-rarity-rare{background:linear-gradient(135deg,#23d2e2,#615dfa)}.hh-admin-badge-preview.hh-rarity-epic{background:linear-gradient(135deg,#615dfa,#b44cff)}.hh-admin-badge-preview.hh-rarity-legendary{background:linear-gradient(135deg,#ffb400,#ff5f7a)}.hh-admin-badge-meta{display:flex;flex-direction:column;gap:4px;align-self:center}.hh-admin-badge-meta strong{color:#fff}.hh-admin-badge-meta span,.hh-admin-badge-awarded span{color:var(--hh-muted);font-size:.84rem;font-weight:800}.hh-admin-badge-awarded{border-left:1px solid var(--hh-border);padding-left:16px;display:grid;gap:10px}.hh-admin-badge-awarded>strong{color:#fff}.hh-admin-badge-awarded>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.hh-link-button{appearance:none;border:0;background:transparent;color:var(--hh-accent);font:inherit;font-weight:900;cursor:pointer;padding:0}.hh-badge-icon{overflow:hidden}.hh-badge-icon img{max-width:34px;max-height:34px}.hh-profile-badge-item{overflow:hidden}.hh-profile-badge-item img{max-width:30px;max-height:30px}.hh-member-badge-icon{width:32px!important;height:32px!important;border-radius:50%;background:#2b2d44;padding:4px}@media(max-width:1180px){.hh-admin-gamification-grid,.hh-admin-badge-row{grid-template-columns:1fr}.hh-admin-badge-preview{width:56px;height:56px}.hh-admin-badge-awarded{border-left:0;border-top:1px solid var(--hh-border);padding-left:0;padding-top:16px}}@media(max-width:900px){.hh-admin-badge-form,.hh-admin-badge-edit,.hh-admin-award-form,.hh-admin-user-search{grid-template-columns:1fr}.hh-admin-award-form button,.hh-admin-user-search button{width:100%}}

/* Phase 61: Gamification Quest Admin */
.hh-admin-quest-form,.hh-admin-quest-edit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.hh-admin-quest-form label,.hh-admin-quest-edit label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.04em}.hh-admin-quest-form input[type=text],.hh-admin-quest-form input[type=number],.hh-admin-quest-form input[type=file],.hh-admin-quest-form select,.hh-admin-quest-form textarea,.hh-admin-quest-edit input[type=text],.hh-admin-quest-edit input[type=number],.hh-admin-quest-edit input[type=file],.hh-admin-quest-edit select,.hh-admin-quest-edit textarea{width:100%;border:1px solid var(--hh-border);background:#151622;color:#fff;border-radius:12px;padding:13px 14px;font:inherit;outline:none}.hh-admin-quest-form textarea,.hh-admin-quest-edit textarea{resize:vertical}.hh-admin-quest-list{display:grid;gap:16px}.hh-admin-quest-row{display:grid;grid-template-columns:74px minmax(0,1fr) 220px;gap:18px;align-items:start;border:1px solid var(--hh-border);background:#151622;border-radius:16px;padding:16px}.hh-admin-quest-preview{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#23d2e2,#35d07f);color:#fff;font-size:1.45rem;font-weight:1000;box-shadow:0 16px 36px rgba(0,0,0,.16);overflow:hidden}.hh-admin-quest-preview img{width:100%;height:100%;object-fit:contain;display:block}.hh-quest-main{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start}.hh-quest-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#2b2d44;color:var(--hh-accent);font-size:1.3rem;font-weight:1000;overflow:hidden}.hh-quest-icon img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:1180px){.hh-admin-quest-row{grid-template-columns:1fr}.hh-admin-quest-preview{width:56px;height:56px}}@media(max-width:900px){.hh-admin-quest-form,.hh-admin-quest-edit{grid-template-columns:1fr}.hh-quest-card{grid-template-columns:1fr}.hh-quest-main{grid-template-columns:1fr}.hh-quest-icon{width:48px;height:48px}}


/* Phase 62: Xbox-artige Achievement-Toasts für Badges und Quests */
.hh-achievement-stack{position:fixed;right:104px;bottom:34px;z-index:100500;display:grid;gap:12px;width:390px;max-width:calc(100vw - 36px);pointer-events:none}.hh-achievement-toast{position:relative;display:block;min-height:96px;background:linear-gradient(135deg,#232323 0%,#161b29 100%);border:1px solid rgba(79,244,97,.28);border-left:5px solid rgba(127,27,29,0.85);border-radius:16px;box-shadow:0 22px 46px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.03) inset;overflow:hidden;opacity:0;transform:translateX(120%) scale(.98);transition:opacity .28s ease,transform .32s cubic-bezier(.16,1,.3,1);pointer-events:auto}.hh-achievement-toast::before{content:"";position:absolute;inset:-45% auto auto -20%;width:190px;height:190px;background:radial-gradient(circle,rgba(64,208,79,.22),transparent 62%);pointer-events:none}.hh-achievement-toast.is-preloaded{display:none}.hh-achievement-toast.is-visible{opacity:1;transform:translateX(0) scale(1)}.hh-achievement-toast.is-leaving{opacity:0;transform:translateX(120%) scale(.98)}.hh-achievement-toast-link{position:relative;z-index:1;display:flex;align-items:center;gap:15px;min-height:96px;padding:16px 52px 16px 17px;color:#fff;text-decoration:none}.hh-achievement-toast-link:hover{text-decoration:none;color:#fff}.hh-achievement-toast-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;flex:0 0 58px;border-radius:18px;background:#252d42;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 18px rgba(0,0,0,.28)}.hh-achievement-toast-icon img{display:block;width:42px;height:42px;object-fit:contain}.hh-achievement-toast-icon svg{width:30px;height:30px;fill:rgba(127,27,29,0.85)}.hh-achievement-toast-content{display:grid;gap:4px;min-width:0}.hh-achievement-toast-eyebrow{font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(127,27,29,0.85)}.hh-achievement-toast-content strong{display:block;font-size:.98rem;font-weight:900;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-achievement-toast-content span:not(.hh-achievement-toast-eyebrow){display:block;font-size:.76rem;font-weight:700;line-height:1.35;color:#b7c0d8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-achievement-toast-content em{display:inline-flex;width:max-content;margin-top:3px;padding:4px 8px;border-radius:999px;background:rgba(64,208,79,.13);color:rgba(127,27,29,0.85);font-size:.68rem;font-weight:900;font-style:normal;text-transform:uppercase}.hh-achievement-toast-close{position:absolute;top:10px;right:10px;z-index:2;width:26px;height:26px;border:0;border-radius:999px;background:rgba(255,255,255,.07);color:#b7c0d8;font-size:20px;line-height:24px;cursor:pointer}.hh-achievement-toast-close:hover{background:rgba(255,255,255,.12);color:#fff}.hh-achievement-toast[data-achievement-type="quest"]{border-left-color:#23d2e2;border-color:rgba(35,210,226,.26)}.hh-achievement-toast[data-achievement-type="quest"]::before{background:radial-gradient(circle,rgba(35,210,226,.22),transparent 62%)}.hh-achievement-toast[data-achievement-type="quest"] .hh-achievement-toast-eyebrow,.hh-achievement-toast[data-achievement-type="quest"] .hh-achievement-toast-icon svg{color:#23d2e2;fill:#23d2e2}.hh-achievement-toast[data-achievement-type="quest"] .hh-achievement-toast-content em{background:rgba(35,210,226,.13);color:#23d2e2}@media(max-width:960px){.hh-achievement-stack{right:18px;bottom:86px;width:calc(100vw - 36px)}}@media(max-width:520px){.hh-achievement-toast-link{padding:14px 46px 14px 14px}.hh-achievement-toast-icon{width:50px;height:50px;flex-basis:50px;border-radius:15px}.hh-achievement-toast-icon img{width:36px;height:36px}.hh-achievement-toast-content strong{font-size:.9rem}}

/* Phase 63: echte Badges/Quests in Profil und Sidebar */
.hh-sidebar-real-badge{overflow:hidden;border-radius:999px;background:#25283b}
.hh-sidebar-real-badge .hh-sidebar-badge-custom{width:30px!important;height:30px!important;object-fit:contain;border-radius:50%;padding:3px;background:#25283b}
.hh-sidebar-real-badge.is-empty{opacity:.72}
.hh-sidebar-real-badge .badge-item-text{top:50%!important;transform:translateY(-50%);font-size:.72rem!important;text-transform:uppercase}
.hh-sidebar-quest-pill{width:210px;min-height:38px;margin:16px auto 0;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;background:#161b29;color:rgba(255, 255, 255, 0.3);text-decoration:none;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.hh-sidebar-quest-pill strong{color:#fff;font-size:.95rem}
.hh-sidebar-quest-pill small{color:rgba(255, 255, 255, 0.3);font:inherit;text-transform:none;letter-spacing:0}
.hh-sidebar-quest-pill:hover{background:rgba(127,27,29,0.85);color:#fff;box-shadow:0 0 22px rgba(64,208,79,.32)}
.hh-sidebar-quest-pill:hover strong,.hh-sidebar-quest-pill:hover small{color:#fff}
.hh-profile-badge-item{position:relative}
.hh-profile-badge-item img{border-radius:10px}
.hh-profile-quest-widget .widget-box-content{padding-top:18px}
.hh-profile-quest-list{display:grid;gap:12px}
.hh-profile-quest-item{display:grid;grid-template-columns:44px minmax(0,1fr) 42px;gap:12px;align-items:center;padding:12px;border-radius:14px;background:#f5f7fb;color:#919191;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.hh-profile-quest-item:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(62,63,94,.08)}
.hh-profile-quest-item.is-done{background:rgba(64,208,79,.12)}
.hh-profile-quest-icon{width:44px;height:44px;border-radius:13px;background:#615dfa;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:1000;overflow:hidden}
.hh-profile-quest-icon img{width:100%;height:100%;object-fit:contain;padding:6px;background:#25283b}
.hh-profile-quest-copy{min-width:0;display:grid;gap:5px}
.hh-profile-quest-copy strong{font-size:.86rem;font-weight:900;color:#919191;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hh-profile-quest-copy small{font-size:.72rem;font-weight:800;color:#8f91ac}
.hh-profile-quest-progress{height:5px;border-radius:999px;background:#dde3f2;overflow:hidden;display:block}
.hh-profile-quest-progress i{height:100%;display:block;border-radius:999px;background:rgba(127,27,29,0.85)}
.hh-profile-quest-state{justify-self:end;color:rgba(127,27,29,0.85);font-size:.78rem;font-weight:1000}
@media(max-width:680px){.hh-profile-quest-item{grid-template-columns:40px minmax(0,1fr);}.hh-profile-quest-state{grid-column:2;justify-self:start}}

/* Phase 64: Gamification overview aligned to Vikinger badges / quests */
.hh-gm-section-banner{margin-bottom:32px}.hh-gm-overview-grid{margin-bottom:42px}.hh-gm-overview-card{min-height:148px;display:flex;flex-direction:column;justify-content:center}.hh-gm-overview-card .achievement-status{padding:0}.hh-gm-overview-card .achievement-status-progress{min-width:58px}.hh-gm-progress-wrap{margin-top:22px}.hh-gm-section-header{margin-top:40px;margin-bottom:20px}.hh-gm-section-count{margin:0;padding:8px 14px;border-radius:200px;background:#23d2e2;color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;box-shadow:0 0 40px rgba(35,210,226,.2)}.hh-gm-badge-grid,.hh-gm-quest-grid{margin-bottom:42px}.hh-gm-badge-card{min-height:360px;display:flex;flex-direction:column}.hh-gm-badge-card .badge-item-stat-image-preview{width:32px;height:32px;object-fit:contain}.hh-gm-badge-card .badge-item-stat-image{width:112px;height:112px;object-fit:contain}.hh-gm-badge-card.is-locked{opacity:.58;filter:grayscale(1)}.hh-gm-badge-card.is-locked .text-sticker{background:#4a4f6b;color:#fff}.hh-gm-badge-card .badge-item-stat-title{min-height:24px}.hh-gm-badge-card .badge-item-stat-text{min-height:60px}.hh-gm-badge-card .progress-stat{margin-top:auto}.hh-gm-quest-item{overflow:hidden}.hh-gm-quest-item.is-completed{box-shadow:0 0 0 1px rgba(35,210,226,.35),0 0 40px rgba(35,210,226,.1)}.hh-gm-quest-cover{background:#15151f}.hh-gm-quest-cover img{width:100%;height:100%;object-fit:cover;display:block}.hh-gm-quest-item .quest-item-badge img{width:100%;height:100%;object-fit:contain;display:block}.hh-gm-quest-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px}.hh-gm-quest-meta-block{min-width:0}.hh-gm-quest-meta-block .quest-item-meta-title,.hh-gm-quest-meta-block .quest-item-meta-text{margin:0}.hh-gm-xp-widget{margin-bottom:40px}.hh-gm-xp-list{display:grid;gap:12px}.hh-gm-xp-item{display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:14px;border-bottom:1px solid #161616;padding-bottom:12px}.hh-gm-xp-item:last-child{border-bottom:0;padding-bottom:0}.hh-gm-xp-points{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;background:#23d2e2;color:#fff;font-size:1rem;font-weight:800}.hh-gm-xp-title{margin:0;color:#fff;font-size:.95rem;font-weight:800;line-height:1.35}.hh-gm-xp-text{margin:4px 0 0;color:rgba(255, 255, 255, 0.3);font-size:.8rem;font-weight:700}.hh-gm-empty-card{grid-column:1/-1}.hh-gm-empty-card .widget-box-title{margin-bottom:10px}@media(max-width:1180px){.hh-gm-overview-grid,.hh-gm-badge-grid,.hh-gm-quest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.hh-gm-overview-grid,.hh-gm-badge-grid,.hh-gm-quest-grid{grid-template-columns:1fr}.hh-gm-section-header{align-items:flex-start;flex-direction:column;gap:12px}.hh-gm-quest-meta{align-items:flex-start;flex-direction:column}.hh-gm-xp-item{grid-template-columns:1fr}.hh-gm-xp-points{width:max-content;min-width:86px}}

/* Phase 65b: Vikinger-aligned profile edit */
.hh-profile-edit-banner{margin-bottom:40px}.hh-profile-edit-grid{align-items:start}.hh-profile-edit-grid .account-hub-content{min-width:0}.hh-profile-edit-grid .sidebar-box-footer .button{width:100%;border:0;text-align:center;cursor:pointer}.hh-profile-edit-grid .sidebar-box-footer .button+ .button{margin-top:16px;text-decoration:none}.hh-profile-edit-form{display:block}.hh-profile-edit-media-grid{margin-bottom:16px}.hh-profile-edit-preview-card .user-preview-cover img{width:100%;height:100%;object-fit:cover}.hh-profile-edit-preview-card .hexagon-image-68-74{background-position:center;background-size:cover;background-repeat:no-repeat}.hh-profile-upload-box{position:relative;cursor:pointer;overflow:hidden}.hh-profile-upload-box:hover{border-color:#23d2e2}.hh-profile-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hh-profile-edit-widget{margin-top:16px}.hh-profile-edit-widget .widget-box-content{padding-top:28px}.hh-profile-edit-form .form-row+.form-row{margin-top:28px}.hh-profile-edit-form .form-item{min-width:0}.hh-profile-edit-form .form-input.has-error input,.hh-profile-edit-form .form-input.has-error textarea,.hh-profile-edit-form .form-select.has-error select{border-color:#ff5f7a}.hh-profile-edit-form .hh-form-error,.hh-profile-upload-box .hh-form-error{display:block;min-height:16px;margin-top:8px;color:#ff5f7a;font-size:.72rem;font-weight:800;line-height:1.3}.hh-profile-checkline{display:flex;align-items:center;gap:10px;margin-top:22px;font-size:.82rem;font-weight:800;color:#fff;cursor:pointer}.hh-profile-checkline input{width:16px;height:16px;accent-color:#23d2e2}.hh-profile-edit-form.is-saving{opacity:.82}.hh-profile-edit-form.is-saving input,.hh-profile-edit-form.is-saving textarea,.hh-profile-edit-form.is-saving select{pointer-events:none}.hh-toast-error{border-left:5px solid #ff5f7a}.hh-toast-error .hh-toast-icon{fill:#ff5f7a}@media(max-width:1180px){.hh-profile-edit-grid{grid-template-columns:1fr}.hh-profile-edit-grid .account-hub-sidebar{order:2}.hh-profile-edit-grid .account-hub-content{order:1}.hh-profile-edit-media-grid{grid-template-columns:1fr 1fr}.hh-profile-edit-preview-card{grid-column:1/-1}}@media(max-width:680px){.hh-profile-edit-media-grid{grid-template-columns:1fr}.hh-profile-edit-form .form-row.split{display:grid;grid-template-columns:1fr;gap:22px}.hh-profile-edit-grid .sidebar-box-footer{display:grid;gap:12px}.hh-profile-edit-grid .sidebar-box-footer .button+ .button{margin-top:0}}


/* Phase 65c: Profile edit 1:1 polish */
.hh-profile-edit-grid [data-hh-account-hub-accordion] .sidebar-menu-body.accordion-content-linked:not(.accordion-open){display:none}.hh-profile-edit-grid [data-hh-account-hub-accordion] .sidebar-menu-header{cursor:pointer}.hh-profile-edit-grid [data-hh-account-hub-accordion] .sidebar-menu-header:not(.selected) .sidebar-menu-header-control-icon-open{display:none}.hh-profile-edit-grid [data-hh-account-hub-accordion] .sidebar-menu-header.selected .sidebar-menu-header-control-icon-closed{display:none}.hh-profile-avatar-preview-frame{position:relative}.hh-profile-avatar-preview-img{position:absolute;top:0;left:0;width:68px;height:74px;object-fit:cover;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);z-index:5;pointer-events:none}.hh-profile-edit-form .form-input input[type="url"]{width:100%;height:48px;padding:0 18px;border-radius:12px;background-color:#232323;border:1px solid #3f485f;color:#fff;font-family:Rajdhani,Inter,Arial,sans-serif;font-size:.875rem;font-weight:700;transition:border-color .2s ease-in-out}.hh-profile-edit-form .form-input input[type="url"]:focus{border-color:#161616}.hh-profile-edit-form .form-input input[type="url"]::placeholder{color:rgba(255, 255, 255, 0.3);font-size:.875rem;font-weight:500}.hh-profile-edit-form .form-input.small input[type="url"]{height:48px}.hh-profile-edit-form .form-input:has(input[type="url"]){position:relative}.hh-profile-edit-form .form-input:has(input[type="url"]) label{color:rgba(255, 255, 255, 0.3);font-size:.875rem;font-weight:600;position:absolute;top:16px;left:20px;transition:all .3s ease-in-out;pointer-events:none}.hh-profile-edit-form .form-input.active:has(input[type="url"]) label{background-color:#232323;padding:0 6px;font-size:.75rem;top:-6px;left:12px}.hh-profile-edit-form .form-input.has-error input[type="url"]{border-color:#ff5f7a}


/* Phase 66: Account Hub Teams / Groups alignment */
.hh-account-hub-grid [data-hh-account-hub-accordion] .sidebar-menu-body.accordion-content-linked:not(.accordion-open){display:none}.hh-account-hub-grid [data-hh-account-hub-accordion] .sidebar-menu-header{cursor:pointer}.hh-account-hub-grid [data-hh-account-hub-accordion] .sidebar-menu-header:not(.selected) .sidebar-menu-header-control-icon-open{display:none}.hh-account-hub-grid [data-hh-account-hub-accordion] .sidebar-menu-header.selected .sidebar-menu-header-control-icon-closed{display:none}.hh-account-hub-banner{margin-bottom:40px}.hh-teams-hub-grid{align-items:start}.hh-teams-hub-grid .account-hub-content{min-width:0}.hh-account-team-grid{align-items:start}.hh-create-team-box{display:block;text-decoration:none}.hh-create-team-box:hover .button{filter:brightness(1.06)}.hh-account-team-preview .user-preview-cover img,.hh-team-invitation-preview .user-preview-cover img{width:100%;height:100%;object-fit:cover}.hh-account-team-preview .hexagon-image-84-92,.hh-team-invitation-preview .hexagon-image-84-92,.hh-team-invitation-preview .hexagon-image-24-26{background-position:center;background-size:cover;background-repeat:no-repeat}.hh-account-team-preview .user-stats,.hh-team-invitation-preview .user-stats{margin-top:22px}.hh-account-team-preview .button,.hh-team-invitation-preview .button{text-decoration:none}.hh-team-request-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.hh-team-request-actions form{margin:0}.hh-team-request-actions .button{border:0;cursor:pointer}.hh-team-request-actions .button-icon{width:20px;height:20px;fill:currentColor;margin-right:8px}.hh-team-invitation-preview .user-preview-footer{display:flex;align-items:center;gap:10px}.hh-invited-by-text{display:flex;flex-direction:column;line-height:1.1}.hh-invited-by-text span{color:rgba(255, 255, 255, 0.3);font-size:.7rem;font-weight:700;text-transform:uppercase}.hh-invited-by-text strong{color:#fff;font-size:.85rem;font-weight:800}.hh-empty-hub-card{grid-column:1/-1;max-width:420px}.hh-empty-hub-card .widget-box-content p{color:rgba(255, 255, 255, 0.3);font-weight:600;line-height:1.5}@media(max-width:1180px){.hh-account-hub-grid{grid-template-columns:1fr}.hh-account-hub-grid .account-hub-sidebar{order:2}.hh-account-hub-grid .account-hub-content{order:1}}@media(max-width:680px){.hh-team-request-actions{grid-template-columns:1fr}.hh-account-team-grid{grid-template-columns:1fr}.hh-account-hub-banner{margin-bottom:24px}}

/* Phase 67: Team create/edit account hub */
.hh-team-edit-banner{margin-bottom:40px}.hh-team-edit-grid{align-items:start}.hh-team-edit-grid .account-hub-content{min-width:0}.hh-team-edit-grid .sidebar-box-footer .button{width:100%;border:0;text-align:center;cursor:pointer}.hh-team-edit-grid .sidebar-box-footer .button+.button{margin-top:16px;text-decoration:none}.hh-team-edit-form{display:block}.hh-team-edit-media-grid{margin-bottom:16px}.hh-team-edit-preview-card .user-preview-cover img{width:100%;height:100%;object-fit:cover}.hh-team-edit-preview-card .hexagon-image-84-92{background-position:center;background-size:cover;background-repeat:no-repeat}.hh-team-avatar-preview-frame{position:relative}.hh-team-avatar-preview-img{position:absolute;top:0;left:0;width:84px;height:92px;object-fit:cover;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);z-index:5;pointer-events:none}.hh-team-upload-box{position:relative;cursor:pointer;overflow:hidden}.hh-team-upload-box:hover{border-color:#23d2e2}.hh-team-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hh-team-edit-widget{margin-top:16px}.hh-team-edit-widget .widget-box-content{padding-top:28px}.hh-team-edit-form .form-row+.form-row{margin-top:28px}.hh-team-edit-form .form-item{min-width:0}.hh-team-edit-form .hh-form-error,.hh-team-upload-box .hh-form-error{display:block;min-height:16px;margin-top:8px;color:#ff5f7a;font-size:.72rem;font-weight:800;line-height:1.3}.hh-team-edit-form .form-input.has-error input,.hh-team-edit-form .form-input.has-error textarea,.hh-team-edit-form .form-select.has-error select{border-color:#ff5f7a}.hh-team-danger-widget{margin-top:16px}.hh-team-danger-widget .widget-box-content{padding-top:26px}.hh-team-danger-text{margin:0 0 18px;color:rgba(255, 255, 255, 0.3);font-size:.9rem;font-weight:600;line-height:1.5}.hh-team-danger-widget form{margin:0}.hh-team-danger-widget .button{border:0;cursor:pointer;color:#ff5f7a}@media(max-width:1180px){.hh-team-edit-grid{grid-template-columns:1fr}.hh-team-edit-grid .account-hub-sidebar{order:2}.hh-team-edit-grid .account-hub-content{order:1}.hh-team-edit-media-grid{grid-template-columns:1fr 1fr}.hh-team-edit-preview-card{grid-column:1/-1}}@media(max-width:680px){.hh-team-edit-media-grid{grid-template-columns:1fr}.hh-team-edit-form .form-row.split{display:grid;grid-template-columns:1fr;gap:22px}.hh-team-edit-grid .sidebar-box-footer{display:grid;gap:12px}.hh-team-edit-grid .sidebar-box-footer .button+.button{margin-top:0}}

/* Phase 68: Team create/edit as Vikinger manage-group modal */
.hh-team-modal-underlay{
  filter:brightness(.72);
  pointer-events:none;
  user-select:none;
}
.hh-team-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:10030;
  background:rgba(10,12,22,.78);
  backdrop-filter:blur(1px);
}
.hh-team-modal.popup-box{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  z-index:10040!important;
  width:min(1024px,calc(100vw - 40px))!important;
  max-height:calc(100vh - 80px)!important;
  transform:translate(-50%,-50%)!important;
  border-radius:12px;
  background:#232323;
  overflow:visible;
  box-shadow:0 28px 80px rgba(0,0,0,.45);
}
.hh-team-modal .popup-close-button{
  top:-28px;
  right:-28px;
  z-index:5;
  text-decoration:none;
}
.hh-team-modal .popup-box-body{
  display:grid;
  grid-template-columns:370px minmax(0,1fr);
  min-height:620px;
  max-height:calc(100vh - 80px);
  overflow:hidden;
  border-radius:12px;
}
.hh-team-modal .popup-box-sidebar{
  width:auto;
  height:auto;
  position:relative;
  display:flex;
  flex-direction:column;
  border-right:1px solid #161616;
  background:#232323;
}
.hh-team-modal .popup-box-content{
  width:auto;
  height:auto;
  max-height:calc(100vh - 80px);
  padding:44px 48px 46px;
  overflow:auto;
  background:#232323;
}
.hh-team-modal-preview-card{
  width:100%;
  min-height:246px;
  border-radius:0;
  box-shadow:none;
  background:#232323;
}
.hh-team-modal-preview-card .user-preview-cover{
  height:92px;
}
.hh-team-modal-preview-card .user-preview-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hh-team-modal-preview-card .user-preview-info{
  padding-bottom:26px;
}
.hh-team-modal-preview-card .hexagon-image-84-92{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.hh-team-modal-tabs{
  margin:0;
  border-top:1px solid #161616;
  border-bottom:1px solid #161616;
}
.hh-team-modal-tabs .sidebar-menu-body.secondary{
  padding:26px 0;
}
.hh-team-modal-tabs .sidebar-menu-link{
  appearance:none;
  display:block;
  width:100%;
  height:auto;
  padding:0 34px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  font-family:Rajdhani,Inter,Arial,sans-serif;
  font-size:.875rem;
  font-weight:700;
  line-height:44px;
  text-align:left;
  cursor:pointer;
}
.hh-team-modal-tabs .sidebar-menu-link.active,
.hh-team-modal-tabs .sidebar-menu-link:hover{
  color:#161616;
}
.hh-team-modal-footer{
  margin-top:auto;
  padding:32px 36px 36px;
  border-top:1px solid #161616;
}
.hh-team-modal-footer .button{
  width:100%;
  border:0;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
}
.hh-team-modal-footer .button+.button{
  margin-top:16px;
}
.hh-team-modal-heading{
  margin-bottom:26px;
}
.hh-team-modal-heading h2{
  margin:4px 0 0;
  color:#fff;
  font-size:1.75rem;
  font-weight:700;
  line-height:1.1;
}
.hh-team-modal-heading p:last-child{
  margin-top:8px;
  color:rgba(255, 255, 255, 0.3);
  font-size:.9rem;
  font-weight:600;
  line-height:1.4;
}
.hh-team-modal-panel{
  display:none;
  box-shadow:none;
}
.hh-team-modal-panel.is-active{
  display:block;
}
.hh-team-modal-panel .widget-box-content{
  padding-top:28px;
}
.hh-team-modal-form .form-row+.form-row{
  margin-top:28px;
}
.hh-team-modal-form .form-row.split .form-item>*{
  margin-bottom:0;
}
.hh-team-modal-upload-grid{
  gap:24px;
}
.hh-team-modal .upload-box{
  min-height:190px;
}
.hh-team-modal-muted{
  color:rgba(255, 255, 255, 0.3);
  font-size:.9rem;
  font-weight:600;
  line-height:1.55;
}
.hh-team-modal-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.hh-team-modal-actions .button{
  text-align:center;
  text-decoration:none;
}
.hh-team-modal .hh-alert{
  margin-bottom:18px;
}
.hh-team-modal .hh-team-danger-text{
  margin-bottom:22px;
}
.hh-team-modal .hh-team-danger-text+form .button{
  width:220px;
  border:0;
  color:#ff5f7a;
  cursor:pointer;
}
.hh-team-modal .form-select select,
.hh-team-modal .form-input input,
.hh-team-modal .form-input textarea{
  background-color:#232323;
}
.hh-team-modal .form-input.active label,
.hh-team-modal .form-select label{
  background-color:#232323;
}
@media(max-width:1180px){
  .hh-team-modal.popup-box{
    width:min(760px,calc(100vw - 28px))!important;
  }
  .hh-team-modal .popup-box-body{
    grid-template-columns:1fr;
    overflow:auto;
  }
  .hh-team-modal .popup-box-sidebar{
    border-right:0;
    border-bottom:1px solid #161616;
  }
  .hh-team-modal .popup-box-content{
    max-height:none;
  }
  .hh-team-modal-footer{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .hh-team-modal-footer .button+.button{
    margin-top:0;
  }
}
@media(max-width:680px){
  .hh-team-modal.popup-box{
    top:0!important;
    left:0!important;
    width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    border-radius:0;
    transform:none!important;
  }
  .hh-team-modal .popup-box-body{
    min-height:100vh;
    max-height:100vh;
    border-radius:0;
  }
  .hh-team-modal .popup-box-content{
    padding:28px 20px 32px;
  }
  .hh-team-modal .popup-close-button{
    top:12px;
    right:12px;
  }
  .hh-team-modal-tabs .sidebar-menu-link{
    padding:0 24px;
  }
  .hh-team-modal-footer,
  .hh-team-modal-actions,
  .hh-team-modal-upload-grid{
    grid-template-columns:1fr;
  }
  .hh-team-modal-form .form-row.split{
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
  }
}

/* Phase 68b: Team modal layout hardening
   Vikinger base popup rules constrained the modal to .popup-box.mid width. */
.hh-team-modal.popup-box{
  width:min(1024px,calc(100vw - 72px))!important;
  max-width:1024px!important;
  min-width:0!important;
  top:calc(50% + 38px)!important;
  max-height:calc(100vh - 128px)!important;
}
.hh-team-modal.popup-box .popup-box-body{
  display:grid!important;
  grid-template-columns:370px minmax(0,1fr)!important;
  width:100%!important;
  min-height:620px!important;
  max-height:calc(100vh - 128px)!important;
  overflow:hidden!important;
}
.hh-team-modal.popup-box .popup-box-body .popup-box-sidebar,
.hh-team-modal.popup-box .popup-box-body .hh-team-modal-sidebar{
  width:370px!important;
  min-width:370px!important;
  max-width:370px!important;
  height:auto!important;
  min-height:0!important;
  flex:0 0 370px!important;
  overflow:hidden!important;
}
.hh-team-modal.popup-box .popup-box-body .popup-box-content,
.hh-team-modal.popup-box .popup-box-body .hh-team-modal-content{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  max-height:calc(100vh - 128px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  border-bottom-right-radius:12px;
}
.hh-team-modal.popup-box .hh-team-modal-panel,
.hh-team-modal.popup-box .hh-team-modal-panel .widget-box-content,
.hh-team-modal.popup-box .hh-team-modal-form,
.hh-team-modal.popup-box .hh-team-modal-upload-grid{
  width:100%!important;
  max-width:none!important;
}
.hh-team-modal.popup-box .hh-team-modal-upload-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.hh-team-modal.popup-box .popup-box-content::-webkit-scrollbar{width:8px}
.hh-team-modal.popup-box .popup-box-content::-webkit-scrollbar-track{background:#232323}
.hh-team-modal.popup-box .popup-box-content::-webkit-scrollbar-thumb{border-radius:8px;background:#4a536b}
.hh-team-modal.popup-box .popup-box-content{scrollbar-color:#4a536b #232323;scrollbar-width:thin}
@media(max-width:1180px){
  .hh-team-modal.popup-box{
    width:min(900px,calc(100vw - 48px))!important;
    max-width:900px!important;
    top:calc(50% + 38px)!important;
  }
  .hh-team-modal.popup-box .popup-box-body{
    grid-template-columns:1fr!important;
    max-height:calc(100vh - 128px)!important;
    overflow-y:auto!important;
  }
  .hh-team-modal.popup-box .popup-box-body .popup-box-sidebar,
  .hh-team-modal.popup-box .popup-box-body .hh-team-modal-sidebar{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    overflow:visible!important;
  }
  .hh-team-modal.popup-box .popup-box-body .popup-box-content,
  .hh-team-modal.popup-box .popup-box-body .hh-team-modal-content{
    max-height:none!important;
    overflow:visible!important;
  }
}
@media(max-width:680px){
  .hh-team-modal.popup-box{
    top:0!important;
    left:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    transform:none!important;
  }
  .hh-team-modal.popup-box .popup-box-body{
    min-height:100vh!important;
    max-height:100vh!important;
    overflow-y:auto!important;
  }
  .hh-team-modal.popup-box .hh-team-modal-upload-grid{grid-template-columns:1fr!important}
}

/* Phase 69: Team create/edit modal-feeling without risky route rewrite */
body.hh-has-team-modal{overflow:hidden!important;}
body.hh-has-team-modal .hh-team-modal-underlay{filter:brightness(.42) blur(1px);opacity:.52;}
body.hh-has-team-modal .hh-team-modal-backdrop{background:rgba(10,12,22,.86);backdrop-filter:blur(3px);cursor:pointer;}
body.hh-has-team-modal .hh-team-modal.popup-box{outline:none;animation:hhTeamModalIn .18s ease-out both;box-shadow:0 32px 100px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.04);}
body.hh-has-team-modal .hh-team-modal .popup-box-body{isolation:isolate;}
body.hh-has-team-modal .hh-team-modal .popup-close-button{box-shadow:0 14px 30px rgba(119,80,248,.36);}
body.hh-has-team-modal .hh-team-modal .popup-close-button:hover{transform:translateY(-2px);}
body.hh-has-team-modal .hh-team-modal .popup-box-content{overscroll-behavior:contain;}
body.hh-has-team-modal .hh-team-modal-tabs .sidebar-menu-link{position:relative;}
body.hh-has-team-modal .hh-team-modal-tabs .sidebar-menu-link.active::before{content:"";position:absolute;top:50%;left:0;width:4px;height:28px;border-radius:0 999px 999px 0;background:rgba(127,27,29,0.85);transform:translateY(-50%);box-shadow:0 0 18px rgba(64,208,79,.45);}
@keyframes hhTeamModalIn{from{opacity:0;transform:translate(-50%,calc(-50% + 16px)) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@media(max-width:680px){body.hh-has-team-modal .hh-team-modal.popup-box{animation:none;box-shadow:none;}body.hh-has-team-modal .hh-team-modal .popup-close-button:hover{transform:none;}}

/* Phase 70: real Team create/edit modal shells on /teams/manage */
.hh-team-modal-shell[hidden]{display:none!important;}
.hh-team-modal-shell{position:relative;z-index:10030;}
.hh-team-modal-shell.is-open .hh-team-modal-backdrop{display:block;}
.hh-team-modal-shell.is-open .hh-team-modal.popup-box{display:block!important;}
.hh-team-modal-shell:not(.is-open) .hh-team-modal-backdrop,
.hh-team-modal-shell:not(.is-open) .hh-team-modal.popup-box{display:none!important;}
.hh-account-team-preview .button[data-hh-team-modal-trigger],
.hh-create-team-box[data-hh-team-modal-trigger]{cursor:pointer;}
@media(max-width:680px){.hh-team-modal-shell.is-open{position:fixed;inset:0;z-index:10030;}}

/* Phase 71 - Team detail in Vikinger group style */
.hh-team-vikinger .profile-header{margin-bottom:16px}
.hh-team-vikinger .profile-header-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-team-vikinger .profile-header-info{min-height:126px;position:relative}
.hh-team-vikinger .user-short-description .hexagon-image-124-136,
.hh-team-vikinger .user-short-description .hexagon-image-100-110,
.hh-team-vikinger .hexagon-image-30-32{background-position:center;background-size:cover;background-repeat:no-repeat}
.hh-team-vikinger .tag-sticker.hh-team-tag-open{background:rgba(127,27,29,0.85)}
.hh-team-vikinger .tag-sticker.hh-team-tag-closed{background:#8f91ac}
.hh-team-header-actions{gap:10px;flex-wrap:wrap}
.hh-team-header-actions form{display:flex;margin:0}
.hh-team-header-actions .profile-header-info-action{border:0;min-width:64px;text-decoration:none;cursor:pointer}
.hh-team-header-actions .profile-header-info-action svg{width:18px;height:18px;fill:currentColor}
.hh-team-header-actions .button.white svg{fill:#919191}
.hh-team-state-button{padding:0 22px;color:#919191!important}
.hh-team-section-navigation{margin-bottom:32px}
.hh-team-section-navigation .section-menu{width:100%}
.hh-team-vikinger-grid{align-items:start;row-gap:32px}
.hh-team-vikinger-grid>.grid-column{display:grid;gap:16px;align-content:start}
.hh-team-vikinger .widget-box{min-width:0}
.hh-team-vikinger .widget-box-actions{align-items:center;gap:12px;flex-wrap:wrap}
.hh-team-vikinger .widget-box-action .button{min-width:116px;text-decoration:none}
.hh-team-member-status-list{display:grid;gap:12px}
.hh-team-member-status{display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;text-decoration:none;color:inherit}
.hh-team-member-status:hover{text-decoration:none}
.hh-team-member-status .user-status-text{grid-column:2;margin-top:2px;white-space:normal}
.hh-team-join-form{display:grid;gap:14px}
.hh-team-join-form .form-input{margin-bottom:0}
.hh-team-join-form textarea{min-height:108px;resize:vertical;color:#919191}
.hh-team-lfg-list{display:grid;gap:14px}
.hh-team-lfg-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px;border-radius:14px;background:#f5f7fb}
.hh-team-lfg-item h3{margin:4px 0 6px;color:#919191;font-size:1rem;font-weight:900;line-height:1.15}
.hh-team-lfg-item h3 a{color:inherit;text-decoration:none}
.hh-team-lfg-item p{margin:0;color:#8f91ac;font-size:.84rem;font-weight:700;line-height:1.35}
.hh-team-lfg-kicker{color:#23d2e2!important;font-size:.72rem!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.04em}
.hh-team-lfg-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.hh-team-lfg-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#fff;color:#8f91ac;font-size:.68rem;font-weight:900;text-transform:uppercase}
.hh-team-request-list{display:grid;gap:14px}
.hh-team-request-card{display:grid;gap:12px;padding:12px;border-radius:14px;background:#f5f7fb}
.hh-team-request-actions{display:flex;gap:8px;flex-wrap:wrap}
.hh-team-request-actions form{margin:0;display:flex;flex:1 1 120px}
.hh-team-request-actions .button{width:100%;border:0;cursor:pointer}
.hh-team-rules-list{margin-top:0}
.hh-team-about-widget .paragraph{white-space:normal}
.hh-team-stats-widget .progress-arc-summary{align-items:center}
.hh-team-vikinger .information-line-text a{text-decoration:none;color:inherit}
.hh-team-vikinger .information-line-text a:hover{color:#23d2e2}
@media(max-width:1365px){.hh-team-vikinger-grid{grid-template-columns:1fr}.hh-team-section-navigation .section-menu{overflow-x:auto}.hh-team-section-navigation .section-menu-item{min-width:104px}}
@media(max-width:680px){.hh-team-header-actions{width:100%;justify-content:center}.hh-team-header-actions form,.hh-team-header-actions .profile-header-info-action{width:100%}.hh-team-lfg-item{grid-template-columns:1fr}.hh-team-lfg-item .button{width:100%}.hh-team-request-actions{display:grid;grid-template-columns:1fr}.hh-team-vikinger .user-stats{flex-wrap:wrap}.hh-team-vikinger .user-stat.big{min-width:45%}}

/* Phase 72: Team Wall / Team Feed */
.hh-team-feed-composer {
  margin-bottom: 16px;
  padding: 24px 28px;
}

.hh-team-feed-composer .quick-post-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.hh-team-feed-composer .quick-post-header-title {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.hh-team-feed-composer .quick-post-header-text {
  color: rgba(255, 255, 255, 0.3);
  font-size: .78rem;
  font-weight: 500;
  margin: 0;
}

.hh-team-feed-form .form-textarea textarea {
  min-height: 118px;
  resize: vertical;
}

.hh-team-feed-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.hh-team-feed-upload {
  cursor: pointer;
}

.hh-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.hh-team-feed-list {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.hh-team-empty-feed {
  padding: 4px 0;
}

@media (max-width: 680px) {
  .hh-team-feed-composer {
    padding: 20px;
  }

  .hh-team-feed-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hh-team-feed-form-actions .button,
  .hh-team-feed-upload {
    width: 100%;
  }
}


/* Phase 72b: Team-Feed Composer optisch an normalen Vikinger-Feed angleichen */
.hh-team-feed-composer {
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}

.hh-team-feed-composer .quick-post-header {
  display: block;
  margin: 0;
}

.hh-team-feed-composer .quick-post-header .option-items {
  width: 100%;
}

.hh-team-feed-composer .quick-post-body {
  padding-bottom: 28px;
}

.hh-team-feed-composer .form-textarea textarea {
  min-height: 132px;
  resize: vertical;
}

.hh-team-feed-composer .quick-post-footer {
  align-items: center;
}

.hh-team-feed-composer .quick-post-footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hh-team-feed-composer .quick-post-footer-actions:last-child {
  margin-left: auto;
}

.hh-team-feed-composer .hh-team-feed-upload {
  cursor: pointer;
}

.hh-team-feed-composer .quick-post-footer-action {
  border: 0;
}

@media (max-width: 680px) {
  .hh-team-feed-composer .quick-post-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .hh-team-feed-composer .quick-post-footer-actions {
    justify-content: space-between;
    width: 100%;
  }

  .hh-team-feed-composer .quick-post-footer-actions:last-child {
    margin-left: 0;
  }

  .hh-team-feed-composer .quick-post-footer-actions:last-child .button {
    flex: 1;
  }
}

/* Phase 72c: Team-Feed Medienvorschau */
.hh-team-feed-composer .quick-post-body {
  padding-bottom: 0;
}

.hh-team-feed-composer .form-textarea textarea {
  min-height: 210px;
}

.hh-team-feed-media-preview[hidden] {
  display: none !important;
}

.hh-team-feed-media-preview {
  border-top: 1px solid #2f374f;
  background: #232323;
  padding: 26px 28px;
}

.hh-team-feed-media-preview-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.hh-team-feed-media-preview-list.is-video-mode {
  display: block;
}

.hh-team-feed-preview-item,
.hh-team-feed-preview-add {
  position: relative;
  width: 136px;
  height: 136px;
  border-radius: 4px;
  overflow: visible;
  flex: 0 0 136px;
}

.hh-team-feed-preview-item {
  background: #151b2b;
}

.hh-team-feed-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.hh-team-feed-preview-add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px dashed #4b5674;
  background: transparent;
  cursor: pointer;
}

.hh-team-feed-preview-add span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 5px;
  background: rgba(127,27,29,0.85);
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 900;
}

.hh-team-feed-preview-video {
  position: relative;
  width: 100%;
  background: #111827;
  overflow: hidden;
}

.hh-team-feed-preview-video video {
  display: block;
  width: 100%;
  max-height: 520px;
  min-height: 320px;
  background: #05070d;
  object-fit: contain;
}

.hh-team-feed-preview-remove {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 5px;
  background: #ff4f65;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(255,79,101,.28);
}

.hh-team-feed-preview-video .hh-team-feed-preview-remove {
  top: 18px;
  right: 18px;
}

.hh-team-feed-composer .quick-post-footer {
  border-top: 1px solid #2f374f;
}

@media (max-width: 680px) {
  .hh-team-feed-composer .form-textarea textarea {
    min-height: 170px;
  }

  .hh-team-feed-media-preview {
    padding: 22px 20px;
  }

  .hh-team-feed-preview-item,
  .hh-team-feed-preview-add {
    width: 112px;
    height: 112px;
    flex-basis: 112px;
  }

  .hh-team-feed-preview-video video {
    min-height: 220px;
    max-height: 360px;
  }
}

/* Phase 72d: Medienvorschau auch im normalen Newsfeed-Composer */
.hh-feed-composer .quick-post-body {
  padding-bottom: 0;
}

.hh-feed-composer .form-textarea textarea {
  min-height: 210px;
}

.hh-feed-media-preview[hidden] {
  display: none !important;
}

.hh-feed-media-preview {
  border-top: 1px solid #2f374f;
  background: #232323;
  padding: 26px 28px;
}

.hh-feed-media-preview-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

.hh-feed-media-preview-list.is-video-mode {
  display: block;
}

.hh-feed-preview-item,
.hh-feed-preview-add {
  position: relative;
  width: 136px;
  height: 136px;
  border-radius: 4px;
  overflow: visible;
  flex: 0 0 136px;
}

.hh-feed-preview-item {
  background: #151b2b;
}

.hh-feed-preview-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.hh-feed-preview-add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px dashed #4b5674;
  background: transparent;
  cursor: pointer;
}

.hh-feed-preview-add span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 5px;
  background: rgba(127,27,29,0.85);
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 900;
}

.hh-feed-preview-video {
  position: relative;
  width: 100%;
  background: #111827;
  overflow: hidden;
}

.hh-feed-preview-video video {
  display: block;
  width: 100%;
  max-height: 520px;
  min-height: 320px;
  background: #05070d;
  object-fit: contain;
}

.hh-feed-preview-remove {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 5px;
  background: #ff4f65;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(255,79,101,.28);
}

.hh-feed-preview-video .hh-feed-preview-remove {
  top: 18px;
  right: 18px;
}

.hh-feed-composer .quick-post-footer {
  border-top: 1px solid #2f374f;
}

@media (max-width: 680px) {
  .hh-feed-composer .form-textarea textarea {
    min-height: 170px;
  }

  .hh-feed-media-preview {
    padding: 22px 20px;
  }

  .hh-feed-preview-item,
  .hh-feed-preview-add {
    width: 112px;
    height: 112px;
    flex-basis: 112px;
  }

  .hh-feed-preview-video video {
    min-height: 220px;
    max-height: 360px;
  }
}

/* Phase 75: Team members widget + team members page */
.hh-team-members-widget .simple-dropdown-link{display:block}
.hh-team-member-status-list{gap:14px}
.hh-team-member-status{display:grid!important;grid-template-columns:52px minmax(0,1fr) 38px;grid-template-rows:auto auto;column-gap:12px;align-items:center;min-height:58px;padding:0!important;color:inherit;text-decoration:none}
.hh-team-member-status .user-status-avatar{grid-column:1;grid-row:1 / span 2;position:static!important;margin:0}
.hh-team-member-status .user-status-title{grid-column:2;grid-row:1;margin:0;min-width:0;font-size:.95rem;line-height:1.05}
.hh-team-member-status .user-status-title .bold{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;text-decoration:none}
.hh-team-member-status .user-status-text{grid-column:2;grid-row:2;margin-top:5px;color:#8f91ac;font-size:.78rem;font-weight:700;line-height:1.15;white-space:normal}
.hh-team-member-status .user-status-text a{color:#8f91ac;text-decoration:none}
.hh-team-member-status .user-status-text a:hover{color:#4ff461}
.hh-team-member-status .action-request-list{grid-column:3;grid-row:1 / span 2;justify-self:end;display:flex;margin:0}
.hh-team-member-status .action-request-list form{display:flex;margin:0}
.hh-team-member-status .action-request{width:34px;height:34px;cursor:pointer}
.hh-team-members-page .profile-header{margin-bottom:16px}
.hh-team-members-section{margin-top:32px}
.hh-team-members-filterbar{margin-bottom:32px}
.hh-team-members-filter{display:flex;align-items:center;gap:16px}
.hh-team-members-search-input{width:300px}
.hh-team-members-role-select{width:220px}
.hh-team-members-role-tabs .filter-tab{color:inherit;text-decoration:none}
.hh-team-members-page-grid{margin-top:0}
.hh-team-member-card .user-preview-info{min-height:0}
.hh-team-member-card .user-short-description-text a{color:#8f91ac;text-decoration:none}
.hh-team-member-role-line{margin-top:6px;color:#8f91ac;font-size:.82rem;font-weight:700;line-height:1.2}
.hh-team-member-badge-list{min-height:32px}
.hh-team-member-badge-icon{width:100%;height:100%;object-fit:contain}
.hh-team-member-badge-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-weight:900}
.hh-team-member-about-slide{padding:0 24px}
.hh-team-member-mini-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:12px}
.hh-team-member-mini-tags span{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#f5f7fb;color:#8f91ac;font-size:.68rem;font-weight:900;text-transform:uppercase}
.hh-team-member-actions form{width:100%;margin:0}
.hh-team-member-actions .button{width:100%;min-width:0}
.hh-team-member-state-button{color:#919191!important;pointer-events:none}
.hh-team-members-pager{margin-top:32px}
@media(max-width:1365px){.hh-team-members-filterbar .section-filters-bar-actions{width:100%;justify-content:center}.hh-team-members-filter{flex-wrap:wrap;justify-content:center}.hh-team-members-search-input,.hh-team-members-role-select{width:260px}}
@media(max-width:680px){.hh-team-member-status{grid-template-columns:52px minmax(0,1fr);padding-right:0}.hh-team-member-status .action-request-list{grid-column:2;grid-row:3;justify-self:start;margin-top:8px}.hh-team-members-filter{display:block;width:100%}.hh-team-members-search-input,.hh-team-members-role-select{width:100%}.hh-team-members-role-select{margin-top:18px}.hh-team-member-about-slide{padding:0 18px}}

/* Phase 76: Team detail widget cleanup and header stats spacing */
@media(min-width:1366px){
  .hh-team-vikinger .profile-header.v2 .profile-header-info .user-stats{right:300px;}
}
.hh-team-members-widget .hh-team-member-status-list{margin-top:0;}
.hh-team-member-status .action-request-list{position:static!important;top:auto!important;right:auto!important;}
.hh-team-member-status .action-request{border:0;}

/* Phase 77: Team-Mitglieder Rollenverwaltung */
.hh-team-member-admin-actions{display:block;margin:12px 20px 0}
.hh-team-member-admin-actions form{margin:0}
.hh-team-member-admin-actions .button{width:100%;border:0;cursor:pointer;text-decoration:none}
.hh-team-member-admin-actions .button-icon{width:16px;height:16px;fill:currentColor;margin-right:8px;flex:0 0 auto}
.hh-team-member-admin-actions .icon-star{fill:currentColor}
@media(max-width:680px){.hh-team-member-admin-actions{margin-left:18px;margin-right:18px}}
/* Phase 78: Feed multi-media grid and Vikinger-style media modal */
.hh-vk-feed-media-count-5{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(1),
.hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(2){
  grid-column:span 3;
  min-height:300px;
}
.hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(n+3){
  grid-column:span 2;
  min-height:190px;
}
.hh-vk-feed-media-trigger{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  min-height:inherit;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
}
.hh-vk-feed-media-trigger img,
.hh-vk-feed-media-trigger video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hh-vk-feed-media-trigger:hover img,
.hh-vk-feed-media-trigger:hover video{
  transform:scale(1.025);
}
.hh-vk-feed-media-trigger img,
.hh-vk-feed-media-trigger video{
  transition:transform .22s ease, filter .22s ease;
}
.hh-vk-feed-media-more{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(79,244,97,.82);
  color:#fff;
  font-size:2.4rem;
  font-weight:900;
  letter-spacing:-.04em;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
}
.hh-vk-feed-media-play{
  position:absolute;
  left:50%;
  top:50%;
  width:58px;
  height:58px;
  margin:-29px 0 0 -29px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.58);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
.hh-vk-feed-media-play svg{
  width:22px;
  height:22px;
  fill:#fff;
}
.hh-feed-media-modal-open{
  overflow:hidden;
}
.hh-feed-media-modal{
  position:fixed;
  inset:0;
  z-index:10020;
  display:none;
  align-items:center;
  justify-content:center;
}
.hh-feed-media-modal.is-visible{
  display:flex;
}
.hh-feed-media-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(10,10,20,.88);
}
.hh-feed-media-modal-shell.popup-picture{
  position:relative;
  z-index:1;
  display:flex;
  width:80%;
  height:80%;
  max-width:none;
  max-height:none;
  opacity:1;
  visibility:visible;
  overflow:visible;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.hh-feed-media-modal-close.popup-close-button{
  position:absolute;
  top:-20px;
  right:-20px;
  z-index:5;
  padding:0;
  border:0;
  color:#fff;
  appearance:none;
  -webkit-appearance:none;
}
.hh-feed-media-modal-close.popup-close-button .popup-close-button-icon{
  width:12px;
  height:12px;
  fill:#fff;
}
.hh-feed-media-modal-sidebar.widget-box{
  flex-shrink:0;
  width:384px;
  height:100%;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  overflow:hidden;
}
.hh-feed-media-modal-scrollable.widget-box-scrollable{
  height:100%;
  overflow:hidden auto;
}
.hh-feed-media-modal-sidebar .widget-box-settings{
  top:32px;
  right:28px;
}
.hh-feed-media-modal-sidebar .post-settings{
  width:22px;
}
.hh-feed-media-modal-sidebar .widget-box-status{
  padding-top:0;
}
.hh-feed-media-modal-sidebar .widget-box-status-content{
  padding:32px 28px 28px;
}
.hh-feed-media-modal-sidebar .user-status{
  min-height:56px;
  padding:2px 34px 0 64px;
}
.hh-feed-media-modal-sidebar .user-status-avatar{
  display:block;
  width:50px;
  height:56px;
}
.hh-feed-media-modal-sidebar .user-avatar.small{
  display:block;
  width:50px;
  height:56px;
}
.hh-feed-media-modal-sidebar .hexagon-image-30-32{
  display:block;
  width:30px;
  height:32px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);
}
.hh-feed-media-modal-text{
  margin-top:28px;
  white-space:pre-line;
}
.hh-feed-media-modal-comments .hh-vk-comment-list-clean{
  display:block!important;
  border-top:1px solid #161616;
}
.hh-feed-media-modal-comments .hh-vk-comment-list-clean.is-collapsed,
.hh-feed-media-modal-comments .hh-vk-comment-list-clean.is-open{
  display:block!important;
}
.hh-feed-media-modal-comments .hh-vk-comment-list-clean .post-comment,
.hh-feed-media-modal-comments .hh-vk-comment-list-clean .post-comment-form{
  border-color:#161616;
}
.hh-feed-media-modal-comments .hh-vk-comment-list-clean .post-comment.reply-2{
  padding-left:96px;
}
.hh-feed-media-modal-comments .hh-vk-comment-list-clean .post-comment.reply-2 .user-avatar{
  left:42px;
}
.hh-feed-media-modal-stage-wrap.popup-picture-image-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  background-color:#15151f;
  overflow:hidden;
}
.hh-feed-media-modal-stage.popup-picture-image{
  width:100%;
  height:100%;
  min-height:0;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hh-feed-media-modal-stage img,
.hh-feed-media-modal-stage video{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
}
.hh-feed-media-modal-stage video{
  background:#000;
  object-fit:contain;
}
.hh-feed-media-modal-nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:44px;
  height:44px;
  margin-top:-22px;
  border:0;
  border-radius:10px;
  background:rgba(21,21,31,.78);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:.82;
  transition:background-color .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out;
}
.hh-feed-media-modal-nav:hover{
  background-color:#7750f8;
  opacity:1;
}
.hh-feed-media-modal-nav svg{
  width:12px;
  height:12px;
  fill:#fff;
}
.hh-feed-media-modal-prev{
  left:18px;
}
.hh-feed-media-modal-prev svg{
  transform:rotate(180deg);
}
.hh-feed-media-modal-next{
  right:18px;
}
.hh-feed-media-modal-counter{
  position:absolute;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  padding:8px 14px;
  border-radius:200px;
  background:rgba(21,21,31,.78);
  color:#fff;
  font-size:.75rem;
  font-weight:700;
  line-height:1;
  pointer-events:none;
}
@media screen and (max-width:1365px){
  .hh-feed-media-modal-sidebar.widget-box{
    display:none;
  }
  .hh-feed-media-modal-shell.popup-picture{
    width:86%;
    height:80%;
  }
  .hh-feed-media-modal-stage-wrap.popup-picture-image-wrap{
    border-radius:12px;
  }
}
@media(max-width:680px){
  .hh-vk-feed-media-count-5{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(1),
  .hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(2),
  .hh-vk-feed-media-count-5 .hh-vk-feed-media-item:nth-child(n+3){
    grid-column:span 1;
    min-height:180px;
  }
  .hh-feed-media-modal-shell.popup-picture{
    width:calc(100vw - 28px);
    height:calc(100vh - 96px);
  }
  .hh-feed-media-modal-close.popup-close-button{
    top:-16px;
    right:-8px;
  }
  .hh-feed-media-modal-nav{
    width:40px;
    height:40px;
    margin-top:-20px;
  }
  .hh-feed-media-modal-prev{
    left:10px;
  }
  .hh-feed-media-modal-next{
    right:10px;
  }
}

/* Phase 82: Vikinger-like picture popup sizing + image-only modal, inline videos */
.hh-feed-media-modal .hh-feed-media-modal-shell.popup-picture{
  width:calc(100vw - 64px)!important;
  height:calc(100vh - 64px)!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar.widget-box{
  width:384px!important;
  height:100%!important;
  background-color:#1d2333;
}
.hh-feed-media-modal .hh-feed-media-modal-scrollable.widget-box-scrollable{
  height:100%!important;
  overflow:hidden auto!important;
  scrollbar-width:thin;
  scrollbar-color:#161616 #1d2333;
}
.hh-feed-media-modal .hh-feed-media-modal-scrollable.widget-box-scrollable::-webkit-scrollbar{
  width:6px;
}
.hh-feed-media-modal .hh-feed-media-modal-scrollable.widget-box-scrollable::-webkit-scrollbar-track{
  background:#1d2333;
}
.hh-feed-media-modal .hh-feed-media-modal-scrollable.widget-box-scrollable::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:#161616;
}
.hh-feed-media-modal .hh-feed-media-modal-close.popup-close-button{
  width:40px!important;
  height:40px!important;
  top:-20px!important;
  right:-20px!important;
  border-radius:10px!important;
  background-color:#7750f8!important;
  box-shadow:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-close.popup-close-button:hover{
  background-color:rgb(130 48 49 / 85%) !important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage-wrap.popup-picture-image-wrap{
  align-items:center!important;
  justify-content:center!important;
  background-color:#15151f!important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage.popup-picture-image{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  display:block!important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.hh-vk-feed-media-video-inline{
  display:block;
  cursor:default;
}
.hh-vk-feed-media-video-inline video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  cursor:default;
}
.hh-vk-feed-media-video-inline:hover video{
  transform:none;
}
@media screen and (max-width:1365px){
  .hh-feed-media-modal .hh-feed-media-modal-shell.popup-picture{
    width:calc(100vw - 28px)!important;
    height:calc(100vh - 96px)!important;
  }
}

/* Phase 83: closer Vikinger popup-picture match, fixed reply composer, safe hex avatar fallback */
.hh-feed-media-modal .hh-feed-media-modal-shell.popup-picture{
  width:80%!important;
  height:80%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  display:flex!important;
  overflow:visible!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar.widget-box{
  width:384px!important;
  min-width:384px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  flex-shrink:0!important;
  background-color:#232323!important;
  border-top-right-radius:0!important;
  border-bottom-right-radius:0!important;
  overflow:hidden!important;
}
.hh-feed-media-modal .hh-feed-media-modal-scrollable.widget-box-scrollable{
  flex:1 1 auto!important;
  min-height:0!important;
  height:auto!important;
  overflow:hidden auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:#161616 #232323!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot{
  flex:0 0 auto!important;
  border-top:1px solid #161616!important;
  background:#1d2333!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot:empty{
  display:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .hh-comment-composer-home,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form{
  display:block!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form{
  position:relative!important;
  min-height:86px!important;
  padding:22px 28px 22px 88px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form .user-avatar{
  position:absolute!important;
  top:22px!important;
  left:28px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .form-input.small input{
  height:48px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-list-clean{
  border-top:1px solid #161616!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-list-clean .hh-comment-composer-home{
  display:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage-wrap.popup-picture-image-wrap{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-top-right-radius:12px!important;
  border-bottom-right-radius:12px!important;
  background-color:#000000!important;
  overflow:hidden!important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage.popup-picture-image{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hh-feed-media-modal .hh-feed-media-modal-stage img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.hh-feed-media-modal .hh-feed-media-modal-close.popup-close-button{
  width:40px!important;
  height:40px!important;
  top:-20px!important;
  right:-20px!important;
  border-radius:10px!important;
  background-color:rgba(127,27,29,0.85)!important;
  box-shadow:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-status{
  min-height:56px!important;
  padding:2px 34px 0 64px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-status-avatar{
  position:absolute!important;
  top:0!important;
  left:0!important;
  display:block!important;
  width:50px!important;
  height:56px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-status-avatar [data-hh-feed-media-modal-avatar-slot],
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-status-avatar .user-avatar.small{
  display:block!important;
  width:50px!important;
  height:56px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small{
  position:relative!important;
  overflow:visible!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-progress-border,
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-progress{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:40px!important;
  height:44px!important;
  z-index:1!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  background:#4ff461!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-progress-border::after,
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-progress::after{
  content:""!important;
  position:absolute!important;
  inset:3px!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  background:#1d2333!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-content{
  position:absolute!important;
  top:6px!important;
  left:5px!important;
  width:30px!important;
  height:32px!important;
  z-index:3!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .hexagon-image-30-32{
  display:block!important;
  width:30px!important;
  height:32px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:cover!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  overflow:hidden!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .hexagon-image-30-32 img.hh-comment-avatar-fallback{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:24px!important;
  height:24px!important;
  z-index:5!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge-border,
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge-content{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge-border{
  background:#4ff461!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge-content{
  inset:3px!important;
  background:#7750f8!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .user-avatar.small .user-avatar-badge-text{
  position:absolute!important;
  inset:0!important;
  z-index:7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:#fff!important;
  font-size:.68rem!important;
  font-weight:800!important;
  line-height:1!important;
}
@media screen and (max-width:1365px){
  .hh-feed-media-modal .hh-feed-media-modal-sidebar.widget-box{
    display:none!important;
  }
  .hh-feed-media-modal .hh-feed-media-modal-shell.popup-picture{
    width:86%!important;
    height:80%!important;
  }
  .hh-feed-media-modal .hh-feed-media-modal-stage-wrap.popup-picture-image-wrap{
    border-radius:12px!important;
  }
}
@media(max-width:680px){
  .hh-feed-media-modal .hh-feed-media-modal-shell.popup-picture{
    width:calc(100vw - 28px)!important;
    height:calc(100vh - 96px)!important;
  }
}

/* Phase 84: picture modal sidebar comments/composer exact Vikinger cleanup */
.hh-feed-media-modal .hh-feed-media-modal-sidebar .widget-box-scrollable{
  overflow:hidden auto!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .widget-box-status-content{
  padding:32px 28px 28px!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar{
  position:relative!important;
  display:block!important;
  width:50px!important;
  min-width:50px!important;
  height:56px!important;
  overflow:visible!important;
  transform:none!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-content{
  position:absolute!important;
  top:6px!important;
  left:5px!important;
  width:30px!important;
  height:32px!important;
  z-index:3!important;
  overflow:hidden!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .hexagon-image-30-32{
  position:relative!important;
  display:block!important;
  width:30px!important;
  height:32px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:cover!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  overflow:hidden!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .hexagon-image-30-32 img.hh-comment-avatar-fallback{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-progress,
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-progress-border{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:40px!important;
  height:44px!important;
  z-index:1!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  background:#4ff461!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-progress::after,
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-progress-border::after{
  content:""!important;
  position:absolute!important;
  inset:3px!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
  background:#1d2333!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:24px!important;
  height:24px!important;
  z-index:5!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge-border,
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge-content{
  position:absolute!important;
  display:block!important;
  clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%)!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge-border{
  inset:0!important;
  background:#4ff461!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge-content{
  inset:3px!important;
  background:#7750f8!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] .hh-feed-media-modal-author-avatar .user-avatar-badge-text{
  position:absolute!important;
  inset:0!important;
  z-index:7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:#fff!important;
  font-size:.68rem!important;
  font-weight:800!important;
  line-height:1!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-list-clean{
  display:block!important;
  padding:0!important;
  margin:0!important;
  border-top:1px solid #161616!important;
  background:#1d2333!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-comment-composer-home{
  display:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.post-comment{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  position:relative!important;
  min-height:0!important;
  padding:26px 28px 28px 80px!important;
  margin:0!important;
  border-top:1px solid #161616!important;
  background:#232323!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.post-comment:first-child{
  border-top:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.post-comment>.user-avatar{
  position:absolute!important;
  top:28px!important;
  left:28px!important;
  right:auto!important;
  bottom:auto!important;
  display:block!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  transform:none!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.post-comment>.hh-vk-comment-main{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:auto!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .post-comment-text{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-size:.875rem!important;
  font-weight:500!important;
  line-height:1.7142857143em!important;
  overflow-wrap:anywhere!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .post-comment-text-author{
  position:static!important;
  display:inline!important;
  margin-right:6px!important;
  color:#fff!important;
  font-size:.875rem!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .content-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  height:20px!important;
  margin-top:14px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .content-action{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0!important;
  min-width:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .meta-line{
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  min-width:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .meta-line-link,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .meta-line-timestamp,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .hh-comment-delete{
  font-size:.75rem!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies{
  display:block!important;
  margin:18px 0 0!important;
  padding-left:28px!important;
  border-left:2px solid #161616!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies:empty{
  display:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
  padding:20px 0 18px 52px!important;
  border-top:1px solid #161616!important;
  background:transparent!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child{
  padding-top:4px!important;
  border-top:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment>.user-avatar{
  top:20px!important;
  left:0!important;
  transform:scale(.88)!important;
  transform-origin:top left!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions{
  margin-top:12px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot{
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  border-top:1px solid #232323!important;
  background:#1d2333!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .hh-comment-composer-home{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  position:relative!important;
  min-height:100px!important;
  margin:0!important;
  padding:26px 28px 26px 80px!important;
  border:0!important;
  border-bottom-left-radius:12px!important;
  background:#161616!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first>.user-avatar{
  position:absolute!important;
  top:28px!important;
  left:28px!important;
  right:auto!important;
  bottom:auto!important;
  display:block!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  transform:none!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first>.form{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:auto!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first .form-row,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first .form-item,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first .form-input{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first .form-input.small input{
  display:block!important;
  width:100%!important;
  height:48px!important;
  min-width:0!important;
  border-radius:12px!important;
}


/* Phase 85: feed picture modal avatar + reaction picker size alignment */
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot]{
  display:block!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] > .user-avatar.small.no-outline{
  display:block!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  transform:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-sidebar .widget-box-status .user-status{
  align-items:flex-start!important;
}

.hh-reaction-options-picker.reaction-options-dropdown,
.hh-comment-reaction-options-picker.reaction-options-dropdown{
  min-width:auto!important;
  width:auto!important;
  height:40px!important;
  padding:10px 12px!important;
  border-radius:999px!important;
  gap:8px!important;
  box-shadow:0 0 40px rgba(0,0,0,.22)!important;
}
.hh-reaction-options-picker.reaction-options-dropdown{
  left:-16px!important;
  bottom:54px!important;
}
.hh-comment-reaction-options-picker.reaction-options-dropdown{
  left:-80px!important;
  bottom:30px!important;
}
.hh-reaction-options-picker .hh-reaction-option-button,
.hh-comment-reaction-options-picker .hh-comment-reaction-option-button,
.hh-comment-reaction-options-picker .hh-reaction-option-button{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
}
.hh-reaction-options-picker .hh-reaction-option-button .reaction-option-image,
.hh-comment-reaction-options-picker .hh-comment-reaction-option-button .reaction-option-image,
.hh-comment-reaction-options-picker .hh-reaction-option-button .reaction-option-image{
  display:block!important;
  width:20px!important;
  height:20px!important;
}
.hh-reaction-options-picker .hh-reaction-option-button:hover,
.hh-comment-reaction-options-picker .hh-comment-reaction-option-button:hover,
.hh-comment-reaction-options-picker .hh-reaction-option-button:hover{
  transform:translateY(-4px)!important;
}


/* Phase 86: use real Vikinger canvas hexagons for modal/comment avatars */
.hh-feed-media-modal .user-avatar.no-outline.small,
.hh-vk-comment-list-clean .user-avatar.no-outline.small,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small{
  position:relative!important;
  display:block!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  overflow:visible!important;
  transform:none!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-progress,
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-progress-border,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-progress,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-progress-border,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small .user-avatar-progress,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small .user-avatar-progress-border{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:40px!important;
  height:44px!important;
  clip-path:none!important;
  background:transparent!important;
  overflow:visible!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-progress::after,
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-progress-border::after,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-progress::after,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-progress-border::after{
  content:none!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-content,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-content,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small .user-avatar-content{
  position:absolute!important;
  top:6px!important;
  left:5px!important;
  width:30px!important;
  height:32px!important;
  overflow:visible!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .hexagon-image-30-32,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .hexagon-image-30-32,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small .hexagon-image-30-32{
  position:relative!important;
  display:block!important;
  width:30px!important;
  height:32px!important;
  clip-path:none!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .hexagon-image-30-32 .hh-comment-avatar-fallback,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .hexagon-image-30-32 .hh-comment-avatar-fallback{
  display:none!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge,
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .user-avatar.no-outline.small .user-avatar-badge{
  position:absolute!important;
  top:21px!important;
  right:-3px!important;
  bottom:auto!important;
  width:22px!important;
  height:24px!important;
  clip-path:none!important;
  background:transparent!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge-border,
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge-content,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge-border,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge-content{
  position:absolute!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  clip-path:none!important;
  background:transparent!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge-border,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge-border{
  inset:0!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge-content,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge-content{
  top:3px!important;
  left:3px!important;
  right:auto!important;
  bottom:auto!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .user-avatar-badge-text,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .user-avatar-badge-text{
  position:absolute!important;
  top:7px!important;
  left:0!important;
  right:0!important;
  bottom:auto!important;
  margin:0!important;
  color:#fff!important;
  font-size:.625rem!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:center!important;
}


/* Phase 87: real Vikinger hexagon runtime fix + modal avatar placement */
.hh-feed-media-modal .user-status .user-status-avatar{
  display:block!important;
  width:40px!important;
  height:44px!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot]{
  position:relative!important;
  display:block!important;
  width:40px!important;
  height:44px!important;
  min-width:40px!important;
}
.hh-feed-media-modal [data-hh-feed-media-modal-avatar-slot] > .user-avatar.small.no-outline{
  position:relative!important;
  display:block!important;
  width:40px!important;
  height:44px!important;
  min-width:40px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first{
  min-height:100px!important;
  padding:22px 28px 22px 88px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .post-comment-form.hh-vk-reply-first > .user-avatar{
  position:absolute!important;
  top:22px!important;
  left:28px!important;
  width:40px!important;
  height:44px!important;
  min-width:40px!important;
  transform:none!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small canvas,
.hh-vk-comment-list-clean .user-avatar.no-outline.small canvas{
  position:absolute!important;
  top:0!important;
  left:0!important;
}
.hh-feed-media-modal .user-avatar.no-outline.small .hexagon-image-30-32,
.hh-vk-comment-list-clean .user-avatar.no-outline.small .hexagon-image-30-32{
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

/* Phase 90: comment spacing + settings dropdown polish (no avatar/hexagon changes) */
.hh-vk-comment-item-fixed .hh-comment-right-actions{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  margin-left:auto!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-wrap{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  cursor:pointer!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-toggle .post-settings-icon{
  width:20px!important;
  height:6px!important;
  fill:#616a82!important;
  pointer-events:none!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-toggle:hover .post-settings-icon,
.hh-vk-comment-item-fixed .hh-comment-settings-wrap.is-open .hh-comment-settings-toggle .post-settings-icon{
  fill:#fff!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown{
  position:absolute!important;
  right:0!important;
  bottom:30px!important;
  z-index:9999!important;
  display:block!important;
  min-width:174px!important;
  padding:16px 0!important;
  border-radius:14px!important;
  background:#293249!important;
  box-shadow:0 0 40px rgba(0,0,0,.22)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(14px)!important;
  transition:transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-wrap.is-open .hh-comment-settings-dropdown{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown form{
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown .simple-dropdown-link,
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown .hh-comment-settings-action{
  display:block!important;
  width:100%!important;
  height:42px!important;
  margin:0!important;
  padding:0 24px!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:.875rem!important;
  font-weight:700!important;
  line-height:42px!important;
  text-align:left!important;
  cursor:pointer!important;
}
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown .simple-dropdown-link:hover,
.hh-vk-comment-item-fixed .hh-comment-settings-dropdown .hh-comment-settings-action:hover{
  color:#4ff461!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .content-actions{
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:14px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .content-actions>.content-action:first-child{
  flex:1 1 auto!important;
  gap:24px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .content-actions>.hh-comment-right-actions{
  flex:0 0 auto!important;
  gap:16px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-main .post-comment-text{
  text-align:left!important;
  max-width:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies{
  margin:18px 0 0!important;
  padding-left:24px!important;
  border-left:2px solid #161616!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
  padding-left:58px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions{
  margin-top:10px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions>.content-action:first-child{
  gap:20px!important;
}

/* Phase 91: inline comment edit + delete confirmation modal */
.hh-vk-comment-item-fixed .post-comment-text.hh-comment-text-is-editing{
  display:block!important;
}
.hh-vk-comment-item-fixed .post-comment-text.hh-comment-text-is-editing [data-hh-comment-body-text]{
  display:none!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit{
  display:block!important;
  width:100%!important;
  margin:14px 0 0!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-box{
  width:100%!important;
  min-height:126px!important;
  padding:0!important;
  border:2px solid #7750f8!important;
  border-radius:18px!important;
  background:#1d2333!important;
  overflow:hidden!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit textarea{
  display:block!important;
  width:100%!important;
  min-height:122px!important;
  padding:24px 28px!important;
  border:0!important;
  outline:0!important;
  resize:vertical!important;
  background:transparent!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:1rem!important;
  font-weight:700!important;
  line-height:1.65!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit textarea::placeholder{
  color:rgba(255, 255, 255, 0.3)!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-top:12px!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-count{
  margin-left:auto!important;
  color:rgba(255, 255, 255, 0.3)!important;
  font-size:.875rem!important;
  font-weight:700!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-actions{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-actions button{
  border:0!important;
  background:transparent!important;
  cursor:pointer!important;
}
.hh-vk-comment-item-fixed .hh-comment-inline-edit-save{
  color:#4ff461!important;
}
.hh-comment-delete-modal{
  position:fixed!important;
  inset:0!important;
  z-index:100050!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .22s ease-in-out, visibility .22s ease-in-out!important;
}
.hh-comment-delete-modal.is-visible{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.hh-comment-delete-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(8,9,18,.72)!important;
}
.hh-comment-delete-modal-box{
  position:relative!important;
  width:min(680px, calc(100vw - 48px))!important;
  min-height:430px!important;
  padding:106px 88px 64px!important;
  border-radius:18px!important;
  background:#1d2333!important;
  box-shadow:0 0 60px rgba(0,0,0,.35)!important;
  text-align:center!important;
}
.hh-comment-delete-modal-close{
  position:absolute!important;
  top:-36px!important;
  right:-36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:64px!important;
  height:64px!important;
  border:0!important;
  border-radius:14px!important;
  background:#7750f8!important;
  box-shadow:0 0 24px rgba(119,80,248,.35)!important;
  cursor:pointer!important;
}
.hh-comment-delete-modal-close svg{
  width:18px!important;
  height:18px!important;
  fill:#fff!important;
}
.hh-comment-delete-modal-icon{
  position:absolute!important;
  top:-52px!important;
  left:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:104px!important;
  height:104px!important;
  border-radius:20px!important;
  background:#ff3f54!important;
  transform:translateX(-50%)!important;
  box-shadow:0 0 30px rgba(255,63,84,.3)!important;
}
.hh-comment-delete-modal-icon svg{
  width:34px!important;
  height:34px!important;
  fill:#fff!important;
}
.hh-comment-delete-modal-title{
  margin:0!important;
  color:#fff!important;
  font-size:1.45rem!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.hh-comment-delete-modal-text{
  margin:34px 0 0!important;
  color:#fff!important;
  font-size:1rem!important;
  font-weight:500!important;
  line-height:1.6!important;
}
.hh-comment-delete-modal-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:26px!important;
  margin-top:70px!important;
}
.hh-comment-delete-modal-actions .button{
  width:100%!important;
  height:64px!important;
  border-radius:12px!important;
  font-size:1rem!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.hh-comment-delete-modal-actions .button.secondary{
  border:1px solid #3f485f!important;
  background:transparent!important;
  color:rgba(255, 255, 255, 0.3)!important;
}
.hh-comment-delete-modal-actions .button.primary{
  border:0!important;
  background:#7750f8!important;
  color:#fff!important;
  box-shadow:0 0 24px rgba(119,80,248,.28)!important;
}
body.hh-comment-delete-modal-open{
  overflow:hidden!important;
}
@media (max-width: 760px){
  .hh-comment-delete-modal-box{
    width:calc(100vw - 32px)!important;
    min-height:auto!important;
    padding:88px 28px 34px!important;
  }
  .hh-comment-delete-modal-close{
    top:-28px!important;
    right:-8px!important;
    width:54px!important;
    height:54px!important;
  }
  .hh-comment-delete-modal-actions{
    grid-template-columns:1fr!important;
    margin-top:42px!important;
  }
}


/* Phase 92: feed/team-feed comment polish - keep avatars untouched, tighten reply tree and action row */
.hh-vk-comment-replies {
  border-left: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.hh-vk-comment-replies .post-comment.hh-vk-comment-reply {
  padding-left: 72px !important;
}

.hh-vk-comment-replies .post-comment.hh-vk-comment-reply::before,
.hh-vk-comment-replies .post-comment.hh-vk-comment-reply::after,
.hh-vk-comment-replies::before,
.hh-vk-comment-replies::after {
  display: none !important;
  content: none !important;
}

.hh-vk-comment-item-fixed .content-actions {
  align-items: center !important;
  gap: 22px !important;
}

.hh-vk-comment-item-fixed .content-action:first-child,
.hh-vk-comment-item-fixed .hh-comment-right-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

.hh-vk-comment-item-fixed .hh-comment-right-actions {
  margin-left: 0 !important;
}

.hh-vk-comment-replies .hh-comment-right-actions {
  margin-left: 0 !important;
}

.hh-vk-comment-item-fixed .meta-line,
.hh-vk-comment-item-fixed .meta-line.settings {
  align-items: center !important;
  display: flex !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.hh-vk-comment-item-fixed .meta-line-link,
.hh-vk-comment-item-fixed .meta-line-timestamp,
.hh-vk-comment-item-fixed .hh-comment-settings-toggle {
  line-height: 1 !important;
}

.hh-vk-comment-item-fixed .hh-comment-settings .post-settings-icon {
  width: 22px !important;
  height: 6px !important;
}

@media (max-width: 960px) {
  .hh-vk-comment-replies .post-comment.hh-vk-comment-reply {
    padding-left: 44px !important;
  }

  .hh-vk-comment-item-fixed .content-actions,
  .hh-vk-comment-item-fixed .content-action:first-child,
  .hh-vk-comment-item-fixed .hh-comment-right-actions {
    gap: 14px !important;
  }
}


/* Phase 93: Vikinger-like comment action row and reply-tree alignment */
.hh-vk-comment-item-fixed .content-actions{
  height:20px!important;
  margin-top:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.hh-vk-comment-item-fixed .content-actions > .hh-comment-action-row{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:22px!important;
  width:100%!important;
  min-width:0!important;
}
.hh-vk-comment-item-fixed .hh-comment-action-row .meta-line,
.hh-vk-comment-item-fixed .hh-comment-action-row .meta-line.settings{
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  min-width:0!important;
  white-space:nowrap!important;
}
.hh-vk-comment-item-fixed .hh-comment-action-row .meta-line.settings{
  margin-left:auto!important;
}
.hh-vk-comment-item-fixed .hh-comment-action-row .meta-line-link,
.hh-vk-comment-item-fixed .hh-comment-action-row .meta-line-timestamp{
  font-size:.75rem!important;
  line-height:1!important;
}

.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies,
.hh-vk-comment-list-clean .hh-vk-comment-replies{
  border-left:0!important;
  margin:14px 0 0!important;
  padding-left:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies::before,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies::after,
.hh-vk-comment-list-clean .hh-vk-comment-replies::before,
.hh-vk-comment-list-clean .hh-vk-comment-replies::after{
  display:none!important;
  content:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
  padding:20px 0 18px 76px!important;
  border-top:1px solid #161616!important;
  background:transparent!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child,
.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child{
  padding-top:4px!important;
  border-top:0!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
  left:18px!important;
  top:20px!important;
  transform:none!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions,
.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-main .content-actions{
  margin-top:10px!important;
}
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions > .hh-comment-action-row,
.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-main .content-actions > .hh-comment-action-row{
  gap:18px!important;
}

@media(max-width:680px){
  .hh-vk-comment-item-fixed .content-actions > .hh-comment-action-row{
    gap:14px!important;
  }
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
    padding-left:62px!important;
  }
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
    left:10px!important;
  }
}


/* Phase 94: Tree-Comment Composer breiter und sauberer wie Vikinger */
.hh-vk-comment-list-clean .hh-vk-inline-reply-form,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:start!important;
  gap:18px!important;
  margin-top:14px!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form>.user-avatar,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form>.user-avatar{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  grid-column:1!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form>.form,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form>.form{
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .hh-comment-reply-context,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .hh-comment-reply-context{
  display:none!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-row,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-item,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-row,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-item,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input.small,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input.small{
  position:relative!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input.small label,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input.small label{
  left:18px!important;
  top:-10px!important;
  padding:0 10px!important;
  background:#1d2333!important;
  color:rgba(255, 255, 255, 0.3)!important;
  font-size:1rem!important;
  font-weight:700!important;
  z-index:2!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input.small input,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input.small input{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:88px!important;
  padding:24px 20px 16px!important;
  border-radius:20px!important;
  border:2px solid #7750f8!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input.small input:focus,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input.small input:focus{
  border-color:#8f69ff!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .hh-vk-inline-reply-meta,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .hh-vk-inline-reply-meta{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin-top:10px!important;
}
.hh-vk-comment-list-clean .hh-vk-inline-reply-form .hh-vk-inline-reply-count,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .hh-vk-inline-reply-count{
  color:rgba(255, 255, 255, 0.3)!important;
  font-size:1rem!important;
  font-weight:700!important;
  line-height:1!important;
}
@media(max-width:680px){
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form .form-input.small input,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .form-input.small input{
    height:72px!important;
    padding:22px 16px 12px!important;
    border-radius:18px!important;
  }
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form .hh-vk-inline-reply-count,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form .hh-vk-inline-reply-count{
    font-size:.95rem!important;
  }
}


/* Phase 95: Tree-Comment Composer Sichtbarkeit + kompaktere Optik */
.hh-vk-comment-list-clean .hh-vk-inline-reply-form[hidden],
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form[hidden],
.hh-feed-media-modal .hh-feed-media-modal-comment-form-slot .hh-vk-inline-reply-form[hidden]{
  display:none!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]),
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]){
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  margin:12px 0 14px!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden])>.user-avatar,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden])>.user-avatar{
  position:relative!important;
  top:2px!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:40px!important;
  min-width:40px!important;
  height:44px!important;
  margin:0!important;
  transform:none!important;
  grid-column:1!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden])>.form,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden])>.form{
  grid-column:2!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .hh-comment-reply-context,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .hh-comment-reply-context{
  display:none!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-row,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-item,
.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-input,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-row,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-item,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-input{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-input.small label,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-input.small label{
  left:16px!important;
  top:-9px!important;
  padding:0 9px!important;
  background:#1d2333!important;
  color:rgba(255, 255, 255, 0.3)!important;
  font-size:.95rem!important;
  font-weight:700!important;
  z-index:2!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-input.small input,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-input.small input{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  padding:18px 18px 10px!important;
  border-radius:16px!important;
  border:2px solid #7750f8!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .hh-vk-inline-reply-meta,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .hh-vk-inline-reply-meta{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin-top:6px!important;
}

.hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .hh-vk-inline-reply-count,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .hh-vk-inline-reply-count{
  color:rgba(255, 255, 255, 0.3)!important;
  font-size:.86rem!important;
  font-weight:700!important;
  line-height:1!important;
}

@media(max-width:680px){
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]),
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]){
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .hh-vk-comment-list-clean .hh-vk-inline-reply-form:not([hidden]) .form-input.small input,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-inline-reply-form:not([hidden]) .form-input.small input{
    height:54px!important;
    border-radius:15px!important;
  }
}


/* Phase 96: Treecomments etwas weiter links + dezente eigene Fläche */
.hh-vk-comment-list-clean .hh-vk-comment-replies,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies{
  margin:16px 0 0 -34px!important;
  padding-left:0!important;
  border-left:0!important;
  gap:10px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
  margin:0!important;
  padding:18px 16px 18px 72px!important;

  box-shadow:none!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child{
  padding-top:18px!important;
  border-top:0px solid rgba(62,74,101,.45)!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment + .hh-vk-comment-item-fixed.post-comment,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment + .hh-vk-comment-item-fixed.post-comment{
  margin-top:10px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
  left:16px!important;
  top:18px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-main .content-actions,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-main .content-actions{
  margin-top:12px!important;
}

@media(max-width:680px){
  .hh-vk-comment-list-clean .hh-vk-comment-replies,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies{
    margin-left:-18px!important;
  }

  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
    padding-left:62px!important;
    padding-right:12px!important;
  }

  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
    left:12px!important;
  }
}


/* Phase 98: Teams-Index als Vikinger groups.html Übersicht */
.hh-teams-section-banner{margin-bottom:40px}
.hh-teams-filterbar{margin-bottom:28px}
.hh-teams-vikinger-filter{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0}
.hh-teams-search-input{width:280px;max-width:100%}
.hh-teams-filter-select{width:190px;max-width:100%}
.hh-teams-recruiting-toggle{display:flex;align-items:center;gap:8px;margin:0;color:#adafca;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}
.hh-teams-recruiting-toggle input{accent-color:#23d2e2}
.hh-team-sort-tabs a{text-decoration:none}
.hh-team-index-actions{gap:16px;margin-left:auto;justify-content:flex-end;flex:0 0 auto}
.hh-team-create-button{height:48px;padding:0 20px;text-decoration:none;white-space:nowrap}
.hh-team-create-button .button-icon{width:18px;height:18px;fill:currentColor;margin-right:8px}
.hh-teams-vikinger-grid{margin-top:0}
.hh-team-user-preview .user-preview-info{min-height:470px}
.hh-team-user-preview .user-short-description-text{min-height:34px;padding:0 26px;line-height:1.25}
.hh-team-user-preview .tag-sticker{z-index:3}
.hh-team-visibility-private{background-color:#615dfa}
.hh-team-visibility-public{background-color:#23d2e2}
.hh-team-card-stats{margin-top:34px}
.hh-team-card-stats .user-stat-title{font-size:1.1rem;white-space:nowrap}
.hh-team-card-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;min-height:34px;margin:18px 24px 0}
.hh-team-card-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#293249;color:#adafca;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hh-team-avatar-list{min-height:40px;margin-top:24px}
.hh-team-preview-actions{padding:0 28px 28px}
.hh-team-preview-actions .button{border:0;text-decoration:none}
.hh-team-preview-actions .button-icon{width:20px;height:20px;fill:currentColor;margin-right:8px}
.hh-teams-empty-state{max-width:420px;margin:0 auto}.hh-teams-empty-state .button{margin-top:18px;text-decoration:none}
.hh-teams-pager{margin-top:36px}
@media(max-width:1365px){.hh-teams-vikinger-filter{width:100%}.hh-team-sort-tabs{width:100%;justify-content:flex-start;overflow-x:auto}.hh-teams-filterbar{align-items:flex-start;flex-direction:column}.hh-teams-filterbar .section-filters-bar-actions{width:100%;justify-content:space-between}.hh-team-index-actions{justify-content:flex-end}}
@media(max-width:760px){.hh-teams-vikinger-filter{display:grid;grid-template-columns:1fr}.hh-teams-search-input,.hh-teams-filter-select{width:100%}.hh-team-index-actions{display:grid;grid-template-columns:1fr}.hh-team-create-button{width:100%;justify-content:center}.hh-team-user-preview .user-preview-info{min-height:auto}.hh-team-user-preview .user-short-description-text{padding:0 18px}.hh-team-preview-actions{padding:0 20px 24px}}

/* Phase 104: Feed-Sidebar-Widgets näher an Vikinger newsfeed.html */
.hh-feed-vikinger-member-widget .widget-box-content{padding-top:32px}
.hh-feed-vikinger-member-widget .hh-feed-member-filters{margin-bottom:34px}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users{display:grid;gap:28px}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status.request-small{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) 64px;
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
  min-height:66px;
  padding:0!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-avatar{
  grid-column:1;
  grid-row:1 / span 2;
  position:static!important;
  width:56px;
  height:56px;
  margin:0!important;
  display:block;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-title{
  grid-column:2;
  grid-row:1;
  margin:0!important;
  align-self:end;
  min-width:0;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-title .bold{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-text{
  grid-column:2;
  grid-row:2;
  margin:6px 0 0!important;
  min-width:0;
  align-self:start;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .action-request-list{
  grid-column:3;
  grid-row:1 / span 2;
  justify-self:end;
  align-self:center;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.hh-feed-friend-form{margin:0}
.hh-feed-friend-action{border:0;appearance:none;-webkit-appearance:none;padding:0;cursor:pointer}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-avatar,
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-avatar-content{position:relative}
.hh-feed-vikinger-quests-widget .widget-box-content{padding-top:32px}
.hh-feed-vikinger-quests-widget .quest-preview-list{display:grid;gap:34px}
.hh-feed-vikinger-quests-widget .quest-preview{display:block;text-decoration:none;color:inherit}
.hh-feed-vikinger-quests-widget .quest-preview-info{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
}
.hh-feed-vikinger-quests-widget .quest-preview-image{
  grid-column:1;
  grid-row:1 / span 2;
  width:54px;
  height:54px;
  object-fit:contain;
  margin:0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview-title{
  grid-column:2;
  grid-row:1;
  margin:0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview-text{
  grid-column:2;
  grid-row:2;
  margin:6px 0 0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview .progress-stat{margin-top:20px}
.hh-feed-vikinger-quests-widget .hh-static-progress{height:6px;background:#293249}
.hh-feed-vikinger-quests-widget .hh-static-progress span{background:#4ff461}
@media(max-width:680px){
  .hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status.request-small{grid-template-columns:52px minmax(0,1fr) 54px;column-gap:14px}
  .hh-feed-vikinger-quests-widget .quest-preview-info{grid-template-columns:52px minmax(0,1fr);column-gap:14px}
  .hh-feed-vikinger-quests-widget .quest-preview-image{width:50px;height:50px}
}

/* Phase 105: Feed-Widgets enger an Vikinger newsfeed.html angleichen */
.hh-feed-vikinger-quests-widget .widget-box-content{
  padding-top:40px;
}
.hh-feed-vikinger-quests-widget .quest-preview-list{
  display:grid!important;
  gap:38px!important;
}
.hh-feed-vikinger-quests-widget .quest-preview{
  display:grid!important;
  grid-template-columns:1fr;
  grid-template-rows:auto auto;
  row-gap:20px;
  min-height:0;
  overflow:visible;
  text-decoration:none;
  color:inherit;
}
.hh-feed-vikinger-quests-widget .quest-preview-info{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:start;
  min-height:56px;
}
.hh-feed-vikinger-quests-widget .quest-preview-image{
  grid-column:1;
  grid-row:1 / span 2;
  width:54px!important;
  height:54px!important;
  object-fit:contain;
  margin:0!important;
  align-self:start;
}
.hh-feed-vikinger-quests-widget .quest-preview-title{
  grid-column:2;
  grid-row:1;
  margin:0!important;
  line-height:1.05;
}
.hh-feed-vikinger-quests-widget .quest-preview-text{
  grid-column:2;
  grid-row:2;
  margin:8px 0 0!important;
  line-height:1.32;
}
.hh-feed-vikinger-quests-widget .quest-preview .progress-stat{
  width:100%!important;
  height:6px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible;
}
.hh-feed-vikinger-quests-widget .hh-static-progress{
  width:100%!important;
  height:6px!important;
  background:#293249!important;
  border-radius:999px!important;
  overflow:hidden!important;
}
.hh-feed-vikinger-quests-widget .hh-static-progress span{
  display:block!important;
  height:100%!important;
  background:#4ff461!important;
  border-radius:999px!important;
}
.hh-feed-vikinger-activity-widget .widget-box-content,
.hh-feed-vikinger-groups-widget .widget-box-content{
  padding-top:40px;
}
.hh-feed-activity-list{
  display:grid!important;
  gap:34px!important;
}
.hh-feed-activity-list .user-status{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
  min-height:76px;
  padding:0!important;
}
.hh-feed-activity-list .user-status-avatar{
  grid-column:1;
  grid-row:1 / span 2;
  position:static!important;
  width:56px!important;
  height:56px!important;
  margin:0!important;
  align-self:center;
}
.hh-feed-activity-list .user-status-title{
  grid-column:2;
  grid-row:1;
  margin:0!important;
  align-self:end;
  line-height:1.38!important;
  color:#fff;
}
.hh-feed-activity-list .user-status-title .bold,
.hh-feed-activity-list .user-status-title a.bold{
  color:#fff;
  font-weight:700;
}
.hh-feed-activity-list .user-status-title .highlighted,
.hh-feed-activity-list .user-status-title a.highlighted{
  color:#4ff461!important;
  font-weight:700;
}
.hh-feed-activity-list .user-status-timestamp{
  grid-column:2;
  grid-row:2;
  margin:10px 0 0!important;
  color:rgba(255, 255, 255, 0.3);
  font-size:.875rem;
  font-weight:700;
}
.hh-feed-group-filters{
  margin-bottom:34px;
}
.hh-feed-group-list{
  display:grid!important;
  gap:30px!important;
}
.hh-feed-group-list .user-status.request-small{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 64px;
  grid-template-rows:auto auto;
  column-gap:18px;
  align-items:center;
  min-height:72px;
  padding:0!important;
}
.hh-feed-group-list .user-status-avatar{
  grid-column:1;
  grid-row:1 / span 2;
  position:static!important;
  width:56px!important;
  height:56px!important;
  margin:0!important;
  align-self:center;
}
.hh-feed-group-list .user-status-title{
  grid-column:2;
  grid-row:1;
  margin:0!important;
  align-self:end;
  min-width:0;
}
.hh-feed-group-list .user-status-title .bold,
.hh-feed-group-list .user-status-title a.bold{
  color:#fff;
  font-weight:700;
  display:block;
  overflow:hidden;
  white-space:normal;
  line-height:1.18;
}
.hh-feed-group-list .user-status-text{
  grid-column:2;
  grid-row:2;
  margin:8px 0 0!important;
  align-self:start;
  color:rgba(255, 255, 255, 0.3);
}
.hh-feed-group-list .action-request-list{
  grid-column:3;
  grid-row:1 / span 2;
  align-self:center;
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.hh-feed-group-list .action-request{
  text-decoration:none!important;
}
@media(max-width:680px){
  .hh-feed-vikinger-quests-widget .quest-preview-info{grid-template-columns:52px minmax(0,1fr);column-gap:14px}
  .hh-feed-vikinger-quests-widget .quest-preview-image{width:50px!important;height:50px!important}
  .hh-feed-activity-list .user-status{grid-template-columns:56px minmax(0,1fr);column-gap:14px}
  .hh-feed-group-list .user-status.request-small{grid-template-columns:56px minmax(0,1fr) 54px;column-gap:14px}
}

/* Phase 106: Feed-Sidebar-Widget-Abstände wieder näher am Vikinger-Original */
.hh-feed-vikinger-member-widget .widget-box-content,
.hh-feed-vikinger-quests-widget .widget-box-content,
.hh-feed-vikinger-activity-widget .widget-box-content,
.hh-feed-vikinger-groups-widget .widget-box-content{
  margin-top:36px!important;
  padding-top:0!important;
}

.hh-feed-vikinger-member-widget .hh-feed-member-filters,
.hh-feed-vikinger-groups-widget .hh-feed-group-filters{
  margin-bottom:24px!important;
}

.hh-feed-vikinger-member-widget .hh-feed-sidebar-users,
.hh-feed-vikinger-groups-widget .hh-feed-group-list,
.hh-feed-vikinger-activity-widget .hh-feed-activity-list{
  display:block!important;
  gap:0!important;
}

.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status.request-small,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status.request-small{
  display:block!important;
  min-height:44px!important;
  padding:2px 48px 0 52px!important;
  margin:0 0 22px!important;
  position:relative!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status.request-small:last-child,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status.request-small:last-child{
  margin-bottom:0!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-avatar,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status-avatar{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  display:block!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-title,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status-title{
  display:block!important;
  margin:2px 0 0!important;
  line-height:1.1428571429em!important;
  min-width:0;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-title .bold,
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-title a.bold,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status-title .bold,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status-title a.bold{
  display:block;
  color:#fff;
  font-weight:700;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  line-height:1.1428571429em!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status-text,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status-text{
  display:block!important;
  margin:8px 0 0!important;
  color:rgba(255, 255, 255, 0.3);
  line-height:1.25!important;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .action-request-list,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .action-request-list{
  position:absolute!important;
  top:2px!important;
  right:0!important;
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
}
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-avatar,
.hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-avatar-content,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-avatar,
.hh-feed-vikinger-groups-widget .hh-feed-group-list .user-avatar-content{
  position:relative!important;
}

.hh-feed-vikinger-quests-widget .quest-preview-list{
  display:block!important;
  gap:0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview{
  display:block!important;
  margin:0 0 28px!important;
  min-height:0!important;
  row-gap:0!important;
  overflow:visible;
  text-decoration:none;
  color:inherit;
}
.hh-feed-vikinger-quests-widget .quest-preview:last-child{
  margin-bottom:0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview-info{
  display:block!important;
  min-height:0!important;
  padding:2px 8px 0 42px!important;
  position:relative!important;
}
.hh-feed-vikinger-quests-widget .quest-preview-image{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:30px!important;
  height:30px!important;
  max-width:30px!important;
  object-fit:contain;
  margin:0!important;
}
.hh-feed-vikinger-quests-widget .quest-preview-title{
  display:block!important;
  margin:0!important;
  font-size:.875rem!important;
  line-height:1.1428571429em!important;
  font-weight:700;
}
.hh-feed-vikinger-quests-widget .quest-preview-text{
  display:block!important;
  margin:4px 0 0!important;
  color:rgba(255, 255, 255, 0.3);
  font-size:.75rem!important;
  line-height:1.3333333333em!important;
  font-weight:500;
}
.hh-feed-vikinger-quests-widget .quest-preview .progress-stat{
  width:100%!important;
  height:6px!important;
  margin:16px 0 0!important;
  padding:0!important;
  overflow:visible;
}
.hh-feed-vikinger-quests-widget .hh-static-progress{
  width:100%!important;
  height:6px!important;
  background:#293249!important;
  border-radius:999px!important;
  overflow:hidden!important;
}
.hh-feed-vikinger-quests-widget .hh-static-progress span{
  display:block!important;
  height:100%!important;
  background:#4ff461!important;
  border-radius:999px!important;
}

.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status{
  display:block!important;
  min-height:44px!important;
  padding:2px 0 0 52px!important;
  margin:0 0 22px!important;
  position:relative!important;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status:last-child{
  margin-bottom:0!important;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-avatar{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-title{
  display:block!important;
  margin:0!important;
  color:#fff;
  font-size:.875rem!important;
  font-weight:500;
  line-height:1.4285714286em!important;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-title .bold,
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-title a.bold{
  color:#fff;
  font-weight:700;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-title .highlighted,
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-title a.highlighted{
  color:#4ff461!important;
  font-weight:600;
}
.hh-feed-vikinger-activity-widget .hh-feed-activity-list .user-status-timestamp{
  display:block!important;
  margin:10px 0 0!important;
  color:rgba(255, 255, 255, 0.3);
  font-size:.75rem!important;
  font-weight:500;
  line-height:1!important;
}

@media(max-width:680px){
  .hh-feed-vikinger-member-widget .hh-feed-sidebar-users .user-status.request-small,
  .hh-feed-vikinger-groups-widget .hh-feed-group-list .user-status.request-small{
    padding-right:46px!important;
  }
  .hh-feed-vikinger-quests-widget .quest-preview-image{
    width:30px!important;
    height:30px!important;
  }
}

/* Phase 109: eigenes Hunthub-SVG statt Vikinger-Logo im Header/Page-Loader */
.header .header-brand .logo.hh-brand-logo-wrap{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.header .header-brand .hh-brand-logo{
  display:block;
  width:50px;
  height:50px;
  object-fit:contain;
}
.page-loader-decoration .hh-loader-logo{
  display:block;
  width:52px;
  height:52px;
  object-fit:contain;
}
@media screen and (max-width:960px){
  .header .header-brand .logo.hh-brand-logo-wrap{
    width:36px;
    height:36px;
  }
  .header .header-brand .hh-brand-logo{
    width:28px;
    height:28px;
  }
}

/* Phase 111: Feed-Share-Karte im Vikinger-Stil */
.hh-shared-post-preview{
  margin-top:28px;
  padding:28px 32px 30px;
  background:#161616;
  border:1px solid rgb(61 61 61);
  border-radius:18px;
  box-shadow:0 18px 34px rgba(0,0,0,.12);
  overflow:hidden;
}
.hh-shared-post-preview .hh-shared-post-author{
  min-height:44px;
  padding-left:56px;
  position:relative;
}
.hh-shared-post-preview .hh-shared-post-author .user-status-avatar{
  position:absolute;
  top:0;
  left:0;
}
.hh-shared-post-preview .hh-shared-post-author .user-status-title{
  margin-top:3px;
}
.hh-shared-post-preview .hh-shared-post-author .user-status-text{
  margin-top:8px;
}
.hh-shared-post-text{
  margin:26px 0 0;
  color:#fff;
  font-size:.95rem;
  font-weight:500;
  line-height:1.65;
}
.hh-shared-post-media{
  margin-top:26px;
  border-radius:16px;
  overflow:hidden;
  background:#111827;
}
.hh-shared-post-media img,
.hh-shared-post-media video{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:cover;
}
.hh-shared-post-unavailable{
  color:rgba(255, 255, 255, 0.3);
  font-size:.875rem;
  font-weight:600;
  line-height:1.4;
}
@media(max-width:680px){
  .hh-shared-post-preview{
    padding:22px 18px 24px;
    border-radius:14px;
  }
  .hh-shared-post-text{
    margin-top:22px;
    font-size:.9rem;
  }
  .hh-shared-post-media{
    margin-top:22px;
  }
}

/* Phase 112: Share-Modal mit Kommentar und Original-Preview */
.hh-share-option-wrap{
  position:relative;
}
.hh-share-modal-trigger{
  cursor:pointer;
}
.hh-share-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:99980;
  align-items:flex-start;
  justify-content:center;
  padding:72px 22px 40px;
}
.hh-share-modal-toggle:checked ~ .hh-share-modal{
  display:flex;
}
.hh-share-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:0;
  background:rgba(9,10,22,.78);
  cursor:pointer;
}
.hh-share-modal-panel{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:calc(100vh - 112px);
  overflow:hidden;
  background:#161616;
  border:1px solid rgba(71,84,120,.46);
  border-radius:18px;
  box-shadow:0 28px 80px rgba(0,0,0,.44);
}
.hh-share-modal-close{
  position:absolute;
  top:-28px;
  right:-28px;
  z-index:2;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#7b4df0;
  color:#fff;
  font-size:32px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 18px 28px rgba(0,0,0,.22);
}
.hh-share-modal-form{
  display:flex;
  flex-direction:column;
  max-height:calc(100vh - 112px);
}
.hh-share-modal-header{
  padding:30px 36px 26px;
  border-bottom:1px solid rgba(71,84,120,.45);
}
.hh-share-modal-header .user-status{
  min-height:44px;
  padding-left:58px;
  position:relative;
}
.hh-share-modal-header .user-status-avatar{
  position:absolute;
  top:0;
  left:0;
}
.hh-share-modal-body{
  padding:30px 36px 32px;
  overflow:auto;
}
.hh-share-textarea-wrap{
  min-height:150px;
  margin:0 0 26px;
}
.hh-share-textarea-wrap textarea{
  min-height:150px;
  padding:0;
  resize:vertical;
  color:#fff;
}
.hh-share-modal-preview .hh-shared-post-preview{
  margin-top:0;
  padding:24px 28px 26px;
  background:#20283b;
}
.hh-share-modal-preview .hh-shared-post-media img,
.hh-share-modal-preview .hh-shared-post-media video{
  max-height:280px;
}
.hh-share-modal-footer{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  padding:24px 36px;
  border-top:1px solid rgba(71,84,120,.45);
}
.hh-share-modal-footer .button{
  min-width:120px;
  cursor:pointer;
}
.hh-share-discard{
  display:flex!important;
  align-items:center;
  justify-content:center;
}
@media(max-width:760px){
  .hh-share-modal{
    align-items:flex-start;
    padding:54px 14px 24px;
  }
  .hh-share-modal-panel,
  .hh-share-modal-form{
    max-height:calc(100vh - 78px);
  }
  .hh-share-modal-close{
    top:-18px;
    right:-10px;
    width:48px;
    height:48px;
    border-radius:12px;
    font-size:28px;
  }
  .hh-share-modal-header,
  .hh-share-modal-body,
  .hh-share-modal-footer{
    padding-left:20px;
    padding-right:20px;
  }
  .hh-share-modal-footer{
    flex-direction:column-reverse;
    align-items:stretch;
  }
  .hh-share-modal-footer .button{
    width:100%;
  }
  .hh-share-modal-preview .hh-shared-post-preview{
    padding:20px 16px 22px;
  }
}

/* Phase 113: Share-Modal wie Vikinger-Composer zentrieren und kompakter ausrichten */
.hh-share-modal{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100vw!important;
  height:100vh!important;
  z-index:999980!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px 22px!important;
  overflow:hidden!important;
}
.hh-share-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  background:rgba(9,10,22,.82)!important;
}
.hh-share-modal-panel{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:min(760px,calc(100vw - 44px))!important;
  max-height:calc(100vh - 56px)!important;
  margin:0 auto!important;
  overflow:visible!important;
  border-radius:16px!important;
  background:#1d2638!important;
  border:1px solid rgba(71,84,120,.52)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.48)!important;
}
.hh-share-modal-form{
  max-height:calc(100vh - 56px)!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#1d2638!important;
}
.hh-share-modal-close{
  top:-24px!important;
  right:-24px!important;
  width:56px!important;
  height:56px!important;
  border-radius:14px!important;
  background:#7b4df0!important;
}
.hh-share-modal-header{
  min-height:92px;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  padding:22px 34px!important;
  border-bottom:1px solid rgba(71,84,120,.55)!important;
}
.hh-share-modal-user{
  min-width:0;
  flex:1 1 auto;
}
.hh-share-post-in{
  position:relative;
  flex:0 0 210px;
}
.hh-share-post-in-label{
  position:absolute;
  top:-11px;
  left:18px;
  z-index:1;
  padding:0 8px;
  background:#1d2638;
  color:#9aa7c4;
  font-size:.78rem;
  font-weight:700;
  line-height:1;
}
.hh-share-post-in-label::before,
.hh-share-post-in-label::after{
  content:'';
  position:absolute;
  top:50%;
  width:26px;
  height:1px;
  background:rgba(130,145,186,.55);
}
.hh-share-post-in-label::before{right:100%;}
.hh-share-post-in-label::after{left:100%;}
.hh-share-post-in-select{
  height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 18px;
  border:2px solid rgba(130,145,186,.48);
  border-radius:16px;
  color:#fff;
  font-weight:800;
  background:#1d2638;
}
.hh-share-post-in-icon{
  width:10px;
  height:10px;
  fill:#fff;
  transform:rotate(90deg);
}
.hh-share-modal-body{
  padding:28px 34px 30px!important;
  overflow:auto!important;
  max-height:calc(100vh - 230px)!important;
}
.hh-share-textarea-wrap{
  min-height:166px!important;
  margin:0 0 26px!important;
}
.hh-share-textarea-wrap textarea{
  min-height:166px!important;
  font-size:.95rem;
  line-height:1.55;
}
.hh-share-modal-preview .hh-shared-post-preview{
  padding:24px 28px 28px!important;
  border-radius:16px!important;
  background:#20283b!important;
}
.hh-share-modal-preview .hh-shared-post-media{
  margin-top:20px!important;
}
.hh-share-modal-preview .hh-shared-post-media img,
.hh-share-modal-preview .hh-shared-post-media video{
  max-height:235px!important;
  border-radius:14px!important;
}
.hh-share-modal-footer{
  min-height:82px;
  padding:18px 34px!important;
  border-top:1px solid rgba(71,84,120,.55)!important;
}
.hh-share-modal-footer .button{
  min-width:104px!important;
  height:48px!important;
}
@media(max-width:760px){
  .hh-share-modal{
    align-items:center!important;
    padding:18px 12px!important;
  }
  .hh-share-modal-panel,
  .hh-share-modal-form{
    width:calc(100vw - 24px)!important;
    max-height:calc(100vh - 36px)!important;
  }
  .hh-share-modal-close{
    top:-14px!important;
    right:-8px!important;
    width:48px!important;
    height:48px!important;
  }
  .hh-share-modal-header{
    flex-direction:column!important;
    align-items:stretch!important;
    min-height:auto;
    padding:20px!important;
  }
  .hh-share-post-in{
    flex:0 0 auto;
  }
  .hh-share-modal-body{
    padding:22px 20px 24px!important;
    max-height:calc(100vh - 250px)!important;
  }
  .hh-share-textarea-wrap,
  .hh-share-textarea-wrap textarea{
    min-height:132px!important;
  }
  .hh-share-modal-footer{
    min-height:auto;
    padding:18px 20px!important;
  }
}

/* Phase 114: Share-Dialog als echtes Vikinger-Share-Popup, viewport-zentriert */
html.hh-share-dialog-is-open{
  overflow:hidden;
}
.hh-share-dialog{
  width:min(620px, calc(100vw - 32px));
  max-width:calc(100vw - 32px);
  max-height:calc(100dvh - 72px);
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  overflow:visible;
}
.hh-share-dialog::backdrop{
  background:rgba(9,10,22,.84);
}
.hh-share-dialog[open]{
  display:block;
}
.hh-share-popup{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}
.hh-share-popup .hh-share-quick-post{
  width:100%;
  max-height:calc(100dvh - 72px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:16px;
  background:#1d2638;
  border:1px solid rgba(71,84,120,.52);
  box-shadow:0 28px 90px rgba(0,0,0,.48);
}
.hh-share-dialog-form{
  min-height:0;
  display:flex;
  flex-direction:column;
}
.hh-share-dialog-close{
  position:absolute;
  top:-24px;
  right:-24px;
  z-index:4;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:14px;
  background:#7b4df0;
  cursor:pointer;
  box-shadow:0 18px 28px rgba(0,0,0,.24);
}
.hh-share-dialog-close .xm-popup_close-button-icon{
  width:14px;
  height:14px;
  fill:#fff;
}
.hh-share-quick-header{
  min-height:86px;
  padding:0 28px;
  border-bottom:1px solid rgba(71,84,120,.55);
}
.hh-share-header-wrap{
  width:100%;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.hh-share-header-wrap .user-status{
  min-width:0;
}
.hh-share-post-in-filter{
  width:170px;
  flex:0 0 170px;
}
.hh-share-post-in-filter .form-row,
.hh-share-post-in-filter .form-item,
.hh-share-post-in-filter .form-select{
  margin:0;
}
.hh-share-post-in-filter .form-select{
  height:58px;
}
.hh-share-post-in-filter .form-select label{
  top:-9px;
}
.hh-share-post-in-filter select{
  pointer-events:none;
}
.hh-share-quick-body{
  min-height:0;
  max-height:calc(100dvh - 246px);
  padding:26px 28px 28px;
  overflow:auto;
}
.hh-share-dialog-textarea{
  min-height:126px;
}
.hh-share-dialog-textarea textarea{
  min-height:126px;
  height:126px;
  resize:none;
  line-height:1.55;
}
.hh-share-dialog-preview-wrap{
  margin-top:22px;
}
.hh-share-dialog-preview-wrap .hh-shared-post-preview{
  margin:0;
  padding:24px 28px 26px;
  border-radius:16px;
  background:#20283b;
  border:0;
}
.hh-share-dialog-preview-wrap .hh-shared-post-author{
  min-height:44px;
}
.hh-share-dialog-preview-wrap .hh-shared-post-text{
  margin-top:22px;
  font-size:.9rem;
  line-height:1.65;
}
.hh-share-dialog-preview-wrap .hh-shared-post-media{
  margin-top:22px;
  border-radius:14px;
  overflow:hidden;
}
.hh-share-dialog-preview-wrap .hh-shared-post-media img,
.hh-share-dialog-preview-wrap .hh-shared-post-media video{
  width:100%;
  max-height:210px;
  object-fit:cover;
  border-radius:14px;
}
.hh-share-footer-wrap{
  border-top:1px solid rgba(71,84,120,.55);
}
.hh-share-footer-wrap .quick-post-footer{
  min-height:72px;
  padding:0 28px;
}
.hh-share-footer-wrap .quick-post-footer-actions{
  gap:18px;
}
.hh-share-footer-wrap .button{
  min-width:104px;
  height:46px;
  cursor:pointer;
}
.hh-share-dialog-discard{
  display:flex!important;
  align-items:center;
  justify-content:center;
}
@media(max-width:760px){
  .hh-share-dialog{
    width:calc(100vw - 24px);
    max-width:calc(100vw - 24px);
    max-height:calc(100dvh - 36px);
  }
  .hh-share-popup .hh-share-quick-post{
    max-height:calc(100dvh - 36px);
  }
  .hh-share-dialog-close{
    top:-14px;
    right:-8px;
    width:48px;
    height:48px;
    border-radius:12px;
  }
  .hh-share-quick-header{
    padding:18px 20px;
  }
  .hh-share-header-wrap{
    min-height:0;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
  }
  .hh-share-post-in-filter{
    width:100%;
    flex:0 0 auto;
  }
  .hh-share-quick-body{
    max-height:calc(100dvh - 270px);
    padding:22px 20px 24px;
  }
  .hh-share-dialog-preview-wrap .hh-shared-post-preview{
    padding:20px 18px 22px;
  }
  .hh-share-footer-wrap .quick-post-footer{
    padding:18px 20px;
  }
  .hh-share-footer-wrap .quick-post-footer-actions{
    width:100%;
  }
  .hh-share-footer-wrap .button{
    flex:1 1 0;
    min-width:0;
  }
}

/* Phase 116: Share-Dialog aus dem Feed-Kontext lösen und über Viewport-Maße mittig fixieren */
.hh-share-dialog{
  position:fixed!important;
  top:50dvh!important;
  left:50vw!important;
  right:auto!important;
  bottom:auto!important;
  inset:auto!important;
  transform:translate(-50%, -50%)!important;
  margin:0!important;
}
.hh-share-dialog[open]{
  display:block!important;
}
@media(max-width:760px){
  .hh-share-dialog{
    top:50dvh!important;
    left:50vw!important;
    transform:translate(-50%, -50%)!important;
  }
}

/* Phase 117: Share-Popup nicht mehr per <dialog>, sondern harter fixed Viewport-Layer */
.hh-share-modal-layer[hidden]{display:none!important;}
.hh-share-modal-layer{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  width:100vw!important;
  height:100dvh!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:60px 20px!important;
  border:0!important;
  background:rgba(9,10,22,.84)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:auto!important;
  transform:none!important;
}
.hh-share-modal-layer .hh-share-popup{
  position:relative!important;
  width:min(620px, calc(100vw - 40px))!important;
  max-width:min(620px, calc(100vw - 40px))!important;
  margin:auto!important;
  transform:none!important;
}
.hh-share-modal-layer .hh-share-quick-post{
  width:100%!important;
  max-height:calc(100dvh - 120px)!important;
}
@media(max-width:760px){
  .hh-share-modal-layer{
    padding:32px 12px!important;
  }
  .hh-share-modal-layer .hh-share-popup{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }
  .hh-share-modal-layer .hh-share-quick-post{
    max-height:calc(100dvh - 64px)!important;
  }
}

/* Phase 118: Feed single-post detail view + notification anchors */
.hh-feed-single-grid{align-items:start}
.hh-feed-single-main-column .hh-vk-feed-post{margin-top:0}
.hh-feed-single-nav-card .widget-box-content,.hh-feed-single-info-card .widget-box-content{margin-top:24px}
.hh-feed-single-nav-secondary{margin-top:12px}
.hh-feed-single-info-card .widget-box-text{font-size:13px;line-height:1.55;color:rgba(255, 255, 255, 0.3)}
.hh-vk-feed-post:target,.hh-vk-comment-item-fixed:target{outline:2px solid rgba(35,210,226,.45);outline-offset:8px;box-shadow:0 0 0 8px rgba(35,210,226,.08)}
@media(max-width:960px){.hh-feed-single-side-column{display:none}.hh-feed-single-grid{display:block}.hh-feed-single-main-column{width:100%}}

/* Phase 119: Feed Mehr-laden-Button statt klassischer Pagination */
.hh-feed-load-more-bar{
  margin-top: 28px;
  padding: 26px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.hh-feed-load-more-info{
  margin:0;
  color:var(--hh-text-muted, rgba(255, 255, 255, 0.3));
  font-size:14px;
  font-weight:700;
}
.hh-feed-load-more-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}
.hh-feed-load-more-button,
.hh-feed-load-more-reset{
  min-width:150px;
  justify-content:center;
}
@media(max-width:760px){
  .hh-feed-load-more-bar{
    display:grid;
    grid-template-columns:1fr;
    text-align:center;
  }
  .hh-feed-load-more-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .hh-feed-load-more-button,
  .hh-feed-load-more-reset{
    width:100%;
  }
}


/* Phase 120: Mehr laden ohne Seitenneuladen / Scrollverlust */
.hh-feed-load-more-bar.is-loading{
  opacity:.72;
  pointer-events:none;
}
.hh-feed-load-more-button[data-hh-loading="1"]{
  cursor:progress;
}

/* Phase 124: Profile sidebar widgets aligned with Vikinger feed widgets */
.hh-profile-vikinger .hh-profile-vk-teams-widget .widget-box-title,
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .widget-box-title,
.hh-profile-vikinger .hh-profile-vk-badges-widget .widget-box-title,
.hh-profile-vikinger .hh-profile-vk-friends-widget .widget-box-title{
  margin-bottom:32px;
}
.hh-profile-vikinger .hh-profile-vk-user-list{
  display:grid;
  gap:22px;
}
.hh-profile-vikinger .hh-profile-vk-user-list .user-status.request-small{
  min-height:52px;
}
.hh-profile-vikinger .hh-profile-vk-user-list .user-status-title{
  min-width:0;
}
.hh-profile-vikinger .hh-profile-vk-user-list .user-status-title a,
.hh-profile-vikinger .hh-profile-vk-user-list .user-status-title .bold{
  max-width:132px;
  display:inline-block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:normal;
  line-height:1.08;
}
.hh-profile-vikinger .hh-profile-vk-user-list .user-status-text{
  white-space:nowrap;
}
.hh-profile-vikinger .hh-profile-vk-user-list .action-request-list{
  right:0;
}
.hh-profile-vikinger .hh-profile-vk-user-list .action-request{
  text-decoration:none;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .widget-box-content{
  padding-top:0;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .quest-preview-list{
  display:grid;
  gap:24px;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .quest-preview{
  text-decoration:none;
  color:inherit;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .quest-preview-image{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px;
  object-fit:contain;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .quest-preview-title{
  max-width:150px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .quest-preview-text{
  max-width:170px;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .progress-stat{
  margin-top:12px;
}
.hh-profile-vikinger .hh-profile-vk-open-quests-widget .hh-static-progress span{
  background:#4ff461;
}
.hh-profile-vikinger .hh-profile-vk-badges-widget .widget-box-content{
  padding-top:0;
}
.hh-profile-vikinger .hh-profile-vk-badge-grid{
  display:grid;
  grid-template-columns:repeat(4,44px);
  gap:18px 20px;
  align-items:center;
}
.hh-profile-vikinger .hh-profile-vk-badge-item{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:1rem;
  font-weight:900;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.18));
}
.hh-profile-vikinger .hh-profile-vk-badge-item img{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
}
.hh-profile-vikinger .hh-profile-vk-friends-widget .widget-box-button{
  margin-top:32px;
}
@media(max-width:1365px){
  .hh-profile-vikinger .hh-profile-vk-badge-grid{grid-template-columns:repeat(4,44px)}
}
@media(max-width:680px){
  .hh-profile-vikinger .hh-profile-vk-user-list .user-status-title a,
  .hh-profile-vikinger .hh-profile-vk-user-list .user-status-title .bold{max-width:180px}
  .hh-profile-vikinger .hh-profile-vk-badge-grid{grid-template-columns:repeat(4,40px);gap:16px 18px}
  .hh-profile-vikinger .hh-profile-vk-badge-item,
  .hh-profile-vikinger .hh-profile-vk-badge-item img{width:40px;height:40px}
}


/* Phase 125: Profile badges stay within widget + inline profile status */
.hh-profile-vikinger .hh-profile-vk-badge-grid{
  max-width:236px;
  overflow:visible;
}
.hh-profile-vikinger .hh-profile-progress-status-card .widget-box-content{
  display:grid;
  gap:24px;
}
.hh-profile-vikinger .hh-profile-status-inline{
  padding-top:22px;
  border-top:1px solid rgba(77,92,128,.35);
}
.hh-profile-vikinger .hh-profile-status-inline-title{
  color:#fff;
  font-size:.875rem;
  font-weight:900;
  margin-bottom:12px;
}
.hh-profile-vikinger .hh-profile-status-inline-text{
  color:rgba(255, 255, 255, 0.3);
  font-size:.875rem;
  font-weight:700;
  line-height:1.45;
  margin-bottom:18px;
}
.hh-profile-vikinger .hh-profile-status-inline .bar-progress-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hh-profile-vikinger .hh-profile-status-inline .hh-static-progress span{
  background:#23d6e8;
}
@media(max-width:680px){
  .hh-profile-vikinger .hh-profile-vk-badge-grid{max-width:214px}
}


/* Phase 126: Profile timeline load-more anchor */
.hh-profile-post-anchor{scroll-margin-top:120px}
.hh-profile-load-more-card{text-align:center}
.hh-profile-load-more-card .widget-box-text{margin-bottom:16px;color:rgba(255, 255, 255, 0.3);font-weight:700}

/* Phase 127: Profile friends subpage */
.hh-profile-friends-page .hh-profile-friends-section{margin-top:32px}
.hh-profile-friends-page .hh-profile-friends-summarybar{margin-bottom:32px}
.hh-profile-friends-page .hh-profile-friends-summarybar .section-filters-bar-actions{display:block}
.hh-profile-friends-page .hh-profile-friends-grid{align-items:start}
.hh-profile-friends-page .hh-profile-friend-card .user-preview-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-profile-friends-page .hh-profile-friend-card .user-short-description-text a{max-width:210px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hh-profile-friends-page .hh-profile-friend-stats-slides{margin-top:28px}
.hh-profile-friends-page .hh-profile-friend-bio{min-height:48px;margin-top:22px;color:rgba(255, 255, 255, 0.3);font-weight:700;line-height:1.45}
.hh-profile-friends-page .hh-profile-friend-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.hh-profile-friends-page .hh-profile-friend-card-actions form{width:100%}
.hh-profile-friends-page .hh-profile-friend-card-actions .button{width:100%;min-width:0;border:0;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap}
.hh-profile-friends-page .hh-profile-friend-card-actions form:only-child,.hh-profile-friends-page .hh-profile-friend-card-actions .button:only-child{grid-column:1/-1}
.hh-profile-friends-page .hh-profile-friends-empty{max-width:520px;margin:0 auto;text-align:center}
.hh-profile-friends-page .hh-profile-friends-empty .widget-box-button{margin-top:20px}
@media(max-width:960px){.hh-profile-friends-page .hh-profile-friend-card-actions{grid-template-columns:1fr}.hh-profile-friends-page .hh-profile-friends-summarybar{height:auto;padding:28px}}


/* Phase 128: Profile badges subpage */
.hh-profile-badges-page .hh-profile-badges-section{margin-top:32px}
.hh-profile-badges-page .hh-profile-badges-summarybar{margin-bottom:32px}
.hh-profile-badges-page .hh-profile-badges-summarybar .section-filters-bar-actions{display:block}
.hh-profile-badges-page .hh-profile-badges-grid{align-items:start}
.hh-profile-badges-page .hh-profile-badge-card{min-height:172px}
.hh-profile-badges-page .hh-profile-badge-card .badge-item-preview-image{object-fit:contain}
.hh-profile-badges-page .hh-profile-badge-preview-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(35,210,226,.18),rgba(97,93,250,.22));border-radius:18px;color:#fff;font-size:2.1rem;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.hh-profile-badges-page .hh-profile-badge-card .badge-item-preview-text{line-height:1.45}
.hh-profile-badges-page .hh-profile-badge-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}
.hh-profile-badges-page .hh-profile-badge-meta span{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:rgba(35,210,226,.12);color:#23d2e2;font-size:.6875rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.hh-profile-badges-page .hh-profile-badges-empty{max-width:520px;margin:0 auto;text-align:center}
.hh-profile-badges-page .hh-profile-badges-empty .widget-box-button{margin-top:20px}
@media(max-width:960px){.hh-profile-badges-page .hh-profile-badges-summarybar{height:auto;padding:28px}.hh-profile-badges-page .hh-profile-badge-card{min-height:0}}


/* Phase 129: Profile teams subpage */
.hh-profile-teams-page .hh-profile-teams-section{margin-top:32px}
.hh-profile-teams-page .hh-profile-teams-filterbar{margin-bottom:32px}
.hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{display:block}
.hh-profile-teams-page .hh-profile-teams-filter{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hh-profile-teams-page .hh-profile-teams-search-input{min-width:260px}
.hh-profile-teams-page .hh-profile-teams-sort-select{min-width:210px}
.hh-profile-teams-page .hh-profile-team-sort-tabs{margin-top:18px}
.hh-profile-teams-page .hh-profile-teams-summary{display:block;text-align:right}
.hh-profile-teams-page .hh-profile-teams-grid{align-items:start}
.hh-profile-teams-page .hh-profile-team-card .user-preview-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-profile-teams-page .hh-profile-team-card .user-short-description-text{max-width:230px;margin-left:auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hh-profile-teams-page .hh-profile-team-card-stats{margin-top:28px}
.hh-profile-teams-page .hh-profile-team-card-meta{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:18px auto 0;max-width:280px}
.hh-profile-teams-page .hh-profile-team-card-meta span{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:rgba(35,210,226,.12);color:#23d2e2;font-size:.6875rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.hh-profile-teams-page .hh-profile-team-description{min-height:54px;margin:20px auto 0;max-width:290px;color:rgba(255, 255, 255, 0.3);font-size:.875rem;font-weight:700;line-height:1.45;text-align:center}
.hh-profile-teams-page .hh-profile-team-avatar-list{margin-top:20px}
.hh-profile-teams-page .hh-profile-team-card-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}
.hh-profile-teams-page .hh-profile-team-card-actions form{width:100%}
.hh-profile-teams-page .hh-profile-team-card-actions .button{width:100%;min-width:0;border:0;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap}
.hh-profile-teams-page .hh-profile-team-card-actions .button[disabled]{cursor:not-allowed;opacity:.72}
.hh-profile-teams-page .hh-profile-team-state{cursor:default}
.hh-profile-teams-page .hh-profile-teams-empty{max-width:520px;margin:0 auto;text-align:center}
.hh-profile-teams-page .hh-profile-teams-empty .widget-box-button{margin-top:20px}
@media(max-width:960px){.hh-profile-teams-page .hh-profile-teams-filterbar{height:auto;padding:28px}.hh-profile-teams-page .hh-profile-teams-summary{text-align:left;margin-top:18px}.hh-profile-teams-page .hh-profile-teams-search-input,.hh-profile-teams-page .hh-profile-teams-sort-select{min-width:100%;width:100%}}

/* Phase 130: Profil-Teams Unterseite – Filterleiste wieder wie Vikinger v1 ausrichten */
@media (min-width: 1366px){
  .hh-profile-teams-page .hh-profile-teams-filterbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:96px;
    padding:0 28px;
    overflow:visible;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{
    display:flex;
    align-items:center;
    flex:1 1 auto;
    min-width:0;
    margin-bottom:0;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:last-child{
    flex:0 0 auto;
    margin-left:28px;
    margin-bottom:0;
  }

  .hh-profile-teams-page .hh-profile-teams-filter{
    display:flex;
    align-items:center;
    flex:0 0 auto;
    flex-wrap:nowrap;
    gap:0;
  }

  .hh-profile-teams-page .hh-profile-teams-filter .form-select{
    display:none;
  }

  .hh-profile-teams-page .hh-profile-teams-search-input{
    width:240px;
    min-width:240px;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .form + .filter-tabs{
    margin-left:80px;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs{
    display:flex;
    height:96px;
    margin-top:0;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs .filter-tab{
    width:162px;
  }
}

@media (max-width: 1365px){
  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{
    display:flex;
    justify-content:center;
    width:100%;
  }

  .hh-profile-teams-page .hh-profile-teams-filter{
    display:flex;
    align-items:center;
  }

  .hh-profile-teams-page .hh-profile-teams-filter .form-select{
    display:block;
  }
}

@media (max-width: 960px){
  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{
    display:block;
  }

  .hh-profile-teams-page .hh-profile-teams-filter{
    display:block;
    width:100%;
  }
}

/* Phase 131: Profile teams filterbar – right summary no longer pushes/overlaps tabs */
@media (min-width: 1366px){
  .hh-profile-teams-page .hh-profile-teams-filterbar{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) 340px;
    align-items:center;
    column-gap:28px;
    height:96px;
    padding:0 28px;
    overflow:visible;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{
    display:grid !important;
    grid-template-columns:240px minmax(486px, 1fr);
    align-items:center;
    column-gap:80px;
    width:auto !important;
    min-width:0;
    margin:0 !important;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:last-child,
  .hh-profile-teams-page .hh-profile-teams-summary{
    display:block !important;
    width:340px !important;
    min-width:0;
    margin:0 !important;
    text-align:right;
  }

  .hh-profile-teams-page .hh-profile-teams-filter{
    display:block !important;
    width:240px;
    min-width:0;
    margin:0;
  }

  .hh-profile-teams-page .hh-profile-teams-search-input{
    width:240px !important;
    min-width:240px !important;
  }

  .hh-profile-teams-page .hh-profile-teams-filter .form-select{
    display:none !important;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .form + .filter-tabs{
    margin-left:0 !important;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs{
    display:flex !important;
    justify-self:start;
    width:486px;
    max-width:100%;
    height:96px;
    margin:0 !important;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs .filter-tab{
    width:162px;
    min-width:162px;
  }

  .hh-profile-teams-page .hh-profile-teams-summary .section-filters-bar-text{
    justify-content:flex-end;
  }
}

@media (min-width: 1366px) and (max-width: 1500px){
  .hh-profile-teams-page .hh-profile-teams-filterbar{
    grid-template-columns:minmax(0, 1fr) 300px;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:first-child{
    grid-template-columns:240px minmax(420px, 1fr);
    column-gap:48px;
  }

  .hh-profile-teams-page .hh-profile-teams-filterbar .section-filters-bar-actions:last-child,
  .hh-profile-teams-page .hh-profile-teams-summary{
    width:300px !important;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs{
    width:420px;
  }

  .hh-profile-teams-page .hh-profile-team-sort-tabs .filter-tab{
    width:140px;
    min-width:140px;
  }
}

@media (max-width: 1365px){
  .hh-profile-teams-page .hh-profile-teams-filterbar{
    display:flex !important;
  }
}


/* Phase 133: Profile about polish */
.hh-profile-about-page{
  margin-top:32px;
}

.hh-profile-about-page .section-header{
  display:none;
}

.hh-profile-about-progress-widget{
  overflow:hidden;
}

.hh-profile-about-progress-widget .achievement-status-list{
  margin-top:34px;
}

.hh-profile-about-progress-widget .achievement-status{
  min-width:0;
}

.hh-profile-about-progress-widget .achievement-status-image{
  width:58px;
  height:58px;
  max-width:58px;
  max-height:58px;
  object-fit:contain;
}

.hh-profile-about-progress-widget .achievement-status-progress,
.hh-profile-about-progress-widget .achievement-status-title,
.hh-profile-about-progress-widget .achievement-status-text{
  overflow-wrap:anywhere;
}

@media (max-width: 680px){
  .hh-profile-about-page{
    margin-top:24px;
  }

  .hh-profile-about-progress-widget .achievement-status-list{
    gap:16px;
  }
}

/* Phase 142: Feed comment spacing + collapsed tree replies */
.hh-vk-comment-list-clean .hh-vk-comment-replies[hidden],
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies[hidden]{
  display:none!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-item-fixed.hh-vk-comment-root,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.hh-vk-comment-root{
  display:block!important;
  position:relative!important;
  padding:28px 36px 28px 96px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-item-fixed.hh-vk-comment-root > .user-avatar,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.hh-vk-comment-root > .user-avatar{
  position:absolute!important;
  left:36px!important;
  top:28px!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0!important;
  width:40px!important;
  min-width:40px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-item-fixed.hh-vk-comment-root > .hh-vk-comment-main,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.hh-vk-comment-root > .hh-vk-comment-main{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:auto!important;
}

.hh-comment-load-replies{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  margin:22px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font:inherit!important;
  font-size:.95rem!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:left!important;
  cursor:pointer!important;
}

.hh-comment-load-replies:hover,
.hh-comment-load-replies:focus{
  color:#4ff461!important;
}

.hh-comment-load-replies-count{
  color:#4ff461!important;
  font-weight:900!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies{
  margin:16px 0 0!important;
  padding:0!important;
  border-left:0!important;
  gap:0!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
  display:block!important;
  position:relative!important;
  margin:0!important;
  padding:18px 16px 18px 62px!important;
  border-top:1px solid #161616!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment:first-child{
  border-top:1px solid #161616!important;
  padding-top:18px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
  position:absolute!important;
  left:8px!important;
  top:18px!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0!important;
  width:38px!important;
  min-width:38px!important;
}

.hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .hh-vk-comment-main,
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .hh-vk-comment-main{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:auto!important;
}

@media(max-width:680px){
  .hh-vk-comment-list-clean .hh-vk-comment-item-fixed.hh-vk-comment-root,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.hh-vk-comment-root{
    padding:24px 20px 24px 76px!important;
  }

  .hh-vk-comment-list-clean .hh-vk-comment-item-fixed.hh-vk-comment-root > .user-avatar,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-item-fixed.hh-vk-comment-root > .user-avatar{
    left:20px!important;
    top:24px!important;
  }

  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment{
    padding-left:54px!important;
    padding-right:8px!important;
  }

  .hh-vk-comment-list-clean .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar,
  .hh-feed-media-modal .hh-feed-media-modal-comments .hh-vk-comment-replies .hh-vk-comment-item-fixed.post-comment > .user-avatar{
    left:6px!important;
  }
}

/* Phase 143: Comment reply toggle + hidden root comments */
.hh-vk-comment-list-clean .hh-comment-hidden-roots[hidden],
.hh-feed-media-modal .hh-feed-media-modal-comments .hh-comment-hidden-roots[hidden]{
  display:none!important;
}

.hh-comment-load-more-comments{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  margin:22px 36px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font:inherit!important;
  font-size:.95rem!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:left!important;
  cursor:pointer!important;
}

.hh-comment-load-more-comments:hover,
.hh-comment-load-more-comments:focus{
  color:#4ff461!important;
}

.hh-comment-hidden-roots{
  margin-top:0!important;
}

@media(max-width:680px){
  .hh-comment-load-more-comments{
    margin-left:20px!important;
    margin-right:20px!important;
  }
}

/* Phase 144: Comment visible limit + loader count spacing */
.hh-comment-load-replies > .hh-comment-load-replies-count{
  display:inline-block!important;
  margin-right:.28em!important;
}

.hh-comment-load-more-comments > .hh-comment-load-replies-count{
  display:inline-block!important;
  margin-left:.28em!important;
  margin-right:.28em!important;
}

/* Phase 145: Account security hub */
.hh-account-security-alert{
  width:1184px;
  max-width:100%;
  margin:0 auto 28px;
}

.hh-account-security-grid .account-hub-content .grid-column{
  row-gap:28px;
}

.hh-account-security-widget .widget-box-content{
  padding-top:28px;
}

.hh-account-security-text{
  margin:0 0 22px;
  color:#9aa4bf;
  font-size:.875rem;
  font-weight:500;
  line-height:1.7;
}

.hh-account-security-actions{
  margin-top:8px;
}

.hh-account-security-cards{
  align-items:stretch;
}

.hh-account-security-cards .widget-box{
  height:100%;
}

.hh-account-security-warning{
  margin:0 0 22px;
  padding:16px 18px;
  border:1px solid rgba(255, 91, 91, .35);
  border-radius:12px;
  background:rgba(255, 91, 91, .08);
  color:#fff;
  font-size:.875rem;
  font-weight:700;
  line-height:1.5;
}

.hh-account-security-event-list{
  display:grid;
  gap:12px;
}

.hh-account-security-event{
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}

.hh-account-security-event-title{
  margin:0;
  color:#fff;
  font-size:.875rem;
  font-weight:800;
  text-transform:capitalize;
}

.hh-account-security-event-meta,
.hh-account-security-event-agent,
.hh-account-security-empty{
  margin:6px 0 0;
  color:#8f98b4;
  font-size:.75rem;
  font-weight:600;
  line-height:1.5;
}

.hh-account-security-event-agent{
  overflow-wrap:anywhere;
}

@media(max-width:960px){
  .hh-account-security-cards{
    display:grid;
    grid-template-columns:1fr;
  }
}

/* Phase 135: Account info hub */
.hh-account-info-grid{align-items:start}
.hh-account-info-grid .account-hub-content{min-width:0}
.hh-account-info-widget+.hh-account-info-widget{margin-top:16px}
.hh-account-readonly-form .form-row+.form-row{margin-top:28px}
.hh-account-readonly-form .form-item{min-width:0}
.hh-account-readonly-input input[readonly]{cursor:default;color:#fff}
.hh-account-info-text{max-width:760px;margin:0 0 24px;color:rgba(255,255,255,.55);font-size:.9rem;font-weight:600;line-height:1.55}
.hh-account-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hh-account-link-card{display:flex;align-items:center;gap:14px;min-width:0;padding:18px 20px;border-radius:12px;background:rgba(21,31,49,.62);text-decoration:none;transition:transform .18s ease,background .18s ease}
.hh-account-link-card:hover{transform:translateY(-2px);background:rgba(35,210,226,.1);text-decoration:none}
.hh-account-link-icon{flex:0 0 auto;width:22px;height:22px;fill:#23d2e2}
.hh-account-link-card span{display:flex;min-width:0;flex-direction:column;gap:4px}
.hh-account-link-card strong{color:#fff;font-size:.86rem;font-weight:800;line-height:1.15}
.hh-account-link-card small{color:rgba(255,255,255,.42);font-size:.72rem;font-weight:700;line-height:1.35}
@media(max-width:680px){.hh-account-readonly-form .form-row.split{display:grid;grid-template-columns:1fr;gap:22px}.hh-account-link-grid{grid-template-columns:1fr}.hh-account-info-widget+.hh-account-info-widget{margin-top:14px}}

/* Phase 136: Account notification settings */
.hh-account-settings-grid{align-items:start}
.hh-account-settings-grid .account-hub-content{min-width:0}
.hh-account-settings-alert{margin:18px 0 0}
.hh-account-settings-widget+.hh-account-settings-widget{margin-top:16px}
.hh-account-settings-intro{max-width:780px;margin:0 0 22px;color:rgba(255,255,255,.55);font-size:.9rem;font-weight:600;line-height:1.55}
.hh-notification-switch-list{margin-top:0}
.hh-notification-switch-option{display:flex!important;align-items:center;min-height:78px;padding-right:76px;cursor:pointer;position:relative}
.hh-notification-switch-option+.hh-notification-switch-option{margin-top:0}
.hh-notification-switch-copy{display:block;min-width:0}
.hh-notification-switch-copy .switch-option-title{display:block;color:#fff;font-size:.95rem;font-weight:800;line-height:1.15}
.hh-notification-switch-copy .switch-option-text{display:block;max-width:760px;margin-top:6px;color:rgba(255,255,255,.45);font-size:.82rem;font-weight:600;line-height:1.4}
.hh-notification-switch-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.hh-notification-switch-option .form-switch{position:absolute;top:50%;right:0;transform:translateY(-50%)}
.hh-notification-switch-input:checked+.form-switch{background-color:rgba(127,27,29,.85)}
.hh-notification-switch-input:checked+.form-switch .form-switch-button{left:26px}
.hh-notification-switch-input:focus-visible+.form-switch{box-shadow:0 0 0 3px rgba(35,210,226,.24)}
.hh-account-settings-link-grid{margin-top:0}
@media(max-width:680px){.hh-notification-switch-option{min-height:88px;padding-right:66px}.hh-notification-switch-copy .switch-option-text{font-size:.78rem}.hh-account-settings-widget+.hh-account-settings-widget{margin-top:14px}}

/* Phase 146: Account privacy hub */
.hh-account-privacy-grid{align-items:start}
.hh-account-privacy-grid .account-hub-content{min-width:0}
.hh-account-privacy-alert{margin:18px 0 0}
.hh-account-privacy-widget+.hh-account-privacy-widget{margin-top:16px}
.hh-account-privacy-intro{max-width:780px;margin:0 0 22px;color:rgba(255,255,255,.55);font-size:.9rem;font-weight:600;line-height:1.55}
.hh-account-privacy-select-row+.hh-account-privacy-select-row{margin-top:28px}
.hh-account-privacy-select-row .form-title{color:#fff;font-size:.875rem;font-weight:800;line-height:1.25}
.hh-account-privacy-select-row .form-select select{background-color:#232323;border:1px solid rgba(255,255,255,.08);color:#fff}
.hh-privacy-switch-list{margin-top:0}
.hh-privacy-switch-option{display:flex!important;align-items:center;min-height:78px;padding-right:76px;cursor:pointer;position:relative}
.hh-privacy-switch-option+.hh-privacy-switch-option{margin-top:0}
.hh-privacy-switch-copy{display:block;min-width:0}
.hh-privacy-switch-copy .switch-option-title{display:block;color:#fff;font-size:.95rem;font-weight:800;line-height:1.15}
.hh-privacy-switch-copy .switch-option-text{display:block;max-width:760px;margin-top:6px;color:rgba(255,255,255,.45);font-size:.82rem;font-weight:600;line-height:1.4}
.hh-privacy-switch-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.hh-privacy-switch-option .form-switch{position:absolute;top:50%;right:0;transform:translateY(-50%)}
.hh-privacy-switch-input:checked+.form-switch{background-color:rgba(127,27,29,.85)}
.hh-privacy-switch-input:checked+.form-switch .form-switch-button{left:26px}
.hh-privacy-switch-input:focus-visible+.form-switch{box-shadow:0 0 0 3px rgba(35,210,226,.24)}
.hh-account-privacy-link-grid{margin-top:0}
@media(max-width:680px){.hh-account-privacy-select-row.form-row.split{display:grid;grid-template-columns:1fr;gap:18px}.hh-privacy-switch-option{min-height:88px;padding-right:66px}.hh-privacy-switch-copy .switch-option-text{font-size:.78rem}.hh-account-privacy-widget+.hh-account-privacy-widget{margin-top:14px}}

/* Phase 147: Profile messages hub */
.hh-profile-messages-grid{align-items:start}
.hh-profile-messages-grid .account-hub-content{min-width:0}
.hh-profile-messages-alert{margin:18px 0 0}
.hh-profile-messages-header-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hh-profile-messages-header-actions .section-header-action{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.hh-profile-messages-header-actions .highlighted{color:#4ff461;font-weight:900}
.hh-profile-messages-wrap{margin-top:28px}
.hh-profile-messages-wrap .chat-widget{background:#232323}
.hh-profile-conversation-list-widget .chat-widget-messages{height:600px}
.hh-profile-conversation-link{display:block;color:inherit;text-decoration:none}
.hh-profile-conversation-link:hover{color:inherit;text-decoration:none}
.hh-profile-conversation-link.is-unread .user-status-title .bold{color:#fff}
.hh-profile-conversation-link.is-unread .user-status-text{color:#fff}
.hh-profile-message-unread{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:8px;padding:0 7px;border-radius:999px;background:#4ff461;color:#161616;font-size:.72rem;font-weight:900;vertical-align:middle}
.hh-profile-message-empty-list,.hh-profile-message-thread-empty{padding:32px 28px;text-align:left}
.hh-profile-message-empty-title{color:#fff;font-size:1rem;font-weight:900;line-height:1.25}
.hh-profile-message-empty-text{max-width:420px;margin-top:8px;color:rgba(255,255,255,.42);font-size:.86rem;font-weight:600;line-height:1.45}
.hh-profile-message-pagination{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.45)}
.hh-profile-message-pagination nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.hh-profile-message-pagination a,.hh-profile-message-pagination span{color:rgba(255,255,255,.55);text-decoration:none}
.hh-profile-message-thread-widget .chat-widget-header{min-height:96px}
.hh-profile-message-thread-widget .chat-widget-conversation{height:504px;padding:28px 28px 22px}
.hh-profile-message-profile-link{position:absolute;top:18px;right:24px;color:#4ff461;font-size:.82rem;font-weight:900;text-decoration:none}
.hh-profile-message-profile-link:hover{color:#fff;text-decoration:none}
.hh-profile-message-thread-widget .chat-widget-speaker-message{max-width:76%;white-space:pre-wrap;word-break:break-word}
.hh-profile-message-thread-widget .chat-widget-speaker.right .chat-widget-speaker-message{background:rgba(127,27,29,.85)}
.hh-profile-message-reply-form .hh-profile-message-submit{display:flex;width:54px;height:48px;align-items:center;justify-content:center;background:transparent;box-shadow:none;position:absolute;top:0;right:0;cursor:pointer;border:0;padding:0}
.hh-profile-message-reply-form .interactive-input-action-icon{width:22px;height:22px;fill:#4ff461;transition:fill .2s ease-in-out}
.hh-profile-message-reply-form .hh-profile-message-submit:hover .interactive-input-action-icon{fill:#fff}
.hh-profile-message-reply-disabled p{color:rgba(255,255,255,.42);font-size:.85rem;font-weight:700;line-height:1.35}
.hh-profile-message-start-widget{margin-top:18px}
.hh-profile-message-start-widget .widget-box-content{margin-top:28px}
.hh-profile-message-start-widget .form-select select{background-color:#232323;border:1px solid rgba(255,255,255,.08);color:#fff}
.hh-profile-message-start-actions{display:flex;justify-content:flex-end;margin-top:28px}
.hh-profile-message-start-actions .button{width:220px;border:0}
@media(max-width:960px){.hh-profile-messages-wrap .chat-widget:first-child,.hh-profile-messages-wrap .chat-widget:last-child{width:100%}.hh-profile-conversation-list-widget .chat-widget-messages{height:auto;max-height:520px}.hh-profile-message-thread-widget .chat-widget-conversation{height:auto;min-height:320px;max-height:560px}.hh-profile-message-profile-link{position:static;display:inline-block;margin-top:12px}.hh-profile-message-start-widget .form-row.split{display:grid;grid-template-columns:1fr;gap:18px}.hh-profile-message-start-actions .button{width:100%}}
@media(max-width:680px){.hh-profile-messages-wrap{margin-top:20px}.hh-profile-messages-header-actions{gap:12px}.hh-profile-message-thread-widget .chat-widget-conversation{padding:22px 18px}.hh-profile-message-thread-widget .chat-widget-speaker-message{max-width:88%}.hh-profile-message-start-widget{margin-top:14px}}


/* Phase 148: Messages hub layout containment */
.hh-profile-messages-page{
  max-width:1360px;
}

.hh-profile-messages-page .hh-account-hub-banner{
  width:100%;
}

.hh-profile-messages-grid{
  grid-template-columns:minmax(260px,300px) minmax(0,1fr);
}

.hh-profile-messages-grid .account-hub-sidebar,
.hh-profile-messages-grid .account-hub-content,
.hh-profile-messages-wrap,
.hh-profile-messages-wrap .chat-widget{
  min-width:0;
}

.hh-profile-messages-wrap{
  width:100%;
  max-width:100%;
  overflow:hidden;
}

.hh-profile-messages-wrap .chat-widget:first-child{
  flex:0 0 35%;
  width:35%;
  max-width:380px;
}

.hh-profile-messages-wrap .chat-widget:last-child{
  flex:1 1 auto;
  width:auto;
}

.hh-profile-message-thread-widget.is-empty .chat-widget-conversation{
  min-height:504px;
  display:flex;
  align-items:flex-start;
}

.hh-profile-message-thread-widget.is-empty .hh-profile-message-thread-empty{
  width:100%;
}

@media(max-width:1320px){
  .hh-profile-messages-page{
    max-width:1184px;
  }

  .hh-profile-messages-grid{
    grid-template-columns:23.9864864865% 74.6621621622%;
  }

  .hh-profile-messages-wrap .chat-widget:first-child{
    flex-basis:38%;
    width:38%;
  }
}

@media(max-width:1180px){
  .hh-profile-messages-grid{
    grid-template-columns:1fr;
  }
}


/* Phase 149: Messages nested content-grid fix */
.hh-profile-messages-page{
  width:100%;
  max-width:none;
}

.hh-profile-messages-page .hh-account-hub-banner{
  margin-top:0;
}

.hh-profile-messages-page .hh-profile-messages-grid{
  margin-top:64px;
}

@media(max-width:1180px){
  .hh-profile-messages-page .hh-profile-messages-grid{
    margin-top:40px;
  }
}

@media(max-width:680px){
  .hh-profile-messages-page .hh-profile-messages-grid{
    margin-top:28px;
  }
}

/* Phase 151: Messages reply validation without native browser bubble */
.hh-profile-message-reply-form .interactive-input input{
  padding-right:58px;
}

.hh-profile-message-reply-form.has-error .interactive-input input{
  border-color:#ff5f7a;
  box-shadow:0 0 0 4px rgba(255,95,122,.12);
}

.hh-profile-message-inline-error{
  margin-top:8px;
  color:#ff5f7a;
  font-size:.78rem;
  font-weight:700;
  line-height:1.3;
}

.hh-profile-message-reply-form.is-loading{
  opacity:.76;
  pointer-events:none;
}



/* Phase 152: Reply send button must not use .interactive-input-action because Vikinger form.utils clears that input on click. */
.hh-profile-message-reply-form .hh-profile-message-submit:disabled{opacity:.55;cursor:default}

/* Phase 154: Profile notifications hub + infinite load */
/* Phase 156: Notifications profile page - manual load, flatter Vikinger list */
.hh-profile-notifications-page{min-width:0}
.hh-profile-notifications-grid{align-items:start}
.hh-profile-notifications-grid .account-hub-content{min-width:0}
.hh-profile-notifications-section-header{align-items:flex-end;margin-bottom:28px}
.hh-profile-notifications-alert{margin:0 0 18px}
.hh-profile-notifications-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:26px;flex-wrap:wrap}
.hh-profile-notifications-header-actions .section-header-action{display:inline-flex;align-items:center;gap:6px;margin:0;white-space:nowrap}
.hh-profile-notifications-header-actions .highlighted{color:#4ff461;font-weight:900}
.hh-profile-notifications-read-all{margin:0}
.hh-profile-notifications-text-action{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#adafca;font-size:.78rem;font-weight:900;line-height:1;text-decoration:none;cursor:pointer;transition:color .18s ease-in-out}
.hh-profile-notifications-text-action:hover{color:#fff;text-decoration:none}
.hh-profile-notifications-list{display:grid;gap:16px;min-width:0}
.hh-profile-notification-item{display:grid;grid-template-columns:48px minmax(0,1fr) 36px;gap:18px;align-items:center;min-height:92px;padding:20px 28px;border:0;border-radius:12px;background:#1d2333;box-shadow:none;transition:background-color .18s ease-in-out,transform .18s ease-in-out}
.hh-profile-notification-item:hover{background:#20283a}
.hh-profile-notification-item.is-unread{background:#20283a;box-shadow:inset 3px 0 0 rgba(79,244,97,.82)}
.hh-profile-notification-avatar{width:48px;min-width:48px}
.hh-profile-notification-avatar-link{display:block;width:42px;height:42px;overflow:hidden;border-radius:12px;background:#151923;box-shadow:0 0 0 2px #4ff461}
.hh-profile-notification-avatar-img{display:block;width:100%;height:100%;object-fit:cover}
.hh-profile-notification-content{min-width:0}
.hh-profile-notification-title-row{display:flex;align-items:center;gap:10px;min-width:0}
.hh-profile-notification-title{min-width:0;color:#fff;font-size:.92rem;font-weight:900;line-height:1.25;word-break:break-word}
.hh-profile-notification-badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:rgba(127,27,29,.95);color:#fff;font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}
.hh-profile-notification-text{margin-top:6px!important;color:#b5bad6!important;font-size:.82rem!important;font-weight:700;line-height:1.4!important;word-break:break-word}
.hh-profile-notification-meta{display:flex;align-items:center;gap:8px;margin-top:7px;color:#8f95b2;font-size:.72rem;font-weight:800;line-height:1.2}
.hh-profile-notification-action{margin:0;align-self:center;justify-self:end}
.hh-profile-notification-action-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:transparent;color:#4a5268;cursor:pointer;transition:color .18s ease-in-out,transform .18s ease-in-out}
.hh-profile-notification-action-button:hover{color:#4ff461;transform:translateX(2px)}
.hh-profile-notification-action-icon{width:21px;height:21px;fill:currentColor}
.hh-profile-notifications-load-wrap{display:flex;justify-content:center;margin-top:28px}
.hh-profile-notifications-load{width:auto;min-width:190px;border:0;cursor:pointer;text-decoration:none}
.hh-profile-notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;padding:42px 28px;text-align:center;border:1px dashed rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.02)}
.hh-profile-notifications-empty-icon{width:44px;height:44px;fill:rgba(255,255,255,.22);margin-bottom:18px}
.hh-profile-notifications-empty-title{color:#fff;font-size:1.05rem;font-weight:900;line-height:1.2}
.hh-profile-notifications-empty-text{max-width:460px;margin-top:9px;color:rgba(255,255,255,.42);font-size:.88rem;font-weight:600;line-height:1.45}
@media(max-width:1180px){.hh-profile-notifications-grid{grid-template-columns:1fr}.hh-profile-notifications-grid .account-hub-sidebar{order:2}.hh-profile-notifications-grid .account-hub-content{order:1}}
@media(max-width:760px){.hh-profile-notifications-section-header{align-items:flex-start}.hh-profile-notifications-header-actions{justify-content:flex-start;gap:14px}.hh-profile-notification-item{grid-template-columns:44px minmax(0,1fr) 32px;align-items:center;padding:16px}.hh-profile-notification-avatar{width:44px;min-width:44px}.hh-profile-notification-avatar-link{width:38px;height:38px}.hh-profile-notification-title-row{align-items:flex-start;flex-direction:column;gap:7px}.hh-profile-notifications-list{gap:12px}}
@media(max-width:520px){.hh-profile-notification-item{grid-template-columns:1fr}.hh-profile-notification-avatar{display:none}.hh-profile-notification-action{padding-left:0}.hh-profile-notification-meta{flex-wrap:wrap}}

/* Phase 160: Message context separation for LFG conversations */
.hh-profile-message-tabs{display:flex;align-items:center;gap:12px;margin:22px 0 -6px;flex-wrap:wrap}
.hh-profile-message-tab{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 18px;border-radius:12px;background:#232323;color:rgba(255,255,255,.62);font-size:.82rem;font-weight:900;text-decoration:none;transition:background .18s ease,color .18s ease}
.hh-profile-message-tab:hover{background:#2a2a2a;color:#fff;text-decoration:none}
.hh-profile-message-tab.active{background:rgba(79,244,97,.13);color:#4ff461}
.hh-profile-message-tab em{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.08);color:inherit;font-style:normal;font-size:.72rem;font-weight:900}
.hh-profile-message-type-badge{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;padding:3px 7px;border-radius:999px;background:rgba(79,244,97,.14);color:#4ff461;font-size:.64rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase;vertical-align:middle}
.hh-profile-message-context-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 24px 14px;padding:16px 18px;border-radius:14px;background:rgba(79,244,97,.08);border:1px solid rgba(79,244,97,.16)}
.hh-profile-message-context-label{color:#4ff461;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;line-height:1}
.hh-profile-message-context-title{margin-top:6px;color:#fff;font-size:.9rem;font-weight:900;line-height:1.25}
.hh-profile-message-context-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:10px;background:#151515;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none;white-space:nowrap}
.hh-profile-message-context-link:hover{background:#4ff461;color:#141414;text-decoration:none}
.hh-profile-message-system{display:block!important;margin:18px auto;text-align:center}
.hh-profile-message-system .chat-widget-speaker-message{display:inline-block!important;max-width:min(620px,92%)!important;padding:13px 18px!important;border-radius:12px!important;background:rgba(255,255,255,.07)!important;color:rgba(255,255,255,.72)!important;font-size:.82rem!important;font-weight:800!important;line-height:1.45!important;white-space:pre-wrap;word-break:break-word}
.hh-profile-message-system .chat-widget-speaker-timestamp{margin-top:7px!important;color:rgba(255,255,255,.34)!important;text-align:center!important}
@media(max-width:680px){.hh-profile-message-tabs{gap:8px;margin-top:18px}.hh-profile-message-tab{flex:1 1 auto;justify-content:center;padding:0 12px}.hh-profile-message-context-card{align-items:flex-start;flex-direction:column;margin:0 16px 12px}.hh-profile-message-context-link{width:100%}}

/* Phase 163: LFG-Übersicht näher an Vikinger groups.html */
.hh-lfg-section-banner{margin-bottom:40px}
.hh-lfg-filterbar{margin-bottom:28px}
.hh-lfg-vikinger-filter{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0}
.hh-lfg-search-input{width:280px;max-width:100%}
.hh-lfg-filter-select{width:190px;max-width:100%}
.hh-lfg-voice-toggle{display:flex;align-items:center;gap:8px;margin:0;color:#adafca;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}
.hh-lfg-voice-toggle input{accent-color:#23d2e2}
.hh-lfg-status-tabs a{text-decoration:none}
.hh-lfg-index-actions{gap:16px;margin-left:auto;justify-content:flex-end;flex:0 0 auto}
.hh-lfg-create-button{height:48px;padding:0 20px;text-decoration:none;white-space:nowrap}
.hh-lfg-create-button .button-icon{width:18px;height:18px;fill:currentColor;margin-right:8px}
.hh-lfg-vikinger-grid{margin-top:0}
.hh-lfg-user-preview .user-preview-info{min-height:496px}
.hh-lfg-user-preview .user-short-description-title{padding:0 20px}
.hh-lfg-user-preview .user-short-description-title a{text-decoration:none}
.hh-lfg-user-preview .user-short-description-text{min-height:20px;padding:0 24px;line-height:1.25}
.hh-lfg-user-preview .tag-sticker{z-index:3}
.hh-lfg-status-open{background-color:#23d2e2}
.hh-lfg-status-full{background-color:#615dfa}
.hh-lfg-status-closed{background-color:#45437f}
.hh-lfg-card-excerpt{min-height:48px;margin:18px 28px 0;color:#adafca;font-size:.82rem;font-weight:700;line-height:1.35;text-align:center}
.hh-lfg-card-stats{margin-top:26px}
.hh-lfg-card-stats .user-stat-title{font-size:1.05rem;white-space:nowrap}
.hh-lfg-card-stats .user-stat-text{text-transform:uppercase}
.hh-lfg-card-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;min-height:58px;margin:18px 24px 0}
.hh-lfg-card-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#293249;color:#adafca;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hh-lfg-slot-list{min-height:40px;margin-top:20px}
.hh-lfg-empty-slot .user-avatar-content{opacity:.52;filter:grayscale(1)}
.hh-lfg-preview-actions{padding:0 28px 28px}
.hh-lfg-preview-actions .button{border:0;text-decoration:none}
.hh-lfg-preview-actions .button-icon{width:20px;height:20px;fill:currentColor;margin-right:8px}
.hh-lfg-empty-state{max-width:420px;margin:0 auto}
.hh-lfg-empty-state .button{margin-top:18px;text-decoration:none}
.hh-lfg-pager{margin-top:36px}
@media(max-width:1365px){.hh-lfg-vikinger-filter{width:100%}.hh-lfg-status-tabs{width:100%;justify-content:flex-start;overflow-x:auto}.hh-lfg-filterbar{align-items:flex-start;flex-direction:column}.hh-lfg-filterbar .section-filters-bar-actions{width:100%;justify-content:space-between}.hh-lfg-index-actions{justify-content:flex-end}}
@media(max-width:760px){.hh-lfg-vikinger-filter{display:grid;grid-template-columns:1fr}.hh-lfg-search-input,.hh-lfg-filter-select{width:100%}.hh-lfg-index-actions{display:grid;grid-template-columns:1fr}.hh-lfg-create-button{width:100%;justify-content:center}.hh-lfg-user-preview .user-preview-info{min-height:auto}.hh-lfg-user-preview .user-short-description-title,.hh-lfg-user-preview .user-short-description-text{padding:0 18px}.hh-lfg-card-excerpt{margin-left:22px;margin-right:22px}.hh-lfg-preview-actions{padding:0 20px 24px}}

/* Phase 165: LFG detail marketplace-product rework */
.hh-lfg-detail-section-banner{margin-bottom:40px}
.hh-lfg-product-layout{align-items:start}
.hh-lfg-product-main{overflow:hidden}
.hh-lfg-product-cover{height:320px;border-top-left-radius:12px;border-top-right-radius:12px;background:#1b1d2d}
.hh-lfg-product-cover img{width:100%;height:100%;object-fit:cover}
.hh-lfg-product-body{padding:34px 36px 38px}
.hh-lfg-product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.hh-lfg-product-kicker{color:#adafca;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.hh-lfg-product-title{margin-top:8px;color:#fff;font-size:2.25rem;font-weight:900;line-height:1.05}
.hh-lfg-product-author{margin-top:28px;min-height:44px}
.hh-lfg-product-author .user-status-title,.hh-lfg-product-author .user-status-text{padding-left:56px}
.hh-lfg-product-description{margin-top:32px;padding-top:28px;border-top:1px solid #353535}
.hh-lfg-product-description p{color:#dfe2ff;font-size:.95rem;font-weight:600;line-height:1.65}
.hh-lfg-product-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.hh-lfg-product-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#293249;color:#adafca;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hh-lfg-detail-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}
.hh-lfg-detail-widget .widget-box-content{margin-top:28px}
.hh-lfg-information-lines .information-line{border-color:#353535}
.hh-lfg-detail-slot-avatars{justify-content:center;min-height:44px}
.hh-lfg-detail-stats{margin-top:28px;padding-top:24px;border-top:1px solid #353535}
.hh-lfg-detail-stats .user-stat-title{font-size:1.05rem;white-space:nowrap}
.hh-lfg-detail-stats .user-stat-text{text-transform:uppercase}
.hh-lfg-applications-widget{margin-top:24px}
.hh-lfg-application-status{position:relative;min-height:92px;padding:18px 92px 18px 0;border-top:1px solid #353535}
.hh-lfg-application-status:first-child{border-top:0;padding-top:0}
.hh-lfg-application-status.is-pending{border-left:3px solid #4ff461;padding-left:18px}
.hh-lfg-application-status .user-status-title,.hh-lfg-application-status .user-status-text,.hh-lfg-application-message{padding-left:56px}
.hh-lfg-application-message{margin-top:8px;color:#adafca;font-size:.84rem;font-weight:600;line-height:1.45}
.hh-lfg-application-actions{display:flex;gap:10px;position:absolute;top:22px;right:0}
.hh-lfg-application-actions form{width:auto}
.hh-lfg-application-actions .action-request{width:40px;height:40px}
.hh-lfg-action-preview{width:100%;position:sticky;top:96px}
.hh-lfg-action-preview .product-preview-image{height:172px;background:#1b1d2d}
.hh-lfg-action-preview .product-preview-image img{width:100%;height:100%;object-fit:cover}
.hh-lfg-action-preview .product-preview-text{min-height:42px}
.hh-lfg-action-preview .button{width:100%;margin-top:18px;text-decoration:none}
.hh-lfg-owner-actions{display:grid;gap:12px;margin-top:28px}
.hh-lfg-application-form{margin-top:28px}
.hh-lfg-application-form .button{margin-top:24px}
.hh-lfg-viewer-application-state{margin-top:28px;padding:18px;border-radius:12px;background:#1b1d2d;border:1px solid #353535}
.hh-lfg-viewer-application-label{color:#adafca;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.hh-lfg-viewer-application-status{margin-top:6px;color:#fff;font-size:1rem;font-weight:900}
.hh-lfg-viewer-application-message{margin-top:10px;color:#adafca;font-size:.86rem;font-weight:600;line-height:1.45}
.hh-lfg-preview-status{max-width:132px;color:#adafca;font-size:.7rem;font-weight:900;text-align:right;text-transform:uppercase;letter-spacing:.03em}
@media(max-width:1365px){.hh-lfg-action-preview{position:static}.hh-lfg-product-cover{height:260px}.hh-lfg-detail-info-grid{grid-template-columns:1fr}}
@media(max-width:760px){.hh-lfg-detail-section-banner{margin-bottom:28px}.hh-lfg-product-body{padding:26px 22px 30px}.hh-lfg-product-title-row{display:block}.hh-lfg-product-title-row .tag-sticker{margin-top:18px}.hh-lfg-product-title{font-size:1.75rem}.hh-lfg-product-cover{height:210px}.hh-lfg-application-status{padding-right:0}.hh-lfg-application-actions{position:static;margin-top:16px;padding-left:56px}.hh-lfg-preview-status{text-align:left}.hh-lfg-action-preview .product-preview-meta{height:auto;align-items:flex-start;gap:12px;padding-top:14px;padding-bottom:14px;flex-direction:column}}

/* Phase 166: LFG create real modal, hub-store-items inspired form shell */
.hh-lfg-modal-shell[hidden]{display:none!important;}
.hh-lfg-create-modal.popup-box{max-width:1120px;}
.hh-lfg-create-modal .popup-box-body{min-height:660px;}
.hh-lfg-create-sidebar .user-preview.hh-lfg-create-preview-card{margin-bottom:24px;}
.hh-lfg-create-preview-card .user-preview-info{min-height:258px;}
.hh-lfg-create-preview-card .tag-sticker{z-index:3;}
.hh-lfg-create-tabs{margin-top:0;}
.hh-lfg-create-heading{margin-bottom:28px;}
.hh-lfg-create-form .form-row+.form-row{margin-top:28px;}
.hh-lfg-create-form .form-row.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.hh-lfg-create-form .form-item{min-width:0;}
.hh-lfg-create-form .form-input.mid-textarea textarea{min-height:150px;}
.hh-lfg-create-form .form-input input[type=datetime-local]{font-weight:700;}
.hh-lfg-create-form .hh-form-error{display:block;min-height:16px;margin-top:8px;color:#ff5f7a;font-size:.72rem;font-weight:800;line-height:1.3;}
.hh-lfg-modal-checkline{display:flex;align-items:flex-start;gap:12px;margin-top:8px;padding:18px 20px;border-radius:12px;background:#f5f7fb;color:#adafca;cursor:pointer;}
.hh-lfg-modal-checkline input{flex:0 0 auto;width:18px;height:18px;margin-top:2px;accent-color:#23d2e2;}
.hh-lfg-modal-checkline span{display:grid;gap:4px;}
.hh-lfg-modal-checkline strong{color:#3e3f5e;font-size:.86rem;font-weight:900;line-height:1.2;}
.hh-lfg-modal-checkline em{color:#8f91ac;font-size:.8rem;font-style:normal;font-weight:700;line-height:1.35;}
.hh-lfg-create-footer .button{text-decoration:none;}
.hh-lfg-create-entity-box{cursor:default;}
.hh-lfg-create-button[data-hh-team-modal-trigger]{cursor:pointer;}
@media(max-width:960px){.hh-lfg-create-form .form-row.split{grid-template-columns:1fr}.hh-lfg-create-modal.popup-box{max-width:94vw}.hh-lfg-create-modal .popup-box-body{min-height:0}}
@media(max-width:680px){.hh-lfg-create-modal.popup-box{width:100%!important;max-width:none!important;height:100vh!important;border-radius:0!important}.hh-lfg-create-modal .popup-box-body{display:block}.hh-lfg-create-modal .popup-box-sidebar{display:block;width:100%;min-height:auto}.hh-lfg-create-modal .popup-box-content{width:100%;max-height:none}.hh-lfg-create-preview-card{display:none}.hh-lfg-create-footer{position:static}.hh-lfg-modal-checkline{padding:16px}}

/* Phase 167: LFG create modal visibility hardening
   p166 opened the backdrop/blur correctly, but the popup could stay hidden/behind the overlay
   on the LFG overview because the generic popup-box stacking/visibility rules won in some states. */
.hh-lfg-modal-shell.is-open{
  position:fixed!important;
  inset:0!important;
  z-index:10070!important;
  display:block!important;
  width:100vw!important;
  height:100vh!important;
  pointer-events:none!important;
}
.hh-lfg-modal-shell.is-open .hh-team-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:10071!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.hh-lfg-modal-shell.is-open .hh-lfg-create-modal.popup-box,
.hh-lfg-modal-shell.is-open .hh-team-modal.hh-lfg-create-modal.popup-box{
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  z-index:10090!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  clip-path:none!important;
}
body.hh-has-team-modal .hh-lfg-modal-shell.is-open .hh-lfg-create-modal.popup-box{
  animation:hhLfgModalIn .18s ease-out both;
}
@keyframes hhLfgModalIn{
  from{opacity:0;transform:translate(-50%,calc(-50% + 14px)) scale(.985)}
  to{opacity:1;transform:translate(-50%,-50%) scale(1)}
}
@media(max-width:680px){
  .hh-lfg-modal-shell.is-open .hh-lfg-create-modal.popup-box,
  .hh-lfg-modal-shell.is-open .hh-team-modal.hh-lfg-create-modal.popup-box{
    top:0!important;
    left:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    transform:none!important;
    animation:none!important;
  }
}


/* Phase 169: LFG create modal hard visibility fallback.
   If Vikinger popup scripts/classes only activate the blur/backdrop, this forces the modal card itself
   above the overlay whenever the LFG modal shell is open. */
.hh-lfg-modal-shell.is-open:not([hidden]){
  position:fixed!important;
  inset:0!important;
  z-index:10070!important;
  display:block!important;
  width:100vw!important;
  height:100vh!important;
  pointer-events:none!important;
  overflow:visible!important;
}
.hh-lfg-modal-shell.is-open:not([hidden]) > .hh-team-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:10071!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.hh-lfg-modal-shell.is-open:not([hidden]) > .hh-lfg-create-modal.popup-box,
.hh-lfg-modal-shell.is-open:not([hidden]) > .hh-team-modal.hh-lfg-create-modal.popup-box{
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  z-index:10090!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  width:min(1120px, calc(100vw - 72px))!important;
  max-width:1120px!important;
  max-height:calc(100vh - 96px)!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
}
.hh-lfg-modal-shell.is-open:not([hidden]) > .hh-lfg-create-modal.popup-box .popup-box-body,
.hh-lfg-modal-shell.is-open:not([hidden]) > .hh-team-modal.hh-lfg-create-modal.popup-box .popup-box-body{
  display:grid!important;
  grid-template-columns:370px minmax(0,1fr)!important;
  max-height:calc(100vh - 96px)!important;
  overflow:hidden!important;
}
@media(max-width:680px){
  .hh-lfg-modal-shell.is-open:not([hidden]) > .hh-lfg-create-modal.popup-box,
  .hh-lfg-modal-shell.is-open:not([hidden]) > .hh-team-modal.hh-lfg-create-modal.popup-box{
    top:0!important;
    left:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    transform:none!important;
  }
  .hh-lfg-modal-shell.is-open:not([hidden]) > .hh-lfg-create-modal.popup-box .popup-box-body,
  .hh-lfg-modal-shell.is-open:not([hidden]) > .hh-team-modal.hh-lfg-create-modal.popup-box .popup-box-body{
    display:block!important;
    max-height:100vh!important;
    overflow:auto!important;
  }
}


/* Phase 170: LFG create real Vikinger popup-manage-item modal */
.hh-lfg-modal-backdrop[hidden],
.hh-lfg-create-modal[hidden]{display:none!important;}
.hh-lfg-modal-backdrop.is-open{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  background:rgba(10,12,22,.86)!important;
  backdrop-filter:blur(3px)!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
.hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
  position:fixed!important;
  left:50%!important;
  top:100px!important;
  z-index:100001!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(0,0)!important;
  margin-left:-392px!important;
  width:784px!important;
  max-width:calc(100vw - 40px)!important;
  max-height:calc(100vh - 130px)!important;
  overflow:visible!important;
  clip:auto!important;
  clip-path:none!important;
  box-shadow:0 32px 100px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.04)!important;
}
body.hh-has-lfg-create-modal .hh-lfg-section-banner,
body.hh-has-lfg-create-modal .hh-lfg-filterbar,
body.hh-has-lfg-create-modal .hh-lfg-vikinger-grid,
body.hh-has-lfg-create-modal .hh-lfg-pager{
  filter:brightness(.48) blur(1px);
  opacity:.58;
  pointer-events:none;
  user-select:none;
}
.hh-lfg-create-modal .popup-box-body{
  display:flex!important;
  align-items:stretch!important;
  min-height:0!important;
  max-height:calc(100vh - 130px)!important;
  overflow:hidden!important;
}
.hh-lfg-create-modal .popup-box-sidebar{
  flex:0 0 300px!important;
  width:300px!important;
  max-height:calc(100vh - 130px)!important;
  overflow:hidden!important;
}
.hh-lfg-create-modal .popup-box-content{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-height:calc(100vh - 130px)!important;
  overflow:auto!important;
}
.hh-lfg-create-modal .popup-close-button{
  z-index:2!important;
}
@media(max-width:900px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
    left:20px!important;
    right:20px!important;
    top:72px!important;
    width:auto!important;
    margin-left:0!important;
    max-height:calc(100vh - 96px)!important;
  }
  .hh-lfg-create-modal .popup-box-body{
    display:block!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
  }
  .hh-lfg-create-modal .popup-box-sidebar{
    width:100%!important;
    max-height:none!important;
  }
  .hh-lfg-create-modal .popup-box-content{
    max-height:none!important;
  }
}
@media(max-width:680px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    margin:0!important;
    border-radius:0!important;
  }
  .hh-lfg-create-modal .popup-box-body{max-height:100vh!important;}
  .hh-lfg-create-preview-card{display:none!important;}
}

/* Phase 172: LFG create modal now follows the exact Vikinger popup-manage-item mask */
.hh-lfg-create-modal[hidden]{display:none!important;}
.hh-lfg-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  background:rgba(14,17,27,.86)!important;
  backdrop-filter:blur(3px)!important;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease;
}
.hh-lfg-modal-backdrop.is-open{opacity:1;visibility:visible;}

.hh-lfg-create-modal.popup-box.mid.popup-manage-item{
  position:fixed!important;
  top:100px!important;
  left:50%!important;
  margin-left:-392px!important;
  width:784px!important;
  max-width:784px!important;
  min-height:0!important;
  z-index:100001!important;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px)!important;
  transition:transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out!important;
  border-radius:12px!important;
  overflow:visible!important;
  background:#161616 !important;
  box-shadow:0 24px 60px rgba(0,0,0,.45)!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open{
  opacity:1;
  visibility:visible;
  transform:translateY(0)!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-close-button{
  z-index:2;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body{
  display:flex!important;
  align-items:stretch!important;
  min-height:704px!important;
  max-height:704px!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-sidebar{
  flex:0 0 264px!important;
  width:264px!important;
  max-width:264px!important;
  min-width:264px!important;
  display:flex!important;
  flex-direction:column!important;
  background:#252b43!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content{
  flex:0 0 520px!important;
  width:520px!important;
  max-width:520px!important;
  min-width:520px!important;
  max-height:704px!important;
  padding:0!important;
  background:#1f2337!important;
}
.hh-lfg-create-modal .popup-box-content .simplebar-content,
.hh-lfg-create-modal .popup-box-content > form{
  padding:0!important;
}
.hh-lfg-product-preview .product-preview-image{
  height:220px!important;
}
.hh-lfg-product-preview .product-preview-info{
  padding:24px 28px 28px!important;
}
.hh-lfg-product-preview .product-preview-title{
  margin-top:14px!important;
  line-height:1.25!important;
}
.hh-lfg-product-preview-copy{
  margin-top:14px;
  color:#8f91ac;
  font-size:.75rem;
  font-weight:600;
  line-height:1.6666666667em;
}
.hh-lfg-create-tabs{
  margin:0!important;
  border-top:1px solid #2f3654!important;
  border-bottom:1px solid #2f3654!important;
}
.hh-lfg-create-tabs .sidebar-menu-body{
  padding:18px 0!important;
}
.hh-lfg-create-tabs .sidebar-menu-link{
  width:100%;
  display:block;
  padding:0 28px!important;
  border:0!important;
  background:transparent!important;
  text-align:left!important;
  color:#fff!important;
  cursor:pointer;
}
.hh-lfg-create-tabs .sidebar-menu-link + .sidebar-menu-link{
  margin-top:22px!important;
}
.hh-lfg-create-tabs .sidebar-menu-link.active{
  color:#40d04f!important;
}
.hh-lfg-create-footer{
  margin-top:auto!important;
  padding:28px!important;
  border-top:1px solid #2f3654!important;
}
.hh-lfg-create-footer .button + .button{
  margin-top:16px!important;
}
.hh-lfg-create-panel{
  display:none!important;
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.hh-lfg-create-panel.is-active{
  display:block!important;
}
.hh-lfg-create-panel > .widget-box-title{
  margin:0!important;
  padding:28px 28px 0!important;
}
.hh-lfg-create-panel > .widget-box-content{
  padding:24px 28px 28px!important;
}
.hh-lfg-create-form .form-row + .form-row{
  margin-top:24px!important;
}
.hh-lfg-create-form .form-row.split{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.hh-lfg-create-form .form-item,
.hh-lfg-create-form .form-item > .form-input,
.hh-lfg-create-form .form-item > .form-select,
.hh-lfg-create-form .form-item > .form-counter-wrap{
  width:100%!important;
  min-width:0!important;
}
.hh-lfg-create-form .form-input input,
.hh-lfg-create-form .form-select select,
.hh-lfg-create-form .form-input textarea{
  width:100%!important;
}
.hh-lfg-create-form .form-input.mid-textarea textarea{
  min-height:112px!important;
}
.hh-lfg-create-form .hh-alert{
  margin:0 0 24px!important;
}
.hh-lfg-create-form .hh-form-error{
  display:block;
  margin-top:8px;
  color:#ff5f7a;
  font-size:12px;
  font-weight:800;
  line-height:1.3;
}
.hh-lfg-modal-checkline{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:18px 20px;
  border:1px solid #3b425f;
  border-radius:12px;
}
.hh-lfg-modal-checkline input{
  margin-top:3px;
}
.hh-lfg-modal-checkline span{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.hh-lfg-modal-checkline em{
  color:#8f91ac;
  font-style:normal;
  font-size:12px;
}
@media (max-width: 860px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item{
    top:32px!important;
    left:50%!important;
    margin-left:0!important;
    transform:translateX(-50%) translateY(18px)!important;
    width:min(94vw,784px)!important;
    max-width:min(94vw,784px)!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open{
    transform:translateX(-50%) translateY(0)!important;
  }
}
@media (max-width: 680px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item{
    top:0!important;
    left:0!important;
    margin-left:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    border-radius:0!important;
    transform:none!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body{
    display:block!important;
    min-height:100vh!important;
    max-height:none!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-sidebar,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content{
    max-height:none!important;
  }
  .hh-lfg-product-preview{display:none!important;}
  .hh-lfg-create-form .form-row.split{grid-template-columns:1fr!important;}
}

/* Phase 172: LFG create modal uses the exact Vikinger popup-manage-item mask */
.hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
.hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
  position:fixed!important;
  left:50%!important;
  top:100px!important;
  z-index:100001!important;
  width:784px!important;
  max-width:calc(100vw - 40px)!important;
  max-height:calc(100vh - 130px)!important;
  margin-left:-392px!important;
  margin-top:0!important;
  opacity:1!important;
  visibility:visible!important;
  display:block!important;
  transform:translate(0,0)!important;
  overflow:visible!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-body{
  display:flex!important;
  align-items:stretch!important;
  width:100%!important;
  min-height:0!important;
  max-height:calc(100vh - 130px)!important;
  overflow:hidden!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-sidebar{
  flex:0 0 300px!important;
  width:300px!important;
  min-width:300px!important;
  max-width:300px!important;
  overflow:hidden!important;
}
.hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-content.limited{
  flex:0 0 484px!important;
  width:484px!important;
  min-width:484px!important;
  max-width:484px!important;
  height:auto!important;
  max-height:calc(100vh - 130px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
.hh-lfg-create-modal .product-preview.hh-lfg-create-product-preview{
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.hh-lfg-create-modal .product-preview .product-preview-info{
  min-height:86px;
}
.hh-lfg-create-modal .sidebar-menu-item .sidebar-menu-link{
  cursor:pointer;
}
.hh-lfg-create-modal .popup-box-sidebar-footer .button{
  border:0;
  text-align:center;
}
.hh-lfg-create-modal .popup-box-sidebar-footer .button + .button{
  margin-top:16px;
}
.hh-lfg-create-modal .popup-box-content > .form,
.hh-lfg-create-modal .popup-box-content .widget-box,
.hh-lfg-create-modal .popup-box-content .widget-box-content,
.hh-lfg-create-modal .popup-box-content .form-row,
.hh-lfg-create-modal .popup-box-content .form-item,
.hh-lfg-create-modal .popup-box-content .form-input,
.hh-lfg-create-modal .popup-box-content .form-select,
.hh-lfg-create-modal .popup-box-content input,
.hh-lfg-create-modal .popup-box-content textarea,
.hh-lfg-create-modal .popup-box-content select{
  width:100%!important;
  max-width:none!important;
}
.hh-lfg-create-modal .popup-box-content .form-row + .form-row{
  margin-top:28px!important;
}
.hh-lfg-create-modal .popup-box-content .form-row.split{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  column-gap:16px!important;
}
.hh-lfg-create-modal .popup-box-content .form-input textarea{
  resize:vertical;
}
.hh-lfg-create-modal .hh-lfg-create-error-list{
  margin:0;
  padding-left:18px;
  color:#ff5f7b;
  font-size:.875rem;
  font-weight:700;
  line-height:1.5;
}
@media(max-width:900px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
    left:20px!important;
    right:20px!important;
    top:72px!important;
    width:auto!important;
    max-width:none!important;
    margin-left:0!important;
    max-height:calc(100vh - 96px)!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-body{
    display:block!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-sidebar,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-content.limited{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
  }
}
@media(max-width:680px){
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item.is-open,
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item:not([hidden]).is-open{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    margin:0!important;
    border-radius:0!important;
  }
  .hh-lfg-create-modal.popup-box.mid.popup-manage-item .popup-box-body{
    max-height:100vh!important;
  }
  .hh-lfg-create-modal .popup-box-content .form-row.split{
    display:block!important;
  }
  .hh-lfg-create-modal .popup-box-content .form-row.split .form-item + .form-item{
    margin-top:28px!important;
  }
}

/* p174: LFG create modal: real Vikinger popup-manage-item mask, only local final overrides */
.hh-lfg-create-modal-vikinger[hidden],
.hh-lfg-modal-backdrop[hidden]{display:none!important;}
.hh-lfg-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  background:rgba(21,21,31,.96)!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.hh-lfg-modal-backdrop.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item{
  position:fixed!important;
  left:50%!important;
  top:100px!important;
  z-index:100001!important;
  width:90%!important;
  max-width:784px!important;
  margin-left:-392px!important;
  border-radius:12px!important;
  opacity:0;
  visibility:hidden;
  transform:translate(0,40px)!important;
  transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out!important;
  overflow:visible!important;
}
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item.is-open{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  transform:translate(0,0)!important;
}
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body{
  display:flex!important;
  align-items:stretch!important;
  width:100%!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-sidebar{
  display:block!important;
  flex:0 0 36.2244897959%!important;
  width:36.2244897959%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  background:transparent!important;
  border-right:1px solid #2f3749!important;
}
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content.limited{
  display:block!important;
  flex:0 0 63.7755102041%!important;
  width:63.7755102041%!important;
  min-width:0!important;
  max-width:none!important;
  max-height:620px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:0!important;
  background:transparent!important;
  border-bottom-right-radius:12px!important;
}
.hh-lfg-create-modal-vikinger .product-preview{
  margin:0!important;
  border-radius:12px 0 0 0!important;
  box-shadow:none!important;
}
.hh-lfg-create-modal-vikinger .product-preview .product-preview-image{
  height:180px!important;
  border-top-right-radius:0!important;
}
.hh-lfg-create-modal-vikinger .product-preview .product-preview-info{
  padding:28px!important;
}
.hh-lfg-create-modal-vikinger .product-preview .product-preview-title span{
  color:#fff;
  font-weight:700;
}
.hh-lfg-create-modal-vikinger .product-preview .product-preview-category span{
  color:#9aa4bf;
  font-weight:700;
}
.hh-lfg-create-modal-vikinger .sidebar-menu-item{
  margin:0!important;
}
.hh-lfg-create-modal-vikinger .sidebar-menu-body{
  padding:32px 28px!important;
}
.hh-lfg-create-modal-vikinger .popup-box-sidebar-footer{
  padding:28px!important;
}
.hh-lfg-create-modal-vikinger .popup-box-sidebar-footer .button{
  width:100%!important;
  border:0!important;
  text-align:center!important;
}
.hh-lfg-create-modal-vikinger .popup-box-sidebar-footer .button + .button{
  margin-top:16px!important;
}
.hh-lfg-create-modal-vikinger .popup-box-content .widget-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0 0 12px 0!important;
  box-shadow:none!important;
}
.hh-lfg-create-modal-vikinger .popup-box-content .widget-box-content{
  width:100%!important;
  max-width:none!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-row + .form-row,
.hh-lfg-create-modal-vikinger .hh-lfg-create-section-label + .form-row{
  margin-top:28px!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-row.split{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:16px!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-section-label{
  margin:32px 0 0!important;
  color:#fff;
  font-size:.875rem;
  font-weight:700;
  line-height:1em;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-item,
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-input,
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-select,
.hh-lfg-create-modal-vikinger .hh-lfg-create-form input,
.hh-lfg-create-modal-vikinger .hh-lfg-create-form textarea,
.hh-lfg-create-modal-vikinger .hh-lfg-create-form select{
  width:100%!important;
  max-width:none!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-input.mid-textarea textarea{
  min-height:112px!important;
  resize:vertical;
}
.hh-lfg-create-modal-vikinger .hh-lfg-modal-checkline{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0!important;
  padding:18px 20px;
  border:1px solid #2f3749;
  border-radius:12px;
  cursor:pointer;
}
.hh-lfg-create-modal-vikinger .hh-lfg-modal-checkline input{
  flex:0 0 auto;
  width:18px!important;
  height:18px;
  margin:2px 0 0!important;
  accent-color:#23d2e2;
}
.hh-lfg-create-modal-vikinger .hh-lfg-modal-checkline span{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.hh-lfg-create-modal-vikinger .hh-lfg-modal-checkline strong{
  color:#fff;
  font-size:.875rem;
  font-weight:700;
  line-height:1.2;
}
.hh-lfg-create-modal-vikinger .hh-lfg-modal-checkline em{
  color:#9aa4bf;
  font-size:.75rem;
  font-style:normal;
  font-weight:700;
  line-height:1.4;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-error-list{
  margin:8px 0 0;
  padding-left:18px;
}
.hh-lfg-create-modal-vikinger .hh-form-error{
  display:block;
  margin-top:8px;
  color:#ff5f7a;
  font-size:.75rem;
  font-weight:800;
  line-height:1.3;
}
body.hh-has-lfg-create-modal .hh-lfg-section-banner,
body.hh-has-lfg-create-modal .hh-lfg-filterbar,
body.hh-has-lfg-create-modal .hh-lfg-vikinger-grid,
body.hh-has-lfg-create-modal .hh-lfg-pager{
  filter:brightness(.52) blur(1px);
  opacity:.58;
  pointer-events:none;
  user-select:none;
}
@media(max-width:900px){
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item{
    left:20px!important;
    right:20px!important;
    top:72px!important;
    width:auto!important;
    max-width:none!important;
    margin-left:0!important;
    max-height:calc(100vh - 96px)!important;
  }
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body{
    display:block!important;
    max-height:calc(100vh - 96px)!important;
    overflow:auto!important;
  }
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-sidebar,
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content.limited{
    width:100%!important;
    max-width:none!important;
    flex:none!important;
  }
}
@media(max-width:680px){
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    margin:0!important;
    border-radius:0!important;
  }
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body{
    max-height:100vh!important;
  }
  .hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-row.split{
    display:block!important;
  }
  .hh-lfg-create-modal-vikinger .hh-lfg-create-form .form-row.split .form-item + .form-item{
    margin-top:28px!important;
  }
}

/* p175: LFG create modal sidebar items are real in-modal tabs, not anchors */
.hh-lfg-create-modal-vikinger .sidebar-menu-link[role="tab"]{
  user-select:none;
  outline:0;
}
.hh-lfg-create-modal-vikinger .sidebar-menu-link[role="tab"]:focus-visible{
  color:#23d2e2!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-panel[hidden]{
  display:none!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-panel{
  display:none!important;
  margin:0!important;
}
.hh-lfg-create-modal-vikinger .hh-lfg-create-panel.is-active{
  display:block!important;
}

/* p176: LFG create modal right pane fills the full modal height */
.hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content.limited{
  align-self:stretch!important;
  background-color:#1d2333!important;
  border-radius:0 12px 12px 0!important;
}
.hh-lfg-create-modal-vikinger .popup-box-content .widget-box{
  min-height:100%!important;
  background-color:#1d2333!important;
  border-radius:0 12px 12px 0!important;
}
@media(max-width:900px){
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content.limited,
  .hh-lfg-create-modal-vikinger .popup-box-content .widget-box{
    border-radius:0 0 12px 12px!important;
  }
}
@media(max-width:680px){
  .hh-lfg-create-modal-vikinger.popup-box.mid.popup-manage-item > .popup-box-body > .popup-box-content.limited,
  .hh-lfg-create-modal-vikinger .popup-box-content .widget-box{
    border-radius:0!important;
  }
}


/* p181: Sidebar Phosphor icon trial - left sidebar only */
.hh-vikinger-sidebar-small .menu-item-link .hh-ph-sidebar-icon,
.hh-vikinger-sidebar-full .menu-item-link .hh-ph-sidebar-icon,
.hh-vikinger-mobile-sidebar .menu-item-link .hh-ph-sidebar-icon{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  font-size:20px!important;
  line-height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:currentColor!important;
}
.hh-vikinger-sidebar-small .menu-item-link .hh-ph-sidebar-icon{
  position:relative!important;
  top:0!important;
}
.hh-vikinger-sidebar-full .menu-item-link .hh-ph-sidebar-icon,
.hh-vikinger-mobile-sidebar .menu-item-link .hh-ph-sidebar-icon{
  margin-right:16px!important;
  flex:0 0 20px!important;
}
.hh-vikinger-sidebar-small .menu-item-link .hh-ph-sidebar-icon::before,
.hh-vikinger-sidebar-full .menu-item-link .hh-ph-sidebar-icon::before,
.hh-vikinger-mobile-sidebar .menu-item-link .hh-ph-sidebar-icon::before{
  line-height:1!important;
}


/* p182: Header Phosphor icon trial */
.header .hh-ph-header-icon,
.header .hh-ph-header-dropdown-icon{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  font-size:20px!important;
  line-height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#828282!important;
}
.header .hh-ph-header-icon::before,
.header .hh-ph-header-dropdown-icon::before{
  font-size:20px!important;
  line-height:20px!important;
  color:#828282!important;
}
.header button:hover .hh-ph-header-icon,
.header a:hover .hh-ph-header-icon,
.header .action-list-item:hover .hh-ph-header-icon,
.header .action-item:hover .hh-ph-header-icon,
.header .user-status:hover .hh-ph-header-dropdown-icon{
  color:#ffffff!important;
}
.header button:hover .hh-ph-header-icon::before,
.header a:hover .hh-ph-header-icon::before,
.header .action-list-item:hover .hh-ph-header-icon::before,
.header .action-item:hover .hh-ph-header-icon::before,
.header .user-status:hover .hh-ph-header-dropdown-icon::before{
  color:#ffffff!important;
}
.header .interactive-input-icon.hh-ph-header-icon{
  pointer-events:none;
}
.header .action-request-icon.hh-ph-header-icon{
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  font-size:18px!important;
  line-height:18px!important;
}
.header .action-request-icon.hh-ph-header-icon::before{
  font-size:18px!important;
  line-height:18px!important;
}


/* p183: Content action Phosphor icon trial */
.hh-ph-action-icon{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  font-size:20px!important;
  line-height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#828282!important;
  vertical-align:middle!important;
}
.hh-ph-action-icon::before{
  font-size:20px!important;
  line-height:20px!important;
  color:#828282!important;
}
a:hover .hh-ph-action-icon,
button:hover .hh-ph-action-icon,
.post-settings:hover .hh-ph-action-icon,
.option-item.active .hh-ph-action-icon,
.option-item:hover .hh-ph-action-icon,
.reaction-item:hover .hh-ph-action-icon,
.simple-dropdown-link:hover .hh-ph-action-icon{
  color:#ffffff!important;
}
a:hover .hh-ph-action-icon::before,
button:hover .hh-ph-action-icon::before,
.post-settings:hover .hh-ph-action-icon::before,
.option-item.active .hh-ph-action-icon::before,
.option-item:hover .hh-ph-action-icon::before,
.reaction-item:hover .hh-ph-action-icon::before,
.simple-dropdown-link:hover .hh-ph-action-icon::before{
  color:#ffffff!important;
}
.form-select .hh-ph-action-icon.form-select-icon{
  pointer-events:none;
}
.button .hh-ph-action-icon.button-icon,
.action-request .hh-ph-action-icon.action-request-icon,
.profile-header-info-action .hh-ph-action-icon,
.hh-profile-action-icon.hh-ph-action-icon{
  flex:0 0 20px!important;
}


/* p184: Brand/Social Phosphor logo icon pass */
.hh-ph-brand-icon{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  font-size:20px!important;
  line-height:20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#828282!important;
  vertical-align:middle!important;
}
.hh-ph-brand-icon::before{
  font-size:20px!important;
  line-height:20px!important;
  color:#828282!important;
}
.social-link:hover .hh-ph-brand-icon,
.social-link:hover .hh-ph-brand-icon::before,
a:hover .hh-ph-brand-icon,
a:hover .hh-ph-brand-icon::before{
  color:#ffffff!important;
}


/* p185: Cups detail page aligned to marketplace-product.html */
.hh-cup-market-slider .slider-panel-slide-image img,
.hh-cup-market-slider .slider-roster-item-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hh-cup-information-lines{
  margin-top:28px;
}
.hh-cup-market-form{
  margin-top:24px;
}
.hh-cup-market-form .button{
  margin-top:28px;
}
.hh-cup-market-table .table-column:first-child{
  min-width:0;
}
.hh-cup-market-members{
  margin-top:14px;
}
.hh-cup-market-review-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:16px;
}
.hh-cup-market-review-actions form{
  display:flex;
  gap:10px;
  align-items:center;
  margin:0;
}
.hh-cup-market-review-actions .form-input{
  min-width:220px;
}
.hh-cup-market-copy{
  margin:18px 0;
}
.hh-cup-market-license{
  margin:0 0 22px;
}
.marketplace-sidebar .sidebar-box-items form + form,
.marketplace-sidebar .sidebar-box-items .button + form,
.marketplace-sidebar .sidebar-box-items .button + .button{
  margin-top:14px;
}
@media(max-width:960px){
  .hh-cup-market-review-actions,
  .hh-cup-market-review-actions form{
    width:100%;
    align-items:stretch;
    flex-direction:column;
  }
  .hh-cup-market-review-actions .form-input,
  .hh-cup-market-review-actions .button{
    width:100%;
  }
}


/* p186: Cups detail cleanup after marketplace-product.html pass */
.hh-cup-team-strip{
  min-height:auto!important;
  padding:18px 26px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:center!important;
}
.hh-cup-strip-team{
  min-width:0!important;
}
.hh-cup-strip-team .user-status-title,
.hh-cup-strip-team .user-status-text{
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.hh-cup-strip-empty{
  grid-column:1/-1;
  margin:0;
  color:#8f91ac;
  font-size:.85rem;
  font-weight:800;
}
.hh-cup-submit-form{
  margin-top:28px;
  max-width:920px;
}
.hh-cup-submit-form .form-row + .form-row,
.hh-cup-submit-form .hh-cup-checkbox + .form-row{
  margin-top:26px;
}
.hh-cup-field-label{
  display:block!important;
  position:static!important;
  margin:0 0 10px!important;
  color:#8f91ac!important;
  font-size:.78rem!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-transform:none!important;
  transform:none!important;
  pointer-events:auto!important;
}
.hh-cup-field{
  width:100%!important;
  min-height:54px!important;
  border:1px solid #4a4d58!important;
  border-radius:12px!important;
  background:#1f1f1f!important;
  color:#fff!important;
  padding:0 18px!important;
  font-size:1rem!important;
  font-weight:800!important;
  outline:none!important;
}
textarea.hh-cup-field{
  min-height:140px!important;
  padding:18px!important;
  line-height:1.45!important;
  resize:vertical!important;
}
.hh-cup-file-field{
  padding:14px 18px!important;
  height:auto!important;
}
.hh-cup-checkbox{
  margin:24px 0 0!important;
}
.hh-cup-checkbox label{
  color:#fff!important;
  font-weight:900!important;
}
.hh-cup-market-table .table-header,
.hh-cup-market-table .table-row{
  grid-template-columns:minmax(280px,2fr) repeat(4,minmax(100px,1fr))!important;
}
.hh-cup-market-table .table-row{
  min-height:92px!important;
}
.hh-cup-market-table .table-column{
  min-width:0!important;
}
.hh-cup-table-team{
  min-width:0!important;
}
.hh-cup-table-team .user-status-title{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  flex-wrap:wrap!important;
}
.hh-cup-author-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#8f1d22!important;
  color:#fff!important;
  font-size:.78rem!important;
  font-weight:900!important;
}
.hh-cup-submissions-table .table-row{
  min-height:104px!important;
}
.hh-cup-table-link{
  color:#4bff65!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.hh-cup-table-link:hover{
  color:#fff!important;
}
.hh-cup-review-row{
  background:#181818!important;
  border-top:0!important;
  min-height:auto!important;
  padding-top:0!important;
}
.hh-cup-review-form{
  display:flex!important;
  gap:12px!important;
  width:100%!important;
  align-items:center!important;
}
.hh-cup-copy-field{
  margin:18px 0;
}
@media(max-width:1180px){
  .hh-cup-team-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .hh-cup-team-strip{
    grid-template-columns:1fr!important;
  }
  .hh-cup-market-table .table-header{
    display:none!important;
  }
  .hh-cup-market-table .table-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    height:auto!important;
    min-height:0!important;
    padding:18px!important;
  }
  .hh-cup-market-table .table-column{
    justify-content:flex-start!important;
    text-align:left!important;
    padding:0!important;
  }
  .hh-cup-review-form{
    flex-direction:column!important;
    align-items:stretch!important;
  }
}


/* p187: Cups submit tab form polish */
.marketplace-content .hh-cup-submit-form{
  max-width:none!important;
  width:100%!important;
}
.marketplace-content .hh-cup-submit-form .form-row.split{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:start!important;
}
.marketplace-content .hh-cup-submit-form .form-item{
  min-width:0!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-field-label{
  display:block!important;
  margin:0 0 10px!important;
  color:#8f91ac!important;
  font-size:.86rem!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.marketplace-content .hh-cup-submit-form input.hh-cup-field,
.marketplace-content .hh-cup-submit-form textarea.hh-cup-field{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid #4b4d57!important;
  border-radius:12px!important;
  background:#1f1f1f!important;
  color:#fff!important;
  box-shadow:none!important;
  outline:0!important;
  font-family:inherit!important;
  font-size:1rem!important;
  font-weight:800!important;
}
.marketplace-content .hh-cup-submit-form input.hh-cup-field{
  height:58px!important;
  min-height:58px!important;
  padding:0 18px!important;
}
.marketplace-content .hh-cup-submit-form input.hh-cup-field[type=number]{
  max-width:none!important;
}
.marketplace-content .hh-cup-submit-form textarea.hh-cup-field{
  min-height:154px!important;
  padding:18px 20px!important;
  line-height:1.45!important;
  resize:vertical!important;
}
.marketplace-content .hh-cup-submit-form input.hh-cup-field:focus,
.marketplace-content .hh-cup-submit-form textarea.hh-cup-field:focus{
  border-color:#23d2e2!important;
}
.marketplace-content .hh-cup-submit-form input.hh-cup-field::placeholder,
.marketplace-content .hh-cup-submit-form textarea.hh-cup-field::placeholder{
  color:#6f727c!important;
  opacity:1!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-file-field{
  height:auto!important;
  min-height:58px!important;
  padding:10px 12px!important;
  cursor:pointer!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-file-field::file-selector-button{
  min-height:38px!important;
  margin:0 14px 0 0!important;
  border:0!important;
  border-radius:10px!important;
  background:#2b2f45!important;
  color:#fff!important;
  padding:0 16px!important;
  font-family:inherit!important;
  font-size:.86rem!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-file-field:hover::file-selector-button{
  background:#323850!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-checkbox{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:28px 0 0!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-checkbox .checkbox-box{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  border:1px solid #4b4d57!important;
  background:#1f1f1f!important;
}
.marketplace-content .hh-cup-submit-form .hh-cup-checkbox label{
  margin:0!important;
  color:#fff!important;
  font-size:.95rem!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.marketplace-content .hh-cup-submit-form .button.primary.full{
  width:100%!important;
  margin-top:30px!important;
  border:0!important;
  cursor:pointer!important;
}
@media(max-width:760px){
  .marketplace-content .hh-cup-submit-form .form-row.split{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
}

/* p188: Cups-Übersicht als Vikinger groups.html Übersicht */
.hh-cups-section-banner{margin-bottom:40px}
.hh-cups-filterbar{margin-bottom:28px}
.hh-cups-vikinger-filter{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0}
.hh-cups-search-input{width:280px;max-width:100%}
.hh-cups-filter-select{width:190px;max-width:100%}
.hh-cups-mine-toggle{display:flex;align-items:center;gap:8px;margin:0;color:#adafca;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}
.hh-cups-mine-toggle input{accent-color:#23d2e2}
.hh-cup-status-tabs a{text-decoration:none}
.hh-cup-index-actions{gap:16px;margin-left:auto;justify-content:flex-end;flex:0 0 auto}
.hh-cup-create-button{height:48px;padding:0 20px;text-decoration:none;white-space:nowrap}
.hh-cup-create-button .button-icon{width:18px;height:18px;fill:currentColor;margin-right:8px}
.hh-cups-vikinger-grid{margin-top:0}
.hh-cup-user-preview .user-preview-cover img{width:100%;height:100%;object-fit:cover;display:block}
.hh-cup-user-preview .user-preview-info{min-height:510px}
.hh-cup-user-preview .user-short-description-title{padding:0 20px}
.hh-cup-user-preview .user-short-description-title a{text-decoration:none}
.hh-cup-user-preview .user-short-description-text{min-height:50px;padding:0 26px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hh-cup-user-preview .tag-sticker{z-index:3}
.hh-cup-visibility-private{background-color:#615dfa}
.hh-cup-visibility-public{background-color:#23d2e2}
.hh-cup-card-stats{margin-top:34px}
.hh-cup-card-stats .user-stat-title{font-size:1.1rem;white-space:nowrap}
.hh-cup-card-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;min-height:64px;margin:18px 24px 0}
.hh-cup-card-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#293249;color:#adafca;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hh-cup-avatar-list{min-height:40px;margin-top:20px}
.hh-cup-card-host{margin-top:10px;color:#adafca;font-size:.78rem;font-weight:700;text-align:center}
.hh-cup-card-host a{color:#fff;text-decoration:none;font-weight:900}
.hh-cup-preview-actions{padding:0 28px 28px}
.hh-cup-preview-actions .button{border:0;text-decoration:none}
.hh-cup-preview-actions .button-icon{width:20px;height:20px;fill:currentColor;margin-right:8px}
.hh-cups-empty-state{max-width:420px;margin:0 auto}.hh-cups-empty-state .button{margin-top:18px;text-decoration:none}
.hh-cups-pager{margin-top:36px}
@media(max-width:1365px){.hh-cups-vikinger-filter{width:100%}.hh-cup-status-tabs{width:100%;justify-content:flex-start;overflow-x:auto}.hh-cups-filterbar{align-items:flex-start;flex-direction:column}.hh-cups-filterbar .section-filters-bar-actions{width:100%;justify-content:space-between}.hh-cup-index-actions{justify-content:flex-end}}
@media(max-width:760px){.hh-cups-vikinger-filter{display:grid;grid-template-columns:1fr}.hh-cups-search-input,.hh-cups-filter-select{width:100%}.hh-cup-index-actions{display:grid;grid-template-columns:1fr}.hh-cup-create-button{width:100%;justify-content:center}.hh-cup-user-preview .user-preview-info{min-height:auto}.hh-cup-user-preview .user-short-description-title,.hh-cup-user-preview .user-short-description-text{padding:0 18px}.hh-cup-card-meta{margin-left:18px;margin-right:18px}.hh-cup-preview-actions{padding:0 20px 24px}}

/* p189: Cups overview groups.html filterbar - search removed */
.hh-cups-filterbar .section-filters-bar-actions:first-child{
  flex:1 1 auto!important;
  min-width:0!important;
}
.hh-cups-vikinger-filter-compact{
  width:auto!important;
  flex:0 0 auto!important;
  gap:16px!important;
  flex-wrap:nowrap!important;
}
.hh-cups-vikinger-filter-compact + .hh-cup-status-tabs{
  margin-left:24px!important;
  flex:1 1 auto!important;
  min-width:420px!important;
}
.hh-cups-mine-toggle{
  min-height:48px!important;
  padding:0 16px!important;
  border:1px solid #333!important;
  border-radius:12px!important;
  background:#202020!important;
  color:#fff!important;
}
.hh-cups-mine-toggle:hover{
  border-color:#4ff461!important;
}
.hh-cups-mine-toggle input{
  flex:0 0 auto!important;
  width:16px!important;
  height:16px!important;
  margin:0!important;
}
.hh-cups-mine-toggle span{
  line-height:1!important;
}
@media(max-width:1365px){
  .hh-cups-vikinger-filter-compact{
    width:auto!important;
  }
  .hh-cups-vikinger-filter-compact + .hh-cup-status-tabs{
    margin-left:0!important;
    min-width:0!important;
    width:100%!important;
  }
}
@media(max-width:760px){
  .hh-cups-vikinger-filter-compact{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .hh-cups-mine-toggle{
    justify-content:center!important;
  }
}

/* p190: Cups AI submission result states */
.hh-cup-ai-submit-note{
  display:flex!important;
  gap:14px!important;
  align-items:flex-start!important;
  margin:0 0 22px!important;
  padding:18px!important;
  border:1px solid #2f2f2f!important;
  border-radius:12px!important;
  background:#1d1d1d!important;
}
.hh-cup-ai-submit-note-icon{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:#252525!important;
  color:#fff!important;
}
.hh-cup-ai-submit-note-title{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:0.9rem!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.hh-cup-ai-submit-note-text,
.hh-cup-submission-reason{
  color:#9b9b9b!important;
  font-size:0.78rem!important;
  font-weight:500!important;
  line-height:1.45!important;
}
.hh-cup-submission-reason{
  max-width:220px!important;
  margin:5px auto 0!important;
}
@media(max-width:760px){
  .hh-cup-ai-submit-note{
    padding:16px!important;
  }
  .hh-cup-submission-reason{
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* p191: Cups persistent submission result panel + test cooldown support */
.hh-cup-submission-result{
  display:flex!important;
  align-items:flex-start!important;
  gap:18px!important;
  margin:0 0 28px!important;
  padding:22px 24px!important;
  border:1px solid #333!important;
  border-left:5px solid #4ff461!important;
  border-radius:14px!important;
  background:#1d1d1d!important;
  box-shadow:0 18px 40px rgba(0,0,0,.24)!important;
}
.hh-cup-submission-result-icon{
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  background:#252525!important;
  color:#fff!important;
}
.hh-cup-submission-result-icon .hh-ph-action-icon{
  font-size:26px!important;
  width:26px!important;
  height:26px!important;
  color:currentColor!important;
}
.hh-cup-submission-result-content{
  flex:1 1 auto!important;
  min-width:0!important;
}
.hh-cup-submission-result-kicker{
  margin:0 0 7px!important;
  color:#9b9b9b!important;
  font-size:.72rem!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.hh-cup-submission-result-title{
  margin:0!important;
  color:#fff!important;
  font-size:1.15rem!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.hh-cup-submission-result-text{
  margin:10px 0 0!important;
  color:#cfcfcf!important;
  font-size:.9rem!important;
  font-weight:600!important;
  line-height:1.45!important;
}
.hh-cup-submission-result-lines{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:16px!important;
}
.hh-cup-submission-result-lines span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 12px!important;
  border:1px solid #333!important;
  border-radius:999px!important;
  background:#202020!important;
  color:#fff!important;
  font-size:.74rem!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.hh-cup-submission-result-success{
  border-left-color:#4ff461!important;
}
.hh-cup-submission-result-success .hh-cup-submission-result-icon{
  color:#4ff461!important;
}
.hh-cup-submission-result-warning{
  border-left-color:#ffd05a!important;
}
.hh-cup-submission-result-warning .hh-cup-submission-result-icon{
  color:#ffd05a!important;
}
.hh-cup-submission-result-danger{
  border-left-color:#ff4f60!important;
}
.hh-cup-submission-result-danger .hh-cup-submission-result-icon{
  color:#ff4f60!important;
}
@media(max-width:760px){
  .hh-cup-submission-result{
    padding:18px!important;
    gap:14px!important;
  }
  .hh-cup-submission-result-lines{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .hh-cup-submission-result-lines span{
    justify-content:center!important;
    text-align:center!important;
  }
}


/* p192: Cups submission overlay during upload and AI check */
html.hh-cup-submission-busy,
html.hh-cup-submission-busy body{
  overflow:hidden!important;
}
.hh-cup-submission-overlay[hidden]{
  display:none!important;
}
.hh-cup-submission-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  background:rgba(8,8,8,.78)!important;
  backdrop-filter:blur(4px)!important;
}
.hh-cup-submission-overlay-card{
  width:min(520px,100%)!important;
  padding:34px 30px!important;
  border:1px solid #333!important;
  border-radius:16px!important;
  background:#1b1b1b!important;
  box-shadow:0 24px 70px rgba(0,0,0,.46)!important;
  text-align:center!important;
}
.hh-cup-submission-spinner{
  width:62px!important;
  height:62px!important;
  margin:0 auto 22px!important;
  border:4px solid #333!important;
  border-top-color:#4ff461!important;
  border-radius:999px!important;
  animation:hhCupSubmissionSpin .9s linear infinite!important;
}
.hh-cup-submission-overlay-kicker{
  margin:0 0 8px!important;
  color:#9b9b9b!important;
  font-size:.72rem!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.hh-cup-submission-overlay-title{
  margin:0!important;
  color:#fff!important;
  font-size:1.25rem!important;
  font-weight:900!important;
  line-height:1.2!important;
}
.hh-cup-submission-overlay-text{
  max-width:420px!important;
  margin:14px auto 0!important;
  color:#cfcfcf!important;
  font-size:.9rem!important;
  font-weight:600!important;
  line-height:1.5!important;
}
.hh-cup-submission-overlay-steps{
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:22px!important;
}
.hh-cup-submission-overlay-steps span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 12px!important;
  border:1px solid #333!important;
  border-radius:999px!important;
  background:#202020!important;
  color:#fff!important;
  font-size:.72rem!important;
  font-weight:800!important;
}
@keyframes hhCupSubmissionSpin{
  to{transform:rotate(360deg)}
}
@media(max-width:760px){
  .hh-cup-submission-overlay{
    align-items:flex-end!important;
    padding:16px!important;
  }
  .hh-cup-submission-overlay-card{
    padding:28px 20px!important;
  }
}

/* p223: Admin sidebar navigation manager */
.hh-admin-navigation-table table{
  min-width:1040px!important;
}
.hh-admin-menu-input,
.hh-admin-menu-field input,
.hh-admin-menu-field select{
  width:100%!important;
  min-height:42px!important;
  border:1px solid var(--hh-border)!important;
  border-radius:10px!important;
  background:#151622!important;
  color:#fff!important;
  padding:10px 12px!important;
  font:inherit!important;
  font-weight:800!important;
  outline:none!important;
}
.hh-admin-menu-input:focus,
.hh-admin-menu-field input:focus,
.hh-admin-menu-field select:focus{
  border-color:var(--hh-accent)!important;
  box-shadow:0 0 0 3px rgba(35,210,226,.12)!important;
}
.hh-admin-menu-input-url{
  margin-top:8px!important;
  color:var(--hh-muted)!important;
  font-size:.86rem!important;
}
.hh-admin-menu-icon-input{max-width:150px!important;}
.hh-admin-menu-order-input{max-width:96px!important;}
.hh-admin-menu-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#fff!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.hh-admin-menu-check input{width:16px!important;height:16px!important;}
.hh-admin-menu-delete{color:var(--hh-danger)!important;}
.hh-admin-menu-create-form{
  display:grid!important;
  grid-template-columns:1.1fr 1.6fr .9fr .7fr .9fr auto auto auto!important;
  gap:14px!important;
  align-items:end!important;
}
.hh-admin-menu-field label{
  display:block!important;
  margin-bottom:8px!important;
  color:#fff!important;
  font-size:.78rem!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
.hh-admin-menu-create-check{min-height:42px!important;}
@media(max-width:1180px){
  .hh-admin-menu-create-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  .hh-admin-menu-create-form{grid-template-columns:1fr!important;}
}
