@tailwind base;@tailwind components;@tailwind utilities;:root{color:#171717;background-color:#fafafa;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:#fafafa;min-height:100vh;margin:0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;background-color:#0006!important}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;animation:.3s ease-out slideIn;overflow:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.modal-header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s,background-color .2s}.modal-close:hover{color:#111827;background-color:#f3f4f6}.modal-body{text-align:center;padding:1.5rem}.limit-text{color:#4f4f4f;text-align:center;max-width:360px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.025rem;font-weight:500;line-height:1.625}.limit-info{text-align:left;background-color:#f9fafb;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.limit-subtitle{color:#374151;margin-bottom:.75rem;font-size:.95rem;font-weight:500}.limit-list{margin:0;padding:0;list-style:none}.limit-list li{color:#6b7280;align-items:center;padding:.5rem 0 .5rem .5rem;font-size:.95rem;line-height:1.45;display:flex}.limit-list li:before{content:"✓";color:#059669;flex-shrink:0;width:1.75rem;margin-right:.25rem;font-size:1.1rem;font-weight:700;display:inline-block}.limit-actions{justify-content:center;gap:.75rem;display:flex}.limit-btn{cursor:pointer;border-style:solid;border-width:1.25px;border-radius:.5rem;outline:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.limit-btn.secondary{color:#374151;background-color:#fff;border-color:#d1d5db}.limit-btn.secondary:hover{color:#111827;background-color:#f9fafb;border-color:#9ca3af}.limit-btn.secondary:focus-visible{color:#111827;background-color:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}
