:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#f5f5f5;background:#111;line-height:1.5}*{box-sizing:border-box}body{margin:0;background:#111}button,input{font:inherit}button{cursor:pointer}.center-card{width:min(460px,calc(100% - 32px));margin:12vh auto;padding:32px;border:1px solid #333;border-radius:18px;background:#191919}.stack{display:grid;gap:14px}.stack input,.create-grid input{width:100%;padding:12px;border:1px solid #444;border-radius:9px;background:#101010;color:#fff}.stack button,.create-grid button{padding:12px 16px;border:0;border-radius:9px;background:#f0c34e;color:#111;font-weight:800}.admin{width:min(1100px,calc(100% - 32px));margin:auto;padding:30px 0 70px}.admin header{display:flex;align-items:center;justify-content:space-between}.admin h1{margin-bottom:0}.admin p{color:#aaa}.panel{background:#191919;border:1px solid #303030;border-radius:18px;padding:24px;margin-top:22px}.create-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.create-grid label{display:grid;gap:7px;color:#bbb}.create-grid .file,.create-grid button{grid-column:span 2}.create-grid button{display:flex;justify-content:center;align-items:center;gap:8px}.ghost,.icon{display:inline-flex;align-items:center;gap:8px;background:#242424;color:#fff;border:1px solid #3a3a3a;border-radius:9px;padding:9px}.guide-list{display:grid;gap:10px}.guide-list article{display:flex;justify-content:space-between;align-items:center;background:#111;border-radius:11px;padding:13px}.guide-list article div:first-child{display:grid}.guide-list span{color:#888;font-size:.9rem}.actions{display:flex;gap:8px}.danger{color:#ff8b8b}.viewer{height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at center,#3d3d3d,#151515 70%)}.viewer-top{min-height:58px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;background:#111;border-bottom:1px solid #333;z-index:4}.toolbar{display:flex;gap:7px}.toolbar button{width:39px;height:39px;display:grid;place-items:center;background:#272727;color:#fff;border:1px solid #404040;border-radius:8px}.toolbar svg,.nav svg{width:20px}.book-stage{flex:1;position:relative;overflow:auto;display:flex;align-items:center;justify-content:center;padding:22px 58px}.book{display:flex;align-items:center;justify-content:center;gap:3px;filter:drop-shadow(0 18px 28px #0008);transition:transform .2s}.pdf-page,.blank-page{display:block;background:#fff;max-height:calc(100dvh - 135px);max-width:min(44vw,850px);object-fit:contain}.blank-page{aspect-ratio:.7727;width:min(44vw,850px);background:#222}.book:not(.single) .pdf-page:first-child{border-radius:5px 0 0 5px}.book:not(.single) .pdf-page:last-child{border-radius:0 5px 5px 0}.single .pdf-page{border-radius:5px}.nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:58px;display:grid;place-items:center;border:1px solid #555;border-radius:11px;background:#111d;color:#fff;z-index:3}.nav.left{left:9px}.nav.right{right:9px}.nav:disabled{opacity:.2;cursor:default}.page-count{text-align:center;padding:8px;color:#aaa;background:#111;border-top:1px solid #333}.viewer-state{height:100dvh;display:grid;place-items:center}.error{color:#f99}@media(max-width:760px){.create-grid{grid-template-columns:1fr}.create-grid .file,.create-grid button{grid-column:span 1}.admin header{align-items:flex-start}.book-stage{padding:12px 44px}.pdf-page{max-width:calc(100vw - 92px);max-height:calc(100dvh - 145px)}.viewer-top strong{max-width:42vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
