:root{--excuse-bg:#06020A;--excuse-primary:#9333EA;--excuse-secondary:#EC4899;--excuse-accent:#10B981;--excuse-card-surface:rgba(255,255,255,0.03);--excuse-card-border:rgba(255,255,255,0.08);--excuse-text-main:#ffffff;--excuse-text-muted:rgba(255,255,255,0.6)}.excuse-ai-page{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--excuse-bg);color:var(--excuse-text-main);overflow-x:hidden;min-height:100vh}#emoji-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.floater{position:absolute;bottom:-50px;font-size:2rem;opacity:.15;animation:floatUp linear forwards}@keyframes floatUp{0%{transform:translateY(0) rotate(0deg);opacity:0}10%{opacity:.3}90%{opacity:.3}to{transform:translateY(-110vh) rotate(1turn);opacity:0}}.excuse-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 24px}.excuse-nav{padding:24px 0;display:flex;justify-content:space-between;align-items:center}.excuse-brand{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(90deg,#fff,#a5b4fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:opacity .2s}.excuse-brand:hover{opacity:.8}.excuse-support{color:var(--excuse-text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.excuse-support:hover{color:var(--excuse-text-main)}.excuse-hero{display:flex;align-items:center;justify-content:space-between;padding:80px 0;gap:60px}.excuse-hero-content{flex:1}.excuse-badge{display:inline-block;padding:6px 16px;background:rgba(147,51,234,.15);border:1px solid rgba(147,51,234,.3);border-radius:50px;color:#d8b4fe;font-size:.85rem;font-weight:600;margin-bottom:24px}.excuse-title-container{display:flex;align-items:center;gap:32px;margin-bottom:24px}.excuse-title{font-size:4rem;font-weight:800;line-height:1.1;background:linear-gradient(135deg,#fff,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.excuse-hero-logo{width:120px;height:120px;border-radius:24px;box-shadow:0 0 40px rgba(147,51,234,.5);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.excuse-subtitle{font-size:1.25rem;color:var(--excuse-text-muted);line-height:1.6;margin-bottom:40px;max-width:500px}.excuse-cta-group{display:flex;gap:16px;flex-wrap:wrap}.excuse-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:14px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:1rem}.excuse-btn svg{margin-right:8px}.excuse-btn-ios{background:#fff;color:#000}.excuse-btn-ios:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,255,255,.2)}.excuse-btn-android{background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.1)}.excuse-btn-android:hover{background:rgba(255,255,255,.1);border-color:#fff}.excuse-mockup-container{flex:1;display:flex;justify-content:center;position:relative}.excuse-mockup-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:80%;background:radial-gradient(circle,rgba(147,51,234,.4) 0,transparent 70%);filter:blur(60px);z-index:-1}.excuse-phone{width:320px;height:650px;background:#000;border-radius:48px;box-shadow:0 0 0 12px #1f1f1f,0 0 0 13px #333,0 30px 80px rgba(0,0,0,.8);position:relative;overflow:hidden;display:flex;flex-direction:column}.excuse-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:150px;height:30px;background:#1f1f1f;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:10}.excuse-screen-content{padding:60px 20px 20px;flex:1;background:#111;display:flex;flex-direction:column;gap:16px}.excuse-msg{padding:14px 18px;border-radius:20px;font-size:.9rem;max-width:90%;line-height:1.4;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275) forwards;opacity:0;transform:scale(.9)}@keyframes popIn{to{opacity:1;transform:scale(1)}}.excuse-msg.excuse-received{background:#2a2a2a;color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.excuse-msg.excuse-sent{background:var(--excuse-primary);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;animation-delay:1.2s}.excuse-msg.excuse-ai-badge{align-self:center;background:transparent;color:var(--excuse-text-muted);font-size:.75rem;padding:0;margin:8px 0;animation-delay:.8s}.excuse-features{padding:40px 0 100px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.excuse-card{background:var(--excuse-card-surface);border:1px solid var(--excuse-card-border);padding:32px;border-radius:24px;transition:transform .3s}.excuse-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.05)}.excuse-card-icon{font-size:2.5rem;margin-bottom:20px;display:inline-block}.excuse-card h3{font-size:1.25rem;margin-bottom:12px;font-weight:700}.excuse-card p{font-size:.95rem;line-height:1.6}.excuse-card p,.excuse-footer{color:var(--excuse-text-muted)}.excuse-footer{border-top:1px solid var(--excuse-card-border);padding:40px 0;text-align:center;font-size:.9rem}.excuse-footer a{color:var(--excuse-text-main);text-decoration:none;margin:0 12px;transition:color .2s}.excuse-footer a:hover{color:var(--excuse-primary)}@media (max-width:900px){.excuse-hero{flex-direction:column;text-align:center;padding-top:40px}.excuse-hero-content{align-items:center;display:flex;flex-direction:column}.excuse-title-container{flex-direction:column;gap:20px}.excuse-title{font-size:3rem}.excuse-hero-logo{width:100px;height:100px}.excuse-cta-group{justify-content:center}.excuse-phone{width:280px;height:570px}}@media (max-width:640px){.excuse-title{font-size:2.5rem}.excuse-hero-logo{width:80px;height:80px}.excuse-subtitle{font-size:1.1rem}.excuse-btn{padding:14px 24px;font-size:.9rem}}.excuse-legal-content{max-width:800px;margin:0 auto;padding:60px 0 100px}.excuse-legal-title{font-size:3rem;font-weight:800;margin-bottom:12px;background:linear-gradient(135deg,#fff,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.excuse-legal-date{color:var(--excuse-text-muted);font-size:.9rem;margin-bottom:40px}.excuse-legal-section{margin-bottom:40px}.excuse-legal-section h2{font-size:1.75rem;font-weight:700;margin-bottom:16px;margin-top:32px;color:var(--excuse-text-main)}.excuse-legal-section h3{font-size:1.25rem;font-weight:600;margin-top:24px;margin-bottom:12px;color:var(--excuse-text-main)}.excuse-legal-section p{color:var(--excuse-text-muted);line-height:1.8;margin-bottom:16px}.excuse-legal-section ol,.excuse-legal-section ul{list-style-position:outside;margin-left:24px;margin-bottom:16px}.excuse-legal-section ul{list-style-type:disc}.excuse-legal-section ol{list-style-type:decimal}.excuse-legal-section li{color:var(--excuse-text-muted);line-height:1.8;margin-bottom:8px;padding-left:8px}.excuse-legal-section a{color:var(--excuse-primary);text-decoration:none;transition:opacity .2s}.excuse-legal-section a:hover{opacity:.8;text-decoration:underline}.excuse-legal-section strong{color:var(--excuse-text-main);font-weight:600}@media (max-width:640px){.excuse-legal-title{font-size:2rem}.excuse-legal-section h2{font-size:1.5rem}.excuse-legal-section h3{font-size:1.1rem}}