*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f7fb;color:#111827}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.gh-main{flex:1}.gh-container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.gh-header{background:#fff;border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:20}.gh-nav{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:1.5rem}.gh-brand{display:flex;align-items:center;gap:.75rem}.gh-brand-mark{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#1fb6ff,#7ed957);box-shadow:0 8px 20px #2563eb59;display:flex;align-items:center;justify-content:center}.gh-brand-mark span{color:#fff;font-weight:800;font-size:18px}.gh-brand-text{display:flex;flex-direction:column;line-height:1.1}.gh-brand-title{font-weight:700;font-size:1.05rem;color:#0b1120}.gh-brand-sub{font-size:.75rem;color:#6b7280}.gh-nav-right{display:flex;align-items:center;gap:1.75rem}.gh-nav-links{display:flex;align-items:center;gap:1.75rem;font-size:.95rem}.gh-nav-links a{white-space:nowrap;color:#111827}.gh-nav-links a:hover{color:#0c2340}.gh-nav-cta{display:flex;align-items:center;gap:.75rem}.gh-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.4rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:box-shadow .15s ease,transform .12s ease,background .15s ease}.gh-btn-hero{background:#12a3c7;background:linear-gradient(135deg,#10a8e9,#1fb6ff);color:#fff;box-shadow:0 14px 34px #0f172a73}.gh-btn-hero:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0f172a8c}.gh-btn-discord{background:linear-gradient(135deg,#1fb6ff,#7ed957);color:#fff;box-shadow:0 14px 34px #0f172a73}.gh-btn-discord:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0f172a8c}.gh-nav-burger{display:none;border:none;background:transparent;padding:.25rem;cursor:pointer}.gh-nav-burger span{display:block;width:20px;height:2px;border-radius:999px;background:#111827;position:relative}.gh-nav-burger span:before,.gh-nav-burger span:after{content:"";position:absolute;left:0;width:20px;height:2px;border-radius:999px;background:#111827}.gh-nav-burger span:before{top:-6px}.gh-nav-burger span:after{top:6px}.gh-nav-links-mobile{display:none;flex-direction:column;padding:0 1.5rem .75rem;gap:.4rem;background:#fff;border-bottom:1px solid #E5E7EB}.gh-nav-links-mobile a{padding:.45rem .5rem;border-radius:.6rem;font-size:.9rem;color:#111827}.gh-nav-links-mobile a:hover{background:#f3f4f6}.gh-nav-links-mobile.show{display:flex}.gh-hero{background:#0c2542;color:#fff;padding:3.5rem 0 3.25rem}.gh-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr);align-items:center;gap:2.5rem}.gh-hero-logo-col{display:flex;justify-content:flex-start}.gh-hero-logo{max-width:260px}.gh-hero-title{font-size:clamp(2.2rem,3.4vw,3rem);font-weight:800;letter-spacing:-.04em;margin:0 0 .75rem}.gh-hero-sub{margin:0 0 1.5rem;font-size:.98rem;max-width:27rem;line-height:1.6;color:#e5f0ff}.gh-section{padding:2.75rem 0;background:transparent}.gh-section-muted{background:#f7fafc}.gh-section-title{text-align:center;font-size:1.6rem;font-weight:700;margin:0 0 1.75rem;color:#111827}.gh-section-lead{max-width:42rem;margin:0 auto;text-align:center;font-size:.98rem;color:#4b5563;line-height:1.7}.gh-centered-text{text-align:center}.gh-cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.gh-card{background:#fff;border-radius:18px;padding:1.4rem 1.35rem;box-shadow:0 18px 45px #0f172a14;border:1px solid #E5E7EB}.gh-card-icon{font-size:1.6rem;margin-bottom:.75rem}.gh-card h3{margin:0 0 .4rem;font-size:1.05rem;color:#111827}.gh-card p{margin:0;font-size:.9rem;color:#4b5563;line-height:1.6}.gh-footer{border-top:1px solid #E5E7EB;background:#fff}.gh-footer-inner{padding:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.85rem;color:#6b7280}.gh-footer-brand{display:flex;align-items:center;gap:.4rem}.gh-footer-logo{font-size:1.1rem}.gh-footer-links{display:flex;gap:1rem}@media(max-width:900px){.gh-hero-grid{grid-template-columns:minmax(0,1fr);text-align:left}.gh-hero-logo-col{justify-content:center}.gh-hero-text-col{text-align:center}.gh-hero-sub{margin-left:auto;margin-right:auto}.gh-btn-hero{justify-content:center}.gh-cards-row{grid-template-columns:minmax(0,1fr)}}@media(max-width:768px){.gh-nav-right{display:none}.gh-nav-burger{display:inline-flex}}@media(max-width:640px){.gh-footer-inner{flex-direction:column;align-items:flex-start}}.gh-btn-account{background:#fff;color:#111827;border:1px solid #E5E7EB;box-shadow:0 8px 22px #0f172a14;padding-right:.9rem;padding-left:.9rem}.gh-btn-account:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 12px 30px #0f172a1f}.gh-account-label{white-space:nowrap}.gh-account-caret{font-size:.65rem;margin-left:.35rem}.gh-account-menu{position:absolute;right:0;top:calc(100% + .4rem);min-width:180px;background:#fff;border-radius:.75rem;border:1px solid #E5E7EB;box-shadow:0 18px 45px #0f172a2e;padding:.4rem 0;display:none;z-index:40}.gh-account-menu a,.gh-account-menu button{width:100%;padding:.45rem .9rem;font-size:.9rem;text-align:left;background:transparent;border:none;cursor:pointer;color:#111827}.gh-account-menu a:hover,.gh-account-menu button:hover{background:#f3f4f6}.gh-account{position:relative}.gh-btn-account{background:#fff;color:#111827;border:1px solid #E5E7EB;padding:.55rem 1.1rem;border-radius:999px;font-weight:600;font-size:.9rem;box-shadow:0 8px 18px #0f172a1a;transition:.15s ease;display:inline-flex;align-items:center;gap:.4rem}.gh-btn-account:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 12px 26px #0f172a29}.gh-account-caret{font-size:.7rem;opacity:.7}.gh-account-menu{position:absolute;right:0;top:calc(100% + .5rem);width:200px;background:#fff;border-radius:14px;border:1px solid #E5E7EB;box-shadow:0 20px 45px #0f172a2e;padding:.4rem 0;display:none;animation:dropdownFade .18s ease forwards;overflow:hidden;z-index:50}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gh-account.open .gh-account-menu{display:block}.gh-account-menu a,.gh-account-menu button{font-size:.92rem;padding:.55rem 1rem;width:100%;display:flex;align-items:center;gap:.55rem;text-align:left;border:none;background:none;color:#111827;cursor:pointer;transition:background .12s ease,padding-left .12s ease}.gh-account-menu a:hover,.gh-account-menu button:hover{background:#f3f4f6;padding-left:1.25rem}.gh-account-menu a:before,.gh-account-menu button:before{content:attr(data-icon);font-size:1.05rem;opacity:.85}.gh-auth-wrapper{padding:3.5rem 0}.gh-auth-layout{max-width:420px;margin:0 auto}.gh-auth-card{background:#fff;border-radius:18px;padding:1.75rem 1.75rem 1.6rem;box-shadow:0 22px 55px #0f172a29;border:1px solid #E5E7EB}.gh-auth-title{margin:0 0 .4rem;font-size:1.5rem;font-weight:700;color:#111827}.gh-auth-sub{margin:0 0 1.4rem;font-size:.95rem;color:#4b5563}.gh-auth-form-group{margin-bottom:1rem}.gh-auth-label{display:block;font-size:.85rem;font-weight:500;color:#374151;margin-bottom:.25rem}.gh-input{width:100%;border-radius:.75rem;border:1px solid #E5E7EB;padding:.6rem .8rem;font-size:.9rem;background:#f9fafb;color:#111827;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.gh-input:focus{outline:none;border-color:#1fb6ff;background:#fff;box-shadow:0 0 0 1px #1fb6ff80}.gh-input::-moz-placeholder{color:#9ca3af}.gh-input::placeholder{color:#9ca3af}.gh-auth-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem}.gh-auth-remember{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#4b5563}.gh-auth-remember input[type=checkbox]{width:15px;height:15px}.gh-auth-link{color:#2563eb;text-decoration:none}.gh-auth-link:hover{text-decoration:underline}.gh-auth-actions{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.gh-btn-full{width:100%;justify-content:center}.gh-auth-divider{display:flex;align-items:center;margin:1rem 0;font-size:.8rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em}.gh-auth-divider:before,.gh-auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.gh-auth-divider span{padding:0 .75rem}.gh-auth-meta{margin-top:.75rem;font-size:.85rem;color:#6b7280;text-align:center}.gh-auth-meta a{color:#2563eb}.gh-auth-meta a:hover{text-decoration:underline}.gh-auth-errors{margin-bottom:.85rem;border-radius:.75rem;background:#fef2f2;border:1px solid #FCA5A5;padding:.6rem .75rem;font-size:.8rem;color:#b91c1c}.gh-auth-errors ul{margin:0;padding-left:1.1rem}.gh-dashboard-wrapper{padding:2.75rem 0 3rem}.gh-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,2fr);gap:1.5rem}.gh-dashboard-card{background:#fff;border-radius:18px;padding:1.4rem 1.5rem;box-shadow:0 18px 45px #0f172a14;border:1px solid #E5E7EB}.gh-dashboard-card h2{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:#111827}.gh-dashboard-muted{font-size:.9rem;color:#6b7280}.gh-table{width:100%;border-collapse:collapse;font-size:.9rem}.gh-table thead{background:#f9fafb}.gh-table th,.gh-table td{padding:.55rem .4rem;text-align:left;border-bottom:1px solid #E5E7EB}.gh-table th{font-weight:600;color:#4b5563;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.gh-tag{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .55rem;font-size:.75rem;font-weight:500;background:#eff6ff;color:#1d4ed8}.gh-tag-doxing{background:#fef2f2;color:#b91c1c}.gh-tag-oplichting{background:#fff7ed;color:#c2410c}.gh-tag-bedreiging{background:#eef2ff;color:#4f46e5}.gh-table-empty{font-size:.9rem;color:#6b7280;padding-top:.5rem}.gh-dashboard-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.gh-dashboard-grid{grid-template-columns:minmax(0,1fr)}.gh-table thead{display:none}.gh-table tr{display:block;padding:.6rem 0;border-bottom:1px solid #E5E7EB}.gh-table td{border:none;display:flex;justify-content:space-between;padding:.2rem 0}.gh-table td:before{content:attr(data-label);font-weight:600;color:#4b5563;margin-right:.75rem}}.gh-dropzone{border-radius:14px;border:1px dashed #CBD5F5;background:#f9fafb;padding:.9rem 1rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.gh-dropzone-inner{display:flex;align-items:center;gap:.9rem}.gh-dropzone-icon{font-size:1.6rem}.gh-dropzone-text{font-size:.9rem;color:#111827}.gh-dropzone-browse{border:none;background:none;color:#2563eb;font-size:.9rem;font-weight:600;cursor:pointer;padding:0}.gh-dropzone-browse:hover{text-decoration:underline}.gh-dropzone-hint{margin-left:auto;font-size:.78rem;color:#9ca3af}.gh-dropzone.dragover{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e559}.gh-dropzone-files{margin-top:.6rem;font-size:.85rem;color:#4b5563;border-radius:12px;background:#f9fafb;padding:.5rem .7rem}.gh-dropzone-file{display:flex;justify-content:space-between;padding:.15rem 0}.gh-upload-progress{margin-top:.6rem;background:#e5e7eb;border-radius:999px;overflow:hidden;height:6px}.gh-upload-progress-bar{width:0;height:100%;background:linear-gradient(135deg,#1fb6ff,#7ed957);transition:width .1s linear}
