:root { --ink:#14251f; --forest:#174c3b; --sage:#dce7db; --paper:#fbfaf6; --sand:#f0ede4; --accent:#e8804d; }
* { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.container { width:min(1120px, calc(100% - 40px)); margin-inline:auto; }
.site-header { padding:22px 0; border-bottom:1px solid #e5e2d9; background:rgba(251,250,246,.92); }
.nav-content { display:flex; align-items:center; justify-content:space-between; }.brand { font-family:Georgia,serif; font-size:1.65rem; color:var(--forest); text-decoration:none; font-weight:700; }.nav-login { color:var(--ink); font-weight:650; text-decoration:none; background:transparent; border:0; cursor:pointer; font:inherit; padding:0; }.nav-login:hover { color:var(--forest); }.logout-form { margin:0; }
.hero-section { padding:88px 0 100px; background:linear-gradient(115deg,#e7efe5 0%,#f8f5ed 60%,#f1d9c8 100%); }.hero-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:72px; align-items:center; }.eyebrow { color:var(--forest); font-weight:750; letter-spacing:.09em; text-transform:uppercase; font-size:.75rem; }.hero-section h1 { max-width:720px; margin:12px 0 22px; border:0; outline:0; font-family:Georgia,serif; font-size:clamp(3rem,6vw,5.7rem); line-height:.98; letter-spacing:-.06em; }.lead { font-size:1.22rem; line-height:1.65; max-width:610px; color:#34473f; }.hero-actions { display:flex; gap:12px; margin-top:34px; }.button { display:inline-flex; align-items:center; justify-content:center; padding:14px 20px; border-radius:999px; font-weight:700; text-decoration:none; }.primary { color:white; background:var(--forest); }.secondary { color:var(--forest); border:1px solid var(--forest); }.free-note { color:#52635c; margin-top:20px; font-size:.92rem; }
.book-card { min-height:360px; padding:28px; border-radius:20px; background:var(--forest); color:white; box-shadow:14px 16px 0 #c9dbca; display:flex; gap:28px; align-items:center; transform:rotate(3deg); }.book-object { position:relative; width:150px; flex:0 0 150px; padding-left:13px; background:#102c22; border-radius:3px 8px 8px 3px; box-shadow:-8px 6px 0 #0b1d16, 12px 14px 24px rgba(0,0,0,.36); transform:perspective(800px) rotateY(-10deg); transform-origin:left center; }.book-cover { display:block; width:100%; aspect-ratio:2/3; object-fit:cover; border-radius:1px 6px 6px 1px; box-shadow:inset 5px 0 0 rgba(255,255,255,.13); }.book-card-details { min-width:0; flex:1; }.book-card .book-label,.book-card .ranking-label { display:block; color:#c7ded1; font-size:.8rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }.book-card h2 { margin:10px 0 34px; color:white; font-family:Georgia,serif; font-size:clamp(1.75rem,3.25vw,2.8rem); line-height:1; letter-spacing:-.035em; }.book-card .ranking-position { margin:4px 0 10px; color:white; font-family:Georgia,serif; font-size:4.4rem; font-weight:700; line-height:.9; letter-spacing:-.06em; }.trend { color:#b6e3bd; font-weight:700; }.trend span { color:#b6e3bd; font-size:1.4em; margin-right:4px; }
.steps-section { padding:92px 0 110px; }.steps-section h2 { margin:8px 0 35px; font-family:Georgia,serif; font-size:3rem; letter-spacing:-.04em; }.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.steps article { padding:28px; border-radius:14px; background:white; border:1px solid #ebe7dc; }.steps span { color:var(--accent); font-weight:800; }.steps h3 { margin-bottom:8px; font-family:Georgia,serif; font-size:1.55rem; }.steps p { color:#52635c; line-height:1.55; }
@media (max-width:760px) { .hero-section { padding:58px 0 68px; }.hero-grid { grid-template-columns:1fr; gap:40px; }.book-card { min-height:260px; transform:none; }.hero-section h1 { font-size:3.35rem; }.steps { grid-template-columns:1fr; }.steps-section { padding:64px 0; } }
.watch-creation,.dashboard-section { padding:72px 0 100px; max-width:820px; }.watch-creation h1,.dashboard-section h1 { margin:8px 0 12px; font-family:Georgia,serif; font-size:clamp(2.5rem,5vw,4.2rem); letter-spacing:-.045em; }.watch-creation h2,.dashboard-section h2 { font-family:Georgia,serif; }.section-intro,.dashboard-heading p { color:#52635c; }.country-options,.catalog-results { display:grid; gap:12px; margin-top:24px; }.country-option,.catalog-result,.catalog-work { width:100%; border:1px solid #d9ddd6; background:white; color:var(--ink); border-radius:13px; text-align:left; cursor:pointer; font:inherit; }.country-option { padding:20px; font-size:1.05rem; }.country-option:hover,.catalog-result:hover,.catalog-work:hover { border-color:var(--forest); box-shadow:0 8px 20px rgba(23,76,59,.08); }.search-row { display:flex; gap:10px; margin-top:8px; }.search-row input { flex:1; border:1px solid #bfc9c0; background:white; padding:14px 16px; border-radius:999px; font:inherit; }.search-row .button { border:0; cursor:pointer; }.catalog-result { display:flex; align-items:center; gap:14px; padding:15px 18px; }.catalog-result strong { flex:1; }.author-mark { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--sage); color:var(--forest); font-family:Georgia,serif; font-weight:700; }.catalog-work { display:flex; align-items:center; gap:16px; padding:12px; }.catalog-work img,.mini-cover { width:50px; height:70px; object-fit:cover; border-radius:3px; background:var(--forest); color:white; font:700 .72rem Georgia,serif; text-align:center; padding-top:15px; }.catalog-work > span:nth-child(2) { flex:1; }.catalog-work small { display:block; margin-top:4px; color:#63736b; }.step-label { color:var(--forest); font-size:.82rem; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }.back-link,.text-button { border:0; background:transparent; color:var(--forest); padding:0; cursor:pointer; font:inherit; font-weight:700; }.selection-card { display:flex; gap:22px; align-items:center; padding:22px; margin:24px 0; border:1px solid #dce4d9; border-radius:16px; background:white; }.selection-card img { width:96px; height:140px; object-fit:cover; border-radius:4px; box-shadow:5px 8px 16px rgba(20,37,31,.18); }.country-tag { display:inline-block; padding:4px 8px; border-radius:999px; background:var(--sage); color:var(--forest); font-size:.72rem; font-weight:800; }.formats,.muted { color:#63736b; }.error { color:#a32918; margin-top:18px; }.dashboard-heading { display:flex; justify-content:space-between; align-items:end; gap:24px; }.watch-count { margin:28px 0; color:#52635c; }.empty-state { padding:40px; border:1px dashed #aabbb0; border-radius:16px; background:#f2f6f0; }.watch-grid { display:grid; gap:16px; }.watch-card { position:relative; display:flex; align-items:center; gap:20px; padding:20px; border:1px solid #e1e3dc; border-radius:16px; background:white; }.watch-card > img,.cover-placeholder { width:82px; height:120px; object-fit:cover; border-radius:3px; flex:0 0 auto; box-shadow:4px 6px 13px rgba(20,37,31,.17); }.cover-placeholder { display:grid; place-items:center; background:var(--forest); color:white; font:700 1rem Georgia,serif; text-align:center; }.watch-card h2 { margin:8px 0 3px; font-size:1.45rem; }.watch-card p { margin:0 0 8px; }.no-ranking { color:#63736b; font-size:.88rem; }.watch-card .text-button { position:absolute; right:20px; bottom:18px; font-size:.83rem; color:#7c4a3d; }
@media (max-width:760px) { .dashboard-heading { align-items:start; flex-direction:column; }.search-row { flex-direction:column; }.search-row .button { width:fit-content; }.watch-card { align-items:start; padding-bottom:48px; } }
.auth-page { display:grid; min-height:calc(100vh - 87px); place-items:center; padding:64px 20px; background:linear-gradient(135deg,#e7efe5 0%,#fbfaf6 55%,#f5ddcf 100%); }.auth-card { width:min(100%,470px); padding:42px; border:1px solid rgba(23,76,59,.12); border-radius:22px; background:rgba(255,255,255,.9); box-shadow:0 22px 55px rgba(20,37,31,.12); }.auth-card h1 { margin:8px 0 12px; font-family:Georgia,serif; font-size:clamp(2.35rem,6vw,3.6rem); line-height:1; letter-spacing:-.05em; }.auth-intro { margin:0 0 28px; color:#52635c; line-height:1.55; }.auth-form { display:grid; gap:18px; }.auth-field { display:grid; gap:7px; }.auth-field label { color:#34473f; font-size:.92rem; font-weight:750; }.auth-field input { width:100%; padding:13px 14px; border:1px solid #bdc9bf; border-radius:10px; background:white; color:var(--ink); font:inherit; }.auth-field input:focus { border-color:var(--forest); outline:3px solid rgba(23,76,59,.14); }.remember-me { display:flex; gap:9px; align-items:center; color:#52635c; font-size:.88rem; }.remember-me input { accent-color:var(--forest); }.auth-submit { width:100%; border:0; cursor:pointer; font:inherit; }.auth-error { color:#a32918; font-size:.88rem; }.auth-error:empty { display:none; }.auth-footer { margin:26px 0 0; color:#52635c; text-align:center; }.auth-footer a { color:var(--forest); font-weight:750; }
