.gpp[hidden]{display:none}.gpp{position:fixed;inset:0;z-index:999999;font-family:inherit;color:#17334a}.gpp *{box-sizing:border-box}.gpp__backdrop{position:absolute;inset:0;background:rgba(5,25,42,.72);backdrop-filter:blur(5px)}.gpp__panel{position:absolute;inset:clamp(10px,3vw,34px);margin:auto;max-width:790px;display:flex;flex-direction:column;background:#f7fafb;border-radius:22px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.32)}.gpp__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 26px;background:#0b2d4d;color:#fff}.gpp__header h2{margin:3px 0 0!important;color:#fff!important;font-size:23px!important}.gpp__status{font-size:12px;text-transform:uppercase;letter-spacing:.09em}.gpp__status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#55d69f;margin-right:7px}.gpp__close{border:0;background:rgba(255,255,255,.13);color:#fff;width:38px;height:38px;border-radius:50%;font-size:26px;cursor:pointer}.gpp__progress{height:5px;background:#d9e6ea}.gpp__progress span{display:block;height:100%;background:#08a9c4;transition:width .35s}.gpp__body{flex:1;overflow:auto}.gpp__screen,.gpp__result,.gpp__loading,.gpp__success{padding:clamp(28px,6vw,58px)}.gpp__screen{max-width:650px;margin:auto}.gpp h3{font-size:clamp(25px,4vw,36px)!important;line-height:1.18!important;margin:8px 0 18px!important;color:#0b2d4d!important}.gpp h4{font-size:18px!important;margin:0 0 8px!important;color:#0b2d4d!important}.gpp p,.gpp li{line-height:1.55}.gpp__eyebrow{font-size:12px;color:#075b9b;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.gpp input,.gpp textarea,.gpp select{width:100%;margin:14px 0;border:1px solid #b8cdd5;border-radius:9px;background:#fff;padding:14px;font:inherit;color:#17334a}.gpp__primary,.gpp__secondary,.gpp__choices button{border:0;border-radius:8px;padding:13px 20px;font:inherit;font-weight:750;cursor:pointer}.gpp__primary{background:#075b9b;color:#fff}.gpp__secondary{background:#e5eef1;color:#17334a}.gpp__primary:disabled{opacity:.55}.gpp__nav{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.gpp__back{border:0;background:none;color:#527080;cursor:pointer}.gpp__choices{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.gpp__choices button{background:#fff;border:1px solid #a9c4ce;color:#17334a}.gpp__choices button:hover{border-color:#075b9b;background:#eef9fc}.gpp__loading,.gpp__success{text-align:center;margin:auto}.gpp__loading i{display:block;width:46px;height:46px;border:4px solid #cfe4e9;border-top-color:#075b9b;border-radius:50%;margin:30px auto;animation:gpp-spin .8s linear infinite}@keyframes gpp-spin{to{transform:rotate(360deg)}}.gpp__metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.gpp__metrics div{background:#eaf6f8;border-left:4px solid #08a9c4;padding:15px 18px;border-radius:6px}.gpp__metrics small{display:block;color:#5b707b;margin-bottom:4px}.gpp__metrics strong{font-size:18px}.gpp__result section{background:#fff;border:1px solid #dce9ed;border-radius:10px;padding:18px 20px;margin:13px 0}.gpp__result ul,.gpp__result ol{margin-bottom:0}.gpp__funds{list-style:none;padding:0}.gpp__funds li{padding:10px 0;border-bottom:1px solid #e4ecef}.gpp__funds li:last-child{border:0}.gpp__funds span{display:block;color:#5b707b;font-size:14px}.gpp__empty{border-left:3px solid #e4a11b;padding-left:12px}.gpp__legal{font-size:12px;color:#60737c}.gpp__badge{display:inline-block;padding:6px 10px;border-radius:30px;font-size:12px;font-weight:800}.gpp__badge--neutral{background:#e9eef0}.gpp__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.gpp__grid label:first-child{grid-column:1/-1}.gpp__check{display:flex;gap:9px;align-items:flex-start;margin:12px 0;font-size:14px}.gpp__check input{width:auto;margin:3px 0}.gpp__success i{display:inline-grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#dff5e9;color:#167448;font-style:normal;font-size:30px}.gpp-open{overflow:hidden}@media(max-width:650px){.gpp__panel{inset:0;border-radius:0}.gpp__header{padding:16px 18px}.gpp__choices,.gpp__metrics,.gpp__grid{grid-template-columns:1fr}.gpp__grid label:first-child{grid-column:auto}.gpp__screen,.gpp__result{padding:25px 18px}}

/* Chat-Oberfläche */
.gpp__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#eef4f5}.gpp__messages{flex:1;overflow-y:auto;padding:24px clamp(16px,4vw,34px)}.gpp__message{width:fit-content;max-width:84%;margin:0 0 13px;padding:12px 16px;border-radius:17px;line-height:1.5;white-space:pre-wrap;animation:gpp-in .2s ease-out}.gpp__message--assistant{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 12px rgba(11,45,77,.07)}.gpp__message--user{margin-left:auto;background:#075b9b;color:#fff;border-bottom-right-radius:4px}.gpp__message--rich{width:100%;max-width:100%;padding:0;background:transparent;box-shadow:none;white-space:normal}.gpp__typing{width:58px;margin:0 0 8px 28px;padding:10px 13px;border-radius:16px 16px 16px 4px;background:#fff}.gpp__typing i{display:inline-block;width:6px;height:6px;margin:0 2px;border-radius:50%;background:#78909a;animation:gpp-dot 1s infinite}.gpp__typing i:nth-child(2){animation-delay:.15s}.gpp__typing i:nth-child(3){animation-delay:.3s}.gpp__quick{display:flex;gap:8px;flex-wrap:wrap;padding:8px 18px}.gpp__quick:empty{display:none}.gpp__quick button{border:1px solid #75a8bb;border-radius:999px;background:#fff;color:#075b9b;padding:9px 14px;font:inherit;font-weight:700;cursor:pointer}.gpp__quick button:hover{background:#075b9b;color:#fff}.gpp__composer{display:flex;gap:9px;padding:12px 16px 15px;background:#fff;border-top:1px solid #d4e2e6}.gpp__composer textarea{flex:1;width:auto;min-height:48px;max-height:110px;margin:0;resize:vertical;border:1px solid #b5cbd3;border-radius:14px;padding:12px 14px}.gpp__composer button{width:49px;border:0;border-radius:14px;background:#075b9b;color:#fff;font-size:23px;cursor:pointer}.gpp__result-card{background:#fff;border:1px solid #d8e6ea;border-radius:12px;padding:22px;box-shadow:0 4px 18px rgba(11,45,77,.07)}.gpp__result-card h4{margin:20px 0 7px!important}.gpp__result-card h3{font-size:28px!important}.gpp__result-card .gpp__metrics{margin:18px 0}.gpp__result-card .gpp__funds{padding:0}.gpp__result-card .gpp__legal{font-size:11px}@keyframes gpp-in{from{opacity:0;transform:translateY(5px)}}@keyframes gpp-dot{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media(max-width:650px){.gpp__messages{padding:17px 14px}.gpp__message{max-width:90%}.gpp__message--rich{max-width:100%}}
