:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html,body{height:100%;overflow-x:hidden}#root{height:100%}.markdown-page{position:relative;min-height:100vh;color:#fff;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;-khtml-user-select:none}.video-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1}.video-background .background-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:1}.video-background .video-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0000004d,#0003,#0006);z-index:2}.markdown-content{position:relative;z-index:3;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.markdown-container{max-width:800px;width:100%;background:#0000004d;backdrop-filter:blur(10px);border-radius:20px;padding:3rem;border:1px solid rgba(113,163,186,.2)}.markdown-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#c1bfd2,#b08a95,#71a3ba,#4f5c6c,#273340);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;animation:gradientShift 3s ease-in-out infinite}.markdown-body{color:#e5e7eb;line-height:1.8;font-size:1.1rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;-khtml-user-select:none;text-shadow:0 0 1px rgba(255,255,255,.1);position:relative}.markdown-body h1{font-size:2.5rem;color:#71a3ba;margin:2rem 0 1rem;font-weight:600}.markdown-body h2{font-size:2rem;color:#b08a95;margin:1.5rem 0 1rem;font-weight:600}.markdown-body h3{font-size:1.5rem;color:#c1bfd2;margin:1.5rem 0 .5rem;font-weight:600}.markdown-body p{margin-bottom:1.5rem;opacity:.9}.markdown-body ul,.markdown-body ol{margin:1rem 0 1.5rem 2rem}.markdown-body li{margin-bottom:.5rem;opacity:.9}.markdown-body strong{color:#71a3ba;font-weight:600}.markdown-body em{color:#b08a95;font-style:italic}.markdown-body a{color:#71a3ba;text-decoration:none;transition:all .3s ease;position:relative}.markdown-body a:hover{color:#b08a95;text-shadow:0 0 10px rgba(113,163,186,.5)}.markdown-body a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#71a3ba,#b08a95);transition:width .3s ease}.markdown-body a:hover:after{width:100%}.markdown-body hr{border:none;height:1px;background:linear-gradient(90deg,transparent,#71a3ba,transparent);margin:2rem 0}.markdown-body code{background:#71a3ba1a;color:#71a3ba;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace}.markdown-body pre{background:#00000080;border:1px solid rgba(113,163,186,.2);border-radius:8px;padding:1rem;overflow-x:auto;margin:1rem 0}.markdown-body pre code{background:none;padding:0}.back-link{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(113,163,186,.2)}.back-link a{color:#71a3ba;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;position:relative}.back-link a:hover{color:#b08a95;text-shadow:0 0 10px rgba(113,163,186,.5)}.back-link a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#71a3ba,#b08a95);transition:width .3s ease}.back-link a:hover:after{width:100%}.loading,.error{text-align:center;font-size:1.2rem;color:#71a3ba;padding:2rem}.error h1{color:#b08a95;margin-bottom:1rem}.error a{color:#71a3ba;text-decoration:none;transition:all .3s ease}.error a:hover{color:#b08a95;text-shadow:0 0 10px rgba(113,163,186,.5)}@media (max-width: 768px){.markdown-content{padding:1rem}.markdown-container{padding:2rem}.markdown-title{font-size:2.5rem}.markdown-body h1{font-size:2rem}.markdown-body h2{font-size:1.5rem}.markdown-body{font-size:1rem}}@media (max-width: 480px){.markdown-container{padding:1.5rem}.markdown-title{font-size:2rem}.markdown-body h1{font-size:1.5rem}}.not-found-app{position:relative;min-height:100vh;color:#fff;overflow:hidden}.background-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:1}.video-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0006,#0000004d,#00000080);z-index:2}.not-found-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.error-number{font-size:8rem;font-weight:900;background:linear-gradient(135deg,#c1bfd2,#b08a95,#71a3ba,#4f5c6c,#273340);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;animation:gradientShift 3s ease-in-out infinite;text-shadow:0 0 50px rgba(113,163,186,.3);filter:drop-shadow(0 0 30px rgba(193,191,210,.4))}.error-title{font-size:2.5rem;font-weight:600;color:#e5e7eb;margin-bottom:1.5rem;opacity:.9}.error-description{max-width:600px;margin-bottom:3rem}.error-description p{font-size:1.1rem;line-height:1.6;color:#d1d5db;opacity:.8}.home-button-container{margin-bottom:3rem}.home-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#71a3ba,#b08a95);border-radius:50px;font-size:1.2rem;font-weight:600;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:2px;border:2px solid rgba(113,163,186,.3);transition:all .3s ease;cursor:pointer}.home-button:hover{background:linear-gradient(135deg,#b08a95,#71a3ba);border-color:#b08a9580;transform:translateY(-2px)}.footer{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:#0000004d;backdrop-filter:blur(10px);z-index:3}@media (max-width: 768px){.not-found-content{padding:1rem}.error-number{font-size:6rem}.error-title{font-size:2rem}.error-description p{font-size:1rem}.home-button{padding:.8rem 1.5rem;font-size:1rem}.footer-links{gap:1rem}}@media (max-width: 480px){.error-number{font-size:4rem}.error-title{font-size:1.5rem}.error-description p{font-size:.9rem}.home-button{padding:.7rem 1.2rem;font-size:.9rem}}.consent-banner-overlay{position:fixed;bottom:20px;left:20px;z-index:10000;max-width:400px;width:calc(100vw - 40px)}.consent-banner{background:linear-gradient(135deg,#273340,#4f5c6c);border-radius:12px;box-shadow:0 8px 24px #27334066,0 0 0 1px #71a3ba4d;width:100%;max-height:70vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.consent-banner::-webkit-scrollbar{display:none}.consent-content{padding:20px;position:relative}.consent-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#c1bfd2;font-size:24px;font-weight:700;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:1}.consent-close:hover{background:#c1bfd21a;color:#71a3ba;transform:scale(1.1)}.consent-header{margin-bottom:24px}.consent-header h3{color:#c1bfd2;font-size:1.5rem;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:8px}.consent-header p{color:#c1bfd2;font-size:.95rem;line-height:1.5;margin:0;opacity:.9}.consent-simple{display:flex;flex-direction:column;gap:16px}.consent-buttons{display:flex;gap:12px;flex-wrap:wrap}.consent-buttons button{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.btn-accept-all{background:linear-gradient(135deg,#71a3ba,#4f5c6c);color:#fff}.btn-accept-all:hover{background:linear-gradient(135deg,#5a8ba3,#3d4a5a);transform:translateY(-1px);box-shadow:0 4px 12px #71a3ba4d}.btn-reject-all{background:transparent;color:#c1bfd2;border:2px solid #4f5c6c}.btn-reject-all:hover{background:#4f5c6c1a;border-color:#71a3ba;color:#71a3ba}.btn-customize{background:#b08a9533;color:#b08a95;border:2px solid #b08a95}.btn-customize:hover{background:#b08a954d;transform:translateY(-1px)}.consent-links{display:flex;justify-content:center}.link-privacy{background:none;border:none;color:#71a3ba;text-decoration:underline;cursor:pointer;font-size:.9rem;padding:8px;transition:color .2s ease}.link-privacy:hover{color:#c1bfd2}.consent-detailed{display:flex;flex-direction:column;gap:20px}.consent-categories{display:flex;flex-direction:column;gap:16px}.consent-category{background:#c1bfd20d;border-radius:12px;padding:16px;border:1px solid rgba(113,163,186,.1)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.category-header h4{color:#c1bfd2;font-size:1rem;font-weight:600;margin:0}.consent-category p{color:#c1bfd2;font-size:.85rem;line-height:1.4;margin:0;opacity:.8}.toggle{position:relative;display:inline-block;width:44px;height:24px}.toggle input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;margin:0;cursor:pointer;z-index:2}.slider{position:absolute;cursor:pointer;inset:0;background-color:#4f5c6c;transition:.3s;border-radius:24px;z-index:1}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.slider{background-color:#71a3ba}.toggle input:checked+.slider:before{transform:translate(20px)}.toggle.disabled .slider{background-color:#273340;cursor:not-allowed}.toggle.disabled .slider:before{background-color:#4f5c6c}.toggle.disabled input{cursor:not-allowed;pointer-events:none}.consent-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid rgba(113,163,186,.2)}.btn-back{background:transparent;color:#c1bfd2;border:2px solid #4f5c6c;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#4f5c6c1a;border-color:#71a3ba;color:#71a3ba}.btn-save{background:linear-gradient(135deg,#71a3ba,#4f5c6c);color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save:hover{background:linear-gradient(135deg,#5a8ba3,#3d4a5a);transform:translateY(-1px);box-shadow:0 4px 12px #71a3ba4d}@media (max-width: 768px){.consent-banner-overlay{bottom:16px;left:16px;max-width:calc(100vw - 32px)}.consent-content{padding:16px}.consent-buttons{flex-direction:column}.consent-buttons button{min-width:auto}.consent-actions{flex-direction:column}.consent-actions button{width:100%}}@media (max-width: 480px){.consent-banner-overlay{bottom:12px;left:12px;max-width:calc(100vw - 24px)}.consent-header h3{font-size:1.3rem}.consent-header p{font-size:.9rem}.consent-category{padding:12px}.category-header h4{font-size:.95rem}.consent-category p{font-size:.8rem}}.consent-banner{animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.consent-buttons button:focus,.link-privacy:focus,.btn-back:focus,.btn-save:focus,.consent-close:focus{outline:2px solid #71a3ba;outline-offset:2px}.toggle input:focus+.slider{outline:2px solid #71a3ba;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background-color:#000;min-height:100vh;min-height:100dvh}.app{position:relative;min-height:100vh;color:#fff;overflow-x:hidden;display:flex;flex-direction:column}.background-video{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;object-fit:cover;z-index:1;top:env(safe-area-inset-top,0);height:calc(100vh + env(safe-area-inset-top,0) + env(safe-area-inset-bottom,0));height:calc(100dvh + env(safe-area-inset-top,0) + env(safe-area-inset-bottom,0))}.video-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#0000004d,#0003,#0006);z-index:2;top:env(safe-area-inset-top,0);height:calc(100vh + env(safe-area-inset-top,0) + env(safe-area-inset-bottom,0));height:calc(100dvh + env(safe-area-inset-top,0) + env(safe-area-inset-bottom,0))}.content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:2rem;text-align:center;min-height:calc(100vh - 200px)}.logo-container{margin-bottom:2rem;position:relative;transform-origin:center center}.logo{width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 0 30px rgba(113,163,186,.4));transition:all .3s ease;transform-origin:center center}.logo:hover{filter:drop-shadow(0 0 50px rgba(176,138,149,.6));transform:scale(1.05)}.app-name{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#c1bfd2,#b08a95,#71a3ba,#4f5c6c,#273340);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;animation:gradientShift 3s ease-in-out infinite;transform-origin:center center}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.tagline{font-size:1.5rem;font-weight:600;color:#e5e7eb;margin-bottom:2rem;opacity:.9}.description{max-width:600px;margin-bottom:3rem}.description p{font-size:1.1rem;line-height:1.6;color:#d1d5db;opacity:.8}.coming-soon-badge{margin-bottom:3rem}.coming-soon-badge div,.download-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#71a3ba,#b08a95);border-radius:50px;font-size:1.2rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:2px;border:2px solid rgba(113,163,186,.3);text-decoration:none;cursor:pointer}.apple-icon{width:1.4rem;height:1.4rem}.footer{position:relative;padding:2rem;background:#0000004d;backdrop-filter:blur(10px);z-index:3;margin-top:auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-link{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative}.footer-link:hover{color:#71a3ba;text-shadow:0 0 10px rgba(113,163,186,.5)}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#71a3ba,#b08a95);transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-bottom{text-align:center}.footer-bottom p{font-size:.8rem;color:#9ca3af;opacity:.7}@media (max-width: 768px){.content{padding:1rem;min-height:calc(100vh - 150px)}.logo{width:150px;height:150px}.app-name{font-size:3rem}.tagline{font-size:1.2rem}.footer{padding:1.5rem}.footer-links{gap:1rem}}@media (max-width: 480px){.content{min-height:calc(100vh - 120px);padding:.8rem}.app-name{font-size:2.5rem}.tagline,.description p{font-size:1rem}.coming-soon-badge div,.download-button{padding:.8rem 1.5rem;font-size:1rem}.footer{padding:1rem}}
