@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";html,body,#root{min-height:100%}:root{--color-bg: #ffffff;--color-text-main: #1a1a1a;--color-text-secondary: #666666;--color-accent: #007AFF;--color-accent-hover: #0056b3;--color-card-bg: rgba(255, 255, 255, .7);--color-card-border: rgba(255, 255, 255, .5);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--radius-lg: 16px;--radius-full: 9999px;--font-main: "Inter", sans-serif;--font-heading: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--color-bg);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.email-confirmed-route,body.email-confirmed-route,body.email-confirmed-route #root{background:#0f0f0f}button{font-family:inherit;cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}.app-container{min-height:100vh;width:100%;max-width:980px;margin:0 auto;padding:4rem 1.5rem 8rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}body:before{content:"";position:fixed;top:-30%;left:-10%;width:80%;height:80%;background:radial-gradient(circle,#007aff1f,#fff0 70%);border-radius:50%;z-index:-1;pointer-events:none;animation:float 20s ease-in-out infinite alternate}body:after{content:"";position:fixed;bottom:-30%;right:-10%;width:70%;height:70%;background:radial-gradient(circle,#007aff14,#fff0 70%);border-radius:50%;z-index:-1;pointer-events:none;animation:float 25s ease-in-out infinite alternate-reverse}@keyframes float{0%{transform:translate(0)}to{transform:translate(30px,50px)}}.app-header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;animation:fadeInDown .8s ease-out}.profile-image-container{width:100px;height:100px;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;border:4px solid rgba(255,255,255,.8);transition:transform .3s ease}.profile-image-container:hover{transform:scale(1.05) rotate(3deg)}.profile-image{width:100%;height:100%;object-fit:cover}.app-header h1{font-family:var(--font-heading);font-weight:800;font-size:3rem;margin-bottom:.5rem;letter-spacing:-.03em;background:linear-gradient(135deg,#000,#434343);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:var(--color-text-secondary);font-size:1.15rem;max-width:560px;font-weight:400}.subtitle strong{color:var(--color-text-main)}.app-list-section{width:100%}.app-list-heading{margin-bottom:1.35rem;text-align:left}.app-list-kicker{display:inline-block;margin-bottom:.35rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7e8895}.app-list-heading h2{font-family:var(--font-heading);font-size:2rem;letter-spacing:-.04em;margin-bottom:.35rem}.app-list-heading p{color:var(--color-text-secondary);max-width:42rem}.app-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.2rem;animation:fadeInUp 1s ease-out .2s backwards}.bottom-right-container{position:fixed;bottom:.5rem;right:.5rem;display:flex;flex-direction:column;align-items:flex-end;z-index:100;cursor:pointer;transition:transform .3s ease}.bottom-right-container:hover{transform:scale(1.05)}.idea-hint{background:#ffffffe6;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;color:var(--color-text-main);box-shadow:0 4px 15px #0000001a;margin-bottom:.5rem;margin-right:1.5rem;transform:translateY(10px);opacity:0;transition:all .3s ease;pointer-events:none}.bottom-right-container:hover .idea-hint{transform:translateY(0);opacity:1}.bottom-right-logo{width:100px;height:auto;opacity:.9;transition:opacity .3s ease}.bottom-right-logo:hover{opacity:1}.bottom-right-logo img{width:100%;height:auto;display:block}.app-footer{margin-top:4rem;color:#aaa;font-size:.8rem;text-align:center;font-weight:500}.footer-links{margin-top:10px}.footer-link{color:#8b949e;text-decoration:none;transition:color .2s}.footer-link:hover{color:#c9d1d9;text-decoration:underline}.footer-separator{margin:0 10px;color:#30363d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.app-header h1{font-size:2.2rem}.app-list-heading h2{font-size:1.55rem}.bottom-right-logo{bottom:1.5rem;right:1.5rem;width:50px}}.app-card{display:flex;align-items:center;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-lg);padding:1.2rem;margin-bottom:0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;max-width:650px}.app-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fffffff2;border-color:#007aff4d}.app-card-content{display:flex;align-items:center;width:100%}.app-card--featured .app-card-content{align-items:flex-start;flex-grow:1}.app-icon-container{flex-shrink:0;width:72px;height:72px;border-radius:18px;overflow:hidden;margin-right:1.2rem;background-color:#f8f8f8;box-shadow:inset 0 0 0 1px #0000000d;transition:transform .3s ease}.app-card:hover .app-icon-container{transform:scale(1.05)}.app-icon{width:100%;height:100%;object-fit:cover}.app-icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.7rem;font-weight:800;color:#5e463b;background:linear-gradient(145deg,#fff8f1,#f1e4d8)}.app-details{flex-grow:1;margin-right:1rem}.app-name{font-family:var(--font-heading);font-weight:600;font-size:1.1rem;color:var(--color-text-main);margin-bottom:.25rem}.app-description{font-size:.9rem;color:var(--color-text-secondary);line-height:1.3}.app-desc-mobile{display:none}.testflight-button{flex-shrink:0;background-color:var(--color-accent);color:#fff;padding:.6rem 1.2rem;border-radius:var(--radius-full);font-weight:500;font-size:.9rem;transition:background-color .2s;white-space:nowrap}.testflight-button:hover{background-color:var(--color-accent-hover)}.app-card--featured{background:linear-gradient(135deg,#ffb8001f,#ff8c1a0d);border:1px solid rgba(255,184,0,.4);box-shadow:0 4px 12px #ffb80014}.app-card--featured:hover{background:linear-gradient(135deg,#ffb8002e,#ff8c1a14);border-color:#ffb80099;box-shadow:0 20px 25px -5px #ffb80033,0 10px 10px -5px #ffb8001a}.app-card--featured .app-name{color:#b27300}.app-card--featured .testflight-button{background-color:#ffb800;color:#fff;box-shadow:0 4px 12px #ffb80040}.app-card--featured .testflight-button:hover{background-color:#e6a200;box-shadow:0 6px 16px #ffb80059}.app-card--featured .testflight-button--alt{background-color:#fff;color:#ffb800;border:1px solid rgba(255,184,0,.4)}.app-card--featured .testflight-button--alt:hover{background-color:#fff9e6;border-color:#ffb800}.app-card--featured .testflight-button--web{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;box-shadow:0 4px 12px #11182738}.app-card--featured .testflight-button--web:hover{background:linear-gradient(135deg,#111827,#0f172a);box-shadow:0 6px 16px #11182747}.app-card-featured-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem;width:auto}.app-card-featured-actions .testflight-button{text-align:center;justify-content:center;display:flex}.app-card-video-container{width:140px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #ffb80033;background:#000;margin-left:2rem}.app-card-video{width:100%;aspect-ratio:9/16;object-fit:cover;display:block}@media(max-width:480px){.app-card{text-align:center;padding:1.5rem;flex-direction:column}.app-card-content{flex-direction:column}.app-icon-container{margin-right:0;margin-bottom:1rem;width:80px;height:80px}.app-details{margin-right:0;margin-bottom:1.2rem}.testflight-button{width:100%;text-align:center}.app-card-featured-actions{flex-direction:column}.app-card--featured{flex-direction:row;align-items:stretch;padding:1.2rem;gap:.75rem;text-align:center}.app-card--featured .app-card-content{flex-direction:column;align-items:center;width:55%}.app-card--featured .app-icon-container{width:64px;height:64px;margin-bottom:.5rem}.app-card--featured .app-name{font-size:1.05rem}.app-card--featured .app-description{font-size:.8rem;line-height:1.25;margin-bottom:.2rem}.app-card--featured .app-card-featured-actions{flex-direction:column;gap:.5rem;margin-top:.75rem;width:100%}.app-card--featured .testflight-button{padding:.5rem .2rem;font-size:.8rem}.app-card--featured .app-card-video-container{margin-left:0;margin-top:0;width:45%;max-width:160px;align-self:flex-start}.app-desc-desktop{display:none}.app-desc-mobile{display:inline}}.modal-overlay{position:fixed;inset:0;background-color:#0006;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:2rem;border-radius:20px;width:90%;max-width:500px;position:relative;box-shadow:0 20px 50px #0003;animation:slideUp .3s ease}.modal-close{position:absolute;top:1rem;right:1.5rem;font-size:2rem;background:none;border:none;cursor:pointer;color:#666;transition:color .2s}.modal-close:hover{color:#000}.modal-content h2{font-family:var(--font-heading);font-weight:700;margin-bottom:.5rem;color:var(--color-text-main)}.modal-content p{color:var(--color-text-secondary);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-main)}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:12px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s;background-color:#f9f9f9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #007aff1a;background-color:#fff}.submit-button{width:100%;background-color:var(--color-accent);color:#fff;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;transition:background-color .2s,transform .1s}.submit-button:hover{background-color:var(--color-accent-hover);transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.success-content{text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem;animation:bounce .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.unimaxx-mark{width:92px;height:92px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#fffcf5);box-shadow:inset 0 1px #ffffffa6,0 16px 30px #ffb8001f;position:relative;overflow:hidden}.unimaxx-mark:before{content:"";position:absolute;inset:10px;border-radius:18px;border:1px solid rgba(255,184,0,.14);background:linear-gradient(160deg,#ffffffa3,#fff0)}.unimaxx-mark-letter{position:relative;z-index:1;font-family:var(--font-heading);font-size:2.9rem;line-height:1;font-weight:900;letter-spacing:-.08em;color:var(--color-accent)}.unimaxx-mark--image{padding:0;background:#ffffffb8}.unimaxx-mark-image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:480px){.unimaxx-mark{width:68px;height:68px;border-radius:18px}.unimaxx-mark:before{inset:6px;border-radius:12px}.unimaxx-mark-letter{font-size:2rem}}.unimaxx-page{min-height:100vh;width:100%;max-width:980px;margin:0 auto;padding:3rem 1.5rem 4rem;position:relative;z-index:1}.unimaxx-page:before{content:"";position:fixed;inset:auto auto 8% -8%;width:32rem;height:32rem;border-radius:50%;background:radial-gradient(circle,#ffb80026,#fff0);pointer-events:none;z-index:-1}.unimaxx-back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:2rem;color:var(--color-accent);font-weight:600}.unimaxx-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,380px);gap:2rem;align-items:start;margin-bottom:2rem}.unimaxx-hero-copy,.unimaxx-video-card,.unimaxx-panel,.unimaxx-bottom{background:#ffffffc7;border:1px solid rgba(255,255,255,.86);box-shadow:0 18px 42px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.unimaxx-hero-copy{padding:2rem;border-radius:32px}.unimaxx-badges,.unimaxx-highlight-row,.unimaxx-actions{display:flex;flex-wrap:wrap;gap:.75rem}.unimaxx-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.42rem .85rem;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.unimaxx-badge--live{background:linear-gradient(135deg,#ffb800,#ff9500);color:#fff}.unimaxx-badge--soft{color:#a66a00;background:#ffb8001f}.unimaxx-heading{display:flex;align-items:center;gap:1rem;margin:1.2rem 0 1.4rem}.unimaxx-heading-mark{flex-shrink:0}.unimaxx-kicker,.unimaxx-panel-label{font-size:.82rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#7b8da3}.unimaxx-title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,5rem);line-height:.92;letter-spacing:-.08em;color:var(--color-text-main)}.unimaxx-tagline{font-size:1.18rem;line-height:1.55;color:var(--color-text-secondary);margin-bottom:.85rem}.unimaxx-intro,.unimaxx-step p,.unimaxx-mode p,.unimaxx-bottom-copy{color:#4b5563;line-height:1.7}.unimaxx-intro{margin-bottom:1.3rem}.unimaxx-highlight{padding:.65rem .95rem;border-radius:999px;border:1px solid rgba(255,184,0,.2);background:#ffb8001a;color:#8c5900;font-weight:600}.unimaxx-actions{margin-top:1.5rem}.unimaxx-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.2rem;border-radius:16px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.unimaxx-button:hover{transform:translateY(-2px)}.unimaxx-button--primary{color:#fff;background:#ffb800;box-shadow:0 12px 26px #ffb80040}.unimaxx-button--secondary{color:#fff;background:linear-gradient(135deg,#1f2937,#111827);box-shadow:0 12px 26px #1118272e}.unimaxx-button--ghost{color:var(--color-text-main);background:#ffffffb8;border:1px solid rgba(255,184,0,.2)}.unimaxx-platform-note{margin-top:.9rem;color:#6b7280;font-size:.95rem;line-height:1.55}.unimaxx-video-card{padding:1rem;border-radius:32px}.unimaxx-video-head{display:flex;justify-content:space-between;gap:1rem;color:#7b8da3;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.85rem}.unimaxx-video{width:100%;aspect-ratio:9 / 16;object-fit:cover;display:block;border-radius:24px;background:#120f0c}.unimaxx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:1.5rem}.unimaxx-panel,.unimaxx-bottom{padding:1.6rem;border-radius:28px}.unimaxx-panel-title,.unimaxx-bottom-title{font-family:var(--font-heading);font-size:1.8rem;letter-spacing:-.04em;color:var(--color-text-main);margin:.5rem 0 1.1rem}.unimaxx-steps,.unimaxx-modes{display:grid;gap:.9rem}.unimaxx-step,.unimaxx-mode{display:flex;gap:.9rem;padding:1rem;border-radius:20px;background:#ffffff94;border:1px solid rgba(0,0,0,.05)}.unimaxx-step-number{width:38px;height:38px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;background:linear-gradient(135deg,#ffb800,#ff9500);color:#fff}.unimaxx-step h3,.unimaxx-mode h3{font-family:var(--font-heading);font-size:1rem;color:var(--color-text-main);margin-bottom:.25rem}.unimaxx-mode{flex-direction:column}@media(max-width:860px){.unimaxx-hero,.unimaxx-grid{grid-template-columns:1fr}.unimaxx-video-card{max-width:420px;width:100%;margin:0 auto}}@media(max-width:480px){.unimaxx-page{padding:2rem 1.15rem 3rem}.unimaxx-hero-copy,.unimaxx-video-card,.unimaxx-panel,.unimaxx-bottom{padding:1.2rem;border-radius:24px}.unimaxx-heading{flex-direction:column;align-items:flex-start}.unimaxx-title{font-size:3.2rem}.unimaxx-actions{flex-direction:column}.unimaxx-button{width:100%}.unimaxx-video-head{flex-direction:column;gap:.35rem}}.impressum-container{max-width:800px;margin:0 auto;padding:40px 20px;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page-header{margin-bottom:40px;border-bottom:1px solid #e5e7eb;padding-bottom:20px}.page-header h1{font-size:2.5rem;margin-bottom:10px;color:#111827}.back-link{color:#58a6ff;text-decoration:none;font-size:1rem;display:inline-block;margin-top:10px;transition:color .2s}.back-link:hover{color:#79c0ff;text-decoration:underline}.impressum-content section{margin-bottom:30px}.impressum-content h2{font-size:1.5rem;color:#111827;margin-bottom:15px}.impressum-content p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:15px}.datenschutz-container{max-width:800px;margin:0 auto;padding:40px 20px;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.datenschutz-container .page-header{margin-bottom:40px;border-bottom:1px solid #e5e7eb;padding-bottom:20px}.datenschutz-container h1{font-size:2.5rem;margin-bottom:10px;color:#111827}.datenschutz-container .back-link{color:#58a6ff;text-decoration:none;font-size:1rem;display:inline-block;margin-top:10px;transition:color .2s}.datenschutz-container .back-link:hover{color:#79c0ff;text-decoration:underline}.datenschutz-content section{margin-bottom:35px}.datenschutz-content h2{font-size:1.5rem;color:#111827;margin-bottom:15px;border-bottom:1px solid #f3f4f6;padding-bottom:5px}.datenschutz-content h3{font-size:1.2rem;color:#374151;margin-top:20px;margin-bottom:10px}.datenschutz-content p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:15px}.email-confirmed-page{min-height:100vh;min-height:100svh;background:radial-gradient(circle at 50% 20%,rgba(253,164,22,.1) 0%,transparent 30%),linear-gradient(180deg,#151515,#0f0f0f 55%,#0b0b0b);display:flex;align-items:center;justify-content:center;padding:48px 24px;font-family:JetBrains Mono,monospace;position:relative;overflow:hidden}.email-confirmed-page:before{content:"";position:absolute;inset:auto auto 5% 50%;transform:translate(-50%);width:min(88vw,720px);height:240px;background:radial-gradient(circle,rgba(0,0,0,.42) 0%,transparent 72%);pointer-events:none;filter:blur(40px)}.email-confirmed-stage{width:min(100%,460px);position:relative;padding-top:96px}.confirmed-mascot{position:absolute;top:-14px;left:50%;width:min(220px,52vw);transform:translate(-50%);z-index:2;filter:drop-shadow(0 18px 32px rgba(253,164,22,.25));animation:mascotFloat 4.2s ease-in-out infinite}@keyframes mascotFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.email-confirmed-card{background:#1c1c1c;border-radius:28px;padding:48px 40px;width:100%;text-align:center;box-shadow:0 22px 48px #1113;position:relative;z-index:1;animation:cardFadeIn .6s ease-out;border:1px solid rgba(255,255,255,.08)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.confirmed-icon{width:72px;height:72px;border-radius:50%;background:#fda416;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;animation:iconPop .5s ease-out .3s backwards}@keyframes iconPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.confirmed-icon svg{width:36px;height:36px;stroke:#111;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none}.confirmed-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:.02em}.confirmed-message{font-size:13px;font-weight:400;color:#ffffff85;line-height:1.7;margin-bottom:32px}.confirmed-divider{height:1px;background:#ffffff1a;margin-bottom:32px}.confirmed-back-btn{display:inline-flex;align-items:center;gap:8px;background:#2a2a2a;color:#ffffffb8;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500;padding:12px 24px;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.confirmed-back-btn:hover{background:#333;color:#fff;transform:translateY(-1px);box-shadow:0 8px 24px #00000073}.confirmed-back-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.confirmed-footer{margin-top:24px;font-size:11px;font-weight:400;color:#ffffff4d}@media(max-width:480px){.email-confirmed-page{padding:32px 18px}.email-confirmed-stage{padding-top:82px}.confirmed-mascot{top:-12px;width:min(180px,54vw)}.email-confirmed-card{padding:36px 24px;border-radius:20px}.confirmed-icon{width:60px;height:60px;margin-bottom:24px}.confirmed-icon svg{width:28px;height:28px}.confirmed-title{font-size:18px}}.cookie-consent-overlay{position:fixed;bottom:20px;left:20px;right:20px;max-width:450px;margin:0 auto;z-index:9999;animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}.cookie-consent-banner{background:#121826d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 10px 40px #0003}.cookie-content p{color:#e5e7eb;font-size:.85rem;line-height:1.5;margin:0;font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.cookie-content a{color:#58a6ff;text-decoration:none;font-weight:500;transition:color .2s}.cookie-content a:hover{color:#79c0ff;text-decoration:underline}.cookie-actions{display:flex;justify-content:flex-end}.cookie-btn{border:none;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;width:100%}.cookie-accept{background:#fff;color:#000}.cookie-accept:hover{background:#f3f4f6;transform:translateY(-1px)}.cookie-accept:active{transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:480px){.cookie-consent-banner{flex-direction:row;align-items:center;justify-content:space-between}.cookie-btn{width:auto}}
