html,body,#root{margin:0;min-height:100%;background:#14181d;font-family:Inter,system-ui,sans-serif}body{min-height:100vh}.boot{min-height:100vh;display:grid;place-items:center;color:#aaa}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 10%,#2b231b 0,transparent 35%),#14181d;color:#e9e6de}.auth-card{width:min(420px,100%);background:#1b2027;border:1px solid #2a2f37;border-radius:18px;padding:28px;box-shadow:0 24px 80px #0006}.auth-logo{display:flex;gap:12px;align-items:center;color:#f3d9b8}.auth-logo>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#c4772c;color:#fff}.auth-logo b{display:block;font:700 19px ui-monospace,monospace}.auth-logo small{display:block;color:#8f969f;margin-top:2px}.auth-card h1{font-size:25px;margin:28px 0 6px}.auth-card>p{margin:0 0 24px;color:#9ba1aa}.auth-card label{display:block;font-size:13px;color:#aab0b8;margin:13px 0}.auth-card input{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px;border-radius:9px;border:1px solid #343b44;background:#14181d;color:#fff;font-size:15px;outline:none}.auth-card form>button{width:100%;padding:12px;border:0;border-radius:9px;background:#c4772c;color:#fff;font-weight:800;font-size:15px;cursor:pointer;margin-top:8px}.auth-switch{width:100%;background:none;border:0;color:#d99a61;margin-top:16px;cursor:pointer}.auth-error{background:#3a2420;color:#f3b3aa;padding:10px;border-radius:8px;font-size:13px}.public-book{max-width:900px;margin:auto;min-height:100vh;padding:36px 22px;background:#faf9f6;color:#202428;box-sizing:border-box}.public-book header{border-bottom:3px solid #a85f1f;padding-bottom:18px}.public-book header>b{color:#a85f1f;font:700 12px ui-monospace,monospace;letter-spacing:1px}.public-book h1{margin:8px 0}.public-book h2{font-size:14px;letter-spacing:.5px;margin-top:28px}.public-book article{position:relative;padding:14px 0;border-bottom:1px solid #ddd}.public-book article>div{display:flex;justify-content:space-between;gap:12px}.public-book article span,.public-book article small{color:#6c7177;font-size:12px}.public-book article p{margin:5px 0}.public-book article strong{display:block;margin-top:6px}.public-book footer{margin-top:32px;padding-top:18px;border-top:1px solid #ddd;color:#777;font-size:12px}@media print{.public-book{max-width:none;padding:0}}.public-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;margin-top:10px}.public-photos img{width:100%;height:90px;object-fit:cover;border-radius:7px;border:1px solid #ddd}
