.app-layout{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}.app-body{display:flex;flex:1;overflow:hidden}.app-main{flex:1;overflow-y:auto;background:#f8fafc}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:sticky;top:0;z-index:200;box-shadow:0 1px 3px #0000000d}.sticky-header{position:sticky;top:0;z-index:200}.header-left,.header-center,.header-right{display:flex;align-items:center;gap:1rem}.header-right,.header-menu{position:relative}.header-menu-dropdown{position:absolute;right:0;top:110%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px #0f172a1f;padding:.35rem;min-width:140px;z-index:300}.header-menu-dropdown button{width:100%;text-align:left;background:transparent;border:none;padding:.65rem .75rem;border-radius:8px;font-weight:700;color:#0f172a}.header-menu-dropdown button:hover{background:#f8fafc}.header-center{flex:1;max-width:600px}.app-logo{font-size:1.25rem;font-weight:700;color:#0f172a;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .2s}.app-logo:hover{color:#8b5a2b}.global-search-input{width:100%;padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.95rem;transition:all .2s}.global-search-input:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}.library-selector{padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#fff;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s;min-width:160px}.library-selector:hover{border-color:#cbd5e1}.library-selector:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}.header-icon-btn{width:40px;height:40px;border-radius:.75rem;border:2px solid #e2e8f0;background:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0}.header-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1}.user-info{display:flex;align-items:center}.user-name{font-size:.9rem;color:#475569;font-weight:500}.app-sidebar{width:240px;background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto}.sidebar-nav{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:#64748b;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s}.nav-link:hover{background:#f8fafc;color:#0f172a}.nav-link.active{background:#e0e7ff;color:#1d4ed8;box-shadow:0 0 0 1px #1d4ed829 inset}.nav-icon{font-size:1.25rem}@media (max-width: 768px){.app-body{flex-direction:column;overflow:visible}.app-sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;height:72px;border-top:1px solid #e2e8f0;border-right:none;background:#fff;z-index:30}.sidebar-nav{padding:.5rem .75rem;flex-direction:row;justify-content:space-around;align-items:center;gap:.25rem}.nav-link{flex-direction:column;gap:.25rem;padding:.35rem .75rem;font-size:.82rem}.nav-icon{font-size:1.2rem}.app-main{padding-bottom:88px}.app-sidebar{display:block!important}}.nav-label{flex:1}.page-container{padding:1.5rem 2rem;max-width:1280px;margin:0 auto;width:100%}.page-header{margin-bottom:2rem}.page-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#0f172a}.page-subtitle{color:#64748b;font-size:1rem;margin:0}.page-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.library-tabs{display:flex;gap:.5rem;padding:1rem 0;overflow-x:auto;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.library-tab{padding:.625rem 1.25rem;border:none;background:transparent;color:#64748b;font-weight:600;font-size:.95rem;border-radius:.5rem;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative}.library-tab:hover{background:#f8fafc;color:#0f172a}.library-tab.active{color:#8b5a2b;background:linear-gradient(135deg,#fffbf5,#fef8f0)}.library-tab.active:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:3px;background:linear-gradient(to right,#8b5a2b,#9c6b3c);border-radius:3px 3px 0 0}.dashboard-section{margin-bottom:2.5rem}.dashboard-section:last-child{margin-bottom:0}.dashboard-section h2{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:#0f172a}.home-cta{max-width:1100px}.home-hero{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem 1.75rem;box-shadow:0 16px 30px #0f172a0f;margin-bottom:1.25rem}.home-hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.home-hero h1{margin:0 0 .35rem;font-size:2rem;font-weight:800;color:#0f172a}.home-hero .page-subtitle{margin:0}.home-hero-hint{margin:.9rem 0 0;color:#64748b;font-size:.95rem}.home-library-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border-radius:999px;border:1px solid #e2e8f0;background:#fffc;backdrop-filter:blur(6px);color:#0f172a;font-weight:700}.home-library-chip.active{border-color:#8b5a2b59;background:#fffaf3}.home-library-chip-label{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#8b5a2b}.home-library-chip-value{font-size:.95rem;color:#0f172a}.cta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}.cta-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 14px 28px #0f172a0f;display:flex;flex-direction:column;gap:.65rem;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#d6c4a2}.cta-card.cta-search:before{background:#8b5a2b}.cta-card.cta-add:before{background:#c0ad8a}.cta-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;background:#f8fafc;border:1px solid #e2e8f0}.cta-card h2{margin:.2rem 0 0;font-size:1.25rem;font-weight:800;color:#0f172a}.cta-text{margin:0;color:#64748b;line-height:1.6;font-size:.98rem}.cta-actions{margin-top:auto;padding-top:.35rem;display:flex;gap:.75rem;flex-wrap:wrap}.libraries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.25rem;align-items:stretch;margin-top:1.25rem}.libraries-page .page-header{margin-bottom:.4rem}.libraries-page .libraries-grid{margin-top:.35rem}.lib-cta-card{cursor:pointer;text-align:left;outline:none}.lib-cta-card:focus-visible{box-shadow:0 0 0 3px #2563eb2e}.lib-cta-card.selected{border-color:#2563eb8c;box-shadow:0 16px 30px #2563eb1a}.lib-cta-card:before{background:#cbd5e1}.lib-cta-card.lib-cta-owned:before{background:#2563eb}.lib-cta-card.lib-cta-linked:before{background:#0ea5e9}.lib-cta-card.lib-cta-shared:before{background:#8b5cf6}.lib-cta-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.lib-cta-tags{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.lib-cta-pill{display:inline-flex;align-items:center;padding:.32rem .55rem;border-radius:999px;background:#2563eb;border:1px solid rgba(29,78,216,.35);color:#fff;font-weight:900;font-size:.82rem;white-space:nowrap}.lib-cta-pill.subtle{background:#f8fafc;border-color:#e2e8f0;color:#475569;font-weight:800}.lib-cta-title{margin:.2rem 0 0;font-size:1.25rem;font-weight:900;line-height:1.25}.lib-cta-meta{display:flex;gap:.6rem;flex-wrap:wrap;color:#64748b;font-weight:700;font-size:.85rem}.lib-cta-open{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-weight:900}@media (max-width: 900px){.libraries-grid{grid-template-columns:1fr}}@media (max-width: 900px){.cta-grid{grid-template-columns:1fr}}@media (max-width: 640px){.home-hero{padding:1.1rem}.home-hero h1{font-size:1.6rem}.cta-card{padding:1.25rem 1.25rem 1.1rem}.cta-actions button{width:100%;justify-content:center}}.home-activity{margin-top:1.25rem}.home-tabs{display:flex;gap:.25rem;padding:.35rem .45rem .55rem;border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:none}.home-tab{flex:1;padding:.65rem .85rem;border-radius:12px 12px 0 0;border:1px solid transparent;background:transparent;color:#334155;font-weight:800;box-shadow:none;position:relative}.home-tab.active{background:transparent;border-color:transparent;color:#2563eb;box-shadow:none}.home-tab.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-4px;height:4px;border-radius:999px;background:#2563eb;opacity:1}.home-tab-count{margin-left:.4rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.35rem;padding:0 .45rem;border-radius:999px;background:#e2e8f0;border:1px solid #d1d5db;color:#334155;font-size:.8rem;font-weight:800}.home-tab.active .home-tab-count{background:#2563eb;border-color:#2563eb;color:#fff}.home-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #8b5a2b38}.home-panel{margin-top:.9rem;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:.95rem 1.05rem;box-shadow:0 16px 30px #0f172a0f;display:flex;flex-direction:column;max-height:clamp(260px,52vh,560px);overflow:hidden}.home-panel-top{flex:0 0 auto}.home-panel-scroll{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:.25rem}.home-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.home-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .95rem;border-radius:16px;border:1px solid #e2e8f0;background:#fff;transition:all .15s;cursor:pointer}.home-item:hover{border-color:#cbd5e1;box-shadow:0 8px 16px #0f172a0d;background:#f7fafc}.home-item-main{flex:1;min-width:0}.home-item-title{font-size:1rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-item-meta{margin-top:.25rem;color:#64748b;font-size:.9rem;display:flex;flex-wrap:wrap;gap:.35rem}.home-item-side{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.home-pill{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#1f2937;font-size:.8rem;font-weight:800;white-space:nowrap}.home-pill.active{border-color:#c7d2fe;background:#e0e7ff;color:#1d4ed8}.home-pill.pending{border-color:#fde68a;background:#fef3c7;color:#92400e}.home-pill.ready{border-color:#bbf7d0;background:#e7f9ef;color:#166534}.home-pill.subtle{background:#fff;color:#475569}button.btn-sm{padding:.5rem .8rem;border-radius:12px;font-size:.85rem}@media (max-width: 640px){.home-item{align-items:flex-start;flex-direction:column}.home-item-side{justify-content:flex-start}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.stat-card{background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #f1f5f9;border-radius:1rem;padding:1.5rem;display:flex;gap:1.25rem;align-items:center}.stat-icon{font-size:2.5rem}.stat-info{flex:1}.stat-label{font-size:.85rem;color:#64748b;font-weight:600;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#0f172a}.search-box{display:flex;gap:1rem;margin-bottom:2rem}.search-input-large{flex:1;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem}.search-input-large:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}@media (max-width: 768px){.app-header{padding:0 1rem;gap:1rem}.header-center{max-width:none}.app-logo{font-size:1rem}.library-selector{min-width:120px;font-size:.85rem}.app-sidebar{display:none}.page-container{padding:1.5rem 1rem}.page-header h1{font-size:1.5rem}}.settings-grid{display:flex;flex-direction:column;gap:1.5rem;min-height:600px;max-height:600px;overflow-y:auto}.settings-grid::-webkit-scrollbar{width:6px}.settings-grid::-webkit-scrollbar-track{background:transparent}.settings-grid::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.settings-grid::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.mypage-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.profile-header{display:flex;align-items:center;gap:1.5rem}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #8b5a2b}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#8b5a2b,#9c6b3c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.profile-info h2{margin:0 0 .5rem;font-size:1.5rem;color:#0f172a}.profile-email{color:#64748b;margin:0 0 .25rem;font-size:.95rem}.profile-uid{color:#94a3b8;margin:0;font-size:.85rem;font-family:monospace}.mypage-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.mypage-section h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:#0f172a}.library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;align-items:stretch}.library-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.library-toolbar__titles h1{margin:0 0 .35rem}.library-toolbar__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;flex:1}.library-search{padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:10px;min-width:220px;flex:1 1 260px;max-width:360px}.lib-filter{display:inline-flex;gap:.4rem;align-items:center}.lib-filter-btn{padding:.45rem .7rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font-weight:700}.lib-filter-btn.active{border-color:#2563eb;color:#2563eb;background:#eef2ff}.lib-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;padding:0 .4rem;margin-left:.35rem;background:#e2e8f0;border-radius:999px;font-size:.8rem;font-weight:800}.library-card{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.05rem;transition:all .2s;text-align:left;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.45rem}.library-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #2563eb14;border-color:#cbd5e1}.library-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.library-card-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0;flex:1 1 auto}.library-card-name{min-width:0;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;word-break:break-word;line-height:1.35}.library-card-badges{display:inline-flex;gap:.35rem;align-items:center;flex:0 0 auto}.library-card-header h3{margin:0;font-size:1rem;color:#0f172a}.library-card-meta-line{display:flex;flex-wrap:wrap;gap:.5rem;color:#64748b;font-size:.85rem;font-weight:700}.library-card-desc{margin:.15rem 0 0;color:#475569;font-size:.9rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.library-card-meta{display:flex;gap:.5rem;font-size:.88rem;color:#64748b;font-weight:600;line-height:1.5}.library-card-footer{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.4rem}.library-card-selected{border-color:#2563eb;box-shadow:0 8px 20px #2563eb1f}.lib-chip-neutral{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .55rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:.85rem;font-weight:700}.lib-role-chip{padding:.35rem .65rem;border-radius:999px;background:#2563eb;color:#fff;font-weight:700;font-size:.85rem;white-space:nowrap}.lib-access-chip{padding:.32rem .55rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-weight:800;font-size:.82rem;white-space:nowrap}@media (max-width: 900px){.library-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.account-actions{display:flex;gap:1rem}@media (max-width: 768px){.profile-header{flex-direction:column;text-align:center}.library-grid{grid-template-columns:1fr}}.app-grid{display:grid;gap:1.5rem;padding:1.5rem;max-width:1200px;margin:0 auto}.layout-two-col{display:grid;gap:1.5rem;grid-template-columns:280px 1fr;align-items:start;padding:1.5rem;max-width:1200px;margin:0 auto}.card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 12px 30px #0f172a1f}.card-header{display:flex;align-items:center;justify-content:space-between}button{border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:.95rem;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}button.primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #0f172a14;border:1px solid #1d4ed8;text-shadow:none}button.primary:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0f172a1f;background:#1d4ed8}button.primary:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a24 inset;background:#1b46b4}button.secondary{background:#fdfbf7;color:#5d4e40;border:1px solid #d6c4a2;box-shadow:0 1px 2px #0000000d}button.secondary:hover{background:#fff;border-color:#c0ad8a;color:#3e3328;box-shadow:0 2px 4px #0000000d}button.secondary:active{background:#f4ecd8;box-shadow:inset 0 1px 2px #0000000d}button.primary:after{display:none}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.app-header .welcome{margin:0;font-weight:600}.app-header .uid{color:#475569}.scanner{width:100%;aspect-ratio:3 / 2;border-radius:1rem;overflow:hidden;margin-top:1rem;background:#0f172a;position:relative}.scanner video{width:100%;height:100%;object-fit:cover}.scanner-overlay .scanner-mask{position:absolute;inset:0;background:radial-gradient(circle,#0000 45%,#000000a6 60%);pointer-events:none}.scanner-overlay .scanner-frame{position:absolute;inset:15% 20%;border:3px solid rgba(255,255,255,.9);border-radius:12px;box-shadow:0 0 0 1px #ffffff4d,0 0 20px #00000059;pointer-events:none}.book-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.book-item{display:flex;flex-direction:row;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;min-height:180px}.book-item:hover{transform:translate(4px);box-shadow:0 12px 20px -5px #00000026,0 8px 8px -5px #0000000a;border-color:#e2e8f0}.book-main{text-decoration:none;color:inherit;display:flex;flex-direction:row;flex:1}.book-item img{width:140px;min-width:140px;height:100%;object-fit:cover;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.book-item>.book-main>div{padding:1.25rem;flex:1;display:flex;flex-direction:column}.book-item h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-item p{margin:0 0 .35rem;color:#64748b;font-size:.95rem;font-weight:500}.book-item small{display:block;color:#94a3b8;font-size:.85rem;margin-bottom:.25rem}.book-actions{padding:0 1.25rem 1.25rem;display:flex;gap:.5rem;align-items:flex-end}.book-actions button{flex:0 0 auto}@media (max-width: 768px){.book-item{flex-direction:column;min-height:auto}.book-main{flex-direction:column}.book-item img{width:100%;height:240px}.book-item>.book-main>div{padding:1rem}.book-item h3{font-size:.95rem}}.book-detail{max-width:800px;color:#0f172a;padding:1.5rem}.book-detail-page{max-width:960px;margin:0 auto;padding:.75rem 1rem 1.5rem}.book-detail-page .book-detail-body{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1rem 1.1rem 1.25rem;box-shadow:0 12px 28px #0000000a;display:flex;flex-direction:column;gap:1.25rem}.book-detail-page .book-actions{padding:0;margin-top:.25rem}.book-detail-page .page-header{margin-bottom:1.25rem}.book-detail-page .page-header h2{font-size:1.4rem}.loan-status-card{margin:0}.book-info-header{display:flex;gap:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.25rem}.book-cover-compact{width:100px;height:150px;object-fit:cover;border-radius:.375rem;border:1px solid #e5e7eb;flex-shrink:0}.book-info-content{flex:1;min-width:0}@media (max-width: 768px){.book-info-header{flex-direction:column;align-items:flex-start}.book-detail-page{padding:.5rem .75rem 1.25rem}.book-detail-page .book-detail-body{padding:.875rem 1rem 1.1rem}.book-detail-page .page-header{align-items:flex-start;gap:.75rem}}.book-title-compact{margin:0 0 .625rem;font-size:1.125rem;font-weight:700;color:#111827;line-height:1.4}.book-meta{margin:0 0 .375rem;font-size:.9375rem;color:#374151;line-height:1.5}.book-meta-small{margin:0 0 .25rem;font-size:.8125rem;color:#6b7280;line-height:1.5}.book-status-inline{display:flex;gap:.625rem;margin-top:.75rem;flex-wrap:wrap}.status-badge-compact{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#374151}.status-badge-compact.available{border-color:#9ca3af}.status-badge-compact.removed{background:#f3f4f6;color:#6b7280}.due-badge-compact{padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:500;border:1px solid #d1d5db;background:#fafafa;color:#6b7280}.book-detail-grid{display:grid;grid-template-columns:160px 1fr;gap:1rem}.book-detail-grid img{width:160px;height:220px;object-fit:cover;border-radius:8px;background:#e2e8f0}.badge{display:inline-flex;align-items:center;margin-left:.5rem;padding:.35rem .75rem;border-radius:999px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-size:.75rem;font-weight:700;border:1px solid #fbbf24;letter-spacing:.025em}.badge.loaning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-color:#fbbf24}.badge.pending{background:linear-gradient(135deg,#e0ecff,#c7ddff);color:#1d4ed8;border-color:#93c5fd}.modal-backdrop{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;border-radius:1rem;padding:2rem;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.book-detail-modal{max-width:900px;max-height:80vh;padding:0;overflow:hidden auto}.book-detail-modal .book-detail-page{max-width:none;width:100%;padding:.75rem 1rem 1.25rem}.book-detail-modal .book-detail-body{width:100%}@media (max-width: 640px){.modal,.book-detail-modal{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;border-radius:0;padding:1rem;box-sizing:border-box}.modal-backdrop{align-items:stretch;justify-content:stretch;padding:0}.book-detail-modal .book-detail-page{padding:.75rem .75rem 1rem}}.icon-button{width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:1.2rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.icon-button:hover{background:#f3f4f6}.dropdown-menu{position:absolute;top:40px;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 12px 24px #00000014;min-width:180px;z-index:10;padding:.25rem 0}.dropdown-item{width:100%;text-align:left;padding:.6rem .9rem;background:none;border:none;color:#374151;font-weight:600;cursor:pointer}.dropdown-item:hover{background:#f9fafb}.dropdown-item.danger{color:#b91c1c}.modal-header{padding:1.5rem 2rem;border-bottom:2px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.modal-close{width:32px;height:32px;border-radius:.5rem;border:none;background:#f1f5f9;color:#64748b;font-size:1.25rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-body{padding:2rem;overflow-y:auto;max-height:calc(90vh - 80px)}.book-status-section{display:flex;gap:.75rem;margin:1rem 0;flex-wrap:wrap}.book-status-badge{padding:.5rem 1rem;border-radius:.375rem;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;background:#f9fafb;color:#374151}.book-status-badge.available{background:#fff;border-color:#9ca3af}.book-status-badge.removed{background:#f3f4f6;color:#6b7280;border-color:#d1d5db}.due-date-badge{padding:.5rem 1rem;border-radius:.375rem;background:#fff;color:#374151;border:1px solid #d1d5db;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.due-icon{font-size:1rem;color:#6b7280}.loan-status-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin:1rem 0}.card-mini-header{margin-bottom:.875rem}.card-mini-header h4{margin:0;font-size:.9375rem;font-weight:700;color:#111827}.loan-status-list{display:flex;flex-direction:column;gap:.5rem}.loan-status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;transition:all .15s}.loan-status-item:hover{border-color:#d1d5db}.loan-borrower{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#111827;font-size:.875rem}.borrower-icon{font-size:.875rem;color:#9ca3af}.loan-info{display:flex;align-items:center;gap:.625rem}.loan-status-badge{padding:.25rem .625rem;border-radius:.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid #d1d5db;background:#f9fafb;color:#6b7280}.loan-status-badge.active{background:#fff;border-color:#9ca3af;color:#374151}.loan-status-badge.pending{background:#f3f4f6;color:#6b7280;border-color:#d1d5db}.loan-status-badge.denied,.badge.denied{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.loan-due{font-size:.75rem;color:#9ca3af;font-weight:500}.loan-list{margin-bottom:1rem;padding:.75rem .5rem .25rem;background:#fffaf3;border:1px solid #efdcc5;border-radius:12px;box-shadow:0 6px 16px #0000000f}.loan-list-table{display:flex;flex-direction:column;gap:.35rem}.loan-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;border-radius:10px;background:linear-gradient(135deg,#fffefc,#fff7eb);border:1px solid #f0e2cf}.loan-main{display:flex;flex-direction:column;gap:.15rem}.loan-title{font-weight:700;color:#3b2c17}.loan-meta{font-size:.85rem;color:#6b5a45}.loan-side{display:flex;flex-direction:column;gap:.2rem;align-items:flex-end;font-size:.9rem;color:#5a4630}.loan-due-chip{background:#fff1d6;padding:.15rem .5rem;border-radius:8px;border:1px solid #f2d9a6}.loan-status-chip{font-weight:700}.book-actions{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.action-btn-primary{width:100%;padding:.875rem 1.5rem;border-radius:.5rem;border:2px solid #111827;background:#111827;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s}.action-btn-primary.compact{max-width:420px;padding:.85rem 1.25rem;margin:0 auto}.action-btn-primary:hover:not(:disabled){background:#1f2937;border-color:#1f2937;transform:translateY(-1px)}.action-btn-primary:disabled{opacity:.5;cursor:not-allowed}.action-buttons-secondary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:center}.action-btn-secondary{padding:.75rem 1rem;border-radius:.5rem;border:1.5px solid #d1d5db;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s}.action-btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.action-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.action-btn-destructive{width:100%;padding:.625rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;margin-top:.5rem}.action-btn-destructive:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;color:#991b1b}.action-btn-destructive:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.action-buttons-secondary{grid-template-columns:1fr}}.reservation-queue-card{background:#fffaf3;border:1px solid #f5e0c3;border-radius:12px;padding:1rem;margin-top:1rem;box-shadow:0 10px 22px #0000000a}.queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid #f1e2c8}.queue-title{display:flex;align-items:center;gap:.5rem}.queue-icon{font-size:1rem;color:#9a6b2f}.queue-title h4{margin:0;font-size:.9375rem;font-weight:700;color:#111827}.queue-count{background:#fff;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:700;color:#9a6b2f;border:1px solid #f1e2c8}.reservation-list{display:flex;flex-direction:column;gap:.4rem}.reservation-item{display:grid;grid-template-columns:32px 1fr 120px;align-items:center;gap:.55rem;padding:.55rem .75rem;background:#fffefc;border-radius:10px;border:1px solid #f0e2cf;transition:all .15s}.reservation-item:hover{border-color:#d1d5db}.reservation-item.my-reservation{background:#fff7e6;border-color:#f59e0b}.reservation-number{font-weight:700;font-size:.9rem;color:#b45309;text-align:center}.reservation-user{font-weight:600;color:#3b2c17;font-size:.875rem}.reservation-date{font-size:.75rem;color:#9ca3af;text-align:right}@media (max-width: 768px){.action-buttons-grid{grid-template-columns:1fr}.reservation-item{grid-template-columns:30px 1fr}.reservation-date{grid-column:2;text-align:left;font-size:.75rem;margin-top:.25rem}}.modal h2{margin-top:0;color:#1e293b;font-size:1.5rem}.modal button{margin-top:1.5rem}.modal-wide{width:min(900px,94vw)}.modal h3{margin-top:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.settings-modal{padding:0;max-width:1300px;background:#fff;box-shadow:0 25px 50px -12px #00000040;display:flex;overflow:hidden;min-height:600px}.settings-sidebar{width:240px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.settings-content{flex:1;padding:2rem;overflow-y:auto;background:#fff;max-height:calc(100vh - 100px)}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#64748b;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none;background:transparent;width:100%;text-align:left}.nav-item:hover{background:#f1f5f9;color:#0f172a}.nav-item.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.nav-icon{font-size:1.1rem}@media (min-width: 769px){.mobile-header,.mobile-tabs{display:none!important}}@media (max-width: 768px){.modal-backdrop{align-items:stretch!important;justify-content:stretch!important;padding:0!important;min-height:100vh!important;height:100vh!important}.settings-modal{position:fixed!important;inset:0!important;max-width:100%!important;width:100%!important;min-height:100vh!important;height:100vh!important;max-height:none!important;border-radius:0!important;flex-direction:column;box-shadow:none!important;margin:0!important;padding:0!important;overflow:hidden!important}.settings-sidebar{display:none}.settings-content{order:1;flex:1;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:5}.mobile-header h2{font-size:1rem;font-weight:700;margin:0}.mobile-tabs{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:3.5rem;z-index:4;margin:0 -1rem;padding:0 1rem}.mobile-tabs::-webkit-scrollbar{display:none}.mobile-tab{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1rem;border:none;background:transparent;color:#64748b;font-weight:600;font-size:.8rem;cursor:pointer;position:relative;transition:color .2s ease;white-space:nowrap}.mobile-tab:disabled{opacity:.4;cursor:not-allowed}.mobile-tab.active{color:#0f172a}.mobile-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#0f172a}.mobile-tab .tab-icon{font-size:1.25rem}.mobile-tab .tab-label{font-size:.75rem}.action-panel{grid-template-columns:1fr;gap:1rem}.action-block{padding:1.25rem}.section-header{padding:0 0 1rem;margin-bottom:1.5rem}.section-header h2{font-size:1.3rem}button{min-height:44px;padding:.75rem 1.25rem}input,select,textarea{min-height:44px;font-size:16px}.data-item{flex-direction:column;align-items:flex-start;gap:.5rem}.data-secondary{font-size:.8rem}}@media (min-width: 769px) and (max-width: 1024px){.settings-modal{max-width:700px}.settings-sidebar{width:200px}.settings-content{padding:1.5rem}.action-panel{grid-template-columns:repeat(2,1fr)}}.section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.section-header h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.section-desc{color:#64748b;font-size:1rem;margin:0}.settings-linear-form{max-width:600px;display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#334155;font-size:.95rem}.status-strip{display:flex;gap:2rem;padding:1rem 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin:1rem 0}.status-item{display:flex;flex-direction:column;gap:.25rem}.status-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:700}.status-value{font-weight:600;color:#0f172a}.sharing-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.sharing-action-card{background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #e2e8f0;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;transition:all .3s ease}.sharing-action-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000001a;border-color:#cbd5e1}.sharing-action-card.accent{background:linear-gradient(135deg,#fffbf5,#fef8f0);border-color:#e0d5c7}.sharing-action-card.accent:hover{border-color:#8b5a2b;box-shadow:0 12px 24px #8b5a2b26}.card-icon-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.icon-badge{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.icon-badge.user{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.icon-badge.library{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.icon-badge.redeem{background:linear-gradient(135deg,#fef3c7,#fde68a)}.card-icon-header h4{margin:0;font-size:1.15rem;font-weight:700;color:#0f172a}.card-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#64748b;line-height:1.4}.card-content{flex:1;margin-bottom:1rem}.modern-label{display:block}.label-text{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.modern-select{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#fff;font-size:.95rem;color:#0f172a;cursor:pointer;transition:all .2s}.modern-select:hover{border-color:#cbd5e1}.modern-select:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}.code-input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#fff;font-size:.95rem;font-family:monospace;transition:all .2s}.code-input:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}.info-text{font-size:.9rem;color:#64748b;line-height:1.6;margin:0}.card-footer{margin-top:auto}button.full-width{width:100%;justify-content:center;gap:.5rem}.card-section-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.header-icon{width:40px;height:40px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.card-section-header h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.section-desc-small{margin:.25rem 0 0;font-size:.875rem;color:#64748b}.empty-state{padding:3rem 2rem;text-align:center;color:#94a3b8}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p{margin:0 0 .5rem;font-size:1rem;font-weight:500;color:#64748b}.empty-hint{display:block;font-size:.875rem;color:#94a3b8}.spinner{font-size:2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.invite-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding:1rem;background:#fafafa;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:inset 0 2px 4px #0000000d}.invite-list::-webkit-scrollbar{width:8px}.invite-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px;margin:4px 0}.invite-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8,#64748b);border-radius:4px;border:2px solid #e2e8f0}.invite-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}.invite-item{background:linear-gradient(135deg,#fafafa,#fff);border:2px solid #f1f5f9;border-radius:.75rem;padding:1.25rem;transition:all .2s}.invite-item:hover{border-color:#e2e8f0;box-shadow:0 4px 8px #0000000d}.invite-main{display:flex;flex-direction:column;gap:.75rem}.invite-code{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.invite-code code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:1rem;font-weight:600;color:#0f172a;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:.5rem .875rem;border-radius:.5rem;border:1px solid #e2e8f0}.type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:600}.type-badge.user{background:#dbeafe;color:#1e40af}.type-badge.library{background:#e0e7ff;color:#4338ca}.invite-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem}.meta-label{color:#64748b}.meta-item strong{color:#0f172a;font-weight:600}.library-link-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding:1rem;background:#fafafa;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:inset 0 2px 4px #0000000d}.library-link-list::-webkit-scrollbar{width:8px}.library-link-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px;margin:4px 0}.library-link-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8,#64748b);border-radius:4px;border:2px solid #e2e8f0}.library-link-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}.library-link-item{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fafafa,#fff);border:2px solid #f1f5f9;border-radius:.75rem;padding:1.25rem;transition:all .2s}.library-link-item:hover{border-color:#e2e8f0;box-shadow:0 4px 8px #0000000d;transform:translate(4px)}.library-link-icon{width:48px;height:48px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.library-link-info{flex:1}.library-link-info h4{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:#0f172a}.library-link-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.visibility-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:999px;font-size:.8125rem;font-weight:600}.visibility-badge.public{background:#dbeafe;color:#1e40af}.visibility-badge.private{background:#f1f5f9;color:#475569}.meta-separator{color:#cbd5e1}.role-text{font-size:.875rem;color:#64748b;font-weight:500}.member-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding:1rem;background:#fafafa;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:inset 0 2px 4px #0000000d}.member-list::-webkit-scrollbar{width:8px}.member-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px;margin:4px 0}.member-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8,#64748b);border-radius:4px;border:2px solid #e2e8f0}.member-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}.member-item{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #f1f5f9;border-radius:.75rem;padding:1.25rem;transition:all .2s}.member-item:hover{border-color:#e2e8f0;box-shadow:0 4px 8px #0000000d}.member-info{flex:1;display:flex;align-items:center;gap:1.5rem}.member-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.member-name{font-size:1rem;font-weight:600;color:#0f172a}.member-uid{font-size:.8125rem;font-family:monospace;color:#94a3b8}.member-role-badge{display:flex;align-items:center}.role-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:600}.role-badge.director{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.role-badge.librarian{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.role-badge.member{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.role-select{padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:500;color:#0f172a;cursor:pointer;transition:all .2s;min-width:140px}.role-select:hover{border-color:#cbd5e1;background:#fafafa}.role-select:focus{outline:none;border-color:#8b5a2b;box-shadow:0 0 0 3px #8b5a2b1a}.owner-label{padding:.625rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:.5rem;font-size:.875rem;font-weight:600;border:2px solid #fcd34d}button.small{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 768px){.sharing-actions-grid{grid-template-columns:1fr}}.action-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.action-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.action-block:hover{background:#fff;box-shadow:0 10px 25px -5px #0000000d;border-color:#cbd5e1;transform:translateY(-2px)}.action-icon{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#475569}.action-title{font-weight:700;color:#0f172a;margin:0}.action-desc{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.data-section h3{font-size:1.1rem;color:#0f172a;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.data-list{display:flex;flex-direction:column;gap:.75rem}.data-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem}.data-main{display:flex;flex-direction:column;gap:.25rem}.data-primary{font-weight:600;color:#0f172a}.data-secondary{font-size:.85rem;color:#64748b}.help-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e8dcc3;color:#5b4630;font-weight:800;font-size:.95rem;cursor:help;position:relative;margin-left:.1rem}.help-icon .tooltip{display:none;position:absolute;top:130%;left:50%;transform:translate(-50%);min-width:220px;background:#111827;color:#f8fafc;padding:.65rem .75rem;border-radius:10px;box-shadow:0 10px 30px #0000002e;font-size:.9rem;line-height:1.4;z-index:10;white-space:normal}.help-icon .tooltip:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #111827}.help-icon:hover .tooltip{display:block}.pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.tone-amber{background:#fffbeb;color:#b45309}.tone-slate{background:#f1f5f9;color:#475569}.tone-green{background:#f0fdf4;color:#15803d}.tone-indigo{background:#eef2ff;color:#4338ca}.form-field{margin-bottom:1rem}.form-field span{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.form-field input,.form-field textarea,.invite-actions input,select{width:100%;padding:.65rem .75rem;border-radius:10px;border:1px solid #d6c4a2;background:#fffdf8;font-size:.95rem}.form-field textarea{resize:vertical;min-height:110px}.form-field input:hover,.form-field textarea:hover,.form-field select:hover,.invite-actions input:hover{background:#fff;border-color:#cbd5e1}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.toast{position:fixed;top:16px;right:16px;min-width:240px;max-width:320px;padding:.85rem 1rem;border-radius:12px;color:#0f172a;box-shadow:0 16px 30px #0f172a2e;z-index:60;font-weight:700;line-height:1.4;background:#fff;border:1px solid #e5e7eb}.toast-success{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.toast-error{background:#fef2f2;border-color:#fecdd3;color:#b91c1c}.toast-info{background:#eff6ff;border-color:#cbd5f5;color:#1d4ed8}.search-bar input{width:100%;padding:.75rem 1rem;border-radius:999px;border:1px solid #cbd5f5;margin-bottom:1rem;font-size:1rem}.library-selector{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.library-selector select{padding:.5rem .75rem;border-radius:.5rem;border:1px solid #94a3b8;margin-left:.5rem}.status-text{min-height:1.5rem}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;font-weight:600}.status-scanning{background:#e0f2fe;color:#0369a1}.status-success{background:#dcfce7;color:#15803d}.status-error{background:#fee2e2;color:#b91c1c}.scanner-wrap{display:flex;flex-direction:column;gap:.75rem}.fab{position:fixed;right:1.5rem;bottom:1.5rem;width:56px;height:56px;border-radius:50%;border:none;background:#2563eb;color:#fff;font-size:24px;box-shadow:0 10px 25px #2563eb59;cursor:pointer}.library-list{background:linear-gradient(to bottom,#fff,#fafafa);border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #f1f5f9}.library-list h3{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:#0f172a}.library-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.library-item{width:100%;text-align:left;border:2px solid #e2e8f0;border-radius:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#fafafa);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.library-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#8b5a2b,#9c6b3c);opacity:0;transition:opacity .3s ease}.library-item:hover{border-color:#cbd5e1;background:#fff;transform:translateY(-2px);box-shadow:0 12px 24px -8px #00000026}.library-item:hover:before{opacity:1}.library-item.selected{border-color:#8b5a2b;background:linear-gradient(135deg,#fffbf5,#fef8f0);box-shadow:0 0 0 3px #8b5a2b1a,0 8px 16px -4px #8b5a2b33;transform:translateY(-2px)}.library-item.selected:before{opacity:1}.library-item__name{font-weight:700;font-size:1.05rem;display:flex;align-items:center;gap:.5rem;color:#0f172a;margin-bottom:.5rem}.library-item__meta{color:#64748b;font-size:.9rem;font-weight:500}.lib-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:.5rem;font-size:.75rem;font-weight:700;line-height:1;letter-spacing:.025em}.lib-chip-public{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.lib-chip-private{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#374151;border:1px solid #d1d5db}.library-tag{display:inline-block;margin-top:.2rem;padding:.1rem .4rem;border-radius:.4rem;background:#eef2ff;color:#4338ca;font-size:.8rem}.library-tag-row{display:inline-flex;align-items:center;gap:.35rem}.fab:hover{filter:brightness(1.05)}.manual-input input{width:200px}.scan-history ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.scan-history li{display:flex;align-items:center;gap:.35rem;font-size:.95rem}.scan-history .isbn{font-weight:600}.badge-success{background:#dcfce7;color:#15803d}.badge-error{background:#fee2e2;color:#b91c1c}.error{color:#dc2626}.hint{color:#475569;margin-top:.4rem}.modern-lp{--lp-bg: #fdfbf7;--lp-primary: #ea580c;--lp-secondary: #0ea5e9;--lp-accent: #facc15;--lp-text: #171717;--lp-text-muted: #57534e;--lp-font: "Courier Prime", "Courier New", monospace;--lp-radius-lg: 2px;--lp-radius-md: 4px;min-height:100vh;background-color:var(--lp-bg);background-image:linear-gradient(rgba(231,229,228,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(231,229,228,.8) 1px,transparent 1px);background-size:24px 24px;color:var(--lp-text);font-family:var(--lp-font);position:relative;overflow-x:hidden}.lp-ambient-bg{display:none}.lp-header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1024px;margin:0 auto;border-bottom:2px solid #171717;background:var(--lp-bg)}.lp-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem;color:var(--lp-text);letter-spacing:-.05em;text-transform:uppercase}.logo-icon{font-size:1.5rem;transform:none;border:2px solid #171717;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--lp-accent);border-radius:0}.lp-btn-login-ghost{background:transparent;border:2px solid #171717;color:var(--lp-text);padding:.5rem 1.25rem;border-radius:4px;cursor:pointer;transition:all .1s;font-weight:700;box-shadow:2px 2px #171717}.feature-card:after{content:"貸出可";position:absolute;bottom:1rem;right:1.5rem;font-size:.9rem;color:var(--lp-primary);border:2px solid var(--lp-primary);padding:.2rem .5rem;border-radius:4px;transform:rotate(-15deg);opacity:.8;font-weight:900;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.8' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)' opacity='0.5'/></svg>")}.lp-btn-login-ghost:hover{transform:translate(2px,2px);box-shadow:2px 2px #171717}.lp-btn-login-ghost:active{transform:translate(4px,4px);box-shadow:none}.lp-main{position:relative;z-index:10}.lp-hero{display:flex;align-items:center;justify-content:space-between;min-height:70vh;padding:4rem 2rem;max-width:1024px;margin:0 auto;gap:3rem}.lp-hero-content{flex:1;max-width:500px}.lp-badge{display:inline-block;padding:.25rem .75rem;background:#171717;color:#fff;border:2px solid #171717;font-size:.85rem;margin-bottom:2rem;font-weight:700;box-shadow:none;transform:none;border-radius:2px}.lp-title{font-size:3rem;line-height:1.2;font-weight:900;margin-bottom:1.5rem;color:var(--lp-text);background:none;-webkit-text-fill-color:initial}.lp-title span{background:linear-gradient(180deg,transparent 60%,var(--lp-accent) 60%)}.lp-subtitle{font-size:1.05rem;color:var(--lp-text-muted);line-height:1.7;margin-bottom:2.5rem;font-weight:400;font-family:sans-serif}.lp-cta-group{display:flex;gap:1.25rem;align-items:center}.lp-btn-primary{background:var(--lp-primary);color:#fff;border:2px solid #171717;padding:.9rem 2rem;border-radius:4px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .1s;box-shadow:6px 6px #171717}.lp-btn-primary:hover{transform:translate(3px,3px);box-shadow:3px 3px #171717}.lp-btn-primary:active{transform:translate(6px,6px);box-shadow:none}.lp-link-secondary{color:var(--lp-text);text-decoration:underline;text-decoration-thickness:2px;font-weight:700;border-bottom:none;transition:all .2s;background:#fff;border:2px solid #171717;padding:.5rem 1rem;border-radius:4px;box-shadow:4px 4px #e5e5e5}.lp-link-secondary:hover{color:var(--lp-text);transform:translate(2px,2px);box-shadow:2px 2px #e5e5e5}.lp-hero-visual{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center;background:#f5f5f4;border:4px solid #171717;border-radius:4px;box-shadow:12px 12px #0000001a;overflow:hidden}.glass-card{all:unset}.card-main{width:280px;height:380px;background:#fff;border:3px solid #171717;border-radius:4px;position:relative;z-index:2;box-shadow:8px 8px #0ea5e9;padding:0;display:flex;flex-direction:column}.card-main:before{content:"";position:absolute;top:-15px;left:50%;transform:translate(-50%) rotate(2deg);width:60px;height:30px;background:#eab41499;z-index:10}.card-header{height:40px;border-bottom:3px solid #171717;display:flex;align-items:center;padding:0 1rem;gap:.5rem;background:#ffedd5;border-radius:0;margin:0}.dot{width:10px;height:10px;border:2px solid #171717;border-radius:50%;background:#fff}.card-content{padding:1.5rem;flex:1;background:#fff;background-image:linear-gradient(#e5e7eb 1px,transparent 1px);background-size:100% 24px}.mock-row{display:flex;gap:.75rem;margin-bottom:24px;background:#fff;border:2px solid #171717;padding:.5rem;box-shadow:3px 3px #d1d5db;border-radius:4px}.mock-cover{width:40px;height:56px;background:var(--lp-primary);border:2px solid #171717;border-radius:2px}.mock-cover.color-2{background:var(--lp-secondary)}.mock-lines{gap:.5rem}.line{background:#171717;height:4px;border-radius:2px}.mock-status{margin-top:1rem;gap:.75rem}.pill{border:2px solid #171717;background:#fff;color:#171717;font-weight:700;box-shadow:2px 2px #171717;border-radius:4px}.pill.active{background:#22c55e;color:#fff;box-shadow:2px 2px #14532d}.card-float-1,.card-float-2{position:absolute;background:#fff;border:3px solid #171717;padding:.75rem 1.25rem;font-weight:700;font-size:.9rem;z-index:5;box-shadow:4px 4px #0003;display:flex;align-items:center;gap:.5rem;border-radius:2px}.card-float-1{top:40px;right:-20px;transform:rotate(5deg);background:#fef08a}.card-float-2{bottom:40px;left:-20px;transform:rotate(-3deg);background:#bbf7d0}.card-float-1 .icon,.card-float-2 .icon{font-size:1.25rem}.lp-features{padding:4rem 2rem 6rem;max-width:1024px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;font-weight:900;color:var(--lp-text);background:none;-webkit-text-fill-color:initial;position:relative;display:inline-block;left:50%;transform:translate(-50%);border-bottom:4px solid var(--lp-primary)}.section-title:after{content:none}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;border:3px solid #171717;padding:2rem;border-radius:4px;transition:all .1s;text-align:left;box-shadow:8px 8px #e5e5e5}.feature-card:before{content:none}.feature-card:hover{transform:translate(4px,4px);box-shadow:4px 4px #e5e5e5}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border:3px solid #171717;border-radius:50%;background:var(--lp-accent)}.feature-card:nth-child(2) .feature-icon{background:var(--lp-secondary)}.feature-card:nth-child(3) .feature-icon{background:var(--lp-primary)}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:800}.feature-card p{color:var(--lp-text-muted);line-height:1.6;font-weight:400;font-family:sans-serif}.lp-footer{padding:4rem 2rem;text-align:center;color:var(--lp-text);border-top:2px solid #171717;margin-top:4rem;font-weight:700;font-family:var(--lp-font);background:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.5}}@media (max-width: 900px){.lp-hero{flex-direction:column;text-align:center;gap:2rem;padding-top:4rem}.lp-hero-content{max-width:100%}.lp-cta-group{justify-content:center}.lp-title{font-size:2.5rem}.lp-hero-visual{width:100%;transform:scale(.9)}.card-float-1{right:0}.card-float-2{left:0}}.modern-lp-v2{--lp2-bg: #fff7ed;--lp2-surface: #ffffff;--lp2-border: rgba(148, 163, 184, .45);--lp2-text: #0f172a;--lp2-muted: #475569;--lp2-primary: #8b5a2b;--lp2-primary-strong: #70451d;--lp2-accent: #f59e0b;min-height:100vh;background:var(--lp2-bg);color:var(--lp2-text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;overflow-x:hidden}.modern-lp-v2 .lp2-bg{position:fixed;inset:0;background:var(--lp2-bg);pointer-events:none;z-index:0}.modern-lp-v2 .lp2-header,.modern-lp-v2 .lp2-main,.modern-lp-v2 .lp2-footer{position:relative;z-index:1}.modern-lp-v2 .lp2-header{max-width:1120px;margin:0 auto;padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.modern-lp-v2 .lp2-logo{display:flex;align-items:center;gap:.65rem}.modern-lp-v2 .lp2-logo-mark{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--lp2-surface);border:1px solid var(--lp2-border);box-shadow:0 1px 2px #0f172a0f}.modern-lp-v2 .lp2-logo-text{font-weight:900;letter-spacing:-.02em;font-size:1.1rem}.modern-lp-v2 .lp2-btn-ghost{background:var(--lp2-surface);border:1px solid var(--lp2-border);color:var(--lp2-text);border-radius:12px;padding:.55rem .95rem;font-weight:900;box-shadow:0 1px 2px #0f172a0f}.modern-lp-v2 .lp2-btn-ghost:hover{transform:translateY(-1px);border-color:#0f172a33}.modern-lp-v2 .lp2-btn-ghost:active{transform:translateY(0);box-shadow:none}.modern-lp-v2 .lp2-main{max-width:1120px;margin:0 auto}.modern-lp-v2 .lp2-hero{padding:2.75rem 1.5rem 2.25rem;display:grid;grid-template-columns:1.05fr .95fr;gap:2.25rem;align-items:center}.modern-lp-v2 .lp2-badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:#ffffffbf;border:1px solid var(--lp2-border);color:var(--lp2-primary);font-weight:900;font-size:.85rem}.modern-lp-v2 .lp2-title{margin:.9rem 0;font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.15;letter-spacing:-.03em}.modern-lp-v2 .lp2-subtitle{margin:0 0 1.6rem;color:var(--lp2-muted);font-size:1.05rem;line-height:1.75}.modern-lp-v2 .lp2-cta{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.modern-lp-v2 .lp2-btn-primary{background:var(--lp2-primary);border:1px solid rgba(112,69,29,.8);color:#fffaf3;border-radius:14px;padding:.9rem 1.4rem;font-weight:900;box-shadow:0 12px 24px #8b5a2b2e}.modern-lp-v2 .lp2-btn-primary:hover{background:var(--lp2-primary-strong);transform:translateY(-1px);box-shadow:0 16px 28px #8b5a2b38}.modern-lp-v2 .lp2-btn-primary:active{transform:translateY(0);box-shadow:0 4px 10px #8b5a2b2e}.modern-lp-v2 .lp2-link{color:var(--lp2-text);text-decoration:none;font-weight:900;border-bottom:1px solid rgba(15,23,42,.25);padding-bottom:2px}.modern-lp-v2 .lp2-link:hover{border-bottom-color:#0f172a8c}.modern-lp-v2 .lp2-trust{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;color:var(--lp2-muted);font-size:.92rem;font-weight:700}.modern-lp-v2 .lp2-trust .dot{opacity:.55}.modern-lp-v2 .lp2-hero-visual{position:relative;min-height:420px;display:flex;justify-content:flex-end}.modern-lp-v2 .lp2-card{background:#ffffffeb;border:1px solid var(--lp2-border);border-radius:18px;box-shadow:0 18px 40px #0f172a14}.modern-lp-v2 .lp2-card-main{width:min(440px,100%);padding:1.1rem 1.1rem 1.05rem}.modern-lp-v2 .lp2-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.modern-lp-v2 .lp2-card-title{font-weight:900;letter-spacing:-.01em}.modern-lp-v2 .lp2-pill{display:inline-flex;align-items:center;padding:.35rem .6rem;border-radius:999px;border:1px solid var(--lp2-border);background:#fff;color:var(--lp2-muted);font-weight:900;font-size:.85rem;white-space:nowrap}.modern-lp-v2 .lp2-pill-warn{border-color:#f59e0b59;color:#b45309}.modern-lp-v2 .lp2-pill-accent{border-color:#8b5a2b59;color:var(--lp2-primary)}.modern-lp-v2 .lp2-card-row{display:flex;gap:.75rem;align-items:center;padding:.65rem 0;border-top:1px solid rgba(148,163,184,.25)}.modern-lp-v2 .lp2-card-row:first-of-type{border-top:none}.modern-lp-v2 .lp2-book{width:46px;height:60px;border-radius:12px;background:#e2e8f0;border:1px solid rgba(148,163,184,.35)}.modern-lp-v2 .lp2-book.b2{background:#fde68a;border-color:#f59e0b59}.modern-lp-v2 .lp2-lines{flex:1;min-width:0}.modern-lp-v2 .lp2-line{height:10px;border-radius:999px;background:#e5e7eb;margin:.35rem 0}.modern-lp-v2 .lp2-line.w80{width:80%}.modern-lp-v2 .lp2-line.w55{width:55%}.modern-lp-v2 .lp2-line.w70{width:70%}.modern-lp-v2 .lp2-line.w45{width:45%}.modern-lp-v2 .lp2-card-bottom{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.8rem}.modern-lp-v2 .lp2-card-float{position:absolute;padding:.55rem .75rem;border-radius:14px;background:#fffffff2;border:1px solid var(--lp2-border);font-weight:900;box-shadow:0 14px 30px #0f172a14;white-space:nowrap}.modern-lp-v2 .lp2-f1{right:6px;top:18px}.modern-lp-v2 .lp2-f2{left:10px;bottom:92px}.modern-lp-v2 .lp2-f3{right:44px;bottom:26px}.modern-lp-v2 .lp2-features{padding:2.1rem 1.5rem 3.5rem}.modern-lp-v2 .lp2-section-head h2{margin:0 0 .4rem;font-size:1.6rem;letter-spacing:-.02em}.modern-lp-v2 .lp2-section-head p{margin:0;color:var(--lp2-muted);font-weight:600}.modern-lp-v2 .lp2-feature-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.modern-lp-v2 .lp2-feature{background:#ffffffeb;border:1px solid var(--lp2-border);border-radius:18px;padding:1.15rem 1.05rem}.modern-lp-v2 .lp2-feature-icon{width:42px;height:42px;border-radius:14px;background:#fff;border:1px solid var(--lp2-border);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.8rem}.modern-lp-v2 .lp2-feature h3{margin:0 0 .35rem;font-weight:900;font-size:1.05rem}.modern-lp-v2 .lp2-feature p{margin:0;color:var(--lp2-muted);line-height:1.65;font-weight:600;font-size:.95rem}.modern-lp-v2 .lp2-cta-row{margin-top:1.6rem;display:flex;gap:.9rem;align-items:center;flex-wrap:wrap}.modern-lp-v2 .lp2-cta-note{color:var(--lp2-muted);font-weight:700}.modern-lp-v2 .lp2-footer{padding:2.5rem 1.5rem 3rem;text-align:center;color:var(--lp2-muted);font-weight:700}@media (max-width: 960px){.modern-lp-v2 .lp2-hero{grid-template-columns:1fr}.modern-lp-v2 .lp2-hero-visual{min-height:340px;justify-content:center}.modern-lp-v2 .lp2-card-float{display:none}.modern-lp-v2 .lp2-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.modern-lp-v2 .lp2-header{padding:1rem}.modern-lp-v2 .lp2-hero{padding:2.2rem 1rem 1.75rem}.modern-lp-v2 .lp2-features{padding:1.8rem 1rem 3rem}.modern-lp-v2 .lp2-feature-grid{grid-template-columns:1fr}}.status-card{background:linear-gradient(135deg,#fafafa,#fff)}.status-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.status-icon{width:36px;height:36px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.status-header h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.status-grid{display:flex;flex-direction:column;gap:.875rem}.status-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#fafafa);border:2px solid #e2e8f0;border-radius:.75rem;transition:all .2s}.status-item:hover{border-color:#cbd5e1;box-shadow:0 4px 8px #00000014;transform:translateY(-1px)}.status-label{font-size:.875rem;font-weight:600;color:#64748b;min-width:100px}.status-value{font-size:.9375rem;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;display:inline-flex;align-items:center;gap:.5rem;margin-left:auto;box-shadow:0 2px 4px #0000001a}.status-value.visibility-public{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.status-value.visibility-private{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.status-value.role{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-value.access{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d}.status-value.date{background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#6b21a8}.lp-illustration-frame{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:1.25rem;box-shadow:0 12px 28px #94a3b840;position:relative;overflow:hidden}.lp-illus-orb{position:absolute;border-radius:999px;filter:blur(6px)}.orb-1{width:180px;height:180px;background:linear-gradient(135deg,#bfdbfe,#c4f1f9);top:-30px;left:-20px;opacity:.6}.orb-2{width:140px;height:140px;background:linear-gradient(135deg,#fcd34d,#fca5a5);bottom:-40px;right:-10px;opacity:.5}.lp-illus-stack{position:relative;display:flex;align-items:flex-end;gap:10px;height:160px}.lp-illus-book{width:90px;height:110px;border-radius:12px;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 10px 20px #2563eb40}.lp-illus-book.short{height:80px;background:linear-gradient(180deg,#34d399,#059669);box-shadow:0 10px 20px #10b98140}.lp-illus-book.tall{height:130px;background:linear-gradient(180deg,#fbbf24,#f59e0b);box-shadow:0 12px 22px #f59e0b40}.lp-illus-plant{width:70px;height:70px;border-radius:50% 50% 45% 55%;background:radial-gradient(circle at 30% 30%,#bbf7d0,#10b981);position:relative;margin-left:6px;box-shadow:0 10px 18px #10b98133}.lp-illus-caption{color:#334155;margin:0;text-align:center;line-height:1.6}.lp-card-header{font-weight:700;margin-bottom:.75rem;color:#0ea5e9}.lp-card-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.lp-metric{padding:.75rem;border:1px solid rgba(148,163,184,.2);border-radius:.85rem;background:#ffffff05}.lp-metric-value{font-size:1.4rem;font-weight:700;display:block;color:#0f172a}.lp-metric-label{color:#94a3b8}.lp-card-footer{margin-top:.75rem;font-size:.85rem;color:#94a3b8}@media (max-width: 900px){.lp-hero,.lp-card-body{grid-template-columns:1fr}}@media (max-width: 640px){html,body{width:100%;min-height:100%;height:auto;overflow-x:hidden;overflow-y:auto}.modal-backdrop{position:fixed;inset:0;align-items:stretch;justify-content:stretch;padding:0}.modal.settings-modal{position:fixed;inset:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0;padding:.75rem .75rem 1rem;display:flex;flex-direction:column;box-shadow:none}.settings-hero,.tab-panel{width:100%}.tab-panel{flex:1 1 auto;overflow:auto}.settings-hero{flex-direction:column;align-items:flex-start;gap:.5rem}.tab-bar{flex-wrap:wrap;justify-content:flex-start}.tab{min-width:46%;margin-bottom:.25rem}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}button{font-family:inherit}
