:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}body{min-width:320px}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h1{text-align:center;color:#333;margin-bottom:30px;font-size:28px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:10px;border-radius:4px;margin-bottom:15px;font-size:14px;border-left:4px solid #c33}.success-message{background-color:#e9f9ee;color:#207544;padding:10px;border-radius:4px;margin-bottom:15px;font-size:14px;border-left:4px solid #207544}.login-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-bottom:20px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;color:#888;font-size:14px}.login-footer p{margin:0}.link-button{border:none;background:none;color:#4a5ecf;text-decoration:underline;cursor:pointer;font-size:14px;padding:0}.link-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:480px){.login-box{padding:30px 20px}.login-box h1{font-size:24px;margin-bottom:25px}}.book-layer{position:absolute;top:40%;left:20%;pointer-events:auto;z-index:30;transition:filter .25s ease-out;will-change:transform,filter;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:none;transition:opacity .5s ease;opacity:1}.book-layer--dragging{transition:none;filter:drop-shadow(0 8px 25px rgba(0,0,0,.3)) drop-shadow(0 0 20px rgba(255,200,100,.5));z-index:1000;cursor:grabbing}.book-layer--hidden{visibility:hidden;opacity:0;pointer-events:none}.book-layer__image{display:block;width:auto;height:154px;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;position:relative;z-index:2}.book-layer__hit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% + var(--drag-hit, 48px));height:calc(100% + var(--drag-hit, 48px));background:transparent;pointer-events:auto;z-index:3}.book-layer:hover:not(.book-layer--dragging){filter:drop-shadow(0 0 15px rgba(255,200,100,.6)) drop-shadow(0 0 30px rgba(255,180,80,.4))}.book-layer__image{transition:transform .18s ease-out,filter .18s ease-out}.book-layer:hover:not(.book-layer--dragging) .book-layer__image{transform:scale(1.03)}.logout-button-container{position:relative;width:0;height:0}.floating-logout-button{position:fixed;bottom:30px;right:30px;width:80px;height:80px;border-radius:50%;background:transparent;border:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:none;transition:all .3s ease;z-index:999}.floating-logout-button:hover{transform:scale(1.1) translateY(-4px);box-shadow:none;background:transparent}.floating-logout-button:active{transform:scale(.95);box-shadow:none}.logout-icon{width:70px;height:60px}.confirmation-icon{position:fixed;width:30px;height:30px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;padding:0}.confirmation-icon img{width:100%;height:100%;object-fit:contain}.confirmation-icon:hover{transform:scale(1.1)}.confirmation-icon:active{transform:scale(.95)}.confirm-checkmark{bottom:55px;right:30px;animation:slideInCheckmark .3s ease}.confirm-crossmark{bottom:55px;right:80px;animation:slideInCrossmark .3s ease}@keyframes slideInCheckmark{0%{opacity:0;transform:translate(-20px,20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInCrossmark{0%{opacity:0;transform:translate(20px,20px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.floating-logout-button{bottom:20px;right:20px;width:70px;height:70px}.logout-icon{width:60px;height:52px}.confirm-checkmark{bottom:50px;right:20px}.confirm-crossmark{bottom:50px;right:70px}}@media(max-width:480px){.floating-logout-button{bottom:15px;right:15px;width:60px;height:60px}.logout-icon{width:50px;height:43px}.confirmation-icon{width:35px;height:35px}.confirm-checkmark{bottom:40px;right:15px}.confirm-crossmark{bottom:40px;right:60px}}.parallax-container{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:0}.parallax-container__scene{position:absolute;inset:0;width:100%;height:100%;will-change:transform}.parallax-container--touch-pan{touch-action:none;cursor:grab}.mode-flip-switch{perspective:800px}.mode-flip-switch__button{width:46px;height:46px;border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.mode-flip-switch__coin{position:relative;width:100%;height:100%;border-radius:999px;transform-style:preserve-3d;transition:transform .6s ease}.mode-flip-switch__coin--flipped{transform:rotateY(180deg)}.mode-flip-switch__face{position:absolute;inset:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;backface-visibility:hidden;font-size:18px;font-weight:700;line-height:1}.mode-flip-switch__face--back{transform:rotateY(180deg)}.mode-flip-switch--simple .mode-flip-switch__button{border:1px solid #6f3d1e;color:#6f3d1e}.mode-flip-switch--simple .mode-flip-switch__face{background:#fff}.mode-flip-switch--full .mode-flip-switch__button{border:1px solid #e6d6b8;color:#4b3522}.mode-flip-switch--full .mode-flip-switch__face{background:#fff7e8}.containers{flex-shrink:0;min-width:0;margin-top:0;border:1px solid #d5c7a8;border-radius:12px;padding:14px;background:#fffaf1;box-shadow:0 4px 12px #4b342114}.containers__status{margin:0;color:#6f5a47}.containers__status--error{color:#a13e2a}.containers__list{margin:0;padding:0;list-style:none;display:flex;gap:12px}.containers__viewport{min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;touch-action:pan-x;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.containers__viewport::-webkit-scrollbar{display:none}.containers__item{flex:0;border:1px solid #eadfc7;border-radius:10px;padding:0;background:#fffcf6;-webkit-user-select:none;user-select:none}.containers__item-button{width:100%;height:100%;border:0;background:transparent;display:grid;place-items:center;padding:0;cursor:pointer}.containers__icon{display:grid;place-items:center;width:34px;height:34px;border:2px solid #8c6a41;border-radius:6px;background:linear-gradient(180deg,#efd7ad,#cfab75);box-shadow:inset 0 -2px #5d3c1a33;font-size:15px;font-weight:700;color:#4a331e;text-transform:uppercase}@media(max-width:640px){.containers__item{flex-basis:56px;height:56px}}.check-list{width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.checklist-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;background:#fffcf6;box-shadow:0 4px 12px #4b342114}.checklist-content__status{margin:0;padding:8px 0;color:#6f5a47}.checklist-content__status--error{color:#a13e2a}.checklist-content__accordion{flex:0 0 auto;min-height:auto;max-height:none;overflow:visible;display:block;gap:0}.checklist-content__group{background:#f3e7d2;margin:0;overflow:hidden}.checklist-content__summary{border:1px solid #eadfc7;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:700;color:#4a331e}.checklist-content__summary::-webkit-details-marker{display:none}.checklist-content__count{font-size:12px;font-weight:600;color:#8e765f}.checklist-content__tags{margin:0;padding:0 12px 10px;font-size:12px;color:#8e765f}.checklist-content__items{margin:0;padding:0;background:#fbf4e8;list-style:none;display:grid;gap:8px}.checklist-content__items:not(:empty){padding:12px}.checklist-content__item{color:#3d1a1f}.checklist-content__item-button{width:100%;border:0;background:transparent;padding:4px;display:flex;align-items:center;gap:8px;color:inherit;text-align:left;cursor:pointer}.checklist-content__item-button:focus,.checklist-content__item-button:focus-visible{outline:none;box-shadow:none}.checklist-content__item-check{width:16px;height:16px;border:1px solid #8c6a41;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;color:#fff;background:transparent}.checklist-content__item-check--checked{background:#6f3d1e}.simple-mode{display:flex;flex-direction:column;height:100dvh;box-sizing:border-box;padding:0;background:linear-gradient(180deg,#f4f2e8,#efe7d0);color:#3d2a1a;overflow:hidden}.simple-mode__header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #d5c7a8;padding:0;background:linear-gradient(180deg,#f4f2e8,#efe7d0)}.simple-mode__header h1{margin:0;font-size:28px}.simple-mode__header p{margin:4px 0 0;color:#6f5a47}.simple-mode__logout{border:1px solid #6f3d1e;background:#fff;color:#6f3d1e}.simple-mode__profile{width:46px;height:46px;border:1px solid #6f3d1e;border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;padding:0;cursor:pointer}.simple-mode__profile-menu{position:relative}.simple-mode__profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:140px;background:#fffaf1;border:1px solid #d5c7a8;border-radius:10px;box-shadow:0 10px 24px #4b34212e;padding:6px}.simple-mode__profile-dropdown-item{width:100%;border:0;background:transparent;color:#6f3d1e;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer}.simple-mode__profile-dropdown-item:hover{background:#f2e7d1}.simple-mode__profile-avatar{width:34px;height:34px;object-fit:contain;display:block}.simple-mode__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.simple-mode__main{flex:1;min-height:0;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;row-gap:14px;overflow:hidden}.simple-mode__main>*{min-height:0;min-width:0}.simple-mode__checklist-slot{min-height:0;min-width:0;overflow:hidden;display:flex;flex-direction:column}.simple-mode__grid{flex:1;min-height:0;align-content:start}.simple-mode__footer{flex-shrink:0;margin-top:20px;padding-top:12px;border-top:1px solid rgba(111,90,71,.25);display:flex;justify-content:center;color:#6f5a47}.simple-mode__card{background:#fffaf1;border:1px solid #d5c7a8;border-radius:12px;padding:14px;box-shadow:0 4px 12px #4b342114}.simple-mode__card h2{margin:0;font-size:18px;line-height:1.3}.simple-mode__author{margin:8px 0 0;color:#6f5a47}.simple-mode__tag{margin:2px 0 14px;color:#8e765f;font-size:14px}.simple-mode__card button{background:#6f3d1e;color:#fff;border:none}.simple-mode__empty{grid-column:1 / -1;text-align:center;background:#ffffffb3;border:1px dashed #c9b38f;border-radius:12px;padding:24px;color:#6f5a47}@media(max-width:300px){.simple-mode__header{align-items:flex-start;flex-direction:column}}.simple-mode__controls{display:flex;gap:8px;align-items:center}.simple-mode__mode-toggle{padding:8px 12px;background:#d4b47c;border:1px solid #4b3522;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;color:#3d2a1a;transition:background .2s ease}.simple-mode__mode-toggle:hover{background:#e0c491}.simple-mode__mode-toggle:active{background:#c9a870}.app,.full-mode{width:100%;height:100%}.full-mode__header{position:fixed;top:0;left:0;right:0;z-index:5000;display:flex;align-items:center;gap:16px;padding:16px 20px;pointer-events:none}.full-mode__header>*{pointer-events:auto}.full-mode__header-spacer{flex:1}.full-mode__main{width:100%;height:100%}.full-mode__footer{position:fixed;left:0;right:0;bottom:0;z-index:5000;display:flex;justify-content:center;padding:12px 20px;color:#f1e6cc;text-shadow:0 1px 2px rgba(0,0,0,.8);pointer-events:none}.full-mode__footer small{font-size:12px;letter-spacing:.03em}.background-layer{position:absolute;overflow:visible;pointer-events:none}.background-layer__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none}.shelf-layer{position:absolute;bottom:60vh;left:28%;pointer-events:auto;transition:transform .25s ease-out,filter .25s ease-out;will-change:transform,filter}.shelf-layer__image{display:block;width:45vw;min-width:150px;max-width:400px;object-fit:contain;-webkit-user-select:none;user-select:none}.shelf-layer:hover{filter:drop-shadow(0 0 20px rgba(255,200,100,.6)) drop-shadow(0 0 40px rgba(255,180,80,.4));transform:translate3d(-50%,0,0) scale(1.03)!important}.simple-mode__footer{margin-top:22px;padding-top:12px;border-top:1px solid rgba(111,90,71,.25);display:flex;justify-content:center;color:#6f5a47}.simple-mode__footer small{font-size:12px}.full-mode__controls{position:fixed;bottom:20px;right:20px;display:flex;gap:10px;z-index:5000}.full-mode__mode-toggle{padding:8px 12px;background:#d4b47c;border:1px solid #4b3522;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;color:#3d2a1a;transition:background .2s ease}.full-mode__mode-toggle:hover{background:#e0c491}.full-mode__mode-toggle:active{background:#c9a870}@media(max-width:768px){.shelf-layer{bottom:30vh}.shelf-layer__image{width:55vw;min-width:250px;max-width:600px}}@media(max-width:480px){.shelf-layer{bottom:25vh}.shelf-layer__image{width:70vw;min-width:200px;max-width:400px}}
