body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{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,#667eea,#764ba2);min-height:100vh}.app{max-width:600px;margin:0 auto;min-height:100vh;background:#fff;box-shadow:0 0 40px #0000001a;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:2rem 1.5rem;text-align:center;border-radius:0 0 2rem 2rem;box-shadow:0 4px 15px #f093fb4d}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.subtitle{font-size:1rem;opacity:.95}.app-main{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.author-switch{display:flex;gap:1rem;justify-content:center}.author-btn{padding:.75rem 2rem;border:2px solid #f093fb;border-radius:2rem;background:#fff;color:#f5576c;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.author-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f093fb4d}.author-btn.active{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-color:transparent}.love-input-form{background:#f8f9fa;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #0000000d}.input-header{margin-bottom:1rem}.author-label{font-weight:600;color:#f5576c;font-size:1.1rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.input-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:.75rem;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.input-group textarea:focus{outline:none;border-color:#f093fb}.input-group button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.input-group button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.input-group button:disabled{opacity:.5;cursor:not-allowed}.char-count{text-align:right;font-size:.875rem;color:#6c757d}.records-section{flex:1;display:flex;flex-direction:column}.records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.records-header h2{font-size:1.5rem;color:#2d3436}.clear-btn{padding:.5rem 1rem;background:#fff;color:#dc3545;border:1px solid #dc3545;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .3s ease}.clear-btn:hover{background:#dc3545;color:#fff}.records-list{flex:1;display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.records-list::-webkit-scrollbar{width:6px}.records-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.records-list::-webkit-scrollbar-thumb{background:#f093fb;border-radius:3px}.message{animation:slideIn .3s ease}.message.me{align-self:flex-end}.message.partner{align-self:flex-start}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content{max-width:85%;padding:1rem 1.25rem;border-radius:1rem;position:relative}.message.me .message-content{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:1rem 1rem .25rem}.message.partner .message-content{background:#f8f9fa;color:#2d3436;border-radius:1rem 1rem 1rem .25rem}.message-content p{margin-bottom:.5rem;line-height:1.6;word-wrap:break-word}.timestamp{display:block;font-size:.75rem;opacity:.8}.message.me .timestamp{color:#ffffffe6}.message.partner .timestamp{color:#6c757d}.empty-state{text-align:center;padding:3rem 1rem;color:#6c757d}.empty-state p{margin-bottom:1.5rem;font-size:1.1rem}.heart-animation{font-size:4rem;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.app-footer{text-align:center;padding:1.5rem;color:#6c757d;font-size:.875rem;background:#f8f9fa}@media(max-width:640px){.app{box-shadow:none}.app-header h1{font-size:2rem}.app-main{padding:1rem;gap:1.5rem}.message-content{max-width:90%}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:#fff;border-radius:1.5rem;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 10px 40px #0000001a}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header .subtitle{color:#6c757d;font-size:.9rem}.auth-tabs{display:flex;background:#f8f9fa;border-radius:1rem;padding:.25rem;margin-bottom:2rem}.tab{flex:1;padding:.75rem;border:none;background:transparent;color:#6c757d;font-size:1rem;font-weight:500;cursor:pointer;border-radius:.75rem;transition:all .3s ease}.tab.active{background:#fff;color:#f5576c;box-shadow:0 2px 8px #0000000d}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#2d3436}.form-group input{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:.75rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#f093fb}.optional{font-weight:400;color:#adb5bd;font-size:.85rem}.hint{font-size:.8rem;color:#adb5bd;margin:-.25rem 0 .25rem}.error-message{background:#fff5f5;color:#dc3545;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;border:1px solid #fed7d7}.success-message{background:#f0fff4;color:#27ae60;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;border:1px solid #c6f6d5;text-align:center;font-weight:500}.submit-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.header-top{display:flex;justify-content:space-between;align-items:center}.logout-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d}.pairing-card{background:#f8f9fa;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.pairing-card.paired{background:linear-gradient(135deg,#f093fb20,#f5576c20);border:2px solid #f093fb}.pairing-header{text-align:center;margin-bottom:1.5rem}.pairing-header h3{font-size:1.3rem;color:#2d3436;margin-bottom:.5rem}.pairing-header p{color:#6c757d;font-size:.9rem}.paired-status{font-size:1.1rem;font-weight:600;color:#f5576c;margin-bottom:1rem}.partner-info{background:#fff;padding:1rem;border-radius:.75rem;margin-bottom:1rem}.partner-info .label{color:#6c757d;font-size:.9rem}.partner-info .partner-name{color:#f5576c;font-size:1.2rem;font-weight:600;margin-left:.5rem}.unpair-btn{width:100%;padding:.75rem;background:#fff;color:#dc3545;border:2px solid #dc3545;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.unpair-btn:hover{background:#dc3545;color:#fff}.search-box{margin-bottom:1rem}.search-box input{width:100%;padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:.75rem;font-size:1rem;transition:border-color .3s ease}.search-box input:focus{outline:none;border-color:#f093fb}.search-results{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.user-item{background:#fff;padding:1rem;border-radius:.75rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d}.user-info{display:flex;gap:.75rem;align-items:center}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.user-details{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:600;color:#2d3436}.user-date{font-size:.8rem;color:#adb5bd}.pair-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.pair-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5576c66}.no-results{text-align:center;padding:2rem 1rem;color:#6c757d}.no-results p{margin-bottom:.5rem}.no-results .hint{font-size:.85rem;color:#adb5bd}.waiting-pair{text-align:center;padding:3rem 1rem;color:#6c757d;background:#f8f9fa;border-radius:1rem}.waiting-pair p{font-size:1.1rem}@media(max-width:640px){.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:2rem}.user-item{flex-direction:column;gap:1rem;text-align:center}.user-info{flex-direction:column}}
