@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #22d3ee4d}50%{box-shadow:0 0 40px #22d3ee99}}@keyframes pulse-icon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.fade-in-up{animation:.8s ease-out forwards fadeInUp}.float-animation{animation:6s ease-in-out infinite float}.pulse-glow{animation:3s ease-in-out infinite pulse-glow}.pulse-icon:hover i{animation:1s ease-in-out infinite pulse-icon}.gradient-text{background:linear-gradient(135deg,#22d3ee 0%,#3b82f6 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.feature-section{margin-bottom:4rem;scroll-margin-top:100px}.feature-title{color:#22d3ee;border-bottom:2px solid #22d3ee4d;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:700;display:flex}.feature-card{background:linear-gradient(135deg,#1e293b80 0%,#1e293b4d 100%);border:1px solid #47556980;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#22d3ee,#3b82f6,#8b5cf6);height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{border-color:#22d3ee80;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d,0 0 30px #22d3ee1a}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-list{margin:1rem 0;padding:0;list-style:none}.feature-list li{color:#9ca3af;border-bottom:1px solid #4755694d;align-items:flex-start;gap:.75rem;padding:.75rem 0;transition:all .3s;display:flex}.feature-list li:last-child{border-bottom:none}.feature-list li:hover{color:#e5e7eb;padding-left:.5rem}.feature-list li i{color:#22d3ee;flex-shrink:0;margin-top:.3rem;font-size:.8rem}.highlight-box{background:linear-gradient(135deg,#22d3ee1a 0%,#3b82f61a 100%);border:1px solid #22d3ee4d;border-radius:16px;margin:1.5rem 0;padding:1.5rem}.warning-box{background:linear-gradient(135deg,#fbbf241a 0%,#f59e0b1a 100%);border:1px solid #fbbf244d;border-radius:16px;margin:1.5rem 0;padding:1.5rem}.info-box{background:linear-gradient(135deg,#3b82f61a 0%,#6366f11a 100%);border:1px solid #3b82f64d;border-radius:16px;margin:1.5rem 0;padding:1.5rem}.timeline{margin:1.5rem 0;padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(#22d3ee,#3b82f6,#8b5cf6);border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:4.5px}.timeline-item{padding:1rem 0 1rem 1.5rem;position:relative}.timeline-item:before{content:"";background:#22d3ee;border-radius:50%;width:12px;height:12px;position:absolute;top:1.25rem;left:-2rem;box-shadow:0 0 10px #22d3ee80}.timeline-item h4{color:#e5e7eb;margin-bottom:.5rem;font-weight:600}.timeline-item p{color:#9ca3af;font-size:.95rem}.badge{border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge-cyan{color:#22d3ee;background:#22d3ee33;border:1px solid #22d3ee4d}.badge-blue{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d}.badge-purple{color:#a78bfa;background:#8b5cf633;border:1px solid #8b5cf64d}.badge-green{color:#4ade80;background:#22c55e33;border:1px solid #22c55e4d}.badge-amber{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b4d}.toc-link{color:#9ca3af;border-left:3px solid #0000;border-radius:8px;padding:8px 12px;text-decoration:none;transition:all .3s;display:block}.toc-link:hover{color:#22d3ee;background:#22d3ee1a;border-left-color:#22d3ee;transform:translate(5px)}.tos-section{margin-bottom:3rem;scroll-margin-top:100px}.section-title{color:#22d3ee;border-bottom:2px solid #22d3ee4d;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.75rem;font-weight:700;display:flex}.subsection-title{color:#e5e7eb;background:#1e293b80;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;margin:1.5rem 0 1rem;padding:.75rem 1rem;font-size:1.25rem;font-weight:600;transition:all .3s}.subsection-title:hover{background:#3b82f61a;transform:translate(5px)}.tos-text{color:#9ca3af;border-radius:8px;margin:.75rem 0;padding:.5rem 1rem;line-height:1.8;transition:all .3s}.tos-text:hover{color:#d1d5db;background:#ffffff05}.period-display{text-align:center;background:#0f172a80;border-radius:12px;margin-top:1rem;padding:1.5rem}.data-table{border:1px solid #47556980;border-radius:12px;overflow:hidden}.data-table table{border-collapse:collapse}.data-table th{color:#e5e7eb;font-weight:600}.data-table td{border-top:1px solid #4755694d}.data-table tr:hover td{background:#22d3ee0d}.storage-card{transition:all .3s}.storage-card:hover{border-color:#22d3ee80;transform:translateY(-2px)}.contact-info{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.contact-item{background:#1e293b80;border:1px solid #47556980;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.contact-item:hover{background:#1e293bcc;border-color:#22d3ee4d;transform:translateY(-2px)}.changelog{margin-top:1rem}.changelog-item{background:#1e293b4d;border-left:3px solid #3b82f6;border-radius:0 8px 8px 0;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.changelog-date{color:#22d3ee;min-width:100px;font-family:Lato,monospace;font-weight:600}.changelog-text{color:#9ca3af}.purpose-item{transition:all .3s}.purpose-item:hover{border-color:#22d3ee80;transform:translate(5px)}@media (max-width:768px){.feature-title{font-size:1.5rem}.feature-card{padding:1.5rem}.feature-icon{width:48px;height:48px}.section-title{font-size:1.5rem}.subsection-title{font-size:1.1rem}.period-display p{font-size:1.25rem!important}.contact-info{flex-direction:column}.storage-info{grid-template-columns:1fr}.data-table{font-size:.9rem}}@media print{header,footer,.toc,.important-notice{display:none!important}body{color:#000;background:#fff}.legal-content{box-shadow:none;background:#fff;border:none}.feature-card{box-shadow:none;background:#fff;border:1px solid #ccc}.feature-title,.section-title,.subsection-title{color:#000}.tos-text{color:#333}.highlight-box,.info-box,.warning-box{background:#f5f5f5;border:1px solid #ccc}}
