:root{--motive-primary:#00b2a1;--motive-secondary:#00c4b4;--motive-accent:#ff6b00;--motive-light:#f5f9fc;--motive-dark:#1a1a1a;--motive-gray:#6c757d;--motive-success:#28a745;--motive-warning:#ffc107;--motive-danger:#dc3545;--motive-gradient:linear-gradient(135deg, var(--motive-primary), var(--motive-secondary));--motive-shadow:0 8px 30px #00b2a11f;--motive-card-shadow:0 10px 25px #0000000d;--motive-transition:all .3s ease}*{box-sizing:border-box}body{background-color:var(--motive-light);color:var(--motive-dark);margin:0;padding:0;font-family:Montserrat,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}button{background:var(--motive-gradient);color:#fff;border:none;font-weight:600;transition:all .3s;box-shadow:0 8px 15px #00b2a133}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 20px #00b2a14d}button:active:not(:disabled){transform:translateY(0);box-shadow:0 5px 10px #00b2a133}button:disabled{opacity:.7;box-shadow:none;background:linear-gradient(135deg,#aaa,#999)}.app-container{flex-direction:column;width:auto;min-height:100vh;display:flex}.app-content{flex:1;width:100%;padding:3rem 2rem}.app-header{color:var(--motive-dark);z-index:100;border-bottom:1px solid var(--motive-primary);background:#fff;flex-direction:row;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 15px #00000014}.app-header .navigation{gap:1rem;display:flex}.app-header .navigation button{border-radius:12px;padding:1rem}.app-footer{background-color:var(--motive-dark);color:#fff;text-align:center;padding:1.5rem;font-size:.9rem;box-shadow:0 -4px 20px #0000001a}.logo-container{align-items:center;gap:1rem;display:flex}.logo{height:36px}.app-title{color:var(--motive-primary);font-size:1.2rem;font-weight:500;display:none}@media (min-width:768px){.app-title{display:inline}}.header-actions{align-items:center;gap:1.5rem;display:flex}.user-info{color:var(--motive-gray);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.user-info i{color:var(--motive-primary)}.user-info .user-email{display:none}@media (min-width:768px){.user-info .user-email{display:inline}}.logout-button{color:var(--motive-primary);box-shadow:none;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .3s}.logout-button i{margin-right:10px}.logout-button:hover{color:var(--motive-secondary);background-color:#00b2a114;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.logout-button:active{box-shadow:none;transform:translateY(0)}@media (max-width:768px){.app-header{padding:1rem}.logo{height:35px}.logout-button{padding:.4rem .8rem;font-size:.9rem}.logout-button .p-button-label{display:none}.logout-button .p-button-icon{margin-right:0}.app-header{text-align:center;flex-direction:column;padding:1.2rem}.logo-container{margin-bottom:.8rem;margin-right:0}.app-content{padding:2rem 1rem}.user-details{text-align:center;flex-direction:column;align-items:center}.user-info{grid-template-columns:1fr}.search-input-container{flex-direction:column}}
