*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#111318;color:#f5f7fa}button,input,textarea,select{font:inherit}button{cursor:pointer}.loading-screen,.auth-page,.suspended-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.loading-screen img,.auth-brand img,.suspended-box img{max-width:600px;width:100%;margin-bottom:30px}.auth-box{width:100%;max-width:500px}.app{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;min-height:76px;padding:8px 24px;background:#14161cf5;border-bottom:1px solid #303641;display:flex;align-items:center;gap:20px}.brand{width:170px;cursor:pointer}.brand img{width:100%;display:block}nav{display:flex;gap:6px;flex:1;flex-wrap:wrap}nav button,.logout-button,.top-profile-button{background:transparent;border:1px solid transparent;color:#d8dde5;padding:9px 12px;border-radius:10px}nav button:hover,nav button.active{background:#292f38;border-color:#424a57;color:#fff}.top-profile{display:flex;align-items:center;gap:8px}.top-profile-button{border:2px solid #59616d;font-weight:700}.top-profile-button.admin-border{border-color:#f2c94c;background:#f2c94c14}.top-profile-button.supporter-border{border-color:#42d878;background:#42d87814}.small-admin-star{color:#ffd633;margin-right:5px}.logout-button{color:#ff8181}main{width:min(1450px,100%);margin:auto;padding:36px 24px 80px}.hero{border-radius:22px;overflow:hidden;border:1px solid #343b47;margin-bottom:30px}.hero img{width:100%;display:block}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.page-heading h1{font-size:clamp(32px,5vw,54px);margin:4px 0 8px}.page-heading p{margin:0;color:#aeb7c4;font-size:17px}.eyebrow{color:#ff6b25;font-size:12px;font-weight:800;letter-spacing:2px}.search-input{width:min(360px,100%)}input,textarea,select{width:100%;border:1px solid #424a57;background:#171a20;color:#fff;padding:13px 14px;border-radius:10px;outline:none}textarea{min-height:110px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:#ff6b25}.panel{background:#1b1f26;border:1px solid #343b47;border-radius:18px;padding:22px;display:grid;gap:13px;margin-bottom:25px}.primary-button{border:0;background:linear-gradient(135deg,#ff5b1f,#ff8a28);color:#fff;padding:13px 18px;border-radius:10px;font-weight:800}.text-button,.back-button{border:0;background:transparent;color:#ff7a36;padding:8px 0}.admin-home-tools{margin:30px 0 40px;padding:22px;border:1px solid #5d4d16;background:linear-gradient(135deg,#f2c94c1a,#0000);border-radius:18px}.admin-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.admin-tool-grid button{min-height:105px;border:1px solid #51461d;background:#211f19;color:#fff;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.admin-tool-grid span{font-size:28px}.admin-home-badge{color:#ffd633;font-weight:900;border:1px solid #806a18;padding:12px 16px;border-radius:12px;background:#2c2612}.news-grid,.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.news-card,.group-card,.empty-card{background:#1b1f26;border:1px solid #343b47;border-radius:16px;padding:20px}.news-card{display:flex;flex-direction:column;gap:10px}.news-card p{color:#b9c0ca;line-height:1.55}.group-card{padding:0;overflow:hidden}.group-card img{width:100%;height:170px;object-fit:cover}.group-card>div{padding:18px}.member-section{margin-bottom:42px}.member-section h2{margin-bottom:16px}.member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:14px}.member-card{min-height:280px;background:#1d2128;border:2px solid #515966;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s,box-shadow .2s;cursor:pointer}.member-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #00000047}.member-card.admin{border-color:#e5bf31;background:linear-gradient(145deg,#403719,#242114)}.member-card.supporter{border-color:#38c96b;background:linear-gradient(145deg,#173d26,#14251a)}.member-nickname-row{width:100%;min-height:30px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;margin-bottom:8px}.member-left,.member-right{min-width:30px}.member-nickname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.admin-star{color:#ffd633;font-size:23px;text-shadow:0 0 9px rgba(255,214,51,.45)}.supporter-star{color:#3ce278;font-size:22px;text-shadow:0 0 9px rgba(60,226,120,.45)}.friend-button{background:transparent;border:0;color:#fff;font-size:20px}.member-avatar{width:86px;height:86px;object-fit:cover;border-radius:50%;border:3px solid #68717d;background:#252b34;margin:4px 0 12px}.member-card.admin .member-avatar{border-color:#f2c94c}.member-card.supporter .member-avatar{border-color:#3ce278}.member-name{min-height:24px;font-size:14px;font-weight:600;color:#d9dee5}.member-status,.profile-status{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;font-size:13px}.member-status span,.profile-status span{width:9px;height:9px;border-radius:50%}.online{color:#49db7d}.online span{background:#49db7d}.offline{color:#9da6b1}.offline span{background:#9da6b1}.member-message{width:100%;margin-top:auto;padding:8px 10px;border-radius:9px;border:1px solid #4b5563;background:#292e37;color:#fff}.my-area-layout{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:24px;align-items:start}.my-profile-card{background:#1b1f26;border:3px solid #58616d;border-radius:20px;padding:24px;text-align:center}.my-profile-card.admin-profile{border-color:#f2c94c;background:linear-gradient(145deg,#332d17,#1b1d21)}.my-profile-card.supporter-profile{border-color:#3ce278}.my-profile-top{display:flex;justify-content:center;align-items:center;gap:8px}.my-profile-top h1{margin:0}.admin-star-large{color:#ffd633;font-size:28px}.my-avatar{width:145px;height:145px;border-radius:50%;object-fit:cover;border:4px solid #626b78;margin:24px 0 10px}.admin-profile .my-avatar{border-color:#f2c94c}.supporter-profile .my-avatar{border-color:#3ce278}.profile-points{margin-top:24px}.profile-points button{width:100%;padding:16px;border:1px solid #4b5563;border-radius:13px;background:#272c34;color:#fff}.profile-points strong{font-size:22px;margin:0 5px}.points-overview{margin-bottom:24px}.points-overview>div{background:#222831;border:1px solid #3c4552;border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:8px}.points-overview strong{font-size:48px;color:#ffd633}.point-list{display:grid;gap:10px}.point-row{padding:16px;border-radius:12px;background:#20252d;border-left:4px solid #667080;display:grid;gap:5px}.point-row.positive{border-left-color:#3ce278}.point-row.negative{border-left-color:#f55}.point-row small{color:#8d97a4}.messages-page{max-width:1000px}.message-overview{display:grid;gap:10px}.message-preview{text-align:left;display:grid;gap:5px;padding:16px;border-radius:12px;background:#20252d;border:1px solid #39414c;color:#fff}.message-preview span{color:#abb4bf}.message-count{margin-left:5px;min-width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ff5b1f;font-size:11px}.chat-box{background:#181c22;border:1px solid #343c47;border-radius:18px;overflow:hidden}.chat-header{padding:15px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #343c47}.member-mini{display:flex;align-items:center;gap:10px}.member-mini img{width:42px;height:42px;object-fit:cover;border-radius:50%}.chat-messages{min-height:430px;max-height:60vh;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px}.chat-message{max-width:75%;padding:12px 15px;background:#2b313b;border-radius:14px 14px 14px 4px}.chat-message.mine{align-self:flex-end;background:#164b2a;border-radius:14px 14px 4px}.chat-message p{margin:6px 0}.chat-message small{color:#a9b2bc}.message-form{padding:15px;border-top:1px solid #343c47;display:flex;gap:10px}.message-form textarea{min-height:60px}.admin-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:25px}.admin-stat{background:#201e16;border:1px solid #64521b;border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:8px}.admin-stat strong{font-size:36px;color:#ffd633}.admin-member-title{margin:40px 0 15px}.admin-members{display:grid;gap:10px}.admin-member-row{background:#1c2128;border:1px solid #353e4a;border-radius:14px;padding:12px;display:grid;grid-template-columns:170px repeat(6,minmax(110px,1fr)) auto;gap:8px;align-items:center}.admin-member-row.admin-row{background:#332c16;border-color:#c9a92b}.admin-member-row.supporter-row{background:#173d25;border-color:#37bd69}.admin-member-user{display:flex;align-items:center;gap:7px}.admin-member-row button{padding:10px 13px;border:0;border-radius:9px;background:#ff6b25;color:#fff;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px}.profile-modal{width:min(650px,100%);max-height:90vh;overflow-y:auto;position:relative;background:#1a1e25;border-radius:22px;border:1px solid #414a57}.modal-close{position:absolute;top:12px;right:14px;z-index:2;width:38px;height:38px;border-radius:50%;border:0;background:#00000059;color:#fff;font-size:25px}.modal-profile-header{text-align:center;padding:35px 25px 25px;border-bottom:1px solid #363e49}.modal-profile-header.admin{background:linear-gradient(135deg,#443916,#1a1e25)}.modal-profile-header.supporter{background:linear-gradient(135deg,#174329,#1a1e25)}.member-title-line{display:flex;align-items:center;justify-content:center;gap:8px}.modal-avatar{width:120px;height:120px;object-fit:cover;border-radius:50%;border:4px solid #626b78;margin:18px 0 5px}.modal-content{padding:25px}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:20px 0}.profile-info-grid>div{padding:13px;background:#232832;border-radius:11px;display:grid;gap:5px}.profile-info-grid span{color:#9da7b3;font-size:13px}.message-button{width:100%}.toast{position:fixed;z-index:200;right:24px;bottom:24px;max-width:400px;padding:14px 18px;background:#252c35;border:1px solid #4a5665;border-radius:12px;box-shadow:0 15px 40px #0006}.suspended-box{width:min(750px,100%);background:#1b1f26;border:1px solid #763737;border-radius:22px;padding:35px;text-align:center}.suspension-reason{margin:20px 0;padding:18px;background:#311c20;border-left:4px solid #ff5555;text-align:left;border-radius:10px}.suspended-points{padding:20px;background:#222831;border-radius:14px;display:flex;flex-direction:column;gap:7px;margin-bottom:25px}.suspended-points strong{color:#ff6b6b;font-size:40px}.danger-button{margin-top:25px;border:0;background:#a93434;color:#fff;padding:12px 18px;border-radius:10px}.role-symbol{width:23px;height:23px;object-fit:contain;vertical-align:middle;flex:0 0 auto}.role-symbol-large{width:30px;height:30px;object-fit:contain}.inline-role-symbol{width:17px;height:17px;object-fit:contain;vertical-align:-3px;margin-right:4px}.friend-button img{width:20px;height:20px;object-fit:contain;display:block}.form-help{display:block;color:#9da6b1;margin:-4px 0 4px}.quick-rail{position:fixed;right:16px;top:94px;width:210px;z-index:15;background:#181b22f7;border:1px solid #3a424f;border-radius:16px;padding:10px;box-shadow:0 16px 40px #00000047}.quick-profile{width:100%;display:flex;align-items:center;gap:9px;background:#20252d;color:#fff;border:1px solid #414956;border-radius:12px;padding:9px;text-align:left}.quick-profile img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #68717d}.quick-profile strong,.quick-profile small{display:block}.quick-profile small{color:#aeb7c3;margin-top:2px}.quick-actions{display:grid;gap:5px;margin-top:9px}.quick-actions button{width:100%;text-align:left;background:#171b21;color:#dce2e9;border:1px solid #303844;border-radius:9px;padding:8px 9px;font-size:13px}.quick-actions button:hover{background:#292f38;color:#fff}.quick-actions .quick-admin{border-color:#e5bf31;background:#e5bf3114}input[readonly]{opacity:.78;cursor:not-allowed}.role-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px}.friend-symbol{width:22px;height:22px;object-fit:contain;background:transparent}.site-footer{margin:30px auto 0;padding:26px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:22px;background:linear-gradient(180deg,#222730fa,#15191ffa);border:1px solid #3d4653;border-radius:18px 18px 0 0;color:#dce2ea}.site-footer img{width:min(260px,100%);height:auto;object-fit:contain}.site-footer strong{color:#ffb071}.site-footer p{color:#aab3bf;line-height:1.55;font-size:13px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links button{text-align:left;background:transparent;border:0;color:#ff9a50;padding:0;cursor:pointer}@media(max-width:900px){.site-footer{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site-footer{grid-template-columns:1fr}}@media(min-width:1280px){main{margin-right:250px;width:auto;max-width:1450px}}@media(max-width:1279px){.quick-rail{position:static;width:auto;margin:0 24px 24px}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.topbar{flex-wrap:wrap}.brand{width:150px}.top-profile{margin-left:auto}.admin-member-row{grid-template-columns:1fr 1fr}}@media(max-width:800px){.topbar{padding:10px 14px}nav{order:3;width:100%;overflow-x:auto;flex-wrap:nowrap}nav button{white-space:nowrap}main{padding:24px 14px 60px}.page-heading{flex-direction:column;align-items:stretch}.my-area-layout{grid-template-columns:1fr}.message-form{flex-direction:column}.admin-member-row{grid-template-columns:1fr}}.homepage-builder{margin-bottom:22px}.homepage-builder-form{display:grid;gap:10px}.homepage-sections{display:grid;gap:14px;margin-bottom:28px}.homepage-frame{border:1px solid #3b4350;border-radius:16px;padding:20px;background:#171b22}.homepage-frame.accent{border-color:#f0b62b;background:#f0b62b14}.homepage-frame.soft{background:#20252d}.homepage-frame.dark{background:#0e1014;border-color:#596271}.homepage-frame h2{margin-top:0}.homepage-frame small,.content-attribution{color:#8d97a5}.content-manage-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.content-manage-actions button{width:auto;margin:0;padding:7px 10px;background:#222833}.content-manage-actions .danger-link{color:#ff8d8d}.quick-rail{position:fixed;right:16px;top:94px;width:240px;z-index:15;background:#0c0f146b!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(120,130,145,.42)!important;border-radius:16px;padding:10px;box-shadow:0 14px 36px #00000038}.quick-rail.quick-rail-admin{border-color:#dd5c5cb8!important;box-shadow:0 0 0 1px #dd5c5c14,0 14px 36px #00000038}.quick-rail>button,.quick-rail .permission-heading{width:100%!important;display:flex;align-items:center;gap:8px;box-sizing:border-box;text-align:left;background:#14181f6b!important;color:#f3f5f8!important;border:1px solid rgba(112,122,136,.3)!important;border-radius:9px!important;padding:9px 10px!important;margin-top:6px!important}.quick-rail>button:hover,.quick-rail .permission-heading:hover{background:#2c313b94!important;border-color:#aab4c273!important}.quick-rail .quick-profile{display:flex;align-items:center;gap:10px;padding:10px!important;background:#161a227a!important}.quick-rail .quick-profile.admin{border-color:#dd5c5cb3!important;background:#78242424!important}.quick-rail .quick-profile.supporter{border-color:#42d8788f!important;background:#146e371f!important}.quick-rail .quick-profile>img{width:44px;height:44px;flex:0 0 44px;object-fit:cover;border-radius:50%}.quick-rail .quick-section-title{margin-top:12px;padding:8px 6px 4px;font-size:11px;font-weight:900;letter-spacing:1.4px;color:#bdc5cf}.quick-rail .admin-section-title{color:#ff8d8d}.quick-rail .rail-subpanel{background:#0a0d1257!important;border-color:#78829142!important}.quick-rail .admin-permission-panel{background:#26171857!important;border-color:#dd5c5c85!important}.quick-rail .permission-toggle{background:#1c202857!important}@media(max-width:1279px){.quick-rail{position:static;width:auto;margin:0 24px 24px}}.profile-actions{display:grid;gap:9px;margin-top:18px;padding-top:16px;border-top:1px solid #303744}.profile-actions button{width:100%}.secondary-button{border:1px solid #4b5563;background:#242a33;color:#f4f6f8;padding:10px 14px;border-radius:10px;cursor:pointer}.secondary-button:hover{background:#303742}.report-list{display:grid;gap:14px}.report-card{padding:16px;border-radius:14px;border:1px solid #39414d;background:#181c23}.report-card.pending{border-color:#d5ad35}.report-card.confirmed{border-color:#43d87a}.report-card.unfounded{border-color:#d95c5c}.report-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.report-reason{margin-top:10px;padding:12px;border-radius:9px;background:#101319;white-space:pre-wrap}.quick-rail{background:#0c0f146b!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#7882916b!important}.quick-rail.quick-rail-admin{border-color:#dc5555b8!important}.quick-rail.quick-rail-admin .quick-profile{border-color:#dc5555ad!important;background:#7824241f!important}.public-profile-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:20px}.public-profile-data-item{border:1px solid #343d49;background:#1b2028cc;border-radius:10px;padding:10px 12px}.public-profile-data-item span{display:block;color:#8994a1;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.public-profile-data-item strong{display:block;margin-top:4px;color:#f0f3f7;font-size:13px}.profile-admin-tools{margin-top:20px;padding:16px;border:1px solid rgba(221,92,92,.55);border-radius:13px;background:#5f1e1e24}.profile-admin-tools-title span{display:block;color:#ff8f8f;font-size:9px;letter-spacing:.12em;font-weight:800}.profile-admin-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-admin-button{padding:10px;border-radius:9px;border:1px solid #4c5765;background:#222832;color:#f2f5f8;text-align:left}.profile-admin-button.danger{border-color:#c75e5e;color:#ffb1b1}.profile-admin-button.supporter{border-color:#40ca70;color:#86eea7}.profile-admin-button.admin{border-color:#e3bb34;color:#ffe174;background:#69551429}@media(max-width:820px){.public-profile-data,.profile-admin-tools-grid{grid-template-columns:1fr}}.quick-rail{width:190px!important;right:10px!important;top:86px!important;padding:7px!important;border-radius:13px!important;max-height:calc(100vh - 98px);overflow-y:auto}.quick-rail>button,.quick-rail .permission-heading{font-size:10px!important;padding:7px 8px!important;border-radius:8px!important;margin-top:4px!important}.quick-rail .quick-profile{padding:7px!important;gap:7px}.quick-rail .quick-profile>img{width:34px;height:34px}.quick-rail .quick-profile strong{font-size:11px}.quick-rail .quick-profile small{font-size:9px}.quick-rail .quick-section-title{margin-top:8px;padding:5px 4px 3px;font-size:9px}.rail-activity-panel{margin-top:7px;border-top:1px solid rgba(120,130,145,.22);padding-top:3px}.rail-activity-list{max-height:180px;overflow-y:auto;display:grid;gap:2px}.rail-activity-item{width:100%;display:grid;grid-template-columns:24px minmax(0,1fr);gap:6px;padding:4px 2px;border:0;background:transparent;color:inherit;text-align:left}.rail-activity-item>img{width:24px;height:24px;border-radius:50%;object-fit:cover}.rail-activity-item strong,.rail-activity-item small,.rail-activity-item em{display:block}.rail-activity-item strong{font-size:9px;line-height:1.1}.rail-activity-item small{font-size:8px;color:#b6bec8;line-height:1.2}.rail-activity-item em{font-size:7px;color:#79838f;font-style:normal}.profile-builder{border-left:3px solid var(--profile-accent, #ff6b25)}.profile-builder-heading h2{margin:3px 0 5px}.profile-builder-heading p{margin:0;color:#9da7b3;line-height:1.45}.profile-design-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.profile-design-grid>div{display:grid;gap:5px}.profile-design-grid input[type=color]{min-height:44px;padding:4px}.profile-showcase{position:sticky;top:100px}.profile-showcase-role{margin:0;color:var(--profile-accent, #ff6b25);font-size:12px;font-weight:800}.profile-self-preview{margin-top:18px;text-align:left;padding-top:12px;border-top:1px solid rgba(120,130,145,.25)}.profile-self-preview small{color:#8e98a4;text-transform:uppercase;font-size:9px;letter-spacing:.1em}.profile-self-preview p{margin:6px 0 0;color:#d6dce4;font-size:12px;line-height:1.4}.profile-layout-compact .modal-profile-header{padding:22px 18px 18px}.profile-layout-compact .modal-avatar{width:92px;height:92px}.profile-layout-compact .modal-content{padding:18px}.profile-layout-showcase .modal-profile-header{min-height:320px}.admin-members-panel{margin-top:22px;border:1px solid #3a4350;border-radius:16px;padding:18px;background:#161b23d1}.admin-members-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px}.admin-members-heading h2{margin:3px 0 4px}.admin-members-heading p{margin:0;color:#929ca7;font-size:11px}.admin-member-count{min-width:64px;padding:7px;border:1px solid #3d4653;border-radius:9px;text-align:center}.admin-member-count small{display:block;color:#7f8995;font-size:8px}.admin-member-cards{display:grid;gap:9px}.admin-member-card{border:1px solid #3a4350;border-radius:13px;padding:13px;background:#1c2128e6}.admin-member-card.head-admin-card{border-color:#c9a92b;background:#372e146b}.admin-member-card.admin-card{border-color:#dd5c5cb3;background:#411b1e57}.admin-member-card.supporter-card{border-color:#37bd69b3;background:#173d2552}.admin-member-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.admin-member-person-button{display:flex;gap:9px;align-items:center;border:0;background:transparent;color:inherit;text-align:left;padding:0}.admin-member-person-button>span{display:grid;gap:2px}.admin-member-person-button strong{font-size:13px}.admin-member-person-button small{color:#919ba6;font-size:9px}.admin-member-avatar{width:42px;height:42px;border-radius:11px;object-fit:cover;border:1px solid #5b6572}.admin-member-status{display:flex;align-items:center;gap:5px;font-size:8px}.admin-member-status span{width:6px;height:6px;border-radius:50%;background:#707b87}.admin-member-status.online span{background:#42d878}.admin-member-card-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}.admin-member-card-info>div{border:1px solid #313a46;border-radius:8px;padding:6px 7px;background:#0d111666}.admin-member-card-info span{display:block;color:#7f8995;font-size:8px;text-transform:uppercase}.admin-member-card-info strong{display:block;margin-top:2px;font-size:11px}.admin-member-card-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.admin-member-card-actions button{border:1px solid #47515f;border-radius:7px;padding:6px 8px;background:#171d24e6;color:#edf2f7;font-size:9px}@media(min-width:1280px){main{margin-right:210px!important;width:auto;max-width:1450px}}@media(max-width:900px){.profile-design-grid,.admin-member-card-info{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-showcase{position:static}}.admin-log-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:22px;align-items:start}.admin-log-panel{min-height:420px}.admin-log-list{display:grid;gap:10px}.admin-log-row,.admin-report-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid rgba(148,163,184,.18)}.admin-log-row:first-child,.admin-report-row:first-child{border-top:0}.admin-log-row strong,.admin-log-row span,.admin-log-row small{display:block}.admin-log-row span{margin-top:4px;font-weight:700}.admin-log-row small{margin-top:5px;color:var(--muted,#718096);word-break:break-word}.admin-log-row time{white-space:nowrap;color:var(--muted,#718096);font-size:12px}.admin-report-row{width:100%;border:0;border-top:1px solid rgba(148,163,184,.18);background:transparent;text-align:left;color:inherit;cursor:pointer}.admin-report-row strong,.admin-report-row small{display:block}.admin-report-row small{margin-top:5px;color:var(--muted,#718096)}.admin-report-row em{font-style:normal;color:var(--orange,#ff6b00);white-space:nowrap;font-size:12px;font-weight:800}@media(max-width:980px){.admin-log-grid{grid-template-columns:1fr}.admin-log-row{flex-direction:column}.admin-log-row time{white-space:normal}}:root{--orange:#ff6b25;--ink:#27384a;--sidebar:#243446;--line:#d8e0e8;--paper:#f6f8fb;--text:#405166}body{background:#edf1f6!important;color:var(--text)!important}.app{background:#edf1f6;min-height:100vh}.modern-topbar{position:fixed!important;inset:0 0 auto 0;height:92px!important;min-height:92px!important;padding:0 34px!important;background:#fafbfdf7!important;border-bottom:1px solid #d9e0e8!important;color:#314155!important;z-index:100!important;display:flex!important}.topbar-brand{display:flex;align-items:center;gap:12px;width:290px;cursor:pointer}.brand-mark{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#ff8a3d,#ff5a12);display:grid;place-items:center;color:#fff;font-size:30px;box-shadow:0 10px 25px #ff6b2540}.topbar-brand strong{font-size:27px;letter-spacing:.2px}.topbar-brand span{font-size:27px;color:var(--orange);margin-left:4px;font-weight:800}.breadcrumb{font-size:14px;letter-spacing:.12em;font-weight:700;color:#788697;flex:1}.breadcrumb b{margin:0 12px;color:#a6b1be}.topbar-user{display:flex;align-items:center;gap:10px;cursor:pointer}.topbar-user img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #ff7a2e}.dashboard-layout{display:flex;padding-top:92px;min-height:100vh}.modern-sidebar{position:fixed;left:0;top:92px;bottom:0;width:322px;background:linear-gradient(180deg,#2c3d50,#202e3d);padding:26px 22px;display:flex;flex-direction:column;z-index:50;border-right:1px solid rgba(255,255,255,.08)}.sidebar-profile{background:#fff;border-radius:24px;padding:14px;display:flex;gap:13px;align-items:center;color:#2c3a4a;cursor:pointer;box-shadow:0 15px 30px #00000014;margin-bottom:32px}.sidebar-profile img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #ff7a2e}.sidebar-profile strong{display:block;font-size:18px;margin-bottom:6px}.role-badge{display:inline-block;padding:7px 13px;border-radius:999px;background:#e8edf3;font-size:12px;font-weight:800}.role-badge.head,.role-badge.admin{background:linear-gradient(135deg,#ff913d,#ff5b12);color:#fff}.role-badge.supporter{background:#daf5e4;color:#177846}.modern-nav{display:grid!important;gap:8px!important;flex:0!important}.modern-nav button,.sidebar-logout{width:100%;border:0!important;background:transparent!important;color:#c9d1da!important;text-align:left!important;padding:17px 16px!important;border-radius:16px!important;font-weight:750!important;font-size:17px!important;display:flex!important;align-items:center!important;gap:16px!important}.modern-nav button:hover,.modern-nav button.active{background:linear-gradient(135deg,#ff8a3d,#ff5b12)!important;color:#fff!important;box-shadow:0 10px 24px #ff6b2540}.modern-nav em{margin-left:auto;background:#fff;color:#ff6420;border-radius:999px;padding:2px 7px;font-style:normal;font-size:12px}.modern-nav .admin-link{color:#ffd1b9!important}.sidebar-logout{margin-top:auto!important;border:1px solid rgba(255,255,255,.12)!important;background:#ffffff0a!important}.modern-main{margin-left:322px!important;width:calc(100% - 322px)!important;max-width:none!important;padding:58px 52px 80px!important;color:#405166!important}.modern-main .page-heading{margin-bottom:28px}.modern-main .page-heading h1{color:#33465b!important;font-size:clamp(46px,5vw,72px)!important;letter-spacing:-.045em}.modern-main .page-heading p{color:#66788b!important}.modern-main .panel,.modern-main .empty-card,.modern-main .member-card,.modern-main .news-card,.modern-main .content-card,.modern-main .home-section{background:#fff!important;color:#405166!important;border:1px solid var(--line)!important;box-shadow:0 14px 36px #2a3b4e14!important;border-radius:22px!important}.modern-main input,.modern-main textarea,.modern-main select{background:#fff!important;color:#405166!important;border-color:#d6dee8!important}.modern-main .hero{border-radius:28px;border:1px solid #d8e0e8;box-shadow:0 18px 40px #2a3b4e1f}.modern-main .primary-button,.modern-main button.primary-button{background:linear-gradient(135deg,#ff8436,#ff5b12)!important;border-color:#ff6b25!important;color:#fff!important}.modern-main .eyebrow{color:#e76b20!important}.modern-main h1,.modern-main h2,.modern-main h3,.modern-main strong{color:inherit}.modern-main .empty-card{min-height:260px;display:grid;place-items:center;font-size:17px;color:#718196}.topbar,.sidebar-nav,.quick-rail,.top-profile,.header-actions,.global-search,.sidebar-create,.sidebar-friends{box-sizing:border-box}.quick-rail{display:none!important}@media(max-width:1050px){.modern-sidebar{width:86px;padding:18px 10px}.sidebar-profile{padding:8px;justify-content:center}.sidebar-profile>div{display:none}.modern-nav button span,.sidebar-logout span{display:none}.modern-nav button,.sidebar-logout{justify-content:center;font-size:20px!important;padding:16px!important}.modern-main{margin-left:86px!important;width:calc(100% - 86px)!important;padding:42px 28px!important}.topbar-brand{width:auto}.topbar-brand>div:last-child,.breadcrumb{display:none}}@media(max-width:680px){.modern-topbar{height:70px!important;min-height:70px!important;padding:0 14px!important}.dashboard-layout{padding-top:70px}.modern-sidebar{top:70px;width:68px}.modern-main{margin-left:68px!important;width:calc(100% - 68px)!important;padding:30px 16px!important}.brand-mark{width:44px;height:44px;font-size:22px}.topbar-user strong{display:none}.topbar-user img{width:42px;height:42px}}html,body,#root{min-height:100%;width:100%;overflow-x:hidden}body{margin:0!important;background:#eef2f6!important;color:#405166!important}.app{min-height:100vh!important;background:#eef2f6!important}.topbar:not(.modern-topbar),.quick-rail{display:none!important}.modern-topbar{position:fixed!important;top:0;left:0;right:0;width:100%!important;height:92px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.dashboard-layout{display:block!important;padding-top:92px!important;min-height:100vh!important}.modern-sidebar{position:fixed!important;left:0!important;top:92px!important;bottom:0!important;width:286px!important;overflow-y:auto!important;z-index:90!important}.modern-main{display:block!important;margin-left:286px!important;width:calc(100% - 286px)!important;max-width:none!important;padding:46px 48px 72px!important;min-height:calc(100vh - 92px)!important}.content-root{width:100%!important;max-width:1280px!important;margin:0 auto!important}.content-root>section{width:100%!important}.content-root .page-heading{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin:0 0 28px!important}.content-root .page-heading h1{font-size:clamp(42px,5vw,64px)!important;line-height:1.04!important;margin:8px 0 10px!important;color:#33465b!important}.modern-main main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.modern-main .panel,.modern-main .member-card,.modern-main .group-card,.modern-main .news-card,.modern-main .empty-card,.modern-main .home-section,.modern-main .homepage-frame{background:#fff!important;color:#405166!important;border:1px solid #d8e0e8!important;border-radius:22px!important;box-shadow:0 12px 30px #283a5014!important}.modern-main .member-grid,.modern-main .cards,.modern-main .news-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:18px!important}.modern-main .member-card,.modern-main .group-card,.modern-main .news-card{overflow:hidden!important;padding:18px!important}.modern-main img.member-avatar,.modern-main .member-card img,.modern-main .member-mini img,.modern-main .member-section img,.modern-main .profile-visitor img{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.modern-main .group-card>img{width:100%!important;height:170px!important;max-width:none!important;max-height:none!important;border-radius:14px!important;object-fit:cover!important;margin-bottom:14px!important}.modern-main .hero img{width:100%!important;height:auto!important;max-height:420px!important;object-fit:cover!important;display:block!important}.modern-main .news-card p,.modern-main .group-card p{color:#66788b!important;line-height:1.6!important}.modern-main input,.modern-main textarea,.modern-main select{background:#fff!important;color:#405166!important;border:1px solid #d6dee8!important}.modern-main .primary-button{background:linear-gradient(135deg,#ff8a3d,#ff5b12)!important;color:#fff!important;border:0!important}.site-footer{margin-left:286px!important;width:calc(100% - 286px)!important;background:#fff!important;color:#405166!important;border-top:1px solid #d8e0e8!important}.public-profile-modal img,.profile-modal img,.profile-showcase img{max-width:260px!important;max-height:260px!important;width:100%!important;height:auto!important;object-fit:cover!important}.modern-sidebar nav button{white-space:nowrap!important}@media(max-width:1050px){.modern-sidebar{width:82px!important}.modern-main{margin-left:82px!important;width:calc(100% - 82px)!important;padding:34px 26px 64px!important}.site-footer{margin-left:82px!important;width:calc(100% - 82px)!important}}@media(max-width:680px){.modern-sidebar{width:68px!important}.modern-main{margin-left:68px!important;width:calc(100% - 68px)!important;padding:26px 14px 56px!important}.site-footer{margin-left:68px!important;width:calc(100% - 68px)!important}.modern-main .member-grid,.modern-main .cards,.modern-main .news-grid{grid-template-columns:1fr!important}}img.member-avatar,.member-avatar,.admin-member-avatar,.member-mini img,.member-card img.avatar,.topbar-user img,.sidebar-profile img{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:cover!important;object-position:center!important}.admin-member-avatar{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.modal-avatar{width:210px;height:210px;object-fit:cover;object-position:center}.admin-member-card-actions button{cursor:pointer}.admin-member-card-actions button:last-child{border-color:#d68a2d}.suspended-page,.suspended-box{box-sizing:border-box}.member-card.head-admin{border-color:#ff7a22!important;box-shadow:0 0 0 1px #ff7a2229,0 16px 34px #0000002e}.member-card.admin{border-color:#ff8a2a!important}.member-card.supporter{border-color:#35c982!important}.member-card.member{border-color:#97a6b740}.compact-role-symbol{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-size:13px;line-height:1;background:transparent!important;border:1px solid currentColor;opacity:.9}.head-admin-symbol,.admin-symbol{color:#ff7a22}.supporter-symbol{color:#35c982;font-size:10px}.member-avatar{width:70px!important;height:70px!important;object-fit:cover}.role-symbol{width:24px!important;height:24px!important;object-fit:contain;background:transparent!important}.integrated-profile-view{width:100%;max-width:1240px;margin:0 auto;padding:18px;color:inherit}.profile-back-button{border:1px solid rgba(125,145,168,.35);background:#252d38;color:#dbe3ec;padding:10px 16px;border-radius:12px;margin-bottom:14px;cursor:pointer}.integrated-profile-hero{position:relative;display:grid;grid-template-columns:120px 1fr auto;gap:24px;align-items:center;padding:30px;border-radius:24px;background:linear-gradient(135deg,#242b35,#1e252f);border:1px solid rgba(128,148,170,.3);overflow:hidden}.integrated-profile-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--profile-accent) 16%,transparent),transparent 42%)}.integrated-avatar-wrap{position:relative;z-index:1}.integrated-avatar-wrap img{width:104px;height:104px;border-radius:50%;object-fit:cover;border:3px solid var(--profile-accent)}.integrated-profile-title,.integrated-profile-actions{position:relative;z-index:1}.integrated-profile-title h1{margin:7px 0;font-size:clamp(28px,4vw,48px)}.integrated-profile-title p{max-width:760px;opacity:.82;line-height:1.6}.integrated-real-name{opacity:.65;margin-bottom:10px}.profile-role-badge{display:inline-flex;gap:7px;align-items:center;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.profile-role-badge.head-admin,.profile-role-badge.admin{color:#ff9b52}.profile-role-badge.supporter{color:#58d897}.profile-role-badge.member{color:#aeb9c7}.profile-role-icon{background:transparent!important;font-size:14px}.integrated-profile-actions{display:flex;flex-direction:column;gap:10px;min-width:190px}.profile-primary-button{border:0;border-radius:12px;padding:13px 18px;cursor:pointer;background:linear-gradient(135deg,#ff5d20,#ff842b);color:#fff;font-weight:800}.profile-secondary-button{border:1px solid rgba(133,153,176,.45);border-radius:12px;padding:12px 17px;background:#27303b;color:#e5ebf2;cursor:pointer}.integrated-profile-form,.integrated-admin-tools{margin-top:18px;padding:24px;border-radius:20px;background:#242b35;border:1px solid rgba(125,145,168,.3)}.profile-form-heading span{color:#ff8a4b;font-size:11px;font-weight:800;letter-spacing:.16em}.profile-form-heading h2{margin:7px 0 18px}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-form-grid label,.suspend-reason-box label{display:flex;flex-direction:column;gap:7px;font-size:12px;letter-spacing:.08em;color:#9facbb;text-transform:uppercase}.profile-form-grid input,.profile-form-grid textarea,.suspend-reason-box textarea{border:1px solid #3c4a5b;background:#1d242d;color:#eef2f6;border-radius:12px;padding:12px;font:inherit;text-transform:none}.full-width{grid-column:1/-1}.integrated-profile-details{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.profile-detail-card{padding:20px;border-radius:16px;background:#242b35;border:1px solid rgba(125,145,168,.25)}.profile-detail-card span{font-size:11px;letter-spacing:.13em;color:#ff8a4b;font-weight:800}.profile-detail-card p{margin:10px 0 0}.admin-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-tool-grid button{border-radius:12px;padding:13px;cursor:pointer;border:1px solid #455568;background:#27303b;color:#e7edf4;font-weight:700}.admin-tool-grid .danger-outline{border-color:#ff6a5f;color:#ffb0aa}.admin-tool-grid .success-outline{border-color:#43ca87;color:#90e4ba}.suspend-reason-box{margin-top:16px;padding:16px;border:1px solid rgba(255,100,88,.55);border-radius:14px;background:#692a2626}.suspend-reason-box>div{display:flex;gap:10px;margin-top:12px}.danger-confirm{border:0;border-radius:10px;padding:11px 15px;background:#b93c36;color:#fff;cursor:pointer}.profile-notice{position:sticky;top:10px;z-index:20;margin-bottom:10px;padding:12px 16px;border-radius:12px;background:#263441;border:1px solid #3f5870}@media(max-width:800px){.integrated-profile-hero{grid-template-columns:1fr;text-align:center}.integrated-avatar-wrap{justify-self:center}.integrated-profile-actions{min-width:0}.profile-form-grid,.integrated-profile-details,.admin-tool-grid{grid-template-columns:1fr}}:root{--ec-bg:#101a27;--ec-text:#edf4fb;--ec-muted:#9fb0c0;--ec-border:#34485d}html,body,#root{min-height:100%;background:#101a27}body{margin:0;color:#edf4fb;background:radial-gradient(circle at 10% 5%,rgba(255,174,45,.09),transparent 25%),linear-gradient(135deg,#101a27,#172536 52%,#0d1520)}.app{background:transparent}.modern-topbar{background:#111d2b!important;border-bottom:1px solid #34485d!important;box-shadow:0 6px 22px #00000047}.topbar-brand img[alt="Ennstal Connect"],img[alt="Ennstal Connect"]{content:url(/ennstal-connect-logo.svg)!important;width:190px!important;height:auto!important;max-height:52px!important;object-fit:contain!important}.topbar-brand>div:last-child{display:none!important}.modern-sidebar{background:#0c1622!important;color:#eaf1f7!important;border-right:1px solid #2b4055!important;box-shadow:5px 0 24px #0000004d}.modern-sidebar *{color:inherit}.modern-main{background:transparent!important}.content-root{max-width:1180px;margin:0 auto}.page-heading h1{color:#f3f7fb!important}.page-heading p{color:#9fb0c0!important}.site-footer{background:#0e1824!important;border-top:1px solid #34485d!important}.footer-links button{background:transparent!important;border:0!important;color:#d4e0ea!important}.member-section>h2,.member-section>p{display:none!important}.member-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(225px,250px))!important;gap:14px!important;align-items:stretch!important;justify-content:start!important}.member-card{position:relative!important;width:100%!important;box-sizing:border-box!important;height:224px!important;min-height:224px!important;padding:11px!important;border-radius:17px!important;border:1px solid #465b70!important;box-shadow:0 10px 28px #00000047!important;overflow:hidden!important;background:#263646!important;color:#edf4fb!important}.member-card.admin{background:linear-gradient(145deg,#6d4a18,#b67a20)!important;border-color:#d99b2d!important}.member-card.head-admin{background:linear-gradient(145deg,#744615,#d18418)!important;border-color:#ffb12f!important}.member-card.supporter{background:linear-gradient(145deg,#164c2b,#277747)!important;border-color:#58c77e!important}.member-card.member{background:linear-gradient(145deg,#26384a,#1d2b3a)!important;border-color:#41566b!important}.member-nickname-row{min-height:31px!important;display:grid!important;grid-template-columns:28px 1fr 28px!important;align-items:center!important;gap:3px!important}.member-nickname{font-size:17px!important;line-height:1.1!important;color:#fff!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-shadow:0 1px 2px rgba(0,0,0,.45)}.compact-role-symbol{font-size:21px!important;line-height:1!important;font-weight:900!important}.compact-role-symbol.head-admin,.compact-role-symbol.admin{color:#ffd05a!important}.compact-role-symbol.supporter{color:#79e19a!important}.compact-role-symbol.member{display:none!important}.member-role-caption{font-size:11px!important;font-weight:950!important;text-align:center!important;margin:-1px 0 3px!important}.member-role-caption.head-admin,.member-role-caption.admin{color:#ffe19a!important}.member-role-caption.supporter{color:#a5f0bb!important}.member-role-caption.member{color:#c2cfda!important}.friend-indicator{font-size:17px!important;color:#ff7f91!important;text-align:center!important}.member-avatar{width:86px!important;height:86px!important;border-radius:50%!important;object-fit:cover!important;display:block!important;margin:3px auto 6px!important;border:2px solid rgba(255,255,255,.92)!important;box-shadow:0 5px 13px #00000059!important}.member-name{font-size:13px!important;font-weight:900!important;text-align:center!important;color:#f0f5f9!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-status{justify-content:center!important;font-size:11px!important;margin-top:4px!important;color:#c0cbd5!important}.member-message{display:none!important}.profile-role-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;margin:4px auto 8px!important;padding:6px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;border:1px solid transparent!important}.profile-role-label.global-admin,.profile-role-label.head-admin{background:#b87518!important;border-color:#ffc14a!important;color:#fff3c9!important}.profile-role-label.community-admin,.profile-role-label.admin{background:#8a621b!important;border-color:#e8b74d!important;color:#fff0c2!important}.profile-role-label.supporter{background:#17643a!important;border-color:#61d184!important;color:#e1ffe9!important}.profile-role-label.member{background:#304456!important;border-color:#526a80!important;color:#e5edf4!important}.profile-nickname-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important}.profile-nickname-line h1{margin:0!important;color:#fff!important}.profile-inline-star{font-size:25px!important;font-weight:950!important;color:#ffcf61!important}.profile-inline-star.head-admin{color:#ffe08a!important}.profile-inline-star.community-admin{color:#ffcf61!important}.profile-inline-star.supporter{color:#71dc91!important}.head-admin-profile-badge{position:static!important;display:inline-flex!important;visibility:visible!important;opacity:1!important;margin:3px auto 5px!important;background:#b87518!important;border:1px solid #ffc14a!important;color:#fff3c9!important;border-radius:999px!important;padding:5px 10px!important;font-weight:950!important;font-size:11px!important}.responsibility-note{position:static!important;display:block!important;color:#aebdca!important;font-size:10px!important;font-weight:800!important;margin:0 auto 7px!important}.my-avatar{width:108px!important;height:108px!important;object-fit:cover!important;border-radius:50%!important;margin:7px auto!important}.profile-modal{max-width:620px!important;border-radius:23px!important;background:#172331!important;color:#edf4f8!important;box-shadow:0 22px 60px #00000080!important}.modal-profile-header{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.modal-title-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.modal-title-row h1{margin:0!important;color:#fff!important}.modal-title-row strong{display:block!important;color:#ffc65c!important;font-size:13px!important}.modal-title-row small{display:block!important;color:#bdcad4!important;font-size:10px!important}.modal-role-icon{font-size:25px!important;font-weight:950!important;color:#ffcf61!important}.modal-role-icon.head-admin,.modal-role-icon.admin{color:#ffcf61!important}.modal-role-icon.supporter{color:#6fdb8f!important}.modal-avatar{width:100px!important;height:100px!important;object-fit:cover!important;border-radius:50%!important;margin:9px auto!important}.modal-meta{color:#c7d4de!important;font-weight:800!important}.profile-form{background:#172536!important;border:1px solid #3b5167!important;color:#edf4fb!important}.profile-form label{color:#cbd7e0!important}.profile-form input,.profile-form select,.profile-form textarea{background:#0f1b28!important;color:#f2f6fa!important;border-color:#40566c!important}.profile-form small{display:block;margin-top:4px;color:#9fb0c0}.profile-file-input{display:block!important;width:100%!important;box-sizing:border-box!important;padding:11px!important;border:2px dashed #6b8298!important;border-radius:12px!important;background:#0f1b28!important;color:#eaf1f7!important}.legal-page{max-width:900px!important;margin:0 auto 30px!important;background:#172536!important;border:1px solid #3b5167!important;border-radius:20px!important;padding:32px!important;box-shadow:0 14px 38px #00000052!important;line-height:1.65!important}.legal-page h1{margin-top:0;color:#fff}.legal-page h2{margin-top:28px;color:#ffd06a}.legal-page p,.legal-page li{color:#cfdae3}.legal-notice{background:#4a3515;border:1px solid #d99a28;border-radius:14px;padding:13px 15px;margin:15px 0;color:#ffe9b0!important}.ec-profile-admin-tools{margin:24px 0 4px;padding:16px;border:1px solid #53687c;border-radius:18px;background:#101b27!important}.ec-admin-title strong{color:#f3f7fa}.ec-admin-title span{color:#9db0c2}.ec-admin-actions button,.ec-admin-edit button{border:1px solid #60778c;border-radius:10px;padding:9px 11px;background:#e9eef2;color:#1d3349;font-weight:800;cursor:pointer}.ec-admin-actions [data-action=warn]{border-color:#ef8f8f;background:#fff0f0;color:#a92535}.ec-admin-actions [data-action=role-admin]{border-color:#d98a1e;background:#ffefc9;color:#704300}.ec-admin-actions [data-action=role-supporter]{border-color:#63aa76;background:#e4f6e8;color:#246c39}.ec-admin-grid input,.ec-admin-grid select{background:#f3f6f8;color:#182c43}.admin-log-grid,.admin-log-panel,.admin-log-list,.admin-log-row,.admin-report-row{display:none!important}.member-role-line{position:absolute!important;left:10px!important;right:10px!important;top:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;z-index:4!important;pointer-events:none!important}.member-role-line .role-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:27px!important;padding:4px 10px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.5)!important;background:#0a121c94!important;color:#fff!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-shadow:0 1px 2px rgba(0,0,0,.7)!important;box-shadow:0 3px 10px #00000047!important}.member-role-line .role-chip.head-admin{background:#a96512!important;border-color:#ffd15e!important;color:#fff7d5!important}.member-role-line .role-chip.admin{background:#8d641b!important;border-color:#ffd15e!important;color:#fff6d0!important}.member-role-line .role-chip.supporter{background:#11633a!important;border-color:#72e29a!important;color:#edfff3!important}.member-role-line .role-chip.member{background:#34495b!important;border-color:#7b91a4!important;color:#fff!important}.member-role-line .friend-indicator{margin-left:6px!important;font-size:20px!important;font-weight:950!important;color:#ff6f86!important;text-shadow:0 1px 4px #000!important}.member-card .member-avatar{width:96px!important;height:96px!important;margin:39px auto 7px!important;border-width:3px!important}.member-card .member-nickname{font-size:17px!important;font-weight:950!important}.member-card .member-name{font-size:13px!important;color:#f7fbff!important;text-shadow:0 1px 2px rgba(0,0,0,.4)}.my-profile-card h1{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important;text-shadow:0 2px 5px rgba(0,0,0,.45)!important}.my-profile-card.head-admin h1:after{content:"♛"!important;font-size:25px!important;color:#ffd15e!important;text-shadow:0 1px 4px #000!important}.my-profile-card.admin h1:after{content:"★"!important;font-size:24px!important;color:#ffd15e!important;text-shadow:0 1px 4px #000!important}.my-profile-card.supporter h1:after{content:"★"!important;font-size:24px!important;color:#79e39a!important;text-shadow:0 1px 4px #000!important}.my-profile-card .profile-role-label{position:relative!important;z-index:5!important}.my-profile-card .profile-role-label.global-admin,.my-profile-card .profile-role-label.head-admin{background:#b87518!important;color:#fff6d3!important}.my-profile-card .profile-role-label.community-admin,.my-profile-card .profile-role-label.admin{background:#8a621b!important;color:#fff2c7!important}.my-profile-card .profile-role-label.supporter{background:#17643a!important;color:#e7ffef!important}.my-profile-card .profile-role-label.member{background:#304456!important;color:#e8f0f6!important}.profile-modal .modal-avatar{width:150px!important;height:150px!important;max-width:150px!important;max-height:150px!important;object-fit:cover!important;border-radius:50%!important}.profile-modal .modal-profile-header{max-width:100%!important}.profile-modal img:not(.modal-avatar){max-width:100%!important;height:auto!important}.my-profile-card{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;overflow:hidden!important}.my-profile-card .my-avatar{width:132px!important;height:132px!important;max-width:132px!important;max-height:132px!important;border:3px solid rgba(255,255,255,.95)!important;box-shadow:0 8px 24px #0006!important;flex:0 0 auto!important}.my-profile-card h2{font-size:14px!important;color:#f3f7fb!important;margin:5px 0!important}.my-profile-card p{max-width:92%!important;color:#d6e1e9!important}.ec-home-image-upload{margin:8px 0 10px!important}.ec-home-image-upload label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#263c53!important;font-weight:850!important}.ec-home-image-upload input[type=file]{padding:10px!important;border:2px dashed #7c93a7!important;border-radius:11px!important;background:#f6f9fb!important;color:#20354a!important}.ec-home-image-upload small{color:#607487!important;font-weight:650!important}.homepage-form input[name=image_url]{font-size:12px!important}@media(max-width:760px){.member-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.member-card{height:220px!important;min-height:220px!important}.member-card .member-avatar{width:86px!important;height:86px!important;margin-top:40px!important}.member-nickname{font-size:15px!important}.legal-page{padding:22px!important}.ec-admin-grid{grid-template-columns:1fr!important}.topbar-brand img[alt="Ennstal Connect"],img[alt="Ennstal Connect"]{width:155px!important}.my-profile-card .my-avatar{width:112px!important;height:112px!important}.profile-modal .modal-avatar{width:125px!important;height:125px!important}}@media(max-width:480px){.member-grid{grid-template-columns:1fr 1fr!important}.member-card{height:212px!important;min-height:212px!important;border-radius:14px!important}.member-card .member-avatar{width:78px!important;height:78px!important}.member-card .member-name{font-size:12px!important}.member-role-line .role-chip{font-size:11px!important;padding:4px 7px!important}.my-profile-card .my-avatar{width:100px!important;height:100px!important}}.member-card{position:relative!important;overflow:hidden!important}.member-card .member-role-line{position:absolute!important;top:10px!important;left:10px!important;right:10px!important;z-index:8!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;pointer-events:none!important}.member-card .member-role-line .role-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:7px 13px!important;min-height:31px!important;border-radius:999px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.75)!important;box-shadow:0 3px 12px #00000059!important}.member-card.head-admin,.member-card.admin{background:linear-gradient(145deg,#6e4811,#c17d0d)!important;border-color:#ffc83d!important}.member-card.supporter{background:linear-gradient(145deg,#12572f,#267d48)!important;border-color:#59e18b!important}.member-card.member{background:linear-gradient(145deg,#26394d,#1d2c3d)!important;border-color:#466078!important}.member-card .role-chip.head-admin,.member-card .role-chip.admin{background:#a76508!important;border:1px solid #ffe07a!important;color:#fff8dd!important}.member-card .role-chip.supporter{background:#08703a!important;border:1px solid #86f0ad!important;color:#edfff3!important}.member-card .role-chip.member{background:#334b61!important;border:1px solid #8ba0b2!important;color:#fff!important}.member-card .member-avatar{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;margin:47px auto 9px!important;border-width:4px!important;border-style:solid!important;box-shadow:0 0 0 3px #ffffff1f,0 7px 18px #00000061!important}.member-card.head-admin .member-avatar,.member-card.admin .member-avatar{border-color:#ffd34f!important;box-shadow:0 0 0 3px #ffd34f3d,0 7px 20px #0000006b!important}.member-card.supporter .member-avatar{border-color:#62e99a!important;box-shadow:0 0 0 3px #62e99a38,0 7px 20px #0000006b!important}.member-card.member .member-avatar{border-color:#a8b6c4!important}.member-card .member-nickname{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;margin:0 auto!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-break:break-word!important;font-size:17px!important;line-height:1.2!important;font-weight:950!important;color:#fff!important;text-align:center!important;text-shadow:0 1px 3px rgba(0,0,0,.55)!important}.member-card .member-name{display:block!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#f5f9fc!important;font-weight:900!important}.member-card .member-status{color:#d7e0e7!important}.member-card .friend-indicator{color:#ff8298!important;font-size:21px!important;text-shadow:0 1px 4px #000!important}.my-profile-card h1{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important}.my-profile-card .profile-role-mark,.my-profile-card .head-admin-profile-badge{display:none!important}.my-profile-card.head-admin h1:after{content:"♛";font-size:26px;color:#ffd65a;text-shadow:0 1px 4px #000}.my-profile-card.admin h1:after{content:"★";font-size:25px;color:#ffd65a;text-shadow:0 1px 4px #000}.my-profile-card.supporter h1:after{content:"★";font-size:25px;color:#71e49a;text-shadow:0 1px 4px #000}.my-profile-card .profile-role-label{display:inline-flex!important;visibility:visible!important;opacity:1!important;margin:4px auto 9px!important;padding:6px 13px!important;border-radius:999px!important;font-weight:950!important}.my-profile-card.head-admin .profile-role-label{background:#a76508!important;border:1px solid #ffd55d!important;color:#fff5d1!important}.my-profile-card.admin .profile-role-label{background:#8d6417!important;border:1px solid #ffd55d!important;color:#fff4cf!important}.my-profile-card.supporter .profile-role-label{background:#12643a!important;border:1px solid #69e69b!important;color:#e9fff1!important}.my-profile-card .my-avatar{width:132px!important;height:132px!important;max-width:132px!important;max-height:132px!important;object-fit:cover!important;border-radius:50%!important}.my-profile-card.head-admin .my-avatar,.my-profile-card.admin .my-avatar{border:4px solid #ffd34f!important}.my-profile-card.supporter .my-avatar{border:4px solid #61e598!important}.profile-modal .modal-profile-header{align-items:center!important;text-align:center!important}.profile-modal .modal-profile-role{font-weight:950!important;font-size:14px!important;padding:7px 13px!important;border-radius:999px!important;margin-bottom:7px!important;color:#fff!important}.profile-modal .modal-profile-header.head-admin .modal-profile-role,.profile-modal .modal-profile-header.admin .modal-profile-role{background:#a76508!important;border:1px solid #ffd55d!important}.profile-modal .modal-profile-header.supporter .modal-profile-role{background:#12643a!important;border:1px solid #69e69b!important}.profile-modal .modal-avatar{width:145px!important;height:145px!important;max-width:145px!important;max-height:145px!important;object-fit:cover!important;border-radius:50%!important;border:4px solid #a8b6c4!important}.profile-modal .modal-profile-header.head-admin .modal-avatar,.profile-modal .modal-profile-header.admin .modal-avatar{border-color:#ffd34f!important}.profile-modal .modal-profile-header.supporter .modal-avatar{border-color:#61e598!important}.topbar-user span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.topbar-user span strong{line-height:1.1!important}.topbar-user span small{line-height:1.1!important;font-weight:800!important}.permissions-grid{display:grid!important;grid-template-columns:repeat(2,minmax(260px,1fr))!important;gap:9px 20px!important;margin:12px 0 18px!important}.permission-row{display:flex!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;border:1px solid #d4dee7!important;border-radius:10px!important;background:#f7fafc!important;color:#183a59!important;font-weight:700!important;cursor:pointer!important}.permission-row input[type=checkbox]{width:19px!important;height:19px!important;flex:0 0 19px!important;accent-color:#ff7a22!important}.permissions-panel .primary-button{width:100%!important}.ec-home-upload-wrap{margin:6px 0 10px!important;padding:10px 12px!important;border:1px dashed #8197aa!important;border-radius:12px!important;background:#f6f9fb!important}.ec-home-upload-label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#1c3a56!important;font-weight:850!important}.ec-home-upload-input{background:#fff!important;color:#1d3b57!important;border:1px solid #c6d3df!important;padding:8px!important}.ec-home-upload-label small{color:#617588!important;font-weight:650!important}.ec-home-upload-status{margin-top:6px!important;color:#2f5977!important;font-size:12px!important;font-weight:800!important}@media(max-width:800px){.permissions-grid{grid-template-columns:1fr!important}.member-card .member-avatar{width:88px!important;height:88px!important;min-width:88px!important;min-height:88px!important;margin-top:47px!important}.member-card .member-nickname{font-size:15px!important}}.my-profile-card.profile-showcase{position:relative!important;display:block!important;min-height:270px!important;padding:22px!important;text-align:left!important;overflow:hidden!important}.my-profile-card.profile-showcase .profile-role-mark{position:absolute!important;top:22px!important;left:22px!important;z-index:5!important;display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;margin:0!important;border-radius:10px!important;background:#f28a24!important;border:1px solid #ffc36b!important;color:#fff!important;font-size:25px!important;font-weight:950!important;line-height:1!important;box-shadow:0 5px 16px #0000004d!important}.my-profile-card.profile-showcase .profile-nickname-line{position:relative!important;z-index:3!important;display:block!important;width:calc(100% - 105px)!important;min-height:46px!important;margin:0!important;padding:5px 0 0 55px!important;text-align:left!important}.my-profile-card.profile-showcase .profile-nickname-line .profile-inline-star{display:none!important}.my-profile-card.profile-showcase .profile-nickname-line h1{margin:0!important;font-size:26px!important;line-height:1.15!important;text-align:left!important}.my-profile-card.profile-showcase .profile-role-label,.my-profile-card.profile-showcase .head-admin-profile-badge{display:none!important}.my-profile-card.profile-showcase .my-avatar{position:absolute!important;top:18px!important;right:18px!important;z-index:4!important;width:78px!important;height:78px!important;max-width:78px!important;max-height:78px!important;margin:0!important;object-fit:cover!important;border-radius:50%!important;border:4px solid #f4a33a!important;box-shadow:0 5px 18px #0006!important}.my-profile-card.profile-showcase.admin-profile .my-avatar,.my-profile-card.profile-showcase.head-admin .my-avatar{border-color:#ffd34f!important}.my-profile-card.profile-showcase.supporter-profile .my-avatar,.my-profile-card.profile-showcase.supporter .my-avatar{border-color:#61e598!important}.my-profile-card.profile-showcase>h2{margin:22px 0 7px!important;padding-top:72px!important;font-size:15px!important;text-align:left!important}.my-profile-card.profile-showcase>p{margin:0!important;max-width:100%!important;font-size:14px!important;line-height:1.5!important;text-align:left!important;color:#d6e1e9!important}.my-profile-card.profile-showcase.head-admin .profile-role-mark,.my-profile-card.profile-showcase.admin .profile-role-mark{background:#f28a24!important;border-color:#ffd36a!important}.my-profile-card.profile-showcase.supporter .profile-role-mark{background:#17864b!important;border-color:#79e8a3!important}.profile-form{gap:9px!important;padding:18px!important}.profile-form .eyebrow{margin-bottom:0!important}.profile-form h2{margin:0 0 4px!important}.profile-form label{margin-top:2px!important;font-size:13px!important;font-weight:800!important}.profile-form input,.profile-form select,.profile-form textarea{padding:10px 12px!important}.profile-form textarea{min-height:80px!important}.profile-form .form-grid{gap:10px!important}.profile-form .profile-file-input{padding:9px!important}.modern-main .profile-form{background:#fff!important;color:#405166!important;border-color:#d8e0e8!important}.modern-main .profile-form label{color:#405166!important}.modern-main .profile-form input,.modern-main .profile-form select,.modern-main .profile-form textarea{background:#fff!important;color:#263c53!important;border-color:#cbd8e5!important}.my-area-layout{grid-template-columns:300px minmax(0,1fr)!important;align-items:stretch!important}.my-profile-card{min-height:620px!important;width:300px!important;box-sizing:border-box!important}.my-profile-card{background-image:var(--profile-background-image,none)!important;background-size:cover!important;background-position:center!important}.profile-bio-image{width:calc(100% - 36px)!important;max-height:180px!important;object-fit:cover!important;border-radius:12px!important;margin:14px 18px 4px!important}.profile-bio.serif{font-family:Georgia,serif!important}.profile-bio.handwritten{font-family:cursive!important}.profile-bio.small{font-size:13px!important}.profile-bio.large{font-size:18px!important}.sidebar-profile{background:#203245!important;color:#fff!important;border:1px solid #40566c!important}.sidebar-profile strong{color:#fff!important}.sidebar-profile .role-badge.head-admin{width:38px!important;height:38px!important;padding:0!important;display:inline-grid!important;place-items:center!important;font-size:24px!important;background:#b87518!important;border:1px solid #ffd15e!important;color:#fff7d5!important}.homepage-image-picker{display:flex!important;flex-direction:column!important;gap:6px!important;font-weight:800!important;color:#405166!important}.homepage-image-picker input{padding:8px!important}.homepage-upload-preview{width:100%;max-height:180px;object-fit:cover;border-radius:12px;border:1px solid #cbd8e5}.homepage-upload-status{margin:0;color:#405166;font-size:13px;font-weight:700}@media(max-width:760px){.my-area-layout{grid-template-columns:1fr!important}.my-profile-card{width:100%!important;min-height:420px!important}}.modern-main .member-grid{grid-template-columns:repeat(auto-fill,minmax(210px,250px))!important;justify-content:start!important}.modern-main .member-card{min-height:340px!important;height:340px!important}.modern-main .member-card{position:relative!important;padding-top:0!important}.modern-main .member-card .member-nickname{position:absolute!important;top:66px!important;left:12px!important;right:12px!important;display:block!important;margin:0!important;text-align:center!important;z-index:2}.modern-main .member-card .member-avatar{position:absolute!important;top:100px!important;left:50%!important;transform:translate(-50%)!important;width:106px!important;height:106px!important;max-width:106px!important;max-height:106px!important;margin:0!important}.modern-main .member-card .member-name{position:absolute!important;top:220px!important;left:10px!important;right:10px!important;text-align:center!important}.modern-main .member-card .member-status{position:absolute!important;left:0!important;right:0!important;bottom:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#fff!important;font-size:13px!important;font-weight:800!important}.modern-main .member-card .member-status span{width:10px!important;height:10px!important;border-radius:50%!important;background:#95a6b5!important}.modern-main .member-card .member-status.online span{background:#56e28c!important;box-shadow:0 0 10px #56e28c!important}.topbar-user strong{display:flex!important;align-items:center!important;gap:7px!important}.nickname-crown{color:#ffd15e!important;font-size:22px!important;line-height:1!important}.sidebar-profile{min-height:98px!important}.sidebar-profile>div{min-width:0!important}.sidebar-profile strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sidebar-profile .role-badge{margin-top:6px!important}.admin-member-person-button img,.admin-member-card img{width:64px!important;height:64px!important;min-width:64px!important;max-width:64px!important;min-height:64px!important;max-height:64px!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.admin-member-card{overflow:hidden!important}.admin-member-person-button{display:flex!important;align-items:center!important;gap:14px!important;text-align:left!important}.public-friends{margin-top:28px;padding:26px;border-radius:22px;background:#fff;border:1px solid #d8e0e8}.public-friends h2{margin:7px 0 18px;color:#33465b}.public-friends>div{display:flex;flex-wrap:wrap;gap:12px}.public-friends button{display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #d8e0e8;border-radius:999px;background:#f6f9fc;color:#33465b;font-weight:800;cursor:pointer}.public-friends img{width:38px;height:38px;object-fit:cover;border-radius:50%}.member-admin-tools{margin-top:28px;padding:26px;border:1px solid #9cb2c8;border-radius:22px;background:#172536;color:#fff}.member-admin-tools h2{margin:7px 0 18px}.member-admin-tools>div{display:flex;flex-wrap:wrap;gap:10px}.member-admin-tools .secondary-button{background:#253649;color:#fff;border-color:#7690a9}.member-admin-tools .danger-button{background:#ba3a3a}.member-profile-page{max-width:980px;margin:0 auto}.member-profile-hero{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:center;min-height:430px;padding:46px;border-radius:28px;background:#172536;color:#fff}.member-profile-hero img{width:190px;height:190px;border-radius:50%;object-fit:cover;border:4px solid #ffd15e}.member-profile-hero h1{font-size:clamp(38px,6vw,64px);margin:8px 0}.member-profile-hero span{font-weight:800;color:#ffd15e}.member-profile-bio{line-height:1.7;max-width:650px}.member-profile-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}@media(max-width:680px){.modern-main .member-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.modern-main .member-card{min-height:280px!important;height:280px!important}.member-profile-hero{grid-template-columns:1fr;text-align:center;padding:28px}.member-profile-hero img{margin:auto}}.member-profile-hero img.member-profile-default-avatar{width:128px;height:128px;margin:0 auto}.topbar-brand .topbar-logo{width:205px!important;height:66px!important;max-height:66px!important;object-fit:contain!important;object-position:left center!important;padding:4px 8px!important;border-radius:12px!important;background:#fff!important}.community-logo-hero{padding:0!important;background:#fff!important;overflow:hidden!important}.community-logo-hero img{width:100%!important;height:auto!important;max-height:420px!important;display:block!important;object-fit:contain!important}@media(max-width:680px){.topbar-brand .topbar-logo{width:150px!important;height:50px!important;max-height:50px!important;padding:3px 5px!important}.community-logo-hero img{max-height:260px!important}}.forum-page{max-width:980px;margin:0 auto}.forum-composer,.forum-post{margin-bottom:18px}.forum-composer{display:grid;gap:12px}.forum-composer textarea{min-height:150px;resize:vertical}.forum-post-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.forum-post h2{margin:5px 0}.forum-post-head p{margin:0;color:#738397}.forum-content{white-space:pre-wrap;line-height:1.75;margin:18px 0}.forum-content.serif{font-family:Georgia,serif}.forum-content.handwritten{font-family:cursive}.forum-content.small{font-size:14px}.forum-content.large{font-size:20px}.forum-content.bold{font-weight:800}.forum-content.italic{font-style:italic}.forum-edited{display:block;border-top:1px solid #dde5ed;padding-top:12px;color:#8c6416}.forum-locked{padding:12px;border-radius:12px;background:#fff2e8;color:#a04318;font-weight:800}.profile-timeline{margin-top:22px}.profile-timeline h2{margin:7px 0 14px}.profile-timeline>div{display:grid;gap:8px}.profile-timeline p{margin:0;padding:11px 13px;border-radius:12px;background:#f6f9fc;color:#405166}.profile-timeline time{display:block;margin-top:3px;font-size:12px;color:#78899a}@media(max-width:680px){.forum-post-head{flex-direction:column;gap:8px}}.modern-main .member-card .member-role-line{position:absolute!important;top:18px!important;left:10px!important;right:10px!important;z-index:5!important;margin:0!important}.modern-main .member-card .member-nickname{position:absolute!important;top:72px!important;left:12px!important;right:12px!important;z-index:4!important;line-height:1.2!important}.modern-main .member-card .member-avatar{position:absolute!important;top:108px!important;left:50%!important;transform:translate(-50%)!important;margin:0!important}.modern-main .member-card .member-name{position:absolute!important;top:232px!important;left:10px!important;right:10px!important;margin:0!important}.modern-main .member-card .member-status{bottom:18px!important;margin:0!important}.auth-page{min-height:100vh!important;padding:34px 22px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#0d1b2a,#172b40 55%,#8b4d13)!important}.auth-page>.text-logo{display:none!important}.auth-welcome{width:min(1080px,100%);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:28px;align-items:stretch}.auth-intro,.auth-welcome .auth-box .panel{border-radius:24px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 22px 56px #00000047!important}.auth-intro{padding:34px;color:#f7fbff;background:linear-gradient(145deg,#15293df7,#0e1c2bf7)}.auth-intro>img{display:block;width:min(260px,100%);height:76px;object-fit:contain;object-position:left center;background:#fff;border-radius:12px;padding:6px;margin-bottom:28px}.auth-intro .eyebrow{color:#ffb45c!important}.auth-intro h1{margin:8px 0 14px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.05}.auth-intro>p{max-width:620px;margin:0 0 24px;color:#d5e0ea;font-size:17px;line-height:1.6}.auth-feature-list{display:grid;gap:10px}.auth-feature-list>div{padding:13px 15px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.auth-feature-list b,.auth-feature-list span{display:block}.auth-feature-list b{margin-bottom:3px;color:#ffd064}.auth-feature-list span,.auth-intro small{color:#d2dde7;line-height:1.45}.auth-intro small{display:block;margin-top:22px;font-size:12px}.auth-welcome .auth-box{align-self:center}.auth-welcome .auth-box .panel{display:grid;gap:12px;padding:30px;background:#fff!important;color:#33465b!important}.auth-welcome .auth-box h2{margin:0 0 5px}.auth-welcome .auth-box input,.auth-welcome .auth-box select{width:100%;background:#fff!important;color:#33465b!important}.auth-form-note{font-size:13px;line-height:1.45;color:#64758a;margin:0 0 2px}.auth-welcome .text-button{padding:5px;border:0;background:transparent;color:#c55d17;font-weight:800;cursor:pointer}@media(max-width:760px){.auth-page{padding:18px!important}.auth-welcome{grid-template-columns:1fr}.auth-intro{padding:26px}.auth-intro>img{height:62px;margin-bottom:20px}}.modern-main .message-preview{display:flex!important;align-items:center!important;gap:12px!important;overflow:hidden!important}.modern-main .message-preview>img,.modern-main .message-overview img,.modern-main .chat-header .member-mini img{width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;min-height:46px!important;max-height:46px!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.modern-main .message-preview>span{min-width:0!important;display:grid!important;gap:3px!important}.modern-main .message-preview small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-email-directory{margin-top:24px!important}.admin-email-directory h2{margin:7px 0 14px!important}.admin-email-directory>div{display:grid;gap:7px}.admin-email-directory p{display:flex;justify-content:space-between;gap:18px;margin:0;padding:10px 12px;border-radius:10px;background:#f6f9fc}.admin-email-directory span{font-size:13px;overflow-wrap:anywhere}.auth-page{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:#10243a!important}.auth-page:before{content:"";position:fixed;top:-24px;right:-24px;bottom:-24px;left:-24px;z-index:-1;background:linear-gradient(#0816269e,#462a127a),url(/community-hero.png) center/cover no-repeat;filter:blur(9px);transform:scale(1.05)}.auth-welcome{position:relative;z-index:1}.auth-intro{background:linear-gradient(145deg,#0d2235eb,#0c1f30e6)!important}.auth-welcome .auth-box .panel{background:#fffffff5!important}.auth-intro>p{font-size:0!important}.auth-intro>p:after{content:"Entdecke Neuigkeiten, Veranstaltungen und einen sicheren Austausch für Ennstal und Obersteiermark.";font-size:17px;line-height:1.6}.news-page{max-width:980px;margin:0 auto}.news-composer{display:grid;gap:12px;margin-bottom:20px}.news-composer textarea{min-height:130px;resize:vertical}.forgot-password-button{position:fixed;right:max(7vw,34px);bottom:calc(50% - 220px);z-index:2;border:0;background:transparent;color:#fff!important;font-weight:800;text-decoration:underline;cursor:pointer;text-underline-offset:4px}@media(max-width:760px){.forgot-password-button{position:static;margin-top:-20px;color:#fff!important}}.modern-main .request-card{display:flex!important;align-items:center!important;gap:14px!important;padding:16px!important}.modern-main .request-card>img{width:64px!important;height:64px!important;min-width:64px!important;max-width:64px!important;min-height:64px!important;max-height:64px!important;object-fit:cover!important;border-radius:50%!important}.modern-main .request-card>div:not(.request-actions){display:grid!important;gap:3px!important;min-width:0!important}.modern-main .request-card>div:not(.request-actions) span{font-size:13px!important;color:#718194!important}.modern-main .request-actions{margin-left:auto!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.modern-sidebar{padding:16px 14px!important}.modern-nav{gap:3px!important}.modern-nav button{padding:10px 12px!important;gap:11px!important;font-size:15px!important;min-height:0!important}.modern-nav button span{font-size:15px!important}.sidebar-profile{margin-bottom:16px!important;padding:12px!important;min-height:82px!important}.sidebar-profile>img{width:54px!important;height:54px!important}.sidebar-logout{margin-top:10px!important;padding:10px 12px!important;font-size:15px!important}.topbar-spacer{min-width:48px!important}.legal-page{position:relative!important;isolation:isolate!important;overflow:hidden!important;color:#24384d!important;background:#ffffffe6!important}.legal-page:before{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;z-index:-1;background:linear-gradient(#ffffffd6,#ffffffe6),url(/imprint-background.png) center/cover no-repeat;filter:blur(9px);transform:scale(1.05)}.legal-page h1,.legal-page h2{color:#2c4764!important}.legal-page p{color:#405a72!important}.community-hub{max-width:1100px;margin:0 auto}.community-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.community-hub-grid .panel{margin:0}.hub-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #e4ebf2}.hub-row:last-child{border:0}.hub-row img{width:42px;height:42px;border-radius:50%;object-fit:cover}.hub-row div{display:grid;gap:2px}.hub-row span,.community-business-note{color:#687b8f;font-size:13px}.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.photo-strip img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.community-ads{display:flex;gap:10px;align-items:stretch;margin-top:18px;padding:16px;border-radius:16px;background:#172536;color:#fff}.community-ads>a{display:grid;gap:4px;flex:1;padding:10px;border-radius:10px;background:#243a51;color:#fff;text-decoration:none}.community-ads span{font-size:13px;color:#d8e4ec}.community-business-note{margin-top:16px}@media(max-width:720px){.community-hub-grid{grid-template-columns:1fr}.community-ads{flex-direction:column}}.member-profile-hero.head-admin>div>span:before{content:"♛ "}.member-profile-hero.admin>div>span:before,.member-profile-hero.supporter>div>span:before{content:"★ "}.profile-gallery{margin-top:22px}.profile-gallery h2{margin:7px 0 12px}.photo-upload-button{display:inline-flex;align-items:center;padding:10px 14px;margin-right:10px;border-radius:10px;background:#ff6b25;color:#fff;font-weight:800;cursor:pointer}.photo-upload-button input{display:none}.profile-gallery>input{max-width:380px}.profile-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px}.profile-photo-grid figure{margin:0;overflow:hidden;border-radius:12px;background:#f2f6fa}.profile-photo-grid img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.profile-photo-grid figcaption{padding:8px 10px;font-size:13px;color:#405166}.member-status{flex-wrap:wrap}.member-status small{display:block;width:100%;text-align:center;font-size:10px!important;line-height:1.1;font-weight:600;color:#d1dce6}.auth-feature-list:after{content:"★ Unterstützen & Supporter werden\aWer bei Fehlersuche, Verbesserungen, Meldungen oder Mitgliederfragen hilft, kann von der Administration als Supporter ausgezeichnet werden. Supporter tragen einen grünen Rahmen.\a\a★ Unternehmenskonto & Werbung\aUnternehmen, Vereine und regionale Anbieter können ihre Angebote präsentieren. Unternehmenskonten sind blau markiert, erhalten aber keine zusätzlichen Rechte. Werbeflächen werden ausschließlich durch den Head Admin freigegeben.";white-space:pre-line;display:block;padding:13px 15px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#d2dde7;line-height:1.48}.auth-feature-list:first-line{color:#ffd064;font-weight:800}.role-chip.business{background:#176eb1!important;border-color:#65b9f1!important;color:#fff!important}.member-card:has(.role-chip.business){background:#176eb1!important;border-color:#65b9f1!important}.admin-community-tools{margin-top:22px}.community-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.community-tool-grid form,.community-tool-grid>div{display:grid;gap:9px}.community-tool-grid p{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:0;padding:8px;background:#f5f8fb;border-radius:8px}@media(max-width:800px){.community-tool-grid{grid-template-columns:1fr}}.photo-actions{padding:7px 9px}.photo-actions button{border:0;background:transparent;color:#c44936;font-weight:800;cursor:pointer}.photo-comments{display:grid;gap:4px;padding:0 9px 9px}.photo-comments small{font-size:11px;color:#506277}.photo-comments form{display:flex;gap:4px}.photo-comments input{min-width:0;padding:6px;font-size:12px}.photo-comments button{padding:5px 7px}.content-image-upload{display:grid!important;gap:7px!important;padding:11px 12px!important;border:1px dashed #9db1c4!important;border-radius:10px!important;color:#405166!important;font-weight:800!important;background:#f7fafc!important}.content-image-upload input{padding:0!important;border:0!important;background:transparent!important}.content-card-image{display:block!important;width:100%!important;max-height:300px!important;object-fit:cover!important;border-radius:14px!important;margin:0 0 14px!important}.content-author,.event-author{display:block!important;margin-top:10px!important;color:#6e8193!important;font-size:12px!important;font-weight:800!important}.content-card-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:12px!important}.event-delete-button{margin-left:auto!important;padding:6px 9px!important;font-size:12px!important}.role-author{font-weight:900!important}.role-author.head-admin{color:#b87518!important}.role-author.admin{color:#db681f!important}.role-author.supporter{color:#16804d!important}.role-author.member{color:#54718d!important}.role-author.business{color:#1c82c5!important}.community-hub-grid article:first-child .hub-row{flex-wrap:wrap!important}.community-hub-grid article:first-child .event-author{width:100%!important;padding-left:52px!important;margin-top:-5px!important}.event-actions{display:flex!important;gap:7px!important;width:100%!important;padding-left:52px!important;flex-wrap:wrap!important}.event-actions .event-delete-button{margin-left:0!important}.event-cancelled-label{display:block!important;margin-top:5px!important;color:#bd3131!important;font-weight:900!important}.cancelled-event{opacity:.72!important}.cancelled-event strong{text-decoration:line-through!important}.community-hub-grid article:nth-child(4){display:none!important}.member-profile-hero.business-profile>div>span{font-size:0!important;color:#62bfff!important}.member-profile-hero.business-profile>div>span:after{content:"★ Unternehmenskonto";font-size:16px;font-weight:800}.member-profile-hero.business-profile>img{border-color:#3daaf2!important}.member-business-tool{margin-top:18px}.member-business-tool h2{margin:6px 0}.member-business-tool p{color:#617589}.topbar-brand{width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;background:none!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;overflow:visible!important}.topbar-brand .topbar-logo{display:block!important;width:190px!important;height:58px!important;max-height:none!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.forum-post-head{position:relative}.forum-delete-button{margin-left:auto!important}.business-account-button{background:#146da8!important;border-color:#61bdf3!important;color:#fff!important}.admin-member-card:has(.business-account-button) .admin-member-card-info strong{color:#4eaeea!important}.sidebar-profile .role-badge.business{background:#176eb1!important;border-color:#65b9f1!important;color:#fff!important}.homepage-builder-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.homepage-builder-grid .homepage-builder{margin:0!important;height:100%!important;box-sizing:border-box!important}.homepage-builder-grid .homepage-form{display:flex!important;flex-direction:column!important;gap:9px!important}.homepage-builder-grid .homepage-form .primary-button{width:100%!important}.homepage-builder-grid .builder-hint{min-height:42px!important}.homepage-builder-grid .ec-home-upload-wrap{margin-top:0!important}@media(max-width:760px){.my-profile-card.profile-showcase{min-height:245px!important;padding:18px!important}.my-profile-card.profile-showcase .profile-role-mark{left:18px!important;top:18px!important;width:38px!important;height:38px!important}.my-profile-card.profile-showcase .profile-nickname-line{padding-left:48px!important;width:calc(100% - 88px)!important}.my-profile-card.profile-showcase .profile-nickname-line h1{font-size:22px!important}.my-profile-card.profile-showcase .my-avatar{top:16px!important;right:16px!important;width:68px!important;height:68px!important}.my-profile-card.profile-showcase>h2{padding-top:58px!important}.homepage-builder-grid{grid-template-columns:1fr!important}}.online-status-toggle{display:flex!important;align-items:center!important;gap:9px!important;padding:11px 12px!important;border:1px solid #cbd8e5!important;border-radius:10px!important;background:#f6f9fc!important;cursor:pointer!important}.online-status-toggle input{width:18px!important;height:18px!important;accent-color:#ff6b25!important}@media(max-width:680px){body{overflow-x:hidden!important}.modern-main{padding-bottom:90px!important}.modern-main .page-heading h1{font-size:clamp(34px,10vw,48px)!important}.modern-main .panel{padding:18px!important;border-radius:18px!important}.member-profile-actions>.primary-button,.member-profile-actions>.secondary-button,.member-profile-actions>.danger-button{flex:1 1 100%!important}.profile-gallery>input{max-width:100%!important}.profile-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-member-card-actions,.member-admin-tools>div{display:grid!important;grid-template-columns:1fr!important}.admin-member-card-actions button,.member-admin-tools button{width:100%!important}.site-footer{padding:20px 14px!important;gap:12px!important;flex-wrap:wrap!important}}@media(min-width:681px)and (max-width:1050px){.modern-main .member-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.community-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.ec-home-direct-upload{margin:10px 0 12px;padding:12px 14px;border:1px dashed #879caf;border-radius:12px;background:#f7fafc}.ec-home-direct-upload label{display:flex;flex-direction:column;gap:7px;color:#25445f;font-weight:850}.ec-home-direct-upload input[type=file]{padding:9px;border:1px solid #c8d5df;border-radius:9px;background:#fff;color:#20384f}.ec-home-direct-upload small{color:#65798b;font-weight:650}.ec-home-upload-status{margin-top:7px;color:#2e5876;font-size:12px;font-weight:800}.ec-home-upload-preview{display:block;width:min(100%,260px);max-height:150px;object-fit:cover;border-radius:10px;margin-top:9px;border:2px solid #d2dde5}.ec-frame-author{display:inline-flex;align-items:center;gap:7px;margin:0 0 10px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;background:#eef3f7;color:#29465d;border:1px solid #c8d5df}.ec-frame-author-icon{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:6px;background:#f28a24;color:#fff;font-size:15px;line-height:1}.ec-frame-author.head-admin,.ec-frame-author.admin{background:#fff1cf;border-color:#f1bd4e;color:#704300}.ec-frame-author.head-admin .ec-frame-author-icon,.ec-frame-author.admin .ec-frame-author-icon{background:#f28a24;color:#fff}.ec-frame-author.supporter{background:#e5f8eb;border-color:#73c58c;color:#24663a}.ec-frame-author.supporter .ec-frame-author-icon{background:#19864d;color:#fff}.ec-frame-author.member .ec-frame-author-icon{display:none}.ec-profile-design{margin:0 0 18px;padding:18px;border:1px solid #d8e2ea;border-radius:18px;background:linear-gradient(145deg,#fff,#f4f8fb);box-shadow:0 8px 22px #1f374c12}.ec-design-head span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#70839a}.ec-design-head h2{margin:4px 0;color:#18324d}.ec-design-head p{margin:0 0 14px;color:#64758a}.ec-design-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ec-design-form label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:800;color:#52677c}.ec-design-form input,.ec-design-form select{box-sizing:border-box;width:100%;border:1px solid #d4dfe8;border-radius:9px;padding:9px;background:#fff;color:#1d334b;font:inherit}.ec-design-form input[type=color]{height:40px;padding:3px}.ec-design-form button{grid-column:1/-1;border:0;border-radius:10px;padding:10px 14px;background:#173f6b;color:#fff;font-weight:900;cursor:pointer}@media(max-width:650px){.ec-design-form{grid-template-columns:1fr}}
