body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;color:#1a202c}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 1rem}#navbar{background-color:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}#navbar-logo{color:#2b6cb0;transition:color .2s}#navbar-logo:hover{color:#2c5282}#navbar .container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media (min-width:768px){#navbar .container{flex-direction:row}}#navbar .container div{display:flex;align-items:center}#navbar .container span{margin-right:1rem;color:#4a5568}#login-button,#logout-button{background-color:#3182ce;color:#fff;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}#login-button:hover,#logout-button:hover{background-color:#2b6cb0}#dashboard-container{background-color:#f9fafb;padding:2rem;border-radius:8px}#dashboard-container h1{color:#2d3748}#unique-link-section h2{position:relative;color:#2c5282}#unique-link-section h2:after{content:"";position:absolute;bottom:-4px;left:0;width:50px;height:3px;background-color:#3182ce}.profile-url-input{border:1px solid #cbd5e0;transition:border-color .2s;background-color:#edf2f7;border-radius:4px}.profile-url-input:hover{border-color:#a0aec0}.copy-button{background-color:#3182ce;color:#fff;transition:background-color .2s}.copy-button:hover{background-color:#2b6cb0}#accept-messages-section{margin-top:1.5rem}.accept-messages-switch{cursor:pointer}.refresh-button{display:flex;align-items:center;margin-top:1.5rem}.refresh-button:hover{background-color:#edf2f7}.messages-grid{padding-top:16px}.message-card:hover{transform:translateY(-4px)}.delete-button{background-color:#e53e3e;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.delete-button:hover{background-color:#c53030}.delete-button:focus{outline:none}.delete-button svg{width:16px;height:16px;display:block}#main-content{background-color:#f0f4f8;padding:2rem}#hero-section{position:relative;padding:2rem}#hero-section:before{content:"";position:absolute;top:-10px;left:50%;width:80px;height:4px;background-color:#3182ce;transform:translateX(-50%)}#hero-section h1{color:#2d3748}.highlight-text{color:#3182ce}.carousel{margin-top:2rem}.carousel-item{position:relative}.carousel-item:hover .message-card{transform:scale(1.05)}.message-card{transition:transform .2s;border:1px solid #e2e8f0;border-radius:8px}.carousel-nav{color:#3182ce}.carousel-nav:hover{color:#2b6cb0}footer{margin-top:2rem;color:#718096}button{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem}button:focus{outline:none}input{padding:.5rem;border-radius:4px;border:1px solid #cbd5e0}input:focus{border-color:#3182ce;outline:none}button:hover{opacity:.9}input:hover{border-color:#a0aec0}button:after{content:""}input::placeholder{color:#a0aec0}@media (min-width:768px){#dashboard-container{padding:3rem}#main-content{padding:4rem}#navbar .container{flex-direction:row}}