.poems-page{min-height:100vh;padding:48px 0 90px;background:linear-gradient(145deg,rgb(197 138 50 / 10%),transparent 34rem)}.poems-shell{max-width:980px}.poems-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:22px;padding:36px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(125deg,#1d211b,#121410)}.poems-hero h1{margin:4px 0 10px;font-size:clamp(2.8rem,7vw,5.4rem);letter-spacing:-.055em}.poems-hero p:last-child{max-width:650px;color:var(--muted)}.poems-add{display:grid;width:88px;height:88px;flex:0 0 auto;place-items:center;border:1px solid var(--accent);border-radius:50%;background:rgb(197 138 50 / 8%);color:var(--accent-strong);font-size:3rem;font-weight:300;cursor:pointer;transition:transform .2s ease,background .2s ease}.poems-add:hover,.poems-add:focus-visible{transform:rotate(90deg);background:var(--accent-soft)}.poems-search{position:relative;margin-bottom:20px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.poems-search>label{display:block;margin-bottom:8px;font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.poems-search>div:first-of-type{display:flex;gap:8px}.poems-search input{flex:1}.poems-suggestions{position:absolute;z-index:12;top:calc(100% - 10px);right:18px;left:18px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow)}.poems-suggestions button{display:grid;width:100%;padding:11px 14px;border:0;border-top:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.poems-suggestions button:first-child{border-top:0}.poems-suggestions button:hover,.poems-suggestions button:focus{background:var(--accent-soft)}.poems-suggestions small{color:var(--muted)}.poems-result-info{color:var(--muted)}.poems-list{display:grid;gap:16px}.poem-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.poem-card header{display:flex;justify-content:flex-end;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--accent-strong)}.poem-body{padding:26px 0;color:var(--ink);font:1.05rem/1.85 Georgia,serif}.poem-card footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;color:var(--muted);font-size:.78rem}.poem-card footer a{color:var(--accent-strong);font-weight:800}.poem-card footer small{margin-left:auto}.poems-empty{padding:45px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center}.poems-loader{min-height:70px;padding:24px;color:var(--muted);text-align:center}.poem-modal{position:fixed;z-index:80;inset:0;display:none;place-items:center;padding:18px;background:rgb(0 0 0 / 72%);backdrop-filter:blur(8px)}.poem-modal.open{display:grid}.poem-dialog{width:min(680px,100%);max-height:90vh;overflow:auto;padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.poem-dialog>header{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:20px}.poem-dialog h2{margin:5px 0 0;font-size:2rem}.poem-dialog>header button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:1.4rem;cursor:pointer}.poem-dialog textarea{min-height:300px}@media(max-width:700px){.poems-page{padding-top:30px}.poems-hero{padding:25px}.poems-add{width:64px;height:64px;font-size:2.3rem}.poem-card{padding:22px}}@media(max-width:520px){.poems-hero{align-items:flex-start}.poems-search>div:first-of-type{align-items:stretch;flex-direction:column}.poems-add{width:54px;height:54px}.poem-dialog{padding:20px}.poem-dialog textarea{min-height:230px}}
