*{margin:0;padding:0;box-sizing:border-box}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,#ff6b6b,#ff8e8e,#ffb3ba);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:800px;margin:0 auto;padding:2rem}.card{background:white;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;margin-bottom:2rem}.header{text-align:center;margin-bottom:2rem}.logo{margin-bottom:0rem}.title{font-size:2.5rem;color:#333;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.2rem}.input-group{margin-bottom:1.5rem}.label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.input{width:100%;padding:1rem;border:2px solid #e1e1e1;border-radius:10px;font-size:1rem;transition:border-color .3s}.input:focus{outline:none;border-color:#ff6b6b}.button{background:#ff6b6b;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.button-center{margin:0 auto;display:flex;justify-content:center}.button:hover{background:#ff5252;transform:translateY(-2px)}.button-secondary{background:transparent;color:#ff6b6b;border:2px solid #ff6b6b}.button-secondary:hover{background:#ff6b6b;color:#fff}.tracking-info{display:grid;gap:1rem;margin-bottom:2rem}.info-item{display:flex;justify-content:space-between;padding:1rem;background:#f8f9fa;border-radius:10px}.info-label{font-weight:600;color:#666}.info-value{color:#333}.timeline{margin-top:2rem}.timeline-item{display:flex;gap:1rem;margin-bottom:1.5rem;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:1rem;top:2rem;width:2px;height:calc(100% + .5rem);background:#e1e1e1}.timeline-dot{width:2rem;height:2rem;border-radius:50%;background:#ff6b6b;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.timeline-content{flex:1}.timeline-location{font-weight:600;color:#333;margin-bottom:.25rem}.timeline-time{color:#666;font-size:.9rem}.share-link{background:#f8f9fa;padding:1rem;border-radius:10px;margin-top:2rem;text-align:center}.share-url{background:#e9ecef;padding:.5rem;border-radius:5px;font-family:monospace;margin:.5rem 0;word-break:break-all}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
