*{box-sizing:border-box;margin:0;padding:0}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;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333;display:flex;justify-content:center;align-items:center;padding:2rem}.container{max-width:600px;width:100%}.card{background:white;border-radius:16px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.3)}.header{text-align:center;margin-bottom:2rem}.logo{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo,.title{margin-bottom:.5rem}.title{font-size:1.5rem;font-weight:600;color:#333}.subtitle{color:#666;font-size:.95rem}.app-info{background:#f7f7f7;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.app-name{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.app-description{color:#666;font-size:.9rem;line-height:1.5}.permissions{margin-bottom:2rem}.permissions-title{font-weight:600;color:#333;margin-bottom:1rem}.permission-item{display:flex;align-items:flex-start;padding:.75rem;margin-bottom:.5rem;background:#f9f9f9;border-radius:8px}.permission-icon{font-size:1.25rem;margin-right:.75rem;flex-shrink:0}.permission-text{flex:1 1}.permission-name{font-weight:600;color:#333;margin-bottom:.25rem}.permission-description{font-size:.85rem;color:#666}.actions{display:flex;gap:1rem}.button{flex:1 1;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.button-secondary{background:white;color:#667eea;border:2px solid #667eea}.button-secondary:hover{background:#f7f7f7}.footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.footer-text{font-size:.85rem;color:#666}.footer-link{color:#667eea;text-decoration:none}.footer-link:hover{text-decoration:underline}.loading{text-align:center;padding:3rem}.spinner{border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}