*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#6366F1,#10B981);min-height:100vh;color:#333}code{font-family:Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.logo-container{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.logo{height:48px;width:auto}.logo-text{font-size:1.25rem;font-weight:600;color:#6366F1}.admin-portal-link{color:#6366F1;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 1rem;border:1px solid #6366f1;border-radius:6px;transition:all .2s ease}.admin-portal-link:hover{background-color:#6366F1;color:white}.header-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}header h1{font-size:2.5rem;color:#6366F1;margin:0;font-weight:700}.header-subtitle{font-size:1.1rem;color:#666;margin-top:.25rem;font-weight:400;margin-bottom:0}.dark-mode-toggle{background:#F3F4F6;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:1.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dark-mode-toggle:hover{background:#E5E7EB;transform:scale(1.05)}.toggle-icon{display:inline-block;line-height:1}.tagline{font-size:1.3rem;color:#1F2937;font-weight:600;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#10B981;font-weight:500}.marketing-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.highlight-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-left:4px solid #6366f1}.highlight-card h3{font-size:1.25rem;color:#6366F1;margin-bottom:.75rem;font-weight:600}.highlight-card p{color:#666;line-height:1.6;margin:0}.highlight-card strong{color:#10B981;font-weight:600}header p{font-size:1.2rem;color:#666;margin-bottom:1rem}.links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.link-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:flex-start}.link-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.2);background:rgba(255,255,255,1)}.link-card h2{font-size:1.5rem;color:#6366F1;margin-bottom:.5rem;font-weight:600}.link-card p{color:#666;line-height:1.6}.content{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);flex:1 1}.content h1{font-size:2rem;color:#6366F1;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.content h2{font-size:1.5rem;color:#10B981;margin-top:2rem;margin-bottom:1rem}.content h3{font-size:1.25rem;color:#555;margin-top:1.5rem;margin-bottom:.75rem}.content p{line-height:1.8;margin-bottom:1rem;color:#444}.content a{color:#6366F1;text-decoration:underline;-webkit-text-decoration-color:rgba(99,102,241,.5);text-decoration-color:rgba(99,102,241,.5);transition:color .3s ease}.content a:hover{color:#10B981;-webkit-text-decoration-color:rgba(16,185,129,.5);text-decoration-color:rgba(16,185,129,.5)}.content ol,.content ul{margin-left:2rem;margin-bottom:1rem;line-height:1.8}.content li{margin-bottom:.5rem}.content code{background:#f4f4f4;padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:#e83e8c}.content pre{background:#2d2d2d;color:#f8f8f2;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.content pre code{background:transparent;color:inherit;padding:0}.back-link-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.back-link{display:inline-block;margin-bottom:0;color:#6366F1;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#10B981}.api-endpoint{background:#f8f9fa;border-left:4px solid #6366f1;padding:1rem;margin:1rem 0;border-radius:4px}.api-endpoint .method{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.875rem;margin-right:.5rem}.api-endpoint .method.get{background:#28a745;color:white}.api-endpoint .method.post{background:#007bff;color:white}.api-endpoint .method.put{background:#ffc107;color:#333}.api-endpoint .method.delete{background:#dc3545;color:white}.api-endpoint .path{font-family:Courier New,monospace;font-size:1rem}.dark body{background:linear-gradient(135deg,#1e1b4b,#064e3b);color:#F3F4F6}.dark header{background:rgba(31,41,55,.95);border-color:#374151}.dark header h1{color:#818CF8}.dark .header-subtitle{color:#9CA3AF}.dark .logo-text{color:#818CF8}.dark .admin-portal-link{color:#818CF8;border-color:#818CF8}.dark .admin-portal-link:hover{background-color:#818CF8;color:#1F2937}.dark .dark-mode-toggle{background:#374151;border-color:#4B5563;color:#F3F4F6}.dark .dark-mode-toggle:hover{background:#4B5563}.dark .tagline{color:#D1D5DB}.dark .subtitle{color:#34D399}.dark .highlight-card{background:rgba(31,41,55,.95);border-left-color:#818CF8}.dark .highlight-card h3{color:#818CF8}.dark .highlight-card p{color:#9CA3AF}.dark .highlight-card strong{color:#34D399}.dark header p{color:#9CA3AF}.dark .link-card{background:rgba(31,41,55,.95);color:#F3F4F6}.dark .link-card:hover{background:rgba(31,41,55,1);box-shadow:0 8px 16px rgba(0,0,0,.4)}.dark .link-card h2{color:#818CF8}.dark .link-card p{color:#9CA3AF}.dark .content{background:rgba(31,41,55,.95)}.dark .content h1{color:#818CF8;border-bottom-color:#4B5563}.dark .content h2{color:#34D399}.dark .content h3,.dark .content p{color:#D1D5DB}.dark .content code{background:#1F2937;color:#F472B6}.dark .content pre{background:#111827;color:#F3F4F6}.dark .back-link{color:#818CF8}.dark .back-link:hover{color:#34D399}.dark .content a{color:#818CF8;text-decoration:underline;-webkit-text-decoration-color:rgba(129,140,248,.5);text-decoration-color:rgba(129,140,248,.5);transition:color .3s ease}.dark .content a:hover{color:#34D399;-webkit-text-decoration-color:rgba(52,211,153,.5);text-decoration-color:rgba(52,211,153,.5)}.dark .api-endpoint{background:#1F2937;border-left-color:#818CF8}