:root{--color-primary: #563C5C;--color-secondary: #D6C5D7;--color-accent: #C5EFCB;--color-bg: #F5F3EF;--color-text-main: #FFFFFF;--color-text-dark: #000000;--color-text-muted: #444343;--color-highlight: #FFC0CB;--font-title: "Bebas Neue", sans-serif;--font-subtitle: "Raleway", sans-serif;--font-body: "Nunito", sans-serif;--size-hero-title: 4rem;--size-subtitle: 1.25rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:16px;background-color:var(--color-bg);color:var(--color-text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.highlight-word,.highlight-on-dark{color:var(--color-accent);font-weight:700}.highlight-on-light{color:var(--color-primary);font-weight:700}.navbar[data-v-e325a10f]{position:fixed;top:0;width:100%;background-color:var(--color-primary);display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:999;box-shadow:0 0 8px #00000026}.logo[data-v-e325a10f]{display:flex;align-items:center;gap:.5rem}.logo-img[data-v-e325a10f]{height:3.5rem;object-fit:contain}.logo-text[data-v-e325a10f]{font-family:var(--font-title);font-size:2.2rem;color:var(--color-text-main)}.nav-links[data-v-e325a10f]{list-style:none;display:flex;gap:2rem}.nav-links li a[data-v-e325a10f]{font-family:var(--font-subtitle);font-weight:700;font-size:1.1rem;color:var(--color-text-main);position:relative;text-decoration:none;padding:.3rem .8rem;border-radius:20px;transition:color .3s ease;z-index:0}.nav-links li a[data-v-e325a10f]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--color-accent);border-radius:20px;opacity:0;transform:scale(.8) rotate(10deg);transition:transform .3s ease,opacity .3s ease;z-index:-1}.nav-links li a[data-v-e325a10f]:hover{color:var(--color-accent)}.nav-links li a[data-v-e325a10f]:hover:after{opacity:1;transform:scale(1) rotate(0)}.burger[data-v-e325a10f]{display:none;flex-direction:column;gap:6px;cursor:pointer}.burger span[data-v-e325a10f]{display:block;width:25px;height:3px;background-color:var(--color-text-main);border-radius:2px;transition:all .3s ease}.burger.open span[data-v-e325a10f]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.open span[data-v-e325a10f]:nth-child(2){opacity:0}.burger.open span[data-v-e325a10f]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 900px){.burger[data-v-e325a10f]{display:flex}.nav-links[data-v-e325a10f]{position:absolute;top:100%;left:0;flex-direction:column;width:100%;background-color:var(--color-primary);transform:translateY(-200%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-links.active[data-v-e325a10f]{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links li[data-v-e325a10f]{margin:0;border-bottom:1px solid var(--color-accent);width:100%}.nav-links li[data-v-e325a10f]:last-child{border-bottom:none}.nav-links li a[data-v-e325a10f]{display:block;width:100%;padding:1rem 2rem}}.home-section[data-v-7ee8b55e]{min-height:100vh;padding-top:80px;background-color:var(--color-primary);color:var(--color-text-main);display:flex;align-items:center;justify-content:space-around;gap:2rem;padding-left:2rem;padding-right:2rem;flex-wrap:wrap}.home-text[data-v-7ee8b55e]{flex:1;min-width:280px;max-width:600px;display:flex;flex-direction:column;justify-content:center}.home-title[data-v-7ee8b55e]{font-family:var(--font-title);font-size:var(--size-hero-title);line-height:1.2;margin-bottom:1rem;word-break:break-word}.home-subtitle[data-v-7ee8b55e]{font-family:var(--font-body);font-size:1.25rem;margin-bottom:2rem}.cta-buttons[data-v-7ee8b55e]{display:flex;flex-wrap:wrap;gap:1rem}.cta-button[data-v-7ee8b55e]{font-family:var(--font-body);font-size:1rem;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:transform .3s ease,background-color .3s ease;box-shadow:0 3px 6px #0000001a;color:var(--color-primary);width:fit-content;min-width:220px;text-align:center}.cta-accent[data-v-7ee8b55e]{background-color:var(--color-accent)}.cta-accent[data-v-7ee8b55e]:hover,.cta-secondary[data-v-7ee8b55e]{background-color:var(--color-secondary)}.cta-secondary[data-v-7ee8b55e]:hover{background-color:var(--color-accent)}.iphone-mockup[data-v-7ee8b55e]{flex:1;min-width:280px;max-width:350px;padding:1rem;background-color:#000;border-radius:50px;box-shadow:0 10px 30px #00000059;display:flex;justify-content:center;align-items:center}.iphone-mockup img[data-v-7ee8b55e]{width:100%;border-radius:40px;box-shadow:inset 0 0 8px #ffffff1a}.highlight-word[data-v-7ee8b55e]{color:var(--color-accent);font-weight:700}.modal-overlay[data-v-7ee8b55e]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-box[data-v-7ee8b55e]{background-color:#fff;color:#000;padding:2rem;border-radius:20px;max-width:300px;text-align:center;box-shadow:0 10px 25px #0000004d}.modal-close[data-v-7ee8b55e]{margin-top:1.5rem;background-color:var(--color-accent);color:var(--color-primary);padding:.5rem 1rem;border:none;border-radius:15px;cursor:pointer}@media (max-width: 768px){.home-section[data-v-7ee8b55e]{flex-direction:column;text-align:center;padding-top:100px;padding-left:1rem;padding-right:1rem}.home-title[data-v-7ee8b55e]{font-size:2.8rem}.cta-buttons[data-v-7ee8b55e]{justify-content:center}.cta-button[data-v-7ee8b55e]{width:100%;max-width:300px}.iphone-mockup[data-v-7ee8b55e]{margin-top:2rem;max-width:80%;margin-bottom:10%}}.handitech-section[data-v-0059eb53]{background:linear-gradient(135deg,var(--color-primary) 0%,#2a1a30 50%,var(--color-secondary) 100%);padding:4rem 2rem;position:relative;overflow:hidden}.handitech-section[data-v-0059eb53]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(238,174,202,.12) 0%,transparent 60%);pointer-events:none}.handitech-container[data-v-0059eb53]{max-width:950px;margin:0 auto;position:relative;z-index:2}.achievement-block[data-v-0059eb53]{background:#ffffff1f;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.2);border-radius:28px;padding:3rem;color:var(--color-text-main);position:relative;transform:translateY(20px);opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #0003}.achievement-block.animate-in[data-v-0059eb53]{transform:translateY(0);opacity:1}.achievement-block[data-v-0059eb53]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-accent),var(--color-secondary));border-radius:28px 28px 0 0}.header-section[data-v-0059eb53]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.header-content[data-v-0059eb53]{display:flex;flex-direction:column;gap:1rem}.trophy-badge[data-v-0059eb53]{display:flex;align-items:center;gap:1rem;background:#eeaeca33;padding:1rem 1.5rem;border-radius:50px;border:2px solid rgba(238,174,202,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.trophy-icon[data-v-0059eb53]{width:45px;height:45px;background:linear-gradient(45deg,var(--color-accent),var(--color-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;animation:trophy-pulse-0059eb53 3s ease-in-out infinite;box-shadow:0 4px 12px #eeaeca4d}@keyframes trophy-pulse-0059eb53{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.badge-info[data-v-0059eb53]{display:flex;flex-direction:column}.badge-title[data-v-0059eb53]{font-weight:800;font-size:1.1rem;color:var(--color-text-main);text-shadow:0 1px 2px rgba(0,0,0,.3)}.badge-subtitle[data-v-0059eb53]{font-size:.9rem;color:var(--color-accent);font-weight:600}.competition-info[data-v-0059eb53]{display:flex;flex-direction:column;align-items:flex-start;margin-top:.5rem}.selection-text[data-v-0059eb53]{font-size:.9rem;color:var(--color-text-main);opacity:.9;font-weight:500}.selection-stats[data-v-0059eb53]{font-size:1.5rem;font-weight:900;color:var(--color-accent);line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.competition-desc[data-v-0059eb53]{font-size:.8rem;color:var(--color-text-main);opacity:.8;font-weight:400;margin-top:.3rem}.logo-header[data-v-0059eb53]{opacity:.7;transition:opacity .3s ease,transform .3s ease}.logo-header[data-v-0059eb53]:hover{opacity:1;transform:scale(1.05)}.logo-link[data-v-0059eb53]{display:block;width:100%;height:100%;text-decoration:none;transition:all .3s ease}.logo-link:hover .trophy-logo[data-v-0059eb53]{filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(255,255,255,.6))}.trophy-logo[data-v-0059eb53]{width:70px;height:auto;filter:brightness(0) invert(1);transition:filter .3s ease}.main-content[data-v-0059eb53]{text-align:center;margin-bottom:2.5rem}.impact-title[data-v-0059eb53]{font-family:var(--font-title);font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text-main);text-shadow:0 2px 4px rgba(0,0,0,.2)}.highlight-text[data-v-0059eb53]{background:linear-gradient(45deg,var(--color-accent),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.tech-showcase[data-v-0059eb53]{display:flex;justify-content:center;gap:.8rem;margin-bottom:1.5rem;flex-wrap:wrap}.tech-pill[data-v-0059eb53]{background:linear-gradient(45deg,#eeaeca40,#d1c4e940);color:var(--color-text-main);padding:.6rem 1.2rem;border-radius:25px;font-size:.85rem;font-weight:700;border:1px solid rgba(238,174,202,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease}.tech-pill[data-v-0059eb53]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #eeaeca4d}.impact-description[data-v-0059eb53]{font-size:1.2rem;line-height:1.6;color:var(--color-text-main);max-width:650px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.2)}.impact-description strong[data-v-0059eb53]{color:var(--color-accent);font-weight:700}.pitch-section[data-v-0059eb53]{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;margin-bottom:2.5rem;padding:2rem;background:#ffffff14;border-radius:20px;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.live-indicator[data-v-0059eb53]{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(45deg,#ff4757,#ff3838);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;box-shadow:0 4px 12px #ff47574d}.live-dot[data-v-0059eb53]{width:8px;height:8px;border-radius:50%;background:#fff;animation:pulse-dot-0059eb53 1.5s ease-in-out infinite}@keyframes pulse-dot-0059eb53{0%,to{opacity:1}50%{opacity:.3}}.date-block[data-v-0059eb53]{display:flex;align-items:center;gap:1.2rem}.date-day[data-v-0059eb53]{font-size:3rem;font-weight:900;color:var(--color-accent);line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.date-info[data-v-0059eb53]{display:flex;flex-direction:column}.date-month[data-v-0059eb53]{font-size:1.1rem;font-weight:700;color:var(--color-text-main);text-shadow:0 1px 2px rgba(0,0,0,.2)}.date-time[data-v-0059eb53]{font-size:.95rem;color:var(--color-text-main);opacity:.9}.countdown-section[data-v-0059eb53]{display:flex;justify-content:center}.countdown-wrapper[data-v-0059eb53]{position:relative;width:120px;height:120px}.countdown-display[data-v-0059eb53]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.countdown-display[data-v-0059eb53]:hover{transform:scale(1.03)}.progress-ring[data-v-0059eb53]{width:100%;height:100%;transform:rotate(-90deg);position:absolute;top:0;left:0}.progress-track[data-v-0059eb53]{fill:none;stroke:#ffffff14;stroke-width:2}.progress-line[data-v-0059eb53]{fill:none;stroke:#ffffffe6;stroke-width:3;stroke-linecap:round;transition:all .6s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(255,255,255,.5)) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.progress-line.critical[data-v-0059eb53]{stroke:#fffffff2;filter:drop-shadow(0 0 10px rgba(255,71,87,.6)) drop-shadow(0 2px 6px rgba(0,0,0,.4));animation:pulse-critical-line-0059eb53 2s ease-in-out infinite}.progress-line.urgent[data-v-0059eb53]{stroke:#ffffffe6;filter:drop-shadow(0 0 8px rgba(255,165,2,.5)) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.progress-line.moderate[data-v-0059eb53]{stroke:#ffffffe6;filter:drop-shadow(0 0 8px rgba(46,213,115,.4)) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.progress-line.normal[data-v-0059eb53]{stroke:#ffffffe6;filter:drop-shadow(0 0 8px rgba(255,255,255,.5)) drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes pulse-critical-line-0059eb53{0%,to{stroke-width:3;filter:drop-shadow(0 0 10px rgba(255,71,87,.6)) drop-shadow(0 2px 6px rgba(0,0,0,.4))}50%{stroke-width:4;filter:drop-shadow(0 0 15px rgba(255,71,87,.8)) drop-shadow(0 3px 8px rgba(0,0,0,.5))}}.countdown-info[data-v-0059eb53]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50%;width:80px;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff1a}.days-container[data-v-0059eb53]{display:flex;align-items:center;justify-content:center;margin-bottom:.2rem}.days-value[data-v-0059eb53]{font-size:2.4rem;font-weight:600;color:#fff;line-height:1;letter-spacing:-.05em;transition:all .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 8px rgba(0,0,0,.3),0 0 12px rgba(255,255,255,.2)}.days-value.critical[data-v-0059eb53]{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.7),0 4px 8px rgba(255,71,87,.4),0 0 15px rgba(255,71,87,.3);animation:value-pulse-0059eb53 1.8s ease-in-out infinite}.days-value.urgent[data-v-0059eb53]{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.7),0 4px 8px rgba(255,165,2,.4),0 0 12px rgba(255,165,2,.3)}.days-value.moderate[data-v-0059eb53]{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.7),0 4px 8px rgba(46,213,115,.4),0 0 12px rgba(46,213,115,.3)}.days-value.normal[data-v-0059eb53]{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6),0 4px 8px rgba(0,0,0,.3),0 0 12px rgba(255,255,255,.2)}@keyframes value-pulse-0059eb53{0%,to{transform:scale(1);text-shadow:0 2px 4px rgba(0,0,0,.7),0 4px 8px rgba(255,71,87,.4),0 0 15px rgba(255,71,87,.3)}50%{transform:scale(1.02);text-shadow:0 3px 6px rgba(0,0,0,.8),0 6px 12px rgba(255,71,87,.6),0 0 20px rgba(255,71,87,.5)}}.countdown-labels[data-v-0059eb53]{display:flex;flex-direction:column;align-items:center;gap:.1rem}.time-unit[data-v-0059eb53]{font-size:.65rem;color:var(--color-text-main);opacity:.7;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.time-action[data-v-0059eb53]{font-size:.55rem;color:var(--color-text-main);opacity:.5;text-transform:uppercase;font-weight:500;letter-spacing:.3px}.actions-section[data-v-0059eb53]{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn[data-v-0059eb53]{display:inline-flex;align-items:center;gap:.8rem;padding:1.1rem 2.2rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;font-family:var(--font-body);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-primary[data-v-0059eb53]{background:linear-gradient(45deg,var(--color-accent),var(--color-secondary));color:var(--color-primary);box-shadow:0 6px 20px #eeaeca66}.btn-primary[data-v-0059eb53]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #eeaeca80}.btn-secondary[data-v-0059eb53]{background:transparent;color:var(--color-text-main);border:2px solid var(--color-accent);box-shadow:0 4px 15px #0000001a}.btn-secondary[data-v-0059eb53]:hover{background:var(--color-accent);color:var(--color-primary);transform:translateY(-3px);box-shadow:0 8px 25px #eeaeca66}.btn-shine[data-v-0059eb53]{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.btn-primary:hover .btn-shine[data-v-0059eb53]{left:100%}.btn-pulse[data-v-0059eb53]{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#eeaeca4d;transform:translate(-50%,-50%);animation:pulse-ring-0059eb53 2.5s ease-out infinite}@keyframes pulse-ring-0059eb53{0%{width:0;height:0;opacity:1}to{width:250px;height:250px;opacity:0}}@media (max-width: 768px){.handitech-section[data-v-0059eb53]{padding:3rem 1.5rem}.achievement-block[data-v-0059eb53]{padding:2.5rem}.header-section[data-v-0059eb53]{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.impact-title[data-v-0059eb53]{font-size:2.2rem}.pitch-section[data-v-0059eb53]{grid-template-columns:1fr;text-align:center;gap:2rem}.actions-section[data-v-0059eb53]{flex-direction:column;align-items:center}.btn[data-v-0059eb53]{width:100%;max-width:320px;justify-content:center}.tech-showcase[data-v-0059eb53]{gap:.5rem}.tech-pill[data-v-0059eb53]{font-size:.8rem;padding:.5rem 1rem}}@media (max-width: 480px){.achievement-block[data-v-0059eb53]{padding:2rem}.impact-title[data-v-0059eb53]{font-size:1.9rem}.impact-description[data-v-0059eb53]{font-size:1.1rem}.date-day[data-v-0059eb53]{font-size:2.5rem}.tech-showcase[data-v-0059eb53]{flex-direction:column;align-items:center}}.highlight-text-navigation[data-v-0059eb53]{background:linear-gradient(45deg,var(--color-accent),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.highlight-text-accessible[data-v-0059eb53]{color:var(--color-accent);font-weight:900;text-shadow:0 2px 4px rgba(197,239,203,.3)}.features-section[data-v-aba37c4a]{min-height:100vh;padding-top:80px;background-color:var(--color-primary);color:var(--color-text-main);display:flex;align-items:center;justify-content:center;padding-bottom:3rem}.features-container[data-v-aba37c4a]{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:.7fr 1.3fr;gap:2rem;padding:0 2rem}.features-content[data-v-aba37c4a]{display:flex;flex-direction:column;justify-content:center;text-align:left;gap:1rem}.features-title[data-v-aba37c4a]{font-family:var(--font-title);font-size:3.5rem;line-height:1.2}.features-intro[data-v-aba37c4a]{font-family:var(--font-body);font-size:1.2rem;line-height:1.6;max-width:90%}.features-grid[data-v-aba37c4a]{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));align-items:start}.feature-card[data-v-aba37c4a]{background-color:#fff;color:#000;padding:1.5rem;border-radius:16px;box-shadow:0 6px 14px #00000026;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(20px);animation:fadeUp-aba37c4a .8s forwards ease}.feature-card[data-v-aba37c4a]:focus{outline:3px solid var(--color-accent);outline-offset:3px}.feature-card[data-v-aba37c4a]:hover,.feature-card[data-v-aba37c4a]:focus-within{transform:translateY(-5px);box-shadow:0 10px 20px #0003}@keyframes fadeUp-aba37c4a{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-icon[data-v-aba37c4a]{font-size:2rem;color:var(--color-primary);margin-bottom:1rem}.feature-card-title[data-v-aba37c4a]{font-family:var(--font-subtitle);font-size:1.4rem;margin-bottom:.5rem;color:var(--color-primary)}.feature-card p[data-v-aba37c4a]{font-family:var(--font-body);font-size:1rem;line-height:1.6}.highlight-on-dark[data-v-aba37c4a]{color:var(--color-accent);font-weight:700}.highlight-on-light[data-v-aba37c4a]{color:var(--color-primary);font-weight:700}@media (max-width: 900px){.features-container[data-v-aba37c4a]{grid-template-columns:1fr}.features-title[data-v-aba37c4a]{font-size:2.5rem}}.about-section[data-v-ea018cee]{min-height:100vh;padding-top:80px;background-color:var(--color-bg);display:flex;align-items:center;justify-content:center}.about-container[data-v-ea018cee]{max-width:1200px;width:100%;padding:2rem;display:flex;gap:2rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.about-image[data-v-ea018cee]{flex:1;display:flex;justify-content:center}.about-image img[data-v-ea018cee]{width:100%;max-width:500px;border-radius:16px;box-shadow:0 8px 20px #00000026}.about-content[data-v-ea018cee]{flex:1.3;background-color:#fff;color:#000;padding:2rem;border-radius:16px;box-shadow:0 8px 20px #00000012}.about-title[data-v-ea018cee]{font-family:var(--font-subtitle);font-size:2.2rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-start}.about-title-text[data-v-ea018cee]{white-space:nowrap;text-align:center}.about-icon[data-v-ea018cee]{color:var(--color-primary);font-size:1.5rem}.about-subtitle[data-v-ea018cee]{font-family:var(--font-body);font-size:1.2rem;margin-bottom:1.5rem;line-height:1.5}.about-paragraph[data-v-ea018cee]{font-family:var(--font-body);font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.list-title[data-v-ea018cee]{font-family:var(--font-subtitle);font-size:1.5rem;margin-bottom:1rem}.about-list[data-v-ea018cee]{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.about-list li[data-v-ea018cee]{display:flex;flex-direction:column;gap:.25rem}.list-header[data-v-ea018cee]{display:flex;align-items:center;gap:.5rem}.list-icon[data-v-ea018cee]{font-size:1.25rem;color:var(--color-primary)}.list-highlight[data-v-ea018cee]{color:var(--color-primary);font-weight:700}.list-text[data-v-ea018cee]{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:#333}.highlight-word[data-v-ea018cee]{color:var(--color-primary);font-weight:700}@media (max-width: 900px){.about-container[data-v-ea018cee]{flex-direction:column;padding:1.5rem}.about-image img[data-v-ea018cee]{max-width:85%}.about-content[data-v-ea018cee]{margin-top:2rem;max-width:100%;padding:1.5rem}.about-title[data-v-ea018cee]{font-size:1.8rem;text-align:center;justify-content:center}.about-title-text[data-v-ea018cee]{white-space:nowrap}.about-subtitle[data-v-ea018cee],.about-paragraph[data-v-ea018cee]{text-align:justify}.list-title[data-v-ea018cee]{text-align:center}}@media (max-width: 600px){.about-title[data-v-ea018cee]{font-size:1.5rem}}.contact-section[data-v-0f3b6e12]{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.contact-left[data-v-0f3b6e12]{background-color:var(--color-primary);color:var(--color-text-main);display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;gap:2rem}.contact-title[data-v-0f3b6e12]{font-family:var(--font-title);font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.contact-desc[data-v-0f3b6e12]{font-family:var(--font-body);font-size:1.25rem;line-height:1.6;max-width:90%}.contact-email[data-v-0f3b6e12]{font-family:var(--font-body);font-size:1rem;line-height:1.5}.highlight-on-dark[data-v-0f3b6e12]{color:var(--color-accent);font-weight:700}.contact-right[data-v-0f3b6e12]{background-color:#fff;color:var(--color-text-dark);display:flex;justify-content:center;align-items:center;padding:3rem 2rem}.contact-form[data-v-0f3b6e12]{max-width:500px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-0f3b6e12]{display:flex;flex-direction:column}label[data-v-0f3b6e12]{font-family:var(--font-body);font-size:1.1rem;margin-bottom:.5rem;color:var(--color-text-dark)}input[data-v-0f3b6e12],textarea[data-v-0f3b6e12]{font-family:var(--font-body);font-size:1.1rem;padding:1rem;border:3px solid var(--color-secondary);border-radius:8px;background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease;outline:none}input[data-v-0f3b6e12]:focus,textarea[data-v-0f3b6e12]:focus{border-color:var(--color-primary);box-shadow:0 0 8px #563c5cb3}.submit-button[data-v-0f3b6e12]{position:relative;display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-subtitle);font-size:1.2rem;padding:.8rem 2rem;border:none;border-radius:30px;background-color:var(--color-primary);color:var(--color-text-main);cursor:pointer;transition:transform .3s ease,background-color .3s ease,color .3s ease;align-self:flex-start}.submit-button[data-v-0f3b6e12]:hover{transform:scale(1.07);background-color:var(--color-accent);color:var(--color-text-dark)}.submit-button[data-v-0f3b6e12]:disabled{opacity:.6;cursor:not-allowed}.spinner[data-v-0f3b6e12]{width:1.2rem;height:1.2rem;border:3px solid #fff;border-top:3px solid var(--color-accent);border-radius:50%;animation:spin-0f3b6e12 1s linear infinite}@keyframes spin-0f3b6e12{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.beta-section[data-v-0f3b6e12]{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-secondary) 100%);color:var(--color-primary);padding:4rem 2rem;text-align:center}.beta-container[data-v-0f3b6e12]{max-width:800px;margin:0 auto}.beta-content[data-v-0f3b6e12]{display:flex;flex-direction:column;gap:2rem;align-items:center}.beta-title[data-v-0f3b6e12]{font-family:var(--font-title);font-size:3rem;line-height:1.2;margin-bottom:1rem}.beta-desc[data-v-0f3b6e12]{font-family:var(--font-body);font-size:1.25rem;line-height:1.6;max-width:600px;margin-bottom:1rem}.highlight-beta[data-v-0f3b6e12]{color:var(--color-primary);font-weight:700}.beta-form[data-v-0f3b6e12]{width:100%;max-width:500px}.beta-input-group[data-v-0f3b6e12]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.beta-email-input[data-v-0f3b6e12]{flex:1;min-width:250px;font-family:var(--font-body);font-size:1.1rem;padding:1rem 1.5rem;border:3px solid var(--color-primary);border-radius:25px;background-color:#fff;color:var(--color-text-dark);outline:none;transition:border-color .3s ease,box-shadow .3s ease}.beta-email-input[data-v-0f3b6e12]:focus{border-color:var(--color-primary);box-shadow:0 0 8px #563c5cb3}.beta-email-input[data-v-0f3b6e12]::placeholder{color:#999}.beta-submit-button[data-v-0f3b6e12]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-subtitle);font-size:1.1rem;padding:1rem 2rem;border:none;border-radius:25px;background-color:var(--color-primary);color:var(--color-text-main);cursor:pointer;transition:transform .3s ease,background-color .3s ease;white-space:nowrap}.beta-submit-button[data-v-0f3b6e12]:hover{transform:scale(1.05);background-color:#4a3652}.beta-submit-button[data-v-0f3b6e12]:disabled{opacity:.6;cursor:not-allowed}.popup-confirm[data-v-0f3b6e12]{position:fixed;bottom:30px;left:50%;transform:translate(-50%) scale(1);background-color:#0c8;color:#000;padding:1.5rem 2.5rem;border-radius:20px;font-family:var(--font-subtitle);font-size:1.4rem;font-weight:700;display:flex;align-items:center;gap:1rem;box-shadow:0 0 15px #00000080;z-index:3000;animation:popup-bounce-0f3b6e12 .4s ease,popup-hide-0f3b6e12 .3s ease forwards 3.5s;text-align:center;max-width:90%}.popup-confirm i[data-v-0f3b6e12]{font-size:2rem;color:#000}.beta-popup[data-v-0f3b6e12]{background-color:var(--color-accent);color:var(--color-primary)}@keyframes popup-bounce-0f3b6e12{0%{transform:translate(-50%) scale(.5);opacity:0}60%{transform:translate(-50%) scale(1.15);opacity:1}to{transform:translate(-50%) scale(1)}}@keyframes popup-hide-0f3b6e12{to{opacity:0;transform:translate(-50%) translateY(20px) scale(.95)}}@media (max-width: 900px){.contact-section[data-v-0f3b6e12]{grid-template-columns:1fr}.contact-left[data-v-0f3b6e12],.contact-right[data-v-0f3b6e12]{min-height:auto;padding:2rem 1.5rem}.contact-title[data-v-0f3b6e12]{font-size:2.4rem;text-align:center}.contact-desc[data-v-0f3b6e12],.contact-email[data-v-0f3b6e12]{text-align:center;max-width:100%}.submit-button[data-v-0f3b6e12]{width:100%;text-align:center;align-self:center}.beta-title[data-v-0f3b6e12]{font-size:2.5rem}.beta-input-group[data-v-0f3b6e12]{flex-direction:column;width:100%}.beta-email-input[data-v-0f3b6e12]{min-width:100%}.beta-submit-button[data-v-0f3b6e12]{width:100%;justify-content:center}}.footer-section[data-v-d8858534]{background-color:var(--color-primary);color:var(--color-text-main);padding:2rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container[data-v-d8858534]{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem}.footer-left[data-v-d8858534]{display:flex;flex-direction:column;gap:.25rem;font-family:var(--font-body);font-size:.9rem}.mentions[data-v-d8858534]{text-decoration:underline;cursor:pointer}.footer-link[data-v-d8858534]{display:inline-block;font-size:.85rem;color:#fffc;text-decoration:none;margin-top:.5rem;transition:all .3s ease}.footer-link[data-v-d8858534]:hover{color:var(--color-accent);transform:translateY(-1px)}.footer-socials[data-v-d8858534]{display:flex;gap:1.2rem}.social-icon[data-v-d8858534]{font-size:1.4rem;color:var(--color-text-main);transition:transform .2s ease,color .3s ease}.social-icon[data-v-d8858534]:hover{transform:scale(1.2);color:var(--color-accent)}.footer-downloads[data-v-d8858534]{display:flex;gap:1rem}.store-button[data-v-d8858534]{display:flex;align-items:center;gap:.5rem;background-color:var(--color-accent);color:var(--color-primary);font-size:.9rem;font-weight:700;padding:.6rem 1rem;border-radius:25px;border:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.store-button[data-v-d8858534]:hover{background-color:var(--color-secondary);transform:scale(1.05)}.store-button i[data-v-d8858534]{font-size:1.2rem}.modal-overlay[data-v-d8858534]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-box[data-v-d8858534]{background-color:#fff;color:#000;padding:2rem;border-radius:20px;max-width:300px;text-align:center;box-shadow:0 10px 25px #0000004d}.modal-close[data-v-d8858534]{margin-top:1.5rem;background-color:var(--color-accent);color:var(--color-primary);padding:.5rem 1rem;border:none;border-radius:15px;cursor:pointer}@media (max-width: 700px){.footer-container[data-v-d8858534]{flex-direction:column;align-items:center;text-align:center}.footer-downloads[data-v-d8858534]{justify-content:center;flex-wrap:wrap}}.pricing-section[data-v-99c72c74]{min-height:100vh;padding:5rem 2rem;background-color:var(--color-secondary);display:flex;flex-direction:column;justify-content:center;text-align:center}.intro-text[data-v-99c72c74]{max-width:800px;margin:0 auto 3rem}.intro-text h2[data-v-99c72c74]{font-family:var(--font-title);font-size:3rem;color:var(--color-primary);margin-bottom:1rem}.intro-text p[data-v-99c72c74]{font-size:1.2rem;color:var(--color-text-muted);font-family:var(--font-subtitle)}.pricing-cards[data-v-99c72c74]{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.card[data-v-99c72c74]{background-color:var(--color-bg);padding:3rem;border-radius:16px;box-shadow:0 0 20px #0000000d;flex:1 1 320px;max-width:360px;min-height:500px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;display:flex;flex-direction:column;justify-content:space-between}.card h3[data-v-99c72c74]{font-family:var(--font-subtitle);font-size:1.75rem;color:var(--color-primary)}.card .price[data-v-99c72c74]{font-size:1.5rem;font-weight:700}.card .target[data-v-99c72c74]{font-style:italic;font-size:1rem;color:var(--color-text-muted)}.card .features[data-v-99c72c74]{list-style:none;padding:0;margin:1rem 0}.card .features li[data-v-99c72c74]{display:flex;align-items:center;gap:.5rem}.card .note[data-v-99c72c74]{font-size:.95rem;color:var(--color-text-muted)}.card button[data-v-99c72c74]{margin-top:auto;padding:.75rem 1.5rem;font-family:var(--font-subtitle);font-size:1rem;background-color:var(--color-primary);color:#fff;border:none;border-radius:8px;cursor:pointer}.card button[data-v-99c72c74]:hover{background-color:var(--color-accent);color:var(--color-text-dark)}.selected[data-v-99c72c74]{border-color:var(--color-primary);box-shadow:0 0 20px #563c5c4d}.icon[data-v-99c72c74]{font-size:1.1rem;color:var(--color-primary);flex-shrink:0}.modal-overlay[data-v-99c72c74]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal[data-v-99c72c74]{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;text-align:center;box-shadow:0 10px 30px #0003}.modal h3[data-v-99c72c74]{font-family:var(--font-subtitle);font-size:1.75rem;color:var(--color-primary)}.modal-price[data-v-99c72c74]{font-size:1.25rem;margin-bottom:1rem}.beta-input[data-v-99c72c74]{width:100%;margin:1rem 0;padding:.75rem;font-size:1rem;border:2px solid var(--color-secondary);border-radius:8px}.modal button[data-v-99c72c74]{background-color:var(--color-primary);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;margin-top:1rem;cursor:pointer}.modal button[data-v-99c72c74]:hover{background-color:var(--color-accent);color:var(--color-text-dark)}.modal .close-btn[data-v-99c72c74]{background:none;color:var(--color-primary);text-decoration:underline;border:none;cursor:pointer}.spinner[data-v-99c72c74]{width:1.1rem;height:1.1rem;border:3px solid white;border-top:3px solid var(--color-accent);border-radius:50%;animation:spin-99c72c74 1s linear infinite;display:inline-block;margin-right:8px}@keyframes spin-99c72c74{to{transform:rotate(360deg)}}.popup-confirm[data-v-99c72c74]{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#0c8;color:#000;padding:1.5rem 2rem;border-radius:20px;font-family:var(--font-subtitle);font-size:1.3rem;display:flex;align-items:center;gap:1rem;box-shadow:0 0 15px #0006;z-index:3000;animation:popup-bounce-99c72c74 .4s ease,popup-hide-99c72c74 .3s ease forwards 3.5s}.popup-confirm i[data-v-99c72c74]{font-size:1.8rem}@keyframes popup-bounce-99c72c74{0%{transform:translate(-50%) scale(.5);opacity:0}60%{transform:translate(-50%) scale(1.15);opacity:1}to{transform:translate(-50%) scale(1)}}@keyframes popup-hide-99c72c74{to{opacity:0;transform:translate(-50%) translateY(20px) scale(.95)}}@media (max-width: 768px){.intro-text h2[data-v-99c72c74]{font-size:2.2rem}.intro-text p[data-v-99c72c74]{font-size:1.1rem}.card[data-v-99c72c74]{padding:2rem;max-width:90%}.modal[data-v-99c72c74]{padding:1.5rem}.popup-confirm[data-v-99c72c74]{font-size:1.1rem;padding:1rem 1.5rem}}.admin-beta[data-v-7fa36c27]{position:fixed;top:20px;right:20px;z-index:10000}@media (max-width: 768px){.admin-beta[data-v-7fa36c27]{top:10px;right:10px;left:10px;max-width:calc(100vw - 20px)}}.admin-controls[data-v-7fa36c27]{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.admin-controls[data-v-7fa36c27]{justify-content:center;gap:.75rem}}.admin-toggle[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;background:var(--color-primary);color:#fff;border:none;padding:.75rem 1rem;border-radius:25px;cursor:pointer;font-size:.9rem;box-shadow:0 4px 12px #00000026;transition:all .3s ease;min-height:44px}@media (max-width: 768px){.admin-toggle[data-v-7fa36c27]{padding:.875rem 1.25rem;font-size:.9rem;min-height:48px}}@media (max-width: 480px){.admin-toggle[data-v-7fa36c27]{padding:1rem 1.5rem;font-size:1rem;min-height:50px}}.logout-btn[data-v-7fa36c27]{display:flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;border:none;padding:.75rem;border-radius:50%;cursor:pointer;font-size:.9rem;box-shadow:0 4px 12px #00000026;transition:all .3s ease;width:40px;height:40px;min-width:44px;min-height:44px}@media (max-width: 768px){.logout-btn[data-v-7fa36c27]{padding:.875rem;min-width:48px;min-height:48px}}@media (max-width: 480px){.logout-btn[data-v-7fa36c27]{padding:1rem;min-width:50px;min-height:50px}}.logout-btn[data-v-7fa36c27]:hover{background:#c82333;transform:translateY(-2px)}.admin-toggle[data-v-7fa36c27]:hover{background:var(--color-accent);color:var(--color-primary);transform:translateY(-2px)}.admin-toggle.active[data-v-7fa36c27]{background:var(--color-accent);color:var(--color-primary)}.admin-panel[data-v-7fa36c27]{position:absolute;top:60px;right:0;width:500px;max-width:90vw;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.admin-panel[data-v-7fa36c27]{position:fixed;top:70px;left:10px;right:10px;width:auto;max-width:none;max-height:calc(100vh - 90px);border-radius:12px}}@media (max-width: 480px){.admin-panel[data-v-7fa36c27]{top:80px;left:5px;right:5px;max-height:calc(100vh - 90px);border-radius:8px}}.admin-header h2[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;margin:0}.refresh-btn[data-v-7fa36c27]{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.refresh-btn[data-v-7fa36c27]:hover:not(:disabled){background:#ffffff1a}.refresh-btn[data-v-7fa36c27]:disabled{opacity:.6;cursor:not-allowed}.spinning[data-v-7fa36c27]{animation:spin-7fa36c27 1s linear infinite}.stats-grid[data-v-7fa36c27]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:#f8f9fa}@media (max-width: 768px){.stats-grid[data-v-7fa36c27]{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}}@media (max-width: 480px){.stats-grid[data-v-7fa36c27]{grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem}}.stat-card[data-v-7fa36c27]{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.stat-card i[data-v-7fa36c27]{font-size:1.5rem;color:var(--color-primary)}.stat-number[data-v-7fa36c27]{display:block;font-size:1.5rem;font-weight:700;color:var(--color-primary)}.stat-label[data-v-7fa36c27]{display:block;font-size:.85rem;color:#666}.sources-section[data-v-7fa36c27],.actions-section[data-v-7fa36c27],.subscriptions-section[data-v-7fa36c27]{padding:1.5rem;border-top:1px solid #e9ecef}.sources-section h3[data-v-7fa36c27],.actions-section h3[data-v-7fa36c27]{margin:0 0 1rem;color:var(--color-primary);font-size:1.1rem}.sources-grid[data-v-7fa36c27]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.source-item[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:.5rem .75rem;border-radius:8px;font-size:.9rem}.source-count[data-v-7fa36c27]{background:var(--color-primary);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:700}.action-buttons[data-v-7fa36c27]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.action-btn[data-v-7fa36c27]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.json-btn[data-v-7fa36c27]{background:#17a2b8;color:#fff}.csv-btn[data-v-7fa36c27]{background:#28a745;color:#fff}.clean-btn[data-v-7fa36c27]{background:#ffc107;color:#212529}.test-btn[data-v-7fa36c27]{background:#6f42c1;color:#fff}.danger-btn[data-v-7fa36c27]{background:#dc3545;color:#fff}.action-btn[data-v-7fa36c27]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.section-header[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.section-header[data-v-7fa36c27]{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:.75rem}.section-header h3[data-v-7fa36c27]{text-align:center;margin-bottom:.5rem}}.section-header h3[data-v-7fa36c27]{margin:0;color:var(--color-primary);font-size:1.1rem}.filters[data-v-7fa36c27]{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.filters[data-v-7fa36c27]{width:100%;justify-content:center}}@media (max-width: 480px){.filters[data-v-7fa36c27]{flex-direction:column;gap:.5rem}}.search-input[data-v-7fa36c27],.source-filter[data-v-7fa36c27]{padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;min-height:40px}.search-input[data-v-7fa36c27]{width:180px}.source-filter[data-v-7fa36c27]{width:120px}@media (max-width: 768px){.search-input[data-v-7fa36c27],.source-filter[data-v-7fa36c27]{padding:.75rem;font-size:.9rem;min-height:44px}.search-input[data-v-7fa36c27]{width:200px}.source-filter[data-v-7fa36c27]{width:140px}}@media (max-width: 480px){.search-input[data-v-7fa36c27],.source-filter[data-v-7fa36c27]{width:100%;padding:.875rem;font-size:1rem;min-height:48px}}.subscriptions-list[data-v-7fa36c27]{max-height:300px;overflow-y:auto}.subscription-item[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #e9ecef;transition:background-color .2s ease}@media (max-width: 768px){.subscription-item[data-v-7fa36c27]{flex-direction:column;align-items:stretch;padding:1rem;gap:.75rem}}@media (max-width: 480px){.subscription-item[data-v-7fa36c27]{padding:.875rem;gap:.5rem}}.subscription-item[data-v-7fa36c27]:hover{background:#f8f9fa}.subscription-info[data-v-7fa36c27]{flex:1}.email[data-v-7fa36c27]{font-weight:500;color:var(--color-primary);margin-bottom:.25rem}.meta[data-v-7fa36c27]{display:flex;gap:1rem;font-size:.8rem;color:#666;flex-wrap:wrap}@media (max-width: 768px){.meta[data-v-7fa36c27]{justify-content:center;gap:.75rem}}@media (max-width: 480px){.meta[data-v-7fa36c27]{flex-direction:column;gap:.5rem;align-items:center}}.source[data-v-7fa36c27],.offer[data-v-7fa36c27]{background:#e9ecef;padding:.2rem .5rem;border-radius:4px}.remove-btn[data-v-7fa36c27]{background:#dc3545;color:#fff;border:none;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .3s ease;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.remove-btn[data-v-7fa36c27]{min-width:44px;min-height:44px;padding:.75rem;align-self:center}}@media (max-width: 480px){.remove-btn[data-v-7fa36c27]{min-width:48px;min-height:48px;padding:.875rem;width:100%;border-radius:6px}.remove-btn i[data-v-7fa36c27]{margin-right:.5rem}.remove-btn[data-v-7fa36c27]:after{content:"Supprimer";font-size:.9rem}}.remove-btn[data-v-7fa36c27]:hover{background:#c82333;transform:scale(1.1)}.load-more-btn[data-v-7fa36c27]{width:100%;padding:.75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;margin-top:.5rem;transition:all .3s ease}.load-more-btn[data-v-7fa36c27]:hover{background:#e9ecef}.no-data[data-v-7fa36c27]{text-align:center;padding:2rem;color:#666}.no-data i[data-v-7fa36c27]{font-size:2rem;margin-bottom:.5rem;display:block}.no-data-actions[data-v-7fa36c27]{margin-top:1.5rem}.test-data-btn[data-v-7fa36c27]{background:#6f42c1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem;margin:0 auto 1rem;transition:all .3s ease}.test-data-btn[data-v-7fa36c27]:hover{background:#5a32a3;transform:translateY(-2px)}.no-data-hint[data-v-7fa36c27]{font-size:.85rem;color:#666;margin:0}.no-data-hint i[data-v-7fa36c27]{font-size:1rem;margin-right:.5rem;display:inline}.modal-overlay[data-v-7fa36c27]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10001;padding:1rem}@media (max-width: 768px){.modal-overlay[data-v-7fa36c27]{padding:.5rem;align-items:flex-start;padding-top:10vh}}.modal[data-v-7fa36c27]{background:#fff;padding:2rem;border-radius:12px;max-width:400px;text-align:center;width:100%}@media (max-width: 768px){.modal[data-v-7fa36c27]{padding:1.5rem;border-radius:8px;max-width:100%}}@media (max-width: 480px){.modal[data-v-7fa36c27]{padding:1rem;border-radius:6px;margin:.5rem}}.modal h3[data-v-7fa36c27]{margin:0 0 1rem;color:var(--color-primary)}.warning[data-v-7fa36c27]{color:#dc3545;font-weight:500;margin:.5rem 0}.confirm-btn[data-v-7fa36c27]{background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer}.cancel-btn[data-v-7fa36c27]{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer}.toast[data-v-7fa36c27]{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#28a745;color:#fff;padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #00000026;z-index:10002;animation:slideUp-7fa36c27 .3s ease}@keyframes slideUp-7fa36c27{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes spin-7fa36c27{to{transform:rotate(360deg)}}.login-overlay[data-v-7fa36c27]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:20000;animation:fadeIn-7fa36c27 .3s ease}.login-modal[data-v-7fa36c27]{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn-7fa36c27 .4s ease}.login-header[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:var(--color-primary);color:#fff;border-radius:20px 20px 0 0}.login-header h2[data-v-7fa36c27]{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;margin:0}.close-login-btn[data-v-7fa36c27]{background:transparent;color:#fff;border:none;padding:.5rem;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.close-login-btn[data-v-7fa36c27]:hover{background:#fff3}.login-content[data-v-7fa36c27]{padding:2rem}.login-info[data-v-7fa36c27]{text-align:center;margin-bottom:2rem}.login-info p[data-v-7fa36c27]{margin-bottom:1rem;color:var(--color-text-dark)}.login-info .fa-info-circle[data-v-7fa36c27]{color:var(--color-primary);margin-right:.5rem}.login-instructions[data-v-7fa36c27]{font-size:.95rem;color:#666;line-height:1.5}.login-form[data-v-7fa36c27]{margin-bottom:2rem}.login-field[data-v-7fa36c27]{margin-bottom:1.5rem}.login-field label[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem}.login-input[data-v-7fa36c27]{width:100%;padding:1rem 1.25rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.login-input[data-v-7fa36c27]:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #563c5c1a}.login-input.error[data-v-7fa36c27]{border-color:#dc3545;background:#fff5f5}.login-error[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;color:#dc3545;font-size:.9rem;margin-top:.5rem}.login-submit[data-v-7fa36c27]{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--color-primary);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.login-submit[data-v-7fa36c27]:hover:not(:disabled){background:var(--color-accent);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.login-submit[data-v-7fa36c27]:disabled{opacity:.6;cursor:not-allowed}.login-footer[data-v-7fa36c27]{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6}.login-footer p[data-v-7fa36c27]{margin-bottom:1rem;font-size:.9rem}.security-features[data-v-7fa36c27]{margin-bottom:1.5rem}.security-features h4[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:var(--color-primary);font-size:1rem}.security-list[data-v-7fa36c27]{list-style:none;padding:0;margin:0}.security-list li[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.85rem;color:#666}.security-list i[data-v-7fa36c27]{color:#28a745;font-size:.8rem}.security-warning[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;color:#ff6b35;font-size:.85rem;margin-top:.5rem;padding:.5rem;background:#fff3e0;border-radius:6px;border-left:3px solid #ff6b35}.lockout-warning[data-v-7fa36c27]{display:flex;align-items:center;gap:.5rem;color:#dc3545;font-size:.85rem;margin-top:.5rem;padding:.5rem;background:#fff5f5;border-radius:6px;border-left:3px solid #dc3545}.login-note[data-v-7fa36c27]{color:#666;font-style:italic}@keyframes fadeIn-7fa36c27{0%{opacity:0}to{opacity:1}}@keyframes slideIn-7fa36c27{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 600px){.admin-panel[data-v-7fa36c27]{width:95vw;right:-10px}.stats-grid[data-v-7fa36c27],.action-buttons[data-v-7fa36c27]{grid-template-columns:1fr}.section-header[data-v-7fa36c27]{flex-direction:column;align-items:stretch}.filters[data-v-7fa36c27]{width:100%}.search-input[data-v-7fa36c27],.source-filter[data-v-7fa36c27]{flex:1}}@media (max-width: 768px){.action-buttons[data-v-7fa36c27]{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 1rem}}@media (max-width: 480px){.action-buttons[data-v-7fa36c27]{grid-template-columns:1fr;gap:.5rem;padding:0 .75rem}}.action-btn[data-v-7fa36c27]{min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}@media (max-width: 768px){.action-btn[data-v-7fa36c27]{padding:.875rem 1rem;font-size:.85rem;min-height:48px}}@media (max-width: 480px){.action-btn[data-v-7fa36c27]{padding:1rem;font-size:.8rem;min-height:50px;justify-content:flex-start;text-align:left}}.sources-grid[data-v-7fa36c27]{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-bottom:1rem}@media (max-width: 768px){.sources-grid[data-v-7fa36c27]{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 480px){.sources-grid[data-v-7fa36c27]{grid-template-columns:1fr;gap:.5rem}}.source-item[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:.5rem;border-radius:6px}@media (max-width: 480px){.source-item[data-v-7fa36c27]{padding:.75rem;flex-direction:column;gap:.25rem;text-align:center}}.subscriptions-list[data-v-7fa36c27]{max-height:300px;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.subscriptions-list[data-v-7fa36c27]{max-height:250px}}@media (max-width: 480px){.subscriptions-list[data-v-7fa36c27]{max-height:200px}}.admin-panel[data-v-7fa36c27]{overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 480px){.search-input[data-v-7fa36c27],.source-filter[data-v-7fa36c27],input[type=text][data-v-7fa36c27],input[type=email][data-v-7fa36c27],input[type=password][data-v-7fa36c27]{font-size:16px!important}}.admin-header[data-v-7fa36c27]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--color-primary);color:#fff}@media (max-width: 768px){.admin-header[data-v-7fa36c27]{padding:1rem;flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.admin-header[data-v-7fa36c27]{padding:.75rem;gap:.75rem}.admin-header h2[data-v-7fa36c27]{font-size:1.1rem}}.toast[data-v-7fa36c27]{position:fixed;top:20px;right:20px;z-index:10002;padding:1rem 1.5rem;border-radius:8px;color:#fff;font-weight:500;box-shadow:0 4px 12px #00000026;transform:translate(100%);transition:transform .3s ease}@media (max-width: 768px){.toast[data-v-7fa36c27]{top:10px;right:10px;left:10px;max-width:calc(100vw - 20px);padding:.875rem 1rem;text-align:center;font-size:.9rem}}@media (max-width: 480px){.toast[data-v-7fa36c27]{padding:.75rem;font-size:.85rem}}.toast.show[data-v-7fa36c27]{transform:translate(0)}.toast.success[data-v-7fa36c27]{background:#28a745}.toast.warning[data-v-7fa36c27]{background:#ffc107;color:#212529}.toast.error[data-v-7fa36c27]{background:#dc3545}.toast.info[data-v-7fa36c27]{background:#17a2b8}@keyframes spin-7fa36c27{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-actions[data-v-7fa36c27]{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}@media (max-width: 480px){.modal-actions[data-v-7fa36c27]{flex-direction:column;gap:.75rem}}.confirm-btn[data-v-7fa36c27],.cancel-btn[data-v-7fa36c27]{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;min-height:44px}@media (max-width: 480px){.confirm-btn[data-v-7fa36c27],.cancel-btn[data-v-7fa36c27]{padding:1rem;min-height:48px;font-size:1rem}}.confirm-btn[data-v-7fa36c27]{background:#dc3545;color:#fff}.cancel-btn[data-v-7fa36c27]{background:#6c757d;color:#fff}.confirm-btn[data-v-7fa36c27]:hover{background:#c82333}.cancel-btn[data-v-7fa36c27]:hover{background:#5a6268}@media (max-width: 768px){.admin-beta[data-dev-tools=true][data-v-7fa36c27]{display:none!important}}#app[data-v-5859cc1a]{font-family:Raleway,sans-serif}
