*{box-sizing:border-box}body{margin:0;background:#f7f8fa;color:#24323a;font-family:system-ui,-apple-system,Segoe UI,Hiragino Sans,sans-serif}main{max-width:640px;margin:auto;padding:20px}header{display:flex;align-items:center;justify-content:space-between;gap:12px}h1{font-size:1.4rem}.card{display:block;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0001;padding:16px;margin:12px 0;color:inherit;text-decoration:none}.login{margin-top:20vh}input,select,textarea,button{width:100%;padding:11px;margin:6px 0;border:1px solid #ccd5d9;border-radius:8px;font:inherit}input[type=checkbox]{width:auto;margin-right:8px}textarea{min-height:72px;resize:vertical}button,.primary{display:inline-block;background:#2b7a78;color:#fff;border:0;text-align:center;text-decoration:none;padding:12px;border-radius:8px;cursor:pointer}.primary{width:100%;margin:8px 0}button:disabled{opacity:.55;cursor:not-allowed}.error{color:#c0392b}.warn{color:#b95c00}.muted{opacity:.55;text-decoration:line-through}small{display:block;color:#667}em{color:#c0392b;font-style:normal}.bubble{max-width:80%;padding:10px;border-radius:12px;white-space:pre-wrap}.bubble.me{margin-left:auto;background:#dcefee}.bubble.partner{background:#eee}.reply{font-size:16px;line-height:1.7;white-space:pre-wrap}pre{white-space:pre-wrap;overflow:auto}label{display:block;margin-top:8px}.toast{position:sticky;bottom:12px;background:#24323a;color:#fff;padding:10px;border-radius:8px;text-align:center}.skeleton{margin-top:10px;padding:16px;border-radius:8px;background:linear-gradient(90deg,#edf1f2 25%,#f7f8fa 37%,#edf1f2 63%);background-size:400% 100%;animation:loading 1.2s ease infinite;color:#667}.segmented{display:flex;gap:6px;margin:6px 0 12px}.segmented button{flex:1;background:#e8eeee;color:#355}.segmented button.active{background:#2b7a78;color:#fff}@keyframes loading{0%{background-position:100% 0}to{background-position:-100% 0}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;padding:20px;background:#0006;overflow:auto}.modal{max-width:600px;margin:8vh auto}.text-button{width:auto;background:transparent;color:#2b7a78;padding:6px}.image-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.image-previews img{width:100%;max-height:200px;object-fit:cover;border-radius:8px}
