*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-main:#ff6b9d;--color-sub:#ffb7c5;--color-bg:#fff0f5;--color-text:#4a3040;--color-text-light:#9b6e7e;--color-white:#ffffff;--color-card-border:#ffd6e5;--color-shadow:rgba(255,107,157,0.15);--color-shadow-hover:rgba(255,107,157,0.3);--border-radius-sm:12px;--border-radius-md:20px;--border-radius-lg:30px}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);line-height:1.7;font-size:16px;min-height:100vh}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.header{background:linear-gradient(135deg,#ff6b9d,#ff8fb5 50%,#ffb7c5);padding:48px 24px 56px;text-align:center;position:relative;overflow:hidden}.header:before{top:-40px;left:-40px;width:180px;height:180px;background:rgba(255,255,255,.1)}.header:after,.header:before{content:"";position:absolute;border-radius:50%}.header:after{bottom:-60px;right:-40px;width:240px;height:240px;background:rgba(255,255,255,.08)}.header-deco{font-size:2rem;letter-spacing:.2em;margin-bottom:12px}.header-deco,.header-title{position:relative;z-index:1}.header-title{font-size:clamp(1.6rem,5vw,2.6rem);font-weight:700;color:var(--color-white);text-shadow:0 2px 8px rgba(180,60,100,.3);letter-spacing:.05em;line-height:1.4}.header-subtitle{margin-top:12px;font-size:1rem;color:rgba(255,255,255,.9);position:relative;z-index:1;letter-spacing:.08em}.main{max-width:1100px;margin:0 auto;padding:0 20px 60px}.profile-section{margin:52px 0 56px;text-align:center}.section-title{display:inline-flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;color:var(--color-main);margin-bottom:28px;letter-spacing:.05em}.section-title:after,.section-title:before{content:"";display:block;width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--color-sub));border-radius:2px}.section-title:after{background:linear-gradient(90deg,var(--color-sub),transparent)}.profile-card{background:var(--color-white);border:2px solid var(--color-card-border);border-radius:var(--border-radius-lg);padding:40px 44px;max-width:720px;margin:0 auto;box-shadow:0 8px 32px var(--color-shadow);position:relative}.profile-card:before{content:"🌸";position:absolute;top:-16px;left:40px;font-size:1.8rem}.profile-card:after{content:"✨";position:absolute;top:-12px;right:40px;font-size:1.6rem}.profile-name{font-size:1.5rem;font-weight:700;color:var(--color-main);margin-bottom:16px;letter-spacing:.06em}.profile-text{font-size:1rem;color:var(--color-text);line-height:1.9;text-align:left}.profile-deco{margin-top:20px;font-size:1.4rem;letter-spacing:.3em}.books-section{margin-bottom:60px}.books-section .section-title{margin-bottom:36px}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:28px;gap:28px}.book-card{background:var(--color-white);border:2px solid var(--color-card-border);border-radius:var(--border-radius-md);overflow:hidden;box-shadow:0 4px 20px var(--color-shadow);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.book-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px var(--color-shadow-hover)}.book-image-wrapper{background:linear-gradient(160deg,#fff0f5,#ffd6e5);display:flex;align-items:center;justify-content:center;padding:24px 20px 20px;min-height:200px;position:relative}.book-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-sub),transparent)}.book-image{border-radius:6px;box-shadow:4px 6px 20px rgba(100,40,70,.2);object-fit:contain}.book-info{padding:20px 20px 24px;display:flex;flex-direction:column;flex:1 1;gap:10px}.book-year{font-size:.78rem;color:var(--color-text-light);font-weight:500;letter-spacing:.05em}.book-title{font-size:1rem;font-weight:700;color:var(--color-text);line-height:1.5;flex:1 1}.book-price{font-size:.88rem;color:var(--color-text-light);line-height:1.6;background:var(--color-bg);border-radius:8px;padding:8px 12px}.book-button{display:block;text-align:center;background:linear-gradient(135deg,#ff6b9d,#ff8fb5);color:var(--color-white);font-weight:700;font-size:.9rem;padding:12px 16px;border-radius:var(--border-radius-sm);border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease;letter-spacing:.05em;margin-top:auto}.book-button:hover{opacity:.88;transform:scale(1.02)}.book-button-sub{display:block;text-align:center;background:var(--color-white);color:var(--color-main);font-weight:600;font-size:.82rem;padding:9px 16px;border-radius:var(--border-radius-sm);border:2px solid var(--color-sub);cursor:pointer;transition:background .2s ease,color .2s ease;letter-spacing:.03em;margin-top:8px}.book-button-sub:hover{background:var(--color-bg)}.footer{background:linear-gradient(135deg,#ff6b9d,#ffb7c5);text-align:center;padding:32px 24px;color:var(--color-white)}.footer-deco{font-size:1.4rem;letter-spacing:.3em;margin-bottom:10px}.footer-copy{font-size:.9rem;opacity:.9;letter-spacing:.05em}@media (max-width:768px){.header{padding:36px 20px 44px}.profile-card{padding:32px 24px}.books-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}@media (max-width:480px){.books-grid{grid-template-columns:1fr;max-width:340px;margin:0 auto}.profile-card{padding:28px 20px}.section-title{font-size:1.2rem}}