.theme-gluecksgesicht{--brand-bg:#000;--brand-surface:#161616;--brand-green:#3ce07f;--brand-green-dark:#2bb866;--brand-pink:#f8aae0;--brand-text-light:#fff;--brand-text-muted:#c4c4c4;--brand-input-bg:#fff;--brand-input-icon:#7c3aed}body:has(.theme-gluecksgesicht){background-color:#000}.theme-gluecksgesicht h1,.theme-gluecksgesicht h2,.theme-gluecksgesicht h3{color:var(--brand-text-light)}.theme-gluecksgesicht .gg-input{width:100%;background:var(--brand-input-bg);color:#111;border:none;border-radius:12px;padding:16px 18px 16px 48px;font-size:16px;outline:none;transition:box-shadow .15s ease}.theme-gluecksgesicht .gg-input:focus{box-shadow:0 0 0 3px rgba(60,224,127,.45)}.theme-gluecksgesicht .gg-input-wrap{position:relative}.theme-gluecksgesicht .gg-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--brand-input-icon);pointer-events:none;width:20px;height:20px}.theme-gluecksgesicht select.gg-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111' d='M6 8 0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:44px}.theme-gluecksgesicht .gg-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand-green);color:#000;font-weight:700;border-radius:10px;padding:14px 32px;font-size:16px;border:none;cursor:pointer;transition:background .15s ease,transform .08s ease;min-height:50px}.theme-gluecksgesicht .gg-btn-primary:hover:not(:disabled){background:var(--brand-green-dark)}.theme-gluecksgesicht .gg-btn-primary:active:not(:disabled){transform:scale(.97)}.theme-gluecksgesicht .gg-btn-primary:disabled{opacity:.5;cursor:not-allowed}.theme-gluecksgesicht .gg-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--brand-text-muted);font-weight:600;border-radius:10px;padding:12px 24px;font-size:15px;border:1px solid #2a2a2a;cursor:pointer;transition:border-color .15s ease,color .15s ease}.theme-gluecksgesicht .gg-btn-secondary:hover{border-color:var(--brand-text-muted);color:var(--brand-text-light)}.theme-gluecksgesicht .gg-progress{display:flex;gap:8px;justify-content:center;margin-bottom:32px}.theme-gluecksgesicht .gg-progress-dot{width:32px;height:4px;border-radius:2px;background:#2a2a2a;transition:background .2s ease}.theme-gluecksgesicht .gg-progress-dot--active{background:var(--brand-green)}.theme-gluecksgesicht .gg-headline{font-weight:800;letter-spacing:-.01em;line-height:1.05;text-align:center;font-size:clamp(2rem,6vw,3.5rem)}.theme-gluecksgesicht .gg-headline-pink{color:var(--brand-pink)}.theme-gluecksgesicht .gg-headline-green{color:var(--brand-green)}.theme-gluecksgesicht .gg-subhead{color:var(--brand-text-muted);font-size:clamp(.95rem,2vw,1.125rem);text-align:center;max-width:36rem;margin:16px auto 2rem}.theme-gluecksgesicht .gg-card{background:var(--brand-surface);border-radius:20px;padding:clamp(20px,4vw,40px)}.theme-gluecksgesicht .gg-upload-zone{border:2px dashed #3a3a3a;border-radius:16px;padding:24px;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;background:#1d1d1d}.theme-gluecksgesicht .gg-upload-zone:hover{border-color:var(--brand-green);background:#222}.theme-gluecksgesicht .gg-upload-zone--filled{border-style:solid;border-color:var(--brand-green);background:#1d1d1d}