@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;700&display=swap");:root{--loop-duration:5s;--shield-fill:rgba(30,41,59,0.15);--shield-stroke:#2563eb;--check-stroke:#059669;--main-text:#1e293b;--sub-text:#475569;--text-shadow:rgba(0,0,0,0.06)}@media (prefers-color-scheme:dark){:root{--shield-fill:rgba(30,41,59,0.5);--shield-stroke:#3b82f6;--check-stroke:#10b981;--main-text:#ffffff;--sub-text:#94a3b8;--text-shadow:rgba(59,130,246,0.5)}}.dark{--shield-fill:rgba(30,41,59,0.5);--shield-stroke:#3b82f6;--check-stroke:#10b981;--main-text:#ffffff;--sub-text:#94a3b8;--text-shadow:rgba(59,130,246,0.5)}.logo-container{position:relative;width:300px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-container svg{width:120px;height:140px;overflow:visible}.shield{fill:var(--shield-fill);stroke:var(--shield-stroke);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:400;stroke-dashoffset:400;animation:shieldCycle var(--loop-duration) ease-in-out infinite}.check{fill:none;stroke:var(--check-stroke);stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;opacity:0;animation:checkCycle var(--loop-duration) ease-out infinite}.brand-text{margin-top:20px;text-align:center}.main-title{font-size:48px;font-weight:700;letter-spacing:4px;transform:translateY(20px);color:var(--main-text);text-shadow:0 0 10px var(--text-shadow)}.main-title,.sub-title{opacity:0;animation:textCycle var(--loop-duration) ease-out infinite}.sub-title{font-size:14px;font-weight:300;letter-spacing:2px;text-transform:uppercase;color:var(--sub-text);animation-delay:.1s}.scan-line{position:absolute;top:60px;left:50%;transform:translateX(-50%);width:100px;height:2px;background:#3b82f6;box-shadow:0 0 15px #3b82f6;opacity:0;z-index:10;animation:scanCycle var(--loop-duration) linear infinite}@keyframes shieldCycle{0%{stroke-dashoffset:400;opacity:0;fill:rgba(30,41,59,0)}15%{opacity:1}25%{stroke-dashoffset:0;fill:var(--shield-fill)}80%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(.95)}to{opacity:0;stroke-dashoffset:400}}@keyframes checkCycle{0%{stroke-dashoffset:100;opacity:0}30%{stroke-dashoffset:100;opacity:1}40%{stroke-dashoffset:0;opacity:1}80%{opacity:1}90%{opacity:0}to{opacity:0;stroke-dashoffset:100}}@keyframes textCycle{0%{opacity:0;transform:translateY(20px)}40%{opacity:0;transform:translateY(20px)}50%{opacity:1;transform:translateY(0)}80%{opacity:1}90%{opacity:0;transform:translateY(-10px)}to{opacity:0;transform:translateY(20px)}}@keyframes scanCycle{0%{opacity:0;top:60px}10%{opacity:1;top:60px;width:0}15%{width:100px}35%{opacity:1;top:160px}40%{opacity:0}to{opacity:0}}