.header{position:fixed;top:33px;left:50%;transform:translate(-50%);width:948px;max-width:calc(100% - 40px);background:#ffffffb3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:77px;padding:8px;display:flex;align-items:center;justify-content:space-between;z-index:100}.logo{font-family:Playfair Display,serif;font-weight:600;font-size:24px;padding:0 8px}.header .button{background:#000;color:#fff;padding:16px 32px;border-radius:64px;text-decoration:none;font-size:16px;font-weight:400;transition:all .3s;border:none;cursor:pointer}.header .button:hover{background:#333}.main-container{flex:1;display:flex;align-items:center;justify-content:center;padding:120px 20px 40px;position:relative}.book-image{position:absolute;border:3px solid white;border-radius:24px;box-shadow:0 4px 4px #00000040;overflow:hidden}.book-image img{width:100%;height:100%;object-fit:cover;display:block}.book-1{width:280px;height:276px;left:20%;top:260px;transform:rotate(-5.5deg)}.book-2{width:200px;height:198px;right:20%;top:260px;transform:rotate(18deg)}.book-3{width:240px;height:237px;left:20%;bottom:180px;transform:rotate(10.7deg)}.book-4{width:280px;height:276px;right:20%;bottom:160px;transform:rotate(-6.2deg)}.content{max-width:627px;text-align:center;z-index:10;position:relative;background:transparent}.icon{font-size:48px;margin-bottom:20px}h1{font-size:40px;font-weight:600;color:#000;margin-bottom:16px;line-height:1.2}.subtitle{font-size:16px;color:#000;margin-bottom:24px;line-height:1.5}.message{background:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:24px;margin-bottom:24px;max-width:505px;margin-left:auto;margin-right:auto}.message p{font-size:16px;color:#000;line-height:1.6}.download-text{font-size:16px;color:#000;margin-bottom:20px;font-weight:500}.buttons{display:flex;flex-direction:column;gap:12px;align-items:center;margin-bottom:20px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 32px;border-radius:64px;text-decoration:none;font-size:16px;font-weight:400;transition:all .3s;cursor:pointer;border:none;min-width:240px}.button-primary{background:#000;color:#fff}.button-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.button-secondary{background:#ffffffb3;color:#000;border:2px solid rgba(0,0,0,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.button-secondary:hover{background:#ffffffe6;border-color:#0003;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.store-icon{width:20px;height:20px}.footer{font-size:14px;color:#0009;margin-top:20px;max-width:400px;margin-left:auto;margin-right:auto}.status{font-size:14px;color:#000;margin-bottom:20px;font-weight:500;background:#ffffffb3;padding:12px 24px;border-radius:32px;display:inline-block}@media(max-width:1200px){.book-1{width:200px;height:198px;left:8%;top:160px}.book-2{width:150px;height:148px;right:8%;top:160px}.book-3{width:170px;height:168px;left:10%;bottom:90px}.book-4{width:200px;height:198px;right:8%;bottom:80px}}@media(max-width:768px){.header{width:calc(100% - 32px);top:16px}.logo{font-size:20px}.header .button{padding:12px 24px;font-size:14px}h1{font-size:32px}.main-container{padding:100px 20px 40px}.book-1{width:150px;height:148px;left:5%;top:140px}.book-2{width:120px;height:119px;right:5%;top:140px}.book-3{width:130px;height:129px;left:7%;bottom:70px}.book-4{width:145px;height:143px;right:5%;bottom:60px}}@media(max-width:480px){h1{font-size:28px}.subtitle,.message p,.download-text{font-size:15px}.button-primary,.button-secondary{padding:14px 24px;font-size:15px;min-width:200px}.header{flex-direction:column;gap:12px;padding:12px;border-radius:24px}.book-1{width:120px;height:119px;left:8%;top:150px}.book-2{width:95px;height:94px;right:8%;top:150px}.book-3{width:105px;height:104px;left:10%;bottom:90px}.book-4{width:115px;height:114px;right:8%;bottom:85px}}.invitation-title{font-size:32px;font-weight:600;color:#000;margin-bottom:20px;line-height:1.2}.invitation-message{font-size:18px;color:#000;margin-bottom:32px;line-height:1.6}.desktop-instructions{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:32px;max-width:500px;margin:0 auto}.instruction-text{font-size:20px;font-weight:600;color:#000;margin-bottom:8px}.instruction-subtext{font-size:14px;color:#000000b3;margin-bottom:20px}.link-box{display:flex;gap:12px;align-items:stretch}.link-input{flex:1;padding:12px 16px;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;background:#fff;color:#000;font-family:monospace}.link-input:focus{outline:none;border-color:#0000004d}.copy-button{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;white-space:nowrap}.copy-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.character-preview{display:block}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff1d1;min-height:100vh;color:#000;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}
