.app{display:flex;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;background-color:var(--bg-primary);transition:background-color .3s ease}.main-content{margin-left:288px;flex:1;min-width:0;max-width:100%;padding:2rem 0;color:var(--text-primary);transition:color .3s ease}@media(max-width:1024px){.main-content{margin-left:0;margin-top:60px;padding:1.5rem 0}}.mobile-topbar{display:none}.sidebar{width:288px;height:100vh;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);display:flex;flex-direction:column;position:fixed;left:0;top:0;border-right:1px solid var(--border-color);transition:background .3s ease,border-color .3s ease,transform .3s ease;z-index:2000}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:2rem 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sidebar-content::-webkit-scrollbar{width:0;height:0;display:none}.logo{padding:0 2rem 1rem;border-bottom:1px solid var(--border-color-hover);margin-bottom:1rem;transition:border-color .3s ease;display:flex;flex-direction:column;align-items:center}.logo-svg{width:100%;height:auto;max-width:200px;transition:filter .3s ease;margin-bottom:1rem}.quote-section{padding:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease}.quote-section:hover{background:var(--bg-secondary);border-color:var(--accent-primary);transform:translateY(-2px)}.quote-text{font-size:.75rem;font-style:italic;color:var(--text-primary);margin:0;line-height:1.3;word-wrap:break-word}.quote-artist{font-size:.7rem;color:var(--text-tertiary);font-style:normal;white-space:nowrap}.logo-dark{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}.logo-light{filter:brightness(0) saturate(100%)}.logo-vibrant{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}.logo-main{font-family:Impact,Arial Black,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:.05em;color:var(--text-primary);line-height:1;margin-bottom:.1rem;text-transform:uppercase;transition:color .3s ease}.logo-sub{font-family:Impact,Arial Black,sans-serif;font-size:1.8rem;font-weight:900;letter-spacing:.05em;color:var(--text-primary);line-height:1;text-transform:uppercase;transition:color .3s ease}.nav{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem;flex:1}.nav-item,.logout,.theme-toggle{display:flex;align-items:center;gap:.75rem;padding:.375rem 1rem;background:transparent;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-size:1rem;width:100%;text-align:left;font-family:inherit}.nav-item:hover,.logout:hover,.theme-toggle:hover{background:var(--border-color);color:var(--text-primary)}.nav-item.active{background:#3b82f626;color:var(--text-primary);border-left:3px solid var(--accent-primary);padding-left:calc(1rem - 3px)}.nav-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.nav-label{font-weight:500}.sidebar-footer{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding:1rem 1rem 0;border-top:1px solid var(--border-color-hover);transition:border-color .3s ease}.theme-selector{display:flex;gap:.5rem;padding:.3rem;background:var(--border-color);border-radius:4px;transition:background .3s ease}.theme-button{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:1rem}.theme-button:hover{background:var(--border-color-hover);transform:scale(1.05)}.theme-button.active{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 4px 12px #0003}.theme-icon{display:flex;align-items:center;justify-content:center}.theme-icon-svg{width:20px;height:20px;transition:filter .3s ease}[data-theme=dark] .theme-icon-svg{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=dark] .theme-button.active .theme-icon-svg{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=light] .theme-icon-svg{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%)}[data-theme=light] .theme-button.active .theme-icon-svg{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=vibrant] .theme-icon-svg{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}[data-theme=vibrant] .theme-button.active .theme-icon-svg{filter:brightness(0) saturate(100%) invert(100%)}.user-info{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--border-color);border-radius:8px;margin-bottom:1rem;transition:background .3s ease}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--accent-primary)}.user-details{flex:1;min-width:0}.user-name{font-weight:600;color:var(--text-primary);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.user-email{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.logout{margin:0;border-top:none;padding:.875rem 1rem}.logout:hover{background:#ef44441a;color:#ef4444}@media(max-width:1024px){.sidebar-content{overflow-y:auto;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.sidebar-footer{padding-bottom:calc(.5rem + env(safe-area-inset-bottom))}.mobile-topbar{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;height:60px;width:100%;max-width:100%;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-bottom:1px solid var(--border-color);padding:0 1rem;gap:.75rem;overflow:hidden;z-index:2001;transition:transform .25s ease,background .3s ease,border-color .3s ease}.mobile-topbar.mobile-topbar-hidden{transform:translateY(-100%)}.hamburger-menu{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:4px;width:30px;height:30px;justify-content:center}.hamburger-line{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.mobile-logo{font-family:Impact,Arial Black,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:.05em;color:var(--text-primary);text-transform:uppercase;margin-left:1rem;transition:color .3s ease}.mobile-logo-svg{height:52px;width:52px;object-fit:contain;margin-top:2px;flex-shrink:0;transition:filter .3s ease}.mobile-quote-section{flex:1;padding:.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .3s ease;min-width:0;overflow:hidden}.mobile-quote-section:hover{border-color:var(--accent-primary)}.mobile-quote-text{font-size:.7rem;font-style:italic;color:var(--text-primary);margin:0;line-height:1.2;word-wrap:break-word}.mobile-quote-artist{font-size:.65rem;color:var(--text-tertiary);font-style:normal;white-space:nowrap}.mobile-overlay{position:fixed;inset:60px 0 0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar{top:60px;height:calc(100vh - 60px);transform:translate(-100%);overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar.mobile-open{transform:translate(0)}.logo{display:none}}.content-page{padding:0 2rem;max-width:1400px;margin:0 auto;width:100%;overflow-x:hidden}.content-page-header{margin-bottom:2rem}.content-page-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem;min-width:0}.content-page-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;transition:color .3s ease}.content-page-subtitle{font-size:1.125rem;color:var(--text-tertiary);margin:0;transition:color .3s ease}.content-page-body{width:100%}.content-page-filters{display:flex;gap:.75rem;flex-wrap:wrap;max-width:100%;min-width:0}.filter-button{background:transparent;border:none;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.filter-button img{width:48px;height:48px;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(70%) sepia(36%) saturate(578%) hue-rotate(180deg) brightness(95%) contrast(90%);transition:all .3s ease}.filter-button span{font-size:.9rem;color:var(--text-primary);opacity:.85;transition:opacity .3s ease}.filter-button:hover img,.filter-button:hover span{opacity:.9}.filter-button.active img{opacity:1;filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(200deg) brightness(104%) contrast(97%)}.filter-button.active span{opacity:1;font-weight:700;color:#3b82f6}@media(max-width:1024px){.content-page{padding:0 1.5rem}.content-page-header-row{flex-direction:column;align-items:flex-start}.content-page-title{font-size:2rem}.content-page-filters{gap:.25rem;flex-wrap:wrap;overflow-x:visible;width:100%;max-width:100%}.filter-button{padding:.2rem .6rem;gap:.15rem;white-space:nowrap;max-width:100%}.filter-button img{width:24px;height:24px}.filter-button span{font-size:.8rem}}@media(max-width:768px){.content-page{padding:0 1rem}.content-page-header,.content-page-body{min-width:0}}.elementalt-input{width:100%;padding:10px 12px;border:1px solid var(--border-color, #444);border-radius:4px;background-color:var(--bg-secondary, #2a2a2a);color:var(--text-primary, #ffffff);font-size:14px;font-family:inherit;transition:border-color .2s ease,background-color .2s ease}.elementalt-input:focus{outline:none;border-color:var(--accent-primary, #ff6b35);background-color:var(--bg-primary, #1a1a1a)}.elementalt-input:hover:not(:disabled){border-color:var(--border-color-hover, #666)}.elementalt-input:disabled{opacity:.6;cursor:not-allowed}.elementalt-input::placeholder{color:var(--text-secondary, #999)}.elementalt-input[type=file]{padding:8px 12px;cursor:pointer}.elementalt-input[type=file]::file-selector-button{padding:6px 12px;margin-right:10px;border:1px solid var(--border-color, #444);border-radius:4px;background-color:var(--bg-tertiary, #333);color:var(--text-primary, #ffffff);cursor:pointer;transition:background-color .2s ease}.elementalt-input[type=file]::file-selector-button:hover{background-color:var(--accent-primary, #ff6b35)}.elementalt-input[type=checkbox],.elementalt-input[type=radio]{width:auto;cursor:pointer}.elementalt-textarea-wrapper{width:100%}.elementalt-textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color, #444);border-radius:4px;background-color:var(--bg-secondary, #2a2a2a);color:var(--text-primary, #ffffff);font-size:14px;font-family:inherit;line-height:1.5;resize:vertical;transition:border-color .2s ease,background-color .2s ease}.elementalt-textarea:focus{outline:none;border-color:var(--accent-primary, #ff6b35);background-color:var(--bg-primary, #1a1a1a)}.elementalt-textarea:hover:not(:disabled){border-color:var(--border-color-hover, #666)}.elementalt-textarea:disabled{opacity:.6;cursor:not-allowed}.elementalt-textarea::placeholder{color:var(--text-secondary, #999)}.elementalt-textarea-meta{display:flex;justify-content:flex-end;margin-top:.35rem}.elementalt-textarea-char-count{font-size:.85rem;font-weight:400;color:var(--text-secondary, #999)}.admin-panel-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.admin-panel-subtitle-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.admin-panel-refresh{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem .8rem;cursor:pointer;font-size:.9rem}.admin-panel-refresh:hover:not(:disabled){border-color:var(--border-color-hover)}.admin-panel-refresh:disabled{opacity:.7;cursor:not-allowed}.admin-danger-btn{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--text-primary)}.admin-danger-btn:hover:not(:disabled){filter:brightness(.92)}.admin-users-section{grid-column:1 / -1}.admin-users-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.admin-users-header h2{margin:0}.admin-todo-section{grid-column:1 / -1}.admin-todo-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.admin-todo-header h2{margin:0}.admin-todo-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-todo-form{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}.admin-todo-item{cursor:default}.admin-todo-item-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.admin-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.admin-modal{width:min(460px,100%);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.admin-modal h3{margin:0 0 .5rem;color:var(--text-primary)}.admin-modal p{margin:0 0 1rem;color:var(--text-secondary)}.admin-modal-form{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}.admin-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-users-list{display:flex;flex-direction:column;gap:.9rem}.admin-user-item{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:.9rem;display:flex;flex-direction:column;gap:.7rem}.admin-user-main{display:flex;flex-direction:column;gap:.2rem}.admin-user-name{color:var(--text-primary);font-weight:600}.admin-user-email{color:var(--text-secondary);font-size:.9rem}.admin-user-controls{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.admin-user-select{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.45rem .6rem}.admin-user-permissions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-permission-option{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-secondary);font-size:.9rem}.admin-panel-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.admin-panel-section h2{margin:0 0 1rem;font-size:1.1rem;color:var(--text-primary)}.admin-section-heading{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;color:var(--text-primary)}.admin-section-heading-inline{margin-bottom:0}.admin-section-icon{width:36px;height:36px;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;flex-shrink:0}.admin-icon-nyheter{mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20192%20192'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.977%2029.889h132.021v131.89H29.977zm33.749%2034.092v0m30.34%200h36.211M63.726%2096.06v0m30.34%200h36.211m-67.05%2031.936v0m30.34%200h36.211'%20style='fill:none;stroke:%23000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:57.5;paint-order:stroke%20markers%20fill'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20192%20192'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.977%2029.889h132.021v131.89H29.977zm33.749%2034.092v0m30.34%200h36.211M63.726%2096.06v0m30.34%200h36.211m-67.05%2031.936v0m30.34%200h36.211'%20style='fill:none;stroke:%23000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:57.5;paint-order:stroke%20markers%20fill'/%3e%3c/svg%3e")}.admin-icon-intervju{mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='800px'%20width='800px'%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23000000;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M493.332,386.691c11.748-16.658,18.686-36.368,18.668-57.342c0.018-26.135-10.753-50.179-28.138-69.036%20c-17.411-18.91-41.393-33.001-68.928-40.504L407.7,246.41c22.994,6.247,42.461,17.95,55.861,32.562%20c13.436,14.665,20.849,31.862,20.867,50.377c-0.018,14.898-4.811,28.882-13.652,41.483c-8.831,12.565-21.792,23.613-37.722,31.772%20l-11.64,5.96l15.087,33.737c-45.719-7.962-88.134-22.806-109.585-31.162l-0.422-0.161l-0.431-0.135%20c-28.765-9.02-51.202-26.754-62.627-47.702l-24.179,13.265c15.473,28.11,43.547,49.453,77.68,60.429v0.009%20c26.53,10.277,82.274,29.824,140.836,36.376l23.945,2.657l-24.753-55.358C471.487,411.362,483.962,400.009,493.332,386.691z'/%3e%3cpath%20class='st0'%20d='M359.056,286.789c22.366-25.526,35.918-57.261,35.9-91.564c0.009-22.429-5.78-43.852-16.065-63.068%20c-15.446-28.855-40.819-52.809-72.214-69.593c-31.403-16.774-68.937-26.432-109.199-26.441%20c-53.67,0.018-102.513,17.143-138.44,45.53c-17.959,14.207-32.687,31.27-42.973,50.503C5.78,151.374-0.009,172.797,0,195.226%20c-0.018,28.621,9.433,55.52,25.57,78.415c13.795,19.61,32.472,36.367,54.488,49.48l-33.163,74.16l23.946-2.656%20c82.688-9.245,161.874-36.968,199.461-51.526C306.04,331.691,336.86,312.152,359.056,286.789z%20M260.743,317.233l-0.422,0.161%20c-32.534,12.656-98.366,35.641-168.309,46.536l23.703-53.007l-11.641-5.959c-23.487-12.026-42.73-28.379-55.959-47.191%20c-13.239-18.838-20.526-40.001-20.544-62.546c0.009-17.699,4.497-34.509,12.808-50.072c12.439-23.298,33.647-43.717,60.887-58.266%20c27.23-14.558,60.375-23.2,96.212-23.192c47.783-0.018,90.782,15.384,121.342,39.58c15.285,12.098,27.455,26.342,35.757,41.877%20c8.302,15.563,12.798,32.374,12.807,50.072c-0.017,26.979-10.473,52.082-29.079,73.415c-18.587,21.28-45.396,38.477-77.131,48.457%20L260.743,317.233z'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20height='800px'%20width='800px'%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23000000;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M493.332,386.691c11.748-16.658,18.686-36.368,18.668-57.342c0.018-26.135-10.753-50.179-28.138-69.036%20c-17.411-18.91-41.393-33.001-68.928-40.504L407.7,246.41c22.994,6.247,42.461,17.95,55.861,32.562%20c13.436,14.665,20.849,31.862,20.867,50.377c-0.018,14.898-4.811,28.882-13.652,41.483c-8.831,12.565-21.792,23.613-37.722,31.772%20l-11.64,5.96l15.087,33.737c-45.719-7.962-88.134-22.806-109.585-31.162l-0.422-0.161l-0.431-0.135%20c-28.765-9.02-51.202-26.754-62.627-47.702l-24.179,13.265c15.473,28.11,43.547,49.453,77.68,60.429v0.009%20c26.53,10.277,82.274,29.824,140.836,36.376l23.945,2.657l-24.753-55.358C471.487,411.362,483.962,400.009,493.332,386.691z'/%3e%3cpath%20class='st0'%20d='M359.056,286.789c22.366-25.526,35.918-57.261,35.9-91.564c0.009-22.429-5.78-43.852-16.065-63.068%20c-15.446-28.855-40.819-52.809-72.214-69.593c-31.403-16.774-68.937-26.432-109.199-26.441%20c-53.67,0.018-102.513,17.143-138.44,45.53c-17.959,14.207-32.687,31.27-42.973,50.503C5.78,151.374-0.009,172.797,0,195.226%20c-0.018,28.621,9.433,55.52,25.57,78.415c13.795,19.61,32.472,36.367,54.488,49.48l-33.163,74.16l23.946-2.656%20c82.688-9.245,161.874-36.968,199.461-51.526C306.04,331.691,336.86,312.152,359.056,286.789z%20M260.743,317.233l-0.422,0.161%20c-32.534,12.656-98.366,35.641-168.309,46.536l23.703-53.007l-11.641-5.959c-23.487-12.026-42.73-28.379-55.959-47.191%20c-13.239-18.838-20.526-40.001-20.544-62.546c0.009-17.699,4.497-34.509,12.808-50.072c12.439-23.298,33.647-43.717,60.887-58.266%20c27.23-14.558,60.375-23.2,96.212-23.192c47.783-0.018,90.782,15.384,121.342,39.58c15.285,12.098,27.455,26.342,35.757,41.877%20c8.302,15.563,12.798,32.374,12.807,50.072c-0.017,26.979-10.473,52.082-29.079,73.415c-18.587,21.28-45.396,38.477-77.131,48.457%20L260.743,317.233z'/%3e%3c/g%3e%3c/svg%3e")}.admin-icon-oneliner{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Pen-Line--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Pen%20Line%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M12%2020h9'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16.5%203.5a2.12%202.12%200%200%201%203%203L7%2019l-4%201%201%20-4Z'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Pen-Line--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Pen%20Line%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M12%2020h9'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16.5%203.5a2.12%202.12%200%200%201%203%203L7%2019l-4%201%201%20-4Z'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e")}.admin-icon-todolist{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Clipboard-Check--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Clipboard%20Check%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M9%202h6s1%200%201%201v2s0%201%20-1%201H9S8%206%208%205V3s0%20-1%201%20-1'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16%204h2a2%202%200%200%201%202%202v14a2%202%200%200%201%20-2%202H6a2%202%200%200%201%20-2%20-2V6a2%202%200%200%201%202%20-2h2'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='m9%2014%202%202%204%20-4'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Clipboard-Check--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Clipboard%20Check%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M9%202h6s1%200%201%201v2s0%201%20-1%201H9S8%206%208%205V3s0%20-1%201%20-1'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16%204h2a2%202%200%200%201%202%202v14a2%202%200%200%201%20-2%202H6a2%202%200%200%201%20-2%20-2V6a2%202%200%200%201%202%20-2h2'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='m9%2014%202%202%204%20-4'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e")}.admin-icon-metrics{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Bar-Chart-3--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Bar%20Chart%203%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M3%203v18h18'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M18%2017V9'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M13%2017V5'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M8%2017v-3'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Bar-Chart-3--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Bar%20Chart%203%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M3%203v18h18'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M18%2017V9'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M13%2017V5'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M8%2017v-3'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e")}.admin-icon-brukere{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Users--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Users%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M16%2021v-2a4%204%200%200%200%20-4%20-4H6a4%204%200%200%200%20-4%204v2'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M5%207a4%204%200%201%200%208%200%204%204%200%201%200%20-8%200'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M22%2021v-2a4%204%200%200%200%20-3%20-3.87'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16%203.13a4%204%200%200%201%200%207.75'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000000'%20stroke-linecap='round'%20stroke-linejoin='round'%20id='Users--Streamline-Lucide'%20height='24'%20width='24'%3e%3cdesc%3e%20Users%20Streamline%20Icon:%20https://streamlinehq.com%20%3c/desc%3e%3cpath%20d='M16%2021v-2a4%204%200%200%200%20-4%20-4H6a4%204%200%200%200%20-4%204v2'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M5%207a4%204%200%201%200%208%200%204%204%200%201%200%20-8%200'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M22%2021v-2a4%204%200%200%200%20-3%20-3.87'%20stroke-width='2'%3e%3c/path%3e%3cpath%20d='M16%203.13a4%204%200%200%201%200%207.75'%20stroke-width='2'%3e%3c/path%3e%3c/svg%3e")}.admin-section-heading h2{margin:0}.admin-metrics-section{grid-column:1 / -1}.admin-metrics-block{padding-top:.35rem;margin-top:.5rem}.admin-metrics-block+.admin-metrics-block{border-top:1px solid var(--border-color);padding-top:1rem;margin-top:1rem}.admin-metrics-block h3{margin:0;font-size:1rem;color:var(--text-primary)}.admin-panel-list{display:flex;flex-direction:column;gap:.75rem}.admin-panel-item{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;padding:.85rem;text-align:left;cursor:pointer;transition:border-color .2s ease}.admin-panel-item:hover{border-color:var(--border-color-hover)}.admin-panel-item-title{color:var(--text-primary);font-weight:600;margin-bottom:.35rem}.admin-panel-item-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text-secondary)}.admin-storage-progress-wrap{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.85rem}.admin-storage-progress-labels{display:flex;justify-content:space-between;gap:.75rem;color:var(--text-secondary);font-size:.9rem;flex-wrap:wrap}.admin-storage-progress{height:16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:999px;overflow:hidden}.admin-storage-progress-fill{width:0;display:block;height:100%;background:var(--accent-primary);transition:width .25s ease}.admin-storage-progress-percent{font-size:.95rem;color:var(--text-secondary)}.admin-traffic-list{display:flex;flex-direction:column;gap:.6rem}.admin-traffic-row{display:flex;flex-direction:column;gap:.3rem}.admin-traffic-row-head{display:flex;justify-content:space-between;gap:.75rem;font-size:.9rem;color:var(--text-secondary);flex-wrap:wrap}.admin-traffic-bar{height:10px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:999px;overflow:hidden}.admin-traffic-bar-fill{width:0;display:block;height:100%;background:var(--accent-primary);transition:width .25s ease}@media(min-width:1024px){.admin-panel-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}.elementalt-image-view{display:flex;flex-direction:column;gap:.5rem}.elementalt-image-view.big .elementalt-image,.elementalt-image-view.small .elementalt-image{width:100%;height:auto;display:block}.elementalt-image-view .image-credit{margin:0;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);font-style:italic;background:var(--bg-secondary)}.elementalt-link{display:inline-flex;align-items:center;gap:.5rem;line-height:1.25;white-space:nowrap;max-width:100%;padding:.65rem .8rem;border:1px solid var(--border-color, #444);border-radius:8px;background:var(--bg-secondary, #2a2a2a);color:var(--text-primary, #ffffff);text-decoration:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.elementalt-link:hover{border-color:var(--accent-primary, #ff6b35);background:var(--bg-tertiary, #333);transform:translateY(-1px)}.elementalt-link:focus{outline:2px solid var(--accent-primary, #ff6b35);outline-offset:2px}.elementalt-link-favicon{width:36px;height:36px;display:block;align-self:center;border-radius:4px;flex-shrink:0}.elementalt-link-label{display:inline-flex;align-items:center;font-weight:500;word-break:break-word;white-space:nowrap}.elementalt-table-wrapper{width:100%;overflow-x:auto}.elementalt-table-actions{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.table-action-remove{padding:.6rem 1.2rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.table-action-remove:hover:not(:disabled){background:#ef444433}.table-action-remove:disabled{opacity:.4;cursor:not-allowed}.dist-table{width:100%;border-collapse:collapse;font-size:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dist-table th,.dist-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}.dist-table th{font-weight:600;background:#ffffff0a}.dist-table tr:hover{background:#ffffff0d}.dist-table td:last-child{font-weight:600}.dist-table .elementalt-input{width:100%;min-width:120px}.table-waypoint-select{width:100%;min-width:170px;padding:.55rem .65rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);font-size:.9rem}.row-waypoint-clickable{cursor:pointer}.dist-table tr.row-waypoint-clickable:hover{background:#ffffff14}.article-detail{max-width:800px;margin:0 auto;padding:2rem}.btn-back{background:none;border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-back:hover{border-color:var(--accent-primary);background:var(--bg-secondary)}.btn-edit{background:var(--accent-primary);border:none;color:#fff;padding:.5rem 1.5rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.article-header{margin-bottom:3rem}.article-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.article-meta{margin:-1.1rem 0 1.1rem;font-size:.88rem;color:var(--text-tertiary);opacity:.82;line-height:1.4}.article-main-image-container{width:100%;box-sizing:border-box;margin-bottom:2rem;border-radius:8px;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.article-main-image-container .elementalt-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px 8px 0 0}.article-main-image-wrapper{width:100%;margin-bottom:2rem;border-radius:8px;overflow:hidden}.article-main-image{width:100%;height:auto;display:block;object-fit:cover}.article-intro{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);margin-top:1.5rem;font-style:italic;white-space:pre-line}.article-content{display:flex;flex-direction:column;gap:2rem}.article-content .content-block{width:100%;margin:0;padding:0;background:transparent;border:0}.article-content .content-block+.content-block{border-top:0;padding-top:0}.paragraph-block{font-size:1.1rem;line-height:1.8;color:var(--text-primary);margin:0;white-space:pre-wrap}.paragraph-heading{margin:0 0 .5rem;font-size:1.4rem;line-height:1.35;font-weight:700;color:var(--text-primary);scroll-margin-top:72px}.article-link-block{display:flex;align-items:center;width:fit-content;color:var(--accent-primary);font-weight:600;text-decoration:none;max-width:100%}.article-link-block.link-align-right{margin-left:auto;margin-right:0}.article-link-block.link-align-left{margin-left:0;margin-right:auto}.article-link-block:hover{color:var(--accent-secondary)}.image-block{width:100%;box-sizing:border-box;border-radius:8px;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.image-block .elementalt-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px 8px 0 0}.article-references{margin-top:2.5rem;padding-top:1rem;border-top:1px solid var(--border-color)}.article-references h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text-secondary)}.article-references-list{display:flex;flex-direction:column;gap:.5rem}.article-reference-link{font-size:.9rem;padding-top:.45rem;padding-bottom:.45rem}@media(max-width:768px){.article-detail{padding:1rem}.article-title{font-size:1.8rem}.article-intro,.paragraph-block{font-size:1rem}}.artist-multi-select{display:flex;flex-direction:column;gap:.75rem}.artist-multi-select label{font-size:1rem;font-weight:500;color:var(--text-primary)}.selected-artists{display:flex;flex-wrap:wrap;gap:.5rem}.selected-artist-tag{display:flex;align-items:center;gap:.5rem;background:var(--accent-primary);color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.9rem}.artist-tag-image{width:24px;height:24px;border-radius:50%;object-fit:cover}.remove-artist-btn{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.remove-artist-btn:hover{opacity:1}.artist-dropdown-container{position:relative}.artist-search-input{width:100%}.artist-dropdown-overlay{position:fixed;inset:0;z-index:999;background:transparent;border:none}.artist-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.artist-list{display:flex;flex-direction:column}.artist-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--border-color)}.artist-option:last-child{border-bottom:none}.artist-option:hover{background:var(--bg-tertiary)}.artist-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.artist-option-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.artist-option span{color:var(--text-primary);font-size:.95rem}.no-artists{padding:1rem;text-align:center;color:var(--text-tertiary)}.elementalt-file-upload{width:100%}.file-upload-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--text-primary, #ffffff)}.file-upload-label .required{color:var(--accent-primary, #ff6b35);margin-left:2px}.file-upload-container{position:relative}.file-upload-input{width:100%;padding:10px 12px;border:1px solid var(--border-color, #444);border-radius:4px;background-color:var(--bg-secondary, #2a2a2a);color:var(--text-primary, #ffffff);font-size:14px;font-family:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.file-upload-input:hover{border-color:var(--border-color-hover, #666)}.file-upload-input:focus{outline:none;border-color:var(--accent-primary, #ff6b35);background-color:var(--bg-primary, #1a1a1a)}.file-upload-input::file-selector-button{padding:6px 12px;margin-right:10px;border:1px solid var(--border-color, #444);border-radius:4px;background-color:var(--bg-tertiary, #333);color:var(--text-primary, #ffffff);cursor:pointer;transition:background-color .2s ease}.file-upload-input::file-selector-button:hover{background-color:var(--accent-primary, #ff6b35)}.file-preview{position:relative;margin-top:12px;display:inline-block}.file-preview-actions{margin-top:12px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.preview-image{max-width:200px;max-height:200px;border-radius:4px;border:1px solid var(--border-color, #444);display:block}.remove-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:none;background-color:var(--accent-primary, #ff6b35);color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;box-shadow:0 2px 4px #0003}.remove-btn:hover{background-color:#ff4419}.remove-btn:active{transform:scale(.95)}.photographer-input-wrapper{margin-top:12px}.photographer-label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--text-primary, #ffffff)}.photographer-input{width:100%;max-width:400px}.crop-existing-btn{display:block;background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.45rem .65rem;cursor:pointer}.crop-existing-btn:hover{border-color:var(--border-color-hover)}.crop-modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.crop-modal{width:min(520px,100%);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.crop-modal h3{margin:0;color:var(--text-primary);font-size:1.05rem}.cropper-wrapper{position:relative;height:320px;border-radius:10px;overflow:hidden;background:#111}.crop-zoom-label{font-size:.9rem;color:var(--text-secondary)}.crop-zoom-input{width:100%}.crop-error-text{margin:0;font-size:.9rem;color:var(--accent-hover)}.crop-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.crop-action-btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.45rem .7rem;cursor:pointer}.crop-action-btn:hover{border-color:var(--border-color-hover)}.article-edit-page{width:100%;max-width:900px;margin:0 auto;padding:2rem;overflow:visible}.edit-form{display:flex;flex-direction:column;gap:2rem;overflow:visible}.form-section{display:flex;flex-direction:column;gap:.75rem;overflow:visible}.section-heading{display:flex;align-items:center;gap:.6rem}.category-icon{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}.content-blocks-container{display:flex;flex-direction:column;gap:1rem;overflow:visible}.content-blocks-paper{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.content-block-item{background:transparent;border:none;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow:visible}.content-block-item+.content-block-item{border-top:1px solid var(--border-color);padding-top:1.25rem}.block-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;overflow:visible}.block-type{font-weight:600;color:var(--text-primary);font-size:.95rem;flex:1;min-width:0}.block-actions{display:flex;gap:.5rem;flex-shrink:0;overflow:visible;white-space:nowrap}.move-after-select{padding:.4rem .5rem;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:4px;font-size:.85rem;max-width:220px;flex-shrink:1}.block-actions .block-remove-btn{padding:.5rem 1rem;background:#ef4444;border:1px solid #dc2626;color:#fff;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:static;width:auto;height:auto}.block-actions .block-remove-btn:hover:not(:disabled){background:#dc2626;border-color:#b91c1c;transform:translateY(-2px)}.block-actions .block-remove-btn:disabled{opacity:.4;cursor:not-allowed}.block-textarea{width:100%;padding:.75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:.95rem;font-family:inherit;resize:vertical;min-height:100px}.block-textarea:focus{outline:none;border-color:var(--accent-primary)}.block-image-input{display:flex;flex-direction:column;gap:.75rem}.add-block-buttons{display:flex;gap:.75rem;margin-top:.5rem}.add-block-btn,.btn-add-block{padding:.75rem 1.5rem;background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.add-block-btn:hover,.btn-add-block:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.reference-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem}.reference-item-actions{display:flex;gap:.5rem;align-items:center}.reference-actions{display:flex;gap:.75rem}.reference-remove-btn{padding:.5rem 1rem;background:#ef4444;border:1px solid #dc2626;color:#fff;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:140px}.reference-item-actions .reference-remove-btn:hover{background:#dc2626;border-color:#b91c1c}.reference-item-actions{flex-wrap:wrap}@media(max-width:768px){.article-edit-page{padding:1rem}.edit-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-header h1{font-size:1.5rem}.category-selector{grid-template-columns:repeat(2,1fr)}.add-block-buttons,.form-actions{flex-direction:column}}.create-location-form{margin-top:1.5rem}.create-location-form.compact{margin-top:1rem;padding:1rem;background:var(--bg-tertiary);border-radius:8px;border:1px solid var(--border-color)}.create-location-form h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem}.create-location-form.compact h3{font-size:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;color:var(--text-primary);font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-input{width:100%;padding:.75rem;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:var(--accent-primary)}.search-coord-group{display:flex;gap:.75rem}.search-coord-group .form-input{flex:1}.search-coord-btn{padding:.75rem 1.25rem;background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease}.search-coord-btn:hover:not(:disabled){border-color:var(--accent-primary);background:var(--bg-secondary)}.search-coord-btn:disabled{opacity:.6;cursor:not-allowed}.error-hint{color:#e74c3c;font-size:.85rem;margin-top:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-save{padding:.75rem 1.5rem;background:var(--accent-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{padding:.75rem 1.5rem;background:transparent;color:var(--text-secondary);border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{border-color:var(--accent-primary);color:var(--text-primary)}@media(max-width:768px){.search-coord-group{flex-direction:column}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}}.location-multi-select{display:flex;flex-direction:column;gap:.75rem}.location-multi-select label{font-size:1rem;font-weight:500;color:var(--text-primary)}.location-multi-select__selected{display:flex;flex-wrap:wrap;gap:.5rem}.location-multi-select__tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-primary);color:#fff;padding:.35rem .75rem;border-radius:999px;border:none;cursor:pointer;font-size:.9rem}.location-multi-select__tag-remove{opacity:.8;font-size:.9rem}.location-multi-select__dropdown-container{position:relative}.location-multi-select__search{width:100%}.location-multi-select__overlay{position:fixed;inset:0;z-index:999;background:transparent;border:none}.location-multi-select__dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026;padding:.25rem 0}.location-multi-select__list{display:flex;flex-direction:column}.location-multi-select__option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--border-color)}.location-multi-select__option:last-child{border-bottom:none}.location-multi-select__option:hover{background:var(--bg-tertiary)}.location-multi-select__option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.location-multi-select__option span{color:var(--text-primary);font-size:.95rem}.location-multi-select__empty{padding:1rem;text-align:center;color:var(--text-tertiary)}.location-multi-select__add{margin:.5rem 1rem .75rem;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);border-radius:999px;padding:.4rem .9rem;cursor:pointer;font-size:.9rem}.location-multi-select__add:hover{border-color:var(--border-color-hover)}.create-content{max-width:800px;margin:0;padding:0}.form-section{margin-bottom:2rem}.section-heading{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.form-section label{display:flex;align-items:baseline;gap:.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);font-size:.95rem}.form-section-label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);font-size:.95rem}.form-help-text{font-size:.85rem;color:var(--text-tertiary);margin:.5rem 0 0}.create-content .char-count{position:static;right:auto;bottom:auto;margin-left:auto;flex-shrink:0;font-weight:400;color:var(--text-secondary);font-size:.85rem}.error-message-inline{color:#ef4444;font-size:.875rem;margin-top:.5rem;margin-bottom:0}.error-message{background:var(--bg-secondary);border:2px solid #ef4444;border-radius:4px;padding:1rem;text-align:center;margin:1rem 0}.error-message p{margin:.5rem 0;color:#ef4444;font-size:1rem}.error-message p:first-child{font-weight:600;font-size:1.1rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-secondary);color:var(--text-primary);font-size:1rem;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.category-buttons{display:flex;gap:2rem;flex-wrap:wrap}.category-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease}.category-icon{width:60px;height:60px;transition:filter .3s ease;filter:grayscale(100%) opacity(.3)}.category-btn span{font-size:.9rem;color:var(--text-secondary);transition:color .3s ease;opacity:.5}.category-btn:hover:not(.active) .category-icon{filter:grayscale(100%) opacity(.5)}[data-theme=dark] .category-btn.active .category-icon{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=light] .category-btn.active .category-icon{filter:brightness(0) saturate(100%)}[data-theme=vibrant] .category-btn.active .category-icon{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}[data-theme=dark] .category-btn.active span{color:#4da6ff;font-weight:600;opacity:1}[data-theme=light] .category-btn.active span{color:#000;font-weight:600;opacity:1}[data-theme=vibrant] .category-btn.active span{color:#9d7a28;font-weight:600;opacity:1}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.social-link-item label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.qa-pair{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.qa-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.qa-header h4{color:var(--text-primary);font-size:1rem;margin:0}.qa-pair .form-input{margin-bottom:1rem}.btn-remove{padding:.5rem 1rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.btn-remove:hover{background:#ef444433}.btn-add{padding:.75rem 1.5rem;background:var(--bg-secondary);color:var(--accent-primary);border:2px dashed var(--accent-primary);border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}.btn-add:hover{background:var(--accent-primary);color:#fff;border-style:solid}.content-block{padding:1rem;background:transparent;border:none;border-radius:8px;margin-bottom:1rem}.content-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.content-block-type{font-weight:600;color:var(--text-primary);font-size:.95rem}.content-block-actions{display:flex;gap:.5rem;align-items:center}.btn-move{padding:.35rem .6rem;background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease;line-height:1}.btn-move:hover:not(:disabled){background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.btn-move:disabled{opacity:.3;cursor:not-allowed}.move-after-select{padding:.35rem .5rem;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;font-size:.85rem;max-width:220px}.move-after-select:focus{outline:none;border-color:var(--accent-primary)}.btn-add-block{padding:.6rem 1.2rem;background:var(--bg-secondary);color:var(--accent-primary);border:2px dashed var(--accent-primary);border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.btn-add-block:hover{background:var(--accent-primary);color:#fff;border-style:solid}.form-actions{display:flex;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.btn-save,.btn-cancel{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save{background:var(--accent-primary);color:#fff;border:none;flex:1}.btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-save:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-cancel{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.btn-cancel:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.placeholder-text{color:var(--text-secondary);font-style:italic;margin-top:1rem}.content-block{background:transparent;border:none;border-radius:8px;padding:1rem;margin-bottom:1rem}.content-block+.content-block{border-top:1px solid var(--border-color);padding-top:1.25rem}.content-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.content-block-type{font-weight:600;color:var(--text-primary);font-size:.9rem}.content-block-actions{display:flex;gap:.75rem;margin-top:1rem}.btn-add-block{padding:.75rem 1.5rem;border:2px dashed var(--border-color);border-radius:8px;background:transparent;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1}.btn-add-block:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#3b82f60d}.content-block-adder{display:flex;gap:.75rem;align-items:stretch}.content-block-adder .form-input{flex:1;width:auto;margin:0}.content-block-adder .btn-add-block{flex:0 0 auto;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.link-align-toggle{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;width:fit-content;margin-top:.25rem;padding:0;min-inline-size:0}.link-align-option{padding:.45rem .85rem;background:var(--bg-secondary);border:none;color:var(--text-primary);cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.link-align-option+.link-align-option{border-left:1px solid var(--border-color)}.link-align-option.active{background:var(--accent-primary);color:#fff}.reference-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.reference-item .btn-remove{align-self:flex-start}.toggle-label{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text-primary);cursor:pointer;margin-bottom:0}.toggle-label input[type=checkbox]{width:auto;cursor:pointer}.toggle-label span{font-weight:600}.some-section{margin-top:1.5rem;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px}.some-tip{margin-top:.5rem;padding:.75rem;background:var(--bg-primary);border-left:3px solid var(--accent-primary);border-radius:4px;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.platform-toggles{display:flex;gap:1rem;margin-top:.75rem}.platform-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.platform-btn:hover{border-color:var(--accent-primary);background:var(--bg-primary)}.platform-btn.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.platform-icon{width:20px;height:20px;transition:filter .2s ease}.platform-btn:not(.active) .platform-icon{filter:grayscale(100%) opacity(.5)}.platform-btn.active .platform-icon{filter:brightness(0) invert(1)}@media(max-width:768px){.create-content{padding:1rem}.category-buttons{justify-content:center}.form-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}}.event-card{background:var(--bg-secondary);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.event-card__image-wrapper{width:100%;overflow:hidden;position:relative;background:var(--bg-tertiary)}.event-card--big .event-card__image-wrapper{aspect-ratio:16 / 9}.event-card--small .event-card__image-wrapper{aspect-ratio:4 / 3}.event-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.event-card:hover .event-card__image{transform:scale(1.05)}.event-card__content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.event-card__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4}.event-card--big .event-card__title{font-size:1.5rem}.event-card__details{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.event-card__city,.event-card__date{font-size:.9rem;color:var(--text-secondary);margin:0;display:flex;align-items:center;gap:.5rem}.event-card__city:before{content:"📍";font-size:1rem}.event-card__date:before{content:"📅";font-size:1rem}@media(max-width:768px){.event-card__content{padding:1rem}.event-card__title{font-size:1.1rem}.event-card--big .event-card__title{font-size:1.3rem}}.location-filter-section{position:relative;display:inline-block}.location-dropdown-toggle{display:flex;align-items:center;gap:8px;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-size:1rem;color:var(--text-primary);transition:all .2s ease;line-height:1;height:44px}.location-dropdown-toggle:hover{border-color:var(--border-color-hover);background:var(--bg-tertiary)}.dropdown-arrow{transition:transform .2s ease;font-size:10px}.location-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;max-height:300px;overflow-y:auto;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;padding:8px 0}.location-checkbox-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .2s ease;-webkit-user-select:none;user-select:none}.location-checkbox-item input[type=checkbox]{cursor:pointer;pointer-events:none}.location-checkbox-item span{flex:1;color:var(--text-primary);font-size:14px}.clear-locations-btn{width:100%;padding:10px 16px;margin-top:8px;border-top:1px solid var(--border-color);background:transparent;color:var(--accent-primary);font-size:14px;cursor:pointer;transition:background .2s ease}.clear-locations-btn:hover{background:var(--bg-tertiary)}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}@media(min-width:1025px)and (max-width:2559px){.events-grid{grid-template-columns:repeat(3,1fr)}.events-grid>:first-child{grid-column:span 2}}@media(min-width:2560px){.events-grid{grid-template-columns:repeat(4,1fr)}.events-grid>:first-child,.events-grid>:nth-child(2){grid-column:span 2}}@media(max-width:768px){.events-grid{grid-template-columns:1fr;gap:1rem}}.events-loading,.events-empty{display:flex;justify-content:center;align-items:center;min-height:300px;color:var(--text-secondary);font-size:1.1rem}.events-empty p{margin:0}.location-filter-section{position:relative;margin-bottom:1.5rem;max-width:300px}.location-dropdown-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.location-dropdown-toggle:hover{border-color:var(--accent-primary)}.dropdown-arrow{transition:transform .2s ease;font-size:.8rem;color:var(--text-secondary)}.dropdown-arrow.open{transform:rotate(180deg)}.location-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;padding:.5rem;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 12px #00000026}.location-checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;border-radius:6px;transition:background .2s ease}.location-checkbox-item:hover{background:var(--bg-tertiary)}.location-checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-primary)}.location-checkbox-item span{color:var(--text-primary);font-size:.95rem}.clear-locations-btn{width:100%;margin-top:.5rem;padding:.5rem;background:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:all .2s ease}.clear-locations-btn:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent-primary)}.events-loading-more,.events-end{text-align:center;padding:2rem 1rem;color:var(--text-secondary);font-size:.95rem}.events-loading-more{color:var(--accent-primary);font-weight:500}.events-end{opacity:.7;font-style:italic}.hode-edit-page{width:100%;max-width:900px;margin:0 auto;padding:2rem}.form-section label{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.form-help-text{font-size:.9rem;color:var(--text-tertiary);margin:.5rem 0 0}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;border:none;padding:0;margin:0}.media-links-container{display:flex;flex-direction:column;gap:.75rem;border:none;padding:0;margin:0}.category-selector legend,.social-links-grid legend,.media-links-container legend{font-size:1.1rem;font-weight:600;color:var(--text-primary);padding:0;margin-bottom:.75rem}.social-link-item{display:flex;flex-direction:column;gap:.5rem}.social-link-item label{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.media-link-item{display:grid;grid-template-columns:120px 1fr auto;gap:.75rem;align-items:center}.media-type-select{padding:.75rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;cursor:pointer;transition:all .3s ease}.media-type-select:focus{outline:none;border-color:var(--accent-primary)}.media-url-input{padding:.75rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;transition:all .3s ease}.media-url-input:focus{outline:none;border-color:var(--accent-primary)}.hode-media-remove-btn{padding:.75rem 1rem;background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:8px;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.hode-media-remove-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff}.media-add-buttons{display:flex;gap:.75rem;margin-top:.5rem}.add-media-btn{padding:.75rem 1.5rem;background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease}.add-media-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.delete-btn{padding:1rem 2rem;background:#dc2626;border:none;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-left:auto}.delete-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.delete-btn:disabled{opacity:.6;cursor:not-allowed}.error-text{color:#ef4444}@media(max-width:768px){.hode-edit-page{padding:1rem}.edit-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-header h1{font-size:1.5rem}.category-selector{grid-template-columns:repeat(2,1fr)}.media-link-item{grid-template-columns:1fr;gap:.5rem}.media-add-buttons,.form-actions{flex-direction:column}}.interview-card{background:var(--bg-secondary);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.interview-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.interview-card__image-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative}.interview-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.interview-card:hover .interview-card__image{transform:scale(1.05)}.interview-card--draft{opacity:.6;position:relative}.interview-card--draft:before{content:"KLADD";position:absolute;top:10px;right:10px;z-index:10;background:#000000b3;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px}[data-theme=dark] .interview-card--draft,[data-theme=light] .interview-card--draft{filter:grayscale(40%)}[data-theme=vibrant] .interview-card--draft{filter:grayscale(40%) brightness(.9)}.interview-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.interview-card__name{font-size:.875rem;font-weight:600;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px}.interview-card__title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}.interview-card__description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0;flex:1}@media(max-width:768px){.interview-card__content{padding:1rem}.interview-card__title{font-size:1.1rem}.interview-card__description{font-size:.9rem}}.news-card{background:var(--card-bg);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background .3s ease,border-color .3s ease;cursor:pointer;border:1px solid var(--border-color)}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px var(--shadow);border-color:var(--border-color-hover)}.news-card__image-wrapper{position:relative;overflow:hidden;background:var(--bg-primary);transition:background .3s ease}.news-card--big .news-card__image-wrapper{height:400px}.news-card--small .news-card__image-wrapper{height:200px}.news-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card__image{transform:scale(1.05)}.news-card--draft{opacity:.6;position:relative}.news-card--draft:before{content:"KLADD";position:absolute;top:10px;right:10px;z-index:10;background:#000000b3;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px}[data-theme=dark] .news-card--draft,[data-theme=light] .news-card--draft{filter:grayscale(40%)}[data-theme=vibrant] .news-card--draft{filter:grayscale(40%) brightness(.9)}.news-card__content{padding:1.5rem}.news-card--big .news-card__content{padding:2rem}.news-card__title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;line-height:1.3;transition:color .3s ease}.news-card--small .news-card__title{font-size:1.125rem;margin-bottom:.5rem}.news-card__description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0;transition:color .3s ease}.news-card--small .news-card__description{font-size:.875rem}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.news-grid--big{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}@media(max-width:1200px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news-grid{grid-template-columns:1fr}.news-card--big .news-card__image-wrapper{height:300px}}.hodeprofil-page{padding:2rem;max-width:900px;margin:0 auto}.hodeprofil-actions{display:flex;gap:1rem;margin-bottom:2rem}.back-button{background:var(--surface-secondary);border:1px solid var(--border-primary);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.back-button:hover{background:var(--surface-tertiary);border-color:var(--accent-primary)}.edit-button{background:var(--accent-primary);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.edit-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.hodeprofil-header{margin-bottom:2rem}.hodeprofil-name{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.hodeprofil-city{color:var(--text-tertiary);font-weight:400;font-size:2rem}.hodeprofil-image-container{width:100%;max-width:500px;margin:2rem auto;border-radius:12px;overflow:hidden;border:3px solid var(--accent-primary);box-shadow:0 4px 16px #0000001a}.hodeprofil-image{width:100%;height:auto;display:block}.hodeprofil-social-links{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;transition:all .3s ease}.social-link:hover{background:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 6px 20px #3b82f64d}.social-icon{width:28px;height:28px;transition:filter .3s ease}[data-theme=dark] .social-icon{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=dark] .social-link:hover .social-icon{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=light] .social-icon{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%)}[data-theme=light] .social-link:hover .social-icon{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=vibrant] .social-icon{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}[data-theme=vibrant] .social-link:hover .social-icon{filter:brightness(0) saturate(100%) invert(100%)}.hodeprofil-description{background:var(--surface-secondary);border-radius:12px;padding:2rem;margin-top:2rem;border:1px solid var(--border-primary)}.hodeprofil-members{margin-top:2.5rem}.hodeprofil-members h2{font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem}.hodeprofil-members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.hodeprofil-member{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:10px;padding:.75rem 1rem;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.hodeprofil-member:hover{border-color:var(--accent-primary);transform:translateY(-2px)}.hodeprofil-member-image,.hodeprofil-member-initials{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent-primary)}.hodeprofil-members-empty{color:var(--text-tertiary);margin:0}.hodeprofil-description p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin:0;white-space:pre-wrap}.loading-text,.error-text{text-align:center;color:var(--text-tertiary);font-size:1.1rem;margin-top:3rem}.error-text{color:var(--error)}@media(max-width:768px){.hodeprofil-page{padding:1.5rem}.hodeprofil-name{font-size:2rem}.hodeprofil-city{font-size:1.5rem;display:block;margin-top:.5rem}.hodeprofil-description{padding:1.5rem}.hodeprofil-description p{font-size:1rem;line-height:1.6}}.hodeprofil-media-section{margin-top:3rem}.hodeprofil-media-section h2{color:var(--text-primary);font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.media-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.media-item{width:100%}.media-image{width:100%;border-radius:8px;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.youtube-embed,.spotify-embed{width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.youtube-embed iframe,.spotify-embed iframe{width:100%;height:100%}.spotify-embed{aspect-ratio:1 / 1}@media(max-width:768px){.media-items-grid{grid-template-columns:1fr}}.hodeprofil-related-content{margin-top:3rem}.hodeprofil-related-content h2{color:var(--text-primary);font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.related-articles-grid,.related-interviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}@media(max-width:768px){.related-articles-grid,.related-interviews-grid{grid-template-columns:1fr}}.hode-card{background:var(--bg-secondary);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid var(--border-color);box-shadow:0 4px 12px var(--shadow)}.hode-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow);border-color:var(--accent-primary);background:var(--bg-tertiary)}.hode-card--group{border-color:var(--accent-secondary);background:linear-gradient(135deg,var(--bg-secondary),var(--bg-tertiary))}[data-theme=dark] .hode-card--group{background:linear-gradient(135deg,#0f172a,#111827);border-color:var(--border-color)}.hode-card--group .hode-card-image{border-color:var(--accent-secondary)}.hode-card--group .hode-card-initials{color:var(--accent-secondary)}.hode-card-image{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background:var(--bg-tertiary);border:3px solid var(--accent-primary);position:relative}.hode-card-image--group-avatars{border:none;background:transparent;overflow:visible}.hode-card-image img{width:100%;height:100%;object-fit:cover}.hode-card-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--accent-primary);background:var(--bg-primary)}.hode-card-initials--avatar{border:3px solid var(--accent-primary);border-radius:50%;box-sizing:border-box}.hode-card-group-avatars{position:relative;width:100%;height:100%}.hode-card-group-avatar{position:absolute;width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid var(--accent-primary);background:var(--bg-primary);display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;color:var(--accent-secondary)}.hode-card-group-avatar img{width:100%;height:100%;object-fit:cover}.hode-card-group-avatars--1 .hode-card-group-avatar--0{top:28px;left:28px}.hode-card-group-avatars--2 .hode-card-group-avatar--0{width:84px;height:84px;top:18px;left:-2px}.hode-card-group-avatars--2 .hode-card-group-avatar--1{width:84px;height:84px;top:18px;left:38px}.hode-card-group-avatars--3 .hode-card-group-avatar--0{width:84px;height:84px;top:6px;left:-16px}.hode-card-group-avatars--3 .hode-card-group-avatar--1{width:84px;height:84px;top:-2px;left:18px}.hode-card-group-avatars--3 .hode-card-group-avatar--2{width:84px;height:84px;top:6px;left:52px}.hode-card-group-avatars--4 .hode-card-group-avatar--0{top:8px;left:4px}.hode-card-group-avatars--4 .hode-card-group-avatar--1{top:8px;left:44px}.hode-card-group-avatars--4 .hode-card-group-avatar--2{top:48px;left:4px}.hode-card-group-avatars--4 .hode-card-group-avatar--3{top:48px;left:44px}.hode-card-group-avatars--5 .hode-card-group-avatar--0{top:2px;left:-6px}.hode-card-group-avatars--5 .hode-card-group-avatar--1{top:-4px;left:26px}.hode-card-group-avatars--5 .hode-card-group-avatar--2{top:2px;left:58px}.hode-card-group-avatars--5 .hode-card-group-avatar--3{top:44px;left:6px}.hode-card-group-avatars--5 .hode-card-group-avatar--4{top:44px;left:46px}@media(max-width:768px){.hode-card-group-avatar{width:38px;height:38px;font-size:.85rem}.hode-card-group-avatars--2 .hode-card-group-avatar--0,.hode-card-group-avatars--2 .hode-card-group-avatar--1,.hode-card-group-avatars--3 .hode-card-group-avatar--0,.hode-card-group-avatars--3 .hode-card-group-avatar--1,.hode-card-group-avatars--3 .hode-card-group-avatar--2{width:50px;height:50px;font-size:.95rem}.hode-card-group-avatars--1 .hode-card-group-avatar--0{top:9px;left:9px}.hode-card-group-avatars--2 .hode-card-group-avatar--0{top:5px;left:-6px}.hode-card-group-avatars--2 .hode-card-group-avatar--1{top:5px;left:10px}.hode-card-group-avatars--3 .hode-card-group-avatar--0{top:-2px;left:-12px}.hode-card-group-avatars--3 .hode-card-group-avatar--1{top:-6px;left:4px}.hode-card-group-avatars--3 .hode-card-group-avatar--2{top:-2px;left:22px}.hode-card-group-avatars--4 .hode-card-group-avatar--0{top:0;left:0}.hode-card-group-avatars--4 .hode-card-group-avatar--1{top:0;left:18px}.hode-card-group-avatars--4 .hode-card-group-avatar--2{top:18px;left:0}.hode-card-group-avatars--4 .hode-card-group-avatar--3{top:18px;left:18px}.hode-card-group-avatars--5 .hode-card-group-avatar--0{top:-2px;left:-4px}.hode-card-group-avatars--5 .hode-card-group-avatar--1{top:-4px;left:12px}.hode-card-group-avatars--5 .hode-card-group-avatar--2{top:-2px;left:28px}.hode-card-group-avatars--5 .hode-card-group-avatar--3{top:16px;left:4px}.hode-card-group-avatars--5 .hode-card-group-avatar--4{top:16px;left:22px}}.hode-card-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.hode-card-city{font-size:.95rem;color:var(--text-tertiary);margin:0 0 1rem}.hode-card-categories{display:flex;gap:.5rem;justify-content:center;align-items:center}.hode-card-category-icon{width:32px;height:32px;object-fit:contain;filter:brightness(0) saturate(100%) invert(70%) sepia(36%) saturate(578%) hue-rotate(180deg) brightness(95%) contrast(90%);opacity:1}@media(max-width:768px){.hode-card{display:grid;grid-template-columns:56px minmax(0,1fr) auto;grid-template-areas:"image name name" "image city categories";align-items:center;text-align:left;padding:.85rem 1rem;gap:.35rem .75rem;width:100%;max-width:100%}.hode-card-image{grid-area:image;width:56px;height:56px;margin-bottom:0;border-width:2px}.hode-card-initials{font-size:1.5rem}.hode-card-name{grid-area:name;font-size:.95rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hode-card-city{grid-area:city;margin:0;font-size:.85rem;color:var(--text-secondary)}.hode-card-categories{grid-area:categories;display:flex;justify-content:flex-end;gap:.35rem;min-width:0}.hode-card-category-icon{width:24px;height:24px;object-fit:contain}}.hoder-container{width:100%;max-width:100%;overflow-x:hidden}.hoder-subtitle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;width:100%}.hoder-subtitle-left{display:flex;gap:1rem;flex-wrap:wrap;flex-direction:column;min-width:0}.location-filter-row{margin-top:.75rem}.hoder-search-row{display:flex;gap:1rem;align-items:center;flex-wrap:nowrap;margin-top:.75rem;width:100%;min-width:0}.hoder-search-input{flex:1;min-width:200px;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .2s ease;line-height:1;height:44px;display:flex;align-items:center}.hoder-search-input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(var(--accent-primary-rgb),.1)}.hoder-search-input::placeholder{color:var(--text-tertiary)}.hoder-type-filter{display:flex;gap:.5rem;background:var(--bg-secondary);padding:0;border-radius:8px;border:1px solid var(--border-color);flex-shrink:0;height:44px}.type-filter-button{padding:.75rem 1rem;background:transparent;border:none;border-radius:6px;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;height:100%;line-height:1;display:flex;align-items:center;justify-content:center}.type-filter-button:hover{background:var(--bg-tertiary);color:var(--text-primary)}.type-filter-button.active{background:var(--accent-primary);color:#fff;font-weight:600}.hoder-search-row .location-filter-row{margin-top:0;display:flex;align-items:center}.hoder-search-row>*{display:flex;align-items:center}.hoder-search-row .location-filter-section{display:flex;align-items:center}.hoder-location-filter-wrapper{display:flex;align-items:center;padding-top:1.3rem}.hoder-subtitle-text{margin:0}.hoder-cta{max-width:520px;padding:.85rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-secondary);font-size:.95rem;line-height:1.45;box-shadow:0 6px 16px #00000014}.hoder-cta a{color:var(--accent-primary);text-decoration:none;font-weight:600}.hoder-cta a:hover{text-decoration:underline}.hoder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-top:2rem}@media(max-width:768px){.hoder-subtitle-row{flex-direction:column;align-items:flex-start}.hoder-subtitle-left{width:100%}.hoder-search-row{flex-direction:column;width:100%;gap:.75rem;min-width:0}.hoder-search-input{width:100%;min-width:0}.hoder-type-filter{width:100%;justify-content:space-between;overflow:hidden}.type-filter-button{flex:1;text-align:center}.hoder-search-row .location-filter-row{width:100%;flex-direction:column}.hoder-cta{display:none;max-width:100%}.hoder-grid{grid-template-columns:1fr;gap:.75rem}}.intervju-detail{max-width:900px;margin:0 auto;padding:2rem}.detail-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease}.btn-back:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:translate(-4px)}.btn-edit{background:var(--accent-primary);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s}.btn-edit:hover{background:var(--accent-hover);transform:translateY(-1px)}.intervju-header{margin-bottom:3rem}.intervju-name{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.intervju-main-image-wrapper{width:100%;border-radius:12px;margin-bottom:1.5rem;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.intervju-main-image-wrapper .elementalt-image{width:100%;max-height:500px;object-fit:cover;display:block;border-radius:12px 12px 0 0}.intervju-main-image{width:100%;height:100%;object-fit:cover;display:block}.intervju-intro{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);margin-bottom:0}.intervju-content{display:flex;flex-direction:column;gap:2.5rem}.content-item{width:100%}.qa-block{padding:1.5rem;background:var(--bg-secondary);border-left:4px solid var(--accent-primary);border-radius:8px}.question{font-size:1.25rem;font-weight:600;color:var(--accent-primary);margin-bottom:1rem;line-height:1.4}.answer{font-size:1.05rem;line-height:1.7;color:var(--text-primary);margin:0;white-space:pre-wrap}.image-block{width:100%;border-radius:12px;border:2px solid var(--border-color);box-shadow:0 4px 12px #00000014}.image-block .elementalt-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:12px 12px 0 0}.content-image{width:100%;height:auto;display:block;object-fit:cover}.text-block{font-size:1.05rem;line-height:1.7;color:var(--text-primary);margin:0;white-space:pre-wrap}.intervju-link-block{display:inline-block;color:var(--accent-primary);font-weight:600;text-decoration:underline;word-break:break-all}.intervju-link-block:hover{color:var(--accent-secondary)}.related-artists-section{margin:2rem 0;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color)}.related-artists-section h3{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem;font-weight:600}.related-artists-grid{display:flex;flex-wrap:wrap;gap:.75rem}.artist-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:20px;cursor:pointer;transition:all .2s}.artist-tag:hover{border-color:var(--accent-primary);background:var(--bg-tertiary);transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.artist-tag:focus{outline:2px solid var(--accent-primary);outline-offset:2px}.artist-tag-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.artist-tag-name{color:var(--text-primary);font-weight:500;font-size:.95rem}@media(max-width:768px){.intervju-detail{padding:1rem}.intervju-name{font-size:1.75rem}.intervju-main-image-wrapper{max-height:300px}.intervju-intro{font-size:1rem}.question{font-size:1.1rem}.answer{font-size:1rem}.qa-block{padding:1rem}}.intervju-edit-page{width:100%;max-width:900px;margin:0 auto;padding:2rem}.edit-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.edit-header h1{font-size:2rem;color:var(--text-primary);margin:0}.back-button{background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.back-button:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.edit-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:.75rem}.section-heading{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.section-heading h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.section-icon{width:30px;height:30px;opacity:.95;flex-shrink:0}[data-theme=dark] .section-icon{filter:brightness(0) saturate(100%) invert(100%)}[data-theme=light] .section-icon{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(200deg) brightness(95%) contrast(95%)}[data-theme=vibrant] .section-icon{filter:brightness(0) saturate(100%) invert(100%)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-section label,.form-section legend{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.form-input,.form-textarea{width:100%;padding:1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:150px}.image-preview{margin-top:1rem;max-width:300px}.image-preview img{width:100%;height:auto;border-radius:8px;border:2px solid var(--border-color)}.category-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;border:none;padding:0;margin:0}.category-selector legend{padding:0;margin-bottom:.75rem}.category-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:var(--accent-primary);transform:translateY(-2px)}.category-btn.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.category-icon{width:32px;height:32px;filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}.category-btn.active .category-icon{filter:brightness(0) saturate(100%) invert(100%)}.category-btn span{font-size:.95rem;font-weight:500;color:var(--text-primary)}.category-btn.active span{color:#fff;font-weight:600}.content-items-container{display:flex;flex-direction:column;gap:1rem}.content-item{background:transparent;border:none;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow:visible}.item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;overflow:visible}.item-type{font-weight:600;color:var(--text-primary);font-size:.95rem;flex:1;min-width:0}.item-actions{display:flex;gap:.5rem;flex-shrink:0;overflow:visible;white-space:nowrap}.move-btn{padding:.4rem .6rem;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.move-btn:hover:not(:disabled){background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.move-btn:disabled{opacity:.4;cursor:not-allowed}.item-actions .remove-btn{padding:.5rem 1rem;background:#ef4444;border:1px solid #dc2626;color:#fff;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:static;width:auto;height:auto}.item-actions .remove-btn:hover:not(:disabled){background:#dc2626;border-color:#b91c1c;transform:translateY(-2px)}.item-actions .remove-btn:disabled{opacity:.4;cursor:not-allowed}.qa-inputs{display:flex;flex-direction:column;gap:1rem}.qa-field{display:flex;flex-direction:column;gap:.5rem}.qa-field label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.item-textarea{width:100%;padding:.75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:.95rem;font-family:inherit;resize:vertical;min-height:80px}.item-textarea:focus{outline:none;border-color:var(--accent-primary)}.item-image-input{display:flex;flex-direction:column;gap:.75rem}.add-item-buttons{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.add-item-btn,.btn-add-block{padding:.75rem 1.5rem;background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.add-item-btn:hover,.btn-add-block:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.form-actions{display:flex;gap:1rem;padding-top:2rem;border-top:2px solid var(--border-color)}.save-btn{padding:1rem 2rem;background:var(--accent-primary);border:none;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.save-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.save-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{padding:1rem 2rem;background:var(--bg-secondary);border:2px solid var(--border-color);color:var(--text-primary);border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background:var(--border-color);transform:translateY(-2px)}@media(max-width:768px){.intervju-edit-page{padding:1rem}.edit-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-header h1{font-size:1.5rem}.category-selector{grid-template-columns:repeat(2,1fr)}.add-item-buttons,.form-actions{flex-direction:column}}.interviews-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.interviews-layout{grid-template-columns:1fr}}@media(min-width:1400px){.interviews-layout{grid-template-columns:repeat(3,1fr)}}.interviews-loading-more,.interviews-end{text-align:center;padding:2rem 1rem;color:var(--text-secondary);font-size:.95rem}.interviews-loading-more{color:var(--accent-primary);font-weight:500}.interviews-end{opacity:.7;font-style:italic}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{width:100%;height:calc(100vh - 200px);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 4px 12px var(--shadow)}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);font-size:1.1rem}.admin-section{margin-bottom:1.5rem;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px}.toggle-add-form-btn{padding:.75rem 1.5rem;background:var(--accent-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-add-form-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.leaflet-map{width:100%;height:100%}.leaflet-container{background:var(--bg-primary);font-family:inherit}.leaflet-popup-content-wrapper{background:var(--bg-secondary);color:var(--text-primary);border-radius:8px}.leaflet-popup-tip{background:var(--bg-secondary)}.map-popup{text-align:center}.map-popup h4{margin:0 0 .75rem;color:var(--text-primary);font-size:1.1rem}.find-hoder-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.625rem 1rem;background:var(--accent-primary);color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:all .2s ease;width:100%}.find-hoder-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0003}.find-hoder-btn .nav-icon-svg{width:20px;height:20px;flex-shrink:0}.nav-icon-svg{width:24px;height:24px;transition:filter .3s ease}[data-theme=dark] .nav-icon-svg{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=dark] .nav-item.active .nav-icon-svg,[data-theme=dark] .nav-item:hover .nav-icon-svg{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(120%) contrast(96%)}[data-theme=light] .nav-icon-svg{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%)}[data-theme=light] .nav-item.active .nav-icon-svg,[data-theme=light] .nav-item:hover .nav-icon-svg{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(200deg) brightness(102%) contrast(96%)}[data-theme=vibrant] .nav-icon-svg{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}[data-theme=vibrant] .nav-item.active .nav-icon-svg,[data-theme=vibrant] .nav-item:hover .nav-icon-svg{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(110%) contrast(92%)}[data-theme=dark] .find-hoder-btn .nav-icon-svg,[data-theme=light] .find-hoder-btn .nav-icon-svg,[data-theme=vibrant] .find-hoder-btn .nav-icon-svg{filter:brightness(0) invert(1)}@media(max-width:1024px){.map-container{height:calc(100vh - 250px)}}.news-layout{display:grid;gap:1.5rem}@media(max-width:1024px){.news-layout{grid-template-columns:1fr}.news-layout .news-card{grid-column:span 1}}@media(min-width:1025px){.news-layout{grid-template-columns:repeat(3,1fr)}.news-layout .news-card--big:first-child{grid-column:span 3}.news-layout .news-card--small{grid-column:span 1}}@media(min-width:2560px){.news-layout{grid-template-columns:repeat(6,1fr)}.news-layout .news-card--big:first-child{grid-column:span 3}.news-layout .news-card--big:nth-child(2){grid-column:span 3}.news-layout .news-card--small{grid-column:span 1}}.news-loading-more,.news-end{text-align:center;padding:2rem 1rem;color:var(--text-secondary);font-size:.95rem}.news-loading-more{color:var(--accent-primary);font-weight:500}.news-end{opacity:.7;font-style:italic}.omoss-content{max-width:100%;margin:0}.omoss-section{margin-bottom:3rem}.omoss-section h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.omoss-section p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.credits-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.credit-item{display:flex;flex-direction:column;gap:.25rem}.credit-label{font-weight:600;color:var(--text-primary);font-size:1rem}.credit-name{color:var(--text-secondary);font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:var(--bg-secondary);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.feature-icon{font-size:3rem;display:block;margin-bottom:1rem}.feature-icon-svg{width:56px;height:56px;display:block;margin:0 auto 1rem;transition:filter .3s ease}[data-theme=dark] .feature-icon-svg{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=light] .feature-icon-svg{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%)}[data-theme=vibrant] .feature-icon-svg{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}.feature-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.feature-card p{font-size:1rem;color:var(--text-secondary);margin:0}.elements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.element-card{background:var(--bg-secondary);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.element-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.element-icon{width:80px;height:80px;margin-bottom:1.5rem;opacity:1;transition:filter .3s ease}[data-theme=dark] .element-icon{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(2815%) hue-rotate(201deg) brightness(102%) contrast(96%)}[data-theme=light] .element-icon{filter:brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(95%) contrast(90%)}[data-theme=vibrant] .element-icon{filter:brightness(0) saturate(100%) invert(67%) sepia(90%) saturate(464%) hue-rotate(5deg) brightness(93%) contrast(92%)}.element-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.element-card p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0}.contact-section{text-align:center;background:var(--bg-secondary);border-radius:12px;padding:3rem;margin-top:3rem}.contact-info{margin-top:2rem}.contact-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.25rem;color:var(--accent-primary);text-decoration:none;padding:1rem 2rem;border-radius:8px;background:#3b82f61a;transition:all .3s ease}.contact-link:hover{background:#3b82f633;transform:translateY(-2px)}@media(max-width:768px){.omoss-section h2{font-size:1.5rem}.omoss-section p{font-size:1rem}.features-grid,.elements-grid{grid-template-columns:1fr}.contact-section{padding:2rem 1rem}.contact-link{font-size:1rem;padding:.75rem 1.5rem}}.oneliners-container{width:100%;max-width:900px;margin:0 auto}.oneliners-list{display:flex;flex-direction:column;gap:.5rem}.oneliner-item{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;padding:1rem;transition:all .3s ease}.oneliner-item:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px var(--shadow)}.oneliner-content{width:100%}.oneliner-top{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.oneliner-line{font-size:.95rem;font-style:italic;color:var(--text-primary);margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.oneliner-artist{font-size:.85rem;color:var(--text-tertiary);font-style:normal}.oneliner-actions{display:flex;align-items:center;flex-shrink:0;gap:.5rem}.vote-btn{background:var(--bg-tertiary);border:2px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:70px;justify-content:center}.vote-btn:hover:not(:disabled){background:var(--accent-primary);border-color:var(--accent-primary);transform:scale(1.05)}.vote-btn:disabled{opacity:.5;cursor:not-allowed}.vote-btn.voted{background:var(--accent-primary);border-color:var(--accent-primary)}.vote-count{font-size:1rem;font-weight:600;color:var(--text-primary)}.nominate-section{background:var(--bg-secondary);border:2px solid var(--accent-primary);border-radius:12px;padding:2rem;margin-top:3rem}.nominate-section h3{font-size:1.5rem;color:var(--text-primary);margin:0 0 1.5rem}.login-message{color:var(--text-tertiary);font-size:1rem;margin:0}.nominate-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group label{font-size:.95rem;font-weight:600;color:var(--text-secondary)}.form-group input{background:var(--bg-tertiary);border:2px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;font-size:1rem;color:var(--text-primary);transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:var(--accent-primary)}.form-group input::placeholder{color:var(--text-tertiary)}.char-count{position:absolute;right:.75rem;bottom:-1.5rem;font-size:.85rem;color:var(--text-tertiary)}.submit-btn{background:var(--accent-primary);border:none;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.loading-text,.empty-text{text-align:center;color:var(--text-tertiary);font-size:1.1rem;margin-top:3rem}@media(max-width:768px){.oneliner-item{padding:1rem}.oneliner-top{flex-direction:column;align-items:flex-start;gap:.75rem}.oneliner-line{font-size:.9rem}.oneliner-actions{width:100%;justify-content:flex-end}.nominate-section{padding:1.5rem}.vote-btn{min-width:70px;padding:.5rem 1rem;font-size:1rem}}.page{padding:2rem;max-width:1400px;margin:0 auto}.page-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;transition:color .3s ease}.page-subtitle{font-size:1.125rem;color:var(--text-tertiary);margin:0 0 2rem;transition:color .3s ease}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--bg-primary: #0f1117;--bg-secondary: #1a1d29;--bg-tertiary: #13151f;--text-primary: rgba(255, 255, 255, .87);--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .6);--border-color: rgba(255, 255, 255, .05);--border-color-hover: rgba(255, 255, 255, .1);--accent-primary: #3b82f6;--accent-hover: #60a5fa;--card-bg: linear-gradient(135deg, #1e2330 0%, #161922 100%);--shadow: rgba(0, 0, 0, .3)}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e5e5e5;--text-primary: #0f1117;--text-secondary: rgba(15, 17, 23, .8);--text-tertiary: rgba(15, 17, 23, .6);--border-color: rgba(0, 0, 0, .08);--border-color-hover: rgba(0, 0, 0, .15);--accent-primary: #2563eb;--accent-hover: #1d4ed8;--card-bg: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);--shadow: rgba(0, 0, 0, .1)}:root[data-theme=vibrant]{--bg-primary: #581d77;--bg-secondary: #3233a9;--bg-tertiary: #a13383;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-tertiary: rgba(255, 255, 255, .8);--border-color: rgba(255, 215, 65, .15);--border-color-hover: rgba(255, 215, 65, .3);--accent-primary: #d4a017;--accent-hover: #c89f0b;--card-bg: linear-gradient(135deg, #a13383 0%, #3233a9 100%);--shadow: rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;min-width:0;width:100%;max-width:100%;min-height:100vh;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{width:100%;max-width:100%;overflow-x:hidden}@supports (-webkit-touch-callout: none){input:not([type=checkbox]):not([type=radio]),textarea,select{font-size:16px}}a{font-weight:500;color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-hover)}
